html, body {
    height: 80%; 
    margin: 0; 
}

body {
    font-size: 14px;
    color: rgba(67, 73, 85);
    font-weight: 300;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@font-face {
    font-family: 'Solve Pro Screen Variable';
    src:   url('../fonts/solve-pro-regular.woff') format('woff'), url('../fonts/solve-pro-regular.woff2') format('woff2');
}
body {
    font-family: 'Solve Pro Screen Variable', sans-serif;
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:before, a:after {
        text-decoration: underline;
    }

    a:before, a:after,
    a:hover:before, a:hover:after {
        text-decoration: none;
    }



.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

::-webkit-input-placeholder { 
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #434955;
    opacity: 0.5;
}

::-moz-placeholder {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #434955;
}

:-ms-input-placeholder { 
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #434955;
}

:-moz-placeholder { 
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #434955;
}

.text-center {
    text-align: center;
    padding: 9px;
}

.page-content {
    background-color: #f9f9f9;
    width: 100%;
    min-height: 100vh;
    padding: 130px 70px 0;
}



.active-menu {
    font-weight: 600;
    border-bottom: 3px solid #ff0000;
}

body {
    margin: 0;
    padding: 0;
}

.navbar-custom {
    background-color: #003034;
    color: white;
}

.navbar-brand,
.navbar-text,
.nav-link {
    color: white !important;
    text-decoration: none !important;
}

    .nav-link.active {
        border-bottom: 2px solid white;
    }

    .nav-link:hover {
        color: #e0e0e0 !important;
        text-decoration: none;
    }

.navbar-left {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 30.03px;
    margin-left: 40px
}

    .navbar-left img {
        width: 120px;
        height: auto; 
        object-fit: contain;
    }

@media (min-width: 1280px) {
    .navbar-left {
        width: 424px;
    }
}

.navbar-center {
    display: flex;
    align-items: center;
    height: 26px;
    gap: 24px;
}

@media (min-width: 1280px) {
    .navbar-center {
        width: 354px;
        justify-content: center;
    }
}

.navbar-center .nav-link {
    padding: 0;
    font-size: 14px;
}

.navbar-right {
    display: flex;
    align-items: center;
    height: 32px;
    gap: 24px;
    margin-right: 20px;
}

.user-initials {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    color: #1D6460;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: 0;
    flex-shrink: 0;
}

.dropdown-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

    .dropdown-arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }


.user-toggle {
    display: flex;
    align-items: center;
    gap: 8px; 
    cursor: pointer;
}


.dropdown-menu-end {
    right: 0;
    left: auto;
}

.navbar-custom {
    background-color: #053334; 
    height: 64px;
    padding-left: 64px;
    padding-right: 64px;
}

    .navbar-custom .container-fluid {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }


.navbar-left {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 424px;
    background-color: #053334;
}

    .navbar-left .navbar-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #FDFDFD;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

.navbar-center {
    display: flex;
    align-items: center;
    min-width: fit-content;
    gap: 24px;
    max-width: 354px;
    background-color: #053334;
}

    .navbar-center .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 24px;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-center .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .navbar-center .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #FDFDFD;
        padding: 4px 8px;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: color 0.3s ease;
    }

        .navbar-center .nav-link:hover,
        .navbar-center .nav-link.active {
            color: #05DD4D; 
            font-weight: 600;
            border-bottom: 2px solid #DBEFEE; 
        }
.navbar-right {
    display: flex;
    align-items: center;
    background-color: #053334;
    position: relative;
    max-width: 32px;
    height: 32px;
}

.user-initials {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #1D6460;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    user-select: none;
    position: relative;
    z-index: 2;
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    cursor: pointer;
}

    .dropdown-arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.dropdown-menu {
    background-color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-weight: 400;
    font-size: 18px;
}

    .dropdown-menu .dropdown-item {
        color: #981D0C !important;
        font-weight: 400;
        font-size: 16px;
        padding: 8px 16px;
        transition: background-color 0.2s ease;
        background-color: transparent !important;
    }

        .dropdown-menu .dropdown-item:hover {
            color: #981D0C !important;
            background-color: transparent !important;
        }

