.form label.error{
    color: #FF0505;
    /*text-wrap: nowrap;*/
}
.household_member_list{
    background: #f6f6f6;
    padding: 18px 20px;
    margin-top: 10px;
    border-radius: 10px;
}
#household_form a.btn {
    padding: 7px 0px !important;
}
/* .login-box .login-heading h2 {
    font-size: 33px !important;
} */
.alert.alert-success.alert-dismissible.fade.show, .alert.alert-warning.alert-dismissible.fade.show, .alert.alert-info.alert-dismissible.fade.show, .alert.alert-danger.alert-dismissible.fade.show{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.alertclosebtn{
    background: unset;
    border: 0;
}
#signupForm label a.text-link{
    color: #419CCC;
}
.login-box {
    /*padding-top: 40px !important;*/
}
.login-box .login-heading {
    margin-bottom: 20px;
}
.password-block{
    position: relative;
}
.password-block label{
    position: absolute;
}
.password-block span i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.header_user_nav a:active{
    background-color: #fff;
}
.tooltip-inner {
    font-size: 10px !important;
}

@media screen and (max-width: 768px){
.sign-up-auto {
     max-height: none !important;
}
}
.sign-up-auto {
    /* max-height: 90vh; */
    height: fit-content !important;
}


.sign-up-heading{
    position: sticky;
}
.sign-up-auto form#signupForm {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
}
.member-btn {
    position: absolute;
    width: 100%;
}
.back-btn, .skip-btn {
    padding: 10px 13px;
    border-radius: 20px;
}
.skip-btn{
    padding: 10px 14px;
    margin: 0 -20px 0px 0px;
}
.wc_custom_select_new{
    position: unset !important;
    min-height: unset;
}
.img-badge{
    cursor: pointer;
    color: #fff;
    background-color: #20204b;
    margin: 6px 5px;
    position: absolute;
    display: inline-block;
    padding: 0.35em;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    width: 20px;
}
.btn-info{
    color: #ffffff;
}
.action_icons{
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    align-items: center;
}
.action_icons div label {margin-bottom: 0px;}
.success{
    color: #49a76b;
}
.readonlyinput{
    background-color: #f3f3f3;
    cursor: no-drop;
}
.navbar-menu .navbar-nav .menu-dropdown li.nav-item a.active, .navbar-menu .navbar-nav .menu-dropdown li.nav-item a.nav-link:hover {
    color: #419CCC;
}
.disabledcls{
    cursor: no-drop;
}
/*navbar active and open*/
/* Add styles for sorting icons */
.custom-sortable {
cursor: pointer;
position: relative;

}
.custom-sortable::after {
content: '\25B2';
/* Unicode character for up arrow */
right: 8px;
opacity: 1;
color: #3498db;
}
.custom-sortable.th-desc::after {
content: '\25BC';
/* Unicode character for down arrow */
opacity: 1;
}
#wc_individual_wrap .form_wizard .form_wizard_steps li{
    width: 33.33%;
}
.sidebar-active{
    color: #419CCC;
  }
span.no_record{
    font-weight: 500;
    padding: 10px;
}
label#error_message{
    color: #FF0505;
}
.auto-pay-cls{
    pointer-events: none !important;
}

.list-unstyled li.activated:nth-of-type(3)::after {
    width: 50%;
    background-color: #419CCC;
    border-radius: unset;
}

.list-unstyled li.activated:nth-of-type(4)::after {
    width: 50%;
    background-color: #419CCC;
    border-radius: unset;
}
.notextdecoration{
    text-decoration: none;
}
@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 90%;
    }
}
.wc-list-household-member-popup-edit-view .modal-dialog {
   height:500px!important;
   overflow:auto!important;
}

