
body{
    font-family: 'Poppins', sans-serif!important;
}
.badge{
    font-size: 13px!important;
    font-weight: 600!important;
     border-radius: 8px;
    width: 100px;
    padding: 8px;
}
.float-right{
    float: right;
}
ul.nav.nav-tabs a.nav-link.active {
    color: black;
}
.cust-close{
    background: transparent;
  color: white;
  font-size: 16px;
  outline: none;
  border: none;
  box-shadow: none;
}
.btn-secondary{
    background-color: #1843A6!important;
    border-color:#1843A6!important;
    /* background-color: #24A2F4!important; */
    /* border-color:#24A2F4!important; */
}
.custombtn{
    background: #1843A6;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    outline: none;
    border: none;
    border-radius: 8px;
    width: 120px;
}
.custombtnclick{
    /* background: #24A2F4; */
    background: #1843A6;
    color: #fff;
  border-radius: 8px;
    font-size: 14px;
    padding: 5px 10px;
    outline: none;
    border: none;
    width: fit-content;
}
.custombtnclick2{
    /* background: #24A2F4; */
    background: #1843A6;
    color: #fff;
     border-radius: 8px;
    font-size: 14px;
    padding: 5px 10px;
    outline: none;
    border: none;
    width: fit-content;
}
.custombtncancel{
    background: #dddddd!important;
    color: #000!important;
 border-radius: 8px;
    font-size: 14px!important;
    padding: 6px 16px!important;
    outline: none;
    border: none;
    width: 120px;
}
.nav-link{
    font-weight: 600!important;
}
.modal-title {
    font-size: 16px!important;
    color: #fff!important;
}
.modal-header
{
background-color: #1843A6!important;
    /* margin: -1px!important; */
}
.modal-content{
    border: none!important;
}
.btn-primary,.btn-secondary{
    padding: 6px 16px!important;
    font-weight: 400!important;
    /* min-width: 100px; */
    width: 120px;
    font-size: 14px;
    border: none;
    border-radius: 8px;
}
td.actioncolwidth,th.actioncolwidth {
    width: 1px;
    white-space: nowrap;
}

.w-100{
    width: 100%!important;
}
/* span.thmcolor{
    color:#1843A6!important;
} */
li.nav-item.rightlink{
    position: absolute!important;
    right: 5px!important;
    cursor: pointer!important;
}
li.nav-item.rightlink:hover{
    border: none!important;
}
.navbar-vertical .navbar-nav .nav-item .nav-link{
    font-size: 15px!important;
}
.simplebar-content-wrapper a.nav-link.active {
    /* border: 1px solid #1843A6; */
    border-radius: 5px;
    background-color: #f1f5f9!important;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(171,166,171,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(171,166,171,0.5);
    box-shadow: 0px 0px 5px 0px rgba(171,166,171,0.5);
}
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]{
    box-shadow: none!important;
}
div#login_box ::placeholder ,div#forgot_password_box ::placeholder{
font-size: 0.8rem;
}
div#login_box img.logo,div#forgot_password_box img.logo{
    width: 150px;
}
.bodybg{
    background-image: url('../../web-assets/img/BG.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 400px; */
    /* min-height: 70vh; */
    height: auto;
    position: relative;
    overflow-x: hidden;
}
.thanku{
    margin-top: 60px;
}
#bluetraingle {
    width: 0;
    height: 0;
    border-top: 60px solid #1843A6;
    border-right: 130vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
#blacktraingle {
    width: 0;
    height: 0;
    border-bottom: 60px solid  #000;
    border-left: 130vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
} 

img.rightimage {
    width:100%!important;
}
img.rightimage {
    margin-top: 50px;
}
img.companyrightimage{
    /* margin-top: 30px; */
    width: 100%;
}

