@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/logo.png");
    --logo-alt: url("../../custom/theme/assets/images/logo.png");

    /*** Powered by Logo ***/
    --logo-navingo: url("../../../../custom/theme/assets/images/logo_navingo.png");

    /***Header Image***/
    --header-image: url("../../custom/theme/assets/images/background.jpg");

    /***Brand Colors***/
    --color-brand-primary: #215DA5;
    --color-brand-primary-rgb: 33, 93, 165;
    --color-brand-secondary: #23A638;
    --color-brand-tertiary: #140E32;
    --color-brand-light: #d1e6ff;
    --color-brand-dark: #140E32;

    /***Font***/
    --font-family: 'Gotham Book', sans-serif;
    --font-family-title: 'Gotham Book', sans-serif;
    --font-family-body: 'Gotham Book', sans-serif;
    --font-size: 1.6rem;

    /***Border radius***/
    --border-radius: 0px;

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}

header .header_bar {
    background: rgb(22,26,74);
    background: linear-gradient(90deg, rgba(22,26,74,1) 0%, rgba(0,99,175,1) 100%);
}
.logo.navingo {
    background-image: var(--logo-navingo);
}
.header_bar .logo {
    width: 35%;
}
.header_bar .logo.powered-by {
    background-image: var(--logo-powered-by);
    width: 18%;
}
.layout-header-full-width .header_visual {
    height: 45vh;
    min-height: 45vh;
}
.header_visual-content {
    padding: 3.2rem;
}
.header_visual-content h1 {
    font-size: var(--font-size-l);
}
.casa-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.2rem;
}
.button--casa {
    color: #fff;
    text-decoration: none;
    width: 33%;
    padding: 1.6rem;
    min-height: 120px;
    cursor: pointer;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-size: var(--font-size-m);
    font-weight: normal;
}
.button--casa.multiple_tickets {
    background: linear-gradient(90deg, #1A812B 0%, #32C449 100%);
}
.button--casa.press {
    background: linear-gradient(90deg, #1B105A 0%, #665D97 100%);
}
.footer_bar a {
    color: var(--color-neutral-white)
}
.footer_bar .info, .footer_bar .poweredby {
    display: block;
}
.menu-items li .menu-item,
.menu-trigger-btn {
    color: var(--color-brand-light);
}
.menu-items li .menu-item:focus,
.menu-items li .menu-item:hover,
.menu-items li.menu-active:not(.menu-group.open) .menu-item:not(.menu-item--sub),
.menu-trigger-btn:hover,
.menu-trigger-btn.open::after {
    color: var(--color-neutral-white);
}
.menu-items .menu-active-border {
    border-color: var(--color-brand-tertiary);
}

.js-multi-select--tickets {
    width: 100%;
}
.form_input_check_title {
    font-weight: bold;
}
.pending_note {
    background: var(--color-brand-light);
    padding: 20px;
}
.input-as-text:read-only {
    height: unset !important;
    min-height: unset !important;
    border: none !important;
    padding: unset !important;
    background: unset !important;
    background-color: unset !important;
    outline-style: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
p.note.vat {
    font-size: var(--font-size-xs);
}
.form_label {
    font-weight: bold;
}
/****
* Import styling
****/
.import-status {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    height: 1.5em;
    line-height: 1.6em;
}
.import-table-row--duplicate td, .import-table-row--errors td, .import-table-row--max td {
    background: var(--color-message-error);
    color: var(--color-neutral-black);
}
.table-container .ticket-table--status-present, .tickets-statistics--block--confirmed .tickets-statistics--icon-container .icon {
    font-weight: bold;
}
.tickets-table--ticket-types .tickets-table--ticket-type, .table-container .ticket-table--status {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.tickets-table--ticket-types .tickets-table--ticket-type, .table-container .ticket-table--status {
    border: 1px solid var(--color-neutral-gray-02);
}
@media screen and (min-width: 600px) {
    .header_visual-content {
        padding: 32px;
    }
    .header_visual-content h1 {
        font-size: var(--font-size-xl);
    }
}
@media screen and (min-width: 768px) {
    .header_visual-content {
    padding: 6.4rem;
    }
    .header_bar .logo {
        width: 20%;
    }
    .tickets-table--ticket-types .tickets-table--ticket-type, .table-container .ticket-table--status {
        line-clamp: 1;
        -webkit-line-clamp: 1;
    }
}
@media screen and (min-width: 1200px) {
    .header_bar .logo {
        width: 15%;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        width: 100%;
    }
    .logo.powered-by {
        display: none;
    }
    .table-filter-header {
        flex-wrap: wrap;
    }
    table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td{
        position: relative;
        padding-top: 32px;
    }
    .table-container table tr td[data-label]::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 8px;
        width: 50%;
        padding-left: 10px;
        font-weight: bold;
        white-space: nowrap;
    }
    .table-container td:first-child {
        margin-top: 0rem;
    }
}
