/* new select2custom selectbox Css Starts */
  .COD_custom-selectbox .select2-container {
    width: 100% !important;
    z-index: 999 !important; /*Form Level Contact Us Popup changes*/
  }

  .COD_custom-selectbox .select2-container--default .select2-selection--single {
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    height: auto;
    border: 1px solid #ced4da;
    position: relative;
    border-radius: min(max(8px,0.625vw),12px);
  }

  .COD_custom-selectbox
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
    padding: 10px;
    font-size: min(max(14px,0.833vw),16px);
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    padding-right: 25px;
  }

  .COD_custom-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/arrow-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transform: rotate(90deg) translateY(-50%);
    transition: 0.3s;
    position: absolute;
    top: 40%;
    right: 15px;
    -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-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }

  .COD_custom-selectbox .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transition: 0.3s;
    transform: translateY(-50%) rotate(270deg);
    right: 10px;
  }

  .select2-container--open .COD_Custom-drop.select2-dropdown--below {
    border-radius: min(max(8px,0.625vw),12px);
    margin-top: 3px;
    border: 1px solid #ced4da;
  }

  .select2-container--default .COD_Custom-drop .select2-results > .select2-results__options {
    padding: 0.5rem;
    max-height: 300px !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: 600;
    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: 600;
    line-height: 1.5;
    padding: 5px 10px;
  }
/* new select2custom selectbox Css Ends */

/* State Page Design Starts */
.prefer_medication .summary_inner_heading h3{
  font-size: min(max(22px,1.667vw),32px);
}
.prefer_medication .summary_inner_heading h5{
  font-size: min(max(16px,1.042vw),20px);
}
.prefer_medication label{
  font-size: min(max(14px,0.938vw),18px);
  opacity:.6;
  margin-bottom: 15px;
}
.present_location .COD_custom-selectbox{
  min-width: 200px;
  max-width: 400px;
}
.present_location .COD_custom-selectbox .select2-container--default .select2-selection--single{
  border: 1px solid #2dbdca;
  border-radius: 10px;
}
.present_location .mid-content .w-100{
max-width:946px
}
.prefer_medication .state-box{
  margin: 30px 0;
}
.prefer_medication .state-box > div{
    border-color: #D5F2F5 !important;
    max-width: 140px;
    min-width: 140px;
    border: 1px solid;
    font-size: min(max(12px,0.729vw),14px);
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prefer_medication .state-box > div:hover{
background-color: #D5F2F5;
cursor: pointer;
}
.prefer_medication .error-msg{
color: #E33B3B;
font-size: min(max(12px,0.729vw),14px);
margin: auto;
margin-top: 12px;

}
.prefer_medication .coming{
  font-size: min(max(16px,1.042vw),20px);
  opacity:.6;
}
.prefer_medication .coming-box{
  margin-top: 15px;
}
.prefer_medication .coming-box > div{
  border-color:#FFE7D3 !important;
}
.prefer_medication .coming-box > div:hover{
  background-color:#FFE7D3 !important;

}
.location-modal .modal-dialog{
  max-width: 480px;
}
.location-modal .modal-content{
  border-radius: min(max(18px, 1.354vw), 26px);
  margin: auto 1rem;
}
.location-modal img{
  margin: auto;
  width: auto;
}
.bg-light-gray{
  background-color: #F5F5F5;
}
.location-modal .bg-light-gray p > span:first-child{
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  line-height: 16px;
  padding: 0 2px;
  margin-right: 2px;
  opacity: 1;
}
.location-modal .close-modal{
  right: 2rem;
  top: 2rem;
}
.location-modal .bg-light-gray p{
  font-size:min(max(12px, 0.83vw), 16px);
  line-height: 24px;
  text-align: center;
  opacity: .6;
}
.location-modal p{
  font-size:min(max(14px, 0.938vw), 18px);
  line-height: 24px;
  font-weight: 600;
}
.location-modal .btn{
  font-size: min(max(14px,0.938vw),18px);
text-transform: uppercase;
border-radius: 3rem;
color: #fff;
font-weight: 600;
width: 35%;
min-width: 100px;margin-bottom: 15px;
}
.location-modal .modal-body h2{
  font-size: min(max(18px,1.458vw),28px);
  font-weight: 600;
margin-bottom: 25px;
margin-top: 20px;
}
.opacity-6{
  opacity: .6;
}
.br-5 {
    border-radius: 5px !important;
}
.present_location .COD_custom-selectbox .select2-container{
    width:100% !important;
}


.location-modal .btn {
    font-size: min(max(14px,0.938vw),18px);
    text-transform: uppercase;
    border-radius: 3rem;
    color: #fff;
    font-weight: 600;
    width: 35%;
    min-width: 100px;
    margin-bottom: 15px;
}
.btn-secondary {
    background-color: #FF7206 !important;
    border-color: #FF7206 !important;
}
.location-modal .close-modal {
    left: 40rem !important;
    position: relative;
    top: 0rem !important;
}
.localtionPopupDivHeader{
  display: unset!important;
}

.location-modal .close-modal{
    right: 2rem;
    left: unset!important;
    position: absolute;
    top: 2rem!important;
}
.availableLocationSubDiv{
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*State Page Design Ends */

.popup-above-user-account .popup-div{
  padding: 30px;
  font-size: 22px;
  font-weight: 500;
  max-width: 510px;
  width: 100%;
  border-radius: 20px;
}
.popup-above-user-account .popup-div .text-danger{
  font-size: 18px;
  margin: 30px 0;
}
.popup-above-user-account .popup-div .start-now-btn {
  font-size: 18px;
  padding: 12px 18px !important;
  color: #fff;
  border-radius: 50px;
}
.flex-wrap-back{
  flex-wrap: wrap;
}
@media(max-width:768px){
  .popup-above-user-account .popup-div{
      width: 90%;
      padding: 20px;
  }
  .popup-above-user-account .popup-div .text-danger{
      margin: 20px 0;
  }
}
.allInactive{
  background-color: #eee !important;
  opacity: 0.5 !important;
}
/*State Page Design Ends */