.registerbox{
    margin-top: 90px;
}
.blackbox{
    position: relative;
    width: 100%;
    height: 80px;
    background-image: url('../../web-assets/img/BG.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
h2{
    color:#1843A6;
}
.min-vh-100{
    min-height: 90vh!important;
}
img.leftimage{
    width:100%!important;
}
@media (min-width: 768px) and (max-width: 1024px){

    img.leftimage, img.rightimage {
        width:100%;
    }
}
@media only screen and (max-width: 767px){ 
    img.leftimage, img.rightimage {
    width:100%;
    
}

ul.pagination.mb-0 {
    padding-top: 0px!important;
    padding-bottom: 10px!important;
}

}

/* .card.smooth-shadow-md {
    padding: 30px 20px;
} */
.loginbox {
    border: 1px solid #dddddd;
    padding: 10px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(242,242,242,0.5);
-moz-box-shadow: 0px 0px 8px 0px rgba(242,242,242,0.5);
box-shadow: 0px 0px 8px 0px rgba(242,242,242,0.5);
background-color: #fff;
height: auto;
width: 400px;
}
a.forgotlink{
    color: #1843A6;
    font-size: 14px;
    text-decoration: none;
    text-align: right;
    text-decoration: underline!important;
    /* margin: 10px 0; */
}
.col-lg-4.custwidth4 {
    width: 32%!important;
}
.col-lg-6.custwidth6{
    width: 52%!important;
}

@media only screen and (max-width: 767px){
    .col-lg-4.custwidth4{
        width: 100%!important;
    }
    .loginleftbox{
        height: auto!important;
        margin-bottom: 10px;
    }
    .col-lg-6.custwidth6 {
        width: 100%!important;
    }

}

/* CUSTOM BOOTSTRAP CLASSES START  */
.col-lg-cust{
    width: 11%!important; 
}
.col-lg-cust-1 {
    width: 13%!important;
}
.col-lg-cust-2{
    width: 18%!important;
}
.col-lg-cust-4{
    width:30%!important;
}
@media only screen and (max-width: 767px){
    .col-lg-cust{
        width: 50%!important; 
    }
    .col-lg-cust-1 {
        width: 100%!important; 
    }
    .col-lg-cust-2{
        width: 100%!important;  
    }
    .col-lg-cust-4{
        width:100%!important; 
    }
    .col-lg-6.custwidth6 {
        width: 100%!important;
    }

}
/* CUSTOM BOOTSTRAP CLASSES END  */

.col-form-label, .form-label{
    color: #000!important;
}
label {
    color: #d93e4d;
    text-align: left;
    padding-left: 0px!important;
    font-weight: 500;
}
.form-check-label {
    font-weight: 400;
    color: #000;
  }
  .navbar-mail .navbar-nav .nav-item{
    /* background-color: #f1f5f9!important; */
/*    border-radius: 0.375rem!important;*/
     border-radius: 8px;
    color: #000!important;
    margin: 5px 0!important;
    /* padding: 7px!important; */
}
.navbar-mail .navbar-nav .nav-item .nav-link{
    font-weight: 500!important;
}
.navbar-mail .navbar-nav .nav-item .nav-link.active{
    /* background-color: #dddddd; */
     border-radius: 8px;
    color: #1843A6;
    /* border: 1px solid #1843A6; */
    font-weight: 700!important;
    /* text-decoration: underline!important; */
}
.navbar-mail .navbar-nav .nav-item .nav-link.active .text-muted{
    color: #1843A6!important;
}
.d-flex.custradio .form-check-input{
    width: 1.2em!important;
    height: 1.2em!important;
}
.d-flex.custradio  label.form-check-label{
    margin-left: 5px!important;
    margin-top: 1.5px;
}
.apexcharts-legend-marker{
    height: 14px!important;
    width: 14px!important;
    top: 3px!important;
}
.apexcharts-legend-text{
    font-size: 14px!important;
}

a.nav-link.folder_link {
    font-size: 14px;
    background-color: #f1f5f9;
    color: #000!important;
    padding: 10px 0px 10px 0;
 border-radius: 8px;
  }
 a.nav-link.curr_folder_link {
    font-size: 14px;
    background-color: #f1f5f9;
    color: #000!important;
    padding: 10px!important;
  border-radius: 8px;
  }
  .dropdown.dropstart .btn:hover,.dropdown.dropstart .btn:active,.dropdown.dropstart .btn:focus ,.dropdown.dropstart .btn-check:checked+.btn, .dropdown.dropstart .btn.active, .dropdown.dropstart .btn.show,.dropdown.dropstart .btn:first-child:active, .dropdown.dropstart :not(.btn-check)+.btn:active {
    background-color: transparent;
    border: none;
    border-color: transparent;
}
/* li.nav-item.folderstructure:active{
    box-shadow: 0px 0px 5px 0px rgba(171,166,171,1)!important;
    border: 1px solid #cbd5e1!important;
} */
.d-flex.custradio .form-check-input{
    width: 1.2em!important;
    height: 1.2em!important;
}
.d-flex.custradio  label.form-check-label{
    margin-left: 5px!important;
    margin-top: 1.5px;
}
  .folderui.new {
    margin-top: -15px;
}
.folderui{
position: relative!important;
}
a.nav-link.folder_link.active,a.nav-link.curr_folder_link.active {
    color: #1843A6!important;
    font-weight: 600;
    text-decoration: double;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

li.nav-item.folderstructure{
    background-color: #f1f5f9!important;
    border-radius: 8px;
    color: #000!important;
    margin: 5px 0!important;
    /* padding: 7px!important; */
    padding-left: 10px; 
    padding-top: 0px!important;
}
 a.nav-link.curr_folder_link{
    background-color: #f1f5f9!important;
    border-radius: 8px;
    color: #000!important;
    margin: 5px 0!important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #1843A6!important;
    border: none!important;
    border-color: #1843A6!important;  
    color: #fff!important;
}
.folderui.new .btn:hover{
    background-color: #1843A6!important;
    border: none!important;
    border-color: #1843A6!important;  
}
.dropdown.dropstart .btn:hover,.dropdown.dropstart .btn:active,.dropdown.dropstart .btn:focus ,.dropdown.dropstart .btn-check:checked+.btn, .dropdown.dropstart .btn.active, .dropdown.dropstart .btn.show,.dropdown.dropstart .btn:first-child:active, .dropdown.dropstart :not(.btn-check)+.btn:active {
    background-color: #1843A6!important;
    border: none!important;
    border-color: #1843A6!important;
}

li.nav-item.folderstructure .icon-xs:hover,li.nav-item.folderstructure .icon-xs:focus,li.nav-item.folderstructure .icon-xs:active{
    background-color: #1843A6!important;
    border: none!important;
    border-color: #1843A6!important;
}
/* li.nav-item.folderstructure:active{
    box-shadow: 0px 0px 5px 0px rgba(171,166,171,1)!important;
    border: 1px solid #cbd5e1!important;
} */
.d-flex.custradio .form-check-input{
    width: 1.2em!important;
    height: 1.2em!important;
}
.d-flex.custradio  label.form-check-label{
    margin-left: 5px!important;
    margin-top: 1.5px;
}
a.nav-link.folder_link.active .fa-regular,a.nav-link.folder_link.active .fa-regular .far,a.nav-link.curr_folder_link.active .fa-regular {
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #1843A6;
}

.medreportbox {
    background-color: #fff;
    text-align: left;
      box-shadow: 0px 4px 5px 0px #00000040;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 0px;
    min-height: 180px;
}
.medreportheader{
    background-color:#1843A6!important;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
}
hr.medreport{
   margin: 0.4rem 0!important;
}
.medreportcontent {
    padding: 8px 0 0 0;
}
.themecolor{
    color:#1843A6!important;
}
.border-right {
        border-right: 1px solid #ccc;
}
h4.heading {
    font-size: 1rem;
    margin-top: -5px;
}

.navbar-vertical .navbar-brand img {
    height: 3rem!important;
}


/*homecare agency left box UI start*/
.pdmainbox ul,.pdmainbox2 ul,.pdmainbox3 ul,.pdmainbox4 ul,.pdmainbox5 ul{
  padding-left: 22px!important;
  font-size: 14px;
}
.pdmainbox{
  background-color:#DAFFE3;
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  height: 40px;
  margin: 7px 0;
}
.pdmainbox2{
  background-color:#FDF0D0;
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  height: 40px;
   margin: 7px 0;
}
.pdmainbox3{
  background-color: #FDC6C6;
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  height: 40px;
   margin: 7px 0;
}
.pdmainbox4{
  background-color:#E2E3DE;
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  height: 40px;
   margin: 7px 0;
}
.pdmainbox5{
  background-color: #FEE4D7;
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  height: 40px;
   margin: 7px 0;
}
.pdnumbox{
  background-color:#FFFFFFD6;
  border-radius: 20px;
  width: 100%;
  padding: 2px;
  text-align: center;
}
 
 /*homecare agency left box UI ENd*/
@media only screen and (max-width: 1024px){ 
   div#custom_range_modal .text-nowrap {
    white-space: normal!important;
   }
 .app-content-area{
    padding: 160px 10px 20px!important;
 }

img.admin{
   width: 250px;
}
/*form#pharmacy_filter .btn-primary, .btn-secondary{
    width: 140px !important;
    margin: 5px;
}*/
/*form#appointment_filter  .switch4-container{
    margin: 7px auto 8px auto!important;
}*/
form#appointment_filter  .form-control , form#appointment_filter  .form-select{
    margin: 7px 0!important;
}
input.form-control{
    margin: 7px 0!important;
}
.form-select{
    margin-bottom: 7px;
}
select.form-control.form-select {
    margin-bottom: 7px!important;
}
input#sos_emergency_number {
    margin-bottom: 10px;
}
.custbtn{
    width: 90px!important;
}
a.btn.btn-primary {
    width: fit-content !important;
}
div#dataGrid_medicines_logs {
    margin-top: 10px;
}
.col.text-lg-end.text-center.mt-lg-3.mt-sm-0.mt-md-0 {
    margin-top: 10px;
}
span.select2.select2-container.select2-container--default {
   margin-bottom: 7px!important; 
} 
.row.row-cols-1.row-cols-xl-5.row-cols-md-2 {
    padding: 10px;
}
ul#sideNavbar{
    margin-top: 70px;
}
div#div_enable_medicine_icon {
    margin: 5px auto 15px auto!important; 
}
label.form-label.unit{
    display: none;
}
.btn-primary, .btn-secondary{
    color: #fff!important; 
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .app-content-area{
    padding: 80px 10px 20px!important;
 }
 .btn-primary, .btn-secondary{
    color: #fff!important; 
}
.row.row-cols-1.row-cols-xl-5.row-cols-md-2 {
    padding: 10px;
}
    form#appointment_filter .switch4-container {
        margin: 10px 0;
    }
    .switch4 label{
        padding: 10px 25px 10px 10px !important;
    }
}

