html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bg-tree {
    background-color: #005251;
}
.card {
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,0.03);
    border: 0;
}

.card-title {
    font-family: GT-Walsheim Pro,sans-serif;
}

.logo {
    width: 100%;
    height: auto;
}

.filter-column {
    background-color: #e9ecef;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.filter-sticky {
    position-sticky: sticky;
    height: calc(100vh-48px);
    overflow-x: hidden;
    overflow-y: auto;
}

.filter-column h2 {
    margin-bottom: 0.5rem;
    color: #4b8b3b;
    font-weight: bold;
    padding-top: 1rem;
}

.tab-link {
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 0.5rem 1rem;
    color: #005251;
    background-color: #e9ecef;
    margin-right: 5px;
    margin-top: 5px;
    transition: background-color 0.3s ease-in-out 0.3s ease-in-out;
}

.tab-link:hover {
    color: #fff;
    background-color: #4b8b3b;
    border-color: #4b8b3b;
}

.tab-link.active, .nav.tabs .tab-item.show .nav-link {
    color: #fff;
    background-color: #005251;
    border-color: #005251 #005251 #fff;
}

.nav.tabs .h2 {
    font-size: 1rem;
}

.tab-link.disabled {
    color: #6c757d;
    background-color: #e9ecef;
    border-color: transparent;
}

.tab-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
}

.tab-content p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-left: 3px solid #4b8b3b;
}

.tab-item {
    margin-bottom: -2px;
}

@media (max-width: 991px) {
    .nav-tabs.flex-column.flex-sm-row {
        display: none;
    }
    .dropdown {
        display: block;
    }
}
@media(min-width: 992px) {
    .nav-tabs.flex-column.flex-sm-row {
        display: flex;
    }

    .dropdown {
        display: none;
    }
}

.dropdown-menu {
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.dropdown-item{
    color: #005251;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #4b8b3b;
       
    }
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    overflow-x: scroll;
}
   
    .table th, .table td {
        font-size: 1.05rem;
        vertical-align: top;
        cursor: pointer;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        background-color: #26d780;
        color: #0b193b;
        text-align: left;
    }

.dashboard-table {
    width: 1600px;
    margin-bottom: 1rem;
    background-color: transparent;
    display: block;
}

    .dashboard-table th, .dashboard-table td {
        font-size: 1.05rem;
        vertical-align: top;
        cursor: pointer;
        word-wrap:break-word;
    }

    .dashboard-table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        background-color: #26d780;
        color: #0b193b;
        text-align: left;
        padding-right:10px;
    }

.table-responsive{
    overflow-x: auto;
}

.table-actions{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.table-striped, tbody tr:nth-last-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.table-hover tbody tr:hover {
    background-color: #ddeedd;
}

.card-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .card-table th, .card-table td {
        font-size: 1.05rem;
        padding: 0.3rem;
        vertical-align: top;
    }

    .card-table thead th {
        vertical-align: top;
        border-bottom: 2px solid #dee2e6;
        background-color: #26d780;
        color: #0b193b;
        text-align: left;
    }

.card-table-responsive {
    overflow-x: auto;
}

.min-width-column{
    min-width: 80px;
}

.table-actions {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.card-table-striped, tbody tr:nth-last-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.card-table-hover tbody tr:hover {
    background-color: #ddeedd;
}

.tree-container {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}


.form-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-details-left{
    text-align: left;
}

.tree-container .card{
    background-color: white;
}


.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.page-item .page-link {
    color: #346129;
    background-color: #fff;
    border: 1px solid #4b8b3b;
}

.page-item .page-link:hover {
    color: #fff;
    background-color: #34623F;
    border-color: #2f553c;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #346129;
    border-color: #4b8b3b;
}

.page-item.disabled .page-link {
    color: #6c757d;
}

.content-section {
    padding-bottom: 1rem;
}

.heading {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #355834;
    border-bottom: 3px solid #88a07d;
}

.heading2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.12rem;
}

.heading3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #355834;
    border-bottom: 3px solid #88a07d;
}

.agreement-heading2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #355834;
    border-bottom: 3px solid #88a07d;
    display: inline-block;
}
.agreement-heading3
{
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #355834;
    border-bottom: 3px solid #88a07d;
    display: inline-block;
}

.publicagreement-heading2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    color: #355834;
    display: inline-block;
}

.publicagreement-heading3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    color: #355834;
    display: inline-block;
}

.card-style {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: none;
    border-radius: 0.5rem;
    background-color: #f7f7f7;
}

.heading-card {
    background-color: #e9ecef;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.tree-actions {
    text-align: right;
    padding-top: 10px;
}

.tree-actions .btn {
    margin-left: 10px;
}

/*ul.list-unstyled {
    list-style-type: none;
    padding-left: 0;
}

    ul.list-unstyled li {
        padding: 0.5rem 0;
    }

ul.list-unstyled {
    margin-top: 0;
    background-color: #005251;
    padding-left: 1rem;
}*/


