@font-face {
    font-family: Univers;
    src: url(../ttf/UniversBold.ttf);
}
@font-face {
    font-family: 'Univers Regular';
    src: url(../ttf/UniversRegular.ttf);
}

@font-face {
    font-family: 'Univers Light';
    src: url(../ttf/UniversLight.ttf);
}

body {
    background: #F4D4DC;
    font-family: 'Univers Regular';
    margin: 0;
    max-width: 100vw;
}
b {
    font-family: 'Univers';
}
.loginbox * {
    display: block;
}

.loginbox img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.loginbox {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
    text-align: center;
    background: #0000000f;
    padding: 40px;
    margin-top: 40px;
    border-radius: 3px;
}

.loginbox a {
    text-decoration: none;
    font-family: 'Univers Regular';
    font-weight: 500;
    color: black;
}

.loginbox:hover {
    /* opacity: 0.6; */
    cursor: pointer;
    background: #1E1E1E;
    /* color: white !important; */
}
.loginbox:hover img.peerlogin {
    filter: invert(1);
}

.loginbox:hover a {
    color: white;
}
.loginbox {
    /* background: #0000000f; */
    /* padding: 40px; */
}

img.logologin {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    display: block;
    margin-top: 40px;
}

.loginbox {
    transition: 0.2s;
}
p.logindisclaimer {
    text-align: center;
    opacity: 0.3;
    font-family: 'Univers Light';
    font-size: 11px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


.header {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* Semi-dark overlay */
        url('image.php') no-repeat center center; /* Background image */
    background-size: cover; /* Ensure both layers cover the container */
    background: ;
    padding: 30px;
    color: white;
    height: 280px;
}

img.headerlogo {
    filter: invert(1);
    width: 130px;
}

img.profile {
    border-radius: 200px;
    display: inline-block;
    /* margin-top: 50px; */
    width: 60px;
    vertical-align: -webkit-baseline-middle;
    margin-top: -7px;
    margin-left: 5px;
}

.header h1 {
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 24px;
}

.header p {
    margin: 0;

    vertical-align: middle;
    text-align: right;
}

.header p a {
    color: white;
    margin-right: 5px;
    font-weight: 450;
    font-size: 17px;
   
    opacity: 0.8;
}
.header p a.profile {
    text-decoration: none;
    font-size: 19px;
    margin-bottom: -5px;
    font-family: 'Univers';
    opacity: 1;
}
.main {
    padding: 20px;
    /* margin: 0; */
}

.block.rooster {
    padding: 20px;
    color: white;
    background: #30302e;
    border-radius: 4px;
    margin-top: 0;
    border: 2px solid #000000ba;
}

.block h2 {
    margin: 0;
    font-style: italic;
    font-size: 21px;
}







.block.rooster p, .block.studievrij p {
    margin-bottom: 0;
    margin-top: 25px;
    text-decoration: underline;
    opacity: 0.7;
}.admin.block {
    margin-bottom: 10px;
    background: #c82e2e;
    padding: 20px;
    color: white;
    .main {
    padding: 20px;
    /* margin: 0; */
}

.block.rooster {
    padding: 20px;
    color: white;
    background: #30302e;
    border-radius: 4px;
    margin-top: 0;
    border: 2px solid #000000ba;
}

.block
    h2 {
    margin: 0;
    font-style: italic;
    font-size: 21px;
}



.rooster.block .shift *, .shifts .shift * {
    margin: 0;
}

.rooster.block .shift h4, .shifts .shift h4 {
    opacity: 0.7;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}

.rooster.block .shift:
    first-of-type {
    margin-top: 30px;
}

.block.rooster
    p {
    margin-bottom: 0;
    margin-top: 25px;
    text-decoration: underline;
    opacity: 0.7;
};
    border-radius: 4px;
}

.admin.block h2 {
    font-weight: 400;
}

.block.studievrij {
    background: cornflowerblue;
    color: white;
    padding: 20px;
    margin-top: 10px;
    border-radius: 4px;
}

.block.studievrij .week {
    background: #ca6b00;
    width: 60px;
    /* height: 50px; */
    padding: 1px;
    text-align: center;
    border-radius: 20000px;
    display: inline-block;
    margin-top: 20px;
}
img.peerfooter {
    opacity: 0.2;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 70px;
    margin-bottom: 40px;
    touch-action: manipulation;
}
.rooster .headermenu {
    margin: 50px;
}

.rooster .headermenu img.menulogo {
    width: 150px;
    display: inline;
    vertical-align: middle;
    margin-left: 12px;
    opacity: 0.6;
    margin-top: -8px;
}

.rooster .headermenu h2 {
    display: inline-block;
    margin: 0px;
    /* margin-top: 10px; */
}

.weeks h2 {
    margin: 0;
    font-size: 32px;
}

.rooster .weeks {padding-left: 50px;}

.rooster .weeks .weekbuttons .weekbutton {
    padding: 7px 18px;
    font-weight: bold;
    background: #FFFFFF;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    font-size: 16px;
        opacity: 0.3;
        transition: 0.1s;
        color: black;

}
.rooster .weeks .weekbuttons .weekbutton:hover {
    opacity: 0.7;
      cursor: pointer;
}
.rooster .weeks .weekbuttons .weekbutton.current {
    opacity: 1;
    cursor: default;
}
.weekbuttons {
    width: max-content;
    max-width: calc(100% - 50px);
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: -50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.weekbuttons::-webkit-scrollbar {
  display: none;
}

.main_week .td, .main_week .day {
    width: 280px;
    border-right: 1px solid #0000001c;
    padding-right: 20px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.main_week {
    padding-left: 30px;
    max-width: calc(100% - 0px);
    overflow-x: scroll;
    padding-bottom: 70px;
    width: fit-content;
    white-space: nowrap;
}

.day.day-container.p-1:first-of-type {
    margin-left: 15px;
}
.day.day-container.p-1:last-of-type {
    margin-right: 15px;
}
.rooster .main_week .content .shift * {
    margin: 0;
}

.rooster .main_week .content .shift, .shifts .shift {
    background: #ffffff40;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 9px;
}

.rooster .main_week h2 i {
    350: 00;
    font-weight: 350;
    opacity: 0.6;
}

.rooster .main_week h2 {
    font-size: 21px;
}

.rooster .main_week .content .shift p, .shifts .shift p {
    opacity: 0.6;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 6px;
}

.rooster .main_week .content .shift h2, .shifts .shift h2 {
    font-weight: 600;
    font-family: 'Univers';
    font-size: 19px;
}
.rooster .main_week .content .shift, .shifts .shift {
    border-left: 5px solid;
    padding-left: 15px;
}
.adminblock_dienst {
    border-left: 5px solid;
}
.rooster .main_week .content .shift.dag, .shifts .shift.dag, .left-border-dag { border-color: #E07427; }
.rooster .main_week .content .shift.bed, .shifts .shift.bed, .left-border-bed { border-color: #E0B227; }
.rooster .main_week .content .shift.bar, .shifts .shift.bar, .left-border-bar { border-color: #274CE0; }
.rooster .main_week .content .shift.bios, .shifts .shift.bios, .left-border-bios { border-color: #BB27E0; }
.rooster .main_week .content .shift.keuken, .shifts .shift.keuken, .left-border-keuken { border-color: #90E027; }
.rooster .main_week .content .shift.spoel, .shifts .shift.spoel, .left-border-spoel { border-color: #E02777; }



.rooster .main_week .content .dienst.check.bios .checkbox { background: #E07427; }
.rooster .main_week .content .dienst.check.bed  .checkbox{ background: #E0B227; }
.rooster .main_week .content .dienst.check.bar  .checkbox{ background: #274CE0; }
.rooster .main_week .content .dienst.check.bios  .checkbox, .rooster .main_week .content .dienst.check.kassa  .checkbox{ background: #BB27E0; }
.rooster .main_week .content .dienst.check.keuken  .checkbox{ background: #90E027; }
.rooster .main_week .content .dienst.check.spoel  .checkbox{ background: #E02777; }
.rooster .main_week .content .shift.gat {
    border-color: white !important;
    background: #f44649;
    color: white;
}
.rooster .main_week .content .shift.bed.bed1, .rooster .main_week .content .shift.bar.bar1, .rooster .main_week .content .shift.kassa.kassa1, .rooster .main_week .content .shift.keuken.keuken1, .rooster .main_week .content .shift.spoel.spoel1 {
    margin-top: 25px;
}
.day.sunday {
    border-right: none;
}

.main_week .content .dienst .checkbox, .main_week .content .dienst p {display: inline-block;margin: 0;}

.main_week .content .dienst .checkbox {
    color: transparent;
    text-align: center;
    border: 3px solid black;
    width: 19px;
    border-radius: 3px;
    height: 19px;
    vertical-align: ce;
    margin-right: 5px;
    transition: 0.05s;

    cursor: pointer;
}

.main_week .content .dienst p {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Univers';
}

.main_week .content .dienst p span {
    font-weight: 400;
    opacity: 0.6;
}

.main_week .content .dienst.check .checkbox {
    color: white;
    background: deepskyblue;
    font-weight: 500;
    border: 3px solid #00000014;
}
.rooster .main_week .dienst {
    margin-bottom: 10px;
}
.rooster.bsh .weekbutton {
    margin-right: -3px;
}

.rooster.bsh .weekbutton:first-of-type {
    border-radius: 3px 0px 0px 3px;
}
.rooster.bsh .weekbutton:last-of-type {
    border-radius: 0px 3px 3px 0px;
}
.rooster .headermenu a {
    transition: 0.2s;
    color: black;
}

.rooster .headermenu a:hover img {
    opacity: 1;
}

.rooster.bsh .save {
    color: white;
    background: #1E1E1E;
    padding: 20px;
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.rooster.bsh .save * {
    margin: 0;
}
.rooster.bsh .save p {
    opacity: 0.7;
    margin-bottom: 10px;
}
.button.saves {
    padding: 8px 31px;
    display: inline-block;
    background: white;
    color: black;
    border-radius: 4px;
    font-weight: 550;
}
.admin {
    width: calc(130px - 6px);
    background: #E07427;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    font-family: 'Univers';
    padding: 3px;
}
.headerright {
    float: right;
    display: inline-block;
}

.main {
    padding-left: 25%;
    padding-right: 25%;
    margin-top: -160px;
}
.shifts.home a {
    color: black;
    text-decoration: none;
}
.button_overview {
    color: white;
    background: #1E1E1E;
    padding: 11px 18px;
    border-radius: 4px;
    display: block;
    text-decoration: none;

    font-weight: 500;
}
a.button_overview {
    transition: 0.2s;
}
a.button_overview:hover {
    /* filter: invert(1); */
    background: white;
    outline: 2px solid;
    color: black !important;
}
td a:hover {
    text-decoration: none;
    opacity: 1;
    background: #dbdbdb;
}
td a {
    padding: 6px;
border-radius: 3px;
}

.button.opaque {
    opacity: 0.5;
}

header a {
    cursor: pointer;
    transition: 0.3s;
}
header a:hover {
    opacity: 0.7;
}
.button_overview span {
    float: right;
}

.main h2.header_greeting {
    color: white;
}
.headerright * {display: inline-block;}

.headerleft {
    display: inline-block;
}
.shifts.home .shift h2, .shifts.home .shift p {
    margin: 0;
}
.shifts.home .shift p {
    margin-bottom: 10px;
}
.home.shifts .shift {
    background: #F6DDE3;
    /* border: 1px solid; */
    /* border-left: 5px solid; */
    border-width: 1px;
    border-style: solid;
    border-left-width: 5px;
    transition: 0.2s;
}

.home.shifts .shift:hover {

    border-left-width: 10px;
}


.beschikbaarheid h2, .studievrij h2 {
    color: black;
    margin-bottom: 10px;
    margin-top: 40px;
}
.roosteradmin header {
    margin: 30px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Univers';
    margin-bottom: 80px;
}

.roosteradmin img.adminlogo {
    width: 110px;
    vertical-align: text-bottom;
    margin-right: 10px;
    margin-bottom: -5px;
}

header {}

.roosteradmin main {
    margin: 30px;
}
.columnleft, .columnmiddle, .columnright {
    display: inline-block;
    vertical-align: top;
}
.columnmiddle {
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
}

.columnleft, .columnright {
    width: 27%;
}

.adminblock {
    width: 100%;
    background: white;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 7px;

}

.adminblock h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 650;
}

.adminblock h2 span {
    float: right;
    opacity: 0.7;
        font-family: Inter;
}
.adminblock span.label {
    margin: 0;
    padding: 5px;
    border-radius: 4px;
    background: orange;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    /* margin-top: 10px; */
    /* float: unset; */
    margin-right: 5px;
}

.adminblock p {
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
    opacity: 0.7;
}

.adminblock.adminblock_tab {
    background: #ffffff61;
}

.adminblock.adminblock_tab h2 {
    background: white;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    border-radius: 4px 4px 0px 0px;
}

.adminblock .tab {
    font-size: 14px;
    opacity: 0.6;
}
span.label.orange {
    background: #ffa50059;
}

span.label.red {
    background: #ff000057;
}

span.label.green {
    background: #00800040;
}
.adminblock a {
    color: inherit;
    text-decoration: none;
}
.columnleft.days .adminblock {
    opacity: 0.5;
}
.columnleft.days .adminblock.current {
    opacity: 1;
}
.adminblock.hover:hover {
    opacity: 0.7;
}
.roosteradmin header a {
    color: inherit;
    text-decoration: none;
}
.roosteradmin header a {
    color: inherit;
    text-decoration: none;
}

.roosteradmin header a img.adminlogo {
    margin-left: 10px;
}
.admin_dienst_left p {
    margin: 0;
    font-size: 13px;
    margin-bottom: 3px;
}

.admin_dienst_left h3 {
    margin: 0;
    font-weight: 600;
    font-family: 'Univers';
}

.admin_dienst_left {
    display: inline-block;
}

.adminblock_dienst p.admin_dienst_time {
    float: right;
    display: inline-block;
    margin-top: 11px;
    opacity: 0.6;
}
.admin_dienst_top p {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
}
input, select, textarea {
    background: #F7F7F7;
    border: 0.8px solid #00000036;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-family: 'Univers Regular';
    font-size: 16px;
    font-weight: 450;
    border-radius: 4px;
}

textarea {
    resize: vertical;
    min-height: 60px;
    width: 100%;
}

.adminblock_dienst.dienst_edit .admin_edit_left {
    width: 50%;
    margin-top: 5px;
    display: inline-block;

        vertical-align: top;
}
.input_select.input_select_right {
    width: calc(100% - 4px);
}
input.name.input_name {
    width: 100%;
}

.input_select {
    width: calc(100% + 20px);    margin-top: 5px;
}

input.time.input.input_time {
    width: calc(50% - 30px);
    display: inline-block;
}
p.input_hyphen {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.admin_dienst_top p.top_button {
    float: right;
    background: #8080801a;
    padding: 5px;
    border-radius: 3px;
}
.adminblock_dienst.dienst_edit .admin_edit_right {
    width: 44%;
    float: right;
    display: inline-block;
    /* margin-top: 5px; */
    vertical-align: top;
    margin-left: 25px;
}
.admin_dienst_top {
    width: 100%;
    height: 34px;
}
p.save.top_button {
    margin-left: 5px;
    background: black;
    color: white;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 450;
}
.adminblock.add_dienst.hover svg {
    height: 16px;
    stroke-width: 2.5px;
    vertical-align: sub;
}

.adminblock.add_dienst.hover {
    text-align: center;
    padding-top: 2px;
    opacity: 0.8;
    padding-bottom: 13px;
    font-weight: 500;
    margin-bottom: 40px;
}
.adminblock.day_title {
    background: black;
    color: white;
}
h2.admintitle, .columnleft {
    position: sticky;
}
h2.admintitle {
    top: 110px;
    margin-left: 15px;
        display: inline;
}
.columnleft {
    top: 160px;
}
.error.loginbox {
    pointer-events: none;
    margin-bottom: -35px;
    padding: 14px 40px;
    font-weight: 450 !important;
    font-style: normal !important;
    background: #ff0101a8;
    color: white;
}

.error.loginbox p {
    margin: 0;
    font-weight: 600 !important;
    font-family: 'Univers Regular';
    /* text-decoration: underline; */
}
.error.loginbox.orange {
    background: #ff6c01a8;
}
.headerleft a {
    color: white;
    text-decoration: none;
}
.admin:hover {
    opacity: 0.7;
}
input.search {
    padding-left: 30px;
    background-image: url(admin/search.svg);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 20px;
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-bottom: 0px;
}
.field_group input.half_field {
width: calc(50% - 27px);
    margin-right: 10px;
}

.field_group input.half_field:first-child {}

.field_group input.half_field:last-of-type {
    margin-right: 0;
}

.field_group p {
    margin-bottom: 6px;
    /* display: inline-block; */
}
.field_group.fields p.textleft {
    width: 50%;
    display: inline-block;
}

.field_group.fields p.textright {
    width: 48%;
    display: inline-block;
}

.field_group.field input {
    width: calc(100% - 20px);
}
select.half_field {
    width: calc(50% - 8px);
    margin-right: 10px;
}
.adminblock.adminblock_notif {
    background: #1E1E1E;
    color: white;
}

.adminblock.adminblock_notif p {
    margin: 0;
    margin-bottom: 20px;
}

.adminblock.adminblock_notif p span {
    float: right;
}
a.nodec {
    color: inherit;
    text-decoration: none;
}
.adminblock.adminblock_save {
    background: #1E1E1E;
    padding: 0px;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    position: fixed;
    width: 25%;
}

.adminblock_save .button {
    width: calc(100% - 40px);
    text-align: center;
    background: white;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    FONT-WEIGHT: 600;
    font-family: 'Univers';
}

.adminblock_save hr {
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    border: 1px solid #ffffff1f;
}

.adminblock_save .button.red {
    background: #F75454;
    color: white;
}

.button.green {
    background: #26CA65;
    color: white;
}
button.button.slaop.white {
    outline: 0;
    border: 0;
    margin-top: 0;
    width: calc(100% - 20px);
    font-family: 'Univers Regular';
    font-size: 16px;
}

.notice span {
    background: #80808029;
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    display: inline-block;
    text-align: center;
}


table, tr {
    border-bottom: 2px solid #00000021;
    /* outline: 2px solid black; */
    border-collapse: collapse;
}

td, th {
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}

table {
    border-bottom: none;
}

tr:last-of-type {
    border-bottom: none;
}

td a {
    color: #131367;
}
td a {

        transition: 0.3s;
    font-size: 14px;
    opacity: 0.8;
}
td.buttons {
    text-align: right;
}
th.jaar {
    font-size: 13px;
    vertical-align: bottom;
    padding-bottom: 3px;
    padding-top: 13px;
    opacity: 0.6;
    font-family: 'Univers';
}


.studievrij_new {
    padding: 10px;
    background: #e3e3e3;
    border-radius: 3px;
}

.studievrij_new input {
    margin-left: 5px;
    margin-right: 10px;
    width: 15%;
    margin-bottom: 0;
}

.studievrij_new button {
    border: 0;
    padding: 10px;
    vertical-align: cent;
    float: right;
    margin: 0;
    margin-top: -3px;
    width: 25%;
    border-radius: 4px;
    background: black;
    color: white;
    font-family: 'Univers Regular';
    font-weight: 700;
}

a span {
    font-family: 'Inter';
    font-weight: 700;
}










@media (max-width: 600px) {
    .roosteradmin.home .columnleft {
    top: 0px;
    width: calc(100% - 20px);
    position: relative;
}

.roosteradmin.home .columnmiddle {
    margin-bottom: unset;
}
    .main {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -180px;
}
    .loginbox {
    width: 70%;
    font-size: 20px;
}

p.logindisclaimer {
    max-width: 80%;
}
    .rooster .headermenu {
    margin: 30px;
    margin-top: 40px;
}

.rooster .headermenu img.menulogo {
    width: 100px;
}

.rooster .weeks {
    padding-left: 30px;
    margin-top: -10px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 5px;
}

.weeks h2 {
    font-size: 23px;
}

.main_week {
    padding-left: 10px;
    max-width: calc(100% - 0px);
}

.rooster .main_week .content .shift h2, .shifts .shift h2 {
    font-size: 18px;
}

.rooster .main_week .content .shift p, .shifts .shift p {
    font-size: 14px;
}

.rooster .main_week .content .shift, .shifts .shift {
    /* padding-top: 10px; */
}
    


    .roosteradmin main {
    display: block;
}

.roosteradmin .columnleft.days {
    display: none;
    position: unset;
}

.adminblock.adminblock_save {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.roosteradmin .columnmiddle {
    width: 100%;
    margin: 0;
    margin-bottom: 200px;
}

.roosteradmin main {
    margin: 20px;
    margin-top: -40px;
    width: calc(100% - 40px);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.columnmiddle .adminblock {
    width: unset !important;!i;!;
}

h2.admintitle {
    background: #000000;
    z-index: 5;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    color: white;
    font-family: "Univers";
}

.roosteradmin .columnright {
    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
}
img.adminlogo {
    margin: 0;!;!i;!;
}

.roosteradmin header {
        margin: 20px;
    margin-top: 20px;
    margin-bottom: 70px;
}

h2.admintitle {
    top: 20px;
}

/* Mobile styles for worker stack */
.worker-stack {
    gap: -5px;
    padding: 3px 0;
}

.current-workers {
    margin-top: -30px !important;
    padding-bottom: 15px !important;
}

.current-workers h3 {
    font-size: 12px !important;
    margin-bottom: 8px !important;
}

.worker-stack .worker {
    min-width: 25px;
}


}

/* Worker Stack Styles */
.worker-stack {
    display: flex;
    gap: -10px;
    padding: 5px 0;
    /* Hide scrollbar on desktop */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.worker-stack::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Member Chip Styles for {{naam}} mentions in opmerkingen */
.member-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 4px 8px;
    margin: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    line-height: 1.2;
    max-width: 200px;
}

.member-chip:hover {
    background: #e0e0e0;
    border-color: #E07427;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.member-chip-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.member-chip-initials {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E07427;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    flex-shrink: 0;
}

.member-chip-name {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-chip-phone {
    font-size: 10px;
    color: #666;
    white-space: nowrap;
}

/* Dark mode support for member chips */
@media (prefers-color-scheme: dark) {
    .member-chip {
        background: #2a2a2a;
        border-color: #444;
        color: #fff;
    }
    
    .member-chip:hover {
        background: #3a3a3a;
        border-color: #E07427;
    }
    
    .member-chip-name {
        color: #fff;
    }
    
    .member-chip-phone {
        color: #ccc;
    }
}