/*@media (max-width: 776px) {
    .header .navbar {
        left: 0;
    }
}*/

/*Member Portal CSS Start */


.memberportal .main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
    background: url('../../assets/images/memberportal/memberportalbg.webp') no-repeat center center/cover;
  }

.memberportal .card-wrapper {
      display: flex;
      flex-wrap: nowrap;
      gap: 2rem;
      width: 100%;
      max-width: 95%;
}

 .memberportal  .left-box {
  flex: 0 0 calc(65% - 1rem);
  min-width: 0;
  /*background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);*/
}

.memberportal  .right-box {
  flex: 0 0 calc(35% - 1rem);
  min-width: 0;
  background: linear-gradient(0.44deg, #EEF7FF 1.51%, #FFFFFF 97.43%);
  padding:2rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 660px;
}
button.btn.btn-primary.memp{
    background-color: #1843A6;
    width: 100% !important;
    padding: 8px 10px !important;
    color: #fff;
    border-radius: 8px;
}
button.btn.btn-primary.memp:focus{
    background-color: #1843A6!important;
    color: #fff;
}
.memberportal  form.sign-up-form {
    text-align: left;
}
.memberportal h6.text-primary {
    text-align: left;
    color: #1843A6!important;
    font-size: 1.1rem;
    margin-top: 10px;
}
.memberportal  label.form-label{
    font-size: 1rem;
}
.memberportal form.sign-up-auth-form, form.signup_form {
    text-align: left;
}
img.licon{
    width: 30px;
}
a.btn-social {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

a.btn-social:hover {
  transform: scale(1);
  background-color: transparent;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
a.btn-social:focus {
  background-color: transparent!important;
}
a.btn-social:active {
  background-color: transparent!important;
}
div#login_box a:hover{
    color: #000000;
    font-weight: 700;
}
.memberportal  form.login-form,.memberportal  form.forgot-password-form {
    text-align: left;
}
.memberportal div#forgot_password_box p{
    text-align: left;
}
.mb-0.control-group.error,.control-group.error {
    margin-bottom: 5px !important;
}
  @media (max-width: 991px) {
    .memberportal .card-wrapper {
      flex-direction: column;
      gap: 1.5rem;
    }

    .memberportal .left-box,
    .memberportal .right-box {
      flex: 0 0 100%;
    }
  }
.card.ycp{
    background: url('../../assets/images/memberportal/dashboardbg.webp') no-repeat center center/cover;
    padding: 20px;
}
h2.premplan{
color: #fff;
font-size: 1.8rem;
font-weight: 600;
}

a.text-decoration-none.custbtn_mp {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    color: #000;
    width: 120px;
    display: inline-block;
    text-align: center;
}

a.text-decoration-none.custbtn_mp:hover {
    background-color: #1843A6;
    color: #fff;
}
a.text-decoration-none.custbtn_mp.two{
    margin-left: 10px;
}
.card.ycp p{
    font-size:1rem;
}
.memberportalbox {
    background-color: #EEF7FF;
}

 .memberportalbox .app-content-area {
    padding: 72px 10px 20px;
}
h3.pi{
    color: #1843A6;
    font-size: 1.2rem;
}
h3.pi2{
    color: #1843A6;
    margin-bottom: 0px;
        font-size: 1.2rem;
}
.leftpinfobox{
    background-color: #DBEEFF;
    padding: 20px;
    border-radius: 10px;
}
.leftpinfoheader img{
    width: 100%;
    border-radius: 10px;
}
.leftpinfoprofile{
    text-align: center;
}
.leftpinfoprofile img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 4px solid #fff;
    margin-top: -50px;
    text-align: left;

}
.totalmembbox{
    background: linear-gradient(135deg, #659FFF 0%, #3581FF 100%);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    min-height: 140px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.totalmembheader{
    background: linear-gradient(135deg, #659FFF 0%, #3581FF 100%);
    color: #fff;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0px auto -70px  auto;
    z-index: 9999;
    position: relative;
}
ul.nav.nav-pills.memportal a.nav-link.active{
    background-color: #1843A6;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: normal!important;
}
ul.nav.nav-pills.memportal  li.nav-item{
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    color: #000!important;
  
}
ul.nav.nav-pills.memportal  li.nav-item a{
      font-weight: normal!important;
}
 .tab-content.bgwhite{
    background-color: #fff;
    padding: 10px;
    border-radius: 0px 10px 0 0;

}
button.btn.btn-sm {
    background-color: #1843A6;
    border-radius: 30px;
    color: #fff;
    font-weight: normal;
}
.profileinformationdetailsbox{
    border-radius:0 0 10px 10px;
    border:1px solid #C3D3E2;
    border-top: 0px;
    padding: 10px;
}
.profileinformationdetailsheader{
    border-radius: 10px 10px 0 0;
    border:1px solid #C3D3E2;
    padding: 10px 15px;
    background-color: #EEF7FF;
    margin-top: 5px;
    font-weight: 600;
    padding-left: 10px;
}
a.custom_mp_btn {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn2 {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn:hover {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn2:hover {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn:focus{
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn2:focus{
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn:active{
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff!important;
    border-radius: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
a.custom_mp_btn2:active{
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff!important;
    border-radius: 8px;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.form-control:focus{
        border-color: #1843A6;
    box-shadow: 0 0 0 .25rem rgba(219, 241, 255, .25);
}
img.rounded-circle.notification {
    width: 35px;
    margin-right: 5px;
}
.profileinformationdetailsheader.two{
    background-color: #DBEEFF;
}
.profileinformationdetailsbox.two{
    background-color: #fff;
}
button.btn.btn-secondary.custbtn {
    background-color: #1843A6!important;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 120px;
    display: inline-block;
    text-align: center;
}
img.action_icon {
    width: 28px;
    margin: 0 1.5px;
}
img.action_icon_file {
    width: 18px;
}
img.action_icon_share{
     width: 30px;
}
img.subicon {
    width: 70px;
}
.subscriptionheader {
    text-align: center;
    position: relative;
    margin-bottom: -30px;
}

.saved-card.bg-card-1{
   background-image: url('../images/memberportal/bg01.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%; 
      padding: 20px;
    border-radius: 8px;
}
.subscriptionbox{
    background-image: url('../images/memberportal/bg01.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}
.subscriptionbox.two{
    background-image: url('../images/memberportal/bg02.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}
.subscriptionbox.three{
    background-image: url('../images/memberportal/bg03.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}
.subscriptionbox h4{
    color: #fff;
    margin-top: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
img.arrowicon {
    width: 20px;
    margin-top: 10px;
}
button.btn.custom_mp_btn {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
button.btn.custom_mp_btn:focus {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
button.btn.custom_mp_btn:hover {
    background-color: #1843A6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
button.btn.custom_mp_btn:active {
    background-color: #1843A6!important;
    padding: 5px 10px!important;
    color: #fff!important;
    border-radius: 8px!important;
    display: inline-block!important;
    text-align: center!important;
    font-weight: 500!important;
}
.managesubheader {
    background-color: #DBEEFF;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}
.managesubbox{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
}
  .info-label {
      font-weight: 600;
      color: #0d3d6a;
      width: 100px;
    }
    .info-row {
      margin-bottom: 10px;
    }
    .info-colon {
      margin: 0 8px;
    }

    h3.subpack{
         color: #424242;
         margin-bottom: 0px;
        font-size: 1.2rem;
    }

    .plansubheader {
    background-color: #DBEEFF;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.managesubbox{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;

}
.smallbox{
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 90%;
    margin:0 auto;
}
h3.managesublabel{
     color: #1843A6;
         margin-bottom: 0px;
        font-size: 1.1rem; 
}
button.btn.custombtnborder {
    color: #000;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #fff;
    font-weight: 500;
        padding: 5px 10px;
        width: 85px;
}
button.btn.custombtnborder:active {
    color: #000!important;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #fff!important;
    font-weight: 500;
        padding: 5px 10px;
        width: 85px;
}
button.btn.custombtnborder:focus {
    color: #000!important;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #fff!important;
    font-weight: 500;
        padding: 5px 10px;
        width: 85px;
}
button.btn.custombtnborder:hover {
    color: #fff;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #1843A6;
    font-weight: 500;
        padding: 5px 10px;
        width: 85px;
}
img.thanks_icon{
    width: 50px;
}
div#renewConfirmModal .btn-close {
  filter: invert(100%) grayscale(100%) brightness(100%)!important;
}

.password-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.password-wrapper .form-control {
  padding-right: 2.5rem; /* Space for eye icon */
  position: relative;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #6c757d;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background: transparent;
}

/* Ensure eye icon stays in place even with validation errors */
.password-wrapper .error_label {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

/* Handle validation error styling for password fields */
.control-group.error .password-wrapper .form-control {
  border-color: #dc3545;
}

.control-group.error .password-wrapper .eye-icon {
  color: #dc3545;
}

/* Ensure password wrapper maintains its structure during validation */
.control-group .password-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

/* Handle text-danger class positioning for password fields only */
.password-wrapper .text-danger {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  display: block;
  color: #dc3545;
}

/* Ensure all password validation labels are red */
.password-wrapper + .text-danger,
.control-group .password-wrapper + .text-danger,
.password-wrapper ~ .text-danger,
.control-group .password-wrapper ~ .text-danger {
  color: #dc3545;
}

/* Handle any validation labels that might be using different classes */
.password-wrapper + label.error,
.control-group .password-wrapper + label.error,
.password-wrapper ~ label.error,
.control-group .password-wrapper ~ label.error {
  color: #dc3545 ;
}

/* Ensure error labels after password fields are red */
.control-group:has(.password-wrapper) .text-danger,
.control-group:has(.password-wrapper) label.error {
  color: #dc3545;
}
.toast-message,.toast-title{
    color: #fff!important; 
}
.is-invalid{
    box-shadow: none!important;
}
.is-invalid:active, .is-invalid:focus{
    box-shadow: none!important;
}
/* Ensure ALL validation error labels are red - for any field type */
/* .text-danger,
label.error,
.error_label,
.control-group .text-danger,
.control-group label.error,
.control-group .error_label {
  color: #dc3545 !important;
} */

/* Override any existing color styles for validation messages */
/* .text-danger,
label.error,
.error_label {
  color: #dc3545 !important;
  font-weight: 500;
} */

/* Force ALL validation messages to be red with maximum specificity */
/* .text-danger,
label.error,
.error_label,
.control-group .text-danger,
.control-group label.error,
.control-group .error_label,
form .text-danger,
form label.error,
form .error_label,
.signup_form .text-danger,
.signup_form label.error,
.signup_form .error_label {
  color: #dc3545 !important;
  font-weight: 500 !important;
} */

/* Additional specificity for any validation message */
/* [class*="error"] {
  color: #dc3545 !important;
} */

/* Force eye icon to stay in position */
.password-wrapper .eye-icon {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  transform: translateY(-50%) !important;
  z-index: 25 !important;
}
.table.thbold th{
    font-weight: 600!important;
}
.active>.page-link, .page-link.active{
    background-color:#1843A6!important;
}

.accordion-button:focus {
    box-shadow: none !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: none !important;
}
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: none !important;
}
.form-select:focus {
    border-color: #1843A6!important;
    box-shadow: none!important;
    outline: 0;
}
.select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #cbd5e1!important;
    border-radius: .375rem!important;
    outline: none!important;
}
button.accordion-button .form-check-input{
    margin-top: 0px!important;
}
p.value {
    word-break: break-all;
}
/*Member Portal CSS End */

.page-item:not(:first-child) .page-link {
    z-index: 0!important;
  }
  .table th,
  .table td {
    vertical-align: middle;
  }