@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
        url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Light.woff') format('woff'),
        url('../fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Regular.woff') format('woff'),
        url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff'),
        url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
        url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Bold.woff') format('woff'),
        url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}



@font-face {
    font-family: MonumentExtended;
    src: url("/static/css/MonumentExtended-Regular.otf") format("opentype");
    ascent-override: 100%;
}


@font-face {
    font-family: StrawFord;
    src: url("/static/css/Strawford-Regular.otf") format("opentype"),
        url("/static/css/Strawford_Regular.ttf") format("truetype"),
        url("/static/css/strawford-regular-webfont.eot") format("embedded-opentype"),
        url("/static/css/strawford-regular-webfont.woff") format("woff");
    ascent-override: 100%;
}

.dsp-fw-normal {
    font-weight: 400 !important;
  }
  
  .dsp-fw-bold {
    font-weight: 700 !important;
  }
  
  .dsp-fw-semibold {
    font-weight: 600 !important;
  }
  
  .dsp-fw-bolder {
    font-weight: bolder !important;
  }
  

body {

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: var(--mainBgColor);
    color:var( --text-body) !important;
    font-size: 13.5px;
}

h3 , h5{
    font-family: 'ClashDisplay-Medium';
    /* color: #060A20; */
}
.font-ClashDisplay-Medium{
    font-family: 'ClashDisplay-Medium';
    color:#060A20;
}

.profile-info-block{
    padding:2rem !important;
}

.follow-up-list , .item-name-list{
    color:var( --text-body);
    font-weight: 600;
}

.page-title{
    color: var(--heading-color);
    font-family: 'ClashDisplay-Medium';
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height:121.429%;
}
.dashboard-boxes{
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.single-consultation{
    margin-bottom:1.9rem
}

.single-consultation:last-child{
    margin-bottom: 0;
}

.img-block{
    background: white;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #DCDFE3;
}

.img-info{
gap: 16px;
}


.border-parent-class .row .border-padding-class {
    position: relative;
    padding: 1.5rem  0; 
}

.border-parent-class .row:first-child .border-padding-class{
    padding-top:0;
}

.border-padding-class::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #DCDFE3; 
    height: 1px;
}

.lh-18{
    line-height: 18px;
}

.border-parent-class .row:last-child .border-padding-class::after{
    border-bottom: none;
} 

.card.border-dark-color{
    border: 1px solid #DCDFE3;
    padding: 1.5rem 1rem;
}

.custom-column-block.right-block-content {
    max-width: 304px;
    margin-left: 2rem;
}

.renewal-dates{
    font-size: 0.875rem;
    line-height:137.5%;
}
a.btn.btn-whitebg.update-btn{
    background: transparent;
    border-radius: 1rem;
    padding: 1rem 2.313rem;
    display: block;
    border: 1px solid #DCDFE3;
    font-size: 1rem;
    line-height: normal;
    color:var(--whitebgcolor);
    margin-top: 1.5rem;
}

.card.treatment-plan{
    padding: 2rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 1px rgba(0, 0, 0, 0.05);
}

.subscription-box{
    font-weight: 0.75rem;
    line-height:112.5
}

.border-parent-class .row:last-child .border-padding-class{
    padding-bottom: 0;
}


.custom-column-block.left-block-listitems {
    flex-grow: 1;
}

.ft-12{
    font-size:0.75rem;
}


.main-wrapper{
    width: 100%;
    height: auto;
    display: flex;
   
    
}

.product-title{
    color: var(--text-body);
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;

}

.sub-title{
    font-size: 0.875rem;
    line-height: 137.5%;
}

.right-block{
    min-width: 320px;
}

.parent-box{
    gap:32px;
}
.lower-box{
    margin-bottom:2rem;
}


.main-content-wrap{
    flex:1;
    padding: 0 2rem;
    margin-left:250px;

}
.main-content-wrap .container{
    max-width: 1320px;
    width: 100% !important;
}

.checkout-radio {
    width: 2em;
    height: 2em;
    vertical-align: unset;
    float: none;
    margin-left: 0;
}
.btn{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn img{ width: 20px;}


/* .btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: var(--primaryColor);
    border-color: rgba(0, 0, 0, 0);
}


.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
}

.btn-primary:hover {
    background-color: var(--primaryHoverBgColor);
    border-color: rgb(0, 18, 158);
    color: rgb(0, 18, 158);
} */

.btn {
    display: inline-flex;
    padding: 0.8rem 1rem;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 1rem;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: var(--navBgColor);
    border-color: var(--navBgColor);
}


.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    border-color: var(--navBgColor);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--navBgColorhover);;
    border-color:var(--navBgColorhover);;
    color: #fff;
}


/* .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    border-color: var(--navBgColor);
    color: #fff;
} */

.btn-primary:hover {
    background-color: var(--navBgColorhover);;
    border-color:var(--navBgColorhover);;
    color: #fff;
}


/* .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    border-color: var(--navBgColor);
    color: #fff;
} */

