.confirmation {
    font-family: "pangram-regular";
}

.booking-pricing--hidden {
    visibility: hidden;
}

.booking-rectangle-confirmation {
    position: relative;
}

.booking-rectangle-pattern-confirmation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}

.confirmation-title-container {
    text-align: center;
    color: white;
}

.confirmation-title-container h1 {
    font-size: 28px;
    margin-top: 0;
    font-weight: normal;
}

.confirmation-wrapper {
    height: 100%;
    width: 100%;
    background-color: white;
    position: relative;
}

.confirmation-container {
    width: 100%;
    height: 294px;
    background-color: white;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
    position: absolute;
    top: -80px;
    left: 0;
    text-align: center;
    color: #1f1c35;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 12%;
}

.confirmation-container h4 {
    margin-top: 0;
    font-size: 16px;
}

.confirmation-container p {
    font-size: 14px;
    margin-bottom: 39px;
}

@media (min-width: 61.25em) {
    .confirmation-container {
        width: 937px;
        left: calc((100% - 937px) /2);
    }
}

.confirmation-cta {
    height: 45px;
    width: 245px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.confirmation-cta:hover {
    opacity: .8;
}

// WEBPACK FOOTER //
// ./src/styles/Confirmation.css