.page-id-109 .wp-block-template-part{
    display:none;
}
.page-id-109 .wp-block-spacer{
    height: 30px !important;
}
.cbp-login-section .woocommerce-form.register,.cbp-login-section .woocommerce-form.login{
    background: #fff !important;
}
.cbp-login-section h4 {
    display: none;
}
.page-id-109 main{
    padding-bottom: 80px;
}
.page-id-109 main{
    background-color: #faf0e6;
    margin: 0px 0px !important;
    
}
.cbp-steps-container {
    margin: 0px  0px !important;
}
div#cbp-calendar table th:nth-child(6){
    color:#ff67b0;
}

div#cbp-calendar table th:nth-child(7) {
    color: #ff67b0;
}

div#cbp-calendar table {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 1px 6px rgba(0, 0, 0,0.5);
    table-layout: fixed;
}
.cbp-time-slots-section h4 {
    color: #727272;
    font-weight: 800;
    font-size: 21px;
    margin-top: 50px;
}
.bzotech-col-lg-3 {
    display: none;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button.contained {
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
    background-color: #ff67b0;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button.contained:hover {
    border:1px solid #ff67b0;
    background-color:#fff;
    color:#ff67b0;
    transition:0.5s;
} 
 input[type="checkbox"]:before {
    content: "";
    width: 22px !important;
    height: 22px !important;
    background: #f5f5f5;
    border: 1px solid #ff67b0 !important;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    z-index: 2;
    cursor: pointer;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    border-radius: 50% !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    padding: 10px !important;
    border-radius: 50% !important;
    border-color: #fff !important;
}

/*19-4-25 end*/

.cbp-sidebar {
    pointer-events: none;
}

.cbp-steps-container {
    display: flex
;
    max-width: 100% !important;
    gap: 25px;
    row-gap: 25px;
    column-gap: 25px;
   }

.cbp-sidebar {
    width: 260px;
    background: #eee;
    padding: 20px 20px;
    border-radius: 20px;
}

.cbp-steps {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cbp-step {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cbp-step.active {
    border-left: 4px solid #ff67b0;
    color: #000;
}

.cbp-main-content {
    flex: 1;
}

.cbp-classes-grid {
 display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.cbp-class-box {
    border: 1px solid #ddd;
    padding: 25px 30px;
    display: flex;
    height: 300px !important;
    box-shadow: 6px 9px 10px rgba(0,0,0, 0.5);
    text-align: center;
    background: #fff;
    border-left: 5px solid #ff67b0;
    flex-direction: column;
    justify-content: center;
}
.cbp-dashboard-tabs {
    padding-bottom: 20px;
}
.cbp-class-image img {
    max-width: 100%;
    height: auto;
}

.cbp-class-title {
    font-size: 1.2em;
    margin: 10px 0;
}

.cbp-class-description {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 10px;
}

.cbp-class-meta {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

.cbp-select-class-button, .continue_without_package button {
    background-color: #ff67b0;
    color: #fff;
    border: none;
    padding: 13px 60px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 20px 0 0 0;
    font-size: 15px;
    border: 1px solid #ff67b0;
    font-weight: 600;
}
.cbp-select-class-button:hover, .continue_without_package button:hover {
    color: #ff67b0;
    background: transparent;
}

/*=======================================================================*/
/* Step 2 calendar and time slots */
#cbp-calendar table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

#cbp-calendar th {
    padding: 5px;
    font-weight: bold;
}

#cbp-calendar td {
    padding: 10px;
    border-radius: 5px;
    color: #999;
}

/*#cbp-calendar .cbp-inactive-date {*/
/*    background: #f8f8f8;*/
/*}*/

#cbp-calendar .cbp-active-date {
    background: #eee;
    color: #333;
}

#cbp-calendar .cbp-active-date:hover {
    background: #ddd;
}

#cbp-calendar .cbp-active-date.selected {
    background: #FFF0D2;
    color: #000;
    width: 20px;
    height: 20px;
 }