.btn-primary:hover {
    background-color: var(--navBgColorhover);;
    border-color:var(--navBgColorhover);;
    color: #fff;
}

/* .btn-outline-primary:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #fff;
} */

.btn-danger{
    background-color:var(--alert-danger);
    border-color: var(--alert-danger);
    color: #fff;
}

.btn-danger:hover{
    background-color:var(--alert-danger-hover);
    border-color: var(--alert-danger-hover);
}
.btn-sm{
    padding: 0.5rem 1rem !important;
    border-radius: 1rem !important;
    font-size: 0.875rem !important;
    line-height: 105%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.btn-success{
    background-color: var(--success-color);
    border-color:var(--success-color)
}
.btn-success:hover{
    background-color: var(--success-hover-color);
    border-color:var(--success-hover-color)
}
.page-item.active .page-link{
    background-color:var(--navBgColor);;
    border-color:var(--navBgColor);;
}
.page-item:first-child .page-link{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius:0.5rem;
}
.page-link{
    padding: 0.8rem 1rem;
}

.btn-danger{
    background-color:var(--alert-danger);
    border-color: var(--alert-danger);
    color: #fff;
}

.btn-danger:hover{
    background-color:var(--alert-danger-hover);
    border-color: var(--alert-danger-hover);
}
.btn-sm{
    padding: 0.5rem 1rem !important;
    border-radius: 1rem !important;
    font-size: 0.875rem !important;
    line-height: 105%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.btn-success{
    background-color: var(--success-color);
    border-color:var(--success-color)
}
.btn-success:hover{
    background-color: var(--success-hover-color);
    border-color:var(--success-hover-color)
}
.page-item.active .page-link{
    background-color:var(--navBgColor);;
    border-color:var(--navBgColor);;
}
.page-item:first-child .page-link{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius:0.5rem;
}
.page-link{
    padding: 0.8rem 1rem;
}

.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:visited,
.btn-outline-secondary:focus {
    background:transparent;
    border-color:#DCDFE3 !important;
    color: #0A182A !important;
}



.btn-outline-secondary {
    border: 1px solid #DCDFE3;
    color: #0A182A;
    background-color: transparent;
}
 .btn-outline-secondary:hover {
    background: #F2F2F2 !important;

}
.btn-primary.disabled,
.btn-primary:disabled, 
 .btn-dark.disabled,
 .btn-dark:disabled {
    border-color: #DCDFE3 !important;
    background-color: #DCDFE3 !important;
    color: #758195 !important;
}

.btn-danger{
    background-color:var(--alert-danger);
    border-color: var(--alert-danger);
    color: #fff;
}

.btn-danger:hover{
    background-color:var(--alert-danger-hover);
    border-color: var(--alert-danger-hover);
}
.btn-sm{
    padding: 0.5rem 1rem !important;
    border-radius: 2rem !important;
    font-size: 0.875rem !important;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.btn-success{
    background-color: var(--success-color);
    border-color:var(--success-color)
}
.btn-success:hover{
    background-color: var(--success-hover-color);
    border-color:var(--success-hover-color)
}
.page-item.active .page-link{
    background-color:var(--navBgColor);;
    border-color:var(--navBgColor);;
}
.page-item:first-child .page-link{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius:0.5rem;
}
.page-link{
    padding: 0.8rem 1rem;
}

.font-monument-extended {
    font-family: 'MonumentExtended';
}

.bg_checkout_body {
    background-color: #f0f3fa;
}

.nav_heading {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;

    color: var(--navHeading) !important;
}

.custom_open_order_heading {
    font-family: 'ClashDisplay-Medium';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color:var( --black-textcolor);
}

.custom_invoice_text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    text-decoration-line: underline;
    color: var(--secondaryText);
}

.custom__invoice_title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #333333;
}

.custom__row {
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.primary_link,
.auto_link {
    color: #000;
}

.primary_link:hover {
    color: #000;
}

.primary_link.active {
    color: #000;
    font-weight: 700;
}

.nav-link {
    color: #000 !important;
    font-weight: 700;
}

.nav-link:hover {
    color: rgba(0, 0, 0, 0.7) !important;
}

.nav-link.active,
.nav-active .nav-link {
    color: #000 !important;
}

/* .nav-active-link .nav-link {
    border-right: 8px solid white;
    border-radius: 0;
} */


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #000;
}

.nav-link.profile-tab {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 157.143%;
    padding: 1rem 0rem;
}

.nav-link.profile-tab,
.nav-link.profile-tab:hover,
.nav-link.profile-tab.active {
    color: #000 !important;
    font-weight: 700;
}

.nav-link.profile-tab:first-child {
    margin-left: 0;
}

.nav-link.profile-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 4px;
    background: #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    user-select: none;
}

.nav-link.profile-tab:first-child::after {
    left: 0;
    width: 100%;
}

.nav-link.documents-tab:first-child::after {
    left: 1.5%;
    width: 85%;
}
.form-check-input{
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0;
}
.form-check{
    display: inline-flex;
    gap: 8px;
    min-height: auto;
    margin-bottom: 0;
   
}

