/* FILE CREATED ON 23-3-2021 09:44:50 */

.ixp-booker-overview-container .ixp-booker-overview-card button {
    background-color: #4b0078;
    border: none;
    border-radius: 25px;
    bottom: 14px;
    cursor: pointer;
    height: 40px;
    outline: none;
    position: absolute;
    right: 6px;
    transition: all .3s ease;
    width: 70px;
    z-index: 99;
}
.ixp-booker-overview-container .ixp-booker-overview-card .fa-arrow-right {
    bottom: 25px;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: 75px;
    z-index: 100;
    color: white;
}

@font-face {
  font-family: 'RSCA-Headline';
  src:url("https://ixpolepublic.blob.core.windows.net/rsca/RSCA-Headline.otf");
}
@font-face {
  font-family: 'RSCA-Condensed';
  src:url("https://ixpolepublic.blob.core.windows.net/rsca/RSCA-Condensed.otf");
}
@font-face {
  font-family: 'Graphik-Bold';
  src:url("https://www.rsca.be/themes/custom/rsca_basetheme/fonts/Graphik-Bold.woff");
}
@font-face {
  font-family: 'Graphik-Light';
  src:url("https://ixpolepublic.blob.core.windows.net/rsca/Graphik-Light.wofff");
}
body * {
  font-family: 'RSCA-Headline';
}
.ixp-booker-overview-container .ixp-booker-overview-card h2 {
    color: #fff;
    font-family: 'RSCA-Headline';
    font-size: 24px;
    font-weight: 700;
    text-transform:uppercase;
    left: 30px;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 99;
}
.ixp-booker-overview-container .ixp-booker-overview-card h3, .ixp-booker-overview-container .ixp-booker-overview-card h4 {
    color: #fff;
    font-family: 'Graphik-Light';
    font-weight: 700;
    left: 30px;
    max-width: 300px;
    padding: 20px;
    position: absolute;
    z-index: 99;
}

@media  (min-width: 1200px) {
.ixp-more-info-modal-menus .cart-item .description {
    padding: 15px 50px;
}
}

.ixp-questiontype-freetext,
.ixp-questiontype-options,
.ixp-questiontype-radiobuttons,
.ixp-questiontype-checkbox,
.ixp-questiontype-score,
.ixp-questiontype-checkboxgroup,
.ixp-questiontype-none{
    padding-top:30px;
}

.col-md-12.col-sm-12.group{
    padding:0;
}

.btn.ixp-primary-bg:hover {
    color: white;
}
.modal-dialog {
    max-width: 100vw;
}
table#booker-parking-table {
    color: white !important;
}
.modal-content.messagbox-modal {
    max-width: 50vw;
}