.callon-tabs {
    border: none;
    position: relative;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
}

.callon-tabs::-webkit-scrollbar {
    display: none;
}

.callon-tabs>li {
    padding-bottom: 0;
    text-align: left;
    white-space: nowrap;
    margin-right: 20px;
    text-align: center;
}

.callon-tabs>li>a {
    color: #444;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding-bottom: 10px;
    /* margin-bottom: 15px; */
    text-align: left;
    display: inline-block;
}

.callon-tabs>li.active>a,
.callon-tabs>li.active>a:hover,
.callon-tabs>li.active>a:focus {
    background-color: transparent;
    border: none;
    color: #0DB2B9;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.callon-tabs>li.active a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #0DB2B9;
    height: 4px;
    width: 50px;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.callon-tabs>li>a:hover,
.callon-tabs>li>a:focus {
    background-color: transparent;
    border: none;
}

@media (min-width:1200px) {
    .callon-tabs>li {
        margin-bottom: 0;
        margin-right: 4px;
    }
    .callon-tabs>li>a {
        padding: 8px 14px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .callon-tabs>li.active a:after {
        content: none;
    }
    .callon-tabs>li.active>a,
    .callon-tabs>li.active>a:hover,
    .callon-tabs>li.active>a:focus {
        color: #0DB2B9;
        background: #0db2b91c;
        border-radius: 8px;
    }
}

.callon-tabs .owl-carousel .owl-stage-outer .owl-stage {
    min-width: max-content !important;
}

.callon-tabs>li>a {
    font-weight: 600;
}

@media(min-width:1920px) {
    .callon-tabs>li>a {
        font-size: 16px !important;
    }
}

@media (min-width: 1200px){
    .forms_layout_new .callon-tabs>li>a{
        padding: 8px 20px;
    }
    .forms_layout_new .callon-tabs>li.active>a{
        border-radius: 5px;
    }
}

/** Form Level Contact Us Popup changes - START */
.form-level-messaging-board-popup .modal-body{
  height:100dvh;
  overflow: auto;
}
.need-help-messaging-board-responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 85vh;
    border: none;
}
.header-btn-grp svg{
    z-index: 9 !important;
}
.modal-fullscreen {
    width: 100%;
    max-width: 1048px !important;
    height: 100%;
    margin: 0 auto;
}
/* .form-level-messaging-board-popup .close{
    position: absolute;
    z-index: 1;
    opacity: 1;
    right: 1rem;
} */
.form-level-messaging-board-popup .modal-content{
    max-height: 95dvh;
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.form-level-messaging-board-popup .cod_mobile-header{
    display: none;
}
.forms_layout_new .main__wrapper::after, .forms_layout_new .main__wrapper::before{
    display: none;
}

.return-bg-blue .return-bg-blue-form-screen {
    display: none !important;
}
.return-bg-blue {
    display: none !important;
}

.new_forms_layout {
    background-color: #fff;
}
/* Need help Pre-Login contact-modal 4/12/2023 */
.contact_flow_modal .contact_container .contact_header {
    text-align: left;
    position: relative;
    box-shadow: 0px 0px 37px #41414124;
    background-color: rgba(255, 121, 9, 0.08);
    padding: 20px 10px;
}
.contact_flow_modal .contact_container .contact_detail hr {
    height: 1px;
    border-top: 1px solid #ddd;
    margin: 2rem;
}
/* .contact_flow_modal .contact_container .contact_header a.back-btn {
    position: absolute;
    left: 0;
    top: -4px;
} */
.contact_flow_modal .contact_container .contact_header a.close-btn {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}
.contact_flow_modal .contact_container .contact_detail {
    position: relative;
}
.contact_flow_modal .contact_container .contact_header h4 {
    font-size: min(max(18px, 1.458vw), 28px);
}
.contact_flow_modal .contact_container .contact_header h6 {
    font-size: min(max(12px, 1.042vw), 20px);
    line-height: 1.5;
    margin-top: min(max(10px, 1.042vw), 20px);
}
.contact_flow_modal .contact_container {
  background-color: #ffffff;
  max-height: 767px;
  padding: unset;
  color: #212121;
  border-radius: 20px;
  overflow: auto;
}
.contact_flow_modal .contact_container .contact_option {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.contact_flow_modal .contact_container .contact_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(max(10px, 1.042vw), 20px) 20px;
    max-width: 375px;
    margin: 1rem;
}
.contact_flow_modal .contact_container .contact_box label {
    color: #293450;
    font-size: 18px;
    font-weight: 600;
    padding-left: min(max(10px, 0.781vw), 15px);
}
.contact_flow_modal .contact_container .contact_box p {
    color: #5D6174;
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
    margin-top: min(max(10px, 0.781vw), 15px);
}
.contact_flow_modal .contact_container .contact_btn {
    border-radius: 30px;
    color: #fff;
    background-color: #FF7500;
    outline: none;
    border: 0px;
    font-size: 16px;
    padding: min(max(6px, 0.938vw), 18px) min(max(28px, 1.823vw), 35px);
    max-width: 190px;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.bg-light--primary{
    background-color: #EFF5F7;
}
.contact_flow_modal .contact_container ul{
    /* list-style: circle; */
    padding: 0;
}
.contact_flow_modal .contact_container ul li::before {
    content: "• ";
    color: #2DBDCA; /* or whatever color you prefer */
}
.contact_flow_modal .contact_container ul li {
    font-size: 14px;
    text-align: center;
}
.contact_flow_modal .contact_container .form-control{
    border: 1px solid #DEE7E9;
    border-radius: 12px;
    font-size: 14px;
    color: #293450;
    width: 100%;
    box-shadow: none;
   /*  padding: 2rem 1.5rem; */
    /* padding: .6rem 1rem; */
    padding: 6px 10px;
    height: 45px;
}
.contact_flow_modal .contact_container .field-icon {
    /* float: right;
    margin-left: 0;
    margin-top: -3.0rem; */
    position: absolute;
    z-index: 2;
    /* margin-right: 1rem; */
    color:#8a8b8b;
    right: 15px;
    top: 37px;
    font-size: 16px;
}
.contact_flow_modal .contact_container .fa-eye-slash:before {
    content: "\f070" !important;
}
/* commented due to COD-437 Color is changing on My account button
.btn-secondary:hover,.btn-secondary:focus{
    color:#fff;
} */
.btn-outline-secondary {
    border-color: #FF7206 !important;
    color: #FF7206 !important;
    background-color: #fff !important;
}
.br-50{
    border-radius: 50px;
}
.br-20{
    border-radius: 20px;
}
.border-1{
    border: 1px solid currentColor;
}
.text-white{
    color: #fff !important;
}
.error_class{
    border: 2px solid #b94a48 !important
}
.modal-backdrop.fade.in {
    display: block;
}

/** extra scroll on mid section*/
.new--header.forms_layout .main__wrapper{
    height: 95vh !important;
}
.opacity-1 {    
    opacity: 1 !important;
}
.need_help_send_a_message, .need_help_schedule_a_call, .need_help_close_icon {
    cursor: pointer;
}
/** Form Level Contact Us Popup changes - END */

@media (max-width:992px){
  .new--header.forms_layout .main__wrapper {
      height: 85vh !important;
  }
  .contact-popup-headar{
    justify-content: start;
  }
  .contact-popup-headar .btn-close-icon{
    margin-left: auto;
  }
}

/* css for otp box */
.cod_verify--box {
    max-width: 370px;
    margin: auto;
    padding: 20px;
}
.cod_verify--box input{
    border: 1px solid #2DBDCA;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 24px;
    color: #293450;
    font-weight: 700;
}
.need_help_token_expiry {
    color: #2DBDCA;
    font-weight: 700;
    font-size: 12px;
}
.verify-text{
    color: #B4B4B4;
    font-size: 12px;
}
.heading--pera{
    color: #212121;
    font-size: 20px;
    line-height: 34px;
    margin-top: 20px;
    text-align: center;
}
.need_help_cod_Otp {
    gap: 12px;
}
.text-dark-1 {
    color: #212121 !important;
}
.submit_otp_need_help {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    max-width: 180px;
    text-align: center;
}
.click_to_resend_need_help {
    color: #ff7909;
    font-weight: 700;
    text-decoration: underline;   
}
#click_to_resend_need_help.disabledlink {
    /* pointer-events: none; */
    cursor: not-allowed;
    opacity: 0.4;
}
.text-orange-1, .text-orange-1:is(:focus,:hover) {
    color: #FF7603 !important;
}
.fs-18 {
    font-size: 18px !important;
}
.cod_error {
    color: #dc3545 !important;
}

@media(max-width:1024px){
    .contact_flow_modal .contact_container{
        max-height: unset;
        overflow: auto !important;
    }
}

/** public/patientDashboard/css/style.css -- START */

.cod_iframeContent{
    
}
.cod_messagePage.cod_iframeContent .COD_message-box {
    background-color: #fff;
    border-radius: 0;
    padding: min(max(15px, 0.937vw), 18px);
    border-bottom: 1px solid #C9CBD6;
}
.cod_iframeContent .COD_message-box .message-head .right-info p{
    background: #F8F8F8;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}
.compose_email-header{
    border-top: 1px solid #d2dbdf80;
    border-bottom: 1px solid #d2dbdf80;
    padding: min(max(8px, 0.625vw), 12px) min(max(15px, 0.938vw), 18px);
    background-color: #34394d;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 5px;
}
.cod_messagePage.cod_iframeContent .COD_message-box .message-body p,.cod_messagePage.cod_iframeContent .COD_message-box .message-head .right-info p{
    font-size: min(max(14px, 0.833vw), 16px);
}
.cod_messagePage.cod_iframeContent .type_msg_btn_wrap {
    background-color: #e6e6e8;
    border-radius: 6px;
}
@media (max-width:991px){

    .cod_iframeContent .compose_email-header > .d-flex,.cod_iframeContent .compose_email-header{
        flex-wrap: wrap;
    }
    .cod_iframeContent .compose_email-header > .d-flex h4{
        white-space: nowrap;
    }

    .cod_iframeContent .compose_email-header > .d-flex h4.border-end,.cod_iframeContent .compose_email-header > .d-flex.ps-md-2 > .border-end:nth-child(1){
        border: 0px !important;
    }
    .cod_iframeContent .compose_email-header > .d-flex.ps-md-2 > .border-end:nth-child(1){
        width:100%      
    }
}
.phone-number-div .phone_num_prefix {
    font-size: 16px;
    margin-right: 10px;
    color: #A0A0A0;
}
.phone-number-div .phone-input {
    display: flex;
    align-items: center;
    background-color: transparent;
}
.user-detail .text-white a {
    color: #fff !important;
}

/** public/patientDashboard/css/style.css -- END */


/** public/webDesign/css/style.css -- START */

body.header-demo{
    background-color: #fff !important;
  }
  .new--bg-test.return-bg-blue:after{
    background-color: #fff;
    content: none;
  }
  /* .new--header.forms_layout .main-content-mid{
    width: 700px !important;
  } */
  .forms_layout_new .main__wrapper::after, .forms_layout_new .main__wrapper::before{
    background-color: #fff;
  }
  .new--header{
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    gap: 3rem;
  }
  .new--header .logo{
    width: min(max(120px,8.593vw),165px);
  }
  .header-btn-grp{
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
    min-width: 210px;
    z-index: 2;
  }
  .logo-wrapper{
    min-width: 210px;
  }
  .need-help{
    display: flex;
    align-items: center;
    border-radius: 30px;
    gap: 8px;
    font-size:  min(max(16px,0.93vw),18px);
  background: #DFF5F7;
  padding: 8px 15px;
  font-weight: 700;
  border: 0;
  
  box-shadow: 0 0 0 #DFF5F7;
  }
  .new-message{
    animation: pulse 2s infinite;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255 137 39);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  
  
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255 137 39);
      box-shadow: 0 0 0 0 rgba(255 137 39);
    }
    70% {
        -moz-box-shadow: 0 0 0 5px rgba(204,169,44, 0);
        box-shadow: 0 0 0 5px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  .cart{
    border: 0;
    background-color: transparent;
    position: relative;
  }
  .cart-count{
    border-radius: 8px;
  background: #FF8927;
  min-width: 16px;
  min-height: 16px;
  color: #FFF;
  font-size: min(max(10px,0.8vw),14px);
  position: absolute;
  top: -30%;
      right: -4%;
  }
  .new--header .mid-content{
    padding: 10px !important;
  }
  @media(max-width:991px){
    .new--header{
      flex-direction: column !important;
      gap: 1rem;
      padding: 1rem 0;
    }
    .new--header.forms_layout .main-content-mid{
      width: 100% !important;
    }
    .logo-wrapper{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
    .new--header .set__wrapper_overflow .container-fluid {
      height: 100%;
    }
    .new--header .set__wrapper_overflow .mid-content{
      height: auto;
    }
  }
  
  .contact_container {
    /* background-color: #FFF3E9; */
    max-height: 600px;
    padding: min(max(16px, 5.208vw), 100px) min(max(16px, 0vw), 0px);
  }
  
  .contact_container .contact_option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .contact_container .contact_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(max(10px, 1.042vw), 20px) 20px;
    max-width: 300px;
    margin: .5rem;
    box-shadow: 0px 8px 20px #0000000A;
  border: 1px solid #EFEFEF;
  }
  .modal-header.contact_container{
    color: #212121;
    padding-top: min(max(14px, 1.041vw), 20px) ;
    box-shadow: 0px 0px 37px #41414124;
    background-color: rgba(255, 121, 9, 0.08);
  }
  .modal-body.contact_container{
    padding-bottom: 10px !important;
  } 
  .contact_container .contact_box label {
    color: #293450;
    font-size: 18px;
    font-weight: 600;
    padding-left: min(max(10px, 0.781vw), 15px);
  
  }
  
  .contact_container .contact_box p {
    color: #5D6174;
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
    margin-top: min(max(10px, 0.781vw), 15px);
  
  }
  
  .contact_container .contact_btn {
    border-radius: 30px;
    color: #fff;
    background-color: #FF7500;
    outline: none;
    border: 0px;
    font-size: 16px;
    padding: min(max(6px, 0.938vw), 6px) 20px;
    min-width: 230px;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  @media (min-width: 576px) {
    .need_help_popup_w-690 {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
  }
  
  @media(max-width:991px){
    .contact_container .contact_option{
      justify-content: start;
    }
    .contact_container .contact_box{
      width: 100%;
      max-width:100%;
    }
  }
  .fw-700{
    font-weight: 700 !important;
  }
  .fw-600{
    font-weight: 600 !important;
  }
  .fw-500{
    font-weight: 500 !important;
  }
  .fw-400{
    font-weight: 400 !important;
  }
  .fw-800{
    font-weight: 800 !important;
  }

  .new_message_value {
    font-size: 20px;
    color: rgba(93, 97, 116, 0.8);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    cursor: pointer;
  }
  
/** public/webDesign/css/style.css -- END */

/** CSS for tabbing -- START*/
.ntabs {
    display: flex;
    flex-direction: column;
    /* width: 300px; */
  }
  
  .ntab-header {
    display: flex;
    border:1px solid #DFE4E7;
    border-radius:100px;
    padding:.5rem;
  }
  
  .need_help_ntab {
    padding:.5rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    border:0;
    width:100%;
    border-radius:100px;
    text-align:center;
    font-weight:600;
    font-size:max(16px,0.833vw);
  }
  
  .need_help_ntab:hover {
    background-color: #e0e0e0;
  }
  
  .need_help_ntab.active {
    background-color: #FF7500;
    color:#fff;
    border-radius:100px;
    
  }
  
  .ntab-content {
    border: 0px solid #ccc;
    padding: 0 1rem;
    /* background-color:#EFF5F7; */
    border-radius:20px;
    margin:1rem 0;
  }
  .msg--board-head{
    padding: min(max(14px, 1.041vw), 20px);
    box-shadow: 0px 0px 37px #41414124;
    background-color: rgba(255, 121, 9, 0.08);
  }
  .ntab-item {
    display: none;
  }
  
  .ntab-item.active {
    display: block;
  }
/** CSS for tabbing -- END*/

.contact-title-font{
  font-size:max(18px,1.25vw);
  margin-top: 0;
}
.form-level-contact-us-popup h6{
  font-size: max(14px,0.729vw);
}
/* .form-level-contact-us-popup .close{
  position: absolute;
  right: 30px;
  top: 10px;
} */
.contact-popup-headar{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}
.need_help_pre_login_new_existing_user_popup h3, .need_help_send_message h3{
   font-size:max(18px,1.25vw);
  /* margin-left: 30px; */
  /* padding-top: 10px; */
   margin-top:0;
}
/* .contact_flow_modal .contact_container .contact_header a.back-btn {
  top: 15px;
  margin: 0;
  left: 15px;
} */
.contact_option h5{
  font-size:max(16px,1.146vw);

}
.contact_option .text-sm{
  font-size:max(14px,0.729vw);

}
.text-muted{
  color:#5D6174
}
@media (min-width : 992px){
  .w-lg-50-need-help{
    width:50% !important
  }
}
.send-msg-pop .modal-dialog {
max-width:767px;
}
.help-login-form h3,.need_help_email_verify_poup h3,.need_help_forgot_password_popup h3{
  font-size:max(18px,1.25vw);
   margin-left: 0px;
   padding-top: 0px;
   margin-top: 0;

}
.send-msg{
  padding: 5px;
}
.contact_flow_modal .contact_container .fa-eye-slash{
  font-family: 'Font Awesome 5 Free';
  /* margin-top: -30px !important; commented due to contact us from sign in/up page*/
}
@media (min-width:576px){
  .need_help_pre_login_new_existing_user_popup .modal-dialog,.need_help_email_verify_poup .modal-dialog{
    max-width:690px !important ;
    width:100% !important;
  }
  .need_help_email_verify_poup .contact_header p{
    max-width:60%;
    margin:auto;
  }
}
/* .contact_flow_modal .contact_container .field-icon{
  top:25px;
  transform: translateY(-20%);
} */
.contact_flow_modal .contact_container .form-control.otp_digits{
  font-size: 26px;
  font-weight: 600;
  height: 41px;
  max-height: 41px !important;
  border-radius: 6px;
  min-height: unset;
}
.contact_flow_modal .text-sm{
  font-size: 14px;
}
@media (max-width:576px){
/* .contact_flow_modal .description_Send_A_Message{
  margin-left:10px;
  }
  .contact_header p{
    margin-left:10px;

  }
  .contact_flow_modal h3{
    margin-left:20px;
    margin-bottom: 0;
  }
  .modal-header .contact_header .text-sm , .contact_flow_modal .description_Send_A_Message{
    margin-left:20px !important;

  } */
  .need_help_popup_w-690 {
    width: auto !important;
    margin: 10px;
  }
}
.text-org{
  color:#FF7500 !important;
}
.message-minimize-icon{
  z-index: 9999;/* temporary added by kishan will remove*/
  bottom: 1rem;
  right: 1rem;
}
.message-minimize-icon .badge{
  right: 0;
    border-radius: 5px;
}
.form_msg_minimize{
  bottom: calc(100vh - 80vh);
  right: calc(100vw - 80vw);
}
@media (max-width:991px){
  .form_msg_minimize{
    bottom: calc(100vh - 90vh);
    right: calc(100vw - 90vw);
  }
}

/* .fade .modal-dialog { 
  transition: transform 0.3s ease-out; 
  transform: scale(0.2); 
}
.fade.innn .modal-dialog { 
  transition: transform 0.3s ease-out; 
  transform: scale(2); 
} */
/* .modal .modal-dialog
{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(50%,50%);
  height: 10px;
  width: 10px;
}
.modal.in .modal-dialog{
  transform: none;
  height: auto;
  width: auto;
} */


.modal .btn-outline-secondary:hover{
  background-color: #fff !important;
}
.contact_flow_modal .contact_container .btn-secondary{
  color:#fff !important;
  background-color: #FF7206;
  border-color: #FF7206;
}
.modal .btn-secondary:hover{
  color:#fff !important;
  background-color: #FF8927;
  border-color:#FF8927;
}
.need_help_forgot_password_popup h3{
  font-size: max(18px,1.25vw);
}
.formLevelSubmitLoginBtn, .needHelpForgotPasswordBtn {
  background-color: #FF7400 !important
}
.need_help_popup_w-690{
  width:100%;
  max-width:690px;
}
.nee_help_login_form .bg-light--primary,.need_help_forgot_password_popup .bg-light--primary,.signuptab .bg-light--primary{
  max-width:368px;
  margin:auto;
}
.COD_custom-selectbox1 .select2-container {
  width: 100% !important;
}

.COD_custom-selectbox1 .select2-container--default .select2-selection--single {
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  height: 45px;
  border: 1px solid #ced4da;
  position: relative;
  border-radius: 12px !important;
}

.COD_custom-selectbox1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.8rem 0.75rem;
  font-size: min(max(14px, 0.833vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  padding-right: 25px;
}

.COD_custom-selectbox1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/arrow__down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);

  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(4916%) hue-rotate(185deg) brightness(95%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(4916%) hue-rotate(185deg) brightness(95%) contrast(89%);
}

.COD_custom-selectbox1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.COD_custom-selectbox1 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--open .COD_Custom-drop.select2-dropdown--below {
  border-bottom-left-radius: min(max(8px, 0.625vw), 12px);
  border-bottom-right-radius: min(max(8px, 0.625vw), 12px);
  border: 1px solid #ced4da;
}

.select2-container--default .COD_Custom-drop .select2-results>.select2-results__options {
  padding: 0.5rem;
  max-height: 200px !important;
}

.select2-container--default .COD_Custom-drop .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #edf8f9 !important;
  border-radius: 6px;
  color: #293450;
}

.select2-container--default .COD_Custom-drop .select2-results__option--selected {
  background-color: #edf8f9 !important;
}

.select2-container--default .COD_Custom-drop .select2-search--dropdown .select2-search__field {
  border-radius: 6px;
  color: #293450;
  font-size: min(max(14px, 0.833vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px solid #ced4da;
  outline: none;
}

.COD_Custom-drop .select2-results__option {
  border-radius: 6px;
  color: #293450;
  font-size: min(max(14px, 0.833vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 10px;
}

.modal .form-group {
  margin-bottom: 0.5rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number],input[type=number]:hover {
  -moz-appearance: textfield;
}

/*Red border on input*/
.has-invalid .chkbox, .has-invalid .form-control {
  border: 2px solid #b94a48 !important;
    box-shadow: none !important;
}
.form-level-contact-us-popup .modal-content {
  border-radius: 26px;
}
.form-level-contact-us-popup hr{
  margin-top: 0;
}
.send-msg-pop .modal-dialog-scrollable .modal-content{
  overflow: hidden auto !important;
}

.access_code_span {
  padding: 5px 10px;
  margin-top: 5px;
  color: #000000;
  border-radius: 5px;
  font-weight: 700;
  background-color: rgba(0, 0, 0 , 0.1);
  font-size: 12px;
  display: inline-block;
}
.access_code_span.success-message{
  background-color: rgba(92, 184, 92 ,.1);;
  color: #5CB85C;
}
.text-underline {
  text-decoration: underline !important;
}
.contact-popup-headar .logo-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-popup-headar .user-info {
  display: flex;
  gap: 5px;
  color: rgba(255, 137, 39, 1);
  text-decoration: underline;
  font-weight: 700;
  align-items: center;

}
.modal-header.contact_header{
  color: #212121;
  padding-top: min(max(14px, 1.041vw), 20px);
  box-shadow: 0px 0px 37px #41414124;
  background-color: rgba(255, 121, 9, 0.08);
}

/** sign up Checkbox css start*/
.contact__modal-checkbox-need-help .common_checkbox-need-help .checkmark{
  border: 1px solid #B4B4B4;
  border-radius: 2px;
  width: 22px;
  height: 22px;
  top: 10px;
  background-color: #fff;
  transform: translateY(-50%);
  left: 0;
}
.contact__modal-checkbox-need-help .check-container.common_checkbox-need-help {
  padding-left: 32px;
  line-height: 22px;
  display: block;
  position: relative;
  /* padding-left: 25px; */
  margin-bottom: 0;
  cursor: pointer;
  color: #171E43;
  font-size: 13px;
  font-weight: 400;
}
.contact__modal-checkbox-need-help .conset_text{
  font-size: 14px;
  color: #293450;
  font-weight: 700;
}

.contact__modal-checkbox-need-help  .check-container.common_checkbox-need-help input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact__modal-checkbox-need-help  .check-container.common_checkbox-need-help input:checked~.checkmark{
  background-color: #FF7909;
}
.contact__modal-checkbox-need-help .check-container.common_checkbox-need-help .checkmark:after{
  content: "";
  position: absolute;
  width: 8px;
  border: solid white;
  height: 12px;
  border-width: 0 4px 4px 0;
  border-radius: 1px;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.check-container input:checked~.checkmark:after{
  display: block;
}
.contact__modal-checkbox-need-help .tooltip-button:hover .tooltip{
  display: block;
  opacity: 1;
}
.contact__modal-checkbox-need-help .tooltip {
  background: #7A7A7A;
  border: 1px solid #BCBCBC;
  display: none;
  padding: 10px;
  color: white;
  border-radius: 0.5rem;
  font-size: min(max(12px, 0.729vw), 14px);
  left: auto;
  right: 0;
  width: 200px;
  z-index: 10000;
}
.contact__modal-checkbox-need-help {
  display: flex;
  align-items: center;
  gap: 5px;
}
/** sign up Checkbox css start*/


/* user info tooltip code 02-07-2024 */
.need-help-mb-username{
  position:   relative  ;
  font-weight: 700;
}
.need-help-mb-username:hover .user-info-tooltip{
  display:flex;
}
.need-help-mb-username:hover {
  color: #34394D;
}
.need-help-mb-username:hover  svg path{
  fill: #34394D;
}
.user-info-tooltip{
  position: absolute;
  background: #34394D;
  /* border: 1px solid #BCBCBC; */
  display: none;
  padding: 15px 10px;
  color: white;
  border-radius: 0.5rem;
  font-size: min(max(12px, 0.729vw), 14px);
  left: -15px;
  /* right: 0; */
  width: max-content;
  bottom: -60px;
  z-index: 99;
  align-items: center;
}
.user-info-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #34394D 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 25%;
  margin-left: -13px;
  position: absolute;
  width: 0;
  transform: rotate(180deg);
}
.user-info-tooltip .user--mobile:nth-child(2){
  border-left: 1px solid rgba(255, 255, 255 ,0.21);
  padding-left: 10px;
  margin-left: 10px;
}
.contact-popup-headar .btn-close-icon{
  background-color: transparent;
  padding: 0px;
  border: 0px;
  width: auto !important;
  margin: 0;
  position: unset;
}
.back-btn{
  margin: 0 !important;
}
.form-group label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width:768px){
  .new--header.forms_layout .main__wrapper {
      height: 85vh !important;
  }
  .contact-popup-headar{
    justify-content: start;
  }
  .contact-popup-headar .btn-close-icon{
    margin-left: auto;
  }
}
/** bottom button alignment mobile + Transition issue*/
@media (max-width:576px) {
  .bottom_actions-sm {
      background-color: #fcfcfc;
      border-left: 1px solid #b6b6b673;
      border-right: 1px solid #b6b6b673;
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      right: 0;
  }
    .new--header.forms_layout .main__wrapper {
        height: 85dvh !important;
    }
  /* .form-level-contact-us-popup .close{
    position: absolute;
    right: 20px;
    top: 13px;
  } */
  .form-level-contact-us-popup .modal-content {
    border-radius: 12px !important;
  }

    .header-btn-grp{
        min-width: auto;
    }
}

@media (max-width:400px){
    /* changed height from 85vh to 80vh for mobile device form flow design */
    .new--header.forms_layout .main__wrapper {
        height: 80dvh !important;
    }
}

/* new css for fab buttons 16-07-2024 */

#floating-snap-btn-wrapper {
  position: fixed;
  transform: translate(-50%, -50%);
  bottom: 10%;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 999;
  border-radius: 50%;
}
 #floating-snap-btn-wrapper .fab-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2DBDCA;
  color: white;
  z-index: 1000;
  flex-direction: column;
  border: 0.63px solid #BEEBEF;
cursor: pointer;

  box-shadow: 0px 8px 16px 0px #2DBDCA3D;
}
.hamburger .line {
  width: 20px;
  height: 2.5px;
  border-radius: 20px;
  background-color: #ecf0f1;
  display: block;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fab-active .hamburger .line:nth-child(2){
  opacity: 0;
}

.fab-active .hamburger .line:nth-child(1){
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.fab-active .hamburger .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

 #floating-snap-btn-wrapper ul {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
 #floating-snap-btn-wrapper ul li {
  position: absolute;
  top: 0;
  left: 0;

  list-style-type: none;

  /* transform: scale(0.95); */
  transition: 0.5s;

}
.floating-btn{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: black;
  box-shadow: 0px 8px 16px rgba(45, 189, 202, 0.24);
  
  cursor: pointer;
    border-radius: 50%;
    border: 0.63px solid #BEEBEF;
}
.floating-btn .notification-badge{
    position: absolute;
    right: 6%;
    top: -4px;
    min-width: 20px;
    min-height: 22px;
    border-radius: 50%;
    color: #fff;
    padding: 4px 2px;
    font-size: 11px;
    background-color: #FF8927;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
    line-height: 1;

}
.fab-active .floating-btn .notification-badge {
display: flex;
}
.floating-btn .floating-btn-text{
  position: absolute;
  /* transition: left right 1s ease-in; */
  top: 0;
  /* left: 0; */
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #2DBDCA;
  border-radius: 30px;
  padding: 7px 10px;
  display: none;
  width: fit-content;
  border: 1px solid #2DBDCA;

}
.need-help-message-icon:is(:hover ,:focus ,:active ,:focus-within) ~ ul .floating-btn-text{
  display: none;
  top: 0px;
  right: 120%;
}
@media (max-width:768px) {
  .floating-btn .floating-btn-text{
    display: none;
    top: 0px;
    right: 120%;
  }
}
#floating-snap-btn-wrapper.fab-active li:hover {
  /* background-color: #f8e487; */
}
 /* #floating-snap-btn-wrapper.fab-active.expand-down li:nth-child(3) {
  left: 0%;
  top: -330%;
  transition-delay: 0s;
}
 #floating-snap-btn-wrapper.fab-active.expand-down li:nth-child(2) {
  left: 0%;
  top: -220%;
  transition-delay: 0.2s;
}
 #floating-snap-btn-wrapper.fab-active.expand-down li:nth-child(1) {
  left: 0%;
  top: -110%;
  transition-delay: 0s;
}
 #floating-snap-btn-wrapper.fab-active.expand-up li:nth-child(3) {
  right: 0%;
  top:330%;
  transition-delay: 0s;
}
 #floating-snap-btn-wrapper.fab-active.expand-up li:nth-child(2) {
  right: 0%;
  top:220%;
  transition-delay: 0.2s;
}
 #floating-snap-btn-wrapper.fab-active.expand-up li:nth-child(1) {
  right: 0%;
  top:110%;
  transition-delay: 0.0s;
} */

#floating-snap-btn-wrapper.right li .floating-btn-text{
  top: 0%;
  right: 120% !important;
  
  /* display: inline; */
}
#floating-snap-btn-wrapper.left li .floating-btn-text{
  top: 0%;
  left: 120% !important;
  /* display: inline; */

}
.mb-mobile-hide {
  display: none !important;
}
/* Type A message section with Span, Subject dropdown issue  23-july -- Start*/
.textarea-new {
  display: block;
  width: 100%;
  /* max-width: 350px; */
  overflow: hidden auto;
  resize:vertical;
  min-height: 45px;
  line-height: 20px;
  max-height: 80px;
  border: 1px solid #DEE7E9;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
}
.textarea-new:focus-visible{
  outline: none;
}
.textarea-new[contenteditable]:empty::before {
  content: "Type A Message";
  color:  rgba(41, 52, 80, 0.5);
}

.select2-container--default .COD_Custom-drop .select2-results__option--selected{
  background-color: #edf8f9 !important;
  color: #293450 !important;
}
.COD_Custom-drop .select2-results__option {
  border-radius: 6px;
  color: #293450;
  font-size: min(max(14px,0.833vw),16px);
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 10px;
  background-color: white !important;
  border: 0 !important;
}
/* Type A message section with Span -- End */
/* unset z-index which is coming from backend/plugins/select2/css/select2.min.css due to included in resources/views/master_layout_form.blade.php*/
.cod-patient-select.subject-dropdown .select2-container {
  z-index: 9999;
}
/** Form Level Contact Us Popup changes - END */
/*Added for popup issue in parner side CPR-555*/
.modal.fade .modal-dialog {
  transform: none;
}
@media (max-width: 1200px) and (min-width: 992px){
  .forms_layout.summary_container .main-content-mid .center_content_wrapper.drug_allergy{
    width: 100%;
  }
  .header-btn-grp , .logo-wrapper{
    min-width: 160px;
  }
  .new--header{
    gap:1.5rem;
  }
}
@media(max-width:768px) {
  .need-help-messaging-board-responsive-iframe {
      height: calc(100dvh - 80px);
  }
}

.need-help-overflow-hidden {
  overflow: hidden;
}

.need-help-resend-code.disabledlink {
  cursor: not-allowed;
  opacity: 0.7;
}
.floating-btn svg path {
  fill: #2dbdca;
}
.need-help-br-50 {
  border-radius: 50px !important;
}
.need-help-message-icon {
  background: #fff !important;
}

.need-help-message-icon svg path {
  fill: #2DBDCA;
}
.w-lg-50-need-help .bg-secondary{
  background-color: #FF7400 !important;
}
.form-level-contact-us-popup .modal-body {
  padding: 40px 25px;
}
.cod_pass_error {
  color: #dc3545 !important;
  font-size: 12px;
}

.hide {
  display: none;
}

/** COD-1685 -- Front end flow design changes as per the Bailey -- START */

/* <!-- 30/10/2024 --> */
@media (max-width: 991.2px) {
  .hide-mobile {
    display: block;
  }
  .mobile-menu .dropdownmenu-shadow{
    position: relative !important;
    transform: none !important;
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .mobile-menu .dropdownmenu-shadow li{
    border-bottom: 1px solid #dee2e6 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .newHeader .dropdown .dropdown-menu#moreDropdown .dropdown-item{
    font-size: 17px !important;
  }
  .newHeader .nav-link#dropdownMenuButton1{
    display: none;
  }
}
/** COD-1685 -- Front end flow design changes as per the Bailey -- END */
/* Hide the spin buttons in WebKit browsers >> 2FA popup */
.contact_flow_modal .contact_container .form-control.otp_digits::-webkit-outer-spin-button,
.contact_flow_modal .contact_container .form-control.otp_digits::-webkit-inner-spin-button {
    -webkit-appearance: none !IMPORTANT;
    margin: 0;
}

/* Hide spin buttons in Firefox */
.contact_flow_modal .contact_container .form-control.otp_digits[type="number"] {
    -moz-appearance: textfield;
}

#need_help_email_verify_poup .form-control{
  text-align: center;
}

/* changes by Pankita - start*/
/* Bounce effect classes for floating button boundary feedback */
#floating-snap-btn-wrapper.bounce-left {
  animation: bounceLeft 0.2s ease-out;
}

#floating-snap-btn-wrapper.bounce-right {
  animation: bounceRight 0.2s ease-out;
}

@keyframes bounceLeft {
  0% { transform: translateX(0); }
  50% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

@keyframes bounceRight {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
/* changes by Pankita - end*/