.Headline{color:var(--color-text-blue);margin-bottom:25px;font-size:clamp(1.25rem,3vw,1.5rem)}@media screen and (max-width:768px){.Headline{max-width:100%}}.Headline h1{font-size:clamp(1.25rem,3vw,1.5rem)}.Headline h1,.Headline h2{color:var(--color-text-blue);font-weight:700}.Headline h2{font-size:clamp(1.125rem,3vw,1.25rem);margin-top:20px}.Headline h3{font-size:clamp(1rem,3vw,1.125rem);margin-bottom:-45px;color:var(--color-text-blue)}.Headline h3,.Headline span{font-weight:700}.Headline .Currency{font-size:clamp(1rem,3vw,1rem);display:inline-block;margin-left:5px}.Headline .Description{margin-bottom:0;font-size:18px}.DateInput{position:relative;width:100%}.DateInput.has-error .Input,.DateInput.has-error label{border-color:var(--color-red)!important;color:var(--color-red)!important}.DateInput.is-vertical .Label{position:relative;top:0;left:10px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:.875rem;-webkit-transform:translateY(-35px);transform:translateY(-35px)}.DateInput.is-vertical .Input{padding:12px 30px 12px 12px}.DateInput.is-vertical .Input::-webkit-input-placeholder{color:var(--color-text-gray-dark)}.DateInput.is-vertical .Input::-moz-placeholder{color:var(--color-text-gray-dark)}.DateInput.is-vertical .Input:-ms-input-placeholder{color:var(--color-text-gray-dark)}.DateInput.is-vertical .Input::-ms-input-placeholder{color:var(--color-text-gray-dark)}.DateInput.is-vertical .Input::placeholder{color:var(--color-text-gray-dark)}.DateInput.is-vertical .Input:focus+.Label,.DateInput.is-vertical .Input:valid+.Label{-webkit-transform:translateY(-30px);transform:translateY(-30px);font-size:.75rem}.DateInput.is-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.DateInput.is-horizontal .Label{-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:1rem;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:auto;min-width:30%}.DateInput.is-horizontal .Label:after{content:":"}.DateInput.is-horizontal .Input{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:768px){.DateInput.is-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.DateInput.is-horizontal.is-disabled .Input{padding-left:0}.DateInput.is-horizontal .Input{width:100%}}.DateInput.is-disabled .Input{color:var(--color-text-gray-dark);background-color:transparent}.DateInput .Input,.DateInput .Label{-webkit-box-flex:1;-ms-flex:1;flex:1}.DateInput .Input,.DateInput .Label{color:var(--color-text-black)}.DateInput .Input{outline:none;margin:0;border:none;font-family:inherit;width:100%;padding:12px 30px 12px 22px;font-size:1rem;background-color:var(--color-bg);border-radius:5px}.DateInput .Input::-webkit-input-placeholder{color:var(--color-text-gray-dark)}.DateInput .Input::-moz-placeholder{color:var(--color-text-gray-dark)}.DateInput .Input:-ms-input-placeholder{color:var(--color-text-gray-dark)}.DateInput .Input::-ms-input-placeholder{color:var(--color-text-gray-dark)}.DateInput .Input::placeholder{color:var(--color-text-gray-dark)}.DateInput .Input:focus{outline:solid 1px var(--color-blue-dark)}.DateInput .Input:focus+.Label{-webkit-transform:translateY(-30px);transform:translateY(-30px);font-size:.75rem}.DateInput .input-container{position:relative;width:100%}.DateInput .input-container,.DateInput .input-container .datepicker-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.DateInput .input-container .datepicker-trigger{position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;background-color:rgba(0,0,0,.15);cursor:pointer;border-radius:4px;padding:6px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;margin:0;border:none}.DateInput .input-container .datepicker-trigger:hover{background-color:rgba(0,0,0,.25)}.DateInput .input-container .datepicker-trigger:active{background-color:rgba(0,0,0,.2)}.DateInput .Error{color:var(--color-red);margin-top:5px;font-size:12px;position:absolute;bottom:-23px;left:12px}.Toolbar{margin-bottom:40px;z-index:10;position:relative}.Toolbar+.Toolbar{margin-top:-20px;margin-bottom:20px}@media screen and (max-width:768px){.Toolbar{margin-bottom:0}}.Toolbar .ToolbarItems.desktop-only{gap:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:768px){.Toolbar .ToolbarItems.desktop-only{display:none}}.Toolbar .ToolbarItems.desktop-only .active-filters-indicator.desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:rgba(var(--color-blue-rgb),.1);color:var(--color-blue-dark);padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid rgba(var(--color-blue-rgb),.2);margin-bottom:8px}.Toolbar .ToolbarItems.desktop-only .active-filters-indicator.desktop i{font-size:.9rem;color:var(--color-blue-dark)}.Toolbar .ToolbarItems.desktop-only>div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;grid-auto-flow:column}@media(max-width:1200px){.Toolbar .ToolbarItems.desktop-only>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.Toolbar .mobile-fab{display:none}@media screen and (max-width:768px){.Toolbar .mobile-fab{display:block;position:fixed;bottom:100px;right:16px;z-index:1000}}.Toolbar .mobile-fab .mobile-fab-button{width:56px;height:56px;border-radius:50%;background:var(--color-blue-dark);border:none;-webkit-box-shadow:0 4px 16px rgba(52,152,219,.4);box-shadow:0 4px 16px rgba(52,152,219,.4);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;position:relative;overflow:visible}.Toolbar .mobile-fab .mobile-fab-button.has-active-filters{background:var(--color-orange);-webkit-box-shadow:0 4px 16px rgba(255,152,0,.4);box-shadow:0 4px 16px rgba(255,152,0,.4)}.Toolbar .mobile-fab .mobile-fab-button.has-active-filters:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.Toolbar .mobile-fab .mobile-fab-button .Label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Toolbar .mobile-fab .mobile-fab-button i{font-size:1.5rem;color:var(--color-white);z-index:1;position:relative}.Toolbar .mobile-fab .mobile-fab-button .mobile-fab-text{display:none}@media screen and (max-width:768px){.Toolbar .mobile-fab .mobile-fab-button .mobile-fab-text{display:block;color:var(--color-white);font-size:.65rem;font-weight:600;margin-top:2px;line-height:1}}.Toolbar .mobile-fab .mobile-fab-button .filter-badge{position:absolute;top:-6px;right:-6px;background:var(--color-red);color:var(--color-white);border-radius:50px;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.7rem;line-height:0;font-weight:700;border:2px solid var(--color-white);z-index:2;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.Toolbar .mobile-fab .mobile-fab-label{display:none}.Toolbar .active-filters-indicator.mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:rgba(var(--color-orange-rgb),.1);color:var(--color-orange-dark);padding:12px 16px;border-radius:8px;font-size:.9rem;font-weight:600;border:1px solid rgba(var(--color-orange-rgb),.2);margin-bottom:16px}.Toolbar .active-filters-indicator.mobile i{font-size:1rem;color:var(--color-orange-dark)}.ToolbarActions--Group{margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}@media(max-width:1200px){.ToolbarActions--Group{margin-left:0}}.Section{padding:0 0 15px;position:relative}.Section:first-of-type{padding:0 0 30px}.Section.hasBorder{padding:30px 0;border-bottom:2px solid rgba(0,0,0,.1)}.Section.hasBorder:last-of-type{border-bottom:none}.Section h3{font-weight:700;margin:20px 0}[data-v-42a25d60]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#a9a9a9;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-orange-dark:#953701;--color-blue-rgb:71,78,122;--color-red:#b03543;--color-red-rgb:176,53,67;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-42a25d60]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-42a25d60]:focus{outline:none}ol[data-v-42a25d60],ul[data-v-42a25d60]{margin:0;padding:0}img[data-v-42a25d60]{display:block}figure[data-v-42a25d60],h1[data-v-42a25d60],h2[data-v-42a25d60],h3[data-v-42a25d60],h4[data-v-42a25d60],h5[data-v-42a25d60],p[data-v-42a25d60]{margin:0}a[data-v-42a25d60]{text-decoration:none}.Empty-State[data-v-42a25d60]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:50px 0}.Empty-State .Empty-Image[data-v-42a25d60]{width:500px;-o-object-fit:cover;object-fit:cover;border-radius:100px}@media(max-width:1024px){.Empty-State .Empty-Image[data-v-42a25d60]{width:550px}}@media(max-width:480px){.Empty-State .Empty-Image[data-v-42a25d60]{width:100%;border-radius:30px}}.Empty-State .Empty-Text[data-v-42a25d60]{font-size:1.25rem;color:var(--color-black);margin-bottom:30px;text-align:center;line-height:1.5}@media(max-width:1024px){.Empty-State .Empty-Text[data-v-42a25d60]{font-size:1rem;text-align:left}}[data-v-6d2781df]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#a9a9a9;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-orange-dark:#953701;--color-blue-rgb:71,78,122;--color-red:#b03543;--color-red-rgb:176,53,67;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-6d2781df]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-6d2781df]:focus{outline:none}ol[data-v-6d2781df],ul[data-v-6d2781df]{margin:0;padding:0}img[data-v-6d2781df]{display:block}figure[data-v-6d2781df],h1[data-v-6d2781df],h2[data-v-6d2781df],h3[data-v-6d2781df],h4[data-v-6d2781df],h5[data-v-6d2781df],p[data-v-6d2781df]{margin:0}a[data-v-6d2781df]{text-decoration:none}.driver-popover-trigger[data-v-6d2781df]{display:block;cursor:pointer}.driver-popover-default-trigger[data-v-6d2781df]{text-decoration:underline;font-weight:500;color:var(--color-blue-dark);padding:2px 4px;border-radius:3px;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer}.driver-popover-default-trigger[data-v-6d2781df]:hover{background-color:hsla(0,0%,65.5%,.2)}.driver-popover[data-v-6d2781df]{background:var(--color-white);border-radius:6px;-webkit-box-shadow:0 2px 20px rgba(0,0,0,.15);box-shadow:0 2px 20px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.08);padding:8px 10px;min-width:240px;max-width:380px;font-size:.85rem;position:fixed;z-index:9999}.driver-popover-content[data-v-6d2781df]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.driver-info[data-v-6d2781df]{margin-bottom:4px}.driver-info .driver-name-row[data-v-6d2781df]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:1px}.driver-info .driver-name[data-v-6d2781df]{font-weight:600;font-size:.9rem;color:var(--color-text-black);-webkit-box-flex:1;-ms-flex:1;flex:1}.driver-info .driver-number[data-v-6d2781df]{font-size:.75rem;color:var(--color-gray)}.driver-popover-actions[data-v-6d2781df]{margin-top:6px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.driver-popover-actions .Button i[data-v-6d2781df]{width:1em;text-align:center}.driver-popover-custom-actions[data-v-6d2781df],.driver-popover-hotkeys[data-v-6d2781df]{margin-top:6px;padding-top:6px;border-top:1px solid rgba(0,0,0,.08)}.hotkey-hint[data-v-6d2781df]{font-size:.75rem;color:var(--color-gray);line-height:1.4}.hotkey[data-v-6d2781df]{margin-right:4px}.button-hotkey[data-v-6d2781df],.hotkey[data-v-6d2781df]{font-weight:600;color:var(--color-text-black);background:rgba(0,0,0,.05);padding:1px 4px;border-radius:3px}.button-hotkey[data-v-6d2781df]{margin-left:4px;font-size:1rem;font-family:Courier New,monospace}.current-page[data-v-6d2781df]{opacity:.5;cursor:not-allowed}.current-page .button-hotkey[data-v-6d2781df],.current-page[data-v-6d2781df]:hover{opacity:.5}.fade-enter-active[data-v-6d2781df],.fade-leave-active[data-v-6d2781df]{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter[data-v-6d2781df],.fade-leave-to[data-v-6d2781df]{opacity:0}@-webkit-keyframes fadeIn-data-v-6d2781df{0%{opacity:0;-webkit-transform:translateY(4px);transform:translateY(4px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeIn-data-v-6d2781df{0%{opacity:0;-webkit-transform:translateY(4px);transform:translateY(4px)}to{opacity:1;-webkit-transform:none;transform:none}}.popover-above[data-v-6d2781df]{-webkit-animation:fadeInAbove-data-v-6d2781df .15s;animation:fadeInAbove-data-v-6d2781df .15s}.popover-below[data-v-6d2781df]{-webkit-animation:fadeInBelow-data-v-6d2781df .15s;animation:fadeInBelow-data-v-6d2781df .15s}@-webkit-keyframes fadeInAbove-data-v-6d2781df{0%{opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInAbove-data-v-6d2781df{0%{opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInBelow-data-v-6d2781df{0%{opacity:0;-webkit-transform:translateY(4px);transform:translateY(4px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInBelow-data-v-6d2781df{0%{opacity:0;-webkit-transform:translateY(4px);transform:translateY(4px)}to{opacity:1;-webkit-transform:none;transform:none}}.EmployeesTable{width:100%}.EmployeesTable .CommentsButton{background:none;border:none;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.EmployeesTable .CommentsButton:hover:not(:disabled){background-color:rgba(0,0,0,.1)}.EmployeesTable .CommentsButton:disabled{opacity:.5;cursor:not-allowed}.EmployeesTable .CommentsButton:focus{outline:2px solid var(--color-blue-dark);outline-offset:2px}.EmployeesTable .DeviceAssignmentButton{width:180px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.CommentWrap{position:relative;width:100%}.CommentWrap.has-error .CommentInput,.CommentWrap.has-error .Label{border-color:#b03543!important;color:#b03543!important}.CommentWrap.is-vertical .Label{position:relative;font-size:rem(14px);color:var(--color-text-black);display:block}.CommentWrap.is-horizontal .Label{font-size:1rem;color:var(--color-text-black);display:block}.CommentWrap.is-horizontal .Label:after{content:":"}.CommentWrap.is-disabled .CommentInput{color:var(--color-text-gray-dark);background-color:var(--color-bg-disabled);cursor:not-allowed}.CommentWrap .Label{color:var(--color-text-black);font-weight:600}.CommentWrap .CommentForm{margin-bottom:15px;padding:15px;background-color:var(--color-bg);border-radius:8px;border:1px solid var(--color-border)}.CommentWrap .CommentInput{width:100%;min-height:80px;padding:12px;border:1px solid var(--color-border);border-radius:5px;font-family:inherit;font-size:1rem;background-color:var(--color-white);color:var(--color-text-black);resize:vertical;outline:none;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.CommentWrap .CommentInput::-webkit-input-placeholder{color:var(--color-text-gray-dark)}.CommentWrap .CommentInput::-moz-placeholder{color:var(--color-text-gray-dark)}.CommentWrap .CommentInput:-ms-input-placeholder{color:var(--color-text-gray-dark)}.CommentWrap .CommentInput::-ms-input-placeholder{color:var(--color-text-gray-dark)}.CommentWrap .CommentInput::placeholder{color:var(--color-text-gray-dark)}.CommentWrap .CommentInput:focus{border-color:var(--color-blue-dark);-webkit-box-shadow:0 0 0 2px rgba(var(--color-blue-dark),.1);box-shadow:0 0 0 2px rgba(var(--color-blue-dark),.1)}.CommentWrap .CommentActions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-top:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.CommentWrap .AddCommentButton{margin-bottom:15px}.CommentWrap .AddCommentButton .Label{color:#fff}.CommentWrap .CommentsList .CommentItem{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:15px;margin-bottom:10px;-webkit-transition:all .2s ease;transition:all .2s ease}.CommentWrap .CommentsList .CommentItem:hover{border-color:var(--color-blue-light);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.CommentWrap .CommentsList .CommentItem.is-editing{border-color:var(--color-blue-dark);background-color:rgba(var(--color-blue-light),.05)}.CommentWrap .CommentsList .CommentHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--color-border)}.CommentWrap .CommentsList .CommentDate{font-size:.85rem;color:var(--color-text-gray-dark)}.CommentWrap .CommentsList .CommentControls{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.CommentWrap .CommentsList .CommentContent{color:var(--color-text-black);line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.CommentWrap .CommentsList .CommentUpdated{font-size:.75rem;color:var(--color-text-gray-dark);margin-top:8px;font-style:italic}.CommentWrap .LoadingState{text-align:center;padding:30px 15px;color:var(--color-text-gray-dark);border-radius:8px;margin-bottom:15px}.CommentWrap .LoadingSpinner{font-style:italic}.CommentWrap .EmptyState{text-align:center;padding:30px 15px;color:var(--color-text-gray-dark);font-style:italic;border:1px dashed var(--color-border);border-radius:8px;margin-bottom:15px}.CommentWrap .Error{color:#b03543;margin-top:5px;font-size:12px;position:absolute;bottom:-23px;left:12px}@media screen and (max-width:768px){.CommentWrap .CommentActions{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.CommentWrap .CommentActions .Button{-webkit-box-flex:1;-ms-flex:1;flex:1}}.theme-dark .CommentWrap .CommentInput{background-color:var(--color-bg-dark);border-color:var(--color-border-dark);color:var(--color-text-light)}.theme-dark .CommentWrap .CommentInput:focus{border-color:var(--color-blue-light)}.theme-dark .CommentWrap .CommentItem{background-color:var(--color-bg-dark);border-color:var(--color-border-dark)}.theme-dark .CommentWrap .CommentItem:hover{border-color:var(--color-blue-light)}.theme-dark .CommentWrap .CommentForm{background-color:var(--color-bg-dark);border-color:var(--color-border-dark)}.theme-dark .CommentWrap .EmptyState{border-color:var(--color-border-dark)}:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#a9a9a9;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-orange-dark:#953701;--color-blue-rgb:71,78,122;--color-red:#b03543;--color-red-rgb:176,53,67;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:400;src:url(/fonts/outfit-v11-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:700;src:url(/fonts/outfit-v11-latin-700.woff2) format("woff2")}.Employees{margin:0 auto;padding:0 20px 0 0;width:100%}.Employees .OverviewCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:4px;margin:20px 0}@media screen and (max-width:768px){.Employees .OverviewCards{grid-template-columns:repeat(3,1fr);gap:4px;margin:12px 0}}.Employees .OverviewCards .Card{background:var(--color-white);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 2px 8px transparent;box-shadow:0 2px 8px transparent;-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;position:relative}@media screen and (max-width:768px){.Employees .OverviewCards .Card{padding:8px;border-radius:8px;min-height:60px}}.Employees .OverviewCards .Card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.Employees .OverviewCards .Card.highlight{border-left:4px solid var(--color-orange)}.Employees .OverviewCards .Card h4{font-size:.75rem;margin-bottom:4px;line-height:1rem}@media screen and (max-width:768px){.Employees .OverviewCards .Card h4{font-size:.6rem;margin-bottom:4px;line-height:.8rem}}.Employees .OverviewCards .Card h2{margin:0;font-size:1.5rem;font-weight:700}@media screen and (max-width:768px){.Employees .OverviewCards .Card h2{font-size:.85rem;font-weight:600}}.Employees .OverviewCards .Card .info-icon{font-size:.875rem;cursor:pointer;position:absolute;bottom:8px;right:10px;color:#999;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color .2s;transition:background-color .2s}@media screen and (max-width:768px){.Employees .OverviewCards .Card .info-icon{width:16px;height:16px;font-size:.7rem;bottom:4px;right:6px}}.Employees .OverviewCards .Card .info-icon:hover{background-color:rgba(0,0,0,.05)}.Employees .OverviewCards p{line-height:1.25}@media screen and (max-width:768px){.Employees .OverviewCards p{font-size:.7rem;line-height:1.2}}@media screen and (max-width:768px){.Employees{padding:0 10px;margin-bottom:80px}}.Employees{margin-bottom:20px;padding-top:20px;grid-area:main-content;will-change:auto}.is-hidden.Employees{opacity:0;visibility:hidden}@media screen and (min-width:1920px){.Employees{padding-top:30px;padding-bottom:0}}@media screen and (max-width:768px){.Employees{padding-top:15px;padding-bottom:120px}}*{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:none}ol,ul{margin:0;padding:0}img{display:block}figure,h1,h2,h3,h4,h5,p{margin:0}a{text-decoration:none}.Employees .Input-Wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 20px;margin:0 0 30px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:768px){.Employees .Input-Wrap{grid-template-columns:1fr}}.Employees .Search{border:solid 1px var(--color-text-inactive);border-radius:4px;width:400px;margin:0}.Employees .Search .Input{padding:0 12px;height:36px}.Employees .Next-Driver-Number-Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:4px;margin-left:12px;gap:5px}.Employees .Next-Driver-Number-Wrap>span{font-size:12px;display:block;width:100%}.Employees .Next-Driver-Number-Wrap .Next-Driver-Number{font-size:12px;width:auto;color:var(--color-text);cursor:pointer;border:solid 1px var(--color-text-inactive);background-color:transparent;border-radius:4px;padding:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin:0}.Employees .Next-Driver-Number-Wrap .Next-Driver-Number:focus{outline:solid 1px var(--color-blue-dark)}.Employees .Next-Driver-Number-Wrap .Next-Driver-Number:hover{color:var(--color-text);background-color:rgba(0,0,0,.1)}.Employees .ButtonDatePicker,.Employees .ButtonDatePicker .Button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Employees .ButtonDatePicker .Button{min-width:205px}.Employees .ButtonDatePicker .Datepicker .Range,.Employees .ButtonDatePicker .Datepicker .To{border:none}.Employees .DeviceAssignment-Driver-Info{background-color:var(--color-bg);padding:15px;border-radius:8px;margin-bottom:20px}.Employees .DeviceAssignment-Driver-Info p{margin:5px 0}.Employees .DeviceAssignment-Driver-Info p:first-child{font-size:18px;font-weight:600}.Employees .DeviceAssignment-Device-Dropdown{margin-bottom:20px}.Employees .DeviceAssignment-Device-Dropdown label{display:block;margin-bottom:8px;font-weight:600;color:var(--color-text)}.Employees .DeviceAssignment-Device-Dropdown .DeviceAssignment-Device-Dropdown-Content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Employees .DeviceAssignment-Device-Dropdown .Button{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Employees .ActiveAssignment-Notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;padding:12px;margin-top:12px;background-color:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.3);border-radius:6px;font-size:.9rem;color:var(--color-text-black)}.Employees .ActiveAssignment-Notice i{color:#ffc107;font-size:1rem;margin-top:1px}.Employees .ActiveAssignment-Notice span{line-height:1.4}.Employees .section-description{margin:0 0 16px 0;font-size:.875rem;color:var(--color-gray);line-height:1.4;font-style:italic}.Employees .work-type-selection{margin-bottom:20px}.Employees .work-type-options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.Employees .work-type-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 25px;border:2px solid transparent;border-radius:5px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#e3e2e2;color:#000;font-weight:700;font-size:.95rem;min-width:120px;position:relative;-webkit-box-shadow:0 0 0 0 #d6d7e3;box-shadow:0 0 0 0 #d6d7e3}.Employees .work-type-option:hover{-webkit-box-shadow:0 0 0 4px #d6d7e3;box-shadow:0 0 0 4px #d6d7e3;background-color:#d6d7e3}.Employees .work-type-option:focus{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a;outline:solid 1px var(--color-text-inactive)}.Employees .work-type-option.is-selected{color:#fff;-webkit-box-shadow:0 0 0 0 #161936;box-shadow:0 0 0 0 #161936}.Employees .work-type-option.is-selected:focus,.Employees .work-type-option.is-selected:hover{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a}.Employees .work-type-option.is-selected:focus{outline:solid 1px var(--color-text-inactive)}.Employees .work-type-option.is-selected[data-work-type=day]{background-color:var(--color-green-dark);color:#fff}.Employees .work-type-option.is-selected[data-work-type=day]:hover{background-color:#1bf5ac}.Employees .work-type-option.is-selected[data-work-type=night]{background-color:var(--color-blue-light);color:#fff}.Employees .work-type-option.is-selected[data-work-type=night]:hover{background-color:#474e7a}.Employees .work-type-option.is-selected[data-work-type=none]{background-color:var(--color-text-black);color:#fff}.Employees .work-type-option.is-selected[data-work-type=none]:hover{background-color:#252a5a}.Employees .work-type-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.Employees .work-type-option .work-type-label{font-size:.95rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}