#booknetic_theme_8 *
{
    font-family: 'Poppins', sans-serif !important;
}
#booknetic_theme_8
{
    height: 600px;
}

#booknetic_theme_8 .booknetic_appointment_steps
{
    background: #080808;
}

#booknetic_theme_8 .booknetic_badge
{
    background: #000000;
}
#booknetic_theme_8 .booknetic_appointment_steps_footer_txt2
{
    color: #000000;
}
#booknetic_theme_8 .booknetic_step_title, #booknetic_theme_8 .booknetic_appointment_steps_footer_txt1
{
    color: #616b75;
}

#booknetic_theme_8 .booknetic_selected_step > .booknetic_badge::after
{
background-color: #19a562;
}
#booknetic_theme_8 .booknetic_selected_step .booknetic_step_title
{
color: #6e6e6e;
}

#booknetic_theme_8 .booknetic_active_step .booknetic_badge, #booknetic_theme_8 .booknetic_calendar_days > div > span > i[a], #booknetic_theme_8 .booknetic_btn_success
{
    background: #5e5e5e;
}
#booknetic_theme_8 .booknetic_active_step .booknetic_step_title
{
    color: #ffffff;
}

#booknetic_theme_8 .booknetic_btn_primary,
#booknetic_theme_8 .booknetic_selected_time,
#booknetic_theme_8 .booknetic_calendar_selected_day > div
{
    background: #000000 !important;
    color: #ffffff !important;
}
#booknetic_theme_8 .booknetic_service_category, #booknetic_theme_8 .booknetic_service_extra_title, #booknetic_theme_8 .booknetic_times_title, #booknetic_theme_8 .booknetic_text_primary
{
    color: #000000 !important;
}

#booknetic_theme_8 .booknetic_category_accordion .booknetic_service_category span {
    background: #000000 !important;
}

#booknetic_theme_8 .booknetic_appointment_container_header
{
    color: #000000 !important;
}

#booknetic_theme_8 .booknetic_service_card_selected,
#booknetic_theme_8 .booknetic_card_selected,
#booknetic_theme_8 .booknetic_service_extra_card_selected,
#booknetic_theme_8 .booknetic_payment_method_selected,
#booknetic_theme_8 .booknetic-cart-item.active
{
    border-color: #979797 !important;
}

#booknetic_theme_8 .booknetic_service_card_price,
#booknetic_theme_8 .booknetic_service_extra_card_price,
#booknetic_theme_8 .booknetic_confirm_details_price:not([data-price-id="discount"] .booknetic_confirm_details_price,.booknetic_gift_discount_price),
#booknetic_theme_8 .booknetic-cart-item-body-cell.amount,
#booknetic_theme_8 .booknetic_sum_price
{
    color: #000000 !important;
}

/* Adjust the size and centering of the logo */
.booknetic_company_logo img {
    width: 100% !important;
    max-width: 150px !important; /* Adjust size here */
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; /* Center the logo */
}

.booknetic_company_logo {
    padding: 5px 0 !important; /* Reduce padding around the logo */
    text-align: center !important; /* Ensure the logo is centered */
}

/* Ensure the booking appointment section uses full width */
.booknetic_appointment {
    width: 100% !important;
}

/* Adjust font settings for headers and other text */
#booknetic_theme_8 * {
    font-family: inherit !important;
    text-transform: uppercase;
    font-weight: inherit;
}

/* Fix the layout of the step numbers in the sidebar */
.booknetic_appointment_steps {
    padding-top: 0px !important; /* Reduce top padding to push the content up */
    padding-bottom: 0px !important; /* Remove bottom padding */
}

.booknetic_appointment_steps li {
    margin-bottom: 5px !important; /* Add moderate space between steps */
}

/* Ensure the final step (Step 7) is fully visible */
.booknetic_appointment_steps li:last-child {
    margin-bottom: 10px !important; /* Add space for the last step */
}

/* Adjust the line height and spacing for text inside steps */
.booknetic_appointment_steps li span {
    line-height: 1.2 !important; /* Fine-tune line height to reduce spacing */
}

/* Ensure the sidebar height adjusts based on the content */
.booknetic_progress {
    height: auto !important; /* Let the height adjust automatically */
    overflow: visible !important;
}


