.steps {
    pointer-events: none !important;
}

#fc-show_q .fc-event {
    cursor: default !important;
}

.fc-unthemed .fc-today {
    background: #fff !important;
}

.fc-past {
    background: #f0f0f0 !important;
}

.tooltip-inner {
    background: #0C84D1 !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    border-bottom-color: #0C84D1 !important;
}

.fc-today:before {
    color: #fff !important;
    padding: 0 2px 0 2px !important;
    border-radius: 0 0 0 3px !important;
}

.closed_day {
    background: rgba(211, 47, 47, 0.57) !important;
}

.closed_day:before {
    content: attr(data-content) !important;
}

.opening_day:before {
    color: #000;
    content: attr(data-content) !important;
}

.fc-fri {
    background: red !important;
    color: white !important;
}

.set_q_active_user {
    position: fixed !important;
    width: 40px !important;
    cursor: default;
    border-radius: 0 4px 4px 0;
    transition: .1s;
    z-index: 2147483647;
    bottom: 2vh;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    left: 16px;
    margin-right: -4px !important;
    padding: 30px 10px 17px 10px !important;
    min-height: 70px;
    box-sizing: border-box !important;
    -moz-transform-origin: initial !important;
    -webkit-transform-origin: initial !important;
    -o-transform-origin: initial !important;
    -ms-transform-origin: initial !important;
    transform-origin: initial !important;
    background: #fffcd5;
    border: 2px solid #e3d84f;
    color: #000;
}
.payment_number_badge {
    position: relative;
    display: block;
    top: -21px;
    right: -6px;
    padding: 6px;
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
}
.set_q_active_user div {
    padding: 5px 0 !important;
    writing-mode: vertical-rl;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box !important;
    -webkit-transform: rotate(
            180deg
    );
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: 400 !important;
    letter-spacing: -1px !important;
    -moz-transform-origin: initial !important;
    -webkit-transform-origin: initial !important;
    -o-transform-origin: initial !important;
    -ms-transform-origin: initial !important;
    transform-origin: initial !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

.product-badge.live-product {
    width: 7px;
    height: 7px;
    vertical-align: middle;
    position: absolute;
    border-radius: 100%;
    line-height: 19px;
    font-size: 8px !important;
    background-color: #ff4122;
    animation: movefade 1s infinite linear;
    color: #fff;
    text-align: center;
    top: 4px;
    right: 0 !important
}
.product-badge.green-product {
    width: 7px;
    height: 7px;
    vertical-align: middle;
    position: absolute;
    border-radius: 100%;
    line-height: 19px;
    font-size: 8px !important;
    background-color: #00a851;
    animation: movegreen 1s infinite linear;
    color: #fff;
    text-align: center;
    top: 4px;
    right: 0 !important
}
.super_active_user {
    animation: changeallbox 4s infinite linear;
}
.jbtn_switch{
    height: 0;
    width: 0;
    visibility: hidden;
}

.jlabel_switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.jlabel_switch:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.jbtn_switch:checked + .jlabel_switch {
    background: #bada55;
}

.jbtn_switch:checked + .jlabel_switch:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

label:active:after {
    width: 20px;
}
.bgcolor_phosphor_jin {
    background: #bada55 !important;
}
.bs-callout-warning.j_left_border_green {
    border-color:#00A851 !important;
}
.q_reserve_card-header {
    transition: 0.3s !important;
    cursor: pointer;
}
.q_reserve_card-header:hover {
    background: #d2ffef !important;
}
.set_q_active_user_popup_bottom {
    position: fixed;
    bottom: 0;
    z-index: 100000000000;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
@keyframes movefade {
    from {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
    }
    to {
        transform: scale(1.3);
        box-shadow: 0 0 0 5px rgba(255, 82, 82, 0)
    }
}
@keyframes movegreen {
    from {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgb(102, 245, 149)
    }
    to {
        transform: scale(1.3);
        box-shadow: 0 0 0 5px rgba(255, 82, 82, 0)
    }
}

@keyframes changeallbox {
    0% {
        border: 2px solid #e3d84f;
        background: #fffcd5;
        color: #000;
    }
    50% {
        border: 2px solid red;
        background: red;
        color: #fff;
    }
    100% {
        border: 2px solid #e3d84f;
        background: #fffcd5;
        color: #000;
    }

}