@media (max-width: 768px) {
    .navbar-left .navbar-text {
        display: none; 
    }

    .navbar-center {
        max-width: 100%;
        gap: 12px;
    }

        .navbar-center .nav-link {
            font-size: 12px;
            padding: 4px 6px;
        }
}

.footer {
    background-color: #f8f9fa; 
}
.Main_Body_Container {
    display: flex;
    flex-direction: column;
    padding: 30px 64px;
    gap: 20px;
    width: 100%;
    background: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.footer-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 8px;
    width: 100%;
    background: #FFFFFF;
    border-top: 1px solid #D4DBE3;
}

.footer-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.footer-title {
    font-family: 'Solve Pro Screen Variable', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #575F6A;
    display: flex;
    align-items: center;
}

.footer-link {
    font-family: 'Solve Pro Screen Variable', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #303640;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.footer-bottom {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-copy {
    font-family: 'Solve Pro Screen Variable', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #575F6A;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 0px !important
}
.nav-link.active {
    font-size: 15px;
    font-weight: bold;
}

.navbar a {
    color: white;
}

.nav > li {
    position: relative;
    display: block;
    padding: 0 20px 13px 20px;
}

    .nav > li > a:hover {
        background-color: #044e8b;
        cursor: pointer;
    }

::-webkit-input-placeholder { 
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #434955;
    opacity: 0.5;
}

::-moz-placeholder {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #434955;
}
.logo-header {
    width: 80%;
    height: 100%;
    margin-right: 70px;
    margin-bottom: 20px;
}

