﻿.stepperSection {
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 24px;
    background: var(--Chiffon-Breeze-Light);
}

.linkNoUnderline {
    text-decoration: none !important;
}

.hideContent {
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.flex_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex_1 {
    flex: 1;
    position: relative;
}

.booking_page_step_container {
    flex-wrap: nowrap;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.enable_pointer_events {
    pointer-events: auto;
}

.step_item {
    padding-right: 50px;
}

.step_item_label {
    color: var(--Midnight-Ink);
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: .7px;
    max-width: 130px;
    text-decoration: none !important;
}

.step_item_label_not_select {
    color: var(--Calacatta-Marble) !important;
    display: none;
    letter-spacing: .7px;
}

.curr_step_item_label{
    display: none;
    font-family: var(--font-family-mb_arizona_sans-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0px 8px 0px 7px;
    color: var(--Midnight-Ink);
}

.curr_step_item_label_mobile {
    display: flex;
    font-family: var(--font-family-mb_arizona_sans-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0px 8px 0px 7px;
    color: var(--Midnight-Ink);
}

.prev_step_item_label{
    display: none;
    font-family: var(--font-family-mb_arizona_sans-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0px 8px 0px 7px;
    color: var(--Midnight-Ink);
}  

.next_step_item_label{
    display: none;
    font-family: var(--font-family-mb_arizona_sans-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0px 25px 0px 10px;
    color: var(--Calacatta-Marble) !important;
}  

.inner_circle_step {
    font-size: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--Calacatta-Marble);
    color: var(--Pillowcase);
}

.shapeborder_selected_out {
    font-family: var(--font-family-mb_arizona_sans-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--Pillowcase)
}

.shapeborder_selected_in {
    font-family: var(--font-family-mb_arizona_sans-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--Pillowcase) !important;
    background-color: var(--Midnight-Ink);
}

.shapeborder_prev_in {
    color: var(--Pillowcase) !important;
    background: var(--Midnight-Ink) !important;
}

.shapeborder {
    border: 1px solid var(--Midnight-Ink);
    color: var(--Midnight-Ink);
    border-radius: 50%;
    background-color: var(--Pillowcase);
    width: 20px;
    height: 20px;
    position: relative;
    line-height: 20px!important;
    display: inline-block;
    top: 1%;
    left: 1%;
    text-align: center;
    cursor: pointer;
}

.shapeborder .tips_popover {
    width: 243px;
    left: -117px;
    top: 25px;
}

@media screen and (min-width: 768px) {
    .step_item {
        padding-right: 0
    }
    .step_item_label_not_select {
        display: block !important;
    }
    .step_item_label {
        font-size: 14px;
        padding-right: 14px;
        padding-left: 10px;
        max-width: 300px;
    }
    .curr_step_item_label{
        display: flex;
    }  
    .prev_step_item_label{
        display: block;
    }  
    .next_step_item_label{
        display: block;
    }  
    .curr_step_item_label_mobile {
        display: none;
    }
    .step_item {
        padding-right: 10px;
    }
}