.form-check-input:checked{
    background:#0A182A ;
    border-color: #0A182A ;
}
.form-check-input:focus{
    box-shadow: 0 0 0 .25rem rgba(10, 24, 42, 0.25)
}
.form-label sup{
    line-height: 100%;
    top:0;
    font-size: 0.875rem;
    font-weight: 500;
}


/*--Alert css--*/
.alert {
    padding: 1rem;
    border-radius: 1.5rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 1px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.alert-icon{
    flex:0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    flex: 0 0 32px;
    background:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.alert-content{
    flex:1;
    font-size: 0.875rem;
    color: var(--text-body);
    display: flex;
    flex-direction: column;
}
.alert-title{
    font-weight: 600;
}
.alert.alert-light{
    background-color: var(--alert-light-bg);
}
.alert.alert-light .alert-icon{
    background-color: var(--alert-light-icon-bg); 
}

.alert.alert-wraning{
    background-color: var(--alert-warning-bg);
}
.alert.alert-wraning .alert-icon{
    background-color: var(--alert-warning-icon-bg); 
}

.alert.alert-success{
    background-color: var(--alert-success-bg);
}
.alert.alert-success .alert-icon{
    background-color: var(--alert-success-icon-bg); 
}

.alert.alert-danger{
    background-color: var(--alert-danger-bg);
}
.alert.alert-danger .alert-icon{
    background-color: var(--alert-danger-icon-bg); 
}

.breadcrumb {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
}

.btn-submit {
    border-radius: 1rem;

}

.btn-3-rem {
    padding: 1rem 3rem;
}

.btn-2-rem {
    padding: 1rem 2rem;
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
}

.card {
    background-color: var(--cardBgColor);
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: none;
}

.card-bg {
    background-color: var(--cardBgColor);
}

.card-light-bg {
    background-color: var(--card-light);
}

.curved-image {
    border-radius: 2.5rem;
    object-fit: cover;
    width: 100%;
}

.form-control,
.form-select,
.input-group-text {
    border: 1.5px solid #DCDFE3;
    background-color: #FFF;
    border-radius: 1rem;
    padding: 1rem;
    font-weight: 700;
    line-height: normal;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    line-height: 1.375;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid;
    background-color: #fff;
    border-color: #0A182A;
    outline: 0;
    box-shadow: none;
    color: var(--text-body);
    font-family: 'Poppins', sans-serif !important;

}

input:-webkit-autofill::first-line {
    font-family: 'Poppins', sans-serif !important;
}

input[type="text"]:-webkit-autofill::first-line {
    font-family: 'Poppins', sans-serif !important;
}

.form-control:-webkit-autofill::first-line {
    font-family: 'Poppins', sans-serif !important;
}

.bg-success-light {
    background-color: var(--lightSuccess) !important;
}

.text-success {
    color: var(--success) !important;
}

.nav_link {
    color: var(--navHeading) !important;
}

.nav_link.active {
    font-weight: bold;
}

#userOrderProfileNavbarSupportedContent .nav_link {
    padding: 0 12px;
}

#patient-documents-view embed {
    height: calc(var(--windowHeight) * 0.8);
}

.border_primary {
    border-color: var(--borderColor) !important;
}

.auto_link.disabled {
    cursor: auto;
}

.awaiting_action_btn {
    background-color: #FA5500;
    border-color: #FA5500;
    color: #FFF;
}

.awaiting_action_btn:hover {
    background-color: #FA8800;
    border-color: #FA8800;
    color: #FFF;
}

.treatment-status {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DCDFE3;
    padding: 1rem 0;
}
.treatment-status:first-child{
    padding-top: 0;
}

.treatment-status:last-child{
    padding-bottom: 0;
    border-bottom: unset;
}


.treatment-status span {
    font-weight: 700;
}

.status-info {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: 2px solid #47BD65;
    background: #EBFFF0;
    color: #215E2F;
    padding:0.8rem 1rem;
}

.status-info span {
    font-weight: 600;
    font-size: 0.875rem;
}

.status-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.status-wrap .icon-wrap{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #47BD65;
    border-radius: 100%;
}
.status-wrap .icon-wrap img{
    width: 1rem;
}

.upcoming-consultations {
    max-height: 280px;
    overflow-y: auto;
    padding: 0 !important;
}

.upcoming-consultations span {
    font-size: 14px;
}

.page-title {
    font-family: 'ClashDisplay-Medium';
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 121.429%;
    color: var(--text-body);
    margin-bottom: 1rem;
}

.summary-info-block{
   color: var( --disable-textcolor) !important; 
}

.treatement-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #F8FBFF;
    padding: 1.5rem 0.5rem 0.5rem;
    gap: 1rem;
    border-radius: 1.5rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 1px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.treatement-card-content-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1rem;
}

.treatement-card-title {
    font-family: 'ClashDisplay-Medium';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #000;
}

