﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*font added*/
/*@font-face {
    font-family: "NunitoRegular";
    src: url(../assets/fontstyle/Nunito-Regular.ttf);
}

@font-face {
    font-family: "NunitoBold";
    src: url(../assets/fontstyle/Nunito-Bold.ttf);
}

@font-face {
    font-family: "NunitoSemiBold";
    src: url(../assets/fontstyle/Nunito-SemiBold.ttf);
}*/


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- GLOBAL CSS - LESTER-------------------------------------------------------- */
/* ------------- PLEASE AVOID CREATING CSS STYLE FOR ONE COMPONENT ONLY, THIS CSS ONLY APPLIES TO TWO OR MORE COMPONENT ------------ */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
:root {
    /** --primaryColor: #bb2324;
    --hoverPrimaryColor: #F57F7F;
    --backgroundColor: #F6F6F6;
    --borderColor: #CBCBCB;
    --fieldColor: #F6F6F6;
    --tableHeaderColor: #DEECED;
    --green: #43a047;
    --yellow: #cbcd1c;
    --red: #ef4444;
    --header-title: #6F6F6F; **/

    --primaryColor: #bb2324;
    --secondaryColor: #a90031;
    --fontColor: #100f0d;
    --backgroundColor: #eff2f3;
    --hoverPrimaryColor: #F57F7F;
    /** --backgroundColor: #F6F6F6; **/
    --headersColor: #3e4e62;
    --subHeaderColor: #aac5cf;
    --borderColor: #CBCBCB;
    --fieldColor: #F6F6F6;
    --tableHeaderColor: #DEECED;
    --green: #43a047;
    --yellow: #cbcd1c;
    --red: #ef4444;
    --header-title: #6F6F6F;
}

.job-status {
    background-color: #CBCBCB;
}

.jobs-container {
    display: flex;
    background-color: #6F6F6F;
}

.no-drop {
    border: 1px solid red;
    background-color: pink;
}

.can-drop {
    border: 1px solid red;
    background-color: pink;
}

.dropzone {
    height: 100px;
}

* {
    font-family: "Nunito", nunito;
    font-display: swap;
}

.primary--scroll {
    scrollbar-color: #bb2324 rgba(var(--neutral-50), 1);
}

.svg-icon {
    display: flex;
}

.svg-icon svg {
    height: 18px;
    width: 19px;
    margin: 10px 0 10px 0;
    fill: orange;
}

.nav-disabled {
    pointer-events: none;
}

.mud-check-mod .mud-input-control {
    flex-direction: unset !important;
}

.warning-message {
    /* background-color: #ffc454;*/
    background-color: #fff6dc;
    border-radius: 8px;
    border: 1px solid #ffc454;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 9px 0;
    gap: 10px;
}

.warning-message>* {
    color: #f6b843;
    font-weight: 800;
}

label {
    font-weight: 700;
    color: #1d1d1d;
}

.checkbox-label {
    font-weight: 500 !important;
}

.input-hint {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 700;
    color: gray;
    margin: 8px 0;
}

.input-hint span {
    color: red;
}

.patient-header {
    position: sticky;
    padding-top: 5px;
    top: 3.5rem;
    background: var(--backgroundColor);
    z-index: 1;
    margin-left: 2px;
}

html,
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #242934;
    background-color: var(--backgroundColor) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /*user-select: none;*/
}

.padding-icon {
    padding: .375rem 2rem !important;
}

.dropdown-icon {
    filter: invert(41%) sepia(29%) saturate(1541%) hue-rotate(314deg) brightness(90%) contrast(101%);
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    pointer-events: none;
    z-index: 1;
}

.label--input--text {
    display: grid;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 400;
    color: gray;
}

.description-text {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
    color: gray;
}

.title-name {
    color: var(--primaryColor);
    font-weight: 800;
    font-size: 18px;
}

.title-name-gray {
    font-weight: 800;
    color: gray;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
}

.background-image-gtec {
    background-image: url(../assets/overridebg.png);
    position: relative;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    user-select: none;
}

