.booking-schedule .btn-sm {
    display: block;
    border: 1px solid #bbb;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border-width: 1px;
}

.have-coupon-btn,
.have-comment-btn {
    color: #FD2D55;
    cursor: pointer;
}

.btn-timeslot.disabled {
    background: #bbb;
    border-color: #c6c3c2;
    cursor: not-allowed;
}

.booking-schedule .loading-indicator,
.booking-schedule .loading-bg {
    display: none;
}

.booking-schedule .loading .loading-indicator,
.booking-schedule .loading .loading-bg {
    display: block;
}

.loading-bg {
    height: 108%;
    position: absolute;
    width: 108%;
    top: -4%;
    left: -4%;
}

.booking-schedule-game-section.loading .btn-timeslot {
    opacity: 0.3;
}

.booking-schedule-game-section.loading .loading-indicator {
    background-color: #000;
}

.timeslot-list {
    position: relative;
}

#booking-modal .modal-content {
    overflow: hidden;
}

.clearfix {
    clear: both;
}

@media (max-width: 768px) {
    .booking-panel .datepicker {
        width: 100%;
    }

    .booking-schedule h3 {
        margin-top: 1.85714286em;
    }

    #booking-modal .modal-content .modal-close-cross {
        top: 1.3em;
    }

    .booking-schedule-game-section {
        margin-top: 35px;
    }

    .btn-apply-coupon {
        margin-top: 28px;
        padding: 0.4375rem 0.1rem;
        width: 100%;
    }

    .comment-field {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    #booking-modal .modal-content .container {
        width: 500px !important;
    }
}

.datepicker {
    width: 100%;
}

.btn-apply-coupon {
    margin-top: 26px;
    cursor: pointer;
}

.mb-0 {
    margin-bottom: 0!important;
}

.booking-schedule-game-section img {
    width: 100%;
}

.booking-schedule-game-section h3 {
    font-size: 1.6rem;
}

.loading-indicator {
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 99 !important;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: loading-spinner 1s infinite ease-in-out;
    animation: loading-spinner 1s infinite ease-in-out;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

.booking-section .datepicker--cell-day.-selected- {
    pointer-events: none;
}


#booking-form label.error {
    color: #495057;
    line-height: 0;
    display: inline-block;
    font-size: .75rem;
    font-weight: 400;
    margin: 0 0 -4px;
}

#booking-form .btn-apply-coupon {
    margin-top: 0 !important;
}

#booking-form .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

@media (max-width: 768px) {
    #booking-form .form-control {
        font-size: 14px;
    }
}

input.error,
select.error{
    border-color: #dc3545;
}

.btn-timeslot{
    outline: 0 !important;
    box-shadow: none !important;
}
/*.btn-timeslot.disabled {
    background: #e9ecef !important;
    border: 1px solid #c8c8c8;
    pointer-events: none;
    color: #afafaf;
    position: relative;
}

.btn-timeslot.disabled::after {
    content: '';
    display: inline-block;
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    pointer-events: all;
    padding-bottom: 11px;
    box-sizing: content-box;
}*/

.datepicker--cell.-selected-{
    background: #432CA2 !important;
}

html[lang="de-DE"] .starting-from-badge:before {
    content: 'Ab ';
}

html[lang="en-US"] .starting-from-badge:before {
    content: 'From ';
}

.starting-from-badge {
    position: absolute;
    top: 7px;
    margin: 0 !important;
    font-size: 11px;
    padding: 1px 8px;
    left: -23px;
    transform: rotate(-15deg);
}

html[lang="en-US"] .starting-from-badge {
    transform: rotate(-18deg);
}

.btn-timeslot.disabled .starting-from-badge{
    display: none;
}

.btn-timeslot {
    position: relative;
}

@media (max-width: 767px) {
    .booking-schedule .btn-timeslot {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .booking-schedule .btn-timeslot.disabled  {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .starting-from-badge {
        transform: rotate(-14deg);
        left: -15px;
        top: -12px;
        padding: 0px 3px;
    }
}

@media (max-width: 768px) {
    .booking-schedule-game-section {
        padding: 0 4px;
    }
}