.treatement-card-description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    color: var(--text-body);
}

.treatement-card-descriptiona {
    font-weight: 600;
    text-decoration: none;
    color: var(--text-body);
}
.treatement-card-bottom-wrap{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
}

.treatement-card--btn-wrap {
    width: 100%;
    padding: 0 1rem;
}

.treatement-card-bottom-wrap{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
}

.treatement-card--btn-wrap .btn {
    display: inline-flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.treatement-card-img-wrap {
    width: 100%;
    margin-top: auto;
}

.treatement-card-img-wrap a img {
    border-radius: 1.5rem;
    width: 100%;
    height: 97px;
    object-fit: cover;
}

.addon-list-cart {
    overflow-y: auto;
    max-height: 63vh;
    overflow-x: hidden;
}

hr {
    background-color: #060A200D;
    border-top: none;
    height: 1px;
}

.modal-content {
    border-radius: 2rem;
    border: unset !important;
}

.modal-backdrop {
    background: rgb(10, 24, 42) !important;
    
}

.mobile-nav-logo {
    width: 160px;
    display: inline-block;
}

.mobile-nav-logo img {
    width: 100%;
}

.mobile-nav-logo.hidden {
    display: none;
}

.lh-80 {
    line-height: 1.8;
}

.checkout-step-complete {
    background: var(--step-complete) !important;
}

.border-light-gray {
    border-color: var(--light-gray) !important;
}

.collapsing {
    transition: 0.8s;
}



.table > :not(:first-child){
    border-top: 1px solid #DCDFE3;
}


.table-striped>tbody>tr:nth-of-type(even)>*,
.table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #F8FBFF !important;
}

.table>:not(caption)>*>* {
    box-shadow: none;
    border: unset;
    padding: 1rem 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.table th {
    font-weight: 500;
    white-space: nowrap;
}
.table .btn{
    white-space: nowrap;
}

.more-action{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color:var(--text-body);
    font-family: 'Poppins',sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    float: right;
    margin-top: 5px;
}


.form-label {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.pac-item {
    padding: 8px 16px;
    cursor: pointer;
}

.pac-container {
    border-radius: 1rem;
    background-color: var(--card-light);
    z-index: 1060;
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

.hdpi .pac-icon {
    background-image: url('/static/media/site/marker.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.pac-item:hover {
    background-color: #fff;
}

.btn-dark {
    background-color: var(--navBgColor);
    border-color:var(--navBgColor);
}

.btn-dark:hover {
    background-color: var(--navBgColorhover)
}

.btn-dark.rounded {
    border-radius: 1rem !important;
}

/* Custom scrollbar css */

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #88888842;
    border-radius: 4px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #77777742;
}

.curved-75 {
    border-radius: 0.75rem;
}

.curved-1 {
    border-radius: 1rem;
}

.round-icon {
    padding: 2px 4px 4px 5px;
    border-radius: 50%;
}

.dropzone {
    border-color: #fff !important;
}

.dz-preview {
    display: flex;
    width: 100%;
}

.max-h-90 {
    max-height: 90vh;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.add-new-card {
    border: dashed var(--cardBgColor) 2px;
    background-color: var(--card-light);
}

.add-new-card:hover {
    background-color: var(--cardBgColor);
}

.btn-light {
    background-color: #fff !important;
    border-color: var(--light-gray);
    color: #000;
}

.btn-light:hover {
    border-color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-nav {
    background: var(--navBgColor) !important;
   
}

#upcomingConsultsCaret img,
#planInfoCaret img,
#treatmentPlanProgCaret img {
    transform: rotate(0deg);
    transform-origin: center;
    transition: all 0.3s ease;
}

#upcomingConsultsCaret.active img,
#planInfoCaret.active img,
#treatmentPlanProgCaret.active img {
    transform: rotate(-90deg);
    transform-origin: center;
}

.subscription-list {
    border-bottom: 1px solid #DCDFE3;
    padding: 1.5rem 0 0.5rem;
}

.subscription-list:last-child {
    border-bottom: unset;
}

@media screen and (max-width: 576px) {
    .btn-3-rem {
        padding: 0.5rem 3rem;
    }

    .addon-list-cart {
        max-height: 576px;
    }
}

/* scrollbar */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

/* for accordon item */
.accordion-button {
    color: #333 !important;
    background-color: #ECEFF2 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

.accordion-item {
    border: none !important;
    background-color: #ECEFF2 !important;
}

.accordion-body {
    background-color: #ECEFF2 !important;
    padding: 0 !important;
}



.accordion-button::after {
    flex-shrink: 0;
    width: 0.875rem;
    height: 14px;
    background-image: url("../media/icon/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform .2s ease-in-out;
    transform-origin: center;
    margin-top: 7px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../media/icon/arrow-down.svg");
    transform: rotate(-180deg);
    transform-origin: center;
}

.nav-link-dropdown {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: 700;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    padding-right: 1rem;
}

.dropdown-icon {
    margin-left: auto;
}

.dropdown-icon.up {
    transform: rotate(180deg);
}

/* .sidebar_menus>li:not(:last-child) {
    border-bottom: 1.5px solid;
} */

#menu,
#menu-logout {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
}

#mobile_menu.collapse{
    display: block ;
}

.mobile_menu {
    width: 100%;
}

#menu>li{
    position: relative;
    width: 100%;
}

#menu> li.profile-id-wrap{
    display: flex;
    align-items: center;
    gap:4px;
    color: #fff;
    padding:0.5rem  0 ;
}
#menu> li.profile-id-wrap .icon-wrap{
    flex: 0 0 20px;
    margin-top: -2px;
}
#menu> li.profile-id-wrap .icon-wrap img{
    width: 20px;
}