label {
    font-size: 12px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
body::-webkit-scrollbar {
    display: none; 
}

.sticky-head {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 1152px;
    height: 524px;
    border: 1px solid #D4DBE3;
    border-radius: 4px;
    overflow: auto;
}

.sticky-head-facility {
    overflow-y: scroll;
    height: 66vh;
    margin: 0px 20px 0px 20px;
    border: 1px solid #efe6e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.05); 
    border-radius: 8px;
}

.sticky-head thead th {
    position: sticky;
    top: 0;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.sticky-head-facility thead th {
    position: sticky;
    top: 0;
    font-size: 13px;
    font-weight: 600;
}

.list-table > tbody tr {
    height: 50px;
    border-top: 1px solid #E3E3E3;
    color: rgba(67, 73, 85, 0.75);
}

.column-sm {
    padding: 26px 14px 13px 14px;
    max-width: 100px;
    word-wrap: break-word;
}

.column-md {
    padding: 15px 25px 13px 5px;
    max-width: 150px;
    word-wrap: break-word;
    white-space: normal; 
    text-align: left;
}

h1 {
    font-size: 24px;
    color: #434955;
}

h2 {
    height: 19px;
    font-size: 14px;
    color: #434955;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader img {
        width: 200px;
        height: 200px;
        margin: 20px 0;
    }



@media screen and (max-width: 1420px) {
    .open-task-preview {
        width: 367px;
        height: 140px;
    }

    .closed-task-preview {
        width: 358px;
        height: 95px;
    }
}

@media screen and (max-width: 1255px) {
    .open-task-preview {
        display: none;
    }

    .closed-task-preview {
        display: none;
    }
}



.content-table {
    position: relative;
    z-index: 5;
}

.loader-Main {
    width: 100px;
    height: 100px;
}

h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
}
button {
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    width: 50%;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: block; 
}

.reprocess-btn {
    background-color: #ffffff;
    color: #0a7b6b;
    font-size: 13px;
    font-size: .575rem;
    font-weight: 500;
    line-height: 1.2;
    padding: .5625rem 1rem;
    border: 2px solid #0a7b6b;
    border-radius: 3rem;
}

.process-message-failed {
    font-size: 9px;
    color: red;
    font-weight: 900;
    padding-top: 5px;
}

.process-message {
    font-size: 9px;
    color: green;
    font-weight: 900;
    padding-top: 5px;
}

.loader-table-v {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.overlay-loader-v {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.overlay-loader img {
    width: 60px;
    height: 60px;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-table {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.loader-img {
    width: 100px;
    height: 100px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.reprocess-btn:disabled {
    background-color: #f0f0f0;
    color: #262626;
    border: 2px solid #d0d0d0;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.row::before {
    content: none !important;
    display: none !important;
}

.row.first-row-after-filter {
    margin: 0 0 10px 10px !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.input {
    background-color: #fff;
    border: 1px solid rgb(162, 160, 175);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #434955;
    min-height: 30px;
    padding: 5px 14px;
}

    .input.input-search {
        width: 16rem;
        height: 30px;
        background: white url(/images/icon-search.svg) no-repeat right 8px center;
        border: 0.5px solid #434955;
    }

.dropbtn:hover {
    min-width: 188px;
    background: white url(/images/arrow-down.svg) no-repeat right 10px center;
    border: 0.5px solid #434955;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #434955;
    min-height: 30px;
    padding: 5px 14px;
    cursor: pointer;
    text-align: left;
    margin: 0px
}

.table-actions-holder-left {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    justify-content: flex-start;
}

.btn {
    font-size: 12px;
}

.btn-primary {
    background-color: red;
    color: white;
    border: 1px red;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        background-color: rgb(204, 0, 0);
        color: white;
        border: 0.5px solid #434955;
    }

.btn-secondary {
    background-color: white;
    color: rgb(67, 73, 85);
    border: 1px solid rgb(162, 160, 175);
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
        background-color: white;
        color: rgb(67, 73, 85);
        border: 1px solid rgb(162, 160, 175);
    }

.dropbtn {
    min-width: 188px;
    background: white url(/images/arrow-down.svg) no-repeat right 10px center;
    border: 0.5px solid #434955;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #434955;
    min-height: 30px;
    padding: 5px 14px;
    cursor: pointer;
    text-align: left;
    margin: 0px
}

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-holder > .dropdown {
    margin-left: 0;
}

.dropdown-content {
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 16px 13px 19px 13px;
}

.dropdown-full {
    width: 100%;
}

.margin-left-35 {
    margin-left: 35px;
}

.dropdown-menu {
    padding: 4px 14px;
    min-width: 100%;
    max-height: 150px;
    font-size: 12px;
}

    .dropdown-menu a {
        display: block;
        margin: 4px 0;
        font-weight: 600;
        text-decoration: none;
        color: #434955;
    }

    .dropdown-menu.show {
        display: block; 
    }

.dropdown-item:active {
    background-color: white;
}


.dropdown-sm {
    width: 185px;
}

.dropdown-lg {
    width: 240px;
    margin: 0px;
    border: 1px solid rgb(162, 160, 175);
}

.dropdown-xlg {
    width: 310px;
    margin: 0px;
    border: 1px solid rgb(162, 160, 175);
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 16px 13px 19px 13px;
}

ul, li {
    list-style-type: none;
    margin: 0;
    cursor: pointer;
}

.option-selected {
    font-weight: 600;
    background-color: none;
}

th.column-md {
    white-space: nowrap;
    text-align: left;
    padding: 5px;
}

    th.column-md div {
        display: flex;
        flex-direction: row; 
        align-items: center;
        justify-content: flex-start; 
        text-align: left;
    }

    th.column-md span:first-child {
        line-height: 1.2;
        font-size: 13px;
        max-width: 99px;
        text-align: left;
    }

    th.column-md span {
        line-height: 1.2; 
        font-size: 14px; 
    }

    th.column-md .bi-caret-down-fill {
        margin-left: 5px; 
        cursor: pointer; 
    }


.modal-title {
    font-size: 17px;
    font-weight: 700;
}

.modal {
    top: 10%;
}

.closeicon {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#patientDOB[readonly] {
    background-color: white !important;
}

.saveChanges:disabled {
    background-color: #d6d6d6;
    border-color: #ccc;
    color: #6c757d;
    cursor: not-allowed;
}

.saveChanges:hover {
    background-color: rgb(41, 118, 105);
    color: white;
    font-size: 13px;
    border: none;
    outline: none;
    width: 8rem;
}

.form-control {
    font-size: 0.7rem;
}

.modal-body {
    max-height: 44vh;
    overflow-y: auto;
}

.modal-header {
    background-color: transparent;
    color: #333; 
    height: 3.5rem;
}

.modal-dialog {
    max-width: 600px;
}

.saveChanges {
    background-color: rgb(41, 118, 105);
    color: white;
    font-size: 13px;
    border: none;
    outline: none;
    width: 8rem;
}

.datepicker {
    z-index: 99999 !important; 
}

.closeButton {
    background-color: #626262;
    color: white;
    font-size: 13px;
    border: none;
    outline: none;
    width: 8rem;
}

    .closeButton:hover {
        background-color: #626262;
        color: white;
        font-size: 13px;
        border: none;
        outline: none;
        width: 8rem;
    }

label.text-over-input {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    cursor: text !important;
    display: grid;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.input-group-text {
    cursor: pointer;
}

.action-column {
    width: 150px;
    white-space: nowrap;
}

.tableHeader {
    vertical-align: bottom;
    background-color: rgb(41, 118, 105);
    color: white;
}

.add-button-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.addbutton {
    background-color: rgb(41, 118, 105);
    color: white;
    font-size: 13px;
    border: none;
    outline: none;
    width: 9rem;
    height: 2rem;
}

    .addbutton:hover {
        background-color: rgb(41, 118, 105);
        color: white;
        font-size: 13px;
        border: none;
        outline: none;
        width: 9rem;
        height: 2rem;
    }

.add-button-container Button {
    margin: 2px;
    margin-right: 2.2rem;
    padding: 7px;
}

.modal-dialog.custom-modal-width {
    max-width: 95%;
    width: 1200px;
}

.modal-body .scrollable-modal-body {
    overflow-y: auto; 
    max-height: 50vh;
    min-height: auto; 
    position: relative;
}

.table-responsive {
    overflow-x: auto; 
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media (max-width: 768px) {
    .row.first-row-after-filter {
        flex-direction: column; 
    }
}

.loading-skeleton {
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    border-radius: 4px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
.toast {
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #e6f4ea!important;
    color: #1e4620;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    border: 1px solid #a3d9a5;
    width:auto;
}

    .toast.show {
        visibility: visible;
        opacity: 1;
    }

    /* Circle with green background for checkmark */
    .toast svg.checkmark-circle {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #4BB543; /* green */
        padding: 3px;
        box-sizing: content-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* White tick inside the green circle */
        .toast svg.checkmark-circle path {
            fill: white;
        }

    /* Close icon style */
    .toast svg.close-icon {
        width: 18px;
        height: 18px;
        fill: #666;
        cursor: pointer;
        margin-left: auto;
        flex-shrink: 0;
        transition: fill 0.2s ease;
    }

        .toast svg.close-icon:hover,
        .toast svg.close-icon:focus {
            fill: #333;
            outline: none;
        }
#email.support-input {
    padding-left: 8px !important;
    margin-left: 0 !important;
}
.col-md-6 > #email.support-input {
    padding-left: 8px !important;
    margin-left: 0 !important;
}

.contact-support-card .row .col-md-6:first-child #email.support-input {
    padding-left: 8px !important;
}
.contact-support-card .row .col-md-6:first-child {
    padding-left: 0 !important;
}