.cbp-time-slots-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cbp-time-btn {
    padding: 8px 12px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cbp-time-btn:hover {
    background: #ddd;
}

.cbp-time-btn.selected {
    background: #ff67b0;
    color: #fff;
    border-color: #ff67b0;
}

.cbp-proceed-button {
padding: 12px 30px;
    background: #ff67b0;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

/*==================================================================================*/\

.cbp-dashboard-tabs {
    margin-top: 20px;
}

.cbp-tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

.cbp-tab-nav li {
    padding: 10px 15px;
    cursor: pointer;
    background: #f8f8f8;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
}

.cbp-tab-nav li.active {
    background: #ff67b0;
    color: #fff;
}

.cbp-tab-content {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.cbp-tab-content.active {
    display: block;
}

.cbp-packages-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.cbp-package-box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background: #f9f9f9;
}

.cbp-buy-btn, .cbp-use-session-btn {
    padding: 10px 15px;
    background: #f05a1e;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
/*=======================================================================================*/


/*form css step 3 */
#userForm {
  max-width: 85%;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

#userForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

#userForm input[type="text"],
#userForm input[type="email"],
#userForm input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

#userForm .proceed_to_step_4 {
    padding: 12px 20px;
    background-color: #ff67b0;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#userForm .proceed_to_step_4:hover {
    background-color: #fff;
    border: 1px solid #ff67b0;
    color: #ff67b0;
    transition: 0.5s;
}
/*===============================*/

span.tap_to_load {
    background-color: #ff67b0;
    color: #fff;
    border: none;
    padding: 10px 60px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #ff67b0;
}
span.tap_to_load:hover {
    background-color: transparent;
    color: #ff67b0;
}

.button_to_reload {
    margin-bottom: 30px;
    /*text-align: right;*/
}

.note_red {
  background-color: #ffe6e6;
  color: #cc0000;
  border-left: 5px solid #cc0000;
  padding: 12px 16px;
  margin: 16px 0;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
li.cbp-step.active span {
    color: #ff67b0 !important;
    font-weight: 800;
}
.cbp-calendar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin: 7px 7px;
}

.cbp-calendar-nav button {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
div#cbp-calendar table td, div#cbp-calendar table th {
    padding: 20px;
}

div#cbp-calendar table th {
    font-size: 18px;
    color: #000;
}
.cbp-calendar-nav button:hover {
  background-color: #f05a1e;
}

.cbp-calendar-nav span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
 .cbp-thankyou-wrapper {
        max-width: 700px;
        margin: 40px auto;
        padding: 30px;
        border: 2px solid #0073aa;
        border-radius: 10px;
        background: #f9f9f9;
        font-family: Arial, sans-serif;
    }
    .cbp-summary-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }
    .cbp-summary-list li {
        margin-bottom: 12px;
        font-size: 1rem;
    }
    .cbp-summary-list strong {
        color: #0073aa;
    }
    .cbp-contact-box {
        background: #eef4f7;
        padding: 20px;
        border-radius: 8px;
    }
    .cbp-contact-box h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .cbp-contact-box p {
        margin: 8px 0;
        font-size: 0.95rem;
    }
    .cbp-contact-box a {
        color: #0073aa;
        text-decoration: none;
    }
    
    
    
 /* 🔄 Overlay background */
.cbp-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 🔄 Spinner */
.cbp-loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #00bcd4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: cbp-spin 1s linear infinite;
}

@keyframes cbp-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




.ajax-auth-tabs {
        margin-bottom: 20px;
    }
    .ajax-auth-tabs button {
        padding: 10px 20px;
        margin-right: 10px;
        cursor: pointer;
        background: #eee;
        border: none;
        border-bottom: 2px solid transparent;
    }
    .ajax-auth-tabs button.active {
        border-bottom: 2px solid #000;
        font-weight: bold;
    }




  .form-group {
        margin-bottom: 15px;
    }
    .required {
        color: red;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"] {
        width: 100%;
        padding: 8px;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 5px;
    }
    button.proceed_to_step_4 {
        padding: 10px 20px;
        background: #0073aa;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    button.proceed_to_step_4:hover {
        background: #005f8a;
    }
    .child-block {
        padding: 15px;
        background: #f7f7f7;
        margin-bottom: 15px;
        border: 1px dashed #ccc;
        border-radius: 5px;
    }
    .child-block h4 {
        margin-top: 0;
    }
    
         .cbp-tabs { margin-top: 20px; }
        .cbp-tab-btn {
            display: inline-block;
            margin-right: 10px;
            padding: 8px 15px;
            background: #f1f1f1;
            border: none;
            cursor: pointer;
            font-weight: bold;
        }
        .cbp-tab-btn.active {
            background: #0073aa;
            color: white;
        }
        .cbp-tab-content { display: none; margin-top: 20px; }
        .cbp-tab-content.active { display: block; }
        .cbp-package-box {
            border: 1px solid #ddd;
            padding: 15px;
            margin-bottom: 15px;
            border-radius: 5px;
        }
        .note_red {
            color: red;
            font-weight: bold;
        }
        
        
        aside.cbp-sidebar {
    opacity: 0;
    width: 0;
}
.myaccount-tab-title ul {
    gap: 10px;
}




.woocommerce-checkout input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #ff67b0 !important;
    border-radius: 50% !important;
    outline: none !important;
    cursor: pointer !important;
    padding: 0 10px !important;
}

.woocommerce-checkout input[type="radio"]::before {
  content: '' !important;
  width: 10px !important;
  height: 10px !important;
  background-color: #ff67b0 !important;
  border-radius: 50% !important;
  display: none !important;
}

.woocommerce-checkout input[type="radio"]:checked::before {
  display: block !important;
}