.input-max-width {
    max-width: 14.5rem !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Patient Insurance Status Color*/
.PatientInsuranceActive {
    padding: 3px 0 3px 0;
    color: #008000;
    text-align: center;
    background-color: #DEEBDE;
    border-radius: 20px;
    border: 1px solid #008000;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.PatientInsuranceInctive {
    padding: 3px 0 3px 0;
    color: #9E0000;
    text-align: center;
    background-color: #F7DEDE;
    border-radius: 20px;
    border: 1px solid #9E0000;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

/*Status Color*/
.Scheduled {
    /*  padding: 3px 0 3px 0;*/
    color: #008000;
    text-align: center;
    background-color: #DEEBDE;
    border-radius: 20px;
    border: 1px solid #008000;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.ConfirmedSchedule {
    /*   padding: 3px 0 3px 0;*/
    color: #006400;
    text-align: center;
    background-color: #DEE8DE;
    border-radius: 20px;
    border: 1px solid #006400;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.Re-scheduled {
    /*    padding: 3px 0 3px 0;*/
    color: black;
    text-align: center;
    background-color: #F7F7DE;
    border-radius: 20px;
    border: 1px solid #BBBB28;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.MissedAppointment,
.AwaitingLabsTests {
    /*  padding: 3px 0 3px 0;*/
    color: #9E0000;
    text-align: center;
    background-color: #F7DEDE;
    border-radius: 20px;
    border: 1px solid #9E0000;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.AwaitingMA {
    /*   padding: 3px 0 3px 0;*/
    color: #a020f0;
    text-align: center;
    background-color: #eee1f6;
    border-radius: 20px;
    border: 1px solid #a020f0;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.CancelledAppointment {
    /*   padding: 3px 0 3px 0;*/
    color: #414141;
    text-align: center;
    background-color: #ececec;
    border-radius: 20px;
    border: 1px solid #414141;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.Checked-In,
.LabsTestsOngoing,
.ForReview {
    /* padding: 3px 0 3px 0;*/
    color: #0000ff;
    text-align: center;
    background-color: #dedef7;
    border-radius: 20px;
    border: 1px solid #0000ff;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.LateCheck-In,
.OngoingTech {
    /*  padding: 3px 0 3px 0;*/
    color: #178aaf;
    text-align: center;
    background-color: #eff4f5;
    border-radius: 20px;
    border: 1px solid #add8e6;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.Checked-Out,
.AwaitingDoctor {
    /*    padding: 3px 0 3px 0;*/
    color: #008080;
    text-align: center;
    background-color: #deebeb;
    border-radius: 20px;
    border: 1px solid #008080;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.AwaitingTech,
.OngoingDoctor {
    /*    padding: 3px 0 3px 0;*/
    color: #1f0623;
    text-align: center;
    background-color: #e3e0e3;
    border-radius: 20px;
    border: 1px solid #1f0623;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.OngoingMA {
    /*    padding: 3px 0 3px 0;*/
    color: #b87700;
    text-align: center;
    background-color: #f7eede;
    border-radius: 20px;
    border: 1px solid #b87700;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.case-status-open {
    display: grid;
    padding: 3px 0 3px 0;
    color: #006400;
    text-align: center;
    background-color: #DEE8DE;
    border-radius: 20px;
    border: 1px solid #006400;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}

.case-status-close {
    display: grid;
    padding: 3px 0 3px 0;
    color: #9E0000;
    text-align: center;
    background-color: #F7DEDE;
    border-radius: 20px;
    border: 1px solid #9E0000;
    width: 80%;
    font-weight: 800;
    margin: auto;
    position: relative;
}


.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 196px;
}

.navigationBar {
    /*    background: #2a2b25;
    background: white;*/
    border-bottom: 1px solid var(--backgroundColor);
    background: var(--headersColor);
    color: var(--backgroundColor);
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.sub-header {
    padding-bottom: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primaryColor);
    margin: 10px 0px;
}

.sub-header-title {
    margin: 10px 0;
    font-size: 1rem;
    font-weight: 800;
    color: black;
}

/*.fieldTheme {
    background: var(--fieldColor);
}*/
.font-bold {
    color: var(--boldTextColor);
}

.font-medium {
    color: var(--mediumTextColor);
}

.font-light {
    color: var(--lightTextColor)
}

.warning {
    color: #CC3300;
}

.error {
    color: #ef4444;
}

.success {
    color: #22c55e;
}

.ErrorForm {
    border: 1px solid var(--red);
    color: var(--red);
}


.ActiveForm {
    border: 1.5px solid var(--green);
    color: var(--green);
}


.FormContainer {
    display: flex;
    flex-wrap: wrap;
}

.p-i {
    padding: 5px 8px;
}

.ChildContainer {
    padding: 5px 8px;
    flex: 0 1 50%;
}

.container-items {
    flex: 0 1 50%;
    padding-top: 5px;
}

.ChildFull:nth-child(5) {
    flex: 100%;
}

.DetailsMaxWidth {
    max-width: 980px;
    margin: auto
}

.WhiteContainer {
    background-color: white;
    margin: 10px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
}

.patient-reqfield {
    font-weight: 700;
    color: gray;
    font-size: 13px;
}

h6 {
    font-size: 0.9rem;
    font-family: "Nunito", sans-serif;
}

.FormTitle {
    font-family: "Nunito", sans-serif;
    color: #bb2324;
    font-weight: 600;
}

.DropDownContainer {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid #E6E6EA;
    position: absolute;
    max-height: 200px;
    box-shadow: 0px 1px 4px 2px rgba(110, 110, 110, 0.142);
    z-index: 200;
}

.DropDownItem:hover {
    background-color: #1967d2;
    color: white;
    cursor: pointer;
}

.LineSeparator {
    border-top: 1px solid var(--primaryColor);
    width: 100%;
}

.search-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.AppointmentField {
    background-color: var(--fieldColor);
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    padding: 8px;
    margin-right: 5px;
    display: inline-block;
}

.Date-Style {
    border: 1px solid var(--headersColor);
    border-radius: 4px;
    color: var(--fontColor);
}

.search-date {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-day {
    font-weight: 400;
    margin: auto;
    /*  margin-right: 5px;*/
    font-size: 1rem;
    color: var(--fontColor);
}

.search-row .Date-Style input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 0 !important;
    /* padding: .75rem;*/
    position: relative;
    width: 65%;
    /*  width: 100%;*/
    /* text-align: center;*/
    color: var(--fontColor);
    height: 35px;
    display: ruby;
}

.search-row .Date-Style input:focus {
    border: none;
}

.search-row .Date-Style input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/*.Date-Style input[type="date"]::-webkit-calendar-picker-indicator {
    background: white;
    color: white;
    width: 100%;
    -webkit-appearance: none;
}
.Date-Style .form-control{
    text-align: center;
}*/
.child {
    max-width: 100%;
    min-width: 30px;
    width: fit-content;
    margin: 7px 3px 7px 3px;
}

.child>* {
    flex: 0 1 33%;
}

.child:first-child {
    margin-right: auto;
    width: fit-content;
}

.schedtitle {
    display: flex;
    width: 100%;
}


.appointmentschedulebody {
    display: flex;
}

.calendarheader {
    background-color: cadetblue;
}

.caption {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.appointment-day {
    border: 1px solid red;
    height: 100% !important;
}

.parent {
    display: flex;
    align-items: center;
    text-align: center;
}

.schedulingHeader {
    gap: 5px;
    display: flex;
    color: white;
    background-color: var(--primaryColor);
    height: 30px;
}

.timeHeader {
    width: 12%;
    margin: auto;
    text-align: center;
}

.patientHeader {
    width: 88%;
    margin: auto;
    text-align: center
}

.hoursContainer {
    width: 6%;
}

.minsContainer {
    width: 6%;
}

.patientContainer {
    width: 88%;
}

.hoursContainer>div {
    height: 120px;
    border-color: #bb2324;
    border-style: solid;
    border-width: 1px 0px 0 1px;
    display: flex;
    align-items: center;
    font-weight: 800;
    background-color: #ECF7F8;
}

.minsContainer>div {
    border-color: #bb2324;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    min-height: 30px;
    max-height: 120px;
}

.minsContainer div:hover,
.patientContainer>div:hover {
    background-color: #E5F4F5;
    cursor: pointer;
}

.patientContainer>div {
    border-color: #bb2324;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    min-height: 30px;
    max-height: 60px;
    display: flex;
}

.patientContainer>div:hover {
    background-color: #E5F4F5;
    cursor: pointer;
}

.containerScheduling {
    overflow-x: scroll;
    overflow-x: auto;
    max-height: 500px;
    border: 1px solid #E6E6EA;
}

.placeItemCenter {
    place-items: center;
}

.SchedulingSmall {
    display: none;
}

.largetime {
    display: grid
}

.StatusContainer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.StatusContainer p {
    flex: 1 1 0px;
    text-align: start;
}

.StatusContainer:nth-child(1) {
    padding-left: 20px;
}

.active-tab-background-table {
    background-color: white;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    border-radius: 8px;
}

.active-tab-background {
    /* background-color: var(--fieldColor);*/
    background-color: white;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
    border-radius: 8px;
    border: 1px solid #ededed;
}

.active-tab-background-table .active-tab-background div:nth-child(3) {
    background-color: #f9f9f9;
    margin: 0;
}

div.active-tab {
    display: block;
    width: 100%;
}

div.inactive-tab {
    display: none;
}

.mud-radio-group label {
    position: relative;
}

.inj-list .mud-radio-group>* {
    margin-right: 13px;
}

.inj-list .mud-radio-content-placement-end {
    margin-right: 8px !important;
    margin-inline-end: 8px !important;
}

.nav-hover .nav-link:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.mud-check-mod .nav-link:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.mud-typography-body1 {
    font-size: 0.9rem !important;
    /* font-weight: 700 !important;*/
    font-family: "Nunito", nunito;
    color: #1d1d1d !important;
}

.mud-check-mod .mud-icon-button {
    padding: 4px 5px 4px 0px !important;
}

.nav-link.active {
    background-color: #bb2324 !important;
    border-radius: 4px;
    color: white;
}

.base-category .details-container .svg-warning {
    stroke: orange;
    margin-left: 10px;
    margin-right: 20px;
}

.base-category .details-container .svg-success {
    stroke: green;
    margin-left: 10px;
    margin-right: 20px;
}

/*.base-category .nav-link.active .svg-warning, svg-success {
    stroke: orange;
}*/
.main-category-tab {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.main-category-tab .svg-warning {
    margin-left: 10px;
    padding: 2px;
    stroke: orange;
}

.main-category-tab .svg-success {
    margin-left: 10px;
    padding: 2px;
    stroke: green;
}

.category-tab {
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    padding: 7px 15px;
}

.category-tab-active {
    background-color: var(--primaryColor);
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    padding: 7px 15px;
    color: white;
}

.base-category .nav-link.active {
    border-left: 4px solid var(--primaryColor);
    background-color: #D5EDEF !important;
    border-radius: 4px;
    color: black;
    font-weight: 700;
}

.base-category .details-container .nav-link.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    stroke: #bb2324 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bb2324' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-header-tabs {
    gap: 10px;
}

.nav-header-tabs .nav-link {
    color: black;
    border-radius: 4px;
    background-color: var(--fieldColor);
    display: flex;
    justify-content: space-between;
}

.nav-link.active {
    background-color: #bb2324 !important;
    border-radius: 4px;
    color: white;
}

.photo-container {
    display: flex;
    justify-content: center;
}

.photo-container .profile-photo-modal {
    width: 95px;
    height: 90px;
    border-radius: 12px;
}

.profile-name {
    font-size: 18px;
    font-weight: 800;
    color: var(--primaryColor);
    padding-top: 10px;
    /*    text-align: center;*/
}

.modal-profile-name {
    font-size: 18px;
    font-weight: 800;
    color: var(--primaryColor);
    padding-top: 10px;
    text-align: center;
}

.form-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    height: 70vh;
}

.details-container {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
}

.main-details-container>* {
    background-color: white;
    padding: 15px 10px !important;
    margin: 6px 0;
    border-radius: 8px;
    box-shadow: 0px 1px 1px 1px rgba(110, 110, 110, 0.072);
}

.patient-details-modal {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.patient-details-modal>div {
    margin: 4px 0;
}

.patient-details-modal>div:nth-child(odd)>span:first-child {
    font-weight: 800;
    color: gray;
}

.patient-details-modal>div:nth-child(even)>span:first-child {
    font-weight: 800;
}

.patient-contact-modal img {
    height: 20px;
    filter: invert(44%) sepia(99%) saturate(368%) hue-rotate(137deg) brightness(92%) contrast(96%);
}

.patient-contact-modal div span {
    color: var(--primaryColor);
    font-weight: 800;
}

.PatientDetailContainer {
    font-size: .76rem;
    display: flex;
}

.PatientInformation {
    border-right: 1px solid rgb(221, 221, 221);
    max-width: 400px;
    background-color: #FBFBFD;
}

label {
    font-size: clamp(0.8rem, 10vw, 0.8rem);
}

.label-none label {
    display: none !important;
    font-size: clamp(0.8rem, 10vw, 0.8rem);
}

.PatientImage {
    height: 100px;
}

.OtherInformation {
    display: inline-flex;
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.contact-details-items {
    display: flex;
    flex-direction: column;
}

.contact-details-items>span:nth-child(1) {
    color: var(--primaryColor);
    font-weight: 800;
}

.contact-details-items img {
    height: 20px;
}

.sub-header {
    font-weight: 800;
}

.largeButton {
    display: block;
}

.smallButton {
    display: none;
}

.mx-sm-1>span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.jamar-details-header {
    background-color: var(--primaryColor);
    margin-left: -20px;
    margin-top: -30px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100px;
}

.header {
    color: #fff;
    font-weight: 600;
}

.header-caption {
    font-weight: 800;
    font-size: 14px;
    color: var(--primaryColor);
}

.autosearch-input {
    /*  position: relative;*/
    display: flex;
    align-items: center;
}

.autosearch-input-field {
    /* btn--add {flex: 1; */
    /* padding-right: 2.75rem;*/
    margin-right: -10px;
}

.input-button-right {
    /* background: linear-gradient(3deg, rgba(15,124,134,1) 0%, rgba(21,153,165,1) 100%); */
    background: linear-gradient(3deg, rgba(187, 35, 36, 100), rgba(247, 104, 104, 100) 100%);
    border: 1px solid #d1d5db;
    color: white;
    padding: 0.60rem;
    width: 2.375rem;
    height: 2.375rem;
    right: 0;
    border-radius: 0px 4px 4px 0px;
}

.input-button-right:hover {
    /* background: linear-gradient(3deg, rgba(15,124,134,0.01) 0%, rgba(15,124,134,1) 0%); */
    background: linear-gradient(3deg, rgba(245, 108, 108, 1) 0%, rgba(245, 108, 108, 100) 0%);
    color: white;
}

.main-questionnaire-tab {
    padding: 2px 0 2px 0;
}

.main-questionnaire-tab .questionnaire-tab {
    /* border: 1px solid var(--borderColor);*/
    /*  background-color: white;*/
    margin: 7px 3px 3px 3px;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    border-radius: .25rem;
}

.main-questionnaire-tab .questionnaire-tab-active {
    font-weight: 700;
    color: var(--primaryColor);
}

.main-questionnaire-tab .questionnaire-tab-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 4px;
    background-color: var(--primaryColor);
}

.notif-count {
    right: -10px;
    top: -8px;
    background-color: #ff7a003e;
    border-radius: 50%;
    padding: 0px 7px 0px 7px;
    margin-left: 10px;
    text-align: center;
    color: #fe5d20ff;
    font-weight: 800;
    /* position: absolute;*/
}

.questionnaire-collapse {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

.questionnaire-collapse>* {
    width: 100%;
}

/* --------- New Insurance Modal -------- */
.new-insurance-modal {
    width: 100%;
    max-width: 1250px;
}

/* --------- Buttons -------- */
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn {
    border-radius: 4px !important;
}

.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-primary {
    border-radius: 4px;
    border: none;
    color: white;
    background-color: var(--primaryColor);
    /*    width: fit-content;*/
}

.btn-calendar .btn:disabled {
    cursor: not-allowed;
}

.btn-disabled {
    border-radius: 4px;
    border: none;
    color: white;
    background-color: var(--borderColor);
}

.btn-add-row {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    background-color: white;
    border-radius: 4px;
    width: 100%;
}

.btn-add-row:hover {
    background-color: #d9eff1;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}

.btn-add-row img {
    height: 20px;
    filter: invert(41%) sepia(95%) saturate(841%) hue-rotate(143deg) brightness(95%) contrast(34%);
    margin-bottom: 2px;
}

.btn--primary {
    border-radius: 4px;
    border: none;
    color: white;
    background-color: var(--primaryColor);
    /*    width: fit-content;*/
}

.btn--primary:hover {
    color: white;
    background-color: var(--hoverPrimaryColor);
}

.btn--primary img {
    height: 20px;
    filter: brightness(0) invert(1);
    margin-bottom: 2px;
}

.btn--primary svg {
    height: 22px;
    stroke: white;
    margin-bottom: 2px;
}

.btn-primary:hover {
    background-color: var(--hoverPrimaryColor);
}

.btn-primary img {
    height: 20px;
    filter: brightness(0) invert(1);
    margin-bottom: 2px;
}

.btn--add {
    border-radius: 4px;
    border: none;
    color: white;
    background: linear-gradient(3deg, rgba(187, 35, 36, 100), rgba(247, 104, 104, 100) 100%);
    /*background: linear-gradient(3deg, rgba(60,78,98,1) 0%, rgba(86,99,90,1) 100%);
    background: linear-gradient(3deg, rgba(15,124,134,1) 0%, rgba(21,153,165,1) 100%);**/
    /*    width: fit-content;*/
}

.btn--add:hover {
    background: linear-gradient(3deg, rgba(245, 108, 108, 1) 0%, rgba(245, 108, 108, 100) 0%);
    /*background: linear-gradient(3deg, rgba(60,78,98,1) 0%, rgba(86,99,90,1) 0%);*/
    color: white;
    /*    width: fit-content;*/
}

.btn--add img {
    height: 20px;
    filter: brightness(0) invert(1);
    margin-bottom: 2px;
}

.btn--add svg {
    height: 22px;
    stroke: white;
    margin-bottom: 2px;
}

.btn-tertiary {
    color: var(--primaryColor);
    background-color: white;
    border-radius: 4px;
}

.btn-tertiary:hover {
    color: var(--primaryColor);
    background-color: white;
    border: 1px solid var(--primaryColor);
}

.btn-tertiary svg {
    height: 22px;
    stroke: var(--primaryColor);
    margin-bottom: 2px;
}

.btn--cancel {
    border-radius: 4px;
    border: 1px solid red;
    color: red;
    background-color: #feedf0;
}

.btn--cancel:hover {
    color: white;
    background-color: #ea0027;
}

.CompMedical-btn {
    gap: 5px;
    padding: .375rem .75rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.CompMedical-btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn-calendar {
    border-radius: 4px;
    border: 1px solid var(--borderColor);
    color: var(--primaryColor);
    background-color: white;
}

.btn-calendar:hover {
    background-color: var(--fieldColor);
    color: var(--primaryColor);
}

/*   .btn-calendar img {
        height: 20px;
        filter: invert(41%) sepia(95%) saturate(841%) hue-rotate(143deg) brightness(100%) contrast(44%);
        margin-bottom: 2px;
    }*/

.btn-calendar svg {
    height: 20px;
    stroke: var(--primaryColor);
}

.btn-second {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    background-color: white;
    border-radius: 4px;
}

.btn-second:hover {
    background-color: white;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}

.btn-second img {
    height: 20px;
    filter: invert(41%) sepia(95%) saturate(841%) hue-rotate(143deg) brightness(95%) contrast(34%);
    margin-bottom: 2px;
}

.btn-date svg {
    margin: 5px;
    height: 22px;
    filter: invert(41%) sepia(95%) saturate(841%) hue-rotate(143deg) brightness(95%) contrast(34%);
}

.backbtn {
    align-items: center;
    display: flex;
    margin: 0 20px;
    color: black !important;
    cursor: pointer;
}

.backbtn img {
    height: 15px !important;
}


.btn-dark {
    color: white;
    background: #576d47;
    border-radius: 3px;
    padding: 6px 10px;
    border: none;
}

.btn.btn-dark:hover {
    color: #fff;
    border: none;
    background: #415334;
    border-radius: 3px
}

.btn-back {
    max-width: 50%;
    color: white;
    background: var(--primaryColor);
    border-radius: 3px;
    padding: 6px 10px;
    border: none;
}

.btn-back:hover {
    color: white;
    opacity: 0.7;
    transition-duration: 300ms;
}

.btn-delete {
    display: none;
    color: white;
    background: var(--primaryColor);
    border-radius: 3px;
    padding: 6px 10px;
    border: none;
}

.btn-delete:hover {
    color: white;
    opacity: 0.7;
    transition-duration: 300ms;
}


.primaryText {
    color: var(--primaryColor);
}

.layoutBackground {
    background: white;
    padding: 16px 29px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

select:hover {
    cursor: pointer;
}

select.form-control option {
    padding: 100px !important;
    /* Adjust the padding value as needed */
    height: 100px !important;
    /* Set the desired height for the options */
    line-height: 100px !important;
}


/* ---------- Toast -----------t */
.blazored-toast-container {
    position: fixed;
    right: 2rem;
    top: 1rem;
    z-index: 1000;
    animation: slideInRight 0.5s ease-in-out;
}

.blazored-toast {
    width: 20rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .3);
    border-radius: .25rem;
    animation: slideInRight 0.5s ease-in-out;
    margin-bottom: 10px;
}

.blazored-toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #007bff;
    background-color: rgba(255, 255, 255, .85);
    border-bottom: solid 1px rgba(0, 0, 0, .125);
    border-radius: .25rem .25rem 0 0;
}


.blazored-toast-body {
    padding: .75rem;
}


.blazored-toast-success {
    color: white;
    background: var(--green)
}


.blazored-toast-info {
    color: white;
    background: #eab308;
}

.blazored-toast-warning {
    color: white;
    background: #f97316;
}


.blazored-toast-danger {
    color: white;
    background: var(--red);
}

.blazored-toast button {
    position: absolute;
    right: 20px;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.25rem;
    cursor: pointer;
    color: white;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}




/* --------- Table ---------*/


.table-container {
    margin: auto;
    overflow: auto;
    min-width: 100px;
    width: 100%;
}


table {
    width: 100%;
    word-wrap: break-word;
}

th {
    border-left: 1px solid white;
    font-size: 0.8rem;
}

th:nth-child(1) {
    border: none;
}

th,
td {
    padding: 6px;
    white-space: normal;
    height: 34px;
    /* added height*/
    min-height: .8em;
    max-height: .8em;
    font-size: 0.83rem;
}


.wrapper {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    background: white;
}

th,
th.sticky-col.sticky-column,
th.sticky-col.sticky-column-first {
    background: var(--headersColor);
    color: var(--backgroundColor);
}


/*
    th:after {
        content: '';
        height: 50%;
        width: 1px;
        position: absolute;
        right: 0;
        top: 10px;
        background-color: #9b9aba;
    }

    th:last-child:after {
        display: none;
    }
*/
.table-items:hover {
    background-color: #EFF4F5;
    cursor: pointer;
}

/*tr:nth-child(even):hover, tr:hover {
    background-color: red;
    cursor: pointer;
}*/

td {
    border-bottom: 1px solid #e9ecef;
}

tr:nth-child(even) {
    background-color: var(--backgroundColor);
}

.table-container::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.table-container::-webkit-scrollbar-track {
    background-color: lightgray;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--primaryColor);
}


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.disabled-schedule {
    pointer-events: none;
}

/*table Loading*/
.skeleton-box span {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    display: flex;
    padding: 10px;
    background-color: #EFEFEF;
}

.skeleton-box span::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, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
    content: '';
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/*table Pagination*/
.pagination-container .active a {
    background-color: #bb2324;
    border-radius: 4px;
    color: white;
}

.page-item a {
    padding: 5px 10px;
}

.list-unstyled {
    gap: 2px;
    margin: 0px 5px;
}

.hover_style:hover {
    background-color: #C9E4E6;
    border-radius: 4px;
    color: black;
}

.active a:hover {
    background-color: var(--hoverPrimaryColor);
    color: white;
}

.list-unstyled {
    padding: 5px 10px;
    background-color: var(--backgroundColor);
    border-radius: 14px;
}

.page-item img {
    height: 15px;
}

.page-item a svg {
    stroke: white;
    height: 17px;
}

.Button-Background a {
    display: flex;
    align-items: center;
    background-color: var(--primaryColor);
    padding: 7px 5px;
    border-radius: 6px;
}

.Button-Background a:hover {
    background-color: var(--hoverPrimaryColor);
}

.Button-Background .disabled {
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    /*    border: 1px solid white;*/
    padding: 7px 5px;
    border-radius: 6px;
    pointer-events: none;
}

.Button-Background .disabled svg {
    stroke: lightgray;
    height: 17px;
}

.place-items-center {
    place-items: center;
}

/* ---------- NO DATA OR LOADING DATA INDICATOR ---------- */
.centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centered-content img {
    width: 100px;
    height: auto;
    padding: 0;
    margin-top: 15px;
    display: inline-flex;
}

.centered-content h5 {
    font-size: 15px;
    font-weight: 500;
}

.centered-content.noData {
    flex-direction: column;
}

.noData {
    font-size: 20px !important;
    margin-top: 20px;
    font-weight: 600;
}

.message {
    margin-top: 10px;
}

.LoadingData {
    width: 150px;
}

.CustomSelect {
    /* -webkit-appearance: menulist-button;*/
    /* appearance: menulist-button;*/
    /*   font-size: 13px !important;*/
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
    height: 38px !important;
}

.select-visit-status {
    /* background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;*/
    height: 25px !important;
    /*   padding-right: 28px;*/
    font-size: 0.9em !important;
    width: max-content;
    display: grid;
}

.select-visit-status option {
    background-color: white;
    color: black;
}

.select-location {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
    height: 38px !important;
    padding-right: 30px;
    width: max-content;
    border-color: var(--fontColor);
}

/* ---------- FORMS ---------- */
input[type=radio] {
    accent-color: var(--primaryColor);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2);
    margin-right: 5px;
}


/* --------------------- MODAL -------------------------*/
.medium-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: flex;
    width: 90%;
    max-width: 450px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    padding: 20px 20px 40px 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

/*.Blazored-modal-focus-trap{
    margin:auto;
}*/
.small-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: flex;
    width: 80vw;
    min-width: 400px;
    max-width: min-content;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
    padding: 10px 20px 40px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    animation: pop-in 0.2s;
}

.saving-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: flex;
    width: 80vw;
    min-width: 290px;
    max-width: min-content;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    min-height: 290px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    animation: pop-in 0.2s;
}

.saving--modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: flex;
    width: 80vw;
    min-width: 290px;
    max-width: min-content;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    min-height: 290px;
    color: white;
}

.view-modal {
    background-color: var(--backgroundColor);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 90vw;
    height: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
    /*   max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    margin: 1.75rem;*/
}

/*.bm-container {
    display:flex !important;
    margin:auto;
    justify-content: center;
    align-content:center;
    flex-wrap:wrap;
}
@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}*/
/* --------- Error Indicator (Blazor) DO NOT DELETE ---------*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

/* Saving Loading */
.loading-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.progress-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.lds-default,
.lds-default div {
    box-sizing: border-box;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6.4px;
    height: 6.4px;
    background: white;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 36.8px;
    left: 66.24px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22.08px;
    left: 62.29579px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11.30421px;
    left: 51.52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7.36px;
    left: 36.8px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11.30421px;
    left: 22.08px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22.08px;
    left: 11.30421px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 36.8px;
    left: 7.36px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 51.52px;
    left: 11.30421px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62.29579px;
    left: 22.08px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66.24px;
    left: 36.8px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62.29579px;
    left: 51.52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 51.52px;
    left: 62.29579px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.intake--loader--container {
    display: grid;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
}

.intake--loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- RESPONSIVENESS -------------------------------------------------------- */
/* -------------- PLEASE MATCH YOUR CSS ACCORDING TO THE VIEWPORT DO NOT CREATE ANOTHER TO AVOID CONFLICT RESPONSIVENESS ---------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 991px) {

    .navigationBar {
        text-align: start;
        padding: 10px;
    }

    .child {
        /* display: flex; */
        flex-direction: row;
        width: 100%;
        margin: 6px 0;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- SMALL PHONE VIEWPORT ------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:576px) {
    .layoutBackground {
        margin: 0px 10px;
        padding: 20px;
    }

    .ChildContainer {
        flex: 100%;
    }

    /*Browse Styling*/
    .search-row {
        display: block;
        width: 100%;
    }

    .parent {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .hoursContainer {
        width: 100%;
    }

    .minsContainer {
        width: 100%;
        /*    display: flex;*/
        flex-wrap: wrap;
    }

    .SchedulingSmall {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .patientContainer {
        display: none;
    }


    .hoursContainer>div {
        height: 30px;
        width: 100%;
        color: white;
        background-color: var(--primaryColor);
    }

    .placeItemCenter {
        width: 100%;
    }

    .largetime {
        display: none;
    }

    .timeHeader {
        display: none;
    }

    /*   Patient Details*/
    .PatientDetailContainer {
        display: block;
    }

    .nav-header-tabs {
        justify-content: center;
    }

    .PatientInformation {
        max-width: 100%;
        border: none;
        background-color: white;
    }

    .OtherInformation {
        overflow: hidden;
        height: auto;
    }

    .largeButton {
        display: none;
    }

    .smallButton {
        display: block;
    }

    .patient-contact-modal {
        display: none
    }
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- BIGGER PHONE VIEWPORT ----------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */


@media (min-width: 576px) and (max-width: 767.98px) {
    .layoutBackground {
        margin: 0px 15px;
    }

    .ChildContainer {
        flex: 100%;
    }


    .search-row {
        display: block;
        width: 100%;
    }

    /*.child {*/
    /* display: flex; */
    /*flex-direction: row;
        min-width: 97%;
    }*/

    .parent {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .hoursContainer {
        width: 100%;
    }

    .minsContainer {
        width: 100%
    }

    .SchedulingSmall {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .patientContainer {
        display: none;
    }

    .hoursContainer>div {
        height: 30px;
        width: 100%;
        color: white;
        background-color: var(--primaryColor);
        font-weight: 800;
    }

    .placeItemCenter {
        width: 100%;
    }

    .largetime {
        display: none;
    }

    .timeHeader {
        display: none;
    }

    .patientHeader {
        width: 100%;
    }

    .patient-contact-modal {
        display: none
    }

    .nav-header-tabs {
        justify-content: center;
    }

    /*   Patient Details*/
    .PatientDetailContainer {
        display: block;
    }

    .PatientInformation {
        max-width: 100%;
        border: none;
        background-color: white;
    }

    .OtherInformation {
        overflow: hidden;
        height: auto;
    }

    .largeButton {
        display: none;
    }

    .smallButton {
        display: block;
    }

    .ct--hospitalization__items {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- TABLET VIEWPORT -------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */


@media (min-width: 768px) and (max-width: 991.98px) {
    .layoutBackground {
        margin: 0px 20px;
    }

    .ChildContainer {
        flex: 100%;
    }

    .search-row {
        display: block;
        width: 100%;
    }

    /*.child {*/
    /* display: flex; */
    /*flex-direction: row;
        min-width: 97%;
    }*/

    /*   Patient Details*/
    .PatientDetailContainer {
        display: block;
    }

    .PatientInformation {
        max-width: 100%;
        border: none;
        background-color: white;
    }

    .OtherInformation {
        overflow: hidden;
        height: auto;
    }

    .largeButton {
        display: none;
    }

    .smallButton {
        display: block;
    }

    .ct--hospitalization__items {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------- LAPTOP AND SMALLER DESKTOP  ------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:992px) and (max-width: 1199px) {
    .ct--hospitalization__items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------  DESKTOP  ------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */


@media (min-width: 1200px) and (max-width: 1499px) {
    .ct--hospitalization__items {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------- ULTRAWIDE DESKTOP ------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1500px) {}

.full-large-modal {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 98vw;
    height: 92vh;
    max-width: 98vw;
    max-height: 53rem;
    margin-inline: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
}

.full-large-modal .bm-content {
    height: 100%;
    display: grid;
}

.ct--hospitalization__items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

/*.PatientModal {
    overflow: auto;
    max-width: 98vw;
    margin-left: auto;
    margin-right: auto;
    height: 90vh;
    position: relative;
}

    .PatientModal .bm-header {
        display: none;
    }

    .PatientModal .bm-content {
        position: absolute;
        inset: 0;
    }*/

/* Spine Labeled Modal */


div.spine-small-labeled-modal {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 50vw;
    height: 100%;
    max-width: 120rem;
    /*max-height: 50rem;*/
    /*max-height: calc(100vh - 210px);*/
    margin-inline: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
}

div.spine-small-labeled-modal .bm-content {
    height: 100%;
    display: grid;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

div.spine-labeled-modal {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 90vw;
    height: 100%;
    max-width: 120rem;
    /*max-height: 50rem;**/
    /*max-height: calc(100vh - 210px);**/
    margin-inline: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
}

div.spine-labeled-modal-child {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 90vw;
    height: 100%;
    max-width: 120rem;
    margin-inline: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
    margin-top: 35px;
    margin-bottom: 35px;
}

div[data-modal-slot="spine-label"] {
    background-color: #bb2324;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    position: absolute;
    top: -2.251rem;
    left: 1rem;
}

div[data-modal-slot="line-separator-gray"] {
    background-color: #ededed;
    width: 100%;
    height: 1px;
}

div[data-modal-slot="line-separator"] {
    background-color: var(--primaryColor);
    width: 100%;
    height: 1px;
}

div[data-modal-slot="line-separator"][variant="as-border"] {
    background-color: #E6E6EA;
}

div.spine-labeled-modal .bm-content {
    height: 100%;
    display: grid;
}

div.spine-labeled-modal-child .bm-content {
    height: 100%;
    display: grid;
}

div[data-file-manager-component] {
    /*background-color: #f3f4f6;*/
    border: 1px solid #d1d5db;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

div[data-file-manager-component] p {
    margin: 0;
}

div[data-file-manager-component]>div {
    padding-block: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

div[data-file-manager-component]>div>div {
    flex: 1 1 0%;
}

div[data-file-manager-component]>div>div p:first-of-type {
    font-weight: 600;
}

div[data-file-manager-component]>div>div p:last-of-type {
    font-size: smaller;
}

div[data-file-manager-component] progress {
    background-color: #d1d5db;
    width: 100%;
    height: 0.5rem;
    border-radius: 0.25rem;
}

div[data-file-manager-component] progress::-webkit-progress-bar {
    background-color: #d1d5db;
    height: 0.5rem;
    border-radius: 20px;
}

div[data-file-manager-component] progress::-webkit-progress-value {
    background-color: #059669;
    height: 0.5rem;
    border-radius: 20px;
}

div[data-file-manager-component] progress::-moz-progress-bar {
    height: 0.5rem;
    border-radius: 20px;
}

.blazored-modal .bm-header {
    display: none;
}

div.tabbed-modal {
    width: 90vw;
    margin-inline: auto;
}

div.tabbed-modal .bm-header {
    display: none;
}


:is(button, input, select, textarea, a):not(.btn-danger):is(:focus-visible) {
    border-color: rgba(26, 173, 186, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgba(26, 173, 186, 0.25) !important;
}

/* Intake forms new */
.intake--forms--qa {
    padding: 10px;
}

.intake__radio__button .mud-radio-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.intake__radio__button__grid .mud-radio-group {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

.intake__checkbox__button .mud-input-control.mud-input-control-boolean-input {
    justify-content: flex-end;
}

.intake__radio__button__large .mud-radio-group {
    display: flex;
    gap: 7px;
}

.intake__radio__button__large .mud-radio-group .mud-radio {
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #dbdbdb;
    margin-inline-start: 0;
    gap: 4px;
}


.intake__radio__button__large .mud-radio-group .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

.intake__radio__button__large .mud-radio-group .mud-radio .mud-radio-content {
    padding-right: 11px;
    width: 5.3rem;
    user-select: none;
}

.intake__radio__button .mud-radio-group .mud-radio-content-placement-end {
    /* margin-left: 0 !important;
    margin-right: 0 !important;*/
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    flex-direction: row;
}

.intake__radio__button .mud-radio-group .mud-radio {
    padding: 6px 12px !important;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

.intake__radio__button .mud-radio-group .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

.intake__radio__button .mud-radio-group .mud-radio .mud-radio-content {
    padding-right: 11px;
    min-width: 5.3rem;
    user-select: none;
}

.mud-icon-button:hover,
.mud-icon-button:focus-visible {
    background-color: transparent !important;
}

.other--selection {
    width: 22rem;
}

.input--textarea {
    max-width: 30rem;
}

.wrap--text--radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 10px;
}

.intake__radio__button__small__height .mud-radio-group .mud-radio {
    height: 40px;
}

.intake__radio__button__severity .mud-radio-group .mud-radio::after {
    content: '';
    position: relative;
    display: inline-flex;
    top: -22px;
    height: 12px;
    width: 1px;
    background-color: #a9c9c9;
}

.intake__radio__button__severity .mud-radio-group .mud-radio::before {
    content: '';
    position: absolute;
    display: flex;
    top: -10px;
    height: 1px;
    width: calc(100% + 12px);
    background-color: #a9c9c9;
}

.intake__radio__button__severity .radio__button__wrapper:first-child .mud-radio-group .mud-radio::before {
    width: calc(50% + 6px);
    left: 50%;
}

.intake__radio__button__severity .radio__button__wrapper:last-child .mud-radio-group .mud-radio::before {
    width: calc(50% + 6px);
    right: 50%;
}

.intake__radio__button__severity .mud-radio-group .mud-radio {
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column-reverse;
    right: -11px;
}

.intake__radio__button__severity .mud-radio-group .mud-radio:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

.flex--severity {
    display: flex;
    align-items: flex-end;
}

.radio__button__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intake--icon__x_padding {
    margin: 0 7px;
}

.intake--nav--icon {
    height: 1.2rem;
    margin: 0 7px;
    stroke: #9b999f;
    fill: #9b999f;
}

.selected-category .intake--nav--icon:not(.signature-custom) {
    fill: #f1f1f1 !important;
    stroke: #f1f1f1 !important;
}

.selected-category .signature-custom {
    stroke: white !important;
}

.selected-category .status--icon {
    stroke: #f1f1f1 !important;
}

.icon--rotate--default svg {
    transition-duration: 250ms;
    transform: rotate(90deg);
}

.intake--left--nav .status--icon {
    stroke: #10b981;
}

.icon--rotate--down svg {
    transform: rotate(180deg);
    transition-duration: 250ms;
}

.ct--reports {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ct--reports .items:first-child {
    width: 10rem;
}

.ct--reports .items:nth-child(2) {}

.ct--reports .items:last-child {
    width: 30rem;
}

.items__side {
    width: 8rem;
}

.option--wrapper {
    display: flex;
    gap: 8px;
    min-width: 68rem;
}

.selected--reports--danger {
    background: linear-gradient(90deg, rgba(255, 194, 194, 1) 0%, rgba(239, 68, 68, 0) 100%);
}

.selected--reports--danger::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #ef4444;
}


.ct--top--nav ul {
    display: flex;
    gap: 10px;
    padding: 2px 0;
}

.ct--top--nav ul li {
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    border-radius: 20px / 20px;
}

.ct--top--nav ul li:hover {
    cursor: pointer;
    width: 100%;
    max-width: 190px;
    background-color: var(--backgroundColor);
}

.intake__checkbox__button {
    display: flex;
    gap: 5px;
    /*  padding-bottom: 7px;*/
    flex-wrap: wrap;
}

.intake__checkbox__button .mud-checkbox {
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
}

.intake__checkbox__button .mud-checkbox:hover {
    background-color: #f4f9f9;
    border: 1px solid #a9c9c9;
}

.intake__checkbox__button .mud-checkbox .mud-typography {
    user-select: none;
    width: 150px;
    padding-right: 11px;
}

.selected-checkbox .mud-checkbox {
    border: 1px solid var(--primaryColor) !important;
    background-color: #f1f7f7;
}

.disabled-checkbox .mud-checkbox {
    cursor: not-allowed !important;
}

.selected--radio--danger {
    border: 1px solid red !important;
}

.selected--reports {
    background-color: #ff000042;
}

.selected-radio {
    border: 1px solid var(--primaryColor) !important;
    background-color: #f1f7f7;
}

.selected-checkbox .mud-checkbox p {
    color: var(--primaryColor) !important;
    font-weight: 600;
}

.selected-radio .mud-radio-content {
    color: var(--primaryColor) !important;
    font-weight: 600;
}

.intake--header {
    padding: 10px 10px;
    /*    background-color: whitesmoke;*/
    border-radius: 12px 12px 0 0;
}

.intake__header__title {
    height: 2.2rem;
    align-items: center;
    display: flex;
    font-weight: 800;
    margin-bottom: 0 !important;
}

.intake__header__line {
    height: 0.063rem !important;
    background-color: #eaeaea;
}

.intake--subtitle {
    display: flex;
    font-weight: 700;
    font-size: 1rem;
    color: #202020;
}

.ct-subtitle .intake--subtitle .title::after {
    content: "";
    display: grid;
    position: relative;
    height: 3px;
    background-color: var(--primaryColor);
    width: calc(100% + 10px);
}

.intake--forms--qa div .complaint--info {
    color: #636363;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.intake--qa .intake--question {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.intake--qa {
    display: grid;
    justify-content: center;
}

.intake--other--center {
    display: grid;
    justify-content: center;
    width: 100%;
}

.ct-intake {
    padding: 7px 0;
}

.ct-subtitle {
    padding: 4px 0;
}

.intake--name {
    font-weight: 700;
    padding-left: 5px;
    position: relative;
    padding-left: 7px;
    background-color: var(--primaryColor);
    border-radius: 25px / 25px;
    padding-right: 7px;
    color: #f1f1f1;
}

.intake--name::before {
    content: '';
    position: absolute;
    display: flex;
    top: 7px;
    height: 5px;
    border-radius: 50%;
    width: 5px;
    background-color: var(--primaryColor);
}

.hosp--details--modal {
    min-width: 30rem;
    padding: 10px;
}

.modal--details--medium {
    min-width: 40rem;
    padding: 10px;
}

.modal__items__wrapper {
    display: flex;
    width: 40rem;
    flex-wrap: wrap;
}

.modal__items__wrapper .items--title {
    width: 100%;
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 0;
}

.modal__items__wrapper .modal--items {
    width: 50%;
    padding: 4px;
}

.large--details--modal .row>* {
    padding: 7px 10px;
}

.large--details--modal .form-control {
    border: 1px solid #D7D7D7 !important;
}

.large--details--modal {
    max-width: 65rem;
    max-height: 40rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: white;
}

.ct--title {
    font-weight: 800;
    font-size: 1rem;
    padding: 14px 0;
}

.ct-hospitalization {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
    transition: background-color .2s, box-shadow .2s, border .2s;
}

.ct-hospitalization:hover {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border: 1px solid var(--primaryColor);
    box-shadow: 0px 1px 4px 1px rgba(110, 110, 110, 0.072);
}


.ct--hospitalization__items {
    display: grid;
    /* grid-template-columns: repeat(5,minmax(0,1fr));*/
    height: fit-content;
    max-height: calc(100vh - 12.49rem)
}

.ct--hosp--header {
    display: flex;
    padding: 6px;
    justify-content: space-between;
    padding-bottom: 4px;
    align-content: center;
}


.ct--hosp--header span:nth-child(2) {
    font-weight: 600;
    color: rgba(var(--neutral-600), 1);
}

.ct-hospitalization .ct--hosp--header span {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ct--sub--intake {
    border: 1px solid rgba(var(--neutral-200), 1);
    border-radius: 4px;
}

.intake__header__sub__title {
    margin-bottom: 0 !important;
}

.intake__header__sub__title {
    font-size: 1rem;
    font-weight: 700;
}

.ct--description {
    font-weight: 700;
}

.ct--description span {
    color: #727272;
}

.ct-hospitalization .ct--hosp--header span svg {
    padding: 4px;
    border-radius: 4px;
    background-color: var(--primaryColor);
    color: #f1f1f1;
    margin-right: 7px;
}

.ct--hosp--header .ct--header--icon {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    padding: 3px;
}

.ct--hosp--header .ct--header--icon:hover {
    background-color: #fee2e2;
    border: 1px solid #f87171;
    color: #dc2626;
}

.ct--hosp--header span {
    display: grid;
    justify-content: end;
}

.signature-custom {
    fill: none !important;
}

/*.ct--allergy {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

    .ct--allergy svg {
        height: 1rem;
        margin-right: 7px;
    }

    .ct--allergy span {
        font-weight: 800;
    }*/

.ct--hosp--body {
    padding: 6px;
    display: grid;
}

.wrapper--header {
    background-color: #f8f8f8;
    border-radius: 4px 4px 0 0;
}

.ct-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ct--substance svg {
    stroke: white !important;
    background-color: var(--primaryColor);
    height: 1.4rem;
    width: 1.4rem;
    padding: 4px;
    border-radius: 50%;
}

.ct--substance {
    gap: 8px;
    display: flex;
    flex-direction: row;
}

.ct-flex .ct--main--items {
    border-radius: 8px;
}

.ct-flex .ct--main--items .main--items--title {
    background-color: #E1F7F6;
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
    font-weight: 800;
    padding: 4px;
    display: inline-flex;
    align-items: center;
}

.ct-flex .ct--main--items .main--items--title svg {
    height: 0.9rem;
}

.ct-flex .ct--main--items .row--items {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
}

.ct-flex .ct--main--items .row--items .items {
    display: flex;
    flex-direction: column;
}

.ct-flex .ct--main--items .row--items .items svg {
    height: 1rem;
}

.ct-flex .ct--main--items .row--items .items__border {
    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;
}

.items__border:not(last-child) {
    /*margin-right: 10px;*/
}

.ct-flex .ct--main--items .items--title,
.ct-flex .ct--main--items .items--description {
    font-weight: 700;
}

.ct-flex .ct--main--items .items--description {
    color: #727272;
}


.intake__submenu {
    background-color: white;
    position: sticky;
    z-index: 1;
    top: 0;
}

.submenu__wrapper {
    background-color: var(--backgroundColor);
    display: inline-flex;
    border-radius: 7px;
    gap: 10px;
    padding: 10px;
}

.submenu__wrapper span {
    background-color: white;
    border: 1px solid #ececed;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
}

.submenu__wrapper span:not(.selected-submenu):hover {
    background-color: #e1f7f6;
    border: 1px solid #83b8bd;
    color: var(--primaryColor);
    transition: 150ms cubic-bezier(0.1, 0.2, 0.3, 0.4);
}

.intake__submenu .selected-submenu {
    background-color: var(--primaryColor);
    color: white;
}

.intake--forms--qa__border {
    margin-top: 10px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    height: calc(100% - 4rem);
}

/*end new*/
.wrapper--comments {
    border: 1px solid rgba(var(--neutral-200), 1);
    background-color: white;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
    height: 4rem;
    overflow-y: auto;
}

.wrapper--comments span {
    word-break: break-word;
}

.intake--forms__column .mud-radio-group {
    display: flex;
    flex-direction: column;
}

.intake--forms__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.complaint--container {
    display: grid;
    grid-template-columns: minmax(0, 230px) 2fr;
    gap: 20px;
}

.complaint--forms {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
    width: 100%;
}

.scroll--complaint {
    overflow-y: auto;
    scrollbar-color: #bb2324 rgba(var(--neutral-50), 1);
}

.complaint--title,
.complaint--row {
    display: grid;
    gap: 1px;
    width: 100%;
}

.complaint__column__two {
    grid-template-columns: 2fr 9fr;
}

.complaint__column__three {
    grid-template-columns: 2fr 4fr 4fr;
}

.complaint__column__four {
    grid-template-columns: 2fr 3fr 3fr 3fr;
}

.complaint--row {
    padding-bottom: 1px;
    background-color: #f1f1f1;
}

.complaint--row>* {
    background-color: white;
}

.complaint--title {
    font-weight: bold;
    background-color: white;
    color: white !important;
}

.complaint--title span {
    background-color: var(--primaryColor);
}

.complaint--title span,
.complaint--elements,
.complaint--results,
.complaint--comments {
    padding: 10px;
}

.cp-c {
    padding: 0 10px !important;
}

.complaint__header {
    background-color: #f7f7f7;
    min-height: 2rem;
}

.complaint--info--highlight {
    padding: 0 10px;
    color: var(--primaryColor);
    align-items: center;
}

.complaint--list {
    display: grid;
    grid-template-rows: minmax(0, 40px) 2fr;
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
}

.complaint--list ul {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
}

.complaint--list ul li {
    padding: 10px;
    font-weight: 700;
}

.complaint--list ul li:hover {
    background-color: var(--tableHeaderColor);
    cursor: pointer;
}

.complaint--list ul li.active {
    position: relative;
    background-color: #EDF7F8;
}

.complaint--list ul li.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 4px;
    height: 2.5rem;
    background-color: var(--primaryColor);
}


.intake__add svg {
    stroke: #f1f1f1;
}

.intake__add {
    padding: 6px;
    border-radius: .375rem;
}

.intake__add {
    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 {
    opacity: 94%;
}

.add__icon__site {
    transition: transform 0.2s ease;
}

.intake__add:hover .add__icon__site {
    transform: translateX(4px);
}

@keyframes toright {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(4px);
    }
}

.intake__add:active {
    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--list span {
    font-weight: bold;
    background-color: var(--primaryColor);
    color: white !important;
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 4px 4px 0 0;
}

.action--btn {
    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
}

.action--undo {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.action--btn .btn--save {
    height: 100%;
    border-radius: .375rem;
    background-color: var(--primaryColor);
    padding: 6px 12px;
    transition: all 0.2s ease;
    cursor: pointer;
    color: #f1f1f1;
}

.action--btn .btn--save svg {
    height: 0.899rem;
}

.action--btn button:hover {
    opacity: 94%;
}

.action--btn button:active {
    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);
}

textarea {
    resize: none;
}

.next--prev svg {
    height: 1.2rem;
}

.next--prev:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

div.complaint-modal {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 100vw;
    height: 100%;
    max-width: 30rem;
    max-height: 50rem;
    margin-inline: auto;
    border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
}

div.complaint-modal .bm-content {
    height: 100%;
    display: grid;
}

/*div.complaint-modal {
    background-color: white;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
    width: 50vw;
    height: 100%;
    max-width: 40rem;
    max-height: 50rem;
    margin-inline: auto;*/
/* padding: 1rem;*/
/*border-radius: 0.5rem;
    position: relative;
    top: 1.1255rem;
}*/

div.dialog-modal[role="dialog"] {
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    width: max-content;
    margin-inline: auto;
}

.notes--add_button {
    background-color: var(--primaryColor);
    height: 1.8rem;
    padding: 10px;
    border-radius: 8px;
    color: white;
}

.empty--container--message {
    padding-bottom: 6rem;
}

.notes--add_button_no_item {
    background-color: var(--primaryColor);
    height: 2.2rem;
    padding: 10px;
    margin-top: 0.8rem;
    border-radius: 8px;
    color: white;
}

.notes--add_button_no_item svg {
    stroke: white !important;
    fill: red;
}

.list--wrapper button {
    display: flex;
    justify-content: start;
    padding: 0.2rem 0;
    width: 100%;
    padding-inline: 0.75rem;
}

.list--wrapper button:not(.selected--complaint):hover {
    background-color: #EDF7F8;
    /*    padding-inline: 0.75rem;*/
    transition: var(--transition-all);
}

.no--complaint--body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 2.5rem);
    margin: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}

.no--complaint--body span:nth-child(2) {
    font-weight: 800;
    font-size: 1.5rem;
}


.menu-bar__item {}

.menu-bar__item .menu-bar__button {
    font-size: 0.9rem;
    text-align: left;
    font-weight: 800;
    padding: 8px 0;
    color: #424242;
}

.menu-bar__sub__item {
    padding-left: 2rem;
}

.menu-bar__sub__item .menu-bar__content-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
    margin: 4px 0;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    color: #424242;
}


.menu-bar__title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-bar__title svg {
    min-width: 1.1rem;
    height: 1.2rem;
    stroke: #9b999f;
}

.provider--modal--container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: auto;
    padding: 1.5rem;
    height: 100%;
}

.provider--modal--header {
    display: flex;
    justify-content: space-between;
    /*margin-top: 2rem;*/
    font-weight: 700;
}

.provider--modal--header__title {
    color: var(--primaryColor);
    font-size: 1rem;
}

.provider--modal--header__add-button {
    color: #f1f1f1;
    /*background: linear-gradient(var(--bs-danger-rgb), 1), rgba(255, 64, 129, 1);
    background: linear-gradient(3deg, rgba(15, 124, 134, 1) 0%, rgba(21, 153, 165, 1) 100%);*/
    background: linear-gradient(3deg, rgba(187, 35, 36, 100), rgba(247, 104, 104, 100) 100%);
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.provider--modal--table {
    overflow-x: auto;
    border: 1px solid #E6E6EA;
    border-radius: 4px;
    text-align: center;
}

.action--button {
    border-top: 1px solid rgba(var(--neutral-200), 1);
    display: flex;
    justify-content: center;
}

.provider--content {
    padding-right: 2px;
    height: calc(100vh - 13.7rem);
    overflow-y: auto;
}

.ct--details {
    padding: 10px;
}

.ct--details .ct--details__title {
    font-weight: 800;
    color: var(--primaryColor);
    padding-top: 15px;
}

.delete--button {
    background-color: #fee2e2 !important;
    border: 1px solid #f87171 !important;
    color: #ef4444 !important;
}

.delete--button:hover {
    background-color: #ef4444 !important;
    color: #f1f1f1 !important;
}

.box-warning {
    display: flex;
    background-color: #fee2e2;
    border: 1px solid #f87171;
    border-radius: 4px;
    width: 100%;
    height: 3rem;
    justify-content: center;
    align-items: center;
    color: #ef4444;
    font-weight: 800;
}

.box-warning svg {
    margin: 0 7px;
    padding: 2px;
}

.schedule--wrapper .body--schedule--wrapper .select--meridiem {
    display: flex;
    font-size: 0.6rem;
    text-align: center;
    gap: 3px;
    align-content: center;
    align-items: center;
    padding-left: 5px;
}

.schedule--wrapper .body--schedule--wrapper .input--time {
    display: flex;
    height: 100%;
    text-align: center;
    width: 2.4rem !important;
    border: 1px solid var(--borderColor);
    padding: 7px 8px;
    border-radius: 6px;
}


/* ------------------------------------- Provider Notes ------------------------------------- */
.sidebar-item .sidebar-item-header .status--icon .intake--icon__x_padding {
    fill: rgb(14 159 110);
    stroke: white;
}

.ct--notes {
    display: grid;
    grid-template-rows: minmax(3rem, 3rem) 1fr;
    padding: 10px;
    gap: 10px;
    height: 100%;
    width: 100%;
}

.top--notes--tools {
    display: flex;
    background-color: #f8f8f8;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 0 10px;
}

.bottom--notes--container {
    display: grid;
    grid-template-columns: minmax(18rem, 20rem) 1fr;
    gap: 10px;
}

.tool--template {
    display: flex;
    align-items: center;
    gap: 7px;
}


.tool--template label {
    color: rgba(var(--neutral-700), 1);
}

.tools--dropdown {
    min-width: 9rem;
}

.complaint--wrapper {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    height: 100%;
}

.complaint--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #E0E0E0;
}

.elements--header {
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 8px 8px 0 0;
    height: 2.5rem;
    border-bottom: 1px solid #E0E0E0;
}

.complaint--header span,
.elements--header span {
    padding: 5px 10px;
    color: var(--primaryColor);
    font-weight: 700;
}

.complaint--body,
.elements--body {
    min-height: 2rem;
}

.list--wrapper {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.selected--complaint {
    background-color: #B1DDE1;
    font-weight: 700;
    padding-inline: 0.75rem;
}

.selected--complaint:before {
    content: '';
    position: absolute;
    left: -0.6rem;
    background-color: var(--primaryColor);
    height: 1.5rem;
    width: 3px;
}

.right--notes {
    height: 100%;
}


.questionnaire--type .questionnaire--type__items {
    display: grid;
}

.questionnaire--type .questionnaire--type__items .type__list {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.questionnaire--actions {
    display: flex;
    margin-bottom: auto;
}

.questionnaire--type__name {
    font-weight: 700;
    color: rgba(var(--neutral-600), 1);
}

.questionnaire--actions button {
    margin: auto;
    width: 2.199rem;
    height: 2.199rem;
    background-color: rgba(var(--neutral-100), 1);
    border: 1px solid rgba(var(--neutral-300), 1);
    border-radius: 6px;
}

.questionnaire--actions button svg {
    stroke: var(--primaryColor);
    padding: 5px;
}



.remarks--result {
    position: relative;
    height: 2.2rem;
}

.remarks--result input {
    width: 100%;
    height: 100%;
    padding-right: 2.5rem;
}

.remarks--result button {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.199rem;
    height: 100%;
    background-color: rgba(var(--neutral-100), 1);
    border: 1px solid rgba(var(--neutral-300), 1);
    border-radius: 0 4px 4px 0;
}

.remarks--result button svg {
    stroke: var(--primaryColor);
    padding: 5px;
}

.elements--body {
    overflow-y: auto;
    scrollbar-color: #bb2324 rgba(var(--neutral-50), 1);
    height: 35.5rem;
}

.empty--elements--body {
    background-color: white;
    height: 38.6rem;
}

.elements--body__wrapper_empty {
    display: grid;
    flex-direction: column;
    height: 100%;
}

.dr-category-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.elements--body__wrapper {
    display: grid;
    gap: 1px;
    background-color: rgba(var(--neutral-200), 1);
}

.elements--body__wrapper_Denies-Reports {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 0.48rem;
    padding: 0.5rem 0.5rem 15px 10px;
}

.empty--container--message {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nofound {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    padding: 3px;
}

.empty--container--message svg {
    stroke: rgba(var(--neutral-300), 1);
}

.empty--container--message span:nth-child(2) {
    font-weight: 800;
    font-size: 1.5rem;
}

.empty--container--message span:nth-child(3) {
    color: rgba(var(--neutral-400), 1);
}


/* Card */

.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;
}

.card--body .items {
    display: flex;
    flex-direction: column;
    flex: 1 1 43%;
}

.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);
}

.modal--details--small {
    padding: 1rem;
}

.items--wrapper__column {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.wrap--checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}