@charset "UTF-8";
.booking {
    height: 100vh;
}

.booking .pop-in-inner {
    padding-bottom: 0 !important;
}

.booking .logo-container:hover .logo {
    display: none;
}

.booking .logo-container:hover .logo-go-back--hidden {
    display: inline-block;
}

.navbar-booking {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
    position: relative !important;
}

.navbar-booking h1 {
    margin: 0;
    width: 220px;
    font-family: "Playfair Display", serif;
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
    color: #1f1c35;
    text-align: left;
}

@media (max-width: 46.24em) {
    .navbar-booking h1 {
        font-size: 18px;
        text-align: center;
    }
}

.logo-booking {
    padding: 0 !important;
}

.booking-pricing {
    cursor: pointer;
    position: relative;
    margin-right: 39px;
}

.booking-pricing span:first-child {
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    color: #1f1c35;
}

@media (max-width: 46.24em) {
    .booking-pricing {
        display: none;
    }
}

.question-mark--booking {
    position: absolute;
    border: solid 2px #bca292;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 0px;
    right: -28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar {
    opacity: 0;
    font-family: 'pangram-regular';
    z-index: 11 !important;
    height: 100%;
    width: 344px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f6f7fb;
    overflow-x: hidden;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.sidebar-header {
    height: 70px;
    width: 100%;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.sidebar-header p {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: bold;
    color: #1f1c35;
}

.sidebar-close-button {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 2px solid #1f1c35;
    border-top: 2px solid #1f1c35;
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg);
    top: calc(50% - (20px / 2));
    left: 17px;
    cursor: pointer;
}

.sidebar-ribbon {
    height: 140px;
    color: white;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1e0d42), to(#35266d));
    background-image: -webkit-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: -o-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: linear-gradient(to top, #1e0d42, #35266d);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 8px;
}

.sidebar-ribbon p {
    margin: 0;
    font-size: 14px;
    width: 301px;
    z-index: 5;
}

.sidebar-ribbon-pattern {
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    z-index: 4;
    height: 100%;
    width: 100%;
}

.sidebar-box {
    height: 206px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(18, 14, 57, 0.11);
    box-shadow: 0 0 4px 0 rgba(18, 14, 57, 0.11);
    padding: 22px 22px;
    font-size: 14px;
    margin-bottom: 8px;
}

.sidebar-box h4 {
    margin-bottom: 2px;
}

.sidebar-box p {
    margin: 0;
}

.sidebar-box-text {
    margin-bottom: 8px !important;
}

// WEBPACK FOOTER //
// ./src/styles/Booking.css