.booking-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 28px;
}

@media (min-width: 46.25em) {
    .booking-container {
        display: -ms-flexbox;
        display: flex;
    }
}

.booking-rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 365px;
    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);
}

.booking-rectangle-pattern {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.booking-text-block h3 {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 22px;
    padding-top: 37px;
}

.booking-text-block p {
    font-family: "pangram-regular";
    font-size: 14px;
    margin: 0;
}

@media (max-width: 46.24em) {
    .booking-text-block p {
        padding: 0 12px;
    }
}

.booking-text-block--padding {
    padding-top: 53px;
    margin-bottom: 24px;
}

@media (max-width: 46.24em) {
    .booking-text-block--padding {
        padding-top: 56px;
        margin-bottom: 36px;
    }
}

.booking-cta {
    position: static;
    margin: 0 auto;
}

.theme-popin-select-language {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 192px;
    margin: 0 auto;
}

.language-select {
    width: 192px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.language-select:focus .language-select-label,
.language-select:hover .language-select-label {
    color: #1f1c35;
}

.language-select:focus .Select-control,
.language-select:hover .Select-control {
    border: solid 1px #2f2063 !important;
}

.language-select .Select-control {
    background-color: #ffffff;
    height: 50px;
    color: #7e7c8a;
    font-family: 'pangram-regular';
    position: relative;
    font-size: 14px;
    padding-left: 8px;
    -webkit-appearance: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.language-select .Select-multi-value-wrapper {
    text-align: left;
}

.Select-menu-outer {
    z-index: 6;
    opacity: 1 !important;
    background-color: white !important;
}

.Select-placeholder {
    background-color: transparent;
    z-index: 1;
}

.Select-arrow-zone {
    position: absolute;
    right: 0;
}

.Select-value {
    padding-top: 0 !important;
}

.language-select-option {
    height: 50px !important;
    width: 190px;
    color: #7e7c8a;
    font-size: 14px !important;
    text-align: left !important;
    font-family: 'pangram-regular';
    -webkit-appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.language-select-option:hover {
    background-color: #dbdfe5 !important;
    font-weight: bold !important;
}

.language-select-option:active {
    color: red;
}

.language-select-label {
    font-size: 14px;
    color: #7e7c8a;
    position: absolute;
    left: 8px;
    top: calc(50% - 9px);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 5;
}

.langage-select-label--selected {
    font-size: 10px;
    top: calc(50% - 15px);
    left: 12px;
}

.select-theme-mobile {
    width: 245px;
    margin: 0 auto;
    margin-bottom: 36px !important;
    margin-top: 24px;
}

.select-theme-mobile .Select-value {
    padding-top: 0 !important;
}

@media (min-width: 46.25em) {
    .select-theme-mobile {
        display: none;
    }
}

@media (max-width: 61.24em) {
    .calendar-container {
        overflow: scroll;
    }
}

.booking-themes-cart-title {
    font-family: "pangram-regular";
    font-size: 14px;
    font-weight: bold;
    color: #262341;
    margin-top: 0;
    margin-bottom: 32px;
}

.theme-popin {
    font-family: 'pangram-regular';
    position: relative;
}

.theme-popin h2 {
    font-size: 21px;
    margin-bottom: 6px;
}

.theme-popin h3 {
    font-size: 14px;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px;
}

.theme-popin h3 span {
    font-size: 26px;
    margin-left: 8px;
    line-height: 0.55;
}

.theme-popin h4 {
    font-size: 12px;
    font-weight: normal;
}

.theme-popin h4 span {
    font-size: 16px;
    font-weight: bold;
    line-height: 0.75;
    margin-left: 6px;
}

.theme-popin p {
    font-size: 14px;
    font-weight: bold;
}

.theme-popin-date {
    margin: 0;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: bold;
}

.theme-players-select-label {
    margin-bottom: 0;
}

.theme-players-minmax {
    font-size: 12px;
    margin-bottom: 24px !important;
}

.theme-language-select-label {
    margin-bottom: 10px;
}

.theme-popin-icon {
    height: 61px;
    width: 61px;
    border: 2px solid white;
    background-color: #211C41;
    border-radius: 50%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: calc(50% - 30px);
    top: -72px;
}

.theme-popin-icon img {
    height: 45px;
}

.theme-popin-footer {
    height: 70px;
    background-color: #f6f7fb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.theme-popin-cta {
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #bea493;
    cursor: pointer;
    border-radius: 400px;
    padding: 11px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.theme-popin-cta:hover {
    opacity: .8;
}

.theme-popin-cta--blank {
    color: #1f1c35;
    background-color: transparent;
    border: 1px solid #1f1c35;
}

@media (max-width: 46.24em) {
    .theme-popin-cta--blank {
        margin-right: 6px;
    }
}

#booking-cta {
    padding-bottom: 30px;
}

// WEBPACK FOOTER //
// ./src/styles/BookingContainer.css