/* ========================================================================
   FONT DECLARATIONS
   ======================================================================== */

@font-face {
    font-family: "BigNoodleTitling";
    src: url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.eot");
    src: url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.eot?#iefix") format("embedded-opentype"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.woff") format("woff"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.woff2") format("woff2"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.ttf") format("truetype"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.svg#BigNoodleTitling") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Web Regular Regular";
    src: url("/style/fonts/105007d99d9df64c50cc24d696d79555.eot");
    src: url("/style/fonts/105007d99d9df64c50cc24d696d79555.eot?#iefix") format("embedded-opentype"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.woff") format("woff"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.woff2") format("woff2"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.ttf") format("truetype"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.svg#Graphik Web Regular Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/style/fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'),
        url(/style/fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(/style/fonts/MaterialIcons-Regular.woff) format('woff'),
        url(/style/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/* ========================================================================
   BASE & RESET STYLES
   ======================================================================== */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Graphik Web Regular Regular, arial;
}

body {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

h1 {
    font: normal 40px BigNoodleTitling;
}

/* ========================================================================
   LAYOUT COMPONENTS
   ======================================================================== */

.flex-container {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.flex-container .header {
    flex: 0 1 auto;
}

.flex-container .content {
    flex: 1 1 auto;
    padding: 20px;
}

.flex-container .footer {
    flex: 0 1 100px;
    padding: 20px;
    display: flex;
}

.footer .copyright {
    display: inline-block;
    align-self: flex-end;
}

/* Header */
.logo {
    width: 278px;
    padding: 20px 0 0 20px;
}

.logo .logo-fill {
    fill: #000;
}

.header .head {
    display: flex;
}

.header .head div {
    flex: 1;
}

.header .head .gebruiker {
    padding: 20px;
    text-align: right;
    display: inline-block;
    margin: 0 auto;
}

.header .head .right {
    text-align: right;
}

.gebruiker .gebruikercontent {
    width: 100%;
    border: 1px dotted #000;
    border-radius: 5px;
    padding: 0 8px 8px 0;
}

/* Navigation */
.navbar {
    margin: auto;
}

/* Hamburger button: visible only on mobile (overridden in media query) */
.hamburger-btn {
    display: none;
}

/* Mobile sticky date bar: visible only on mobile (overridden in media query) */
.mobile-date-bar {
    display: none;
}

.navbar ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    background-color: #F7F7EF;
}

.navbar ul li {
    list-style-type: none;
    padding: 10px;
    margin: 0 10px;
}

.navbar a {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.navbar a:hover {
    color: #106fe7;
}

.navbar a.active {
    color: #106fe7;
}

/* Content Container */
.contentcontainer {
    padding: 20px;
    padding-top: 50px;
}

.contentcontainer section {
    display: table;
    width: 100%;
}

.contentcontainer section > * {
    display: table-row;
}

.contentcontainer section .col {
    display: table-cell;
    padding: 10px;
}

.contentcontainer section header {
    background-color: #F7F7EF;
    padding: 10px;
}

.contentcontainer section header div {
    font-weight: bold;
    text-transform: uppercase;
}

.contentcontainer section .row {
    padding: 10px;
}

.contentcontainer section .row:nth-child(odd):not(.ruilen) {
    background-color: #F7F7EF;
}

.contentcontainer section .row .col {
    border-right: 1px dotted #F7F7EF;
}

/* ========================================================================
   ROOSTER (SCHEDULE) STYLES
   ======================================================================== */

.sticky {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 999;
}

.roostermenu {
    display: flex;
    padding: 5px;
}

.roostermenu > .roostermenuitem {
    flex: 1;
    text-align: center;
    font-weight: bold;
}

.rooster, .roosteredit {
    margin-top: 20px;
    font-family: Graphik Web Regular Regular, Arial, Helvetica, sans-serif;
    font-size: 20px;
    border: 1px solid #000000;
}

.roosterrow {
    display: flex;
    font-family: Graphik Web Regular Regular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    scroll-margin-top: 226px;
}

.roosterrow.film {
    background-color: #ffffff;
}

.roosterrow.theater {
    background-color: #f7f0e1;
}

.roosterrow.zakelijk {
    background-color: #e9ffd9;
}

.roosterrow.intern {
    background-color: #e9ffd9;
}

.receptie .roosterrow.intern {
    background-color: inherit;
}

.roosteredit .roosterrow {
    border-top: 1px dotted #BEBEBE;
}

.roosteredit .roosterrow div .edit {
    bottom: 0;
    display: flex;
    right: 0;
}

.bordertb:nth-child(even) {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

.roosterrow div {
    flex: 1;
}

.sticky > .roosterrow div {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.roosterdatum {
    padding: 5px;
    border: 1px dotted #000000;
    max-width: 290px;
    margin: auto;
    margin-top: 10px;
}

.roosterdatum a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.roosterdatum a:hover {
    text-decoration: none;
    color: #106fe7;
}

.geenrooster {
    max-width: 80%;
    max-height: 200px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.dienstcell {
    padding: 20px;
    border-right: 1px solid #000000;
    width: 20%;
    scroll-margin-top: 226px;
}

.dienstcell select {
    text-align-last: left;
    margin-bottom: 20px;
}

.dienstcell .selectzaalwissel {
    margin-bottom: 0px;
    margin-top: 10px;
}

.bordertop {
    border-top: 1px solid #000000;
}

.roosterrow:nth-child(2) > .bordertop, .roosterrow:nth-child(2) > .voorstelling, .roosterrow:nth-child(2) > .diensttijd {
    border-top: 0;
}

.roosterrow > .voorstelling, .roosterrow > .diensttijd {
    border-top: 1px solid #000000;
}

.nobordertop {
    border-top: 0 !important;
}

.roosterrow:first-child > .voorstelling {
    border-top: 0;
}

.norightborder {
    border-right: 0;
}

.voorstellingtitel {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.voorstellingtitel a {
    color: #000000;
    text-decoration: none;
    word-wrap: break-word;
}

.voorstellingtitel a:hover {
    color: #106fe7;
    text-decoration: underline;
}

.voorstellingtitel span:last-child {
    margin-left: auto;
}

.subtitel {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
    color: #ABABAB;
}

.starttijd {
    font-weight: bold;
}

.rooster .tijdwarn {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #7A5A0F;
    border-radius: 10px;
    text-align: center;
    color: #7A5A0F;
    background-color: #FFF4DA;
    line-height: 23px;
}

.rooster .tijdwarn.severe {
    color: #900C3F;
    border: 1px solid #900C3F;
    background-color: #FFF6F6;
}

.rooster .tijdwarn span {
    font-size: 20px;
    vertical-align: middle;
}

.vervallen::before {
    color: red;
    font-weight: bold;
    font-size: 2.2vw;
    content: "GEANNULEERD";
    top: -50px;
    position: relative;
    display: inline-block;
    transform: rotate(-15deg);
    border: 4px solid red;
    padding: 10px;
    border-radius: 10px;
    -webkit-mask-image: url('/style/img/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.selectwissel {
    display: none;
}

.opmline {
    border-bottom: 1px dashed #BDBDBD;
}

.vrw_opm, .opmerking {
    line-height: 23px;
}

.edit {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.edit button {
    font-weight: bold;
    align-items: center;
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #336269 0%, #183B3F 100%);
    background-origin: border-box;
    box-shadow: 0px 0.2px 0.6px rgba(54, 122, 246, 0.25), inset 0px 0.4px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.edit button:hover {
    box-shadow: inset 0px 0.4px 0px -0.1px rgba(255, 255, 255, 0.2), 0px 0.2px 0.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
}

.voorstelling .edit button {
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
}

.edit .zwplus, .dienstvast-checkbox {
    transform: scale(1.8);
}

.dienstvast {
    margin-top: 10px;
    margin-bottom: 10px;
}

.zwstar {
    vertical-align: middle;
    font-size: 25px;
}

.kijkwijzer img {
    width: 25px;
}

.kijkwijzer {
    margin-bottom: 10px;
}

.roosterin {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #106fe7;
    border-radius: 100px;
    color: #106fe7;
    display: inline-block;
    font: normal normal 15px / 15px Graphik Web Regular Regular, Helvetica, Arial, Verdana, sans-serif;
    overflow: hidden;
    padding: 4px 12px 5px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    min-width: 100px;
    text-align: center;
    z-index: 1;
}

.inrooster-taken {
    font-weigt: 700;
    color: red;
}

.roosterselect {
    display: flex;
}

.roosterlink {
    flex: 1;
    padding: 5px;
    border-bottom: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    color: #106fe7;
    font-weight: bold;
}

.roosterlink:nth-child(1) {
    border-left: 0;
}

.roosterlink a {
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: color .2s ease-in-out, transform 0s .85s;
}

.roosterlink a:hover {
    color: #106fe7;
}

/* ========================================================================
   SCHEMA (AANVULLEN) STYLES
   ======================================================================== */

.schema-admin-panel {
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 6px;
}

.schema-admin-panel summary {
    cursor: pointer;
    font-weight: 300;
    color: #333;
    list-style: none;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
}

.schema-admin-panel summary:hover {
    color: #000;
    background-color: #afcee9;
}

.schema-admin-panel summary::-webkit-details-marker {
    display: none;
}

.schema-admin-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 180px 1fr auto;
    gap: 10px 12px;
    align-items: center;
    margin-left: 10px;
}

.schema-admin-grid label {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.schema-admin-grid .form-control {
    width: 100%;
}

.schema-admin-danger {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.schema-admin-danger button {
    margin: 0 !important;
}

.dienstselectwrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.schemaselect {
    margin: 20px 0;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #F7F7EF;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent h3 {
    margin-bottom: 5px;
}

.schemarow {
    display: flex;
    align-items: flex-start;
}

.schemarow > div {
    flex: 1 1 0;
    margin-bottom: 5px;
    line-height: 30px;
}

.schemarow:nth-child(odd) {
    background-color: #F3F3F3;
}

.schemarow.row-warning {
    background: #fff4c2;
}

.schemarow.row-locked {
    background: #e7f4ff;
}

.schemaheadrow {
    display: flex;
    align-items: flex-start;
}

.schemaheadrow > div {
    flex: 1 1 0;
    text-transform: uppercase;
    font-weight: bold;
}

.circle {
    border-radius: 50%;
    border: 0 solid #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.circlebg {
    background-color: #00DD1C;
}

.circlebgy {
    background-color: #FFCC33;
}

.circlebgr {
    background-color: #FF5833;
}

.circlegrey {
    background-color: #AEAEAE;
}

.title-select-wrap {
    width: 100%;
}

.title-select-wrap .selector {
    position: static;
    display: inline;
    max-width: 400px;
    width: 100%;
}

.title-warning {
    color: #b58900;
    margin-left: 6px;
}

.lock-note {
    font-size: 12px;
    color: #2b6cb0;
    margin-top: 6px;
}

.check label .circle {
    background-color: #AEAEAE;
}

.check input:checked + label .circle {
    background-color: #00DD1C;
}

.check input[type="checkbox"] {
    display: none;
}

.dateranger {
    display: inline-block;
    min-height: 240px;
}

/* Daterangepicker */
.daterangepicker {
    position: relative;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 0px;
    left: 20px;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    display: none;
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ffd9e5;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #db0148;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.ranges li.active {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.daterangepicker .left {
    margin-right: 30px;
}

/* ========================================================================
   LOGIN & REGISTER STYLES
   ======================================================================== */

.login, .register {
    margin: auto;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font: bold 24px BigNoodleTitling;
    border-radius: 10px;
    width: calc(1000px - 50vw);
    min-width: 600px;
    max-width: 1000px;
}

.login input[type=submit], .register input[type=submit] {
    background: rgb(147 196 111);
    color: #000000;
    font-size: 20px;
    font: bold 24px BigNoodleTitling;
}

.login a, .register a {
    color: #106fe7;
}

.login .welkom h2 {
    margin-bottom: 0px;
}

.login .welkom p {
    font-family: Graphik Web Regular Regular, arial;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.login input {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.foutmelding, .error {
    color: #C0392B;
}

input.error {
    border: 1px solid #C0392B;
}

/* ========================================================================
   DIENSTEN & MEDEWERKERS (SERVICES & EMPLOYEES)
   ======================================================================== */

.dienstinfo, .dienstruil, .dienstinfotitel {
    width: 600px;
    margin: auto;
}

.dienstruil {
    margin-top: 20px;
}

.anderemedewerker select, .dienstruil select, .dienstinfotitel select {
    width: 100%;
    margin: 10px 0;
    text-align-last: left;
}

.dienstruil button, .dienstinfotitel button {
    float: right;
}

input.aanvang {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

input.eindtijd {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
}

.medewerkers form, .diensten-overzicht form {
    float: left;
}

.medewerkers form input, .diensten-overzicht form input {
    margin-left: 10px;
}

.medewerkers label:has(input) {
    padding: 5px;
    margin-right: 10px;
    border: 1px dotted #106fe7;
}

.diensten-overzicht label:has(input) {
    padding: 5px;
    margin-right: 10px;
    border: 1px dotted #106fe7;
}

.medewerkeradd {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.medewerkers-layout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.medewerkers-filters {
    width: auto;
    flex: 0 0 auto;
    max-width: 220px;
}

.medewerkers-filters form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.filter-group label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.medewerkers-content {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
}

.medewerkers-content section {
    min-width: 1050px;
}

.contentcontainer.diensten-overzicht, .contentcontainer.medewerkers {
    overflow-x: auto;
}

.medewerker-count {
    display: block !important;
    margin: 0 0 8px;
    padding-left: 12px;
    font-size: 14px;
    color: #a3a3a3;
}

.medewerkers-content section header .col a {
    color: #4A4A4A;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.medewerkers .col .listbut, .medewerkers .col .listbut:hover, .medewerkers .col .listbut:focus, .medewerkers .col .listbut::before, .medewerkers .col .listbut::after, .medewerkers .col .listbut:hover::before, .medewerkers .col .listbut:focus::before, .medewerkers .col .listbut:hover::after, .medewerkers .col .listbut:focus::after {
    all: unset;
}

.medewerkers .col .listbut {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #106fe7;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
}

.medewerkers .col .listbut::hover {
    text-decoration: underline;
    color: #000000;
}

.medewerkers .col a {
    color: #106fe7;
    font-size: 16px;
    text-decoration: none;
}

.medewerkers .col a:hover {
    text-decoration: underline;
    color: #000000;
}

.vakantiemarge {
    height: 10px;
}

.eigendiensten .col a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #106fe7;
    vertical-align: top;
}

.eigendiensten .col a::before, .eigendiensten .col a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.eigendiensten .col a::before {
    background-color: #106fe7;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.eigendiensten .col a::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #106fe7;
}

.eigendiensten .col a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.eigendiensten .col a:hover::after {
    transform: translate3d(0, 0, 0);
}

.eigendiensten .col a span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.eigendiensten .col a:hover span {
    transform: translate3d(-200%, 0, 0);
}

.eigendiensten .col.roosterin-col {
    min-width: 210px;
}

.countdown {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.countdown-name {
    white-space: nowrap;
}

.vrije-cancel, .vrije-inrooster, .eigen-inrooster, .eigen-cancel {
    display: inline-block;
    min-width: 170px !important;
    text-align: center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.roosterin-col {
    min-width: 220px;
}

/* ========================================================================
   VERZOEKEN & OVERNAME (REQUESTS & TAKEOVER)
   ======================================================================== */

.row.ruilen {
    background-color: #ffffff;
}

.row.ruilen:nth-child(4n), .ruilen:nth-child(4n+1) {
    background-color: #F7F7EF;
}

.row.ruilen:nth-child(odd) {
    margin-top: 20px;
    border-top: 1px solid #000000 !important;
}

.row.overname {
    margin-top: 20px;
    border-top: 1px solid #000000 !important;
}

.geweest {
    background-color: #EEC3B6;
}

.comingup {
    background-color: #CCE0D3;
}

.contentcontainer section .geweest:nth-child(odd):not(.ruilen), .contentcontainer section .nonactive:nth-child(odd) {
    background-color: #FFEEE8;
}

.contentcontainer section .row.nonactive:nth-child(odd):not(.ruilen) {
    background-color: #EEC3B6;
}

.contentcontainer section .row.nonactive:nth-child(even):not(.ruilen) {
    background-color: #fae6e0;
}

.geweest .col, .nonactive .col {
    color: #602522;
}

section.vrijediensten {
    border-collapse: collapse;
}

.vrijediensten header {
    border: none;
}

.vrijediensten .role-separator {
    border-top: 1px solid #000;
}

.role-separator {
    cursor: pointer;
    background-color: #e7e7dc;
    font-weight: 700;
}

.role-separator .role-toggle {
    float: right;
    transition: transform 0.2s ease;
}

.role-separator.collapsed .role-toggle {
    transform: rotate(-90deg);
}

.role-row.collapsed {
    display: none;
}

/* ========================================================================
   UTILITY CLASSES & COMPONENTS
   ======================================================================== */

/* Tooltips */
.tooltipmo {
    font-weight: bold;
}

.tooltipmo .tooltip {
    visibility: hidden;
    position: absolute;
    width: 320px;
    background-color: rgb(85, 85, 85);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipmo:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .profielpic img {
    max-width: 100px;
    max-height: 100px;
}

.tooltip .profielpic {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.tooltip .info {
    text-align: left;
}

/* Notification Bar */
.notification-top-bar {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #BC551A;
    text-align: center;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

.notification-top-bar p {
    padding: 0;
    margin: 0;
}

.notification-top-bar p a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #FFF;
    color: #BC551A;
    font-weight: bold;
    text-decoration: none;
}

/* Dev Environment Banner */
.dev-env-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c62828;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.logout {
    margin: 0;
    width: auto;
    background-color: #106fe7;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #106fe7;
}

.logout:hover {
    background-color: #fff;
    color: #106fe7;
    border: 1px solid #106fe7;
}

a.rstrbutton, .roosterin, .medewerkers button, .diensten-overzicht button, .eigendiensten button, .overnameruilknop, .algemeen button, .verzoeken button {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #106fe7;
    border-radius: 100px;
    color: #106fe7;
    display: inline-block;
    font: normal normal 15px / 15px Graphik Web Regular Regular, Helvetica, Arial, Verdana, sans-serif;
    overflow: hidden;
    padding: 4px 12px 5px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    min-width: 100px;
    text-align: center;
    z-index: 1;
}

a.rstrbutton:hover, a.rstrbutton.clicked, a.rstrbutton:focus, .roosterin:hover, .roosterin:focus, .medewerkers button:hover, .diensten-overzicht button:hover, .medewerkers button:focus, .eigendiensten button:hover, .eigendiensten button:focus, .overnameruilknop:hover, .overnameruilknop:focus, .algemeen button:hover, .algemeen button:focus, .verzoeken button:hover, .verzoeken button:focus {
    color: #fff;
    transition: all .3s ease-in-out;
}

a.rstrbutton::before, .roosterin::before, .medewerkers button::before, .diensten-overzicht button::before, .eigendiensten button::before, .overnameruilknop::before, .algemeen button::before, .verzoeken button::before {
    background: linear-gradient(#106fe7, #106fe7) -100px 0 no-repeat;
    content: "";
    display: inline-block;
    height: 10em;
    width: 300%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -40%;
    -webkit-transform: skewX(-33deg) translateX(-80%);
    -ms-transform: skewX(-33deg) translateX(-80%);
    transform: skewX(-33deg) translateX(-80%);
    transition: opacity .25s ease-in-out, -webkit-transform 0s .85s;
    transition: opacity .25s ease-in-out, -ms-transform 0s .85s;
    transition: opacity .25s ease-in-out, transform 0s .85s;
    z-index: -1;
}

a.rstrbutton:hover::before, a.rstrbutton.clicked::before, .roosterin:hover::before, a.rstrbutton:focus::before, .roosterin:focus::before, .medewerkers button:hover::before, .diensten-overzicht button:hover::before, .medewerkers button:focus::before, .eigendiensten button:hover::before, .eigendiensten button:focus::before, .overnameruilknop:hover::before, .overnameruilknop:focus::before, .algemeen button:hover::before, .algemeen button:focus::before, .verzoeken button:hover::before, .verzoeken button:focus::before {
    opacity: 1;
    -webkit-transform: skewX(-30deg) translateX(0);
    -ms-transform: skewX(-30deg) translateX(0);
    transform: skewX(-30deg) translateX(0);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: -ms-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

button.notclickable {
    opacity: 0.3;
}

.button-75 {
    margin: 10px 0 10px auto;
    align-items: center;
    background-image: linear-gradient(135deg, #106fe7 40%, #10B0E7);
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "Codec cold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    letter-spacing: .4px;
    line-height: 1;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-75:active, .button-75:hover {
    outline: 0;
}

.button-75 span {
    transition: all 200ms;
}

.button-75:hover span {
    transform: scale(.9);
    opacity: .75;
}

.button-75:disabled {
    background-image: linear-gradient(135deg, #DEE8F6 40%, #F7FBFF);
}

.button-75:disabled:hover span {
    transform: none;
    opacity: 1;
}

.processbutton {
    background-color: #F7F7EF;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* Form Elements */
select {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 250px;
    text-align-last: right;
}

.tableschema select {
    min-width: auto;
}

.selector {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.rooster .selector {
    width: 100%;
    max-width: none;
}

.algemeen textarea {
    font-size: 1em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.nieuwevakantie {
    text-align: center;
}

/* Layout Utilities */
.columns {
    display: flex;
}

.columns > div {
    flex: 1;
}

.aligncenter {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.topmarg20 {
    margin-top: 20px;
    text-align: center;
}

.devidenav {
    display: flex;
    flex-wrap: wrap;
}

.subpagemenu {
    width: 500px;
    margin: auto;
}

.subpagemenu ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.subpagemenu ul li {
    padding: 10px;
    margin: 0 10px;
    list-style-type: none;
    font-size: 2em;
    color: #106fe7;
    font: normal 2em BigNoodleTitling;
}

.subpagemenu ul li a {
    color: #000000;
    text-decoration: none;
}

.subpagemenu ul li a:hover {
    color: #106fe7;
}

.prevnext {
    display: flex;
    width: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    flex: 1;
    justify-content: space-between;
}

/* Flex Utilities */
.flex2 {
    flex-grow: 2 !important;
}

.flex3 {
    flex-grow: 3 !important;
}

.flexshrink2 {
    flex-shrink: 4 !important;
}

.flexauto {
    flex: auto !important;
}

.matchid {
    flex-grow: 0.3 !important;
}

.matchsoort {
    flex-grow: 0.5 !important;
}

.matchaanvang {
    flex-grow: 1.2 !important;
}
.voorstellingtag {
    display: block;
    border: 1px dotted #000000;
    margin: 10px 0;
    padding: 5px;
    border-radius: 10px;
    line-height: 25px;
    font-weight: bold;
    font-size: 15px;
}
.voorstellingtag .material-symbols-outlined {
    vertical-align: bottom;
}
.voorstellingtag.pauze {
    background-color: #fdceff;
}
.voorstellingtag.eng {
    background-color: #E3C6FF;
}

/* ========================================================================
   MEDIA QUERIES
   ======================================================================== */

@media (max-width: 900px) {
    .medewerkers-layout {
        flex-direction: column;
    }

    .medewerkers-filters {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .schema-admin-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1000px) {
    .dienstcell {
        padding: 5px 0 0 10px;
        word-break: break-all;
    }

    .rooster .selector {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        border: none;
        overflow: hidden;
        z-index: 1;
        background: none;
        padding: 0;
    }
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
        float: left;
    }

    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
        float: right;
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 50px;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0;
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 0;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 0;
    }

    .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left;
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
    }

    .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}

@media screen and (max-width: 991px) {
    .button-75 {
        font-size: 15px;
        height: 50px;
    }

    .button-75 span {
        line-height: 50px;
    }
}

/* ========================================================================
   RESPONSIVE STYLES (TABLET & MOBILE)
   ======================================================================== */

@media (max-width: 768px) {
    /* Header: stack logo and user info vertically */
    .header .head {
        flex-direction: column;
    }

    .logo {
        width: 200px;
        padding: 10px 0 0 0;
        margin: 0 auto;
    }

    .header .head .gebruiker {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .header .head .right {
        text-align: center;
    }

    .gebruiker .gebruikercontent {
        display: inline-block;
        padding-right: 0;
    }

    /* Hamburger button */
    .hamburger-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 28px;
        height: 20px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-right: 12px;
    }

    .hamburger-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 2px;
    }

    /* Navbar: position context + bar background */
    .navbar {
        position: relative;
        background-color: #F7F7EF;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 10px;
        z-index: 1000;
    }

    /* Nav dropdown: collapsed by default */
    .navbar ul {
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-x: visible;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #F7F7EF;
        z-index: 1001;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 0;
    }

    /* Nav dropdown: open */
    .nav-open .navbar ul {
        display: flex;
    }

    .navbar ul li {
        padding: 12px 16px;
        margin: 0;
        border-bottom: 1px dotted #ddd;
        width: 100%;
        box-sizing: border-box;
    }

    /* Remove sticky behavior on mobile */
    .sticky {
        position: static;
        overflow: visible;
    }

    /* Hide calendar column inside sticky */
    .sticky .columns > div:first-child {
        display: none;
    }

    /* Hide rooster name h1 inside sticky (not page-title h1s) */
    .sticky h1.rooster-naam {
        display: none;
    }

    /* Hide date text (wrapped in span.rooster-datumtekst by PHP) */
    .rooster-datumtekst {
        display: none;
    }

    /* Hide prev/today/next date nav inside sticky */
    .sticky .roosterdatum {
        display: none;
    }
    /* Show prev/today/next date nav for eigen diensten */
    .sticky .eigendienstendatum {
        display: flex;
    }
    /* Un-hide the prev button that is hidden by the general columns rule */
    .sticky .eigendienstendatum > div:first-child {
        display: block;
    }

    /* Mobile sticky date bar */
    .mobile-date-bar {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 998;
        background: #fff;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .mobile-date-text {
        font-weight: bold;
        text-align: center;
        justify-content: center;
        flex: 1;
        font-size: 15px;
    }

    .mobile-date-bar a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    /* Content padding */
    .flex-container .content {
        padding: 10px;
    }

    .contentcontainer {
        padding: 10px;
        padding-top: 20px;
    }

    /* Login / Register: remove minimum width */
    .login, .register {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

    /* Dienst info: replace fixed 600px width */
    .dienstinfo, .dienstruil, .dienstinfotitel {
        width: 100%;
        box-sizing: border-box;
    }

    /* Subpage menu: replace fixed 500px width */
    .subpagemenu {
        width: 100%;
    }

    /* Prev/next: full width */
    .prevnext {
        width: 100%;
    }

    /* Rooster: reduce font size */
    .roosterrow {
        font-size: 16px;
    }

    .dienstcell {
        padding: 14px;
    }

    /* Roostermenu: allow wrapping */
    .roostermenu {
        flex-wrap: wrap;
    }

    /* Select elements: full width */
    select {
        min-width: 0;
        width: 100%;
    }

    /* Columns: stack vertically */
    .columns {
        flex-direction: column;
    }

    /* Schema rows */
    .schemarow, .schemaheadrow {
        flex-wrap: wrap;
    }

    .schemarow > div, .schemaheadrow > div {
        flex: 1 1 auto;
        min-width: 80px;
    }

    /* ============================================================
       CARD LAYOUT FOR ROOSTER
       ============================================================ */

    /* Hide the column-header row above the rooster */
    .roosterrow.topmarg20 {
        display: none;
    }

    /* Remove the rooster outer border; margin will come from cards */
    .rooster, .roosteredit {
        border: none;
        margin-top: 4px;
    }

    /* Each data row becomes a card */
    .rooster .roosterrow,
    .roosteredit .roosterrow {
        flex-direction: column;
        border: 1px solid #d0d0d0;
        border-radius: 10px;
        margin-bottom: 14px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        margin-top: 0;
    }

    /* Suppress the extra top/bottom borders that .bordertb adds on even rows */
    .rooster .roosterrow.bordertb:nth-child(even),
    .roosteredit .roosterrow.bordertb:nth-child(even) {
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
    }

    /* Each dienstcell becomes a full-width block inside the card */
    .rooster .roosterrow > .dienstcell,
    .roosteredit .roosterrow > .dienstcell {
        flex: none;
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        border-top: 1px solid #e0e0e0;
        padding: 12px;
    }

    /* First cell (voorstelling / datum) = card header: no top border */
    .rooster .roosterrow > .dienstcell:first-child,
    .roosteredit .roosterrow > .dienstcell:first-child {
        border-top: none;
    }

    /* Role labels added via ::before pseudo-elements */
    [id^="coordinator-"]::before {
        content: "Coördinator";
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 4px;
        letter-spacing: 0.5px;
    }

    [id^="zaalwacht-"]::before {
        content: "Zaalwacht";
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 4px;
        letter-spacing: 0.5px;
    }

    [id^="kassier-"]::before {
        content: "Kassier";
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 4px;
        letter-spacing: 0.5px;
    }

    .dienstcell.diensttijd::before {
        content: "Diensttijd";
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 4px;
        letter-spacing: 0.5px;
    }

    /* Repeat the assigned person's name on shared-shift (empty) role cells */
    .rooster .roosterrow > [id^="coordinator-"]:empty::after,
    .rooster .roosterrow > [id^="zaalwacht-"]:empty::after,
    .rooster .roosterrow > [id^="kassier-"]:empty::after {
        content: attr(data-name);
    }

    /* Date in expositie/receptie cards: match voorstellingtitel size */
    .rooster .roosterrow .expodatum {
        font-weight: bold;
        font-size: 21px;
    }

    /* ============================================================
       CARD LAYOUT FOR CONTENTCONTAINER SECTIONS
       (eigen_diensten, medewerkers, vrije_diensten, algemeen,
        verzoeken)
       ============================================================ */

    /* Override table-display to allow block/card layout */
    .contentcontainer section {
        display: block;
    }

    .contentcontainer section > * {
        display: block;
    }

    /* Hide the header row (column labels) */
    .contentcontainer section header {
        display: none;
    }

    /* Remove min-width constraint on the medewerkers content area */
    .medewerkers-content section {
        min-width: 0;
    }

    /* Each data row becomes a card */
    .contentcontainer section .row {
        border: 1px solid #d0d0d0;
        border-radius: 10px;
        margin-bottom: 12px;
        padding: 4px 0;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
        background-color: #fff;
    }

    /* Override alternating background so cards stay white */
    .contentcontainer section .row:nth-child(odd):not(.ruilen) {
        background-color: #fff;
    }

    /* Each col becomes a full-width block */
    .contentcontainer section .col {
        display: block;
        padding: 10px 14px;
        border-right: none;
        width: auto;
        font-size: 16px;
    }

    /* Subtle separator between cols inside a card */
    .contentcontainer section .col:not(:last-child) {
        border-bottom: 1px dotted #eee;
    }

    /* Suppress padding on truly empty cols to avoid whitespace */
    .contentcontainer section .col:empty {
        padding: 0;
        border-bottom: none;
    }

    /* Role-separator rows span the full card width */
    .contentcontainer section .row.role-separator .col {
        border-bottom: none;
    }
}

/* ========================================================================
   PRINT STYLES
   ======================================================================== */

@media screen {
    .do-print, .do-print * {
        display: none;
        visibility: hidden;
    }
}

@media print {
    .do-print, .do-print * {
        width: 100%;
        margin: 0 auto;
        display: block;
        visibility: visible;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    html, body {
        all: unset;
        width: 100%;
    }

    body {
        zoom: 60%;
    }

    .copyright {
        display: none;
        visibility: hidden;
    }

    .flex-container, .sticky, .content {
        all: unset;
    }

    .roosterrow {
        break-inside: avoid;
        display: table-row;
    }

    .rooster {
        display: table;
        width: 99%;
    }

    .dienstcell {
        display: table-cell;
    }
}

@media print {
    @page {
        width: 100%;
        size: landscape;
    }
}
