.card .card-header-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 2px solid rgb(244, 243, 243) !important;
    padding: 10px 20px !important;
    font-family: 'Poppins', sans-serif !important;
    color: #062E48 !important;
    font-weight: 900 !important;

}

.card-header-custom .btn {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-top: 0 !important;
}

.required-label::after {
    content: ' *';
    color: red;
}

.custom-file-upload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #f3f6f6;
    color: var(--body-color);
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}

.custom-file-upload i {
    margin: 0;
    color: var(--body-color);
}

.custom-file-upload:hover {
    background: var(--nav-color);
}

.custom-file-upload input[type="file"] {
    display: none;
}

.dataTables_filter {
    float: left !important;
    text-align: left !important;
}



.dataTables_filter input {
    background-color: lightgray;
    border: 1px solid #ccc;
}

#users-table-1,
#users-table-2 {
    background-color: rgb(247, 247, 247);
}

#users-table-1 thead th,
#users-table-2 thead th,
#users-table-1 tbody td,
#users-table-2 tbody td {
    background-color: rgb(247, 247, 247);

}



.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    margin-top: 3rem !important;
    color: #fff !important;
    border: none;
    background: var(--body-color) !important;
    color: #fff !important;
    border-radius: 25% !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    border: none;
    background: var(--nav-color) !important;
    color: #fff !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    display: none !important;
}

.card-title {
    font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 999 !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.input-group .form-control,
.input-group .input-group-text {
    border-color: #ccc !important;
}

.input-group .form-control:focus,
.input-group .input-group-text:focus {
    border-color: #888 !important;
    box-shadow: none !important;
}

table.dataTable th,
table.dataTable td {
    text-align: left !important;
    vertical-align: middle !important;
    padding: 8px !important;
    box-sizing: border-box;
    /* border: black 1px solid !important; */

}

td {
    vertical-align: middle !important;

}


table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    width: auto;

}

.custom-heading {

    font-size: 1.8rem !important;
    font-weight: 999 !important;
}

.custom-table-header {
    color: #888 !important;
    font-size: small !important;
}


.edit-facility {
    position: relative;
    padding-left: 2rem;
}

.edit-facility i {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.drop-down-icon {
    background-color: lightgray !important;
    color: white !important;
    padding: 0.3rem !important;
    margin-right: 1rem !important;

    border: none !important;
    text-align: left;
}






.custom-accordion-button {
    /* background-color: lightgray !important; */
    color: black !important;
    border: none !important;
    text-align: left !important;
    padding-right: 1.5rem !important;
}

.custom-accordion-button .accordion-button::after {
    margin-left: auto;
}



.custom-accordion-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin: 0;
}

.accordion-body {
    padding: 1rem;
}

.accordion-button:focus {
    box-shadow: none;
}

.odd,
.even {
    background-color: rgb(247, 247, 247) !important
}



#qrcode {
    border: 3px solid var(--body-color) !important;
    padding: 3.5px 3.5px 0 3.5px !important;
}

#qrcodesmall {
    border: 3px solid var(--body-color) !important;
    padding: 3.7px 3.7px 0 3.7px !important;
}

.toggle-big {
    transform: scale(1.5);
    margin-left: 10px;
}


#flight-risk-switch,
#aids-switch,
#iep-risk-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}

@media (max-width: 576px) {

    #flight-risk-switch input,
    #aids-switch input,
    #iep-risk-switch input {
        margin-left: 0.5rem;
        transform: scale(0.8);
    }

    .toggle-big {
        margin-top: 1rem;
        transform: scale(1.2);
        margin-left: 5px;
    }
}


.form-check-label {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.card-body {
    padding-top: 1rem;
}

#secondry-color-background {
    background-color: #082E47 !important;
}

table th {
    color: darkgray !important
}

/* .dataTables_wrapper {
    position: relative !important;
} */

.dataTables_wrapper .dataTables_processing {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 20px !important;
    width: 200px !important;
    height: 5rem !important;
    line-height: 60px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-align: center !important;
    border-radius: 4px !important;

    box-sizing: border-box !important;
    /* display: flex !important; */
    align-items: center !important;
    justify-content: center !important;
}

#emptyLifeBookMsg {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

#goodMorningMsg {
    font-size: 18px !important;
    color: #FFF !important;
    font-family: 'Poppins', sans-serif;
    font-weight: italic !important;
    font-weight: bold !important;
}

.custom-sidebar-items {

    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;

}

/* .custom-items{
    font-family: 'Poppins', sans-serif !important;
    font-weight:bold !important;
    color: red !important;
} */

.custom-email {
    font-family: 'Open Sans', sans-serif !important;
    color: #C8CCD0 !important;
}

.custom-name {
    font-family: 'Open Sans', sans-serif !important;
    color: #062E48 !important;
}


.status-active {

    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    color: #062E48 !important;
    background-color: #f5f5f5 !important;
}

.status-inactive {

    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    color: #C8CCD0 !important;

}

td.legal-name-class {
    font-family: 'Open Sans', sans-serif !important;
    color: #062E48 !important;

}

/* td{
    color: #062E48 !important;

} */

.custom-td {
    color: #062E48 !important;
}

.custom-table td {
    color: #062E48 !important;
}

.image-input-wrapper {
    background-position: center;
}

.accordion-button:not(.collapsed) .drop-down-icon {
    transform: rotate(180deg);
}

.sim-extension::-webkit-outer-spin-button,
.sim-extension::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.image-container {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}


.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: none;
}

.profile-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}


.upload-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* background-color: rgba(0, 0, 0, 0.5);  */
    border-radius: 50%;
    padding: 5px;
    font-size: 1.2rem;
    display: none;
    transition: opacity 0.3s ease;
    display: block;
    opacity: 1;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: none;
    align-items: center;
    justify-content: center;

    z-index: 9999;
}

.show-text-container {
    position: relative;
    margin-bottom: 1rem;
}

.show-text-container .content {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.show-text-container.expanded .content {
    max-height: none;
}

.toggle-link {
    color: #007bff;
    /* text-decoration: underline;*/
    cursor: pointer;
    display: inline-block;
    margin-top: 0.5rem;
}

.text-warm-green {
    color: #61A095 !important;
}

.app-navbar {
    background: var(--nav-color);
    border-bottom: 2px solid #062E48 !important;
}

.app-navbar-item {
    background: var(--nav-color);
    border-bottom: 4px solid #062E48 !important;
}
.nav-pills-custom{
   z-index: 0;
}
#paginationContainer{
    z-index: 0;
    position: relative;
}

#activity-logs-table td {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
#familyTable ,
#additionalContactBtn{
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
#kt_app_header{
    z-index: 1;
}