.form-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.form-container-wider {
    max-width: auto;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .form-container h2 {
        color: #355834;
        margin-bottom: 1.5rem;
    }

.form-group {
    margin-bottom: 1rem;
}

.label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495075;
    background-color: #fff;
    border: 1px solid #ced4da;
    transition: border-color 0.2s ease-in-out 0.2s ease-in-out;
}



.save-tree {
    color: #fff;
    background-color: #346129;
    border-color: #4b8b3b;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    transition: border-color 0.2s ease-in-out 0.2s ease-in-out;
}

.btn-primary:hover {
    background-color: #3a5f2a;
    border-radius: #3a5f2a;
}

.edit-button{
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 0.25rem;
    margin-right: 5px;
    cursor: pointer;
}

.delete-button{
    background-color: #dc3545;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.button-margin{
    margin-right: 10px;
}

.list-group-flush {
    padding: 1rem;
}

.list-group-item {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    color: #495057;
}

.list-group-item-action:hover {
    background-color: #e2e6ea;
    color: #212529;
}

.list-group-item-action.active {
    background-color: #005251;
    color: #fff;
}

.login-footer {
    margin-top: 2rem;
    font-size: 0.875rem;
    text-align: center;
}

    .login-footer a {
        color: #346129;
        text-decoration: none;
    }

.login-footer a:hover {
    text-decoration: underline;
}
.button-container {
    display: flex;
    justify-content: flex-start;
}

.table-button-container {
    display: flex;
    justify-content: flex-end;
}
.search-container {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
}

.form-header {
    font-weight: bold;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

.form-section {
    background-color: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}


.modal-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0, 0.7);
}


.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.close{
    cursor: pointer;
}



.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.form-control {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #212529;
    font-weight: bold;
}

.form-group {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 1rem;
}

.total-points {
    margin-top: 0.5rem;
}

.label {
    display: block;
}

.w-100 hr{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.edit-photos-section{
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    margin-top: 1rem;

}

.image-card {
   
    width: 100%;
}
.image-preview{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}
.img-preview {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    object-fit: cover;
   
    
}
.img-preview:hover{
    transform: scale(1.05);
    cursor: pointer;
}

@media(max-width: 768px) {
    .image-preview {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px) {
    .image-preview {
        grid-template-columns: 1fr;
    }
}

.search-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
}

.search-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-fields {
    display: flex;
    flex: 2;
    gap: 10px;
}


.email-search{
    flex: 1;
}

.search-button {
    flex: 0;
}

.search-box{
    width: 200px;
}

.new-person-button {
    width: 100%;
}

.search-results{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width:100%;
    top: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,1);
    border-radius: 5px;
    left: 0;
    right: 0;
 
}
.search-results-empty{
    text-align: center;
    margin-top: 10px;
}
.search-results li {
    padding-block-start: 8px;
    cursor: pointer;
}

.search-results li:hover {
    background-color: #f0f0f0;
}

.selected-people-list {
    margin-top: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 100%;
}

.selected-people-list ul{
    list-style-type: none;
    padding: 0;
}

.selected-people-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px 0;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.person-name {
    margin-right: 10px;
}

.remove-person-btn{
    
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #dc3545;
}

.remove-person-btn:hover{
    color: #bd2130;
}

.remove-person-btn i{
    font-size: 1.3rem;
}

.chat-container{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

.user-display h2{
    color: #333;
}

.message-input{
    display: flex;
    margin-top: 10px;
}

.message-input input {
    flex: 1;
    padding: 5px;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 5px;
    border: 2px solid #007bff;
}

.send-button{
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.user-list select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #007bff;
    margin-top: 10px;

}

.messages {
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow-y: auto;
    padding: 20px;
    gap: 10px;
    height: 500px;
    margin-top: 15px;
    border-radius: 15px;
    background: #005251;
    color: white;
}

.message {
    max-width: 50%;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    word-break: break-word;
    box-shadow: 0 2px 2px rgba( 0,0,0,0.1);
}


.current-user {
    margin-right:auto;
    align-self: flex-start;
    background-color: #3498DB;
    border-radius: 15px;
    margin-top: 10px;
}

.other-user {
    margin-left:auto;
    align-self: flex-end;
    background-color: #95A5A6;
    border-radius: 15px;
    margin-top: 10px;
    text-align: right;
}

.message-content strong {
    font-weight: bold;
    font-size: 0.85em;
}

.message-content p{
    margin-top: 4px;
    font-size: 1em;
}
.messages ul {
    list-style-type: none;
    padding: 0;
}

.text-list{
    list-style-type: inherit;
}

.header-row {
    display: flex;
    align-items: flex-end;
}

.accessible-modal-title {
    font-family: GT-Walsheim Pro, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #355834;
    border-bottom: 3px solid #88a07d;
    margin-bottom: 1rem;
}

.alert-info {
    background-color: #69573B;
    border-color: #69573B;
    color: #FFFFFF;
}

.btn-secondary {
    color: #fff;
    background-color: #57747A;
}

.btn-danger {
    color: #fff;
    background-color: #D31D28;
}

.accordion-button:not(.collapsed) {
    /* Styles for the expanded state */
    background-color: #69573B;
    color: white;
}
    
.accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }



.autocomplete-list {
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    background-color: #57747A !important;
    box-shadow: 0 4px 8px rgba( 0,0,0,0.15);
    border-radius: 0 0 4px 4px;
    position: absolute;
    width: 97%;
    margin-right: 5px;
    margin-left: 5px;
    top: 100%;
    z-index: 9999;
}

.autocomplete-list li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    font-size: 16px;
}

.autocomplete-list li:hover {
    background-color: #f8f9fa;
}

.autocomplete-list li.selected {
    background-color: #f8f9fa;
    color: #fff;
}

.offcanvas {
    margin-top: 2.5rem;
    overflow-y: auto;
    z-index: 1053;
}

.offcanvas-title h2{
    font-size: 1.2rem;
}

.chat-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1051;
}

.chat-modal {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 400px;
    height: 600px;
    z-index: 1052;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.chat-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.chat-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.chat-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.chat-modal-title {
    margin: 0;
    font-size: 1.25rem;
}

.chat-modal-body {
    padding: 10px;
    overflow-y: auto; /* Makes the body scrollable if needed */
    flex-grow: 1;
    max-height: calc(100% - 120px); /* Makes sure the body doesn't overflow with the footer */
}

.chat-modal-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #dee2e6;
}

    .chat-modal-footer input {
        flex: 1;
        margin-right: 10px;
    }

.custom-rich-text p {
    display: block;
    margin: 0;
    padding: 0;
}

.custom-rich-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-left: 3px solid #4b8b3b;
}

.tab-content .custom-paragraph {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.mud-autocomplete[aria-disabled="true"] {
    background-color: #e9ecef; /* Light gray background to indicate disabled state */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
    opacity: 1; /* Ensure full opacity for better readability */
    color: #6c757d; /* Darker gray text for better contrast */
    border: 1px solid #ced4da; /* Add a border to make it more distinguishable */
}

    .mud-autocomplete[aria-disabled="true"] .mud-input-label {
        color: #495057 !important; /* Darker gray for better contrast */
        font-weight: bold !important; /* Make the label bold for better readability */
        opacity: 1 !important; /* Ensure full opacity for better readability */
    }

    .mud-autocomplete[aria-disabled="true"] label {
        color: #495057 !important; /* Darker gray for better contrast */
        font-weight: bold !important; /* Make the label bold for better readability */
        opacity: 1 !important; /* Ensure full opacity for better readability */
    }
.info-box {
    background-color: #f9f6f1; /* Light background to complement the new color */
    border: 1px solid #69573B; /* New border color */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-heading {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    color: #69573B; /* New color for the heading */
    margin-bottom: 10px;
}

.info-text.custom-paragraph {
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #69573B; /* New color for the text */
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.form-header {
    font-weight: bold;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #212529;
}
.custom-small {
    font-size: 0.875rem; /* Slightly larger than default small text */
    color: #69573B; /* Complementary color */
    background-color: #f9f6f1; /* Light background to match the info box */
    padding: 5px 10px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners */
    display: inline-block; /* Make it inline-block for better spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    font-weight: bold; /* Make the text bold for better readability */
}
    .custom-small a {
        color: #004080; /* Darker blue for better contrast */
        text-decoration: underline; /* Optional: Add underline for better visibility */
    }

.instructions {
    margin-top: 20px;
}
.styled-list-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.styled-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem; /* Smaller font size */
    color: #333;
}

.styled-list li {
    display: flex;
    align-items: center;
    gap: 8px; /* Ensures proper spacing between icon and text */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
    max-width: 675px;
    width: 100%;
}

/* Hover effect */
.styled-list li:hover {
    background-color: #e9ecef;
}

/* Style icon */
.styled-list li i {
    font-size: 1.2rem;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    color: #28a745; /* Green color */
}

/* Ensures inline behavior */
.styled-list li span,
.styled-list li a {
    display: inline;
    white-space: nowrap;
}

/* Style link */
.styled-list li a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

/* Link hover effect */
.styled-list li a:hover {
    text-decoration: underline;
}

.formatted-tab-name {
    background-color: #f8f9fa; /* Light background color */
    padding: 0.5rem 1rem; /* Padding for better spacing */
    border-radius: 0.25rem; /* Rounded corners */
    border: 1px solid #ced4da; /* Light border */
    color: #495057; /* Text color */
    font-size: 1.1rem; /* Larger font size */
    display: inline-block; /* Ensure it stays inline */
}

@media (max-width: 768px) {
    .card-body {
        padding: 0.3rem !important;
    }
}
@media (min-width: 768px) {
    .card-body {
        padding: 1rem; /* Larger padding for screens wider than 768px */
    }
}
@media (max-width: 768px) {
    .tab-content {
        padding: 0.3rem !important;
    }
}

@media (min-width: 768px) {
    .tab-content {
        padding: 1rem; /* Larger padding for screens wider than 768px */
    }
}
@media (max-width: 768px) { /* Applies to md and smaller */
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


.darker-gray-card-header {
    background-color: #343a40; /* Darker gray color */
    color: white; 
}
.darker-asterisk {
    color: #990000; /* Darker red color for better accessibility */
}

.text-primary-link-custom {
    color: #024CBB; /* Darker red color for better accessibility */
}