#menu> li.profile-id-wrap .profile-id {
    flex: 1;
    width: 100%;
    word-break: break-all;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 157.143%;
}

#menu>li a {
    padding: 1.25rem 0 !important;
    display: flex;
    align-items: center;
}

#menu>li a,
#menu>li a>span,
#mobile_menu_secondary li a,
#mobile_menu_secondary li a span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    font-size: 0.875rem;
    color: #fff;
}

#menu>li.nav-active-link>a:after,
#menu-logout>li.nav-active-link>a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    height: 40px;
    width: 8px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    user-select: none;
}

#djDebug #djDebugToolbarHandle{
    transform: scale(0.7) rotate(-90deg) translate(0) !important;
    margin-top: -37px;
    margin-right: -2px;

}

.sidebar_menus {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar_menus>li>a {
    gap: 10px;
    padding-right: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 0.875rem;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.sidebar_menus>li>a:hover {
    content: none;
}

.sidebar_menus>li{
    position: relative;
}

.sidebar_menus .count {
    font-weight: 400 !important;
}

.sidebar_menus>li.nav-active-link>a:after{
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    height: 40px;
    width: 8px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    user-select: none;
}

.mobile_menu-card {
    border-radius: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0.75rem 1rem !important;

}

.mobile_menu-card .nav-active-link .nav-link::after {
    right: -2rem;
}

.sidebar-wrap{
    width: 250px;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top:0;
    left: 0;
    z-index: 1030;
    background: var(--navBgColor);
    padding: 2.5rem 0;
    transition: all 0.3s ease;
}

.sidebar-backdrop{
    background: rgba(10, 24, 42,0.5) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: -1;
    display: none;
}

.sidebar-wrap.active .sidebar-backdrop{
    display: block;
}


.sidebar{
    width:100%;
    height: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
}
.sidebar-close{
    position: absolute;
    top: 12px;
    width: 41px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 14px;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.sidebar-close img{
    height: 18px;
}
.logo-wrap{
    width: 100%;
    display: flex;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
}
.logo-wrap .icon-wrap{
    display: none;
}
.logo-wrap > a > img{
    width: 150px;
}
.logo-wrap > a > img.hidden{
    display: none;
}

.sidebar-logo-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    justify-content: space-between;
}

.sidebar-logo-wrapper .mobile-menu-right {
    flex: 0 0 76px;
    display:none;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}


.mobile-menu-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    justify-content: space-between;
}

.mobile-menu-wrapper .mobile-menu-logo-wrap {
    flex: 1;
}

.mobile-menu-wrapper .mobile-menu-right {
    flex: 0 0 76px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.mobile-menu-right .user-name-wrap {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-right .user-name-wrap .user-name {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #1D7AFC;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
}

.mobile-menu-right .user-name-wrap.hidden {
    visibility: hidden;
}

.mobile-menu-right #closeIcon {
    display: none;
    width: 20px;
    height: 20px;
}

.mobile-menu-right .user-name-wrap.active .user-name {
    display: none;
}

.mobile-menu-right .user-name-wrap.active #closeIcon {
    display: inline-flex;
}

.menu-toggle-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-toggle-wrap img {
    width: 100%;
}

.menu-toggle-wrap img.active {
    width: 20px;
}

.menu-toggle-wrap.hidden {
    display: none;
}

.doctor-menu ul img {
    display: none;
}

.horizontal-line{
    height: 1px;
    width: 100%;
    background-color: #DCDFE3;
    margin-top: 2rem;
}

.update_spacing{
    padding:2rem 1.5rem;
}

.bg_white{
    background-color: var( --alert-light-bg);
}

.total-cost-title{
    font-size: 1rem;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color:var(--black-textcolor);
}

.content_select{
    padding:2rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 1px rgba(0, 0, 0, 0.05);
}

@media(max-width:1199px){
    .sidebar-wrap{
       left:-250px;
       position: fixed;
       top:0;
       z-index: 100;
       padding: 2.8rem 0 2.5rem;
    } 
    .sidebar-wrap.active{
        left:0;
    } 
   
    .sidebar-close{
        display: flex;
    }
}

@media(max-width:767px){
    #mobile_menu.collapse{
        display: none;
    }
    #mobile_menu.collapse.show{
        display: block;
    }
    .sidebar-wrap{
        width: 100%;
        padding: 0 1rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #fff;
        padding-bottom: 1rem;
        height: auto !important;
        padding:1rem 2rem;
    }
    .sidebar-backdrop{
        display: none !important;
    }
    .sidebar-wrap .container{
        max-width: 100%;
        background-color: #fff;
    }
    .sidebar{
        border-radius: 24px;
        width: 100%;
        padding: 0.75rem 1rem !important;
        background: var(--navBgColor);
    }
    
    .sidebar-close{
        display: none;
    }
   
    .sidebar-logo-wrapper .mobile-menu-right{
        display: flex;
    }
    .logo-wrap{
        padding: 0 !important;
    }
    .logo-wrap .icon-wrap{
        display: inline-flex;
    }
    .logo-wrap > a > img{
        width: 116px;
    }
    #menu{
        padding-left: 0;
    }
    #menu>li a img{
        display: none;
    }
    #menu>li.mobile-nav-link a img{
        display: inline;

    }
    /* #menu>li.nav-active-link>a:after,
    #menu-logout>li.nav-active-link>a:after {
        right: -1rem;
        top: 2px;
    } */
    #menu>li a,
    #menu>li a>span,
    #mobile_menu_secondary li a,
    #mobile_menu_secondary li a span {
        font-size: 1rem;
    }
    #menu>li a {
    padding: 0.75rem 0 !important;
    }

}




