:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_dddg1_1{height:100%;width:100%;display:grid;grid-template:"weekInput rangeSwitcher filters" auto "calendar calendar calendar" 1fr / auto 1fr auto;grid-gap:1rem;place-items:center}._weekInput_dddg1_13{grid-area:weekInput}._rangeSwitcher_dddg1_17{grid-area:rangeSwitcher}._rangeSwitcherCell_dddg1_21{display:flex;gap:.5rem}._filters_dddg1_26{grid-area:filters}._calendar_dddg1_30{grid-area:calendar}._container_1ec4t_1{display:flex;flex-direction:row;align-items:center;justify-content:center}._segment_1ec4t_8{border-collapse:collapse;padding:.5rem 2rem;border-bottom:1px solid var(--black);border-top:1px solid var(--black);border-left:1px solid var(--black);cursor:pointer}._segment_1ec4t_8:last-child{border-right:1px solid var(--black)}._selected_1ec4t_21{background-color:var(--blue);color:var(--white)}._icon_80hr4_1{display:inline-block}._columnsDay_p7tga_4{grid-template-columns:1fr 2fr 2fr 2fr}._columnsWeek_p7tga_9{grid-template-columns:repeat(8,1fr)}._columnsMonth_p7tga_14{grid-template-columns:4fr repeat(31,1fr)}._headerRow_p7tga_19{display:grid;position:sticky;top:0;height:2.5rem}._headerLabel_p7tga_26{display:flex;align-items:center;justify-content:center;background-color:var(--white);color:var(--grey, #a2aebb);text-align:center;font-size:1rem;font-weight:700;border-left:1px solid var(--grey);border-top:1px solid var(--grey);border-bottom:1px solid var(--grey)}._headerLabel_p7tga_26:last-child{border-right:1px solid var(--grey)}._headerWeekend_p7tga_44{background-color:var(--light-blue);color:var(--white)}._shiftGroupRow_p7tga_49{display:grid;background-color:var(--dark-grey);color:var(--white);padding:.1rem .4rem;position:sticky;top:2.5rem}._employeeRow_p7tga_58{display:grid;align-items:center;border-bottom:1px solid var(--grey)}._employeeRow_p7tga_58:hover{background-color:var(--grey-box-background)}._employeeEntryCell_p7tga_68{height:100%;border-left:1px solid var(--grey)}._employeeEntryCell_p7tga_68:last-child{border-right:1px solid var(--grey)}._text_esbj4_1{color:var(--logical-red)}._container_10spb_1{height:100%;width:100%;display:grid;background-color:var(--grey-box-background);grid-template:"icon small small" auto "icon main main" auto "icon main main" auto / 3rem auto auto;border:1px solid var(--grey);border-left:.5rem solid white}._clickable_10spb_15{cursor:pointer}._clickable_10spb_15:hover{background-color:var(--grey-box-background)}._icon_10spb_23{grid-area:icon;place-self:center}._textMain_10spb_28{grid-area:main;width:100%;align-self:center;justify-self:start;text-align:center;color:var(--black);font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}._textSmall_10spb_41{grid-area:small;width:100%;text-align:end;align-self:start;justify-self:end;color:var(--black);font-size:.8rem;font-style:italic;font-weight:300;padding:0 .2rem;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}._absencesTable_1jlc0_1{border-collapse:collapse;text-align:center}._absencesTable_1jlc0_1 thead{height:2rem;position:sticky;top:0;background-color:var(--white)}._headerWeekend_1jlc0_13{background-color:var(--light-blue);color:var(--white)}._absencesTable_1jlc0_1 td:first-child{text-align:start;padding:0 .2rem}._absencesTable_1jlc0_1 td,._absencesTable_1jlc0_1 th{border:1px solid var(--black)}._absenceCell_1jlc0_28{width:2rem;height:2rem}._shiftTypeRow_1jlc0_33{background-color:var(--dark-grey);color:var(--white);position:sticky;top:2rem}._tileContainer_1jlc0_40{cursor:pointer;display:grid;place-items:center;background-color:var(--grey-box-background);border:1px solid var(--grey);width:100%;min-width:2rem;height:2rem}._tileContainerEmpty_1jlc0_51{opacity:0}._tileContainerEmpty_1jlc0_51:hover{cursor:pointer;opacity:50%}._formLayout_1jlc0_60{display:flex;flex-direction:column;gap:1rem;align-items:center}._formRow_1jlc0_67{display:flex;flex-direction:row;align-items:center;gap:1rem}._container_1wkom_1{background-color:var(--white);box-shadow:0 0 2px #0307123d,0 0 8px #03071230,0 0 18px #03071224,0 0 32px #0307121a,0 0 50px #0307120d}._entry_1wkom_11{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--grey)}._entry_1wkom_11:hover{background-color:var(--grey-box-background);cursor:pointer}._entryColor_1wkom_23{width:2rem;height:2.5rem}._entryLabel_1wkom_28{padding:0 1rem}._container_19u9m_1{height:100%;width:100%;display:grid;grid-template:"icon small" auto "main main" auto / .5rem auto;border:1px solid var(--grey);border-left:.25rem solid white}._clickable_19u9m_13{cursor:pointer}._clickable_19u9m_13:hover{background-color:var(--grey-box-background)}._icon_19u9m_21{grid-area:icon;place-self:center}._textMain_19u9m_26{grid-area:main;width:100%;align-self:center;justify-self:start;text-align:center;color:var(--black);font-weight:700;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}._textSmall_19u9m_40{grid-area:small;width:100%;text-align:end;align-self:start;justify-self:end;color:var(--black);font-size:.5rem;font-style:italic;font-weight:300;padding:0 .2rem;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}._container_1hkgy_1{display:flex;flex-direction:row;align-items:center;gap:1rem;justify-content:center}._containerVertical_1hkgy_9{flex-direction:column}._container_ddpjm_1{display:grid;grid-template:"switcher stats filter" auto "planner planner planner" 1fr / auto 3fr 1fr;grid-gap:1rem;height:100%;width:100%}._switcher_ddpjm_12{grid-area:switcher}._stats_ddpjm_16{grid-area:stats}._filter_ddpjm_20{grid-area:filter;display:flex;flex-direction:column;gap:1rem;height:fit-content;width:fit-content}._filter_ddpjm_20>select{max-width:15rem}._planner_ddpjm_33{grid-area:planner}._container_tus6s_1{display:grid;grid-template:"employees calendar" 1fr / 15rem 1fr;gap:.5rem}._employees_tus6s_9{grid-area:employees}._calendar_tus6s_13{grid-area:calendar}._headerRow_tus6s_17{display:grid;position:sticky;top:0}._columnsFine_tus6s_23{grid-template-columns:1.1fr 2fr 2fr 2fr}._columnsBasic_tus6s_27{grid-template-columns:repeat(8,1fr)}._columnsBasicWithShifts_tus6s_31{grid-template-columns:repeat(24,1fr);grid-column:span 3}._columnsBasicWithShifts_tus6s_31 div:first-child{grid-column:1 / 4}._employeeList_tus6s_40{display:flex;flex-direction:column;position:sticky;top:0;max-height:100vh;overflow-y:scroll;overflow-x:hidden}._employeeFilterInput_tus6s_50{top:0;position:sticky;z-index:2}._headerLabel_tus6s_56{display:flex;align-items:center;justify-content:center;background-color:var(--white);color:var(--grey, #a2aebb);text-align:center;font-size:1rem;font-weight:700;border-left:1px solid var(--grey);border-top:1px solid var(--grey);border-bottom:1px solid var(--grey)}._headerLabel_tus6s_56:last-child{border-right:1px solid var(--grey)}._headerWeekend_tus6s_74{background-color:var(--light-blue);color:var(--white)}._costCenterRow_tus6s_79{display:grid;align-items:center;border-bottom:1px solid var(--grey)}._cellName_tus6s_85{display:flex;flex-direction:column;align-items:flex-start}._cellName_tus6s_85>span:last-child{font-size:.8rem}._formLayout_tus6s_95{display:grid;grid-template:"title" "input" "controls";place-items:center;gap:1rem}._formRow_tus6s_102{display:flex;flex-direction:row}._shiftPanelActionContainer_tus6s_107{background-color:var(--white, #ffffff);box-shadow:0 1px 1px #03071205,0 5px 4px #03071208,0 12px 9px #0307120d,0 20px 15px #0307120f,0 32px 24px #03071214;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}._cell_tus6s_85{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center}._emptyCell_tus6s_131{height:100%;display:flex;justify-content:center;flex-direction:column;opacity:0}._emptyCellWithHover_tus6s_139:hover{opacity:100%}._select_tus6s_143{min-width:20rem}._selectOption_tus6s_147{display:flex;flex-direction:column;align-items:flex-start}._container_1l8ek_1{display:grid;place-items:center;padding:.5rem;border:1px solid var(--grey, #a2aebb);border-left:.5rem solid var(--grey, #a2aebb);background-color:var(--white, #fff);cursor:pointer}._container_1l8ek_1:hover{background-color:var(--grey-box-background, #f7f7f7)}._outerContainer_rjpjw_1{position:sticky;height:100%;width:100%;top:0;bottom:0;left:0;right:0;background-color:var(--white-transparent, #ffffff80)}._container_rjpjw_12{position:sticky;height:calc(100% - 8rem);width:calc(100% - 8rem);top:4rem;bottom:4rem;left:4rem;right:4rem;background-color:var(--white);padding:2rem;overflow-y:scroll;box-shadow:0 0 2px #0307123d,0 0 8px #03071230,0 0 18px #03071224,0 0 32px #0307121a,0 0 50px #0307120d}._closeButton_rjpjw_32{position:absolute;top:2rem;right:2rem;cursor:pointer}._container_oxh2y_1{display:flex;flex-direction:column;width:100%}._container_oxh2y_1>details>summary{font-size:14pt;border-bottom:1px solid black;padding:.5rem 0;margin:1rem 0}._employeeList_oxh2y_14{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}._employeeTile_oxh2y_21{width:16rem;display:flex;flex-direction:column;align-items:start;border:1px solid black;padding:.5rem;cursor:pointer;height:100%;font-size:10pt}._employeeTileSelected_oxh2y_34{background-color:var(--light-blue)}._employeeTileDisabled_oxh2y_38{background-color:var(--light-grey);cursor:inherit}._employeeTileStatRow_oxh2y_43{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}._unavailableReason_oxh2y_51{font-size:9pt;font-style:italic}._rowPositive_oxh2y_56{color:var(--logical-green)}._rowNeutral_oxh2y_60{color:var(--logical-orange)}._rowNegative_oxh2y_64{color:var(--logical-red)}._container_tq95j_1{display:grid;grid-template:"name weeklyHours" 1fr "name overtime" 1fr / 1fr auto;place-items:center;padding:.8rem .5rem;gap:.1rem;border:1px solid var(--black, #000);background-color:var(--white, #fff)}._container_tq95j_1:hover{filter:brightness(95%)}._disabled_tq95j_18{background:var(--grey, #a2aebb)}._name_tq95j_22{grid-area:name;color:var(--black, #000);font-size:1rem;font-weight:700;justify-self:start}._weeklyHours_tq95j_30{grid-area:weeklyHours;color:var(--dark-grey, #5d737e);font-size:1rem;font-weight:400;justify-self:start;align-self:end;text-align:end}._overtime_tq95j_40{grid-area:overtime;color:var(--dark-grey, #5d737e);font-size:1rem;font-weight:400;place-self:end;text-align:end}._textGreen_tq95j_49{color:var(--logical-green, #7dba29)}._textRed_tq95j_53{color:var(--logical-red, #da1e28)}._container_s9y2x_1{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap}._column_s9y2x_8{display:flex;flex-direction:column}._columnTitle_s9y2x_13{color:var(--black, #000);font-size:1.2rem;font-weight:700}._container_48kln_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}._container_fj6er_1{display:grid;grid-template:"legend matrix" auto "actions matrix" 1fr / 12rem 1fr;height:100%;width:100%;gap:1rem}._legend_fj6er_12{grid-area:legend;position:sticky;top:0}._matrix_fj6er_18{grid-area:matrix}._actions_fj6er_22{grid-area:actions;align-self:start;justify-self:start}._container_1mghm_1{display:flex}._containerHorizontal_1mghm_5{flex-direction:row}._containerVertical_1mghm_10{flex-direction:column}._element_1mghm_15{display:flex;flex-direction:row;align-items:center;gap:.5rem}._colorBox_1mghm_22{width:1.5rem;height:.75rem}._container_oy0os_1{display:grid}._matrixTable_oy0os_5{border-collapse:separate;width:fit-content;border-spacing:0}._matrixTable_oy0os_5 tr:first-child th{background-color:var(--white);position:sticky;top:0;height:2rem;z-index:3}._searchCell_oy0os_20{height:100%;vertical-align:bottom;background-color:var(--white);position:sticky;top:calc(2rem - 1px);z-index:3}._searchCell_oy0os_20>input{width:100%}._siteCell_oy0os_32{font-weight:600;border:1px solid var(--black);padding:.2rem;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;z-index:3}._costCenterCell_oy0os_42{font-weight:600;writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;text-overflow:ellipsis;overflow-y:hidden;padding:.5rem .1rem;border:1px solid var(--black);background-color:var(--white);margin-top:2rem;position:sticky;top:calc(2rem - 1px);z-index:3;height:12rem}._shiftGroupCell_oy0os_59{background-color:var(--dark-grey);color:var(--white);border:1px solid var(--black);padding:.1rem .5rem;position:sticky;top:calc(14rem - 2px);left:0;z-index:3}._shiftGroupCell_oy0os_59:first-child{z-index:4}._employeeCell_oy0os_74{font-weight:600;border:1px solid var(--black);padding:.1rem .5rem;cursor:pointer;position:sticky;left:0;min-width:15rem;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;background-color:var(--white);z-index:2}._qualificationCell_oy0os_89{border:1px solid var(--black)}._qualificationPickerContainer_oy0os_93{background-color:var(--white);box-shadow:0 0 2px #0307123d,0 0 8px #03071230,0 0 18px #03071224,0 0 32px #0307121a,0 0 50px #0307120d}._qualificationPickerEntry_oy0os_103{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--grey)}._qualificationPickerEntry_oy0os_103:hover{background-color:var(--grey-box-background);cursor:pointer}._qualificationPickerEntryColor_oy0os_115{width:2rem;height:2.5rem}._qualificationPickerEntryText_oy0os_120{padding:0 1rem}._container_p5j9l_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:3rem}._table_17aia_4{border-collapse:collapse}._table_17aia_4 thead{position:sticky;top:0;height:2rem}._table_17aia_4 th,._table_17aia_4 td{padding:.5rem .8rem;background-color:var(--white)}._table_17aia_4 th:first-child{min-width:12rem}._table_17aia_4 th:nth-child(2),._table_17aia_4 td:nth-child(2){background-color:var(--blue);color:var(--white)}._costCenterCell_17aia_30{display:flex;flex-direction:column;align-items:flex-start;text-align:left}._costCenterCell_17aia_30 small{font-weight:400;text-align:left}._inputCell_17aia_42{display:flex;flex-direction:row;align-items:center;justify-content:center;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;gap:.5rem}._inputCell_17aia_42 input{max-width:5rem}._container_1xs7d_1{display:flex;flex-direction:column;align-self:center;justify-self:center;align-items:center;justify-content:center;height:50%;gap:16px;margin:2rem 0}._inputRow_1xs7d_13{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._inputRow_1xs7d_13>input{width:20rem}._label_1xs7d_25{min-width:120px;text-align:end}._container_1gb66_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._header_1gb66_8{background-color:var(--blue);color:var(--white);width:100%;gap:2rem;height:3rem}._headerLoggedOut_1gb66_16{display:grid;grid-template:"title";place-items:center}._headerLoggedIn_1gb66_22{display:grid;grid-template:"title navigation menu" / auto 1fr auto;justify-content:start;align-items:center;padding:0 1rem}._title_1gb66_30{grid-area:title;font-size:1.2rem}._navContainer_1gb66_35{grid-area:navigation;display:flex;flex-direction:row;align-items:center;gap:.2rem;height:100%}._navItem_1gb66_44{padding:0 .4rem;height:100%;background-color:var(--blue);display:flex}._navItem_1gb66_44:hover{filter:brightness(150%)}._navSelected_1gb66_55{filter:brightness(200%)}._menuContainer_1gb66_59{grid-area:menu;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;height:100%}._menuItem_1gb66_69{display:flex;flex-direction:row;gap:.5rem}._content_1gb66_75{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem 2rem 0;width:100%}._container_1gr2m_1{display:flex;flex-direction:column;width:100%;gap:3rem}._buttonWithIcon_19w47_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}._container_rg3al_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}._headingRow_rg3al_9{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._table_rg3al_17{width:100%}._table_rg3al_17 td:last-child{display:flex;flex-direction:row;justify-content:flex-end;gap:.5rem}._container_1q6dk_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}._titleText_1q6dk_9{font-size:2rem;font-weight:700}._hr_1q6dk_14{margin-top:1rem;margin-bottom:1rem}._table_1q6dk_19 td:first-child{color:var(--dark-grey);text-align:end;padding-right:.5rem}._table_1q6dk_19 td:last-child{padding-left:.5rem}._row_1q6dk_29{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}._heading_1q6dk_37{margin-top:1rem}._editIcon_1q6dk_41{max-height:1.5rem;cursor:pointer}._actionContainer_1q6dk_46{margin-top:1rem;text-align:end}._deleteButton_1q6dk_51{background-color:var(--logical-red);color:var(--white);border-color:var(--white)}._container_84x7h_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}._button_84x7h_8{all:unset;cursor:pointer}._container_1e7ef_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}._button_1e7ef_8{all:unset;cursor:pointer}._container_7cr9y_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}._headingRow_7cr9y_9{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._table_7cr9y_17{width:100%}._table_7cr9y_17 td:last-child{text-align:end;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem}._container_1jdnp_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}._titleText_1jdnp_9{font-size:2rem;font-weight:700}._hr_1jdnp_14{margin-top:1rem;margin-bottom:1rem}._heading_1jdnp_19{margin-top:1rem}._editIcon_1jdnp_23{max-height:1.5rem;cursor:pointer}._deleteButton_1jdnp_28{background-color:var(--logical-red);color:var(--white);border-color:var(--white)}._actionContainer_1jdnp_34{margin-top:1rem;text-align:end}._container_1bmie_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}._headingRow_1bmie_9{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._table_1bmie_17{width:100%}._table_1bmie_17 td:last-child{text-align:end}._container_1xdiw_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%}._titleText_1xdiw_10{font-size:2rem;font-weight:700}._hr_1xdiw_15{margin-top:1rem;margin-bottom:1rem}._heading_1xdiw_20{margin-top:1rem}._editIcon_1xdiw_24{max-height:1.5rem;cursor:pointer}._deleteButton_1xdiw_29{background-color:var(--logical-red);color:var(--white);border-color:var(--white)}._actionContainer_1xdiw_35{margin-top:1rem;text-align:end}._container_1f9cm_1{display:flex;flex-direction:column;align-items:center;width:100%;gap:2rem}._inputElement_1f9cm_9{display:flex;flex-direction:column;align-items:flex-end}._inputRow_1f9cm_15{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}._inputRow_1f9cm_15>label{min-width:10rem;text-align:end}._buttons_1f9cm_28{display:flex;flex-direction:row;gap:1rem}@font-face{font-family:Lato;src:url(/static/font/Lato-Regular.ttf)}:root{color-scheme:light;--logical-green: #7dba29;--logical-red: #da1e28;--logical-yellow: #ffde00;--logical-orange: #ff832b;--purple: #a569bd;--light-blue: #31548f;--blue: #1c2b4d;--light-grey: #d8d8d8;--grey: #a2aebb;--dark-grey: #5d737e;--black: #000000;--white: #ffffff;--grey-box-background: #f7f7f7;--white-transparent: #ffffff80;--quali-level-1: #95f115;--quali-level-2: #7dba29;--quali-level-3: #466220;--quali-level-teacher: #1c2b4d;--quali-level-student: #ffde00}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:12pt}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}a{text-decoration:none;color:inherit}button{border:1px solid var(--blue);background-color:var(--blue);color:var(--white);border-color:var(--white);padding:.5rem 1rem}button:hover{filter:brightness(90%)}select{padding:.5rem 1rem;border:1px solid var(--blue);background-color:var(--white)}input[type=time],input[type=number],input[type=date],input[type=datetime-local],input[type=text]{min-width:30px;padding:.5rem 1rem;border:1px solid var(--blue);background-color:var(--white)}.toast-addition{z-index:1}hr{width:100%;border-width:.01rem;border-color:var(--grey);border-style:solid}table{border-collapse:collapse}
