@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/AppointmentInfo/AppointmentBrowsePagination.razor.rz.scp.css */
/* /Pages/AppointmentInfo/AppointmentBrowseSearch.razor.rz.scp.css */

@media (max-width: 768px) {

}

/* /Pages/AppointmentInfo/Appointments.razor.rz.scp.css */
/* /Pages/AppointmentInfo/AppointmentScheduleBrowse.razor.rz.scp.css */
.Scheduled[b-dn0wg5ikzk]::after, .ConfirmedSchedule[b-dn0wg5ikzk]::after, .Re-scheduled[b-dn0wg5ikzk]::after, .MissedAppointment[b-dn0wg5ikzk]::after,
.AwaitingMA[b-dn0wg5ikzk]::after, .CancelledAppointment[b-dn0wg5ikzk]::after, .Checked-In[b-dn0wg5ikzk]::after, .LateCheck-In[b-dn0wg5ikzk]::after, .Checked-Out::after
.AwaitingLabsTests[b-dn0wg5ikzk]::after, .LabsTestsOngoing[b-dn0wg5ikzk]::after, .OngoingTech[b-dn0wg5ikzk]::after, .AwaitingDoctor[b-dn0wg5ikzk]::after, .OngoingMA::after
.AwaitingTech[b-dn0wg5ikzk]::after {
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.Scheduled[b-dn0wg5ikzk]::after {
    background-color: #008000;
}

.ConfirmedSchedule[b-dn0wg5ikzk]::after {
    background-color: #008000;
}

.Re-scheduled[b-dn0wg5ikzk]::after {
    background-color: #BBBB28;
}

.MissedAppointment[b-dn0wg5ikzk]::after, .AwaitingLabsTests[b-dn0wg5ikzk]::after {
    background-color: #9E0000;
}
.AwaitingMA[b-dn0wg5ikzk]::after {
    background-color: #a020f0;
}

.CancelledAppointment[b-dn0wg5ikzk]::after {
    background-color: #414141;
}

.Checked-In[b-dn0wg5ikzk]::after, .LabsTestsOngoing[b-dn0wg5ikzk]::after {
    background-color: #0000ff;
}

.LateCheck-In[b-dn0wg5ikzk]::after, .OngoingTech[b-dn0wg5ikzk]::after {
    background-color: #178aaf;
}

.Checked-Out[b-dn0wg5ikzk]::after, .AwaitingDoctor[b-dn0wg5ikzk]::after {
    background-color: #008080;
}
.AwaitingTech[b-dn0wg5ikzk]::after {
    background-color: #1f0623;
}
.OngoingMA[b-dn0wg5ikzk]::after {
    background-color: #b87700;
}
div[data-list-container="appointment-schedules"][b-dn0wg5ikzk] {
    max-height: 31.25rem;
    border: 1px solid #bb2324;
    overflow: auto;
}

div[data-list-item="schedule-description"][b-dn0wg5ikzk] {
    min-width: 5rem;
    border-top: 1px solid #bb2324;
}

div[data-list-item="schedule-items"] > div > div[b-dn0wg5ikzk] {
    height: 2.5rem;
    border: 1px solid #bb2324;
    border-bottom: none;
}

div[data-list-item="schedule-items"] > div:hover > div[b-dn0wg5ikzk] {
    background-color: #E5F4F5;
    cursor: pointer;
}

div[data-list-item="schedule-items"] > div[disabled]:hover > div[b-dn0wg5ikzk] {
    background-color: #FFFFFF;
    cursor: not-allowed;
}

div[data-list-item="schedule-items"] div:not(:last-of-type) > div[b-dn0wg5ikzk] {
    border-bottom: none;
}

div[data-list-item="schedule-items"] div p[b-dn0wg5ikzk] {
    padding: 0.25rem 2rem;
    border-radius: 0.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

/*.appointment-header {
    background: var(--primaryColor);
    color: white;
    padding: 5px 0px;
    text-align: center;
}

.appointment-item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .appointment-item-container:hover {
        background: #F1EFEF;
        cursor: pointer;
        z-index: 1000;
    }

    .appointment-content {
        border: 0.1px solid #EBEAEA;
        border-radius: 3px;
        color: #2c2c2c;
        padding: 8px 15px;
        box-sizing: border-box;
        flex: 1 1 auto;
        font-size: 1.2em;
    }

        .appointment-data {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: 5px;
            font-weight: 500;
        }

.time {
    width: 10%;
}

.patient {
    width: 40%;
}

.status {
    width: 50%;
}


@media (min-width:992px) and (max-width:1200px) {
    .appointment-content {
        width: calc(40% - 10px);
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .appointment-content {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .appointment-content {
        width: calc(100% - 10px);
    }
}*/
/* /Pages/AppointmentInfo/AppointmentScheduleSearch.razor.rz.scp.css */
/*.searchButton {
    border: 1px solid #bb2324;
    color: #bb2324;
    background-color: white;
    border-radius: 4px;
    display: flex;
}*/

/*
    .searchButton img {
        height: 20px;
        filter: invert(41%) sepia(95%) saturate(841%) hue-rotate(143deg) brightness(95%) contrast(34%);
    }*/

/*.bookButton {
    display: flex;
    border-radius: 4px;
    border: none;
    color: white;
    background-color: #bb2324;
    width: 400px;
}

    .bookButton:hover {
        background-color: #09717A;
    }

    .bookButton img {
        height: 20px;
        filter: brightness(0) invert(1);
    }

.search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftSearch {
    display: flex;
    align-items: center;
}

.rightSearch {
    display: flex;
    align-items: center;
}

    .rightSearch > * {
        margin-left: 10px;
    }*/

/*@media (min-width: 769px) and (max-width: 991px) {
    .form-select, .form-control {
        width: auto;
    }

    .bookButton {
        width: 130px !important; 
    }

    .leftSearch > * {
        margin-left: -13px;
    }
}

@media (max-width: 768px) {
    .search-row {
        flex-direction: column;
        display: block;
    }

    .rightSearch {
        margin-top: 10px;
        flex-direction: column;
        align-items: stretch;
    }

        .rightSearch > * {
            margin-left: 0;
            margin-top: 5px;
            width: 100%;
        }
}
*/
/* /Pages/AppointmentInfo/BaseAppointment.razor.rz.scp.css */
body[b-354d6ltlx7] {
}
/* /Pages/AppointmentInfo/MainAppointmentBrowse.razor.rz.scp.css */
body[b-4xdh8jzzcs] {
}
/*.Background {
    height: 93vh;
    background-color: #F6F6F6;
    padding: 10px;
}*/
/* /Pages/AppointmentInfo/MainAppointmentSchedule.razor.rz.scp.css */

.main-container[b-gtv419pynf] {
    padding: 0px 10px;
}

.appointment-scheduler-header[b-gtv419pynf] {
    margin-top: -20px;
    color: var(--primaryColor);
    font-weight: 600;
}

.LineSeparator[b-gtv419pynf] {
    margin: 25px 0px;
}

.btn-second[b-gtv419pynf] {
    display: flex;
    border-radius: 4px;
    padding: 5px 15px;
    transition-duration: 200ms;
}

    .btn-second:hover[b-gtv419pynf] {
        background: var(--primaryColor);
        transition-duration: 200ms;
        color: white;
    }
/* /Pages/AppointmentInfo/NavMenuAppointment.razor.rz.scp.css */
/* /Pages/AuthorizationInfo/AuthorizationFormHeader.razor.rz.scp.css */
body[b-dn9i6zhi5b] {
}
/* /Pages/AuthorizationInfo/AuthorizingSupervisor.razor.rz.scp.css */
body[b-k9uss4s2w6] {
}
/* /Pages/AuthorizationInfo/Drugtest.razor.rz.scp.css */
body[b-o93svs59xp] {
}
/* /Pages/AuthorizationInfo/EmployerInformation.razor.rz.scp.css */
body[b-hzp8yc855c] {
}
/* /Pages/AuthorizationInfo/Injections.razor.rz.scp.css */
body[b-nw34gd1xxi] {
}
/* /Pages/AuthorizationInfo/InjuryAccidentInformation.razor.rz.scp.css */
.service-detail-header[b-ghulzjx48g] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.time-colon[b-ghulzjx48g] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
}

.TimeTextbox[b-ghulzjx48g] {
    width: 50px !important;
    padding: 5px !important;
}

.toggle[b-ghulzjx48g] {
    margin-top: 3px;
    margin-left: 10px;
}

.ampm[b-ghulzjx48g] {
    border: 1px solid var(--primaryColor);
    padding: 5px 10px 3px 10px;
}

    .ampm:hover[b-ghulzjx48g] {
        cursor: pointer;
    }

.active[b-ghulzjx48g] {
    color: white;
    background: var(--primaryColor);
}
/* /Pages/AuthorizationInfo/InjuryRelatedTest.razor.rz.scp.css */
body[b-hzlek2z9ca] {
}
/* /Pages/AuthorizationInfo/MainAuthorizationAppointmentBrowse.razor.rz.scp.css */
body[b-ez7ivyfhd0] {
}

.Background[b-ez7ivyfhd0] {
    height: 93vh;
    /*   background-color: #F6F6F6;*/
    padding: 10px;
}
/* /Pages/AuthorizationInfo/MainAuthorizationDetail.razor.rz.scp.css */
.authorization-detail-header[b-wdi1fmrseg] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}


.WhiteContainer[b-wdi1fmrseg] {
    width: 98%;
}

.StepperDiv[b-wdi1fmrseg] {
    width: 300px;
    height: 100vh;
    background-color: aqua;
}

.PatientHeader[b-wdi1fmrseg] {
    height: 150px;
}

.LineSeparator-Right[b-wdi1fmrseg] {
    border-left: 1px solid #dbdbdb;
    margin-right: 20px;
    margin-left: -10px;
}
/* /Pages/AuthorizationInfo/MainPatientAppointmentBrowse.razor.rz.scp.css */
body[b-ippufl34g5] {
}
/* /Pages/AuthorizationInfo/OtherServices.razor.rz.scp.css */
body[b-j5x1kxdlpd] {
}
/* /Pages/AuthorizationInfo/PatientAppointmentBrowseInfoPagination.razor.rz.scp.css */
body[b-s1m7zuoiq3] {
}
/* /Pages/AuthorizationInfo/PatientAppointmentBrowseInfoSearch.razor.rz.scp.css */
body[b-oioszvc61b] {
}
/* /Pages/AuthorizationInfo/PatientAppointmentInfoBrowse.razor.rz.scp.css */
body[b-wxr8fg7yah] {
}
/* /Pages/AuthorizationInfo/PatientAuthorizationInfoBrowse.razor.rz.scp.css */
body[b-7bmu0p6d3h] {
}
/* /Pages/AuthorizationInfo/PatientAuthorizationInfoBrowsePagination.razor.rz.scp.css */
body[b-ek55fdqzs8] {
}
/* /Pages/AuthorizationInfo/PatientAuthorizationInfoBrowseSearch.razor.rz.scp.css */

@media (max-width: 768px) {
}
/* /Pages/AuthorizationInfo/PatientInformation.razor.rz.scp.css */
body[b-61bww8097u] {
}
/* /Pages/AuthorizationInfo/PhysicalExams.razor.rz.scp.css */
body[b-uqo7j5sz9h] {
}
/* /Pages/Booking/BookView.razor.rz.scp.css */
*[b-pwflw0xhq2] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.book[b-pwflw0xhq2] {
    flex: 1 1 0;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.book--form[b-pwflw0xhq2] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    grid-column: span 8 / span 8;
}

.book--form__header[b-pwflw0xhq2] {
    height: 5rem;
    position: relative;
}

    .book--form__header > p[b-pwflw0xhq2] {
        color: rgba(var(--cyan-500), 1);
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.75rem;
        display: grid;
        place-items: center;
        position: absolute;
        top: 0;
        left: 0;
    }

.book--form__body[b-pwflw0xhq2] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .book--form__body > div:first-child > div[b-pwflw0xhq2] {
        display: flex;
        gap: 0.5rem;
    }

    .book--form__body > div:nth-child(3)[b-pwflw0xhq2] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .book--form__body > div:nth-child(4)[b-pwflw0xhq2] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .book--form__body > div:nth-child(5)[b-pwflw0xhq2] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .book--form__body > div:nth-child(6)[b-pwflw0xhq2] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

        .book--summary[b-pwflw0xhq2] {
            border: 0.063rem solid rgba(var(--neutral-200), 1);
            border-radius: 0.5rem;
            background-color: rgba(var(--neutral-50), 1);
            grid-column: span 4 / span 4;
            display: flex;
            flex-direction: column;
        }

    .book--summary > div:first-child[b-pwflw0xhq2] {
        height: 5rem;
        display: grid;
        place-items: center;
    }

        .book--summary > div:first-child > p[b-pwflw0xhq2] {
            color: rgba(var(--cyan-500), 1);
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

    .book--summary > div:nth-child(2)[b-pwflw0xhq2] {
        flex: 1 1 0;
        padding-inline: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

        .book--summary > div:nth-child(2) > div:nth-child(3)[b-pwflw0xhq2] {
            flex: 1 1 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

    .book--summary > div:last-child[b-pwflw0xhq2] {
        padding: 1rem;
    }

:is(.preview--information__patient, .preview--information__provider, .preview--information__appointment, .preview--information__visit)[b-pwflw0xhq2] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
}

    :is(.preview--information__patient, .preview--information__provider, .preview--information__appointment, .preview--information__visit) > div:first-of-type[b-pwflw0xhq2] {
        border-bottom: 0.063rem solid rgba(var(--neutral-200), 1);
        border-radius: 0.437rem 0.437rem 0 0;
        background-color: rgba(var(--neutral-100), 1);
        color: #1598A4;
        padding: 0.5rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

:is(.preview--information__patient, .preview--information__provider) > div:nth-of-type(2)[b-pwflw0xhq2] {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    :is(.preview--information__patient, .preview--information__provider) > div:nth-of-type(2) > img[b-pwflw0xhq2] {
        border-radius: 0.5rem;
        width: 2.25rem;
        height: 2.25rem;
    }

    :is(.preview--information__patient, .preview--information__provider) > div:nth-of-type(2) > div[b-pwflw0xhq2] {
        flex: 1 1 0%;
    }

        :is(.preview--information__patient, .preview--information__provider) > div:nth-of-type(2) > div > p:first-of-type[b-pwflw0xhq2] {
            text-transform: uppercase;
            font-weight: 700;
        }

            :is(.preview--information__patient, .preview--information__provider) > div:nth-of-type(2) > div > p:first-of-type > span:first-of-type[b-pwflw0xhq2] {
                border: 0.063rem solid rgba(var(--neutral-300), 1);
                border-radius: 0.25rem;
                background-color: rgba(var(--neutral-200), 1);
                height: 1.25rem;
                padding: 0.063rem 0.25rem;
                font-size: 0.75rem;
                line-height: 1rem;
            }

        :is(.preview--information__patient, .preview--information__provider) > div:nth-of-type(2) > div > p:last-of-type[b-pwflw0xhq2] {
            font-size: 0.75rem;
            line-height: 1rem;
        }

.preview--information__patient > div:last-of-type[b-pwflw0xhq2] {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

    .preview--information__patient > div:last-of-type > div:not(:last-of-type)[b-pwflw0xhq2] {
        border-right: 0.063rem solid rgba(var(--neutral-300), 1);
    }

    .preview--information__patient > div:last-of-type > div > p:first-of-type[b-pwflw0xhq2] {
        color: rgba(var(--neutral-500), 1);
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .preview--information__patient > div:last-of-type > div > p:last-of-type[b-pwflw0xhq2] {
        text-align: center;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

.mbf--content__preview > div:last-of-type > div:last-of-type[b-pwflw0xhq2] {
    flex: 1 1 0%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

:is(.preview--information__appointment, .preview--information__visit) > div:last-of-type[b-pwflw0xhq2] {
    padding: 1rem;
    display: grid;
    gap: 1rem;
}

    :is(.preview--information__appointment, .preview--information__visit) > div:last-of-type > div > p:first-of-type[b-pwflw0xhq2] {
        color: rgba(var(--neutral-500), 1);
        text-transform: uppercase;
        font-weight: normal;
        font-size: 0.75rem;
        line-height: 1rem;
    }

    :is(.preview--information__appointment, .preview--information__visit) > div:last-of-type > div > p:last-of-type[b-pwflw0xhq2] {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-inline: 0.5rem;
    }
/* /Pages/Booking/BrowseView.razor.rz.scp.css */
*[b-e54umwwmls] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.browse--root[b-e54umwwmls] {
    color: rgba(var(--neutral-800), 1);
    flex: 1 1 0%;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.browse--portal__calendar[b-e54umwwmls] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    grid-column: span 9 / span 9;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.calendar--header[b-e54umwwmls] {
    display: flex;
    gap: 1rem;
}

    .calendar--header > div:first-child[b-e54umwwmls] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .calendar--header > div:last-child[b-e54umwwmls] {
        flex: 1 1 0%;
    }

.calendar--header__breadcrumb[b-e54umwwmls] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

    .calendar--header__breadcrumb > :is(a, span)[b-e54umwwmls] {
        font-size: 0.75rem;
        line-height: 1rem;
        transition: var(--transition-all);
    }

    .calendar--header__breadcrumb > a:first-of-type[b-e54umwwmls] {
        color: rgba(var(--neutral-400), 1);
    }

    .calendar--header__breadcrumb > a:hover[b-e54umwwmls] {
        color: #1598A4;
    }

.calendar--header__date[b-e54umwwmls] {
    display: flex;
    flex-direction: column;
}

    .calendar--header__date.skeleton[b-e54umwwmls] {
        gap: 0.5rem;
    }

    .calendar--header__date span:first-of-type[b-e54umwwmls] {
        color: #bb2324;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .calendar--header__date span:last-of-type[b-e54umwwmls] {
        color: rgba(var(--neutral-500), 1);
        font-weight: bold;
    }

.calendar--header__calendar[b-e54umwwmls] {
    margin-bottom: 0.563rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.calendar--header__filter[b-e54umwwmls] {
    flex: 1 1 0%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.5rem;
}

.calendar--body[b-e54umwwmls] {
    flex: 1 1 0%;
}

.calendar--body__skeleton[b-e54umwwmls] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.browse--portal__feature[b-e54umwwmls] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-column: span 3 / span 3;
}
/* /Pages/Booking/Partials/Calendars/DailyCalendar.razor.rz.scp.css */
*[b-wc7ufum71g],
*[b-wc7ufum71g]::before,
*[b-wc7ufum71g]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.daily[b-wc7ufum71g] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

    .daily:has(.schedules--schedule > div:not(:first-child):hover)[b-wc7ufum71g]::before {
        content: var(--schedule-content);
        border-radius: 0.25rem;
        background-color: rgba(var(--cyan-500), 1);
        color: rgba(var(--neutral-50), 1);
        width: var(--schedule-width);
        height: 2.25rem;
        font-weight: 700;
        display: grid;
        place-items: center;
        position: absolute;
        top: 0.25rem;
        left: 0.26rem;
        z-index: 1;
        transition: var(--transition-all);
        transform: translateX(var(--schedule-x-axis));
    }

    .daily:has(.schedules--schedule > div:not(:first-child):hover) .daily--calendar__time[b-wc7ufum71g]::before {
        content: var(--time-content);
        border-radius: 0.5rem;
        background-color: rgba(var(--cyan-500), 1);
        color: rgba(var(--neutral-50), 1);
        width: 9.5rem;
        height: 4rem;
        padding-inline: 1rem;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        left: 0.25rem;
        z-index: 1;
        transition: var(--transition-all);
        transform: translateY(var(--time-x-axis));
    }

.daily--calendar[b-wc7ufum71g] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    height: calc(100vh - 16.184rem);
    display: flex;
    overflow: auto;
    transition: var(--transition-all);
}

    .daily--calendar:hover[b-wc7ufum71g] {
        scrollbar-color: rgba(var(--cyan-500), 1) transparent;
    }

.daily--calendar__time[b-wc7ufum71g] {
    border-radius: 0.5rem 0 0 0.5rem;
    width: 10rem;
    position: relative;
}

    .daily--calendar__time :not(:last-child)[b-wc7ufum71g] {
        border-bottom: 0.063rem solid rgba(var(--neutral-200), 1);
    }

    .daily--calendar__time span[b-wc7ufum71g] {
        border-right: 0.063rem solid rgba(var(--neutral-200), 1);
        border-radius: 0.5rem 0 0 0;
        background-color: rgba(var(--neutral-50), 1);
        height: 2.75rem;
        display: block;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .daily--calendar__time div[b-wc7ufum71g] {
        border-right: 0.063rem solid rgba(var(--neutral-200), 1);
        background-color: rgba(var(--neutral-50), 1);
        height: 4.5rem;
        padding-inline: 1rem;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .daily--calendar__time div:last-of-type[b-wc7ufum71g] {
            border-radius: 0 0 0 0.5rem;
        }

.daily--calendar__schedules[b-wc7ufum71g] {
    background-color: rgba(var(--neutral-200), 1);
    flex: 1 1 0%;
    height: max-content;
    padding-right: 0.063rem;
    display: grid;
    grid-auto-flow: column;
    gap: 0.063rem;
    transition: var(--transition-all);
    position: relative;
}

.schedules--schedule > div:not(.schedules--schedule__profile)[b-wc7ufum71g] {
    background-color: rgba(var(--neutral-50), 1);
    height: 2.25rem;
}

.schedules--schedule > div:not(.schedules--schedule__profile, :last-of-type)[b-wc7ufum71g] {
    border-bottom: 0.063rem solid rgba(var(--neutral-200), 1);
}

.schedules--schedule__profile[b-wc7ufum71g] {
    border-bottom: 0.063rem solid rgba(var(--neutral-200), 1);
    background-color: rgba(var(--neutral-50), 1);
    height: 2.75rem;
    padding-inline: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: sticky;
    top: 0;
}

    .schedules--schedule__profile img[b-wc7ufum71g] {
        border-radius: 0.25rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .schedules--schedule__profile span:first-of-type[b-wc7ufum71g] {
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }

    .schedules--schedule__profile span:last-of-type[b-wc7ufum71g] {
        border: 0.063rem solid rgba(var(--neutral-300), 1);
        border-radius: 0.25rem;
        background-color: rgba(var(--neutral-200), 1);
        color: rgba(var(--neutral-700), 1);
        padding: 0.125rem 0.5rem;
        font-style: italic;
        font-size: 0.75rem;
        line-height: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.daily--calendar__results[b-wc7ufum71g],
.results--images[b-wc7ufum71g] {
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .results--images span[b-wc7ufum71g] {
        border: 0.063rem solid rgba(var(--neutral-50), 1);
        border-radius: 50%;
        display: grid;
        place-items: center;
    }

        .results--images span:nth-child(2)[b-wc7ufum71g] {
            transform: translateX(-0.688rem);
        }

        .results--images span:nth-child(3)[b-wc7ufum71g] {
            transform: translateX(-1.376rem);
        }

        .results--images span:nth-child(4)[b-wc7ufum71g] {
            background-color: rgba(var(--cyan-500), 1);
            color: rgba(var(--neutral-50), 1);
            width: 1.25rem;
            height: 1.25rem;
            font-size: 0.5rem;
            line-height: 0.75rem;
            display: grid;
            place-items: center;
            transform: translateX(-2.064rem);
        }

.results--text[b-wc7ufum71g] {
    color: rgba(var(--neutral-600), 1);
    font-weight: 600;
    transform: translateX(-1.563rem);
}

:is(.results--images, .results--text):hover ~ .resuls--providers[b-wc7ufum71g] {
    display: flex;
    animation-name: slideUp;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.resuls--providers[b-wc7ufum71g] {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    padding: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.25rem;
    position: absolute;
    left: 1rem;
    bottom: 2rem;
}

    .resuls--providers li[b-wc7ufum71g] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

        .resuls--providers li img[b-wc7ufum71g] {
            border-radius: 50%;
            background-color: blue;
            width: 1.25rem;
            height: 1.25rem;
            display: inline-block;
            object-fit: cover;
            object-position: center;
        }

        .resuls--providers li span:first-of-type[b-wc7ufum71g] {
            border-radius: 50%;
            background-color: blue;
            width: 1.25rem;
            height: 1.25rem;
            display: inline-block;
            object-fit: cover;
            object-position: center;
        }
/* /Pages/Booking/Partials/Calendars/MonthlyCalendar.razor.rz.scp.css */
/* /Pages/Booking/Partials/Calendars/WeeklyCalendar.razor.rz.scp.css */
/* /Pages/Booking/Partials/DatePicker.razor.rz.scp.css */
div[b-6qgkytghz8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

input[b-6qgkytghz8] {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0.25rem;
}
/* /Pages/Booking/Partials/Dialogs/ProviderScheduleDialog.razor.rz.scp.css */
*[b-uze65i7b79], *[b-uze65i7b79]::before, *[b-uze65i7b79]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider-schedule--filter[b-uze65i7b79] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.provider-schedule--table[b-uze65i7b79] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    height: 50vh;
    display: flex;
    gap: 0.063rem;
    position: relative;
    overflow-y: auto;
}

    .provider-schedule--table:hover[b-uze65i7b79] {
        scrollbar-color: rgba(var(--cyan-500), 1) transparent;
    }

    .provider-schedule--table > div:first-of-type[b-uze65i7b79] {
        background-color: rgba(var(--neutral-200), 1);
        height: max-content;
        display: flex;
        flex-direction: column;
        gap: 0.063rem;
    }

        .provider-schedule--table > div:first-of-type > div[b-uze65i7b79] {
            background-color: rgba(var(--neutral-200), 1);
            width: 9.188rem;
            display: flex;
            gap: 0.063rem;
        }

            .provider-schedule--table > div:first-of-type > div p[b-uze65i7b79] {
                display: grid;
                place-items: center;
            }

            .provider-schedule--table > div:first-of-type > div > p[b-uze65i7b79] {
                background-color: rgba(var(--neutral-50), 1);
                flex: 1 1 0;
                font-weight: 800;
                font-size: 1.125rem;
                line-height: 1.75rem;
            }

            .provider-schedule--table > div:first-of-type > div > div[b-uze65i7b79] {
                display: grid;
                gap: 0.063rem;
            }

                .provider-schedule--table > div:first-of-type > div > div > p[b-uze65i7b79] {
                    background-color: rgba(var(--neutral-50), 1);
                    width: 2.25rem;
                    height: 2.25rem;
                    font-weight: 500;
                }

.table--body__schedule[b-uze65i7b79] {
    border-inline: 0.063rem solid rgba(var(--neutral-200), 1);
    background-color: rgba(var(--neutral-200), 1);
    height: max-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.063rem;
    position: relative;
}

    .table--body__schedule > div[b-uze65i7b79] {
        background-color: rgba(var(--neutral-50), 1);
        width: 20rem;
        height: 2.25rem;
        position: relative;
    }

        .table--body__schedule > div[data-valid="true"][b-uze65i7b79] {
            cursor: pointer;
        }

        .table--body__schedule > div[b-uze65i7b79]::after {
            content: "";
            border-color: transparent;
            height: 1.75rem;
            position: absolute;
            top: 0.25rem;
            z-index: 1;
            transition: var(--transition-all);
        }

        .table--body__schedule > div[data-valid="false"][b-uze65i7b79] {
            cursor: not-allowed;
        }

    .table--body__schedule[data-duration="10"] > div[data-valid="true"]:hover[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="15"] > div[data-valid="true"]:hover[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="30"] > div[data-valid="true"]:hover[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover[b-uze65i7b79]::after {
        border: 0.063rem solid #BFE3E7;
        border-radius: 0.25rem 0 0 0.25rem;
        border-right-color: #D4ECEF;
        background-color: #D4ECEF;
        width: 19.75rem;
        left: 0.25rem;
    }

    .table--body__schedule[data-duration="15"] > div[data-valid="true"]:hover + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="30"] > div[data-valid="true"]:hover + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="30"] > div[data-valid="true"]:hover + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="30"] > div[data-valid="true"]:hover + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="30"] > div[data-valid="true"]:hover + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div + div + div + div + div + div[b-uze65i7b79]::after {
        border: 0.063rem solid #BFE3E7;
        border-inline-color: #D4ECEF;
        border-radius: 0;
        background-color: #D4ECEF;
        width: 20.126rem;
        left: -0.063rem;
    }

    .table--body__schedule[data-duration="10"] > div[data-valid="true"]:hover + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="15"] > div[data-valid="true"]:hover + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="30"] > div[data-valid="true"]:hover + div + div + div + div + div[b-uze65i7b79]::after,
    .table--body__schedule[data-duration="60"] > div[data-valid="true"]:hover + div + div + div + div + div + div + div + div + div + div + div[b-uze65i7b79]::after {
        border: 0.063rem solid #BFE3E7;
        border-left-color: #D4ECEF;
        border-radius: 0 0.25rem 0.25rem 0;
        background-color: #D4ECEF;
        width: 19.75rem;
        left: 0;
    }

    .table--body__schedule[data-duration="5"] > div[data-valid="true"]:hover[b-uze65i7b79]::after {
        border: 0.063rem solid #BFE3E7;
        border-radius: 0.25rem;
        background-color: #D4ECEF;
        width: 19.5rem;
        left: 0.25rem;
    }

    .table--body__schedule[data-duration="10"] > div[data-valid="true"]:hover + div[b-uze65i7b79]::after {
        width: 19.813rem;
        left: -0.063rem;
    }

.provider-schedule--footer[b-uze65i7b79] {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

    .provider-schedule--footer > div[b-uze65i7b79] {
        border: 0.063rem solid #fee2e2;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        background-color: #fef2f2;
        padding: 0.25rem 0.5rem;
        position: absolute;
        left: 0.313rem;
        top: -0.125rem;
    }

        .provider-schedule--footer > div[b-uze65i7b79]::after {
            content: "";
            border-radius: 0.063rem;
            background-color: #ef4444;
            position: absolute;
            height: 2.6rem;
            width: 0.125rem;
            position: absolute;
            top: -0.063rem;
            left: -0.313rem;
            z-index: 1;
        }

        .provider-schedule--footer > div > p[b-uze65i7b79] {
            color: #ef4444;
            font-size: 0.75rem;
            line-height: 1rem;
        }
/* /Pages/Booking/Partials/Features/PatientLookupFeature.razor.rz.scp.css */
/* /Pages/Booking/Partials/Features/ProviderLookupFeature.razor.rz.scp.css */
/* /Pages/Booking/Partials/Features/WaitListBrowserFeature.razor.rz.scp.css */
*[b-5qrl4jrsid], *[b-5qrl4jrsid]::before, *[b-5qrl4jrsid]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* /Pages/Booking/Partials/Forms/AppointmentBookingForm.razor.rz.scp.css */
/* /Pages/Booking/Partials/Forms/WaitlistBookingForm.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/FacilityLocationsSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/FacilityRoomsSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/OperatingHoursSelect.razor.rz.scp.css */
*[b-lrxmi99qe5], *[b-lrxmi99qe5]::before, *[b-lrxmi99qe5]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[data-component-part="select--root"][b-lrxmi99qe5] {
    width: 11rem;
}
/* /Pages/Booking/Partials/Select/ProvidersSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/SpecialtiesSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/VisitDurationsSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/VisitStatusSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Select/VisitTypesSelect.razor.rz.scp.css */
/* /Pages/Booking/Partials/Tabs/CalendarTypesTab.razor.rz.scp.css */
*[b-awddgj8kuk], *[b-awddgj8kuk]::before, *[b-awddgj8kuk]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* /Pages/Booking/Partials/Tabs/FeatureTypesTab.razor.rz.scp.css */
*[b-9b5submx3k], *[b-9b5submx3k]::before, *[b-9b5submx3k]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* /Pages/CaseInfo/Audiometry.razor.rz.scp.css */
.audiometry-header[b-wgg6gupjld] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -20px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 200px;
}

.header[b-wgg6gupjld] {
    color: #fff;
    font-weight: 600;
}

.input[b-wgg6gupjld] {
    height: 100%;
    width: 100%;
    border: 1px solid #ced4da;
    padding-left: '5px'
}

table.blueTable[b-wgg6gupjld] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-wgg6gupjld],
table.blueTable th[b-wgg6gupjld] {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}

table.blueTable tbody td[b-wgg6gupjld] {
    font-size: 13px;
}

table.blueTable tr:nth-child(even)[b-wgg6gupjld] {
    /* background: #D0E4F5; */
}

table.blueTable thead[b-wgg6gupjld] {
    background: #BB2324;
    background: -moz-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: -webkit-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: linear-gradient(to bottom, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    border-bottom: 2px solid #444444;
}

table.blueTable thead th[b-wgg6gupjld] {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}

table.blueTable thead th:first-child[b-wgg6gupjld] {
    border-left: none;
}

table.blueTable tfoot[b-wgg6gupjld] {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

table.blueTable tfoot td[b-wgg6gupjld] {
    font-size: 14px;
}

table.blueTable tfoot .links[b-wgg6gupjld] {
    text-align: right;
}

table.blueTable tfoot .links a[b-wgg6gupjld] {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.chkResult[b-wgg6gupjld],
.radioResult[b-wgg6gupjld] {
    cursor: pointer;
    accent-color: var(--primaryColor);
}
/* /Pages/CaseInfo/AudiometryTest.razor.rz.scp.css */
.audiometry-header[b-g950kopdz4] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -20px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 200px;
}

.header[b-g950kopdz4] {
    color: #fff;
    font-weight: 600;
}

.input[b-g950kopdz4] {
    height: 100%;
    width: 100%;
    border: 1px solid #ced4da;
}

table.blueTable[b-g950kopdz4] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-g950kopdz4], table.blueTable th[b-g950kopdz4] {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}

table.blueTable tbody td[b-g950kopdz4] {
    font-size: 13px;
}

table.blueTable tr:nth-child(even)[b-g950kopdz4] {
    /* background: #D0E4F5; */
}

table.blueTable thead[b-g950kopdz4] {
    background: #BB2324;
    background: -moz-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: -webkit-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: linear-gradient(to bottom, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    border-bottom: 2px solid #444444;
}

    table.blueTable thead th[b-g950kopdz4] {
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        border-left: 2px solid #D0E4F5;
    }

        table.blueTable thead th:first-child[b-g950kopdz4] {
            border-left: none;
        }

    table.blueTable tfoot[b-g950kopdz4] {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.blueTable tfoot td[b-g950kopdz4] {
            font-size: 14px;
        }

        table.blueTable tfoot .links[b-g950kopdz4] {
            text-align: right;
        }

            table.blueTable tfoot .links a[b-g950kopdz4] {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }
/* /Pages/CaseInfo/BaseCase.razor.rz.scp.css */
/* /Pages/CaseInfo/CaseAppointmentBrowse.razor.rz.scp.css */
.disable--table[b-c9v3v0ych2] {
    background-color: #fecaca;
    cursor: not-allowed;
}

.disable--cf[b-c9v3v0ych2], .agree--cf[b-c9v3v0ych2], .refuse--cf[b-c9v3v0ych2], .primary--cf[b-c9v3v0ych2] {
    padding: 6px 12px;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 800;
    width: 8rem;
    gap: 0.2rem;
   
}

    .disable--cf svg[b-c9v3v0ych2], .agree--cf svg[b-c9v3v0ych2], .refuse--cf svg[b-c9v3v0ych2], .primary--cf svg[b-c9v3v0ych2] {
        height: 0.875rem;
        width: 0.875rem;
    }

.disable--cf[b-c9v3v0ych2] {
    cursor: not-allowed;
    background-color: #e3e0e3;
    color: #1f0623;
    border: 1px solid #1f0623;
}

.agree--cf[b-c9v3v0ych2] {
    background-color: #DEE8DE;
    color: #006400;
    border: 1px solid #006400;
}

.refuse--cf[b-c9v3v0ych2] {
    background-color: #F7DEDE;
    color: #9E0000;
    border: 1px solid #9E0000;
}

.primary--cf[b-c9v3v0ych2] {
    background-color: #D4ECEF;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);  
}
/* /Pages/CaseInfo/CaseAppointmentBrowsePagination.razor.rz.scp.css */
/*.active {
    background-color: #bb2324;
    margin: 0px 8px;
    border-radius: 4px;
    color: red;
}
*/
/* /Pages/CaseInfo/CaseAuthorizeServicesBrowse.razor.rz.scp.css */
.case-detail-header[b-3h3x8axn29] {
    background-color: var(--primaryColor);
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 18px;
    width: max-content;
    border-radius: 0.25rem;
}
/* /Pages/CaseInfo/CaseBrowse.razor.rz.scp.css */
.loading-image[b-zpt6grvl6r] {
    width: 100px;
}
/* /Pages/CaseInfo/CaseBrowsePagination.razor.rz.scp.css */
body[b-37iibsl5fz] {
}
/* /Pages/CaseInfo/CaseBrowseSearch.razor.rz.scp.css */
.case-browse-header[b-wpgje2mgqo] {
    color: var(--primaryColor);
    font-weight: 600;
    font-weight: 800;
    margin-bottom: 0;
}

.CaseHeader[b-wpgje2mgqo]{
    
}




@media (max-width: 768px) {
}
/* /Pages/CaseInfo/CaseDetails.razor.rz.scp.css */
.case-detail-header[b-w39kuk2lv6] {
    background-color: var(--primaryColor);
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 18px;
    width: max-content;
    border-radius: 0.25rem;
}

.case-caterory-search[b-w39kuk2lv6] {
    width: 50%;
}

.autocomplete[b-w39kuk2lv6] {
    position: relative;
}

    .autocomplete .options[b-w39kuk2lv6] {
        position: absolute;
        top: 60px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-w39kuk2lv6] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-w39kuk2lv6] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-w39kuk2lv6] {
            background: var(--primaryColor);
            color: #fff;
            cursor: pointer
        }

        .autocomplete .option.disabled[b-w39kuk2lv6] {
            padding: 0.50rem;
            background-color: var(--red);
            cursor: not-allowed;
            color: #fff;
        }

@media only screen and (max-width: 768px) {
    .case-caterory-search[b-w39kuk2lv6] {
        width: 100%;
    }
}
/* /Pages/CaseInfo/CaseHeader.razor.rz.scp.css */


.case-information[b-ubpphncsnh] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.item[b-ubpphncsnh] {
    width: calc(30% - 10px);
    border-radius: 3px;
    color: #2c2c2c;
    padding: 1px 15px 3px 0px;
    box-sizing: border-box;
    flex: 1 1 auto;
    font-size: 1em;
    display: flex;
}

.case-name[b-ubpphncsnh] {
    font-weight: 800;
    font-size: 20px;
    color: var(--primaryColor);
}

.title[b-ubpphncsnh] {
    font-weight: 700;
    color: #8a8a8a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info[b-ubpphncsnh] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
    font-weight: 500;
    color: #b4b4b4;
}


.small[b-ubpphncsnh] {
    width: calc(10% - 10px);
}

.case-number[b-ubpphncsnh] {
    margin-top: 10px;
    margin-bottom: -5px;
}

@media only screen and (max-width: 1280px) {
    .case-information[b-ubpphncsnh] {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .col-xl-6[b-ubpphncsnh] {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .item[b-ubpphncsnh] {
        display: flex;
        flex-direction: column;
    }

    .info[b-ubpphncsnh] {
        margin-left: 0px;
    }
}
/* /Pages/CaseInfo/EmployerDetails.razor.rz.scp.css */
.employer-detail-header[b-6pthptkvzd] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
/* /Pages/CaseInfo/InjuryDetails.razor.rz.scp.css */
.injury-detail-header[b-lpwz3302oe] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.time-colon[b-lpwz3302oe] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
}

.toggle[b-lpwz3302oe] {
    margin-top: 3px;
    margin-left: 10px;
}

.ampm[b-lpwz3302oe] {
    border: 1px solid var(--primaryColor);
    padding: 5px 10px 3px 10px;
}

    .ampm:hover[b-lpwz3302oe] {
        cursor: pointer;
    }

.active[b-lpwz3302oe] {
    color: white;
    background: var(--primaryColor);
}
[b-lpwz3302oe] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-lpwz3302oe] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-lpwz3302oe] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/CaseInfo/InsuranceDetails.razor.rz.scp.css */
.insurance-detail-header[b-npbbep0r9o] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
/* /Pages/CaseInfo/JamarDetails.razor.rz.scp.css */
/* /Pages/CaseInfo/MainCaseBrowse.razor.rz.scp.css */
.WhiteContainer[b-sfkicuaqxr] {
    width: 98%;
}

.StepperDiv[b-sfkicuaqxr] {
    width: 300px;
    height: 100vh;
    background-color: aqua;
}

.PatientHeader[b-sfkicuaqxr] {
    height: 150px;
}

.case-lineseperator[b-sfkicuaqxr] {
    border-left: 1px solid #dbdbdb;
}

/* Steps */

.steps-navigator[b-sfkicuaqxr] {
    width: 150px;
}

.steps-contents[b-sfkicuaqxr] {
    width: calc(100% - 155px);
}

button:disabled[b-sfkicuaqxr] {
    background: #808080;
}



/* -------------------  Stepper Override -------------------------- */

[b-sfkicuaqxr] .steps {
    flex-direction: column !important;
    overflow-x: hidden !important;
    margin: 10px 15px !important;
    padding: 0px;
    list-style: none;
    display: flex;
}

    [b-sfkicuaqxr] .steps:hover {
        cursor: pointer;
        opacity: 0.8;
        transition-duration: 300ms;
    }

    [b-sfkicuaqxr] .steps .step:first-child {
        margin-left: 0px !important;
    }

    [b-sfkicuaqxr] .steps .step:last-child {
        margin-top: 20px;
        margin-right: 0px !important;
    }

[b-sfkicuaqxr] .step-active .step-circle {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

    [b-sfkicuaqxr] .step-active .step-circle::before {
        color: var(--primaryColor);
    }

[b-sfkicuaqxr] .step-circle::before {
    height: calc(1.95rem + 1rem - 1.5rem) !important;
    width: 2px !important;
    left: 11px !important;
    top: -11px !important;
    color: var(--primaryColor);
}

[b-sfkicuaqxr] .step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: rgb(173, 181, 189);
    border: 2px solid rgb(173, 181, 189);
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
}

[b-sfkicuaqxr] .step-container {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: auto;
    min-width: min-content;
    max-width: max-content;
    padding-top: 0rem;
    padding-right: 0rem;
}

[b-sfkicuaqxr] .step-active .step-text {
    color: var(--primaryColor) !important;
    margin-left: 5px !important;
}

[b-sfkicuaqxr] .step-text {
    margin-left: 5px !important;
}


@media only screen and (max-width: 959px) {

    .steps-navigator[b-sfkicuaqxr] {
        width: 100%;
    }

    .steps-contents[b-sfkicuaqxr] {
        width: 100%;
    }
}

@media only screen and (max-width: 1280px) {
    .case-lineseperator[b-sfkicuaqxr] {
        border-top: 1px solid #dbdbdb;
        border-right: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.selected-case[b-sfkicuaqxr] {
    background-color: var(--primaryColor);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    width: max-content;
    position: relative;
    top: 1.5rem;
}
/* /Pages/CaseInfo/MainCaseDetail.razor.rz.scp.css */
body[b-adiatvz7df] {
}
/* /Pages/CaseInfo/PatientHeader.razor.rz.scp.css */

.profile-photo[b-3yqc3cdb7c] {
    width: 95px;
    height: 90px;
    border-radius: 50%;
}

.profile-information[b-3yqc3cdb7c] {
    display: flex;
    flex-wrap: wrap;
    */ width: 100%;
}

.item[b-3yqc3cdb7c] {
    width: calc(33% - 10px);
    border-radius: 3px;
    color: #2c2c2c;
    padding: 1px 15px 3px 0px;
    box-sizing: border-box;
    flex: 1 1 auto;
    font-size: 1em;
    display: flex;
}

.case-profile-name[b-3yqc3cdb7c] {
    font-weight: 800;
    font-size: 20px;
    color: var(--primaryColor);
    text-align: left !important;
}

.title[b-3yqc3cdb7c] {
    font-weight: 700;
    color: #8a8a8a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info[b-3yqc3cdb7c] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
    font-weight: 500;
    color: #b4b4b4;
}

.small[b-3yqc3cdb7c] {
    width: calc(28% - 10px);
}


@media (min-width: 1200px) and (max-width: 1279px) {
    .col-xl-6[b-3yqc3cdb7c] {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .item[b-3yqc3cdb7c] {
        display: flex;
        flex-direction: column;
    }

    .info[b-3yqc3cdb7c] {
        margin-left: 0px;
    }
}
/* /Pages/CaseInfo/PreTreatment.razor.rz.scp.css */
.pre-treatment-header[b-3wpmbnl79x] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -20px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100px;
}

.header[b-3wpmbnl79x] {
    color: #fff;
    font-weight: 600;
}

.jamar-container[b-3wpmbnl79x] {
    margin-top: 3rem !important;
}
/* /Pages/CaseInfo/ServiceDetails.razor.rz.scp.css */
.service-detail-header[b-i4a4trosgv] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.label-time[b-i4a4trosgv] {
    margin-bottom: 2px;
}

.time-colon[b-i4a4trosgv] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
    align-content: center;
}

.toggle[b-i4a4trosgv] {
    margin-top: 3px;
    margin-left: 10px;
}

.ampm[b-i4a4trosgv] {
    border: 1px solid var(--borderColor);
    padding: 5px 10px 3px 10px;
    border-radius: 4px;
    color: var(--borderColor);
}

    .ampm:hover[b-i4a4trosgv] {
        cursor: pointer;
    }

.active[b-i4a4trosgv] {
    color: white;
    background: var(--primaryColor);
}

.time-disabled[b-i4a4trosgv] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/ConsentFormInfo/ConsentFormContent.razor.rz.scp.css */
*[b-oriv0yrnzv] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-oriv0yrnzv] {
    list-style: decimal inside;
}

li span[b-oriv0yrnzv] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-oriv0yrnzv]::marker {
    font-weight: 800;
}

.consent--content[b-oriv0yrnzv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    /*padding: 10px;*/
}

.consent--content--header[b-oriv0yrnzv] {
    border-bottom: 3px solid #D0D1D2;
    padding: 1.25rem 0 0.5rem 1rem;
}

.consent--content--header h3[b-oriv0yrnzv] {
    color: var(--primaryColor);
    font-size: 1.25rem;
    font-weight: 800;
}

.consent--content--date[b-oriv0yrnzv] {
    color: var(--primaryColor);
}

/*.consent--content--list {
    font-size: 1rem;
}*/

.highlight--consent[b-oriv0yrnzv] {
    color: var(--primaryColor);
}

.highlight--refuse[b-oriv0yrnzv] {
    color: #DC3545;
}

.consent--content--list--header[b-oriv0yrnzv],
.highlight--consent[b-oriv0yrnzv],
.highlight--refuse[b-oriv0yrnzv] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.consent--content--list--content[b-oriv0yrnzv] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.consent--content--list[b-oriv0yrnzv] {
    height: 40rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    scrollbar-gutter: stable both-edges;
    padding: 1.2rem;
}

.consent--content--list--content .highlight--consent[b-oriv0yrnzv],
.consent--content--list--content .highlight--refuse[b-oriv0yrnzv] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 800;
    text-decoration: underline;
}

.consent--content--list--content li p[b-oriv0yrnzv] {
    margin: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.consent--highlight[b-oriv0yrnzv] {
    text-decoration: underline;
    font-weight: bold;
    color: var(--primaryColor);
}

.cb--small[b-oriv0yrnzv] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-oriv0yrnzv] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-oriv0yrnzv] .mud-primary {
    background: #9b9aba !important;
}

[b-oriv0yrnzv] .mud-icon-button {
    color: var(--primaryColor) !important;
}

.consent--parent--wrapper[b-oriv0yrnzv] {
    margin: 1rem 0;
}

.consent--parent[b-oriv0yrnzv] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-oriv0yrnzv] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

@media (max-width: 600px) {
    .consent--content--list[b-oriv0yrnzv] {
        padding: 0 !important;
    }
}
/* /Pages/ConsentFormInfo/ConsentFormPatientDetails.razor.rz.scp.css */
.consent--details[b-np00209im8] {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 20rem;
}

.consent--details h3[b-np00209im8] {
    color: var(--primaryColor);
    /*text-align: center;*/
    font-size: 1rem;
    font-weight: 800;
}

.consent--details--list[b-np00209im8] {
    display: grid;
    /*grid-template-columns: repeat(5, 1fr);*/
    /*justify-items: center;*/
    /*gap: 0.5rem;*/
    row-gap: 1rem;
    column-gap: 5rem;
    /*margin: 0 auto;*/
}

.consent--details--list label[b-np00209im8] {
    /*color: var(--tableHeaderColor);*/
    font-size: 1rem;
}

.consent--details--list span[b-np00209im8] {
    /*color: var(--primaryColor);*/
    font-weight: 600;
}

@media (max-width: 600px) {
    .consent--details[b-np00209im8] {
        padding: 0 !important;
    }
}
/* /Pages/ConsentFormInfo/ConsentFormSignature.razor.rz.scp.css */
.consent--qa[b-73ung2y8dg] {
    display: grid;
    place-content: center;
    /*justify-content: center;*/
    /*margin-top: 4rem;*/
}

.consent--qa__border[b-73ung2y8dg] {
    margin-top: 10px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    height: calc(100% - 4rem);
}

.intake--forms--qa[b-73ung2y8dg] {
    padding: 10px;
}

    .intake--forms--qa div .complaint--info[b-73ung2y8dg] {
        color: #636363;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

.intake--qa .intake--question[b-73ung2y8dg] {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.scroll--complaint[b-73ung2y8dg] {
    overflow-y: auto;
    scrollbar-color: #bb2324 rgba(var(--neutral-50), 1);
}

.ct--canvas[b-73ung2y8dg] {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ct--actions[b-73ung2y8dg] {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    gap: 10px
}

.alternative__btn[b-73ung2y8dg] {
    text-align: center;
    cursor: pointer;
    text-decoration-line: underline;
    color: var(--primaryColor);
}

.or__wrapper[b-73ung2y8dg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 1rem;
}

.wrapper__or[b-73ung2y8dg] {
    position: relative;
    text-align: center;
}

.action__or[b-73ung2y8dg] {
    color: #b7b4b4;
}

    .action__or[b-73ung2y8dg]::after {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 5.5rem;
        height: 1px;
        position: absolute;
        top: 0.5rem;
        left: -1.563rem;
    }

    .action__or[b-73ung2y8dg]::before {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 5.5rem;
        height: 1px;
        position: absolute;
        top: 0.5rem;
        right: -1.563rem;
    }

.intake__img__wrapper[b-73ung2y8dg] {
    position: relative;
    height: 20rem;
    width: 100%;
    /*  display: flex;*/
    flex-direction: column;
}
/*.ct--actions div{
    background-color: red;
}*/

.profile-photo-modal[b-73ung2y8dg] {
    height: 120px;
    width: 200px;
    object-fit: cover;
}
/* /Pages/ConsentFormInfo/MainConsentForm.razor.rz.scp.css */
.consent--container[b-740azyf9d9] {
    height: 100%;
    display: flex;
    gap: 1rem;
}

.container--left[b-740azyf9d9] {
    background-color: white;
    height: 100%;
    width: max-content;
    border: 1px solid rgba(var(--neutral-300), 1);
    border-radius: .75rem;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
}

.container--right[b-740azyf9d9] {
    /*height: 100%;*/
    flex: 1 1 0%;
    background-color: white;
    border: 1px solid rgba(var(--neutral-300), 1);
    border-radius: .75rem;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
}
/* /Pages/Dashboard/MainDashboard.razor.rz.scp.css */
/* /Pages/EmployerInfo/AutoCompleteBillReviewer.razor.rz.scp.css */
.labeled-auto-complete[b-kz48a9s2k1] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-kz48a9s2k1] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-kz48a9s2k1] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-kz48a9s2k1],
.labeled-auto-complete--loading-icon[b-kz48a9s2k1] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-kz48a9s2k1] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-kz48a9s2k1] {
    right: 1.2rem;
}

.fetching[b-kz48a9s2k1] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-kz48a9s2k1] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-kz48a9s2k1] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-kz48a9s2k1] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-kz48a9s2k1],
.list--item__invalid[b-kz48a9s2k1] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompleteCorporate.razor.rz.scp.css */
.labeled-auto-complete[b-kkv5u8wyw2] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-kkv5u8wyw2] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-kkv5u8wyw2] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-kkv5u8wyw2],
.labeled-auto-complete--loading-icon[b-kkv5u8wyw2] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-kkv5u8wyw2] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-kkv5u8wyw2] {
    right: 1.2rem;
}

.fetching[b-kkv5u8wyw2] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-kkv5u8wyw2] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-kkv5u8wyw2] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-kkv5u8wyw2] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-kkv5u8wyw2],
.list--item__invalid[b-kkv5u8wyw2] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompleteEmployer.razor.rz.scp.css */
.labeled-auto-complete[b-pwbd2kwhkq] {
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--input[b-pwbd2kwhkq] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-pwbd2kwhkq],
.labeled-auto-complete--loading-icon[b-pwbd2kwhkq] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-pwbd2kwhkq] {
    left: 1.2rem;
}

.labeled-auto-complete--loading-icon[b-pwbd2kwhkq] {
    right: 1.2rem;
}

.fetching[b-pwbd2kwhkq] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-pwbd2kwhkq] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 1rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-pwbd2kwhkq] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-pwbd2kwhkq] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-pwbd2kwhkq],
.list--item__invalid[b-pwbd2kwhkq] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompleteInjuryCollectionLaboratory.razor.rz.scp.css */
.labeled-auto-complete[b-fgj7eujbsx] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-fgj7eujbsx] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-fgj7eujbsx] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-fgj7eujbsx],
.labeled-auto-complete--loading-icon[b-fgj7eujbsx] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-fgj7eujbsx] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-fgj7eujbsx] {
    right: 1.2rem;
}

.fetching[b-fgj7eujbsx] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-fgj7eujbsx] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-fgj7eujbsx] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-fgj7eujbsx] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-fgj7eujbsx],
.list--item__invalid[b-fgj7eujbsx] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompleteInjuryLaboratory.razor.rz.scp.css */
.labeled-auto-complete[b-5irqxzlrbz] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-5irqxzlrbz] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-5irqxzlrbz] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-5irqxzlrbz],
.labeled-auto-complete--loading-icon[b-5irqxzlrbz] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-5irqxzlrbz] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-5irqxzlrbz] {
    right: 1.2rem;
}

.fetching[b-5irqxzlrbz] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-5irqxzlrbz] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-5irqxzlrbz] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-5irqxzlrbz] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-5irqxzlrbz],
.list--item__invalid[b-5irqxzlrbz] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompletePaCollectionLaboratory.razor.rz.scp.css */
.labeled-auto-complete[b-o9oc5dk7m2] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-o9oc5dk7m2] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-o9oc5dk7m2] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-o9oc5dk7m2],
.labeled-auto-complete--loading-icon[b-o9oc5dk7m2] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-o9oc5dk7m2] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-o9oc5dk7m2] {
    right: 1.2rem;
}

.fetching[b-o9oc5dk7m2] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-o9oc5dk7m2] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-o9oc5dk7m2] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-o9oc5dk7m2] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-o9oc5dk7m2],
.list--item__invalid[b-o9oc5dk7m2] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompletePaDrugSreenLaboratory.razor.rz.scp.css */
.labeled-auto-complete[b-cbfgny3mch] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-cbfgny3mch] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-cbfgny3mch] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-cbfgny3mch],
.labeled-auto-complete--loading-icon[b-cbfgny3mch] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-cbfgny3mch] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-cbfgny3mch] {
    right: 1.2rem;
}

.fetching[b-cbfgny3mch] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-cbfgny3mch] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-cbfgny3mch] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-cbfgny3mch] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-cbfgny3mch],
.list--item__invalid[b-cbfgny3mch] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompletePeCollectionLaboratory.razor.rz.scp.css */
.labeled-auto-complete[b-dl8rqrapk0] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-dl8rqrapk0] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-dl8rqrapk0] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-dl8rqrapk0],
.labeled-auto-complete--loading-icon[b-dl8rqrapk0] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-dl8rqrapk0] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-dl8rqrapk0] {
    right: 1.2rem;
}

.fetching[b-dl8rqrapk0] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-dl8rqrapk0] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-dl8rqrapk0] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-dl8rqrapk0] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-dl8rqrapk0],
.list--item__invalid[b-dl8rqrapk0] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompletePeDrugScreenLaboratory.razor.rz.scp.css */
.labeled-auto-complete[b-sxqkyuxggn] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-sxqkyuxggn] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-sxqkyuxggn] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-sxqkyuxggn],
.labeled-auto-complete--loading-icon[b-sxqkyuxggn] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-sxqkyuxggn] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-sxqkyuxggn] {
    right: 1.2rem;
}

.fetching[b-sxqkyuxggn] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-sxqkyuxggn] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-sxqkyuxggn] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-sxqkyuxggn] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-sxqkyuxggn],
.list--item__invalid[b-sxqkyuxggn] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompleteStaffingAgency.razor.rz.scp.css */
.labeled-auto-complete[b-8q5omshjea] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-8q5omshjea] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-8q5omshjea] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-8q5omshjea],
.labeled-auto-complete--loading-icon[b-8q5omshjea] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-8q5omshjea] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-8q5omshjea] {
    right: 1.2rem;
}

.fetching[b-8q5omshjea] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-8q5omshjea] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-8q5omshjea] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-8q5omshjea] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-8q5omshjea],
.list--item__invalid[b-8q5omshjea] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/EmployerInfo/AutoCompleteTPA.razor.rz.scp.css */
.labeled-auto-complete[b-crdgp7699u] {
    position: relative;
}

.labeled-auto-complete--label[b-crdgp7699u] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-crdgp7699u] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-crdgp7699u],
.labeled-auto-complete--loading-icon[b-crdgp7699u] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-crdgp7699u] {
    left: 0.7rem;
}

.labeled-auto-complete--loading-icon[b-crdgp7699u] {
    right: 1.2rem;
}

.fetching[b-crdgp7699u] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-crdgp7699u] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-crdgp7699u] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-crdgp7699u] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-crdgp7699u],
.list--item__invalid[b-crdgp7699u] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.custom-class[b-crdgp7699u] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
}
/* /Pages/EmployerInfo/AutoSearch.razor.rz.scp.css */
/*button {
    background: linear-gradient(3deg, rgba(15,124,134,1) 0%, rgba(21,153,165,1) 100%);
    border: 1px solid #d1d5db;
    color: white;
    padding: 0.60rem;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    bottom: 0rem;
}

.right:hover {
    background: linear-gradient(3deg, rgba(15,124,134,0.01) 0%, rgba(15,124,134,1) 0%);
    color: white;*/
    /*    width: fit-content;*/
/*}
.right {
    border-radius: 0 0.25rem 0.25rem 0;
    right: 0rem;
}
.labeled-input:has(svg.right) input {
    padding-right: 2.75rem;
}*/
/* /Pages/EmployerInfo/AutoSearchEmployer.razor.rz.scp.css */
.form-control[b-2n752gtowu] {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.bolder[b-2n752gtowu] {
    font-weight: 800;
}

.autocomplete[b-2n752gtowu] {
    position: relative;
}

    .autocomplete .options[b-2n752gtowu] {
        position: absolute;
        top: 60px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-2n752gtowu] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-2n752gtowu] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-2n752gtowu] {
            background: var(--primaryColor);
            color: #fff;
            cursor: pointer
        }

        .autocomplete .option.disabled[b-2n752gtowu] {
            padding: 0.50rem;
            background-color: var(--red);
            cursor: not-allowed;
            color: #fff;
        }


label[b-2n752gtowu] {
    margin-bottom: 2px;
}
/* /Pages/EmployerInfo/EmployerBillingProtocolDetail.razor.rz.scp.css */
[b-a89w2yy8yc] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-a89w2yy8yc] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-a89w2yy8yc] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/EmployerInfo/MainEmployerDetail.razor.rz.scp.css */
.new-employer-header[b-mw4vyo3thk] {
    margin-top: -40px;
    color: var(--primaryColor);
    font-weight: 600;
    font-weight: 800;
}

.LineSeparator[b-mw4vyo3thk] {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.footer[b-mw4vyo3thk] {
    margin-top: 10px;
    margin-bottom: -10px;
}

.self-insured[b-mw4vyo3thk], .attachments[b-mw4vyo3thk], .status[b-mw4vyo3thk] {
    margin-top: 17px;
}

.checkbox-label[b-mw4vyo3thk] {
    margin-top: 15px;
}

@media only screen and (max-width: 772px) {
    .self-insured[b-mw4vyo3thk], .attachments[b-mw4vyo3thk], .status[b-mw4vyo3thk] {
        margin-top: 0px;
    }

    .checkbox-label[b-mw4vyo3thk] {
        margin-top: 15px;
    }
}

.btn-primary.disabled[b-mw4vyo3thk], .btn-primary:disabled[b-mw4vyo3thk] {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d;
}

.switch-label[b-mw4vyo3thk] {
    margin-top: 9px;
    margin-right: 6px;
}


[b-mw4vyo3thk] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-mw4vyo3thk] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-mw4vyo3thk] .mud-primary {
    background: #9b9aba !important;
}

label[b-mw4vyo3thk] {
    margin-bottom: 2px;
}

.time-colon[b-mw4vyo3thk] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
}

.toggle[b-mw4vyo3thk] {
    margin-top: 3px;
    margin-left: 10px;
}

.ampm[b-mw4vyo3thk] {
    border: 1px solid var(--primaryColor);
    padding: 5px 10px 3px 10px;
}

    .ampm:hover[b-mw4vyo3thk] {
        cursor: pointer;
    }

.active[b-mw4vyo3thk] {
    color: white;
    background: var(--primaryColor);
}
/* /Pages/EmployerInfo/PdfUploader.razor.rz.scp.css */
.pdf-uploader--container[b-3t3moig1mw] {
    min-height: 29.326rem;
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(12,minmax(0,1fr))
}

.pdf-uploader--filterer[b-3t3moig1mw], .pdf-uploader--filterer__active[b-3t3moig1mw] {
    border-radius: .25rem;
    width: 100%;
    padding: .5rem 1rem;
    display: flex;
    align-items: center
}

.pdf-uploader--container > div:first-of-type[b-3t3moig1mw] {
    background-color: #fff;
    padding-right: 1rem;
    grid-column: span 3/span 3;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .pdf-uploader--container > div:first-of-type[b-3t3moig1mw]::after {
        content: "";
        background-color: #d1d5db;
        width: 1px;
        height: 100%;
        border-radius: 2px;
        position: absolute;
        top: 0;
        right: -1px
    }

.pdf-uploader--filterer[b-3t3moig1mw] {
    background-color: #f3f4f6;
    color: #374151;
    justify-content: space-between
}

.pdf-uploader--filterer__active[b-3t3moig1mw] {
    background-color: #d1d5db;
    color: #111827;
    justify-content: space-between;
    transition-property: background-color,color;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms
}

.pdf-uploader[b-3t3moig1mw] {
    background-color: #fff;
    grid-column: span 9/span 9;
    padding-left: 1rem;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem
}

.pdf-uploader__upload[b-3t3moig1mw], .pdf-uploader__uploaded[b-3t3moig1mw], .pdf-uploader__uploading[b-3t3moig1mw] {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: .25rem;
    padding: 1rem;
    height: 14.164rem
}

:is(.pdf-uploader__uploading,.pdf-uploader__uploaded,.pdf-uploader__upload):hover[b-3t3moig1mw] {
    border: 1px solid rgba(26,173,186,.5);
    box-shadow: 0 0 0 .25rem rgba(26,173,186,.25);
    transition-property: border-color,box-shadow;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms
}

:is(.pdf-uploader__uploading,.pdf-uploader__uploaded):hover *[b-3t3moig1mw] {
    cursor: pointer
}

:is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:first-of-type[b-3t3moig1mw] {
    display: flex;
    align-items: center;
    gap: .5rem
}

    :is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:first-of-type p[b-3t3moig1mw] {
        flex: 1 1 0;
        margin-bottom: 0
    }

        :is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:first-of-type p span[b-3t3moig1mw] {
            display: block
        }

            :is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:first-of-type p span:first-of-type[b-3t3moig1mw] {
                font-weight: bolder
            }

            :is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:first-of-type p span:last-of-type[b-3t3moig1mw] {
                font-size: .7rem
            }

    :is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:first-of-type button[b-3t3moig1mw] {
        align-self: self-start;
        color: #dc2626
    }

:is(.pdf-uploader__uploading,.pdf-uploader__uploaded) > div:last-of-type div[b-3t3moig1mw] {
    margin-top: .5rem
}

.pdf-uploader__upload[b-3t3moig1mw] {
    background-color: #bb2324;
    color: #fff;
    border: 1px solid #bb2324;
    font-size: 1rem;
    display: grid;
    place-items: center
}

    .pdf-uploader__upload:hover[b-3t3moig1mw] {
        cursor: pointer
    }

label:not(.pdf-uploader__upload)[b-3t3moig1mw] {
    margin-bottom: 2px;
    display: block
}

textarea[b-3t3moig1mw] {
    resize: none;
}
/* /Pages/EmployerInfo/UploadFile.razor.rz.scp.css */
div[upload-file-container][b-9ozhz1941j] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem
}

div[uploaded-file-wrapper][b-9ozhz1941j] {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    padding: 0.5rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

    div[uploaded-file-wrapper]:hover[b-9ozhz1941j] {
        background-color: #f3f4f6;
        border: 1px solid #cbd5e1;
        cursor: pointer;
    }

div[uploaded-file-icon][b-9ozhz1941j] {
    grid-column: span 1 / span 1;
    aspect-ratio: 1;
    border-radius: 0.25rem;
    display: grid;
    place-items: center;
}

div[uploaded-file-details][b-9ozhz1941j] {
    grid-column: span 9 / span 9;
    padding-inline: 0.5rem;
}

    div[uploaded-file-details] > p[b-9ozhz1941j] {
        margin: 0;
    }

        div[uploaded-file-details] > p:first-child[b-9ozhz1941j] {
            font-weight: bolder;
        }

        div[uploaded-file-details] > p:last-child[b-9ozhz1941j] {
            color: #475569;
            font-size: 0.75rem;
        }

div[uploaded-file-action][b-9ozhz1941j] {
    grid-column: span 2 / span 2;
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

    div[uploaded-file-action] svg[b-9ozhz1941j] {
        stroke: #dc2626;
    }

div[uploaded-file-description][b-9ozhz1941j] {
    margin-top: 0.5rem;
    grid-column: 1 / -1;
    display: grid;
    gap: 2px;
}
/* /Pages/ErrorPage.razor.rz.scp.css */

.container[b-c0wtwnikd1] {
    max-height: 40vh !important;
    margin-top: -50px !important;
    text-align: center;
}

.resized-image[b-c0wtwnikd1] {
    width: 80%;
}

.title[b-c0wtwnikd1] {
    font-size: 2.1rem;
    margin: 10px 0px;
    font-weight: 700;
}

.btn-gtec[b-c0wtwnikd1]{
    margin-top: -70px;
    border-radius: 30px;
    font-size: 20px;
        
}

.container img[b-c0wtwnikd1] {
    height: 150px;
}
    .container h1[b-c0wtwnikd1] {
        font-size: 3rem;
        color: #3a48a1;
        font-family: NunitoBold;
    }
    .container p[b-c0wtwnikd1] {
        font-size: 1rem
    }


@media (min-width: 992px) and (max-width: 1199.98px) {

    .resized-image[b-c0wtwnikd1] {
        width: 100%;
    }
    .btn-gtec[b-c0wtwnikd1] {
        margin-top: -70px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .resized-image[b-c0wtwnikd1] {
        width: 100%;
    }

    .btn-gtec[b-c0wtwnikd1] {
        margin-top: -30px;
        font-size: 15px;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .resized-image[b-c0wtwnikd1] {
        width: 100%;
    }

    .btn-gtec[b-c0wtwnikd1] {
        margin-top: -30px;
        font-size: 15px;
    }
}


@media (max-width: 568px) {
    .resized-image[b-c0wtwnikd1] {
        width: 100%;
    }
 
    .title[b-c0wtwnikd1] {
        font-size: 1rem;
    }

    .btn-gtec[b-c0wtwnikd1] {
        margin-top: -20px;
        font-size: 12px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Index.razor.css */

.container[b-xmkmwind96] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: fadeOut 0.4s forwards;
}

.background-image[b-xmkmwind96] {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.title-greet[b-xmkmwind96] {
    font-weight: unset;
    font-size: 40px;
    margin-bottom: -19px;
    color: #1c4532;
}

.title-brand[b-xmkmwind96] {
    font-weight: 900;
    color: #1c4532;
    font-size: 75px;
}

.btn-gtec[b-xmkmwind96] {
    background-color: #335f4a;
    padding: 7px 109px !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

#logoContainer[b-xmkmwind96] {
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
}

    #logoContainer img[b-xmkmwind96] {
        max-width: 311px;
        margin: -29px 20px 0px 0px;
    }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 375px) {
    .title-greet[b-xmkmwind96] {
        margin-bottom: -29px;
        font-size: 15px;
    }

    .title-brand[b-xmkmwind96] {
        margin-bottom: 7px;
        font-size: 20px;
    }

    #logoContainer img[b-xmkmwind96] {
        max-width: 81px;
        margin: -10px 10px 0px 0px;
    }

    #logoContainer[b-xx3hbp6yxy][b-xmkmwind96] {
        padding-top: 20px;
    }

    .btn-gtec[b-xmkmwind96] {
        padding: 3px 34px !important;
        font-size: 12px;
    }
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 376px) and (max-width: 575px) {
    .title-greet[b-xmkmwind96] {
        font-size: 20px;
        margin-bottom: -29px;
    }

    #logoContainer img[b-xmkmwind96] {
        max-width: 130px;
        margin: -11px 8px 0px 0px;
    }

    .title-brand[b-xmkmwind96] {
        margin-top: 10px;
        font-size: 30px;
    }

    #logoContainer[b-xx3hbp6yxy][b-xmkmwind96] {
        padding-top: 11px;
    }

    .btn-gtec[b-xmkmwind96] {
        padding: 3px 34px !important;
        font-size: 12px;
    }
}


@media (min-width: 576px) and (max-width: 991.98px) {

    .title-greet[b-xmkmwind96] {
        font-size: 30px;
    }

    #logoContainer img[b-xmkmwind96] {
        max-width: 267px;
        margin: -19px 10px 0px 0px;
    }
}






/* /Pages/InsuranceInfo/AutoCompleteInsurance.razor.rz.scp.css */
.labeled-auto-complete[b-w8fmn9prlq] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-w8fmn9prlq] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-w8fmn9prlq] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-w8fmn9prlq],
.labeled-auto-complete--loading-icon[b-w8fmn9prlq] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-w8fmn9prlq] {
    left: 1rem;
}

.labeled-auto-complete--loading-icon[b-w8fmn9prlq] {
    right: 1rem;
}

.fetching[b-w8fmn9prlq] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-w8fmn9prlq] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-w8fmn9prlq] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-w8fmn9prlq] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-w8fmn9prlq],
.list--item__invalid[b-w8fmn9prlq] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/InsuranceInfo/AutoCompleteInsuranceBillReviewer.razor.rz.scp.css */
.labeled-auto-complete[b-69gk2wua3m] {
    position: relative;
}

.labeled-auto-complete--label[b-69gk2wua3m] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-69gk2wua3m] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-69gk2wua3m],
.labeled-auto-complete--loading-icon[b-69gk2wua3m] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-69gk2wua3m] {
    left: 1rem;
}

.labeled-auto-complete--loading-icon[b-69gk2wua3m] {
    right: 1rem;
}

.fetching[b-69gk2wua3m] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-69gk2wua3m] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-69gk2wua3m] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-69gk2wua3m] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-69gk2wua3m],
.list--item__invalid[b-69gk2wua3m] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.custom-class[b-69gk2wua3m] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
}
/* /Pages/InsuranceInfo/AutoCompleteInsuranceTPA.razor.rz.scp.css */
.labeled-auto-complete[b-bg1lnlrqln] {
    position: relative;
}

.labeled-auto-complete--label[b-bg1lnlrqln] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-bg1lnlrqln] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-bg1lnlrqln],
.labeled-auto-complete--loading-icon[b-bg1lnlrqln] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-bg1lnlrqln] {
    left: 1rem;
}

.labeled-auto-complete--loading-icon[b-bg1lnlrqln] {
    right: 1rem;
}

.fetching[b-bg1lnlrqln] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-bg1lnlrqln] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-bg1lnlrqln] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-bg1lnlrqln] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-bg1lnlrqln],
.list--item__invalid[b-bg1lnlrqln] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.custom-class[b-bg1lnlrqln] {
    padding-right: 0.35rem;
    flex: 0 1 100%;
}
/* /Pages/InsuranceInfo/AutoCompleteInsuranceWithType.razor.rz.scp.css */
.labeled-auto-complete[b-ywjcrxrs0b] {
    flex: 0 1 100%;
    position: relative;
}

.labeled-auto-complete--label[b-ywjcrxrs0b] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-ywjcrxrs0b] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-ywjcrxrs0b],
.labeled-auto-complete--loading-icon[b-ywjcrxrs0b] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-ywjcrxrs0b] {
    left: 1rem;
}

.labeled-auto-complete--loading-icon[b-ywjcrxrs0b] {
    right: 1rem;
}

.fetching[b-ywjcrxrs0b] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-ywjcrxrs0b] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 0.35rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-ywjcrxrs0b] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-ywjcrxrs0b] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-ywjcrxrs0b],
.list--item__invalid[b-ywjcrxrs0b] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/InsuranceInfo/AutoSearchInsurance.razor.rz.scp.css */
.form-control[b-c806wy23c6] {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.bolder[b-c806wy23c6] {
    font-weight: 800;
}

.autocomplete[b-c806wy23c6] {
    position: relative;
}

    .autocomplete .options[b-c806wy23c6] {
        position: absolute;
        top: 60px;
        left: 0;
        background: white;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-c806wy23c6] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-c806wy23c6] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-c806wy23c6] {
            background: var(--primaryColor);
            color: #fff;
            cursor: pointer
        }

        .autocomplete .option.disabled[b-c806wy23c6] {
            padding: 0.50rem;
            background-color: var(--red);
            cursor: not-allowed;
            color: #fff;
        }

label[b-c806wy23c6] {
    margin-bottom: 2px;
}
/* /Pages/InsuranceInfo/AutoSearchInsuranceAccountType.razor.rz.scp.css */
.form-control[b-35j8kgwtzz] {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.bolder[b-35j8kgwtzz] {
    font-weight: 800;
}

.autocomplete[b-35j8kgwtzz] {
    position: relative;
}

    .autocomplete .options[b-35j8kgwtzz] {
        position: absolute;
        top: 60px;
        left: 0;
        background: white;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-35j8kgwtzz] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-35j8kgwtzz] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-35j8kgwtzz] {
            background: var(--primaryColor);
            color: #fff;
            cursor: pointer
        }

        .autocomplete .option.disabled[b-35j8kgwtzz] {
            padding: 0.50rem;
            background-color: var(--red);
            cursor: not-allowed;
            color: #fff;
        }

label[b-35j8kgwtzz] {
    margin-bottom: 2px;
}
/* /Pages/InsuranceInfo/InsuranceBillingProtocolDetail.razor.rz.scp.css */
[b-9gzor01se4] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-9gzor01se4] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-9gzor01se4] .mud-primary {
    background: #9b9aba !important;
}

.bill-description-text[b-9gzor01se4] {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
    color: gray;
    margin-block: auto;
    padding: 5px;
}
/* /Pages/InsuranceInfo/InsuranceDetail.razor.rz.scp.css */
.checkbox-label[b-oswnxpou88] {
    margin-top: 14px;
}

.status[b-oswnxpou88] {
    margin-top: 17px;
}

.caption[b-oswnxpou88] {
    margin-bottom: 0px;
}
/* /Pages/InsuranceInfo/InsuranceMailingAddress.razor.rz.scp.css */
.sub-header-container[b-402yarcjp0] {
    position: relative;
    margin-bottom: 30px;
}

.sub-header-title[b-402yarcjp0],
.same-as-physical-address[b-402yarcjp0] {
    position: absolute;
}
/* /Pages/InsuranceInfo/MainInsuranceDetail.razor.rz.scp.css */
.LineSeparator[b-uzwt22bt5g] {
    border-bottom: 1px solid rgb(221, 221, 221);
}


.new-insurance-header[b-uzwt22bt5g] {
    margin-top: -40px;
    color: var(--primaryColor);
    font-weight: 600;
    font-weight: 800;
}
[b-uzwt22bt5g] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-uzwt22bt5g] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-uzwt22bt5g] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakeAllergy.razor.rz.scp.css */
.reactions-container[b-496krvgr5b] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ct--hospitalization__items[b-496krvgr5b] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1280px) {
    .ct--hospitalization__items[b-496krvgr5b] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 600px) {
    .ct--hospitalization__items[b-496krvgr5b] {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.reaction-item[b-496krvgr5b] {
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
    padding: 4px 8px;
    background-color: #ecf6f6;
    color: var(--primaryColor);
}

.no--complaint--body[b-496krvgr5b] {
    display: flex;
    flex-direction: column;
    height: calc(100% - 1.5rem);
    margin: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}

.no--complaint--body span:nth-child(1)[b-496krvgr5b] {
    padding: 10px;
    font-weight: 800;
    font-size: 1.3rem;
}

.no--complaint--body span:nth-child(2)[b-496krvgr5b] {
    font-weight: 300;
    font-size: 1rem;
}
/* /Pages/IntakeFormsInfo/IntakeAllergyDetails.razor.rz.scp.css */
[b-abloqu98gb] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-abloqu98gb] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-abloqu98gb] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakeAuthorizationRelease.razor.rz.scp.css */
*[b-7dji45jqnf] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-7dji45jqnf] {
    list-style: decimal inside;
}

li span[b-7dji45jqnf] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-7dji45jqnf]::marker {
    font-weight: 800;
}

.consent--content[b-7dji45jqnf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--wrapper[b-7dji45jqnf] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content--date[b-7dji45jqnf] {
    color: var(--primaryColor);
}

.highlight--consent[b-7dji45jqnf] {
    color: var(--primaryColor);
}

.highlight--refuse[b-7dji45jqnf] {
    color: #DC3545;
}

.highlight--consent[b-7dji45jqnf],
.highlight--refuse[b-7dji45jqnf] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-7dji45jqnf] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-7dji45jqnf] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: justify;
}

.consent--content--list--content-text[b-7dji45jqnf] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 5rem;
    font-size: 1.1rem;
    text-align: justify;
}

.consent--content--list[b-7dji45jqnf] {
    height: max-content;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-7dji45jqnf] {
    margin: 1rem 0;
}

.consent--parent[b-7dji45jqnf] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-7dji45jqnf] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-7dji45jqnf] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-7dji45jqnf] .mud-primary-text,
[b-7dji45jqnf] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-7dji45jqnf] .mud-primary {
    background: #9b9aba !important;
}

.intake__add svg[b-7dji45jqnf] {
    stroke: #f1f1f1;
}

.intake__add[b-7dji45jqnf] {
    padding: 6px;
    border-radius: .375rem;
}

.intake__add[b-7dji45jqnf] {
    color: #f1f1f1;
    /**background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);**/
    background: var(--primaryColor);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.intake__add:hover[b-7dji45jqnf] {
    opacity: 94%;
}

.intake__add:hover .add__icon__site[b-7dji45jqnf] {
    transform: translateX(4px);
}

@keyframes toright-b-7dji45jqnf {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(4px);
    }
}

.intake__add:active[b-7dji45jqnf] {
    box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.intake__radio__button__grid .mud-radio-group[b-7dji45jqnf] {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

@media (max-width: 1280px) {
    .consent--wrapper[b-7dji45jqnf] {
        min-width: 100% !important;
        padding: 0 1rem !important;
    }

    .consent--content[b-7dji45jqnf] {
        margin: 1rem !important;
    }

    .consent--content--list--content[b-7dji45jqnf] {
        padding: 0 1rem !important;
    }

    .consent--content--list--content-text[b-7dji45jqnf] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-7dji45jqnf] {
        height: auto;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-7dji45jqnf] {
        padding: 0 !important;
    }

    .intake__radio__button__grid[b-7dji45jqnf]  .mud-radio-group {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        width: 100% !important;
    }

    .intake__radio__button__grid[b-7dji45jqnf]  .mud-radio {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

.table-responsive[b-7dji45jqnf] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.action-btn-container[b-7dji45jqnf] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}
/* /Pages/IntakeFormsInfo/IntakeCategoryBar.razor.rz.scp.css */
*[b-mm5l3cmfih] {
    user-select: none;
}

.intake--questionnaire--list[b-mm5l3cmfih] {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    overflow-y: auto;
}

/* ------------------------------ */
/* MAIN MENU ROW                  */
/* ------------------------------ */
.menu-row.intake--left--nav[b-mm5l3cmfih] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin: 2px 0;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

.menu-row:not(.selected-category, .disabled-hover):hover[b-mm5l3cmfih] {
    background-color: #dbf6f5;
    font-weight: 800;
}

.menu-row:active[b-mm5l3cmfih] {
    transform: translateY(1px);
}

.menu--wrapper[b-mm5l3cmfih] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ------------------------------ */
/* SUBMENU ROW                    */
/* ------------------------------ */
.submenu-row.intake--left--nav[b-mm5l3cmfih] {
    margin-left: 32px;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.15s ease;
}

.submenu-row:not(.selected-category, .disabled-hover):hover[b-mm5l3cmfih] {
    background-color: #dbf6f5;
    font-weight: 700;
}

.submenu-row:active[b-mm5l3cmfih] {
    transform: translateY(1px);
}

.submenu--wrapper[b-mm5l3cmfih] {
    padding-left: 7px;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* ------------------------------ */
/* SELECTED ITEM                  */
/* ------------------------------ */
.selected-category[b-mm5l3cmfih] {
    border-radius: 8px;
    font-weight: 800 !important;
    background-color: var(--primaryColor);
    color: white;
    position: relative;
    transition: background-color 0.2s ease-in-out;
}

.selected-category[b-mm5l3cmfih]::before {
    content: '';
    position: absolute;
    left: -7px;
    height: 1.4rem;
    width: 0.25rem;
    border-radius: 20px / 20px;
    background-color: var(--primaryColor);
}

/* ------------------------------ */
/* DISABLED ITEMS                 */
/* ------------------------------ */
.disabled-hover[b-mm5l3cmfih] {
    transform: none !important;
    cursor: default !important;
    font-weight: 600 !important;
}

/* ------------------------------ */
/* ICON SIZING                    */
/* ------------------------------ */
.intake--left--nav svg[b-mm5l3cmfih] {
    height: 1.5rem;
}

/* ------------------------------ */
/* ICON ROTATION                  */
/* ------------------------------ */
.icon--rotate--default[b-mm5l3cmfih] {
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.icon--rotate--down[b-mm5l3cmfih] {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

/* ------------------------------ */
/* STATUS CHECK ICON              */
/* ------------------------------ */
.status--icon[b-mm5l3cmfih] {
    margin-left: auto;
}
/* /Pages/IntakeFormsInfo/IntakeChiefComplaint.razor.rz.scp.css */
[b-p9u43jyrpx] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-p9u43jyrpx] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-p9u43jyrpx] .mud-primary {
    background: #9b9aba !important;
}

[b-p9u43jyrpx] .hover\:mud-primary-hover:hover, [b-p9u43jyrpx] .hover\:mud-primary-hover:focus-visible {
    background-color: transparent !important;
}

[b-p9u43jyrpx] .mud-icon-button:hover, [b-p9u43jyrpx] .mud-icon-button:focus-visible {
    background-color: transparent !important;
}

textarea[b-p9u43jyrpx] {
    overflow: auto;
    resize: none;
}
/* /Pages/IntakeFormsInfo/IntakeComplaintDetails.razor.rz.scp.css */
.intake--complaint--container[b-em6l9f6qw6] {
    display: flex;
    flex-direction: column;
    width: 26rem;
}

.complaint--body[b-em6l9f6qw6] {
    display: flex;
    height: 22rem;
    overflow-y: auto;
    flex-direction: column;
}

.intake--action--btn[b-em6l9f6qw6] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.intake--btn--close[b-em6l9f6qw6] {
    height: 100%;
    border-radius: .375rem;
    background-color: white;
    border: 1px solid #d0d0d0;
    padding: 6px 12px;
    transition: all 0.2s ease;
}

.intake--btn--add[b-em6l9f6qw6] {
    height: 100%;
    border-radius: .375rem;
    color: #f6f2f2;
    background-color: var(--primaryColor);
    border: 1px solid #d0d0d0;
    padding: 6px 12px;
    transition: all 0.2s ease;
}

.intake--action--btn .intake--btn--close:hover[b-em6l9f6qw6] {
    background-color: #f7f7f7;
}

.intake--action--btn .intake--btn--add:hover[b-em6l9f6qw6] {
    background-color: #16bec4;
}

.intake--action--btn .intake--btn--close:active[b-em6l9f6qw6], .intake--action--btn .intake--btn--add:active[b-em6l9f6qw6] {
    box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.complaint--selected--category[b-em6l9f6qw6] {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
.selected__close[b-em6l9f6qw6]{
    width: 1rem;
    height: 1rem;
}
    .selected__close:hover[b-em6l9f6qw6], .selected__close:hover svg[b-em6l9f6qw6] {
        cursor: pointer;
        background-color: var(--primaryColor);
        border-radius: 50%;
        stroke: white;
    }
.selected__description[b-em6l9f6qw6]{
    padding-left: 5px;
}
.complaint--selected--category .scrollable-list[b-em6l9f6qw6] {
    overflow-x: auto;
    width: 18rem;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: transform 0.3s ease-out;
    gap: 1px;
}

.complaint--selected--category ul li[b-em6l9f6qw6] {
    background-color: #c9ebe9;
    border: 1px solid #69d6dd;
    border-radius: 25px / 25px;
    padding: 2px;
    margin: 4px;
    max-width: 300px;
    display: flex;
    align-items: center;
}

    .complaint--selected--category ul li span[b-em6l9f6qw6] {
        margin: 2px;
        display: flex;
        /* width: 100%;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .complaint--selected--category ul li span svg[b-em6l9f6qw6] {
            height: 1rem;
        }

.complaint--selected--category button svg[b-em6l9f6qw6] {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}

[b-em6l9f6qw6] .custom-checkbox:hover .mud-checkbox {
    background-color: #e7f2f1 !important;
}

.complaint--footer[b-em6l9f6qw6] {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}

[b-em6l9f6qw6] .custom-checkbox .mud-icon-root.mud-svg-icon {
    fill: var(--primaryColor) !important;
}

[b-em6l9f6qw6] .custom-checkbox .mud-checkbox-filled:hover,
[b-em6l9f6qw6] .custom-checkbox .mud-checkbox-filled:focus-visible {
    background: var(--primaryColor) !important;
}
/* /Pages/IntakeFormsInfo/IntakeCurrentMedicationsDetails.razor.rz.scp.css */
[b-5r0a5d3ghw] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-5r0a5d3ghw] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-5r0a5d3ghw] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakeFamilyHistory.razor.rz.scp.css */
[b-710o7v985o] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-710o7v985o] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-710o7v985o] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakeFollowUpInjury.razor.rz.scp.css */
*[b-c96xyq28dl] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

.consent--wrapper[b-c96xyq28dl] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content[b-c96xyq28dl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-c96xyq28dl] {
    color: var(--primaryColor);
}

.highlight--consent[b-c96xyq28dl] {
    color: var(--primaryColor);
}

.highlight--refuse[b-c96xyq28dl] {
    color: #DC3545;
}

.highlight--consent[b-c96xyq28dl],
.highlight--refuse[b-c96xyq28dl] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-c96xyq28dl] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-c96xyq28dl] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: center;
}

.consent--content--list[b-c96xyq28dl] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-c96xyq28dl] {
    margin: 1rem 0;
}

.consent--parent[b-c96xyq28dl] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-c96xyq28dl] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-c96xyq28dl] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-c96xyq28dl] .mud-primary-text,
[b-c96xyq28dl] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-c96xyq28dl] .mud-primary {
    background: #9b9aba !important;
}


.time-colon[b-c96xyq28dl] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
}

.toggle[b-c96xyq28dl] {
    margin-top: 3px;
    margin-left: 10px;
}

.ampm[b-c96xyq28dl] {
    border: 1px solid var(--primaryColor);
    padding: 5px 10px 3px 10px;
}

.ampm:hover[b-c96xyq28dl] {
    cursor: pointer;
}

.active[b-c96xyq28dl] {
    color: white;
    background: var(--primaryColor);
}

[b-c96xyq28dl] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-c96xyq28dl] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-c96xyq28dl] .mud-primary {
    background: #9b9aba !important;
}

.pain-scale-container[b-c96xyq28dl] {
    margin-top: 1rem;
    border: 1px solid transparent;
}

.allergy-container[b-c96xyq28dl] {
    margin-top: 1rem;
    border: 1px solid transparent;
    height: auto;
}

.pain-scale[b-c96xyq28dl] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.pain-level[b-c96xyq28dl] {
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s, border 0.2s, background-color 0.2s;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.pain-level img[b-c96xyq28dl] {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    transition: transform 0.25s ease-in-out;
}

.pain-level span[b-c96xyq28dl] {
    display: block;
    font-weight: bold;
    margin-top: 4px;
}

.pain-label[b-c96xyq28dl] {
    font-size: 0.8rem;
    margin-bottom: 2px;
    font-weight: bold;
}

.pain-number[b-c96xyq28dl] {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

.pain-description[b-c96xyq28dl] {
    font-size: 0.8rem;
    margin-top: 2px;
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
}

.pain-level.selected[b-c96xyq28dl] {
    border: 2px solid var(--primaryColor);
    transform: scale(1.1);
    background-color: #e0f0ff;
}

.pain-level.selected img[b-c96xyq28dl] {
    transform: scale(1.5);
}

.body-mark-container[b-c96xyq28dl] {
    margin-top: 1rem;
    text-align: center;
}

.body-mark-label[b-c96xyq28dl] {
    display: block;
    font-weight: bold;
    margin-top: 0.1rem;
    font-size: 1rem;
    color: #333;
}

.body-mark-image-container[b-c96xyq28dl] {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: crosshair;
    overflow: hidden;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 4 / 3;
}

.body-mark-image[b-c96xyq28dl] {
    width: 100%;
    height: 100%;
    display: block;
}

.body-mark-dot[b-c96xyq28dl] {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 0, 0, 0.8);
    border: 2px solid darkred;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    animation: pulse-b-c96xyq28dl 0.4s ease;
}

@keyframes pulse-b-c96xyq28dl {
    0% {
        transform: scale(0.6) translate(-50%, -50%);
        opacity: 0.5;
    }

    100% {
        transform: scale(2) translate(-50%, -50%);
        opacity: 1;
    }
}

.clear-button[b-c96xyq28dl] {
    display: block;
    margin: 1rem auto 0 auto;
    padding: 0.4rem 1rem;
    border: 1px solid #dc3545;
    background-color: #fff;
    color: #dc3545;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.clear-button:hover[b-c96xyq28dl] {
    background-color: #dc3545;
    color: #fff;
}

.radio-section[b-c96xyq28dl] {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-label[b-c96xyq28dl] {
    font-weight: 600;
    margin-bottom: 4px;
    margin-left: 10px;
    text-align: left;
}

.space-top[b-c96xyq28dl] {
    margin-top: 1.25rem;
}

._radio__button[b-c96xyq28dl]  .mud-radio-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

._radio__button[b-c96xyq28dl]  .mud-radio {
    padding: 6px 12px !important;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
}

._radio__button[b-c96xyq28dl]  .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

._radio__button[b-c96xyq28dl]  .mud-radio-content {
    padding-right: 11px;
    min-width: 5.3rem;
    user-select: none;
}


._radio__button__small__height[b-c96xyq28dl]  .mud-radio-group .mud-radio {
    height: 40px;
}

._grid[b-c96xyq28dl]  .mud-radio-group {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}


.radio-animated-section[b-c96xyq28dl] {
    padding-left: 1rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    text-align: left;
    min-width: 900px;
}

.fade-slide[b-c96xyq28dl] {
    animation: fadeSlideIn-b-c96xyq28dl 0.35s ease-out;
}

@keyframes fadeSlideIn-b-c96xyq28dl {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 1280px) {
    .consent--wrapper[b-c96xyq28dl] {
        min-width: 100% !important;
        padding: 0 1rem !important;
    }

    .consent--content[b-c96xyq28dl] {
        margin: 1rem !important;
    }

    .consent--content--list--content[b-c96xyq28dl] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-c96xyq28dl] {
        height: auto;
    }

    .checkbox-grid[b-c96xyq28dl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-c96xyq28dl] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeFormAudiometric.razor.rz.scp.css */
*[b-aphwald1lg] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-aphwald1lg] {
    list-style: decimal inside;
}

li span[b-aphwald1lg] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-aphwald1lg]::marker {
    font-weight: 800;
}

.consent--content[b-aphwald1lg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-aphwald1lg] {
    color: var(--primaryColor);
}

.highlight--consent[b-aphwald1lg] {
    color: var(--primaryColor);
}

.highlight--refuse[b-aphwald1lg] {
    color: #DC3545;
}

.highlight--consent[b-aphwald1lg],
.highlight--refuse[b-aphwald1lg] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-aphwald1lg] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--wrapper[b-aphwald1lg] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content--list[b-aphwald1lg] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-aphwald1lg] {
    margin: 1rem 0;
}

.consent--parent[b-aphwald1lg] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-aphwald1lg] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-aphwald1lg] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-aphwald1lg] .mud-primary-text,
[b-aphwald1lg] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-aphwald1lg] .mud-primary {
    background: #9b9aba !important;
}


table.blueTable[b-aphwald1lg] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-aphwald1lg] {
    cursor: pointer;
    transform: scale(1.7);
    margin: 3px;
}

.blueTable td:first-child[b-aphwald1lg] {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
}

table.blueTable td[b-aphwald1lg] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-wrap: wrap;
    margin-left: 10px;
}

table.blueTable tbody tr[b-aphwald1lg] {
    cursor: pointer;
}

table.blueTable th[b-aphwald1lg] {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

table.blueTable tbody[b-aphwald1lg] {
    font-size: 13px;
    max-height: 320px;
}

.sub-question[b-aphwald1lg] {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.fade-in[b-aphwald1lg] {
    animation: fadeIn-b-aphwald1lg 0.3s;
}

@keyframes fadeIn-b-aphwald1lg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .consent--wrapper[b-aphwald1lg] {
        min-width: 100% !important;
        padding: 0 1rem !important;
    }

    .consent--content[b-aphwald1lg] {
        margin: 1rem !important;
    }

    .consent--content--list[b-aphwald1lg] {
        height: auto;
    }
}

/* Mobile: Remove padding for edge-to-edge layout */
@media (max-width: 600px) {
    .consent--content--list[b-aphwald1lg] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeFormConsent.razor.rz.scp.css */
*[b-ngzk4nglvv] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-ngzk4nglvv] {
    list-style: decimal inside;
}

li span[b-ngzk4nglvv] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-ngzk4nglvv]::marker {
    font-weight: 800;
}

.consent--content[b-ngzk4nglvv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-ngzk4nglvv] {
    color: var(--primaryColor);
}

.highlight--consent[b-ngzk4nglvv] {
    color: var(--primaryColor);
}

.highlight--refuse[b-ngzk4nglvv] {
    color: #DC3545;
}

.highlight--consent[b-ngzk4nglvv],
.highlight--refuse[b-ngzk4nglvv] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-ngzk4nglvv] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-ngzk4nglvv] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: center;
}

.consent--content--list[b-ngzk4nglvv] {
    height: max-content;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-ngzk4nglvv] {
    margin: 1rem 0;
}

.consent--parent[b-ngzk4nglvv] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-ngzk4nglvv] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-ngzk4nglvv] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-ngzk4nglvv] .mud-primary-text,
[b-ngzk4nglvv] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-ngzk4nglvv] .mud-primary {
    background: #9b9aba !important;
}

@media (max-width: 1280px) {
    .consent--content[b-ngzk4nglvv] {
        margin: 1rem !important;
    }

    .consent--content--list--content[b-ngzk4nglvv] {
        padding: 0 1rem !important;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-ngzk4nglvv] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeFormInjuryReport.razor.rz.scp.css */
*[b-bgv9hcec6g] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

.consent--wrapper[b-bgv9hcec6g] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content[b-bgv9hcec6g] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-bgv9hcec6g] {
    color: var(--primaryColor);
}

.highlight--consent[b-bgv9hcec6g] {
    color: var(--primaryColor);
}

.highlight--refuse[b-bgv9hcec6g] {
    color: #DC3545;
}

.highlight--consent[b-bgv9hcec6g],
.highlight--refuse[b-bgv9hcec6g] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-bgv9hcec6g] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-bgv9hcec6g] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: left;
}

.consent--content--list[b-bgv9hcec6g] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-bgv9hcec6g] {
    margin: 1rem 0;
}

.consent--parent[b-bgv9hcec6g] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-bgv9hcec6g] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-bgv9hcec6g] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-bgv9hcec6g] .mud-primary-text,
[b-bgv9hcec6g] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-bgv9hcec6g] .mud-primary {
    background: #9b9aba !important;
}


.time-colon[b-bgv9hcec6g] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
}

.toggle[b-bgv9hcec6g] {
    margin-top: 3px;
    margin-left: 10px;
}

.ampm[b-bgv9hcec6g] {
    border: 1px solid var(--primaryColor);
    padding: 5px 10px 3px 10px;
}

.ampm:hover[b-bgv9hcec6g] {
    cursor: pointer;
}

.active[b-bgv9hcec6g] {
    color: white;
    background: var(--primaryColor);
}

[b-bgv9hcec6g] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-bgv9hcec6g] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-bgv9hcec6g] .mud-primary {
    background: #9b9aba !important;
}

.pain-scale-container[b-bgv9hcec6g] {
    margin-top: 1rem;
    border: 1px solid transparent;
}

.allergy-container[b-bgv9hcec6g] {
    margin-top: 1rem;
    border: 1px solid transparent;
    height: auto;
}

.pain-scale[b-bgv9hcec6g] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.pain-level[b-bgv9hcec6g] {
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s, border 0.2s, background-color 0.2s;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.pain-level img[b-bgv9hcec6g] {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    transition: transform 0.25s ease-in-out;
}

.pain-level span[b-bgv9hcec6g] {
    display: block;
    font-weight: bold;
    margin-top: 4px;
}

.pain-label[b-bgv9hcec6g] {
    font-size: 0.8rem;
    margin-bottom: 2px;
    font-weight: bold;
}

.pain-number[b-bgv9hcec6g] {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

.pain-description[b-bgv9hcec6g] {
    font-size: 0.8rem;
    margin-top: 2px;
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
}

.pain-level.selected[b-bgv9hcec6g] {
    border: 2px solid var(--primaryColor);
    transform: scale(1.1);
    background-color: #e0f0ff;
}

.pain-level.selected img[b-bgv9hcec6g] {
    transform: scale(1.5);
}

.body-mark-container[b-bgv9hcec6g] {
    margin-top: 1rem;
    text-align: center;
}

.body-mark-label[b-bgv9hcec6g] {
    display: block;
    font-weight: bold;
    margin-top: 0.1rem;
    font-size: 1rem;
    color: #333;
}

.body-mark-image-container[b-bgv9hcec6g] {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: crosshair;
    overflow: hidden;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 4 / 3;
}

.body-mark-image[b-bgv9hcec6g] {
    width: 100%;
    height: 100%;
    display: block;
}

.body-mark-dot[b-bgv9hcec6g] {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 0, 0, 0.8);
    border: 2px solid darkred;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    animation: pulse-b-bgv9hcec6g 0.4s ease;
}

@keyframes pulse-b-bgv9hcec6g {
    0% {
        transform: scale(0.6) translate(-50%, -50%);
        opacity: 0.5;
    }

    100% {
        transform: scale(2) translate(-50%, -50%);
        opacity: 1;
    }
}

.clear-button[b-bgv9hcec6g] {
    display: block;
    margin: 1rem auto 0 auto;
    padding: 0.4rem 1rem;
    border: 1px solid #dc3545;
    background-color: #fff;
    color: #dc3545;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.clear-button:hover[b-bgv9hcec6g] {
    background-color: #dc3545;
    color: #fff;
}





.checkbox-grid[b-bgv9hcec6g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

@media (max-width: 1280px) {
    .consent--wrapper[b-bgv9hcec6g] {
        min-width: 100% !important;
        padding: 0 1rem !important;
    }

    .consent--content[b-bgv9hcec6g] {
        margin: 1rem !important;
    }

    .consent--content--list--content[b-bgv9hcec6g] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-bgv9hcec6g] {
        height: auto;
    }

    .checkbox-grid[b-bgv9hcec6g] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .checkbox-grid[b-bgv9hcec6g] {
        grid-template-columns: 1fr;
    }

    .consent--content--list[b-bgv9hcec6g] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeFormLogin.razor.rz.scp.css */
.ct--intakeform--login[b-rwb1rdaz15] {
    height: 100%;
    width: 100%;
    display: flex;
}

.wrapper--intakeform--login[b-rwb1rdaz15] {
    background-color: white;
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    width: 30rem;
    height: 30rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ct-wrap[b-rwb1rdaz15]{
    display: flex;
    flex-direction: column;
    width: 20rem;
    gap: 3rem;
}
span[b-rwb1rdaz15] {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
}
.invalid--error[b-rwb1rdaz15]{
    color: red;
    font-weight: 500;
}

.container--saving[b-rwb1rdaz15] {
    background-color: #0000008c;
    height: 100%;
    position: absolute;
    z-index: 1200;
    display: flex;
    width: 100vw;
    left: -0.01rem;
    justify-content: center;
}
.progress-container[b-rwb1rdaz15]{
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
}
.ct--text[b-rwb1rdaz15]{
    color: var(--primaryColor) !important;
    font-weight: 600 !important;
    font-size: 1.2rem;
}
.loader[b-rwb1rdaz15] {
    width: 40px;
    height: 40px;
    border: 5px solid var(--primaryColor);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-rwb1rdaz15 1s linear infinite;
}

@keyframes rotation-b-rwb1rdaz15 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 
/* /Pages/IntakeFormsInfo/IntakeFormPhysicalExam.razor.rz.scp.css */
*[b-yk5ajsw5lj] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-yk5ajsw5lj] {
    list-style: decimal inside;
}

li span[b-yk5ajsw5lj] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-yk5ajsw5lj]::marker {
    font-weight: 800;
}

.consent--content[b-yk5ajsw5lj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-yk5ajsw5lj] {
    color: var(--primaryColor);
}

.highlight--consent[b-yk5ajsw5lj] {
    color: var(--primaryColor);
}

.highlight--refuse[b-yk5ajsw5lj] {
    color: #DC3545;
}

.highlight--consent[b-yk5ajsw5lj],
.highlight--refuse[b-yk5ajsw5lj] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-yk5ajsw5lj] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--wrapper[b-yk5ajsw5lj] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;

}

.consent--content--list[b-yk5ajsw5lj] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-yk5ajsw5lj] {
    margin: 1rem 0;
}

.consent--parent[b-yk5ajsw5lj] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-yk5ajsw5lj] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-yk5ajsw5lj] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-yk5ajsw5lj] .mud-primary-text,
[b-yk5ajsw5lj] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-yk5ajsw5lj] .mud-primary {
    background: #9b9aba !important;
}


table.blueTable[b-yk5ajsw5lj] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-yk5ajsw5lj] {
    cursor: pointer;
    transform: scale(1.7);
    margin: 3px;
}

.blueTable td:first-child[b-yk5ajsw5lj] {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
}

table.blueTable td[b-yk5ajsw5lj] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-wrap: wrap;
    margin-left: 10px;
    text-align: center;

}

table.blueTable tbody tr[b-yk5ajsw5lj] {
    cursor: pointer;
}

table.blueTable th[b-yk5ajsw5lj] {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

table.blueTable tbody[b-yk5ajsw5lj] {
    font-size: 13px;
    max-height: 320px;
}

@media (max-width: 1280px) {
    .consent--wrapper[b-yk5ajsw5lj] {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0.25rem !important;
        display: block !important;
    }

    .consent--content[b-yk5ajsw5lj] {
        margin: 1rem !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .consent--content--list--content[b-yk5ajsw5lj] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-yk5ajsw5lj] {
        height: auto;
        max-width: 100% !important;
    }

    .consent--content--list--header[b-yk5ajsw5lj] {
        font-size: 1rem !important;
        /* Resize header font */
    }

    /* Allow tables to fit naturally showcasing all columns */
    .scrollable-table-wrapper[b-yk5ajsw5lj] {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }

    table.blueTable[b-yk5ajsw5lj] {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto !important;
    }

    /* Force headers to display horizontally */
    table.blueTable th[b-yk5ajsw5lj] {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        transform: none !important;
        white-space: nowrap !important;
        font-size: 0.7rem !important;
        padding: 4px 2px !important;
    }

    /* Aggressive spacing optimization for iPad to show all columns */
    table.blueTable td[b-yk5ajsw5lj] {
        padding: 4px 2px !important;
        font-size: 0.7rem !important;
        white-space: normal !important;
    }

    /* Question column - allow text wrap */
    table.blueTable td:first-child[b-yk5ajsw5lj] {
        font-size: 0.7rem !important;
        padding: 6px 6px !important;
        line-height: 1.2 !important;
    }

    /* Radio button columns - minimize width */
    table.blueTable input[type="radio"][b-yk5ajsw5lj] {
        transform: scale(1.3) !important;
        margin: 2px !important;
    }
}

/* Mobile: Remove padding for edge-to-edge layout */
@media (max-width: 600px) {
    .consent--content--list[b-yk5ajsw5lj] {
        padding: 0 !important;
    }

    /* Fix "Other Questions" table with follow-up questions */
    table.blueTable td .d-flex[b-yk5ajsw5lj] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    table.blueTable td span[b-yk5ajsw5lj] {
        font-size: 0.6rem !important;
        min-width: auto !important;
        display: block !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    table.blueTable td input[type="number"][b-yk5ajsw5lj] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-top: 2px !important;
        font-size: 0.65rem !important;
        padding: 4px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* Further reduce table spacing on mobile */
    table.blueTable th[b-yk5ajsw5lj] {
        font-size: 0.6rem !important;
        padding: 3px 1px !important;
    }

    table.blueTable td[b-yk5ajsw5lj] {
        font-size: 0.6rem !important;
        padding: 3px 2px !important;
    }

    table.blueTable td:first-child[b-yk5ajsw5lj] {
        padding: 4px 3px !important;
    }

    /* Center and add padding to consent paragraph */
    .consent--wrapper p[style*="text-align:justify"][b-yk5ajsw5lj] {
        text-align: center !important;
        padding: 0 1rem !important;
        margin: 1rem 0 !important;
    }

    /* Center signature section on mobile and tablet */
    .consent--wrapper>div[style*="display:flex"][b-yk5ajsw5lj] {
        justify-content: center !important;
    }

    /* Remove margin-right from signature container */
    .consent--wrapper>div[style*="display:flex"]>div[style*="margin-right"][b-yk5ajsw5lj] {
        margin-right: 0 !important;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-yk5ajsw5lj] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeHealthHistory.razor.rz.scp.css */
*[b-a0hd7wf0yk] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-a0hd7wf0yk] {
    list-style: decimal inside;
}

li span[b-a0hd7wf0yk] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-a0hd7wf0yk]::marker {
    font-weight: 800;
}

.consent--wrapper[b-a0hd7wf0yk] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content[b-a0hd7wf0yk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-a0hd7wf0yk] {
    color: var(--primaryColor);
}

.highlight--consent[b-a0hd7wf0yk] {
    color: var(--primaryColor);
}

.highlight--refuse[b-a0hd7wf0yk] {
    color: #DC3545;
}

.highlight--consent[b-a0hd7wf0yk],
.highlight--refuse[b-a0hd7wf0yk] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-a0hd7wf0yk] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-a0hd7wf0yk] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: center;
}

.consent--content--list[b-a0hd7wf0yk] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-a0hd7wf0yk] {
    margin: 1rem 0;
}

.consent--parent[b-a0hd7wf0yk] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-a0hd7wf0yk] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-a0hd7wf0yk] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-a0hd7wf0yk] .mud-primary-text,
[b-a0hd7wf0yk] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-a0hd7wf0yk] .mud-primary {
    background: #9b9aba !important;
}


.category-paper[b-a0hd7wf0yk] {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
}

.main-question-table[b-a0hd7wf0yk],
.sub-question-table[b-a0hd7wf0yk] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.main-question-table th[b-a0hd7wf0yk],
.main-question-table td[b-a0hd7wf0yk],
.sub-question-table th[b-a0hd7wf0yk],
.sub-question-table td[b-a0hd7wf0yk] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.sub-question-table th[b-a0hd7wf0yk] {
    background-color: #f0f0f0;
}

.next-button[b-a0hd7wf0yk] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
}

.next-button:hover[b-a0hd7wf0yk] {
    background-color: #0056b3;
}


table.blueTable[b-a0hd7wf0yk] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-a0hd7wf0yk] {
    cursor: pointer;
    transform: scale(1.7);
    margin: 3px;
}

.blueTable td:first-child[b-a0hd7wf0yk] {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
}

table.blueTable td[b-a0hd7wf0yk] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-wrap: wrap;
    margin-left: 10px;
}

table.blueTable tbody tr[b-a0hd7wf0yk] {
    cursor: pointer;
}

table.blueTable th[b-a0hd7wf0yk] {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

table.blueTable tbody[b-a0hd7wf0yk] {
    font-size: 13px;
    max-height: 320px;
}


._radio__button[b-a0hd7wf0yk]  .mud-radio {
    padding: 6px 12px !important;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    width: 23.5rem;
    color: white;
}

._radio__button[b-a0hd7wf0yk]  .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

._radio__button[b-a0hd7wf0yk]  .mud-radio-content {
    padding-right: 11px;
    min-width: 6.3rem;
    user-select: none;
}


._radio__button__small__height[b-a0hd7wf0yk]  .mud-radio-group .mud-radio {
    height: 40px;
}

._grid[b-a0hd7wf0yk]  .mud-radio-group {
    display: flex;
    min-width: 6rem;
    width: 50rem;
    padding: 10px;
    gap: 1.5rem;
    border: 1px solid #dbdbdb;
    border-radius: 6px;

}




[b-a0hd7wf0yk] .mud-button-root:disabled {
    color: var(--primaryColor) !important;
    box-shadow: none !important;
    cursor: default;
}

[b-a0hd7wf0yk] .mud-button-filled:disabled {
    color: white !important;
    cursor: default;
    background-color: var(--primaryColor) !important;
}

@media (max-width: 1280px) {
    .consent--wrapper[b-a0hd7wf0yk] {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0.5rem !important;
        display: block !important;
        overflow: hidden !important;
    }

    .consent--content[b-a0hd7wf0yk] {
        margin: 1rem !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .consent--content--list--content[b-a0hd7wf0yk] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-a0hd7wf0yk] {
        height: auto;
        max-width: 100% !important;
    }

    .consent--content--list--header[b-a0hd7wf0yk] {
        font-size: 1rem !important;
    }

    .health-history-container[b-a0hd7wf0yk] {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Scrollable Table Logic */
    .health-history-container[b-a0hd7wf0yk]  .mud-table-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }

    .health-history-container[b-a0hd7wf0yk]  .mud-table-root {
        width: 100% !important;
        max-width: 100% !important;
    }

    .health-history-container[b-a0hd7wf0yk]  table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto !important;
    }

    /* Force headers to display horizontally */
    .health-history-container[b-a0hd7wf0yk]  th {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        transform: none !important;
        white-space: normal !important;
        min-width: 50px !important;
    }

    /* Optimize spacing for iPad */
    .health-history-container[b-a0hd7wf0yk]  td,
    .health-history-container[b-a0hd7wf0yk]  th {
        padding: 6px 4px !important;
        font-size: 0.8rem !important;
    }

    ._grid[b-a0hd7wf0yk]  .mud-radio-group {
        width: auto !important;
        min-width: 0 !important;
        flex-direction: row !important;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-a0hd7wf0yk] {
        padding: 0 !important;
    }
}

.table-responsive[b-a0hd7wf0yk] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* /Pages/IntakeFormsInfo/IntakeHPI.razor.rz.scp.css */
[b-fu2yzhl9bb] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-fu2yzhl9bb] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-fu2yzhl9bb] .mud-primary {
    background: #9b9aba !important;
}

.severity__wrapper[b-fu2yzhl9bb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .severity__wrapper .severity__icon[b-fu2yzhl9bb] {
        position: relative;
        height: 6.5rem;
        left: -11px;
        transition: top ease 0.5s;
        top: 0;
        padding-bottom: 7px;
    }


.severity__icon__wrapper img[b-fu2yzhl9bb] {
    height: 4rem;
}

.severity__icon__wrapper[b-fu2yzhl9bb] {
    width: 5rem;
    text-align: center;
    justify-items: center;
    height: 7.6rem;
}
[b-fu2yzhl9bb] .hover\:mud-primary-hover:hover, [b-fu2yzhl9bb] .hover\:mud-primary-hover:focus-visible {
    background-color: transparent !important;
}

[b-fu2yzhl9bb] .mud-icon-button:hover, [b-fu2yzhl9bb] .mud-icon-button:focus-visible {
    background-color: transparent !important;
}
.location--context__title[b-fu2yzhl9bb]{
    padding:  0 0 10px 10px !important;
}
.location--context[b-fu2yzhl9bb] {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 7px;
    margin: 0 0 10px 0;
}

.location--context__side[b-fu2yzhl9bb]{
    margin-left: -11px;
    padding-top: 7px;
}

.bodysite__sub__title[b-fu2yzhl9bb]{
    padding-top: 7px !important;
    font-weight: 600;
}
.tooltip-container[b-fu2yzhl9bb] {
    position: relative;
    display: inline-block;
}

.tooltip-text[b-fu2yzhl9bb] {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text[b-fu2yzhl9bb] {
    visibility: visible;
    opacity: 1;
}

.tooltip-arrow[b-fu2yzhl9bb] {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}
/* /Pages/IntakeFormsInfo/IntakeMedications.razor.rz.scp.css */
.mud-table-root .mud-table-head .mud-th[b-h7stj02p02] {
    color: white !important;
    font-weight: 800;
    line-height: 1.5rem;
    background-color: var(--primaryColor);
    /* optional */
}



[b-h7stj02p02] .mud-primary-text,
[b-h7stj02p02] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-h7stj02p02] .mud-primary {
    background: #9b9aba !important;
}


.med-card[b-h7stj02p02] {
    margin-top: 1rem;
    padding: 1rem;
}

.med-card-container[b-h7stj02p02] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.wrap--text--radio[b-h7stj02p02] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.selected--checkbox[b-h7stj02p02],
.selected--checkbox label[b-h7stj02p02] {
    border: 1px solid var(--primaryColor) !important;
    background-color: #f1f7f7;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}

.radio--list--wrap[b-h7stj02p02] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.radio--list--wrap div .radio--group[b-h7stj02p02] {
    display: flex;
    min-width: 6rem;
    width: 8rem;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
}

.pointer[b-h7stj02p02] {
    cursor: pointer;
}

.radio-top-label[b-h7stj02p02] {
    display: flex;
    flex-direction: column;
    /* stack label above radios */
    gap: 5px;
    /* space between label and radios */
    margin-bottom: 10px;
    /* space below the group */
}

.radio-top-label .mud-radio-group[b-h7stj02p02] {
    display: flex;
    flex-wrap: wrap;
    /* wrap radios on small screens */
    gap: 10px;
    /* space between radio buttons */
}

.table-responsive[b-h7stj02p02] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.action-btn-container[b-h7stj02p02] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}
/* /Pages/IntakeFormsInfo/IntakePastMedicalConditions.razor.rz.scp.css */
[b-yldkrcd6g5] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-yldkrcd6g5] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-yldkrcd6g5] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakePastMedicalHistory.razor.rz.scp.css */
[b-wtvzv1lf2l] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-wtvzv1lf2l] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-wtvzv1lf2l] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakePatientHeader.razor.rz.scp.css */
.patient--profile[b-nh73zjlbvv] {
    display: grid;
    grid-template-columns: minmax(0, 48px) 1fr;
    padding: 10px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .patient--profile:hover .ct-intake-patient[b-nh73zjlbvv] {
        visibility: visible !important;
        pointer-events: auto;
    }
.patient--image[b-nh73zjlbvv] {
    position: relative;
    width: 3rem;
    height: 3rem;
    background-color: #bb2324;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

    .patient--image img[b-nh73zjlbvv] {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.patient--summary[b-nh73zjlbvv]{
    display: grid;
}
.patient--summary[b-nh73zjlbvv] {
    padding: 0 10px;
}
.patient--name[b-nh73zjlbvv] {
    font-size: 1rem;
    font-weight: 700;
    color: #202020;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 10rem;
    display: block;
  
}
.patient--name-age[b-nh73zjlbvv] {
    display: flex;
    align-items: center;
}


.patient--age[b-nh73zjlbvv] {
    background: #bb2324;
    padding: 1px 7px;
    border-radius: 25px / 25px;
    font-size: 0.8rem;
    color: white !important;
}
.patient--summary span:nth-child(2)[b-nh73zjlbvv], .patient--summary span:nth-child(3)[b-nh73zjlbvv]{
    font-size: 0.8rem;
}
.ct-details[b-nh73zjlbvv] {
    display: flex;
    align-items: center;
    flex: 1 1 7rem;
    min-width: 8rem;
    margin: 4px 0;
    width: 12rem;
    white-space: normal;
    align-items: start;
}

.patient--information[b-nh73zjlbvv] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 10px 14px 10px 10px;
    width: 16rem;
}
.inf-title[b-nh73zjlbvv]{
    font-weight: 700;
    font-size: 0.9rem !important;
    color: var(--primaryColor) !important;
}
    .inf-title[b-nh73zjlbvv]::after {
        content: "";
        display: grid;
        position: relative;
        height: 2px;
        background-color: var(--primaryColor);
        width: 9rem;
    }
    .ct-details span[b-nh73zjlbvv] {
        text-align: left;
        font-size: 0.8rem;
        color: #2b2929;
        white-space: normal;
        overflow-wrap: anywhere;
        flex-grow: 1;
    }

.ct-details:not(.custom) svg[b-nh73zjlbvv] {
    margin-top: 2px;
    stroke: #9b999f;
    height: 1rem;
    flex-shrink: 0;
    margin-right: 4px;
}
.custom svg[b-nh73zjlbvv] {
    fill: #9b999f;
    height: 1rem;
    flex-shrink: 0;
    margin-right: 4px;
}
.ct-intake-patient[b-nh73zjlbvv] {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 7px;
    z-index: 1;
    width: 16rem;
    background-color: white;
    border: 1px solid var(--primaryColor);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 5px 0;
    box-shadow: 0px 0px 10px 2px rgba(110, 110, 110, 0.272);
}
/* /Pages/IntakeFormsInfo/IntakePatientSignature.razor.rz.scp.css */
.ct--canvas[b-tw38y4zqwu] {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ct--actions[b-tw38y4zqwu] {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    gap: 10px
}

.alternative__btn[b-tw38y4zqwu] {
    text-align: center;
    cursor: pointer;
    text-decoration-line: underline;
    color: var(--primaryColor);
}

.or__wrapper[b-tw38y4zqwu] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 1rem;
}

.wrapper__or[b-tw38y4zqwu] {
    position: relative;
    text-align: center;
}

.action__or[b-tw38y4zqwu] {
    color: #b7b4b4;
}

.action__or[b-tw38y4zqwu]::after {
    content: '';
    background-color: rgba(var(--neutral-300), 1);
    width: 5.5rem;
    height: 1px;
    position: absolute;
    top: 0.5rem;
    left: 1px;
}

.action__or[b-tw38y4zqwu]::before {
    content: '';
    background-color: rgba(var(--neutral-300), 1);
    width: 5.5rem;
    height: 1px;
    position: absolute;
    top: 0.5rem;
    right: 1px;
}

.intake__img__wrapper[b-tw38y4zqwu] {
    position: relative;
    height: 20rem;
    width: 100%;
    /*  display: flex;*/
    flex-direction: column;
}

/*.ct--actions div{
    background-color: red;
}*/

/* Mobile and tablet: Center signature section */
@media (max-width: 1280px) {
    .intake--qa[b-tw38y4zqwu] {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .ct--canvas[b-tw38y4zqwu] {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .action--btn[b-tw38y4zqwu] {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakePhysicalTherapy.razor.rz.scp.css */
.consent--content[b-3jq4q2rxl8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--content--date[b-3jq4q2rxl8] {
    color: var(--primaryColor);
}

.highlight--consent[b-3jq4q2rxl8] {
    color: var(--primaryColor);
}

.highlight--refuse[b-3jq4q2rxl8] {
    color: #DC3545;
}

.highlight--consent[b-3jq4q2rxl8],
.highlight--refuse[b-3jq4q2rxl8] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-3jq4q2rxl8] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--wrapper[b-3jq4q2rxl8] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content--list[b-3jq4q2rxl8] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-3jq4q2rxl8] {
    margin: 1rem 0;
}

.consent--parent[b-3jq4q2rxl8] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-3jq4q2rxl8] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-3jq4q2rxl8] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}


/* RADIO BUTTON BASE */
._radio__button[b-3jq4q2rxl8]  .mud-radio {
    padding: 3px 12px !important;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    cursor: pointer;

}

/* HOVER */
._radio__button[b-3jq4q2rxl8]  .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}


/* ✔ CHECKED STATE — FIXED */
._radio__button[b-3jq4q2rxl8]  .mud-radio.mud-checked {
    border: 1px solid var(--primaryColor) !important;
    background-color: #f1f7f7;
    color: var(--primaryColor);
}

/* CONTENT TEXT */
._radio__button[b-3jq4q2rxl8]  .mud-radio-content {
    padding-right: 11px;
    min-width: 5.3rem;
    user-select: none;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
}

/* SMALL HEIGHT VARIANT */
._radio__button__small__height[b-3jq4q2rxl8]  .mud-radio-group .mud-radio {
    height: 40px;
    width: 8rem;
}

/* GRID MODE — 2 Columns */
._grid[b-3jq4q2rxl8]  .mud-radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

[b-3jq4q2rxl8] .mud-primary-text,
[b-3jq4q2rxl8] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-3jq4q2rxl8] .mud-primary {
    background: #9b9aba !important;
}

.input-consistent-font[b-3jq4q2rxl8] {
    font-family: "Roboto", "Segoe UI", sans-serif;
    /* match your MudBlazor font */
    font-size: 1rem;
    /* or whatever MudTextField/MudCheckBox uses */
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1e;
    margin: 0 0 0 20px
}


@media (max-width: 1280px) {
    .consent--wrapper[b-3jq4q2rxl8] {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1rem !important;
        display: block !important;
    }

    .consent--content[b-3jq4q2rxl8] {
        margin: 1rem !important;
    }

    .consent--content--list[b-3jq4q2rxl8] {
        height: auto;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-3jq4q2rxl8] {
        padding: 0 !important;
    }

    .mobile-wrap[b-3jq4q2rxl8] {
        flex-wrap: wrap !important;
    }

    .input-consistent-font[b-3jq4q2rxl8] {
        white-space: normal !important;
    }
}

.table-responsive[b-3jq4q2rxl8] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.action-btn-container[b-3jq4q2rxl8] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}
/* /Pages/IntakeFormsInfo/IntakeRespiratorMed.razor.rz.scp.css */
*[b-6q6vf6jy66] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-6q6vf6jy66] {
    list-style: decimal inside;
}

li span[b-6q6vf6jy66] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-6q6vf6jy66]::marker {
    font-weight: 800;
}

.consent--content[b-6q6vf6jy66] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.mud-input-control.mud-input-control-boolean-input .mud-radio-group[b-6q6vf6jy66] {
    display: inherit;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.consent--wrapper[b-6q6vf6jy66] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content--date[b-6q6vf6jy66] {
    color: var(--primaryColor);
}

.highlight--consent[b-6q6vf6jy66] {
    color: var(--primaryColor);
}

.highlight--refuse[b-6q6vf6jy66] {
    color: #DC3545;
}

.highlight--consent[b-6q6vf6jy66],
.highlight--refuse[b-6q6vf6jy66] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-6q6vf6jy66] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-6q6vf6jy66] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: center;
}

.consent--content--list[b-6q6vf6jy66] {
    height: 50rem;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-6q6vf6jy66] {
    margin: 1rem 0;
}



.consent--parent[b-6q6vf6jy66] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-6q6vf6jy66] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-6q6vf6jy66] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-6q6vf6jy66] .mud-primary-text,
[b-6q6vf6jy66] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-6q6vf6jy66] .mud-primary {
    background: #9b9aba !important;
}

._radio__button[b-6q6vf6jy66]  .mud-radio-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

._radio__button[b-6q6vf6jy66]  .mud-radio {
    padding: 6px 12px !important;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    color: white;
}

._radio__button[b-6q6vf6jy66]  .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

._radio__button[b-6q6vf6jy66]  .mud-radio-content {
    padding-right: 11px;
    min-width: 5.3rem;
    user-select: none;
}


._radio__button__small__height[b-6q6vf6jy66]  .mud-radio-group .mud-radio {
    height: auto;
    min-height: 40px;
}

._grid[b-6q6vf6jy66]  .mud-radio-group {
    display: grid !important;
    grid-template-columns: repeat(1, 3fr);
}

._grids[b-6q6vf6jy66]  .mud-radio-group {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}


table.blueTable[b-6q6vf6jy66] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-6q6vf6jy66] {
    cursor: pointer;
    transform: scale(1.7);
    margin: 3px;
}

.blueTable td:first-child[b-6q6vf6jy66] {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
}

table.blueTable td[b-6q6vf6jy66] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-wrap: wrap;
    margin-left: 10px;
}

table.blueTable tbody tr[b-6q6vf6jy66] {
    cursor: pointer;
}

table.blueTable th[b-6q6vf6jy66] {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

table.blueTable tbody[b-6q6vf6jy66] {
    font-size: 13px;
    max-height: 320px;
}

.sub-question[b-6q6vf6jy66] {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.fade-in[b-6q6vf6jy66] {
    animation: fadeIn-b-6q6vf6jy66 0.3s;
}

@keyframes fadeIn-b-6q6vf6jy66 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.respirator-section[b-6q6vf6jy66] {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;

}

.resp-label[b-6q6vf6jy66] {
    font-weight: 600;
    margin-bottom: 4px;
    margin-left: 10px;
    text-align: left;
}

.space-top[b-6q6vf6jy66] {
    margin-top: 1.25rem;
}



.resp-radio-group .mud-radio[b-6q6vf6jy66] {
    display: block;
    margin-bottom: 0.5rem;
}

.resp-radio-group .mud-radio .mud-radio-content[b-6q6vf6jy66] {
    align-items: center;
}


.resp-animated-section[b-6q6vf6jy66] {
    padding-left: 1rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    text-align: left;
    min-width: 900px;
}

.fade-slide[b-6q6vf6jy66] {
    animation: fadeSlideIn-b-6q6vf6jy66 0.35s ease-out;
}

@keyframes fadeSlideIn-b-6q6vf6jy66 {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.resp-type-container[b-6q6vf6jy66] {
    margin-top: 1rem;
    border: 1px solid transparent;
}

.resp-level[b-6q6vf6jy66] {
    text-align: center;
    transition: transform 0.2s, border 0.2s, background-color 0.2s;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.resp-level img[b-6q6vf6jy66] {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    transition: transform 0.25s ease-in-out;
}

.resp-level span[b-6q6vf6jy66] {
    display: block;
    font-weight: bold;
    margin-top: 4px;
}

.respirator-type[b-6q6vf6jy66] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .5rem;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.resp-label[b-6q6vf6jy66] {
    font-size: 0.8rem;
    margin-bottom: 2px;
    font-weight: bold;
}

.respirator-description[b-6q6vf6jy66] {
    font-size: 0.8rem;
    margin-top: 2px;
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

@media (max-width: 1280px) {

    .consent--wrapper[b-6q6vf6jy66],
    .resp-animated-section[b-6q6vf6jy66] {
        min-width: 0 !important;
        width: 100% !important;
        padding: 0 1rem !important;
    }

    .consent--content[b-6q6vf6jy66] {
        margin: 1rem !important;
    }

    .consent--content--list--content[b-6q6vf6jy66] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-6q6vf6jy66] {
        height: auto;
    }

    .respirator-type[b-6q6vf6jy66] {
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
    }

    /* Ensure images don't overflow their grid cells */
    .resp-level img[b-6q6vf6jy66] {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Allow table headers to wrap */
    table.blueTable th[b-6q6vf6jy66] {
        white-space: normal !important;
        word-wrap: break-word !important;
    }
}

@media (max-width: 600px) {
    .respirator-type[b-6q6vf6jy66] {
        grid-template-columns: repeat(2, 1fr);
    }

    .consent--content--list[b-6q6vf6jy66] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeRespiratorTest.razor.rz.scp.css */
*[b-j91drqcmqa] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

li[b-j91drqcmqa] {
    list-style: decimal inside;
}

li span[b-j91drqcmqa] {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
}

ol>li[b-j91drqcmqa]::marker {
    font-weight: 800;
}

.consent--content[b-j91drqcmqa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 3.5rem;
    height: 100%;
}

.consent--wrapper[b-j91drqcmqa] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    letter-spacing: 0.02em;
    padding: 0 3rem;
    font-size: 1.1rem;
    min-width: 900px;
}

.consent--content--date[b-j91drqcmqa] {
    color: var(--primaryColor);
}

.highlight--consent[b-j91drqcmqa] {
    color: var(--primaryColor);
}

.highlight--refuse[b-j91drqcmqa] {
    color: #DC3545;
}

.highlight--consent[b-j91drqcmqa],
.highlight--refuse[b-j91drqcmqa] {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: underline;
}

.consent--content--list--header[b-j91drqcmqa] {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--primaryColor);
}

.consent--content--list--content[b-j91drqcmqa] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 12rem;
    font-size: 1.1rem;
    text-align: justify;
}

.consent--content--list--content-text[b-j91drqcmqa] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 5rem;
    font-size: 1.1rem;
    text-align: justify;
}

.consent--content--list[b-j91drqcmqa] {
    height: max-content;
    overflow-y: auto;
    border: 2px solid #D0D1D2;
    border-radius: 10px;
    padding: 1.2rem;
    scrollbar-gutter: stable both-edges;
}

.consent--parent--wrapper[b-j91drqcmqa] {
    margin: 1rem 0;
}

.consent--parent[b-j91drqcmqa] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 1rem;
}

.consent--parent--description[b-j91drqcmqa] {
    color: #424242;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

.cb--small[b-j91drqcmqa] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[b-j91drqcmqa] .mud-primary-text,
[b-j91drqcmqa] .mud-icon-button {
    color: var(--primaryColor) !important;
}

[b-j91drqcmqa] .mud-primary {
    background: #9b9aba !important;
}

@media (max-width: 1280px) {
    .consent--wrapper[b-j91drqcmqa] {
        min-width: 100% !important;
        padding: 0 1rem !important;
    }

    .consent--content[b-j91drqcmqa] {
        margin: 1rem !important;
    }

    .consent--content--list--content[b-j91drqcmqa] {
        padding: 0 1rem !important;
    }

    .consent--content--list--content-text[b-j91drqcmqa] {
        padding: 0 1rem !important;
    }

    .consent--content--list[b-j91drqcmqa] {
        height: auto;
    }
}

@media (max-width: 600px) {
    .consent--content--list[b-j91drqcmqa] {
        padding: 0 !important;
    }
}
/* /Pages/IntakeFormsInfo/IntakeROS.razor.rz.scp.css */
[b-h1e8uvg8cm] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-h1e8uvg8cm] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-h1e8uvg8cm] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/IntakeSocialDATUseDetails.razor.rz.scp.css */
p[b-spni39uay3] {
    margin: 0;
}

[b-spni39uay3] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-spni39uay3] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-spni39uay3] .mud-primary {
    background: #9b9aba !important;
}

.notif--message[b-spni39uay3] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #16a34a;
    margin: 7px 0;
    height: 2rem;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInSlideUp-b-spni39uay3 0.5s forwards;
}
.instruction--message[b-spni39uay3]{
    padding-bottom: 0.8rem;
}
.instruction--message svg[b-spni39uay3] {
    height: 1.1rem;
    stroke: #ea580c;
}

.instruction--message span[b-spni39uay3] {
    font-weight: 700;
    font-size: 0.8rem;
    color: rgba(var(--neutral-500), 1);
}

@keyframes fadeInSlideUp-b-spni39uay3 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notif--message p[b-spni39uay3] {
    margin: auto;
    color: #fafafa;
}

    .notif--message p span[b-spni39uay3] {
        font-weight: 700;
        text-decoration: underline;
    }

.notif--message svg[b-spni39uay3] {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
    padding: 4px;
    background-color: #22c55e;
    margin: 0 5px;
    stroke: white;
}

.notif--message-hidden[b-spni39uay3] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
/* /Pages/IntakeFormsInfo/IntakeSocialHistory.razor.rz.scp.css */
.ct--main--items[b-o0hgd1vocw] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.wrapper--content[b-o0hgd1vocw] {
    display: flex;
    flex-direction: column;
}

.wrapper--substance[b-o0hgd1vocw] {
    padding: 18px 7px;
    display: flex;
    gap: 10px;
}

.questionnaire__button[b-o0hgd1vocw] {
    display: flex;
    gap: 7px;
}

.radio--group[b-o0hgd1vocw] {
    align-items: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
}

.substance--items span:nth-child(1)[b-o0hgd1vocw] {
padding-right: 7px;
}

.substance--items[b-o0hgd1vocw] {
    display: flex;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 7px;
    border-radius: 6px;
    max-width: 11rem;
    user-select: none;
    align-items: center;
}

.count--info[b-o0hgd1vocw] {
    position: relative;
    top: -1.2rem;
    right: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EF4444;
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
    border: 2px solid white;
    font-size: 0.6rem;
    color: white;
}

.ct--social[b-o0hgd1vocw] {
    display: grid;
    grid-template-columns: minmax(16rem, 21rem) minmax(20rem, 100%);
    gap: 7px;
    height: inherit;
}

.social__left__container[b-o0hgd1vocw] {
    /*   background-color: red;*/
    display: flex;
    gap: 7px;
    flex-direction: column;
}

.social__right__container[b-o0hgd1vocw] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
}

/*.card--container {
    background-color: white;
    border-radius: 4px;
    border: 1px solid rgba(var(--neutral-200), 1);
}

.card--header {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.card--edit {
    background-color: white;
    border: 1px solid rgba(var(--neutral-200), 1);
    height: 1.5rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--primaryColor);
    font-weight: 700;
}

    .card--edit:hover {
        border: 1px solid rgba(var(--neutral-300), 1);
    }

.card--header:nth-child(1) {
    align-items: center;
}

.card--header span svg {
    height: 1.4rem;
    width: 1.4rem;
    padding: 4px;
    border-radius: 4px;
    stroke: #f1f1f1;
    background-color: var(--primaryColor);
}

.card--header span span {
    font-weight: 800;
}*/
/*
.items--title,
.items--description {
    font-weight: 700;
}

.items--title {
    color: #727272;
}

.card--body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 7px;
}

.items {
    display: flex;
    flex-direction: column;
    flex: 1 1 43%;
}
*/
.card--header--substance[b-o0hgd1vocw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card--add[b-o0hgd1vocw] {
    margin: 9px;
    padding: 8px;
    background-color: var(--primaryColor);
    border-radius: 4px;
    color: #f1f1f1;
}

.card--header--substance span:nth-child(1)[b-o0hgd1vocw] {
    padding: 8px;
    font-weight: 800;
    font-size: 1.1rem;
}


.main--items--title[b-o0hgd1vocw] {
    background-color: #E1F7F6;
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
    font-weight: 800;
    padding: 4px;
    display: inline-flex;
    align-items: center;
}

    .main--items--title svg[b-o0hgd1vocw] {
        height: 0.9rem;
    }

.row--items[b-o0hgd1vocw] {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
}

    .row--items .items[b-o0hgd1vocw] {
        display: flex;
        flex-direction: column;
    }

        .row--items .items svg[b-o0hgd1vocw] {
            height: 1rem;
        }

    .row--items .items__border[b-o0hgd1vocw] {
        border: 1px solid rgba(var(--neutral-200), 1);
        min-width: 19.7rem;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
        padding: 10px;
        gap: 5px;
        border-radius: 8px;
    }

.ct--hosp--header[b-o0hgd1vocw] {
    display: flex !important;
}

.ct--substance[b-o0hgd1vocw] {
    padding-bottom: 7px;
}

/*.split--container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.split--item {
    display: grid;
    border: 1px solid rgba(var(--neutral-300), 1);
    border-radius: 4px;
    padding: 4px 8px;
    background-color: rgba(var(--neutral-100), 1);
    color: rgba(var(--neutral-700), 1);
}
*/
/* /Pages/IntakeFormsInfo/IntakeSocialHistoryDetails.razor.rz.scp.css */
.large--details--modal #TransportationIntakeFormSocialHistoryParentDiv .form-control[b-m7ebagt8p1] {
    border: 1px solid red !important;
}
.ct--substance[b-m7ebagt8p1]{
    display: grid
}
.wrapper--substance[b-m7ebagt8p1]{
    display: flex;
    gap: 10px;
}
.substance--items[b-m7ebagt8p1] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 7px;
    border-radius: 6px;
    min-width: 10rem;
    user-select: none;
}
.ct--checkbox[b-m7ebagt8p1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ct--substance--content[b-m7ebagt8p1] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
}
.intake__add[b-m7ebagt8p1]{
    margin: 7px;
}
.questionnaire__button[b-m7ebagt8p1]{
    display: flex;
    gap: 7px;
}
.radio--group[b-m7ebagt8p1] {
    align-items: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
}
.selected--items[b-m7ebagt8p1]{
    border: 1px solid var(--primaryColor);

}
.count--info[b-m7ebagt8p1] {
    position: relative;
    top: -1.2rem;
    right: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EF4444;
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
    border: 2px solid white;
    font-size: 0.6rem;
    color: white;
}
.pointer[b-m7ebagt8p1] {
    cursor: pointer;
}

.ct--wrapper[b-m7ebagt8p1] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.checkbox--items[b-m7ebagt8p1] {
    display: flex;
    gap: 7px;
}

.wrapper--checkbox[b-m7ebagt8p1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.checkbox--items[b-m7ebagt8p1] {
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
}

    .checkbox--items:hover:not(.selected--checkbox):not(.checkbox--items.disabled--checkbox)[b-m7ebagt8p1] {
        background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);
    }

.selected--checkbox[b-m7ebagt8p1], .selected--checkbox label[b-m7ebagt8p1] {
    background-color: var(--primaryColor);
    color: #f1f1f1;
    cursor: pointer;
}
input[type="checkbox"][b-m7ebagt8p1] {
    accent-color: #088e8e;
}
.checkbox--items.disabled--checkbox[b-m7ebagt8p1] {
    opacity: 0.6;
    cursor: not-allowed;
}

    .checkbox--items.disabled--checkbox input[type="checkbox"][b-m7ebagt8p1] {
        cursor: not-allowed;
    }

/* /Pages/IntakeFormsInfo/IntakeVaccinationsDetails.razor.rz.scp.css */
[b-4i7cbbjxq9] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-4i7cbbjxq9] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-4i7cbbjxq9] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/IntakeFormsInfo/LoadingForm.razor.rz.scp.css */
.intake--header__load[b-lkgpd8880m] {
    padding: 10px 10px;
    height: 3.6rem;
    border-radius: 12px 12px 0 0;
}
.intake__header__title__load[b-lkgpd8880m] {
    position: relative;
    overflow: hidden;
    background-color: rgba(var(--neutral-100), 1);
    border-radius: 4px;
    height: 2.2rem;
    width: 40rem;
    margin-bottom: 0 !important;
}
.intake--forms--qa__load[b-lkgpd8880m] {
    margin: 10px;
    height: 97%;
    width: 99%;
}
.intake--body__load[b-lkgpd8880m] {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgba(var(--neutral-100), 1);
    height: 100%;
    width: 100%;
}

    .intake__header__title__load[b-lkgpd8880m]::after, .intake--body__load[b-lkgpd8880m]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(217 217 217) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer-b-lkgpd8880m 2s infinite;
        content: '';
    }

@keyframes shimmer-b-lkgpd8880m {
    100% {
        transform: translateX(100%);
    }
}
/* /Pages/IntakeFormsInfo/MainIntakeForms.razor.rz.scp.css */
.ct--dashboard[b-wta3ot84s2] {
    display: flex;
    width: calc(100vw - 17rem);
    height: calc(100vh - 1.25rem);
    gap: 10px;
    margin: 10px;
}

.cards--wrapper[b-wta3ot84s2] {
}

.ct--card[b-wta3ot84s2] {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    width: 18rem;
    border: 1px solid rgba(var(--neutral-200), 1);
}

.card__header[b-wta3ot84s2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left__header[b-wta3ot84s2] {
    font-size: 0.9rem;
    align-items: center;
    display: flex;
    gap: 7px;
    font-weight: 700;
}

    .left__header .left__icon[b-wta3ot84s2] {
        height: 1.6rem;
        width: 1.6rem;
        border: 1px solid rgba(var(--neutral-300), 1);
        border-radius: 50%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

.right__header[b-wta3ot84s2] {
    height: 1.3rem;
    background-color: #BBF7D0;
    border-radius: 2px;
    border: 1px solid #16A34A;
    font-size: 0.7rem;
    padding: 2px;
    color: #16A34A;
    font-weight: 700;
}

.border--line[b-wta3ot84s2] {
    background-color: rgba(var(--neutral-300), 1);
    width: 100%;
    height: 0.063rem;
    margin: 7px 0;
}

.card__body[b-wta3ot84s2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.items[b-wta3ot84s2] {
    display: grid;
}

    .items span:nth-child(2)[b-wta3ot84s2] {
        font-weight: 700;
    }

    .items span:nth-child(1)[b-wta3ot84s2] {
        font-weight: 700;
        color: #7C7C7C;
    }

.card__footer[b-wta3ot84s2] {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.action--edit[b-wta3ot84s2], .action--delete[b-wta3ot84s2] {
    border-radius: 4px;
    width: 100%;
}

.action--edit[b-wta3ot84s2] {
    background-color: var(--primaryColor);
    height: 1.8rem;
    color: #f1f1f1f1;
}

    .action--edit:hover[b-wta3ot84s2] {
        opacity: 90%;
    }

.action--delete[b-wta3ot84s2] {
    border: 1px solid rgba(var(--neutral-300), 1);
}

    .action--delete:hover[b-wta3ot84s2] {
        background-color: #ef4444;
        color: #f1f1f1f1;
    }
/* /Pages/IntakeFormsInfo/MainIntakeFormsDetails.razor.rz.scp.css */
.intake--body[b-lpfiyiybgh] {
    display: grid;
    grid-template-columns: minmax(17rem, 0) 1fr;
    height: auto;
    gap: 10px;
}

.left--nav--container[b-lpfiyiybgh] {
    display: grid;
    grid-template-rows: minmax(0, 79.47px) 1fr;
    gap: 10px;
}

.intake--form--questionnaire[b-lpfiyiybgh],
.patient--container[b-lpfiyiybgh],
.right--nav--container[b-lpfiyiybgh] {
    border-radius: 12px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    border: 1px solid #eaeaea;
    height: auto;
}

.patient--container:hover[b-lpfiyiybgh] {
    border: 1px solid var(--primaryColor);
    background-color: #f3f9fa;
}

.intake--forms[b-lpfiyiybgh] {
    height: auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.container--saving[b-lpfiyiybgh] {
    background-color: #0000008c;
    height: 100%;
    position: absolute;
    z-index: 1200;
    display: flex;
    width: 100vw;
    left: -0.01rem;
    justify-content: center;
}

.progress-container[b-lpfiyiybgh] {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
}

.ct--text[b-lpfiyiybgh] {
    color: var(--primaryColor) !important;
    font-weight: 600 !important;
    font-size: 1.2rem;
}

.loader[b-lpfiyiybgh] {
    width: 40px;
    height: 40px;
    border: 5px solid var(--primaryColor);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-lpfiyiybgh 1s linear infinite;
}

@keyframes rotation-b-lpfiyiybgh {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.next--prev svg[b-lpfiyiybgh] {
    stroke: #9b999f;
}

.next--prev[b-lpfiyiybgh] {
    border-radius: .375rem;
    padding: 6px 12px;
    cursor: pointer;
    height: 100%;
    width: 7rem;
    border: 1px solid #9b999f;
    display: flex;
}

.next--prev span[b-lpfiyiybgh] {
    color: #9b999f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.5rem;
    display: flex;
}

.next--prev:hover[b-lpfiyiybgh] {
    border: 1px solid var(--primaryColor);
}

.next--prev:hover[b-lpfiyiybgh],
.next--prev:hover span[b-lpfiyiybgh],
.next--prev:hover svg[b-lpfiyiybgh] {
    color: var(--primaryColor);
    stroke: var(--primaryColor);
}

@media (max-width: 1280px) {
    .intake--body[b-lpfiyiybgh] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/IntakeFormsInfo/MainQuestions/NodeIntakeFormQuestionnaire.razor.rz.scp.css */
*[b-x0q5kd9w53] {
    padding: 0;
    margin: 0;
}


ul[b-x0q5kd9w53] {
    display: flex;
    background-color: white;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 5px;
}

button[b-x0q5kd9w53] {
    background-color: white;
}

.category-group[b-x0q5kd9w53] {
    display: grid;
    grid-template-columns: minmax(10rem, 10rem) 1fr;
    background-color: white;
    padding: 0.5rem 0.5rem 15px 10px;
    gap: 4px;
}

/*.questionnaire--container {
    padding: 10px;
}*/
/* /Pages/Login.razor.rz.scp.css */
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('/fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('/fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('/fonts/poppins/Poppins-SemiBold.ttf');
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

*[b-6e0fgttd0j] {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body[b-6e0fgttd0j],
html[b-6e0fgttd0j] {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a[b-6e0fgttd0j] {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus[b-6e0fgttd0j] {
    outline: none !important;
}

a:hover[b-6e0fgttd0j] {
    text-decoration: none;
    color: #fff;
}

/*---------------------------------------------*/
h1[b-6e0fgttd0j],
h2[b-6e0fgttd0j],
h3[b-6e0fgttd0j],
h4[b-6e0fgttd0j],
h5[b-6e0fgttd0j],
h6[b-6e0fgttd0j] {
    margin: 0px;
}

p[b-6e0fgttd0j] {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul[b-6e0fgttd0j],
li[b-6e0fgttd0j] {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input[b-6e0fgttd0j] {
    outline: none;
    border: none;
}

textarea[b-6e0fgttd0j] {
    outline: none;
    border: none;
}

textarea:focus[b-6e0fgttd0j],
input:focus[b-6e0fgttd0j] {
    border-color: transparent !important;
}

input:focus[b-6e0fgttd0j]::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder[b-6e0fgttd0j] {
    color: transparent;
}

input:focus[b-6e0fgttd0j]::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder[b-6e0fgttd0j] {
    color: transparent;
}

textarea:focus[b-6e0fgttd0j]::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder[b-6e0fgttd0j] {
    color: transparent;
}

textarea:focus[b-6e0fgttd0j]::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder[b-6e0fgttd0j] {
    color: transparent;
}

input[b-6e0fgttd0j]::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder[b-6e0fgttd0j] {
    color: #fff;
}

input[b-6e0fgttd0j]::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder[b-6e0fgttd0j] {
    color: #fff;
}

textarea[b-6e0fgttd0j]::-webkit-input-placeholder {
    color: #fff;
}

textarea:-moz-placeholder[b-6e0fgttd0j] {
    color: #fff;
}

textarea[b-6e0fgttd0j]::-moz-placeholder {
    color: #fff;
}

textarea:-ms-input-placeholder[b-6e0fgttd0j] {
    color: #fff;
}

label[b-6e0fgttd0j] {
    margin: 0;
    display: block;
}

/*---------------------------------------------*/
button[b-6e0fgttd0j] {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover[b-6e0fgttd0j] {
    cursor: pointer;
}

iframe[b-6e0fgttd0j] {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1[b-6e0fgttd0j] {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter[b-6e0fgttd0j] {
    width: 100%;
    margin: 0 auto;
}

.container-login100[b-6e0fgttd0j] {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100[b-6e0fgttd0j]::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.wrap-login100[b-6e0fgttd0j] {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 55px 37px 55px;
    /**background: -webkit-linear-gradient(top, #F7BCBC, #FAD9D4);
    background: -o-linear-gradient(top, #F7BCBC, #FAD9D4);
    background: -moz-linear-gradient(top, #F7BCBC, #FAD9D4);
    background: linear-gradient(top, #F7BCBC, #FAD9D4);
    background-color: ghostwhite;**/
    background-color: var(--headersColor);
    box-shadow: 0px 0px 5px 5px rgba(176, 176, 176, 0.49);
}

/*#FA6A57 #D90F0F*/
/*------------------------------------------------------------------
[ Form ]*/

.login100-form[b-6e0fgttd0j] {
    width: 100%;
}

.login100-form-logo[b-6e0fgttd0j] {
    font-size: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.login-logo[b-6e0fgttd0j] {
    width: 200px;
    height: 200px;
}

.login100-form-title[b-6e0fgttd0j] {
    font-family: Poppins-Medium;
    font-size: 30px;
    /**color: #fff;
    color: #bb2324;**/
    color: var(--backgroundColor);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100[b-6e0fgttd0j] {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
    border: none;
}

.input100[b-6e0fgttd0j] {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px;
}

/*---------------------------------------------*/
.focus-input100[b-6e0fgttd0j] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100[b-6e0fgttd0j]::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.focus-input100[b-6e0fgttd0j]::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus[b-6e0fgttd0j] {
    padding-left: 5px;
}

.input100:focus+.focus-input100[b-6e0fgttd0j]::after {
    top: -22px;
    font-size: 18px;
}

.input100:focus+.focus-input100[b-6e0fgttd0j]::before {
    width: 100%;
}

.has-val.input100+.focus-input100[b-6e0fgttd0j]::after {
    top: -22px;
    font-size: 18px;
}

.has-val.input100+.focus-input100[b-6e0fgttd0j]::before {
    width: 100%;
}

.has-val.input100[b-6e0fgttd0j] {
    padding-left: 5px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox[b-6e0fgttd0j] {
    padding-top: 10px;
    padding-bottom: 35px;
}

.input-checkbox100[b-6e0fgttd0j] {
    display: none;
}

.label-checkbox100[b-6e0fgttd0j] {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: var(--backgroundColor);
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}

.chk-rememberme100[b-6e0fgttd0j] {
    margin-right: 5px;
    cursor: pointer;
}



/**.label-checkbox100::before {
        content: "\f26b";
        font-family: Material-Design-Iconic-Font;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 2px;
        background: #fff;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: gray solid .5px;
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
}**/


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn[b-6e0fgttd0j] {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn[b-6e0fgttd0j] {
    font-family: Poppins-Medium;
    font-size: 16px;
    /**color: #555555;**/
    color: #fcfafa;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: -webkit-linear-gradient(bottom, #F71414, #FF4545);
    /**background: #9152f8;
    background: -o-linear-gradient(bottom, #F71414, #FF4545f);
    background: -moz-linear-gradient(bottom, #F71414, #FF4545f);
    background: linear-gradient(bottom, #F71414, #FF4545);
    background-color: blue;**/
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

.login100-form-btn[b-6e0fgttd0j]::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #BB2324;
    background: linear-gradient(0deg, rgba(187, 35, 36, 1) 0%, rgba(238, 45, 38, 1) 100%);
    /**background: #fc533d;
        background: -webkit-linear-gradient(bottom, #F71414, #FF4545);
        background: -o-linear-gradient(bottom, #F71414, #FF4545f);
        background: -moz-linear-gradient(bottom, #F71414, #FF4545f);
        background: linear-gradient(bottom, #F71414, #FF4545);**/
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover[b-6e0fgttd0j] {
    color: #fff;
}

.login100-form-btn:hover[b-6e0fgttd0j]:before {
    opacity: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100[b-6e0fgttd0j] {
        padding: 55px 15px 37px 15px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input[b-6e0fgttd0j] {
    position: relative;
}

.alert-validate[b-6e0fgttd0j]::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    /*background-color: #fff;*/
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate[b-6e0fgttd0j]::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover[b-6e0fgttd0j]:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate[b-6e0fgttd0j]::before {
        visibility: visible;
        opacity: 1;
    }
}

.overlay[b-6e0fgttd0j] {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.copyright[b-6e0fgttd0j] {
    text-align: center;
    margin-top: 25px;
    color: var(--backgroundColor);
}

.version[b-6e0fgttd0j] {
    text-align: center;
    color: var(--backgroundColor);
}

.loading-indicator[b-6e0fgttd0j] {
    margin-left: 5px;
    width: 20px;
}

.btn-login[b-6e0fgttd0j] {
    padding: 4px 79px !important;
}

.logo[b-6e0fgttd0j] {
    height: 200px;
}
/* /Pages/LoginDisplay.razor.rz.scp.css */
body[b-o9w8p20d5x] {
}
.UserImage img[b-o9w8p20d5x] {
    background-color: #bb2324;
}
.dropdown[b-o9w8p20d5x] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .dropdown:hover[b-o9w8p20d5x] {
        background-color: #f1f1f1;
        border-radius: 4px;
    }


.TopNav[b-o9w8p20d5x] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Location[b-o9w8p20d5x] {
    margin: auto;
    color: #6F6F6F;
}

.Date[b-o9w8p20d5x] {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    align-items: center;
    display: flex;
    margin: 7px 0 7px 0;
    padding: 5px;
}

    .Date p[b-o9w8p20d5x] {
        margin: auto;
    }

    .Date img[b-o9w8p20d5x] {
        margin: 5px;
        height: 20px;
    }

.dropdown-content[b-o9w8p20d5x] {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 9.2rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    width: 100%;
    /*       right: 0;*/
}

.dropdown-content img[b-o9w8p20d5x] {
    height: 1rem;
    float: right;
    margin-top: 2px;
}

.dropdown.active .dropdown-content[b-o9w8p20d5x] {
    display: block;
}


.rowItem[b-o9w8p20d5x] {
    display: flex;
}

.dropdown-content a[b-o9w8p20d5x] {
    color: black;
    margin-left: 0 !important;
    border-radius: 4px;
    padding: 7px;
    text-decoration: none !important;
    display: flex;
    justify-content: space-around;
}

    .dropdown-content a:hover[b-o9w8p20d5x] {
        background-color: #f1f1f1;
    }

.UserImage img[b-o9w8p20d5x] {
    height: 40px;
    width: 40px;
    margin: auto;
    margin-right: 10px;
}

.UserName[b-o9w8p20d5x] {
    font-weight: bold;
}

.UserRole[b-o9w8p20d5x] {
    font-weight: lighter;
}

.UserImage img[b-o9w8p20d5x] {
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}

.Roles--List:hover[b-o9w8p20d5x] {
    background-color: forestgreen;
    color: antiquewhite;
}

.TopNav[b-o9w8p20d5x]{
    align-items: center;
}
button[b-o9w8p20d5x] {
    border-radius: 4px;
    height: 1.8rem;
    width: 1.8rem;
    stroke: rgba(var(--neutral-500), 1);
}

    button:hover[b-o9w8p20d5x] {
        background-color: rgba(var(--neutral-100), 1);
    }
/* /Pages/OngoingCases/OngoingCaseContent.razor.rz.scp.css */
.ongoing--case--container[b-vobjcosmge] {
    padding: 20px;
}

.provider--modal--header[b-vobjcosmge] {
    display: grid;
    grid-template-columns: auto 1fr auto; /* Adjusted columns for title, input, and button */
    /* align-items: center;*/ /* Align items to the center vertically */
    gap: 20px;
    margin-bottom: 40px;
}

.provider--modal--header__title[b-vobjcosmge] {
    font-size: 1rem;
    color: #006e87;
    font-weight: bold;
    grid-column: 1 / 2; 
}

    .btn--add svg[b-vobjcosmge] {
        margin-right: 10px; 
    }
            

.no-border[b-vobjcosmge] {
    border: none;
    background-color: transparent; 
    font-size: 16px;
    color: #006e87; 
    outline: none; 
    text-align: center; 
    width: auto; 
    padding: 0; 
}


.no-border[b-vobjcosmge]::-webkit-calendar-picker-indicator {
 display: none;
 }

.Date-Style[b-vobjcosmge] {       
    border-radius: 4px;
}
.child:first-child[b-vobjcosmge] {
    margin-right: auto;
    width: fit-content;
    margin-bottom: -42px;   
    margin-top:20px;
}
.provider--modal--header__input[b-vobjcosmge] {
    display: inline-block;
    align-items: center; 
    grid-column: 2 / 3; 
    margin-left: 80rem;
    position: relative; 
    height: 30px;
}

    .provider--modal--header__input label[b-vobjcosmge] {
        font-weight: bold;
        margin-right: 10px; 
        font-size: 17px;
    }

    .provider--modal--header__input input[b-vobjcosmge] {
        padding: 4px;
        border: 1px solid #006e87;
        border-radius: 5px;
        width: 200px; 
        padding-left: 44px;
        height: 38px;
        font-size: 15px;
    }

    .provider--modal--header__input select[b-vobjcosmge] {
        padding: 4px;   
        border: 1px solid;
        color: #006e87; 
        border-radius: 5px; 
        width: 14rem; /* Adjust width as needed */
        font-size: 3rem; /* Adjust font size */
        appearance: progress-bar; /* Remove default dropdown styling */
    }

    .provider--modal--header__input svg[b-vobjcosmge] {
        position: absolute;
        top: 60%;
        left: 10px;
        transform: translateY(-50%);
        pointer-events: none; /* Prevents the icon from blocking input */

    }

.provider--modal--table[b-vobjcosmge] {
    margin-top: 20px;
}

    .provider--modal--table table[b-vobjcosmge] {
        width: 100%;
        border-collapse: collapse;
        background-color: #bb2324; 
    }

    .provider--modal--table th[b-vobjcosmge] {
        background-color: #bb2324; 
        color: #fff;
        padding: 10px;
        text-align: left;
        width: 15rem;
    }

    .provider--modal--table td[b-vobjcosmge] {
        padding: 10px;
        border-top: 1px solid #ccc;
        text-align: left;
        font-weight: bold;
        background-color: white;
    }

        .provider--modal--table td.center-text[b-vobjcosmge] {
            text-align: center;
            vertical-align: middle;
        }

/* Specific and forced button styles */
/*.provider--modal--header primarybutton,
.provider--modal--header PrimaryButton,
.provider--modal--header PrimaryButton > button,
.provider--modal--header primarybutton > button,
.provider--modal--header button,
.primary-button button {
    padding: 20px 30px !important;*/ /* Adjust padding */
    /*width: 100px !important;*/ /* Force the width */
    /*max-width: 100px !important;*/ /* Set max-width */
    /*background-color: #007bff !important;*/ /* Override background color */
    /*color: #fff !important;*/ /* Ensure text color is white */
    /*border: none !important;*/ /* Remove any border */
    /*border-radius: 5px !important;*/ /* Keep border radius */
    /*cursor: pointer !important;*/ /* Set cursor */
/*}*/

.add-schedule-button svg[b-vobjcosmge] {
    margin-right: 8px; /* Space between the icon and the text */
}

/*.mud-input-control-input-container {
    display: flex;
    justify-content: flex-end;*/ /* Moves the toggle button and label to the right */
/*}*/


/*.mud-switch {
    margin-right: 100px;*/ /* Adjust this value to move it as much as you want */
/*}*/

.provider--modal--header__input input:focus[b-vobjcosmge],
.provider--modal--header__input select:focus[b-vobjcosmge] {
    outline: none; /* Remove the default black outline */
    border-color: #00aaff; /* Optional: Change border color on focus */
    box-shadow: 0 0 5px rgba(0, 170, 255, 0.5); /* Optional: Add a subtle shadow on focus */
}
/*
.provider--modal--table td .column-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}*/

.column-content[b-vobjcosmge] {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.add-button[b-vobjcosmge] {
    padding: 5px 10px;
    border: 1px solid #006e87;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #006e87;
    width: 30%;
}

    .add-button svg[b-vobjcosmge] {
        margin-right: 10px; /* Adjust the spacing between the text and icon */
        color: #006e87;
    }
/* /Pages/PatientInfo/AutoCompletePatient.razor.rz.scp.css */
.labeled-auto-complete[b-6xnqrzhaxg] {
    padding-inline: 8px;
    flex: 0 1 50%;
    position: relative;
}

.labeled-auto-complete--label[b-6xnqrzhaxg] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-6xnqrzhaxg] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-6xnqrzhaxg],
.labeled-auto-complete--loading-icon[b-6xnqrzhaxg] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-6xnqrzhaxg] {
    left: 1.2rem;
}

.labeled-auto-complete--loading-icon[b-6xnqrzhaxg] {
    right: 1.2rem;
}

.fetching[b-6xnqrzhaxg] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-6xnqrzhaxg] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 1rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-6xnqrzhaxg] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-6xnqrzhaxg] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-6xnqrzhaxg],
.list--item__invalid[b-6xnqrzhaxg] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/PatientInfo/AutoSearchPatient.razor.rz.scp.css */
body[b-fj5h4q40bz] {
}
/* /Pages/PatientInfo/BasePatient.razor.rz.scp.css */
body[b-ak42wkq00t] {
}
/* /Pages/PatientInfo/MainPatientDetail.razor.rz.scp.css */
.new-patient-header[b-h052phzchw] {
    /*margin-top: -30px;*/
    color: var(--primaryColor);
    font-weight: 600;
}

.EmployerInsurance[b-h052phzchw] {
    border-left: 1px solid rgb(221, 221, 221);
}

.LineSeparator[b-h052phzchw] {
    margin: 15px 0px;
}

.btn-primary[b-h052phzchw] {
    background: var(--primaryColor)
}

    .btn-primary:hover[b-h052phzchw] {
        opacity: 0.8;
    }

.btn-primary[b-h052phzchw], .clear[b-h052phzchw] {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 8px 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.clear[b-h052phzchw] {
    background: transparent;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}


button:disabled[b-h052phzchw] {
    background: #a1a1a1;
    border: 1px solid white;
    color: white;
    cursor: not-allowed;
}
/* /Pages/PatientInfo/PatientAddress.razor.rz.scp.css */
/* /Pages/PatientInfo/PatientContact.razor.rz.scp.css */
.switch-label[b-xxu1nbjqri] {
    margin-top: 9px;
    margin-right: 6px;
}


[b-xxu1nbjqri] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-xxu1nbjqri] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-xxu1nbjqri] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/PatientInfo/PatientContactPerson.razor.rz.scp.css */
.switch-label[b-fg8tqlyqbb] {
    margin-top: 9px;
    margin-right: 6px;
}

.checkbox-label[b-fg8tqlyqbb] {
    margin-top: 15px !important;
}

.Checkbox[b-fg8tqlyqbb] {
    margin-top: 23px;
}


[b-fg8tqlyqbb] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-fg8tqlyqbb] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-fg8tqlyqbb] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/PatientInfo/PatientEmployer.razor.rz.scp.css */
.switch-label[b-a8z6srjc97] {
    margin-top: 9px;
    margin-right: 6px;
}

.btn-primary[b-a8z6srjc97] {
    padding: 1px 10px;
}

label[b-a8z6srjc97] {
    margin-bottom: 2px;
}
/* /Pages/PatientInfo/PatientGlobalHeader.razor.rz.scp.css */

.profile-photo[b-p8z2clnosl] {
    width: 95px;
    height: 90px;
    border-radius: 50%;
}

.profile-information[b-p8z2clnosl] {
    display: flex;
    flex-wrap: wrap;
    */ width: 100%;
}

.item[b-p8z2clnosl] {
    width: calc(33% - 10px);
    border-radius: 3px;
    color: #2c2c2c;
    padding: 1px 15px 3px 0px;
    box-sizing: border-box;
    flex: 1 1 auto;
    font-size: 1em;
    display: flex;
}

.profile-name[b-p8z2clnosl] {
    font-weight: 800;
    font-size: 20px;
    color: var(--primaryColor);
}

.title[b-p8z2clnosl] {
    font-weight: 700;
    color: #8a8a8a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info[b-p8z2clnosl] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
    font-weight: 500;
    color: #b4b4b4;
}

.small[b-p8z2clnosl] {
    width: calc(28% - 10px);
}


@media (min-width: 1200px) and (max-width: 1279px) {
    .col-xl-6[b-p8z2clnosl] {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .item[b-p8z2clnosl] {
        display: flex;
        flex-direction: column;
    }

    .info[b-p8z2clnosl] {
        margin-left: 0px;
    }
}
/* /Pages/PatientInfo/PatientInsurance.razor.rz.scp.css */

.btn-primary[b-q2iyh7rwit] {
    padding: 1px 10px;
}
/* /Pages/PatientInfo/PatientInsuranceInfo.razor.rz.scp.css */
/*.checkbox-label {
    margin-top: 14px;
}*/

.status[b-x291acy7qw] {
    margin-top: 17px;
}

.caption[b-x291acy7qw] {
    margin-bottom: 0px;
}

.switch-label[b-x291acy7qw] {
    margin-top: 9px;
    margin-right: 6px;
}

.checkbox-label[b-x291acy7qw] {
    margin-top: 15px !important;
}

.Checkbox[b-x291acy7qw] {
    margin-top: 23px;
}


[b-x291acy7qw] .mud-theme-primary {
    background-color: var(--primaryColor) !important;
}

[b-x291acy7qw] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-x291acy7qw] .mud-primary {
    background: #9b9aba !important;
}

.grid-cols-5[b-x291acy7qw] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
/* /Pages/PatientInfo/PatientPersonalInfo.razor.rz.scp.css */
.caption[b-wpt7vzqdop] {
    font-size: 13px;
    margin-top: 10px;
}

.sub-header[b-wpt7vzqdop] {
    margin-bottom: 20px;
}

.default-avatar[b-wpt7vzqdop] {
    width: 250px;
}

.loading-image[b-wpt7vzqdop] {
    position: absolute;
    width: 100px;
    z-index: 9999;
}

.SSNContainer[b-wpt7vzqdop] {
    position: relative;
    width: 100%;
}

.SSNIcon[b-wpt7vzqdop] {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .SSNIcon:hover[b-wpt7vzqdop] {
        cursor: pointer;
    }

.SSNCaption[b-wpt7vzqdop] {
    margin-top: 0px !important;
}

[b-wpt7vzqdop] .mud-button-filled:hover, .mud-button-filled:focus-visible[b-wpt7vzqdop] {
    background: var(--primaryColor) !important;
}

.object-cover[b-wpt7vzqdop] {
    object-fit: cover;
}

.object-center[b-wpt7vzqdop] {
    object-position: center;
}

label[b-wpt7vzqdop] {
    margin-bottom: 2px;
}
/* /Pages/PreEmployment/BackgroundCheck.razor.rz.scp.css */
.header[b-a8k38qzdwc] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-a8k38qzdwc] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-a8k38qzdwc] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-a8k38qzdwc] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-a8k38qzdwc],
table.blueTable th[b-a8k38qzdwc] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-a8k38qzdwc] {
    font-size: 13px;
}
/* /Pages/PreEmployment/BasicBiometric.razor.rz.scp.css */

table.blueTable tbody[b-vq1ccdkpt1] {
    background-color: #EEEEEE;
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: left;
}

table.blueTable th[b-vq1ccdkpt1] {
    background-color: var(--primaryColor);
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: center;
    font-size: 16px
}

table.blueTable td[b-vq1ccdkpt1] {
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;

}
.span[b-vq1ccdkpt1] {
    word-break: break-word;
    white-space: normal
}
.header[b-vq1ccdkpt1] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-vq1ccdkpt1] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.radio-group label[b-vq1ccdkpt1] {
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.radio-input-wrapper[b-vq1ccdkpt1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    width: 100%;
}

    .radio-input-wrapper .form-input.small-input[b-vq1ccdkpt1] {
        width: 120px;
        margin-left: 16px;
        align-self: center;
    }

.unit-label[b-vq1ccdkpt1] {
    font-size: 14px;
    margin: 0 4px;
    white-space: nowrap;
}

.form-input[b-vq1ccdkpt1] {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
}

    .form-input:focus[b-vq1ccdkpt1] {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
    }
.modal-overlay[b-vq1ccdkpt1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-container[b-vq1ccdkpt1] {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 700px;
}
.section-group[b-vq1ccdkpt1] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.section-title[b-vq1ccdkpt1] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.radio-grid[b-vq1ccdkpt1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem 1rem;
}

.other-option input[type="text"][b-vq1ccdkpt1] {
    margin-left: 0.5rem;
}
.chkResult[b-vq1ccdkpt1],
.radioResult[b-vq1ccdkpt1] {
    cursor: pointer;
    accent-color: var(--primaryColor);
    font-size: 16px;
    font-weight: normal;
    margin-right:10px;
    margin-left:5px;
    transform: scale(1.5)
}
.section-div[b-vq1ccdkpt1]{
    padding:0px 0px 10px 20px;
    text-align: left
}
/*.vision-grid {
    display: grid;
    gap: 12px;
    padding: 10px;
    background-color: #f0f0f0;
}

.vision-row-double {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}*/

.vision-field[b-vq1ccdkpt1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

/*.vision-row-single {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}*/
/* /Pages/PreEmployment/BloodLeadTest.razor.rz.scp.css */
.header[b-lq8mzov57k] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-lq8mzov57k] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-lq8mzov57k] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-lq8mzov57k] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-lq8mzov57k],
table.blueTable th[b-lq8mzov57k] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-lq8mzov57k] {
    font-size: 13px;
}
/* /Pages/PreEmployment/BreathAlcohol.razor.rz.scp.css */
.alcohol-header[b-dmksrdyse3] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -20px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 200px;
}

.header[b-dmksrdyse3] {
    color: #fff;
    font-weight: 600;
}

.color-class[b-dmksrdyse3] {
    background-color: var(--primaryColor);
    color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width:fit-content;
}

table.blueTable[b-dmksrdyse3] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    table.blueTable td[b-dmksrdyse3],
    table.blueTable th[b-dmksrdyse3] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    table.blueTable tbody td[b-dmksrdyse3] {
        font-size: 13px;
    }


/* /Pages/PreEmployment/CollectionOnly.razor.rz.scp.css */
.header[b-24y61nwuqc] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-24y61nwuqc] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-24y61nwuqc] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-24y61nwuqc] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-24y61nwuqc],
table.blueTable th[b-24y61nwuqc] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-24y61nwuqc] {
    font-size: 13px;
}

.upload-box[b-24y61nwuqc] {
    border: 1px dashed #444;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.uploaded-files-container[b-24y61nwuqc] {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.file-item[b-24y61nwuqc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    padding-top: 10px;
}

.file-thumb[b-24y61nwuqc] {
    position: relative;
    width: 80px; /* fixed width */
    height: 80px; /* fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden; /* keep image inside */
    border: 1px solid #ccc;
}

.preview-img[b-24y61nwuqc] {
    width: 100%;
    height: 100%;
    object-fit: contain; /* scale image proportionally to fit */
    border-radius: 6px;
    display: block;
}

.remove-file[b-24y61nwuqc] {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #b02727;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    padding: 0;
    z-index: 10;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .remove-file:hover[b-24y61nwuqc] {
        background-color: #8a1f1f;
    }

.file-name[b-24y61nwuqc] {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.file-item + .file-item[b-24y61nwuqc] {
    margin-left: 0;
}


/* /Pages/PreEmployment/DOTPhysical.razor.rz.scp.css */
table.blueTable[b-0zy4zbywtu] {
    width: 100%;
    border-collapse: collapse;
}

table.blueTable tbody[b-0zy4zbywtu] {
    background-color: #EEEEEE;
    border: 2px solid #AAAAAA;
}

table.blueTable th[b-0zy4zbywtu] {
    background-color: var(--primaryColor);
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

table.blueTable td[b-0zy4zbywtu] {
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.phyexam-header[b-0zy4zbywtu] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #AAAAAA;
}

.header[b-0zy4zbywtu] {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.vision-label[b-0zy4zbywtu] {
    font-weight: bold;
    background-color: #d9e9f7;
    /* Light blue to match standard if primary is blue, or just distinct */
    vertical-align: middle;
}

.vision-sublabel[b-0zy4zbywtu] {
    font-size: 12px;
    font-weight: 600;
    background-color: #d9e9f7;
}

.hearing-label[b-0zy4zbywtu] {
    font-weight: bold;
    background-color: #d9e9f7;
    vertical-align: middle;
}

/* Input styling */
.form-select[b-0zy4zbywtu],
.form-input[b-0zy4zbywtu],
.form-input-small[b-0zy4zbywtu],
.form-input-vision[b-0zy4zbywtu],
.form-select-vision[b-0zy4zbywtu] {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 2px;
    font-size: 13px;
    height: 24px;
}

.form-select[b-0zy4zbywtu] {
    background-image: none;
}

/* Specific widths */
.form-select-vision[b-0zy4zbywtu] {
    width: 100%;
    min-width: 35px;
    font-size: 11px;
}

.form-input-small[b-0zy4zbywtu],
.form-input-vision[b-0zy4zbywtu] {
    width: 100%;
    min-width: 30px;
    font-size: 12px;
}

.radioResult[b-0zy4zbywtu] {
    transform: scale(1.2);
    margin-right: 5px;
    vertical-align: text-bottom;
    accent-color: var(--primaryColor);
    /* Use primary color for radio buttons */
}

.comments-label[b-0zy4zbywtu] {
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #AAAAAA;
    background-color: #d9e9f7;
    width: 110px;
}

.comments-input-cell[b-0zy4zbywtu] {
    border: 1px solid #AAAAAA;
    padding: 0;
}

.form-input-full[b-0zy4zbywtu] {
    width: 100%;
    border: none;
    height: 100%;
    padding: 5px;
}

/* Remove default table spacing */
.pt-4[b-0zy4zbywtu] {
    padding-top: 10px !important;
}

/* Vision Section Responsive Split */
.vision-header-div[b-0zy4zbywtu] {
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: none;
}

.vision-flex-container[b-0zy4zbywtu] {
    display: flex;
    flex-wrap: wrap;
}

.vision-flex-item[b-0zy4zbywtu] {
    flex: 1;
    min-width: 0;
}

/* Responsive styles for tablet */
@media (max-width: 1024px) {
    .phyexam-header[b-0zy4zbywtu] {
        width: 100%;
        margin-left: 0;
        margin-top: -20px;
    }

    table.blueTable[b-0zy4zbywtu] {
        font-size: 14px;
    }

    table.blueTable th[b-0zy4zbywtu],
    table.blueTable td[b-0zy4zbywtu] {
        font-size: 14px;
        padding: 5px;
    }

    .form-select-vision[b-0zy4zbywtu] {
        width: 65px;
        font-size: 12px;
    }

    .form-input-small[b-0zy4zbywtu] {
        width: 60%;
        font-size: 12px;
    }

    .radioResult[b-0zy4zbywtu] {
        transform: scale(1.3);
    }

    .vision-flex-item[b-0zy4zbywtu] {
        flex: 0 0 100%;
    }
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .phyexam-header[b-0zy4zbywtu] {
        font-size: 14px;
        padding: 5px;
    }

    table.blueTable[b-0zy4zbywtu] {
        font-size: 12px;
    }

    table.blueTable th[b-0zy4zbywtu],
    table.blueTable td[b-0zy4zbywtu] {
        font-size: 12px;
        padding: 3px;
    }

    .form-select-vision[b-0zy4zbywtu] {
        width: 55px;
        font-size: 11px;
        padding: 2px;
    }

    .form-input-small[b-0zy4zbywtu] {
        width: 45px;
        font-size: 11px;
        padding: 2px;
    }

    .radioResult[b-0zy4zbywtu] {
        transform: scale(1.2);
    }

    .radio-input-wrapper[b-0zy4zbywtu] {
        flex-direction: column;
        gap: 8px;
    }
}

.hearing-radios[b-0zy4zbywtu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.spirometry-radios[b-0zy4zbywtu] {
    display: inline-flex;
}

.vision-label[b-0zy4zbywtu] {
    font-weight: bold;
    background-color: #d9e9f7;
    /* Light blue to match standard if primary is blue, or just distinct */
    vertical-align: middle;
}

.vision-sublabel[b-0zy4zbywtu] {
    font-size: 12px;
    font-weight: 600;
    background-color: #d9e9f7;
}

.hearing-label[b-0zy4zbywtu] {
    font-weight: bold;
    background-color: #d9e9f7;
    vertical-align: middle;
}

/* Input styling */
.form-select[b-0zy4zbywtu],
.form-input[b-0zy4zbywtu],
.form-input-small[b-0zy4zbywtu],
.form-input-vision[b-0zy4zbywtu],
.form-select-vision[b-0zy4zbywtu] {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 2px;
    font-size: 13px;
    height: 24px;
}

.form-select[b-0zy4zbywtu] {
    background-image: none;
}

/* Specific widths */
.form-select-vision[b-0zy4zbywtu] {
    width: 100%;
    min-width: 35px;
    font-size: 11px;
}

.form-input-small[b-0zy4zbywtu],
.form-input-vision[b-0zy4zbywtu] {
    width: 100%;
    min-width: 30px;
    font-size: 12px;
}

.radioResult[b-0zy4zbywtu] {
    transform: scale(1.2);
    margin-right: 5px;
    vertical-align: text-bottom;
    accent-color: var(--primaryColor);
    /* Use primary color for radio buttons */
}

.comments-label[b-0zy4zbywtu] {
    place-content: center;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #AAAAAA;
    background-color: #d9e9f7;
    width: 110px;
}

.comments-input-cell[b-0zy4zbywtu] {
    border: 1px solid #AAAAAA;
    padding: 0;
}

.form-input-full[b-0zy4zbywtu] {
    width: 100%;
    border: none;
    height: 100%;
    padding: 5px;
}

/* Remove default table spacing */
.pt-4[b-0zy4zbywtu] {
    padding-top: 10px !important;
}

/* Vision Section Responsive Split */
.vision-header-div[b-0zy4zbywtu] {
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: none;
}

.vision-flex-container[b-0zy4zbywtu] {
    display: flex;
    flex-wrap: wrap;
}

.vision-flex-item[b-0zy4zbywtu] {
    flex: 1;
    min-width: 0;
}

/* Responsive styles for tablet */
@media (max-width: 1024px) {
    .phyexam-header[b-0zy4zbywtu] {
        width: 100%;
        margin-left: 0;
        margin-top: -20px;
    }

    table.blueTable[b-0zy4zbywtu] {
        font-size: 14px;
    }

    table.blueTable th[b-0zy4zbywtu],
    table.blueTable td[b-0zy4zbywtu] {
        font-size: 14px;
        padding: 5px;
    }

    .form-select-vision[b-0zy4zbywtu] {
        width: 65px;
        font-size: 12px;
    }

    .form-input-small[b-0zy4zbywtu] {
        width: 50px;
        font-size: 12px;
    }

    .radioResult[b-0zy4zbywtu] {
        transform: scale(1.3);
    }

    .vision-flex-item[b-0zy4zbywtu] {
        flex: 0 0 100%;
    }
}

/* Tablet: Make hearing test table columns more compact */
@media (max-width: 1024px) and (min-width: 481px) {

    table.blueTable thead th[style*="width: 80px"][b-0zy4zbywtu] {
        width: 50px !important;
        font-size: 11px;
        padding: 3px 1px;
    }

    table.blueTable .form-input-small[b-0zy4zbywtu] {
        width: 42px !important;
        min-width: 38px !important;
        font-size: 11px;
        padding: 2px 1px;
    }

    table.blueTable tbody td[b-0zy4zbywtu] {
        padding: 3px 2px;
    }

    .hearing-radios[b-0zy4zbywtu] {
        flex-direction: row !important;
        gap: 8px;
        font-size: 12px;
    }

    .spirometry-radios[b-0zy4zbywtu] {
        font-size: 12px;
    }

    .spirometry-radios label[b-0zy4zbywtu] {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .phyexam-header[b-0zy4zbywtu] {
        font-size: 14px;
        padding: 5px;
    }

    table.blueTable[b-0zy4zbywtu] {
        font-size: 12px;
    }

    table.blueTable th[b-0zy4zbywtu],
    table.blueTable td[b-0zy4zbywtu] {
        font-size: 12px;
        padding: 3px;
    }

    .form-select-vision[b-0zy4zbywtu] {
        width: 55px;
        font-size: 11px;
        padding: 2px;
    }

    .form-input-small[b-0zy4zbywtu] {
        width: 45px;
        font-size: 11px;
        padding: 2px;
    }

    .radioResult[b-0zy4zbywtu] {
        transform: scale(1.2);
    }

    .radio-input-wrapper[b-0zy4zbywtu] {
        flex-direction: column;
        gap: 8px;
    }
}

.hearing-radios[b-0zy4zbywtu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.spirometry-radios[b-0zy4zbywtu] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 8px 5px;
}

@media (max-width: 1024px) {

    .hearing-radios[b-0zy4zbywtu] {
        flex-direction: row;
        gap: 10px;
        min-width: 150px;
    }

    .spirometry-radios[b-0zy4zbywtu] {
        min-width: 100px;
    }
}

.checkbox-group-container[b-0zy4zbywtu] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    border: 2px solid #AAAAAA;
    background-color: #EEEEEE;
}

.checkbox-group-item[b-0zy4zbywtu] {
    border-right: 2px solid #AAAAAA;
    display: flex;
    flex-direction: column;
}

.checkbox-group-item:last-child[b-0zy4zbywtu] {
    border-right: none;
}

.checkbox-group-header[b-0zy4zbywtu] {
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #AAAAAA;
}

.checkbox-group-content[b-0zy4zbywtu] {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.checkbox-group-comments[b-0zy4zbywtu] {
    border: 2px solid #AAAAAA;
    border-top: none;
    background-color: #EEEEEE;
}

.xray-container[b-0zy4zbywtu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
}

.xray-column[b-0zy4zbywtu] {
    display: flex;
    flex-direction: column;
}

.xray-column:first-child[b-0zy4zbywtu] {
    border-right: 1px solid #AAAAAA;
}

.xray-column-header[b-0zy4zbywtu] {
    background-color: #d9e9f7;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    font-size: 12px;
    border-bottom: 1px solid #AAAAAA;
}

/* Tablet: 3 columns (includes iPad Mini, iPad, and all tablets) */
@media (max-width: 1024px) and (min-width: 481px) {
    .checkbox-group-container[b-0zy4zbywtu] {
        grid-template-columns: repeat(3, 1fr);
    }

    .checkbox-group-item[b-0zy4zbywtu] {
        border-right: 2px solid #AAAAAA;
        border-bottom: 2px solid #AAAAAA;
    }

    .checkbox-group-item:nth-child(3n)[b-0zy4zbywtu] {
        border-right: none;
    }

    .checkbox-group-item:nth-child(4)[b-0zy4zbywtu],
    .checkbox-group-item:nth-child(5)[b-0zy4zbywtu],
    .checkbox-group-item:nth-child(6)[b-0zy4zbywtu] {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .checkbox-group-container[b-0zy4zbywtu] {
        grid-template-columns: 1fr;
    }

    .checkbox-group-item[b-0zy4zbywtu] {
        border-right: none;
        border-bottom: 2px solid #AAAAAA;
    }

    .checkbox-group-item:last-child[b-0zy4zbywtu] {
        border-bottom: none;
    }

    .checkbox-group-header[b-0zy4zbywtu] {
        font-size: 13px;
        padding: 8px 5px;
    }

    .xray-container[b-0zy4zbywtu] {
        grid-template-columns: 1fr;
    }

    .xray-column:first-child[b-0zy4zbywtu] {
        border-right: none;
        border-bottom: 1px solid #AAAAAA;
    }
}
/* /Pages/PreEmployment/ETBScreen.razor.rz.scp.css */
.header[b-zy8gjhxi0u] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-zy8gjhxi0u] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-zy8gjhxi0u] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-zy8gjhxi0u] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    table.blueTable td[b-zy8gjhxi0u],
    table.blueTable th[b-zy8gjhxi0u] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    table.blueTable tbody td[b-zy8gjhxi0u] {
        font-size: 13px;
    }

.baseLabel[b-zy8gjhxi0u] {
    display: inline-block;
    font-size: clamp(0.8rem, 10vw, 0.8rem);
    font-weight: 700;
    color: #1d1d1d;
}
/* /Pages/PreEmployment/ExamDetails.razor.rz.scp.css */


.header[b-rg2ascyybq] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-rg2ascyybq] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.radio-group label[b-rg2ascyybq] {
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.radio-input-wrapper[b-rg2ascyybq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    width: 100%;
}

    .radio-input-wrapper .form-input.small-input[b-rg2ascyybq] {
        width: 120px;
        margin-left: 16px;
        align-self: center;
    }

.unit-label[b-rg2ascyybq] {
    font-size: 14px;
    margin: 0 4px;
    white-space: nowrap;
}

.form-input[b-rg2ascyybq] {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
}

    .form-input:focus[b-rg2ascyybq] {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
    }

label[b-rg2ascyybq], label span[b-rg2ascyybq] {
    font-weight: normal !important;
    font-size: 16px;
    text-transform: uppercase;

}

.chkResult[b-rg2ascyybq],
.radioResult[b-rg2ascyybq] {
    cursor: pointer;
    accent-color: var(--primaryColor);
    font-size: 16px;
    font-weight: normal;
    transform: scale(1.5)
}
table.blueTable tbody[b-rg2ascyybq]{
    background-color: #EEEEEE;
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: left;
}
table.blueTable th[b-rg2ascyybq] {
    background-color: var(--primaryColor);
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: center;
    font-size:16px
}
table.blueTable td[b-rg2ascyybq] {
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
    text-align: center;
    font-size:16px;
    text-transform:uppercase;
    
}
table.blueTable td:first-child[b-rg2ascyybq]{
    text-align:left;
    padding:0px 0px 0px 20px;
}

/*table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
}*/
.no-border[b-rg2ascyybq] {
    border: none !important;
    background: white !important;
    text-align:center;
}

/*table.blueTable td, table.blueTable th {
    border: 2px solid #AAAAAA;
    padding: 3px 2px;
}*/



/*table.blueTable thead {
    background: #BB2324;
    background: -moz-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: -webkit-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: linear-gradient(to bottom, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    border-bottom: 2px solid #444444;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}*/

    /*table.blueTable thead th {
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        border-left: 2px solid #D0E4F5;
    }*/

/*        table.blueTable thead th:first-child {
            border-left: none;
        }*/
/* /Pages/PreEmployment/JMRScreen.razor.rz.scp.css */
.phyexam-header[b-u958srdrrc] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.header[b-u958srdrrc] {
    color: #fff;
    font-weight: 600;
}
/* /Pages/PreEmployment/NervePaceExam.razor.rz.scp.css */
.header[b-sfdiz4tav1] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-sfdiz4tav1] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.interpretation-label[b-sfdiz4tav1] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}


.color-class[b-sfdiz4tav1] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-sfdiz4tav1] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    table.blueTable td[b-sfdiz4tav1],
    table.blueTable th[b-sfdiz4tav1] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    table.blueTable tbody td[b-sfdiz4tav1] {
        font-size: 13px;
    }

.baseLabel[b-sfdiz4tav1] {
    display: inline-block;
    font-size: clamp(0.8rem, 10vw, 0.8rem);
    font-weight: 700;
    color: #1d1d1d;
}

.form-control[b-sfdiz4tav1] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:disabled[b-sfdiz4tav1] {
    background-color: #e9ecef;
    cursor: not-allowed;
}
/* /Pages/PreEmployment/OpinionDetail.razor.rz.scp.css */
.header[b-5mk0rxfhxy] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-5mk0rxfhxy] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.input[b-5mk0rxfhxy] {
    height: 100%;
    width: 100%;
    border: 1px solid #ced4da;
    padding-left: 5px;
}

.span[b-5mk0rxfhxy] {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}

.label[b-5mk0rxfhxy] {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    font-family: Nunito;
}

table.blueTable[b-5mk0rxfhxy] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-5mk0rxfhxy],
table.blueTable th[b-5mk0rxfhxy] {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}

table.blueTable tbody td[b-5mk0rxfhxy] {
    font-size: 13px;
}

table.blueTable tr:nth-child(even)[b-5mk0rxfhxy] {
    /* background: #D0E4F5; */
}

table.blueTable thead[b-5mk0rxfhxy] {
    background: #BB2324;
    background: -moz-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: -webkit-linear-gradient(top, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    background: linear-gradient(to bottom, #cc5a5b 0%, #c1393a 66%, #BB2324 100%);
    border-bottom: 2px solid #444444;
}

table.blueTable thead th[b-5mk0rxfhxy] {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}

table.blueTable thead th:first-child[b-5mk0rxfhxy] {
    border-left: none;
}

table.blueTable tfoot[b-5mk0rxfhxy] {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

table.blueTable tfoot td[b-5mk0rxfhxy] {
    font-size: 16px;
}

table.blueTable tfoot .links[b-5mk0rxfhxy] {
    text-align: right;
}

table.blueTable tfoot .links a[b-5mk0rxfhxy] {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

label[b-5mk0rxfhxy],
label span[b-5mk0rxfhxy] {
    font-weight: normal !important;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.checkbox[b-5mk0rxfhxy] {
    cursor: pointer;
    accent-color: var(--primaryColor);
    padding: 4px 8px;
}

.form-input[b-5mk0rxfhxy] {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
}

.radio-input-wrapper[b-5mk0rxfhxy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    width: 100%;

}

.radio-input-wrapper .form-input.small-input[b-5mk0rxfhxy] {
    width: 120px;
    margin-left: 16px;
    align-self: center;
    cursor: pointer;
    accent-color: var(--primaryColor);
}

.chkResult[b-5mk0rxfhxy],
.radioResult[b-5mk0rxfhxy] {
    cursor: pointer;
    width: 20px;
    accent-color: var(--primaryColor);
    font-size: 16px;
    display: flex;
    align-items: start;
    font-weight: normal;
    padding: 4px 8px;
    justify-content: space-between;
    transform: scale(1.5)
}

.hearing-dropdown[b-5mk0rxfhxy] {
    width: 200px;
}

@media (max-width: 1024px) {
    .hearing-dropdown[b-5mk0rxfhxy] {
        width: 120px;
    }
}
/* /Pages/PreEmployment/PhysicalAgility.razor.rz.scp.css */
.header[b-868vdwr9vo] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-868vdwr9vo] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-868vdwr9vo] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-868vdwr9vo] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    table.blueTable td[b-868vdwr9vo],
    table.blueTable th[b-868vdwr9vo] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    table.blueTable tbody td[b-868vdwr9vo] {
        font-size: 13px;
    }

.upload-box[b-868vdwr9vo] {
    border: 1px dashed #444;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.uploaded-files-container[b-868vdwr9vo] {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.file-item[b-868vdwr9vo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    padding-top: 10px;
}

.file-thumb[b-868vdwr9vo] {
    position: relative;
    width: 60px;
    height: auto;
    display: inline-block;
    background: transparent;
    border-radius: 6px;
    overflow: visible;
}

.preview-img[b-868vdwr9vo] {
    display: block;
    width: 60px;
    height: auto;
    border-radius: 6px;
    box-shadow: none;
}

.remove-file[b-868vdwr9vo] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #b02727;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    padding: 0;
    z-index: 20;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .remove-file:hover[b-868vdwr9vo] {
        background-color: #8a1f1f;
    }

.file-name[b-868vdwr9vo] {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.file-item + .file-item[b-868vdwr9vo] {
    margin-left: 0;
}


.upload-table-row[b-868vdwr9vo] {
    border: 1px solid #AAAAAA;
    padding: 10px;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    gap: 20px;
}

/*.uploaded-files-table-like {
    border: 1px solid #AAAAAA;
    background-color: #fff;
    padding: 10px;
    min-height: 60px;
    border-radius: 3px;
}*/

.uploaded-files-table-like[b-868vdwr9vo] {
    min-height: 60px !important;
}
/* /Pages/PreEmployment/PulmonaryEPL.razor.rz.scp.css */
.header[b-w114d7ay9n] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-w114d7ay9n] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-w114d7ay9n] {
   /* background-color: var(--primaryColor);
    color: #fff;*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-w114d7ay9n] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    table.blueTable td[b-w114d7ay9n],
    table.blueTable th[b-w114d7ay9n] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    table.blueTable tbody td[b-w114d7ay9n] {
        font-size: 13px;
    }


/*.pulmonary-info-table {
    width: 100%;
    background: #EEEEEE;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #1C6EA4;
}

.pulmonary-info-table td {
    border: 1px solid #AAAAAA;
    padding: 10px;
    vertical-align: top;
}

.label-cell {
    background: #EEEEEE;
    white-space: nowrap;
    font-size: clamp(0.8rem, 10vw, 0.8rem);
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
    padding-top: 28px !important;
    vertical-align: top;
}

.content-cell label {
    margin-right: 20px;
    white-space: nowrap;
    font-size: 14px;
}

.baseLabel {
    color: #1d1d1d;
    font-size: clamp(0.8rem, 10vw, 0.8rem);
    font-weight: 700;
    background: #EEEEEE;
    font-size: clamp(0.8rem, 10vw, 0.8rem);
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
    margin-top: 0 !important;
    padding: 10px;
    vertical-align: middle;
}
*/
/* /Pages/PreEmployment/QuickTest.razor.rz.scp.css */
.header[b-7kz90p91f7] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-7kz90p91f7] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-7kz90p91f7] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-7kz90p91f7] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}


.ftn-panel-wrap[b-7kz90p91f7] {
    padding: 8px;
    background-color: #f9f9f9;
}

.ftn-table[b-7kz90p91f7] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}

.ftn-table tr+tr[b-7kz90p91f7] {
    border-top: 1px solid #e9e9e9;
}

.ftn-label[b-7kz90p91f7] {
    padding: 12px;
    vertical-align: middle;
    width: 35%;
    border-right: 1px solid #e9e9e9;
}

.ftn-options[b-7kz90p91f7] {
    padding: 12px;
}

.ftn-panel-options[b-7kz90p91f7] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.ftn-performed-options[b-7kz90p91f7] {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.ftn-option[b-7kz90p91f7] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.ftn-option input[type="radio"][b-7kz90p91f7] {
    width: 18px;
    height: 18px;
}

.ftn-note[b-7kz90p91f7] {
    margin-top: 6px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .ftn-table[b-7kz90p91f7] {
        display: block;
    }

    .ftn-label[b-7kz90p91f7] {
        display: block;
        width: 100%;
        border-right: none;
        padding-bottom: 8px;
    }

    .ftn-options[b-7kz90p91f7] {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .ftn-panel-options[b-7kz90p91f7] {
        justify-content: center;
        gap: 10px;

    }

    .ftn-performed-options[b-7kz90p91f7] {
        justify-content: center;
        gap: 20px;
    }

    .ftn-note[b-7kz90p91f7] {
        text-align: center;
        margin-top: 8px;
        font-weight: 600;
    }
}


@media (max-width: 768px) {

    .ftn-panel-options[b-7kz90p91f7],
    .ftn-performed-options[b-7kz90p91f7] {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .ftn-label[b-7kz90p91f7] {
        text-align: center;
    }
}


.ftn-panel-options-wrapper[b-7kz90p91f7] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ftn-panel-note[b-7kz90p91f7] {
    margin-top: 6px;
    font-weight: 600;
}

.ftn-options-cell[b-7kz90p91f7] {
    padding: 12px;
}

table.blueTable td[b-7kz90p91f7],
table.blueTable th[b-7kz90p91f7] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-7kz90p91f7] {
    font-size: 13px;
}

.table-responsive-wrapper[b-7kz90p91f7] {
    width: 100%;
    overflow-x: auto;
}

.testcup-grid[b-7kz90p91f7] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}

.testcup-item[b-7kz90p91f7] {
    border: 1px solid #AAAAAA;
    padding: 6px;
    text-align: center;
    background-color: #EEEEEE;
    border-radius: 4px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .testcup-grid[b-7kz90p91f7] {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 767px) {
    .testcup-grid[b-7kz90p91f7] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 1024px) {

    table.blueTable>tbody>tr[b-7kz90p91f7],
    table.blueTable>tbody>tr>td[b-7kz90p91f7] {
        display: block;
        width: 100% !important;
    }

    table.blueTable>tbody>tr>td[b-7kz90p91f7] {
        min-width: 0 !important;
        box-sizing: border-box;
    }
}
/* /Pages/PreEmployment/QuickTestEQT.razor.rz.scp.css */
.header[b-eoom7l4vfv] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-eoom7l4vfv] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-eoom7l4vfv] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-eoom7l4vfv] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}


.ftn-panel-wrap[b-eoom7l4vfv] {
    padding: 8px;
    background-color: #f9f9f9;
}

.ftn-table[b-eoom7l4vfv] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}

.ftn-table tr+tr[b-eoom7l4vfv] {
    border-top: 1px solid #e9e9e9;
}

.ftn-label[b-eoom7l4vfv] {
    padding: 12px;
    vertical-align: middle;
    width: 35%;
    border-right: 1px solid #e9e9e9;
}

.ftn-options[b-eoom7l4vfv] {
    padding: 12px;
}

.ftn-panel-options[b-eoom7l4vfv] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.ftn-performed-options[b-eoom7l4vfv] {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.ftn-option[b-eoom7l4vfv] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.ftn-option input[type="radio"][b-eoom7l4vfv] {
    width: 18px;
    height: 18px;
}

.ftn-note[b-eoom7l4vfv] {
    margin-top: 6px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .ftn-table[b-eoom7l4vfv] {
        display: block;
    }

    .ftn-label[b-eoom7l4vfv] {
        display: block;
        width: 100%;
        border-right: none;
        padding-bottom: 8px;
    }

    .ftn-options[b-eoom7l4vfv] {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .ftn-panel-options[b-eoom7l4vfv] {
        justify-content: center;
        gap: 10px;

    }

    .ftn-performed-options[b-eoom7l4vfv] {
        justify-content: center;
        gap: 20px;
    }

    .ftn-note[b-eoom7l4vfv] {
        text-align: center;
        margin-top: 8px;
        font-weight: 600;
    }
}


@media (max-width: 768px) {

    .ftn-panel-options[b-eoom7l4vfv],
    .ftn-performed-options[b-eoom7l4vfv] {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .ftn-label[b-eoom7l4vfv] {
        text-align: center;
    }
}


.ftn-panel-options-wrapper[b-eoom7l4vfv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ftn-panel-note[b-eoom7l4vfv] {
    margin-top: 6px;
    font-weight: 600;
}

.ftn-options-cell[b-eoom7l4vfv] {
    padding: 12px;
}

table.blueTable td[b-eoom7l4vfv],
table.blueTable th[b-eoom7l4vfv] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-eoom7l4vfv] {
    font-size: 13px;
}

.table-responsive-wrapper[b-eoom7l4vfv] {
    width: 100%;
    overflow-x: auto;
}

.testcup-grid[b-eoom7l4vfv] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}

.testcup-item[b-eoom7l4vfv] {
    border: 1px solid #AAAAAA;
    padding: 6px;
    text-align: center;
    background-color: #EEEEEE;
    border-radius: 4px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .testcup-grid[b-eoom7l4vfv] {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 767px) {
    .testcup-grid[b-eoom7l4vfv] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 1024px) {

    table.blueTable>tbody>tr[b-eoom7l4vfv],
    table.blueTable>tbody>tr>td[b-eoom7l4vfv] {
        display: block;
        width: 100% !important;
    }

    table.blueTable>tbody>tr>td[b-eoom7l4vfv] {
        min-width: 0 !important;
        box-sizing: border-box;
    }
}
/* /Pages/PreEmployment/UploadResult.razor.rz.scp.css */


.section-group[b-s8dy39o3pu] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: normal
}

.section-title[b-s8dy39o3pu] {
    font-size: 16px;
    margin-bottom: 0.5rem;
    text-transform: uppercase

}

.radio-grid[b-s8dy39o3pu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem 1rem;
    font-size:16px;
    font-weight:normal
}


.other-option input[type="text"][b-s8dy39o3pu] {
    margin-left: 0.5rem;
}
label[b-s8dy39o3pu] {
    font-weight: normal;
    color: #1d1d1d;
    font-size: 16px;
}

.form-input[b-s8dy39o3pu] {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
}
    .form-input:focus[b-s8dy39o3pu] {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
    }

.uploaded-box[b-s8dy39o3pu] {
    min-height: 32px;
}

.upload-text-field[b-s8dy39o3pu] {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    margin-left: 0.5rem;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    .upload-text-field:focus[b-s8dy39o3pu] {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }
/* /Pages/PreEmployment/VaricellaVaccine.razor.rz.scp.css */
.header[b-136up1rnsv] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-136up1rnsv] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-136up1rnsv] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-136up1rnsv] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-136up1rnsv],
table.blueTable th[b-136up1rnsv] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-136up1rnsv] {
    font-size: 13px;
}

.table-responsive-wrapper[b-136up1rnsv] {
    width: 100%;
    overflow-x: auto;
}
/* /Pages/PreEmployment/VisualAcuityExam.razor.rz.scp.css */
.header[b-uacs7tfxlb] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-uacs7tfxlb] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-uacs7tfxlb] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-uacs7tfxlb] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-uacs7tfxlb],
table.blueTable th[b-uacs7tfxlb] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-uacs7tfxlb] {
    font-size: 13px;
}
/* /Pages/PreEmployment/XrayOnly.razor.rz.scp.css */
.header[b-ucp3tvqxyo] {
    color: #fff;
    font-weight: 600;
}

.phyexam-header[b-ucp3tvqxyo] {
    background-color: var(--primaryColor);
    margin-top: -30px;
    margin-left: -40px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 300px;
}

.color-class[b-ucp3tvqxyo] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: fit-content;
}

table.blueTable[b-ucp3tvqxyo] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table.blueTable td[b-ucp3tvqxyo],
table.blueTable th[b-ucp3tvqxyo] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.blueTable tbody td[b-ucp3tvqxyo] {
    font-size: 13px;
}
/* /Pages/ProviderInfo/AutoCompleteProvider.razor.rz.scp.css */
.labeled-auto-complete[b-q077ti332i] {
    padding-inline: 8px;
    flex: 0 1 50%;
    position: relative;
}

.labeled-auto-complete--label[b-q077ti332i] {
    margin-bottom: 2px;
}

.labeled-auto-complete--input[b-q077ti332i] {
    display: block;
    padding-left: 2.25rem;
}

.labeled-auto-complete--search-icon[b-q077ti332i],
.labeled-auto-complete--loading-icon[b-q077ti332i] {
    position: absolute;
    top: 1.95rem;
}

.labeled-auto-complete--search-icon[b-q077ti332i] {
    left: 1.2rem;
}

.labeled-auto-complete--loading-icon[b-q077ti332i] {
    right: 1.2rem;
}

.fetching[b-q077ti332i] {
    padding-right: 2rem;
}

.labeled-auto-complete--list[b-q077ti332i] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 1rem);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.list--item__valid:hover[b-q077ti332i] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.list--item__invalid[b-q077ti332i] {
    font-style: italic;
    text-align: center;
}

.list--item__valid[b-q077ti332i],
.list--item__invalid[b-q077ti332i] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
/* /Pages/ProviderInfo/AutoSearchProvider.razor.rz.scp.css */
/* /Pages/ProviderInfo/BaseProvider.razor.rz.scp.css */
/* /Pages/ProviderInfo/MainProvider.razor.rz.scp.css */
*[b-b3dheyzqjf] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *, *::before, *::after {
        outline: 2px solid green;
    }*/

.provider--browse--container[b-b3dheyzqjf] {
    padding: 0.625rem;
    height: 100%;
}

.provider--browse--wrapper[b-b3dheyzqjf] {
    padding: 1rem;
    display: grid;
    gap: 1rem;
    background-color: white;
    border-radius: 0.375rem;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
}
/* /Pages/ProviderInfo/MainProviderDetails.razor.rz.scp.css */
*[b-919lelc2mv] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}



.details--container[b-919lelc2mv] {
    padding: 0.625rem;
    height: 100%;    
}

    .details--container > div[b-919lelc2mv] {
        display: flex;
        gap: 1rem;
    }

.skeleton[b-919lelc2mv] {
    width: calc(100% - 3.75rem);
    height: 1.25rem;
    background: linear-gradient(90deg, rgba(var(--neutral-200), 0.7) 25%, rgba(var(--neutral-200), 0.95) 50%, rgba(var(--neutral-200), 0.7) 75%);
    background-size: 200% 100%;
    border-radius: 0.25rem;
    animation: pulse-b-919lelc2mv 1.5s infinite ease-in-out;
}

@keyframes pulse-b-919lelc2mv {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /Pages/ProviderInfo/Partials/Browse/Content.razor.rz.scp.css */
*[b-daapmwbgf5] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--browse--info--container[b-daapmwbgf5] {
    border: 1px solid #E6E6EA;
    border-radius: 0.25rem;
    max-height: 23.53125rem;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: red;
}

    .provider--browse--info--container th[b-daapmwbgf5] {
        top: 0;
        z-index: 2;
        position: sticky;
    }


    .provider--browse--info--container table tr th[b-daapmwbgf5],
    .provider--browse--info--container table tr td[b-daapmwbgf5] {
        text-align: center;
    }

        .provider--browse--info--container table tr th:first-child[b-daapmwbgf5] {
            width: 34.123rem;
        }

        .provider--browse--info--container table tr th:nth-child(2)[b-daapmwbgf5] {
            width: 82.878125rem;
        }

        .provider--browse--info--container table tr th:nth-child(3)[b-daapmwbgf5] {
            width: 10rem;
        }

        .provider--browse--info--container table tr th:nth-child(4)[b-daapmwbgf5],
        .provider--browse--info--container table tr th:nth-child(5)[b-daapmwbgf5] {
            width: 6rem;
        }

span[data-multiple-specialties="true"][b-daapmwbgf5],
span[data-multiple-licenses="true"][b-daapmwbgf5] {
    text-decoration: underline dotted;
    position: relative;
    display: inline-block;
    cursor: help;
}

    span[data-multiple-specialties="true"] .tooltip--text[b-daapmwbgf5],
    span[data-multiple-licenses="true"] .tooltip--text[b-daapmwbgf5] {
        visibility: hidden;
        background-color: white;
        color: #1d1d1d;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        bottom: 130%;
        font-weight: 800;
        left: 50%;
        opacity: 0;
        transform: translateX(-50%) translateY(10%);
        position: absolute;
        z-index: 1;
        transition: ease-in-out 0.3s;
        white-space: nowrap;
    }

    span[data-multiple-specialties="true"]:hover .tooltip--text[b-daapmwbgf5],
    span[data-multiple-licenses="true"]:hover .tooltip--text[b-daapmwbgf5] {
        visibility: visible;
        opacity: 1;
    }



tr:hover[b-daapmwbgf5] {
    cursor: pointer;
    background-color: rgba(var(--neutral-200), 0.5);
}

td[b-daapmwbgf5] {
    place-items: center;
}

.skeleton[b-daapmwbgf5] {
    width: calc(100% - 3.75rem);
    height: 1.25rem;
    background: linear-gradient(90deg, rgba(var(--neutral-200), 0.7) 25%, rgba(var(--neutral-200), 0.95) 50%, rgba(var(--neutral-200), 0.7) 75%);
    background-size: 200% 100%;
    border-radius: 0.25rem;
    animation: pulse-b-daapmwbgf5 1.5s infinite ease-in-out;
}

@keyframes pulse-b-daapmwbgf5 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /Pages/ProviderInfo/Partials/Browse/Footer.razor.rz.scp.css */
*[b-lzuk18f1w2] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--browse--footer--container[b-lzuk18f1w2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .provider--browse--footer--container > div[b-lzuk18f1w2] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
/* /Pages/ProviderInfo/Partials/Browse/Header.razor.rz.scp.css */
*[b-dmljee64sg] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--browse--header--container[b-dmljee64sg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;    
}
/* /Pages/ProviderInfo/Partials/Details/Content.razor.rz.scp.css */
*[b-u890s0k8t1] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.left--content[b-u890s0k8t1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: calc(100vh - 6.75rem);
    width: 25rem;
    padding: 1rem;
}

    .left--content > div:first-of-type[b-u890s0k8t1] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

    .left--content .provider--info[b-u890s0k8t1],
    .left--content .quick--info[b-u890s0k8t1] {
        display: grid;
        border: 1px solid rgba(var(--neutral-200), 1);
        box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
        border-radius: 0.5rem;
    }

    .left--content .provider--info[b-u890s0k8t1] {
        padding: 1.5rem;
        height: 15rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .left--content .provider--info > div[b-u890s0k8t1] {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

            .left--content .provider--info > div > div:first-of-type[b-u890s0k8t1] {
                display: flex;
                margin-bottom: 1rem;
                justify-content: center;
                align-items: center;
                border-radius: 9999px;
                width: 3rem;
                height: 3rem;
                background: rgba(var(--neutral-300),0.5);
            }

            .left--content .provider--info > div h3[b-u890s0k8t1] {
                font-size: 1.25rem;
                line-height: 1.75rem;
                font-weight: 700;
                color: var(--primaryColor);
            }

            .left--content .provider--info > div > p[b-u890s0k8t1] {
                font-weight: 600;
            }

            .left--content .provider--info > div > div[data-active="true"][b-u890s0k8t1] {
                padding: 0.25rem 0.75rem;
                margin-top: 0.5rem;
                border-radius: 9999px;
                font-size: 0.875rem;
                line-height: 1.25rem;
                color: #065F46;
                background-color: #D1FAE5;
            }

            .left--content .provider--info > div > div[data-active="false"][b-u890s0k8t1] {
                padding: 0.25rem 1rem;
                border: 0.00625rem solid #f87171;
                border-radius: 9999px;
                width: max-content;
                background-color: #ef4444;
                color: #f1f1f1;
            }

    .left--content .quick--info[b-u890s0k8t1] {
        padding: 1rem;
        height: max-content;
    }

        .left--content .quick--info h3[b-u890s0k8t1] {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 700;
            color: var(--primaryColor);
        }

        .left--content .quick--info > div[b-u890s0k8t1] {
            display: grid;
            gap: 0.5rem;
            margin-top: 1rem;
        }

            .left--content .quick--info > div > span[b-u890s0k8t1] {
                display: flex;
                align-items: center;
                gap: 0.5rem;
            }

            .left--content .quick--info > div > span[b-u890s0k8t1] {
                font-weight: 700;
                color: rgba(var(--neutral-700),1);
            }

.right--content[b-u890s0k8t1] {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 3rem;
}

    .right--content > div[b-u890s0k8t1] {
    }

        .right--content > div > h3[b-u890s0k8t1] {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 700;            
        }

        .right--content > div:last-of-type[b-u890s0k8t1] {
            margin: 1rem auto;
            width: 100%;
        }



/*.right--content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 1rem;
}

    .right--content > div {
        margin: 0 auto;
    }

        .right--content > div > div:first-of-type {
            display: flex;
            padding: 1.5rem;
            margin-top: 0.375rem;
            flex-direction: column;
        }

        .right--content > div > div:last-of-type {
            padding: 1.5rem;
            padding-top: 0;
            margin-top: 1rem;
        }

            .right--content > div > div:last-of-type > div {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1rem;
            }*/

.left--content[b-u890s0k8t1],
.right--content[b-u890s0k8t1] {
    background-color: white;
    border: 1px solid rgba(var(--neutral-200), 1);
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    border-radius: 0.5rem;
}

/*    .left--content .provider--info,
    .left--content .quick--info {
        display: grid;
        border: 1px solid rgba(var(--neutral-200), 1);
        box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
        border-radius: 0.5rem;
    }

    .left--content .provider--info {
        padding: 1.5rem;
        padding-top: 1.5rem;
    }

        .left--content .provider--info > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

            .left--content .provider--info > div > div:first-of-type {
                display: flex;
                margin-bottom: 1rem;
                justify-content: center;
                align-items: center;
                border-radius: 9999px;
                width: 6rem;
                height: 6rem;
                background: rgba(var(--neutral-200),1);
            }

            .left--content .provider--info > div h3 {
                font-size: 1.25rem;
                line-height: 1.75rem;
                font-weight: 600;
            }

            .left--content .provider--info > div[data-active="true"] {
                padding-top: 0.25rem;
                padding-bottom: 0.25rem;
                padding-left: 0.75rem;
                padding-right: 0.75rem;
                margin-top: 0.5rem;
                border-radius: 9999px;
                font-size: 0.875rem;
                line-height: 1.25rem;
                color: #065F46;
                background-color: #D1FAE5;
            }*/
/* /Pages/ProviderInfo/Partials/Tabs/Panels/PersonalInformationPanel.razor.rz.scp.css */
*[b-zlwn9mf400] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}




/* /Pages/ProviderInfo/Partials/Tabs/TabList.razor.rz.scp.css */
*[b-5ddd8i6p6n] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.container[b-5ddd8i6p6n] {
    position: relative;
    margin-bottom: 1rem;
}

.wrapper[b-5ddd8i6p6n] {
    overflow-x: auto;
    margin-left: 2rem;
    margin-right: 2rem;
}

.tab--list[b-5ddd8i6p6n] {
    display: inline-flex;
    padding: 0.25rem;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 0.375rem;
    width: 100%;
    height: 3rem;
    color: #71717a;
    background-color: #f4f4f5;
}

    .tab--list > button[b-5ddd8i6p6n] {
        display: inline-flex;                
        padding: 0.5rem 2.75rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.125rem;
        font-weight: 600;
        white-space: nowrap;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
        border: none;
    }

        .tab--list > button[data-state="active"][b-5ddd8i6p6n] {            
            background-color: #fff;
            color: #09090b;
            box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
        }
/* /Pages/ProviderNotesInfo/AddComplaintDetails.razor.rz.scp.css */
.add--complaint--container[b-478bxz6nxh] {
    min-width: 20rem;
    padding: 1rem;
}
/* /Pages/ProviderNotesInfo/Browse/MainProviderNotesBrowse.razor.rz.scp.css */
.container--saving[b-3caed48va1] {
    background-color: #0000008c;
    height: 100%;
    position: absolute;
    z-index: 1200;
    display: flex;
    width: 100vw;
    left: -0.01rem;
    justify-content: center;
}

.progress-container[b-3caed48va1] {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
}

.ct--text[b-3caed48va1] {
    color: var(--primaryColor) !important;
    font-weight: 600 !important;
    font-size: 1.2rem;
}

.loader[b-3caed48va1] {
    width: 40px;
    height: 40px;
    border: 5px solid var(--primaryColor);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-3caed48va1 1s linear infinite;
}

@keyframes rotation-b-3caed48va1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/ProviderNotesInfo/ComplaintDetails.razor.rz.scp.css */
.Grouplist--complaint--container[b-3jp6xzbjef] {
    display: flex;
    flex-direction: column;
    min-width: 22rem;
    padding-top: 10px;
}

.complaint--body[b-3jp6xzbjef] {
    display: flex;
    height: 22rem;
    overflow-y: auto;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.6rem 0;
}

.intake--action--btn[b-3jp6xzbjef] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.intake--btn--close[b-3jp6xzbjef] {
    height: 100%;
    border-radius: .375rem;
    background-color: white;
    border: 1px solid #d0d0d0;
    padding: 6px 12px;
    transition: all 0.2s ease;
}

.intake--btn--add[b-3jp6xzbjef] {
    height: 100%;
    border-radius: .375rem;
    color: #f6f2f2;
    background-color: var(--primaryColor);
    border: 1px solid #d0d0d0;
    padding: 6px 12px;
    transition: all 0.2s ease;
}

.intake--action--btn .intake--btn--close:hover[b-3jp6xzbjef] {
    background-color: #f7f7f7;
}

.intake--action--btn .intake--btn--add:hover[b-3jp6xzbjef] {
    background-color: #16bec4;
}

.intake--action--btn .intake--btn--close:active[b-3jp6xzbjef], .intake--action--btn .intake--btn--add:active[b-3jp6xzbjef] {
    box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.selected__close[b-3jp6xzbjef] {
    width: 1rem;
    height: 1rem;
}

    .selected__close:hover[b-3jp6xzbjef], .selected__close:hover svg[b-3jp6xzbjef] {
        cursor: pointer;
        background-color: var(--primaryColor);
        border-radius: 50%;
        stroke: white;
    }

.selected__description[b-3jp6xzbjef] {
    padding-left: 5px;
}


[b-3jp6xzbjef] .custom-checkbox:hover .mud-checkbox {
    background-color: #e7f2f1 !important;
}

.complaint--footer[b-3jp6xzbjef] {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}

[b-3jp6xzbjef] .custom-checkbox .mud-icon-root.mud-svg-icon {
    fill: var(--primaryColor) !important;
}

[b-3jp6xzbjef] .custom-checkbox .mud-checkbox-filled:hover,
[b-3jp6xzbjef] .custom-checkbox .mud-checkbox-filled:focus-visible {
    background: var(--primaryColor) !important;
}

ul[b-3jp6xzbjef] {
    display: flex;
    gap: 10px;
    padding: 0 1rem;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 436.08px;
}

    ul li[b-3jp6xzbjef] {
        background-color: #c9ebe9;
        padding: 4px;
        border: 1px solid var(--primaryColor);
        border-radius: 8px;
        max-width: 20rem;
    }
/* /Pages/ProviderNotesInfo/MainProviderNotes.razor.rz.scp.css */
.provider--body[b-87kj9zu8wc] {
    display: grid;
    grid-template-columns: minmax(17rem, 0) 1fr;
    height: 100%;
    gap: 10px;
    flex: 1 1 0%;
    position: relative;
}

.right--nav--container[b-87kj9zu8wc] {
    display: grid;
    grid-template-rows: minmax(5.7rem, 7rem) minmax(43.1rem, 1fr);
    align-items: center;
    gap: 10px;
}

.provider--form--questionnaire[b-87kj9zu8wc],
.patient--container[b-87kj9zu8wc],
.provider--forms[b-87kj9zu8wc] {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    border: 1px solid #eaeaea;
}

.patient--container[b-87kj9zu8wc] {
    display: flex;
    align-items: center;
    padding-inline: 1rem;
}

.provider--forms[b-87kj9zu8wc] {
    position: relative;
}

.provider--action--button[b-87kj9zu8wc] {
    position: absolute;
    bottom: 0;
    height: 3rem;
    width: 100%;
}

.wrapper--action .btn--save[b-87kj9zu8wc] {
    background-color: var(--primaryColor);
    padding: 0 12px;
    color: #f1f1f1;
    border-radius: 4px;
    height: 1.8rem;
}

.wrapper--action[b-87kj9zu8wc] {
    height: 38.6rem;
}

.wrapper--action .btn--save:hover[b-87kj9zu8wc] {}

.wrapper--action[b-87kj9zu8wc] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    background-color: white;
    border-radius: 50px / 50px;
    border: 1px solid #eaeaea;
    width: 20rem;
    height: 100%;
    box-shadow: 0px 1px 14px 2px rgba(110, 110, 110, .132);
}

/* --- Responsive Drawer Styles --- */

.hamburger--menu[b-87kj9zu8wc] {
    display: none;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    cursor: pointer;
    width: fit-content;
    color: #333;
}

.hamburger--menu:hover[b-87kj9zu8wc] {
    opacity: 0.7;
    color: var(--primaryColor);
}

.overlay[b-87kj9zu8wc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.overlay.active[b-87kj9zu8wc] {
    opacity: 1;
    visibility: visible;
}

.drawer--header[b-87kj9zu8wc] {
    display: none;
    justify-content: flex-end;
    padding: 0.5rem 0.5rem 0 0;
    background: transparent;
}

.close-icon-drawer[b-87kj9zu8wc] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: background-color 0.2s;
    font-family: "Arial", sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
    font-style: normal;
    padding-bottom: 2px;

}

.close-icon-drawer:hover[b-87kj9zu8wc] {
    background-color: #e0e0e0;
    color: #000;
}

@media (max-width: 1024px) {
    .provider--body[b-87kj9zu8wc] {
        grid-template-columns: 1fr;

    }

    .right--nav--container[b-87kj9zu8wc] {
        grid-template-rows: auto 1fr;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .hamburger--menu[b-87kj9zu8wc] {
        display: inline-block;
        /* Show hamburger on mobile/tablet */
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    .left--nav--container[b-87kj9zu8wc] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        /* Full height */
        width: 280px;
        /* Fixed width for drawer */
        z-index: 1000;
        transform: translateX(-100%);
        /* Hidden by default */
        transition: transform 0.3s ease-in-out;
        padding: 0;
        background: white;
        /* Ensure drawer has background */
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

    .left--nav--container.drawer--open[b-87kj9zu8wc] {
        transform: translateX(0);
        /* Slide in */
    }

    .provider--form--questionnaire[b-87kj9zu8wc] {
        height: 100%;
        /* Full height of drawer */
        border-radius: 0;
        /* Full height usually implies square corners or managed by container */
        overflow-y: auto;
        /* Scrollable content */
        position: relative;
        border: none;
        display: flex;
        flex-direction: column;
    }

    .drawer--header[b-87kj9zu8wc] {
        display: flex;
        /* Show header on mobile */
    }
}
/* /Pages/ProviderNotesInfo/PatientInfoSection.razor.rz.scp.css */
.patient--wrapper[b-j1c9sh5u2v],
.patient--details[b-j1c9sh5u2v] {
    height: inherit;
    gap: 1rem;
}

.case--wrapper[b-j1c9sh5u2v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.item--wrapper[b-j1c9sh5u2v] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.patient--wrapper[b-j1c9sh5u2v] {
    display: flex;
    /*grid-template-columns: minmax(18rem, 36rem) 1fr;*/
    justify-content: space-between;
    height: 6rem;
    min-width: 65rem;
}

.left--details[b-j1c9sh5u2v],
.patient--details[b-j1c9sh5u2v],
.item--wrapper[b-j1c9sh5u2v],
.item--wrapper .w-info[b-j1c9sh5u2v] {
    display: flex;
}

.w-info[b-j1c9sh5u2v] {
    flex-direction: column;
    font-weight: 700;
    font-size: 0.8rem;
}

.w-info span:nth-child(1)[b-j1c9sh5u2v] {
    color: #888888;
}

.details--items[b-j1c9sh5u2v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 10px;
    min-width: 24rem;
    /*17rem*/
}

.ct__patient[b-j1c9sh5u2v] {
    display: flex;
    flex-direction: column;
}

/*.case--wrapper {
    display: flex;
    flex-direction: row;
}*/
.top--case[b-j1c9sh5u2v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 22rem;
    column-gap: 16px;
    row-gap: 10px;
}

.ct__patient div:nth-child(2)[b-j1c9sh5u2v] {
    display: grid;
}

.ct__patient .user--name[b-j1c9sh5u2v] {
    font-weight: 700;
    font-size: 1.3rem;
}

.details--items .item--wrapper svg[b-j1c9sh5u2v] {
    padding: 7px;
    background-color: #F5F5F5;
    border-radius: 4px;
}

.patient--case .case--wrapper svg[b-j1c9sh5u2v] {
    padding: 7px;
    background-color: #F5F5F5;
    border-radius: 4px;
}

.patient--case[b-j1c9sh5u2v],
.patient--details[b-j1c9sh5u2v] {
    padding: 7px 7px;
    display: flex;
}

.patient--image[b-j1c9sh5u2v] {
    height: 4rem;
    width: 4rem;
    background: #bb2324;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.left--details[b-j1c9sh5u2v] {
    align-items: center;
    gap: 1rem;
    min-width: 17rem;
}

.patient--details[b-j1c9sh5u2v]::after {
    content: "";
    background-color: rgba(var(--neutral-200), 1);
    height: 100%;
    width: 1px;
    position: relative;
    right: -1rem;
}

.patient--image img[b-j1c9sh5u2v] {
    border: 2px solid white;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    box-shadow: 0px 0px 1px 2px rgba(110, 110, 110, .112);
}

svg[b-j1c9sh5u2v] {
    height: 2rem;
    width: 2rem;
    stroke: var(--primaryColor);
}

.bottom--case[b-j1c9sh5u2v] {
    display: flex;
    flex-direction: column;
}

.case--title[b-j1c9sh5u2v] {
    font-weight: 700;
}

.case--description[b-j1c9sh5u2v] {
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 4px;
    height: 3.4rem;
    border-radius: 4px;
    background-color: rgba(var(--neutral-100), 1);
    text-decoration: none;
    overflow-y: auto;
}

@media (max-width: 1024px) {
    .patient--wrapper[b-j1c9sh5u2v] {
        flex-direction: column;
        height: auto;
        min-width: 100%;
    }

    .patient--details[b-j1c9sh5u2v] {
        width: 100%;
        padding-right: 0;
    }

    .patient--details[b-j1c9sh5u2v]::after {
        display: none;
    }

    .patient--case[b-j1c9sh5u2v] {
        width: 100%;
        padding-left: 7px;
        /* Reset padding to align with profile image edge */
    }

    .case--wrapper[b-j1c9sh5u2v] {
        display: grid;
        grid-template-columns: 17rem 1fr;
        /* Description Col | Items Col */
        column-gap: 16px;
    }

    /* Move Description to Column 1, Row 1 */
    .bottom--case[b-j1c9sh5u2v] {
        grid-column: 1;
        grid-row: 1;
        padding-top: 5px;
    }

    /* Move Items to Column 2, Row 1 */
    .top--case[b-j1c9sh5u2v] {
        grid-column: 2;
        grid-row: 1;
        display: grid;
        grid-template-columns: 11.5rem 1fr;
        /* 2-column grid for the items */
        min-width: unset;
    }

    /* Reset reordering rules from previous attempts */
    .top--case .item--wrapper:nth-child(n)[b-j1c9sh5u2v] {
        grid-column: unset;
        grid-row: unset;
    }

    .left--details[b-j1c9sh5u2v] {
        min-width: 17rem;
        max-width: 17rem;
        flex-shrink: 0;
    }

    .details--items[b-j1c9sh5u2v] {
        min-width: unset;
    }
}
/* /Pages/ProviderNotesInfo/ProviderAllergy.razor.rz.scp.css */
.reactions-container[b-wzu0o0cpwn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.reaction-item[b-wzu0o0cpwn] {
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
    padding: 4px 8px;
    background-color: #ecf6f6;
    color: var(--primaryColor);
}
.elements--header[b-wzu0o0cpwn] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.no--complaint--body[b-wzu0o0cpwn] {
    height: 38.6rem;
}
.body--page[b-wzu0o0cpwn] {
    height: 100%;
}
/*.complaint--wrapper {
    height: 41.25rem;
}*/
/* /Pages/ProviderNotesInfo/ProviderAllergyDetails.razor.rz.scp.css */
.pr--modal--small[b-9c7lh5kylk] {
    padding: 1rem;
    width: 27rem;
}
/* /Pages/ProviderNotesInfo/ProviderChiefComplaintHPI.razor.rz.scp.css */
.elements--header[b-ayfdtq7vt4] {
    display: grid;
    grid-template-columns: minmax(10rem, 10rem) minmax(22rem, 40rem) minmax(20.5rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}
.no--complaints[b-ayfdtq7vt4] {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    font-weight: 700;
    color: rgba(var(--neutral-400), 1);
}
/* /Pages/ProviderNotesInfo/ProviderClinicalImpressions.razor.rz.scp.css */

.ct--plan__items[b-ygz0ler6mi] {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.wrapper--plan[b-ygz0ler6mi] {
    border: 1px solid rgba(var(--neutral-200), 1);
    background-color: white;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
    height: auto;

}

.top--menu--bar[b-ygz0ler6mi] {
    display: flex;
    gap: 10px;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-100), 1);
}

    .top--menu--bar button[b-ygz0ler6mi] {
        padding: 4px;
        border-radius: 4px;
    }

.body--page[b-ygz0ler6mi] {
    padding: 10px;
    height: 100%;
}

.selected--medical[b-ygz0ler6mi] {
    color: var(--primaryColor);
    text-shadow: 0 0 1px var(--primaryColor);
}

    .selected--medical[b-ygz0ler6mi]::after {
        position: absolute;
        content: '';
        background-color: var(--primaryColor);
        height: 0.12rem;
        width: 100%;
        bottom: -0.56rem;
    }

.elements--header[b-ygz0ler6mi] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.no--complaint--body[b-ygz0ler6mi] {
    height: 38.6rem;
}

.notes-pre[b-ygz0ler6mi] {
    white-space: pre-wrap; 
    overflow-wrap: break-word; 
    word-break: break-word; 
    max-width: 100%; 
    font-family: monospace;
    margin: 0;
}

/* /Pages/ProviderNotesInfo/ProviderClinicalImpressionsDetails.razor.rz.scp.css */
.hosp--details--modal2[b-lh1yv6kt5f] {
    width: 700px;
    max-width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
}
/* /Pages/ProviderNotesInfo/ProviderCurrentMedication.razor.rz.scp.css */
.elements--header[b-5pu5nz3kzt] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}
.no--complaint--body[b-5pu5nz3kzt] {
    height: 38.6rem;
}
.body--page[b-5pu5nz3kzt] {
    height: 100%;
}

/*.complaint--wrapper {
    height: 41.25rem;
}*/
/* /Pages/ProviderNotesInfo/ProviderDiagnosis.razor.rz.scp.css */
.top--menu--bar[b-kawlyr54lq] {
    display: flex;
    gap: 10px;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-100), 1);
}

    .top--menu--bar button[b-kawlyr54lq] {
        padding: 4px;
        border-radius: 4px;
    }

.body--page[b-kawlyr54lq] {
    padding: 10px;
    height: 100%;
}

.selected--medical[b-kawlyr54lq] {
    color: var(--primaryColor);
    text-shadow: 0 0 1px var(--primaryColor);
}

    .selected--medical[b-kawlyr54lq]::after {
        position: absolute;
        content: '';
        background-color: var(--primaryColor);
        height: 0.12rem;
        width: 100%;
        bottom: -0.56rem;
    }

.elements--header[b-kawlyr54lq] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.no--complaint--body[b-kawlyr54lq] {
    height: 38.6rem;
}
/*.complaint--wrapper {
    height: 41.25rem;
}*/
/* /Pages/ProviderNotesInfo/ProviderDiagnosisDetails.razor.rz.scp.css */


.hosp--details--modal2[b-h4srgaoasn] {
    width: 800px; 
    max-width: 90%; 
    height: 600px; 
    display: flex;
    flex-direction: column;
    padding:0 0 0 30px;
}


.modal-table-wrapper[b-h4srgaoasn] {
    flex: 1; 
    overflow-y: auto; 
    margin-top: 10px;
    margin-left: 20px;
}

div[b-h4srgaoasn] {
    height: max-content;
    position: relative;
}

input[type="text"][b-h4srgaoasn] {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

div > svg[b-h4srgaoasn] {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.7875rem;
    left: 0.7875rem;
}

div > button[b-h4srgaoasn] {
    background-color: #1AADBA;
    color: #ffffff;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.6875rem;
    right: 0.6875rem;
    visibility: hidden;
}

button > svg[b-h4srgaoasn] {
    width: 1rem;
    height: 1rem;
}

table.blueTable[b-h4srgaoasn] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-h4srgaoasn] {
    cursor: pointer;
    transform: scale(1.7); 
    margin: 3px; 

}
.blueTable td:first-child[b-h4srgaoasn] {
    text-align: center;
    vertical-align: middle;
}

    table.blueTable td[b-h4srgaoasn] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        text-wrap: wrap;

    }
    table.blueTable tbody tr[b-h4srgaoasn] {
        cursor: pointer;
    }

    table.blueTable th[b-h4srgaoasn] {
        border: 1px solid #AAAAAA;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        text-align: center;
    }

    table.blueTable tbody[b-h4srgaoasn] {
        font-size: 13px;
        max-height: 320px;

    }
/* /Pages/ProviderNotesInfo/ProviderFamilyHistory.razor.rz.scp.css */
.elements--header[b-qp7lpsu3nz] {
    display: grid;
    grid-template-columns: minmax(0, 20rem) minmax(0,14rem) 1fr;
    row-gap: 1px;
}
.body--page[b-qp7lpsu3nz] {
    display: grid;
    height: 100%;
    grid-template-rows: minmax(3rem, 3rem) 1fr;
    padding: 10px;
    gap: 10px;
}
/* /Pages/ProviderNotesInfo/ProviderHospitalizationHistory.razor.rz.scp.css */
.top--menu--bar[b-ba7frf8qdp] {
    display: flex;
    gap: 10px;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-100), 1);
}

    .top--menu--bar button[b-ba7frf8qdp] {
        padding: 4px;
        border-radius: 4px;
    }

.body--page[b-ba7frf8qdp] {
    padding: 10px;
    height: 100%;
}

.selected--medical[b-ba7frf8qdp] {
    color: var(--primaryColor);
    text-shadow: 0 0 1px var(--primaryColor);
}

    .selected--medical[b-ba7frf8qdp]::after {
        position: absolute;
        content: '';
        background-color: var(--primaryColor);
        height: 0.12rem;
        width: 100%;
        bottom: -0.56rem;
    }
.elements--header[b-ba7frf8qdp]{
   display: flex;
   justify-content: flex-end;
   padding: 0 10px;
}
.no--complaint--body[b-ba7frf8qdp] {
    height: 38.6rem;
}
/*.complaint--wrapper {
    height: 41.25rem;
}*/
/* /Pages/ProviderNotesInfo/ProviderModal/BinocularDetails.razor.rz.scp.css */
.ct--checkbox[b-tr8unqm1kl] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper--checkbox[b-tr8unqm1kl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
ul[b-tr8unqm1kl]{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.checkbox--items[b-tr8unqm1kl] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
    height: 2.8rem;
    align-items: center;
}

    .checkbox--items:hover:not(.selected--checkbox):not(.checkbox--items.disabled--checkbox)[b-tr8unqm1kl] {
        background-color: #f4f9f9;
        border: 1px solid #a9c9c9;
        /*     background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);*/
    }

    .checkbox--items.disabled--checkbox[b-tr8unqm1kl] {
        opacity: 0.6;
        cursor: not-allowed;
    }

        .checkbox--items.disabled--checkbox input[type="checkbox"][b-tr8unqm1kl] {
            cursor: not-allowed;
        }

.selected--checkbox[b-tr8unqm1kl], .selected--checkbox label[b-tr8unqm1kl] {
    background-color: #f1f7f7;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}


input[type="checkbox"][b-tr8unqm1kl] {
    accent-color: #088e8e;
    cursor: pointer;
}
.add--binocular--container[b-tr8unqm1kl]{
    min-width: 10rem;
    padding: 10px;
}
/* /Pages/ProviderNotesInfo/ProviderModal/RightDrawer.razor.rz.scp.css */
.drawer--card[b-31cde7hkaa] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
    transition: background-color .2s, box-shadow .2s, border .2s;
    margin-bottom: 7px;
}

.drawer--card__header[b-31cde7hkaa] {
    background-color: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    padding: 4px;
    font-weight: 800;
}
.drawer--title[b-31cde7hkaa]{
    font-weight: 800;
    color: var(--primaryColor);
}
.modal--description[b-31cde7hkaa] {
    color: #888888;
    font-weight: 700;
    font-size: 0.8rem;
}
.modal--value[b-31cde7hkaa] {
    color: black;
    font-weight: 700;
    font-size: 0.8rem;
}

.drawer--card__body[b-31cde7hkaa] {
    gap: 7px;
    padding: 4px;
}
.grid__three--columns[b-31cde7hkaa] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid__two--columns[b-31cde7hkaa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.wrap__info[b-31cde7hkaa]{
    display: grid;
/*    grid-template-columns: 1fr 1fr;
    gap: 7px;*/
}
.drawer--wrapper[b-31cde7hkaa] {
    /*   height: calc(100vh - 7rem);
    overflow-y: auto;*/
    /*   height: calc(100% - 2rem);
   background-color: red;*/
}

/*<div class="intake__header__line" b-zmbzu5p6cx="" > </div >*/
/* /Pages/ProviderNotesInfo/ProviderPastMedicalConditions.razor.rz.scp.css */
.elements--header[b-tpxf4jsxi6] {
    display: grid;
    grid-template-columns: minmax(0, 20rem) minmax(0,14rem) 1fr;
    row-gap: 1px;
}
.body--page[b-tpxf4jsxi6] {
    display: grid;
    height: 100%;
    grid-template-rows: minmax(3rem, 3rem) 1fr;
    padding: 10px;
    gap: 10px;
}

/*.elements--header,
.elements--body {
    display: grid;
    grid-template-columns: minmax(0, 14rem) minmax(0, 25rem) 1fr;
    row-gap: 1px;*/
    /*    padding: 5px 10px;*/
/*}

.elements--body {
    background-color: rgba(var(--neutral-200), 1);
    overflow-y: auto;
    scrollbar-color: #bb2324 rgba(var(--neutral-50), 1);
    max-height: 38.6rem;*/
    /*    height: 44.2rem;*/
/*}*/
/* /Pages/ProviderNotesInfo/ProviderPlan.razor.rz.scp.css */

.ct--plan__items[b-3ot2bfc41e] {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.wrapper--plan[b-3ot2bfc41e] {
    border: 1px solid rgba(var(--neutral-200), 1);
    background-color: white;
    border-radius: 4px;
    padding: 4px;
    width: auto;
    height: auto;
}
.top--menu--bar[b-3ot2bfc41e] {
    display: flex;
    gap: 10px;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-100), 1);
}

    .top--menu--bar button[b-3ot2bfc41e] {
        padding: 4px;
        border-radius: 4px;
    }

.body--page[b-3ot2bfc41e] {
    padding: 10px;
    height: 100%;
}

.selected--medical[b-3ot2bfc41e] {
    color: var(--primaryColor);
    text-shadow: 0 0 1px var(--primaryColor);
}

    .selected--medical[b-3ot2bfc41e]::after {
        position: absolute;
        content: '';
        background-color: var(--primaryColor);
        height: 0.12rem;
        width: 100%;
        bottom: -0.56rem;
    }

.elements--header[b-3ot2bfc41e] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.no--complaint--body[b-3ot2bfc41e] {
    height: 38.6rem;
}
/*.complaint--wrapper {
    height: 41.25rem;
}*/


/* /Pages/ProviderNotesInfo/ProviderPlanDetails.razor.rz.scp.css */
.hosp--details--modal2[b-e22yyghw9x] {
    width: 700px;
    max-width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 25px 25px;
}
/* /Pages/ProviderNotesInfo/ProviderPretreatment.razor.rz.scp.css */
.pre-treatment-section[b-hvvqbtnvu0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ct--pretreatment[b-hvvqbtnvu0] {
    padding: 10px;
    border-radius: 12px;
}

.pretretment--header .h-title[b-hvvqbtnvu0] {
    color: var(--primaryColor);
    font-weight: 800;
    font-size: 1rem;
}

.header-caption[b-hvvqbtnvu0] {
    color: black !important;
}

.prov--main--content[b-hvvqbtnvu0] {
    overflow-y: auto;
    height: 42.6rem;
    padding-bottom: 37px;
    scrollbar-color: #bb2324 rgba(var(--neutral-50), 1);
}

.form--indicator[b-hvvqbtnvu0] {
    position: relative;
    display: inline-block;
}

.indicator--below-normal svg[b-hvvqbtnvu0],
.indicator--normal svg[b-hvvqbtnvu0],
.indicator--elevated svg[b-hvvqbtnvu0],
.indicator--stage1-hypertension svg[b-hvvqbtnvu0],
.indicator--stage2-hypertension svg[b-hvvqbtnvu0],
.indicator--hypertensive-crisis svg[b-hvvqbtnvu0] {
    height: 0.9rem;
    margin: auto;
}

.indicator--below-normal[b-hvvqbtnvu0],
.indicator--normal[b-hvvqbtnvu0],
.indicator--elevated[b-hvvqbtnvu0],
.indicator--stage1-hypertension[b-hvvqbtnvu0],
.indicator--stage2-hypertension[b-hvvqbtnvu0],
.indicator--hypertensive-crisis[b-hvvqbtnvu0] {
    display: inline-flex;
    position: absolute;
    right: 0.5rem;
    top: 69%;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.1rem 0.7rem;
    border-radius: 1rem / 1rem;
}

.indicator--below-normal[b-hvvqbtnvu0] {
    color: #0ea5e9;
    background-color: #e0f2fe;
    border: 1px solid #0ea5e9;
}

.indicator--normal[b-hvvqbtnvu0] {
    color: #22c55e;
    background-color: #D1FAE5;
    border: 1px solid #22c55e;
}

.indicator--elevated[b-hvvqbtnvu0] {
    color: #eab308;
    background-color: #fef9c3;
    border: 1px solid #eab308;
}

.indicator--stage1-hypertension[b-hvvqbtnvu0] {
    color: #f59e0b;
    background-color: #fef3c7;
    border: 1px solid #f59e0b;
}

.indicator--stage2-hypertension[b-hvvqbtnvu0] {
    color: #f97316;
    background-color: #ffedd5;
    border: 1px solid #f97316;
}

.indicator--hypertensive-crisis[b-hvvqbtnvu0] {
    color: #ef4444;
    background-color: #fee2e2;
    border: 1px solid #ef4444;
}

.vertical--separator[b-hvvqbtnvu0] {
    display: grid;
    grid-template-columns: minmax(15rem, 20rem) 1fr;



    width: 100%;
    gap: 1.2rem;
}

@media (max-width: 1024px) {
    .vertical--separator[b-hvvqbtnvu0] {
        grid-template-columns: 1fr;
        height: auto;
    }
}

.bp--container[b-hvvqbtnvu0] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    height: inherit;
    padding: 4px 10px;
}

.other--container[b-hvvqbtnvu0] {
    height: inherit;
    --bs-gutter-x: 1rem !important;
}
/* /Pages/ProviderNotesInfo/ProviderROS.razor.rz.scp.css */
.elements--header[b-ljcuesyz6e] {
    display: grid;
    grid-template-columns: minmax(0, 20rem) minmax(0,14rem) 1fr;
    row-gap: 1px;
}
.no--complaints[b-ljcuesyz6e] {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    font-weight: 700;
    color: rgba(var(--neutral-400), 1);
}
/* /Pages/ProviderNotesInfo/ProviderSocialHistory.razor.rz.scp.css */
.body--page[b-mquuzlbhho] {
    padding: 10px;
    height: 100%;
}

.panel[b-mquuzlbhho] {
    display: grid;
    grid-template-columns: minmax(17rem, 17rem) 1fr;
    background-color: rgba(var(--neutral-200), 1);
    gap: 0.066rem;
    height: inherit;
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 10px;
}

.panel--sidebar[b-mquuzlbhho] {
    display: grid;
    grid-template-rows: minmax(10rem, 14rem) 1fr;
    gap: 1px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(var(--neutral-200), 1);
}

.panel-sidebar-top[b-mquuzlbhho] {
    display: grid;
    grid-template-rows: minmax(2.5rem,2.5rem) 1fr;
    gap: 1px;
}

.sidebar-top-title[b-mquuzlbhho] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px 0 0 0;
}

.sidebar-bottom-title[b-mquuzlbhho] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
}

.sidebar-bottom-content[b-mquuzlbhho] {
    border-radius: 0 0 0 10px;
}

.panel--body-title[b-mquuzlbhho] {
    border-radius: 0 10px 0 0;
}

.panel--body-content[b-mquuzlbhho] {
    border-radius: 0 0 10px 0;
}

.panel--body[b-mquuzlbhho] {
    display: grid;
    grid-template-rows: minmax(2.5rem,2.5rem) 1fr;
    gap: 1px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(var(--neutral-200), 1);
}

.panel-sidebar-bottom[b-mquuzlbhho] {
    display: flex;
    flex-direction: column;
}

.sidebar-bottom-title[b-mquuzlbhho],
.sidebar-bottom-content[b-mquuzlbhho], .sidebar-top-title[b-mquuzlbhho], .panel--body-title[b-mquuzlbhho], .panel--body-content[b-mquuzlbhho] {
    background-color: white;
}

.sidebar-top-content[b-mquuzlbhho], .sidebar-bottom-content[b-mquuzlbhho] {
    background-color: white;
    height: 100%;
}

.sidebar-top-title button[b-mquuzlbhho], .sidebar-bottom-title button[b-mquuzlbhho] {
    padding: 4px 8px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 6px;
    color: var(--primaryColor);
}

.sidebar-top-title span[b-mquuzlbhho], .sidebar-bottom-title span[b-mquuzlbhho] {
    font-size: 0.8rem;
    font-weight: 800;
}

.sidebar-top-content[b-mquuzlbhho], .sidebar-bottom-content[b-mquuzlbhho] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0.7rem 2px;
}

    .sidebar-top-content button[b-mquuzlbhho], .sidebar-bottom-content button[b-mquuzlbhho] {
        width: 100%;
        display: flex;
        gap: 10px;
        padding: 4px 7px;
        justify-content: flex-start;
    }
        .sidebar-bottom-content button span:nth-child(1)[b-mquuzlbhho] {
            display: flex;
        }
        .sidebar-top-content button span:nth-child(1)[b-mquuzlbhho] {
            display: flex;
        }
        .sidebar-top-content button:hover:not(.selected--button)[b-mquuzlbhho], .sidebar-bottom-content button:hover:not(.selected--button)[b-mquuzlbhho] {
            background-color: #f4f9f9;
        }

.selected--button[b-mquuzlbhho] {
    background-color: var(--primaryColor);
    border-radius: 4px;
    color: white;
}

.sidebar--badge[b-mquuzlbhho] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ef4444;
    border: 0.125rem solid #f1f1f1;
    border-radius: 50%;
    width: 1.25rem;
    font-size: 0.7rem;
    height: 1.2rem;
    margin-left: auto;
    color: white;
}
/* /Pages/ProviderNotesInfo/ProviderSocialHistoryInfo.razor.rz.scp.css */
.card--wrapper[b-yjenka5w1k] {
    display: grid;
    padding: 0.5rem;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: row;
}

.card--container[b-yjenka5w1k] {
    width: 100%;
}
.show--card[b-yjenka5w1k]{
    display: block;
}
.hide--card[b-yjenka5w1k]{
    display: none;
}
/* /Pages/ProviderNotesInfo/ProviderSocialHistorySubstanceDetails.razor.rz.scp.css */
.substance--group[b-gtqsnxbmcu] {
    display: grid;
    grid-template-columns: minmax(8rem,8rem) minmax(1.3rem, 1.3rem) 1fr;
    gap: 7px;
    align-items: center;
}

.substance--item[b-gtqsnxbmcu] {
}
/* /Pages/ProviderNotesInfo/ProviderSurgicalHistory.razor.rz.scp.css */
.elements--header[b-2fguicf04q] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}
.no--complaint--body[b-2fguicf04q] {
    height: 38.6rem;
}
.body--page[b-2fguicf04q]{
    height: 100%;
}
/*
.complaint--wrapper {
    height: 41.25rem;
}*/
/* /Pages/ProviderNotesInfo/ProviderTreatmentInfoDetails.razor.rz.scp.css */


.hosp--details--modal2[b-zt8kk71i1v] {
    width: 800px;
    max-width: 90%;
    height: 600px;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
}
.ct--treat__items[b-zt8kk71i1v] {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}



.modal-table-wrapper[b-zt8kk71i1v] {
    flex: 1;
    overflow-y: auto;
    margin-top: 10px;
    margin-left: 20px;
}

div[b-zt8kk71i1v] {
    height: max-content;
    position: relative;
}

input[type="text"][b-zt8kk71i1v] {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

div > svg[b-zt8kk71i1v] {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.7875rem;
    left: 0.7875rem;
}

div > button[b-zt8kk71i1v] {
    background-color: #1AADBA;
    color: #ffffff;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.6875rem;
    right: 0.6875rem;
    visibility: hidden;
}

button > svg[b-zt8kk71i1v] {
    width: 1rem;
    height: 1rem;
}

table.blueTable[b-zt8kk71i1v] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-zt8kk71i1v] {
    cursor: pointer;
    transform: scale(1.7);
    margin: 3px;
}

.blueTable td:first-child[b-zt8kk71i1v] {
    text-align: center;
    vertical-align: middle;
}

table.blueTable td[b-zt8kk71i1v] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-wrap: wrap;
}

table.blueTable tbody tr[b-zt8kk71i1v] {
    cursor: pointer;
}

table.blueTable th[b-zt8kk71i1v] {
    position: sticky;
    top: 0;
    z-index: 2; 
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-align:center;
}

table.blueTable tbody[b-zt8kk71i1v] {
    font-size: 13px;
    max-height: 320px;
}
.loader-overlay[b-zt8kk71i1v] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner[b-zt8kk71i1v] {
    border: 4px solid #eee;
    border-top: 4px solid var(--primaryColor);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-zt8kk71i1v 0.8s linear infinite;
    position: center;
}

@keyframes spin-b-zt8kk71i1v {
    100% {
        transform: rotate(360deg);
    }
}
.category-wrapper[b-zt8kk71i1v] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* space between label and dropdown */
    margin: 10px 10px 1px 50px;
}

.category-wrapper label[b-zt8kk71i1v] {
    font-weight: 500;
    color: #333;
    font-size: 20px;
    margin-top:18px;
    
}

.category-dropdown[b-zt8kk71i1v] {
    max-width: 400px; /* optional: keeps dropdown from stretching too wide */
}
/* /Pages/ProviderNotesInfo/ProviderTreatmentProcedure.razor.rz.scp.css */
.body--page[b-0ifaftao2x] {
    padding: 10px;
    height: 100%;
}

.panel[b-0ifaftao2x] {
    display: grid;
    grid-template-columns: minmax(25rem, 25rem) 1fr;
    background-color: rgba(var(--neutral-200), 1);
    gap: 0.066rem;
    height: inherit;
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 10px;
}

.panel--sidebar[b-0ifaftao2x] {
    display: grid;
    grid-template-rows: minmax(40rem, 47rem) 1fr;
    gap: 1px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(var(--neutral-200), 1);
    height: 100%;
}

.panel-sidebar-top[b-0ifaftao2x] {
    display: grid;
    grid-template-rows: minmax(2.5rem,2.5rem) 1fr;
    gap: 1px;
    
}

.sidebar-top-title[b-0ifaftao2x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px 0 0 0;
}

.items--title[b-0ifaftao2x] {
    font-weight: 600;
    color: #333;
}


.panel--body-title[b-0ifaftao2x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px 0 0 0;
}

.panel--body-content[b-0ifaftao2x] {
    border-radius: 0 0 10px 0;
}

.panel--body[b-0ifaftao2x] {
    display: grid;
    grid-template-rows: minmax(2.5rem,2.5rem) 1fr;
    gap: 1px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(var(--neutral-200), 1);
    height: 100%;
}


.sidebar-bottom-title[b-0ifaftao2x],
.sidebar-bottom-content[b-0ifaftao2x], .sidebar-top-title[b-0ifaftao2x], .panel--body-title[b-0ifaftao2x], .panel--body-content[b-0ifaftao2x] {
    background-color: white;
}

.sidebar-top-content[b-0ifaftao2x], .sidebar-bottom-content[b-0ifaftao2x] {
    background-color: white;
    height: 100%;
}

/*.sidebar-top-title button, .sidebar-bottom-title button {
    padding: 4px 8px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 6px;
    color: var(--primaryColor);
}
*/
.elements--header[b-0ifaftao2x] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}
    .sidebar-top-title span[b-0ifaftao2x], .sidebar-bottom-title span[b-0ifaftao2x], .panel--body-title span[b-0ifaftao2x]{
    font-size: 0.8rem;
    font-weight: 800;
}

.sidebar-top-content[b-0ifaftao2x], .sidebar-bottom-content[b-0ifaftao2x] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0.7rem 10px;

}
.items--title[b-0ifaftao2x] 
{
    font-size: 0.8rem;
    font-weight: 800;
}
.items--description[b-0ifaftao2x] {
    color: #555;
}

    .items--description:empty[b-0ifaftao2x]::after {
        content: "— No entry —";
        color: #aaa;
        font-style: italic;
    }

.last-updated[b-0ifaftao2x] {
    font-size: 0.8rem;
    color: #999;
    margin-left: 20px;
    font-style: italic;
}
.items[b-0ifaftao2x] {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
}

        .sidebar-top-content button span:nth-child(1)[b-0ifaftao2x] {
            display: flex;
        }


.selected--button[b-0ifaftao2x] {
    background-color: var(--primaryColor);
    border-radius: 4px;
    color: white;
}
.no--complaint--body[b-0ifaftao2x] {
    height: 38.6rem;
}

/* List styling */
.modern-list .items[b-0ifaftao2x] {
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    transition: all 0.15s ease-in-out;
}

    .modern-list .items:hover[b-0ifaftao2x] {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

.items--title[b-0ifaftao2x] {
    font-weight: 600;
    color: #333;
}

.items--description[b-0ifaftao2x] {
    color: #555;
    font-style: italic;
}
.no-record[b-0ifaftao2x] {
    text-align: center;
    padding: 1.5rem;
    border: 1px dashed #ccc;
    border-radius: 8px;
    background: #fafafa;
    color: #666;
}

/* /Pages/ProviderNotesInfo/ProviderTreatmentProcedureDetails.razor.rz.scp.css */
.hosp--details--modal2[b-fcd525a6b4] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    gap: 10px 20px;
    width: 700px;
    max-width: 90%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.wrap--text--radio[b-fcd525a6b4] {
    display: flex;
    align-items: center;
    gap: 9px;
    grid-column: span 2; /* makes Ultrasound row take full width */
}

    .wrap--text--radio label[b-fcd525a6b4] {
        margin: 0;
    }
/* /Pages/ProviderNotesInfo/ProviderVaccination.razor.rz.scp.css */
.elements--header[b-bk9jqggjx4] {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}
.no--complaint--body[b-bk9jqggjx4] {
    height: 38.6rem;
}
.body--page[b-bk9jqggjx4] {
    height: 100%;
}
/*.complaint--wrapper {
    height: 41.25rem;
}*/
/* /Pages/ProviderNotesInfo/UIComponent/Drawer.razor.rz.scp.css */
*[b-hn3gkey9k0], *[b-hn3gkey9k0]::before, *[b-hn3gkey9k0]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[data-component-part="dialog"][open][b-hn3gkey9k0] {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    outline: none;
    border-radius: 0.5rem;
 /*   background-color: rgba(var(--neutral-50), 1);*/
    color: rgba(var(--neutral-600), 1);
    margin-left: auto;
    height: 100%;
    margin-top: 1rem;
}

[data-component-part="dialog--header"][b-hn3gkey9k0] {
    background-color: rgba(var(--cyan-500), 1);
    color: rgba(var(--neutral-50), 1);
    padding: 0.2rem 1rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

[data-component-part="dialog--header-content__left"][b-hn3gkey9k0] {
    flex: 1 1 0%;
    display: flex;
    gap: 1rem;
}

    [data-component-part="dialog--header-content__left"]:has(div ~ div) div:first-of-type[b-hn3gkey9k0] {
        width: 2.5rem;
        height: 2.5rem;
        display: grid;
        place-items: center;
    }

    [data-component-part="dialog--header-content__left"] h1[b-hn3gkey9k0] {
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 0.9rem;
        text-transform: uppercase;
    }

    [data-component-part="dialog--header-content__left"] h4[b-hn3gkey9k0] {
        font-size: 0.75rem;
        margin-top: -0.25rem;
        line-height: 1rem;
    }

[data-component-part="dialog--body"][b-hn3gkey9k0] {
    background-color: white;
    max-width: 24rem;
}

[data-component-part="dialog--body-content"][b-hn3gkey9k0] {
    padding: 1rem;
    height: calc(100vh - 6rem);
    overflow-y: auto;
}

[data-component-part="dialog--footer"][b-hn3gkey9k0] {
    border-top: 0.063rem solid rgba(var(--neutral-200), 1);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}


@keyframes slideIn-b-hn3gkey9k0 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideOut-b-hn3gkey9k0 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(110%);
    }
}

[data-component-part="dialog"][open][b-hn3gkey9k0] {
    animation: slideIn-b-hn3gkey9k0 0.5s forwards;
 /*   animation-timing-function: cubic-bezier(.4,0,.2,1);*/
    margin-right: 1rem;
}

[data-component-part="dialog"].closing[b-hn3gkey9k0] {
    animation: slideOut-b-hn3gkey9k0 0.5s forwards;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
}
/* /Pages/ProviderNotesInfo/UIComponent/GroupList.razor.rz.scp.css */
.ct--checkbox[b-s6nr8iyrws] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1rem;
}

.wrapper--checkbox[b-s6nr8iyrws] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.checkbox--items[b-s6nr8iyrws] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 7px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
}

    .checkbox--items:hover:not(.selected--checkbox):not(.checkbox--items.disabled--checkbox)[b-s6nr8iyrws] {
        background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);
    }

    .checkbox--items.disabled--checkbox[b-s6nr8iyrws] {
        opacity: 0.6;
        cursor: not-allowed;
    }

        .checkbox--items.disabled--checkbox input[type="checkbox"][b-s6nr8iyrws] {
            cursor: not-allowed;
        }


    .checkbox--items:hover:not(.selected--checkbox):not(.checkbox--items.disabled--checkbox)[b-s6nr8iyrws] {
        background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);
    }

.selected--checkbox[b-s6nr8iyrws], .selected--checkbox label[b-s6nr8iyrws] {
    background-color: var(--primaryColor);
    color: #f1f1f1;
    cursor: pointer;
}

input[type="checkbox"][b-s6nr8iyrws] {
    accent-color: #088e8e;
}
.loader-container[b-s6nr8iyrws] {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.loader[b-s6nr8iyrws] {
    width: 38px;
    height: 38px;
    border: 5px solid var(--primaryColor);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-s6nr8iyrws 1s linear infinite;
}

@keyframes rotation-b-s6nr8iyrws {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 
/* /Pages/ProviderNotesInfo/UIComponent/LoadingDetails.razor.rz.scp.css */
.ct--loading[b-p709tq49p2] {
    height: 100%;
    width: 100%;
    padding: 10px;
}
.loading--wrapper[b-p709tq49p2] {
    background-color: #f3f3f3;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .loading--wrapper[b-p709tq49p2]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(217 217 217) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer-b-p709tq49p2 2s infinite;
        content: '';
    }

@keyframes shimmer-b-p709tq49p2 {
    100% {
        transform: translateX(100%);
    }
}
/* /Pages/ProviderNotesInfo/UIComponent/LoadingHeader.razor.rz.scp.css */
*[b-l8eoi7pa37] {
    position: relative;
    overflow: hidden;
}

.left--items[b-l8eoi7pa37], .right--items[b-l8eoi7pa37], .patient--image[b-l8eoi7pa37] {
    background-color: #f3f3f3;
}

.left--items[b-l8eoi7pa37], .right--items[b-l8eoi7pa37] {
    border-radius: 8px;
}

.patient--details[b-l8eoi7pa37], .patient--wrapper[b-l8eoi7pa37] {
    width: 100%;
}

.left--details[b-l8eoi7pa37] {
    display: grid;
    grid-template-columns: minmax(4rem, 4rem) 1fr 1fr;
    align-items: center;
    gap: 10px;
}

.left--items[b-l8eoi7pa37] {
    height: 6rem;
    width: inherit;
}

.right--items[b-l8eoi7pa37] {
    height: 6rem;
    width: inherit;
}

.patient--image[b-l8eoi7pa37] {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
}

    .patient--image[b-l8eoi7pa37]::after, .right--items[b-l8eoi7pa37]::after, .left--items[b-l8eoi7pa37]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(217 217 217) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer-b-l8eoi7pa37 2s infinite;
        content: '';
    }

@keyframes shimmer-b-l8eoi7pa37 {
    100% {
        transform: translateX(100%);
    }
}
/* /Pages/ProviderNotesInfo/UIComponent/Sidebar.razor.rz.scp.css */
.sidebar--container[b-c0u6i203kp] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.3rem;
    gap: .25rem;
}
.nav--title[b-c0u6i203kp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

    .nav--title .nav--title__name[b-c0u6i203kp] {
        font-weight: 800;
    }

    .nav--title button[b-c0u6i203kp] {
        padding: 4px;
        color: var(--primaryColor);
        font-size: 0.8rem;
        border-radius: 8px;
        font-weight: 600 !important;
        border: 1px solid white;
    }

        .nav--title button:hover[b-c0u6i203kp] {
            background-color: #f4f9f9;
            border: 1px solid #a9c9c9;
        }

        .nav--title button svg[b-c0u6i203kp] {
            background-color: var(--primaryColor);
            margin: 4px !important;
            padding: 2px;
            border-radius: 4px;
            stroke: white;
            height: 1.2rem !important;
            width: 1.2rem;
        }
/* /Pages/ProviderNotesInfo/UIComponent/SidebarItems.razor.rz.scp.css */
*[b-dhc4ztv5hf] {
    user-select: none;
}

.sidebar-item-wrapper span:has(svg)[b-dhc4ztv5hf] {
    color: #9b999f;
}

.sidebar-item-wrapper .sidebar-item_parent[b-dhc4ztv5hf], .sidebar-item-wrapper span:nth-child(2)[b-dhc4ztv5hf] {
    font-weight: 700;
    color: rgba(var(--neutral-600), 1);
}
svg[b-dhc4ztv5hf] {
    height: 1.2rem;
    margin: 0 7px;
    stroke: #9b999f;
    fill: #9b999f;
}
.sidebar-item-wrapper[b-dhc4ztv5hf] {
    display: flex;
    gap: 7px;
    align-items: center;
}

.sidebar-sublist[b-dhc4ztv5hf] {
    border-left: 1px solid rgba(var(--neutral-200), 1);
    padding-left: 0.6rem;
}

.sidebar-item-header[b-dhc4ztv5hf] {
    height: 2rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 10px;
    align-items: center;
    border-radius: 6px;
}

    .sidebar-item-header:not(.selected-category):hover[b-dhc4ztv5hf] {
        background-color: #f4f9f9;
    }

/*.intake--questionnaire--list .intake--left--nav:not(.selected-category, .disabled-hover):hover {
    border-color: #a9c9c9;
    background-color: #f4f9f9;
    color: var(--primaryColor);
}
*/
.sidebar-sublist[b-dhc4ztv5hf] {
    margin-left: 1rem;
    max-height: 30rem;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
}
    .sidebar-sublist.collapsed[b-dhc4ztv5hf] {
        max-height: 0;
        animation: max-height .2s ease-in-out;
    }

.icon--rotate--down[b-dhc4ztv5hf] {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.icon--rotate--default[b-dhc4ztv5hf] {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.selected-category[b-dhc4ztv5hf] {
    border-radius: 8px;
    background-color: var(--primaryColor);
    color: white;
    position: relative;
}
    .selected-category .sidebar-item_parent[b-dhc4ztv5hf], .selected-category .sidebar-item-wrapper span:nth-child(2)[b-dhc4ztv5hf], .selected-category .sidebar-item-wrapper span:nth-child(1)[b-dhc4ztv5hf] {
        color: white !important;
        stroke: white;
    }
/* /Pages/ProviderNotesInfo/UIComponent/Toolbar.razor.rz.scp.css */
body[b-z3mo82jafk] {
}
/* /Pages/ProviderRegistrationInfo/CredentialsContactInformation/ProviderContactInformation.razor.rz.scp.css */
*[b-8rapms5tm0] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}


.provider--modal--container[b-8rapms5tm0] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-8rapms5tm0] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-8rapms5tm0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-8rapms5tm0] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-8rapms5tm0] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-8rapms5tm0] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-8rapms5tm0] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 8px;
        }

        .header--wrapper > button:first-of-type[b-8rapms5tm0] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:hover[b-8rapms5tm0] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-8rapms5tm0] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-8rapms5tm0] {
                color: #5f0716;
            }

.body--wrapper[b-8rapms5tm0] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-8rapms5tm0] {
        display: flex;
        flex-direction: column;
        /*gap: 0.25rem;*/
    }

        .body--wrapper > div > span[b-8rapms5tm0] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-8rapms5tm0] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-8rapms5tm0] {
                color: rgba(var(--neutral-700),1);
            }
/* /Pages/ProviderRegistrationInfo/CredentialsContactInformation/ProviderContactInformationAddress.razor.rz.scp.css */
.address--details--modal[b-xcoztz873x] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 2rem;
}

.address--subdetails--modal[b-xcoztz873x] {
    display: grid;
    gap: 1rem;
}

    .address--subdetails--modal div[b-xcoztz873x] {
        display: grid;
        gap: 1rem;
    }

        .address--subdetails--modal div:first-child[b-xcoztz873x] {
            grid-template-columns: repeat(5, 1fr);
        }

        .address--subdetails--modal div:last-child[b-xcoztz873x] {
            grid-template-columns: repeat(4, 1fr);
        }
/* /Pages/ProviderRegistrationInfo/CredentialsContactInformation/ProviderContactInformationBasicDetails.razor.rz.scp.css */
.basic--details--modal[b-2ayx64bh1i] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}
/* /Pages/ProviderRegistrationInfo/CredentialsContactInformation/ProviderContactInformationDetails.razor.rz.scp.css */
.contact--modal--container[b-ghv9b9iqx7] {
    width: 60rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/AutoCompleteHospital.razor.rz.scp.css */
*[b-scsajkkcjn] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[b-scsajkkcjn] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
}

svg[b-scsajkkcjn] {
    width: 1rem;
    height: 1rem;
}

li[data-readonly="true"][b-scsajkkcjn] {
    color: #a3a3a3;
    cursor: default;
    font-size: 1rem;
    line-height: 1.5rem;
}

    li[data-readonly="true"] span[b-scsajkkcjn] {
        font-style: italic;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        li[data-readonly="true"] span:has(button)[b-scsajkkcjn] {
            /*color: #94a3b8;*/
        }

            li[data-readonly="true"] span:has(button) button[b-scsajkkcjn] {
                font-style: italic;
                color: var(--primaryColor);
                font-weight: 800;
                font-size: 1rem;
                line-height: 1.5rem;
            }

li[data-readonly="false"][b-scsajkkcjn] {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    position: relative;
}

    li[data-readonly="false"]:hover[b-scsajkkcjn] {
        color: var(--primaryColor);
        border-color: #B1DCE0;
        background-color: #D4ECEF;
        cursor: pointer;
        font-weight: 800;
        border-radius: 3px;
    }


        li[data-readonly="false"]:hover[b-scsajkkcjn]:before {
            content: "";
            border-radius: 0.125rem;
            width: 0.25rem;
            height: calc(100% - 0.25rem);
            top: 0.2rem;
            left: -0.35rem;
            background-color: var(--primaryColor);
            position: absolute;
        }

    li[data-readonly="false"]:last-child[b-scsajkkcjn] {
        border-bottom: 0px;
    }

[data-expanded="false"][b-scsajkkcjn] {
    display: none;
}

[data-expanded="true"][b-scsajkkcjn] {
    margin-top: 0.5rem;
}

.hospital--wrapper[b-scsajkkcjn] {
    position: relative;
}

.hospital--input[b-scsajkkcjn] {
    position: relative;
}

    .hospital--input input[b-scsajkkcjn] {
        padding-left: 2rem;
    }

    .hospital--input svg[b-scsajkkcjn] {
        color: rgba(var(--neutral-500), 1);
        cursor: pointer;
    }

    .hospital--input:has(button) span[b-scsajkkcjn] {
        right: calc((5.5rem / 2) - (0.875rem / 2));
    }

    .hospital--input:has(button) input[b-scsajkkcjn] {
        width: 97%;
    }

    .hospital--input button[b-scsajkkcjn] {
        background-color: var(--primaryColor);
        color: white;
        border-radius: 3px;
        padding: 1px;
    }


    .hospital--input span[b-scsajkkcjn] {
        display: inline-flex;
        position: absolute;
        top: calc((2.5rem / 2) - (0.875rem / 2));
    }

        .hospital--input span:first-child[b-scsajkkcjn] {
            left: calc((2.5rem / 2) - (0.875rem / 2));
        }

        .hospital--input span:last-child[b-scsajkkcjn] {
            right: calc((2.5rem / 2) - (0.875rem / 2));
        }

.hospital--list[b-scsajkkcjn] {
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
    box-shadow: 1px 1px 4px 2px rgba(229, 229, 229, 1);
    padding: 0.625rem;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 1;
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingArrangements.razor.rz.scp.css */
*[b-d6mvnjv6e4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--modal--container[b-d6mvnjv6e4] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-d6mvnjv6e4] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-d6mvnjv6e4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-d6mvnjv6e4] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-d6mvnjv6e4] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-d6mvnjv6e4] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-d6mvnjv6e4] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-d6mvnjv6e4] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-d6mvnjv6e4] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-d6mvnjv6e4] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-d6mvnjv6e4] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-d6mvnjv6e4] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-d6mvnjv6e4] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-d6mvnjv6e4] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-d6mvnjv6e4] {
                color: #5f0716;
            }

.body--wrapper[b-d6mvnjv6e4] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-d6mvnjv6e4] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-d6mvnjv6e4] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-d6mvnjv6e4] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-d6mvnjv6e4] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }

        .body--wrapper > div:last-child > span:last-child[b-d6mvnjv6e4] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingArrangementsDetails.razor.rz.scp.css */
.ar--modal--container[b-enqihxrjyn] {
    display: grid;
    gap: 1rem;
    width: 60rem;
    height: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

[b-enqihxrjyn] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-enqihxrjyn] .mud-primary {
    background: #9b9aba !important;
}

[b-enqihxrjyn] .mud-icon-button {
    color: var(--primaryColor) !important;
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingPrivileges.razor.rz.scp.css */
*[b-yloy6xsp2y] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.admitting--privileges--container[b-yloy6xsp2y] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    height: 100%;
}

.admitting--privileges--header[b-yloy6xsp2y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card--wrapper[b-yloy6xsp2y] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-yloy6xsp2y] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-yloy6xsp2y] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-yloy6xsp2y] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-yloy6xsp2y] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-yloy6xsp2y] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-yloy6xsp2y] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-yloy6xsp2y] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-yloy6xsp2y] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-yloy6xsp2y] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-yloy6xsp2y] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-yloy6xsp2y] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-yloy6xsp2y] {
                color: #5f0716;
            }

.body--wrapper[b-yloy6xsp2y] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-yloy6xsp2y] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-yloy6xsp2y] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-yloy6xsp2y] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-yloy6xsp2y] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }

        .body--wrapper > div:last-child > span:last-child[b-yloy6xsp2y] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingPrivilegesAdmittingDetails.razor.rz.scp.css */
.admitting--details--modal[b-rx2f9co67l]{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingPrivilegesAndContactDetails.razor.rz.scp.css */
*[b-wa372ws1cc] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.admitting--privilege[b-wa372ws1cc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.contact--info[b-wa372ws1cc] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingPrivilegesContactDetails.razor.rz.scp.css */
.contact--3[b-5dppibc7us] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3,1fr);
}

.contact--2[b-5dppibc7us] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2,1fr);
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingPrivilegesDetails.razor.rz.scp.css */
*[b-lkxkk0kx2q] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.body--wrapper[b-lkxkk0kx2q] {
    padding: 1.5rem;
    padding-top: 0;
    padding-right: 1rem;
    width: 48rem;
    height: 37.5rem;
    overflow-y: scroll;
}

.footer--wrapper[b-lkxkk0kx2q] {
    display: flex;
    gap: 1rem;
}
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderAdmittingPrivilegesHospitalDetails.razor.rz.scp.css */
*[b-l9heisiifg] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *, *:before, *:after {
        outline: 2px solid green;
    }*/

.hospital--address-info[b-l9heisiifg],
.hospital--contact-info[b-l9heisiifg],
.additional-info[b-l9heisiifg] {
    margin-top: 1rem;
}

    .hospital--address-info > div[b-l9heisiifg],
    .hospital--contact-info > div[b-l9heisiifg],
    .additional-info > div[b-l9heisiifg] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1rem;
    }

        .hospital--address-info > div:nth-of-type(2)[b-l9heisiifg] {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

            .hospital--address-info > div:nth-of-type(2) > div:last-of-type[b-l9heisiifg] {
                grid-column: span 2 / span 2;
            }

        .additional-info > div > div:first-of-type[b-l9heisiifg] {
            place-items: center;            
        }

    .hospital--address-info h3[b-l9heisiifg],
    .hospital--contact-info h3[b-l9heisiifg],
    .additional-info h3[b-l9heisiifg] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderNonAdmittingAffiliations.razor.rz.scp.css */
*[b-9ybk765kf8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--modal--container[b-9ybk765kf8] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-9ybk765kf8] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-9ybk765kf8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-9ybk765kf8] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-9ybk765kf8] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-9ybk765kf8] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-9ybk765kf8] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-9ybk765kf8] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-9ybk765kf8] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-9ybk765kf8] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-9ybk765kf8] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-9ybk765kf8] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-9ybk765kf8] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-9ybk765kf8] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-9ybk765kf8] {
                color: #5f0716;
            }

.body--wrapper[b-9ybk765kf8] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-9ybk765kf8] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-9ybk765kf8] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-9ybk765kf8] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-9ybk765kf8] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }

        .body--wrapper > div:last-child > span:last-child[b-9ybk765kf8] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/HospitalAffiliations/ProviderNonAdmittingAffiliationsDetails.razor.rz.scp.css */
.nonaf--modal--container[b-6ahxbqar5n] {
    display: grid;    
    gap: 1rem;
    width: 60rem;
    height: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

[b-6ahxbqar5n] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-6ahxbqar5n] .mud-primary {
    background: #9b9aba !important;
}

[b-6ahxbqar5n] .mud-icon-button {
    color: var(--primaryColor) !important;
}
/* /Pages/ProviderRegistrationInfo/LiabilityProtection/AutoCompleteProviderInsurance.razor.rz.scp.css */
*[b-sgz5l9p49r] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[b-sgz5l9p49r] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
}

svg[b-sgz5l9p49r] {
    width: 0.875rem;
    height: 0.875rem;
}

li[data-readonly="true"][b-sgz5l9p49r] {
    color: #a3a3a3;
    cursor: default;
}

    li[data-readonly="true"] span[b-sgz5l9p49r] {
        font-style: italic;
    }

        li[data-readonly="true"] span:has(button)[b-sgz5l9p49r] {
            /*color: #94a3b8;*/
        }

            li[data-readonly="true"] span:has(button) button[b-sgz5l9p49r] {
                font-style: italic;
                color: var(--primaryColor);
                font-weight: 800;
            }

[data-expanded="false"][b-sgz5l9p49r] {
    display: none;
}

[data-expanded="true"][b-sgz5l9p49r] {
    margin-top: 0.5rem;
}

li[data-readonly="false"][b-sgz5l9p49r] {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    position: relative;
}

    li[data-readonly="false"]:hover[b-sgz5l9p49r] {
        color: var(--primaryColor);
        border-color: #B1DCE0;
        background-color: #D4ECEF;
        cursor: pointer;
        font-weight: 800;
        border-radius: 3px;
    }

        li[data-readonly="false"]:hover[b-sgz5l9p49r]:before {
            content: "";
            border-radius: 0.125rem;
            width: 0.25rem;
            height: calc(100% - 0.25rem);
            top: 0.2rem;
            left: -0.35rem;
            background-color: var(--primaryColor);
            position: absolute;
        }

    li[data-readonly="false"]:last-child[b-sgz5l9p49r] {
        border-bottom: 0px;
    }

.provider--insurance--wrapper[b-sgz5l9p49r] {
    position: relative;
}

.provider--insurance--input[b-sgz5l9p49r] {
    position: relative;
}

    .provider--insurance--input input[b-sgz5l9p49r] {
        padding-left: 2rem;
    }

    .provider--insurance--input svg[b-sgz5l9p49r] {
        color: rgba(var(--neutral-500), 1);
        cursor: pointer;
    }

    .provider--insurance--input:has(button) span[b-sgz5l9p49r] {
        right: calc((5.5rem / 2) - (0.875rem / 2));
    }

    .provider--insurance--input:has(button) input[b-sgz5l9p49r] {
        width: 97%;
    }

    .provider--insurance--input button[b-sgz5l9p49r] {
        background-color: var(--primaryColor);
        color: white;
        border-radius: 3px;
        padding: 1px;
    }


    .provider--insurance--input span[b-sgz5l9p49r] {
        display: inline-flex;
        position: absolute;
        top: calc((2.5rem / 2) - (0.875rem / 2));
    }

        .provider--insurance--input span:first-child[b-sgz5l9p49r] {
            left: calc((2.5rem / 2) - (0.875rem / 2));
        }

        .provider--insurance--input span:last-child[b-sgz5l9p49r] {
            right: calc((2.5rem / 2) - (0.875rem / 2));
        }

.provider--insurance--list[b-sgz5l9p49r] {
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
    box-shadow: 1px 1px 4px 2px rgba(229, 229, 229, 1);
    padding: 0.625rem;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 1;
}
/* /Pages/ProviderRegistrationInfo/LiabilityProtection/ProviderCoverageDetails.razor.rz.scp.css */
*[b-ug642pkgc9] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *, *::before, *::after {
        outline: 2px solid green;
    }*/

.coverage--type[b-ug642pkgc9] {
    margin-top: 1rem;
}

    .coverage--type h3[b-ug642pkgc9] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }

    .coverage--type > div[b-ug642pkgc9] {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 1rem;
        margin-top: 1rem;
    }

        .coverage--type > div > div:nth-child(1)[b-ug642pkgc9],
        .coverage--type > div > div:nth-child(2)[b-ug642pkgc9] {
            min-width: 0;
        }

        .coverage--type > div > div:nth-child(3)[b-ug642pkgc9] {
            white-space: nowrap;
        }

        .coverage--type > div:last-of-type > div:last-of-type[b-ug642pkgc9] {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-top: 1rem;
        }

            .coverage--type > div:last-of-type > div:last-of-type > span[b-ug642pkgc9] {
                color: #1D1D1D;
                font-weight: 700;
            }
/* /Pages/ProviderRegistrationInfo/LiabilityProtection/ProviderInsuranceAddressDetails.razor.rz.scp.css */
*[b-oerjdyydmo] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *, *::before, *::after {
        outline: 2px solid green;
    }*/

.provider--insurance[b-oerjdyydmo],
.provider--insurance--address--info[b-oerjdyydmo],
.provider--insurance--contact--info[b-oerjdyydmo] {
    margin-top: 1rem;
}

    .provider--insurance h3[b-oerjdyydmo],
    .provider--insurance--address--info h3[b-oerjdyydmo],
    .provider--insurance--contact--info h3[b-oerjdyydmo] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }


    .provider--insurance > div[b-oerjdyydmo],
    .provider--insurance--address--info > div[b-oerjdyydmo],
    .provider--insurance--contact--info > div[b-oerjdyydmo] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1rem;
    }

        .provider--insurance--address--info > div:nth-of-type(2)[b-oerjdyydmo] {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

            .provider--insurance--address--info > div:nth-of-type(2) > div:last-of-type[b-oerjdyydmo] {
                grid-column: span 2 / span 2;
            }
/* /Pages/ProviderRegistrationInfo/LiabilityProtection/ProviderInsuranceCoverage.razor.rz.scp.css */
*[b-ucipc0ejl5] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--modal--container[b-ucipc0ejl5] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-ucipc0ejl5] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-ucipc0ejl5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-ucipc0ejl5] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-ucipc0ejl5] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-ucipc0ejl5] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-ucipc0ejl5] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-ucipc0ejl5] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-ucipc0ejl5] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-ucipc0ejl5] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-ucipc0ejl5] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-ucipc0ejl5] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-ucipc0ejl5] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-ucipc0ejl5] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-ucipc0ejl5] {
                color: #5f0716;
            }

.body--wrapper[b-ucipc0ejl5] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-ucipc0ejl5] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-ucipc0ejl5] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-ucipc0ejl5] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-ucipc0ejl5] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }

        .body--wrapper > div:last-child > span:last-child[b-ucipc0ejl5] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }


[b-ucipc0ejl5] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-ucipc0ejl5] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/ProviderRegistrationInfo/LiabilityProtection/ProviderInsuranceDetails.razor.rz.scp.css */
*[b-8errvl84o0] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *, *:before, *:after {
        outline: 2px solid green;
    }*/

.body--wrapper[b-8errvl84o0] {
    padding: 1.5rem;
    padding-top: 0;
    padding-right: 1rem;
    width: 55rem;
    height: 37.5rem;
    overflow-y: scroll;
}

    .body--wrapper .insurance--details[b-8errvl84o0] {
        margin-top: 1rem;
    }

        .body--wrapper .insurance--details > div[b-8errvl84o0] {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }

.insurance--details h3[b-8errvl84o0] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--primaryColor);
    font-weight: 800;
}

.insurance--details > div:last-of-type[b-8errvl84o0] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #FB923C;
}

    .insurance--details > div:last-of-type span[b-8errvl84o0] {
        font-size: 0.75rem;
        font-weight: 600;
        color: #FB923C;
    }

.insurance--details > div[data-show-error="false"][b-8errvl84o0] {
    opacity: 0;
    animation-name: fadeSlideUp-b-8errvl84o0;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.insurance--details > div[data-show-error="true"][b-8errvl84o0] {
    animation-name: slideDown;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fadeSlideUp-b-8errvl84o0 {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.footer--wrapper[b-8errvl84o0] {
    display: flex;
    gap: 1rem;
}
/* /Pages/ProviderRegistrationInfo/MainProviderRegistration.razor.rz.scp.css */
/*.provider--container {
    display: grid;
    grid-template-columns: minmax(200px, 0) 1fr;
    height: 100%;
    background-color: red;
}
.right--nav {
    display: grid;
    grid-template-rows: minmax(50px, 0 ) 1fr;
    background-color: blue;
}
.upper--nav {
    background-color:green;
}*/

.provider--container[b-3qr6clw62j] {
    height: 100%;
    display: flex;
    gap: 1rem;
}

.new--provider[b-3qr6clw62j] {
    background-color: #bb2324;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    position: absolute;
    top: -2.3rem;
    left: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    max-width: 15rem;
}

.new-provider--title[b-3qr6clw62j] {
    color: white;
    font-weight: 800;
}

.container--left[b-3qr6clw62j] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    padding: 0.9rem;
    position: relative;
    margin-top: 2rem;
    width: 21rem;
}

.container--right[b-3qr6clw62j] {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.right__top[b-3qr6clw62j] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
}

.right__bottom[b-3qr6clw62j] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    flex: 1 1 0%;
    background-color: white;
}

.new--prov--container[b-3qr6clw62j] {
    height: 100%;
    /*background-color: white;*/
    display: flex;
}

.new--provider--ui--container[b-3qr6clw62j] {
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    padding: 1rem;
    height: 40rem;
    width: 50%;
    overflow-y: auto;
    margin: auto;
}

.new--specialty--ui--container[b-3qr6clw62j] {
    /*    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 1rem;*/
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    padding: 0.9rem;
    width: 21rem;
}

div[data-component="dropdown"][b-3qr6clw62j] {
    width: 10rem;
    position: relative;
}

button[data-component="trigger"][b-3qr6clw62j] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.25rem;
    background-color: rgba(var(--neutral-50), 1);
    color: rgba(var(--neutral-600), 1);
    width: 100%;
    height: 2.25rem;
    padding-inline: 0.438rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    button[data-component="trigger"]:hover[b-3qr6clw62j] {
        border-color: #bb2324;
        background-color: rgba(var(--neutral-200), 1);
        color: #bb2324;
        transition: var(--transition-all);
    }

ul[data-component="menu"][data-expanded="false"][b-3qr6clw62j] {
    height: 0;
    visibility: hidden;
    display: none;
}

ul[data-component="menu"][data-expanded="true"][b-3qr6clw62j] {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.25rem;
    background-color: rgba(var(--neutral-50), 1);
    color: rgba(var(--neutral-600), 1);
    width: 100%;
    padding: 0.25rem;
    display: grid;
    gap: 0.0634rem;
    visibility: visible;
    top: 2.5rem;
    position: absolute;
    z-index: 2;
}

    ul[data-component="menu"][data-expanded="true"] li[b-3qr6clw62j] {
        border: 1px solid transparent;
        padding: 0.25rem;
        display: flex;
        align-items: center;
    }
/* /Pages/ProviderRegistrationInfo/MiniPersonalInformation.razor.rz.scp.css */
*[b-654hx9jwen] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

.new--provider--ui--container[b-654hx9jwen] {
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    padding: 1rem;
    height: 40rem;
    width: 50%;
    overflow-y: auto;
    margin: auto;
}

span[b-654hx9jwen] {
    cursor: pointer;
    font-weight: 800;
}

span:hover[b-654hx9jwen]{
    text-decoration: underline;
    color: var(--primaryColor);
    font-weight: 800;
}

h1[b-654hx9jwen] {
    color: var(--primaryColor);
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
}   
/* /Pages/ProviderRegistrationInfo/MiniProviderSpecialty.razor.rz.scp.css */
*[b-fenl2l8q01] {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
}

.new--specialty--ui--container[b-fenl2l8q01] {
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    background-color: white;
    padding: 1rem;
    height: 40rem;
    width: 50%;
    overflow-y: auto;
    margin: auto;
}

div[data-component="dropdown"][b-fenl2l8q01] {
    width: 10rem;
    position: relative;
}

button[data-component="trigger"][b-fenl2l8q01] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.25rem;
    background-color: rgba(var(--neutral-50), 1);
    color: rgba(var(--neutral-600), 1);
    width: 100%;
    height: 2.25rem;
    padding-inline: 0.438rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    button[data-component="trigger"]:hover[b-fenl2l8q01] {
        border-color: #bb2324;
        background-color: rgba(var(--neutral-200), 1);
        color: #bb2324;
        transition: var(--transition-all);
    }

ul[data-component="menu"][data-expanded="false"][b-fenl2l8q01] {
    height: 0;
    visibility: hidden;
    display: none;
}

ul[data-component="menu"][data-expanded="true"][b-fenl2l8q01] {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.25rem;
    background-color: rgba(var(--neutral-50), 1);
    color: rgba(var(--neutral-600), 1);
    width: 100%;
    padding: 0.25rem;
    display: grid;
    gap: 0.0634rem;
    visibility: visible;
    top: 2.5rem;
    position: absolute;
    z-index: 2;
}

    ul[data-component="menu"][data-expanded="true"] li[b-fenl2l8q01] {
        border: 1px solid transparent;
        padding: 0.25rem;
        display: flex;
        align-items: center;
    }
/* /Pages/ProviderRegistrationInfo/Partials/DatePicker.razor.rz.scp.css */
div[b-h4ig0hs6jb] {
    display: flex;
    gap: 1.5rem;
    position: relative;
}

input[b-h4ig0hs6jb] {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0.25rem;
}
/* /Pages/ProviderRegistrationInfo/Partials/ErrorMessageDialog.razor.rz.scp.css */
*[b-3elexaryr4] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.error--button[b-3elexaryr4] {
    background-color: #9E0000;
    color: #F7DEDE;
}

div[b-3elexaryr4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    width: 23rem;
}

    div > ul[b-3elexaryr4]{
        list-style: disc;
    }
    
    div > ul > li[b-3elexaryr4] {
        font-weight: 800;        
    }
/* /Pages/ProviderRegistrationInfo/Partials/RadioGroup.razor.rz.scp.css */
*[b-b2a5p8x6et] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.radio-group[b-b2a5p8x6et] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    width: max-content;
    position: relative;
}

    .radio-group[data-display-direction="row"][b-b2a5p8x6et] {
        flex-direction: row;
    }

    .radio-group[data-display-direction="column"][b-b2a5p8x6et] {
        flex-direction: column;
    }

    .radio-group > div[b-b2a5p8x6et] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
        width: 100%;
        border: 0.0623rem solid transparent;
        border-color: rgba(var(--neutral-200), 1);
        background-color: rgba(var(--neutral-100), 1);
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

        .radio-group > div[data-selected="true"][b-b2a5p8x6et] {
            border-color: rgba(var(--neutral-200), 1);
            background-color: rgba(var(--neutral-300), 0.5);            
        }

        .radio-group > div:hover:not(.disabled)[b-b2a5p8x6et] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-400), 0.5);
            color: rgba(var(--neutral-800), 0.5);
        }

        .radio-group > div > button[b-b2a5p8x6et] {
            height: 1rem;
            width: 1rem;
            aspect-ratio: 1/1;
            border-radius: 9999px;
            border: 1px solid rgba(var(--neutral-500), 1);
        }

            .radio-group > div > button:focus[b-b2a5p8x6et] {
                outline: 2px solid transparent;
                outline-offset: 2px;
            }

            .radio-group > div > button:disabled[b-b2a5p8x6et] {
                cursor: not-allowed;
                opacity: 0.5;
            }

            .radio-group > div > button > span[b-b2a5p8x6et] {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .radio-group > div > button > span > svg[b-b2a5p8x6et] {
                    height: 0.625rem;
                    width: 0.625rem;
                    fill: transparent;
                    color: transparent;
                }

                .radio-group > div > button > span[data-selected="true"] > svg[b-b2a5p8x6et] {
                    fill: #262626;
                    color: #262626;
                }

        .radio-group > div > label[b-b2a5p8x6et] {
            font-weight: 700;
            cursor: pointer;
        }




.disabled[b-b2a5p8x6et] {
    cursor: not-allowed !important;
    opacity: 0.5;
}

    .disabled > label[b-b2a5p8x6et] {
        pointer-events: none;
        user-select: none;
    }
/* /Pages/ProviderRegistrationInfo/Partials/TheCheckbox.razor.rz.scp.css */
*[b-204vtrvgj4] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

button[b-204vtrvgj4] {
    border: 0.063rem solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(var(--neutral-400), 1);
    height: 1rem;
    width: 1rem;
}

    button[data-checked="true"][b-204vtrvgj4] {
        background-color: rgba(var(--neutral-200),1);
    }

    button:focus-visible[b-204vtrvgj4] {
        box-shadow: none !important;
        border-color: rgba(var(--neutral-400), 1) !important;
    }

    button:disabled[b-204vtrvgj4] {
        cursor: not-allowed;
        opacity: 0.5;
    }
/* /Pages/ProviderRegistrationInfo/Partials/TheSidebar.razor.rz.scp.css */
*[b-p6ekz447r2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
    user-select: none;
}

.ts--content__links[b-p6ekz447r2] {
    display: grid;
    gap: 0.063rem;
}

    .ts--content__links li[b-p6ekz447r2] {
        cursor: pointer;
    }

        .ts--content__links li > div[b-p6ekz447r2] {
            border: 0.063rem solid transparent;
            border-radius: 0.25rem;
            height: 2.25rem;
            padding-inline: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.25rem;
            position: relative;
            transition: var(--transition-all);
        }

            .ts--content__links li > div[data-active="true"][b-p6ekz447r2] {
                border-color: #B1DCE0;
                background-color: #D4ECEF;
                color: #1598A4;
                font-weight: bold;
                position: relative;
            }

                .ts--content__links li > div[data-active="true"][b-p6ekz447r2]::after {
                    content: "";
                    border-radius: 0.125rem;
                    background-color: #1598A4;
                    width: 0.25rem;
                    height: calc(100% - 0.25rem);
                    position: absolute;
                    left: -0.45rem;
                }

            .ts--content__links li > div:not([data-active="true"]):hover[b-p6ekz447r2] {
                border-color: rgba(var(--neutral-300), 1);
                background-color: rgba(var(--neutral-200), 0.5);
            }

            .ts--content__links li > div > span[b-p6ekz447r2] {
                flex: 1 1 0%;
            }

        .ts--content__links li > ul[data-collapsed="false"][b-p6ekz447r2] {
            display: none;
        }

        .ts--content__links li > ul[data-collapsed="true"][b-p6ekz447r2] {
            padding-top: 0.063rem;
            padding-left: 1rem;
            display: grid;
            gap: 0.063rem;
        }

            .ts--content__links li > ul[data-collapsed="true"] li[b-p6ekz447r2] {
                border: 0.063rem solid transparent;
                border-radius: 0.25rem;
                height: 2.25rem;
                padding-inline: 0.75rem;
                display: flex;
                align-items: center;
                gap: 0.25rem;
                transition: var(--transition-all);
            }

                .ts--content__links li > ul[data-collapsed="true"] li[data-active="true"][b-p6ekz447r2] {
                    border-color: #B1DCE0;
                    background-color: #D4ECEF;
                    color: #1598A4;
                    font-weight: bold;
                    position: relative;
                }

                    .ts--content__links li > ul[data-collapsed="true"] li[data-active="true"][b-p6ekz447r2]::after {
                        content: "";
                        border-radius: 0.125rem;
                        background-color: #1598A4;
                        width: 0.25rem;
                        height: calc(100% - 0.25rem);
                        position: absolute;
                        left: -0.45rem;
                    }

                .ts--content__links li > ul[data-collapsed="true"] li:not([data-active="true"]):hover[b-p6ekz447r2] {
                    border-color: rgba(var(--neutral-300), 1);
                    background-color: rgba(var(--neutral-200), 0.5);
                }

                .ts--content__links li > ul[data-collapsed="true"] li > span[b-p6ekz447r2] {
                    flex: 1 1 0%;
                }
/* /Pages/ProviderRegistrationInfo/Partials/TheStepper.razor.rz.scp.css */
*[b-9620eh6cqr] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
    user-select: none;
}

.the-stepper[b-9620eh6cqr] {
    height: 100%;
}

ul[b-9620eh6cqr] {
    height: inherit;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

li[b-9620eh6cqr] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    position: relative;
    text-align: center;
}

span:first-of-type[b-9620eh6cqr] {
    border-radius: 0.875rem;
    background-color: rgba(var(--neutral-200), 1);
    width: 1.75rem;
    height: 1.75rem;
    position: relative;
}

span[data-active="true"]:last-of-type[b-9620eh6cqr] {
    color: #1598A4;
    font-weight: bold;
}

li:not(:last-of-type) span:first-of-type[b-9620eh6cqr]::after {
    content: "";
    background-color: rgba(var(--neutral-200), 1);
    width: calc((100vw - 40.625rem) / 7);
    height: 0.25rem;
    position: absolute;
    top: calc(50% - 0.125rem);
    left: 1.75rem;
    transition: var(--transition-all);
}

li:has(span[data-active="true"]) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

ul:has(li:nth-of-type(2) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(2) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(3) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(3) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(3) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(3) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(4) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(4) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(4) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(4) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(4) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(4) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(5) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(5) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(5) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(5) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(5) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(5) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(5) span[data-active="true"]) li:nth-of-type(4) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(5) span[data-active="true"]) li:nth-of-type(4) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(6) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(6) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(4) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(4) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(5) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(6) span[data-active="true"]) li:nth-of-type(5) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(7) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(7) span[data-active="true"]) li:first-of-type span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(2) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(3) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(4) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(4) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(5) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(5) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }

ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(6) span:first-of-type[b-9620eh6cqr] {
    background-color: #1598A4;
}

    ul:has(li:nth-of-type(7) span[data-active="true"]) li:nth-of-type(6) span:first-of-type[b-9620eh6cqr]::after {
        background-color: #1598A4;
    }
/* /Pages/ProviderRegistrationInfo/PersonalInfo/AutoCompleteCity.razor.rz.scp.css */
*[b-edeh1yoaha] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[b-edeh1yoaha] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
}

svg[b-edeh1yoaha] {
    width: 0.875rem;
    height: 0.875rem;
}

li[data-readonly="true"][b-edeh1yoaha] {
    color: #a3a3a3;
    cursor: default;
}

    li[data-readonly="true"] span[b-edeh1yoaha] {
        font-style: italic;
    }

        li[data-readonly="true"] span:has(button)[b-edeh1yoaha] {
            /*color: #94a3b8;*/
        }

            li[data-readonly="true"] span:has(button) button[b-edeh1yoaha] {
                font-style: italic;
                color: var(--primaryColor);
                font-weight: 800;
            }

[data-expanded="false"][b-edeh1yoaha] {
    display: none;
}

[data-expanded="true"][b-edeh1yoaha] {
    margin-top: 0.5rem;
}

li[data-readonly="false"][b-edeh1yoaha] {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    position: relative;
    /*z-index: -5;*/
}

    li[data-readonly="false"]:hover[b-edeh1yoaha] {
        color: var(--primaryColor);
        border-color: #B1DCE0;
        background-color: #D4ECEF;
        cursor: pointer;
        font-weight: 800;
        border-radius: 3px;
    }

        li[data-readonly="false"]:hover[b-edeh1yoaha]:before {
            content: "";
            border-radius: 0.125rem;
            width: 0.25rem;
            height: calc(100% - 0.25rem);
            top: 0.2rem;
            left: -0.35rem;
            background-color: var(--primaryColor);
            position: absolute;
        }

    li[data-readonly="false"]:last-child[b-edeh1yoaha] {
        border-bottom: 0;
    }
    
.city--input[b-edeh1yoaha] {
    position: relative;
}

    .city--input input[b-edeh1yoaha] {
        padding-left: 2rem;
    }

    .city--input svg[b-edeh1yoaha] {
        color: rgba(var(--neutral-500), 1);
        cursor: pointer;
    }

    .city--input:has(button) span[b-edeh1yoaha] {
        right: calc((5.5rem / 2) - (0.875rem / 2));
    }

    .city--input:has(button) input[b-edeh1yoaha] {
        width: 97%;
    }

    .city--input button[b-edeh1yoaha] {
        background-color: var(--primaryColor);
        color: white;
        border-radius: 3px;
        padding: 1px;
    }


    .city--input span[b-edeh1yoaha] {
        display: inline-flex;
        position: absolute;
        top: calc((2.5rem / 2) - (0.875rem / 2));
    }

        .city--input span:first-child[b-edeh1yoaha] {
            left: calc((2.5rem / 2) - (0.875rem / 2));
        }

        .city--input span:last-child[b-edeh1yoaha] {
            right: calc((2.5rem / 2) - (0.875rem / 2));
        }

.city--list[b-edeh1yoaha] {
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
    box-shadow: 0 1px 1px 1px rgba(110, 110, 110, 0.072);
    padding: 0.625rem;
    /*position: absolute;*/
    bottom: -10%;
    background-color: rgba(var(--neutral-50), 1);
    z-index: 1;
}
/* /Pages/ProviderRegistrationInfo/PersonalInfo/MainPersonalInformation.razor.rz.scp.css */
section[b-ep8z7kqyb3] {
    height: 100%;
}

    section > div:first-of-type[b-ep8z7kqyb3] {
        height: calc(100vh - 16.35rem);
        padding: 1rem;
        overflow-y: auto;
    }

    section > div:last-of-type[b-ep8z7kqyb3] {
        border-top: 0.063rem solid rgba(var(--neutral-200), 1);
        padding-block: 1rem;
        display: grid;
        place-items: center;
    }
/* /Pages/ProviderRegistrationInfo/PersonalInfo/ProviderAddress.razor.rz.scp.css */
.provider--address--container[b-klfqqpxz9k] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
}

.provider--address--details[b-klfqqpxz9k] {
    display: grid;
    gap: 1rem;
}

.provider--address--title[b-klfqqpxz9k] {
    color: var(--primaryColor);
    font-size: 1rem;
    font-weight: 800;
}

.address--details--modal[b-klfqqpxz9k] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}

.address--subdetails--modal[b-klfqqpxz9k] {
    display: grid;
    gap: 1rem;
}

    .address--subdetails--modal div[b-klfqqpxz9k] {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(5, 1fr);
    }


[b-klfqqpxz9k] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-klfqqpxz9k] .mud-primary {
    background: #9b9aba !important;
}

.toggle--similar--address[b-klfqqpxz9k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .toggle--similar--address span[b-klfqqpxz9k] {
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: 800;
        color: #1D1D1D;
    }
/* /Pages/ProviderRegistrationInfo/PersonalInfo/ProviderContact.razor.rz.scp.css */
/* Address.razor.css */

/* General body styling */
body[b-c0c0ch1o0e] {
    font-family: Arial, sans-serif;
    margin: 30px;
    padding: 0;
}

/* Main container styles */
.container[b-c0c0ch1o0e] {
    display: flex;
}

/* Sidebar styling */
/*.sidebar {
    width: 20%;
    background-color: #f4f4f4;
    padding: 20px;
}*/

/* Content styling */
.content[b-c0c0ch1o0e] {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Form section styling */
.form-section[b-c0c0ch1o0e] {
    width: 100%;
}

/* Section header styling */
.section-header[b-c0c0ch1o0e] {
    font-weight: bold;
    margin: 20px 0;
    color: #333;
    cursor: pointer;
}

    .section-header:hover[b-c0c0ch1o0e] {
        color: #1a6388;
    }

/* Dropdown content styling */
.dropdown-content[b-c0c0ch1o0e] {
    display: none;
    list-style: none;
    padding-left: 0;
}

    .dropdown-content li[b-c0c0ch1o0e] {
        margin: 10px 0;
    }

        .dropdown-content li a[b-c0c0ch1o0e] {
            text-decoration: none;
            color: #000;
            display: flex;
            align-items: center;
        }

            .dropdown-content li a:hover[b-c0c0ch1o0e] {
                text-decoration: underline;
            }

/* Form group styling */
.form-group[b-c0c0ch1o0e] {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 15px;
}

    /* Label styling */
    .form-group label[b-c0c0ch1o0e] {
        flex: 0 0 30%; /* Adjust to fit your needs */
        margin-right: 10px; /* Space between label and input */
        font-weight: bold;
    }

    /* Input and select styling */
    .form-group input[b-c0c0ch1o0e],
    .form-group select[b-c0c0ch1o0e] {
        padding: 10px; /* Increased padding for better readability */
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
    }

/* Phone group styling */
.phone-group[b-c0c0ch1o0e] {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between phone number input and extension */
    flex: 1;
}

    /* Larger size styling for phone number inputs */
    .phone-group input[type="tel"][b-c0c0ch1o0e] {
        width: 20%; /* Increased width for a more presentable size */
    }

/* Phone extension specific styling */
.phone-ext-group[b-c0c0ch1o0e] {
    display: flex;
    align-items: center;
    margin-left: 20px;
    width: 150px;
}

#home-phone[b-c0c0ch1o0e], #work[b-c0c0ch1o0e] {
    width: 30%; /* Adjusted width for Home and Work phone numbers */
}

.phone-ext-group label[b-c0c0ch1o0e] {
    margin-right: 10px; /* Space between label and input */
}

.phone-ext-group input[b-c0c0ch1o0e] {
    width: 150px; /* Slightly larger width for the extension input field */
    padding: 10px; /* Increased padding for better readability */
}

/* Layout for .two and .three */
.two[b-c0c0ch1o0e] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.three[b-c0c0ch1o0e] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Placeholder styling */
input[b-c0c0ch1o0e]::placeholder {
    color: #aaa;
}

.loc[b-c0c0ch1o0e] {
    width: 100%;
    max-width: 800px;
    padding: 8px;
    box-sizing: border-box;
}

.Contact[b-c0c0ch1o0e] {
    font-weight: bold;
    color: rgb(5, 154, 170);
    font-size: 17px;
    margin-left: 20px;
    margin-top: 20px;
}

.provider--contact--details[b-c0c0ch1o0e] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    margin: auto;
}
/* /Pages/ProviderRegistrationInfo/PersonalInfo/ProviderDemographics.razor.rz.scp.css */
/* /Pages/ProviderRegistrationInfo/PersonalInfo/ProviderNames.razor.rz.scp.css */
/* Address.razor.css */

body[b-h3op1iztay] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container[b-h3op1iztay] {
    display: flex;
}

.sidebar[b-h3op1iztay] {
    width: 20%;
    background-color: #f4f4f4;
    padding: 20px;
}

.content[b-h3op1iztay] {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-section[b-h3op1iztay] {
    width: 100%;
}

.section-header[b-h3op1iztay] {
    font-weight: bold;
    margin: 20px 0;
    color: #333;
    cursor: pointer;
}

    .section-header:hover[b-h3op1iztay] {
        color: #1a6388;
    }

.dropdown-content[b-h3op1iztay] {
    display: none;
    list-style: none;
    padding-left: 0;
}

    .dropdown-content li[b-h3op1iztay] {
        margin: 10px 0;
    }

        .dropdown-content li a[b-h3op1iztay] {
            text-decoration: none;
            color: #000;
            display: flex;
            align-items: center;
        }

            .dropdown-content li a:hover[b-h3op1iztay] {
                text-decoration: underline;
            }

.form-group[b-h3op1iztay] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .form-group label[b-h3op1iztay] {
        flex: 0 0 25%;
        margin-right: 10px;
        font-weight: bold;
    }

    .form-group input[b-h3op1iztay],
    .form-group select[b-h3op1iztay] {
        flex: 1;
        padding: 8px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
    }

        .form-group input:focus[b-h3op1iztay],
        .form-group select:focus[b-h3op1iztay] {
            border-color: #1a6388;
            background-color: #fff;
        }

.suffix-group[b-h3op1iztay] {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between dropdown and specify suffix input */
}

.two[b-h3op1iztay] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.three[b-h3op1iztay] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

input[b-h3op1iztay]::placeholder {
    color: #aaa;
}

button[b-h3op1iztay] {
    background-color: #0099ff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 20px;
}

    button:hover[b-h3op1iztay] {
        background-color: #0088cc;
    }

h2.Home[b-h3op1iztay],
h2.Mail[b-h3op1iztay] {
    color: rgb(5, 154, 170);
    text-align: left;
    width: 100%;
}

.loc[b-h3op1iztay] {
    width: 100%;
    max-width: 800px;
    padding: 8px;
    box-sizing: border-box;
}

.LFN[b-h3op1iztay] {
    color: rgb(5, 154, 170);
    font-weight: bold;
    font-size: 17px;
}

[b-h3op1iztay] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-h3op1iztay] .mud-primary {
    background: #9b9aba !important;
}

.provider--names--details[b-h3op1iztay] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    gap: 1rem;
}

.toggle--suffix[b-h3op1iztay] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .toggle--suffix span[b-h3op1iztay] {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 800;
        color: #1D1D1D;
    }
/* /Pages/ProviderRegistrationInfo/PersonalInfo/ProviderPersonalIDs.razor.rz.scp.css */
.SSNContainer[b-sowtv8lydk] {
    position: relative;
    width: 100%;
}

.SSNIcon[b-sowtv8lydk] {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .SSNIcon:hover[b-sowtv8lydk] {
        cursor: pointer;
    }

.SSNCaption[b-sowtv8lydk] {
    margin-top: 0px !important;
}

.provider--personalID--details[b-sowtv8lydk] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    margin: auto;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderCDS.razor.rz.scp.css */
*[b-mpciqfxwfm] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

button[title] svg[b-mpciqfxwfm] {
    color: rgba(var(--neutral-500), 1);
    width: 0.875rem;
    height: 0.875rem;
    cursor: pointer;
}

.provider--modal--container[b-mpciqfxwfm] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-mpciqfxwfm] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-mpciqfxwfm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-mpciqfxwfm] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-mpciqfxwfm] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-mpciqfxwfm] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-mpciqfxwfm] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-mpciqfxwfm] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-mpciqfxwfm] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-mpciqfxwfm] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-mpciqfxwfm] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-mpciqfxwfm] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-mpciqfxwfm] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-mpciqfxwfm] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-mpciqfxwfm] {
                color: #5f0716;
            }

.body--wrapper[b-mpciqfxwfm] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-mpciqfxwfm] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-mpciqfxwfm] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-mpciqfxwfm] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-mpciqfxwfm] {
                color: rgba(var(--neutral-700),1);
            }

        .body--wrapper > div:last-child > span:last-child[b-mpciqfxwfm] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderCDSDetails.razor.rz.scp.css */
.cds--modal--container[b-hy4szq4eb0] {
    display: grid;
    gap: 1rem;
    width: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}


.or__wrapper[b-hy4szq4eb0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrapper__or[b-hy4szq4eb0] {
    position: relative;
    text-align: center;
}

.action__or[b-hy4szq4eb0] {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: var(--primaryColor);
}

    .action__or[b-hy4szq4eb0]::after {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 15.5rem;
        height: 1px;
        position: absolute;
        top: 0.6rem;
        left: 1px;
    }

    .action__or[b-hy4szq4eb0]::before {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 15.5rem;
        height: 1px;
        position: absolute;
        top: 0.6rem;
        right: 1px;
    }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderDEA.razor.rz.scp.css */
*[b-m7bxe21ka3] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--modal--container[b-m7bxe21ka3] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-m7bxe21ka3] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-m7bxe21ka3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-m7bxe21ka3] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-m7bxe21ka3] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-m7bxe21ka3] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-m7bxe21ka3] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-m7bxe21ka3] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-m7bxe21ka3] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-m7bxe21ka3] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-m7bxe21ka3] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-m7bxe21ka3] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-m7bxe21ka3] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-m7bxe21ka3] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-m7bxe21ka3] {
                color: #5f0716;
            }

.body--wrapper[b-m7bxe21ka3] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-m7bxe21ka3] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-m7bxe21ka3] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-m7bxe21ka3] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-m7bxe21ka3] {
                color: rgba(var(--neutral-700),1);
            }

        .body--wrapper > div:last-child > span:last-child[b-m7bxe21ka3] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderDEADetails.razor.rz.scp.css */
.dea--modal--container[b-s8ehiasxih] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}


.or__wrapper[b-s8ehiasxih] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrapper__or[b-s8ehiasxih] {
    position: relative;
    text-align: center;
}

.action__or[b-s8ehiasxih] {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: var(--primaryColor);
}

    .action__or[b-s8ehiasxih]::after {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 15.5rem;
        height: 1px;
        position: absolute;
        top: 0.6rem;
        left: 1px;
    }

    .action__or[b-s8ehiasxih]::before {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 15.5rem;
        height: 1px;
        position: absolute;
        top: 0.6rem;
        right: 1px;
    }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderMedic.razor.rz.scp.css */
*[b-xlozs8bsf4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

button[title] svg[b-xlozs8bsf4] {
    color: rgba(var(--neutral-500), 1);
    width: 0.875rem;
    height: 0.875rem;
    cursor: pointer;
}

.provider--modal--container[b-xlozs8bsf4] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-xlozs8bsf4] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-xlozs8bsf4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-xlozs8bsf4] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-xlozs8bsf4] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-xlozs8bsf4] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-xlozs8bsf4] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-xlozs8bsf4] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-xlozs8bsf4] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-xlozs8bsf4] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-xlozs8bsf4] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-xlozs8bsf4] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-xlozs8bsf4] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-xlozs8bsf4] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-xlozs8bsf4] {
                color: #5f0716;
            }

.body--wrapper[b-xlozs8bsf4] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-xlozs8bsf4] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-xlozs8bsf4] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-xlozs8bsf4] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-xlozs8bsf4] {
                color: rgba(var(--neutral-700),1);
            }

        .body--wrapper > div:last-child > span:last-child[b-xlozs8bsf4] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderMedicDetails.razor.rz.scp.css */
.medic--modal--container[b-51wis5ojzj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderOtherProviderIDs.razor.rz.scp.css */
.tooltip--text[b-83pg3wmo90] {
    visibility: hidden;
    background-color: var(--primaryColor);
    color: #f1f1f1;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    bottom: 130%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    transition: ease-in-out .3s;
    white-space: nowrap;
}

    .tooltip--text[b-83pg3wmo90]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: var(--primaryColor) transparent transparent transparent;
    }

.tooltip--container[b-83pg3wmo90] {
    position: relative;
    display: inline-block;
    cursor: help;
}


    .tooltip--container:hover .tooltip--text[b-83pg3wmo90] {
        visibility: visible;
        opacity: 1;
    }

*[b-83pg3wmo90] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

button[title] svg[b-83pg3wmo90] {
    color: rgba(var(--neutral-500), 1);
    width: 0.875rem;
    height: 0.875rem;
    cursor: pointer;
}

.provider--modal--container[b-83pg3wmo90] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-83pg3wmo90] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-83pg3wmo90] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-83pg3wmo90] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-83pg3wmo90] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-83pg3wmo90] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-83pg3wmo90] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-83pg3wmo90] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-83pg3wmo90] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-83pg3wmo90] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-83pg3wmo90] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-83pg3wmo90] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-83pg3wmo90] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-83pg3wmo90] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-83pg3wmo90] {
                color: #5f0716;
            }

.body--wrapper[b-83pg3wmo90] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-83pg3wmo90] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-83pg3wmo90] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-83pg3wmo90] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-83pg3wmo90] {
                color: rgba(var(--neutral-700),1);
            }

        .body--wrapper > div:last-child > span:last-child[b-83pg3wmo90] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderOtherProviderIDsDetails.razor.rz.scp.css */
.other__providerID--modal--container[b-5ipkhroqgw] {
    width: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderStateMedicalLicense.razor.rz.scp.css */
*[b-copaegys16] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.provider--modal--container[b-copaegys16] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-copaegys16] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-copaegys16] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-copaegys16] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-copaegys16] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-copaegys16] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-copaegys16] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-copaegys16] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-copaegys16] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-copaegys16] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-copaegys16] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-copaegys16] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-copaegys16] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-copaegys16] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-copaegys16] {
                color: #5f0716;
            }

.body--wrapper[b-copaegys16] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-copaegys16] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-copaegys16] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-copaegys16] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-copaegys16] {
                color: rgba(var(--neutral-700),1);
            }

        .body--wrapper > div:last-child > span:last-child[b-copaegys16] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
/* /Pages/ProviderRegistrationInfo/ProfessionalIdentifications/ProviderStateMedicalLicenseDetails.razor.rz.scp.css */
/*.sml--details__modal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 10px;
}

.date--span {
    grid-column-start: 1;
}

.modal--container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 50rem;
    height: 21.875rem;
}*/

.provider--details--modal[b-cze3qi5ztf] {
    display:flex;
    flex-direction: column;
    gap: 1rem;
    width: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}

.or__wrapper[b-cze3qi5ztf] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrapper__or[b-cze3qi5ztf] {
    position: relative;
    text-align: center;
}

.action__or[b-cze3qi5ztf] {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: var(--primaryColor);
}

    .action__or[b-cze3qi5ztf]::after {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 15.5rem;
        height: 1px;
        position: absolute;
        top: 0.6rem;
        left: 1px;
    }

    .action__or[b-cze3qi5ztf]::before {
        content: '';
        background-color: rgba(var(--neutral-300), 1);
        width: 15.5rem;
        height: 1px;
        position: absolute;
        top: 0.6rem;
        right: 1px;
    }

[b-cze3qi5ztf] .mud-primary-text {
    color: var(--primaryColor) !important;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/AutoCompleteCertifyingBoard.razor.rz.scp.css */
*[b-i4zzsj2osr] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[b-i4zzsj2osr] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
}

svg[b-i4zzsj2osr] {
    width: 1rem;
    height: 1rem;
}

li[data-readonly="true"][b-i4zzsj2osr] {
    color: #a3a3a3;
    cursor: default;
    font-size: 1rem;
    line-height: 1.5rem;
}

    li[data-readonly="true"] span[b-i4zzsj2osr] {
        font-style: italic;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        li[data-readonly="true"] span:has(button)[b-i4zzsj2osr] {
            /*color: #94a3b8;*/
        }

            li[data-readonly="true"] span:has(button) button[b-i4zzsj2osr] {
                font-style: italic;
                color: var(--primaryColor);
                font-weight: 800;
                font-size: 1rem;
                line-height: 1.5rem;
            }

[data-expanded="false"][b-i4zzsj2osr] {
    display: none;
}

[data-expanded="true"][b-i4zzsj2osr] {
    margin-top: 0.5rem;
}

li[data-readonly="false"][b-i4zzsj2osr] {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    position: relative;
}

    li[data-readonly="false"]:hover[b-i4zzsj2osr] {
        color: var(--primaryColor);
        border-color: #B1DCE0;
        background-color: #D4ECEF;
        cursor: pointer;
        font-weight: 800;
        border-radius: 3px;
    }

        li[data-readonly="false"]:hover[b-i4zzsj2osr]:before {
            content: "";
            border-radius: 0.125rem;
            width: 0.25rem;
            height: calc(100% - 0.25rem);
            top: 0.2rem;
            left: -0.35rem;
            background-color: var(--primaryColor);
            position: absolute;
        }

    li[data-readonly="false"]:last-child[b-i4zzsj2osr] {
        border-bottom: 0px;
    }

.certifying--board--wrapper[b-i4zzsj2osr] {
    position: relative;
}

.certifying--board--input[b-i4zzsj2osr] {
    position: relative;
}

    .certifying--board--input input[b-i4zzsj2osr] {
        padding-left: 2rem;
    }

    .certifying--board--input svg[b-i4zzsj2osr] {
        color: rgba(var(--neutral-500), 1);
        cursor: pointer;
    }

    .certifying--board--input:has(button) span[b-i4zzsj2osr] {
        right: calc((5.5rem / 2) - (0.875rem / 2));
    }

    .certifying--board--input:has(button) input[b-i4zzsj2osr] {
        width: 97%;
    }

    .certifying--board--input button[b-i4zzsj2osr] {
        background-color: var(--primaryColor);
        color: white;
        border-radius: 3px;
        padding: 1px;
    }


    .certifying--board--input span[b-i4zzsj2osr] {
        display: inline-flex;
        position: absolute;
        top: calc((2.5rem / 2) - (0.875rem / 2));
    }

        .certifying--board--input span:first-child[b-i4zzsj2osr] {
            left: calc((2.5rem / 2) - (0.875rem / 2));
        }

        .certifying--board--input span:last-child[b-i4zzsj2osr] {
            right: calc((2.5rem / 2) - (0.875rem / 2));
        }

.certifying--board--list[b-i4zzsj2osr] {
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 0.5rem;
    box-shadow: 1px 1px 4px 2px rgba(229, 229, 229, 1);
    padding: 0.625rem;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 1;
    overflow-y: auto;
    max-height: 12rem;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/AutoCompleteCollege.razor.rz.scp.css */
*[b-4i37ymee5e] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[b-4i37ymee5e] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
}

svg[b-4i37ymee5e] {
    width: 1rem;
    height: 1rem;
}

li[data-readonly="true"][b-4i37ymee5e] {
    color: #a3a3a3;
    cursor: default;
}

    li[data-readonly="true"] span[b-4i37ymee5e] {
        font-style: italic;
    }

        li[data-readonly="true"] span:has(button)[b-4i37ymee5e] {
            /*color: #94a3b8;*/
        }

            li[data-readonly="true"] span:has(button) button[b-4i37ymee5e] {
                font-style: italic;
                color: var(--primaryColor);
                font-weight: 800;
            }

    li[data-readonly="true"][b-4i37ymee5e], li[data-readonly="true"] span[b-4i37ymee5e], li[data-readonly] span:has(button) button[b-4i37ymee5e] {
        font-size: 1rem;
        line-height: 1.5rem;
    }

[data-expanded="false"][b-4i37ymee5e] {
    display: none;
}

[data-expanded="true"][b-4i37ymee5e] {
    margin-top: 0.5rem;
}

li[data-readonly="false"][b-4i37ymee5e] {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    position: relative;
}

    li[data-readonly="false"]:hover[b-4i37ymee5e] {
        color: var(--primaryColor);
        border-color: #B1DCE0;
        background-color: #D4ECEF;
        cursor: pointer;
        font-weight: 800;
        border-radius: 3px;
    }

        li[data-readonly="false"]:hover[b-4i37ymee5e]:before {
            content: "";
            border-radius: 0.125rem;
            width: 0.25rem;
            height: calc(100% - 0.25rem);
            top: 0.2rem;
            left: -0.35rem;
            background-color: var(--primaryColor);
            position: absolute;
        }

    li[data-readonly="false"]:last-child[b-4i37ymee5e] {
        border-bottom: 0px;
    }

.college--wrapper[b-4i37ymee5e] {
    position: relative;
}

.college--input[b-4i37ymee5e] {
    position: relative;
}

    .college--input input[b-4i37ymee5e] {
        padding-left: 2rem;
    }

    .college--input svg[b-4i37ymee5e] {
        color: rgba(var(--neutral-500), 1);
        cursor: pointer;
    }

    .college--input:has(button) span[b-4i37ymee5e] {
        right: calc((5.5rem / 2) - (0.875rem / 2));
    }

    .college--input:has(button) input[b-4i37ymee5e] {
        width: 97%;
    }

    .college--input button[b-4i37ymee5e] {
        background-color: var(--primaryColor);
        color: white;
        border-radius: 3px;
        padding: 1px;
    }


    .college--input span[b-4i37ymee5e] {
        display: inline-flex;
        position: absolute;
        top: calc((2.5rem / 2) - (0.875rem / 2));
    }

        .college--input span:first-child[b-4i37ymee5e] {
            left: calc((2.5rem / 2) - (0.875rem / 2));
        }

        .college--input span:last-child[b-4i37ymee5e] {
            right: calc((2.5rem / 2) - (0.875rem / 2));
        }

.college--list[b-4i37ymee5e] {
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
    box-shadow: 1px 1px 4px 2px rgba(229, 229, 229, 1);
    padding: 0.625rem;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 1;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/AutoCompleteSchool.razor.rz.scp.css */
*[b-9s59jhckvc] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[b-9s59jhckvc] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
}

input:disabled[b-9s59jhckvc]{
    opacity: 0.5;
    cursor: not-allowed;
}

svg[b-9s59jhckvc] {
    width: 1rem;
    height: 1rem;
}

li[data-readonly="true"][b-9s59jhckvc] {
    color: #a3a3a3;
    cursor: default;
    font-size: 1rem;
    line-height: 1.5rem;
}

    li[data-readonly="true"] span[b-9s59jhckvc] {
        font-style: italic;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        li[data-readonly="true"] span:has(button) button[b-9s59jhckvc] {
            font-style: italic;
            color: var(--primaryColor);
            font-weight: 800;
            font-size: 1rem;
            line-height: 1.5rem;
        }

[data-expanded="false"][b-9s59jhckvc] {
    display: none;
}

[data-expanded="true"][b-9s59jhckvc] {
    margin-top: 0.5rem;
}

li[data-readonly="false"][b-9s59jhckvc] {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(var(--neutral-200), 1);
    position: relative;
}

    li[data-readonly="false"]:hover[b-9s59jhckvc] {
        color: var(--primaryColor);
        border-color: #B1DCE0;
        background-color: #D4ECEF;
        cursor: pointer;
        font-weight: 800;
        border-radius: 3px;
    }

        li[data-readonly="false"]:hover[b-9s59jhckvc]:before {
            content: "";
            border-radius: 0.125rem;
            width: 0.25rem;
            height: calc(100% - 0.25rem);
            top: 0.2rem;
            left: -0.35rem;
            background-color: var(--primaryColor);
            position: absolute;
        }

    li[data-readonly="false"]:last-child[b-9s59jhckvc] {
        border-bottom: 0px;
    }

.school--wrapper[b-9s59jhckvc] {
    position: relative;
}

.school--input[b-9s59jhckvc] {
    position: relative;
}

    .school--input input[b-9s59jhckvc] {
        padding-left: 2rem;
    }

    .school--input svg[b-9s59jhckvc] {
        color: rgba(var(--neutral-500), 1);
        cursor: pointer;
    }

    .school--input:has(button) span[b-9s59jhckvc] {
        right: calc((5.5rem / 2) - (0.875rem / 2));
    }

    .school--input:has(button) input[b-9s59jhckvc] {
        width: 97%;
    }

    .school--input button[b-9s59jhckvc] {
        background-color: var(--primaryColor);
        color: white;
        border-radius: 3px;
        padding: 1px;
    }


    .school--input span[b-9s59jhckvc] {
        display: inline-flex;
        position: absolute;
        top: calc((2.5rem / 2) - (0.875rem / 2));
    }

        .school--input span:first-child[b-9s59jhckvc] {
            left: calc((2.5rem / 2) - (0.875rem / 2));
        }

        .school--input span:last-child[b-9s59jhckvc] {
            right: calc((2.5rem / 2) - (0.875rem / 2));
        }

.school--list[b-9s59jhckvc] {
    border: 1px solid rgba(var(--neutral-300),1);
    border-radius: 3px;
    box-shadow: 1px 1px 4px 2px rgba(229, 229, 229, 1);
    padding: 0.625rem;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 1;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderEducationalBackground.razor.rz.scp.css */
*[b-60ujqdw03p] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *,
    *::before,
    *::after {
        outline: 2px solid green;
    }*/


.education--container[b-60ujqdw03p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    height: 100%;
    /*background-color: blue;*/
}

    .education--container .education--header[b-60ujqdw03p] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*background-color: red;*/
    }

        .education--container .education--header span[b-60ujqdw03p] {
            color: var(--primaryColor);
            font-weight: 700;
        }

.card--wrapper[b-60ujqdw03p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-60ujqdw03p] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-60ujqdw03p] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-60ujqdw03p] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-60ujqdw03p] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-60ujqdw03p] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-60ujqdw03p] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-60ujqdw03p] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-60ujqdw03p] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-60ujqdw03p] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-60ujqdw03p] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-60ujqdw03p] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-60ujqdw03p] {
                color: #5f0716;
            }

.body--wrapper[b-60ujqdw03p] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-60ujqdw03p] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-60ujqdw03p] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-60ujqdw03p] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child:not([data-range="true"])[b-60ujqdw03p] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderEducationalBackgroundDetails.razor.rz.scp.css */
*[b-lorbz6pa29] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *,
    *::before,
    *::after {
        outline: 2px solid green;
    }*/

.body--wrapper[b-lorbz6pa29] {
    padding: 1.5rem;
    padding-top: 0;
    padding-right: 1rem;
    width: 48rem;
    height: 37.5rem;
    overflow-y: scroll;
    scrollbar-color: #000;
}

    .body--wrapper > div[b-lorbz6pa29] {
        margin-top: 1rem;
    }

    .body--wrapper .education--info > div[b-lorbz6pa29] {
        margin-top: 0.5rem;
    }

    .body--wrapper .school--address--info > div[b-lorbz6pa29],
    .body--wrapper .school--contact--info > div[b-lorbz6pa29],
    .body--wrapper .education--profile > div:first-of-type[b-lorbz6pa29],
    .body--wrapper .education--date > div[b-lorbz6pa29] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1rem;
    }

        .body--wrapper .school--address--info > div:nth-of-type(2)[b-lorbz6pa29] {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }

            .body--wrapper .school--address--info > div:nth-of-type(2) > div:last-of-type[b-lorbz6pa29] {
                grid-column: span 2 / span 2;
            }


    .body--wrapper .education--profile > div:last-of-type[b-lorbz6pa29] {
        margin-top: 0.5rem;
    }

    .body--wrapper h3[b-lorbz6pa29] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }

.footer--wrapper[b-lorbz6pa29] {
    display: flex;
    gap: 1rem;
}

.body--wrapper > div:last-of-type[b-lorbz6pa29] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #FB923C;
}

    .body--wrapper > div:last-of-type > span[b-lorbz6pa29] {
        font-size: 0.75rem;
        font-weight: 600;
        color: #FB923C;
    }

.body--wrapper > div[data-show-error="false"][b-lorbz6pa29] {
    opacity: 0;
    animation-name: fadeSlideUp-b-lorbz6pa29;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.body--wrapper > div[data-show-error="true"][b-lorbz6pa29] {
    animation-name: slideDown;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fadeSlideUp-b-lorbz6pa29 {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderOtherCertifications.razor.rz.scp.css */
*[b-4m0lnvau74] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}


.provider--modal--container[b-4m0lnvau74] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-4m0lnvau74] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.card--wrapper[b-4m0lnvau74] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-4m0lnvau74] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-4m0lnvau74] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-4m0lnvau74] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-4m0lnvau74] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 8px;
        }

        .header--wrapper > button:first-of-type[b-4m0lnvau74] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:hover[b-4m0lnvau74] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-4m0lnvau74] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-4m0lnvau74] {
                color: #5f0716;
            }

.body--wrapper[b-4m0lnvau74] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-4m0lnvau74] {
        display: flex;
        flex-direction: column;
        /*gap: 0.25rem;*/
    }

        .body--wrapper > div > span[b-4m0lnvau74] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-4m0lnvau74] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-4m0lnvau74] {
                color: rgba(var(--neutral-700),1);
            }
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderOtherCertificationsDetails.razor.rz.scp.css */
.pq--other--certifications--container[b-xn0j8sjyly] {
    width: 40rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}

    /*    .pq--other--certifications--container span {
        font-size: 1rem;
        font-weight: 800;
        color: var(--primaryColor);
    }*/

    .pq--other--certifications--container .row[b-xn0j8sjyly] {
        row-gap: 1rem;
        padding: 7px 10px;
    }
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderProfessionalTrainings.razor.rz.scp.css */
*[b-7q9n0cutk6] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *,
    *::before,
    *::after {
        outline: 2px solid green;
    }*/


.training--container[b-7q9n0cutk6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    height: 100%;
    /*background-color: blue;*/
}

    .training--container .training--header[b-7q9n0cutk6] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*background-color: red;*/
    }

        .training--container .training--header span[b-7q9n0cutk6] {
            color: var(--primaryColor);
            font-weight: 700;
        }

.card--wrapper[b-7q9n0cutk6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-7q9n0cutk6] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-7q9n0cutk6] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-7q9n0cutk6] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-7q9n0cutk6] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-7q9n0cutk6] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-7q9n0cutk6] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-7q9n0cutk6] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-7q9n0cutk6] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-7q9n0cutk6] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-7q9n0cutk6] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-7q9n0cutk6] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-7q9n0cutk6] {
                color: #5f0716;
            }

.body--wrapper[b-7q9n0cutk6] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-7q9n0cutk6] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-7q9n0cutk6] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-7q9n0cutk6] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child:not([data-range="true"])[b-7q9n0cutk6] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderProfessionalTrainingsDetails.razor.rz.scp.css */
*[b-hroqpn79t0] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *,
    *::before,
    *::after {
        outline: 1px solid green;
    }*/

.body--wrapper[b-hroqpn79t0] {
    padding: 1.5rem;
    padding-top: 0;
    padding-right: 1rem;
    width: 48rem;
    height: 37.5rem;
    overflow-y: scroll;
    scrollbar-color: #000;
}

    .body--wrapper h3[b-hroqpn79t0] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }

    .body--wrapper > div[b-hroqpn79t0] {
        margin-top: 1rem;
    }

    .body--wrapper .training--info > div[b-hroqpn79t0] {
        margin-top: 0.5rem;
    }

    .body--wrapper .training--facility--info > div[b-hroqpn79t0],
    .body--wrapper .training--facility--contact--info > div[b-hroqpn79t0],
    .body--wrapper .affiliated--college--info > div[b-hroqpn79t0],
    .body--wrapper .affiliated--college--contact--info > div[b-hroqpn79t0],
    .body--wrapper .training--program > div[b-hroqpn79t0],
    .body--wrapper .training--date > div[b-hroqpn79t0] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1rem;
    }

        .body--wrapper .training--facility--info > div:nth-of-type(2)[b-hroqpn79t0],
        .body--wrapper .affiliated--college--info > div:nth-of-type(2)[b-hroqpn79t0] {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }

            .body--wrapper .training--facility--info > div:nth-of-type(2) > div:last-of-type[b-hroqpn79t0],
            .body--wrapper .affiliated--college--info > div:nth-of-type(2) > div:last-of-type[b-hroqpn79t0] {
                grid-column: span 2/ span 2;
            }

    .body--wrapper > div:last-of-type[b-hroqpn79t0] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        color: #FB923C;
    }

        .body--wrapper > div:last-of-type > span[b-hroqpn79t0] {
            font-size: 0.75rem;
            font-weight: 600;
            color: #FB923C;
        }

    .body--wrapper > div[data-show-error="false"][b-hroqpn79t0] {
        opacity: 0;
        animation-name: fadeSlideUp-b-hroqpn79t0;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }

    .body--wrapper > div[data-show-error="true"][b-hroqpn79t0] {
        animation-name: slideDown;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }

@keyframes fadeSlideUp-b-hroqpn79t0 {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.footer--wrapper[b-hroqpn79t0] {
    display: flex;
    gap: 1rem;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderSpecialty.razor.rz.scp.css */
*[b-w03snu8h5n] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *,
    *::before,
    *::after {
        outline: 2px solid green;
    }*/

.specialty--container[b-w03snu8h5n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    height: 100%;
}

    .specialty--container .specialty--header[b-w03snu8h5n] {
        display: flex;
        justify-content: space-between;
    }

    .specialty--container > div > span[b-w03snu8h5n] {
        font-weight: 700;
    }

    .specialty--container .specialty--header span[b-w03snu8h5n] {
        color: var(--primaryColor);
    }

    .specialty--container .specialty--section[b-w03snu8h5n] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

        .specialty--container .specialty--section > div[b-w03snu8h5n] {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .specialty--container .specialty--section > div:first-of-type[b-w03snu8h5n] {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .specialty--container .specialty--section > div:last-of-type[b-w03snu8h5n] {
                display: grid;
                align-items: center;
                grid-template-columns: repeat(3, 1fr);
                gap: 1rem;
            }

                .specialty--container .specialty--section > div:last-of-type .specialty--info--message[b-w03snu8h5n] {
                    margin-left: 0.5rem;
                    font-style: italic;
                    color: rgba(var(--neutral-500), 1);
                }

                .specialty--container .specialty--section > div:last-of-type > div:last-of-type[b-w03snu8h5n] {
                    display: flex;
                    align-items: center;
                    gap: 0.35rem;
                    margin-top: 1.1rem;
                }

                    .specialty--container .specialty--section > div:last-of-type > div:last-of-type > span[b-w03snu8h5n] {
                        font-weight: 700;
                    }

.card--wrapper[b-w03snu8h5n] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
    gap: 1rem;
}

.header--wrapper[b-w03snu8h5n] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-w03snu8h5n] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

    .header--wrapper > button[b-w03snu8h5n] {
        padding: 6px;
        border: 0.063rem solid transparent;
        border-radius: 0.25rem;
    }

        .header--wrapper > button:hover[b-w03snu8h5n] {
            background-color: rgba(0,0,0,.08);
            border-color: rgba(var(--neutral-300), 1);
            border-radius: 0.5rem;
        }

        .header--wrapper > button:first-of-type:nth-last-child(3)[b-w03snu8h5n] {
            margin-left: auto;
            color: rgba(var(--neutral-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(3):hover[b-w03snu8h5n] {
                color: rgba(var(--neutral-700),1);
            }

        .header--wrapper > button:nth-of-type(2):nth-last-child(2)[b-w03snu8h5n] {
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:nth-of-type(2):nth-last-child(2):hover[b-w03snu8h5n] {
                color: rgba(var(--blue-800),1);
            }


        .header--wrapper > button:first-of-type:nth-last-child(2)[b-w03snu8h5n] {
            margin-left: auto;
            color: rgba(var(--blue-500),1);
        }

            .header--wrapper > button:first-of-type:nth-last-child(2):hover[b-w03snu8h5n] {
                color: rgba(var(--blue-800),1);
            }

        .header--wrapper > button:last-of-type[b-w03snu8h5n] {
            color: #9E0000;
        }

            .header--wrapper > button:last-of-type:hover[b-w03snu8h5n] {
                color: #5f0716;
            }

.body--wrapper[b-w03snu8h5n] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div[b-w03snu8h5n] {
        display: flex;
        flex-direction: column;
    }

        .body--wrapper > div > span[b-w03snu8h5n] {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-w03snu8h5n] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-w03snu8h5n] {
                color: rgba(var(--neutral-700),1);
                text-transform: capitalize;
            }

        .body--wrapper > div:last-child > span:last-child[b-w03snu8h5n] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

[b-w03snu8h5n] .mud-primary-text {
    color: var(--primaryColor) !important;
}

[b-w03snu8h5n] .mud-primary {
    background: #9b9aba !important;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/ProviderSpecialtyDetails.razor.rz.scp.css */
*[b-49ntwy2ywt] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.body--wrapper[b-49ntwy2ywt] {
    display: grid;
    gap: 1rem;
    width: 36rem;
    padding: 0.5rem;
    overflow: auto;
}

    .body--wrapper > div[b-49ntwy2ywt] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

        .body--wrapper > div[data-expanded="false"][b-49ntwy2ywt] {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease-in-out;
        }

        .body--wrapper > div[data-expanded="true"][b-49ntwy2ywt] {
            max-height: 18rem;
            overflow: visible;
            transition: max-height 0.45s ease-in-out;
        }

        .body--wrapper > div[data-for="primary"] .specialty--date[b-49ntwy2ywt] {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
        }


        .body--wrapper > div[data-for="primary"] > div[data-show-error="false"][b-49ntwy2ywt] {
            opacity: 0;            
            transition: opacity 0.2s ease-out;
        }

        .body--wrapper > div[data-for="primary"] > div[data-show-error="true"][b-49ntwy2ywt] {
            opacity: 1;           
            transition: opacity .3s ease-in;
        }

        .body--wrapper > div:not([data-for="primary"]):last-of-type > div[b-49ntwy2ywt] {
            display: grid;
            gap: 1rem;
        }

.footer--wrapper[b-49ntwy2ywt] {
    display: flex;
    gap: 0.5rem;
}
/* /Pages/ProviderRegistrationInfo/ProfessionalQualifications/SelectorProviderTitle.razor.rz.scp.css */
*[b-rmovc386xc]{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

span[b-rmovc386xc]{
    font-weight: 600;
}
/* /Pages/ProviderRegistrationInfo/ProviderNoForm.razor.rz.scp.css */
*[b-4nituxexa9] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.no--provider--details--form[b-4nituxexa9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 2.5rem);
    padding-bottom: 4rem;
    gap: .3rem;
}

    .no--provider--details--form svg[b-4nituxexa9] {
        stroke: var(--primaryColor);
    }

        .no--provider--details--form svg:last-child[b-4nituxexa9] {
            stroke: white;
        }


.no--provider--details--form--title[b-4nituxexa9] {
    font-size: 1.5rem;
    font-weight: 800;
}

.no--provider--details--form--content[b-4nituxexa9] {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}


.no--provider--button[b-4nituxexa9] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    gap: 2px;
    font-weight: 400;
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.tooltip--container[b-4nituxexa9] {
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltip--text[b-4nituxexa9] {
    visibility: hidden;
    background-color: var(--primaryColor);
    color: #f1f1f1;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    bottom: 130%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    transition: ease-in-out .3s;
    white-space: nowrap;
}

    .tooltip--text[b-4nituxexa9]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: var(--primaryColor) transparent transparent transparent;
    }

.tooltip--container:hover .tooltip--text[b-4nituxexa9] {
    visibility: visible;
    opacity: 1;
}

/* /Pages/ProviderRegistrationInfo/ProvidersAttestation/AddClaimDetail.razor.rz.scp.css */
*[b-mb0jflnb49] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*    *,
    *::before,
    *::after {
        outline: 2px solid green;
    }*/

.body--wrapper[b-mb0jflnb49] {
    padding: 1.5rem;
    padding-top: 0;
    padding-right: 1rem;
    width: 48rem;
    height: 37.5rem;
    overflow-y: auto;
    scrollbar-color: #000;
}

    .body--wrapper > div[b-mb0jflnb49] {
        margin-top: 1rem;
    }

    .body--wrapper h3[b-mb0jflnb49] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }

    .body--wrapper .case--identification > div[b-mb0jflnb49],
    .body--wrapper .allegations--legal--action > div[b-mb0jflnb49],
    .body--wrapper .settlement--resolution > div[b-mb0jflnb49],
    .body--wrapper .malpractice--insurance--info > div[b-mb0jflnb49] {
        margin-top: 1rem;
    }

        .body--wrapper .case--identification > div:first-of-type[b-mb0jflnb49] {
            display: grid;
            grid-template-columns: repeat(3, minmax(0,1fr));
            gap: 1rem;
        }

        .body--wrapper .allegations--legal--action > div:first-of-type[b-mb0jflnb49],
        .body--wrapper .settlement--resolution > div[b-mb0jflnb49] {
            display: grid;
            gap: 1rem;
            grid-auto-flow: column;
            grid-template-columns: repeat(2, minmax(0,1fr));
            align-items: center;
        }

            .body--wrapper .allegations--legal--action > div:first-of-type > div:last-of-type[b-mb0jflnb49] {
                margin-top: 1rem;
                display: flex;
                gap: 0.5rem;
                align-items: center;
            }

                .body--wrapper .allegations--legal--action > div:first-of-type > div:last-of-type span[b-mb0jflnb49] {
                    font-weight: 600;
                }


.footer--wrapper[b-mb0jflnb49] {
    display: flex;
    gap: 1rem;
}
/* /Pages/ProviderRegistrationInfo/ProvidersAttestation/MainProviderAttestationDetail.razor.rz.scp.css */
*[b-9k7mg4a9co] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.attestation--container > section:first-of-type[b-9k7mg4a9co] {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    height: calc(100vh - 16.35rem);
    overflow-y: auto;
}

.attestation--container > section:last-of-type[b-9k7mg4a9co] {
    display: grid;
    place-items: center;
    padding-block: 1rem;
    border-top: 0.063rem solid rgba(var(--neutral-300), 1);
}
/* /Pages/ProviderScheduleInfo/MainProviderScheduleBrowse.razor.rz.scp.css */
.WhiteContainer[b-xrymrbx6is] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Pages/ProviderScheduleInfo/ProviderScheduleBrowseSearch.razor.rz.scp.css */
.browsing--container[b-ptv27pwk9z] {
    display: flex;
    justify-content: space-between;
}
.browsing--left[b-ptv27pwk9z]{
    display: flex;
    gap: 10px;
}
.browsing--right .add--schedule[b-ptv27pwk9z] {
    background-color: var(--primaryColor);
    padding: 4px 10px;
    border-radius: 8px;
    color: white;
}
.view--calendar[b-ptv27pwk9z] {
    background-color: white;
    color: #464646;
    border: 1px solid gray;
    gap: 10px;
    padding: 4px 10px;
    border-radius: 8px;
}
.view--calendar svg[b-ptv27pwk9z]{
    height: 1rem;
    width: 1rem;
}
/* /Pages/ProviderScheduleInfo/ProviderScheduleInfoBrowse.razor.rz.scp.css */
/*div {
    border: 1px solid red;
    border-radius: 8px;
}

    div table thead tr {
        border-radius: 20px;
    }
*/
/* /Pages/ProviderScheduleInfo/ScheduleDetails.razor.rz.scp.css */
.switch[b-eocfj4gpah] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input[b-eocfj4gpah] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-eocfj4gpah] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

    .slider[b-eocfj4gpah]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-eocfj4gpah] {
    background-color: var(--primaryColor);
}

    input:checked + .slider[b-eocfj4gpah]:before {
        transform: translateX(19px);
    }

.schedule--item[b-eocfj4gpah] {
    min-width: 14rem;
}

.schedule--item__time[b-eocfj4gpah] {
    min-width: 10rem;
}

.body--schedule--wrapper[b-eocfj4gpah] {
    border-top: 1px solid rgba(var(--neutral-200), 1);
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.schedule--wrapper[b-eocfj4gpah] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow-y: auto;
    height: calc(100vh - 17rem);
    padding: 10px;
}

.container--schedule[b-eocfj4gpah] {
    border: 1px solid rgba(var(--neutral-200), 1);
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}

.show--body--schedule[b-eocfj4gpah] {
    /*height: 200px;*/
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.schedule--wrapper[b-eocfj4gpah] {
    /*    width: 50rem !important;*/
}

.hide--body--schedule[b-eocfj4gpah] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.header--schedule span[b-eocfj4gpah] {
    font-size: 1rem;
    font-weight: 700;
    padding-left: 8px;
}

.active--label[b-eocfj4gpah] {
    color: var(--primaryColor);
}

.inactive--label[b-eocfj4gpah] {
    color: rgba(var(--neutral-400), 1);
}

.footer--action[b-eocfj4gpah] {
    display: flex;
    gap: 10px;
}

    .footer--action > *[b-eocfj4gpah] {
        border-radius: 6px;
        padding: 4px 10px;
    }

    .footer--action button:nth-child(1)[b-eocfj4gpah] {
        border: 1px solid rgba(var(--neutral-300), 1);
    }

    .footer--action button:nth-child(2)[b-eocfj4gpah] {
        border: 1px solid var(--primaryColor);
        background-color: var(--primaryColor);
        color: #f1f1f1;
    }

.time--to[b-eocfj4gpah] {
    display: flex;
    padding: 0 10px;
    height: 2rem;
    align-items: center;
}

.add--icon[b-eocfj4gpah] {
    border: 2px solid var(--primaryColor);
    border-radius: 50%;
    color: var(--primaryColor);
    background-color: #a2d8dd;
}

.delete--icon[b-eocfj4gpah] {
    border: 2px solid #ef4444;
    border-radius: 50%;
    color: #ef4444;
    background-color: #f3c9c9;
}

.sched--details[b-eocfj4gpah] {
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 10px;
    border-radius: 6px;
    background-color: white;
}

.date--title[b-eocfj4gpah] {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 8px;
}

.date--wrapper[b-eocfj4gpah] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.header--schedule[b-eocfj4gpah] {
    display: grid;
    grid-template-columns: 10rem 1fr 1fr;
}

    .header--schedule .item__status[b-eocfj4gpah] {
        display: flex;
        border-radius: 10px;
        width: max-content;
        padding: 0 7px;
        font-size: 0.8rem;
    }

.off--duty[b-eocfj4gpah] {
    border: 1px solid rgba(var(--neutral-200), 1);
    background-color: rgba(var(--neutral-100), 1);
    color: rgba(var(--neutral-500), 1);
}

.on--duty[b-eocfj4gpah] {
    border: 1px solid #16a34a;
    background-color: #bbf7d0;
    color: #16a34a;
}
/* /Pages/Questions/AutoSearchGroupList.razor.rz.scp.css */
*[b-koibbitbfw] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.auto-search-content[b-koibbitbfw] {
    display: grid;
    padding: 0 1rem;
    margin-bottom: 4px;
}

.input--text[b-koibbitbfw] {
    position: relative;
    gap: 0.3rem;
    display: grid;
    align-items: center;
    align-content: center;
    grid-template-columns: 1fr minmax(0, 2.174rem);
}

    .input--text button[b-koibbitbfw] {
        height: 100%;
        width: 100%;
        background-color: var(--primaryColor);
        border-radius: 8px;
        color: #f8f8f8;
    }

    .input--text span[b-koibbitbfw] {
        display: grid;
        position: absolute;
        left: 0.6rem;
    }

input[b-koibbitbfw] {
    padding: 0.4rem 1.8rem;
    border-radius: 8px;
    border: 1px solid rgba(var(--neutral-300), 1);
    width: 100%;
}

    input[type=text]:focus[b-koibbitbfw] {
        outline: 1px solid var(--primaryColor);
    }

ul[b-koibbitbfw] {
    background-color: white;
    margin-top: 0.5rem;
    padding: 0.4rem;
}
/* /Pages/Questions/CustomizeQuestionnaireDetails.razor.rz.scp.css */
.container--customize[b-mpo7lonee5] {
padding: 1rem;
}
.list--items__left[b-mpo7lonee5]{
    display: flex;
    flex-direction: column;
    gap: 7px;

}
.list--items__wrapper[b-mpo7lonee5] {
    display: flex;
    align-items: end;
    gap: 6px;
}
.customize--list--items__description[b-mpo7lonee5]{
    width: 100%;
}
.customize--list--items__close[b-mpo7lonee5] {
    border: 1px solid rgba(var(--neutral-300), 1);
    border-radius: 4px;
    height: 2.4rem;
    width: 2.9rem;
}
    .customize--list--items__close:hover[b-mpo7lonee5] {
        background-color: #fee2e2;
        border: 1px solid #f87171;
        color: #dc2626;
    }
    .customize__add_items button[b-mpo7lonee5] {
        display: flex;
        justify-content: center;
        width: 100%;
        color: var(--primaryColor);
        background-color: rgba(var(--neutral-100), 1);
        padding: 0.5rem;
        margin-top: 0.7rem;
        border-radius: 6px;
        border: 1px solid rgba(var(--neutral-300), 1);
    }
    .customize__add_items button:hover[b-mpo7lonee5] {
        background-color: #B1DDE1;
        border: 1px solid var(--primaryColor);
    }
/* /Pages/Questions/NodeQuestionnaire.razor.rz.scp.css */
*[b-w9yw2kdsnu] {
    padding: 0;
    margin: 0;
}

div[b-w9yw2kdsnu] {
/*    display: grid;
    gap: 1px;
    background-color: rgba(var(--neutral-200), 1);*/
    /*    padding: 10px;*/
}

ul[b-w9yw2kdsnu] {
    display: flex;
    background-color: white;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 5px;
}

button[b-w9yw2kdsnu] {
    background-color: white;
}
.category-group[b-w9yw2kdsnu] {
    display: grid;
    grid-template-columns: minmax(10rem, 10rem) 1fr;
    background-color: white;
    padding: 0.5rem 0.5rem 15px 10px;
    gap: 4px;
}

/*ul{
   display: flex;
   flex-direction: column;
   gap: 0.30rem;
   max-width: 10rem;
}*/
/* /Pages/Questions/QCheckboxList.razor.rz.scp.css */
.ct--checkbox[b-51bpef0xut] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper--checkbox[b-51bpef0xut] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.checkbox--items[b-51bpef0xut] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
    width: 12rem;
    height: 2.8rem;
    align-items: center;
}

    .checkbox--items:hover:not(.selected--checkbox):not(.checkbox--items.disabled--checkbox)[b-51bpef0xut] {
        background-color: #f4f9f9;
        border: 1px solid #a9c9c9;
        /*     background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);*/
    }

    .checkbox--items.disabled--checkbox[b-51bpef0xut] {
        opacity: 0.6;
        cursor: not-allowed;
    }

        .checkbox--items.disabled--checkbox input[type="checkbox"][b-51bpef0xut] {
            cursor: not-allowed;
        }

.selected--checkbox[b-51bpef0xut], .selected--checkbox label[b-51bpef0xut] {
    background-color: #f1f7f7;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}


input[type="checkbox"][b-51bpef0xut] {
    accent-color: #088e8e;
    cursor: pointer;
}

.questionnaire--type[b-51bpef0xut] {
    display: grid;
    grid-template-columns: minmax(22rem, 40rem) minmax(20rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}

/* /Pages/Questions/QDeniesReports.razor.rz.scp.css */
.question--answer[b-g29ffxns5t] {
    display: grid;
    grid-template-columns: minmax(14rem, 14rem) minmax(0,20rem);
}
.questionnaire--type[b-g29ffxns5t] {
    display: grid;
    grid-template-columns: minmax(0, 20rem) 1fr minmax(0, 2rem);
    row-gap: 1px;
}
.form-control[b-g29ffxns5t] {
    width: 20rem;
    min-width: 3rem;
}
.questionnaire--type__items .radio--wrapper[b-g29ffxns5t] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
    width: 6rem;
    height: 2.4rem;
    align-items: center;
}

.radio--wrapper:hover:not(.selected--checkbox):not(.radio--wrapper.disabled--checkbox)[b-g29ffxns5t] {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}
.question--answer div[b-g29ffxns5t]{
    display: flex;
    gap: 7px;
}
.selected--checkbox[b-g29ffxns5t], .selected--checkbox label[b-g29ffxns5t] {
    background-color: #f1f7f7;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor) !important;
    cursor: pointer;
}
/* /Pages/Questions/QDropDown.razor.rz.scp.css */
select[b-ior7cdizpx] {
    width: 20rem;
    min-width: 3rem;
}
.questionnaire--type[b-ior7cdizpx] {
    display: grid;
    grid-template-columns: minmax(22rem, 40rem) minmax(20rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}
/* /Pages/Questions/QInputText.razor.rz.scp.css */
.form-control-result[b-t2490lxeo3] {
    width: 20rem;
    min-width: 3rem;
}
.questionnaire--type[b-t2490lxeo3] {
    display: grid;
    grid-template-columns: minmax(22rem, 40rem) minmax(20rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}
/* /Pages/Questions/QRadioButton.razor.rz.scp.css */
.questionnaire--type__items .radio--wrapper[b-t5ciu2su0i] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
    width: 10rem;
    height: 2.8rem;
    align-items: center;
}

.radio--wrapper:hover:not(.selected--checkbox):not(.radio--wrapper.disabled--checkbox)[b-t5ciu2su0i] {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
    /*     background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);*/
}
.questionnaire--type__items div div[b-t5ciu2su0i]{
    display: flex;
    gap: 7px;
}

.questionnaire--type[b-t5ciu2su0i] {
    display: grid;
    grid-template-columns:  minmax(22rem, 40rem) minmax(20rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}
/* /Pages/Questions/QRadioButtonList.razor.rz.scp.css */
.radio--group[b-qhx8dppkz7] {
    display: flex;
    gap: 7px;
    border: 1px solid rgba(var(--neutral-200), 1);
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
    width: 10rem;
    height: 2.8rem;
    align-items: center;
}
label[b-qhx8dppkz7]{
    display: flex;
    gap: 0.2rem;
}

.radio--group:hover:not(.selected--checkbox):not(.radio--group.disabled--checkbox)[b-qhx8dppkz7] {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
    /*     background-color: #dbf6f5;
        border: 1px solid var(--primaryColor);*/
}

.radio--group.disabled--checkbox[b-qhx8dppkz7] {
    opacity: 0.6;
    cursor: not-allowed;
}

    .radio--group.disabled--checkbox input[type="checkbox"][b-qhx8dppkz7] {
        cursor: not-allowed;
    }

.selected--checkbox[b-qhx8dppkz7], .selected--checkbox label[b-qhx8dppkz7] {
    background-color: #f1f7f7;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}


input[type="radio"][b-qhx8dppkz7] {
    accent-color: #088e8e;
    cursor: pointer;
}
.questionnaire--type[b-qhx8dppkz7] {
    display: grid;
    grid-template-columns:  minmax(22rem, 40rem) minmax(20rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}
/* /Pages/Questions/QTextArea.razor.rz.scp.css */
.form-control[b-jjff1zl4z7] {
    width: 20rem;
    min-width: 3rem;
}
.questionnaire--type[b-jjff1zl4z7] {
    display: grid;
    grid-template-columns: minmax(22rem, 40rem) minmax(20rem, 0) minmax(4rem, 4rem);
    row-gap: 1px;
}
/* /Pages/Questions/QuestionDetails.razor.rz.scp.css */
.add--complaint--container[b-te4643tjtl] {
    min-width: 20rem;
    padding: 1rem;
}
/* /Pages/Register.razor.rz.scp.css */

.background-image-gtec[b-2cfenwpmgx] {
    overflow: hidden;
}


.page-container[b-2cfenwpmgx] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    animation: moveUp-b-2cfenwpmgx 0.75s forwards;
}

.layoutBackground[b-2cfenwpmgx] {
    padding: 60px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-container[b-2cfenwpmgx] {
    width: 350px;
}

.form-header[b-2cfenwpmgx] {
    text-align: center
}

.gtec-icon[b-2cfenwpmgx] {
    width: 191px;
}

.caption[b-2cfenwpmgx] {
    font-size: 25px;
    font-weight: 700;
}

.sub-caption[b-2cfenwpmgx] {
    margin-top: -5px;
    margin-bottom: 20px;
    font-weight: 500;
    color: grey
}


label[b-2cfenwpmgx] {
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

.btn-gtec[b-2cfenwpmgx], .btn-secondary[b-2cfenwpmgx] {
    padding: 0.5rem 2rem !important;
    outline: none !important;
    margin: 0rem 1rem;
}


.btn-group[b-2cfenwpmgx] {
    width: 100%;
    display: flex;
    justify-content: center;
    outline: none;
}


.loading-indicator[b-2cfenwpmgx] {
    margin-left: 5px;
    width: 20px;
}

/* Validation */

.invalid-email input[b-2cfenwpmgx] {
    border-color: red;
}

.alert[b-2cfenwpmgx]{
    margin: 1rem 0rem -2rem 0rem;
    padding: 0px !important;
}

.alert-danger[b-2cfenwpmgx], .alert-success[b-2cfenwpmgx] {
    display: flex !important;
    text-align: start !important;
    justify-content: start !important;
}

p[b-2cfenwpmgx] {
    margin: 0.5rem 0rem;
}

.btn-gtec[b-2cfenwpmgx]{
    background-color: #335f4a;
    padding: 7px 109px !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.btn-gtec:hover[b-2cfenwpmgx] {
    cursor: pointer;
    opacity: 0.8;
    color: white;
    transition-duration: 400ms;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .layoutBackground[b-2cfenwpmgx] {
        margin: 0px 2rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .layoutBackground[b-2cfenwpmgx] {
        margin: 0px 3rem !important;
    }

}


@keyframes moveUp-b-2cfenwpmgx {
    from {
        transform: translateY(100px);
    }

    to {
        transform: translateY(0);
    }
}
/* /Pages/SharedModal/CancelMessage.razor.rz.scp.css */
.TitleMessage[b-16lusfdeod] {
    font-weight: 800;
    font-size: 24px;
}

.SubMessage[b-16lusfdeod] {
    color: #343434;
    font-size: 16px;
    margin: 10px 0px;
}
/* /Pages/SharedModal/Confirm.razor.rz.scp.css */
.TitleMessage[b-dksn42u1gj] {
    font-weight: 800;
    font-size: 30px;
}

.SubMessage[b-dksn42u1gj] {
   /* font-weight: 800;*/
    font-size: 16px;
    margin: 10px 0px;
}
.success-title[b-dksn42u1gj] {
    color: #28a745;
}

.warning-title[b-dksn42u1gj] {
    color: black;
}

.btn-delete-clear[b-dksn42u1gj] {
    max-width: 50%;
    background: #28a745;
    border: 1px solid #28a745;
    color: white;
}


.btn-CompMedical-clear[b-dksn42u1gj] {
    border: 1px solid var(--borderColor);
    color: gray;
    transition-duration: 400ms;
}

    .btn-CompMedical-clear:hover[b-dksn42u1gj] {
        cursor: pointer;
        opacity: 0.8;
        transition-duration: 400ms;
    }

    .btn-CompMedical-clear:disabled[b-dksn42u1gj] {
        opacity: 0.9;
    }
/* /Pages/SharedModal/Message.razor.rz.scp.css */
img[b-amt2w19e23] {
    height: 6rem;
}

.alert[b-amt2w19e23] {
    margin: 1rem 0rem;
    padding: 20px 5px 0px 5px !important;
    display: flex !important;
    text-align: start !important;
    justify-content: start !important;
}

p[b-amt2w19e23] {
    margin-top: -13px
}

li[b-amt2w19e23] {
    font-weight: 600;
}


.btn-primary[b-amt2w19e23], .btn-delete[b-amt2w19e23] {
    padding: 8px 15px;
}
.btn-CompMedical-clear[b-amt2w19e23] {
    background: #bb2324;
    color: white;
}

    .btn-CompMedical-clear:hover[b-amt2w19e23] {
        cursor: pointer;
        opacity: 0.8;
        transition-duration: 400ms;
    }

    .btn-CompMedical-clear:disabled[b-amt2w19e23] {
        opacity: 0.9;
    }
/* /Pages/SharedModal/Saving.razor.rz.scp.css */
.container--saving[b-n9mleb5nst] {
    background-color: #0000008c;
    height: 100%;
    position: fixed;
    z-index: 1200;
    display: flex;
    width: 100vw;
    left: -0.01rem;
    justify-content: center;
    top: 0;
}
.progress-bar[b-n9mleb5nst]{
    background-color: var(--primaryColor) !important;
}
/* /Shared/AddressAutoComplete.razor.rz.scp.css */
/* /Shared/BaseBlazor.razor.rz.scp.css */
/* /Shared/CategoryModalComponent.razor.rz.scp.css */
.hosp--details--modal2[b-k883eab74d] {
    width: 800px;
    max-width: 90%;
    height: 600px;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
}

.ct--treat__items[b-k883eab74d] {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}



.modal-table-wrapper[b-k883eab74d] {
    flex: 1;
    overflow-y: auto;
    margin-top: 10px;
    margin-left: 30px;
}

div[b-k883eab74d] {
    height: max-content;
    position: relative;
}

input[type="text"][b-k883eab74d] {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

div > svg[b-k883eab74d] {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.7875rem;
    left: 0.7875rem;
}

div > button[b-k883eab74d] {
    background-color: #1AADBA;
    color: #ffffff;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.6875rem;
    right: 0.6875rem;
    visibility: hidden;
}

button > svg[b-k883eab74d] {
    width: 1rem;
    height: 1rem;
}

table.blueTable[b-k883eab74d] {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.blueTable input[type="radio"][b-k883eab74d] {
    cursor: pointer;
    transform: scale(1.7);
    margin: 3px;
}

.blueTable td:first-child[b-k883eab74d] {
    text-align: center;
    vertical-align: middle;
}

table.blueTable td[b-k883eab74d] {
    border: 1px solid #AAAAAA;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-wrap: wrap;
}

table.blueTable tbody tr[b-k883eab74d] {
    cursor: pointer;
}

table.blueTable th[b-k883eab74d] {
    position: sticky;
    top: 0;
    z-index: 2;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

table.blueTable tbody[b-k883eab74d] {
    font-size: 13px;
    max-height: 320px;
}

.loader-overlay[b-k883eab74d] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner[b-k883eab74d] {
    border: 4px solid #eee;
    border-top: 4px solid var(--primaryColor);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-k883eab74d 0.8s linear infinite;
    position: center;
}

@keyframes spin-b-k883eab74d {
    100% {
        transform: rotate(360deg);
    }
}

.category-wrapper[b-k883eab74d] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* space between label and dropdown */
    margin: 10px 10px 1px 50px;
}

    .category-wrapper label[b-k883eab74d] {
        font-weight: 500;
        color: #333;
        font-size: 20px;
        margin-top: 18px;
    }

.category-dropdown[b-k883eab74d] {
    /*max-width: 400px;*/ /* optional: keeps dropdown from stretching too wide */
}

.categs-wrapper[b-k883eab74d] {
    margin-left: 20px;
}
/* /Shared/DateInput.razor.rz.scp.css */
label[b-x35bm9z9f1] {
    margin-bottom: 2px;
}
/* /Shared/DragAndDropFileUpload.razor.rz.scp.css */
.upload--wrapper[b-g2yxcix5do] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 3.5rem;
    border: 2px dashed rgba(var(--neutral-300), 1);
}

    .upload--wrapper span[b-g2yxcix5do] {
        color: #404040;
        position: relative;
    }

        .upload--wrapper span[data-error][b-g2yxcix5do] {
            color: #dc2626;
            opacity: 0;
            transition: 0.5s ease-in-out;
            position: absolute;
            width: 26.5rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }

        .upload--wrapper span[data-error="true"][b-g2yxcix5do] {
            opacity: 1;
            transform: translateY(1.25rem);
        }

        .upload--wrapper span[data-error="false"][b-g2yxcix5do] {
            transform: translateY(0.625rem);
        }

    .upload--wrapper label[b-g2yxcix5do] {
        cursor: pointer;
        color: var(--primaryColor);
    }

    .upload--wrapper span[data-label][b-g2yxcix5do], .upload--wrapper label[b-g2yxcix5do] {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
    }

.upload--files[b-g2yxcix5do] {
    display: grid;
    grid-template-columns: 2fr 0.5fr;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0 2px 2px rgba(229, 229, 229, 1);
    height: auto;
    min-height: 5rem;
    padding: 0.5rem;
}

    .upload--files[disabled][b-g2yxcix5do] {
        background-color: rgba(var(--neutral-50), 1);
    }

    .upload--files > div[b-g2yxcix5do] {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .upload--files > div:first-of-type[b-g2yxcix5do] {
            padding-left: 1rem;
        }

            .upload--files > div:first-of-type svg[b-g2yxcix5do] {
                color: rgba(var(--neutral-600), 1);
                width: 1.75rem;
                height: 1.75rem;
            }

        .upload--files > div > div[b-g2yxcix5do] {
            display: flex;
            flex-direction: column;
        }

            .upload--files > div > div > span[b-g2yxcix5do] {
                font-size: 0.875rem;
                line-height: 1.25rem;
            }

            .upload--files > div > div > span[b-g2yxcix5do] {
                width: 21.05rem;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                color: rgba(var(--neutral-700), 1);
                font-weight: 700;
            }

                .upload--files > div > div > span:last-child[b-g2yxcix5do] {
                    color: rgba(var(--neutral-400), 1);
                    font-weight: 400;
                }

        .upload--files > div:last-of-type[b-g2yxcix5do] {
            place-content: center;
        }

            .upload--files > div:last-of-type > button[b-g2yxcix5do] {
                padding: 0.5rem;
                background-color: white;
                border-radius: 999px;
                box-shadow: 0 0 1px 2px rgba(229, 229, 229, 1);
            }

                .upload--files > div:last-of-type > button:disabled[b-g2yxcix5do] {
                    background-color: rgba(var(--neutral-200));
                }

                .upload--files > div:last-of-type > button:hover:disabled[b-g2yxcix5do] {
                    cursor: not-allowed;
                }

                .upload--files > div:last-of-type > button svg[b-g2yxcix5do] {
                    color: rgba(var(--neutral-500), 1);
                    width: 1.2rem;
                    height: 1.2rem;
                }

                .upload--files > div:last-of-type > button:not(:disabled) svg[b-g2yxcix5do] {
                    cursor: pointer;
                }

                .upload--files > div:last-of-type > button:hover:not(:disabled)[b-g2yxcix5do] {
                    background-color: #D4ECEF;
                }

                    .upload--files > div:last-of-type > button:hover:not(:disabled) svg[b-g2yxcix5do] {
                        color: var(--primaryColor);
                    }

                .upload--files > div:last-of-type > button:last-child:hover:not(:disabled)[b-g2yxcix5do] {
                    background-color: #F7DEDE;
                }

                    .upload--files > div:last-of-type > button:last-child:hover:not(:disabled) svg[b-g2yxcix5do] {
                        color: #9E0000;
                    }

.active[b-g2yxcix5do] {
    border: 2px solid var(--primaryColor);
    background-color: #D4ECEF;
}
/* /Shared/DropdownMenu.razor.rz.scp.css */
label[b-5hfyoyowpc] {
    margin-bottom: 2px;
}
/* /Shared/EmailInput.razor.rz.scp.css */
label[b-nklramflbl] {
    margin-bottom: 2px;
}
/* /Shared/ErrorsNavigator.razor.rz.scp.css */
:root[b-gw5xypc1kr] {
    --item-count: 1;
}

.TitleMessage[b-gw5xypc1kr] {
    font-weight: 800;
    font-size: 30px;
}

.failed-title[b-gw5xypc1kr] {
    color: #dc3545;
}

.alert[b-gw5xypc1kr] {
    margin: 1rem 0rem;
    padding: 20px 5px 0px 5px !important;
    display: flex !important;
    text-align: start !important;
    justify-content: start !important;
}

p[b-gw5xypc1kr] {
    padding: 8px 0px;
    margin: -25px 0px 0px 0px;
    font-size: 15px;
    font-weight: 700;
}

li[b-gw5xypc1kr] {
    font-size: 14px;
    font-weight: 500;
    text-indent: 10px;
}

.navigator[b-gw5xypc1kr] {
    margin-top: 4px;
}

    .navigator:hover[b-gw5xypc1kr] {
        font-weight: 800;
        cursor: pointer;
    }

.ErrorMessage[b-gw5xypc1kr] {
    margin-top: -10px !important;
}

.errors-list[b-gw5xypc1kr] {
    list-style-type: none;
    padding: 0;
    width: 30rem;
    max-width: 60rem;
    max-height: 25rem;
    overflow: auto;
    display: grid;
}

    .errors-list li[b-gw5xypc1kr] {
        break-inside: avoid;
    }
/* /Shared/ExtendedNumberInput.razor.rz.scp.css */
label[b-2di1lq31bu] {
    margin-bottom: 2px;
}
/* /Shared/InputCustomComponent.razor.rz.scp.css */

.form-control[b-24c5h8zvl2] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:disabled[b-24c5h8zvl2],
textarea:disabled[b-24c5h8zvl2] {
    background-color: #e9ecef;
    cursor: not-allowed;
}
/* /Shared/LabeledCheckbox.razor.rz.scp.css */
.selected--checkbox[b-2vtyhh7xdd], .selected--checkbox label[b-2vtyhh7xdd] {
    border: 1px solid var(--primaryColor) !important;
    background-color: #f1f7f7;
    color: var(--primaryColor);
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease 0.1s; 
}

.checkbox--group[b-2vtyhh7xdd] {
    transition: all 0.3s ease;
}

.checkbox-item[b-2vtyhh7xdd] {
    flex: 1 1 auto;
}

.checkbox--list--wrap[b-2vtyhh7xdd] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

    .checkbox--list--wrap div .checkbox--group[b-2vtyhh7xdd] {
        display: flex;
        gap: 7px;
        padding: 8px;
        border: 1px solid #dbdbdb;
        border-radius: 6px;
        transition: all 0.3s ease;

    }



.pointer[b-2vtyhh7xdd] {
    cursor: pointer;
}

input[type="checkbox"][b-2vtyhh7xdd] {
    accent-color: var(--primaryColor);
    transition: all 0.3s ease;
    width: 18px;
    height: 18px;
}

.checkbox--group[b-2vtyhh7xdd] {
    transition: background-color 0.3s ease 0.1s, border-color 0.3s ease 0.1s;
}

.selected--checkbox .checkbox--group[b-2vtyhh7xdd] {
    background-color: #f1f7f7;
    border-color: var(--primaryColor);
}
/* /Shared/LabeledDate.razor.rz.scp.css */
label[b-pj6k58afsy] {
    margin-bottom: 2px;
}
/* /Shared/LabeledDropdown.razor.rz.scp.css */
label[b-0y6sp5jxkb] {
    margin-bottom: 2px;
}
/* /Shared/LabeledDropdownProvider.razor.rz.scp.css */
label[b-pfpkxbggde] {
    margin-bottom: 2px;
}
/* /Shared/LabeledEmail.razor.rz.scp.css */
label[b-gko2csq7v5] {
    margin-bottom: 2px;
}
/* /Shared/LabeledHyphenatedNumber.razor.rz.scp.css */
label[b-he20dir058] {
    margin-bottom: 2px;
}
/* /Shared/LabeledInput.razor.rz.scp.css */
.labeled-input[b-ummbbiuske] {
    position: relative;
}

label[b-ummbbiuske] {
    width: max-content;
    margin-bottom: 0.125rem;
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

svg[b-ummbbiuske] {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 0.75rem;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    bottom: 0rem;
}

.left[b-ummbbiuske] {
    border-radius: 0.25rem 0 0 0.25rem;
    left: 0rem;
}

.right[b-ummbbiuske] {
    border-radius: 0 0.25rem 0.25rem 0;
    right: 0rem;
}

.labeled-input:has(svg.left) input[b-ummbbiuske] {
    padding-left: 2.75rem;
}

.labeled-input:has(svg.right) input[b-ummbbiuske] {
    padding-right: 2.75rem;
}
/* /Shared/LabeledMoney.razor.rz.scp.css */
.labeled-money[b-dopwllbzp4] {
    position: relative;
}

label[b-dopwllbzp4] {
    width: max-content;
    margin-bottom: 0.125rem;
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

svg[b-dopwllbzp4] {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 0.75rem;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    bottom: 0rem;
}

.left[b-dopwllbzp4] {
    border-radius: 0.25rem 0 0 0.25rem;
    left: 0rem;
}

.right[b-dopwllbzp4] {
    border-radius: 0 0.25rem 0.25rem 0;
    right: 0rem;
}

.labeled-money:has(svg.left) input[b-dopwllbzp4] {
    padding-left: 2.75rem;
}

.labeled-money:has(svg.right) input[b-dopwllbzp4] {
    padding-right: 2.75rem;
}
/* /Shared/LabeledNumber.razor.rz.scp.css */
label[b-h8hw7dg6ci] {
    margin-bottom: 2px;
}
/* /Shared/LabeledQueryableTags.razor.rz.scp.css */
.labeled-queryable-tags[b-pazug0o08w] {
    position: relative;
}

.labeled-queryable-tags--list[b-pazug0o08w] {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 8px);
    padding: 0.15rem 0.1rem 0.15rem;
    z-index: 9999;
    display: none;
}

.selected[b-pazug0o08w] {
    max-height: 12rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.13rem 0.12rem;
    bottom: 2.595rem;
    overflow: auto;
}

.options[b-pazug0o08w] {
    display: block;
    margin-top: 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.labeled-queryable-tags--list-item[b-pazug0o08w] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.selected--item[b-pazug0o08w] {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #1f2937;
    width: max-content;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .selected--item:hover[b-pazug0o08w] {
        border-color: var(--primaryColor);
        background-color: #E5F3F5;
        color: var(--primaryColor);
    }

    .selected--item svg:hover[b-pazug0o08w] {
        border: 1px solid #fca5a5;
        background-color: #fee2e2;
        color: #991b1b;
        cursor: pointer;
        border-radius: 0.25rem;
    }

.options__valid:hover[b-pazug0o08w] {
    background-color: var(--primaryColor);
    color: white;
    cursor: pointer;
    padding-inline: 1rem;
}

.options__invalid[b-pazug0o08w] {
    font-style: italic;
    text-align: center;
}
/* /Shared/LabeledRadioButton.razor.rz.scp.css */
.selected--checkbox[b-f6x14w4597], .selected--checkbox label[b-f6x14w4597] {
    border: 1px solid var(--primaryColor) !important;
    background-color: #f1f7f7;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}

.radio--list--wrap[b-f6x14w4597] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.radio--list--wrap div .radio--group[b-f6x14w4597] {
    display: flex;
    min-width: 6rem;
    width: 8rem;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
}
.pointer[b-f6x14w4597]{
    cursor: pointer;
}
/* /Shared/LabeledTel.razor.rz.scp.css */
label[b-ytgfok3dvf] {
    margin-bottom: 2px;
}
/* /Shared/LabeledTelExt.razor.rz.scp.css */
label[b-xey7wlckpn] {
    margin-bottom: 2px;
}
/* /Shared/LabeledText.razor.rz.scp.css */
label[b-536tpycic7] {
    margin-bottom: 2px;
}
/* /Shared/LabeledTextArea.razor.rz.scp.css */
label[b-ninp0pknyt] {
    margin-bottom: 2px;
}

textarea[b-ninp0pknyt]{
    resize: none;
}
/* /Shared/LabeledTextNumber.razor.rz.scp.css */
label[b-zqk9ytsxu9] {
    margin-bottom: 2px;
}

.stage-status[b-zqk9ytsxu9] {
    background-color: #bbf7d0;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 0.7rem;
    color: #15803d;
}

.svg[b-zqk9ytsxu9] {
    stroke: 2px;
    height: 0.7rem;
    width: 0.7rem;
    font-size: 0.8rem;
}

.stage-status span[b-zqk9ytsxu9] {
    padding-left: 3px;
}
/* /Shared/LabeledTextRegex.razor.rz.scp.css */
label[b-9tawfxh8ci] {
    margin-bottom: 2px;
}
/* /Shared/LabeledTime.razor.rz.scp.css */
label[b-r5sqxu0o6x] {
    margin-bottom: 2px;
}

.time-colon[b-r5sqxu0o6x] {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 3px;
    align-content: center;
}

.ampm[b-r5sqxu0o6x] {
    border: 1px solid var(--borderColor);
    padding: 5px 10px 3px 10px;
    border-radius: 4px;
    color: var(--borderColor);
}

    .ampm:hover[b-r5sqxu0o6x] {
        cursor: pointer;
    }

.active[b-r5sqxu0o6x] {
    color: white;
    background: var(--primaryColor);
}
/* /Shared/Layouts/ContentLayout.razor.rz.scp.css */
div[b-3z6d7flml4] {
    flex: 1 1 0%;
    background-color: transparent;
    padding: 1rem;
}
/* /Shared/Layouts/DialogModalLayout.razor.rz.scp.css */
*[b-n0iwhbo1ik] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.dialog-modal-layout[b-n0iwhbo1ik] {
    border: 1px solid #d4d4d4;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    color: #404040 !important;
    min-width: 0;
}

.dialog-modal-layout--header[b-n0iwhbo1ik] {
    border: 1px solid transparent;
    border-bottom-color: #d4d4d4;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .dialog-modal-layout--header.items-center[b-n0iwhbo1ik] {
        align-items: center;
    }

.header--texts h4[b-n0iwhbo1ik] {
    color: #bb2324;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.header--texts p[b-n0iwhbo1ik] {
    color: #737373;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
}

.dialog-modal-layout--footer[b-n0iwhbo1ik] {
    border: 1px solid transparent;
    border-top-color: #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.dialog-modal-layout--header[b-n0iwhbo1ik],
.dialog-modal-layout--footer[b-n0iwhbo1ik] {
    padding: 1rem;
}
.dialog-modal-layout--body[b-n0iwhbo1ik]{
    background-color: #f8f9f9;
}
/* /Shared/MainLayout.razor.rz.scp.css */

.page[b-q6gq32vec6] {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}


main[b-q6gq32vec6] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}

.sidebar[b-q6gq32vec6] {
    transition: all ease-in-out 150ms;
}

.sidebar-small[b-q6gq32vec6] {
    transition: all ease-in-out 150ms;
}

.top-row[b-q6gq32vec6] {
    position: sticky;
    top: 0;
    background-color: #FBFBFD;
    border-bottom: 1px solid #E6E6EA;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

    .top-row[b-q6gq32vec6]  a, .top-row[b-q6gq32vec6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-q6gq32vec6]  a:hover, .top-row[b-q6gq32vec6]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-q6gq32vec6]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media only screen and (max-width:991px) {
    .top-row:not(.auth)[b-q6gq32vec6] {
        display: none;
    }

    .top-row.auth[b-q6gq32vec6] {
        justify-content: space-between;
    }

    .top-row[b-q6gq32vec6]  a, .top-row[b-q6gq32vec6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .page[b-q6gq32vec6] {
        display: flex;
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebarBackground[b-q6gq32vec6] {
        background-color: #f0f0f0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 500px;
        flex-shrink: 0;
    }

    .sidebar[b-q6gq32vec6] {
        width: 250px;
        box-shadow: 0px 1px 2px 2px rgba(110, 110, 110, 0.072); /*sidebar shadow*/
    }

    .sidebar-small[b-q6gq32vec6] {
        width: 95px;
    }

    main[b-q6gq32vec6] {
        flex: 1;
        overflow-y: auto;
    }

    .top-row[b-q6gq32vec6] {
        padding: 10px;
    }

        .top-row.auth[b-q6gq32vec6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-q6gq32vec6], article[b-q6gq32vec6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------- TABLET VIEWPORT ----------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */


@media (min-width: 768px) and (max-width: 991.98px) {
    main[b-q6gq32vec6] {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------- LAPTOP AND SMALLER DESKTOP  ------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:992px) and (max-width: 1199px) {

    main[b-q6gq32vec6] {
        width: 80%;
    }


    .sidebar[b-q6gq32vec6] {
        width: 95px;
        box-shadow: 0px 1px 2px 2px rgba(110, 110, 110, 0.072); /*sidebar shadow*/
    }
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------  DESKTOP  ------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */


@media (min-width: 1200px) and (max-width: 1499px) {

    main[b-q6gq32vec6] {
        width: 75%;
    }
}
/* /Shared/NavigateBack.razor.rz.scp.css */
a[b-jcq1doms14] {
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    a:hover[b-jcq1doms14] {
        color: #bb2324;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.gtec-header-sidebar[b-ww9umiwyku] {
    width: 40px;
}

.top-row[b-ww9umiwyku] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-ww9umiwyku] {
    font-size: 1.1rem;
    flex: 1;
}

.oi[b-ww9umiwyku] {
    font-size: 0.9rem;
    margin-right: 6px;
    vertical-align: text-top;
    top: -2px;
}

span[b-ww9umiwyku] {
    font-size: 1rem;
    font-weight: normal;
}

.nav-name--sm[b-ww9umiwyku] {
    font-size: 0.99rem !important;
}

.nav-name[b-ww9umiwyku] {
    font-size: 0.98rem;
}

.nav-link[b-ww9umiwyku] {
    font-size: 3rem;
    /** color: var(--backgroundColor); **/
}

.nav-link svg[b-ww9umiwyku] {
    height: 1.7rem;
    margin-right: 6px;
}

.MenuIcon[b-ww9umiwyku] {
    height: 1.7rem;
    margin-right: 6px;
    filter: contrast(100%) contrast(30%);
}

.nav-item[b-ww9umiwyku] {
    font-size: 0.8rem;
    /** padding-bottom: 0.5rem; **/
}

/** .nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
} **/

.nav-item[b-ww9umiwyku]  a {
    /* color: #707070; */
    color: var(--backgroundColor);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    /* line-height: 3rem;*/
    font-family: NunitoSemiBold;
}

.nav-item[b-ww9umiwyku]  a.active .MenuIcon {
    filter: brightness(0) invert(1);
}

.nav-item[b-ww9umiwyku]  a.active {
    background-color: var(--primaryColor);
    color: var(--backgroundColor);
    font-family: NunitoBold;
}


.nav-item[b-ww9umiwyku]  a.active:hover {
    background-color: #1AADBA;
    color: var(--backgroundColor);
}

.nav-item[b-ww9umiwyku]  a:hover {
    background-color: var(--primaryColor);
    /*   color: black;*/
}

.separator[b-ww9umiwyku] {
    margin: -40px 20px 40px 20px;
    border-bottom: 1px solid #E6E6EA;
}


@media (min-width: 992px) and (max-width: 1199px) {

    .oi[b-ww9umiwyku] {
        font-size: 1.1rem;
        margin-right: 5px;
        vertical-align: text-top;
        top: -2px;
    }

    .nav-item[b-ww9umiwyku] {
        font-size: 0.8rem;
        padding-bottom: 0.25rem;
    }

    .navbar-toggler[b-ww9umiwyku] {
        display: none;
    }

    .gtec-header-sidebar[b-ww9umiwyku] {
        width: 100%;
        margin-left: 10px;
    }

    .collapse[b-ww9umiwyku] {
        display: block;
    }

    .nav-scrollable[b-ww9umiwyku] {
        min-height: 100vh;
        overflow-y: hidden;
    }

    .navigationBar .nav-item .nav-name[b-ww9umiwyku] {
        display: none;
    }
}

@media (min-width: 1200px) {

    .oi[b-ww9umiwyku] {
        font-size: 1.5rem;
        margin-right: 10px;
        vertical-align: text-top;
        top: -2px;
    }

    .nav-item[b-ww9umiwyku] {
        font-size: 1rem;
        padding-bottom: 0.25rem;
    }

    .navbar-toggler[b-ww9umiwyku] {
        display: none;
    }

    .gtec-header-sidebar[b-ww9umiwyku] {
        width: 100%;
        /** margin-left: 10px; **/
    }

    .collapse[b-ww9umiwyku] {
        display: block;
    }

    .nav-scrollable[b-ww9umiwyku] {
        min-height: 100vh;
        overflow-y: hidden;
    }
}
/* /Shared/NeutralButton.razor.rz.scp.css */
button[b-xseekhpujj] {
    border: 1px solid #d4d4d4;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #404040;
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 2.25rem;
    padding: 0.5rem 1rem;
}

    button:hover[b-xseekhpujj] {
        border-color: #e5e5e5;
        background-color: #e5e5e5;
        color: #262626;
        transition-property: border-color, background-color, color;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
/* /Shared/NumberInput.razor.rz.scp.css */
label[b-mnhd7axwpe] {
    margin-bottom: 2px;
}
/* /Shared/PrimaryButton.razor.rz.scp.css */
button[b-lapfxyqw84] {
    border: 1px solid #bb2324;
    border-radius: 0.5rem;
    background-color: #bb2324;
    color: rgba(var(--neutral-50), 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 2.25rem;
    padding: 0.5rem 1rem;
}

    button:hover[b-lapfxyqw84] {
        border-color: #63BBC3;
        background-color: #63BBC3;
        transition-property: background-color;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
/* /Shared/QuestionTypeSelector.razor.rz.scp.css */
*[b-yrfuf6ff1a] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*   *, *::before, *::after {
        outline: 2px solid green;
    }*/

.ct-questionnaire[b-yrfuf6ff1a] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.questionnaire__button[b-yrfuf6ff1a] {
    display: flex;
    gap: 10px;
}

.radio--group[b-yrfuf6ff1a] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}

    .radio--group:hover[b-yrfuf6ff1a] {
        background-color: rgba(var(--neutral-200), 0.5);
    }

.pointer[b-yrfuf6ff1a] {
    cursor: pointer;
}

.ct-questionnaire[b-yrfuf6ff1a] {
    display: grid;
}

.input-text[b-yrfuf6ff1a] {
    width: 30%;
}

.ct-main-questions > .question__wrapper:has(.child--component) .child--component[b-yrfuf6ff1a] {
    padding-left: 10px;
}

.child--component > *[b-yrfuf6ff1a] {
    padding-bottom: 7px;
    padding-top: 7px;
}

.question__wrapper[b-yrfuf6ff1a] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 8px;
    padding: 7px;
}

.ct-cards[b-yrfuf6ff1a] {
    display: flex;
    gap: 10px;
}

.cards[b-yrfuf6ff1a] {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.cards--title[b-yrfuf6ff1a] {
    color: var(--primaryColor);
    font-weight: 700;
}



button[title] svg[b-yrfuf6ff1a] {
    color: rgba(var(--neutral-500), 1);
    width: 0.875rem;
    height: 0.875rem;
    cursor: pointer;
}

.provider--modal--container[b-yrfuf6ff1a] {
    padding: 1.5rem;
}

.provider--modal--header__add-button[b-yrfuf6ff1a] {
    color: #f1f1f1;
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

input[type="text"][b-yrfuf6ff1a] {
    outline-color: rgba(var(--neutral-200), 1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    width: 100%;
    height: 2.25rem;
    padding-inline: 0.75rem;
    display: block;
    transition: var(--transition-all);
}

    input[type="text"]:focus-visible[b-yrfuf6ff1a] {
        outline-color: rgba(var(--cyan-500));
    }

    input[type="text"][disabled][b-yrfuf6ff1a] {
        background-color: rgba(var(--neutral-100), 1);
        color: rgba(var(--neutral-600), 0.5);
        cursor: not-allowed;
    }

.card--container[b-yrfuf6ff1a] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

    .card--container > .card--wrapper[b-yrfuf6ff1a] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(min(20%, 100%), 1fr));
        gap: 1rem;
        padding: 0.5rem;
        border: 1px solid rgba(var(--neutral-300), 1);
        border-radius: 0.75rem;
        background-color: rgba(var(--neutral-50), 0.5);
    }

.card--wrapper .card--action--btn[b-yrfuf6ff1a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: span 4;
    padding: 0.5rem;
}

    .card--wrapper .card--action--btn > h3[b-yrfuf6ff1a] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--primaryColor);
        font-weight: 800;
    }

    .card--wrapper .card--action--btn > div > button[b-yrfuf6ff1a] {
        padding: 0.375rem;
        border: 0.063rem solid transparent;
        border-radius: 0.625rem;
        background-color: rgba(var(--neutral-50),1);
        box-shadow: 0 0 1px 2px rgba(229, 229, 229, 1);
    }

        .card--wrapper .card--action--btn > div > button:hover[b-yrfuf6ff1a] {
            background-color: rgba(var(--neutral-100), 1);
            border: 0.063rem solid rgba(var(--neutral-300), 1);
        }

        .card--wrapper .card--action--btn > div > button:first-of-type[b-yrfuf6ff1a] {
            color: rgba(var(--blue-500),1);
            margin-right: 0.375rem;
        }

            .card--wrapper .card--action--btn > div > button:first-of-type:hover[b-yrfuf6ff1a] {
                color: rgba(var(--blue-800),1);
            }

        .card--wrapper .card--action--btn > div > button:last-of-type[b-yrfuf6ff1a] {
            color: #9E0000;
        }

            .card--wrapper .card--action--btn > div > button:last-of-type:hover[b-yrfuf6ff1a] {
                color: #5f0716;
            }

.header--wrapper[b-yrfuf6ff1a] {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}

    .header--wrapper > span[b-yrfuf6ff1a] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--primaryColor);
        font-weight: 700;
    }

.body--wrapper[b-yrfuf6ff1a] {
    display: grid;
    gap: 0.4rem;
}

    .body--wrapper > div[b-yrfuf6ff1a] {
        display: grid;
    }

        .body--wrapper > div > span[b-yrfuf6ff1a] {
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child[b-yrfuf6ff1a] {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child[b-yrfuf6ff1a] {
                color: rgba(var(--neutral-700),1);
            }

/*.body--wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .body--wrapper > div {*/
/*display: flex;
        flex-direction: column;*/
/*}

        .body--wrapper > div > span {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 500;
        }

            .body--wrapper > div > span:first-child {
                color: #a1a1aa;
            }

            .body--wrapper > div > span:last-child {
                color: rgba(var(--neutral-700),1);
            }*/
/* /Shared/SearchBox.razor.rz.scp.css */
div[b-kaym4ondef] {
    height: max-content;
    position: relative;
}

input[type="text"][b-kaym4ondef] {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

div > svg[b-kaym4ondef] {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.7875rem;
    left: 0.7875rem;
}

div > button[b-kaym4ondef] {
    background-color: #1AADBA;
    color: #ffffff;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.6875rem;
    right: 0.6875rem;
    visibility: hidden;
}

button > svg[b-kaym4ondef] {
    width: 1rem;
    height: 1rem;
}
/* /Shared/TagsInput.razor.rz.scp.css */
div[data-component="tags-input-wrapper"][b-63llmym0s2] {
    position: relative;
}

    div[data-component="tags-input-wrapper"] > button[b-63llmym0s2] {
        background-color: #1AADBA;
        color: #ffffff;
        border-radius: 0.25rem;
        position: absolute;
        top: 2.0635rem;
        right: 0.6875rem;
        display: none;
    }

    div[data-component="tags-input-wrapper"] > svg[b-63llmym0s2],
    div[data-component="tags-input-wrapper"] > button[b-63llmym0s2] {
        width: 1rem;
        height: 1rem;
    }

    div[data-component="tags-input-wrapper"] > div[b-63llmym0s2] {
        position: absolute;
        z-index: 50;
        width: 100%;
    }

label[b-63llmym0s2] {
    margin-bottom: 2px;
}

ul[b-63llmym0s2] {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: calc(100% - 8px);
    position: relative;
    z-index: 9999;
}

    ul[data-component="tags-input-items"][data-visibility="true"][b-63llmym0s2] {
        padding: 0.25rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    ul[data-component="tags-input-items"][data-visibility="false"][b-63llmym0s2] {
        display: none;
    }

    ul[data-component="tags-input-items"] li[b-63llmym0s2] {
        background-color: #f3f4f6;
        color: #1f2937;
        border: 1px solid #d1d5db;
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        width: max-content;
        border-radius: 0.25rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        ul[data-component="tags-input-items"] li button[b-63llmym0s2] {
            width: 0.75rem;
            height: 0.75rem;
        }

    ul[data-component="tags-input-list"][data-visibility="true"][b-63llmym0s2] {
        display: block;
        max-height: 10rem;
        overflow-y: auto;
    }

    ul[data-component="tags-input-list"][data-visibility="false"][b-63llmym0s2] {
        display: none;
    }

    ul[data-component="tags-input-list"] li[b-63llmym0s2] {
        padding: 0.25rem 0.5rem;
        cursor: pointer;
    }

        ul[data-component="tags-input-list"] li[no-match-found][b-63llmym0s2] {
            cursor: default;
        }

        ul[data-component="tags-input-list"] li:first-of-type[b-63llmym0s2] {
            border-radius: 0.25rem 0.25rem 0 0;
        }

        ul[data-component="tags-input-list"] li:last-of-type[b-63llmym0s2] {
            border-radius: 0 0 0.25rem 0.25rem;
        }

        ul[data-component="tags-input-list"] li:not([no-match-found]):hover[b-63llmym0s2] {
            background-color: var(--primaryColor);
            color: white;
        }
/* /Shared/TextInput.razor.rz.scp.css */
label[b-zth46exuag] {
    margin-bottom: 2px;
}
/* /Shared/TimeUsed.razor.rz.scp.css */
.timeused-container[b-puwd7dtk3s] {
    display: flex;
    flex-direction: column;
}

.timeused-inputs[b-puwd7dtk3s] {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 4px;
}

    .timeused-inputs input[b-puwd7dtk3s] {
        width: 80px;
        padding: 4px;
    }
/* /Shared/UnderMaintenance.razor.rz.scp.css */
.maintenance--container[b-sbsheeajpw] {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;

}

svg[b-sbsheeajpw] {
    margin: auto;
    height: 10rem;
    z-index: 2;
}

.maintenance--title[b-sbsheeajpw] {
    font-weight: 800;
    font-size: 1.4rem;
    z-index: 2;
}

.maintenance--sub--title[b-sbsheeajpw] {
    font-weight: 600;
    font-size: 0.9rem;
    color: gray;
    z-index: 2;
}

.maintenance--sub--date[b-sbsheeajpw] {
    font-weight: 600;
    font-size: 0.9rem;
    color: gray;
    z-index: 2;
}

.target--date[b-sbsheeajpw] {
    color: #bb2324 !important;
    font-weight: 800 !important;
    z-index: 2;
}
/* /Shared/UploadScanner.razor.rz.scp.css */
body[b-in07m2cjkz] {
}
/* /UI/Primitives/AutoComplete.razor.rz.scp.css */
/* /UI/Primitives/Avatar.razor.rz.scp.css */
*[b-fxsvjushf4], *[b-fxsvjushf4]::before, *[b-fxsvjushf4]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

div[data-component-part="avatar--placeholder-image"][b-fxsvjushf4],
img[data-component-part="avatar--actual-image"][b-fxsvjushf4] {
    border-radius: 50%;
    background-color: rgba(var(--cyan-500), 1);
    color: rgba(var(--neutral-50), 1);
    width: inherit;
    height: inherit;
}

div[data-component-part="avatar--placeholder-image"][b-fxsvjushf4] {
    font-weight: 700;
    display: grid;
    place-items: center;
}

img[data-component-part="avatar--actual-image"][b-fxsvjushf4] {
    object-fit: cover;
    object-position: center;
}
/* /UI/Primitives/Breadcrumb.razor.rz.scp.css */
*[b-3nzzufcuy1], *[b-3nzzufcuy1]::before, *[b-3nzzufcuy1]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

div[data-component-part="breadcrumb"][b-3nzzufcuy1] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    div[data-component-part="breadcrumb"] > :is(a, span)[b-3nzzufcuy1] {
        font-size: 0.75rem;
        line-height: 1rem;
        transition: var(--transition-all);
    }

    div[data-component-part="breadcrumb"] > a:not(:last-of-type)[b-3nzzufcuy1] {
        color: rgba(var(--neutral-400), 1);
    }

    div[data-component-part="breadcrumb"] > a:hover[b-3nzzufcuy1] {
        color: #1598A4;
    }
/* /UI/Primitives/Button.razor.rz.scp.css */
*[b-b2nufhlvx7], *[b-b2nufhlvx7]::before, *[b-b2nufhlvx7]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

button[data-component-part="button"][b-b2nufhlvx7] {
    border: 0.063rem solid transparent;
    border-radius: 0.5rem;
    font-weight: 500;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    /* variants */
    button[data-component-part="button"]:disabled[b-b2nufhlvx7] {
        cursor: not-allowed;
    }

    button[data-component-part="button"][loading][b-b2nufhlvx7] {
        cursor: progress;
    }

    button[data-component-part="button"]:focus-visible[b-b2nufhlvx7] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    button[data-component-part="button"][data-component-variant="primary"][b-b2nufhlvx7] {
        /*border-color: rgba(var(--cyan-500), 1);
        background-color: rgba(var(--cyan-500), 1);**/
        border-color: rgba(187, 35, 36, 1);
        background-color: rgba(187, 35, 36, 1);
        color: rgba(var(--neutral-50), 1);
    }

        button[data-component-part="button"][data-component-variant="primary"]:is(:disabled, [loading])[b-b2nufhlvx7] {
            border-color: rgba(var(--cyan-500), 0.063);
            background-color: rgba(var(--cyan-500), 0.5);
            color: rgba(var(--neutral-50), 0.5);
        }

        button[data-component-part="button"][data-component-variant="primary"]:not(:disabled, [loading]):hover[b-b2nufhlvx7] {
            /**border-color: rgba(var(--cyan-600), 1);
            background-color: rgba(var(--cyan-600), 1);**/
            border-color: rgba(var(--cyan-600), 1);
            background-color: rgba(var(--cyan-600), 1);
            color: rgba(var(--neutral-100), 1);
        }

    button[data-component-part="button"][data-component-variant="secondary"][b-b2nufhlvx7] {
        border-color: rgba(var(--neutral-500), 1);
        background-color: rgba(var(--neutral-500), 1);
        color: rgba(var(--neutral-50), 1);
    }

        button[data-component-part="button"][data-component-variant="secondary"]:is(:disabled, [loading])[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-500), 0.063);
            background-color: rgba(var(--neutral-500), 0.5);
            color: rgba(var(--neutral-50), 0.5);
        }

        button[data-component-part="button"][data-component-variant="secondary"]:not(:disabled, [loading]):hover[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-600), 1);
            background-color: rgba(var(--neutral-600), 1);
            color: rgba(var(--neutral-100), 1);
        }

    button[data-component-part="button"][data-component-variant="outline"][b-b2nufhlvx7] {
        border-color: rgba(var(--neutral-200), 1);
        background-color: rgba(var(--neutral-50), 1);
        color: rgba(var(--neutral-600), 1);
    }

        button[data-component-part="button"][data-component-variant="outline"]:is(:disabled, [loading])[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-200), 0.063);
            background-color: rgba(var(--neutral-50), 0.5);
            color: rgba(var(--neutral-600), 0.5);
        }

        button[data-component-part="button"][data-component-variant="outline"]:not(:disabled, [loading]):hover[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-400), 0.5);
            background-color: rgba(var(--neutral-200), 0.5);
            color: rgba(var(--neutral-800), 0.5);
        }

    button[data-component-part="button"][data-component-variant="destructive"][b-b2nufhlvx7] {
        border-color: rgba(var(--neutral-200), 1);
        background-color: hsl(var(--destructive));
        color: hsl(var(--destructive-foreground));
    }

        button[data-component-part="button"][data-component-variant="destructive"]:is(:disabled, [loading])[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-200), 0.063);
            background-color: hsl(var(--destructive));
            color: hsl(var(--destructive-foreground));
            opacity: 0.5;
        }

        button[data-component-part="button"][data-component-variant="destructive"]:not(:disabled, [loading]):hover[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-400), 0.5);
            background-color: hsl(var(--destructive) / .9);
            color: hsl(var(--destructive-foreground));
        }

    button[data-component-part="button"][data-component-variant="ghost"][b-b2nufhlvx7] {
        border-color: transparent;
        background-color: transparent;
        color: rgba(var(--neutral-800), 1);
    }

        button[data-component-part="button"][data-component-variant="ghost"]:is(:disabled, [loading])[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-200), 0.063);
            background-color: rgba(var(--neutral-50), 0.5);
            color: rgba(var(--neutral-800), 1);
            opacity: 0.5;
        }

        button[data-component-part="button"][data-component-variant="ghost"]:not(:disabled, [loading]):hover[b-b2nufhlvx7] {
            border-color: rgba(var(--neutral-400), 0.5);
            background-color: rgba(var(--neutral-50), 0.5);
            color: rgba(var(--neutral-800), 1);
        }

    /* sizes */
    button[data-component-part="button"][data-component-size="default"][b-b2nufhlvx7] {
        width: 100%;
        height: 2.25rem;
        padding: 0.5rem 1rem;
    }

    button[data-component-part="button"][data-component-size="sm"][b-b2nufhlvx7] {
        width: 100%;
        height: 2rem;
        padding-inline: 0.75rem;
        font-size: 0.75rem;
        line-height: 1rem;
    }

    button[data-component-part="button"][data-component-size="lg"][b-b2nufhlvx7] {
        width: 100%;
        height: 2.5rem;
        padding-inline: 2rem;
    }

    button[data-component-part="button"][data-component-size="icon"][b-b2nufhlvx7] {
        aspect-ratio: 1 / 1;
        width: 2.25rem;
        height: 2.25rem;
        justify-content: center;
    }
/* /UI/Primitives/Card.razor.rz.scp.css */
*[b-7zxgh4zycx], *[b-7zxgh4zycx]::before, *[b-7zxgh4zycx]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

div[data-component-part="card"][b-7zxgh4zycx] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: white;
}

div[data-component-part="card--header"][b-7zxgh4zycx] {
    border-bottom: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem 0.5rem 0 0;
    background-color: rgba(var(--neutral-100), 1);
    color: rgba(var(--zinc-500), 1);
    height: 2.313rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

div[data-component-part="card--body"][b-7zxgh4zycx] {
    padding: 1rem;
}
/* /UI/Primitives/Dialog.razor.rz.scp.css */
*[b-poyamae48z], *[b-poyamae48z]::before, *[b-poyamae48z]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

[data-component-part="dialog"][b-poyamae48z], [b-poyamae48z]::backdrop {
    margin: auto;
    opacity: 0;
    transition: opacity 150ms, display 150ms allow-discrete, overlay 150ms allow-discrete;
}

[data-component-part="dialog"][open][b-poyamae48z] {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    outline: none;
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    color: rgba(var(--neutral-600), 1);
}

[data-component-part="dialog--header"][b-poyamae48z] {
    /** background-color: rgba(var(--cyan-500), 1); */
    background-color: #BB3431;
    /** color: rgba(var(--neutral-50), 1); **/
    border: 1px solid beige;
    min-height: 4.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

[data-component-part="dialog--header-content__left"][b-poyamae48z] {
    flex: 1 1 0%;
    display: flex;
    gap: 1rem;
}

    [data-component-part="dialog--header-content__left"]:has(div ~ div) div:first-of-type[b-poyamae48z] {
        width: 2.5rem;
        height: 2.5rem;
        display: grid;
        place-items: center;
    }

    [data-component-part="dialog--header-content__left"] h1[b-poyamae48z] {
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-transform: uppercase;
    }

    [data-component-part="dialog--header-content__left"] h4[b-poyamae48z] {
        font-size: 0.75rem;
        margin-top: -0.25rem;
        line-height: 1rem;
    }

[data-component-part="dialog--body"][b-poyamae48z] {
    background-color: #F6F6F6;
    padding: 1rem;
}

[data-component-part="dialog--body-content"][b-poyamae48z] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    padding: 1rem;
}

[data-component-part="dialog--footer"][b-poyamae48z] {
    border-top: 0.063rem solid rgba(var(--neutral-200), 1);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

[data-component-part="dialog"][open][b-poyamae48z], [open][b-poyamae48z]::backdrop {
    opacity: 1;
}

@starting-style {
    [open][b-poyamae48z], [open][b-poyamae48z]::backdrop {
        opacity: 0;
    }
}
/* /UI/Primitives/Label.razor.rz.scp.css */
*[b-tndm6bddyo], *[b-tndm6bddyo]::before, *[b-tndm6bddyo]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

label[data-component-part="label"][b-tndm6bddyo] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

    label[data-component-part="label"]:hover > span:first-child[b-tndm6bddyo] {
        color: rgba(var(--cyan-500), 1);
    }

    label[data-component-part="label"] > span:nth-child(2)[b-tndm6bddyo] {
        color: #ef4444;
    }
/* /UI/Primitives/Money.razor.rz.scp.css */
*[b-qhd533pcsb], *[b-qhd533pcsb]::before, *[b-qhd533pcsb]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

div[b-qhd533pcsb] {
    position: relative;
    color: rgba(var(--neutral-600), 0.5) !important;
}

input[data-component-part="input-money"][b-qhd533pcsb] {
    outline-color: rgba(var(--neutral-200), 1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    width: 100%;
    height: 2.25rem;
    padding-inline: 1.85rem;
    display: block;
    transition: var(--transition-all);
}

    input[data-component-part="input-money"]:focus-visible[b-qhd533pcsb] {
        outline-color: rgba(var(--cyan-500));
    }

    input[data-component-part="input-money"][disabled][b-qhd533pcsb] {
        background-color: rgba(var(--neutral-100), 1);
        color: rgba(var(--neutral-600), 0.5);
        cursor: not-allowed;
    }

svg[b-qhd533pcsb] {
    color: #1D1D1D;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
    width: 2.175rem;
    height: 2.175rem;
    position: absolute;
    bottom: 0;
}

.svg--disabled[b-qhd533pcsb] {
    color: rgba(var(--neutral-600), 0.5);
    cursor: not-allowed;
}
/* /UI/Primitives/Select.razor.rz.scp.css */
*[b-ac127bf093], *[b-ac127bf093]::before, *[b-ac127bf093]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

div[data-component-part="select"][b-ac127bf093] {
    position: relative;
}

div[data-component-part="select--trigger-content"][b-ac127bf093] {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div[data-component-part="select--portal"][b-ac127bf093] {
    display: none;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    width: 100%;
    padding: 0.375rem;
    position: absolute;
    z-index: 2;
}

    div[data-component-part="select--portal"][data-state="open"][b-ac127bf093] {
        animation-name: slideDown;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }

ul[data-component-part="select--content"][b-ac127bf093] {
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    list-style: none;
    max-height: 10rem;
    overflow-y: auto;
    transition: var(--transition-all);
}

    ul[data-component-part="select--content"]:hover[b-ac127bf093] {
        scrollbar-color: rgba(var(--cyan-500), 1) rgba(var(--neutral-50), 1);
    }

li[data-component-part="select--item"][b-ac127bf093] {
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    cursor: pointer;
}

    li[data-component-part="select--item"]:hover[b-ac127bf093] {
        background-color: rgba(var(--cyan-500), 1);
        color: rgba(var(--neutral-50), 1);
    }
/* /UI/Primitives/Skeleton.razor.rz.scp.css */
[data-component-part="skeleton"][b-qaa8w7ofdv] {
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-100), 1);
}
/* /UI/Primitives/Tel.razor.rz.scp.css */
*[b-9dd7fddtj5], *[b-9dd7fddtj5]::before, *[b-9dd7fddtj5]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[data-component-part="input-text"][b-9dd7fddtj5] {
    outline-color: rgba(var(--neutral-200), 1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    width: 100%;
    height: 2.25rem;
    padding-inline: 0.75rem;
    display: block;
    transition: var(--transition-all);
}

    input[data-component-part="input-text"]:focus-visible[b-9dd7fddtj5] {
        outline-color: rgba(var(--cyan-500));
    }

    input[data-component-part="input-text"][disabled][b-9dd7fddtj5] {
        background-color: rgba(var(--neutral-100), 1);
        color: rgba(var(--neutral-600), 0.5);
        cursor: not-allowed;
    }
/* /UI/Primitives/Text.razor.rz.scp.css */
*[b-ck8eeczqvb], *[b-ck8eeczqvb]::before, *[b-ck8eeczqvb]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

input[data-component-part="input-text"][b-ck8eeczqvb] {
    outline-color: rgba(var(--neutral-200), 1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    width: 100%;
    height: 2.25rem;
    padding-inline: 0.75rem;
    display: block;
    transition: var(--transition-all);
}

    input[data-component-part="input-text"]:focus-visible[b-ck8eeczqvb] {
        outline-color: rgba(var(--cyan-500));
    }

    input[data-component-part="input-text"][disabled][b-ck8eeczqvb] {
        background-color: rgba(var(--neutral-100), 1);
        color: rgba(var(--neutral-600), 0.5);
        cursor: not-allowed;
    }
/* /UI/Primitives/TheTextArea.razor.rz.scp.css */
*[b-paqq94wmnl], *[b-paqq94wmnl]::before, *[b-paqq94wmnl]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

textarea[data-component-part="text-area"][b-paqq94wmnl] {
    outline-color: rgba(var(--neutral-200), 1);
    border: 0.063rem solid rgba(var(--neutral-200), 1);
    border-radius: 0.5rem;
    background-color: rgba(var(--neutral-50), 1);
    width: 100%;
    height: 6.25rem;
    padding-inline: 0.75rem;
    padding-block: 0.5rem; 
    /*scroll-padding-bottom: 11rem;*/
    display: block;
    transition: var(--transition-all);
}

    textarea[data-component-part="text-area"]:focus-visible[b-paqq94wmnl] {
        outline-color: rgba(var(--cyan-500));
    }

    textarea[data-component-part="text-area"][disabled][b-paqq94wmnl] {
        background-color: rgba(var(--neutral-100), 1);
        color: rgba(var(--neutral-600), 0.5);
        cursor: not-allowed;
    }