/* .nav-active-link .nav-link::after,
.nav-pills .nav-link:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    user-select: none;
} */

/* .doctor-menu ul span {
    margin-left: 1.5rem
}

.doctor-menu ul span {
    margin-left: 1.8rem
} */


.new-password-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: var(--success);
}

.new-password-title .icon-wrap {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}


.new-password-message {
    width: 100%;
    padding-left: 2rem;
    line-height: 110%;
    color: var(--success);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}

#hint_id_new_password1 {
    display: none;
}

#collapseFilter {
    transition: all 0.3s ease;
}

.select2-selection {
    border: 1px solid !important;
    background-color: #EFF3F9 !important;
    border-color: #EFF3F9 !important;
    border-radius: 1rem !important;
    padding: 1rem 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    font-size: 1rem !important;
    color: #212529 !important;
}


.clear-btn {
    border-radius: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.clear-btn:hover {
    background: whitesmoke;
}

#collapseFilter {
    width: 35rem;
}

#search-btn {
    display: none;
}

[v-cloak] {
    display: none;
}


.btn-bw {
    background-color: black !important;
    color: white;
}

.btn-bw:hover {
    background-color: white !important;
    color: black !important;
    border: 1px black solid !important;
}

.form-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1rem;
}
.form-control:disabled:focus, .form-control[readonly]:focus, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #DCDFE3;
}



/* .btn-group-sm>.btn, .btn-sm{
    padding: 0.5rem;
    font-family: 'Poppins',sans-serif;
    border-radius: 1rem;
} */


/* for mobile devices */
@media only screen and (max-width: 767px) {
    #collapseFilter {
        width: auto;
    }

    #search-btn {
        display: block;
    }
}


.horizontal-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

#support-container {
    height: 500px;
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
}

#hubspot-conversations-inline-parent {
    height: 100%;
    width: 100%;
}

#hubspot-conversations-inline-iframe {
    height: 100%;
    width: 100%;
}

#logocontainer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 34vh;
    height: 14vh;
    margin-left: -17vh;
    margin-top: -7vh;
    overflow: hidden;
    transition: background-color 500ms;
    cursor: pointer;
}

#pelogo {
    display: block;
    position: absolute;
    left: 2vh;
    top: 2vh;
    padding: .5rem;
    width: 30vh;
    height: 10vh;
    background-size: contain;
    display: flex;
}

.loader-container,
.hubspot-loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2247483647;
}

.loader {
    display: block;
    position: absolute;
    background-color: var(--card-light);
}

.pelogo img {
    width: 10rem;
}

@keyframes slide1 {
    50% {
        width: 32vh;
        margin-left: 0;
    }

    100% {
        margin-left: 32vh;
    }
}

@keyframes slide2 {
    50% {
        height: 12vh;
        margin-top: 0;
    }

    100% {
        margin-top: 12vh;
    }
}

@keyframes slide3 {
    50% {
        width: 32vh;
        margin-right: 0;
    }

    100% {
        margin-right: 32vh;
    }
}

@keyframes slide4 {
    50% {
        height: 12vh;
        margin-bottom: 0
    }

    100% {
        margin-bottom: 12vh;
    }
}

.input-append-text {
    border: 1px solid;
    padding: 5px;
    border-radius: 2px;
    background: #d2d2d2;
}


.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton span,
.loading-skeleton .form-control,
.loading-skeleton .form-control .form-select {
    color: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #eee !important;
    border-color: #eee !important;
}

.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
    color: transparent !important;
}