.wc-list-household-member-popup .modal-dialog, .wc-add-household-member-popup .modal-dialog {
   max-width: 1056px;
   border-radius: 15px;
   overflow: hidden;
}
.wc-client-administration-list-tow-btn{
    background: linear-gradient(90.27deg, #20204B 3.4%, #5263AC 180.34%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 9px 14px 0px #00000026;
    position: fixed;
    bottom: 5%;
    right: 8%;
    z-index: 99;
}
.wc-client-administration-list-tow-btn i{
    color: #ffffff;
}
.select2-dropdown{
    z-index: 11111 !important;
}
.remove-package-plans-btn i.fas.fa-times {
   margin: 2px 0px 0 13px;
}
.modal.show .modal-dialog {   
    align-items: center!important;
    display: flex!important;
    height: 100%!important;
}
.remove-package-plans-btn {
   background-color: #8A92A6;
   color: white;
   border-radius: 30px;
   padding: 0.1rem 0.5rem;
   font-size: 0.8rem;
   margin-right: 8px;
   margin-top: 6px;
}
/* Selected Package Plans Bill */
.remove-package-plans-btn:hover {
  background-color: #e6e6e6;
  color: black;
}
.remove-predefined-items-btn i.fas.fa-times {
   margin: 2px 0px 0 13px;
}
.remove-predefined-items-btn {
 background-color: #8A92A6;
   color: white;
   border-radius: 30px;
   padding: 0.1rem 0.5rem;
   font-size: 0.8rem;
   margin-right: 8px;
   margin-top: 6px;
}
/* Selected predefined items */
.remove-predefined-items-btn:hover {
  background-color: #e6e6e6;
  color: black;
}

@media screen and (min-width: 1400px){
.package-pay-rates-form .col-xxl-1 {
    width: 25% !important;
}
}
.custom-label-spacing{
margin-right: 8px!important;
}
.custom-card-title
{
margin-bottom: 30px;
}
.padd-10{
    padding: 10px;
}
.can_schedule_custom_margin{
margin-top: 31px!important;
}
.rental_can_schedule_elem_hide{
display:none!important;
}
.minus-margin-top{
   margin-top:-18px;
}
.waiver-custom-margin{
margin-top: 8px!important;
}
.custom-client-modal-body-style {
 max-height: 400px;
 overflow-y: auto;
}

.custom-label-center{
  margin-top: 10px;
}

label.new_occurrence_note{
    margin-bottom: 10px;
    background: #20204B;
    width: 100%;
    padding: 5px;
    color: #fff;
}
.individual_coupon_code_div_hide
{
 display:none!important;
}
.recurring_coupon_code_div_hide
{
 display:none!important;
}
.custom-table-small-row {
    padding: 2px 5px!important;  /* Reduces padding inside each cell */
    font-size: 12px!important;   /* Smaller font size */
    line-height: 1.2!important;  /* Adjust line height for better text appearance */
}
.make-permission-card-scrollable{
    max-height: 400px; /* Set a fixed height for the card */
box-shadow: 0px 0px 10px rgba(0,0,0,0.1); /* Optional: for styling */
    overflow-y: auto; /* Enables vertical scrolling */
}
.disabled-checkbox {
    pointer-events: none;
    opacity: 0.5;
}
.spouse-member-form-hide,
.athlete-member-form-hide,
.family-member-form-hide {
    display: none !important;
}
.occurrence-conflict {
    background-color: #ff8233;
    color: white;
}
.sub-menu-section-div{
    padding: 6px 15px;
}
/* start resolve conflict popup */
#resolveConflictModal .modal-dialog{
    width : 50%;
}
 /* Apply blur effect to the parent popup when nested popup is open */
.blur-popup{
    filter: blur(4px);
}
#resolveConflictModal .modal-header{
    padding: 15px !important;
}
.book-conflict-cls {
    background-color: #719576;
    color: white;
}
.book-for-only-cls {
    background-color: #d79023;
    color: white;
}
.not-available-cls {
    background-color: #ff3333;
    color: white;
}
/* end resolve conflict popup */