@keyframes loading-skeleton {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.loading-skeleton {
    pointer-events: none;
    animation: loading-skeleton 1s infinite alternate;
}

.loading-skeleton img {
    filter: grayscale(100) contrast(0%) brightness(1.8);
}

.upcomingAccordion .accordion-button,
.upcomingAccordion .accordion-item,
.upcomingAccordion .accordion-body {
    background: none !important;
    font-size: inherit !important;
}

.cta-wrap {
    width: 100%;

}

.cta-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 140% */
    margin: 0;
}

.cta-content p {
    font-size: 14px;
}



.tooltip-arrow {
    transform: translate3d(177px, 0px, 0px);
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    box-shadow: px 2px 8px 1px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px rgba(0, 0, 0, 0.30);
    border-radius: 8px;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #fff !important;
    border-width: 0 5px 9px;

}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after,
.bs-tooltip-bottom .tooltip-arrow::after {
    border-bottom-color: #eeeeee !important;
    border-width: 0px 6px 10px !important;
    content: "";
    border-color: transparent;
    border-style: solid;
    left: -1px;
    top: -4px;
    position: absolute;
    z-index: -1;
}


.dropdown-menu{
    min-width:120px;
    background: #fff;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}
.dropdown-menu .dropdown-item{
    color: #0A182A;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height:  157.143%;
}
.dropdown-menu .dropdown-item:hover{
background: #F2F2F2;
}

#info {
    display: none;
}

#info.show {
    display: inline-block;
}

#search {
    display: none;
}

#search.show {
    display: inline-block;
}

.treatement-plan-wrap {
    width: 100%;
}

.your-treatment-plan-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.your-treatment-plan-title-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.your-treatment-plan-title {
    font-style: normal;
    font-family: 'ClashDisplay-Medium';
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 140%;
    color: var(--black-textcolor);
}

.your-treatment-plan-title-wrap a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.not-active-plan {
    display: flex;
    flex-direction: column;
    color: #758195;
    text-align: center;
    padding: 3rem 1rem;
    font-size: 1rem;

}

.not-active-plan-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    color: #758195;
}

.not-active-plan-link a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--link-color);
    text-decoration: none;
}

.treatement-plan-wrap.mobile {
    display: none;
    margin-top: 1.5rem;
    width: 100%;
}

.welcome-heading {
    /* color: #060A20; */
    font-family: 'ClashDisplay-Medium';
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 121.429%;
}

.welcome-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
}

.alert-upcoming {
    padding: 0.85rem 1rem;
    margin-bottom: 2rem;
}

.alert-upcoming-wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-upcoming-wrap .icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    flex: 0 0 32px;
    background: var(--alert-warning-icon-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-upcoming-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 157.143%;
}

.alert-upcoming-text span {
    font-weight: 400;
}

.alert-drop-icon {
    margin-left: auto;
    width: 14px;
}


.alert-upcoming.mobile{
    display: none;
}

.btn-new{
    min-width: 304px;
}

.common-heading{
    color:var(--heading-color);
}
.list-item{
    font-size:0.875rem;
    line-height: 22px;
}
.right-area-block{
    max-width:402px;
}

.left-area-block{
    flex-grow: 1;
}

.user-name-wrap .user-name ~ div img, .w-14{
    width:14px;
}

.pending-tab{
    white-space: nowrap;
    padding: 0.5rem 0 0.75rem !important;
}
.custom-popup-class{
    border-radius: 2rem;
}
.custom-title-class{
    font-family: 'ClashDisplay-Medium';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 0;
    line-height: 140%;
}
.custom-popup-class .custom-title-class ~ .swal2-html-container{
    color: var(--text-body);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    font-family: 'Poppins', sans-serif;
    padding-top: 0.5rem;
}
.prescriber-note-alert-close-button{
    border: 1px solid #DCDFE3;
    background-color: transparent;
}
button.swal2-confirm.prescriber-note-alert-close-button.btn.swal2-styled {
    border-radius: 1rem;
    border: 1px solid #DCDFE3;
    padding: 0.8rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #0A182A !important;
    transition: 0.3s ease;
}

.swal2-actions{
   flex-direction: column;
   align-items: normal !important;
}
.custom-confirm-button-class , .custom-cancel-button-class{
    display: block !important;
}
.custom-confirm-button-class{
    background-color: var(--success-color) !important;
    border-radius: 1rem;
}
.custom-cancel-button-class{
    border-radius: 1rem;
    border: 1px solid #DCDFE3;
    background-color: transparent !important;
    color: #0A182A !important;
}
.custom-popupp-class .custom-title-class ~ .swal2-html-container{
    color: var(--text-body);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    font-family: 'Poppins', sans-serif;
    border-radius: 2rem !important;
    padding-top: 1rem;
    padding-bottom: 0;
}
.custom-popupp-class{
    padding:2rem;
    border-radius: 2rem !important;
}

.custom-email-container {
    width: 10rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Email Text Styling */
.custom-email-text {
    flex-grow: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px; 
    color: #333; 
}

/* Copy Button Styling */
.custom-copy-button {
    background: none;
    border: none;
    color: #001f4f; 
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 0.5rem;
    padding: 3px; 
    font-size: 16px; 
    transition: color 0.3s ease, transform 0.2s ease; 
}

.custom-copy-button:hover {
    color: #0056b3;
    transform: scale(1.1); 
}

.custom-copy-button:active {
    color: #003f7f; 
    transform: scale(0.95); 
}

@media(max-width:1199px){
    .main-content-wrap{
        margin-left: 0;

    }
}
@media(max-width:1030px){
.border-parent-class{
    flex-direction: column;
    gap:16px;
}
.custom-column-block.right-block-content {
    margin-left: 0;
}

.custom-column-block.right-block-content {
    max-width: 100%;
}
.card.treatment-plan {
    padding:1.5rem 1rem;
}
.update_spacing{
    padding:1.5rem 1rem;
}

.btn-submit{
    text-align: left !important;
}
}

@media(max-width:991.98px){
.custom-column-block{
    flex: 0 0 auto;
    width: 100%;
}
}

@media (min-width: 767px) and (max-width: 1030.99px) {
    .parent-box{
        gap:24px;
    }
}

@media(max-width:767px) {
    .treatement-plan-wrap {
        display: none;
    }

    .treatement-plan-wrap.mobile {
        display: block;
    }

    .treatement-plan-wrap .your-treatment-plan-wrap {
        /* margin-bottom: 1rem; */
        margin-bottom: 0px;
    }

    .form-btn-wrap {
        flex-direction: column;
    }

    .form-btn-wrap .btn {
        width: 100%;
    }

    .treatement-card--btn-wrap .btn {
        display: flex;
    }

    .mobile-nav-logo {
        width: 116px;
    }
   
    .main-wrapper{
        flex-direction: column;
        margin-top: 6rem;
    }
    .main-content-wrap{
        padding: 0 1rem;
    }
    .alert-upcoming{
        display: none;
    }
    .alert-upcoming.mobile{
        display: block;
        margin-bottom: 0.75rem;
    }
    
    .sidebar_menus>li.nav-active-link>a:after{
        content: none;
    }


  
    #menu>li.nav-active-link>a:after, #menu-logout>li.nav-active-link>a:after{
        content: none !important;
    }
 
    .d-flex.parent-box {
        flex-direction: column;
    }
    .treatment-area{
        padding:0;
    }

    .card.treatment-plan{
        padding:1.5rem 1rem;
    }

    .right-area-block {
        max-width: 100%;
    }

    .parent-box{
        gap:0px;
    }

}

@media(max-width:640px){
    .custom_open_order_heading{
        color: var(--black-textcolor);
        font-size: 1.25rem;
        line-height:175%;
    }
    .your-treatment-plan-title{
        font-size: 1.25rem;
        line-height:175%;
    }
    .not-active-plan{
        font-size: 0.875rem;
        line-height: normal;
    }
    .card.treatment-progress-box{
        padding:1rem 1.5rem !important;
        margin-bottom:0 !important;
    }
    .your-treatment-plan-title-wrap{
        /* padding-bottom: 1rem !important;
        padding-top: 2rem !important; */
        padding-left: 0 !important;
    }
    .no-activeplan{
        padding-top:0px !important;
    }
    .your-treatment-plan-wrap{
        gap:0px;
    }
    .treatment-block{
        padding-bottom: 1rem !important;
        padding-top: 2rem !important;
        padding-left: 0 !important;
    }
    .treatement-box{
        text-align: center;
    }
    .treatement-plan-wrap.mobile{
        margin-top: 0;
    }
    .product-title {
            line-height: 24px;
    margin-bottom: 8px !important;
    }
  
}
@media(max-width:576px){
    .treatement-plan-wrap.mobile{
        margin-top:0;
    }
    .profile-info-block{
        padding:1rem 1.5rem !important;
    }
    .list-item-names{
        padding:0;
    }
    .border-parent-class {
        gap: 16px;
    }
    .btn-new {
        width: 100%;
    }
}


.billing-cycle-save.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.prescriber-note-save.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.loader-container{
 display: none;
}

.loader {
    position: absolute;
    background-color: #000;
}

.loader-1 {
    left: 2vh;
    top: 0;
    height: 2vh;
    width: 0;
    animation: slide1 1s linear forwards infinite;
}

.loader-2 {
    right: 0;
    top: 2vh;
    width: 2vh;
    height: 0;
    animation: slide2 1s linear forwards infinite;
    animation-delay: 0.5s;
}

.loader-3 {
    right: 2vh;
    bottom: 0;
    height: 2vh;
    width: 0;
    animation: slide3 1s linear forwards infinite;
}

.loader-4 {
    left: 0;
    bottom: 2vh;
    width: 2vh;
    height: 0;
    animation: slide4 1s linear forwards infinite;
    animation-delay: 0.5s;
}


.dark-checkbox{
    border-color: var(--navBgColor);
}