@charset "UTF-8";.tooltip-arrow{position:absolute}.tooltip.bs-tooltip-top .tooltip-arrow,.tooltip.bs-tooltip-bottom .tooltip-arrow{left:50%;transform:translate(-50%)}.tooltip.bs-tooltip-start .tooltip-arrow,.tooltip.bs-tooltip-end .tooltip-arrow{top:50%;transform:translateY(-50%)}.popover-arrow{position:absolute}.popover.bs-popover-top .popover-arrow,.popover.bs-popover-bottom .popover-arrow{left:50%;transform:translate(-50%)}.popover.bs-popover-start .popover-arrow,.popover.bs-popover-end .popover-arrow{top:50%;transform:translateY(-50%)}.layout{--bs-layout-bg: var(--bs-tertiary-bg);--bs-layout-sidebar-width: 300px;--bg-layout-content-radius: var(--bs-border-radius-xl) 0 0 0;--bs-layout-content-bg: var(--bs-body-bg);height:100vh;background-color:var(--bs-layout-bg);display:grid;grid-template-columns:auto;grid-template-rows:auto 1fr auto auto;grid-template-areas:"layout-header" "layout-sidebar" "layout-content" "layout-footer"}.layout-sidebar{grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"layout-header layout-header" "layout-sidebar layout-content" "layout-footer layout-footer"}.layout-full-sidebar{grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"layout-sidebar layout-header" "layout-sidebar layout-content" "layout-sidebar layout-footer"}.layout-header{grid-area:layout-header}.layout-aside{grid-area:layout-sidebar;width:var(--bs-layout-sidebar-width);overflow-y:auto}.layout-content{grid-area:layout-content;overflow-y:auto;position:relative;background-color:var(--bs-layout-content-bg);border-radius:var(--bg-layout-content-radius)}.layout-footer{grid-area:layout-footer}/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #4f1319;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 79, 19, 25;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #20080a;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #dcd0d1;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #b9a1a3;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #F2F7FF;--bs-tertiary-bg-rgb: 242, 247, 255;--bs-heading-color: inherit;--bs-link-color: #4f1319;--bs-link-color-rgb: 79, 19, 25;--bs-link-decoration: underline;--bs-link-hover-color: #3f0f14;--bs-link-hover-color-rgb: 63, 15, 20;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(79, 19, 25, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #957175;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #100405;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #2f0b0f;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #957175;--bs-link-hover-color: #aa8d91;--bs-link-color-rgb: 149, 113, 117;--bs-link-hover-color-rgb: 170, 141, 145;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:2rem}h2,.h2{font-size:1.75rem}h3,.h3{font-size:1.5625rem}h4,.h4{font-size:1.375rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.1875rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .375rem}.g-1,.gy-1{--bs-gutter-y: .375rem}.g-2,.gx-2{--bs-gutter-x: .75rem}.g-2,.gy-2{--bs-gutter-y: .75rem}.g-3,.gx-3{--bs-gutter-x: 1.125rem}.g-3,.gy-3{--bs-gutter-y: 1.125rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 1.875rem}.g-5,.gy-5{--bs-gutter-y: 1.875rem}.g-s,.gx-s{--bs-gutter-x: .1875rem}.g-s,.gy-s{--bs-gutter-y: .1875rem}.g-m,.gx-m{--bs-gutter-x: .5625rem}.g-m,.gy-m{--bs-gutter-y: .5625rem}.g-l,.gx-l{--bs-gutter-x: .75rem}.g-l,.gy-l{--bs-gutter-y: .75rem}.g-6,.gx-6{--bs-gutter-x: 2.25rem}.g-6,.gy-6{--bs-gutter-y: 2.25rem}.g-7,.gx-7{--bs-gutter-x: 2.625rem}.g-7,.gy-7{--bs-gutter-y: 2.625rem}.g-8,.gx-8{--bs-gutter-x: 3rem}.g-8,.gy-8{--bs-gutter-y: 3rem}.g-9,.gx-9{--bs-gutter-x: 3.375rem}.g-9,.gy-9{--bs-gutter-y: 3.375rem}.g-10,.gx-10{--bs-gutter-x: 3.75rem}.g-10,.gy-10{--bs-gutter-y: 3.75rem}@media(min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .375rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .375rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .75rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .75rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1.125rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1.125rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 1.875rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 1.875rem}.g-sm-s,.gx-sm-s{--bs-gutter-x: .1875rem}.g-sm-s,.gy-sm-s{--bs-gutter-y: .1875rem}.g-sm-m,.gx-sm-m{--bs-gutter-x: .5625rem}.g-sm-m,.gy-sm-m{--bs-gutter-y: .5625rem}.g-sm-l,.gx-sm-l{--bs-gutter-x: .75rem}.g-sm-l,.gy-sm-l{--bs-gutter-y: .75rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 2.25rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 2.25rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 2.625rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 2.625rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 3rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 3rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 3.375rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 3.375rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 3.75rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 3.75rem}}@media(min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .375rem}.g-md-1,.gy-md-1{--bs-gutter-y: .375rem}.g-md-2,.gx-md-2{--bs-gutter-x: .75rem}.g-md-2,.gy-md-2{--bs-gutter-y: .75rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1.125rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1.125rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 1.875rem}.g-md-5,.gy-md-5{--bs-gutter-y: 1.875rem}.g-md-s,.gx-md-s{--bs-gutter-x: .1875rem}.g-md-s,.gy-md-s{--bs-gutter-y: .1875rem}.g-md-m,.gx-md-m{--bs-gutter-x: .5625rem}.g-md-m,.gy-md-m{--bs-gutter-y: .5625rem}.g-md-l,.gx-md-l{--bs-gutter-x: .75rem}.g-md-l,.gy-md-l{--bs-gutter-y: .75rem}.g-md-6,.gx-md-6{--bs-gutter-x: 2.25rem}.g-md-6,.gy-md-6{--bs-gutter-y: 2.25rem}.g-md-7,.gx-md-7{--bs-gutter-x: 2.625rem}.g-md-7,.gy-md-7{--bs-gutter-y: 2.625rem}.g-md-8,.gx-md-8{--bs-gutter-x: 3rem}.g-md-8,.gy-md-8{--bs-gutter-y: 3rem}.g-md-9,.gx-md-9{--bs-gutter-x: 3.375rem}.g-md-9,.gy-md-9{--bs-gutter-y: 3.375rem}.g-md-10,.gx-md-10{--bs-gutter-x: 3.75rem}.g-md-10,.gy-md-10{--bs-gutter-y: 3.75rem}}@media(min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .375rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .375rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .75rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .75rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1.125rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1.125rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 1.875rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 1.875rem}.g-lg-s,.gx-lg-s{--bs-gutter-x: .1875rem}.g-lg-s,.gy-lg-s{--bs-gutter-y: .1875rem}.g-lg-m,.gx-lg-m{--bs-gutter-x: .5625rem}.g-lg-m,.gy-lg-m{--bs-gutter-y: .5625rem}.g-lg-l,.gx-lg-l{--bs-gutter-x: .75rem}.g-lg-l,.gy-lg-l{--bs-gutter-y: .75rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 2.25rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 2.25rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 2.625rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 2.625rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 3rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 3rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 3.375rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 3.375rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 3.75rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 3.75rem}}@media(min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .375rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .375rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .75rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .75rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1.125rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1.125rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 1.875rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 1.875rem}.g-xl-s,.gx-xl-s{--bs-gutter-x: .1875rem}.g-xl-s,.gy-xl-s{--bs-gutter-y: .1875rem}.g-xl-m,.gx-xl-m{--bs-gutter-x: .5625rem}.g-xl-m,.gy-xl-m{--bs-gutter-y: .5625rem}.g-xl-l,.gx-xl-l{--bs-gutter-x: .75rem}.g-xl-l,.gy-xl-l{--bs-gutter-y: .75rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 2.25rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 2.25rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 2.625rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 2.625rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 3rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 3rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 3.375rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 3.375rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 3.75rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 3.75rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .375rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .375rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .75rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .75rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1.125rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1.125rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 1.875rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 1.875rem}.g-xxl-s,.gx-xxl-s{--bs-gutter-x: .1875rem}.g-xxl-s,.gy-xxl-s{--bs-gutter-y: .1875rem}.g-xxl-m,.gx-xxl-m{--bs-gutter-x: .5625rem}.g-xxl-m,.gy-xxl-m{--bs-gutter-y: .5625rem}.g-xxl-l,.gx-xxl-l{--bs-gutter-x: .75rem}.g-xxl-l,.gy-xxl-l{--bs-gutter-y: .75rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 2.25rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 2.25rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 2.625rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 2.625rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 3rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 3rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 3.375rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 3.375rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 3.75rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 3.75rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:.375rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #dcd0d1;--bs-table-border-color: #b0a6a7;--bs-table-striped-bg: #d1c6c7;--bs-table-striped-color: #000;--bs-table-active-bg: #c6bbbc;--bs-table-active-color: #000;--bs-table-hover-bg: #ccc0c1;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #a7b9b1;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #a6c3ca;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #ccc2a4;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.75rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#a7898c;outline:0;box-shadow:0 0 0 .25rem #4f131940}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.75rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#a7898c;outline:0;box-shadow:0 0 0 .25rem #4f131940}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.75rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#a7898c;outline:0;box-shadow:0 0 0 .25rem #4f131940}.form-check-input:checked{background-color:#4f1319;border-color:#4f1319}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#4f1319;border-color:#4f1319;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a7898c'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #4f131940}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #4f131940}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#4f1319;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#cab8ba}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#4f1319;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#cab8ba}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{position:absolute;top:1rem;right:.375rem;bottom:1rem;left:.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.75rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.75rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.75rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #4f1319;--bs-btn-border-color: #4f1319;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #431015;--bs-btn-hover-border-color: #3f0f14;--bs-btn-focus-shadow-rgb: 105, 54, 60;--bs-btn-active-color: #fff;--bs-btn-active-bg: #3f0f14;--bs-btn-active-border-color: #3b0e13;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #4f1319;--bs-btn-disabled-border-color: #4f1319}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #4f1319;--bs-btn-border-color: #4f1319;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #4f1319;--bs-btn-hover-border-color: #4f1319;--bs-btn-focus-shadow-rgb: 79, 19, 25;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4f1319;--bs-btn-active-border-color: #4f1319;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #4f1319;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #4f1319;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 105, 54, 60;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .75rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #4f1319;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.75rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #4f1319;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #4f131940}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #4f1319}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .5rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-img-top,.card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-img-bottom,.card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-img-top,.card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-img-bottom,.card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2320080a' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(79, 19, 25, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23957175'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23957175'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(79, 19, 25, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #4f1319;--bs-pagination-active-border-color: #4f1319;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .75rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #4f1319;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #4f1319;--bs-list-group-active-border-color: #4f1319;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(79, 19, 25, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: var(--bs-body-color);--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media(min-width:576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .75rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .75rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}.spinner-grow,.spinner-border{display:inline-block;flex-shrink:0;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width:576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width:768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width:992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width:1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(63,15,20,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(63,15,20,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.375rem!important}.m-2{margin:.75rem!important}.m-3{margin:1.125rem!important}.m-4{margin:1.5rem!important}.m-5{margin:1.875rem!important}.m-s{margin:.1875rem!important}.m-m{margin:.5625rem!important}.m-l{margin:.75rem!important}.m-6{margin:2.25rem!important}.m-7{margin:2.625rem!important}.m-8{margin:3rem!important}.m-9{margin:3.375rem!important}.m-10{margin:3.75rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-3{margin-right:1.125rem!important;margin-left:1.125rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-s{margin-right:.1875rem!important;margin-left:.1875rem!important}.mx-m{margin-right:.5625rem!important;margin-left:.5625rem!important}.mx-l{margin-right:.75rem!important;margin-left:.75rem!important}.mx-6{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-7{margin-right:2.625rem!important;margin-left:2.625rem!important}.mx-8{margin-right:3rem!important;margin-left:3rem!important}.mx-9{margin-right:3.375rem!important;margin-left:3.375rem!important}.mx-10{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-3{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-s{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.my-m{margin-top:.5625rem!important;margin-bottom:.5625rem!important}.my-l{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-6{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-7{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-8{margin-top:3rem!important;margin-bottom:3rem!important}.my-9{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-10{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.375rem!important}.mt-2{margin-top:.75rem!important}.mt-3{margin-top:1.125rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:1.875rem!important}.mt-s{margin-top:.1875rem!important}.mt-m{margin-top:.5625rem!important}.mt-l{margin-top:.75rem!important}.mt-6{margin-top:2.25rem!important}.mt-7{margin-top:2.625rem!important}.mt-8{margin-top:3rem!important}.mt-9{margin-top:3.375rem!important}.mt-10{margin-top:3.75rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.375rem!important}.me-2{margin-right:.75rem!important}.me-3{margin-right:1.125rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:1.875rem!important}.me-s{margin-right:.1875rem!important}.me-m{margin-right:.5625rem!important}.me-l{margin-right:.75rem!important}.me-6{margin-right:2.25rem!important}.me-7{margin-right:2.625rem!important}.me-8{margin-right:3rem!important}.me-9{margin-right:3.375rem!important}.me-10{margin-right:3.75rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.375rem!important}.mb-2{margin-bottom:.75rem!important}.mb-3{margin-bottom:1.125rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:1.875rem!important}.mb-s{margin-bottom:.1875rem!important}.mb-m{margin-bottom:.5625rem!important}.mb-l{margin-bottom:.75rem!important}.mb-6{margin-bottom:2.25rem!important}.mb-7{margin-bottom:2.625rem!important}.mb-8{margin-bottom:3rem!important}.mb-9{margin-bottom:3.375rem!important}.mb-10{margin-bottom:3.75rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.375rem!important}.ms-2{margin-left:.75rem!important}.ms-3{margin-left:1.125rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:1.875rem!important}.ms-s{margin-left:.1875rem!important}.ms-m{margin-left:.5625rem!important}.ms-l{margin-left:.75rem!important}.ms-6{margin-left:2.25rem!important}.ms-7{margin-left:2.625rem!important}.ms-8{margin-left:3rem!important}.ms-9{margin-left:3.375rem!important}.ms-10{margin-left:3.75rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.375rem!important}.m-n2{margin:-.75rem!important}.m-n3{margin:-1.125rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-1.875rem!important}.m-ns{margin:-.1875rem!important}.m-nm{margin:-.5625rem!important}.m-nl{margin:-.75rem!important}.m-n6{margin:-2.25rem!important}.m-n7{margin:-2.625rem!important}.m-n8{margin:-3rem!important}.m-n9{margin:-3.375rem!important}.m-n10{margin:-3.75rem!important}.mx-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-n3{margin-right:-1.125rem!important;margin-left:-1.125rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-ns{margin-right:-.1875rem!important;margin-left:-.1875rem!important}.mx-nm{margin-right:-.5625rem!important;margin-left:-.5625rem!important}.mx-nl{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-n6{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-n7{margin-right:-2.625rem!important;margin-left:-2.625rem!important}.mx-n8{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n9{margin-right:-3.375rem!important;margin-left:-3.375rem!important}.mx-n10{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.my-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-n3{margin-top:-1.125rem!important;margin-bottom:-1.125rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-ns{margin-top:-.1875rem!important;margin-bottom:-.1875rem!important}.my-nm{margin-top:-.5625rem!important;margin-bottom:-.5625rem!important}.my-nl{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-n6{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-n7{margin-top:-2.625rem!important;margin-bottom:-2.625rem!important}.my-n8{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n9{margin-top:-3.375rem!important;margin-bottom:-3.375rem!important}.my-n10{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.mt-n1{margin-top:-.375rem!important}.mt-n2{margin-top:-.75rem!important}.mt-n3{margin-top:-1.125rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-1.875rem!important}.mt-ns{margin-top:-.1875rem!important}.mt-nm{margin-top:-.5625rem!important}.mt-nl{margin-top:-.75rem!important}.mt-n6{margin-top:-2.25rem!important}.mt-n7{margin-top:-2.625rem!important}.mt-n8{margin-top:-3rem!important}.mt-n9{margin-top:-3.375rem!important}.mt-n10{margin-top:-3.75rem!important}.me-n1{margin-right:-.375rem!important}.me-n2{margin-right:-.75rem!important}.me-n3{margin-right:-1.125rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-1.875rem!important}.me-ns{margin-right:-.1875rem!important}.me-nm{margin-right:-.5625rem!important}.me-nl{margin-right:-.75rem!important}.me-n6{margin-right:-2.25rem!important}.me-n7{margin-right:-2.625rem!important}.me-n8{margin-right:-3rem!important}.me-n9{margin-right:-3.375rem!important}.me-n10{margin-right:-3.75rem!important}.mb-n1{margin-bottom:-.375rem!important}.mb-n2{margin-bottom:-.75rem!important}.mb-n3{margin-bottom:-1.125rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-1.875rem!important}.mb-ns{margin-bottom:-.1875rem!important}.mb-nm{margin-bottom:-.5625rem!important}.mb-nl{margin-bottom:-.75rem!important}.mb-n6{margin-bottom:-2.25rem!important}.mb-n7{margin-bottom:-2.625rem!important}.mb-n8{margin-bottom:-3rem!important}.mb-n9{margin-bottom:-3.375rem!important}.mb-n10{margin-bottom:-3.75rem!important}.ms-n1{margin-left:-.375rem!important}.ms-n2{margin-left:-.75rem!important}.ms-n3{margin-left:-1.125rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-1.875rem!important}.ms-ns{margin-left:-.1875rem!important}.ms-nm{margin-left:-.5625rem!important}.ms-nl{margin-left:-.75rem!important}.ms-n6{margin-left:-2.25rem!important}.ms-n7{margin-left:-2.625rem!important}.ms-n8{margin-left:-3rem!important}.ms-n9{margin-left:-3.375rem!important}.ms-n10{margin-left:-3.75rem!important}.p-0{padding:0!important}.p-1{padding:.375rem!important}.p-2{padding:.75rem!important}.p-3{padding:1.125rem!important}.p-4{padding:1.5rem!important}.p-5{padding:1.875rem!important}.p-s{padding:.1875rem!important}.p-m{padding:.5625rem!important}.p-l{padding:.75rem!important}.p-6{padding:2.25rem!important}.p-7{padding:2.625rem!important}.p-8{padding:3rem!important}.p-9{padding:3.375rem!important}.p-10{padding:3.75rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-3{padding-right:1.125rem!important;padding-left:1.125rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-s{padding-right:.1875rem!important;padding-left:.1875rem!important}.px-m{padding-right:.5625rem!important;padding-left:.5625rem!important}.px-l{padding-right:.75rem!important;padding-left:.75rem!important}.px-6{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-7{padding-right:2.625rem!important;padding-left:2.625rem!important}.px-8{padding-right:3rem!important;padding-left:3rem!important}.px-9{padding-right:3.375rem!important;padding-left:3.375rem!important}.px-10{padding-right:3.75rem!important;padding-left:3.75rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-3{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-s{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.py-m{padding-top:.5625rem!important;padding-bottom:.5625rem!important}.py-l{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-6{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-7{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-8{padding-top:3rem!important;padding-bottom:3rem!important}.py-9{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-10{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.375rem!important}.pt-2{padding-top:.75rem!important}.pt-3{padding-top:1.125rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:1.875rem!important}.pt-s{padding-top:.1875rem!important}.pt-m{padding-top:.5625rem!important}.pt-l{padding-top:.75rem!important}.pt-6{padding-top:2.25rem!important}.pt-7{padding-top:2.625rem!important}.pt-8{padding-top:3rem!important}.pt-9{padding-top:3.375rem!important}.pt-10{padding-top:3.75rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.375rem!important}.pe-2{padding-right:.75rem!important}.pe-3{padding-right:1.125rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:1.875rem!important}.pe-s{padding-right:.1875rem!important}.pe-m{padding-right:.5625rem!important}.pe-l{padding-right:.75rem!important}.pe-6{padding-right:2.25rem!important}.pe-7{padding-right:2.625rem!important}.pe-8{padding-right:3rem!important}.pe-9{padding-right:3.375rem!important}.pe-10{padding-right:3.75rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.375rem!important}.pb-2{padding-bottom:.75rem!important}.pb-3{padding-bottom:1.125rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:1.875rem!important}.pb-s{padding-bottom:.1875rem!important}.pb-m{padding-bottom:.5625rem!important}.pb-l{padding-bottom:.75rem!important}.pb-6{padding-bottom:2.25rem!important}.pb-7{padding-bottom:2.625rem!important}.pb-8{padding-bottom:3rem!important}.pb-9{padding-bottom:3.375rem!important}.pb-10{padding-bottom:3.75rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.375rem!important}.ps-2{padding-left:.75rem!important}.ps-3{padding-left:1.125rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:1.875rem!important}.ps-s{padding-left:.1875rem!important}.ps-m{padding-left:.5625rem!important}.ps-l{padding-left:.75rem!important}.ps-6{padding-left:2.25rem!important}.ps-7{padding-left:2.625rem!important}.ps-8{padding-left:3rem!important}.ps-9{padding-left:3.375rem!important}.ps-10{padding-left:3.75rem!important}.gap-0{gap:0!important}.gap-1{gap:.375rem!important}.gap-2{gap:.75rem!important}.gap-3{gap:1.125rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:1.875rem!important}.gap-s{gap:.1875rem!important}.gap-m{gap:.5625rem!important}.gap-l{gap:.75rem!important}.gap-6{gap:2.25rem!important}.gap-7{gap:2.625rem!important}.gap-8{gap:3rem!important}.gap-9{gap:3.375rem!important}.gap-10{gap:3.75rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.375rem!important}.row-gap-2{row-gap:.75rem!important}.row-gap-3{row-gap:1.125rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:1.875rem!important}.row-gap-s{row-gap:.1875rem!important}.row-gap-m{row-gap:.5625rem!important}.row-gap-l{row-gap:.75rem!important}.row-gap-6{row-gap:2.25rem!important}.row-gap-7{row-gap:2.625rem!important}.row-gap-8{row-gap:3rem!important}.row-gap-9{row-gap:3.375rem!important}.row-gap-10{row-gap:3.75rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.375rem!important}.column-gap-2{column-gap:.75rem!important}.column-gap-3{column-gap:1.125rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:1.875rem!important}.column-gap-s{column-gap:.1875rem!important}.column-gap-m{column-gap:.5625rem!important}.column-gap-l{column-gap:.75rem!important}.column-gap-6{column-gap:2.25rem!important}.column-gap-7{column-gap:2.625rem!important}.column-gap-8{column-gap:3rem!important}.column-gap-9{column-gap:3.375rem!important}.column-gap-10{column-gap:3.75rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.font-inter{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.fs-1{font-size:2rem!important}.fs-2{font-size:1.75rem!important}.fs-3{font-size:1.5625rem!important}.fs-4{font-size:1.375rem!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1.125rem!important}.fs-lg{font-size:1rem!important}.fs-md{font-size:.875rem!important}.fs-sm{font-size:.75rem!important}.fs-xs{font-size:.625rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.zi-9{z-index:9!important}.zi-99{z-index:99!important}.zi-999{z-index:999!important}.zi-9999{z-index:9999!important}.ls-1{letter-spacing:.2px!important}.ls-2{letter-spacing:.4px!important}.ls-3{letter-spacing:.6px!important}.ls-4{letter-spacing:.8px!important}.ls-5{letter-spacing:1px!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.375rem!important}.m-sm-2{margin:.75rem!important}.m-sm-3{margin:1.125rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:1.875rem!important}.m-sm-s{margin:.1875rem!important}.m-sm-m{margin:.5625rem!important}.m-sm-l{margin:.75rem!important}.m-sm-6{margin:2.25rem!important}.m-sm-7{margin:2.625rem!important}.m-sm-8{margin:3rem!important}.m-sm-9{margin:3.375rem!important}.m-sm-10{margin:3.75rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-sm-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-sm-3{margin-right:1.125rem!important;margin-left:1.125rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-sm-s{margin-right:.1875rem!important;margin-left:.1875rem!important}.mx-sm-m{margin-right:.5625rem!important;margin-left:.5625rem!important}.mx-sm-l{margin-right:.75rem!important;margin-left:.75rem!important}.mx-sm-6{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-sm-7{margin-right:2.625rem!important;margin-left:2.625rem!important}.mx-sm-8{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-9{margin-right:3.375rem!important;margin-left:3.375rem!important}.mx-sm-10{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-sm-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-3{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-sm-s{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.my-sm-m{margin-top:.5625rem!important;margin-bottom:.5625rem!important}.my-sm-l{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-6{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-sm-7{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-sm-8{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-9{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-sm-10{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.375rem!important}.mt-sm-2{margin-top:.75rem!important}.mt-sm-3{margin-top:1.125rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:1.875rem!important}.mt-sm-s{margin-top:.1875rem!important}.mt-sm-m{margin-top:.5625rem!important}.mt-sm-l{margin-top:.75rem!important}.mt-sm-6{margin-top:2.25rem!important}.mt-sm-7{margin-top:2.625rem!important}.mt-sm-8{margin-top:3rem!important}.mt-sm-9{margin-top:3.375rem!important}.mt-sm-10{margin-top:3.75rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.375rem!important}.me-sm-2{margin-right:.75rem!important}.me-sm-3{margin-right:1.125rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:1.875rem!important}.me-sm-s{margin-right:.1875rem!important}.me-sm-m{margin-right:.5625rem!important}.me-sm-l{margin-right:.75rem!important}.me-sm-6{margin-right:2.25rem!important}.me-sm-7{margin-right:2.625rem!important}.me-sm-8{margin-right:3rem!important}.me-sm-9{margin-right:3.375rem!important}.me-sm-10{margin-right:3.75rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.375rem!important}.mb-sm-2{margin-bottom:.75rem!important}.mb-sm-3{margin-bottom:1.125rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:1.875rem!important}.mb-sm-s{margin-bottom:.1875rem!important}.mb-sm-m{margin-bottom:.5625rem!important}.mb-sm-l{margin-bottom:.75rem!important}.mb-sm-6{margin-bottom:2.25rem!important}.mb-sm-7{margin-bottom:2.625rem!important}.mb-sm-8{margin-bottom:3rem!important}.mb-sm-9{margin-bottom:3.375rem!important}.mb-sm-10{margin-bottom:3.75rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.375rem!important}.ms-sm-2{margin-left:.75rem!important}.ms-sm-3{margin-left:1.125rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:1.875rem!important}.ms-sm-s{margin-left:.1875rem!important}.ms-sm-m{margin-left:.5625rem!important}.ms-sm-l{margin-left:.75rem!important}.ms-sm-6{margin-left:2.25rem!important}.ms-sm-7{margin-left:2.625rem!important}.ms-sm-8{margin-left:3rem!important}.ms-sm-9{margin-left:3.375rem!important}.ms-sm-10{margin-left:3.75rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.375rem!important}.m-sm-n2{margin:-.75rem!important}.m-sm-n3{margin:-1.125rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-1.875rem!important}.m-sm-ns{margin:-.1875rem!important}.m-sm-nm{margin:-.5625rem!important}.m-sm-nl{margin:-.75rem!important}.m-sm-n6{margin:-2.25rem!important}.m-sm-n7{margin:-2.625rem!important}.m-sm-n8{margin:-3rem!important}.m-sm-n9{margin:-3.375rem!important}.m-sm-n10{margin:-3.75rem!important}.mx-sm-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-sm-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-sm-n3{margin-right:-1.125rem!important;margin-left:-1.125rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-sm-ns{margin-right:-.1875rem!important;margin-left:-.1875rem!important}.mx-sm-nm{margin-right:-.5625rem!important;margin-left:-.5625rem!important}.mx-sm-nl{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-sm-n6{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-sm-n7{margin-right:-2.625rem!important;margin-left:-2.625rem!important}.mx-sm-n8{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n9{margin-right:-3.375rem!important;margin-left:-3.375rem!important}.mx-sm-n10{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.my-sm-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-sm-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-sm-n3{margin-top:-1.125rem!important;margin-bottom:-1.125rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-sm-ns{margin-top:-.1875rem!important;margin-bottom:-.1875rem!important}.my-sm-nm{margin-top:-.5625rem!important;margin-bottom:-.5625rem!important}.my-sm-nl{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-sm-n6{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-sm-n7{margin-top:-2.625rem!important;margin-bottom:-2.625rem!important}.my-sm-n8{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n9{margin-top:-3.375rem!important;margin-bottom:-3.375rem!important}.my-sm-n10{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.mt-sm-n1{margin-top:-.375rem!important}.mt-sm-n2{margin-top:-.75rem!important}.mt-sm-n3{margin-top:-1.125rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-1.875rem!important}.mt-sm-ns{margin-top:-.1875rem!important}.mt-sm-nm{margin-top:-.5625rem!important}.mt-sm-nl{margin-top:-.75rem!important}.mt-sm-n6{margin-top:-2.25rem!important}.mt-sm-n7{margin-top:-2.625rem!important}.mt-sm-n8{margin-top:-3rem!important}.mt-sm-n9{margin-top:-3.375rem!important}.mt-sm-n10{margin-top:-3.75rem!important}.me-sm-n1{margin-right:-.375rem!important}.me-sm-n2{margin-right:-.75rem!important}.me-sm-n3{margin-right:-1.125rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-1.875rem!important}.me-sm-ns{margin-right:-.1875rem!important}.me-sm-nm{margin-right:-.5625rem!important}.me-sm-nl{margin-right:-.75rem!important}.me-sm-n6{margin-right:-2.25rem!important}.me-sm-n7{margin-right:-2.625rem!important}.me-sm-n8{margin-right:-3rem!important}.me-sm-n9{margin-right:-3.375rem!important}.me-sm-n10{margin-right:-3.75rem!important}.mb-sm-n1{margin-bottom:-.375rem!important}.mb-sm-n2{margin-bottom:-.75rem!important}.mb-sm-n3{margin-bottom:-1.125rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-1.875rem!important}.mb-sm-ns{margin-bottom:-.1875rem!important}.mb-sm-nm{margin-bottom:-.5625rem!important}.mb-sm-nl{margin-bottom:-.75rem!important}.mb-sm-n6{margin-bottom:-2.25rem!important}.mb-sm-n7{margin-bottom:-2.625rem!important}.mb-sm-n8{margin-bottom:-3rem!important}.mb-sm-n9{margin-bottom:-3.375rem!important}.mb-sm-n10{margin-bottom:-3.75rem!important}.ms-sm-n1{margin-left:-.375rem!important}.ms-sm-n2{margin-left:-.75rem!important}.ms-sm-n3{margin-left:-1.125rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-1.875rem!important}.ms-sm-ns{margin-left:-.1875rem!important}.ms-sm-nm{margin-left:-.5625rem!important}.ms-sm-nl{margin-left:-.75rem!important}.ms-sm-n6{margin-left:-2.25rem!important}.ms-sm-n7{margin-left:-2.625rem!important}.ms-sm-n8{margin-left:-3rem!important}.ms-sm-n9{margin-left:-3.375rem!important}.ms-sm-n10{margin-left:-3.75rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.375rem!important}.p-sm-2{padding:.75rem!important}.p-sm-3{padding:1.125rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:1.875rem!important}.p-sm-s{padding:.1875rem!important}.p-sm-m{padding:.5625rem!important}.p-sm-l{padding:.75rem!important}.p-sm-6{padding:2.25rem!important}.p-sm-7{padding:2.625rem!important}.p-sm-8{padding:3rem!important}.p-sm-9{padding:3.375rem!important}.p-sm-10{padding:3.75rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-sm-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-sm-3{padding-right:1.125rem!important;padding-left:1.125rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-sm-s{padding-right:.1875rem!important;padding-left:.1875rem!important}.px-sm-m{padding-right:.5625rem!important;padding-left:.5625rem!important}.px-sm-l{padding-right:.75rem!important;padding-left:.75rem!important}.px-sm-6{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-sm-7{padding-right:2.625rem!important;padding-left:2.625rem!important}.px-sm-8{padding-right:3rem!important;padding-left:3rem!important}.px-sm-9{padding-right:3.375rem!important;padding-left:3.375rem!important}.px-sm-10{padding-right:3.75rem!important;padding-left:3.75rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-sm-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-3{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-sm-s{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.py-sm-m{padding-top:.5625rem!important;padding-bottom:.5625rem!important}.py-sm-l{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-6{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-sm-7{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-sm-8{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-9{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-sm-10{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.375rem!important}.pt-sm-2{padding-top:.75rem!important}.pt-sm-3{padding-top:1.125rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:1.875rem!important}.pt-sm-s{padding-top:.1875rem!important}.pt-sm-m{padding-top:.5625rem!important}.pt-sm-l{padding-top:.75rem!important}.pt-sm-6{padding-top:2.25rem!important}.pt-sm-7{padding-top:2.625rem!important}.pt-sm-8{padding-top:3rem!important}.pt-sm-9{padding-top:3.375rem!important}.pt-sm-10{padding-top:3.75rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.375rem!important}.pe-sm-2{padding-right:.75rem!important}.pe-sm-3{padding-right:1.125rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:1.875rem!important}.pe-sm-s{padding-right:.1875rem!important}.pe-sm-m{padding-right:.5625rem!important}.pe-sm-l{padding-right:.75rem!important}.pe-sm-6{padding-right:2.25rem!important}.pe-sm-7{padding-right:2.625rem!important}.pe-sm-8{padding-right:3rem!important}.pe-sm-9{padding-right:3.375rem!important}.pe-sm-10{padding-right:3.75rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.375rem!important}.pb-sm-2{padding-bottom:.75rem!important}.pb-sm-3{padding-bottom:1.125rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:1.875rem!important}.pb-sm-s{padding-bottom:.1875rem!important}.pb-sm-m{padding-bottom:.5625rem!important}.pb-sm-l{padding-bottom:.75rem!important}.pb-sm-6{padding-bottom:2.25rem!important}.pb-sm-7{padding-bottom:2.625rem!important}.pb-sm-8{padding-bottom:3rem!important}.pb-sm-9{padding-bottom:3.375rem!important}.pb-sm-10{padding-bottom:3.75rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.375rem!important}.ps-sm-2{padding-left:.75rem!important}.ps-sm-3{padding-left:1.125rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:1.875rem!important}.ps-sm-s{padding-left:.1875rem!important}.ps-sm-m{padding-left:.5625rem!important}.ps-sm-l{padding-left:.75rem!important}.ps-sm-6{padding-left:2.25rem!important}.ps-sm-7{padding-left:2.625rem!important}.ps-sm-8{padding-left:3rem!important}.ps-sm-9{padding-left:3.375rem!important}.ps-sm-10{padding-left:3.75rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.375rem!important}.gap-sm-2{gap:.75rem!important}.gap-sm-3{gap:1.125rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:1.875rem!important}.gap-sm-s{gap:.1875rem!important}.gap-sm-m{gap:.5625rem!important}.gap-sm-l{gap:.75rem!important}.gap-sm-6{gap:2.25rem!important}.gap-sm-7{gap:2.625rem!important}.gap-sm-8{gap:3rem!important}.gap-sm-9{gap:3.375rem!important}.gap-sm-10{gap:3.75rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.375rem!important}.row-gap-sm-2{row-gap:.75rem!important}.row-gap-sm-3{row-gap:1.125rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:1.875rem!important}.row-gap-sm-s{row-gap:.1875rem!important}.row-gap-sm-m{row-gap:.5625rem!important}.row-gap-sm-l{row-gap:.75rem!important}.row-gap-sm-6{row-gap:2.25rem!important}.row-gap-sm-7{row-gap:2.625rem!important}.row-gap-sm-8{row-gap:3rem!important}.row-gap-sm-9{row-gap:3.375rem!important}.row-gap-sm-10{row-gap:3.75rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.375rem!important}.column-gap-sm-2{column-gap:.75rem!important}.column-gap-sm-3{column-gap:1.125rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:1.875rem!important}.column-gap-sm-s{column-gap:.1875rem!important}.column-gap-sm-m{column-gap:.5625rem!important}.column-gap-sm-l{column-gap:.75rem!important}.column-gap-sm-6{column-gap:2.25rem!important}.column-gap-sm-7{column-gap:2.625rem!important}.column-gap-sm-8{column-gap:3rem!important}.column-gap-sm-9{column-gap:3.375rem!important}.column-gap-sm-10{column-gap:3.75rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.375rem!important}.m-md-2{margin:.75rem!important}.m-md-3{margin:1.125rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:1.875rem!important}.m-md-s{margin:.1875rem!important}.m-md-m{margin:.5625rem!important}.m-md-l{margin:.75rem!important}.m-md-6{margin:2.25rem!important}.m-md-7{margin:2.625rem!important}.m-md-8{margin:3rem!important}.m-md-9{margin:3.375rem!important}.m-md-10{margin:3.75rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-md-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-md-3{margin-right:1.125rem!important;margin-left:1.125rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-md-s{margin-right:.1875rem!important;margin-left:.1875rem!important}.mx-md-m{margin-right:.5625rem!important;margin-left:.5625rem!important}.mx-md-l{margin-right:.75rem!important;margin-left:.75rem!important}.mx-md-6{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-md-7{margin-right:2.625rem!important;margin-left:2.625rem!important}.mx-md-8{margin-right:3rem!important;margin-left:3rem!important}.mx-md-9{margin-right:3.375rem!important;margin-left:3.375rem!important}.mx-md-10{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-md-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-3{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-md-s{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.my-md-m{margin-top:.5625rem!important;margin-bottom:.5625rem!important}.my-md-l{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-6{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-md-7{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-md-8{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-9{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-md-10{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.375rem!important}.mt-md-2{margin-top:.75rem!important}.mt-md-3{margin-top:1.125rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:1.875rem!important}.mt-md-s{margin-top:.1875rem!important}.mt-md-m{margin-top:.5625rem!important}.mt-md-l{margin-top:.75rem!important}.mt-md-6{margin-top:2.25rem!important}.mt-md-7{margin-top:2.625rem!important}.mt-md-8{margin-top:3rem!important}.mt-md-9{margin-top:3.375rem!important}.mt-md-10{margin-top:3.75rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.375rem!important}.me-md-2{margin-right:.75rem!important}.me-md-3{margin-right:1.125rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:1.875rem!important}.me-md-s{margin-right:.1875rem!important}.me-md-m{margin-right:.5625rem!important}.me-md-l{margin-right:.75rem!important}.me-md-6{margin-right:2.25rem!important}.me-md-7{margin-right:2.625rem!important}.me-md-8{margin-right:3rem!important}.me-md-9{margin-right:3.375rem!important}.me-md-10{margin-right:3.75rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.375rem!important}.mb-md-2{margin-bottom:.75rem!important}.mb-md-3{margin-bottom:1.125rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:1.875rem!important}.mb-md-s{margin-bottom:.1875rem!important}.mb-md-m{margin-bottom:.5625rem!important}.mb-md-l{margin-bottom:.75rem!important}.mb-md-6{margin-bottom:2.25rem!important}.mb-md-7{margin-bottom:2.625rem!important}.mb-md-8{margin-bottom:3rem!important}.mb-md-9{margin-bottom:3.375rem!important}.mb-md-10{margin-bottom:3.75rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.375rem!important}.ms-md-2{margin-left:.75rem!important}.ms-md-3{margin-left:1.125rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:1.875rem!important}.ms-md-s{margin-left:.1875rem!important}.ms-md-m{margin-left:.5625rem!important}.ms-md-l{margin-left:.75rem!important}.ms-md-6{margin-left:2.25rem!important}.ms-md-7{margin-left:2.625rem!important}.ms-md-8{margin-left:3rem!important}.ms-md-9{margin-left:3.375rem!important}.ms-md-10{margin-left:3.75rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.375rem!important}.m-md-n2{margin:-.75rem!important}.m-md-n3{margin:-1.125rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-1.875rem!important}.m-md-ns{margin:-.1875rem!important}.m-md-nm{margin:-.5625rem!important}.m-md-nl{margin:-.75rem!important}.m-md-n6{margin:-2.25rem!important}.m-md-n7{margin:-2.625rem!important}.m-md-n8{margin:-3rem!important}.m-md-n9{margin:-3.375rem!important}.m-md-n10{margin:-3.75rem!important}.mx-md-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-md-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-md-n3{margin-right:-1.125rem!important;margin-left:-1.125rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-md-ns{margin-right:-.1875rem!important;margin-left:-.1875rem!important}.mx-md-nm{margin-right:-.5625rem!important;margin-left:-.5625rem!important}.mx-md-nl{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-md-n6{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-md-n7{margin-right:-2.625rem!important;margin-left:-2.625rem!important}.mx-md-n8{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n9{margin-right:-3.375rem!important;margin-left:-3.375rem!important}.mx-md-n10{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.my-md-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-md-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-md-n3{margin-top:-1.125rem!important;margin-bottom:-1.125rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-md-ns{margin-top:-.1875rem!important;margin-bottom:-.1875rem!important}.my-md-nm{margin-top:-.5625rem!important;margin-bottom:-.5625rem!important}.my-md-nl{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-md-n6{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-md-n7{margin-top:-2.625rem!important;margin-bottom:-2.625rem!important}.my-md-n8{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n9{margin-top:-3.375rem!important;margin-bottom:-3.375rem!important}.my-md-n10{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.mt-md-n1{margin-top:-.375rem!important}.mt-md-n2{margin-top:-.75rem!important}.mt-md-n3{margin-top:-1.125rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-1.875rem!important}.mt-md-ns{margin-top:-.1875rem!important}.mt-md-nm{margin-top:-.5625rem!important}.mt-md-nl{margin-top:-.75rem!important}.mt-md-n6{margin-top:-2.25rem!important}.mt-md-n7{margin-top:-2.625rem!important}.mt-md-n8{margin-top:-3rem!important}.mt-md-n9{margin-top:-3.375rem!important}.mt-md-n10{margin-top:-3.75rem!important}.me-md-n1{margin-right:-.375rem!important}.me-md-n2{margin-right:-.75rem!important}.me-md-n3{margin-right:-1.125rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-1.875rem!important}.me-md-ns{margin-right:-.1875rem!important}.me-md-nm{margin-right:-.5625rem!important}.me-md-nl{margin-right:-.75rem!important}.me-md-n6{margin-right:-2.25rem!important}.me-md-n7{margin-right:-2.625rem!important}.me-md-n8{margin-right:-3rem!important}.me-md-n9{margin-right:-3.375rem!important}.me-md-n10{margin-right:-3.75rem!important}.mb-md-n1{margin-bottom:-.375rem!important}.mb-md-n2{margin-bottom:-.75rem!important}.mb-md-n3{margin-bottom:-1.125rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-1.875rem!important}.mb-md-ns{margin-bottom:-.1875rem!important}.mb-md-nm{margin-bottom:-.5625rem!important}.mb-md-nl{margin-bottom:-.75rem!important}.mb-md-n6{margin-bottom:-2.25rem!important}.mb-md-n7{margin-bottom:-2.625rem!important}.mb-md-n8{margin-bottom:-3rem!important}.mb-md-n9{margin-bottom:-3.375rem!important}.mb-md-n10{margin-bottom:-3.75rem!important}.ms-md-n1{margin-left:-.375rem!important}.ms-md-n2{margin-left:-.75rem!important}.ms-md-n3{margin-left:-1.125rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-1.875rem!important}.ms-md-ns{margin-left:-.1875rem!important}.ms-md-nm{margin-left:-.5625rem!important}.ms-md-nl{margin-left:-.75rem!important}.ms-md-n6{margin-left:-2.25rem!important}.ms-md-n7{margin-left:-2.625rem!important}.ms-md-n8{margin-left:-3rem!important}.ms-md-n9{margin-left:-3.375rem!important}.ms-md-n10{margin-left:-3.75rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.375rem!important}.p-md-2{padding:.75rem!important}.p-md-3{padding:1.125rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:1.875rem!important}.p-md-s{padding:.1875rem!important}.p-md-m{padding:.5625rem!important}.p-md-l{padding:.75rem!important}.p-md-6{padding:2.25rem!important}.p-md-7{padding:2.625rem!important}.p-md-8{padding:3rem!important}.p-md-9{padding:3.375rem!important}.p-md-10{padding:3.75rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-md-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-md-3{padding-right:1.125rem!important;padding-left:1.125rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-md-s{padding-right:.1875rem!important;padding-left:.1875rem!important}.px-md-m{padding-right:.5625rem!important;padding-left:.5625rem!important}.px-md-l{padding-right:.75rem!important;padding-left:.75rem!important}.px-md-6{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-md-7{padding-right:2.625rem!important;padding-left:2.625rem!important}.px-md-8{padding-right:3rem!important;padding-left:3rem!important}.px-md-9{padding-right:3.375rem!important;padding-left:3.375rem!important}.px-md-10{padding-right:3.75rem!important;padding-left:3.75rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-md-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-3{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-md-s{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.py-md-m{padding-top:.5625rem!important;padding-bottom:.5625rem!important}.py-md-l{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-6{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-md-7{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-md-8{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-9{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-md-10{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.375rem!important}.pt-md-2{padding-top:.75rem!important}.pt-md-3{padding-top:1.125rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:1.875rem!important}.pt-md-s{padding-top:.1875rem!important}.pt-md-m{padding-top:.5625rem!important}.pt-md-l{padding-top:.75rem!important}.pt-md-6{padding-top:2.25rem!important}.pt-md-7{padding-top:2.625rem!important}.pt-md-8{padding-top:3rem!important}.pt-md-9{padding-top:3.375rem!important}.pt-md-10{padding-top:3.75rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.375rem!important}.pe-md-2{padding-right:.75rem!important}.pe-md-3{padding-right:1.125rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:1.875rem!important}.pe-md-s{padding-right:.1875rem!important}.pe-md-m{padding-right:.5625rem!important}.pe-md-l{padding-right:.75rem!important}.pe-md-6{padding-right:2.25rem!important}.pe-md-7{padding-right:2.625rem!important}.pe-md-8{padding-right:3rem!important}.pe-md-9{padding-right:3.375rem!important}.pe-md-10{padding-right:3.75rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.375rem!important}.pb-md-2{padding-bottom:.75rem!important}.pb-md-3{padding-bottom:1.125rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:1.875rem!important}.pb-md-s{padding-bottom:.1875rem!important}.pb-md-m{padding-bottom:.5625rem!important}.pb-md-l{padding-bottom:.75rem!important}.pb-md-6{padding-bottom:2.25rem!important}.pb-md-7{padding-bottom:2.625rem!important}.pb-md-8{padding-bottom:3rem!important}.pb-md-9{padding-bottom:3.375rem!important}.pb-md-10{padding-bottom:3.75rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.375rem!important}.ps-md-2{padding-left:.75rem!important}.ps-md-3{padding-left:1.125rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:1.875rem!important}.ps-md-s{padding-left:.1875rem!important}.ps-md-m{padding-left:.5625rem!important}.ps-md-l{padding-left:.75rem!important}.ps-md-6{padding-left:2.25rem!important}.ps-md-7{padding-left:2.625rem!important}.ps-md-8{padding-left:3rem!important}.ps-md-9{padding-left:3.375rem!important}.ps-md-10{padding-left:3.75rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.375rem!important}.gap-md-2{gap:.75rem!important}.gap-md-3{gap:1.125rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:1.875rem!important}.gap-md-s{gap:.1875rem!important}.gap-md-m{gap:.5625rem!important}.gap-md-l{gap:.75rem!important}.gap-md-6{gap:2.25rem!important}.gap-md-7{gap:2.625rem!important}.gap-md-8{gap:3rem!important}.gap-md-9{gap:3.375rem!important}.gap-md-10{gap:3.75rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.375rem!important}.row-gap-md-2{row-gap:.75rem!important}.row-gap-md-3{row-gap:1.125rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:1.875rem!important}.row-gap-md-s{row-gap:.1875rem!important}.row-gap-md-m{row-gap:.5625rem!important}.row-gap-md-l{row-gap:.75rem!important}.row-gap-md-6{row-gap:2.25rem!important}.row-gap-md-7{row-gap:2.625rem!important}.row-gap-md-8{row-gap:3rem!important}.row-gap-md-9{row-gap:3.375rem!important}.row-gap-md-10{row-gap:3.75rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.375rem!important}.column-gap-md-2{column-gap:.75rem!important}.column-gap-md-3{column-gap:1.125rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:1.875rem!important}.column-gap-md-s{column-gap:.1875rem!important}.column-gap-md-m{column-gap:.5625rem!important}.column-gap-md-l{column-gap:.75rem!important}.column-gap-md-6{column-gap:2.25rem!important}.column-gap-md-7{column-gap:2.625rem!important}.column-gap-md-8{column-gap:3rem!important}.column-gap-md-9{column-gap:3.375rem!important}.column-gap-md-10{column-gap:3.75rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.375rem!important}.m-lg-2{margin:.75rem!important}.m-lg-3{margin:1.125rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:1.875rem!important}.m-lg-s{margin:.1875rem!important}.m-lg-m{margin:.5625rem!important}.m-lg-l{margin:.75rem!important}.m-lg-6{margin:2.25rem!important}.m-lg-7{margin:2.625rem!important}.m-lg-8{margin:3rem!important}.m-lg-9{margin:3.375rem!important}.m-lg-10{margin:3.75rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-lg-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-lg-3{margin-right:1.125rem!important;margin-left:1.125rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-lg-s{margin-right:.1875rem!important;margin-left:.1875rem!important}.mx-lg-m{margin-right:.5625rem!important;margin-left:.5625rem!important}.mx-lg-l{margin-right:.75rem!important;margin-left:.75rem!important}.mx-lg-6{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-lg-7{margin-right:2.625rem!important;margin-left:2.625rem!important}.mx-lg-8{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-9{margin-right:3.375rem!important;margin-left:3.375rem!important}.mx-lg-10{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-lg-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-3{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-lg-s{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.my-lg-m{margin-top:.5625rem!important;margin-bottom:.5625rem!important}.my-lg-l{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-6{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-lg-7{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-lg-8{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-9{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-lg-10{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.375rem!important}.mt-lg-2{margin-top:.75rem!important}.mt-lg-3{margin-top:1.125rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:1.875rem!important}.mt-lg-s{margin-top:.1875rem!important}.mt-lg-m{margin-top:.5625rem!important}.mt-lg-l{margin-top:.75rem!important}.mt-lg-6{margin-top:2.25rem!important}.mt-lg-7{margin-top:2.625rem!important}.mt-lg-8{margin-top:3rem!important}.mt-lg-9{margin-top:3.375rem!important}.mt-lg-10{margin-top:3.75rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.375rem!important}.me-lg-2{margin-right:.75rem!important}.me-lg-3{margin-right:1.125rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:1.875rem!important}.me-lg-s{margin-right:.1875rem!important}.me-lg-m{margin-right:.5625rem!important}.me-lg-l{margin-right:.75rem!important}.me-lg-6{margin-right:2.25rem!important}.me-lg-7{margin-right:2.625rem!important}.me-lg-8{margin-right:3rem!important}.me-lg-9{margin-right:3.375rem!important}.me-lg-10{margin-right:3.75rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.375rem!important}.mb-lg-2{margin-bottom:.75rem!important}.mb-lg-3{margin-bottom:1.125rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:1.875rem!important}.mb-lg-s{margin-bottom:.1875rem!important}.mb-lg-m{margin-bottom:.5625rem!important}.mb-lg-l{margin-bottom:.75rem!important}.mb-lg-6{margin-bottom:2.25rem!important}.mb-lg-7{margin-bottom:2.625rem!important}.mb-lg-8{margin-bottom:3rem!important}.mb-lg-9{margin-bottom:3.375rem!important}.mb-lg-10{margin-bottom:3.75rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.375rem!important}.ms-lg-2{margin-left:.75rem!important}.ms-lg-3{margin-left:1.125rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:1.875rem!important}.ms-lg-s{margin-left:.1875rem!important}.ms-lg-m{margin-left:.5625rem!important}.ms-lg-l{margin-left:.75rem!important}.ms-lg-6{margin-left:2.25rem!important}.ms-lg-7{margin-left:2.625rem!important}.ms-lg-8{margin-left:3rem!important}.ms-lg-9{margin-left:3.375rem!important}.ms-lg-10{margin-left:3.75rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.375rem!important}.m-lg-n2{margin:-.75rem!important}.m-lg-n3{margin:-1.125rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-1.875rem!important}.m-lg-ns{margin:-.1875rem!important}.m-lg-nm{margin:-.5625rem!important}.m-lg-nl{margin:-.75rem!important}.m-lg-n6{margin:-2.25rem!important}.m-lg-n7{margin:-2.625rem!important}.m-lg-n8{margin:-3rem!important}.m-lg-n9{margin:-3.375rem!important}.m-lg-n10{margin:-3.75rem!important}.mx-lg-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-lg-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-lg-n3{margin-right:-1.125rem!important;margin-left:-1.125rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-lg-ns{margin-right:-.1875rem!important;margin-left:-.1875rem!important}.mx-lg-nm{margin-right:-.5625rem!important;margin-left:-.5625rem!important}.mx-lg-nl{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-lg-n6{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-lg-n7{margin-right:-2.625rem!important;margin-left:-2.625rem!important}.mx-lg-n8{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n9{margin-right:-3.375rem!important;margin-left:-3.375rem!important}.mx-lg-n10{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.my-lg-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-lg-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-lg-n3{margin-top:-1.125rem!important;margin-bottom:-1.125rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-lg-ns{margin-top:-.1875rem!important;margin-bottom:-.1875rem!important}.my-lg-nm{margin-top:-.5625rem!important;margin-bottom:-.5625rem!important}.my-lg-nl{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-lg-n6{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-lg-n7{margin-top:-2.625rem!important;margin-bottom:-2.625rem!important}.my-lg-n8{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n9{margin-top:-3.375rem!important;margin-bottom:-3.375rem!important}.my-lg-n10{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.mt-lg-n1{margin-top:-.375rem!important}.mt-lg-n2{margin-top:-.75rem!important}.mt-lg-n3{margin-top:-1.125rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-1.875rem!important}.mt-lg-ns{margin-top:-.1875rem!important}.mt-lg-nm{margin-top:-.5625rem!important}.mt-lg-nl{margin-top:-.75rem!important}.mt-lg-n6{margin-top:-2.25rem!important}.mt-lg-n7{margin-top:-2.625rem!important}.mt-lg-n8{margin-top:-3rem!important}.mt-lg-n9{margin-top:-3.375rem!important}.mt-lg-n10{margin-top:-3.75rem!important}.me-lg-n1{margin-right:-.375rem!important}.me-lg-n2{margin-right:-.75rem!important}.me-lg-n3{margin-right:-1.125rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-1.875rem!important}.me-lg-ns{margin-right:-.1875rem!important}.me-lg-nm{margin-right:-.5625rem!important}.me-lg-nl{margin-right:-.75rem!important}.me-lg-n6{margin-right:-2.25rem!important}.me-lg-n7{margin-right:-2.625rem!important}.me-lg-n8{margin-right:-3rem!important}.me-lg-n9{margin-right:-3.375rem!important}.me-lg-n10{margin-right:-3.75rem!important}.mb-lg-n1{margin-bottom:-.375rem!important}.mb-lg-n2{margin-bottom:-.75rem!important}.mb-lg-n3{margin-bottom:-1.125rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-1.875rem!important}.mb-lg-ns{margin-bottom:-.1875rem!important}.mb-lg-nm{margin-bottom:-.5625rem!important}.mb-lg-nl{margin-bottom:-.75rem!important}.mb-lg-n6{margin-bottom:-2.25rem!important}.mb-lg-n7{margin-bottom:-2.625rem!important}.mb-lg-n8{margin-bottom:-3rem!important}.mb-lg-n9{margin-bottom:-3.375rem!important}.mb-lg-n10{margin-bottom:-3.75rem!important}.ms-lg-n1{margin-left:-.375rem!important}.ms-lg-n2{margin-left:-.75rem!important}.ms-lg-n3{margin-left:-1.125rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-1.875rem!important}.ms-lg-ns{margin-left:-.1875rem!important}.ms-lg-nm{margin-left:-.5625rem!important}.ms-lg-nl{margin-left:-.75rem!important}.ms-lg-n6{margin-left:-2.25rem!important}.ms-lg-n7{margin-left:-2.625rem!important}.ms-lg-n8{margin-left:-3rem!important}.ms-lg-n9{margin-left:-3.375rem!important}.ms-lg-n10{margin-left:-3.75rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.375rem!important}.p-lg-2{padding:.75rem!important}.p-lg-3{padding:1.125rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:1.875rem!important}.p-lg-s{padding:.1875rem!important}.p-lg-m{padding:.5625rem!important}.p-lg-l{padding:.75rem!important}.p-lg-6{padding:2.25rem!important}.p-lg-7{padding:2.625rem!important}.p-lg-8{padding:3rem!important}.p-lg-9{padding:3.375rem!important}.p-lg-10{padding:3.75rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-lg-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-lg-3{padding-right:1.125rem!important;padding-left:1.125rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-lg-s{padding-right:.1875rem!important;padding-left:.1875rem!important}.px-lg-m{padding-right:.5625rem!important;padding-left:.5625rem!important}.px-lg-l{padding-right:.75rem!important;padding-left:.75rem!important}.px-lg-6{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-lg-7{padding-right:2.625rem!important;padding-left:2.625rem!important}.px-lg-8{padding-right:3rem!important;padding-left:3rem!important}.px-lg-9{padding-right:3.375rem!important;padding-left:3.375rem!important}.px-lg-10{padding-right:3.75rem!important;padding-left:3.75rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-lg-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-3{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-lg-s{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.py-lg-m{padding-top:.5625rem!important;padding-bottom:.5625rem!important}.py-lg-l{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-6{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-lg-7{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-lg-8{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-9{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-lg-10{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.375rem!important}.pt-lg-2{padding-top:.75rem!important}.pt-lg-3{padding-top:1.125rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:1.875rem!important}.pt-lg-s{padding-top:.1875rem!important}.pt-lg-m{padding-top:.5625rem!important}.pt-lg-l{padding-top:.75rem!important}.pt-lg-6{padding-top:2.25rem!important}.pt-lg-7{padding-top:2.625rem!important}.pt-lg-8{padding-top:3rem!important}.pt-lg-9{padding-top:3.375rem!important}.pt-lg-10{padding-top:3.75rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.375rem!important}.pe-lg-2{padding-right:.75rem!important}.pe-lg-3{padding-right:1.125rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:1.875rem!important}.pe-lg-s{padding-right:.1875rem!important}.pe-lg-m{padding-right:.5625rem!important}.pe-lg-l{padding-right:.75rem!important}.pe-lg-6{padding-right:2.25rem!important}.pe-lg-7{padding-right:2.625rem!important}.pe-lg-8{padding-right:3rem!important}.pe-lg-9{padding-right:3.375rem!important}.pe-lg-10{padding-right:3.75rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.375rem!important}.pb-lg-2{padding-bottom:.75rem!important}.pb-lg-3{padding-bottom:1.125rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:1.875rem!important}.pb-lg-s{padding-bottom:.1875rem!important}.pb-lg-m{padding-bottom:.5625rem!important}.pb-lg-l{padding-bottom:.75rem!important}.pb-lg-6{padding-bottom:2.25rem!important}.pb-lg-7{padding-bottom:2.625rem!important}.pb-lg-8{padding-bottom:3rem!important}.pb-lg-9{padding-bottom:3.375rem!important}.pb-lg-10{padding-bottom:3.75rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.375rem!important}.ps-lg-2{padding-left:.75rem!important}.ps-lg-3{padding-left:1.125rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:1.875rem!important}.ps-lg-s{padding-left:.1875rem!important}.ps-lg-m{padding-left:.5625rem!important}.ps-lg-l{padding-left:.75rem!important}.ps-lg-6{padding-left:2.25rem!important}.ps-lg-7{padding-left:2.625rem!important}.ps-lg-8{padding-left:3rem!important}.ps-lg-9{padding-left:3.375rem!important}.ps-lg-10{padding-left:3.75rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.375rem!important}.gap-lg-2{gap:.75rem!important}.gap-lg-3{gap:1.125rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:1.875rem!important}.gap-lg-s{gap:.1875rem!important}.gap-lg-m{gap:.5625rem!important}.gap-lg-l{gap:.75rem!important}.gap-lg-6{gap:2.25rem!important}.gap-lg-7{gap:2.625rem!important}.gap-lg-8{gap:3rem!important}.gap-lg-9{gap:3.375rem!important}.gap-lg-10{gap:3.75rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.375rem!important}.row-gap-lg-2{row-gap:.75rem!important}.row-gap-lg-3{row-gap:1.125rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:1.875rem!important}.row-gap-lg-s{row-gap:.1875rem!important}.row-gap-lg-m{row-gap:.5625rem!important}.row-gap-lg-l{row-gap:.75rem!important}.row-gap-lg-6{row-gap:2.25rem!important}.row-gap-lg-7{row-gap:2.625rem!important}.row-gap-lg-8{row-gap:3rem!important}.row-gap-lg-9{row-gap:3.375rem!important}.row-gap-lg-10{row-gap:3.75rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.375rem!important}.column-gap-lg-2{column-gap:.75rem!important}.column-gap-lg-3{column-gap:1.125rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:1.875rem!important}.column-gap-lg-s{column-gap:.1875rem!important}.column-gap-lg-m{column-gap:.5625rem!important}.column-gap-lg-l{column-gap:.75rem!important}.column-gap-lg-6{column-gap:2.25rem!important}.column-gap-lg-7{column-gap:2.625rem!important}.column-gap-lg-8{column-gap:3rem!important}.column-gap-lg-9{column-gap:3.375rem!important}.column-gap-lg-10{column-gap:3.75rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.375rem!important}.m-xl-2{margin:.75rem!important}.m-xl-3{margin:1.125rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:1.875rem!important}.m-xl-s{margin:.1875rem!important}.m-xl-m{margin:.5625rem!important}.m-xl-l{margin:.75rem!important}.m-xl-6{margin:2.25rem!important}.m-xl-7{margin:2.625rem!important}.m-xl-8{margin:3rem!important}.m-xl-9{margin:3.375rem!important}.m-xl-10{margin:3.75rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-xl-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xl-3{margin-right:1.125rem!important;margin-left:1.125rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-xl-s{margin-right:.1875rem!important;margin-left:.1875rem!important}.mx-xl-m{margin-right:.5625rem!important;margin-left:.5625rem!important}.mx-xl-l{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xl-6{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xl-7{margin-right:2.625rem!important;margin-left:2.625rem!important}.mx-xl-8{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-9{margin-right:3.375rem!important;margin-left:3.375rem!important}.mx-xl-10{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-xl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-3{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-xl-s{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.my-xl-m{margin-top:.5625rem!important;margin-bottom:.5625rem!important}.my-xl-l{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-6{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xl-7{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-xl-8{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-9{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-xl-10{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.375rem!important}.mt-xl-2{margin-top:.75rem!important}.mt-xl-3{margin-top:1.125rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:1.875rem!important}.mt-xl-s{margin-top:.1875rem!important}.mt-xl-m{margin-top:.5625rem!important}.mt-xl-l{margin-top:.75rem!important}.mt-xl-6{margin-top:2.25rem!important}.mt-xl-7{margin-top:2.625rem!important}.mt-xl-8{margin-top:3rem!important}.mt-xl-9{margin-top:3.375rem!important}.mt-xl-10{margin-top:3.75rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.375rem!important}.me-xl-2{margin-right:.75rem!important}.me-xl-3{margin-right:1.125rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:1.875rem!important}.me-xl-s{margin-right:.1875rem!important}.me-xl-m{margin-right:.5625rem!important}.me-xl-l{margin-right:.75rem!important}.me-xl-6{margin-right:2.25rem!important}.me-xl-7{margin-right:2.625rem!important}.me-xl-8{margin-right:3rem!important}.me-xl-9{margin-right:3.375rem!important}.me-xl-10{margin-right:3.75rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.375rem!important}.mb-xl-2{margin-bottom:.75rem!important}.mb-xl-3{margin-bottom:1.125rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:1.875rem!important}.mb-xl-s{margin-bottom:.1875rem!important}.mb-xl-m{margin-bottom:.5625rem!important}.mb-xl-l{margin-bottom:.75rem!important}.mb-xl-6{margin-bottom:2.25rem!important}.mb-xl-7{margin-bottom:2.625rem!important}.mb-xl-8{margin-bottom:3rem!important}.mb-xl-9{margin-bottom:3.375rem!important}.mb-xl-10{margin-bottom:3.75rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.375rem!important}.ms-xl-2{margin-left:.75rem!important}.ms-xl-3{margin-left:1.125rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:1.875rem!important}.ms-xl-s{margin-left:.1875rem!important}.ms-xl-m{margin-left:.5625rem!important}.ms-xl-l{margin-left:.75rem!important}.ms-xl-6{margin-left:2.25rem!important}.ms-xl-7{margin-left:2.625rem!important}.ms-xl-8{margin-left:3rem!important}.ms-xl-9{margin-left:3.375rem!important}.ms-xl-10{margin-left:3.75rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.375rem!important}.m-xl-n2{margin:-.75rem!important}.m-xl-n3{margin:-1.125rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-1.875rem!important}.m-xl-ns{margin:-.1875rem!important}.m-xl-nm{margin:-.5625rem!important}.m-xl-nl{margin:-.75rem!important}.m-xl-n6{margin:-2.25rem!important}.m-xl-n7{margin:-2.625rem!important}.m-xl-n8{margin:-3rem!important}.m-xl-n9{margin:-3.375rem!important}.m-xl-n10{margin:-3.75rem!important}.mx-xl-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-xl-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xl-n3{margin-right:-1.125rem!important;margin-left:-1.125rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-xl-ns{margin-right:-.1875rem!important;margin-left:-.1875rem!important}.mx-xl-nm{margin-right:-.5625rem!important;margin-left:-.5625rem!important}.mx-xl-nl{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xl-n6{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-xl-n7{margin-right:-2.625rem!important;margin-left:-2.625rem!important}.mx-xl-n8{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n9{margin-right:-3.375rem!important;margin-left:-3.375rem!important}.mx-xl-n10{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.my-xl-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-xl-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xl-n3{margin-top:-1.125rem!important;margin-bottom:-1.125rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-xl-ns{margin-top:-.1875rem!important;margin-bottom:-.1875rem!important}.my-xl-nm{margin-top:-.5625rem!important;margin-bottom:-.5625rem!important}.my-xl-nl{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xl-n6{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-xl-n7{margin-top:-2.625rem!important;margin-bottom:-2.625rem!important}.my-xl-n8{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n9{margin-top:-3.375rem!important;margin-bottom:-3.375rem!important}.my-xl-n10{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.mt-xl-n1{margin-top:-.375rem!important}.mt-xl-n2{margin-top:-.75rem!important}.mt-xl-n3{margin-top:-1.125rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-1.875rem!important}.mt-xl-ns{margin-top:-.1875rem!important}.mt-xl-nm{margin-top:-.5625rem!important}.mt-xl-nl{margin-top:-.75rem!important}.mt-xl-n6{margin-top:-2.25rem!important}.mt-xl-n7{margin-top:-2.625rem!important}.mt-xl-n8{margin-top:-3rem!important}.mt-xl-n9{margin-top:-3.375rem!important}.mt-xl-n10{margin-top:-3.75rem!important}.me-xl-n1{margin-right:-.375rem!important}.me-xl-n2{margin-right:-.75rem!important}.me-xl-n3{margin-right:-1.125rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-1.875rem!important}.me-xl-ns{margin-right:-.1875rem!important}.me-xl-nm{margin-right:-.5625rem!important}.me-xl-nl{margin-right:-.75rem!important}.me-xl-n6{margin-right:-2.25rem!important}.me-xl-n7{margin-right:-2.625rem!important}.me-xl-n8{margin-right:-3rem!important}.me-xl-n9{margin-right:-3.375rem!important}.me-xl-n10{margin-right:-3.75rem!important}.mb-xl-n1{margin-bottom:-.375rem!important}.mb-xl-n2{margin-bottom:-.75rem!important}.mb-xl-n3{margin-bottom:-1.125rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-1.875rem!important}.mb-xl-ns{margin-bottom:-.1875rem!important}.mb-xl-nm{margin-bottom:-.5625rem!important}.mb-xl-nl{margin-bottom:-.75rem!important}.mb-xl-n6{margin-bottom:-2.25rem!important}.mb-xl-n7{margin-bottom:-2.625rem!important}.mb-xl-n8{margin-bottom:-3rem!important}.mb-xl-n9{margin-bottom:-3.375rem!important}.mb-xl-n10{margin-bottom:-3.75rem!important}.ms-xl-n1{margin-left:-.375rem!important}.ms-xl-n2{margin-left:-.75rem!important}.ms-xl-n3{margin-left:-1.125rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-1.875rem!important}.ms-xl-ns{margin-left:-.1875rem!important}.ms-xl-nm{margin-left:-.5625rem!important}.ms-xl-nl{margin-left:-.75rem!important}.ms-xl-n6{margin-left:-2.25rem!important}.ms-xl-n7{margin-left:-2.625rem!important}.ms-xl-n8{margin-left:-3rem!important}.ms-xl-n9{margin-left:-3.375rem!important}.ms-xl-n10{margin-left:-3.75rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.375rem!important}.p-xl-2{padding:.75rem!important}.p-xl-3{padding:1.125rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:1.875rem!important}.p-xl-s{padding:.1875rem!important}.p-xl-m{padding:.5625rem!important}.p-xl-l{padding:.75rem!important}.p-xl-6{padding:2.25rem!important}.p-xl-7{padding:2.625rem!important}.p-xl-8{padding:3rem!important}.p-xl-9{padding:3.375rem!important}.p-xl-10{padding:3.75rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-xl-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-xl-3{padding-right:1.125rem!important;padding-left:1.125rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-xl-s{padding-right:.1875rem!important;padding-left:.1875rem!important}.px-xl-m{padding-right:.5625rem!important;padding-left:.5625rem!important}.px-xl-l{padding-right:.75rem!important;padding-left:.75rem!important}.px-xl-6{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xl-7{padding-right:2.625rem!important;padding-left:2.625rem!important}.px-xl-8{padding-right:3rem!important;padding-left:3rem!important}.px-xl-9{padding-right:3.375rem!important;padding-left:3.375rem!important}.px-xl-10{padding-right:3.75rem!important;padding-left:3.75rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-xl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-3{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-xl-s{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.py-xl-m{padding-top:.5625rem!important;padding-bottom:.5625rem!important}.py-xl-l{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-6{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xl-7{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-xl-8{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-9{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-xl-10{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.375rem!important}.pt-xl-2{padding-top:.75rem!important}.pt-xl-3{padding-top:1.125rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:1.875rem!important}.pt-xl-s{padding-top:.1875rem!important}.pt-xl-m{padding-top:.5625rem!important}.pt-xl-l{padding-top:.75rem!important}.pt-xl-6{padding-top:2.25rem!important}.pt-xl-7{padding-top:2.625rem!important}.pt-xl-8{padding-top:3rem!important}.pt-xl-9{padding-top:3.375rem!important}.pt-xl-10{padding-top:3.75rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.375rem!important}.pe-xl-2{padding-right:.75rem!important}.pe-xl-3{padding-right:1.125rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:1.875rem!important}.pe-xl-s{padding-right:.1875rem!important}.pe-xl-m{padding-right:.5625rem!important}.pe-xl-l{padding-right:.75rem!important}.pe-xl-6{padding-right:2.25rem!important}.pe-xl-7{padding-right:2.625rem!important}.pe-xl-8{padding-right:3rem!important}.pe-xl-9{padding-right:3.375rem!important}.pe-xl-10{padding-right:3.75rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.375rem!important}.pb-xl-2{padding-bottom:.75rem!important}.pb-xl-3{padding-bottom:1.125rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:1.875rem!important}.pb-xl-s{padding-bottom:.1875rem!important}.pb-xl-m{padding-bottom:.5625rem!important}.pb-xl-l{padding-bottom:.75rem!important}.pb-xl-6{padding-bottom:2.25rem!important}.pb-xl-7{padding-bottom:2.625rem!important}.pb-xl-8{padding-bottom:3rem!important}.pb-xl-9{padding-bottom:3.375rem!important}.pb-xl-10{padding-bottom:3.75rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.375rem!important}.ps-xl-2{padding-left:.75rem!important}.ps-xl-3{padding-left:1.125rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:1.875rem!important}.ps-xl-s{padding-left:.1875rem!important}.ps-xl-m{padding-left:.5625rem!important}.ps-xl-l{padding-left:.75rem!important}.ps-xl-6{padding-left:2.25rem!important}.ps-xl-7{padding-left:2.625rem!important}.ps-xl-8{padding-left:3rem!important}.ps-xl-9{padding-left:3.375rem!important}.ps-xl-10{padding-left:3.75rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.375rem!important}.gap-xl-2{gap:.75rem!important}.gap-xl-3{gap:1.125rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:1.875rem!important}.gap-xl-s{gap:.1875rem!important}.gap-xl-m{gap:.5625rem!important}.gap-xl-l{gap:.75rem!important}.gap-xl-6{gap:2.25rem!important}.gap-xl-7{gap:2.625rem!important}.gap-xl-8{gap:3rem!important}.gap-xl-9{gap:3.375rem!important}.gap-xl-10{gap:3.75rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.375rem!important}.row-gap-xl-2{row-gap:.75rem!important}.row-gap-xl-3{row-gap:1.125rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:1.875rem!important}.row-gap-xl-s{row-gap:.1875rem!important}.row-gap-xl-m{row-gap:.5625rem!important}.row-gap-xl-l{row-gap:.75rem!important}.row-gap-xl-6{row-gap:2.25rem!important}.row-gap-xl-7{row-gap:2.625rem!important}.row-gap-xl-8{row-gap:3rem!important}.row-gap-xl-9{row-gap:3.375rem!important}.row-gap-xl-10{row-gap:3.75rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.375rem!important}.column-gap-xl-2{column-gap:.75rem!important}.column-gap-xl-3{column-gap:1.125rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:1.875rem!important}.column-gap-xl-s{column-gap:.1875rem!important}.column-gap-xl-m{column-gap:.5625rem!important}.column-gap-xl-l{column-gap:.75rem!important}.column-gap-xl-6{column-gap:2.25rem!important}.column-gap-xl-7{column-gap:2.625rem!important}.column-gap-xl-8{column-gap:3rem!important}.column-gap-xl-9{column-gap:3.375rem!important}.column-gap-xl-10{column-gap:3.75rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.375rem!important}.m-xxl-2{margin:.75rem!important}.m-xxl-3{margin:1.125rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:1.875rem!important}.m-xxl-s{margin:.1875rem!important}.m-xxl-m{margin:.5625rem!important}.m-xxl-l{margin:.75rem!important}.m-xxl-6{margin:2.25rem!important}.m-xxl-7{margin:2.625rem!important}.m-xxl-8{margin:3rem!important}.m-xxl-9{margin:3.375rem!important}.m-xxl-10{margin:3.75rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-xxl-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xxl-3{margin-right:1.125rem!important;margin-left:1.125rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-xxl-s{margin-right:.1875rem!important;margin-left:.1875rem!important}.mx-xxl-m{margin-right:.5625rem!important;margin-left:.5625rem!important}.mx-xxl-l{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xxl-6{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xxl-7{margin-right:2.625rem!important;margin-left:2.625rem!important}.mx-xxl-8{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-9{margin-right:3.375rem!important;margin-left:3.375rem!important}.mx-xxl-10{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-xxl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-3{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-xxl-s{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.my-xxl-m{margin-top:.5625rem!important;margin-bottom:.5625rem!important}.my-xxl-l{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-6{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xxl-7{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-xxl-8{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-9{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-xxl-10{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.375rem!important}.mt-xxl-2{margin-top:.75rem!important}.mt-xxl-3{margin-top:1.125rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:1.875rem!important}.mt-xxl-s{margin-top:.1875rem!important}.mt-xxl-m{margin-top:.5625rem!important}.mt-xxl-l{margin-top:.75rem!important}.mt-xxl-6{margin-top:2.25rem!important}.mt-xxl-7{margin-top:2.625rem!important}.mt-xxl-8{margin-top:3rem!important}.mt-xxl-9{margin-top:3.375rem!important}.mt-xxl-10{margin-top:3.75rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.375rem!important}.me-xxl-2{margin-right:.75rem!important}.me-xxl-3{margin-right:1.125rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:1.875rem!important}.me-xxl-s{margin-right:.1875rem!important}.me-xxl-m{margin-right:.5625rem!important}.me-xxl-l{margin-right:.75rem!important}.me-xxl-6{margin-right:2.25rem!important}.me-xxl-7{margin-right:2.625rem!important}.me-xxl-8{margin-right:3rem!important}.me-xxl-9{margin-right:3.375rem!important}.me-xxl-10{margin-right:3.75rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.375rem!important}.mb-xxl-2{margin-bottom:.75rem!important}.mb-xxl-3{margin-bottom:1.125rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:1.875rem!important}.mb-xxl-s{margin-bottom:.1875rem!important}.mb-xxl-m{margin-bottom:.5625rem!important}.mb-xxl-l{margin-bottom:.75rem!important}.mb-xxl-6{margin-bottom:2.25rem!important}.mb-xxl-7{margin-bottom:2.625rem!important}.mb-xxl-8{margin-bottom:3rem!important}.mb-xxl-9{margin-bottom:3.375rem!important}.mb-xxl-10{margin-bottom:3.75rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.375rem!important}.ms-xxl-2{margin-left:.75rem!important}.ms-xxl-3{margin-left:1.125rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:1.875rem!important}.ms-xxl-s{margin-left:.1875rem!important}.ms-xxl-m{margin-left:.5625rem!important}.ms-xxl-l{margin-left:.75rem!important}.ms-xxl-6{margin-left:2.25rem!important}.ms-xxl-7{margin-left:2.625rem!important}.ms-xxl-8{margin-left:3rem!important}.ms-xxl-9{margin-left:3.375rem!important}.ms-xxl-10{margin-left:3.75rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.375rem!important}.m-xxl-n2{margin:-.75rem!important}.m-xxl-n3{margin:-1.125rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-1.875rem!important}.m-xxl-ns{margin:-.1875rem!important}.m-xxl-nm{margin:-.5625rem!important}.m-xxl-nl{margin:-.75rem!important}.m-xxl-n6{margin:-2.25rem!important}.m-xxl-n7{margin:-2.625rem!important}.m-xxl-n8{margin:-3rem!important}.m-xxl-n9{margin:-3.375rem!important}.m-xxl-n10{margin:-3.75rem!important}.mx-xxl-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-xxl-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xxl-n3{margin-right:-1.125rem!important;margin-left:-1.125rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-xxl-ns{margin-right:-.1875rem!important;margin-left:-.1875rem!important}.mx-xxl-nm{margin-right:-.5625rem!important;margin-left:-.5625rem!important}.mx-xxl-nl{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xxl-n6{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-xxl-n7{margin-right:-2.625rem!important;margin-left:-2.625rem!important}.mx-xxl-n8{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n9{margin-right:-3.375rem!important;margin-left:-3.375rem!important}.mx-xxl-n10{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.my-xxl-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-xxl-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xxl-n3{margin-top:-1.125rem!important;margin-bottom:-1.125rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-xxl-ns{margin-top:-.1875rem!important;margin-bottom:-.1875rem!important}.my-xxl-nm{margin-top:-.5625rem!important;margin-bottom:-.5625rem!important}.my-xxl-nl{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xxl-n6{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-xxl-n7{margin-top:-2.625rem!important;margin-bottom:-2.625rem!important}.my-xxl-n8{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n9{margin-top:-3.375rem!important;margin-bottom:-3.375rem!important}.my-xxl-n10{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.mt-xxl-n1{margin-top:-.375rem!important}.mt-xxl-n2{margin-top:-.75rem!important}.mt-xxl-n3{margin-top:-1.125rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-1.875rem!important}.mt-xxl-ns{margin-top:-.1875rem!important}.mt-xxl-nm{margin-top:-.5625rem!important}.mt-xxl-nl{margin-top:-.75rem!important}.mt-xxl-n6{margin-top:-2.25rem!important}.mt-xxl-n7{margin-top:-2.625rem!important}.mt-xxl-n8{margin-top:-3rem!important}.mt-xxl-n9{margin-top:-3.375rem!important}.mt-xxl-n10{margin-top:-3.75rem!important}.me-xxl-n1{margin-right:-.375rem!important}.me-xxl-n2{margin-right:-.75rem!important}.me-xxl-n3{margin-right:-1.125rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-1.875rem!important}.me-xxl-ns{margin-right:-.1875rem!important}.me-xxl-nm{margin-right:-.5625rem!important}.me-xxl-nl{margin-right:-.75rem!important}.me-xxl-n6{margin-right:-2.25rem!important}.me-xxl-n7{margin-right:-2.625rem!important}.me-xxl-n8{margin-right:-3rem!important}.me-xxl-n9{margin-right:-3.375rem!important}.me-xxl-n10{margin-right:-3.75rem!important}.mb-xxl-n1{margin-bottom:-.375rem!important}.mb-xxl-n2{margin-bottom:-.75rem!important}.mb-xxl-n3{margin-bottom:-1.125rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-1.875rem!important}.mb-xxl-ns{margin-bottom:-.1875rem!important}.mb-xxl-nm{margin-bottom:-.5625rem!important}.mb-xxl-nl{margin-bottom:-.75rem!important}.mb-xxl-n6{margin-bottom:-2.25rem!important}.mb-xxl-n7{margin-bottom:-2.625rem!important}.mb-xxl-n8{margin-bottom:-3rem!important}.mb-xxl-n9{margin-bottom:-3.375rem!important}.mb-xxl-n10{margin-bottom:-3.75rem!important}.ms-xxl-n1{margin-left:-.375rem!important}.ms-xxl-n2{margin-left:-.75rem!important}.ms-xxl-n3{margin-left:-1.125rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-1.875rem!important}.ms-xxl-ns{margin-left:-.1875rem!important}.ms-xxl-nm{margin-left:-.5625rem!important}.ms-xxl-nl{margin-left:-.75rem!important}.ms-xxl-n6{margin-left:-2.25rem!important}.ms-xxl-n7{margin-left:-2.625rem!important}.ms-xxl-n8{margin-left:-3rem!important}.ms-xxl-n9{margin-left:-3.375rem!important}.ms-xxl-n10{margin-left:-3.75rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.375rem!important}.p-xxl-2{padding:.75rem!important}.p-xxl-3{padding:1.125rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:1.875rem!important}.p-xxl-s{padding:.1875rem!important}.p-xxl-m{padding:.5625rem!important}.p-xxl-l{padding:.75rem!important}.p-xxl-6{padding:2.25rem!important}.p-xxl-7{padding:2.625rem!important}.p-xxl-8{padding:3rem!important}.p-xxl-9{padding:3.375rem!important}.p-xxl-10{padding:3.75rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-xxl-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-xxl-3{padding-right:1.125rem!important;padding-left:1.125rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-xxl-s{padding-right:.1875rem!important;padding-left:.1875rem!important}.px-xxl-m{padding-right:.5625rem!important;padding-left:.5625rem!important}.px-xxl-l{padding-right:.75rem!important;padding-left:.75rem!important}.px-xxl-6{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xxl-7{padding-right:2.625rem!important;padding-left:2.625rem!important}.px-xxl-8{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-9{padding-right:3.375rem!important;padding-left:3.375rem!important}.px-xxl-10{padding-right:3.75rem!important;padding-left:3.75rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-xxl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-3{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-xxl-s{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.py-xxl-m{padding-top:.5625rem!important;padding-bottom:.5625rem!important}.py-xxl-l{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-6{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xxl-7{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-xxl-8{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-9{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-xxl-10{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.375rem!important}.pt-xxl-2{padding-top:.75rem!important}.pt-xxl-3{padding-top:1.125rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:1.875rem!important}.pt-xxl-s{padding-top:.1875rem!important}.pt-xxl-m{padding-top:.5625rem!important}.pt-xxl-l{padding-top:.75rem!important}.pt-xxl-6{padding-top:2.25rem!important}.pt-xxl-7{padding-top:2.625rem!important}.pt-xxl-8{padding-top:3rem!important}.pt-xxl-9{padding-top:3.375rem!important}.pt-xxl-10{padding-top:3.75rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.375rem!important}.pe-xxl-2{padding-right:.75rem!important}.pe-xxl-3{padding-right:1.125rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:1.875rem!important}.pe-xxl-s{padding-right:.1875rem!important}.pe-xxl-m{padding-right:.5625rem!important}.pe-xxl-l{padding-right:.75rem!important}.pe-xxl-6{padding-right:2.25rem!important}.pe-xxl-7{padding-right:2.625rem!important}.pe-xxl-8{padding-right:3rem!important}.pe-xxl-9{padding-right:3.375rem!important}.pe-xxl-10{padding-right:3.75rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.375rem!important}.pb-xxl-2{padding-bottom:.75rem!important}.pb-xxl-3{padding-bottom:1.125rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:1.875rem!important}.pb-xxl-s{padding-bottom:.1875rem!important}.pb-xxl-m{padding-bottom:.5625rem!important}.pb-xxl-l{padding-bottom:.75rem!important}.pb-xxl-6{padding-bottom:2.25rem!important}.pb-xxl-7{padding-bottom:2.625rem!important}.pb-xxl-8{padding-bottom:3rem!important}.pb-xxl-9{padding-bottom:3.375rem!important}.pb-xxl-10{padding-bottom:3.75rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.375rem!important}.ps-xxl-2{padding-left:.75rem!important}.ps-xxl-3{padding-left:1.125rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:1.875rem!important}.ps-xxl-s{padding-left:.1875rem!important}.ps-xxl-m{padding-left:.5625rem!important}.ps-xxl-l{padding-left:.75rem!important}.ps-xxl-6{padding-left:2.25rem!important}.ps-xxl-7{padding-left:2.625rem!important}.ps-xxl-8{padding-left:3rem!important}.ps-xxl-9{padding-left:3.375rem!important}.ps-xxl-10{padding-left:3.75rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.375rem!important}.gap-xxl-2{gap:.75rem!important}.gap-xxl-3{gap:1.125rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:1.875rem!important}.gap-xxl-s{gap:.1875rem!important}.gap-xxl-m{gap:.5625rem!important}.gap-xxl-l{gap:.75rem!important}.gap-xxl-6{gap:2.25rem!important}.gap-xxl-7{gap:2.625rem!important}.gap-xxl-8{gap:3rem!important}.gap-xxl-9{gap:3.375rem!important}.gap-xxl-10{gap:3.75rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.375rem!important}.row-gap-xxl-2{row-gap:.75rem!important}.row-gap-xxl-3{row-gap:1.125rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:1.875rem!important}.row-gap-xxl-s{row-gap:.1875rem!important}.row-gap-xxl-m{row-gap:.5625rem!important}.row-gap-xxl-l{row-gap:.75rem!important}.row-gap-xxl-6{row-gap:2.25rem!important}.row-gap-xxl-7{row-gap:2.625rem!important}.row-gap-xxl-8{row-gap:3rem!important}.row-gap-xxl-9{row-gap:3.375rem!important}.row-gap-xxl-10{row-gap:3.75rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.375rem!important}.column-gap-xxl-2{column-gap:.75rem!important}.column-gap-xxl-3{column-gap:1.125rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:1.875rem!important}.column-gap-xxl-s{column-gap:.1875rem!important}.column-gap-xxl-m{column-gap:.5625rem!important}.column-gap-xxl-l{column-gap:.75rem!important}.column-gap-xxl-6{column-gap:2.25rem!important}.column-gap-xxl-7{column-gap:2.625rem!important}.column-gap-xxl-8{column-gap:3rem!important}.column-gap-xxl-9{column-gap:3.375rem!important}.column-gap-xxl-10{column-gap:3.75rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}html.cap-native-android{--app-safe-area-top: 0px;--app-safe-area-bottom: env(safe-area-inset-bottom, 0px)}html.cap-native-android #root{min-height:var(--app-viewport-height)}html.cap-native-android .layout-header{padding-top:0;position:relative;z-index:1080}html.cap-native-android .app-header__actions{position:relative;z-index:1082}html.cap-native-android .app-notification-menu{z-index:1083}html.cap-native-android .app-android-sidebar-backdrop{background:#0f172a59;border:0;cursor:default;top:0;right:0;bottom:0;left:0;padding:0;position:fixed;z-index:1090}html.cap-native-android .app-header__menu-toggle{border-radius:50%!important;box-shadow:0 2px 10px #0f172a14;flex-shrink:0}html.cap-native-android .app-header__icon-btn{box-shadow:0 2px 10px #0f172a14}html.cap-native-android .app-header--dashboard,html.cap-native-android .app-header--page{padding:.2rem 1rem .45rem!important}html.cap-native-android .app-header--dashboard .app-header__inner{align-items:center;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"menu brand actions" "greeting greeting greeting";column-gap:.65rem;row-gap:.2rem}html.cap-native-android .app-header--dashboard .app-header__left{display:contents}html.cap-native-android .app-header--dashboard .app-header__menu-toggle{grid-area:menu;height:2.5rem;width:2.5rem}html.cap-native-android .app-header--dashboard .app-header__hospital-brand{grid-area:brand;justify-self:start;max-width:100%;min-width:0}html.cap-native-android .app-header--dashboard .app-header__greeting-wrap{grid-area:greeting;min-width:0;padding-top:.05rem}html.cap-native-android .app-header--dashboard .app-header__center-slot{display:none}html.cap-native-android .app-header--dashboard .app-header__actions{grid-area:actions;gap:.45rem}html.cap-native-android .app-header--dashboard .app-header__greeting{align-items:baseline;display:block;font-size:.98rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.cap-native-android .app-header--dashboard .app-header__greeting-emoji{display:inline;font-size:.9rem;margin-left:.25rem}html.cap-native-android .app-header--dashboard .app-header__date{font-size:.74rem;gap:.25rem;margin-top:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.cap-native-android .app-header--dashboard .app-header__date-icon{font-size:.85rem}html.cap-native-android .app-header--dashboard .app-header__icon-btn,html.cap-native-android .app-header--dashboard .app-header__avatar{height:2.45rem;width:2.45rem}html.cap-native-android .app-header--dashboard .app-header__avatar{font-size:.82rem}html.cap-native-android .app-header .app-profile-dropdown{display:none!important}html.cap-native-android .app-header--page .app-header__inner{gap:.65rem}html.cap-native-android .app-header--page .app-header__left{align-items:center;display:flex;gap:.55rem;min-width:0}html.cap-native-android .app-header--page .app-header__menu-toggle{height:2.5rem;width:2.5rem}html.cap-native-android .app-header--page .app-header__hospital-brand{flex:0 1 auto;max-width:8.5rem;min-width:0}html.cap-native-android .app-header--page .app-header__greeting{font-size:1.05rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.cap-native-android .app-header__hospital-logo{display:block;height:2rem;max-width:100%;object-fit:contain;object-position:left center;width:auto}html.cap-native-android .app-header__hospital-logo--placeholder{opacity:.72}html.cap-native-android .app-sidebar__profile-footer{border-top:1px solid rgba(255,255,255,.14);flex-shrink:0;margin-top:auto;padding:.85rem .75rem calc(.85rem + var(--app-safe-area-bottom));position:relative;z-index:1}html.cap-native-android .app-sidebar__profile-footer.is-collapsed{display:flex;justify-content:center;padding-inline:.35rem}html.cap-native-android .app-sidebar__profile-main{align-items:center;background:transparent;border:0;color:#fff;display:flex;gap:.65rem;min-width:0;padding:0;text-align:left;width:100%}html.cap-native-android .app-sidebar__profile-avatar{align-items:center;background:#dbeafe;color:#2563eb;display:inline-flex;flex-shrink:0;font-size:.82rem;font-weight:700;height:2.5rem;justify-content:center;overflow:hidden;width:2.5rem}html.cap-native-android .app-sidebar__profile-name{font-size:.88rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.cap-native-android .app-sidebar__footer{display:none}html.cap-native-android .app-layout-shell.layout--tablet .layout-aside{inset:0 auto 0 0;height:var(--app-viewport-height)}html.cap-native-android .app-layout-shell.layout--tablet .layout{--bs-layout-sidebar-width: 0px !important;grid-template-columns:1fr!important;grid-template-areas:"layout-header" "layout-content"!important}html.cap-native-android .app-layout-shell.layout--tablet .layout-aside{min-width:0!important;overflow:hidden;pointer-events:none;width:0!important;z-index:1100}html.cap-native-android .app-layout-shell.layout--tablet:not(.layout--menu-collapsed) .layout-aside{min-width:250px!important;overflow:visible;pointer-events:auto;width:250px!important}html.cap-native-android .app-layout-shell.layout--tablet .layout-content,html.cap-native-android .app-layout-shell.layout--tablet .layout-header{max-width:100%;min-width:0;padding-left:0!important}html.cap-native-android .app-layout-shell.layout--tablet .layout-header{overflow:visible!important}html.cap-native-android .app-layout-shell.layout--tablet .layout-content{overflow-x:hidden}html.cap-native-android .app-layout-shell.layout--tablet.layout--menu-collapsed .layout-aside{min-width:0!important;overflow:hidden;pointer-events:none!important;width:0!important}html.cap-native-android .app-header{overflow:visible!important}html.cap-native-android .layout-content,html.cap-native-android .dashboard-page,html.cap-native-android .staff-dashboard-page{box-sizing:border-box;max-width:100%;min-width:0;overflow-x:hidden}html.cap-native-android .staff-dash-summary-grid,html.cap-native-android .staff-dash-summary-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))!important}html.cap-native-android .staff-dash-android-today{margin-bottom:.75rem}html.cap-native-android .staff-dash-duty-row,html.cap-native-android .staff-dash-main-grid,html.cap-native-android .staff-dash-insight-grid{grid-template-columns:1fr!important}html.cap-native-android .staff-dash-summary-card,html.cap-native-android .staff-dash-today-duty,html.cap-native-android .staff-dash-same-dept,html.cap-native-android .staff-dash-duty-row>*,html.cap-native-android .staff-dash-main-grid__primary,html.cap-native-android .staff-dash-main-grid__sidebar{max-width:100%;min-width:0}html.cap-native-android .staff-dash-summary-card__title,html.cap-native-android .staff-dash-card-action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.cap-native-android .vh-100{box-sizing:border-box;min-height:calc(var(--app-viewport-height) - var(--app-safe-area-top) - var(--app-safe-area-bottom))!important;height:auto!important;padding-top:var(--app-safe-area-top);padding-bottom:var(--app-safe-area-bottom)}html.cap-native-android .app-notification-menu,html.cap-native-android .app-profile-menu{max-height:calc(var(--app-viewport-height) - var(--app-safe-area-top) - 5rem);overflow-y:auto}html.cap-native-android .app-notification-menu{left:auto!important;margin:0;max-width:min(24rem,100vw - 1.5rem)!important;min-width:min(22rem,100vw - 1.5rem)!important;position:absolute!important;right:0!important;top:100%!important;width:auto!important;z-index:1083!important}html.cap-native-android .modal.show{z-index:2100}html.cap-native-android .modal{align-items:center!important;display:flex!important;justify-content:center!important;padding:calc(var(--app-safe-area-top) + .75rem) .75rem calc(var(--app-safe-area-bottom) + .75rem)!important}html.cap-native-android .modal-dialog{margin:0 auto!important;max-height:calc(100% - var(--app-safe-area-top) - var(--app-safe-area-bottom) - 1.5rem);width:min(100%,var(--bs-modal-width, 650px))}html.cap-native-android .modal-dialog-scrollable{max-height:calc(100% - var(--app-safe-area-top) - var(--app-safe-area-bottom) - 1.5rem)}html.cap-native-android .birthday-wish-modal{margin:0 auto}html.cap-native-android .staff-calendar-scroll--weekly .staff-calendar-roster-strip,html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__grid,html.cap-native-android .staff-calendar-scroll--monthly .staff-calendar-roster-strip,html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.5rem}html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day{min-height:6.5rem;padding:.45rem .35rem}html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day strong{font-size:.66rem;line-height:1.2}html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day small,html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day .small{font-size:.58rem}html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day .staff-dash-weekly__day-meta{font-size:.58rem}html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day .staff-dash-weekly__day-subtitle,html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day .staff-dash-weekly__day-status{font-size:.56rem}html.cap-native-android .staff-calendar-scroll--weekly .staff-dash-weekly__day .staff-calendar-duty-tag{font-size:.58rem;padding:.14rem .35rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day{min-height:5rem;padding:.4rem .3rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day strong{font-size:.62rem;line-height:1.15}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day small,html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day .small{font-size:.54rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day .staff-dash-weekly__day-meta{font-size:.54rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day .staff-dash-weekly__day-subtitle,html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day .staff-dash-weekly__day-status{font-size:.52rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day .staff-calendar-duty-tag{font-size:.52rem;padding:.12rem .3rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day.staff-dash-weekly__day--compact{min-height:4.75rem}html.cap-native-android .staff-calendar-scroll--monthly .staff-dash-weekly__day.staff-dash-weekly__day--muted{min-height:4.25rem}html.cap-native-android .profile-tabs{display:flex;flex-wrap:nowrap;width:100%}html.cap-native-android .profile-tabs .nav-item{flex:1 1 0;min-width:0}html.cap-native-android .profile-tabs .nav-link{font-size:.72rem;padding:.45rem .25rem!important;text-align:center;white-space:nowrap;width:100%}html.cap-native-android .profile-meta-block{display:flex;flex-direction:column;gap:.65rem}html.cap-native-android .profile-android-logout{align-self:center;font-size:.82rem;font-weight:600;margin:.25rem auto 0;min-width:9rem;padding:.45rem 1.25rem}html.cap-native-android .profile-android-logout:disabled{opacity:.65}html.cap-native-android .tabbed-page--leaves{margin-top:.35rem!important}html.cap-native-android .tabbed-page--leaves .tabbed-page__header{padding-left:.65rem!important;padding-right:.65rem!important}html.cap-native-android .tabbed-page--leaves .leaves-day-offs-panel{padding:.1rem .65rem calc(.9rem + var(--app-safe-area-bottom))!important}html.cap-native-android .tabbed-page--leaves .app-page-tabs__tab{border-radius:.55rem .55rem 0 0;font-size:.72rem;padding:.5rem .35rem .48rem}html.cap-native-android .tabbed-page--leaves .listing-table,html.cap-native-android .tabbed-page--leaves .listing-table.table-outer,html.cap-native-android .tabbed-page--leaves .listing-table--officer-requests{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}html.cap-native-android .tabbed-page--leaves .listing-table thead,html.cap-native-android .tabbed-page--leaves .listing-table .listing-table__head{display:none!important}html.cap-native-android .tabbed-page--leaves .listing-table__footer{border-top:0;background:transparent;padding:.5rem 0 0}html.cap-native-android .tabbed-page--leaves .officer-request-card{gap:.28rem}html.cap-native-android .tabbed-page--leaves .officer-request-card__primary{padding-right:2.5rem}html.cap-native-android .tabbed-page--leaves .officer-request-card__date{font-size:.84rem;letter-spacing:-.01em;white-space:nowrap}html.cap-native-android .tabbed-page--leaves .officer-request-card__secondary{font-size:.74rem}html.cap-native-android .tabbed-page--leaves .officer-request-card__status .badge,html.cap-native-android .tabbed-page--leaves .officer-request-card__status .badge>span{font-size:.66rem!important}html.cap-native-android .staff-dash-report-bar{margin-left:0;margin-right:0;border-radius:.75rem}html.cap-native-android .staff-daily-report-readonly{min-height:7.5rem;font-size:.92rem}html.cap-native-android .staff-calendar-floating-tooltip--day-roster,html.cap-native-android .staff-calendar-floating-tooltip--report{max-width:min(22rem,100vw - 1.25rem);z-index:2400}html.cap-native-android .staff-dash-weekly__day--hoverable{-webkit-tap-highlight-color:rgba(148,27,47,.08)}html.cap-native-android .staff-calendar-roster-more{font-weight:700;color:#941b2f}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:root{--app-page-padding: clamp(1rem, 1.4vw, 3rem);--app-section-gap: clamp(.875rem, 1vw, 1.5rem);--app-wide-max-width: 1920px;--app-viewport-height: 100vh;--app-content-surface-bg: #fbf7ef}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}a,a:hover{text-decoration:none}a img,:link img{border:0}address{font-style:normal}fieldset{border:0}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:500}hr.hr{color:#212529;height:3px;margin:0 auto}img{max-width:100%;height:auto}.rotate-180{transform:rotate(180deg)}a,a:hover{text-decoration:none;color:#212529}.app-submit-button{background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important;border-radius:.5rem!important;color:#fff!important;font-weight:600;white-space:nowrap}.app-submit-button:hover,.app-submit-button:focus,.app-submit-button:active,.app-submit-button:disabled{color:#fff!important}.app-submit-button--send{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.35rem .95rem;line-height:1.2}.app-submit-button__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:1.05rem;line-height:1;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;transform:translateY(-.5px)}.app-submit-button__label{display:inline-block;line-height:1.2}.btn.btn-primary:not(.btn-link){background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important;color:#fff!important}.btn.btn-primary:not(.btn-link):hover,.btn.btn-primary:not(.btn-link):focus,.btn.btn-primary:not(.btn-link):active{background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important;color:#fff!important;filter:brightness(.94)}.btn.btn-primary:not(.btn-link):disabled,.btn.btn-primary:not(.btn-link).disabled{color:#fff!important;filter:none;opacity:.65}.hospital-mode-banner{padding:.35rem .85rem!important;min-height:0;line-height:1.25}.hospital-mode-banner__text{font-size:.8125rem;line-height:1.25}.hospital-mode-banner__exit{padding:.15rem .55rem;font-size:.75rem;line-height:1.2;white-space:nowrap}.app-layout-shell{height:100%;min-height:var(--app-viewport-height)}.app-layout-shell.layout--tablet .layout{--bs-layout-sidebar-width: 60px}.app-layout-shell.layout--tablet .layout-content,.app-layout-shell.layout--tablet .layout-header{padding-left:var(--bs-layout-sidebar-width)}.app-layout-shell.layout--tablet .layout-aside{position:fixed!important;inset:0 auto 0 0;z-index:1070;height:var(--app-viewport-height);background-color:#fff}.app-layout-shell.layout--tablet:not(.layout--menu-collapsed) .layout-aside{min-width:250px!important;width:250px!important;box-shadow:.75rem 0 1.5rem #0f172a1f}.app-layout-shell.layout--menu-collapsed .layout{--bs-layout-sidebar-width: 60px}.app-layout-shell.layout--menu-collapsed .layout-aside{min-width:60px!important;width:60px!important;opacity:1;transform:none}.app-layout-shell.layout--menu-collapsed .app-sidebar__brand{justify-content:center}.app-layout-shell.layout--menu-collapsed .app-menu-toggle{display:inline-flex!important;margin-inline:auto}.app-layout-shell.layout--menu-collapsed .app-sidebar__logo{display:none!important}.app-layout-shell.layout--menu-collapsed .app-sidebar__nav{display:flex!important;align-items:center;padding-inline-start:5px!important;padding-inline-end:2px!important}.app-layout-shell.layout--menu-collapsed .app-sidebar__nav .nav-item{width:100%}.app-layout-shell.layout--menu-collapsed .app-sidebar__nav .nav-link{position:relative;display:flex;justify-content:center;min-height:2.75rem;padding:.625rem!important}.app-layout-shell.layout--menu-collapsed .app-sidebar__nav .stack{justify-content:center!important;width:100%}.app-layout-shell.layout--menu-collapsed .app-sidebar__nav-label{display:none!important}.app-layout-shell.layout--menu-collapsed .app-sidebar__nav-floating-tooltip{display:inline-block}.layout{--bs-layout-bg: var(--bs-body-bg);--bs-layout-sidebar-width: 250px;--bg-layout-content-radius: 0 0 0 0;--bs-layout-content-bg: var(--app-content-surface-bg);transition:grid-template-columns .2s ease}.layout-header{background-color:var(--app-content-surface-bg);overflow:visible;z-index:1020}.layout-content{min-width:0;overflow-x:visible;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.layout-content::-webkit-scrollbar{width:14px}.layout-content::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.layout-content::-webkit-scrollbar-track{background:#fff}.layout-content>div:first-child:not(.duty-assignment-page){min-width:0}.layout-aside{background:#4f1319 url(/images/sidebarbg.png) repeat-x center bottom;background-size:auto 100%;transition:width .2s ease,min-width .2s ease,transform .2s ease,opacity .2s ease;position:relative;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.layout-aside::-webkit-scrollbar{width:14px}.layout-aside::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.layout-aside::-webkit-scrollbar-track{background:#fff}.layout-aside:has(.staff-dash-need-help){background-image:linear-gradient(180deg,#4f1319,#3c1a1e 40%,#4f1319)}.app-menu-toggle{position:relative;flex-direction:column;flex:0 0 auto;gap:.1875rem;height:2.375rem;width:2.375rem}.app-menu-toggle span{display:block;width:1rem;height:.125rem;background:#334155;border-radius:999px;transition:opacity .15s ease,transform .15s ease;transform-origin:center}.app-menu-toggle.is-open span:nth-child(1){transform:translateY(.3125rem) rotate(45deg)}.app-menu-toggle.is-open span:nth-child(2){opacity:0}.app-menu-toggle.is-open span:nth-child(3){transform:translateY(-.3125rem) rotate(-45deg)}.app-profile-dropdown{position:relative}.app-profile-toggle{width:2.6rem;height:2.6rem;background:transparent}.app-profile-toggle:after{display:none!important}.app-profile-menu{position:absolute!important;display:block;top:100%!important;right:0!important;left:auto!important;min-width:190px;transform:none!important}.app-notification-badge{font-size:.625rem;line-height:1;min-width:1.05rem;padding:.15rem .3rem;top:-.15rem;right:-.1rem}.app-notification-menu{min-width:22rem;max-width:min(24rem,100vw - 2rem)}.app-notification-list{display:flex;flex-direction:column;gap:.4rem;max-height:22rem;overflow-y:auto;padding-right:.125rem}.app-notification-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;color:#6c757d;display:flex;gap:.35rem;padding:.42rem .42rem .42rem .625rem;text-align:left;width:100%}.app-notification-item:hover{background:rgba(var(--bs-primary-rgb),.08);border-color:rgba(var(--bs-primary-rgb),.22)}.app-notification-item--unread{background:#fff;color:#212529;font-weight:700}.app-notification-item--unread .app-notification-item__title,.app-notification-item--unread .app-notification-item__message{font-weight:700}.app-notification-item__content{background:transparent;border:0;color:inherit;cursor:pointer;flex:1 1 auto;font-weight:inherit;min-width:0;padding:0;text-align:left}.app-notification-item__content:focus{outline:none}.app-notification-item__remove{align-items:center;background:transparent;border:0;border-radius:999px;color:#94a3b8;display:inline-flex;flex:0 0 auto;height:1.5rem;justify-content:center;padding:0;width:1.5rem}.app-notification-item__remove:hover,.app-notification-item__remove:focus{background:#ef44441a;color:#dc2626;outline:none}.app-notification-item__title,.app-notification-item__message,.app-notification-item__time{display:block}.app-notification-item__title{color:#212529;font-size:.76rem;font-weight:600;line-height:1.15}.app-notification-item__message{font-size:.72rem;font-weight:500;line-height:1.25;margin-top:.1rem;white-space:normal}.app-notification-item__meta{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem}.app-notification-item__time{color:#6c757d;font-size:.66rem;font-weight:500;margin-top:0}.app-notification-status{align-self:flex-start;border-radius:999px;display:inline-flex;font-size:.64rem;font-weight:700;line-height:1;margin-top:0;padding:.2rem .42rem}.app-notification-status--applied{background:#3b82f61f;color:#1d4ed8}.app-notification-status--approved{background:#22c55e24;color:#15803d}.app-notification-status--partial{background:#f59e0b29;color:#b45309}.app-notification-status--rejected{background:#ef444424;color:#b91c1c}.app-notification-view-all{color:var(--bs-primary);font-size:.8rem;text-decoration:none}.app-notification-view-all:hover,.app-notification-view-all:focus{color:var(--bs-primary);text-decoration:underline}.app-notification-modal-body{padding:.1rem 1.2rem}.app-notification-modal-body .app-notification-list{max-height:min(32rem,65vh)}.app-flash-alert{position:relative;opacity:1;transform:translateY(0);transition:opacity .35s ease,transform .35s ease}.app-flash-alert--toast{position:fixed;top:1rem;right:1rem;z-index:2100;width:min(24rem,100vw - 2rem);margin:0!important;box-shadow:0 1rem 2.5rem #0f172a2e;font-size:.9rem;line-height:1.45}.app-flash-alert--visible{animation:app-flash-message-in .22s ease both}.app-flash-alert--leaving{opacity:0;transform:translateY(-.35rem)}@keyframes app-flash-message-in{0%{opacity:0;transform:translateY(-.35rem)}to{opacity:1;transform:translateY(0)}}.app-sidebar{--bs-navbar-color: var(--app-content-surface-bg);--bs-navbar-hover-color: #fff;--bs-navbar-active-color: #fff;--bs-nav-link-padding-x: .55rem;position:relative}.app-sidebar__nav-icon{color:currentColor;font-size:1.25rem;line-height:1}.app-sidebar .app-sidebar__nav{position:relative;z-index:3}.app-sidebar .app-sidebar__nav .nav-link{color:var(--bs-navbar-color);padding-right:.4rem!important;white-space:nowrap}.app-sidebar .app-sidebar__nav .nav-link:hover,.app-sidebar .app-sidebar__nav .nav-link:focus-visible{color:var(--bs-navbar-hover-color)}.app-sidebar .app-sidebar__nav .nav-link.active{color:var(--bs-navbar-active-color)}.app-sidebar .nav-link .app-sidebar__nav-icon{flex:0 0 auto}.app-sidebar .nav-link .stack{gap:.35rem!important;min-width:0;width:100%}.app-sidebar__nav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar__group{display:grid;gap:.15rem}.app-sidebar__group-toggle{display:flex;align-items:center;border:0;background:transparent;color:var(--app-content-surface-bg);font-size:15px;font-weight:500;text-align:left;width:100%;border-radius:.5rem;white-space:nowrap}.app-sidebar__group-toggle:hover,.app-sidebar__group-toggle:focus-visible{color:#fff}.app-sidebar__group-toggle.is-active{background:#ffffff1a;box-shadow:none;color:#fff}.app-sidebar__group-chevron{color:#ffffffb8;font-size:1.1rem}.app-sidebar__subnav{display:grid;gap:.1rem;padding-left:.35rem;margin-left:.85rem;border-left:0}.app-sidebar__subnav .app-sidebar__nav-link--child{padding-left:.35rem!important;font-size:.88rem}.app-sidebar__subnav .app-sidebar__nav-link--child.active{box-shadow:none}.tabbed-page{overflow:visible}.tabbed-page__header{padding:.5rem 1.5rem 0;overflow:visible;background:transparent;border-bottom:0}.tabbed-page__header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;flex-wrap:wrap;min-height:2.75rem;border-bottom:2px solid rgba(79,19,25,.28)}.tabbed-page__title{margin:0 0 .65rem;color:#0f172a;font-size:clamp(1.1rem,1.4vw,1.45rem);font-weight:800;line-height:1.2}.tabbed-page__tabs{margin-bottom:0;overflow:visible;flex:1 1 auto;min-width:0}.tabbed-page__toolbar-bar{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;min-height:2.5rem;margin:0 0 .35rem;flex:0 0 auto;overflow:visible}.tabbed-page__content>.stack,.tabbed-page__content>div>.stack{padding-top:.5rem!important}.tabbed-page--org-data .tabbed-page__header{padding-top:.75rem;padding-bottom:0;overflow:visible}.tabbed-page--org-data .tabbed-page__header-row{align-items:stretch}.tabbed-page--org-data .tabbed-page__toolbar-bar{margin:0;padding:.65rem 0 .2rem;min-height:auto;justify-content:flex-end}.tabbed-page--org-data .tabbed-page__content>.stack{padding-top:.5rem!important}.tabbed-page--leaves .tabbed-page__header{padding-bottom:0}.tabbed-page--leaves .tabbed-page__header-row{align-items:stretch}.tabbed-page--leaves .tabbed-page__toolbar-bar{margin:0;padding:.65rem 0 .2rem;min-height:auto;justify-content:flex-end}.tabbed-page--leaves .tabbed-page__content>.stack{padding-top:.5rem!important}.tabbed-page--no-local-title .tabbed-page__header{padding-top:.75rem;padding-bottom:0;overflow:visible}.app-page-tabs{display:flex;align-items:stretch;flex-wrap:wrap;gap:0;margin:0;padding:0;width:100%;border-bottom:2px solid rgba(79,19,25,.28);background:transparent}.app-page-tabs__tab{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.72rem 1rem .68rem;color:#4f1319;font-size:.8125rem;font-weight:600;line-height:1.25;text-decoration:none;background:#4f13190f;border:0;border-bottom:2px solid transparent;border-radius:0;box-shadow:none;cursor:pointer;white-space:nowrap;margin-bottom:-2px;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.app-page-tabs__tab:hover:not(.is-active),.app-page-tabs__tab:focus-visible:not(.is-active){color:#4f1319;background:#4f13191a;text-decoration:none;box-shadow:none;outline:none}.app-page-tabs__tab:not(.is-active)+.app-page-tabs__tab:not(.is-active){border-left:1px solid rgba(79,19,25,.14)}.app-page-tabs__tab.is-active{color:#fff;background:var(--bs-primary);border-bottom-color:var(--bs-primary);box-shadow:none}.app-page-tabs__tab.is-active:hover,.app-page-tabs__tab.is-active:focus-visible{color:#fff;background:var(--bs-primary);text-decoration:none;box-shadow:none;outline:none}.app-page-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;color:#fff;font-size:.62rem;font-weight:800;background:#dc2626;border-radius:999px}.tabbed-page__header-row .app-page-tabs{width:auto;flex:1 1 auto;border-bottom:0}@media(max-width:767.98px){.tabbed-page__header-row{align-items:flex-start}.app-page-tabs{flex-wrap:nowrap;max-width:100%;overflow-x:auto;padding-bottom:.1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.app-page-tabs::-webkit-scrollbar{display:none}.app-page-tabs__tab{flex-shrink:0}.tabbed-page--leaves{margin-top:.5rem!important}.tabbed-page--leaves .tabbed-page__header{padding-left:.75rem!important;padding-right:.75rem!important;gap:.5rem}.tabbed-page--leaves .tabbed-page__header-row{width:100%}.tabbed-page--leaves .tabbed-page__tabs,.tabbed-page--leaves .app-page-tabs{width:100%;border-bottom:0}.tabbed-page--leaves .app-page-tabs__tab{flex:1 1 0;justify-content:center;min-width:0;padding:.55rem .45rem .52rem;font-size:.74rem;border-radius:.55rem .55rem 0 0}.tabbed-page--leaves .tabbed-page__toolbar-bar{width:100%;display:flex;justify-content:flex-end}.tabbed-page--leaves .leaves-day-offs-panel{padding:.15rem .75rem 1rem!important;width:100%}.tabbed-page--leaves .listing-filter-actions{gap:.4rem;width:100%;justify-content:flex-end}.tabbed-page--leaves .listing-page-action-btn{font-size:.78rem;padding:.42rem .7rem}.tabbed-page--leaves .listing-table,.tabbed-page--leaves .listing-table.table-outer,.tabbed-page--leaves .listing-table.table-common,.tabbed-page--leaves .listing-table--officer-requests{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;overflow:visible;width:100%}.tabbed-page--leaves .listing-table__footer{margin-top:.25rem;padding:.55rem 0 0;border-top:0;background:transparent}.tabbed-page--leaves .listing-table thead,.tabbed-page--leaves .listing-table .listing-table__head,.tabbed-page--leaves .listing-table th.listing-table__head{display:none!important}.tabbed-page--leaves .listing-table--officer-requests .table,.tabbed-page--leaves .listing-table--officer-requests .listing-table__grid{min-width:auto!important;width:100%;background:transparent}.tabbed-page--leaves .listing-table--officer-requests tbody{display:block;width:100%}.tabbed-page--leaves .listing-table--officer-requests tr,.tabbed-page--leaves .listing-table--officer-requests tr.listing-table__row{display:block;position:relative;width:100%;margin:0 0 .6rem;padding:.8rem 2.6rem .8rem .85rem;border:1px solid rgba(226,232,240,.95);border-radius:.85rem;background:#fff;box-shadow:0 .35rem 1rem #0f172a0a}.tabbed-page--leaves .listing-table--officer-requests tr td,.tabbed-page--leaves .listing-table--officer-requests tr.listing-table__row td{display:block;width:100%;padding:0!important;border:0!important;background:transparent!important}.tabbed-page--leaves .listing-table--officer-requests tr td:before,.tabbed-page--leaves .listing-table--officer-requests tr.listing-table__row td:before{content:none!important}.tabbed-page--leaves .listing-table--officer-requests tr td[data-label=Action],.tabbed-page--leaves .listing-table--officer-requests tr td.text-end,.tabbed-page--leaves .listing-table--officer-requests tr.listing-table__row td[data-label=Action],.tabbed-page--leaves .listing-table--officer-requests tr.listing-table__row td.text-end{position:absolute;right:.3rem;top:.4rem;width:auto}.tabbed-page--leaves .listing-table:not(.listing-table--officer-requests) .table:has([data-label]) tr{margin-bottom:.6rem;border:1px solid rgba(226,232,240,.95);border-radius:.85rem;background:#fff;box-shadow:0 .35rem 1rem #0f172a0a;border-bottom-color:#e2e8f0f2}}.org-data-panel{padding:.35rem 1.5rem 1.5rem}.officer-request-card{display:flex;flex-direction:column;gap:.3rem;min-width:0;width:100%;padding-right:.15rem}.officer-request-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;min-width:0}.officer-request-card__row--mid{align-items:center}.officer-request-card__row--bottom{align-items:center;margin-top:.15rem}.officer-request-card__primary{min-width:0;width:100%;padding-right:2.35rem}.officer-request-card__date{display:block;overflow:hidden;color:#0f172a;font-size:.86rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.officer-request-card__status{flex:0 0 auto;max-width:48%}.officer-request-card__status .badge{max-width:100%;padding:.2rem .45rem!important;font-size:.68rem;font-weight:600;line-height:1.2;white-space:nowrap}.officer-request-card__status .badge>span{font-size:.68rem!important;line-height:1.2}.officer-request-card__secondary{flex:1 1 auto;min-width:0;color:#64748b;font-size:.76rem;font-weight:500;line-height:1.3}.officer-request-card__secondary-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.officer-request-card__secondary-spacer{flex:1 1 auto;min-width:0}.officer-request-card__duty-change{display:flex;align-items:center;flex-wrap:wrap;gap:.28rem;min-width:0}.officer-request-card__duty-from,.officer-request-card__duty-to{color:#334155;font-size:.78rem;font-weight:600;line-height:1.3}.officer-request-card__duty-arrow{color:#94a3b8;font-size:.95rem;line-height:1}.officer-request-card__badges{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0}.officer-request-card__badges .badge{font-size:.72rem;font-weight:600}.officer-request-card__reason-text{display:block;max-width:14rem;overflow:hidden;color:#64748b;font-size:.74rem;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.officer-request-card__meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:.2rem;flex:0 0 auto;margin-left:auto}.listing-table--officer-requests .listing-table__grid--officer-requests .listing-table__head:first-child,.listing-table--officer-requests .listing-table__grid--officer-requests th.listing-table__head:first-child{width:auto}.listing-table--officer-requests .listing-table__grid--officer-requests .listing-table__head:last-child,.listing-table--officer-requests .listing-table__grid--officer-requests th.listing-table__head:last-child{width:3.5rem}.listing-table--officer-requests .listing-table__grid--officer-requests .officer-request-card-cell{min-width:0}.leaves-day-offs-panel{padding:.35rem 1rem 1.5rem}@media(min-width:768px){.leaves-day-offs-panel{padding:.35rem 2rem 1.5rem}}.listing-filter-actions{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.listing-filter-toggle{border-radius:.5rem!important;min-width:2rem;min-height:2rem;padding:.35rem!important}.listing-filter-toggle__badge{position:absolute;top:-.3rem;right:-.3rem;min-width:1rem;height:1rem;padding:0 .25rem;font-size:.62rem;font-weight:800;line-height:1rem}@media(min-width:992px){.staff-listing-filter-fields{flex-wrap:nowrap!important}.staff-listing-filter-fields>[class*=col]{min-width:0}.staff-listing-filter-fields .col-lg-auto{flex:0 0 auto;width:auto;max-width:none}}.listing-page-action-btn{padding:.35rem .8rem!important;font-size:.8rem!important;font-weight:700!important;border-radius:.5rem!important;min-height:2rem;line-height:1.2}.org-data-filters{width:100%;margin-bottom:.25rem}.org-data-name--header{font-size:inherit;font-weight:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit}.org-data-name--header .org-data-name__icon--placeholder{visibility:hidden}.org-data-name{display:inline-flex;align-items:center;gap:.6rem;color:#0f172a;font-size:.86rem;font-weight:800}.org-data-name__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.6rem;background:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary);flex:0 0 auto}.org-data-text{color:#64748b;font-size:.82rem;font-weight:600;line-height:1.35}.org-data-positions{display:flex;flex-wrap:wrap;gap:.45rem}.org-data-status{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .62rem;border-radius:999px;font-size:.72rem;font-weight:800;line-height:1;white-space:nowrap}.org-data-status__dot{width:.42rem;height:.42rem;border-radius:999px;flex:0 0 auto}.org-data-status__label{color:inherit}.org-data-status--active{color:#166534;background:#dcfce7}.org-data-status--active .org-data-status__dot{background:#16a34a}.org-data-status--inactive{color:#991b1b;background:#fee2e2}.org-data-status--inactive .org-data-status__dot{background:#dc2626}.org-data-level-tag{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:999px;font-size:.72rem;font-weight:800;line-height:1;white-space:nowrap}.org-data-level-tag--info{color:#0369a1;background:#e0f2fe}.org-data-level-tag--warning{color:#b45309;background:#ffedd5}.org-data-level-tag--success{color:#15803d;background:#dcfce7}.org-data-level-tag--primary{color:#1d4ed8;background:#dbeafe}.org-data-level-tag--neutral{color:#475569;background:#f1f5f9}.app-sidebar.is-collapsed .app-sidebar__brand{justify-content:center}.app-sidebar.is-collapsed .app-sidebar__logo,.app-sidebar.is-collapsed .app-sidebar__nav-label{display:none!important}.app-sidebar.is-collapsed .app-sidebar__nav{align-items:center;padding-inline:.375rem!important}.app-sidebar.is-collapsed .app-sidebar__nav .nav-item{width:100%}.app-sidebar.is-collapsed .app-sidebar__nav .nav-link{display:flex;justify-content:center;min-height:2.75rem;padding:.625rem!important}.app-sidebar.is-collapsed .app-sidebar__nav .stack{justify-content:center!important;width:100%}.layout-aside:has(.app-sidebar.is-collapsed),[class*=layout-aside]:has(.app-sidebar.is-collapsed){min-width:60px!important;width:60px!important}.app-sidebar__nav-floating-tooltip{display:none;position:fixed;z-index:1080;padding:.475rem .925rem;color:#fff;font-size:.75rem;background:#1e293bf0;border-radius:.4rem;box-shadow:0 .5rem 1rem #0f172a33;pointer-events:none;transform:translateY(-50%)}#duty-date{text-align:center}#duty-date::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.duty-assignment-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:1rem}.duty-assignment-toolbar__meta{justify-self:start}.duty-assignment-toolbar__date{justify-self:center}.duty-assignment-toolbar__actions{display:flex;align-items:end;justify-self:end;gap:.5rem}.duty-assignment-headerbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;min-height:2.25rem}.duty-assignment-headerbar__meta{justify-self:start;min-width:0}.duty-assignment-headerbar__actions{display:flex;align-items:center;justify-content:center;gap:.25rem;justify-self:center}.app-header{background:var(--app-content-surface-bg);border-bottom:none;z-index:1020}.app-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.app-header__left{display:flex;align-items:center;gap:.75rem;min-width:0}.app-header__menu-toggle{width:2.25rem;height:2.25rem;border-radius:.65rem!important;box-shadow:0 .25rem .75rem #0f172a14}.app-header__greeting-wrap{min-width:0}.app-header__greeting{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin:0;color:#0f172a;font-size:clamp(1rem,1.2vw,1.35rem);font-weight:800;line-height:1.2}.app-header__greeting-emoji{font-size:1rem;line-height:1}.app-header__date,.app-header__subtitle{display:inline-flex;align-items:center;gap:.35rem;margin:.2rem 0 0;color:#64748b;font-size:.82rem;font-weight:600}.app-header__date-text{font-variant-numeric:tabular-nums;letter-spacing:.01em}.app-header__subtitle{display:block;line-height:1.35;max-width:36rem}.app-header__date-icon{font-size:.95rem;line-height:1}.app-header__actions{display:flex;align-items:center;gap:.75rem;flex:0 0 auto}.app-header__icon-btn{width:2.6rem;height:2.6rem;background:#fff;box-shadow:none}.app-header__icon-btn:hover,.app-header__icon-btn:focus-visible{background:#fff;box-shadow:none}.app-header__avatar{width:2.6rem;height:2.6rem;overflow:hidden;background:#dbeafe;color:#2563eb;font-size:.9rem;line-height:1}.app-header--dashboard{padding-top:.75rem;padding-bottom:.5rem;margin-bottom:0}.app-header--page{margin-bottom:0;padding-bottom:.65rem}.app-header--duty-assignment{padding-top:.75rem;padding-bottom:0;margin-bottom:0}.app-header--duty-assignment .app-header__center-slot{display:none}.app-header__page-actions{display:flex;align-items:center;min-width:0;flex:0 1 auto}.app-header__page-actions:empty{display:none}.app-header__actions-separator{display:none;align-items:center;color:#cbd5e1;font-size:1.15rem;font-weight:300;line-height:1;-webkit-user-select:none;user-select:none}.app-header__page-actions:not(:empty)+.app-header__actions-separator{display:inline-flex;margin-inline:.15rem .45rem}.duty-assignment-page{padding-top:.25rem!important;padding-bottom:0!important;min-height:0}.duty-assignment-page>*:last-child{min-height:0}.app-notification-status--requested,.app-notification-status--applied{color:#1d4ed8;background:#1d4ed81a}.app-header__center-slot{min-width:0;pointer-events:none}.app-header__center-slot #app-header-center-actions{pointer-events:auto}.duty-assignment-header-controls{--duty-header-control-height: 36px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.4rem}.duty-header-date-group{display:inline-flex;align-items:center;gap:.12rem;height:var(--duty-header-control-height, 36px);padding:.18rem;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe4ef;border-radius:999px;box-shadow:0 1px 2px #0f172a0d,inset 0 1px #ffffffe6;transition:border-color .2s ease,box-shadow .2s ease}.duty-header-date-group:focus-within{border-color:rgba(var(--bs-primary-rgb),.35);box-shadow:0 0 0 3px rgba(var(--bs-primary-rgb),.1),0 2px 8px #0f172a14}.duty-header-date-group__step{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.9rem;width:1.9rem;height:calc(var(--duty-header-control-height, 36px) - .36rem);padding:0;color:#64748b;background:transparent;border:0;border-radius:999px;transition:background-color .15s ease,color .15s ease,transform .12s ease}.duty-header-date-group__step .material-symbols-rounded{font-size:1.05rem;line-height:1}.duty-header-date-group__step:hover:not(:disabled),.duty-header-date-group__step:focus-visible{color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.08);outline:none}.duty-header-date-group__step:active:not(:disabled){background:rgba(var(--bs-primary-rgb),.14);transform:scale(.94)}.duty-header-date-group__field{position:relative;display:inline-flex;align-items:center;gap:.28rem;min-width:0;height:calc(var(--duty-header-control-height, 36px) - .36rem);padding:0 .55rem 0 .45rem;background:rgba(var(--bs-primary-rgb),.05);border-radius:999px;cursor:pointer;transition:background-color .15s ease}.duty-header-date-group__field:hover{background:rgba(var(--bs-primary-rgb),.08)}.duty-header-date-group__calendar{flex:0 0 auto;color:var(--bs-primary);font-size:.92rem;line-height:1;opacity:.88;pointer-events:none}.duty-header-date-group__input{width:6.75rem;max-width:6.75rem;min-width:0;height:100%;min-height:0;padding:0;color:#0f172a!important;font-size:.76rem;font-weight:700;letter-spacing:.01em;text-align:center;background:transparent;border:0;border-radius:0;box-shadow:none;cursor:pointer}.duty-header-date-group__input:focus{box-shadow:none;outline:none}.duty-header-date-group__input::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer;opacity:0}.duty-header-auto-fill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;height:var(--duty-header-control-height, 36px);min-height:var(--duty-header-control-height, 36px);padding:0 .7rem;color:var(--bs-primary);font-size:.76rem;font-weight:700;white-space:nowrap;background:linear-gradient(135deg,#fff9f6,#fdf4ff);border:1px solid rgba(var(--bs-primary-rgb),.2);border-radius:.65rem;box-shadow:0 1px 2px #0f172a0d;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.duty-header-auto-fill__icon{font-size:1rem;line-height:1}.duty-header-auto-fill:hover:not(:disabled),.duty-header-auto-fill:focus-visible{background:linear-gradient(135deg,#fdf2f8,#f5f0ff);border-color:rgba(var(--bs-primary-rgb),.35);box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.12);outline:none}.duty-header-auto-fill:disabled{opacity:.55;cursor:not-allowed}.duty-header-auto-fill--balance{background:linear-gradient(135deg,#f8fbff,#eef6ff);border-color:#2563eb2e}.duty-header-auto-fill--balance:hover:not(:disabled),.duty-header-auto-fill--balance:focus-visible{background:linear-gradient(135deg,#eff6ff,#e0f2fe);border-color:#2563eb52;box-shadow:0 2px 8px #2563eb1f}.duty-header-actions{display:inline-flex;align-items:center;gap:.35rem}.duty-header-action-button{display:inline-flex;align-items:center;justify-content:center;width:var(--duty-header-control-height, 36px);height:var(--duty-header-control-height, 36px);min-height:var(--duty-header-control-height, 36px);padding:0;border-radius:.65rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0d;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.duty-header-action-button .material-symbols-rounded{font-size:1.05rem;line-height:1}.duty-header-action-button--preview{color:#475569;background:#fff}.duty-header-action-button--preview:hover:not(:disabled),.duty-header-action-button--preview:focus-visible{color:var(--bs-primary);background:#fff9f6;border-color:rgba(var(--bs-primary-rgb),.25);outline:none}.duty-header-action-button--print{color:#fff;background:var(--bs-primary);border-color:var(--bs-primary)}.duty-header-action-button--print:hover:not(:disabled),.duty-header-action-button--print:focus-visible{background:#360d11;border-color:#360d11;box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.22);outline:none}.duty-header-action-button--whatsapp{color:#fff;background:#25d366;border-color:#25d366}.duty-header-action-button--whatsapp:hover:not(:disabled),.duty-header-action-button--whatsapp:focus-visible{background:#1ebe57;border-color:#1ebe57;box-shadow:0 2px 8px #25d36652;outline:none}.duty-header-action-button--whatsapp .duty-whatsapp-share-icon{width:1.15rem;height:1.15rem;display:block}.duty-header-action-button:disabled{opacity:.5;cursor:not-allowed}.duty-whatsapp-share-button{background:#25d366;border:1px solid #25d366}.duty-whatsapp-share-button .duty-whatsapp-share-icon{width:1rem;height:1rem;flex:0 0 auto}.duty-whatsapp-share-button:hover:not(:disabled),.duty-whatsapp-share-button:focus-visible{background:#1ebe57;border-color:#1ebe57}.duty-whatsapp-share-button:disabled{opacity:.55;cursor:not-allowed}.duty-roster-status-badge{display:inline-flex;align-items:center;gap:.25rem;height:var(--duty-header-control-height, 34px);padding:0 .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.01em;white-space:nowrap;border:1px solid transparent}.duty-roster-status-badge__icon{font-size:.95rem;line-height:1}.duty-roster-status-badge--published{background:#dcfce7;border-color:#86efac;color:#166534}.duty-roster-status-badge--pending{background:#fef3c7;border-color:#fcd34d;color:#92400e}.duty-roster-status-badge--draft{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.duty-view-segment{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem}.duty-view-segment--header{flex-direction:row;align-items:center;gap:0}.duty-view-segment--header .duty-view-segment__control{min-width:0;width:auto}.duty-view-segment--header .duty-view-segment__option{flex:0 0 auto;padding:0}.duty-view-segment--header .duty-view-segment__icon{font-size:1.05rem;line-height:1}.duty-view-segment--toolbar{flex-direction:row;align-items:center;gap:0;flex:0 0 auto;margin-left:auto}.duty-view-segment--toolbar .duty-view-segment__control{min-width:0;width:auto;height:2.2rem;border-color:#e2e8f0;border-radius:.65rem;box-shadow:0 1px 2px #0f172a0d}.duty-view-segment--toolbar .duty-view-segment__option{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.2rem;min-width:2.2rem;height:100%;padding:0}.duty-view-segment--toolbar .duty-view-segment__icon{font-size:1.05rem;line-height:1}.duty-view-segment__label{color:#0f172a;font-size:.84rem;font-weight:800;line-height:1.2}.duty-view-segment__control{display:inline-flex;min-width:18.5rem;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background:#f3f4f6;box-shadow:0 1px 2px #0f172a0f}.duty-view-segment__option{flex:1 1 0;min-width:0;padding:.55rem .85rem;color:#1f2937;font-size:.78rem;font-weight:600;line-height:1.25;text-align:center;background:#f3f4f6;border:0;transition:background-color .15s ease,color .15s ease}.duty-view-segment__option+.duty-view-segment__option{border-left:1px solid #d1d5db}.duty-view-segment__option.is-active{color:#fff;background:var(--bs-primary);font-weight:700}.duty-view-segment__option:not(.is-active):hover,.duty-view-segment__option:not(.is-active):focus-visible{background:#e5e7eb;color:#0f172a}.duty-staff-view-panel{display:flex;flex-direction:column;height:100%;min-height:0;overflow:auto;background:#fff}.duty-roster-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,1fr);align-items:center;gap:.5rem;margin-bottom:.75rem}.duty-roster-toolbar__panel{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;min-width:0;justify-self:start}.duty-roster-toolbar__center{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;justify-self:center;grid-column:2;min-width:0;max-width:100%}.duty-roster-toolbar__date{flex:0 0 auto}.duty-roster-toolbar__date.duty-header-date-group{--duty-header-control-height: 34px}.duty-roster-toolbar__date.duty-header-date-group .duty-header-date-group__input{width:6.5rem;max-width:6.5rem;font-size:.74rem}.duty-roster-toolbar__actions{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;justify-self:end;grid-column:3}.duty-roster-toolbar__search{position:relative;flex:0 1 12rem;width:12rem;max-width:14rem;min-width:8.5rem}.duty-roster-toolbar__search-icon{position:absolute;top:50%;left:.62rem;transform:translateY(-50%);color:#94a3b8;font-size:.9rem;line-height:1;pointer-events:none}.duty-roster-toolbar__search-clear{position:absolute;top:50%;right:.35rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;padding:0;color:#64748b;background:#f1f5f9;border:0;border-radius:999px;transition:background-color .15s ease,color .15s ease}.duty-roster-toolbar__search-clear .material-symbols-rounded{font-size:.75rem;line-height:1}.duty-roster-toolbar__search-clear:hover,.duty-roster-toolbar__search-clear:focus-visible{color:#0f172a;background:#e2e8f0;outline:none}.duty-roster-toolbar__search-input{width:100%;height:1.85rem;padding:0 1.65rem 0 1.85rem;color:#0f172a;font-size:.72rem;font-weight:600;background:#fff;border:1px solid #dbe4ef;border-radius:999px;box-shadow:inset 0 1px 2px #0f172a08;transition:border-color .15s ease,box-shadow .15s ease}.duty-roster-toolbar__search-input::placeholder{color:#94a3b8;font-weight:500}.duty-roster-toolbar__search-input:focus{border-color:rgba(var(--bs-primary-rgb),.35);box-shadow:0 0 0 .15rem rgba(var(--bs-primary-rgb),.08);outline:none}.duty-roster-toolbar__filters{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.2rem;padding:.12rem;background:#ffffffb8;border:1px solid #e7edf4;border-radius:999px}.duty-roster-toolbar__filter{height:1.65rem;padding:0 .55rem;color:#475569;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap;background:transparent;border:1px solid transparent;border-radius:999px;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.duty-roster-toolbar__filter:hover:not(.duty-roster-toolbar__filter--active),.duty-roster-toolbar__filter:focus-visible:not(.duty-roster-toolbar__filter--active){color:#0f172a;background:#fff;border-color:#dbe4ef;outline:none}.duty-roster-toolbar__filter--active{background:#fff;border-color:#dbe4ef;box-shadow:0 1px 3px #0f172a14}.duty-roster-toolbar__filter--active[data-kind=all]{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 2px 8px #0f172a29}.duty-roster-toolbar .duty-view-segment--toolbar{margin-left:0}.duty-roster-toolbar .duty-view-segment--toolbar .duty-view-segment__control{height:1.85rem;border-radius:.55rem}.duty-roster-toolbar .duty-view-segment--toolbar .duty-view-segment__option{width:1.85rem;min-width:1.85rem}.duty-roster-toolbar .duty-view-segment--toolbar .duty-view-segment__icon{font-size:.95rem}@media(max-width:1199.98px){.duty-roster-toolbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"panel actions" "center center"}.duty-roster-toolbar__panel{grid-area:panel}.duty-roster-toolbar__center{grid-area:center;grid-column:1/-1;justify-self:stretch;width:100%;flex-wrap:wrap}.duty-roster-toolbar__actions{grid-area:actions;grid-column:auto}.duty-roster-toolbar__search{flex:1 1 9.5rem;width:auto;max-width:none;min-width:min(100%,7.5rem)}.duty-roster-toolbar__filters{flex:1 1 auto;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.duty-roster-toolbar__filters::-webkit-scrollbar{display:none}}@media(max-width:767.98px){.duty-roster-toolbar__center{flex-direction:column;align-items:stretch}.duty-roster-toolbar__search{flex:1 1 auto;width:100%;min-width:0}.duty-roster-toolbar__filters{width:100%;justify-content:flex-start}}.duty-roster-toolbar--summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.duty-roster-toolbar--summary .duty-leave-summary__toolbar-actions{gap:.45rem;margin-left:auto}.duty-roster-toolbar--summary .duty-leave-summary__search{flex:0 1 11rem;width:11rem;min-width:8rem}@media(max-width:767.98px){.duty-roster-toolbar--summary .duty-leave-summary__search{flex:1 1 100%;width:100%;min-width:0}}.duty-leave-summary__header-controls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.45rem .65rem;min-width:0}.duty-leave-summary__header-controls .duty-leave-summary__toolbar-head,.duty-leave-summary__header-controls .duty-leave-summary__toolbar-nav{flex-wrap:nowrap}.duty-leave-summary__header-controls .duty-leave-summary__title{font-size:.78rem;white-space:nowrap}@media(max-width:991.98px){.duty-leave-summary__header-controls{gap:.35rem .5rem}.duty-leave-summary__header-controls .duty-leave-summary__title{display:none}}@media(max-width:767.98px){.duty-leave-summary__header-controls{flex-wrap:wrap;justify-content:flex-end;max-width:min(100vw - 8rem,22rem)}}.duty-leave-summary-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0!important;background:transparent;border:0!important}.duty-leave-summary{min-width:0}.duty-leave-summary__toolbar-panel,.duty-leave-summary__toolbar-head,.duty-leave-summary__toolbar-nav,.duty-leave-summary__toolbar-center{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .5rem;min-width:0}.duty-leave-summary__toolbar-head,.duty-leave-summary__toolbar-nav{flex-wrap:nowrap}.duty-leave-summary__divider{display:inline-block;flex:0 0 auto;width:1px;height:1rem;background:#e6cdd1}.duty-leave-summary__title{color:#0f172a;font-size:.84rem;font-weight:800;line-height:1.2;white-space:nowrap}.duty-leave-summary__officer-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;color:#4f1319;font-size:.64rem;font-weight:800;line-height:1;background:#fbf4f5;border:1px solid #efd7da;border-radius:999px}.duty-leave-summary__stats{display:inline-flex;align-items:center;gap:.3rem}.duty-leave-summary__stat{display:inline-flex;align-items:center;gap:.18rem;padding:.12rem .38rem;font-size:.64rem;font-weight:800;line-height:1;border-radius:999px;border:1px solid transparent;font-variant-numeric:tabular-nums}.duty-leave-summary__stat .material-symbols-rounded{font-size:.72rem;line-height:1}.duty-leave-summary__stat--leave{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.duty-leave-summary__stat--dayoff{color:#6a1f28;background:#fbf4f5;border-color:#efd7da}.duty-leave-summary__legend{display:inline-flex;align-items:center;flex-wrap:nowrap;flex:0 0 auto;gap:.45rem;min-width:0}.duty-leave-summary__legend-item{display:inline-flex;align-items:center;gap:.22rem;margin:0;padding:.18rem .35rem;color:#64748b;font-size:.62rem;font-weight:700;line-height:1;white-space:nowrap;background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.duty-leave-summary__legend-item:hover,.duty-leave-summary__legend-item:focus-visible{color:#334155;background:#f8fafc;border-color:#e2e8f0;outline:none}.duty-leave-summary__legend-item.is-active{color:#4f1319;background:#f3e5e7;border-color:#d6bcc0;box-shadow:0 1px 2px #4f13191f}.duty-leave-summary__legend-item--clear{margin-left:.1rem;color:#6b1f28;background:#fff7f8;border-color:#efd7da}.duty-leave-summary__legend-item--clear:hover,.duty-leave-summary__legend-item--clear:focus-visible{color:#4f1319;background:#fce8ea;border-color:#e4b7bc}.duty-leave-summary__legend-clear-icon{font-size:.85rem;line-height:1}.duty-leave-summary__legend-label{color:#64748b}.duty-leave-summary__view-toggle{display:inline-flex;align-items:center;gap:.1rem;padding:.12rem;background:#f6ecee;border:1px solid #d8bfc3;border-radius:999px}.duty-leave-summary__view-option{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .7rem;color:#4f1319;font-size:.66rem;font-weight:800;line-height:1.2;background:transparent;border:0;border-radius:999px;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.duty-leave-summary__view-option:hover,.duty-leave-summary__view-option:focus-visible{color:#37070c;outline:none}.duty-leave-summary__view-option.is-active{color:#fff;background:#4f1319;box-shadow:0 1px 2px #4f131940}.duty-leave-summary__month-nav{display:inline-flex;align-items:center;gap:.15rem;padding:.1rem .25rem;background:#fcf7f8;border:1px solid #d8bfc3;border-radius:999px}.duty-leave-summary__month-step{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;padding:0;color:#4f1319;background:transparent;border:0;border-radius:999px;transition:background-color .15s ease,color .15s ease}.duty-leave-summary__month-step .material-symbols-rounded{font-size:1rem;line-height:1}.duty-leave-summary__month-step:hover,.duty-leave-summary__month-step:focus-visible{color:#37070c;background:#f6e8ea;outline:none}.duty-leave-summary__month-label{min-width:6.5rem;padding:0 .2rem;color:#0f172a;font-size:.74rem;font-weight:800;line-height:1.2;text-align:center;white-space:nowrap}.duty-leave-summary__today-btn{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;color:#4f1319;font-size:.64rem;font-weight:800;line-height:1.2;background:#fff;border:1px solid #d8bfc3;border-radius:999px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.duty-leave-summary__today-btn:hover,.duty-leave-summary__today-btn:focus-visible{color:#37070c;background:#f6e8ea;border-color:#c2919a;outline:none}.duty-leave-summary__search{position:relative;width:9rem;min-width:7.5rem}.duty-leave-summary__search-icon{position:absolute;top:50%;left:.62rem;transform:translateY(-50%);color:#94a3b8;font-size:.92rem;line-height:1;pointer-events:none}.duty-leave-summary__search-input{width:100%;height:1.75rem;padding:0 1.5rem 0 1.65rem;color:#0f172a;font-size:.7rem;font-weight:600;background:#fff;border:1px solid #d8bfc3;border-radius:999px;transition:border-color .15s ease,box-shadow .15s ease}.duty-leave-summary__search-input::placeholder{color:#94a3b8;font-weight:500}.duty-leave-summary__search-input:focus{border-color:rgba(var(--bs-primary-rgb),.35);box-shadow:0 0 0 .15rem rgba(var(--bs-primary-rgb),.08);outline:none}.duty-leave-summary__search-clear{position:absolute;top:50%;right:.35rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;padding:0;color:#64748b;background:#f1f5f9;border:0;border-radius:999px;transition:background-color .15s ease,color .15s ease}.duty-leave-summary__search-clear .material-symbols-rounded{font-size:.75rem;line-height:1}.duty-leave-summary__search-clear:hover,.duty-leave-summary__search-clear:focus-visible{color:#0f172a;background:#e2e8f0;outline:none}.duty-leave-summary__error{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .85rem;color:#b91c1c;font-size:.82rem;font-weight:600;background:#fef2f2;border:1px solid #fecaca;border-radius:.65rem}.duty-leave-summary__error .material-symbols-rounded{font-size:1rem;line-height:1}.duty-leave-summary__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;min-height:14rem;color:#64748b;font-size:.86rem;font-weight:600}.duty-leave-summary__loading-icon{font-size:1.65rem;line-height:1;color:var(--bs-primary);animation:duty-leave-summary-spin .9s linear infinite}@media(max-width:767.98px){.duty-leave-summary__toolbar-panel,.duty-leave-summary__toolbar-center{width:100%}.duty-leave-summary__divider{display:none}}.duty-leave-summary .duty-leave-grid__badge--compact{width:1.1rem;height:1.1rem;box-shadow:none}.duty-leave-summary .duty-leave-grid__badge--compact .material-symbols-rounded{font-size:.68rem}.duty-leave-summary .duty-leave-grid__badge--compact.duty-leave-grid__badge--present .material-symbols-rounded{font-size:.82rem}.duty-leave-grid{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fff;border:1px solid #d6bcc0;border-radius:.35rem;box-shadow:none}.duty-leave-grid__scroll{flex:1 1 auto;min-height:0;overflow:auto;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-leave-grid__scroll::-webkit-scrollbar{width:14px}.duty-leave-grid__scroll::-webkit-scrollbar-thumb{background-color:#4f131959;background-clip:padding-box;border-radius:20px;border-color:#faf4f5;border-style:solid;border-width:5px 4px}.duty-leave-grid__scroll::-webkit-scrollbar-track{background:#faf4f5}.duty-leave-grid__scroll--focus-mode .duty-roster-focus--dimmed{opacity:.28;transition:opacity .2s ease}.duty-leave-grid__table{width:max-content;min-width:100%;margin:0;border-collapse:separate;border-spacing:0;font-size:.72rem}.duty-leave-grid__name-col{position:sticky;left:0;z-index:4;min-width:11.5rem;max-width:13rem;padding:.55rem .75rem;text-align:left;vertical-align:middle;background:#f3e5e7;border-right:1px solid #d6bcc0;border-bottom:1px solid #d6bcc0;box-shadow:2px 0 #4f13190f}.duty-leave-grid__name-col-label{color:#334155;font-size:.64rem;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.duty-leave-grid__day-col{min-width:2.5rem;width:2.5rem;padding:.4rem .2rem .55rem;text-align:center;vertical-align:bottom;background:#f3e5e7;border-right:1px solid #d6bcc0;border-bottom:1px solid #d6bcc0;transition:background-color .12s ease,box-shadow .12s ease}.duty-leave-grid__day-col--column-hover{background:#efd7da;box-shadow:inset 0 -3px #7a2531}.duty-leave-grid__day-col--today{background:#efd7da}.duty-leave-grid__day-col--today .duty-leave-grid__daynum{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;min-height:1.35rem;color:#fff;background:#4f1319;border-radius:999px}.duty-leave-grid__day-col--today.duty-leave-grid__day-col--column-hover{background:#ddb8be;box-shadow:inset 0 -3px #7a2531}.duty-leave-grid__day-col--future{background:#f6ecee}.duty-leave-grid__day-col--future .duty-leave-grid__weekday,.duty-leave-grid__day-col--future .duty-leave-grid__daynum{color:#94a3b8}.duty-leave-grid__day-col--future.duty-leave-grid__day-col--column-hover{background:#efd7da}.duty-leave-grid__day-col--future.duty-leave-grid__day-col--column-hover .duty-leave-grid__weekday,.duty-leave-grid__day-col--future.duty-leave-grid__day-col--column-hover .duty-leave-grid__daynum{color:#475569}.duty-leave-grid__weekday{display:block;color:#64748b;font-size:.56rem;font-weight:700;line-height:1.1;text-transform:capitalize}.duty-leave-grid__daynum{display:block;margin-top:.15rem;color:#0f172a;font-size:.72rem;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.duty-leave-grid__staff{display:flex;align-items:center;gap:.5rem;min-width:0}.duty-leave-grid__staff-copy{display:grid;gap:.08rem;min-width:0}.duty-leave-grid__avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.85rem;height:1.85rem;color:#4f1319;font-size:.58rem;font-weight:800;line-height:1;background:#fff;border:1px solid #d8bfc3;border-radius:999px;box-shadow:0 1px 2px #4f131914}.duty-leave-grid__staff-name{color:#0f172a;font-size:.72rem;font-weight:700;line-height:1.25;word-break:break-word}.duty-leave-grid__staff-meta{color:#64748b;font-size:.62rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-leave-grid__day-cell{width:2.5rem;min-width:2.5rem;padding:.4rem .2rem;text-align:center;vertical-align:middle;background:#fff;border-right:1px solid #d6bcc0;border-bottom:1px solid #d6bcc0;overflow:visible;transition:background-color .12s ease,box-shadow .12s ease}.duty-leave-grid__day-cell--column-hover{background:#f6e8ea}.duty-leave-grid__day-cell--today{background:#fdf5f6;box-shadow:inset 0 0 0 1px #4f13191f}.duty-leave-grid__day-cell--today.duty-leave-grid__day-cell--column-hover{background:#f1d7db;box-shadow:inset 0 0 0 1px #4f131938}.duty-leave-grid__day-cell--future{background:#f8fafc}.duty-leave-grid__day-cell--future.duty-leave-grid__day-cell--column-hover{background:#f6e8ea}.duty-leave-grid__day-cell--unpublished{background:#fff4e6}.duty-leave-grid__day-cell--unpublished.duty-leave-grid__day-cell--column-hover{background:#ffedd5}.duty-leave-grid__legend-unpublished-sample{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;background:#fff4e6;border-radius:.2rem}.duty-leave-grid__tooltip{justify-content:center;width:100%}.duty-leave-grid__tooltip.app-tooltip--active{z-index:30}.duty-leave-grid__tooltip .app-tooltip__content{white-space:normal;text-align:left;line-height:1.35}.duty-leave-grid__tooltip.app-tooltip--fixed.app-tooltip--active .app-tooltip__content{z-index:2100}.duty-leave-grid__row{transition:background-color .12s ease}.duty-leave-grid__row:hover .duty-leave-grid__name-col{background:#efd7da;box-shadow:inset 3px 0 #7a2531,2px 0 #4f13190f}.duty-leave-grid__row:hover .duty-leave-grid__day-cell{background:#faf1f2}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--unpublished{background:#ffedd5}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--unpublished.duty-leave-grid__day-cell--column-hover{background:#fed7aa}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--column-hover{background:#efd7da}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--future{background:#f6e8ea}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--future.duty-leave-grid__day-cell--column-hover{background:#efd7da}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--today{background:#f1d7db;box-shadow:inset 0 0 0 1px #4f13192e}.duty-leave-grid__row:hover .duty-leave-grid__day-cell--today.duty-leave-grid__day-cell--column-hover{background:#e3b3ba;box-shadow:inset 0 0 0 1px #4f131947}.duty-leave-grid__row:hover .duty-leave-grid__total-cell{background:#faf1f2}.duty-leave-grid__row:hover .duty-leave-grid__total-cell--annual{background:#dbeafe}.duty-leave-grid__row:hover .duty-leave-grid__total-cell--casual{background:#fde68a}.duty-leave-grid__row:hover .duty-leave-grid__total-cell--maternity{background:#ddd6fe}.duty-leave-grid__row:hover .duty-leave-grid__total-cell--other{background:#e2e8f0}.duty-leave-grid__row:hover .duty-leave-grid__total-cell--sum{background:#f5d5d8}.duty-leave-grid__row--alt .duty-leave-grid__day-cell{background:#fefcfc}.duty-leave-grid__row--alt .duty-leave-grid__day-cell--unpublished{background:#fff4e6}.duty-leave-grid__row--alt .duty-leave-grid__day-cell--future{background:#f1f5f9}.duty-leave-grid__row--alt .duty-leave-grid__day-cell--today{background:#f5f0ff}.duty-leave-grid__row--alt .duty-leave-grid__name-col{background:#eddfe1}.duty-leave-grid__badge{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:999px;border:1px solid transparent;box-shadow:0 1px 2px #0f172a14}.duty-leave-grid__badge .material-symbols-rounded{font-size:.82rem;line-height:1}.duty-leave-grid__badge--leave,.duty-leave-grid__badge--dayoff{color:#fff;background:#dc2626;border-color:#b91c1c}.duty-leave-grid__badge--dayoff .material-symbols-rounded{font-size:.82rem}.duty-leave-grid__badge--routine-dayoff{color:#fff;background:#ea580c;border-color:#c2410c}.duty-leave-grid__badge--routine-dayoff .material-symbols-rounded{font-size:.82rem}.duty-leave-grid__badge--night-dayoff{color:#fff;background:#7c3aed;border-color:#6d28d9}.duty-leave-grid__badge--night-dayoff .material-symbols-rounded{font-size:.82rem}.duty-leave-grid__badge--present{width:auto;height:auto;color:#16a34a;background:transparent;border-color:transparent;box-shadow:none}.duty-leave-grid__badge--present .material-symbols-rounded{font-size:1.1rem;font-weight:700;color:#16a34a}.duty-leave-grid__duty-type{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;min-width:1.35rem;height:1.35rem;padding:0;font-size:.58rem;font-weight:800;line-height:1;letter-spacing:.02em;text-transform:uppercase;border-radius:999px;white-space:nowrap;font-variant-numeric:tabular-nums}.duty-leave-grid__duty-type--short{color:#166534;background:#dcfce7;border:1px solid #86efac}.duty-leave-grid__duty-type--long{color:#1d4ed8;background:#dbeafe;border:1px solid #93c5fd}.duty-leave-grid__duty-type--night{color:#5b21b6;background:#ede9fe;border:1px solid #c4b5fd}.duty-leave-grid__duty-type--short-night{width:1.5rem;min-width:1.5rem;color:#fff;background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);border:1px solid #6d28d9;letter-spacing:0;font-size:.5rem}.duty-leave-grid__duty-type--dayoff-night{width:1.5rem;min-width:1.5rem;color:#fff;background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);border:1px solid #6d28d9;letter-spacing:0;font-size:.5rem}.duty-leave-grid__duty-type--duty{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.duty-leave-grid__duty-type--compact{width:1.1rem;min-width:1.1rem;height:1.1rem;font-size:.55rem}.duty-leave-grid__total-col,.duty-leave-grid__total-cell{position:sticky;z-index:3;min-width:4.25rem;padding:.45rem;text-align:center;vertical-align:middle;border-right:1px solid #d6bcc0;border-bottom:1px solid #d6bcc0;font-variant-numeric:tabular-nums}.duty-leave-grid__total-col--leaves,.duty-leave-grid__total-cell--leaves{right:4.25rem}.duty-leave-grid__total-col--dayoffs,.duty-leave-grid__total-cell--dayoffs{right:0}.duty-leave-grid__total-col{color:#334155;font-size:.62rem;font-weight:800;line-height:1.15;background:#f3e5e7;box-shadow:-2px 0 #4f13190f}.duty-leave-grid__total-col-label{display:block;text-transform:uppercase;letter-spacing:.03em}.duty-leave-grid__total-col-sub{display:block;margin-top:.08rem;color:#64748b;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.duty-leave-grid__total-col--leaves{background:linear-gradient(180deg,#fce8e8,#f3e5e7)}.duty-leave-grid__total-col--dayoffs{background:linear-gradient(180deg,#f7e6ea,#f3e5e7)}.duty-leave-grid__group-col{text-align:center;border-bottom:1px solid #e2c6cb}.duty-leave-grid__group-col .duty-leave-grid__total-col-sub{color:#b91c1c}.duty-leave-grid__subtotal-col{padding-top:.34rem;padding-bottom:.34rem;color:#64748b;font-size:.56rem;font-weight:800;line-height:1.1;text-transform:uppercase;letter-spacing:.03em;vertical-align:middle}.duty-leave-grid__subtotal-col--annual{color:#1d4ed8;background:linear-gradient(180deg,#eff6ff,#dbeafe)}.duty-leave-grid__subtotal-col--casual{color:#b45309;background:linear-gradient(180deg,#fffbeb,#fef3c7)}.duty-leave-grid__subtotal-col--maternity{color:#7c3aed;background:linear-gradient(180deg,#f5f3ff,#ede9fe)}.duty-leave-grid__subtotal-col--other{color:#475569;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.duty-leave-grid__subtotal-col--sum{color:#b91c1c;border-left:1px solid #e2c6cb;background:linear-gradient(180deg,#f9dcdc,#efd2d5)}.duty-leave-grid__total-cell{z-index:2;color:#0f172a;font-size:.78rem;font-weight:800;line-height:1.2;background:#fff;box-shadow:-2px 0 #4f13190a}.duty-leave-grid__total-cell--leaves{color:#b91c1c}.duty-leave-grid__total-cell--dayoffs{color:#6a1f28}.duty-leave-grid__row--alt .duty-leave-grid__total-cell{background:#fefcfc}.duty-leave-grid__total-cell--sum{color:#b91c1c;border-left:1px solid #e2c6cb;background:#fdf1f1}.duty-leave-grid__row--alt .duty-leave-grid__total-cell--sum{background:#fbeaea}.duty-leave-grid__total-cell--annual{color:#1d4ed8;background:#f0f7ff}.duty-leave-grid__row--alt .duty-leave-grid__total-cell--annual{background:#e8f2ff}.duty-leave-grid__total-cell--casual{color:#b45309;background:#fffbeb}.duty-leave-grid__row--alt .duty-leave-grid__total-cell--casual{background:#fef3c7}.duty-leave-grid__total-cell--maternity{color:#7c3aed;background:#f5f3ff}.duty-leave-grid__row--alt .duty-leave-grid__total-cell--maternity{background:#ede9fe}.duty-leave-grid__total-cell--other{color:#475569;background:#f8fafc}.duty-leave-grid__row--alt .duty-leave-grid__total-cell--other{background:#f1f5f9}.duty-leave-grid__footer-row .duty-leave-grid__name-col,.duty-leave-grid__footer-row .duty-leave-grid__footer-cell,.duty-leave-grid__footer-row .duty-leave-grid__footer-total{background:#ecdcde}.duty-leave-grid__footer-row .duty-leave-grid__footer-cell--future{background:#e2cccf}.duty-leave-grid__footer-row:first-child .duty-leave-grid__name-col,.duty-leave-grid__footer-row:first-child .duty-leave-grid__footer-cell,.duty-leave-grid__footer-row:first-child .duty-leave-grid__footer-total{border-top:1px solid #d6bcc0}.duty-leave-grid__footer-label{color:#334155;font-size:.66rem;font-weight:800;line-height:1.2}.duty-leave-grid__footer-label-inner{display:inline-flex;align-items:center;gap:.35rem}.duty-leave-grid__footer-dot{display:inline-block;flex:0 0 auto;width:.45rem;height:.45rem;border-radius:999px}.duty-leave-grid__footer-dot--present{background:#16a34a}.duty-leave-grid__footer-dot--leave,.duty-leave-grid__footer-dot--dayoff{background:#dc2626}.duty-leave-grid__footer-cell{padding:.45rem .2rem;color:#0f172a;font-size:.72rem;font-weight:800;line-height:1.2;text-align:center;vertical-align:middle;background:#ecdcde;border-right:1px solid #d6bcc0;border-bottom:1px solid #d6bcc0;font-variant-numeric:tabular-nums;transition:background-color .12s ease,box-shadow .12s ease}.duty-leave-grid__footer-cell--column-hover{background:#ddb8be}.duty-leave-grid__footer-cell--today{background:#e5c9ce;box-shadow:inset 0 0 0 1px #4f131926}.duty-leave-grid__footer-cell--today.duty-leave-grid__footer-cell--column-hover{background:#ddb8be;box-shadow:inset 0 0 0 1px #4f131938}.duty-leave-grid__footer-cell--future{color:#94a3b8;background:#e2cccf}.duty-leave-grid__footer-cell--future.duty-leave-grid__footer-cell--column-hover{background:#ddb8be;color:#475569}.duty-leave-grid__footer-total{background:#ecdcde}.duty-leave-grid__empty{padding:2rem 1rem!important;color:#64748b!important;font-size:.84rem;font-weight:600;text-align:center;background:#fff}.duty-leave-grid thead th{position:sticky;top:0;z-index:5}.duty-leave-grid thead .duty-leave-grid__name-col,.duty-leave-grid thead .duty-leave-grid__total-col{z-index:6}.duty-leave-grid tfoot{position:sticky;bottom:0;z-index:5}.duty-leave-year__table{width:100%;min-width:62rem;table-layout:fixed}.duty-leave-year__table .duty-leave-grid__day-col{text-transform:uppercase;letter-spacing:.03em}.duty-leave-year__table .duty-leave-grid__day-col .duty-leave-grid__daynum{margin-top:0;font-size:.66rem}.duty-leave-year__table thead tr:first-child>th{height:2.5rem}.duty-leave-year__table thead tr:nth-child(2)>th{top:2.5rem}.duty-leave-year__col-name{width:12rem}.duty-leave-year__col-total{width:4.25rem}.duty-leave-year__month-cell{padding:.35rem .25rem}.duty-leave-year__counts{display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.duty-leave-year__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .28rem;font-size:.64rem;font-weight:800;line-height:1;border-radius:999px;font-variant-numeric:tabular-nums}.duty-leave-year__count--leave,.duty-leave-year__count--dayoff{color:#fff;background:#dc2626}.duty-leave-year__empty-dot{color:#cbd5e1;font-size:.8rem;font-weight:700}.duty-leave-tip{display:flex;flex-direction:column;gap:.4rem;min-width:10.5rem;max-width:15rem;padding-left:.5rem;text-align:left;border-left:2px solid rgba(255,255,255,.25)}.duty-leave-tip--leave,.duty-leave-tip--dayoff{border-left-color:#f87171}.duty-leave-tip--routine-dayoff{border-left-color:#fb923c}.duty-leave-tip--night-dayoff{border-left-color:#a78bfa}.duty-leave-tip--short{border-left-color:#4ade80}.duty-leave-tip--long{border-left-color:#60a5fa}.duty-leave-tip--night{border-left-color:#a78bfa}.duty-leave-tip--short-night{border-left-color:#7c3aed}.duty-leave-tip--dayoff-night{border-left-color:#f59e0b}.duty-leave-tip--duty{border-left-color:#94a3b8}.duty-leave-tip__head{display:flex;align-items:center;gap:.45rem}.duty-leave-tip__icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:999px;flex:0 0 auto;box-shadow:0 1px 2px #00000040}.duty-leave-tip__icon .material-symbols-rounded{font-size:.85rem;line-height:1}.duty-leave-tip__icon--leave,.duty-leave-tip__icon--dayoff{background:#dc2626;color:#fff}.duty-leave-tip__icon--routine-dayoff{background:#ea580c;color:#fff}.duty-leave-tip__icon--short{background:#16a34a;color:#fff}.duty-leave-tip__icon--long{background:#2563eb;color:#fff}.duty-leave-tip__icon--night{background:#7c3aed;color:#fff}.duty-leave-tip__icon--short-night{background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);color:#fff}.duty-leave-tip__icon--dayoff-night,.duty-leave-tip__icon--night-dayoff{background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);color:#fff}.duty-leave-tip__icon--duty{background:#64748b;color:#fff}.duty-leave-tip__heading{display:flex;flex-direction:column;gap:.15rem;min-width:0}.duty-leave-tip__title{color:#fff;font-size:.78rem;font-weight:800;line-height:1.15}.duty-leave-tip__type{align-self:flex-start;display:inline-flex;align-items:center;padding:.05rem .4rem;color:#f1d7db;font-size:.6rem;font-weight:800;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;background:#ffffff24;border-radius:999px}.duty-leave-tip__shift-departments{display:flex;flex-direction:column;gap:.22rem;margin-top:.15rem}.duty-leave-tip__shift-department{display:flex;align-items:center;gap:.28rem;min-width:0;color:#e2e8f0;font-size:.64rem;font-weight:700;line-height:1.25}.duty-leave-tip__shift-label{flex:0 0 auto;color:#f8fafc;font-weight:800}.duty-leave-tip__shift-arrow{flex:0 0 auto;color:#94a3b8;font-weight:700}.duty-leave-tip__shift-dept{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#cbd5e1;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.duty-leave-tip__body{display:flex;flex-direction:column;gap:.32rem;padding-top:.4rem;border-top:1px solid rgba(255,255,255,.12)}.duty-leave-tip__publish-status{display:inline-flex;align-items:center;align-self:flex-start;padding:.08rem .42rem;color:#fef3c7;font-size:.62rem;font-weight:800;line-height:1.25;text-transform:uppercase;letter-spacing:.03em;background:#fbbf2438;border:1px solid rgba(251,191,36,.45);border-radius:999px}.duty-leave-tip__reason{color:#f8fafc;font-size:.72rem;font-weight:600;line-height:1.35}.duty-leave-tip__meta{display:inline-flex;align-items:center;gap:.3rem;color:#cbd5e1;font-size:.66rem;font-weight:600;line-height:1.2}.duty-leave-tip__meta .material-symbols-rounded{font-size:.85rem;line-height:1;color:#d98d97}.duty-leave-tip__approval{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;padding:.1rem .45rem .1rem .3rem;color:#cbd5e1;font-size:.62rem;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.02em;background:#ffffff1a;border-radius:999px}.duty-leave-tip__approval .material-symbols-rounded{font-size:.8rem;line-height:1}.duty-leave-tip__approval--approved{color:#bbf7d0;background:#22c55e2e}.duty-leave-tip__approval--approved .material-symbols-rounded{color:#4ade80}@keyframes duty-leave-summary-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.duty-search-highlight{background:#facc158c;color:inherit;border-radius:.12rem;padding:0 .08rem;box-decoration-break:clone;-webkit-box-decoration-break:clone}.duty-assignment-table-scroll--focus-mode .duty-roster-focus--dimmed{opacity:.28;transition:opacity .2s ease}.duty-staff-view-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;padding:.75rem .85rem .85rem;align-items:start}.duty-staff-view-columns__empty{margin:0;padding:1.5rem .85rem;color:#64748b;font-size:.82rem;font-weight:600;text-align:center}.duty-staff-view-column{display:flex;flex-direction:column;min-width:0;min-height:12rem;background:#fff;border:1px solid #e8edf3;border-radius:.65rem;overflow:hidden}.duty-staff-view-column__header{display:grid;gap:.12rem;padding:.65rem .75rem;background:var(--duty-column-bg, #f8fafc);color:var(--duty-column-text, #0f172a);border-bottom:1px solid rgba(148,163,184,.25)}.duty-staff-view-column__title{font-size:.78rem;font-weight:800;line-height:1.2}.duty-staff-view-column__time{color:var(--duty-column-subtext, #64748b);font-size:.64rem;font-weight:600;line-height:1.2}.duty-staff-view-column__count{justify-self:start;margin-top:.15rem;padding:.08rem .38rem;color:var(--duty-column-text, #0f172a);font-size:.58rem;font-weight:800;line-height:1.2;background:#ffffffb8;border-radius:999px}.duty-staff-view-column__list{display:grid;gap:.45rem;padding:.55rem;flex:1 1 auto;align-content:start}.duty-staff-view-column__empty{margin:0;padding:.75rem .35rem;color:#94a3b8;font-size:.68rem;font-weight:600;text-align:center}.duty-staff-view-card{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:.65rem;padding:.7rem .75rem;background:#fff;border:1px solid #e8edf3;border-radius:.65rem;box-shadow:0 1px 2px #0f172a0a}.duty-staff-view-card--column{grid-template-columns:minmax(0,1fr);gap:.3rem;padding:.55rem .6rem}.duty-staff-view-card--duty-change{border-color:#7c3aed47;background:linear-gradient(180deg,#f5f3fff2,#fff);box-shadow:inset 3px 0 #7a2531}.duty-staff-view-card__main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.45rem;min-width:0}.duty-staff-view-card__avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2rem;height:2rem;color:#1d4ed8;font-size:.82rem;font-weight:800;line-height:1;background:#eff6ff;border-radius:.45rem}.duty-staff-view-card__info{display:grid;gap:.12rem;min-width:0}.duty-staff-view-card__name{display:inline-flex;align-items:center;gap:.25rem;max-width:100%;color:#0f172a;font-size:.8rem;font-weight:800;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-staff-view-card__duty-change-icon{flex:0 0 auto;color:#7a2531;font-size:.95rem;line-height:1}.duty-staff-view-card__subtitle{color:#64748b;font-size:.68rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.duty-staff-view-card__actions{display:inline-flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:.15rem;margin-right:.2rem}.duty-staff-view-card__schedule{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.15rem;height:1.15rem;padding:0;color:#2563eb;line-height:1;background:#fff;border:0;border-radius:999px;transition:color .15s ease,background-color .15s ease}.duty-staff-view-card__schedule .material-symbols-rounded{font-size:.95rem;line-height:1}.duty-staff-view-card__schedule:hover,.duty-staff-view-card__schedule:focus-visible{color:#1d4ed8;background:#2563eb1a}.duty-staff-view-card__report{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.15rem;height:1.15rem;padding:0;color:#941b2f;line-height:1;background:#fff;border:0;border-radius:999px;cursor:default;transition:color .15s ease,background-color .15s ease}.duty-staff-view-card__report .material-symbols-rounded{font-size:.95rem;line-height:1}.duty-staff-view-card__report:hover,.duty-staff-view-card__report:focus-visible{color:#7a1526;background:#941b2f1f}.duty-staff-view-card__remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.15rem;height:1.15rem;padding:0;color:#64748b;line-height:1;background:#fff;border:1px solid #dbe3ee;border-radius:999px;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.duty-staff-view-card__remove:hover,.duty-staff-view-card__remove:focus-visible{color:#dc2626;border-color:#fca5a5;background:#fef2f2}.duty-staff-view-card__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .45rem;padding-left:2.45rem}.duty-staff-view-card--with-night-tag .duty-staff-view-card__meta-row{justify-content:space-between}.duty-staff-view-card__meta{color:#64748b;font-size:.6rem;font-weight:600;line-height:1.2}.duty-staff-view-card__meta--call{color:#b45309}.duty-staff-view-card__meta--duty-change{color:#6a1f28;font-weight:700}.duty-staff-view-card__meta--short-night,.duty-staff-view-card__meta--dayoff-night{margin-left:auto;padding:.1rem .4rem;color:#fff;font-size:.6rem;font-weight:700;line-height:1.15;border-radius:999px;box-shadow:0 .15rem .4rem #7c3aed24}.duty-staff-view-card__meta--short-night{background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed)}.duty-staff-view-card__meta--dayoff-night{background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed)}.duty-staff-view-card__duties{display:grid;gap:.35rem;min-width:0}.duty-staff-view-card__empty-tag{color:#94a3b8;font-size:.68rem;font-weight:600}.duty-staff-view-tag-group{display:grid;gap:.12rem;min-width:0}.duty-staff-view-tag{display:flex;align-items:center;gap:.25rem;min-width:0;padding:.28rem .35rem .28rem .45rem;border:1px solid transparent;border-radius:999px}.duty-staff-view-tag__label{flex:1 1 auto;min-width:0;font-size:.68rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-staff-view-tag__remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1rem;height:1rem;padding:0;color:#64748b;line-height:1;background:#ffffffd9;border:1px solid rgba(148,163,184,.35);border-radius:999px;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.duty-staff-view-tag__remove:hover,.duty-staff-view-tag__remove:focus-visible{color:#dc2626;border-color:#fca5a5;background:#fff}.duty-staff-view-tag__meta{padding-left:.45rem;color:#64748b;font-size:.6rem;font-weight:600;line-height:1.2}.duty-staff-view-tag__meta--call{color:#b45309}.duty-staff-view-tag--short{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.duty-staff-view-tag--long{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.duty-staff-view-tag--night{color:#6a1f28;background:#fbf4f5;border-color:#efd7da}.duty-staff-view-tag--off,.duty-staff-view-tag--custom{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}@media(max-width:1199.98px){.duty-staff-view-columns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:767.98px){.duty-staff-view-columns{grid-template-columns:minmax(0,1fr)}.duty-staff-view-card__meta-row{padding-left:0}}.duty-action-icon-button{width:2.25rem;height:2.25rem;padding:0!important}.duty-print-button{color:#fff!important;background:#4f1319!important;border:1px solid #4f1319!important}.duty-print-button:hover,.duty-print-button:focus{color:#fff!important;background:#320c10!important;border-color:#320c10!important}.duty-print-button:disabled{color:#ffffffc7!important;background:#4f13197a!important;border-color:#4f13197a!important}.duty-preview-button{color:#2563eb!important;background:#fff!important;border:1px solid rgba(37,99,235,.35)!important}.duty-preview-button:hover,.duty-preview-button:focus{color:#fff!important;background:linear-gradient(135deg,#38bdf8,#2563eb)!important;border-color:#2563eb!important}.duty-preview-button:disabled{color:#93c5fd!important;background:#f8fafc!important;border-color:#bfdbfe!important}.duty-action-tooltip .app-tooltip__content{text-align:center}.duty-staff-calendar-modal{--bs-modal-width: min(96vw, 58rem);max-width:min(96vw,58rem)}.duty-staff-calendar-modal .modal-content{border:0;border-radius:1rem;overflow:hidden}.duty-staff-calendar-modal__body{padding:.75rem 1rem 1rem;background:#f8fafc}.duty-print-preview-modal__dialog{--bs-modal-width: min(96vw, 86rem);max-width:min(96vw,86rem)}.duty-print-preview-modal__dialog .modal-content{max-height:92vh;overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1rem 3rem #0f172a33}.duty-print-preview-modal__header{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.duty-print-preview-modal__body{height:min(74vh,48rem);padding:.75rem;background:#f1f5f9}.duty-print-preview-modal__frame{width:100%;height:100%;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem}.duty-print-preview-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;font-size:1rem;font-weight:700;line-height:1}.duty-print-preview-modal__close:hover,.duty-print-preview-modal__close:focus{color:#0f172a;background:#e2e8f0}.assignment-meta-list{max-width:100%}.staff-schedule-calendar{background:#fff;border:1px solid rgba(236,231,223,.95);border-radius:1rem;box-shadow:0 .625rem 1.5rem #0f172a0e;display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden;padding:1rem 1.05rem 1.05rem}.staff-schedule-calendar__header{align-items:flex-start;flex-wrap:wrap;margin-bottom:.85rem}.staff-schedule-calendar__intro{min-width:0}.staff-schedule-calendar__icon-wrap{flex:0 0 auto}.staff-schedule-calendar__title{font-size:.95rem}.staff-schedule-calendar__subtitle{color:#64748b;font-size:.76rem;line-height:1.35;margin:.1rem 0 0}.staff-schedule-calendar--modal{border:0;box-shadow:none;padding:0}.staff-schedule-calendar--modal .staff-schedule-calendar__intro{display:none}.staff-schedule-calendar__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;margin-left:auto}.staff-schedule-calendar__legend{align-items:center;background:#faf8f5;border:1px solid #ece7df;border-radius:.85rem;display:flex;flex-wrap:wrap;gap:.45rem .65rem;margin-bottom:.85rem;padding:.6rem .7rem}.staff-schedule-calendar__loading{color:#64748b;font-size:.74rem;font-weight:600;margin-left:auto}.staff-schedule-calendar--daily .staff-calendar-scroll{padding-bottom:.35rem}.staff-calendar-roster-strip{display:grid;gap:.55rem;grid-template-columns:repeat(7,minmax(0,1fr));min-width:0;overflow:visible;padding-bottom:.35rem;width:100%}.staff-calendar-roster-strip .staff-dash-weekly__day{min-height:7.25rem;min-width:0;padding:.55rem .45rem}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-calendar-duty-tag{font-size:.62rem;padding:.18rem .45rem}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-calendar-call-pill--icon-only{min-height:1.34rem;min-width:1.34rem;padding:.12rem}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-calendar-call-pill--icon-only .staff-calendar-call-pill__icon{font-size:.86rem}.staff-calendar-roster-strip .staff-dash-weekly__day strong{font-size:.72rem;line-height:1.2;word-break:break-word}.staff-calendar-roster-strip .staff-dash-weekly__day span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),.staff-calendar-roster-strip .staff-dash-weekly__day small,.staff-calendar-roster-strip .staff-dash-weekly__day .small{display:block;font-size:.64rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-dash-weekly__day-meta{color:#334155;font-size:.64rem;font-variant-numeric:tabular-nums;font-weight:700}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-dash-weekly__day-subtitle{color:#475569;font-size:.6rem;font-weight:600}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-dash-weekly__day-status{color:#334155;font-size:.6rem;font-weight:700}.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today{background:#8b2f45;border-color:#8b2f45;box-shadow:0 10px 24px #8b2f452e;color:#fff}.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-dash-weekly__day-top span:first-child{color:#fff}.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today strong,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today small,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .small,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-dash-weekly__day-meta,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-dash-weekly__day-subtitle,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-dash-weekly__day-status,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-dash-weekly__day-empty-title,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-dash-weekly__day-empty-copy,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--today .staff-calendar-roster-more{color:#fffffff5}.staff-calendar-roster-strip .staff-dash-weekly__day .staff-calendar-duty-tag{display:inline-block;white-space:nowrap}.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--interactive{cursor:help;transition:border-color .16s ease,box-shadow .16s ease}.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--interactive:hover,.staff-calendar-roster-strip .staff-dash-weekly__day.staff-dash-weekly__day--interactive:focus-visible{border-color:#cbd5e1;box-shadow:0 8px 18px #0f172a14;outline:none}.staff-calendar-roster-strip--monthly{gap:.45rem}.staff-calendar-roster-strip--monthly .staff-dash-weekly__day{min-height:5.5rem;padding:.45rem .4rem}.staff-calendar-roster-strip--monthly .staff-dash-weekly__day .staff-calendar-duty-tag{font-size:.56rem;padding:.16rem .4rem}.staff-calendar-roster-strip--monthly .staff-dash-weekly__day strong{font-size:.66rem}.staff-calendar-roster-strip--monthly .staff-dash-weekly__day span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),.staff-calendar-roster-strip--monthly .staff-dash-weekly__day small,.staff-calendar-roster-strip--monthly .staff-dash-weekly__day .small{font-size:.58rem}.staff-calendar-roster-daily{display:flex;flex-direction:column;gap:.75rem;max-width:18rem}.staff-calendar-roster-daily .staff-dash-weekly__day{min-height:9rem}.staff-calendar-roster-extra{display:flex;flex-direction:column;gap:.55rem}.staff-calendar-roster-more{color:inherit!important;font-weight:700;opacity:.82}.staff-calendar-scroll{overflow-x:visible;overflow-y:visible;padding-bottom:.75rem;position:relative}.staff-calendar-scroll--daily{padding-bottom:.35rem}.staff-calendar-scroll--weekly,.staff-calendar-scroll--monthly{overflow-x:visible;padding-bottom:.35rem}.staff-calendar-scroll--loading{opacity:.72;pointer-events:none;transition:opacity .2s ease}.staff-calendar-view-switch{background:#eef2f7;border:1px solid #e2e8f0;border-radius:.75rem;display:inline-flex;gap:.15rem;padding:.22rem}.staff-calendar-view-switch__btn{background:transparent;border:0;border-radius:.55rem;color:#64748b;font-size:.76rem;font-weight:700;line-height:1;padding:.48rem .8rem;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.staff-calendar-view-switch__btn:hover{color:#334155}.staff-calendar-view-switch__btn--active{background:#fff;box-shadow:0 1px 4px #0f172a14;color:#0f172a}.staff-calendar-nav{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;box-shadow:0 1px 3px #0f172a0a;display:inline-flex;gap:.35rem;padding:.3rem}.staff-calendar-nav__btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.6rem;color:#475569;display:inline-flex;height:2rem;justify-content:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:2rem}.staff-calendar-nav__btn:hover{background:#fff;border-color:#cbd5e1;color:#0f172a}.staff-calendar-nav__btn--prev{transform:rotate(180deg)}.staff-calendar-nav__period{align-items:center;display:flex;flex-direction:column;gap:.1rem;justify-content:center;min-width:10.5rem;padding-inline:.35rem;text-align:center}.staff-calendar-nav__period-label{color:#0f172a;font-size:.8rem;font-weight:700;line-height:1.25}.staff-calendar-nav__today{background:transparent;border:0;color:var(--bs-primary);font-size:.68rem;font-weight:700;line-height:1;padding:0;text-decoration:underline;text-underline-offset:.12rem}.staff-calendar-nav__today:hover{color:#0369a1}.staff-calendar-nav__today-badge{background:rgba(var(--bs-primary-rgb),.1);border-radius:999px;color:var(--bs-primary);font-size:.62rem;font-weight:800;letter-spacing:.04em;line-height:1;padding:.2rem .45rem;text-transform:uppercase}.staff-calendar-daily{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:1rem;box-shadow:inset 0 1px #fffc;padding:1rem 1.05rem 1.1rem}.staff-calendar-daily__hero{align-items:center;border-bottom:1px solid #eef2f7;display:flex;flex-wrap:wrap;gap:.85rem 1rem;margin-bottom:1rem;padding-bottom:.95rem}.staff-calendar-daily__date-badge{align-items:center;background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.12),rgba(var(--bs-primary-rgb),.04));border:1px solid rgba(var(--bs-primary-rgb),.16);border-radius:.9rem;display:inline-flex;flex-direction:column;justify-content:center;min-width:4.5rem;padding:.55rem .75rem;text-align:center}.staff-calendar-daily__day-num{color:#0f172a;font-size:1.65rem;font-weight:800;line-height:1}.staff-calendar-daily__month{color:#64748b;font-size:.72rem;font-weight:700;line-height:1.2;margin-top:.15rem;text-transform:uppercase}.staff-calendar-daily__meta{display:flex;flex:1;flex-direction:column;gap:.2rem;min-width:0}.staff-calendar-daily__weekday{color:#0f172a;font-size:1rem;font-weight:800;line-height:1.2}.staff-calendar-daily__summary{color:#64748b;font-size:.82rem;font-weight:600}.staff-calendar-empty{align-items:center;background:#fafbfd;border:1px dashed #d7e0ea;border-radius:.75rem;display:flex;flex-direction:column;gap:.35rem;justify-content:center;min-height:4rem;padding:.85rem}.staff-calendar-empty--expanded{min-height:7.5rem}.staff-calendar-empty__icon{color:#94a3b8;font-size:1.35rem}.staff-calendar-empty__text{color:#94a3b8;font-size:.76rem;font-weight:600}.staff-calendar-entry-list{display:flex;flex-direction:column;gap:.45rem}.staff-calendar-entry-list--expanded{gap:.65rem}.staff-calendar-entry--expanded{padding:.78rem .85rem}.staff-calendar-grid{background:#edf2f7;border:1px solid #dbe4ef;border-radius:1rem;box-shadow:0 10px 24px #0f172a0d;display:grid;gap:1px;grid-template-columns:repeat(7,minmax(0,1fr));overflow:visible}.staff-calendar-grid--weekly{min-width:720px}.staff-calendar-weekday{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#64748b;font-size:.72rem;font-weight:800;letter-spacing:.06em;padding:.7rem .5rem;text-align:center;text-transform:uppercase}.staff-calendar-day{background:linear-gradient(180deg,#fff,#fbfdff);display:flex;flex-direction:column;gap:.45rem;min-height:148px;overflow:visible;padding:.65rem;position:relative;transition:background-color .2s ease,box-shadow .2s ease}.staff-calendar-day:hover,.staff-calendar-day:focus-within{background:#f8fbff;box-shadow:inset 0 0 0 1px rgba(var(--bs-primary-rgb),.18);z-index:25}.staff-calendar-day--muted{background:#f8fafc;color:var(--bs-secondary-color)}.staff-calendar-day--today{background:linear-gradient(180deg,#8b2f450f,#fff);box-shadow:inset 0 0 0 2px #8b2f45}.staff-calendar-day--weekly{min-height:260px}.staff-calendar-day--empty .staff-calendar-empty{flex:1;min-height:0}.staff-calendar-day__head{align-items:flex-start;display:flex;gap:.35rem;justify-content:space-between}.staff-calendar-day__date-wrap{display:flex;flex-direction:column;gap:.1rem}.staff-calendar-day__weekday{color:#94a3b8;font-size:.64rem;font-weight:800;letter-spacing:.04em;line-height:1;text-transform:uppercase}.staff-calendar-day__count{align-items:center;background:#eef2f7;border-radius:999px;color:#475569;display:inline-flex;font-size:.64rem;font-weight:800;height:1.2rem;justify-content:center;min-width:1.2rem;padding:0 .35rem}.staff-calendar-day-number{align-items:center;color:#0f172a;display:inline-flex;font-size:.86rem;font-weight:800;height:1.65rem;justify-content:center;line-height:1;width:1.65rem}.staff-calendar-day-number--today{background:#8b2f45;border-radius:999px;box-shadow:0 4px 10px #8b2f4547;color:#fff}.staff-calendar-count{align-items:center;background:#f8fafc;border:1px solid #dbe4ef;border-radius:999px;color:#64748b;display:inline-flex;font-size:.7rem;font-weight:700;height:1.25rem;justify-content:center;min-width:1.25rem;padding:0 .35rem}.staff-calendar-entry,.staff-calendar-legend{border-left:3px solid currentColor;border-radius:.6rem;display:inline-flex;flex-direction:column;font-size:.72rem;gap:.08rem;line-height:1.25;padding:.42rem .52rem;width:100%}.staff-calendar-entry{box-shadow:0 4px 12px #0f172a0d;cursor:default;position:relative;transition:transform .15s ease,box-shadow .15s ease}.staff-calendar-entry:hover{box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.staff-calendar-entry:focus{outline:2px solid rgba(var(--bs-primary-rgb),.35);outline-offset:2px}.staff-calendar-entry:hover,.staff-calendar-entry:focus-within,.staff-calendar-entry:focus{z-index:20}.staff-calendar-entry:hover .staff-calendar-entry__tooltip,.staff-calendar-entry:focus-within .staff-calendar-entry__tooltip,.staff-calendar-entry:focus .staff-calendar-entry__tooltip{opacity:1;pointer-events:auto;transform:translate(-50%,.25rem);visibility:visible}.staff-calendar-legend{align-items:center;background:#fff;border:1px solid #e8eef5;border-left-width:0;border-radius:999px;display:inline-flex;flex-direction:row;font-size:.72rem;font-weight:700;gap:.35rem;padding:.28rem .65rem .28rem .45rem;width:auto}.staff-calendar-legend__dot{background:currentColor;border-radius:999px;flex:0 0 auto;height:.45rem;opacity:.85;width:.45rem}.staff-calendar-entry__title{font-weight:800;white-space:normal;word-break:break-word}.staff-calendar-entry__department,.staff-calendar-entry__time,.staff-calendar-entry__status,.staff-calendar-entry__break{display:block;white-space:normal;word-break:break-word}.staff-calendar-entry__department,.staff-calendar-entry__time,.staff-calendar-entry__status{color:#334155;font-weight:700}.staff-calendar-entry__time{font-variant-numeric:tabular-nums}.staff-calendar-entry__status{color:#475569;font-size:.68rem}.staff-calendar-entry__break{color:#475569;font-weight:700}.staff-calendar-entry__tooltip{background:#0f172af5;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;box-shadow:0 16px 36px #0f172a3d;color:#fff;display:flex;flex-direction:column;gap:.55rem;left:50%;line-height:1.35;min-width:13rem;max-width:min(18rem,100vw - 2rem);opacity:0;padding:.75rem .85rem;pointer-events:none;position:absolute;top:calc(100% + .55rem);transform:translate(-50%);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden;z-index:30}.staff-calendar-entry__tooltip:after{background:#0f172af5;content:"";height:.6rem;left:50%;position:absolute;top:-.3rem;transform:translate(-50%) rotate(45deg);width:.6rem}.staff-calendar-floating-tooltip{background:#0f172af7;border:1px solid rgba(255,255,255,.12);border-radius:.85rem;box-shadow:0 18px 42px #0f172a52;color:#fff;line-height:1.35;max-width:calc(100vw - 2rem);min-width:min(14rem,100vw - 2rem);overflow:hidden;pointer-events:none;position:fixed;transform:translate(-50%);width:max-content;z-index:2000}.staff-calendar-floating-tooltip:after{background:#0f172af7;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);content:"";height:.6rem;left:50%;position:absolute;transform:translate(-50%) rotate(45deg);width:.6rem}.staff-calendar-floating-tooltip__header{align-items:center;background:#ffffff14;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:.4rem;padding:.68rem .75rem}.staff-calendar-floating-tooltip__duty-tag{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:999px;box-shadow:0 1px 2px #0f172a1a;color:#0f172a;display:inline-flex;font-size:.68rem;font-weight:800;line-height:1.1;padding:.24rem .58rem;white-space:nowrap}.staff-calendar-floating-tooltip__call-badge{align-items:center;background:#fbcfe8;border:1px solid #f472b6;border-radius:999px;box-shadow:0 1px 2px #9d174d24;color:#831843;display:inline-flex;flex:0 0 auto;font-size:.64rem;font-weight:800;gap:.22rem;line-height:1;padding:.22rem .48rem;white-space:nowrap}.staff-calendar-floating-tooltip__call-badge .material-symbols-rounded{font-size:.86rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 20;line-height:1}.staff-calendar-floating-tooltip__call-badge--inline{justify-self:start}.staff-calendar-floating-tooltip__date-badge{align-items:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#e2e8f0;display:inline-flex;flex:0 0 auto;font-size:.64rem;font-weight:700;line-height:1.1;margin-left:auto;padding:.24rem .52rem;white-space:nowrap}.staff-calendar-floating-tooltip__body{display:flex;flex-direction:column;gap:.42rem;padding:.58rem .72rem .68rem}.staff-calendar-floating-tooltip__row{align-items:center;display:grid;gap:.35rem .75rem;grid-template-columns:minmax(4.5rem,5.25rem) minmax(0,1fr)}.staff-calendar-floating-tooltip__row-label{color:#e2e8f0b8;font-size:.62rem;font-weight:700;letter-spacing:.03em;line-height:1.25;text-transform:uppercase}.staff-calendar-floating-tooltip__row-value{color:#fff;font-size:.76rem;font-weight:700;line-height:1.35;white-space:normal;word-break:break-word}.staff-calendar-floating-tooltip--bottom{transform:translate(-50%)}.staff-calendar-floating-tooltip--bottom:after{top:-.3rem}.staff-calendar-floating-tooltip--top{transform:translate(-50%,-100%)}.staff-calendar-floating-tooltip--top:after{bottom:-.3rem}.staff-calendar-entry__tooltip-row{display:flex;flex-direction:column;gap:.2rem;min-width:0}.staff-calendar-entry__tooltip-row span{color:#e2e8f0c7;font-size:.66rem;font-weight:700;line-height:1;text-transform:uppercase}.staff-calendar-entry__tooltip-row strong{color:#fff;font-size:.78rem;font-weight:700;line-height:1.3;white-space:normal;word-break:break-word}.staff-calendar-entry--short,.staff-calendar-legend.staff-calendar-entry--short,.staff-calendar-duty-tag.staff-calendar-entry--short,.staff-dash-same-dept__shift-tag.staff-calendar-entry--short{background:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary)}.staff-dash-weekly__day--duty-short{border-color:var(--bs-primary);border-width:2px}.staff-calendar-entry--long,.staff-calendar-legend.staff-calendar-entry--long,.staff-calendar-duty-tag.staff-calendar-entry--long,.staff-dash-same-dept__shift-tag.staff-calendar-entry--long{background:rgba(var(--bs-warning-rgb),.16);color:#b45309}.staff-dash-weekly__day--duty-long{border-color:#b45309;border-width:2px}.staff-calendar-entry--night,.staff-calendar-legend.staff-calendar-entry--night,.staff-calendar-duty-tag.staff-calendar-entry--night,.staff-dash-same-dept__shift-tag.staff-calendar-entry--night{background:#6f42c11f;color:#6f42c1}.staff-dash-weekly__day--duty-night{border-color:#6f42c1;border-width:2px}.staff-calendar-entry--day,.staff-calendar-legend.staff-calendar-entry--day,.staff-calendar-duty-tag.staff-calendar-entry--day,.staff-dash-same-dept__shift-tag.staff-calendar-entry--day{background:#0ea5e91f;color:#0369a1}.staff-dash-weekly__day--duty-day{border-color:#0369a1;border-width:2px}.staff-calendar-entry--evening,.staff-calendar-legend.staff-calendar-entry--evening,.staff-calendar-duty-tag.staff-calendar-entry--evening,.staff-dash-same-dept__shift-tag.staff-calendar-entry--evening{background:#f59e0b26;color:#92400e}.staff-dash-weekly__day--duty-evening{border-color:#92400e;border-width:2px}.staff-calendar-entry--oncall,.staff-calendar-legend.staff-calendar-entry--oncall,.staff-calendar-duty-tag.staff-calendar-entry--oncall,.staff-dash-same-dept__shift-tag.staff-calendar-entry--oncall{background:#14b8a621;color:#0f766e}.staff-dash-weekly__day--duty-oncall{border-color:#0f766e;border-width:2px}.staff-calendar-entry--training,.staff-calendar-legend.staff-calendar-entry--training,.staff-calendar-duty-tag.staff-calendar-entry--training,.staff-dash-same-dept__shift-tag.staff-calendar-entry--training{background:#6366f11f;color:#4f46e5}.staff-dash-weekly__day--duty-training{border-color:#4f46e5;border-width:2px}.staff-calendar-entry--duty,.staff-calendar-legend.staff-calendar-entry--duty,.staff-calendar-duty-tag.staff-calendar-entry--duty,.staff-dash-same-dept__shift-tag.staff-calendar-entry--duty{background:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary)}.staff-dash-weekly__day--duty-duty{border-color:var(--bs-primary);border-width:2px}.staff-calendar-entry--leave,.staff-calendar-legend.staff-calendar-entry--leave,.staff-calendar-duty-tag.staff-calendar-entry--leave,.staff-dash-same-dept__shift-tag.staff-calendar-entry--leave{background:rgba(var(--bs-danger-rgb),.1);color:var(--bs-danger)}.staff-dash-weekly__day--duty-leave{border-color:var(--bs-danger);border-width:2px}.staff-calendar-entry--off,.staff-calendar-legend.staff-calendar-entry--off,.staff-calendar-duty-tag.staff-calendar-entry--off,.staff-dash-same-dept__shift-tag.staff-calendar-entry--off{background:rgba(var(--bs-success-rgb),.12);color:var(--bs-success)}.staff-dash-weekly__day--duty-off{border-color:var(--bs-success);border-width:2px}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--short{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:var(--bs-primary)}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--long{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:#b45309}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--night{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:#6f42c1}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--day{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:#0369a1}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--evening{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:#92400e}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--oncall{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:#0f766e}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--training{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:#4f46e5}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--duty{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:var(--bs-primary)}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--leave{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:var(--bs-danger)}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--off{background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a1a;color:var(--bs-success)}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--short{background:#fff;color:var(--bs-primary)}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--long{background:#fff;color:#b45309}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--night{background:#fff;color:#6f42c1}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--day{background:#fff;color:#0369a1}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--evening{background:#fff;color:#92400e}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--oncall{background:#fff;color:#0f766e}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--training{background:#fff;color:#4f46e5}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--duty{background:#fff;color:var(--bs-primary)}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--leave{background:#fff;color:var(--bs-danger)}.staff-dash-weekly__day--today .staff-calendar-duty-tag.staff-calendar-entry--off{background:#fff;color:var(--bs-success)}.staff-dash-weekly__day--today .staff-calendar-duty-tag{box-shadow:0 1px 4px #0f172a24}.staff-dash-weekly__day--today .staff-dash-weekly__day-top span:first-child,.staff-dash-weekly__day--today strong,.staff-dash-weekly__day--today span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),.staff-dash-weekly__day--today small,.staff-dash-weekly__day--today .small,.staff-dash-weekly__day--today .staff-dash-weekly__day-meta,.staff-dash-weekly__day--today .staff-dash-weekly__day-subtitle,.staff-dash-weekly__day--today .staff-dash-weekly__day-status,.staff-dash-weekly__day--today .staff-dash-weekly__day-empty-title,.staff-dash-weekly__day--today .staff-dash-weekly__day-empty-copy,.staff-dash-weekly__day--today .staff-calendar-roster-more{color:#fffffff5}.staff-dash-weekly__day--selected{box-shadow:inset 0 0 0 2px #2563eb,0 0 0 2px #2563eb29}.staff-dash-weekly__day--selected.staff-dash-weekly__day--today{box-shadow:inset 0 0 0 2px #fff,0 0 0 3px #2563eb}.staff-dash-weekly__selected-dot{background:#2563eb;border-radius:50%;box-shadow:0 0 0 2px #2563eb33;flex-shrink:0;height:.5rem;width:.5rem}.staff-calendar-duty-tag{align-self:flex-start;border-left:0;border-radius:999px;display:inline-block;font-size:.68rem;font-weight:800;line-height:1.2;max-width:100%;overflow:hidden;padding:.22rem .55rem;text-overflow:ellipsis;white-space:nowrap;width:auto}.staff-calendar-type-tags{align-items:center;align-self:flex-start;display:inline-flex;flex-wrap:wrap;gap:.24rem;max-width:100%}.staff-calendar-type-tags .staff-calendar-call-pill{display:inline-flex;flex:0 0 auto}.staff-calendar-type-tags .staff-calendar-call-pill__icon,.staff-calendar-type-tags .staff-calendar-call-pill__label{display:inline-flex}.staff-calendar-call-pill{align-items:center;background:#f9a8d4;border:1px solid #ec4899;border-radius:999px;box-shadow:0 1px 2px #9d174d1f;color:#831843;display:inline-flex;flex:0 0 auto;font-size:.62rem;font-weight:800;gap:.2rem;justify-content:center;line-height:1;padding:.18rem .45rem;white-space:nowrap}.staff-calendar-call-pill__icon{color:#831843;display:inline-flex;flex:0 0 auto;font-size:.82rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 20;line-height:1}.staff-calendar-call-pill__label{color:#831843;display:inline-flex;line-height:1}.staff-calendar-call-pill--icon-only{align-items:center;justify-content:center;min-height:1.38rem;min-width:1.38rem;padding:.14rem}.staff-calendar-call-pill--icon-only .staff-calendar-call-pill__icon{font-size:.88rem}.staff-calendar-call-pill--tooltip-trigger{cursor:help}.staff-calendar-call-pill--tooltip-trigger:hover,.staff-calendar-call-pill--tooltip-trigger:focus-visible{box-shadow:0 0 0 2px #ec489947;outline:none}@media(max-width:991.98px){.staff-schedule-calendar{padding:1rem}.staff-schedule-calendar__toolbar{align-items:stretch;flex-direction:column;margin-left:0;width:100%}.staff-calendar-view-switch{justify-content:space-between;width:100%}.staff-calendar-view-switch__btn{flex:1;text-align:center}.staff-calendar-nav{justify-content:space-between;width:100%}.staff-calendar-nav__period{flex:1}}@media(max-width:767.98px){.staff-calendar-roster-strip{grid-template-columns:repeat(7,minmax(0,1fr))}.staff-calendar-roster-strip .staff-dash-weekly__day{min-height:6.5rem;padding:.45rem .35rem}.staff-calendar-roster-strip .staff-dash-weekly__day strong{font-size:.66rem}.staff-calendar-roster-strip .staff-dash-weekly__day span,.staff-calendar-roster-strip .staff-dash-weekly__day small,.staff-calendar-roster-strip .staff-dash-weekly__day .small{font-size:.58rem}.staff-calendar-roster-strip--monthly .staff-dash-weekly__day{min-height:4.75rem}}@media(max-width:575.98px){.staff-calendar-scroll{padding-bottom:.75rem}.staff-calendar-roster-strip,.staff-calendar-roster-strip--monthly{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-calendar-roster-strip .staff-dash-weekly__day{min-height:auto;width:100%}.staff-calendar-roster-daily{max-width:none}.staff-calendar-grid{border-radius:.875rem;display:flex;flex-direction:column;min-width:0}.staff-calendar-grid--weekly{min-width:0}.staff-calendar-weekday{display:none}.staff-calendar-day{min-height:auto;padding:.85rem}.staff-calendar-day--muted{display:none}.staff-calendar-day--weekly{min-height:auto}.staff-calendar-entry{font-size:.78rem;padding:.52rem .62rem}.staff-calendar-entry__tooltip{left:0;max-width:calc(100vw - 3rem);min-width:min(14rem,100vw - 3rem);transform:translateY(0)}.staff-calendar-entry__tooltip:after{left:1.25rem;transform:rotate(45deg)}.staff-calendar-entry:hover .staff-calendar-entry__tooltip,.staff-calendar-entry:focus-within .staff-calendar-entry__tooltip,.staff-calendar-entry:focus .staff-calendar-entry__tooltip{transform:translateY(.25rem)}}.staff-dashboard-split{display:block}.staff-dashboard-split__calendar{min-width:0}.staff-duty-sections{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,2fr);gap:1rem;align-items:start}.staff-duty-panel{background:#fff;border:1px solid #e2e8f0;border-radius:1.125rem;box-shadow:0 .625rem 1.5rem #0f172a0e;display:flex;flex-direction:column;min-height:18.75rem;min-width:0;padding:1rem}.staff-duty-panel--mine{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(var(--bs-primary-rgb),.16),transparent 34%),linear-gradient(135deg,#fff,#f5fbff);border-color:rgba(var(--bs-primary-rgb),.18)}.staff-duty-panel--mine:before{position:absolute;inset:0 auto 0 0;width:.25rem;content:"";background:var(--bs-primary)}.staff-duty-panel--mine .staff-duty-panel__icon{color:#fff;background:var(--bs-primary);box-shadow:0 .75rem 1.5rem rgba(var(--bs-primary-rgb),.22)}.staff-duty-panel--mine .staff-duty-panel__count{color:#fff;background:var(--bs-primary);box-shadow:0 .5rem 1rem rgba(var(--bs-primary-rgb),.18)}.staff-duty-panel--team{overflow:hidden;background:radial-gradient(circle at top left,rgba(var(--bs-primary-rgb),.06),transparent 26%),linear-gradient(135deg,#fff,#fbfaf7)}.staff-duty-panel__header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.875rem}.staff-duty-panel__title-wrap{align-items:flex-start;display:flex;gap:.75rem;min-width:0}.staff-duty-panel__heading{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem}.staff-duty-panel__heading span{background:rgba(var(--bs-primary-rgb),.1);border-radius:999px;color:var(--bs-primary);font-size:.72rem;font-weight:800;line-height:1;padding:.28rem .55rem}.staff-duty-panel__icon{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border-radius:.8rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:2.5rem;justify-content:center;width:2.5rem}.staff-duty-panel__count{background:rgba(var(--bs-primary-rgb),.08);border-radius:999px;color:var(--bs-primary);flex:0 0 auto;font-size:.75rem;font-weight:800;padding:.375rem .75rem;white-space:nowrap}.staff-duty-panel__body{flex:1 1 auto;min-height:0;min-width:0}.staff-duty-panel__body--today{max-height:min(40rem,64vh);overflow-y:auto;padding-right:.25rem}.staff-duty-panel__body--today .staff-duty-list{grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr));gap:.5rem}.staff-duty-panel__body--team{max-height:min(40rem,64vh);overflow-y:auto;padding-right:.25rem}.staff-duty-list,.staff-duty-team-grid{display:grid;gap:.625rem}.staff-duty-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1399.98px){.staff-duty-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.staff-duty-shift-groups{display:flex;flex-direction:column;gap:.75rem}.staff-duty-shift-group{padding:.625rem;background:rgba(var(--bs-primary-rgb),.03);border:1px solid rgba(var(--bs-primary-rgb),.12);border-radius:.875rem}.staff-duty-shift-group__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.staff-duty-shift-group__title{color:var(--bs-primary);font-size:.875rem;font-weight:800;line-height:1.25;margin-bottom:0}.staff-duty-shift-group__count{color:var(--bs-primary);font-size:.7rem;font-weight:800;line-height:1;padding:.3rem .55rem;background:#fff;border-radius:999px;white-space:nowrap}.staff-duty-card{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;box-shadow:0 .25rem .875rem #0f172a0a;display:flex;flex-direction:column;gap:.75rem;height:100%;padding:.875rem}.staff-duty-card--highlight{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.08),#fffffff0),#fff;border-color:rgba(var(--bs-primary-rgb),.24);box-shadow:0 .875rem 1.75rem rgba(var(--bs-primary-rgb),.12)}.staff-duty-card--highlight:before{position:absolute;inset:0 auto 0 0;width:.25rem;content:"";background:var(--bs-primary)}.staff-duty-card--highlight .staff-duty-card__avatar{color:#fff;background:var(--bs-primary);box-shadow:0 .5rem 1rem rgba(var(--bs-primary-rgb),.18)}.staff-duty-card--highlight .staff-duty-card__department-icon{box-shadow:inset 0 1px #ffffffe6,0 .5rem 1rem #0f172a14}.staff-duty-card--highlight .staff-duty-card__shift{color:#fff;background:var(--bs-primary);box-shadow:0 .5rem 1rem rgba(var(--bs-primary-rgb),.14)}.staff-duty-card--compact{gap:.5rem;padding:.75rem}.staff-duty-card--compact .staff-duty-card__body{gap:.625rem}.staff-duty-card--compact .staff-duty-card__avatar{border-radius:.65rem;font-size:.8rem;height:2rem;width:2rem}.staff-duty-card--compact .staff-duty-card__title{font-size:.875rem;margin-bottom:.125rem}.staff-duty-card--compact .staff-duty-card__meta{font-size:.7rem}.staff-duty-card--compact .staff-duty-card__break{font-size:.68rem;font-weight:800;margin-top:.125rem}.staff-duty-card--today{gap:.45rem;min-height:0;padding:.65rem .7rem .65rem .85rem}.staff-duty-card--today .staff-duty-card__body{gap:.55rem}.staff-duty-card--today .staff-duty-card__department-icon{border-radius:.65rem;height:2rem;width:2rem}.staff-duty-card--today .staff-duty-card__department-icon .department-material-icon{font-size:1.08rem}.staff-duty-card--today .staff-duty-card__title{font-size:.86rem;margin-bottom:0}.staff-duty-card--today .staff-duty-card__shift{font-size:.72rem;padding:.3rem .55rem}.staff-duty-card--today .staff-duty-card__break{font-size:.68rem;line-height:1.2}.staff-duty-card__body{align-items:center;display:flex;gap:.75rem;min-width:0}.staff-duty-card__avatar{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border-radius:.75rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;font-weight:800;height:2.25rem;justify-content:center;width:2.25rem}.staff-duty-card__avatar--staff{background:#f1f5f9;color:#475569}.staff-duty-card__department-icon{align-items:center;border:1px solid rgba(255,255,255,.72);border-radius:.75rem;display:inline-flex;flex:0 0 auto;height:2.25rem;justify-content:center;width:2.25rem}.staff-duty-card__department-icon .department-material-icon{font-size:1.25rem}.staff-duty-card__title{color:#212529;font-size:.95rem;font-weight:700;line-height:1.2;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-duty-card__meta{color:#6c757d;font-size:.75rem;font-weight:500;line-height:1.35;margin-bottom:0}.staff-duty-card__shift{align-self:flex-start;background:rgba(var(--bs-primary-rgb),.08);border-radius:999px;color:var(--bs-primary);font-size:.75rem;font-weight:800;line-height:1.2;padding:.375rem .625rem}.staff-duty-card__break{align-self:flex-start;color:#7a2531;font-size:.75rem;font-weight:800;line-height:1.25}.staff-duty-empty{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.875rem;display:flex;flex-direction:column;justify-content:center;min-height:11rem;padding:1.5rem}.staff-duty-empty--compact{min-height:7.5rem}.staff-duty-empty__icon{align-items:center;background:#fff;border-radius:1rem;color:#94a3b8;display:inline-flex;height:4rem;justify-content:center;width:4rem}.staff-dashboard-events{background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.08),#f59e0b14 48%,#10b98114),#fff;border:1px solid rgba(226,232,240,.9);position:relative}.staff-dashboard-events__header{align-items:flex-start;border-bottom:1px solid #edf2f7;display:flex;gap:.875rem;margin-bottom:1rem;padding-bottom:.875rem}.staff-dashboard-events__icon{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border-radius:.875rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:2.75rem;justify-content:center;width:2.75rem}.staff-event-panel{background:#ffffffdb;border:1px solid #edf2f7;border-radius:1rem;box-shadow:0 12px 28px #0f172a0d;padding:.875rem}.staff-event-panel--today{border-color:rgba(var(--bs-primary-rgb),.18)}.staff-event-panel--upcoming{border-color:#f59e0b38}.staff-event-panel__header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.875rem}.staff-event-panel__count{align-items:center;background:linear-gradient(135deg,var(--bs-primary),#38bdf8);border:0;border-radius:999px;box-shadow:0 8px 18px rgba(var(--bs-primary-rgb),.22);color:#fff;display:inline-flex;font-size:.75rem;font-weight:800;height:1.5rem;justify-content:center;min-width:1.5rem;padding:0 .45rem}.staff-event-item{align-items:flex-start;background:#fff;border:1px solid transparent;border-radius:.875rem;box-shadow:0 10px 22px #0f172a0f;display:flex;gap:.75rem;justify-content:space-between;overflow:hidden;padding:.85rem;position:relative}.staff-event-item:before{border-radius:inherit;content:"";inset:0 auto 0 0;position:absolute;width:.25rem}.staff-event-item--birthday{background:linear-gradient(135deg,#fff7ed,#fff 68%);border-color:#f973162e}.staff-event-item--birthday:before,.staff-event-item--birthday .staff-event-item__icon{background:linear-gradient(135deg,#f97316,#facc15)}.staff-event-item--work{background:linear-gradient(135deg,#eff6ff,#fff 68%);border-color:rgba(var(--bs-primary-rgb),.18)}.staff-event-item--work:before,.staff-event-item--work .staff-event-item__icon{background:linear-gradient(135deg,var(--bs-primary),#38bdf8)}.staff-event-item--anniversary{background:linear-gradient(135deg,#fdf2f8,#fff 68%);border-color:#db27772e}.staff-event-item--anniversary:before,.staff-event-item--anniversary .staff-event-item__icon{background:linear-gradient(135deg,#db2777,#a855f7)}.staff-event-item__icon{align-items:center;border-radius:.85rem;box-shadow:0 10px 20px #0f172a1f;color:#fff;display:inline-flex;flex:0 0 auto;font-size:.875rem;font-weight:900;height:2.35rem;justify-content:center;margin-left:.1rem;width:2.35rem}.staff-event-item__content{flex:1 1 auto;min-width:0}.staff-event-item__meta{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.78rem;gap:.35rem}.staff-event-item__meta span+span:before{content:"•";margin-right:.35rem}.staff-event-item__me,.staff-event-item__day{border-radius:999px;font-size:.72rem;font-weight:800;line-height:1}.staff-event-item__me{background:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary);padding:.3rem .45rem}.staff-event-item__day{background:#ffffffd1;border:1px solid rgba(148,163,184,.26);color:#475569;flex:0 0 auto;padding:.4rem .55rem}@media(max-width:1199.98px){.staff-duty-sections,.staff-dashboard-split{grid-template-columns:1fr}}@media(max-width:767.98px){.staff-duty-team-grid{grid-template-columns:1fr}}@media(max-width:575.98px){.staff-duty-panel__header,.staff-dashboard-events__header,.staff-event-item{flex-direction:column}}.staff-dashboard-page{background:#f7f3ed}.staff-dash-report-bar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.85rem 1rem;margin-bottom:.15rem;background:linear-gradient(135deg,#fffaf6,#fff 55%,#f8f4ff);border:1px solid rgba(148,27,47,.12);border-radius:.85rem;box-shadow:0 4px 14px #0f172a0a}.staff-dash-report-bar__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.staff-dash-report-bar__copy strong{color:#0f172a;font-size:.92rem}.staff-dash-report-bar__copy span{color:#64748b;font-size:.82rem}.staff-dash-report-bar__btn{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;white-space:nowrap;line-height:1.2!important;border-radius:.5rem!important;padding:.35rem .7rem!important;font-size:.78rem!important;font-weight:600}.staff-dash-report-bar__btn .material-symbols-rounded{font-size:.95rem}.staff-daily-report-readonly{min-height:8.5rem;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.35);border-radius:.65rem;background:#f8fafc;color:#0f172a;font-size:.95rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.staff-calendar-report-icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;padding:0;border:0;border-radius:999px;background:#941b2f1a;color:#941b2f;line-height:1}.staff-calendar-report-icon .material-symbols-rounded{font-size:.95rem}.staff-calendar-report-icon:hover,.staff-calendar-report-icon:focus-visible{background:#941b2f2e;outline:none}.staff-dash-weekly__day-top-actions{display:inline-flex;align-items:center;gap:.3rem;margin-left:auto}.staff-calendar-entry--report{background:#941b2f1f;color:#941b2f}.staff-calendar-floating-tooltip__duty-tag.staff-calendar-entry--report{background:#fff;border:1px solid rgba(148,27,47,.22);box-shadow:0 1px 2px #0f172a1f;color:#941b2f}.staff-calendar-floating-tooltip--report{min-width:min(16rem,100vw - 2rem);max-width:min(22rem,100vw - 2rem);z-index:2200}.staff-calendar-floating-tooltip--report .staff-calendar-floating-tooltip__row{grid-template-columns:1fr}.staff-calendar-floating-tooltip--report .staff-calendar-floating-tooltip__row-value--report{color:#f8fafc;font-size:.82rem;font-weight:600;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:12rem;overflow:auto}.staff-calendar-floating-tooltip--day-roster{min-width:min(16rem,100vw - 2rem);max-width:min(22rem,100vw - 2rem);pointer-events:auto}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__header{position:relative;padding-right:2.1rem}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__close{position:absolute;top:.45rem;right:.45rem;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:0;border-radius:999px;background:#ffffff1f;color:#fff;line-height:1}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__close .material-symbols-rounded{font-size:1rem}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__body--day-roster{gap:.55rem;max-height:min(22rem,55vh);overflow:auto}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__duty-block{display:flex;flex-direction:column;gap:.35rem;padding:.45rem .15rem .55rem;border-bottom:1px solid rgba(255,255,255,.1)}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__duty-block:last-child{border-bottom:0;padding-bottom:.15rem}.staff-calendar-floating-tooltip--day-roster .staff-calendar-floating-tooltip__duty-block-head{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.staff-dash-weekly__day--hoverable{cursor:pointer}.staff-dash-weekly__day--roster-open{outline:2px solid rgba(148,27,47,.35);outline-offset:1px}.staff-calendar-floating-tooltip__row-value--report{white-space:pre-wrap;font-weight:500;line-height:1.45;max-height:12rem;overflow:auto}@media(max-width:767.98px){.staff-dash-report-bar{flex-direction:column;align-items:stretch}.staff-dash-report-bar__btn{justify-content:center;width:100%}}.staff-dash-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--dashboard-section-gap, .75rem)}.staff-dash-summary-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.staff-dash-summary-card,.staff-dash-weekly,.staff-dash-today-duty,.staff-dash-same-dept,.staff-dash-dept-incharges,.staff-dash-insight-card,.staff-dash-events-alerts,.staff-dash-quick-access{background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:.85rem;box-shadow:0 4px 14px #0f172a0a}.staff-dash-summary-card{display:flex;flex-direction:column;gap:.3rem;min-height:100%;padding:.5rem .55rem;border-radius:.7rem;box-shadow:0 2px 8px #0f172a09}.staff-dash-summary-card__header{align-items:center;display:flex;gap:.38rem;min-width:0}.staff-dash-summary-card__icon{align-items:center;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;height:1.5rem;justify-content:center;width:1.5rem}.staff-dash-summary-card__icon .material-symbols-rounded{font-size:.82rem}.staff-dash-summary-card__icon--next-duty{background:#8b2f45}.staff-dash-summary-card__icon--today{background:#1f6b4f}.staff-dash-summary-card__icon--leave{background:#0f766e}.staff-dash-summary-card__icon--day-off{background:#1f6b4f}.staff-dash-summary-card__icon--pending{background:#8b2f45}.staff-dash-summary-card__title{color:#64748b;font-size:.58rem;font-weight:800;letter-spacing:.04em;line-height:1.15;margin-bottom:0;text-transform:uppercase}.staff-dash-summary-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.06rem;min-height:0}.staff-dash-summary-card__body .staff-calendar-duty-tag{font-size:.58rem;margin-top:.06rem;padding:.14rem .42rem}.staff-dash-summary-card__footer{margin-top:auto;padding-top:.12rem}.staff-dash-summary-card__value{color:#0f172a;font-size:.88rem;font-weight:800;line-height:1.1}.staff-dash-summary-card__meta{color:#475569;font-size:.66rem;font-weight:600;line-height:1.25;margin-bottom:0}.staff-dash-summary-card__meta--muted{color:#64748b;font-size:.62rem}.staff-dash-summary-card__empty{color:#475569;font-size:.66rem;font-weight:600;line-height:1.3;margin-bottom:0}.staff-dash-card-action{align-items:center;background:#f8f4ee;border-radius:999px;color:#8b2f45;display:inline-flex;font-size:.62rem;font-weight:800;gap:.25rem;padding:.24rem .5rem;text-decoration:none;width:fit-content}.staff-dash-card-action svg{height:10px;width:10px}.staff-dash-card-action:hover{background:#f1e8dc;color:#6d2436}.staff-dash-leave-list{display:flex;flex-direction:column;gap:.2rem;list-style:none;margin-bottom:0;padding:0}.staff-dash-leave-list li{align-items:center;display:flex;gap:.32rem;font-size:.66rem;line-height:1.15}.staff-dash-leave-list li strong{color:#0f172a;font-size:.66rem;font-weight:800;margin-left:auto;white-space:nowrap}.staff-dash-leave-list__divider{color:#94a3b8;font-weight:600;margin:0 .1rem}.staff-dash-leave-list__divider--large{font-size:.88rem;margin:0 .16rem}.staff-dash-leave-dot{border-radius:999px;flex:0 0 auto;height:.45rem;width:.45rem}.staff-dash-leave-dot--green{background:#16a34a}.staff-dash-leave-dot--orange{background:#ea580c}.staff-dash-leave-dot--blue{background:#2563eb}.staff-dash-leave-dot--purple{background:#9333ea}.staff-dash-section-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.875rem}.staff-dash-section-header__title-wrap{align-items:center;display:flex;gap:.65rem}.staff-dash-section-header__icon{align-items:center;background:#8b2f451a;border-radius:.75rem;color:#8b2f45;display:inline-flex;height:2.25rem;justify-content:center;width:2.25rem}.staff-dash-section-header__title{color:#0f172a;font-size:.95rem;font-weight:800;letter-spacing:.03em;margin-bottom:0;text-transform:uppercase}.staff-dash-section-header__link{color:#8b2f45;font-size:.78rem;font-weight:700;text-decoration:none}.staff-dash-section-header__link:hover{text-decoration:underline}.staff-dash-today-duty{display:flex;flex-direction:column;gap:.65rem;min-height:100%;padding:.8rem .85rem;background:linear-gradient(180deg,#1f6b4f0d,#fff0 42%),#fff;overflow:hidden}.staff-dash-today-duty--off{background:linear-gradient(180deg,#64748b0f,#fff0 42%),#fff}.staff-dash-today-duty--off .staff-dash-today-duty__icon{background:#64748b}.staff-dash-today-duty--off .staff-dash-today-duty__status{color:#475569}.staff-dash-today-duty__header{align-items:flex-start;display:flex;gap:.6rem}.staff-dash-today-duty__heading{display:grid;gap:.12rem;min-width:0}.staff-dash-today-duty__icon{align-items:center;background:linear-gradient(135deg,#1f6b4f,#2d8a67);border-radius:.7rem;box-shadow:0 .35rem .85rem #1f6b4f38;color:#fff;display:inline-flex;flex:0 0 auto;height:2.15rem;justify-content:center;width:2.15rem}.staff-dash-today-duty__icon .material-symbols-rounded{font-size:1.05rem}.staff-dash-today-duty__label{color:#64748b;font-size:.62rem;font-weight:800;letter-spacing:.05em;margin-bottom:0;text-transform:uppercase}.staff-dash-today-duty__status-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}.staff-dash-today-duty__status-wrap .staff-calendar-duty-tag{font-size:.62rem;padding:.16rem .45rem}.staff-dash-today-duty__status{color:#1f6b4f;font-size:1.08rem;font-weight:800;line-height:1.1}.staff-dash-today-duty__list{display:flex;flex-direction:column;gap:.55rem}.staff-dash-today-duty__card{display:grid;gap:.5rem;padding:.62rem .68rem;background:#f8fafc;border:1px solid #e8eef4;border-radius:.75rem;box-shadow:inset 0 1px #ffffffd9}.staff-dash-today-duty__card-top{align-items:flex-start;display:flex;gap:.45rem;justify-content:space-between}.staff-dash-today-duty__dept-wrap{align-items:center;display:flex;gap:.42rem;min-width:0}.staff-dash-today-duty__dept-icon{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border-radius:.5rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:1.55rem;justify-content:center;width:1.55rem}.staff-dash-today-duty__dept-icon .material-symbols-rounded{font-size:.9rem}.staff-dash-today-duty__department{color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.25}.staff-dash-today-duty__time-tag{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;flex:0 0 auto;font-size:.66rem;font-weight:800;line-height:1;padding:.24rem .5rem;white-space:nowrap}.staff-dash-today-duty__incharge{display:grid;gap:.28rem;padding:.48rem .52rem;background:#fff;border:1px solid #e7edf4;border-radius:.62rem}.staff-dash-today-duty__incharge-label{color:#64748b;font-size:.58rem;font-weight:800;letter-spacing:.02em;line-height:1}.staff-dash-today-duty__incharge-person{align-items:center;display:flex;gap:.45rem;min-width:0}.staff-dash-today-duty__incharge-avatar{align-items:center;background:#1f6b4f1f;border-radius:999px;color:#1f6b4f;display:inline-flex;flex:0 0 auto;font-size:.62rem;font-weight:800;height:1.65rem;justify-content:center;width:1.65rem}.staff-dash-today-duty__incharge-meta{display:grid;gap:.08rem;min-width:0}.staff-dash-today-duty__incharge-name{color:#0f172a;font-size:.74rem;font-weight:800;line-height:1.2}.staff-dash-today-duty__incharge-role{color:#64748b;font-size:.64rem;font-weight:600;line-height:1.2}.staff-dash-today-duty__incharge-empty{color:#94a3b8;font-size:.7rem;font-weight:600;line-height:1.2}.staff-dash-today-duty__break{align-items:center;color:#64748b;display:inline-flex;gap:.22rem;font-size:.66rem;font-weight:700;line-height:1.2}.staff-dash-today-duty__break .material-symbols-rounded{font-size:.82rem}.staff-dash-today-duty__empty{color:#64748b;font-size:.76rem}.staff-dash-today-duty .staff-dash-card-action{color:#1f6b4f;margin-top:auto}.staff-dash-duty-row{align-items:stretch;display:grid;gap:var(--dashboard-section-gap, .75rem);grid-template-columns:minmax(220px,.78fr) minmax(0,1.22fr)}.staff-dash-same-dept{display:flex;flex-direction:column;gap:.45rem;min-height:100%;padding:.55rem .6rem}.staff-dash-same-dept__header{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between}.staff-dash-same-dept__title-wrap{align-items:flex-start;display:flex;gap:.4rem;min-width:0}.staff-dash-same-dept__icon{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border-radius:.5rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:1.55rem;justify-content:center;width:1.55rem}.staff-dash-same-dept__icon .material-symbols-rounded{font-size:.82rem}.staff-dash-same-dept__heading{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.05rem}.staff-dash-same-dept__shift-tags{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.22rem}.staff-dash-same-dept__title{color:#0f172a;font-size:.78rem;font-weight:800}.staff-dash-same-dept__shift-tag{border-radius:999px;font-size:.58rem;font-weight:800;line-height:1;padding:.14rem .38rem}.staff-dash-same-dept__subtitle{color:#64748b;font-size:.64rem;line-height:1.25}.staff-dash-same-dept__count{background:rgba(var(--bs-primary-rgb),.1);border-radius:999px;color:var(--bs-primary);flex:0 0 auto;font-size:.6rem;font-weight:800;padding:.16rem .42rem;white-space:nowrap}.staff-dash-same-dept__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.45rem;min-height:0}.staff-dash-same-dept__group+.staff-dash-same-dept__group{border-top:1px solid #edf2f7;padding-top:.45rem}.staff-dash-same-dept__group-header{align-items:center;display:flex;gap:.4rem;justify-content:space-between;margin-bottom:.28rem}.staff-dash-same-dept__group-title{color:#334155;font-size:.68rem;font-weight:800}.staff-dash-same-dept__group-count{color:#64748b;font-size:.6rem;font-weight:700}.staff-dash-same-dept__team-grid{display:grid;gap:.32rem;grid-template-columns:repeat(3,minmax(0,1fr))}.staff-dash-same-dept__staff-card{align-items:center;background:#faf8f5;border:1px solid #ece7df;border-radius:.5rem;display:flex;gap:.32rem;min-width:0;padding:.32rem .36rem}.staff-dash-same-dept__avatar{align-items:center;background:rgba(var(--bs-primary-rgb),.12);border-radius:999px;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;font-size:.6rem;font-weight:800;height:1.35rem;justify-content:center;width:1.35rem}.staff-dash-same-dept__name{color:#0f172a;font-size:.66rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-same-dept__meta{align-items:center;display:flex;flex-wrap:wrap;gap:.18rem;margin-top:.1rem}.staff-dash-same-dept__time-tag{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;display:inline-block;font-size:.56rem;font-weight:800;line-height:1;margin-top:0;max-width:100%;overflow:hidden;padding:.1rem .3rem;text-overflow:ellipsis;white-space:nowrap}.staff-dash-same-dept__empty{align-items:center;border:1px dashed #cbd5e1;border-radius:.55rem;color:#64748b;display:flex;flex:1 1 auto;font-size:.68rem;justify-content:center;line-height:1.4;min-height:4.5rem;padding:.65rem;text-align:center}.staff-dash-weekly{padding:1rem}.staff-dash-weekly__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.65rem;min-width:0;overflow:visible;width:100%}.staff-dash-weekly__day{background:#faf8f5;border:1px solid #ece7df;border-radius:.85rem;display:flex;flex-direction:column;gap:.25rem;min-height:7.5rem;min-width:0;padding:.75rem}.staff-dash-weekly__day--interactive{cursor:help;transition:border-color .16s ease,box-shadow .16s ease}.staff-dash-weekly__day--interactive:hover,.staff-dash-weekly__day--interactive:focus-visible{border-color:#cbd5e1;box-shadow:0 8px 18px #0f172a14;outline:none}.staff-dash-weekly__day strong{color:#0f172a;font-size:.82rem;line-height:1.25}.staff-dash-weekly__day span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),.staff-dash-weekly__day small,.staff-dash-weekly__day .small{color:#64748b;font-size:.72rem;line-height:1.35}.staff-dash-weekly__day .staff-dash-weekly__day-meta{color:#334155;display:block;font-size:.68rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-weekly__day .staff-dash-weekly__day-subtitle{color:#475569;display:block;font-size:.64rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-weekly__day .staff-dash-weekly__day-status{color:#334155;display:block;font-size:.64rem;font-weight:700;line-height:1.25}.staff-dash-weekly__day .staff-dash-weekly__day-empty-title{color:#0f172a;display:block;font-size:.78rem;font-weight:800;line-height:1.25}.staff-dash-weekly__day .staff-dash-weekly__day-empty-copy{color:#475569;display:block;font-size:.64rem;font-weight:600;line-height:1.25}.staff-dash-weekly__day--compact{min-height:6.5rem;min-width:0;padding:.65rem}.staff-dash-weekly__day--today{background:#8b2f45;box-shadow:0 10px 24px #8b2f452e;color:#fff}.staff-dash-weekly__day--today strong,.staff-dash-weekly__day--today span:not(.staff-calendar-duty-tag):not(.staff-calendar-call-pill):not(.staff-calendar-type-tags),.staff-dash-weekly__day--today small,.staff-dash-weekly__day--today .small,.staff-dash-weekly__day--today .staff-dash-weekly__day-meta,.staff-dash-weekly__day--today .staff-dash-weekly__day-subtitle,.staff-dash-weekly__day--today .staff-dash-weekly__day-status,.staff-dash-weekly__day--today .staff-dash-weekly__day-empty-title,.staff-dash-weekly__day--today .staff-dash-weekly__day-empty-copy{color:#fff}.staff-dash-weekly__day--today .staff-dash-weekly__day-top span:first-child{color:#fff}.staff-dash-weekly__day--past{opacity:.92}.staff-dash-weekly__day--muted{background:#f3f4f6;border-color:#e5e7eb;min-height:4.25rem;opacity:.78}.staff-dash-weekly__day--muted .staff-dash-weekly__day-top span:first-child{color:#94a3b8}.staff-dash-weekly__day-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.35rem}.staff-dash-weekly__day-top span:first-child{color:inherit;font-size:.72rem;font-weight:700}.staff-dash-weekly__check{color:#16a34a;font-size:1rem}.staff-dash-weekly__dot{background:#facc15;border-radius:999px;height:.55rem;width:.55rem}.staff-dash-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:var(--dashboard-section-gap, .75rem);align-items:start}.staff-dash-main-grid__primary,.staff-dash-main-grid__sidebar{min-width:0}.staff-dash-main-grid__primary,.staff-dash-main-grid__sidebar{display:flex;flex-direction:column;gap:var(--dashboard-section-gap, .75rem)}.staff-dash-main-grid__sidebar--no-need-help{align-self:stretch}.staff-dash-main-grid__sidebar .staff-dash-dept-incharges__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dash-dept-incharges{display:flex;flex-direction:column;gap:.4rem;padding:.5rem .6rem}.staff-dash-dept-incharges .staff-dash-section-header{gap:.45rem;margin-bottom:0}.staff-dash-dept-incharges .staff-dash-section-header__title-wrap{gap:.45rem}.staff-dash-dept-incharges .staff-dash-section-header__icon{border-radius:.55rem;height:1.75rem;width:1.75rem}.staff-dash-dept-incharges .staff-dash-section-header__icon .material-symbols-rounded{font-size:.95rem}.staff-dash-dept-incharges__icon-wrap{background:#1f6b4f1a;color:#1f6b4f}.staff-dash-dept-incharges__title{font-size:.72rem;text-transform:uppercase}.staff-dash-dept-incharges__subtitle{color:#64748b;font-size:.6rem;line-height:1.2;margin-top:.05rem}.staff-dash-dept-incharges__count{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#475569;flex:0 0 auto;font-size:.56rem;font-weight:700;padding:.1rem .38rem;white-space:nowrap}.staff-dash-dept-incharges__scroll{max-height:min(11rem,32vh);overflow-x:hidden;overflow-y:auto;padding-right:.06rem;scrollbar-gutter:stable}.staff-dash-dept-incharges__scroll::-webkit-scrollbar{width:.3rem}.staff-dash-dept-incharges__scroll::-webkit-scrollbar-thumb{background:#64748b59;border-radius:999px}.staff-dash-dept-incharges__grid{display:grid;gap:.35rem;grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dash-dept-incharges__card{background:#fff;border:1px solid #ece7df;border-radius:.5rem;box-shadow:0 1px 2px #0f172a08;display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden;padding:0}.staff-dash-dept-incharges__card-dept,.staff-dash-dept-incharges__card-incharge{align-items:center;display:flex;gap:.28rem;min-width:0}.staff-dash-dept-incharges__card-dept{background:#f5e3e3;border-bottom:1px solid #eef2f7;padding:.32rem .42rem}.staff-dash-dept-incharges__card-incharge{padding:.34rem .42rem .38rem}.staff-dash-dept-incharges__dept-icon{align-items:center;background:rgba(var(--bs-primary-rgb),.08);border-radius:.35rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:1.15rem;justify-content:center;overflow:hidden;width:1.15rem}.staff-dash-dept-incharges__dept-icon img{height:100%;object-fit:cover;width:100%}.staff-dash-dept-incharges__dept-icon .material-symbols-rounded{font-size:.72rem}.staff-dash-dept-incharges__dept-name{color:var(--bs-primary);font-size:.62rem;font-weight:800;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-dept-incharges__incharge-text{display:flex;flex-direction:column;gap:.06rem;min-width:0}.staff-dash-dept-incharges__position-tag{align-self:flex-start;background:#f1f5f9;border-radius:999px;color:#64748b;font-size:.5rem;font-weight:700;line-height:1;padding:.08rem .26rem}.staff-dash-dept-incharges__avatar{align-items:center;background:linear-gradient(135deg,#8b2f45,#c2410c);border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:.5rem;font-weight:800;height:1.15rem;justify-content:center;width:1.15rem}.staff-dash-dept-incharges__name{color:#334155;font-size:.6rem;font-weight:700;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-dept-incharges__empty,.staff-dash-dept-incharges__empty-state{color:#94a3b8;font-size:.58rem;font-style:italic}.staff-dash-dept-incharges__empty-state{font-style:normal}.staff-dash-insight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--dashboard-section-gap, .75rem);align-items:stretch}.staff-dash-insight-card{display:flex;flex-direction:column;gap:0;height:100%;min-height:8.25rem;padding:.48rem .55rem .42rem}.staff-dash-insight-card__header{align-items:center;display:flex;flex-shrink:0;gap:.35rem;justify-content:space-between;min-height:1.55rem;padding-bottom:.35rem;margin-bottom:.35rem;border-bottom:1px solid #f1f5f9}.staff-dash-insight-card__header-main{align-items:center;display:flex;gap:.4rem;min-width:0}.staff-dash-insight-card__header-spacer{flex:0 0 auto;width:2.75rem;height:1px;visibility:hidden}.staff-dash-insight-card__header-link{color:#8b2f45;flex:0 0 auto;font-size:.6rem;font-weight:800;text-decoration:none;white-space:nowrap}.staff-dash-insight-card__header-link:hover{color:#6d2436;text-decoration:underline}.staff-dash-insight-card__icon{align-items:center;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;height:1.45rem;justify-content:center;width:1.45rem}.staff-dash-insight-card__icon .material-symbols-rounded{font-size:.78rem}.staff-dash-insight-card__icon--requests,.staff-dash-insight-card__icon--night,.staff-dash-insight-card__icon--call,.staff-dash-insight-card__icon--attendance{background:#8b2f45}.staff-dash-insight-card__title{color:#0f172a;font-size:.62rem;font-weight:800;letter-spacing:.04em;line-height:1.2;margin-bottom:0;text-transform:uppercase}.staff-dash-insight-card__body{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;min-height:4.85rem;padding:.1rem 0}.staff-dash-insight-card__footer{display:flex;align-items:flex-end;flex-shrink:0;margin-top:auto;min-height:1.55rem;padding-top:.35rem;width:100%}.staff-dash-insight-card__footer--empty{visibility:hidden;pointer-events:none}.staff-dash-insight-card__footer-btn{align-items:center;background:#f8f4ee;border-radius:.45rem;color:#475569;display:flex;font-size:.58rem;font-weight:700;gap:.22rem;justify-content:center;min-height:1.55rem;padding:.28rem .45rem;text-decoration:none;width:100%}.staff-dash-insight-card__footer-btn svg{height:11px;opacity:.75;width:11px}.staff-dash-insight-card__footer-btn:hover{background:#f1e8dc;color:#334155;text-decoration:none}.staff-dash-insight-card--requests .staff-dash-insight-card__body,.staff-dash-insight-card--attendance .staff-dash-insight-card__body{justify-content:flex-start}.staff-dash-insight-card--night .staff-dash-insight-card__body,.staff-dash-insight-card--call .staff-dash-insight-card__body{justify-content:center}.staff-dash-request-list{display:flex;flex-direction:column;gap:0;list-style:none;margin-bottom:0;padding:0}.staff-dash-request-list li{align-items:center;display:grid;gap:.3rem;grid-template-columns:auto minmax(0,1fr) auto;padding:.18rem 0}.staff-dash-request-list li:not(:last-child){border-bottom:1px solid #f1f5f9}.staff-dash-request-list__icon{align-items:center;color:#94a3b8;display:inline-flex;flex:0 0 auto;justify-content:center}.staff-dash-request-list__icon .material-symbols-rounded{font-size:.85rem}.staff-dash-request-list__content{min-width:0}.staff-dash-request-list__content strong{color:#0f172a;display:block;font-size:.66rem;font-weight:800;line-height:1.2}.staff-dash-request-list__content span{color:#64748b;display:block;font-size:.58rem;line-height:1.25}.staff-dash-badge{border-radius:999px;font-size:.58rem;font-weight:800;padding:.18rem .42rem;white-space:nowrap}.staff-dash-badge--approved{background:#16a34a1f;color:#15803d}.staff-dash-badge--pending{background:#eab30829;color:#a16207}.staff-dash-badge--rejected{background:#dc26261f;color:#b91c1c}.staff-dash-badge--partial{background:#2563eb1f;color:#1d4ed8}.staff-dash-night,.staff-dash-attendance{align-items:center;display:grid;gap:.55rem;grid-template-columns:3.85rem minmax(0,1fr)}.staff-dash-attendance{height:100%}.staff-dash-attendance__chart{align-items:center;display:flex;flex:0 0 3.85rem;justify-content:center}.staff-dash-attendance .dashboard-insight-donut{flex:0 0 3.85rem;height:3.85rem;width:3.85rem}.staff-dash-attendance .dashboard-insight-donut__center{padding:0 .32rem}.staff-dash-attendance .dashboard-insight-donut__center strong{font-size:.7rem;line-height:1}.staff-dash-attendance .dashboard-insight-donut__center span{color:#64748b;font-size:.44rem;font-weight:700;letter-spacing:.03em;line-height:1.1;max-width:2.6rem;text-transform:uppercase}.staff-dash-night--stacked{display:flex;flex-direction:column;gap:.3rem;justify-content:center;text-align:center;width:100%;height:100%}.staff-dash-night--stacked .dashboard-insight-ring{flex:0 0 auto;height:3.1rem;margin:0 auto;width:3.1rem}.staff-dash-night--stacked .dashboard-insight-ring__center{padding:0 .35rem}.staff-dash-night--stacked .dashboard-insight-ring__center strong{font-size:.68rem}.staff-dash-night--stacked .dashboard-insight-ring__center span{font-size:.5rem}.staff-dash-night__meta p{align-items:center;display:flex;gap:.5rem;justify-content:space-between;font-size:.72rem;margin-bottom:0}.staff-dash-night__meta p span{color:#64748b}.staff-dash-night__meta p strong{color:#0f172a;font-weight:800}.staff-dash-night__meta--stacked{width:100%}.staff-dash-night__meta--stacked p{font-size:.58rem;margin-bottom:.1rem!important}.staff-dash-night__meta--stacked p:last-child{margin-bottom:0!important}.staff-dash-call-duty strong{color:#0f172a;display:block;font-size:.72rem;font-weight:800;margin-bottom:.08rem}.staff-dash-call-duty p{color:#64748b;font-size:.58rem;line-height:1.25}.staff-dash-call-duty--centered{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;min-height:0;padding:0;text-align:center}.staff-dash-call-duty__icon{align-items:center;color:#16a34a;display:inline-flex;justify-content:center;margin-bottom:.1rem}.staff-dash-call-duty__icon .material-symbols-rounded{font-size:1.35rem}.staff-dash-call-duty__status--assigned{color:#15803d}.staff-dash-call-duty__status--unassigned{color:#16a34a}.staff-dash-attendance__legend{display:flex;flex:1 1 auto;flex-direction:column;gap:.06rem;justify-content:center;list-style:none;margin-bottom:0;margin-left:.12rem;min-width:0;padding:0}.staff-dash-attendance__legend li{align-items:center;display:grid;gap:.22rem .32rem;grid-template-columns:.4rem minmax(0,1fr) auto;line-height:1.1;padding:.16rem 0}.staff-dash-attendance__legend li:not(:last-child){border-bottom:1px solid #f1f5f9}.staff-dash-attendance__label{color:#475569;font-size:.56rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-attendance__value{align-items:baseline;color:#0f172a;display:inline-flex;gap:.14rem;justify-content:flex-end;white-space:nowrap}.staff-dash-attendance__value strong{font-size:.58rem;font-weight:800;line-height:1}.staff-dash-attendance__unit{color:#94a3b8;font-size:.5rem;font-weight:600;line-height:1;text-transform:lowercase}.staff-dash-attendance__dot{border-radius:999px;box-shadow:inset 0 0 0 1px #0f172a14;flex:0 0 auto;height:.42rem;width:.42rem}.staff-dash-attendance__dot--present,.staff-dash-attendance__dot--short{background:#16a34a}.staff-dash-attendance__dot--long{background:#2563eb}.staff-dash-attendance__dot--night{background:#4f46e5}.staff-dash-attendance__dot--off{background:#94a3b8}.staff-dash-attendance__dot--leave{background:#eab308}.staff-dash-attendance__dot--absent{background:#dc2626}.staff-dash-attendance__dot--duty{background:#9333ea}.staff-dash-attendance--duty-summary .staff-dash-attendance__legend li{padding:.12rem 0}.staff-dash-events-alerts{padding:.5rem .55rem}.staff-dash-events-alerts__header{gap:.35rem;margin-bottom:.35rem}.staff-dash-events-alerts__header-icon{border-radius:.5rem;height:1.55rem;width:1.55rem}.staff-dash-events-alerts__header-icon .material-symbols-rounded{font-size:.85rem}.staff-dash-events-alerts .staff-dash-section-header__title-wrap{gap:.35rem;min-width:0}.staff-dash-events-alerts .staff-dash-section-header__title{font-size:.68rem;letter-spacing:.05em}.staff-dash-events-alerts .staff-dash-section-header__link{font-size:.62rem;white-space:nowrap}.staff-dash-events-alerts .staff-dash-announcement-list,.staff-dash-events-alerts .staff-dash-event-list{gap:.28rem}.staff-dash-events-alerts .staff-dash-announcement-list li,.staff-dash-events-alerts .staff-dash-event-list li{align-items:center;gap:.38rem;padding:.12rem 0}.staff-dash-events-alerts .staff-dash-announcement-list p,.staff-dash-events-alerts .staff-dash-event-list p{display:-webkit-box;font-size:.68rem;line-height:1.2;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.staff-dash-events-alerts .staff-dash-announcement-list small,.staff-dash-events-alerts .staff-dash-announcement-list .small,.staff-dash-events-alerts .staff-dash-event-list small,.staff-dash-events-alerts .staff-dash-event-list .small{display:block;font-size:.58rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-events-alerts .staff-dash-event-list__content{min-width:0}.staff-dash-events-alerts .staff-dash-event-list__icon,.staff-dash-events-alerts .staff-dash-announcement-list__icon{border-radius:.4rem;flex:0 0 auto;font-size:.68rem;height:1.35rem;width:1.35rem}.staff-dash-events-alerts .staff-dash-announcement-list__icon{font-size:.78rem}.staff-dash-events-alerts .staff-dash-event-list__badge{font-size:.54rem;padding:.06rem .28rem}.staff-dash-events-alerts .staff-dash-event-list__me{font-size:.52rem;margin-left:.2rem;padding:.04rem .28rem}.staff-dash-events-alerts .staff-dash-empty-copy{font-size:.68rem}.staff-dash-quick-access{padding:.65rem .7rem}.staff-dash-quick-access .staff-dash-section-header__title{font-size:.72rem;margin-bottom:.55rem!important}.staff-dash-announcement-list{display:flex;flex-direction:column;gap:.55rem;list-style:none;padding:0}.staff-dash-announcement-list li{align-items:center;display:flex;gap:.5rem}.staff-dash-announcement-list p{color:#0f172a;font-size:.82rem;line-height:1.45}.staff-dash-announcement-list small,.staff-dash-announcement-list .small{color:#64748b;font-size:.72rem}.staff-dash-announcements-modal,.staff-dash-events-alerts-modal{max-height:min(28rem,60vh);overflow-y:auto}.staff-dash-events-alerts__group+.staff-dash-events-alerts__group{margin-top:.35rem;padding-top:.35rem;border-top:1px solid #f1f5f9}.staff-dash-events-alerts__group-label{color:#94a3b8;font-size:.56rem;font-weight:700;letter-spacing:.05em;margin-bottom:.18rem;text-transform:uppercase}.staff-dash-events-alerts-modal .staff-dash-events-alerts__group+.staff-dash-events-alerts__group{margin-top:1rem;padding-top:1rem}.staff-dash-events-alerts-modal .staff-dash-events-alerts__group-label{font-size:.72rem;margin-bottom:.5rem}.staff-dash-event-list{display:flex;flex-direction:column;gap:.55rem;list-style:none;padding:0}.staff-dash-event-list li{align-items:center;display:flex;gap:.5rem}.staff-dash-event-list p{color:#0f172a;font-size:.82rem;line-height:1.45}.staff-dash-event-list small,.staff-dash-event-list .small{color:#64748b;font-size:.72rem}.staff-dash-event-list__content{flex:1 1 auto;min-width:0}.staff-dash-event-list__me{background:#8b2f451a;border-radius:999px;color:#8b2f45;font-size:.62rem;font-weight:700;margin-left:.35rem;padding:.1rem .4rem;vertical-align:middle}.staff-dash-event-list__badge{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#475569;flex:0 0 auto;font-size:.68rem;font-weight:700;padding:.2rem .45rem;white-space:nowrap}.staff-dash-event-list__icon{align-items:center;border-radius:.65rem;color:#fff;display:inline-flex;flex:0 0 auto;font-size:.72rem;font-weight:800;height:2rem;justify-content:center;width:2rem}.staff-dash-event-list__icon--birthday{background:linear-gradient(135deg,#f97316,#facc15)}.staff-dash-event-list__icon--work{background:linear-gradient(135deg,var(--bs-primary),#38bdf8)}.staff-dash-event-list__icon--anniversary{background:linear-gradient(135deg,#db2777,#a855f7)}.staff-dash-announcement-list__icon{align-items:center;background:#8b2f451a;border-radius:.65rem;color:#8b2f45;display:inline-flex;flex:0 0 auto;font-size:1rem;height:2rem;justify-content:center;width:2rem}.staff-dash-quick-access__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.staff-dash-quick-access__item{align-items:center;background:#faf8f5;border:1px solid #ece7df;border-radius:.65rem;color:#334155;display:flex;flex-direction:column;font-size:.56rem;font-weight:700;gap:.34rem;line-height:1.15;min-height:4.25rem;justify-content:center;padding:.55rem .32rem;text-align:center;text-decoration:none;width:100%}.staff-dash-quick-access__item,.staff-dash-quick-access__item:hover{text-decoration:none}.staff-dash-quick-access__item .material-symbols-rounded{color:#8b2f45;font-size:.92rem}.staff-dash-quick-access__item:hover{background:#f3ece2;color:#8b2f45}button.staff-dash-quick-access__item{cursor:pointer}.staff-dash-sidebar-actions{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:stretch}.staff-dash-sidebar-actions--no-need-help,.staff-dash-sidebar-actions--no-need-help .staff-dash-quick-access{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.staff-dash-sidebar-actions--no-need-help .staff-dash-quick-access__grid{flex:1 1 auto;align-content:start}.staff-dash-sidebar-actions .staff-dash-quick-access,.staff-dash-sidebar-actions .staff-dash-need-help{height:auto;min-height:0;min-width:0}.staff-dash-sidebar-actions .staff-dash-quick-access{display:block;padding:.65rem .7rem}.staff-dash-sidebar-actions .staff-dash-quick-access .staff-dash-section-header__title{margin-bottom:.55rem!important}.staff-dash-sidebar-actions .staff-dash-quick-access__grid{gap:.35rem;grid-template-columns:repeat(4,minmax(0,1fr))}.staff-dash-sidebar-actions .staff-dash-quick-access__item{font-size:.56rem;gap:.34rem;min-height:4.25rem;padding:.55rem .32rem}.staff-dash-sidebar-actions .staff-dash-quick-access__item .material-symbols-rounded{font-size:.92rem}.staff-dash-sidebar-actions .staff-dash-need-help{align-items:stretch;flex-direction:row;justify-content:space-between;padding:.8rem .75rem}.staff-dash-sidebar-actions .staff-dash-need-help__icon{display:block;font-size:3rem}.staff-dash-sidebar-actions .staff-dash-need-help__content{flex:1 1 auto;gap:.6rem;justify-content:flex-start}.staff-dash-sidebar-actions .staff-dash-need-help__heading{gap:.55rem}.staff-dash-sidebar-actions .staff-dash-need-help__badge{font-size:1.05rem;height:2.05rem;width:2.05rem}.staff-dash-sidebar-actions .staff-dash-need-help__title{font-size:.86rem}.staff-dash-sidebar-actions .staff-dash-need-help__subtitle{font-size:.7rem;line-height:1.4}.staff-dash-sidebar-actions .staff-dash-need-help__btn{font-size:.7rem;padding:.38rem .85rem!important;width:auto}.staff-dash-sidebar-actions .staff-dash-need-help__link{font-size:.68rem}.staff-dash-need-help{align-items:stretch;background:linear-gradient(145deg,rgba(var(--bs-primary-rgb),.06),rgba(var(--bs-primary-rgb),.02) 52%,#fff);border:1px solid rgba(var(--bs-primary-rgb),.14);border-radius:.85rem;box-shadow:0 .35rem 1rem #0f172a0b;display:flex;gap:.5rem;justify-content:space-between;overflow:hidden;padding:.9rem .85rem;position:relative}.staff-dash-need-help__content{align-items:stretch;display:flex;flex:1 1 auto;flex-direction:column;gap:.7rem;min-width:0;z-index:1}.staff-dash-need-help__heading{align-items:flex-start;display:flex;gap:.65rem;min-width:0}.staff-dash-need-help__badge{align-items:center;background:rgba(var(--bs-primary-rgb),.12);border:1px solid rgba(var(--bs-primary-rgb),.16);border-radius:.7rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;font-size:1.15rem;height:2.25rem;justify-content:center;width:2.25rem}.staff-dash-need-help__copy{display:grid;gap:.18rem;min-width:0}.staff-dash-need-help__title{color:#0f172a;font-size:.92rem;font-weight:800;line-height:1.25;margin:0}.staff-dash-need-help__subtitle{color:#64748b;font-size:.74rem;font-weight:500;line-height:1.4;margin:0}.staff-dash-need-help__actions{align-items:flex-start;display:flex;flex-direction:column;gap:.45rem}.staff-dash-need-help__btn{background:var(--bs-primary)!important;border-color:var(--bs-primary)!important;border-radius:.6rem!important;box-shadow:0 .35rem .85rem rgba(var(--bs-primary-rgb),.22);color:#fff!important;font-size:.74rem;font-weight:700;padding:.42rem .95rem!important}.staff-dash-need-help__btn:hover,.staff-dash-need-help__btn:focus{background:color-mix(in srgb,var(--bs-primary) 88%,#000)!important;border-color:color-mix(in srgb,var(--bs-primary) 88%,#000)!important;color:#fff!important}.staff-dash-need-help__link{align-items:center;color:var(--bs-primary);display:inline-flex;font-size:.72rem;font-weight:700;gap:.25rem;text-decoration:none}.staff-dash-need-help__link:hover{color:color-mix(in srgb,var(--bs-primary) 82%,#000);text-decoration:none}.staff-dash-need-help__icon{align-self:flex-end;color:rgba(var(--bs-primary-rgb),.14);flex:0 0 auto;font-size:3.2rem;line-height:1;pointer-events:none}.staff-dash-need-help--insight{align-self:stretch;height:100%;min-height:11.5rem}.staff-dash-need-help--sidebar{align-items:stretch;background:transparent;border:0;border-radius:0;box-shadow:none;margin:0;min-height:0;overflow:hidden;padding:.9rem .85rem .95rem;width:100%}.staff-dash-need-help--sidebar .staff-dash-need-help__content{gap:.75rem;max-width:100%;position:relative;z-index:1}.staff-dash-need-help--sidebar .staff-dash-need-help__badge{background:#ffffff29;border-color:#ffffff38;color:#fff}.staff-dash-need-help--sidebar .staff-dash-need-help__title{color:#fff;font-size:.95rem;font-weight:800;letter-spacing:.01em;line-height:1.2}.staff-dash-need-help--sidebar .staff-dash-need-help__subtitle{color:#ffffffd1;font-size:.72rem;line-height:1.45;max-width:12.5rem}.staff-dash-need-help--sidebar .staff-dash-need-help__btn{align-self:flex-start;background:#fff!important;border:1px solid #fff!important;border-radius:.6rem!important;box-shadow:0 .35rem .9rem #0f172a29!important;color:var(--bs-primary)!important;font-size:.72rem;font-weight:700;margin-top:0;padding:.42rem .95rem!important;width:auto}.staff-dash-need-help--sidebar .staff-dash-need-help__btn:hover,.staff-dash-need-help--sidebar .staff-dash-need-help__btn:focus{background:#f8fafc!important;border-color:#f8fafc!important;color:var(--bs-primary)!important}.staff-dash-need-help--sidebar .staff-dash-need-help__link{align-items:center;color:#ffffffeb;display:inline-flex;font-size:.7rem;font-weight:700;gap:.2rem;margin-top:0;text-decoration:none}.staff-dash-need-help--sidebar .staff-dash-need-help__link svg{flex-shrink:0;opacity:.95}.staff-dash-need-help--sidebar .staff-dash-need-help__link:hover{color:#fff;text-decoration:none}.staff-dash-need-help--sidebar .staff-dash-need-help__icon{bottom:-.35rem;color:#ffffff1f;font-size:4.25rem;line-height:1;position:absolute;right:-.15rem;top:auto;transform:none}.staff-dash-need-help--sidebar-compact{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;justify-content:center;margin:0;min-height:3.15rem;padding:.4rem .35rem;width:100%}.staff-dash-need-help--sidebar-compact .staff-dash-need-help__compact-btn{align-items:center;background:#ffffff24;border:1px solid rgba(255,255,255,.28);border-radius:.6rem;color:#fff;display:inline-flex;height:2.45rem;justify-content:center;padding:0;width:2.45rem}.staff-dash-need-help--sidebar-compact .staff-dash-need-help__compact-btn .material-symbols-rounded{font-size:1.3rem;line-height:1}.staff-dash-need-help--sidebar-compact .staff-dash-need-help__compact-btn:hover,.staff-dash-need-help--sidebar-compact .staff-dash-need-help__compact-btn:focus-visible{background:#fff3;border-color:#fff;color:#fff;outline:none}.app-sidebar__footer{z-index:1;pointer-events:auto}.app-sidebar--has-footer .app-sidebar__nav{padding-bottom:var(--sidebar-footer-height, 0);z-index:3}.staff-dash-grievance-modal{max-width:28rem}.staff-dash-grievance-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a33}.staff-dash-grievance-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .9rem;border-bottom:1px solid #f1ece6;background:linear-gradient(135deg,#faf6ef,#fff 58%)}.staff-dash-grievance-modal__heading{display:flex;align-items:center;gap:.65rem;min-width:0}.staff-dash-grievance-modal__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.35rem;height:2.35rem;font-size:1.3rem;border-radius:.7rem;color:#8b2f45;background:#f8ecef;border:1px solid #ecd5dc}.staff-dash-grievance-modal__title{color:#0f172a;font-size:1rem;font-weight:800;line-height:1.25}.staff-dash-grievance-modal__body{padding:1rem 1.1rem .35rem}.staff-dash-grievance-modal__intro{margin:0 0 .9rem;color:#64748b;font-size:.8rem;font-weight:500;line-height:1.45}.staff-dash-grievance-modal__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:.65rem;color:#b91c1c;display:flex;font-size:.78rem;font-weight:600;gap:.45rem;margin-bottom:.85rem;padding:.55rem .7rem}.staff-dash-grievance-modal__error .material-symbols-rounded{font-size:1rem}.staff-dash-grievance-modal__field{margin-bottom:.85rem}.staff-dash-grievance-modal__field:last-child{margin-bottom:0}.staff-dash-grievance-modal__field .form-label{margin-bottom:.35rem;color:#334155;font-size:.78rem;font-weight:700}.staff-dash-grievance-modal__field .form-control{padding:.6rem .75rem;color:#0f172a;font-size:.82rem;border-color:#e2e8f0;border-radius:.75rem}.staff-dash-grievance-modal__field .form-control::placeholder{color:#94a3b8}.staff-dash-grievance-modal__field .form-control:focus{border-color:#c99aaa;box-shadow:0 0 0 .15rem #8b2f451f}.staff-dash-grievance-modal__field .form-control:disabled{background:#f8fafc}.staff-dash-grievance-modal__field textarea.form-control,.staff-dash-grievance-modal__field__textarea{display:block;width:100%;min-height:6.5rem;line-height:1.45;resize:vertical}.staff-dash-grievance-modal__optional{color:#94a3b8;font-size:.72rem;font-weight:600}.staff-dash-grievance-modal__attachments{display:flex;flex-direction:column;gap:.55rem}.staff-dash-grievance-modal__file-input{display:none}.staff-dash-grievance-modal__upload-btn{align-items:center;align-self:flex-start;background:#fff;border:1px dashed #cbd5e1;border-radius:.75rem;color:#475569;display:inline-flex;font-size:.8rem;font-weight:700;gap:.35rem;padding:.5rem .8rem;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.staff-dash-grievance-modal__upload-btn .material-symbols-rounded{color:#8b2f45;font-size:1rem}.staff-dash-grievance-modal__upload-btn:hover:not(:disabled),.staff-dash-grievance-modal__upload-btn:focus-visible:not(:disabled){background:#faf6ef;border-color:#c99aaa;color:#334155}.staff-dash-grievance-modal__upload-btn:disabled{cursor:not-allowed;opacity:.6}.staff-dash-grievance-modal__upload-hint{color:#94a3b8;font-size:.72rem;line-height:1.4;margin:0}.staff-dash-grievance-modal__attachment-list{display:grid;gap:.45rem;list-style:none;margin:0;padding:0}.staff-dash-grievance-modal__attachment-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.65rem;display:grid;gap:.45rem;grid-template-columns:auto minmax(0,1fr) auto;padding:.45rem .55rem}.staff-dash-grievance-modal__attachment-icon{color:#8b2f45;font-size:1.1rem}.staff-dash-grievance-modal__attachment-meta{display:grid;gap:.08rem;min-width:0}.staff-dash-grievance-modal__attachment-name{color:#0f172a;font-size:.76rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-dash-grievance-modal__attachment-size{color:#64748b;font-size:.68rem;font-weight:600}.staff-dash-grievance-modal__attachment-remove{align-items:center;background:transparent;border:0;border-radius:999px;color:#64748b;display:inline-flex;height:1.65rem;justify-content:center;padding:0;width:1.65rem}.staff-dash-grievance-modal__attachment-remove .material-symbols-rounded{font-size:.95rem}.staff-dash-grievance-modal__attachment-remove:hover:not(:disabled),.staff-dash-grievance-modal__attachment-remove:focus-visible:not(:disabled){background:#fee2e2;color:#b91c1c}.staff-dash-grievance-modal__attachment-remove:disabled{cursor:not-allowed;opacity:.5}.staff-dash-grievance-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;padding:.85rem 1.1rem 1rem;border-top:1px solid #f1ece6}.staff-dash-grievance-modal__btn-cancel,.staff-dash-grievance-modal__btn-submit{min-width:6.5rem;min-height:2.65rem;font-size:.82rem;font-weight:700;border-radius:.75rem}.staff-dash-grievance-modal__btn-cancel{color:#475569;background:#fff;border:1px solid #e2e8f0}.staff-dash-grievance-modal__btn-cancel:hover:not(:disabled),.staff-dash-grievance-modal__btn-cancel:focus:not(:disabled){color:#334155;background:#f8fafc;border-color:#cbd5e1}.staff-dash-grievance-modal__btn-submit{color:#fff;background:#8b2f45;border-color:#8b2f45}.staff-dash-grievance-modal__btn-submit:hover:not(:disabled),.staff-dash-grievance-modal__btn-submit:focus:not(:disabled){color:#fff;background:#74263a;border-color:#74263a}.staff-dash-empty-copy{color:#64748b;font-size:.82rem}.staff-dash-empty-copy--insight{align-items:center;display:flex;flex:1 1 auto;font-size:.64rem;justify-content:center;min-height:3.5rem;text-align:center}@media(max-width:1399.98px){.staff-dash-summary-grid,.staff-dash-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1199.98px){.staff-dash-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dash-main-grid{grid-template-columns:1fr}.staff-dash-main-grid__sidebar .staff-dash-dept-incharges__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dash-weekly__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.staff-dash-dept-incharges__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:991.98px){.staff-dash-same-dept__team-grid,.staff-dash-dept-incharges__grid,.staff-dash-main-grid__sidebar .staff-dash-dept-incharges__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.staff-dash-duty-row,.staff-dash-same-dept__team-grid,.staff-dash-dept-incharges__grid,.staff-dash-main-grid__sidebar .staff-dash-dept-incharges__grid,.staff-dash-summary-grid,.staff-dash-insight-grid,.staff-dash-weekly__grid,.staff-dash-sidebar-actions{grid-template-columns:1fr}.staff-dash-sidebar-actions .staff-dash-quick-access__item{min-height:4.4rem}.staff-dash-sidebar-actions .staff-dash-need-help{align-items:center;flex-direction:row;justify-content:space-between}.staff-dash-sidebar-actions .staff-dash-need-help__icon{display:block;font-size:2.8rem;margin-top:0}.staff-dash-night,.staff-dash-attendance{grid-template-columns:1fr;justify-items:center}}.duty-grid-layout{display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;grid-template-areas:"grid-content grid-sidebar" "grid-footer grid-sidebar";height:100%;min-height:0;overflow:hidden}.duty-grid-layout--leave-summary{grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"grid-content"}.duty-grid-layout-header{grid-area:grid-header}.duty-grid-layout-content{grid-area:grid-content;min-height:0;min-width:0}.duty-grid-layout-content .table{table-layout:fixed;width:100%;border-collapse:separate;border-spacing:0}.duty-grid-layout-content .table-responsive{overflow:auto;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-grid-layout-content .table-responsive::-webkit-scrollbar{width:14px}.duty-grid-layout-content .table-responsive::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-grid-layout-content .table-responsive::-webkit-scrollbar-track{background:#fff}.duty-grid-layout-content .table th{position:sticky;top:0;z-index:20;background-color:#f8fafc;box-shadow:inset 0 -1px 0 var(--bs-table-border-color),inset 0 1px 0 var(--bs-table-border-color);padding:.93rem 1.5rem}.duty-grid-layout-content .table th,.duty-grid-layout-content .table td{word-wrap:break-word;overflow-wrap:break-word}.duty-grid-layout .duty-assignment-table-scroll{position:relative;height:100%;max-height:100%;max-width:100%;overflow:auto;overscroll-behavior:none;-webkit-overflow-scrolling:auto;touch-action:pan-x pan-y;overflow-x:auto;scrollbar-height:14px;-webkit-overflow-scrolling:touch}.duty-grid-layout .duty-assignment-table-scroll::-webkit-scrollbar{height:14px}.duty-grid-layout .duty-assignment-table-scroll::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:4px 5px}.duty-grid-layout .duty-assignment-table-scroll::-webkit-scrollbar-track{background:#fff}.duty-grid-layout .duty-assignment-table tbody td{padding:.5rem;vertical-align:top;background-color:#fff;box-shadow:inset 0 -1px 0 var(--bs-table-border-color)}.duty-grid-layout .duty-assignment-table tbody td:has(.duty-assigned-staff__tooltip-trigger:hover),.duty-grid-layout .duty-assignment-table tbody td:has(.duty-assigned-staff__tooltip-trigger:focus-visible){position:relative;z-index:10}.duty-grid-layout .duty-assignment-table .duty-department-header,.duty-grid-layout .duty-assignment-table .duty-department-cell{position:sticky;left:0;width:220px;min-width:220px;background-color:#fff;box-shadow:1px 0 0 var(--bs-table-border-color),inset 0 -1px 0 var(--bs-table-border-color);z-index:4}.duty-grid-layout .duty-assignment-table .duty-department-cell>.duty-department-card{min-height:5.25rem;align-items:flex-start;position:sticky;top:95px}.duty-grid-layout .duty-assignment-table .duty-department-row--fulfilled>.duty-department-cell{background-color:var(--duty-fulfilled-row-color, #fff1f2)!important;color:var(--duty-fulfilled-text-color, #0f172a);border-color:var(--bs-table-border-color)}.duty-grid-layout .duty-assignment-table .duty-department-row--moving>td:not(.duty-common-off-cell){animation:dutyDepartmentRowFadeMove 1s ease both}.duty-grid-layout .duty-assignment-table .duty-department-row--moving .duty-department-card__complete-box{animation:dutyDepartmentCompletePulse 1s ease both}.duty-grid-layout .duty-assignment-table .duty-department-row--moving-in>.duty-department-cell{animation:dutyDepartmentCellBackgroundPulseIn 1s ease both}.duty-grid-layout .duty-assignment-table .duty-department-row--moving-in .duty-department-card{animation:dutyDepartmentCardFadeMoveIn 1s ease both}.duty-grid-layout .duty-assignment-table .duty-department-row--moving-out>.duty-department-cell{animation:dutyDepartmentCellBackgroundPulseOut 1s ease both}.duty-grid-layout .duty-assignment-table .duty-department-row--moving-out .duty-department-card{animation:dutyDepartmentCardFadeMoveOut 1s ease both}.duty-grid-layout .duty-assignment-table .duty-department-cell:has(.duty-department-card__complete-tooltip.app-tooltip--active){z-index:40}.duty-grid-layout .duty-assignment-table .duty-department-header{z-index:25;background-color:#f8fafc}.duty-grid-layout .duty-assignment-table .duty-staff-header,.duty-grid-layout .duty-assignment-table .duty-staff-cell{position:sticky;left:0;width:220px;min-width:220px;background-color:#fff;box-shadow:1px 0 0 var(--bs-table-border-color),inset 0 -1px 0 var(--bs-table-border-color);z-index:4}.duty-grid-layout .duty-assignment-table .duty-staff-header{z-index:25;background-color:#f8fafc}.duty-grid-layout .duty-assignment-table .duty-staff-row-card{display:grid;gap:.25rem;min-width:0}.duty-grid-layout .duty-assignment-table .duty-staff-row-card__primary{display:grid;gap:.08rem;min-width:0}.duty-grid-layout .duty-assignment-table .duty-staff-row-card__name{color:#0f172a;font-size:.82rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-grid-layout .duty-assignment-table .duty-staff-row-card__meta{color:#64748b;font-size:.68rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-grid-layout .duty-assignment-table .duty-staff-row-card__status-tag{display:inline-flex;align-items:center;align-self:flex-start;padding:.1rem .38rem;color:#b45309;font-size:.58rem;font-weight:700;line-height:1.2;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;white-space:nowrap}.duty-grid-layout .duty-assignment-table .duty-staff-view-cell{background-color:var(--custom-color, #fff);color:var(--custom-text-color, #0f172a);vertical-align:top}.duty-grid-layout .duty-assignment-table .duty-staff-view-cell__list{display:grid;gap:.25rem}.duty-grid-layout .duty-assignment-table .duty-staff-view-cell__empty{display:block;color:#cbd5e1;font-size:.72rem;font-weight:600;text-align:center}.duty-grid-layout .duty-assignment-table .duty-staff-view-cell--empty{vertical-align:middle}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment{display:grid;gap:.18rem;min-width:0;padding:.28rem .32rem;background:#ffffffe0;border:1px solid rgba(148,163,184,.28);border-radius:.45rem;box-shadow:0 1px 2px #0f172a0a}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__head{display:flex;align-items:flex-start;gap:.2rem;min-width:0}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__dept{flex:1 1 auto;min-width:0;color:var(--custom-text-color, #0f172a);font-size:.66rem;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.18rem}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__tag{display:inline-flex;align-items:center;padding:.06rem .28rem;color:#475569;font-size:.54rem;font-weight:700;line-height:1.2;background:#f1f5f9;border-radius:999px}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__tag--call{color:#92400e;background:#fef3c7}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__tag--cd{color:#1d4ed8;background:#dbeafe}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__detail{color:var(--custom-subtext-color, #64748b);font-size:.54rem;font-weight:600;line-height:1.2}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1rem;height:1rem;padding:0;color:#94a3b8;line-height:1;background:#fff;border:1px solid #e2e8f0;border-radius:.28rem;opacity:.85;transition:color .15s ease,border-color .15s ease,background-color .15s ease,opacity .15s ease}.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__remove:hover,.duty-grid-layout .duty-assignment-table .duty-staff-view-assignment__remove:focus-visible{color:#dc2626;border-color:#fca5a5;background:#fef2f2;opacity:1}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view tbody td{padding:.32rem}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-header,.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-cell{width:168px;min-width:168px}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-shift-header,.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-view-cell{width:132px;min-width:132px;max-width:132px}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-shift-header__time{font-size:.58rem;line-height:1.2}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-shift-header__title{font-size:.72rem}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-row-card__name{font-size:.74rem}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-view-cell__list{grid-template-columns:repeat(2,minmax(0,1fr))}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-view-cell__list:has(.duty-staff-view-assignment:only-child){grid-template-columns:minmax(0,1fr)}.duty-grid-layout .duty-assignment-table.duty-assignment-table--staff-view .duty-staff-view-assignment__dept{font-size:.64rem;-webkit-line-clamp:1}.duty-grid-layout .duty-assignment-table .duty-shift-header,.duty-grid-layout .duty-assignment-table .duty-shift-cell,.duty-grid-layout .duty-assignment-table .duty-off-header,.duty-grid-layout .duty-assignment-table .duty-common-off-cell{width:220px;min-width:220px;max-width:220px}.duty-grid-layout .duty-assignment-table .duty-off-header{background-color:var(--custom-color, #F8FAFC)}.duty-grid-layout .duty-assignment-table .duty-shift-cell,.duty-grid-layout .duty-assignment-table .duty-common-off-cell{background-color:#fff!important;color:var(--custom-text-color, #0f172a);border-color:var(--bs-table-border-color)!important;vertical-align:top}.duty-grid-layout .duty-assignment-table .duty-droppable-cell{position:relative;padding:.35rem!important;vertical-align:top;height:100%}.duty-grid-layout .duty-assignment-table .duty-droppable-cell--over{outline:1px solid var(--bs-primary);outline-offset:-1px;background-color:rgba(var(--bs-primary-rgb),.04)!important}.duty-grid-layout .duty-department-header{vertical-align:top}.duty-grid-layout .duty-department-card{display:flex;flex-direction:column;gap:.4rem;justify-content:center;width:100%;padding:.625rem .625rem 1.75rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:.875rem;box-shadow:0 8px 18px #0f172a0b}.duty-grid-layout .duty-department-card--fulfilled{border-color:#fecdd3;background:linear-gradient(135deg,#ffffff 0%,var(--duty-fulfilled-row-color, #fff1f2) 100%);color:var(--duty-fulfilled-text-color, #0f172a);animation:dutyDepartmentFulfilledMove .28s ease both}.duty-grid-layout .duty-department-card__header{display:flex;align-items:center;gap:.625rem;min-width:0}.duty-grid-layout .duty-department-card__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#2125291a;border:1px solid rgba(255,255,255,.72);border-radius:.75rem;box-shadow:inset 0 1px #ffffffe6,0 6px 14px #0f172a0f}.duty-grid-layout .duty-department-card__name{min-width:0;color:#212529;font-size:.875rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:normal}.duty-grid-layout .duty-department-card__required{color:var(--duty-fulfilled-subtext-color, #64748b);font-size:.72rem;font-weight:600;line-height:1.15}.duty-grid-layout .duty-department-card__complete-tooltip{position:absolute;right:.55rem;bottom:.5rem;z-index:8}.duty-grid-layout .duty-department-card__complete-tooltip.app-tooltip--active{z-index:50}.duty-grid-layout .duty-department-card__complete-tooltip .app-tooltip__content{left:auto;right:-.25rem;text-align:center;transform:translateY(-.25rem)}.duty-grid-layout .duty-department-card__complete-tooltip .app-tooltip__content:after{left:auto;right:.65rem;transform:rotate(45deg)}.duty-grid-layout .duty-department-card__complete-tooltip.app-tooltip--bottom.app-tooltip--active .app-tooltip__content{transform:translate(0)}.duty-grid-layout .duty-department-card__complete{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;margin:0;cursor:pointer}.duty-grid-layout .duty-department-card__complete input{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.duty-grid-layout .duty-department-card__complete input:checked+.duty-department-card__complete-box{background:#41c72a;border-color:#41c72a;box-shadow:0 .4rem .75rem #41c72a3d}.duty-grid-layout .duty-department-card__complete input:checked+.duty-department-card__complete-box:after{opacity:1}.duty-grid-layout .duty-department-card__complete-box{position:relative;display:inline-flex;width:1.25rem;height:1.25rem;background:#fff;border:2px solid #41c72a;border-radius:50%;box-shadow:0 .25rem .65rem #0f172a14;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.duty-grid-layout .duty-department-card__complete-box:after{position:absolute;left:50%;top:50%;width:.34rem;height:.62rem;content:"";border:solid #fff;border-width:0 .14rem .14rem 0;opacity:0;transform:translate(-50%,-58%) rotate(45deg);transition:opacity .15s ease}.duty-grid-layout .duty-common-off-cell{vertical-align:top}.duty-grid-layout .duty-shift-header{border-color:var(--bs-table-border-color)!important;text-align:center;vertical-align:top;line-height:1.25}.duty-grid-layout .duty-shift-header__title{font-weight:700;color:inherit;margin-bottom:.125rem}.duty-grid-layout .duty-shift-header__time,.duty-grid-layout .duty-shift-header__counts,.duty-grid-layout .duty-shift-header__breaks{font-size:.75rem;font-weight:600;color:var(--custom-subtext-color, currentColor);margin-top:.125rem}.duty-grid-layout .duty-shift-header__breaks{color:var(--custom-subtext-color, currentColor)}.duty-grid-layout .duty-shift-header__badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;background-color:var(--bs-primary);color:#fff;font-size:.6875rem;font-weight:600;line-height:1;padding:.1875rem .4375rem;margin-top:.25rem;white-space:nowrap}.duty-grid-layout .duty-shift-header__badge--off{background-color:#212529}.duty-grid-layout-sidebar{grid-area:grid-sidebar;width:280px;min-height:0;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-grid-layout-sidebar::-webkit-scrollbar{width:14px}.duty-grid-layout-sidebar::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-grid-layout-sidebar::-webkit-scrollbar-track{background:#fff}.duty-grid-layout-sidebar .staff-list{overflow-x:hidden;gap:.55rem;padding-bottom:.25rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-grid-layout-sidebar .staff-list::-webkit-scrollbar{width:14px}.duty-grid-layout-sidebar .staff-list::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-grid-layout-sidebar .staff-list::-webkit-scrollbar-track{background:#fff}.duty-grid-layout-sidebar .staff-list__item{min-width:0}.duty-grid-layout-sidebar .available-staff-card{min-height:0;flex:1 1 auto}.duty-grid-layout-sidebar .staff-list-filter{position:relative;flex:0 0 auto}.duty-grid-layout-sidebar .staff-list-filter__toggle{min-width:3rem;height:100%;color:#475569;font-size:.75rem;font-weight:600;background:#fff;border-radius:.5rem}.duty-grid-layout-sidebar .staff-list-filter__menu{position:absolute;top:calc(100% + .375rem);right:0;z-index:80;display:grid;min-width:7.5rem;padding:.375rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 .75rem 1.75rem #0f172a24}.duty-grid-layout-sidebar .staff-list-filter__option{padding:.4375rem .625rem;color:#475569;font-size:.75rem;font-weight:600;text-align:left;background:transparent;border:0;border-radius:.5rem}.duty-grid-layout-sidebar .staff-list-filter__option:hover,.duty-grid-layout-sidebar .staff-list-filter__option:focus-visible,.duty-grid-layout-sidebar .staff-list-filter__option--selected{color:#075985;background:#e0f2fe;outline:none}.duty-grid-layout-sidebar .smart-insights{flex-shrink:0;box-shadow:0 .25rem 1rem #0f172a0a}.duty-grid-layout-sidebar .smart-insights--featured{position:relative;overflow:hidden;border-color:rgba(var(--bs-primary-rgb),.22)!important;background:linear-gradient(135deg,#fff9f6,#fdf4ff 52%,#f7f3ff);box-shadow:0 .35rem 1.1rem rgba(var(--bs-primary-rgb),.1),inset 0 1px #ffffffd9}.duty-grid-layout-sidebar .smart-insights--featured:before{position:absolute;top:0;right:0;left:0;height:.18rem;content:"";background:linear-gradient(90deg,var(--bs-primary) 0%,#a855f7 55%,#6366f1 100%)}.duty-grid-layout-sidebar .smart-insights__header{position:relative;z-index:1;padding:.1rem .15rem 0;flex-wrap:nowrap;min-width:0}.duty-grid-layout-sidebar .smart-insights__toggle{display:inline-flex;align-items:center;flex-wrap:nowrap;flex:1 1 auto;min-width:0;gap:.35rem;padding:0;color:#212529;background:transparent;border:0}.duty-grid-layout-sidebar .smart-insights__ai-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.35rem;width:1.35rem;height:1.35rem;border-radius:999px;color:var(--bs-primary);font-size:.9rem;line-height:1;background:rgba(var(--bs-primary-rgb),.1)}.duty-grid-layout-sidebar .smart-insights__title{color:#0f172a;font-size:.8125rem;font-weight:800;letter-spacing:.01em;white-space:nowrap;flex-shrink:0}.duty-grid-layout-sidebar .smart-insights__view-all{color:var(--bs-primary)!important;white-space:nowrap;flex-shrink:0}.duty-grid-layout-sidebar .smart-insights__view-all:hover{color:#6d2436!important}.duty-grid-layout-sidebar .smart-insights__chevron{color:#6c757d;transition:transform .15s ease}.duty-grid-layout-sidebar .smart-insights__chevron--open{transform:rotate(90deg)}.duty-grid-layout-sidebar .smart-insights__item{display:flex;align-items:flex-start;gap:.375rem;padding:.25rem;border-radius:.5rem;background:#f8fafc}.duty-grid-layout-sidebar .smart-insights__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1rem;width:1rem;height:1rem;border-radius:999px;font-size:.625rem;font-weight:700}.duty-grid-layout-sidebar .smart-insights__icon--info{background-color:rgba(var(--bs-info-rgb),.12);color:var(--bs-info)}.duty-grid-layout-sidebar .smart-insights__icon--warning{background-color:rgba(var(--bs-warning-rgb),.2);color:#9a6700}.duty-grid-layout-sidebar .smart-insights__icon--danger{background-color:rgba(var(--bs-danger-rgb),.12);color:var(--bs-danger)}.duty-grid-layout-sidebar .smart-insights__icon--success{background-color:rgba(var(--bs-success-rgb),.12);color:var(--bs-success)}.duty-grid-layout-sidebar .smart-insights__text{color:#6c757d;font-size:.6875rem;font-weight:500;line-height:1.25}.duty-grid-layout .duty-staff-item{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:0;min-width:0;padding:.62rem .7rem;background:#fff;border:1px solid #e7edf4;border-radius:.7rem;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease,opacity .15s ease;cursor:grab;touch-action:none}.duty-grid-layout .duty-staff-item:active:not(.duty-staff-item--disabled){cursor:grabbing}.duty-grid-layout .duty-staff-item:hover:not(.duty-staff-item--disabled):not(.duty-staff-item--dragging){border-color:#d7e3ef;box-shadow:0 4px 12px #0f172a0f;z-index:30}.duty-grid-layout .duty-staff-item:focus-within{z-index:30}.duty-grid-layout .duty-staff-item--dragging{opacity:0}.duty-grid-layout .duty-staff-item--overlay{min-width:16.5rem;opacity:.98;box-shadow:0 12px 28px #0f172a2e}.duty-grid-layout .duty-staff-item--never-night{background:#fff}.duty-grid-layout .duty-staff-item--duty-change{padding-right:.7rem;border-color:#7a253159;background:linear-gradient(180deg,#fff4f6fa,#fff);box-shadow:inset 3px 0 #7a2531,0 1px 2px #0f172a0a}.duty-grid-layout .duty-staff-item--disabled{opacity:.72;cursor:not-allowed;background:#fbfcfd}.duty-grid-layout .duty-staff-item--tooltip-open{z-index:40}.duty-grid-layout .duty-staff-item__drag-handle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1rem;height:1.75rem;padding:0;color:#94a3b8;background:transparent;border:0;cursor:grab;touch-action:none}.duty-grid-layout .duty-staff-item__drag-handle .material-symbols-rounded{font-size:1.05rem;line-height:1}.duty-grid-layout .duty-staff-item__drag-handle:disabled{cursor:not-allowed;opacity:.45}.duty-grid-layout .duty-staff-item__drag-handle:active:not(:disabled){cursor:grabbing}.duty-grid-layout .duty-staff-item__info{display:flex;flex:1 1 auto;flex-direction:column;gap:.12rem;min-width:0}.duty-grid-layout .duty-staff-item__name{display:block;color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.duty-grid-layout .duty-staff-item__name-trigger{align-self:stretch;width:100%;cursor:help;outline:none}.duty-grid-layout .duty-staff-item__pool{display:block;color:#64748b;font-size:.72rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-grid-layout .duty-staff-item__footer{display:flex;align-items:center;gap:.35rem;margin-top:.38rem;min-width:0;width:100%}.duty-grid-layout .duty-staff-item__status-anchor{position:static;display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;margin-left:auto;transform:none;pointer-events:auto}.duty-grid-layout .duty-staff-item__status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-left:0;padding:.28rem .55rem;font-size:.66rem;font-weight:700;line-height:1.2;border-radius:999px;white-space:nowrap}.duty-grid-layout .duty-staff-item__status--available,.duty-grid-layout .duty-staff-item__status--night-off,.duty-grid-layout .duty-staff-item__status--off-duty{padding:0;max-width:none;background:transparent}.duty-grid-layout .duty-staff-item__status--assigned{color:#7a2531;background:#f3e8ff}.duty-grid-layout .duty-staff-item__status--short-night{padding:.18rem .45rem;color:#fff;font-size:.62rem;font-weight:700;line-height:1.15;background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.35);box-shadow:0 .15rem .4rem #7c3aed29}.duty-grid-layout .duty-staff-item__status--dayoff-night{padding:.18rem .45rem;color:#fff;font-size:.62rem;font-weight:700;line-height:1.15;background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.35);box-shadow:0 .15rem .4rem #7c3aed24}.duty-grid-layout .duty-staff-item__status--duty-change{color:#7a2531;background:#fde8ec;border:1px solid rgba(122,37,49,.22)}.duty-grid-layout .duty-staff-item__status-dot{display:block;flex:0 0 auto;width:.5rem;height:.5rem;border-radius:999px}.duty-grid-layout .duty-staff-item__status-dot--available{background:#22c55e}.duty-grid-layout .duty-staff-item__status-dot--unavailable{background:#ef4444}.duty-grid-layout .duty-staff-item__tags{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.25rem;min-width:0}.duty-grid-layout .duty-staff-item__tag{display:inline-flex;align-items:center;justify-content:center;padding:.1875rem .4375rem;font-size:.6875rem;font-weight:700;line-height:1;border:1px solid transparent;border-radius:999px;white-space:nowrap}.duty-grid-layout .duty-staff-item__tag--night,.duty-grid-layout .duty-staff-item__tag--rw{color:#1687c2;background:#e8f5fc;border-color:#bae6fd}.duty-grid-layout .duty-staff-item__tag--completed{color:#dc2626;background:#fee2e2;border-color:#fecaca}.duty-grid-layout .duty-staff-item__tag--off{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.duty-grid-layout .duty-staff-item__tag--leave{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.duty-grid-layout .duty-staff-item__tag--pending{color:#b45309;background:#fff7ed;border-color:#fdba74}.duty-grid-layout .duty-staff-item__tooltip-trigger{position:relative;display:inline-flex;align-items:center;cursor:help;outline:none}.duty-grid-layout .duty-staff-item__tooltip{position:absolute;top:calc(100% + .5rem);left:0;z-index:60;display:grid;min-width:13rem;max-width:18rem;gap:.125rem;padding:.5rem .625rem;color:#fff;text-align:left;white-space:normal;background:#1e293bf0;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;box-shadow:0 .75rem 1.5rem #0f172a38;opacity:0;pointer-events:none;transform:translateY(-.25rem);transition:opacity .15s ease,transform .15s ease}.duty-grid-layout .duty-staff-item__tooltip:after{position:absolute;top:-.3125rem;left:.75rem;width:.625rem;height:.625rem;content:"";background:#1e293bf0;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.duty-grid-layout .duty-staff-item__tooltip-title{color:#cbd5e1;font-size:.625rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.duty-grid-layout .duty-staff-item__tooltip-value{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25}.duty-grid-layout .duty-staff-item__tooltip-value--secondary{padding-top:.375rem;margin-top:.25rem;color:#e2e8f0;border-top:1px solid rgba(255,255,255,.12)}.duty-grid-layout .duty-staff-item__tooltip-trigger:hover,.duty-grid-layout .duty-staff-item__tooltip-trigger:focus-visible{z-index:61}.duty-grid-layout .duty-staff-item__tooltip-trigger:hover .duty-staff-item__tooltip,.duty-grid-layout .duty-staff-item__tooltip-trigger:focus-visible .duty-staff-item__tooltip{opacity:1;transform:translateY(0)}.duty-grid-layout .duty-staff-item--disabled .duty-grid-layout .duty-staff-item__tooltip{opacity:0}.duty-grid-layout .duty-staff-item--disabled .duty-grid-layout .duty-staff-item__tooltip-trigger:hover .duty-staff-item__tooltip,.duty-grid-layout .duty-staff-item--disabled .duty-grid-layout .duty-staff-item__tooltip-trigger:focus-visible .duty-staff-item__tooltip{opacity:1}.duty-grid-layout .duty-staff-item__side{display:inline-flex;flex:0 0 auto;align-items:center;gap:.375rem;margin-left:.5rem}.duty-grid-layout .duty-staff-item__assignment-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3125rem;color:#475569;font-size:.75rem;font-weight:600;background:#f1f5f9;border-radius:999px}.duty-grid-layout .duty-staff-item__never-night-badge{display:inline-flex;align-items:center;justify-content:center;max-width:7.5rem;padding:.1875rem .4375rem;color:#c2410c;font-size:.6875rem;font-weight:700;line-height:1;background:#ffedd5;border:1px solid #fed7aa;border-radius:999px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-grid-layout .duty-staff-item__unavailable-badge{display:inline-flex;align-items:center;max-width:8.25rem;padding:.1875rem .5rem;color:#dc2626;font-size:.6875rem;font-weight:600;line-height:1.1;background:#fef2f2;border-radius:999px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-grid-layout .duty-incharge-drop__name{color:#047857;font-size:.75rem;font-weight:600}.duty-grid-layout .duty-incharge-drop__icon{margin-right:.25rem;font-size:.875rem;line-height:1}.duty-grid-layout .duty-incharge-drop__empty{display:inline-flex;justify-content:center;max-width:100%;padding:.25rem .5rem;color:#94a3b8;font-size:.72rem;font-weight:500;line-height:1.15;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:999px}.duty-grid-layout .duty-incharge-drop--active .duty-drop-cell__drop-zone{border-color:#cbd5e1;background-color:#f8fafc}.duty-grid-layout .duty-incharge-drop--over .duty-drop-cell__drop-zone{border-color:var(--bs-primary);background-color:rgba(var(--bs-primary-rgb),.08)}.duty-grid-layout .duty-drop-cell{display:flex;flex-direction:column;gap:.35rem;box-sizing:border-box;min-height:100%;height:100%;border-radius:.5rem;transition:box-shadow .15s ease,background-color .15s ease}.duty-grid-layout .duty-drop-cell--filled{padding:.125rem}.duty-grid-layout .duty-drop-cell--over{box-shadow:inset 0 0 0 1px var(--bs-primary)}.duty-grid-layout .duty-drop-cell__staff-list{display:flex;flex-direction:column;gap:.35rem;flex:0 0 auto;pointer-events:none}.duty-grid-layout .duty-drop-cell__staff-list .duty-assigned-staff{pointer-events:auto}.duty-grid-layout .duty-drop-cell__drop-zone{display:flex;flex:1 1 auto;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem;text-align:center;border:1px dashed var(--custom-border-color, #cbd5e1);border-radius:.75rem;transition:border-color .15s ease,background-color .15s ease}.duty-grid-layout .duty-drop-cell__drop-zone--fill{min-height:3.5rem}.duty-grid-layout .duty-drop-cell__drop-zone--over{border-color:var(--bs-primary);background-color:rgba(var(--bs-primary-rgb),.08)}.duty-grid-layout .duty-assigned-staff{position:relative;box-sizing:border-box;width:100%;min-width:11.75rem;padding:.5rem 2.75rem .5rem .625rem;border-radius:.5rem;background-color:#fff;text-align:left}.duty-grid-layout .duty-assigned-staff--draggable{cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.duty-grid-layout .duty-assigned-staff--draggable:active{cursor:grabbing}.duty-grid-layout .duty-assigned-staff--dragging{opacity:.55}.duty-grid-layout .duty-assigned-staff__name{display:block;font-weight:500;font-size:.8125rem;max-width:100%;padding-right:.375rem;line-height:1.2;overflow-wrap:anywhere}.duty-grid-layout .duty-assigned-staff__actions{gap:0;z-index:1}.duty-grid-layout .duty-assigned-staff__split-action{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0!important;color:#0f766e;border-radius:999px;overflow:visible}.duty-grid-layout .duty-assigned-staff__split-action .material-symbols-rounded{font-size:1rem;line-height:1}.duty-grid-layout .duty-assigned-staff__split-action:hover,.duty-grid-layout .duty-assigned-staff__split-action:focus{color:#115e59;background:#14b8a61f}.duty-grid-layout .duty-assigned-staff__schedule-action{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0!important;color:#2563eb;border-radius:999px}.duty-grid-layout .duty-assigned-staff__schedule-action .material-symbols-rounded{font-size:1rem;line-height:1}.duty-grid-layout .duty-assigned-staff__schedule-action:hover,.duty-grid-layout .duty-assigned-staff__schedule-action:focus{color:#1d4ed8;background:#2563eb1a}.duty-grid-layout .duty-assigned-staff__report-action{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#941b2f;border-radius:999px;cursor:default}.duty-grid-layout .duty-assigned-staff__report-action .material-symbols-rounded{font-size:1rem;line-height:1}.duty-grid-layout .duty-assigned-staff__report-action:hover,.duty-grid-layout .duty-assigned-staff__report-action:focus-visible{color:#7a1526;background:#941b2f1f}.duty-grid-layout .duty-assigned-staff--schedule-only{padding-right:1.75rem}.duty-grid-layout .duty-assigned-staff--schedule-only .duty-assigned-staff__meta-row{width:calc(100% + 1.15rem);margin-right:-1.15rem}.duty-grid-layout .duty-assigned-staff--schedule-only.duty-grid-layout .duty-assigned-staff--with-report{padding-right:2.85rem}.duty-grid-layout .duty-assigned-staff--schedule-only.duty-grid-layout .duty-assigned-staff--with-report .duty-assigned-staff__meta-row{width:calc(100% + 2.25rem);margin-right:-2.25rem}.duty-grid-layout .duty-assigned-staff--with-short-night{padding-bottom:.5rem}.duty-grid-layout .duty-assigned-staff--duty-change{padding-right:3.35rem;border-color:#7c3aed59!important;background:linear-gradient(180deg,#f5f3fff2,#fff);box-shadow:inset 3px 0 #7a2531}.duty-grid-layout .duty-assigned-staff__duty-change-indicator{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#7a2531;background:#7c3aed1a;border-radius:999px}.duty-grid-layout .duty-assigned-staff__duty-change-indicator .material-symbols-rounded{font-size:.95rem;line-height:1}.duty-grid-layout .duty-assigned-staff__not-approved-tag{display:inline-flex;align-items:center;margin-top:.2rem;padding:.14rem .5rem;border:1px solid #fdba74;border-radius:999px;background:#fff7ed;color:#b45309;font-size:.68rem;font-weight:700;line-height:1.2}.duty-grid-layout .duty-assigned-staff .btn-close{width:1.25rem;height:1.25rem;padding:.2rem!important}.duty-grid-layout .duty-assigned-staff__tooltip-trigger{position:relative;outline:none}.duty-grid-layout .duty-assigned-staff__tooltip{position:absolute;right:-.25rem;bottom:calc(100% + .45rem);z-index:60;display:grid;min-width:11.5rem;max-width:min(18rem,100vw - 2rem);gap:.125rem;padding:.5rem .625rem;color:#fff;text-align:left;white-space:normal;background:#1e293bf0;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;box-shadow:0 .75rem 1.5rem #0f172a38;opacity:0;pointer-events:none;transform:translateY(.25rem);transition:opacity .15s ease,transform .15s ease}.duty-grid-layout .duty-assigned-staff__tooltip:after{position:absolute;bottom:-.3125rem;right:.5rem;width:.625rem;height:.625rem;content:"";background:#1e293bf0;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.duty-grid-layout .duty-assigned-staff__tooltip-title{color:#cbd5e1;font-size:.625rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.duty-grid-layout .duty-assigned-staff__tooltip-value{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25}.duty-grid-layout .duty-assigned-staff__tooltip-trigger:hover,.duty-grid-layout .duty-assigned-staff__tooltip-trigger:focus-visible{z-index:61}.duty-grid-layout .duty-assigned-staff__tooltip-trigger:hover .duty-assigned-staff__tooltip,.duty-grid-layout .duty-assigned-staff__tooltip-trigger:focus-visible .duty-assigned-staff__tooltip{opacity:1;transform:translateY(0)}.duty-grid-layout .duty-assigned-staff__meta{margin-top:.25rem;color:var(--custom-subtext-color, #64748b)!important}.duty-grid-layout .duty-assigned-staff__meta-row{position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.35rem;width:calc(100% + 2.15rem);max-width:none;margin-top:.25rem;margin-right:-2.15rem;min-width:0;box-sizing:border-box;padding-right:.5rem}.duty-grid-layout .duty-assigned-staff__meta-row .duty-assigned-staff__meta{display:block;margin-top:0;min-width:0;flex:1 1 auto;text-align:left}.duty-grid-layout .duty-assigned-staff__meta-left{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;gap:.35rem}.duty-grid-layout .duty-assigned-staff__meta-spacer{flex:1 1 auto;min-width:0}.duty-grid-layout .duty-assigned-staff__call-duty{display:inline-flex;width:fit-content;background-color:#db2777;color:#fff;box-shadow:0 .25rem .75rem #db277733}.duty-grid-layout .duty-assigned-staff__call-duty-action{color:#db2777}.duty-grid-layout .duty-assigned-staff__call-duty-action:hover,.duty-grid-layout .duty-assigned-staff__call-duty-action:focus{color:#be185d}.duty-grid-layout .duty-assigned-staff__night-short{position:static;display:inline-flex;align-items:center;width:fit-content;min-height:1.15rem;margin-top:0!important;padding:.1rem .4rem!important;color:#fff;font-size:.65rem!important;font-weight:700;line-height:1.15;letter-spacing:.01em;background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);box-shadow:0 .15rem .4rem #7c3aed29}.duty-grid-layout .duty-assigned-staff__footer-tags{display:inline-flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:.28rem;margin-left:auto;padding-left:.35rem}.duty-grid-layout .duty-assigned-staff__night-dayoff{position:static;display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:1.15rem;margin-top:0!important;padding:.1rem .4rem!important;color:#fff;font-size:.65rem!important;font-weight:700;line-height:1.15;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);box-shadow:0 .15rem .4rem #7c3aed24}.duty-grid-layout .duty-assigned-staff__night-dayoff--compact{min-width:1.45rem;padding:.1rem .4rem!important;font-size:.65rem!important;font-weight:700;line-height:1.15;letter-spacing:.01em;box-shadow:0 .15rem .4rem #7c3aed24}.duty-grid-layout .duty-assigned-staff--with-dayoff-night,.duty-grid-layout .duty-assigned-staff--with-dayoff-night-compact{padding-bottom:.5rem}.duty-grid-layout .duty-assigned-staff__night-short-action{display:inline-flex;align-items:center;gap:.15rem;min-height:1.15rem;margin:0;padding:.1rem .4rem;border:1px solid rgba(124,58,237,.28);border-radius:999px;background:#ffffffb8;box-shadow:0 .15rem .4rem #7c3aed1f;color:#6d28d9;font-size:.65rem;font-weight:700;line-height:1.15;letter-spacing:.01em;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.duty-grid-layout .duty-assigned-staff__night-short-action .material-symbols-rounded{font-size:.85rem;line-height:1}.duty-grid-layout .duty-assigned-staff__night-short-action:hover,.duty-grid-layout .duty-assigned-staff__night-short-action:focus{border-color:#6d28d973;background:#ede9fef2;color:#5b21b6;box-shadow:0 .15rem .4rem #7c3aed29}.duty-grid-layout .duty-assigned-staff__night-short-action:focus-visible{outline:2px solid rgba(124,58,237,.45);outline-offset:1px}.duty-grid-layout .duty-assigned-staff__duty-time{color:#6c757d}.duty-grid-layout .duty-assigned-staff__duty-time span{color:#212529}.duty-grid-layout .duty-assigned-staff__split-time{color:#0f766e}.duty-grid-layout .duty-assigned-staff__split-time span{color:#115e59}.duty-grid-layout .duty-assigned-staff__continue-duty{position:absolute;right:.5rem;bottom:.5rem;display:inline-flex;align-items:center;width:fit-content;font-size:.6875rem;line-height:1;padding:.1875rem .375rem}.duty-grid-layout .duty-assigned-staff__break-time{color:var(--custom-subtext-color, #64748b)}.duty-grid-layout .duty-assigned-staff__break-time:hover,.duty-grid-layout .duty-assigned-staff__break-time:focus{color:var(--custom-subtext-color, #64748b)}.duty-grid-layout .duty-assigned-staff__break-time-value{color:#7a2531}.duty-assigned-staff__break-time:hover .duty-grid-layout .duty-assigned-staff__break-time-value,.duty-assigned-staff__break-time:focus .duty-grid-layout .duty-assigned-staff__break-time-value{color:#4f1319}@keyframes dutyDepartmentFulfilledMove{0%{opacity:.72;transform:translateY(-.4rem)}to{opacity:1;transform:translateY(0)}}@keyframes dutyDepartmentRowFadeMove{0%{opacity:1;transform:translateY(0)}18%{opacity:.38;transform:translateY(.45rem)}72%{opacity:.18;transform:translateY(.45rem)}90%{opacity:.72;transform:translateY(.08rem)}to{opacity:1;transform:translateY(0)}}@keyframes dutyDepartmentCellBackgroundPulseIn{0%{background-color:var(--duty-fulfilled-row-color, #fff1f2)}18%{background-color:color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 72%,#ffffff)}72%{background-color:color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 88%,#ffffff)}to{background-color:var(--duty-fulfilled-row-color, #fff1f2)}}@keyframes dutyDepartmentCellBackgroundPulseOut{0%{background-color:#fff}18%{background-color:color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 55%,#ffffff)}72%{background-color:color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 32%,#ffffff)}to{background-color:#fff}}@keyframes dutyDepartmentCardFadeMoveIn{0%{opacity:1;transform:scale(1);background:linear-gradient(135deg,#ffffff 0%,var(--duty-fulfilled-row-color, #fff1f2) 100%)}18%{opacity:.42;transform:scale(.97);background:linear-gradient(135deg,#ffffff 0%,var(--duty-fulfilled-row-color, #fff1f2) 100%)}72%{opacity:.24;transform:scale(.97);background:linear-gradient(135deg,#ffffff 0%,var(--duty-fulfilled-row-color, #fff1f2) 100%)}90%{opacity:.78;transform:scale(1.015);background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 70%,#ffffff))}to{opacity:1;transform:scale(1);background:linear-gradient(135deg,#ffffff 0%,var(--duty-fulfilled-row-color, #fff1f2) 100%)}}@keyframes dutyDepartmentCardFadeMoveOut{0%{opacity:1;transform:scale(1);background:linear-gradient(135deg,#fff,#f8fafc)}18%{opacity:.42;transform:scale(.97);background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 55%,#ffffff))}72%{opacity:.24;transform:scale(.97);background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 32%,#ffffff))}90%{opacity:.78;transform:scale(1.015);background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--duty-fulfilled-row-color, #fff1f2) 18%,#ffffff))}to{opacity:1;transform:scale(1);background:linear-gradient(135deg,#fff,#f8fafc)}}@keyframes dutyDepartmentCompletePulse{0%{opacity:1;transform:scale(1)}18%{opacity:.35;transform:scale(.78)}72%{opacity:.35;transform:scale(.78)}90%{opacity:.86;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}.duty-grid-layout .staff-breaks-editor{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;max-width:100%;overflow:visible}.duty-grid-layout .staff-breaks-editor__option{flex:0 0 auto;padding:.25rem .4375rem;color:#475569;font-size:.6875rem;font-weight:600;line-height:1.15;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:999px;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.duty-grid-layout .staff-breaks-editor__option:hover,.duty-grid-layout .staff-breaks-editor__option:focus-visible{color:#075985;background:#e0f2fe;border-color:#7dd3fc;outline:none}.duty-grid-layout .staff-breaks-editor__option--selected{color:#fff;background:#1687c2;border-color:#1687c2}.duty-grid-layout .staff-breaks-editor__option:disabled{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0}.duty-grid-layout-footer{grid-area:grid-footer;align-self:end;margin:0;z-index:5}.white-space-nowrap{white-space:nowrap}.duty-available-staff-header{min-width:0}.duty-available-staff-header>*{min-width:0}.bg-custom-color{background-color:var(--custom-color)!important;color:var(--custom-text-color, inherit)}.duty-assigned-staff-fixed-tooltip{position:fixed;z-index:2000;display:grid;gap:.25rem;padding:.5rem .625rem;color:#fff;font-size:.75rem;font-weight:600;line-height:1.25;text-align:left;white-space:normal;pointer-events:none;background:#1e293bf0;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;box-shadow:0 .75rem 1.5rem #0f172a38}.duty-assigned-staff-fixed-tooltip:after{position:absolute;width:.625rem;height:.625rem;content:"";background:#1e293bf0;transform:rotate(45deg)}.duty-assigned-staff-fixed-tooltip--top{transform:translateY(-100%)}.duty-assigned-staff-fixed-tooltip--top:after{right:.75rem;bottom:-.3125rem;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.duty-assigned-staff-fixed-tooltip--bottom:after{top:-.3125rem;right:.75rem;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.duty-assigned-staff-fixed-tooltip__title{color:#fff;font-size:.76rem;font-weight:800;line-height:1.15}.duty-assigned-staff-fixed-tooltip__value{color:#f8fafc;font-size:.72rem;font-weight:600;line-height:1.3}.duty-assigned-staff-fixed-tooltip__value--secondary{padding-top:.375rem;margin-top:.25rem;color:#e2e8f0;border-top:1px solid rgba(255,255,255,.12)}.material-symbols-rounded.department-material-icon{color:currentColor;font-size:1.25rem;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;line-height:1;vertical-align:middle}.department-position-select{min-height:2.125rem;border-color:#dbe4ef;border-radius:.5rem;background-color:#fff}.department-icon-picker{border:1px solid #dbe4ef;box-shadow:0 1rem 2rem #0f172a1f;max-height:20rem;overflow:hidden;padding:0}.department-icon-picker__search{background:#fff;border-bottom:1px solid #edf2f7;padding:.65rem;position:sticky;top:0;z-index:2}.department-icon-picker__search .form-control{border-color:#dbe4ef;border-radius:.65rem}.department-icon-picker__list{max-height:15.5rem;overflow-y:auto;padding:.35rem}.department-icon-picker .dropdown-item{border-radius:.65rem;color:#475569;margin-bottom:.15rem;padding:.55rem .65rem}.department-icon-picker .dropdown-item:hover,.department-icon-picker .dropdown-item:focus{background:#f1f5f9;color:#0f172a}.department-icon-picker__empty{color:#64748b;font-size:.875rem;padding:.85rem .65rem;text-align:center}.form-portal-select{position:relative;z-index:1}.form-portal-select__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;cursor:pointer;position:relative}.form-portal-select__toggle:after{display:block;flex:0 0 auto;width:16px;height:16px;margin-left:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;content:"";pointer-events:none}.form-portal-select__menu{display:flex!important;flex-direction:column;margin:0;min-width:0;overflow:hidden;padding:0;position:fixed!important;transform:none!important}.form-portal-select__menu .department-icon-picker__list{flex:1 1 auto;min-height:0}.form-portal-select button.dropdown-item{width:100%;text-align:left;background:transparent;border:0}.settings-page{--settings-field-width: 9.5rem;padding-bottom:7.5rem!important}.settings-page__form-shell{display:flex;flex-direction:column;gap:.85rem;min-width:0}.settings-page__submit-bar{position:sticky;bottom:.75rem;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.15rem;background:#fffffff7;border:1px solid rgba(122,37,49,.18);border-radius:1rem;box-shadow:0 .65rem 1.75rem #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-page__submit-copy{min-width:0}.settings-page .settings-hospital-chip{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.1rem;max-width:min(18rem,42vw);padding:.45rem .75rem;background:#fff7f7;border:1px solid rgba(122,37,49,.18);border-radius:.75rem}.settings-page .settings-hospital-chip__label{color:#94a3b8;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.settings-page .settings-hospital-chip__value{color:#7a2531;font-size:.8125rem;font-weight:700;line-height:1.25;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.settings-page .settings-section-card{padding:.85rem .9rem;margin-bottom:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem}.settings-page .settings-section-card:last-child{margin-bottom:0}.settings-page .settings-branding-section .settings-section-heading{margin-bottom:.55rem}.settings-page .settings-branding-stack{display:flex;flex-direction:column;gap:.65rem}.settings-page .settings-branding-logo.hospital-form-logo-panel{flex-direction:row;align-items:center;gap:.75rem;width:100%;max-width:none;min-height:0;height:auto;box-shadow:none;padding:.55rem .65rem;background:#f8fafc;border:1px solid #e8edf3;border-radius:.75rem}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__preview{width:5.75rem;min-width:5.75rem;height:3.5rem;padding:.25rem;background:#fff;border-color:#d5dee8}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__empty{width:100%;height:100%;object-fit:contain}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__actions{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex:1;min-width:0;gap:.3rem}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__buttons .btn{padding:.35rem .8rem;font-size:.8125rem;line-height:1.25}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__hint{color:#64748b;font-size:.7rem;line-height:1.3}.settings-page .settings-panel{background:#fff}.settings-page .settings-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#faf7f7);border-bottom:1px solid #eef2f7}.settings-page .settings-panel__header-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#7a2531;background:#7a25311a;border:1px solid rgba(122,37,49,.14);border-radius:.875rem}.settings-page .settings-panel__status{display:inline-flex;align-items:center;gap:.75rem;flex-shrink:0}.settings-page .settings-panel__form{padding:1.5rem}.settings-page .settings-panel__form--compact{padding:.85rem}.settings-page .settings-panel__footer{display:none}.settings-page .settings-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(17.5rem,.78fr);gap:.85rem;align-items:stretch}.settings-page .settings-layout__rules,.settings-page .settings-layout__colors{min-width:0;height:100%}.settings-page .settings-layout__rules{display:flex;flex-direction:column;padding:0;background:transparent;border:0}.settings-page .settings-layout__colors{display:flex;flex-direction:column}.settings-page .settings-section-heading{margin-bottom:.6rem;padding:0 .05rem}.settings-page .settings-section-heading h6,.settings-page .settings-section-heading .h6{font-size:.9rem;line-height:1.3}.settings-page .settings-section-heading p{font-size:.75rem;line-height:1.35}.settings-page .settings-rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;align-items:stretch}.settings-page .settings-rules-grid>*{min-height:100%}.settings-page .settings-rules-grid--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-page .settings-rules-grid--count-2,.settings-page .settings-rules-grid--count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-page .settings-rules-grid--automation{grid-template-columns:1fr}.settings-page .settings-rule-card{--settings-accent: #0ea5e9;display:flex;flex-direction:column;gap:.4rem;height:100%;min-height:100%;padding:.7rem .75rem;background:#fbfdff;border:1px solid #e8edf3;border-left:.22rem solid var(--settings-accent);border-radius:.8rem;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.settings-page .settings-rule-card:hover{border-color:#d5dee8;background:#fff;box-shadow:0 .35rem .9rem #0f172a0d;transform:none}.settings-page .settings-rule-card__top{display:flex;align-items:center;gap:.5rem;min-height:1.7rem}.settings-page .settings-rule-card__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.55rem;width:1.55rem;height:1.55rem;color:var(--settings-accent);background:color-mix(in srgb,var(--settings-accent) 12%,#ffffff);border-radius:.45rem}.settings-page .settings-rule-card__label{margin:0;color:#0f172a;font-size:.8rem;font-weight:700;line-height:1.25}.settings-page .settings-rule-card__help{margin:0;color:#64748b;font-size:.7rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:1.9rem;max-height:1.9rem;flex:0 0 1.9rem}.settings-page .settings-rule-card__content{display:contents}.settings-page .settings-rule-card__content--stacked{display:flex;flex-direction:column;gap:.45rem;width:100%}.settings-page .settings-rule-card__control{display:flex;align-items:center;gap:.4rem;margin-top:auto;width:var(--settings-field-width);max-width:100%;position:relative}.settings-page .settings-rule-card__control--time{margin-top:.35rem;width:var(--settings-field-width);max-width:100%;min-width:0}.settings-page .settings-rule-card__input{width:100%;height:2.15rem;padding-right:4.35rem;color:#0f172a;font-size:.875rem;font-weight:600;border-color:#dbe3ef;border-radius:.625rem}.settings-page .settings-rule-card__input--time{width:100%;min-width:0;padding-right:.55rem}.settings-page .settings-rule-card__input:focus{border-color:var(--settings-accent);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--settings-accent) 16%,transparent)}.settings-page .settings-rule-card__suffix{position:absolute;right:.75rem;color:#64748b;font-size:.72rem;font-weight:600;pointer-events:none}.settings-page .settings-rule-card--primary{--settings-accent: #0ea5e9}.settings-page .settings-rule-card--success{--settings-accent: #16a34a}.settings-page .settings-rule-card--purple{--settings-accent: #7a2531}.settings-page .settings-rule-card--warning{--settings-accent: #d97706}.settings-page .settings-rule-card--info{--settings-accent: #0284c7}.settings-page .settings-rule-card--danger{--settings-accent: #dc2626}.settings-page .settings-rule-card--auto-approve .settings-rule-card__help{min-height:0;-webkit-line-clamp:3}.settings-page .settings-rule-card--auto-approve .settings-auto-approve-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%}.settings-page .settings-rule-card--auto-approve .settings-auto-approve-header__text{flex:1;min-width:0}.settings-page .settings-rule-card--auto-approve .settings-auto-approve-toggle{flex:0 0 auto;margin-top:.05rem}.settings-page .settings-rule-card--auto-approve .settings-rule-card__control--time .settings-rule-card__suffix{position:static}.settings-page .settings-color-section{display:flex;flex-direction:column;flex:1 1 auto;height:100%;min-height:100%;padding:.9rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem}.settings-page .settings-color-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex:0 0 auto}.settings-page .settings-automation__list{display:flex;flex-direction:column;gap:.55rem}.settings-page .settings-automation__item{display:flex;flex-direction:column;gap:.55rem;padding:.8rem .9rem;background:#f8fafc;border:1px solid #e8edf3;border-radius:.8rem;transition:border-color .15s ease,background-color .15s ease}.settings-page .settings-automation__item.is-on{background:#fff;border-color:#d7e3f0}.settings-page .settings-automation__main{display:flex;align-items:center;gap:.7rem}.settings-page .settings-automation__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2rem;width:2rem;height:2rem;color:#7a2531;background:#7a253114;border-radius:.55rem}.settings-page .settings-automation__icon--help{color:#0369a1;background:#0369a11a}.settings-page .settings-automation__icon .material-symbols-rounded{font-size:1.05rem;line-height:1}.settings-page .settings-automation__copy{flex:1;min-width:0}.settings-page .settings-automation__title{display:block;margin:0 0 .12rem;color:#0f172a;font-size:.8125rem;font-weight:700;line-height:1.25}.settings-page .settings-automation__help{margin:0;color:#64748b;font-size:.72rem;line-height:1.35}.settings-page .settings-automation__toggle{flex:0 0 auto}.settings-page .settings-automation__schedule{display:flex;align-items:center;gap:.55rem;padding:.45rem .55rem .45rem 2.7rem;border-top:1px solid #eef2f7}.settings-page .settings-automation__schedule.is-disabled{opacity:.45}.settings-page .settings-automation__schedule-label{color:#64748b;font-size:.72rem;font-weight:600;white-space:nowrap}.settings-page .settings-automation__time-input{width:7.5rem;min-width:7.5rem;max-width:100%;height:2rem;padding-left:.55rem;padding-right:.4rem;font-size:.8125rem;font-weight:600;border-color:#dbe3ef;border-radius:.5rem;background:#fff}.settings-page .settings-automation__time-input:disabled{background:#f1f5f9;opacity:1}.settings-page .settings-automation__schedule-suffix{color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.02em}.settings-page .settings-automation__sidebar-image.settings-branding-logo.hospital-form-logo-panel{margin:0;padding:.55rem .55rem .55rem 2.7rem;background:transparent;border:0;border-top:1px solid #eef2f7;border-radius:0}.settings-page .settings-layout__colors .settings-color-list,.settings-page .settings-color-list{display:grid;grid-template-columns:1fr;gap:.55rem;align-content:start;flex:1 1 auto;min-height:0}.settings-page .settings-color-empty{padding:.75rem;color:#64748b;font-size:.78rem;font-weight:600;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.75rem}.settings-page .settings-color-card{display:flex;flex-direction:column;gap:.55rem;padding:.55rem;background:#f8fafc;border:1px solid #e8edf3;border-radius:.8rem}.settings-page .settings-color-card__preview{display:flex;align-items:center;justify-content:space-between;gap:.55rem;min-height:2.75rem;padding:.55rem .65rem;border-radius:.65rem;border:1px solid rgba(15,23,42,.06)}.settings-page .settings-color-card__preview-copy{display:flex;flex-direction:column;gap:.1rem;min-width:0}.settings-page .settings-color-card__preview-copy span{font-size:.78rem;font-weight:700;line-height:1.2}.settings-page .settings-color-card__preview-copy small,.settings-page .settings-color-card__preview-copy .small{font-size:.68rem;font-weight:600;opacity:.75}.settings-page .settings-color-card__badge{flex:0 0 auto;padding:.18rem .45rem;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.62rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.settings-page .settings-color-card__badge.is-default{background:#7a25311a;color:#7a2531}.settings-page .settings-color-card__controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.settings-page .settings-color-card__control-group{display:grid;gap:.2rem}.settings-page .settings-color-card__control-label{color:#64748b;font-size:.6rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.settings-page .settings-color-card__control{display:flex;align-items:center;gap:.3rem}.settings-page .settings-color-card__picker{flex:0 0 1.55rem;width:1.55rem;min-width:1.55rem;height:1.55rem;padding:0;border:1px solid #dbe3ef;border-radius:50%;overflow:hidden;cursor:pointer;background:transparent}.settings-page .settings-color-card__picker::-webkit-color-swatch-wrapper{padding:0}.settings-page .settings-color-card__picker::-webkit-color-swatch{border:none;border-radius:50%}.settings-page .settings-color-card__picker::-moz-color-swatch{border:none;border-radius:50%}.settings-page .settings-color-card__hex{min-width:0;height:1.55rem;padding:.15rem .35rem;color:#0f172a;font-size:.64rem;font-weight:600;text-transform:uppercase;border-color:#dbe3ef;border-radius:.45rem}.settings-page--platform{--settings-field-width: 8.25rem}.settings-page--platform .settings-panel{border:1px solid #e8edf3;box-shadow:0 .75rem 1.75rem #0f172a0f}.settings-page--platform .settings-panel__header{padding:1.15rem 1.35rem;background:linear-gradient(135deg,#fff,#f7fafc)}.settings-page--platform .settings-panel__form--compact{padding:1rem 1.15rem 1.15rem}.settings-page--platform .settings-hospital-chip--platform{align-items:flex-end;background:#f0f9ff;border-color:#0ea5e947}.settings-page--platform .settings-hospital-chip--platform .settings-hospital-chip__label{color:#64748b}.settings-page--platform .settings-hospital-chip--platform .settings-hospital-chip__value{color:#0369a1}.settings-page--platform .settings-platform-banner{display:flex;align-items:flex-start;gap:.7rem;margin:.85rem 1.15rem 0;padding:.7rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem}.settings-page--platform .settings-platform-banner__icon{flex:0 0 auto;color:#7a2531;font-size:1.2rem;line-height:1;margin-top:.05rem}.settings-page--platform .settings-platform-banner__copy{display:flex;flex-direction:column;gap:.12rem;min-width:0}.settings-page--platform .settings-platform-banner__copy strong{color:#0f172a;font-size:.8125rem;font-weight:700;line-height:1.25}.settings-page--platform .settings-platform-banner__copy span{color:#64748b;font-size:.75rem;line-height:1.4}.settings-page--platform .settings-layout{grid-template-columns:1fr}.settings-page--platform .settings-section-card{padding:1rem 1.05rem;margin-bottom:.85rem;background:#fff;border-color:#e8edf3;box-shadow:0 .2rem .55rem #0f172a08}.settings-page--platform .settings-section-heading{margin-bottom:.75rem;padding-bottom:.55rem;border-bottom:1px solid #f1f5f9}.settings-page--platform .settings-section-heading h6,.settings-page--platform .settings-section-heading .h6{font-size:.95rem}.settings-page--platform .settings-section-heading p{font-size:.78rem}.settings-page--platform .settings-rules-grid{gap:.75rem}.settings-page--platform .settings-rules-grid--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-page--platform .settings-rules-grid--count-2,.settings-page--platform .settings-rules-grid--count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-page--platform .settings-rule-card{padding:.85rem .9rem;background:#fff;border-color:#e8edf3;box-shadow:none}.settings-page--platform .settings-rule-card:hover{background:#fff;border-color:#d5dee8;box-shadow:0 .35rem .9rem #0f172a0d}.settings-page--platform .settings-rule-card__help{height:2rem;max-height:2rem;flex-basis:2rem}.settings-page--platform .settings-rule-card__control{width:var(--settings-field-width)}.settings-page--platform .settings-rule-card__input{height:2.25rem;background:#f8fafc}.settings-page--platform .settings-automation__item{padding:.9rem 1rem;background:#fff;border-color:#e8edf3}.settings-page--platform .settings-automation__item.is-on{background:#f8fafc;border-color:#d7e3f0}.settings-page--platform .settings-automation__schedule,.settings-page--platform .settings-automation__sidebar-image.settings-branding-logo.hospital-form-logo-panel{padding-left:2.7rem}.settings-page--platform__submit-bar{border-color:#0ea5e938;box-shadow:0 .65rem 1.75rem #0f172a1a}@media(max-width:1199.98px){.settings-page .settings-layout{grid-template-columns:1fr}.settings-page .settings-rules-grid,.settings-page .settings-rules-grid--count-3,.settings-page .settings-rules-grid--count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-page--platform .settings-platform-banner{margin-inline:.85rem}}@media(max-width:991.98px){.settings-page .settings-rules-grid,.settings-page .settings-rules-grid--count-2,.settings-page .settings-rules-grid--count-3,.settings-page .settings-rules-grid--count-4{grid-template-columns:1fr}.settings-page .settings-automation__schedule{padding-left:0;flex-wrap:wrap}.settings-page__submit-bar{flex-direction:column;align-items:stretch}}@media(max-width:767.98px){.settings-page{padding:1rem!important}.settings-page .settings-branding-logo.hospital-form-logo-panel{flex-direction:column;align-items:stretch}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__preview{width:100%;min-width:0;height:4rem}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__actions{align-items:stretch}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__buttons{width:100%}.settings-page .settings-branding-logo.hospital-form-logo-panel .hospital-form-logo-panel__buttons .btn{flex:1 1 auto}.settings-page .settings-automation__sidebar-image.settings-branding-logo.hospital-form-logo-panel{padding-left:.55rem}.settings-page .settings-panel__header{align-items:flex-start;flex-direction:column}.settings-page .settings-hospital-chip{align-items:flex-start;max-width:100%}.settings-page .settings-hospital-chip__value{text-align:left}.settings-page .settings-panel__header,.settings-page .settings-panel__footer{align-items:flex-start;flex-direction:column}.settings-page .settings-panel__form{padding:1rem}.settings-page .settings-rules-grid,.settings-page .settings-color-list{grid-template-columns:1fr}.settings-page .settings-color-section__header{align-items:flex-start;flex-direction:column}.settings-page .settings-color-card{flex-direction:column}.settings-page .settings-color-card__preview{width:100%;flex-basis:auto}.settings-page .settings-color-card__controls{grid-template-columns:1fr}}.border-custom-color{border-color:var(--custom-border-color, #e2e8f0)!important}.bg-indigo-400{background-color:#8540f5}.bg-cyan-500{background-color:#0dcaf0}.bg-orange-500{background-color:#fd7e14}.bg-pink-500{background-color:#d63384}.bg-gray-500{background-color:#adb5bd}.bg-green-400{background-color:#479f76}.navbar{--bs-navbar-padding-y: 0}.navbar-brand{--bs-navbar-brand-padding-y: 20px}.navbar-brand button{position:absolute;right:6px;top:10px}.navbar-brand__logo img{width:170px;margin:0 auto;display:table}.navbar-brand__logo img.logo--placeholder{object-fit:contain;opacity:.95}.navbar-nav{--bs-navbar-active-color: #fff;--bs-navbar-hover-color: #fff;--bs-navbar-color: var(--app-content-surface-bg);--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: 500;--bs-nav-link-font-size: 15px;gap:.5rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.navbar-nav::-webkit-scrollbar{width:14px}.navbar-nav::-webkit-scrollbar-thumb{background-color:#2125294d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.navbar-nav::-webkit-scrollbar-track{background:#fff}.navbar-nav .nav-link{border-radius:.5rem}.navbar-nav .nav-link.active{background-color:#4f1319;box-shadow:0 0 0 1px #ffc10766}.box-shadow{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dashboard-page{--dashboard-section-gap: .75rem;gap:var(--dashboard-section-gap)!important;padding:var(--dashboard-section-gap)!important}@media(min-width:576px){.dashboard-page{--dashboard-section-gap: .85rem}}.dashboard .card,.dashboard-box-outer{box-shadow:0 1rem 2.5rem #0f172a11}.dashboard-icon-box1{box-shadow:0 8px 24px -4px #8540f580}.dashboard-icon-box2{box-shadow:0 8px 24px -4px #0dcaf080}.dashboard-icon-box3{box-shadow:0 8px 24px -4px #fd7e1480}.dashboard-icon-box4{box-shadow:0 8px 24px -4px #d6338480}.dashboard-assignment-box{background:linear-gradient(180deg,#f8fafc,#eef2ff 23%,#eef2ff 82%)}.dashboard .progress{--bs-progress-height: .5rem}.dashboard-role-skill{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr));gap:1.25rem}.dashboard-stat-card{position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.75)!important;background:radial-gradient(circle at top right,rgba(var(--bs-primary-rgb),.08),transparent 34%),linear-gradient(135deg,#fff,#fbfdff);transition:transform .2s ease,box-shadow .2s ease}.dashboard-stat-card:hover{transform:translateY(-.125rem);box-shadow:0 1.25rem 2.5rem #0f172a17}.dashboard-stat-card .card-body{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;min-height:5.6rem;padding:.75rem .9rem!important}.dashboard-stat-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;box-shadow:0 .65rem 1.25rem #0f172a1f}.dashboard-stat-card__icon .material-symbols-rounded{font-size:1.45rem;line-height:1}.dashboard-stat-card__icon--staff,.dashboard-stat-card__icon--duty,.dashboard-stat-card__icon--night{background:#1f6b4f}.dashboard-stat-card__icon--coverage{background:#8b2f45}.dashboard-stat-card__icon--pending{background:#c99a2e}.dashboard-stat-card__icon--away{background:#ea580c}.dashboard-stat-card__content{display:grid;align-content:center;min-width:0;gap:4px}.dashboard-stat-card__label{color:#475569;font-size:.68rem;font-weight:700;line-height:1.2;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em}.dashboard-stat-card__value{margin:.1rem 0 0;color:#0f172a;font-size:1.45rem;font-weight:800;line-height:1.05}.dashboard-stat-card__meta{display:inline-flex;align-items:center;gap:.25rem;min-width:0;color:#64748b;font-size:.62rem;font-weight:600;line-height:1.2}.dashboard-stat-card__meta:before{content:"";flex:0 0 auto;width:.28rem;height:.28rem;background:#22c55e;border-radius:999px}.dashboard-stat-card__meta--muted{color:#64748b}.dashboard-stat-card__meta--muted:before{background:#94a3b8}.dashboard-stat-card__meta--success{color:#15803d}.dashboard-stat-card__meta--success:before{background:#22c55e}.dashboard-stat-card__meta--danger{color:#dc2626;font-weight:700}.dashboard-stat-card__meta--danger:before{background:#dc2626}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--dashboard-section-gap, .75rem)}.dashboard-stat-card-link{display:block;height:100%;color:inherit;text-decoration:none;cursor:pointer}.dashboard-stat-card-link:hover,.dashboard-stat-card-link:focus-visible{color:inherit}.platform-dashboard{--platform-ink: #0f172a;--platform-muted: #64748b;--platform-line: rgba(226, 232, 240, .95);--platform-brand: #8b2f45;--platform-brand-dark: #6f2436;display:flex;flex-direction:column;gap:.85rem;box-sizing:border-box}.platform-dashboard__intro{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.1rem}.platform-dashboard__title{margin:0 0 .2rem;color:var(--platform-ink);font-size:1.4rem;font-weight:700;line-height:1.2}.platform-dashboard__subtitle{margin:0;max-width:40rem;color:var(--platform-muted);font-size:.9rem;line-height:1.45}.platform-dashboard__primary-btn{display:inline-flex;align-items:center;gap:.3rem;flex:0 0 auto;padding:.45rem .85rem;border:0;border-radius:.65rem;background:var(--platform-brand);color:#fff;font-size:.82rem;font-weight:600;text-decoration:none;box-shadow:0 .55rem 1.1rem #8b2f4538}.platform-dashboard__primary-btn .material-symbols-rounded{font-size:1.05rem;line-height:1}.platform-dashboard__primary-btn:hover,.platform-dashboard__primary-btn:focus-visible{background:var(--platform-brand-dark);color:#fff}.platform-dashboard__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.platform-dashboard__stat-wrap{min-width:0}.platform-dashboard__stat .card-body{min-height:5.1rem}.platform-dashboard__grid{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:stretch}.platform-dashboard__panel{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;border:1px solid var(--platform-line);border-radius:1rem;background:radial-gradient(circle at top right,rgba(139,47,69,.05),transparent 38%),#fff;box-shadow:0 .75rem 1.75rem #0f172a0d}.platform-dashboard__panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:0 0 auto;padding:.85rem 1rem;border-bottom:1px solid var(--platform-line);background:#f8fafcb8}.platform-dashboard__panel-heading{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.platform-dashboard__panel-title{margin:0;color:var(--platform-ink);font-size:.95rem;font-weight:700}.platform-dashboard__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .4rem;border-radius:999px;background:#0f172a12;color:#334155;font-size:.72rem;font-weight:700}.platform-dashboard__panel-link{color:var(--platform-brand);font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap}.platform-dashboard__panel-link:hover,.platform-dashboard__panel-link:focus-visible{text-decoration:underline}.platform-dashboard__panel-hint{color:var(--platform-muted);font-size:.78rem;font-weight:600;white-space:nowrap}.platform-dashboard__panel-body{flex:1 1 auto;min-height:0;overflow:auto}.platform-dashboard__empty{display:grid;place-items:center;min-height:10rem;padding:1.5rem 1rem;color:var(--platform-muted);font-size:.88rem;text-align:center}.platform-dashboard__list{margin:0;padding:.25rem 0;list-style:none}.platform-dashboard__list--activity{max-height:28rem;overflow:auto}.platform-dashboard__hospital{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.8rem 1rem;border-bottom:1px solid rgba(226,232,240,.75);transition:background-color .15s ease}.platform-dashboard__hospital:last-child{border-bottom:0}.platform-dashboard__hospital:hover{background:#f8fafce6}.platform-dashboard__hospital-main{display:flex;align-items:center;gap:.75rem;min-width:0}.platform-dashboard__hospital-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.55rem;width:2.55rem;height:2.55rem;border-radius:999px;color:#fff;background:var(--platform-brand);box-shadow:0 .45rem .95rem #8b2f4533}.platform-dashboard__hospital-icon .material-symbols-rounded{font-size:1.2rem;line-height:1}.platform-dashboard__hospital-icon.is-inactive{background:#94a3b8;box-shadow:none}.platform-dashboard__hospital-name{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;color:var(--platform-ink);font-size:.95rem;font-weight:700;line-height:1.25}.platform-dashboard__hospital-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.2rem;color:#475569;font-size:.82rem;font-weight:500}.platform-dashboard__code{display:inline-flex;align-items:center;padding:.1rem .45rem;border-radius:.4rem;background:#0f172a0f;color:#1e293b;font-size:.78rem;font-weight:700;letter-spacing:.02em}.platform-dashboard__badge{display:inline-flex;align-items:center;padding:.08rem .45rem;border-radius:999px;background:#dc26261a;color:#dc2626;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.platform-dashboard__open-btn{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;flex:0 0 auto;min-width:5rem;padding:.4rem .75rem;border:0;border-radius:.6rem;background:var(--platform-brand);color:#fff;font-size:.8rem;font-weight:600;box-shadow:0 .4rem .85rem #8b2f452e}.platform-dashboard__open-btn .material-symbols-rounded{font-size:1rem;line-height:1}.platform-dashboard__open-btn:hover:not(:disabled),.platform-dashboard__open-btn:focus-visible:not(:disabled){background:var(--platform-brand-dark);color:#fff}.platform-dashboard__open-btn:disabled{background:#cbd5e1;box-shadow:none;color:#fff;opacity:1}.platform-dashboard__activity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem;padding:.8rem 1rem;border-bottom:1px solid rgba(226,232,240,.75)}.platform-dashboard__activity:last-child{border-bottom:0}.platform-dashboard__activity:hover{background:#f8fafce6}.platform-dashboard__activity-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.4rem;width:2.4rem;height:2.4rem;margin-top:.1rem;border-radius:999px;color:#fff;box-shadow:0 .4rem .85rem #0f172a1f}.platform-dashboard__activity-icon .material-symbols-rounded{font-size:1.15rem;line-height:1}.platform-dashboard__activity-icon--staff,.platform-dashboard__activity-icon--duty{background:#1f6b4f}.platform-dashboard__activity-icon--coverage{background:var(--platform-brand)}.platform-dashboard__activity-icon--pending{background:#b8861f}.platform-dashboard__activity-icon--away{background:#ea580c}.platform-dashboard__activity-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.2rem}.platform-dashboard__tags{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0}.platform-dashboard__type{display:inline-flex;align-items:center;padding:.08rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.platform-dashboard__type--staff,.platform-dashboard__type--duty{background:#1f6b4f1f;color:#166534}.platform-dashboard__type--coverage{background:#8b2f451f;color:var(--platform-brand)}.platform-dashboard__type--pending{background:#b8861f24;color:#92400e}.platform-dashboard__type--away{background:#ea580c1f;color:#c2410c}.platform-dashboard__status{display:inline-flex;align-items:center;padding:.08rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.platform-dashboard__status--approved{background:#16a34a1f;color:#15803d}.platform-dashboard__status--rejected{background:#dc26261f;color:#dc2626}.platform-dashboard__status--pending{background:#eab30829;color:#a16207}.platform-dashboard__status--partial{background:#2563eb1f;color:#1d4ed8}.platform-dashboard__status--muted{background:#64748b24;color:#475569}.platform-dashboard__activity-title{overflow:hidden;color:var(--platform-ink);font-size:.9rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.platform-dashboard__activity-subtitle{margin-top:.25rem;color:#475569;font-size:.82rem;font-weight:500;line-height:1.35}.platform-dashboard__activity-time{flex:0 0 auto;color:#64748b;font-size:.76rem;font-weight:600;white-space:nowrap}@media(max-width:991.98px){.platform-dashboard__intro{flex-direction:column;align-items:stretch}.platform-dashboard__stats{grid-template-columns:1fr}}@media(min-width:576px)and (max-width:991.98px){.platform-dashboard__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.dashboard-clean-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.42fr);gap:var(--dashboard-section-gap, .75rem);align-items:stretch}.dashboard-clean-left{display:grid;gap:var(--dashboard-section-gap, .75rem);min-width:0;overflow:visible;align-content:start}.dashboard-clean-main{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dashboard-section-gap, .75rem);align-items:stretch}.dashboard-insights-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(0,1fr);gap:var(--dashboard-section-gap, .75rem);align-items:stretch}.dashboard-insights-grid--no-aside{grid-template-columns:minmax(0,1fr)}.dashboard-insights-grid>*{min-width:0}.dashboard-insights-grid__primary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dashboard-section-gap, .75rem);align-items:stretch;min-width:0}.dashboard-insights-grid__primary .dashboard-insight-card{height:100%;min-height:0}.dashboard-insights-grid__primary .dashboard-insight-card__body:not(.dashboard-insight-card__body--request-overview,.dashboard-insight-card__body--returning-leave){flex-direction:row;align-items:center;gap:.55rem}.dashboard-insights-grid__primary .dashboard-insight-card__visual{align-self:center;flex:0 0 4.35rem}.dashboard-insights-grid__primary .dashboard-insight-card--returning-leave .dashboard-insight-card__body--returning-leave{flex:1 1 auto;min-height:0}.dashboard-insights-grid__primary .dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning{margin-top:auto}.dashboard-insights-grid .dashboard-distribution-card{height:100%;min-height:0}.dashboard-insights-grid .dashboard-distribution-card__list{flex:1 1 auto}.dashboard-insights-grid .dashboard-insight-card{padding:.62rem .68rem .55rem}.dashboard-insights-grid .dashboard-insight-card__header{margin-bottom:.32rem;gap:.35rem;align-items:center}.dashboard-insights-grid .dashboard-insight-card__heading{gap:.04rem}.dashboard-insights-grid .dashboard-insight-card__title{font-size:.82rem;line-height:1.2}.dashboard-insights-grid .dashboard-insight-card__subtitle{font-size:.7rem}.dashboard-insights-grid .dashboard-insight-card__icon{flex:0 0 1.5rem;width:1.5rem;height:1.5rem}.dashboard-insights-grid .dashboard-insight-card__icon .material-symbols-rounded{font-size:.8rem}.dashboard-insights-grid .dashboard-insight-card__body{gap:.35rem}.dashboard-insights-grid .dashboard-insight-card__body:not(.dashboard-insight-card__body--request-overview,.dashboard-insight-card__body--returning-leave){flex-direction:row;align-items:center}.dashboard-insights-grid .dashboard-insight-card__visual{padding:0;flex:0 0 auto}.dashboard-insights-grid .dashboard-insight-card__action{margin-top:.3rem;font-size:.7rem}.dashboard-insights-grid .dashboard-insight-donut,.dashboard-insights-grid .dashboard-insight-ring{flex:0 0 4.35rem;width:4.35rem;height:4.35rem}.dashboard-insights-grid .dashboard-insight-donut__center,.dashboard-insights-grid .dashboard-insight-ring__center{padding:0 .4rem}.dashboard-insights-grid .dashboard-insight-donut__center strong,.dashboard-insights-grid .dashboard-insight-ring__center strong{font-size:.82rem}.dashboard-insights-grid .dashboard-insight-donut__center span,.dashboard-insights-grid .dashboard-insight-ring__center span{font-size:.56rem}.dashboard-insights-grid .dashboard-insight-legend{flex:1 1 auto;gap:.18rem;margin-left:.05rem;min-width:0}.dashboard-insights-grid .dashboard-insight-legend li{gap:.3rem}.dashboard-insights-grid .dashboard-insight-legend__dot{width:.42rem;height:.42rem}.dashboard-insights-grid .dashboard-insight-legend__label,.dashboard-insights-grid .dashboard-insight-legend__value{font-size:.7rem;line-height:1.2}.dashboard-insights-grid .dashboard-insight-stats{flex:1 1 auto;gap:.22rem;margin-left:.05rem;min-width:0}.dashboard-insights-grid .dashboard-insight-stats li{gap:.38rem;padding:.22rem 0}.dashboard-insights-grid .dashboard-insight-stats__value{min-width:1.55rem;height:1.55rem;padding:0 .3rem;font-size:.74rem;border-radius:.4rem}.dashboard-insights-grid .dashboard-insight-stats__label{font-size:.7rem;line-height:1.25}.dashboard-insights-grid .dashboard-insight-return-list{gap:.22rem}.dashboard-insights-grid .dashboard-insight-return-list li{gap:.4rem;padding:.28rem .35rem;border-radius:.55rem;box-shadow:none}.dashboard-insights-grid .dashboard-insight-return-list p{font-size:.72rem}.dashboard-insights-grid .dashboard-insight-return-list small,.dashboard-insights-grid .dashboard-insight-return-list .small{font-size:.62rem}.dashboard-insights-grid .dashboard-insight-return-list__icon{flex:0 0 1.55rem;width:1.55rem;height:1.55rem;border-radius:.45rem;box-shadow:none}.dashboard-insights-grid .dashboard-insight-return-list__icon .material-symbols-rounded{font-size:.82rem}.dashboard-insights-grid .dashboard-insight-return-list__badge{padding:.14rem .38rem;font-size:.6rem}.dashboard-insights-grid .dashboard-insight-return-list__count{min-width:1.25rem;height:1.25rem;font-size:.64rem}.dashboard-insights-grid .dashboard-insight-return-list__empty{padding:.55rem .35rem;font-size:.7rem}.dashboard-insights-grid .dashboard-insight-card--returning-leave .dashboard-insight-card__body--returning-leave{padding:.28rem;border-radius:.7rem}.dashboard-insights-grid .dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning{margin-top:auto;padding-top:.35rem;font-size:.66rem}.dashboard-insights-grid .dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning .material-symbols-rounded{font-size:.95rem}.dashboard-insights-grid .dashboard-insight-request-grid{gap:.12rem}.dashboard-insights-grid .dashboard-insight-request-grid__header,.dashboard-insights-grid .dashboard-insight-request-grid__row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.28rem}.dashboard-insights-grid .dashboard-insight-request-grid__header{padding:.28rem .32rem .24rem}.dashboard-insights-grid .dashboard-insight-request-grid__head-cell{font-size:.54rem}.dashboard-insights-grid .dashboard-insight-request-grid__row{padding:.18rem .32rem}.dashboard-insights-grid .dashboard-insight-request-grid__label{font-size:.68rem}.dashboard-insights-grid .dashboard-insight-request-grid__value{min-height:1.45rem;font-size:.72rem}.dashboard-insights-grid .dashboard-insight-request-grid__total{font-size:.86rem}.dashboard-insights-grid .dashboard-distribution-card{padding:.62rem .68rem .55rem;gap:.45rem}.dashboard-insights-grid .dashboard-distribution-card__header-icon{flex:0 0 1.5rem;width:1.5rem;height:1.5rem}.dashboard-insights-grid .dashboard-distribution-card__header-icon .material-symbols-rounded{font-size:.8rem}.dashboard-insights-grid .dashboard-distribution-card__title{font-size:.76rem}.dashboard-insights-grid .dashboard-distribution-card__subtitle{margin-top:.06rem;font-size:.62rem}.dashboard-insights-grid .dashboard-distribution-card__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.dashboard-insights-grid .dashboard-distribution-card__item{gap:.4rem;padding:.32rem .38rem;border-radius:.55rem}.dashboard-insights-grid .dashboard-distribution-card__icon{width:1.75rem;height:1.75rem;border-radius:.5rem}.dashboard-insights-grid .dashboard-distribution-card__icon svg{width:14px;height:14px}.dashboard-insights-grid .dashboard-distribution-card__body{gap:.15rem}.dashboard-insights-grid .dashboard-distribution-card__label{font-size:.64rem;line-height:1.15}.dashboard-insights-grid .dashboard-distribution-card__percent{font-size:.7rem}.dashboard-insights-grid .dashboard-distribution-card__count{font-size:.58rem}.dashboard-insights-grid .dashboard-distribution-card__track{height:.28rem}.dashboard-clean-requests-stack{display:flex;flex-direction:column;align-self:stretch;align-content:stretch;gap:var(--dashboard-section-gap, .75rem);min-width:0;min-height:100%;width:100%}.dashboard-clean-requests-stack>.dashboard-box-outer{flex:0 0 auto;width:100%;min-width:0;max-width:100%}.dashboard-clean-requests-stack .dashboard-clean-request-cards{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.dashboard-clean-requests-stack .dashboard-clean-request-cards>*{flex:1 1 auto;min-height:0}.dashboard-clean-requests-stack .dashboard-pending-approvals{height:100%;min-height:100%}.dashboard-clean-requests-stack .dashboard-pending-approvals__list{flex:1 1 auto;align-content:start;min-height:4.5rem}.dashboard-end-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.42fr);gap:var(--dashboard-section-gap, .75rem);align-items:start}.dashboard-end-left{display:grid;gap:var(--dashboard-section-gap, .75rem);min-width:0;align-content:start}.dashboard-end-right{min-width:0;display:flex;flex-direction:column;align-self:stretch}.dashboard-end-right .dashboard-distribution-card{flex:1 1 auto}.dashboard-clean-request-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--dashboard-section-gap, .75rem);width:100%;min-width:0}.dashboard-clean-request-cards>*{grid-column:1/-1;width:100%;min-width:0;max-width:100%}.dashboard-insight-card{display:flex;flex-direction:column;min-width:0;min-height:0;padding:.7rem .75rem .62rem;border:1px solid rgba(226,232,240,.85);box-shadow:0 .35rem 1rem #0f172a0b;background:linear-gradient(135deg,#fff,#fbfdff)!important}.dashboard-insight-card__header{display:flex;align-items:flex-start;gap:.45rem;margin-bottom:.55rem}.dashboard-insight-card__heading{display:grid;gap:.08rem;min-width:0}.dashboard-insight-card__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.85rem;width:1.85rem;height:1.85rem;border-radius:999px}.dashboard-insight-card__icon .material-symbols-rounded{font-size:.95rem}.dashboard-insight-card__icon--coverage{color:#2563eb;background:#eff6ff}.dashboard-insight-card__icon--night{color:#7a2531;background:#f3e8ff}.dashboard-insight-card__icon--leave{color:#c241b9;background:#fde7f7;box-shadow:0 .75rem 1.4rem #c241b921}.dashboard-insight-card__icon--off{color:#0f766e;background:#dffdfa;box-shadow:0 .75rem 1.4rem #0f766e1f}.dashboard-insight-card__icon--requests{color:#8b2f45;background:#fde7ef;box-shadow:0 .75rem 1.4rem #8b2f451f}.dashboard-insight-card__icon--returning-leave{color:#0f766e;background:#dffdfa;box-shadow:0 .75rem 1.4rem #0f766e1f}.dashboard-insight-card__header--stacked{align-items:flex-start}.dashboard-insight-card__subtitle{margin:0;color:#64748b;font-size:.64rem;font-weight:600;line-height:1.15}.dashboard-insight-card__metric{color:#7a2531;font-size:2.05rem;font-weight:800;line-height:1;margin-bottom:.45rem}.dashboard-insight-card__summary{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .85rem;margin-bottom:.35rem;color:#475569;font-size:.78rem;font-weight:600}.dashboard-insight-card__summary strong{color:#0f172a;font-weight:800}.dashboard-insight-card--overview{min-height:11rem}.dashboard-insight-card--overview .dashboard-insight-card__icon{flex:0 0 3rem;width:3rem;height:3rem}.dashboard-insight-card--overview .dashboard-insight-card__icon .material-symbols-rounded{font-size:1.2rem}.dashboard-insight-card--request-overview{min-height:0}.dashboard-insight-card--request-overview .dashboard-insight-card__icon{flex:0 0 1.85rem;width:1.85rem;height:1.85rem}.dashboard-insight-card--request-overview .dashboard-insight-card__icon .material-symbols-rounded{font-size:.92rem}.dashboard-insight-card--request-overview .dashboard-insight-card__body--request-overview{background:#f8fafc;border:1px solid #eef2f7;border-radius:.7rem;padding:.35rem}.dashboard-insight-card--request-overview .dashboard-insight-card__action--plain{margin-top:.35rem;padding-top:.15rem}.dashboard-insight-card--returning-leave{height:100%;min-height:0}.dashboard-insight-card--returning-leave .dashboard-insight-card__header{align-items:center;margin-bottom:.45rem;flex:0 0 auto}.dashboard-insight-card--returning-leave .dashboard-insight-card__heading{flex:1 1 auto}.dashboard-insight-card--returning-leave .dashboard-insight-card__body--returning-leave{flex:1 1 auto;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:0;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.85rem;padding:.35rem}.dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning{display:inline-flex;align-items:center;align-self:flex-start;gap:.1rem;margin-top:auto;padding:.15rem 0;border:0;background:transparent;color:#0f766e;font-size:.74rem;font-weight:700;line-height:1.2;cursor:pointer;transition:color .15s ease,gap .15s ease}.dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning .material-symbols-rounded{font-size:1.05rem;line-height:1;transition:transform .15s ease}.dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning:hover,.dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning:focus{color:#115e59;gap:.2rem}.dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning:hover .material-symbols-rounded,.dashboard-insight-card--returning-leave .dashboard-insight-card__action--returning:focus .material-symbols-rounded{transform:translate(.1rem)}.dashboard-insight-card--ward-coverage .dashboard-insight-card__body{flex-direction:column;align-items:stretch;gap:.5rem}.dashboard-insight-card__action--plain{margin-top:auto;color:#8b5cf6}.dashboard-insight-card__action--plain svg{display:none}.dashboard-insight-card__action--plain:hover,.dashboard-insight-card__action--plain:focus{color:#7a2531}.dashboard-insight-card__title{margin:0;color:#0f172a;font-size:.84rem;font-weight:800;line-height:1.2}.dashboard-insight-card__body{display:flex;flex-direction:row;align-items:center;gap:.45rem;flex:1 1 auto;min-width:0}.dashboard-insight-card__body--request-overview{flex-direction:column;align-items:stretch;justify-content:flex-start}.dashboard-insight-card__visual{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0}.dashboard-insight-card__action{display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;padding:0;border:0;background:transparent;color:#2563eb;font:inherit;font-size:.72rem;font-weight:700;text-align:left;text-decoration:none;cursor:pointer}.dashboard-insight-card__action svg{opacity:.85}.dashboard-insight-card__action:hover,.dashboard-insight-card__action:focus{color:#1d4ed8;text-decoration:none}.dashboard-insight-request-grid{display:grid;gap:.18rem;flex:1 1 auto;min-width:0}.dashboard-insight-request-grid__header,.dashboard-insight-request-grid__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:.35rem}.dashboard-insight-request-grid__header{padding:.35rem .45rem .3rem;background:#ffffffe0;border-radius:.55rem}.dashboard-insight-request-grid__head-cell{color:#64748b;font-size:.6rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;text-align:center}.dashboard-insight-request-grid__head-cell:first-child{text-align:left}.dashboard-insight-request-grid__head-cell--total{text-align:center}.dashboard-insight-request-grid__row{padding:.22rem .45rem;border-radius:.55rem;transition:background-color .15s ease}.dashboard-insight-request-grid__row:hover{background:#ffffffb8}.dashboard-insight-request-grid__label{color:#0f172a;font-size:.76rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-insight-request-grid__value{display:inline-flex;align-items:center;justify-content:center;justify-self:stretch;min-height:1.65rem;padding:.2rem .35rem;font-size:.78rem;font-weight:800;line-height:1;border-radius:.55rem;border:1px solid transparent}.dashboard-insight-request-grid__value--approved{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.dashboard-insight-request-grid__value--pending{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.dashboard-insight-request-grid__value--zero{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0;font-weight:700}.dashboard-insight-request-grid__total{display:inline-flex;align-items:center;justify-content:center;justify-self:stretch;min-height:1.65rem;color:#6a1f28;font-size:.95rem;font-weight:800;line-height:1;text-align:center;background:#8b5cf614;border-radius:.55rem}.dashboard-insight-return-list{display:flex;flex-direction:column;gap:.3rem;list-style:none;padding:0;margin:0}.dashboard-insight-return-list li{display:flex;align-items:center;gap:.55rem;padding:.45rem .5rem;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:.7rem;box-shadow:0 .08rem .35rem #0f172a08}.dashboard-insight-return-list p{margin:0;color:#0f172a;font-size:.78rem;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-insight-return-list small,.dashboard-insight-return-list .small{display:block;color:#64748b;font-size:.68rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-insight-return-list__content{flex:1 1 auto;min-width:0}.dashboard-insight-return-list__count{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:1.45rem;height:1.45rem;padding:0 .35rem;margin-left:auto;border-radius:999px;background:#dffdfa;color:#0f766e;font-size:.68rem;font-weight:800;line-height:1}.dashboard-insight-return-list__badge{flex:0 0 auto;padding:.22rem .5rem;border:1px solid transparent;border-radius:999px;font-size:.64rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.dashboard-insight-return-list__badge--today{color:#0f766e;background:#ccfbf1;border-color:#99f6e4}.dashboard-insight-return-list__badge--tomorrow{color:#b45309;background:#fff7ed;border-color:#fed7aa}.dashboard-insight-return-list__badge--later{color:#475569;background:#f8fafc;border-color:#e2e8f0}.dashboard-insight-return-list__empty{color:#64748b;font-size:.74rem;font-weight:600;line-height:1.45;text-align:center;padding:.85rem .5rem}.dashboard-insight-return-list__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.9rem;width:1.9rem;height:1.9rem;border-radius:.55rem;color:#fff;box-shadow:0 .25rem .55rem #0f172a1f}.dashboard-insight-return-list__icon .material-symbols-rounded{font-size:.95rem}.dashboard-insight-return-list__icon--annual{background:linear-gradient(135deg,#2563eb,#38bdf8)}.dashboard-insight-return-list__icon--casual{background:linear-gradient(135deg,#f97316,#facc15)}.dashboard-insight-return-list__icon--maternity{background:linear-gradient(135deg,#db2777,#a855f7)}.dashboard-insight-return-list__icon--default{background:linear-gradient(135deg,#8b2f45,#c2410c)}.dashboard-insight-return-list--compact{gap:.28rem}.dashboard-insight-return-list--compact li{padding:.4rem .45rem}.dashboard-insight-donut,.dashboard-insight-ring{position:relative;flex:0 0 3.5rem;width:3.5rem;height:3.5rem}.dashboard-insight-donut__svg,.dashboard-insight-ring__svg{display:block;width:100%;height:100%}.dashboard-insight-donut__center,.dashboard-insight-ring__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 .75rem}.dashboard-insight-donut__center strong,.dashboard-insight-ring__center strong{color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.15}.dashboard-insight-donut__center span,.dashboard-insight-ring__center span{color:#64748b;font-size:.58rem;font-weight:600;line-height:1.2}.dashboard-insight-legend{display:grid;gap:.3rem;flex:1 1 auto;min-width:0;margin:0;padding:0;list-style:none}.dashboard-insight-legend li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.45rem}.dashboard-insight-legend__dot{width:.55rem;height:.55rem;border-radius:999px}.dashboard-insight-legend__label{color:#475569;font-size:.72rem;font-weight:600;line-height:1.25}.dashboard-insight-legend__value{color:#0f172a;font-size:.72rem;font-weight:800;white-space:nowrap}.dashboard-ward-coverage{display:flex;flex:1 1 auto;flex-direction:column;gap:.5rem;min-height:0;width:100%}.dashboard-ward-coverage__overview{align-items:center;display:grid;gap:.5rem;grid-template-columns:auto minmax(0,1fr)}.dashboard-ward-coverage .dashboard-insight-card__visual{flex:0 0 3.35rem}.dashboard-ward-coverage .dashboard-insight-donut{flex:0 0 3.35rem;height:3.35rem;width:3.35rem}.dashboard-ward-coverage__breakdown{display:grid;gap:.3rem;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0}.dashboard-ward-coverage__breakdown-item{align-items:center;background:#f8fafc;border:1px solid #eef2f7;border-radius:.55rem;border-top:3px solid var(--ward-accent, #22c55e);display:flex;flex-direction:column;gap:.06rem;padding:.38rem .2rem;text-align:center}.dashboard-ward-coverage__breakdown-item strong{color:#0f172a;font-size:.86rem;font-weight:800;line-height:1}.dashboard-ward-coverage__breakdown-item span{color:#475569;font-size:.58rem;font-weight:700;line-height:1.2}.dashboard-ward-coverage__breakdown-item small,.dashboard-ward-coverage__breakdown-item .small{color:#94a3b8;font-size:.52rem;font-weight:700;line-height:1.1}.dashboard-ward-coverage__detail{background:#f8fafc;border:1px solid #eef2f7;border-radius:.65rem;display:flex;flex:0 0 auto;flex-direction:column;min-height:0;padding:.45rem .5rem}.dashboard-ward-coverage__detail-title{color:#64748b;font-size:.6rem;font-weight:800;letter-spacing:.04em;line-height:1.2;margin:0 0 .32rem;text-transform:uppercase}.dashboard-ward-coverage__attention{display:grid;gap:.28rem;list-style:none;margin:0;padding:0}.dashboard-ward-coverage__attention-item{align-items:center;background:#fff;border:1px solid #eef2f7;border-radius:.45rem;display:flex;gap:.45rem;justify-content:space-between;min-width:0;padding:.3rem .38rem}.dashboard-ward-coverage__attention-item strong{color:#0f172a;font-size:.68rem;font-weight:700;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-ward-coverage__attention-badge{border-radius:999px;flex:0 0 auto;font-size:.56rem;font-weight:700;line-height:1.2;padding:.14rem .38rem;white-space:nowrap}.dashboard-ward-coverage__attention-badge--warning{background:#ffedd5;color:#c2410c}.dashboard-ward-coverage__attention-badge--critical{background:#fee2e2;color:#b91c1c}.dashboard-ward-coverage__attention-badge--success{background:#dcfce7;color:#15803d}.dashboard-ward-coverage__all-clear{align-items:center;color:#15803d;display:flex;flex:1 1 auto;font-size:.68rem;font-weight:600;justify-content:center;line-height:1.45;margin:0;min-height:3rem;padding:.35rem .5rem;text-align:center}.dashboard-ward-coverage-modal{max-width:min(92vw,28rem)}.dashboard-ward-coverage-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a24}.dashboard-ward-coverage-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .9rem;background:linear-gradient(180deg,#eff6ffbf,#fff0),#fff;border-bottom:1px solid #f1f5f9}.dashboard-ward-coverage-modal__heading{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.dashboard-ward-coverage-modal__heading .dashboard-insight-card__icon{flex:0 0 auto;margin-top:.1rem}.dashboard-ward-coverage-modal__title{color:#0f172a;font-size:1rem;font-weight:800}.dashboard-ward-coverage-modal__subtitle{margin-top:.12rem;color:#64748b;font-size:.74rem;font-weight:600}.dashboard-ward-coverage-modal__body{max-height:min(70vh,28rem);overflow:auto;padding:.85rem 1.1rem 1.1rem}.dashboard-ward-coverage-modal__body .dashboard-ward-coverage__attention{gap:.4rem}.dashboard-ward-coverage-modal__body .dashboard-ward-coverage__attention-item{padding:.55rem .65rem}.dashboard-ward-coverage-modal__body .dashboard-ward-coverage__attention-item strong{font-size:.82rem;white-space:normal}.dashboard-ward-coverage-modal__body .dashboard-ward-coverage__attention-badge{font-size:.68rem;padding:.2rem .5rem}.dashboard-ward-coverage-modal__body .dashboard-ward-coverage__all-clear{font-size:.82rem;min-height:4rem}.dashboard-returning-leave-modal{max-width:min(92vw,28rem)}.dashboard-returning-leave-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a24}.dashboard-returning-leave-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .9rem;background:linear-gradient(180deg,#ccfbf18c,#fff0),#fff;border-bottom:1px solid #e2e8f0}.dashboard-returning-leave-modal__heading{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.dashboard-returning-leave-modal__heading .dashboard-insight-card__icon{flex:0 0 auto;margin-top:.1rem}.dashboard-returning-leave-modal__title{color:#0f172a;font-size:1rem;font-weight:800}.dashboard-returning-leave-modal__subtitle{margin-top:.12rem;color:#64748b;font-size:.74rem;font-weight:600}.dashboard-returning-leave-modal__body{max-height:min(70vh,28rem);overflow:auto;padding:.85rem 1.1rem 1.1rem;background:#f8fafc}.dashboard-returning-leave-modal__body .dashboard-insight-return-list{gap:.4rem}.dashboard-returning-leave-modal__body .dashboard-insight-return-list li{padding:.55rem .6rem}.dashboard-returning-leave-modal__body .dashboard-insight-return-list p{font-size:.84rem;white-space:normal}.dashboard-returning-leave-modal__body .dashboard-insight-return-list small,.dashboard-returning-leave-modal__body .dashboard-insight-return-list .small{font-size:.72rem;white-space:normal}.dashboard-returning-leave-modal__body .dashboard-insight-return-list .dashboard-insight-return-list__badge{font-size:.68rem;padding:.22rem .55rem}.dashboard-returning-leave-modal__body .dashboard-insight-return-list .dashboard-insight-return-list__icon{flex:0 0 2.05rem;width:2.05rem;height:2.05rem}.dashboard-insight-rules{display:grid;gap:.55rem;flex:1 1 auto;min-width:0;margin:0}.dashboard-insight-rules__row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.dashboard-insight-rules__row dt{margin:0;color:#64748b;font-size:.72rem;font-weight:600;line-height:1.3}.dashboard-insight-rules__row dd{margin:0;color:#0f172a;font-size:.72rem;font-weight:800;text-align:right;white-space:nowrap}.dashboard-insight-stats{display:grid;gap:.45rem;flex:1 1 auto;min-width:0;margin:0;padding:0;list-style:none}.dashboard-insight-stats li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.55rem;padding:.35rem 0;border-bottom:1px solid #f1f5f9}.dashboard-insight-stats li:last-child{padding-bottom:0;border-bottom:0}.dashboard-insight-stats__value{display:inline-flex;align-items:center;justify-content:center;min-width:1.85rem;height:1.85rem;padding:0 .4rem;color:#7a2531;font-size:.82rem;font-weight:800;line-height:1;background:#f3e8ff;border-radius:.5rem}.dashboard-insight-stats__label{color:#64748b;font-size:.72rem;font-weight:600;line-height:1.35}.dashboard-insight-stats strong{color:#0f172a;font-size:.9rem;font-weight:800;line-height:1}.dashboard-insight-stats span{color:#64748b;font-size:.72rem;font-weight:600;line-height:1.2}.dashboard-todays-alerts{display:flex;flex-direction:column;gap:0;padding:1rem 1.05rem .35rem;border:1px solid rgba(226,232,240,.85);box-shadow:0 1rem 2.5rem #0f172a0e}.dashboard-todays-alerts__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.dashboard-todays-alerts__title-wrap{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.dashboard-todays-alerts__title-icon{color:#dc2626;font-size:1.15rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.dashboard-todays-alerts__title{margin:0;color:#0f172a;font-size:1rem;font-weight:800}.dashboard-todays-alerts__header-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;color:#b91c1c;font-size:.68rem;font-weight:800;background:#fee2e2;border-radius:999px}.dashboard-todays-alerts__view-all{padding:0;color:#0f172a;font-size:.78rem;font-weight:600;text-decoration:none;white-space:nowrap;background:transparent;border:0;cursor:pointer}.dashboard-todays-alerts__view-all:hover,.dashboard-todays-alerts__view-all:focus{color:#334155;text-decoration:none}.dashboard-todays-alerts__list{display:grid}.dashboard-todays-alerts__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.42rem 0;border-top:1px solid #f1f5f9}.dashboard-todays-alerts__row--card{padding:.62rem .72rem;background:#fff;border:1px solid #e8edf3;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.dashboard-todays-alerts__row--card:hover{border-color:#dbe3ef;box-shadow:0 .35rem .85rem #0f172a0f}.dashboard-todays-alerts__content{min-width:0}.dashboard-todays-alerts__groups{display:flex;flex-direction:column;gap:.85rem}.dashboard-todays-alerts__group{display:flex;flex-direction:column;gap:.45rem}.dashboard-todays-alerts__group-header{display:inline-flex;align-items:center;gap:.4rem;padding:.15rem .1rem .05rem}.dashboard-todays-alerts__group-icon{font-size:.95rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.dashboard-todays-alerts__group-title{flex:1;color:#0f172a;font-size:.74rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.dashboard-todays-alerts__group-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;font-size:.68rem;font-weight:800;border-radius:999px}.dashboard-todays-alerts__group-count--danger{color:#b91c1c;background:#fee2e2}.dashboard-todays-alerts__group-count--purple{color:#6a1f28;background:#f6e8ea}.dashboard-todays-alerts__group-count--success{color:#15803d;background:#dcfce7}.dashboard-todays-alerts__group-count--info{color:#1d4ed8;background:#dbeafe}.dashboard-todays-alerts__group-count--warning{color:#c2410c;background:#ffedd5}.dashboard-todays-alerts__group-header--danger .dashboard-todays-alerts__group-icon{color:#dc2626}.dashboard-todays-alerts__group-header--purple .dashboard-todays-alerts__group-icon{color:#7a2531}.dashboard-todays-alerts__group-header--success .dashboard-todays-alerts__group-icon{color:#16a34a}.dashboard-todays-alerts__group-header--info .dashboard-todays-alerts__group-icon{color:#2563eb}.dashboard-todays-alerts__group-header--warning .dashboard-todays-alerts__group-icon{color:#ea580c}.dashboard-todays-alerts__icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.5rem}.dashboard-todays-alerts__icon .material-symbols-rounded{font-size:.95rem}.dashboard-todays-alerts__icon--danger{color:#dc2626;background:#fee2e2}.dashboard-todays-alerts__icon--info{color:#2563eb;background:#dbeafe}.dashboard-todays-alerts__icon--success{color:#16a34a;background:#dcfce7}.dashboard-todays-alerts__icon--purple{color:#7a2531;background:#f6e8ea}.dashboard-todays-alerts__icon--warning{color:#ea580c;background:#ffedd5}.dashboard-todays-alerts__label{color:#334155;font-size:.82rem;font-weight:600;line-height:1.25}.dashboard-todays-alerts__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .35rem;font-size:.78rem;font-weight:800;border-radius:999px}.dashboard-todays-alerts__badge--danger{color:#b91c1c;background:#fee2e2}.dashboard-todays-alerts__badge--info{color:#1d4ed8;background:#dbeafe}.dashboard-todays-alerts__badge--success{color:#15803d;background:#dcfce7}.dashboard-todays-alerts__badge--purple{color:#6a1f28;background:#f6e8ea}.dashboard-todays-alerts__badge--warning{color:#c2410c;background:#ffedd5}.dashboard-todays-alerts__empty{margin:0 0 .75rem;color:#64748b;font-size:.78rem}.dashboard-todays-alerts__list--modal{display:flex;flex-direction:column;gap:.45rem}.dashboard-todays-alerts__list--modal .dashboard-todays-alerts__row--card{border-top:0}.dashboard-todays-alerts__list--modal .dashboard-todays-alerts__row:first-child{border-top:0;padding-top:0}.dashboard-todays-alerts-modal{max-width:min(92vw,36rem)}.dashboard-todays-alerts-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a24}.dashboard-todays-alerts-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .9rem;background:linear-gradient(180deg,#fef2f2a6,#fff0),#fff;border-bottom:1px solid #f1f5f9}.dashboard-todays-alerts-modal__heading{min-width:0}.dashboard-todays-alerts-modal__title{color:#0f172a;font-size:1rem;font-weight:800}.dashboard-todays-alerts-modal__subtitle{margin-top:.12rem;color:#64748b;font-size:.74rem;font-weight:600}.dashboard-todays-alerts-modal__body{max-height:min(70vh,32rem);padding:.85rem 1rem 1rem;overflow-y:auto;background:#f8fafc}.dashboard-pending-approvals{display:flex;flex-direction:column;gap:.45rem;width:100%;min-width:0;padding:.6rem .65rem .55rem;border:1px solid rgba(226,232,240,.85);box-shadow:0 .35rem 1rem #0f172a0b;background:linear-gradient(180deg,#fffdf9,#fff)!important}.dashboard-pending-approvals__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.dashboard-pending-approvals__title{margin:0;color:#6b1f36;font-size:.82rem;font-weight:800;line-height:1.2}.dashboard-pending-approvals__view-all{color:#6b1f36;font-size:.66rem;font-weight:700;text-decoration:none;white-space:nowrap}.dashboard-pending-approvals__view-all:hover,.dashboard-pending-approvals__view-all:focus{color:#4f1728;text-decoration:none}.dashboard-pending-approvals__tabs{display:flex;flex-wrap:nowrap;gap:.25rem}.dashboard-pending-approvals__tab{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;flex:1 1 0;min-width:0;padding:.28rem .35rem;color:#334155;font-size:.6rem;font-weight:700;background:#fff;border:1px solid #e7d8cf;border-radius:999px;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.dashboard-pending-approvals__tab>span:first-child{overflow:hidden;text-overflow:ellipsis}.dashboard-pending-approvals__tab.is-active{color:#fff;background:#6b1f36;border-color:#6b1f36}.dashboard-pending-approvals__tab.is-active .dashboard-pending-approvals__tab-count{color:#6b1f36;background:#f0c86d}.dashboard-pending-approvals__tab-count{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:.95rem;height:.95rem;padding:0 .22rem;color:#6b1f36;font-size:.58rem;font-weight:800;background:#f5ebe0;border-radius:999px}.dashboard-pending-approvals__list{display:grid;gap:0;overflow:visible}.dashboard-pending-approvals__columns-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.35rem;padding:.15rem 0 .35rem;border-bottom:1px solid #ebe4dc}.dashboard-pending-approvals__columns-head-main{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,.85fr);gap:.35rem;min-width:0}.dashboard-pending-approvals__columns-head-main>span{color:#94a3b8;font-size:.58rem;font-weight:700;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-pending-approvals__columns-head-actions{width:3.35rem}.dashboard-pending-approvals__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem;padding:.32rem 0;border-bottom:1px solid #f1ece6;overflow:visible}.dashboard-pending-approvals__row:last-child{border-bottom:0;padding-bottom:0}.dashboard-pending-approvals__row-main{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,.85fr);align-items:center;gap:.35rem;position:relative;cursor:help;outline:none;min-width:0}.dashboard-pending-approvals__row-main:hover,.dashboard-pending-approvals__row-main:focus-visible{z-index:5}.dashboard-pending-approvals__row-main:hover .dashboard-pending-approvals__row-tooltip,.dashboard-pending-approvals__row-main:focus-visible .dashboard-pending-approvals__row-tooltip{opacity:1;transform:translateY(0)}.dashboard-pending-approvals__row-tooltip{position:absolute;top:calc(100% + .5rem);left:0;z-index:60;display:grid;min-width:14rem;max-width:19rem;gap:0;padding:.625rem .75rem;color:#fff;text-align:left;white-space:normal;background:#1e293bf5;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;box-shadow:0 .875rem 1.75rem #0f172a47;opacity:0;pointer-events:none;transform:translateY(-.25rem);transition:opacity .15s ease,transform .15s ease}.dashboard-pending-approvals__row-tooltip:after{position:absolute;top:-.3125rem;left:.75rem;width:.625rem;height:.625rem;content:"";background:#1e293bf5;border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);transform:rotate(45deg)}.dashboard-pending-approvals__row-tooltip-head{display:grid;gap:.15rem}.dashboard-pending-approvals__row-tooltip-title{color:#94a3b8;font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dashboard-pending-approvals__row-tooltip-value{color:#fff;font-size:.8125rem;font-weight:700;line-height:1.3}.dashboard-pending-approvals__row-tooltip-body{display:grid;gap:.45rem;padding-top:.5rem;margin-top:.45rem;border-top:1px solid rgba(255,255,255,.1)}.dashboard-pending-approvals__row-tooltip-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.dashboard-pending-approvals__row-tooltip-tag{display:inline-flex;align-items:center;padding:.15rem .45rem;font-size:.65rem;font-weight:700;line-height:1.2;border-radius:999px;white-space:nowrap}.dashboard-pending-approvals__row-tooltip-tag--type{color:#efd7da;background:#7c3aed47;border:1px solid rgba(167,139,250,.35)}.dashboard-pending-approvals__row-tooltip-tag--dayoff{color:#bfdbfe;background:#2563eb47;border:1px solid rgba(96,165,250,.35)}.dashboard-pending-approvals__row-tooltip-tag--status-requested{color:#fde68a;background:#f59e0b38;border:1px solid rgba(251,191,36,.35)}.dashboard-pending-approvals__row-tooltip-tag--status-approved{color:#bbf7d0;background:#22c55e38;border:1px solid rgba(74,222,128,.35)}.dashboard-pending-approvals__row-tooltip-tag--status-rejected{color:#fecaca;background:#ef444438;border:1px solid rgba(248,113,113,.35)}.dashboard-pending-approvals__row-tooltip-tag--status-partial{color:#fed7aa;background:#f9731638;border:1px solid rgba(251,146,60,.35)}.dashboard-pending-approvals__row-tooltip-line{display:grid;gap:.1rem;color:#f1f5f9;font-size:.72rem;font-weight:600;line-height:1.35}.dashboard-pending-approvals__row-tooltip-line-label{color:#94a3b8;font-size:.6rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.dashboard-pending-approvals__row-tooltip-reason span:last-child{font-weight:500;color:#e2e8f0}.dashboard-pending-approvals__row-tooltip-details{display:grid;gap:.2rem;padding-top:.375rem;margin-top:.25rem;color:#e2e8f0;font-size:.75rem;font-weight:600;line-height:1.3;border-top:1px solid rgba(255,255,255,.12)}.dashboard-pending-approvals__staff{color:#0f172a;font-size:.7rem;font-weight:800;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-pending-approvals__type-col{display:flex;align-items:center;min-width:0}.dashboard-pending-approvals__details{display:flex;align-items:center;justify-content:flex-start;gap:.35rem;flex:0 1 auto;min-width:0;overflow:hidden}.dashboard-pending-approvals__type-tag{display:inline-flex;align-items:center;max-width:100%;padding:.12rem .38rem;font-size:.58rem;font-weight:700;line-height:1.2;border-radius:999px;border:1px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto}.dashboard-pending-approvals__type-tag--annual{color:#6a1f28;background:#f3e8ff;border-color:#efd7da}.dashboard-pending-approvals__type-tag--casual{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}.dashboard-pending-approvals__type-tag--maternity{color:#be185d;background:#fce7f3;border-color:#fbcfe8}.dashboard-pending-approvals__type-tag--day-off{color:#0f766e;background:#ccfbf1;border-color:#99f6e4}.dashboard-pending-approvals__type-tag--duty-change{color:#b45309;background:#fef3c7;border-color:#fde68a}.dashboard-pending-approvals__type-tag--default{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.dashboard-pending-approvals__date{color:#64748b;font-size:.62rem;font-weight:600;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.dashboard-pending-approvals__actions{display:inline-flex;align-items:center;gap:.25rem;flex:0 0 auto}.dashboard-pending-approvals__action{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:#fff;border:1px solid #dbe3ee;border-radius:.35rem;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.dashboard-pending-approvals__action--approve{color:#16a34a}.dashboard-pending-approvals__action--approve:hover:not(:disabled),.dashboard-pending-approvals__action--approve:focus-visible:not(:disabled){color:#15803d;background:#f0fdf4;border-color:#86efac}.dashboard-pending-approvals__action--reject{color:#dc2626}.dashboard-pending-approvals__action--reject:hover:not(:disabled),.dashboard-pending-approvals__action--reject:focus-visible:not(:disabled){color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.dashboard-pending-approvals__action:disabled{opacity:.65;cursor:wait}.dashboard-pending-approvals__empty{margin:0;padding:.15rem 0 0;color:#64748b;font-size:.68rem}.dashboard-quick-access{padding:.6rem .65rem .55rem;border:1px solid rgba(226,232,240,.85);box-shadow:0 .35rem 1rem #0f172a0b}.dashboard-quick-access__title{margin:0 0 .45rem;color:#0f172a;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dashboard-quick-access__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.dashboard-quick-access__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;min-height:3.1rem;padding:.45rem .35rem;border:1px solid #f1f5f9;border-radius:.65rem;background:#fff;color:#0f172a;text-align:center;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.dashboard-quick-access__item:hover,.dashboard-quick-access__item:focus-visible{color:#0f172a;background:#fbfdff;border-color:#e2e8f0}.dashboard-quick-access__icon{flex:0 0 auto;color:#8b2f45;line-height:1}.dashboard-quick-access__label{color:#334155;font-size:.76rem;font-weight:700;line-height:1.15}.dashboard-clean-card,.dashboard-clean-requests{min-width:0;padding:1rem;border:1px solid rgba(226,232,240,.85);box-shadow:0 1rem 2.5rem #0f172a0e}.dashboard-clean-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-content:start;gap:.45rem .85rem;min-height:11rem;background:radial-gradient(circle at top right,rgba(var(--bs-primary-rgb),.06),transparent 32%),linear-gradient(135deg,#fff,#fbfdff)!important}.dashboard-clean-card__header{display:flex;align-items:flex-start;grid-column:1/-1;gap:.85rem;min-width:0}.dashboard-clean-card__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 3rem;width:3rem;height:3rem;border-radius:999px}.dashboard-clean-card__icon--primary{color:#6d5bd0;background:#f0edff;box-shadow:0 .75rem 1.4rem #6d5bd024}.dashboard-clean-card__icon--night{color:#7a2531;background:#f1e9ff;box-shadow:0 .75rem 1.4rem #7c3aed24}.dashboard-clean-card__icon--leave{color:#c241b9;background:#fde7f7;box-shadow:0 .75rem 1.4rem #c241b921}.dashboard-clean-card__icon--off{color:#0f766e;background:#dffdfa;box-shadow:0 .75rem 1.4rem #0f766e1f}.dashboard-clean-card__title{margin-bottom:.15rem;color:#1e293b;font-size:.86rem;font-weight:700}.dashboard-clean-card__subtitle{margin-bottom:0;color:#64748b;font-size:.76rem;font-weight:600;line-height:1.25}.dashboard-clean-card__value{grid-column:2;color:#7a2531;font-size:2.05rem;font-weight:800;line-height:1}.dashboard-clean-card__rows{display:grid;grid-column:2;gap:.4rem}.dashboard-clean-card__rows span{display:inline-flex;align-items:center;gap:.35rem;color:#475569;font-size:.74rem;font-weight:600;line-height:1.25}.dashboard-clean-card__rows span .material-symbols-rounded{color:#22c55e;font-size:1rem}.dashboard-clean-card__rows--summary{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .75rem}.dashboard-clean-card__rows--summary span{gap:0;color:#475569;font-size:.78rem;font-weight:800}.dashboard-clean-card__action{grid-column:2;align-self:end;margin-top:auto;color:#8b5cf6;font-size:.78rem;font-weight:800;text-decoration:none}.dashboard-clean-card__action:hover,.dashboard-clean-card__action:focus{color:#6a1f28;text-decoration:none}.dashboard-clean-requests{display:flex;flex-direction:column;gap:.55rem;padding:.85rem .95rem;background:radial-gradient(circle at top right,rgba(236,72,153,.08),transparent 30%),linear-gradient(135deg,#fff,#fffafd)!important}.dashboard-clean-requests__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dashboard-clean-requests__actions{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto}.dashboard-clean-requests__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .45rem;color:#db2777;font-size:.76rem;font-weight:800;background:#fce7f3;border-radius:999px}.dashboard-clean-requests__list{display:grid}.dashboard-clean-request{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.55rem;padding:.45rem 0;color:inherit;text-decoration:none;border-bottom:1px solid #f1f5f9}.dashboard-clean-request:hover,.dashboard-clean-request:focus{color:inherit;text-decoration:none}.dashboard-clean-request:hover .dashboard-clean-request__name,.dashboard-clean-request:focus .dashboard-clean-request__name{color:var(--bs-primary)}.dashboard-clean-request:hover .dashboard-clean-request__details,.dashboard-clean-request:focus .dashboard-clean-request__details,.dashboard-clean-request:focus-visible .dashboard-clean-request__details{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-clean-request:last-child{border-bottom:0}.dashboard-clean-request__avatar{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;color:#7a2531;font-size:.74rem;font-weight:800;background:#f6e8ea;border-radius:999px}.dashboard-clean-request__body{display:grid;min-width:0}.dashboard-clean-request__name{color:#1e293b;font-size:.8rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-clean-request__meta,.dashboard-clean-request__date{color:#64748b;font-size:.72rem;font-weight:600}.dashboard-clean-request__details{position:absolute;right:0;bottom:calc(100% + .45rem);z-index:30;display:grid;gap:.25rem;width:min(18rem,100vw - 2rem);padding:.65rem .75rem;color:#334155;font-size:.72rem;font-weight:600;line-height:1.35;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1rem 2rem #0f172a24;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(.3rem);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.dashboard-clean-request__details:after{content:"";position:absolute;right:1rem;bottom:-.3rem;width:.6rem;height:.6rem;background:#fff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;transform:rotate(45deg)}.dashboard-clean-request__details strong{color:#0f172a}.dashboard-clean-request__status{display:inline-flex;align-items:center;justify-content:center;min-width:4.35rem;padding:.22rem .45rem;font-size:.66rem;font-weight:800;border-radius:999px}.dashboard-clean-request__status--pending{color:#d97706;background:#fef3c7}.dashboard-clean-request__status--approved{color:#16a34a;background:#dcfce7}.dashboard-clean-request__status--rejected{color:#dc2626;background:#fee2e2}.dashboard-distribution-card{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0;max-width:100%;padding:.7rem .75rem .62rem;background:radial-gradient(circle at top right,rgba(var(--bs-primary-rgb),.06),transparent 30%),linear-gradient(135deg,#fff,#fbfdff)!important;border:1px solid rgba(226,232,240,.85);box-shadow:0 .35rem 1rem #0f172a0b}.dashboard-distribution-card__header{display:block}.dashboard-distribution-card__title-wrap{display:flex;align-items:center;gap:.55rem;min-width:0}.dashboard-distribution-card__header-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.85rem;width:1.85rem;height:1.85rem;color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.1);border-radius:999px}.dashboard-distribution-card__header-icon .material-symbols-rounded{font-size:.95rem}.dashboard-distribution-card__title{color:#0f172a;font-size:.84rem;font-weight:800;line-height:1.2}.dashboard-distribution-card__subtitle{margin-top:.12rem;color:#64748b;font-size:.72rem;font-weight:600;line-height:1.2}.dashboard-distribution-card__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;flex:0 0 auto}.dashboard-distribution-card__item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.45rem;min-width:0;padding:.38rem .42rem;background:#f8fafcd9;border:1px solid #eef2f7;border-radius:.6rem}.dashboard-distribution-card__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.85rem;height:1.85rem;color:#fff;border-radius:.5rem}.dashboard-distribution-card__icon--assigned{background:#8b5cf6}.dashboard-distribution-card__icon--not-assigned{background:#06b6d4}.dashboard-distribution-card__icon--leave{background:#f97316}.dashboard-distribution-card__icon--day-off{background:#db2777}.dashboard-distribution-card__body{display:grid;gap:.3rem;min-width:0}.dashboard-distribution-card__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.dashboard-distribution-card__label{color:#0f172a;font-size:.78rem;font-weight:700;line-height:1.25}.dashboard-distribution-card__percent{color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.25;white-space:nowrap}.dashboard-distribution-card__count{color:#64748b;font-size:.72rem;font-weight:600;line-height:1.2}.dashboard-distribution-card__track{display:block;height:.38rem;overflow:hidden;background:#e5e7eb;border-radius:999px}.dashboard-distribution-card__track span{display:block;height:100%;background:var(--bs-primary);border-radius:inherit}.dashboard-admin-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(22rem,.95fr);gap:1rem;align-items:stretch}.dashboard-admin-panel{min-width:0;padding:1rem;border:1px solid rgba(226,232,240,.85)}.dashboard-admin-panel--schedule{background:radial-gradient(circle at top left,rgba(var(--bs-primary-rgb),.07),transparent 28%),linear-gradient(135deg,#fff,#f8fbff)!important}.dashboard-admin-panel--staffing{background:radial-gradient(circle at top right,rgba(var(--bs-success-rgb),.08),transparent 30%),linear-gradient(135deg,#fff,#fbfaf7)!important}.dashboard-admin-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.dashboard-admin-panel__title{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.dashboard-admin-panel__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.15rem;height:2.15rem;border-radius:.7rem;box-shadow:0 .75rem 1.5rem #0f172a14}.dashboard-admin-panel__icon--primary{color:#fff;background:var(--bs-primary)}.dashboard-admin-panel__icon--success{color:#fff;background:var(--bs-success)}.dashboard-panel-link{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;color:var(--bs-primary);font-size:.82rem;font-weight:800;text-decoration:none}.dashboard-panel-link:hover,.dashboard-panel-link:focus{color:#2e0b0f}.dashboard-schedule-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;max-height:20.5rem;overflow-y:auto;padding-right:.2rem}.dashboard-schedule-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;min-width:0;padding:.625rem .7rem;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 .35rem .9rem #0f172a09}.dashboard-schedule-item__avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--bs-primary);font-size:.78rem;font-weight:800;background:rgba(var(--bs-primary-rgb),.1);border-radius:.65rem}.dashboard-schedule-item__content{overflow:hidden}.dashboard-schedule-item__content h6,.dashboard-schedule-item__content .h6{font-size:.82rem}.dashboard-schedule-item__content p{font-size:.68rem!important}.dashboard-schedule-item__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.dashboard-shift-badge{display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto;max-width:100%;color:var(--bs-primary);font-size:.68rem;font-weight:800;line-height:1.2;text-align:center;white-space:normal;background:rgba(var(--bs-primary-rgb),.09);border-radius:999px;padding:.25rem .5rem}.duty-roster-panel{padding:1rem;border:1px solid rgba(226,232,240,.85);min-width:0;overflow:visible;align-self:start}.duty-roster-panel__header{display:grid;gap:.65rem;margin-bottom:.85rem;overflow:visible}.duty-roster-panel__title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:nowrap;min-width:0}.duty-roster-panel__toolbar{display:flex;align-items:center;gap:.45rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.duty-roster-panel__toolbar::-webkit-scrollbar{display:none}.duty-roster-panel__title{margin:0;color:#0f172a;font-size:1.05rem;font-weight:800;flex:1 1 auto;min-width:0}.duty-roster-panel__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.45rem;flex:0 0 auto;min-width:0}.duty-roster-tabs{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.35rem;flex:0 0 auto;min-width:0}.duty-roster-tabs__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.36rem .68rem;color:#334155;font-size:.74rem;font-weight:700;line-height:1.2;background:#fff;border:1px solid #dbe3ee;border-radius:8px;flex-shrink:0;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.duty-roster-tabs__btn.is-active{color:#fff;background:#0f172a;border-color:#0f172a}.duty-roster-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;color:#fff;font-size:.62rem;font-weight:800;background:#dc2626;border-radius:999px}.duty-roster-shift-tabs{display:inline-flex;align-items:center;flex:0 0 auto;flex-wrap:nowrap;gap:.28rem;min-width:0;padding-left:.45rem;border-left:1px solid #e2e8f0}.duty-roster-shift-tabs__btn{display:inline-flex;align-items:center;justify-content:center;height:1.55rem;padding:0 .55rem;color:#475569;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap;background:#fff;border:1px solid #dbe3ee;border-radius:999px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.duty-roster-shift-tabs__btn:hover:not(.is-active),.duty-roster-shift-tabs__btn:focus-visible:not(.is-active){color:#0f172a;border-color:#cbd5e1;outline:none}.duty-roster-shift-tabs__btn.is-active{color:#fff;background:var(--bs-primary);border-color:var(--bs-primary)}.duty-roster-search{display:inline-flex;align-items:center;gap:.35rem;width:14rem;flex:0 1 14rem;min-width:9.5rem;max-width:14rem;padding:.3rem .55rem;background:#fff;border:1px solid #dbe3ee;border-radius:.7rem}.duty-roster-search .material-symbols-rounded{color:#94a3b8;font-size:1rem}.duty-roster-search .form-control{padding:0;background:transparent;border:0;box-shadow:none;font-size:.78rem}.duty-roster-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:2.35rem;height:2.35rem;padding-inline:.7rem;border-radius:.7rem!important;font-size:.78rem;font-weight:700}.duty-roster-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--bs-primary);font-size:.78rem;font-weight:800;text-decoration:none;white-space:nowrap;flex:0 0 auto}.duty-roster-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.75rem;margin-bottom:.85rem;padding:.85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem}.duty-roster-filters__field{display:grid;gap:.25rem;min-width:12rem}.duty-roster-filters__label{margin:0;color:#64748b;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.duty-roster-filters__clear{padding:0;font-size:.78rem;font-weight:700;text-decoration:none}.duty-roster-table-wrap{max-height:452px;overflow-x:hidden;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff;height:fit-content;isolation:isolate}.duty-roster-table-wrap.table-outer{overflow-x:hidden;overflow-y:auto}.duty-roster-table-wrap.table-common .table thead th{padding:.7rem .55rem}.duty-roster-table-wrap.table-common .table tbody td{padding:.62rem .55rem}.duty-roster-department-groups{display:grid;gap:.85rem;padding:.75rem}.duty-roster-department-group{border:1px solid #e8edf3;border-radius:.75rem;background:#fff;overflow:hidden}.duty-roster-department-group__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;background:#f8fafc;border-bottom:1px solid #e8edf3}.duty-roster-department-group__title-wrap{display:grid;gap:.15rem;min-width:0}.duty-roster-department-group__title{margin:0;color:#0f172a;font-size:.86rem;font-weight:800}.duty-roster-department-group__meta{color:#64748b;font-size:.72rem;font-weight:600}.duty-roster-department-group__empty{margin:0;padding:.85rem;color:#64748b;font-size:.78rem}.duty-roster-department-group__header>.duty-roster-badge{max-width:min(18rem,55%);white-space:normal;text-align:right;line-height:1.25;height:auto;min-height:1.5rem;padding-block:.3rem}.duty-roster-department-group__header>.duty-roster-attention{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.3rem;max-width:min(22rem,62%)}.duty-roster-department-group .duty-roster-table .duty-roster-badge{max-width:none;white-space:nowrap;text-align:center;flex-shrink:0}.duty-roster-empty-wrap{display:flex;align-items:center;justify-content:center;min-height:8rem;padding:1rem}.duty-roster-table--nested{width:100%;min-width:0;table-layout:fixed}.duty-roster-table--nested thead th{top:0}.duty-roster-table{width:100%;min-width:0;table-layout:fixed}.duty-roster-table thead th{position:sticky;top:0;z-index:2;background:#fff;box-shadow:inset 0 -1px #e2e8f0}.duty-roster-table tbody td{vertical-align:middle;overflow:hidden}.duty-roster-table__head{color:#64748b!important;font-size:.68rem!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.duty-roster-table__name-col{width:18%}.duty-roster-table__type-col{width:8.5rem;min-width:8.5rem;white-space:nowrap}.duty-roster-table__row{cursor:default}.duty-roster-avatar,.duty-roster-crest{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;overflow:hidden;background:#dbeafe;border:0;border-radius:999px;color:#2563eb;font-size:.68rem;font-weight:800;line-height:1}.duty-roster-name{display:grid;gap:.1rem;min-width:0}.duty-roster-name--with-avatar{display:flex;align-items:center;gap:.35rem;min-width:0}.duty-roster-name__title{color:#0f172a;font-size:.82rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-roster-name__id{color:#64748b;font-size:.68rem;font-weight:600}.duty-roster-text{color:#334155;font-size:.78rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-roster-inline{display:inline-flex;align-items:center;gap:.3rem;max-width:100%;color:#0f172a;font-size:.76rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.duty-roster-inline .material-symbols-rounded{color:#64748b;font-size:.95rem}.duty-roster-inline--muted .material-symbols-rounded{color:#94a3b8}.duty-roster-muted{color:#94a3b8;font-size:.82rem;font-weight:700}.duty-roster-type-tags{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:.3rem;max-width:100%}.duty-roster-badge{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .55rem;font-size:.68rem;font-weight:800;border-radius:999px;white-space:nowrap;flex-shrink:0}.duty-roster-badge--short{color:#166534;background:#dcfce7}.duty-roster-badge--long{color:#1d4ed8;background:#dbeafe}.duty-roster-badge--night{color:#6a1f28;background:#f6e8ea}.duty-roster-badge--off{color:#475569;background:#e2e8f0}.duty-roster-badge--default{color:#0f172a;background:#f1f5f9}.duty-roster-badge--exception{color:#b91c1c;background:#fee2e2}.duty-roster-badge--unassigned{color:#9a3412;background:#ffedd5}.duty-roster-badge--short-night{color:#fff;background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.28)}.duty-roster-badge--dayoff-night{color:#fff;background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.28)}.duty-roster-attention{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.3rem}.duty-roster-night-pill{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .55rem;color:#6a1f28;font-size:.68rem;font-weight:800;background:#f3e8ff;border-radius:999px;white-space:nowrap}.duty-roster-call-pill{display:inline-flex;align-items:center;gap:.22rem;justify-content:center;padding:.28rem .55rem;color:#be185d;font-size:.68rem;font-weight:800;background:#fce7f3;border-radius:999px;white-space:nowrap}.duty-roster-call-pill .material-symbols-rounded{font-size:.9rem;line-height:1}.duty-roster-call-pill--icon-only{padding:.28rem .38rem}.duty-roster-call-pill--icon-only .material-symbols-rounded{font-size:.85rem}.duty-roster-status{display:inline-flex;align-items:center;justify-content:flex-end}.duty-roster-status__label{display:inline-flex;align-items:center;gap:.25rem;color:#15803d;font-size:.68rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.duty-roster-status__label .material-symbols-rounded{font-size:.95rem}.duty-roster-status--unassigned .duty-roster-status__label{color:#c2410c}.duty-roster-status--off-day .duty-roster-status__label,.duty-roster-status--dayoff-night .duty-roster-status__label{color:#9a3412}.duty-roster-status--short-night .duty-roster-status__label{color:#6d28d9}.duty-roster-table__row--unassigned,.duty-roster-table__row--unassigned td{background:#fffaf5}.duty-roster-empty{display:inline-block;padding:1.5rem 0;color:#64748b}@media(max-width:1199.98px){.duty-roster-panel__toolbar{align-items:center;gap:.45rem}.duty-roster-tabs,.duty-roster-panel__actions{flex:0 0 auto}.duty-roster-table-wrap{overflow-x:auto}.duty-roster-table{min-width:58rem}}@media(min-width:768px)and (max-width:1199.98px){.duty-roster-panel__header{margin-bottom:.65rem}.duty-roster-table-wrap{max-height:min(22rem,40vh);overflow-x:auto}}@media(max-width:767.98px){.duty-roster-panel__title-row{flex-wrap:wrap}.duty-roster-panel__actions{flex:1 1 auto;justify-content:flex-end}.duty-roster-search{width:11rem;min-width:8rem;max-width:11rem;flex-basis:11rem}.duty-roster-table-wrap{max-height:min(20rem,42vh)}.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-clean-main,.dashboard-insights-grid,.dashboard-schedule-list,.dashboard-staffing-list{grid-template-columns:1fr}.dashboard-clean-request{grid-template-columns:auto minmax(0,1fr) auto}.dashboard-clean-request__status{grid-column:2/-1;justify-self:start}.dashboard-distribution-card__list{grid-template-columns:1fr}}.dashboard-staffing-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;max-height:20.5rem;overflow-y:auto;padding-right:.2rem}.dashboard-staffing-card{display:flex;flex-direction:column;gap:.5rem;padding:.625rem .7rem;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 .35rem .9rem #0f172a08}.dashboard-staffing-card__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.8rem;height:1.8rem;border-radius:.6rem}.staffing-header,.staffing-info{min-width:0}.staffing-header{gap:.75rem}.staffing-info .name{font-size:.78rem!important;overflow-wrap:anywhere}.staffing-info .text-secondary{font-size:.68rem!important}@media(max-width:1399.98px){.dashboard-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-insights-grid{grid-template-columns:minmax(0,1.75fr) minmax(0,1fr)}.dashboard-insights-grid .dashboard-distribution-card__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1199.98px){.dashboard{padding:var(--dashboard-section-gap, .75rem)!important}.dashboard-clean-grid,.dashboard-admin-grid,.dashboard-end-grid,.dashboard-insights-grid{grid-template-columns:1fr}.dashboard-clean-requests-stack{align-self:auto;display:grid;grid-template-columns:minmax(0,1fr);min-height:0}.dashboard-clean-requests-stack>.dashboard-box-outer{grid-column:1/-1}.dashboard-clean-requests-stack .dashboard-clean-request-cards{display:grid;flex:none}.dashboard-clean-requests-stack .dashboard-clean-request-cards>*{flex:none;min-height:0}.dashboard-clean-requests-stack .dashboard-pending-approvals{height:auto;min-height:0}.dashboard-clean-requests-stack .dashboard-pending-approvals__list{flex:none;min-height:0}.dashboard-insights-grid__primary{grid-template-columns:1fr}.dashboard-insights-grid .dashboard-distribution-card{height:auto}.dashboard-insights-grid .dashboard-distribution-card__list{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-insight-card__body:not(.dashboard-insight-card__body--request-overview,.dashboard-insight-card__body--returning-leave){flex-direction:column;align-items:stretch}.dashboard-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-clean-grid,.dashboard-clean-left,.dashboard-end-grid,.dashboard-end-left,.dashboard-clean-main{gap:var(--dashboard-section-gap, .75rem)}.dashboard-clean-requests-stack{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:var(--dashboard-section-gap, .75rem)}.dashboard-end-right{align-self:auto}.dashboard-clean-card{min-height:9.75rem}.tabbed-page__header{padding-inline:1rem}.tabbed-page__header-row{gap:.55rem}.app-page-tabs__tab{padding:.62rem .85rem .58rem;font-size:.78rem}}@media(max-width:991.98px){.dashboard{padding:var(--dashboard-section-gap, .75rem)!important}.dashboard-clean-main{grid-template-columns:1fr}.dashboard-insights-grid{gap:var(--dashboard-section-gap, .75rem)}.dashboard-insight-card{min-height:0}.dashboard-insight-card__body{flex-direction:column;align-items:stretch}.dashboard-insight-donut,.dashboard-insight-ring{align-self:center}.dashboard-clean-requests-stack{grid-template-columns:minmax(0,1fr)}.dashboard-stat-card .card-body{min-height:5.1rem;padding:.7rem .8rem!important}.dashboard-stat-card__icon{width:2.65rem;height:2.65rem}.dashboard-stat-card__label{white-space:normal}.dashboard-clean-card,.dashboard-clean-requests,.dashboard-distribution-card,.dashboard-admin-panel{padding:.9rem}.dashboard-clean-card__icon{flex-basis:2.65rem;width:2.65rem;height:2.65rem}.dashboard-clean-card__value{font-size:1.8rem}}@media(max-width:820px){.dashboard-clean-request{grid-template-columns:auto minmax(0,1fr) auto}.dashboard-clean-request__status{grid-column:2/-1;justify-self:start}}.dashboard-break-badge{color:#7a2531;font-size:.66rem;font-weight:800}@media(max-width:575.98px){.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-admin-panel{padding:1rem}.dashboard-admin-panel__header{flex-direction:column}.dashboard-schedule-item{grid-template-columns:auto minmax(0,1fr)}.dashboard-schedule-item__meta{grid-column:1/-1;align-items:flex-start;padding-left:3.1rem}}.table-outer{border:1px solid rgba(226,232,240,.95);border-radius:1rem;overflow:visible;background:#fff}.listing-table,.org-data-table{border:1px solid rgba(226,232,240,.95);box-shadow:0 1rem 2.5rem #0f172a0e;overflow-x:auto;overflow-y:hidden;border-radius:1rem;background:#fff}.listing-table__grid,.org-data-table__grid{width:100%;margin-bottom:0;border-collapse:separate;border-spacing:0}.listing-table__head,.org-data-table__head{color:#94a3b8!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #e2e8f0!important;padding:.85rem 1rem!important;background:#f8fafc!important;vertical-align:middle}.listing-table__row td,.org-data-table__row td{padding:.9rem 1rem!important;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#334155;font-size:.84rem}.listing-table__row td.listing-table__comment-col,.org-data-table__row td.listing-table__comment-col{overflow:visible;position:relative}.listing-table__row:last-child td,.org-data-table__row:last-child td{border-bottom:none}.listing-table__row:hover td,.org-data-table__row:hover td{background:#fbfdff}.listing-table__row--on-behalf td:first-child,.org-data-table__row--on-behalf td:first-child{box-shadow:inset 3px 0 #7c3aed}.listing-table__text,.org-data-table__text{display:inline-block;line-height:1.35}.listing-table__text--primary,.org-data-table__text--primary{color:#0f172a;font-size:.86rem;font-weight:700}.listing-table__text--muted,.org-data-table__text--muted{color:#64748b;font-size:.82rem;font-weight:600}.listing-table__empty,.org-data-table__empty{display:inline-flex;align-items:center;justify-content:center;min-height:5.5rem;padding:1.5rem 1rem;color:#64748b;font-size:.86rem;font-weight:600}.listing-table__empty--loading,.org-data-table__empty--loading{gap:.35rem}.listing-table__comment-col,.org-data-table__comment-col{overflow:visible;width:4.75rem;min-width:4.75rem;text-align:center;vertical-align:middle}.listing-table__footer,.org-data-table__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.85rem 1rem;border-top:1px solid #f1f5f9;background:#fff;color:#64748b;font-size:.82rem;font-weight:600}.listing-table--wide .listing-table__grid,.listing-table--wide .org-data-table__grid,.org-data-table--wide .listing-table__grid,.org-data-table--wide .org-data-table__grid{min-width:1180px;table-layout:fixed}.listing-table--departments .listing-table__grid,.listing-table--departments .org-data-table__grid,.org-data-table--departments .listing-table__grid,.org-data-table--departments .org-data-table__grid{min-width:1040px;table-layout:fixed}.listing-table--departments .listing-table__grid .listing-table__row td:nth-child(4),.listing-table--departments .listing-table__grid .org-data-table__row td:nth-child(4),.listing-table--departments .org-data-table__grid .listing-table__row td:nth-child(4),.listing-table--departments .org-data-table__grid .org-data-table__row td:nth-child(4),.org-data-table--departments .listing-table__grid .listing-table__row td:nth-child(4),.org-data-table--departments .listing-table__grid .org-data-table__row td:nth-child(4),.org-data-table--departments .org-data-table__grid .listing-table__row td:nth-child(4),.org-data-table--departments .org-data-table__grid .org-data-table__row td:nth-child(4){overflow:visible;white-space:normal}.listing-table .table thead th,.org-data-table .table thead th{position:sticky;top:0;z-index:2}.request-on-behalf-badge{background:#7c3aed1a!important;color:#6d28d9!important;font-size:.68rem;font-weight:700;letter-spacing:.01em;padding:.22rem .45rem!important;border-radius:999px!important;white-space:nowrap}.table-common.listing-table .table thead th,.table-common.org-data-table .table thead th{border-bottom:1px solid #e2e8f0;padding:.85rem 1rem;color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#f8fafc}.table-common.listing-table .table tbody td,.table-common.org-data-table .table tbody td{border-bottom:1px solid #f1f5f9;padding:.9rem 1rem;vertical-align:middle}.table-common.listing-table .table tbody tr:last-child td,.table-common.org-data-table .table tbody tr:last-child td{border-bottom:none}.table-common.listing-table .table tbody tr.listing-table-row--clickable,.table-common.org-data-table .table tbody tr.listing-table-row--clickable{cursor:pointer}.table-common.listing-table .table tbody tr.listing-table-row--clickable:hover td,.table-common.org-data-table .table tbody tr.listing-table-row--clickable:hover td{background-color:#fbfdff}.table-common .table thead th{border-bottom:1px solid #F1F5F9;padding:1rem 1rem 1rem 1.25rem}.table-common .table tbody td{border-bottom:1px solid #F1F5F9;padding:.782rem 1.25rem}.table-common .table tbody tr:last-child td{border-bottom:none}.table-common .table tbody tr.listing-table-row--clickable{cursor:pointer}.table-common .table tbody tr.listing-table-row--clickable:hover td{background-color:#f8fafc}.table-common .action-btn:after{display:none}.listing-table-view-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.08);border:1px solid rgba(var(--bs-primary-rgb),.14);border-radius:.55rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.listing-table-view-btn:hover,.listing-table-view-btn:focus-visible{color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.14);border-color:rgba(var(--bs-primary-rgb),.24);outline:none}.listing-table-view-btn__icon{font-size:1.05rem;line-height:1}.action-dropdown{position:relative;display:inline-flex}.action-dropdown-portal{display:block;margin:0;padding:.5rem;list-style:none;background:#fff;border:1px solid #e2e8f0}.count-pill{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-width:3.875rem;border-radius:.5rem;background:#e8f5fc;color:#1687c2;font-size:.8125rem;font-weight:700;line-height:1;padding:.4375rem .75rem;white-space:nowrap}.count-pill__suffix{font-weight:600}.position-count-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe}.position-count-pill__name{color:#1e3a8a;font-size:.72rem;font-weight:800}.position-count-pill .count-pill{min-width:auto;padding:.15rem .45rem;font-size:.68rem;border-radius:999px;background:#dbeafe;color:#1d4ed8}.duty-staff-item{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:0;min-width:0;padding:.62rem .7rem;background:#fff;border:1px solid #e7edf4;border-radius:.7rem;box-shadow:0 1px 2px #0f172a0a}.duty-staff-item--overlay{min-width:16.5rem;opacity:.98;cursor:grabbing;box-shadow:0 12px 28px #0f172a2e}.duty-staff-item--duty-change{padding-right:.7rem;border-color:#7a253159;background:linear-gradient(180deg,#fff4f6fa,#fff);box-shadow:inset 3px 0 #7a2531,0 1px 2px #0f172a0a}.duty-staff-item__info{display:flex;flex:1 1 auto;flex-direction:column;gap:.12rem;min-width:0}.duty-staff-item__name{display:block;color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.duty-staff-item__pool{display:block;color:#64748b;font-size:.72rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-staff-item__footer{display:flex;align-items:center;gap:.35rem;margin-top:.38rem;min-width:0;width:100%}.duty-staff-item__status-anchor{position:static;display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;margin-left:auto;transform:none;pointer-events:auto}.duty-staff-item__status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-left:0;padding:.28rem .55rem;font-size:.66rem;font-weight:700;line-height:1.2;border-radius:999px;white-space:nowrap}.duty-staff-item__status--available,.duty-staff-item__status--night-off,.duty-staff-item__status--off-duty{padding:0;max-width:none;background:transparent}.duty-staff-item__status--assigned{color:#7a2531;background:#f3e8ff}.duty-staff-item__status--short-night{padding:.18rem .45rem;color:#fff;font-size:.62rem;font-weight:700;line-height:1.15;background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.35);box-shadow:0 .15rem .4rem #7c3aed29}.duty-staff-item__status--dayoff-night{padding:.18rem .45rem;color:#fff;font-size:.62rem;font-weight:700;line-height:1.15;background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.35);box-shadow:0 .15rem .4rem #7c3aed24}.duty-staff-item__status--duty-change{color:#7a2531;background:#fde8ec;border:1px solid rgba(122,37,49,.22)}.duty-staff-item__status-dot{display:block;flex:0 0 auto;width:.5rem;height:.5rem;border-radius:999px}.duty-staff-item__status-dot--available{background:#22c55e}.duty-staff-item__status-dot--unavailable{background:#ef4444}.duty-staff-item__tags{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.25rem;min-width:0}.duty-staff-item .count-pill{min-width:auto;padding:.1875rem .4375rem;font-size:.6875rem}.duty-staff-item__tag{display:inline-flex;align-items:center;justify-content:center;padding:.1875rem .4375rem;font-size:.6875rem;font-weight:700;line-height:1;border:1px solid transparent;border-radius:999px;white-space:nowrap}.duty-staff-item__tag--night,.duty-staff-item__tag--rw{color:#1687c2;background:#e8f5fc;border-color:#bae6fd}.duty-staff-item__tag--completed{color:#dc2626;background:#fee2e2;border-color:#fecaca}.duty-staff-item__tag--off{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.duty-staff-item__tag--leave{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.duty-staff-item__tag--pending{color:#b45309;background:#fff7ed;border-color:#fdba74}.duty-insights-modal{background:#0f172a7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.duty-insights-modal__dialog{display:flex;flex-direction:column;max-width:min(96vw,42rem);max-height:88vh;overflow:hidden;border:1px solid rgba(226,232,240,.95);box-shadow:0 1.5rem 3rem #0f172a33!important}.duty-insights-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.125rem .9rem;background:linear-gradient(135deg,#fff9f6,#fdf4ff 52%,#f7f3ff);border-bottom:1px solid rgba(var(--bs-primary-rgb),.12)}.duty-insights-modal__heading{display:flex;flex:1 1 auto;flex-direction:column;gap:.45rem;min-width:0}.duty-insights-modal__title-row{display:flex;align-items:center;gap:.65rem}.duty-insights-modal__ai-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.35rem;width:2.35rem;height:2.35rem;border-radius:.75rem;color:var(--bs-primary);font-size:1.15rem;line-height:1;background:rgba(var(--bs-primary-rgb),.1);box-shadow:inset 0 1px #ffffffbf}.duty-insights-modal__eyebrow{color:var(--bs-primary);font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.duty-insights-modal__title{color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.2}.duty-insights-modal__meta{color:#64748b;font-size:.78rem;font-weight:600}.duty-insights-modal__stats{display:flex;flex-wrap:wrap;gap:.35rem}.duty-insights-modal__stat{border-radius:999px;font-size:.64rem;font-weight:700;line-height:1;padding:.28rem .55rem;white-space:nowrap}.duty-insights-modal__stat--danger{background:rgba(var(--bs-danger-rgb),.1);color:#b91c1c}.duty-insights-modal__stat--warning{background:#f59e0b24;color:#b45309}.duty-insights-modal__stat--info{background:rgba(var(--bs-info-rgb),.12);color:var(--bs-info)}.duty-insights-modal__stat--success{background:rgba(var(--bs-success-rgb),.12);color:#15803d}.duty-insights-modal__body{flex:1 1 auto;min-height:0;max-height:min(58vh,34rem);padding:.85rem 1rem 1rem;background:#f8fafc;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-insights-modal__body::-webkit-scrollbar{width:14px}.duty-insights-modal__body::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-insights-modal__body::-webkit-scrollbar-track{background:#fff}.duty-insights-modal__footer{display:flex;justify-content:flex-end;padding:.75rem 1rem;background:#fff;border-top:1px solid #e2e8f0}.duty-insights-modal__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2rem;width:2rem;height:2rem;color:#64748b;background:#ffffffd9;border:1px solid #dbe3ee;border-radius:999px;line-height:1;transition:color .15s ease,border-color .15s ease,box-shadow .15s ease}.duty-insights-modal__close .material-symbols-rounded{font-size:1rem}.duty-insights-modal__close:hover,.duty-insights-modal__close:focus-visible{color:var(--bs-primary);border-color:rgba(var(--bs-primary-rgb),.35);box-shadow:0 .35rem 1rem rgba(var(--bs-primary-rgb),.12);outline:none}.duty-balance-modal{background:#0f172a7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.duty-balance-modal__dialog{display:flex;flex-direction:column;max-width:min(96vw,50rem);max-height:88vh;overflow:hidden;border:1px solid rgba(226,232,240,.95);box-shadow:0 1.5rem 3rem #0f172a33!important}.duty-balance-modal__header{display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0;gap:.75rem;padding:1rem 1.125rem .9rem;background:linear-gradient(135deg,#f8fbff,#eef6ff 52%,#f7f3ff);border-bottom:1px solid rgba(37,99,235,.12)}.duty-balance-modal__heading{display:flex;flex:1 1 auto;flex-direction:column;gap:.45rem;min-width:0}.duty-balance-modal__title-row{display:flex;align-items:center;gap:.65rem}.duty-balance-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#1d4ed8;background:#2563eb1f;border-radius:999px;font-size:1.1rem}.duty-balance-modal__eyebrow{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.duty-balance-modal__title{color:#0f172a;font-size:1rem;font-weight:800}.duty-balance-modal__meta{color:#64748b;font-size:.78rem}.duty-balance-modal__hint{color:#475569;font-size:.74rem;line-height:1.4;max-width:40rem}.duty-balance-modal__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2rem;width:2rem;height:2rem;color:#64748b;background:#ffffffd9;border:1px solid #dbe3ee;border-radius:999px}.duty-balance-modal__close:hover,.duty-balance-modal__close:focus-visible{color:#1d4ed8;border-color:#2563eb59;outline:none}.duty-balance-modal__body{flex:1 1 auto;min-height:0;max-height:min(62vh,36rem);padding:.85rem 1.125rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-balance-modal__body::-webkit-scrollbar{width:14px}.duty-balance-modal__body::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-balance-modal__body::-webkit-scrollbar-track{background:#fff}.duty-balance-modal__empty{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:8rem;text-align:center}.duty-balance-modal__empty .material-symbols-rounded{color:#16a34a;font-size:2rem}.duty-balance-modal__stats{display:flex;flex-wrap:wrap;gap:.35rem}.duty-balance-modal__stat{background:#2563eb14;border-radius:999px;color:#1d4ed8;font-size:.64rem;font-weight:700;line-height:1;padding:.28rem .55rem;white-space:nowrap}.duty-balance-modal__stat--short{background:#f59e0b24;color:#b45309}.duty-balance-modal__stat--long{background:#0ea5e91f;color:#0369a1}.duty-balance-modal__stat--night{background:#6d28d91f;color:#6a1f28}.duty-balance-modal__groups{display:flex;flex-direction:column;gap:.95rem}.duty-balance-modal__group-header{align-items:center;color:#334155;display:flex;font-size:.72rem;font-weight:800;gap:.35rem;letter-spacing:.03em;margin-bottom:.55rem;text-transform:uppercase}.duty-balance-modal__group-header .material-symbols-rounded{color:#1d4ed8;font-size:.95rem}.duty-balance-modal__group-header--coverage .material-symbols-rounded{color:#b91c1c}.duty-balance-modal__group-header--night .material-symbols-rounded{color:#6a1f28}.duty-balance-modal__group-header--off .material-symbols-rounded{color:#475569}.duty-balance-modal__group-count{background:#e2e8f0;border-radius:999px;color:#475569;font-size:.62rem;font-weight:800;line-height:1;margin-left:auto;padding:.16rem .42rem}.duty-balance-modal__shift-groups{display:flex;flex-direction:column;gap:.75rem}.duty-balance-modal__shift-group{background:#f8fafc;border:1px solid #e8eef5;border-radius:.9rem;padding:.55rem .6rem .65rem}.duty-balance-modal__shift-header{align-items:center;display:flex;font-size:.68rem;font-weight:800;gap:.35rem;letter-spacing:.02em;margin-bottom:.45rem;text-transform:uppercase}.duty-balance-modal__shift-header .material-symbols-rounded{font-size:.9rem}.duty-balance-modal__shift-header--short{color:#b45309}.duty-balance-modal__shift-header--long{color:#0369a1}.duty-balance-modal__shift-header--night{color:#6a1f28}.duty-balance-modal__shift-count{background:#ffffffe6;border-radius:999px;color:inherit;font-size:.6rem;font-weight:800;line-height:1;margin-left:auto;padding:.16rem .42rem}.duty-balance-modal__list{display:flex;flex-direction:column;gap:.5rem}.duty-balance-modal__item{position:relative;align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;display:flex;gap:.75rem;justify-content:space-between;overflow:hidden;padding:.72rem .85rem .72rem .95rem}.duty-balance-modal__item:before{position:absolute;top:0;bottom:0;left:0;width:.24rem;content:"";background:var(--duty-balance-shift-accent, #94a3b8)}.duty-balance-modal__item-main{display:flex;flex:1 1 auto;flex-direction:column;gap:.32rem;min-width:0}.duty-balance-modal__item-top{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}.duty-balance-modal__shift-pill{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:.62rem;font-weight:800;gap:.2rem;line-height:1;padding:.2rem .48rem .2rem .36rem;white-space:nowrap}.duty-balance-modal__shift-pill .material-symbols-rounded{font-size:.78rem}.duty-balance-modal__dept{color:#0f172a;font-size:.8rem;font-weight:800;line-height:1.3}.duty-balance-modal__assignment{align-items:center;color:#334155;display:inline-flex;font-size:.76rem;font-weight:600;gap:.28rem;line-height:1.3}.duty-balance-modal__assignment .material-symbols-rounded{color:#64748b;font-size:.9rem}.duty-balance-modal__officer{color:#0f172a;font-weight:700}.duty-balance-modal__badge{align-self:center;border-radius:999px;font-size:.58rem;font-weight:800;letter-spacing:.03em;padding:.14rem .42rem;text-transform:uppercase}.duty-balance-modal__badge--night{color:#6a1f28;background:#f6e8ea}.duty-balance-modal__badge--off{color:#475569;background:#e2e8f0}.duty-balance-modal__badge--coverage{color:#b91c1c;background:#fee2e2}.duty-balance-modal__badge--balance{color:#b45309;background:#ffedd5}.duty-balance-modal__badge--call{color:#be185d;background:#fce7f3}.duty-balance-modal__item--applied{opacity:.72}.duty-balance-modal__item--applied .duty-balance-modal__officer{text-decoration:line-through;text-decoration-color:#0f172a40}.duty-balance-modal__label{color:#0f172a;font-size:.82rem;line-height:1.35}.duty-balance-modal__detail{color:#64748b;font-size:.72rem;line-height:1.4}.duty-balance-modal__apply{flex:0 0 auto;font-size:.72rem;font-weight:700;margin-top:.1rem;min-width:4.5rem;white-space:nowrap}.duty-balance-modal__footer{align-items:center;display:flex;flex-shrink:0;gap:.75rem;justify-content:space-between;padding:.8rem 1.125rem 1rem;background:#fff;border-top:1px solid #e2e8f0}.duty-balance-modal__footer-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.duty-balance-modal__hint{color:#64748b;font-size:.72rem;line-height:1.35}.duty-summary-modal{background:#0f172a5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.duty-summary-modal__dialog{max-width:min(96vw,66rem);max-height:88vh;overflow:hidden;border:1px solid rgba(226,232,240,.95);box-shadow:0 1.25rem 3rem #0f172a29!important}.duty-summary-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:radial-gradient(circle at top right,rgba(14,165,233,.1),transparent 32%),linear-gradient(135deg,#fff,#f8fbff);border-bottom:1px solid #e2e8f0}.duty-summary-modal__heading{min-width:0}.duty-summary-modal__body{max-height:68vh;padding:.875rem 1rem 1rem;background:#f8fafc;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-summary-modal__body::-webkit-scrollbar{width:14px}.duty-summary-modal__body::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-summary-modal__body::-webkit-scrollbar-track{background:#fff}.duty-summary-modal__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.75rem;height:1.75rem;color:#475569;background:transparent;border:0;border-radius:.45rem;line-height:1;transition:color .15s ease,background-color .15s ease}.duty-summary-modal__close:hover,.duty-summary-modal__close:focus-visible{color:#0f172a;background:#e2e8f0;outline:none}.duty-summary-modal__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem;margin-bottom:.875rem}.duty-summary-modal__departments{display:grid;gap:.75rem}.duty-summary-stat{padding:.75rem .875rem;background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;box-shadow:0 .4rem 1rem #0f172a09}.duty-summary-card{padding:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;box-shadow:0 .4rem 1rem #0f172a09}.duty-summary-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.duty-summary-card__title{margin-bottom:.125rem;color:#0f172a;font-size:.9rem;font-weight:700}.duty-summary-card__meta{margin-bottom:0;color:#64748b;font-size:.75rem;font-weight:600}.duty-summary-card__metrics{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.duty-summary-card__metrics span{display:inline-flex;align-items:baseline;gap:.25rem;padding:.25rem .45rem;color:#475569;font-size:.72rem;font-weight:600;background:#f8fafc;border-radius:999px}.duty-summary-card__progress{height:.3rem;margin-bottom:.75rem;overflow:hidden;background:#e2e8f0;border-radius:999px}.duty-summary-card__progress span{display:block;height:100%;background:linear-gradient(90deg,var(--bs-primary),#38bdf8);border-radius:inherit}.duty-summary-card__shifts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.duty-summary-shift{display:flex;flex-direction:column;min-height:100%;padding:.65rem .7rem;background:#f8fafc;border:1px solid #e2e8f0;border-left-width:3px;border-radius:.7rem}.duty-summary-shift--short{border-left-color:#16a34a}.duty-summary-shift--long{border-left-color:#d97706}.duty-summary-shift--night{border-left-color:#4f46e5}.duty-summary-shift--filled{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.duty-summary-shift--gap{background:linear-gradient(180deg,#fff8f8,#fef2f2);border-color:#fecaca}.duty-summary-shift__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.duty-summary-shift__label{display:inline-flex;align-items:center;padding:.16rem .45rem;color:#0f172a;font-size:.72rem;font-weight:700;background:#fff;border:1px solid transparent;border-radius:999px}.duty-summary-shift__gap,.duty-summary-shift__counts,.duty-summary-shift__staff{font-size:.72rem;font-weight:600}.duty-summary-shift__counts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.duty-summary-shift__counts span{display:flex;flex-direction:column;gap:.05rem;padding:.3rem .4rem;color:#334155;background:#ffffffd9;border:1px solid #e2e8f0;border-radius:.45rem}.duty-summary-shift__counts span strong{font-size:.9rem;line-height:1.1;color:#0f172a}.duty-summary-shift__counts span em{font-style:normal;font-size:.65rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#94a3b8}.duty-summary-shift__staff{margin:.45rem 0 0;color:#475569;line-height:1.35}.duty-summary-shift__staff--empty{color:#94a3b8;font-weight:500}.duty-summary-shift__staff-list{display:flex;flex-direction:column;gap:.28rem;margin:.45rem 0 0}.duty-summary-shift__staff-item{display:flex;align-items:center;justify-content:space-between;gap:.4rem;min-width:0}.duty-summary-shift__staff-name{min-width:0;color:#475569;font-size:.72rem;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-summary-shift__night-tag{flex:0 0 auto;padding:.12rem .38rem;color:#fff;font-size:.58rem;font-weight:700;line-height:1.15;border-radius:999px;white-space:nowrap}.duty-summary-shift__night-tag--short-night{background:linear-gradient(125deg,#16a34a 0,#16a34a 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.35);box-shadow:0 .1rem .3rem #7c3aed24}.duty-summary-shift__night-tag--dayoff-night{background:linear-gradient(125deg,#f59e0b 0,#f59e0b 48%,#7c3aed 52%,#7c3aed);border:1px solid rgba(109,40,217,.35);box-shadow:0 .1rem .3rem #7c3aed1f}@media(max-width:991.98px){.duty-summary-card__shifts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.duty-summary-modal__stats,.duty-summary-card__shifts{grid-template-columns:1fr}.duty-summary-card__header{flex-direction:column}.duty-summary-card__metrics{justify-content:flex-start}}.smart-insights--modal{display:flex;flex-direction:column;gap:.85rem}.smart-insights--modal .smart-insights__group+.smart-insights__group{padding-top:.15rem}.smart-insights--modal .smart-insights__group-header{align-items:center;display:flex;gap:.4rem;margin-bottom:.45rem;padding:0 .1rem}.smart-insights--modal .smart-insights__group-icon{font-size:.95rem;line-height:1}.smart-insights--modal .smart-insights__group-title{color:#334155;flex:1 1 auto;font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.smart-insights--modal .smart-insights__group-count{border-radius:999px;font-size:.62rem;font-weight:800;line-height:1;min-width:1.25rem;padding:.18rem .42rem;text-align:center}.smart-insights--modal .smart-insights__group-header--danger .smart-insights__group-icon,.smart-insights--modal .smart-insights__group-header--danger .smart-insights__group-title{color:#b91c1c}.smart-insights--modal .smart-insights__group-header--danger .smart-insights__group-count{background:rgba(var(--bs-danger-rgb),.1);color:#b91c1c}.smart-insights--modal .smart-insights__group-header--warning .smart-insights__group-icon,.smart-insights--modal .smart-insights__group-header--warning .smart-insights__group-title{color:#b45309}.smart-insights--modal .smart-insights__group-header--warning .smart-insights__group-count{background:#f59e0b24;color:#b45309}.smart-insights--modal .smart-insights__group-header--info .smart-insights__group-icon,.smart-insights--modal .smart-insights__group-header--info .smart-insights__group-title{color:var(--bs-info)}.smart-insights--modal .smart-insights__group-header--info .smart-insights__group-count{background:rgba(var(--bs-info-rgb),.12);color:var(--bs-info)}.smart-insights--modal .smart-insights__group-header--success .smart-insights__group-icon,.smart-insights--modal .smart-insights__group-header--success .smart-insights__group-title{color:#15803d}.smart-insights--modal .smart-insights__group-header--success .smart-insights__group-count{background:rgba(var(--bs-success-rgb),.12);color:#15803d}.smart-insights--modal .smart-insights__list{display:flex;flex-direction:column;gap:.45rem}.smart-insights--modal .smart-insights__item{position:relative;display:flex;align-items:flex-start;gap:.65rem;padding:.7rem .8rem;overflow:hidden;border:1px solid #e2e8f0;border-radius:.7rem;background:#fff;box-shadow:0 .15rem .45rem #0f172a08}.smart-insights--modal .smart-insights__item:before{position:absolute;top:0;bottom:0;left:0;width:.22rem;content:"";background:#38bdf8}.smart-insights--modal .smart-insights__item--info{border-color:rgba(var(--bs-info-rgb),.22)}.smart-insights--modal .smart-insights__item--info:before{background:var(--bs-info)}.smart-insights--modal .smart-insights__item--danger{border-color:#fecdd3}.smart-insights--modal .smart-insights__item--danger:before{background:var(--bs-danger)}.smart-insights--modal .smart-insights__item--warning{border-color:#fde68a}.smart-insights--modal .smart-insights__item--warning:before{background:#f59e0b}.smart-insights--modal .smart-insights__item--success{border-color:#bbf7d0}.smart-insights--modal .smart-insights__item--success:before{background:var(--bs-success)}.smart-insights--modal .smart-insights__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.65rem;width:1.65rem;height:1.65rem;margin-left:.1rem;margin-top:.02rem;border-radius:.5rem;font-size:.75rem;font-weight:700}.smart-insights--modal .smart-insights__icon .material-symbols-rounded{font-size:.95rem;line-height:1}.smart-insights--modal .smart-insights__icon--info{background-color:rgba(var(--bs-info-rgb),.12);color:var(--bs-info)}.smart-insights--modal .smart-insights__icon--warning{background-color:#f59e0b24;color:#b45309}.smart-insights--modal .smart-insights__icon--danger{background-color:rgba(var(--bs-danger-rgb),.1);color:var(--bs-danger)}.smart-insights--modal .smart-insights__icon--success{background-color:rgba(var(--bs-success-rgb),.12);color:var(--bs-success)}.smart-insights--modal .smart-insights__text{color:#334155;flex:1 1 auto;font-size:.8rem;font-weight:600;line-height:1.45;padding-top:.05rem}.duty-copy-date-picker{display:grid;gap:.5rem;max-height:18rem;padding:.25rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-copy-date-picker::-webkit-scrollbar{width:14px}.duty-copy-date-picker::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-copy-date-picker::-webkit-scrollbar-track{background:#fff}.duty-copy-date-picker__option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.75rem .875rem;color:#475569;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.duty-copy-date-picker__option:hover,.duty-copy-date-picker__option:focus-visible{border-color:#93c5fd;box-shadow:0 .35rem 1rem #2563eb14;outline:none}.duty-copy-date-picker__option--selected{color:#075985;background:#e0f2fe;border-color:#38bdf8;box-shadow:inset 0 0 0 1px #0ea5e92e}.duty-copy-date-picker__date{color:inherit;font-size:.875rem;font-weight:700}.duty-copy-date-picker__meta{flex:0 0 auto;color:#64748b;font-size:.75rem;font-weight:600}.duty-copy-notice{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;color:#075985;font-size:.875rem;font-weight:500;line-height:1.45;background:#cff4fc;border:1px solid #9eeaf9;border-radius:.5rem}.duty-copy-notice__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.25rem;width:1.25rem;height:1.25rem;margin-top:.0625rem;color:#0c4a6e;font-size:.75rem;font-weight:700;background:#ffffffb8;border-radius:999px}.duty-copy-notice__icon .material-symbols-rounded{font-size:.95rem;line-height:1}.duty-night-short-modal{display:flex;flex-direction:column;gap:1rem;padding:1.1rem 1.15rem 1.15rem;min-width:0}.duty-night-short-modal__notice{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;color:#3f1d22;font-size:.875rem;font-weight:500;line-height:1.45;background:linear-gradient(135deg,#fbf4f5,#f8fafc);border:1px solid #edd5da;border-radius:.75rem}.duty-night-short-modal__notice strong{font-weight:700;color:#6a1f28}.duty-night-short-modal__notice-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.5rem;width:1.5rem;height:1.5rem;margin-top:.05rem;color:#6a1f28;background:#ffffffd9;border:1px solid #e7c4cb;border-radius:999px}.duty-night-short-modal__notice-icon .material-symbols-rounded{font-size:1rem;line-height:1}.duty-night-short-modal__flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem .45rem;padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem}.duty-night-short-modal__flow-arrow{color:#94a3b8;font-size:1rem;line-height:1}.duty-night-short-modal__chip{display:inline-flex;align-items:center;min-height:1.55rem;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.01em;line-height:1}.duty-night-short-modal__chip--night{color:#1e3a8a;background:#dbeafe}.duty-night-short-modal__chip--off{color:#92400e;background:#ffedd5}.duty-night-short-modal__chip--short{color:#166534;background:#dcfce7}.duty-night-short-modal__chip--muted{opacity:.55;text-decoration:line-through}.duty-night-short-modal__field{display:flex;flex-direction:column;gap:.55rem;min-width:0}.duty-night-short-modal__field-label{color:#334155;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.duty-night-short-modal__department-list{display:grid;grid-template-columns:1fr;gap:.5rem;max-height:14.5rem;padding:.15rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-night-short-modal__department-list::-webkit-scrollbar{width:14px}.duty-night-short-modal__department-list::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-night-short-modal__department-list::-webkit-scrollbar-track{background:#fff}.duty-night-short-modal__department-option{display:flex;align-items:center;gap:.7rem;width:100%;min-height:2.75rem;padding:.65rem .8rem;text-align:left;cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.duty-night-short-modal__department-option:hover{border-color:#ddb8be;box-shadow:0 .35rem 1rem #6a1f2814}.duty-night-short-modal__department-option:focus-visible{outline:2px solid rgba(106,31,40,.35);outline-offset:2px}.duty-night-short-modal__department-option--selected{background:#fbf4f5;border-color:#b4535d;box-shadow:inset 0 0 0 1px #6a1f2824}.duty-night-short-modal__department-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.2rem;width:1.2rem;height:1.2rem;color:transparent;background:#fff;border:1.5px solid #cbd5e1;border-radius:999px}.duty-night-short-modal__department-check .material-symbols-rounded{font-size:.9rem;line-height:1;font-weight:700}.duty-night-short-modal__department-check--selected{color:#fff;background:#6a1f28;border-color:#6a1f28}.duty-night-short-modal__department-name{flex:1 1 auto;min-width:0;font-size:.92rem;font-weight:600;line-height:1.3}.duty-summary-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap;flex:0 0 auto}.duty-summary-tag__label{font-weight:700}.duty-summary-tag__value{font-weight:800}.duty-summary-tag--total{color:#1e40af;background:#dbeafe}.duty-summary-tag--assigned{color:#15803d;background:#dcfce7}.duty-summary-tag--unassigned{color:#b45309;background:#ffedd5}.duty-summary-tag--off-leave{color:#9f1239;background:#fce7f3}.duty-grid-layout-footer__summary{display:flex;flex-wrap:nowrap;align-items:center;gap:.3rem;min-width:0;padding:0;background:transparent;border:0!important}.duty-grid-layout-footer{min-height:2.9rem;margin:0;padding-top:.5rem;padding-bottom:.5rem;gap:.5rem;flex-shrink:0}.duty-grid-layout-footer__actions{flex:0 0 auto}.duty-grid-layout-footer__btn{font-size:.72rem;font-weight:600;line-height:1.2;min-height:2rem}.duty-grid-layout-footer__btn--with-icon{display:inline-flex;align-items:center;justify-content:center}.duty-grid-layout-footer__btn-content{align-items:center;display:inline-flex;gap:.3rem;line-height:1.2}.duty-grid-layout-footer__btn-icon{display:inline-flex;flex:0 0 auto;font-size:.9rem;line-height:1;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;transform:translateY(-.5px)}.duty-grid-layout-footer .app-submit-button--send{padding:.2rem .7rem;gap:.3rem}.duty-grid-layout-footer .app-submit-button--send .app-submit-button__icon{font-size:.9rem}.duty-grid-layout-footer .duty-action-icon-button{width:2rem;height:2rem;flex:0 0 auto}.duty-grid-layout-footer .duty-action-icon-button svg{width:14px;height:14px}.duty-grid-layout-footer .duty-roster-status-badge{height:2rem;font-size:.68rem;padding:0 .5rem}.duty-grid-layout-footer .duty-roster-status-badge .duty-roster-status-badge__icon{font-size:.85rem}.duty-publish-confirm-modal{max-width:38rem}.duty-publish-confirm-modal__body{padding:.95rem 1.25rem 1.1rem}.duty-publish-confirm-modal .holiday-leave-form-modal__footer,.duty-publish-confirm-modal .modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap;padding:.9rem 1.25rem 1.15rem;border-top:1px solid #eef2f7;background:#fbfcfd}.duty-publish-confirm-modal__btn{min-width:9.5rem;min-height:2.35rem;padding:.45rem 1rem!important;border-radius:.7rem!important;font-size:.8rem!important;font-weight:700!important;line-height:1.2;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease}.duty-publish-confirm-modal__btn--anyway{order:1;margin:0!important;color:#92400e!important;background:#fff7ed!important;border:1px solid #fdba74!important;box-shadow:none}.duty-publish-confirm-modal__btn--anyway:hover:not(:disabled),.duty-publish-confirm-modal__btn--anyway:focus-visible:not(:disabled){color:#78350f!important;background:#ffedd5!important;border-color:#fb923c!important}.duty-publish-confirm-modal__btn--anyway:disabled,.duty-publish-confirm-modal__btn--anyway.is-blocked{color:#a8a29e!important;background:#f5f5f4!important;border-color:#e7e5e4!important;opacity:1;cursor:not-allowed;box-shadow:none}.duty-publish-confirm-modal__btn--fulfill{order:2;margin:0!important;color:#fff!important;background:var(--bs-primary)!important;border:1px solid var(--bs-primary)!important;box-shadow:0 .35rem .85rem rgba(var(--bs-primary-rgb),.22)}.duty-publish-confirm-modal__btn--fulfill:hover,.duty-publish-confirm-modal__btn--fulfill:focus-visible{filter:brightness(.96);box-shadow:0 .4rem 1rem rgba(var(--bs-primary-rgb),.28)}.duty-publish-confirm-modal .form-modal-submit-tooltip-trigger{order:1}.duty-publish-confirm{display:grid;gap:.85rem}.duty-publish-confirm__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem;background:linear-gradient(135deg,#fffbeb,#fff7ed);border:1px solid #fde68a;border-radius:.9rem}.duty-publish-confirm__icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;color:#b45309;background:#fff;border:1px solid rgba(180,83,9,.16);border-radius:.75rem;box-shadow:0 .35rem .8rem #b4530914}.duty-publish-confirm__title{margin-bottom:.15rem;color:#78350f;font-size:.95rem;font-weight:700;line-height:1.2}.duty-publish-confirm__text{margin-bottom:0;color:#92400e;font-size:.78rem;font-weight:500;line-height:1.35}.duty-publish-confirm__stats{display:grid;gap:.25rem;justify-items:end;padding-left:.75rem;border-left:1px solid rgba(180,83,9,.16);white-space:nowrap}.duty-publish-confirm__stats span{color:#92400e;font-size:.7rem;font-weight:600}.duty-publish-confirm__stats strong{color:#b91c1c;font-size:.9rem;font-weight:700}.confirm-duty-change-remove-modal{max-width:28rem}.confirm-duty-change-remove-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a33}.confirm-duty-change-remove-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem .9rem;border-bottom:1px solid #f1ece6}.confirm-duty-change-remove-modal__heading{display:flex;align-items:center;gap:.65rem;min-width:0}.confirm-duty-change-remove-modal__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.15rem;height:2.15rem;color:#b45309;font-size:1.25rem;background:#fffbeb;border:1px solid #fde68a;border-radius:.65rem}.confirm-duty-change-remove-modal__title{color:#0f172a;font-size:.98rem;font-weight:800;line-height:1.25}.confirm-duty-change-remove-modal__body{padding:1rem 1.15rem .4rem}.confirm-duty-change-remove-modal__summary{padding:.8rem .9rem;margin-bottom:.8rem;background:linear-gradient(135deg,#4f13190a,#fff);border:1px solid rgba(79,19,25,.12);border-radius:.75rem}.confirm-duty-change-remove-modal__summary-label{margin:0 0 .2rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.confirm-duty-change-remove-modal__summary-name{margin:0;color:#0f172a;font-size:.92rem;font-weight:800;line-height:1.3}.confirm-duty-change-remove-modal__badge{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;padding:.18rem .5rem;color:var(--bs-primary);font-size:.68rem;font-weight:700;line-height:1.2;background:#4f131914;border:1px solid rgba(79,19,25,.14);border-radius:999px}.confirm-duty-change-remove-modal__badge .material-symbols-rounded{font-size:.82rem;line-height:1}.confirm-duty-change-remove-modal__message{margin:0;color:#64748b;font-size:.8rem;font-weight:500;line-height:1.5}.confirm-duty-change-remove-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;padding:.8rem 1.15rem 1rem;border-top:1px solid #f1ece6}.confirm-duty-change-remove-modal__btn{display:inline-flex;align-items:center;justify-content:center;min-width:6.75rem;min-height:2.375rem;padding:.45rem 1rem;font-size:.8125rem;font-weight:600;line-height:1.25;border-radius:.5rem;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease}.confirm-duty-change-remove-modal__btn--secondary{color:#334155;background:#fff;border:1px solid #dbe3ee}.confirm-duty-change-remove-modal__btn--secondary:hover,.confirm-duty-change-remove-modal__btn--secondary:focus-visible{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;box-shadow:none}.confirm-duty-change-remove-modal__btn--danger{color:#fff;background:#dc2626;border:1px solid #dc2626;box-shadow:0 2px 8px #dc26262e}.confirm-duty-change-remove-modal__btn--danger:hover,.confirm-duty-change-remove-modal__btn--danger:focus-visible{color:#fff;background:#b91c1c;border-color:#b91c1c;box-shadow:0 4px 12px #dc262638}.confirm-duty-change-shift-modal{max-width:30rem}.confirm-duty-change-shift-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a33}.confirm-duty-change-shift-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem .9rem;border-bottom:1px solid #f1ece6}.confirm-duty-change-shift-modal__heading{display:flex;align-items:center;gap:.65rem;min-width:0}.confirm-duty-change-shift-modal__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.15rem;height:2.15rem;color:var(--bs-primary);font-size:1.25rem;background:#4f131914;border:1px solid rgba(79,19,25,.14);border-radius:.65rem}.confirm-duty-change-shift-modal__title{color:#0f172a;font-size:.98rem;font-weight:800;line-height:1.25}.confirm-duty-change-shift-modal__body{padding:1rem 1.15rem .4rem}.confirm-duty-change-shift-modal__summary{padding:.85rem .95rem;margin-bottom:.85rem;background:linear-gradient(135deg,#4f13190a,#fff);border:1px solid rgba(79,19,25,.12);border-radius:.75rem}.confirm-duty-change-shift-modal__summary-label{margin:0 0 .2rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.confirm-duty-change-shift-modal__summary-name{margin:0 0 .7rem;color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.3}.confirm-duty-change-shift-modal__indicators{margin:-.25rem 0 .75rem}.confirm-duty-change-shift-modal__indicators .duty-staff-item__tags{display:flex;flex-wrap:wrap;gap:.3rem}.confirm-duty-change-shift-modal__indicators .duty-staff-item__tag{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.68rem;font-weight:700;line-height:1.2;border:1px solid transparent;border-radius:999px;white-space:nowrap}.confirm-duty-change-shift-modal__shift-row{display:flex;align-items:stretch;gap:.55rem}.confirm-duty-change-shift-modal__shift{display:flex;flex:1 1 0;flex-direction:column;gap:.15rem;min-width:0;padding:.55rem .65rem;border-radius:.6rem}.confirm-duty-change-shift-modal__shift strong{color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.25}.confirm-duty-change-shift-modal__shift--approved{background:#f8fafc;border:1px solid #e2e8f0}.confirm-duty-change-shift-modal__shift--requested{background:#4f13190d;border:1px solid rgba(79,19,25,.16)}.confirm-duty-change-shift-modal__shift-label{color:#64748b;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.confirm-duty-change-shift-modal__arrow{align-self:center;flex:0 0 auto;color:var(--bs-primary);font-size:1.15rem}.confirm-duty-change-shift-modal__message{margin:0;color:#64748b;font-size:.8rem;font-weight:500;line-height:1.5}.confirm-duty-change-shift-modal__message strong{color:#334155;font-weight:700}.confirm-duty-change-shift-modal__footer{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.55rem;padding:.8rem 1.15rem 1rem;border-top:1px solid #f1ece6}.confirm-duty-change-shift-modal__btn{display:inline-flex;align-items:center;justify-content:center;min-width:7.5rem;min-height:2.375rem;padding:.45rem 1rem;font-size:.8125rem;font-weight:600;line-height:1.25;border-radius:.5rem;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease}.confirm-duty-change-shift-modal__btn--secondary{color:#334155;background:#fff;border:1px solid #dbe3ee}.confirm-duty-change-shift-modal__btn--secondary:hover,.confirm-duty-change-shift-modal__btn--secondary:focus-visible{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;box-shadow:none}.confirm-duty-change-shift-modal__btn--primary{color:#fff;background:var(--bs-primary);border:1px solid var(--bs-primary);box-shadow:0 2px 8px #4f13192e}.confirm-duty-change-shift-modal__btn--primary:hover,.confirm-duty-change-shift-modal__btn--primary:focus-visible{color:#fff;filter:brightness(.95);box-shadow:0 4px 12px #4f131938}.duty-publish-confirm-list{display:flex;flex-direction:column;gap:.6rem;max-height:20rem;padding:.05rem .25rem .05rem 0;overflow-y:auto;scrollbar-width:12px;-webkit-overflow-scrolling:touch}.duty-publish-confirm-list::-webkit-scrollbar{width:12px}.duty-publish-confirm-list::-webkit-scrollbar-thumb{background-color:#2125292e;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-publish-confirm-list::-webkit-scrollbar-track{background:#fff}.duty-publish-confirm-list__item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;padding:.85rem;text-align:left;background:#fff;border:1px solid #fecaca;border-left:.25rem solid #fca5a5;border-radius:.9rem;box-shadow:0 .35rem 1rem #0f172a0b;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.duty-publish-confirm-list__item:hover,.duty-publish-confirm-list__item:focus-visible{border-color:#fca5a5;box-shadow:0 .8rem 1.45rem #f871711f;outline:none;transform:translateY(-1px)}.duty-publish-confirm-list__main{display:grid;gap:.45rem;min-width:0}.duty-publish-confirm-list__heading,.duty-publish-confirm-list__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.duty-publish-confirm-list__name{min-width:0;color:#1f2937;font-size:.95rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duty-publish-confirm-list__badge{flex:0 0 auto;padding:.28rem .55rem;color:#b91c1c;font-size:.72rem;font-weight:700;line-height:1;background:#fee2e2;border-radius:999px;white-space:nowrap}.duty-publish-confirm-list__meta{justify-content:flex-start;color:#64748b;font-size:.72rem;font-weight:600;flex-wrap:wrap}.duty-publish-confirm-list__meta span+span{position:relative;padding-left:.75rem}.duty-publish-confirm-list__meta span+span:before{position:absolute;top:50%;left:0;width:.22rem;height:.22rem;content:"";background:#cbd5e1;border-radius:999px;transform:translateY(-50%)}.duty-publish-confirm-list__progress{height:.35rem;overflow:hidden;background:#fef2f2;border-radius:999px}.duty-publish-confirm-list__progress span{display:block;height:100%;background:linear-gradient(90deg,#fca5a5,#f87171);border-radius:inherit}.duty-publish-confirm-list__arrow{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#ef4444;background:#fef2f2;border-radius:999px;font-size:1.15rem}.duty-publish-unassigned{display:grid;gap:.65rem;padding:.75rem .85rem;background:linear-gradient(135deg,#f8fafc,#eef6ff);border:1px solid #dbeafe;border-radius:.9rem}.duty-publish-unassigned__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.duty-publish-unassigned__title{margin-bottom:.1rem;color:#1e3a8a;font-size:.9rem;font-weight:700;line-height:1.2}.duty-publish-unassigned__text,.duty-publish-unassigned__empty{color:#475569;font-size:.76rem;font-weight:600;line-height:1.35}.duty-publish-unassigned__list{display:flex;flex-wrap:wrap;gap:.4rem}.duty-publish-unassigned__list--expanded{max-height:11rem;padding-right:.15rem;overflow-y:auto;scrollbar-width:12px;-webkit-overflow-scrolling:touch}.duty-publish-unassigned__list--expanded::-webkit-scrollbar{width:12px}.duty-publish-unassigned__list--expanded::-webkit-scrollbar-thumb{background-color:#2125292e;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-publish-unassigned__list--expanded::-webkit-scrollbar-track{background:#fff}.duty-publish-unassigned__chip,.duty-publish-unassigned__more{display:inline-flex;align-items:center;max-width:100%;padding:.25rem .5rem;color:#075985;font-size:.72rem;font-weight:600;line-height:1.2;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px}.duty-publish-unassigned__more{color:#1e40af;background:#dbeafe;border-color:#bfdbfe;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.duty-publish-unassigned__more:hover,.duty-publish-unassigned__more:focus-visible{background:#bfdbfe;border-color:#93c5fd;box-shadow:0 0 0 .15rem #3b82f629;outline:none}@media(max-width:575.98px){.duty-publish-confirm__summary{grid-template-columns:auto minmax(0,1fr)}.duty-publish-confirm__stats{grid-column:1/-1;justify-items:start;padding-left:0;padding-top:.65rem;border-top:1px solid rgba(180,83,9,.16);border-left:0}.duty-publish-confirm-list__heading{align-items:flex-start;flex-direction:column;gap:.4rem}.duty-publish-confirm-list__badge{white-space:normal}.duty-publish-unassigned__header{flex-direction:column}}.listing-approval-comment-fixed-tooltip{position:fixed;z-index:2000;display:block;width:max-content;max-width:min(17.5rem,100vw - 1rem);padding:.55rem .7rem;color:#fff;font-size:.75rem;font-weight:600;line-height:1.25;text-align:left;white-space:normal;pointer-events:none;background:#1e293bf0;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;box-shadow:0 .75rem 1.5rem #0f172a38;transform:translate(-50%)}.listing-approval-comment-fixed-tooltip:after{position:absolute;width:.625rem;height:.625rem;content:"";background:#1e293bf0;transform:rotate(45deg)}.listing-approval-comment-fixed-tooltip--top{transform:translate(-50%,-100%)}.listing-approval-comment-fixed-tooltip--top:after{left:50%;bottom:-.3125rem;margin-left:-.3125rem;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.listing-approval-comment-fixed-tooltip--bottom:after{top:-.3125rem;left:50%;margin-left:-.3125rem;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.listing-approval-comment{display:inline-flex;align-items:center}.listing-approval-comment__empty{color:#94a3b8;font-size:.82rem;font-weight:600}.listing-approval-comment__trigger{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;padding:0;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;line-height:1;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.listing-approval-comment__trigger .material-symbols-rounded{font-size:.9rem;line-height:1}.listing-approval-comment__trigger:hover,.listing-approval-comment__trigger:focus-visible{color:#4f1319;background:#fbf4f5;border-color:#efd7da;outline:none}.listing-approval-comment-tooltip{display:flex;flex-direction:column;gap:.45rem;white-space:normal}.listing-approval-comment-tooltip__block{display:flex;flex-direction:column;gap:.15rem}.listing-approval-comment-tooltip__label{font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;opacity:.82}.app-tooltip{position:relative;display:inline-flex;align-items:center;width:fit-content;outline:none}.app-tooltip--active .app-tooltip__content{opacity:1;transform:translate(-50%,-.25rem)}.app-tooltip--bottom .app-tooltip__content{top:calc(100% + .5rem);bottom:auto;transform:translate(-50%,-.25rem)}.app-tooltip--bottom .app-tooltip__content:after{top:-.3125rem;bottom:auto;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12);border-right:0;border-bottom:0}.app-tooltip--bottom.app-tooltip--active .app-tooltip__content,.app-tooltip--bottom.app-tooltip--fixed.app-tooltip--active .app-tooltip__content{transform:translate(-50%)}.app-tooltip--fixed .app-tooltip__content{z-index:2100}.app-tooltip__content{position:absolute;bottom:calc(100% + .5rem);left:50%;z-index:1080;display:block;width:max-content;min-width:0;max-width:min(18rem,100vw - 2rem);padding:.5rem .625rem;color:#fff;font-size:.75rem;font-weight:600;line-height:1.25;text-align:left;white-space:normal;background:#1e293bf0;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;box-shadow:0 .75rem 1.5rem #0f172a38;opacity:0;pointer-events:none;transform:translate(-50%);transition:opacity .15s ease,transform .15s ease}.app-tooltip__content:after{position:absolute;bottom:-.3125rem;left:50%;width:.625rem;height:.625rem;content:"";background:#1e293bf0;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);transform:translate(-50%) rotate(45deg)}.form-modal-submit-tooltip-trigger{position:relative;outline:none}.form-modal-submit-tooltip-trigger:hover .form-modal-submit-tooltip,.form-modal-submit-tooltip-trigger:focus-within .form-modal-submit-tooltip{opacity:1;transform:translate(-50%,-.25rem)}.form-modal-submit-tooltip{position:absolute;bottom:calc(100% + .5rem);left:50%;z-index:1080;display:block;min-width:13rem;max-width:18rem;padding:.5rem .625rem;color:#fff;font-size:.75rem;font-weight:600;line-height:1.25;text-align:left;white-space:normal;background:#1e293bf0;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;box-shadow:0 .75rem 1.5rem #0f172a38;opacity:0;pointer-events:none;transform:translate(-50%);transition:opacity .15s ease,transform .15s ease}.form-modal-submit-tooltip:after{position:absolute;bottom:-.3125rem;left:50%;width:.625rem;height:.625rem;content:"";background:#1e293bf0;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);transform:translate(-50%) rotate(45deg)}.duty-split-department-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.625rem;max-height:18rem;padding:.25rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-split-department-list::-webkit-scrollbar{width:14px}.duty-split-department-list::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-split-department-list::-webkit-scrollbar-track{background:#fff}.duty-split-department-option{display:flex;align-items:center;gap:.625rem;min-height:3rem;padding:.625rem .75rem;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.duty-split-department-option:hover{border-color:#ddb8be;box-shadow:0 .35rem 1rem #7c3aed14}.duty-split-department-option--selected{background:#fbf4f5;border-color:#8b5cf6;box-shadow:inset 0 0 0 1px #8b5cf62e}.duty-split-modal{padding:1rem 1.15rem 1.15rem;min-width:0}.duty-split-modal__toolbar{align-items:flex-start!important;padding:.625rem .75rem;background:linear-gradient(135deg,#f8fafc,#fbf4f5);border:1px solid #e2e8f0;border-radius:.75rem}.duty-split-modal__toolbar>.duty-split-modal__meta{flex:1 1 auto;min-width:0}.duty-split-modal__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.duty-split-modal__meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.duty-split-modal__timeline{color:#475569;font-size:.75rem;font-weight:600}.duty-split-modal__slot-count{display:inline-flex;align-items:center;min-height:1.5rem;padding:.1875rem .5rem;color:#6a1f28;font-size:.75rem;font-weight:700;background:#f6e8ea;border:1px solid #efd7da;border-radius:999px}.duty-split-modal__break-picker{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.25rem;color:#475569;font-size:.75rem;font-weight:600}.duty-split-modal__break-picker .staff-breaks-editor{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.25rem}.duty-split-modal__break-picker .staff-breaks-editor__option{flex:0 0 auto;padding:.25rem .4375rem;color:#475569;font-size:.6875rem;font-weight:600;line-height:1.15;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:999px;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.duty-split-modal__break-picker .staff-breaks-editor__option:hover,.duty-split-modal__break-picker .staff-breaks-editor__option:focus-visible{color:#075985;background:#e0f2fe;border-color:#7dd3fc;outline:none}.duty-split-modal__break-picker .staff-breaks-editor__option--selected{color:#fff;background:#1687c2;border-color:#1687c2}.duty-split-modal__break-label{color:#475569}.duty-split-modal__break-button{color:#475569;font-size:.75rem;font-weight:600}.duty-split-modal__break-button span{color:#7a2531}.duty-split-modal__break-button:hover,.duty-split-modal__break-button:focus-visible{color:#475569}.duty-split-modal__break-button:hover span,.duty-split-modal__break-button:focus-visible span{color:#4f1319}.duty-split-modal__add-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-width:8rem;min-height:2.25rem;white-space:nowrap;line-height:1.15}.duty-split-modal__add-button:disabled{color:#64748b;background:#f1f5f9;border-color:#cbd5e1;opacity:1}.duty-split-modal__limit-note{padding:.5rem .75rem;color:#92400e;font-size:.75rem;font-weight:600;background:#fffbeb;border:1px solid #fde68a;border-radius:.625rem}.duty-split-modal__coverage-note{padding:.5rem .75rem;color:#075985;font-size:.75rem;font-weight:600;background:#e0f2fe;border:1px solid #bae6fd;border-radius:.625rem}.duty-split-modal__coverage-note--danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.duty-split-modal__empty-note{padding:.625rem .75rem;color:#991b1b;font-size:.75rem;font-weight:600;background:#fef2f2;border:1px solid #fecaca;border-radius:.625rem}.duty-split-table{display:flex;flex-direction:column;gap:.45rem;min-width:0}.duty-split-row-list{display:flex;flex-direction:column;gap:.625rem;min-width:0}.duty-split-row-list--scrollable{max-height:18rem;padding-right:.15rem;overflow-y:auto;scrollbar-width:14px;-webkit-overflow-scrolling:touch}.duty-split-row-list--scrollable::-webkit-scrollbar{width:14px}.duty-split-row-list--scrollable::-webkit-scrollbar-thumb{background-color:#2125293d;background-clip:padding-box;border-radius:20px;border-color:#fff;border-style:solid;border-width:5px 4px}.duty-split-row-list--scrollable::-webkit-scrollbar-track{background:#fff}.duty-split-row-header{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr) minmax(0,.95fr) 2.25rem;gap:.65rem;align-items:center;padding:0 .75rem;color:#64748b;font-size:.72rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.duty-split-row{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr) minmax(0,.95fr) 2.25rem;gap:.65rem;align-items:center;padding:.65rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;box-shadow:0 .35rem 1rem #0f172a0a}.duty-split-row__field{min-width:0}.duty-split-row .form-label{margin-bottom:.35rem;font-size:.75rem;font-weight:600}.duty-split-row__select{width:100%;max-width:100%;min-width:0;min-height:2.25rem;padding:.45rem 2rem .45rem .75rem;color:#334155;font-size:.75rem;font-weight:500;background-color:#f8fafc;border-color:#dbe3ef;border-radius:.625rem;box-shadow:inset 0 1px #ffffffa6;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.duty-split-row__select:hover{background-color:#fff;border-color:#ddb8be}.duty-split-row__select:focus{background-color:#fff;border-color:#8b5cf6;box-shadow:0 0 0 .15rem #8b5cf626}.duty-split-row__select option:disabled{color:#94a3b8;background-color:#f1f5f9}.duty-split-row__remove{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:.625rem;justify-self:end}.duty-split-row__remove .material-symbols-rounded{font-size:1.1rem}@media(max-width:767.98px){.duty-split-table{gap:.35rem}.duty-split-row-header{display:none}.duty-split-row{grid-template-columns:1fr}.duty-split-row__remove{justify-self:start}.duty-split-row .visually-hidden{position:static!important;width:auto!important;height:auto!important;padding:0!important;margin:0 0 .35rem!important;overflow:visible!important;clip:auto!important;white-space:normal!important;border:0!important}}.profile{padding:0 1.5rem 1.5rem}.profile-alert{position:relative;z-index:1;margin-top:.75rem;margin-bottom:1rem}.profile-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 1.75rem;border:1px solid #E2E8F0;box-shadow:0 10px 24px #0f172a0a}.profile-section{border:1px solid #E2E8F0;box-shadow:0 10px 24px #0f172a0a;overflow:hidden}.profile-section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 1.75rem;border-bottom:1px solid #F1F5F9}.profile .nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .55rem;--bs-nav-link-color: #4f1319;--bs-nav-link-hover-color: #4f1319;--bs-nav-link-active-color: #4f1319;--bs-nav-link-font-weight: 600;--bs-nav-link-font-size: $font-size-md;gap:.5rem}.profile .nav .nav-link.active{background-color:rgba(var(--bs-primary-rgb),.1);box-shadow:inset 0 0 0 1px rgba(var(--bs-primary-rgb),.16)}.profile-grid{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1.5rem;padding:1.25rem}.profile-grid .card{--bs-card-border-width: 0;--bs-card-border-radius: .75rem;box-shadow:0 12px 30px #0f172a0d}.profile-card{border:1px solid #E2E8F0!important}.profile-card__banner{height:88px;background:radial-gradient(circle at top left,rgba(var(--bs-primary-rgb),.28),transparent 34%),linear-gradient(135deg,rgba(var(--bs-primary-rgb),.14),#eef6ff)}.profile-avatar{width:96px;height:96px;margin-top:-48px;border:4px solid #fff;border-radius:999px;background-color:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;letter-spacing:.04em;box-shadow:0 12px 24px rgba(var(--bs-primary-rgb),.16)}.profile-quick-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.profile-demo-reset{margin-top:1rem;text-align:left;border:1px solid #fca5a5;border-radius:.875rem;overflow:hidden;background:#fff7f7}.profile-demo-reset__toggle{position:relative;z-index:1;padding:.75rem 1rem;color:#991b1b!important;background:transparent!important;border:0!important;border-radius:0!important;transition:background-color .15s ease}.profile-demo-reset__toggle[aria-expanded=true]{color:#991b1b!important;background:#fff1f1!important}.profile-demo-reset__chevron{transition:transform .15s ease}.profile-demo-reset__chevron--open{transform:rotate(90deg)}.profile-demo-reset__content{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease}.profile-demo-reset__content--open{max-height:42rem;opacity:1}.profile-demo-reset-card{margin:0;background:transparent;border:0;border-radius:0;box-shadow:none}.profile-stat{border:1px solid #E2E8F0;border-radius:.75rem;background-color:#f8fafc;padding:.75rem;text-align:left}.profile-stat span{display:block;color:#6c757d;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.profile-stat strong{display:block;color:#212529;font-size:.8125rem;font-weight:700}.profile-meta-row{display:flex;align-items:center;gap:.75rem;text-align:left}.profile-meta-row__icon{width:34px;height:34px;border-radius:.625rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;background-color:#f1f5f9;color:#6c757d}.profile-meta-row__label,.profile-meta-row__value{display:block}.profile-meta-row__label{color:#6c757d;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.profile-meta-row__value{color:#212529;font-size:.8125rem;font-weight:500;line-height:1.25}.profile-demo-reset-card{margin-top:1rem;padding:1rem;text-align:left;background:#fff7f7;border-radius:.875rem}.profile-reset-modal__message{display:grid;gap:.375rem;text-align:center}.profile-reset-modal__title{color:#212529;font-size:.95rem;font-weight:700;line-height:1.25}.profile-reset-modal__text{color:#6c757d;font-size:.8125rem;font-weight:500;line-height:1.45}.profile-tabs{width:fit-content;border:1px solid #E2E8F0;border-radius:999px;background-color:#fff;padding:.25rem;box-shadow:0 8px 20px #0f172a0a}.profile-content-card{border:1px solid #E2E8F0!important;min-height:430px}.profile-section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #F1F5F9}.profile-readonly-field{border:1px solid #E2E8F0;border-radius:.75rem;background-color:#f8fafc;padding:.875rem 1rem;min-height:76px}.profile-readonly-field__value{color:#212529;font-size:.875rem;font-weight:600;line-height:1.3;word-break:break-word}@media(max-width:1199.98px){.profile-grid{grid-template-columns:1fr}}.profile-select .dropdown-toggle{border:1px solid #E2E8F0;position:relative}.profile-select .dropdown-toggle:after{display:none}.profile-select .dropdown-toggle:before{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;pointer-events:none}.profile-select .dropdown-toggle:hover,.profile-select .dropdown-toggle:focus,.profile-select .dropdown-toggle:active,.profile-select .dropdown-toggle.show{background-color:#fff;color:#6c757d;border-color:#e2e8f0;box-shadow:none}.profile-select .dropdown-menu{border:1px solid #E2E8F0;--bs-dropdown-font-size: .875rem;--bs-dropdown-padding-x: 1.5rem;--bs-dropdown-padding-y: 1.5rem;--bs-dropdown-link-color: #6c757d;--bs-dropdown-link-hover-color: #6c757d}.profile-select .dropdown-menu .dropdown-item{--bs-dropdown-item-padding-x: 0;--bs-dropdown-item-padding-y: .375rem;border-radius:.25rem;color:#6c757d}.status-toggle{display:inline-flex;flex-direction:row;align-items:center;gap:.55rem;flex-wrap:wrap}.status-toggle__field-label{display:inline-flex;align-items:center;gap:.2rem;width:auto;margin:0;line-height:1.2;white-space:nowrap}.status-toggle__colon{font-weight:inherit}.status-toggle__row{display:inline-flex;align-items:center;gap:.5rem;min-height:0}.status-toggle__control{width:3rem;height:1.5rem;border:0;border-radius:999px;padding:.15rem;position:relative;background-color:#dc3545;box-shadow:inset 0 1px 2px #0f172a29;cursor:pointer;transition:background-color .25s ease,box-shadow .25s ease,opacity .2s ease}.status-toggle__control.is-active{background-color:#4cd964}.status-toggle__control.is-inactive{background-color:#dc3545}.status-toggle__control.is-active .status-toggle__thumb{transform:translate(1.5rem)}.status-toggle__control:focus-visible{outline:2px solid rgba(76,217,100,.35);outline-offset:1px}.status-toggle__control:disabled{cursor:not-allowed;opacity:.65}.status-toggle__thumb{position:absolute;left:.15rem;top:.15rem;width:1.2rem;height:1.2rem;border-radius:999px;background-color:#fff;box-shadow:0 1px 4px #0f172a38;transform:translate(0);transition:transform .25s ease}.status-toggle__value{font-size:.875rem;font-weight:600;line-height:1.2}.department-status-toggle{width:100%}.department-form__form{min-width:0}.department-form__section-help{margin:0 0 .2rem;color:#64748b;font-size:.76rem;font-weight:500;line-height:1.35}.department-form__hint{margin-top:.3rem;color:#94a3b8;font-size:.72rem}.department-form__status-field{display:flex;flex-direction:column;align-self:start}.department-form__status-field .status-toggle{width:100%}.department-form__status-field:after{content:"";display:block;margin-top:.3rem;min-height:.975rem;pointer-events:none;visibility:hidden}.department-form__dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:2.5rem;padding:.55rem .75rem;color:#334155;font-size:.875rem;font-weight:500;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:.65rem;box-shadow:none}.department-form__dropdown-toggle:after{margin-left:.5rem;content:none}.department-form__dropdown-toggle:hover,.department-form__dropdown-toggle:focus,.department-form__dropdown-toggle:active{color:#334155;background:#fff;border-color:#cbd5e1}.department-form__positions{display:flex;flex-direction:column;gap:.45rem;min-width:0}.department-form__positions-head{display:grid;grid-template-columns:minmax(0,1fr) 5.5rem 4.75rem;gap:.65rem;padding:0 .15rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.department-form__positions-list{display:flex;flex-direction:column;gap:.55rem}.department-form__position-row{display:grid;grid-template-columns:minmax(0,1fr) 5.5rem 4.75rem;gap:.65rem;align-items:center;padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem}.department-form__position-field{min-width:0}.department-form__position-field .form-select,.department-form__position-field .form-control{min-height:2.5rem}.department-form__count-input{max-width:100%;text-align:center;font-weight:700}.department-form__position-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.department-form__action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid transparent;border-radius:.55rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.department-form__action-btn--add{color:#15803d;background:#22c55e1a;border-color:#22c55e38}.department-form__action-btn--add:hover{background:#22c55e29}.department-form__action-btn--remove{color:#b91c1c;background:#ef444414;border-color:#ef44442e}.department-form__action-btn--remove:hover{background:#ef444424}@media(max-width:575.98px){.department-form__positions-head,.department-form__position-row{grid-template-columns:1fr}.department-form__position-actions{justify-content:flex-start}}.org-dept-form-modal-body{max-height:min(72vh,760px);overflow-y:auto}.org-dept-form-modal-body .dropdown-item{transition:background-color .15s ease,color .15s ease}.org-dept-form-modal-body .dropdown-item:hover{background-color:#f1f5f9!important;color:#0f172a!important}.form-info-hint{display:inline-flex;align-items:flex-start;gap:.3rem;margin-top:.35rem;color:var(--bs-info, #0dcaf0);font-size:.68rem;font-weight:500;line-height:1.35}.form-info-hint.form-text,.form-info-hint.text-muted{color:var(--bs-info, #0dcaf0)}.form-info-hint__icon{font-size:.82rem;line-height:1;margin-top:.05rem;color:var(--bs-info, #0dcaf0);flex:0 0 auto}.holiday-leave-form-modal{max-width:min(92vw,30rem);margin-inline:auto}.holiday-leave-form-modal--wide{max-width:min(94vw,42rem)}.holiday-leave-form-modal--split-duty{max-width:min(94vw,46rem)}.holiday-leave-form-modal--night-short{max-width:min(92vw,26rem)}.holiday-leave-form-modal .modal-content{border:0;border-radius:1rem;overflow:hidden;box-shadow:0 1.25rem 2.5rem #0f172a29}.holiday-leave-form-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.1rem 1.15rem .95rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fff,#fafbfd)}.holiday-leave-form-modal__title-wrap{display:grid;gap:.2rem;min-width:0}.holiday-leave-form-modal__title{color:#0f172a;font-size:1.02rem;font-weight:800;line-height:1.3}.holiday-leave-form-modal__subtitle{color:#64748b;font-size:.78rem;font-weight:500;line-height:1.35}.holiday-leave-form-modal__status-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;min-height:2.35rem}.holiday-leave-form-modal__partial-check{display:inline-flex;align-items:center;gap:.4rem;margin:0;color:#334155;font-size:.78rem;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.holiday-leave-form-modal__partial-check input{width:1rem;height:1rem;margin:0;accent-color:var(--bs-primary);cursor:pointer}.holiday-leave-form-modal__body{max-height:calc(100vh - 13.5rem);overflow-x:hidden;overflow-y:auto;background:#fff}.holiday-leave-form-modal__body--split-duty{overflow-x:auto}.holiday-leave-form-modal__content{display:flex;flex-direction:column;min-height:0;padding:1.1rem 1.15rem 1.15rem}.holiday-leave-form-modal__form{display:flex;flex-direction:column;min-height:0;gap:0}.holiday-leave-form-modal__fields{display:grid;gap:1rem;align-items:start;overflow-x:hidden;overflow-y:visible}.holiday-leave-form-modal__fields>[class*=col-]{width:100%;max-width:100%;padding:0;min-width:0;overflow:visible}.holiday-leave-form-modal__fields--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-leave-form-modal__fields--two-col>.col-12{grid-column:1/-1}@media(max-width:575.98px){.holiday-leave-form-modal__fields--two-col{grid-template-columns:minmax(0,1fr)}}.holiday-leave-form-modal__date-row{grid-column:1/-1;display:grid;gap:1rem;min-width:0}.holiday-leave-form-modal__date-row--three{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:767.98px){.holiday-leave-form-modal__date-row--three{grid-template-columns:1fr}}.holiday-leave-form-modal__date-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-leave-form-modal__staff-readonly{white-space:normal;word-break:break-word;overflow-x:hidden;height:auto;min-height:2.5rem}.holiday-leave-form-modal__footer{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.55rem;padding:.85rem 1.15rem 1rem;border-top:1px solid #f1f5f9;background:#fff}.holiday-leave-form-modal__fields .border.rounded-3.p-3.bg-light{border-color:#e2e8f0!important;background:#f8fafc!important;border-radius:.75rem!important}.holiday-leave-form-modal .form-label{margin-bottom:.35rem;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.holiday-leave-form-modal .form-control,.holiday-leave-form-modal .form-select,.holiday-leave-form-modal textarea.form-control{border-color:#e2e8f0;border-radius:.65rem;padding:.55rem .75rem;font-size:.875rem;color:#0f172a;background:#fff;box-shadow:none}.holiday-leave-form-modal .form-control:focus,.holiday-leave-form-modal .form-select:focus,.holiday-leave-form-modal textarea.form-control:focus{border-color:rgba(var(--bs-primary-rgb),.45);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.12)}.holiday-leave-form-modal .form-control:disabled,.holiday-leave-form-modal .form-control[readonly],.holiday-leave-form-modal .form-select:disabled,.holiday-leave-form-modal .form-select[readonly],.holiday-leave-form-modal textarea.form-control:disabled,.holiday-leave-form-modal textarea.form-control[readonly]{background:#f8fafc;color:#64748b}.holiday-leave-form-modal textarea.form-control{min-height:5.75rem;resize:vertical}.holiday-leave-form-modal__actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.55rem;margin-top:1.15rem;padding-top:1rem;border-top:1px solid #f1f5f9}.holiday-leave-form-modal__btn-cancel,.holiday-leave-form-modal__btn-submit{min-width:6.5rem;padding:.45rem 1rem!important;font-size:.84rem!important;font-weight:700!important;border-radius:.6rem!important}.holiday-leave-form-modal__btn-cancel{color:#475569!important;background:#fff!important;border:1px solid #e2e8f0!important}.holiday-leave-form-modal__btn-submit{box-shadow:0 .5rem 1rem rgba(var(--bs-primary-rgb),.22)}.holiday-leave-form-modal .dismissible-alert{margin-bottom:.85rem!important}.holiday-leave-form-modal .leave-staff-select__menu{z-index:2020}.app-form-modal{display:flex;flex-direction:column;gap:1rem;min-width:0}.app-form-modal__section{display:flex;flex-direction:column;gap:.55rem;min-width:0}.app-form-modal__section-title{margin:0;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.app-form-modal__field{min-width:0}.app-form-modal__field--full{grid-column:1/-1}.app-form-modal__field-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.app-form-modal__status-wrap{display:flex;align-items:center}.app-form-modal__panel{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem}.app-form-modal .holiday-leave-form-modal__fields,.app-form-modal .holiday-leave-form-modal__date-row{gap:.85rem}.app-form-modal .form-info-hint{margin-top:.35rem}.app-form-modal .status-toggle{width:100%}.app-form-modal .status-toggle__field-label{margin-bottom:.35rem}.app-form-modal__permission{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.75rem;padding:.55rem .75rem;color:#334155;font-size:.84rem;font-weight:600;background:#fff;border:1px solid #e2e8f0;border-radius:.65rem}.app-form-modal__permission-label{flex:1 1 auto;min-width:0;line-height:1.35}.app-form-modal__permission>.status-toggle,.app-form-modal__permission>.role-permission-toggle{flex:0 0 auto;flex-shrink:0;width:auto;max-width:fit-content;align-self:center}.app-form-modal .app-form-modal__permission>.status-toggle{width:auto;max-width:fit-content;flex:0 0 auto}.app-form-modal .form-label{margin-bottom:.35rem;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.app-form-modal .form-control,.app-form-modal .form-select,.app-form-modal textarea.form-control{border-color:#e2e8f0;border-radius:.65rem;padding:.55rem .75rem;font-size:.875rem;color:#0f172a;background:#fff;box-shadow:none}.app-form-modal .form-control:focus,.app-form-modal .form-select:focus,.app-form-modal textarea.form-control:focus{border-color:rgba(var(--bs-primary-rgb),.45);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.12)}.app-form-modal .form-control:disabled,.app-form-modal .form-control[readonly],.app-form-modal .form-select:disabled,.app-form-modal .form-select[readonly],.app-form-modal textarea.form-control:disabled,.app-form-modal textarea.form-control[readonly]{background:#f8fafc;color:#64748b}.app-form-modal textarea.form-control{min-height:5.75rem;resize:vertical}.hospital-form-modal .holiday-leave-form-modal__body{max-height:calc(100vh - 12rem)}.hospital-form-modal .holiday-leave-form-modal__content.app-form-modal{gap:1.15rem}.hospital-form-optional{margin-left:.25rem;color:#94a3b8;font-size:.62rem;font-weight:600;letter-spacing:.03em;text-transform:lowercase}.hospitals-page .hospitals-list-logo{display:block;width:2.5rem;height:1.75rem;object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.35rem;padding:.1rem}.hospitals-page__actions{flex-wrap:nowrap}.hospitals-page__enter-btn{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-height:1.9rem;padding:.28rem .7rem;color:#fff!important;font-size:.75rem;font-weight:600;line-height:1.2;white-space:nowrap;background:#7a2531!important;border:1px solid #7a2531!important;border-radius:.5rem;box-shadow:0 .15rem .4rem #7a25312e;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.hospitals-page__enter-btn .material-symbols-rounded{font-size:.95rem;line-height:1}.hospitals-page__enter-btn:hover:not(:disabled),.hospitals-page__enter-btn:focus-visible:not(:disabled){background:#641e28!important;border-color:#641e28!important;color:#fff!important;box-shadow:0 .25rem .55rem #7a25313d}.hospitals-page__enter-btn:disabled{color:#94a3b8!important;background:#f1f5f9!important;border-color:#e2e8f0!important;box-shadow:none;opacity:1}.hospital-form-page{width:100%;max-width:none}.hospital-form-page__toolbar{display:flex;align-items:flex-start;gap:.85rem 1rem;flex-wrap:wrap;width:100%}.hospital-form-page__back{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;padding:.4rem .75rem;color:#475569;font-size:.8125rem;font-weight:600;border:1px solid #e2e8f0;border-radius:.55rem;background:#fff}.hospital-form-page__toolbar-copy{min-width:0;flex:1 1 16rem}.hospital-form-page__page-title{color:#0f172a;font-size:1.2rem;font-weight:800;line-height:1.25;letter-spacing:-.01em}.hospital-form-page__lead{margin-top:.2rem;color:#64748b;font-size:.84rem;font-weight:500;line-height:1.45;max-width:40rem}.hospital-form-page__card{width:100%;overflow:hidden;background:#fff;border:1px solid #e8eef5;border-radius:1rem;box-shadow:0 .65rem 1.5rem #0f172a0b}.hospital-form-page__card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;background:radial-gradient(ellipse 70% 120% at 0% 0%,rgba(122,37,49,.06),transparent 55%),linear-gradient(180deg,#fbfcfe,#f7f9fc);border-bottom:1px solid #eef2f7}.hospital-form-page__identity{display:flex;align-items:center;gap:.85rem;min-width:0}.hospital-form-page__card-icon{display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;flex:0 0 auto;color:var(--bs-primary);background:#fff;border:1px solid #e8edf3;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.hospital-form-page__card-logo{width:100%;height:100%;object-fit:contain;padding:.25rem;background:#fff}.hospital-form-page__card-title{color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hospital-form-page__card-subtitle{margin-top:.2rem;color:#64748b;font-size:.78rem;font-weight:500}.hospital-form-page__code-pill{display:inline-flex;align-items:center;padding:.12rem .5rem;color:#7a2531;font-size:.72rem;font-weight:700;letter-spacing:.04em;background:#7a253114;border-radius:999px}.hospital-form-page__status-inline .status-toggle{width:auto;min-width:0;padding:.4rem .7rem;background:#fff;border:1px solid #e2e8f0;border-radius:.65rem}.hospital-form-page__status-inline .status-toggle__field-label{text-transform:none;letter-spacing:0;font-size:.8125rem;font-weight:600;color:#334155}.hospital-form-page__card-body{padding:0}.hospital-form-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:stretch}@media(min-width:1100px){.hospital-form-page__layout{grid-template-columns:minmax(0,1.35fr) minmax(20rem,24rem)}}.hospital-form-page__main{min-width:0;padding:0 1.25rem 1.1rem;border-bottom:1px solid #f1f5f9}@media(min-width:1100px){.hospital-form-page__main{border-bottom:0;border-right:1px solid #eef2f7}}.hospital-form-page__aside{display:flex;flex-direction:column;gap:0;min-width:0;background:linear-gradient(180deg,#f8fafc,#f4f7fb)}@media(min-width:1100px){.hospital-form-page__aside{position:sticky;top:0;align-self:start;max-height:calc(100vh - 7rem);overflow:auto}}.hospital-form-page__aside-block{padding:1.15rem 1.25rem;border-bottom:1px solid #e8edf3}.hospital-form-page__aside-block:last-child{border-bottom:0}.hospital-form-page__aside-fields,.hospital-form-page__assets{display:grid;gap:.85rem}.hospital-form-page__asset{display:grid;gap:.45rem}.hospital-form-page__asset-label{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;color:#334155;font-size:.78rem;font-weight:700}.hospital-form-page__asset-meta{color:#94a3b8;font-size:.7rem;font-weight:500}.hospital-form-page__section{padding:1.2rem 0;border-bottom:1px solid #f1f5f9}.hospital-form-page__section--last{border-bottom:0;padding-bottom:.35rem}.hospital-form-page__section--panel{margin-top:.15rem;padding:1rem 1.05rem 1.1rem;background:#f8fafc;border:1px solid #e8edf3;border-radius:.85rem}.hospital-form-page__section-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem .75rem;margin-bottom:.85rem}.hospital-form-page__section-title{margin:0 0 .85rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.hospital-form-page__section-head .hospital-form-page__section-title{margin-bottom:0}.hospital-form-page__section-hint{color:#94a3b8;font-size:.74rem;font-weight:500;line-height:1.35}.hospital-form-page__grid{display:grid;gap:.85rem .9rem;grid-template-columns:minmax(0,1fr)}@media(min-width:576px){.hospital-form-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.hospital-form-page__grid--details{grid-template-columns:minmax(0,1.4fr) minmax(8rem,.7fr)}.hospital-form-page__grid--details .hospital-form-page__field--name{grid-column:1}.hospital-form-page__grid--details .hospital-form-page__field--code{grid-column:2}}@media(min-width:900px){.hospital-form-page__grid--admin{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.hospital-form-page__grid--admin{grid-template-columns:repeat(3,minmax(0,1fr))}}.hospital-form-page__field{min-width:0}.hospital-form-page__field--full,.hospital-form-page__field--span-2{grid-column:1/-1}@media(min-width:900px){.hospital-form-page__field--span-2{grid-column:span 2}}@media(min-width:1200px){.hospital-form-page__grid--admin .hospital-form-page__field--span-2{grid-column:span 2}}.hospital-form-page__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1rem;padding:.9rem 1.25rem;background:#fbfcfe;border-top:1px solid #eef2f7}.hospital-form-page__footer-note{color:#94a3b8;font-size:.74rem;font-weight:500;line-height:1.4;max-width:28rem}.hospital-form-page__footer-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-left:auto}.hospital-form-page .form-label{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;margin-bottom:.35rem;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hospital-form-page .form-control,.hospital-form-page textarea.form-control{border-color:#e2e8f0;border-radius:.65rem;padding:.55rem .75rem;font-size:.875rem;background:#fff}.hospital-form-page .form-control:focus,.hospital-form-page textarea.form-control:focus{border-color:rgba(var(--bs-primary-rgb),.45);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.12)}.hospital-form-page textarea.form-control{min-height:4.5rem;resize:vertical}.hospital-form-logo-panel{display:flex;flex-direction:column;gap:.75rem;min-height:0;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.hospital-form-logo-panel--inline{flex-direction:row;align-items:center;gap:.75rem}.hospital-form-logo-panel--muted{justify-content:center;min-height:4.25rem;background:#f1f5f9;border-style:dashed}.hospital-form-logo-panel__preview{width:100%;height:5.25rem;display:flex;align-items:center;justify-content:center;padding:.45rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.65rem;overflow:hidden}.hospital-form-logo-panel--inline .hospital-form-logo-panel__preview{width:5.5rem;min-width:5.5rem;height:3.65rem}.hospital-form-logo-panel__preview img{max-width:100%;max-height:100%;object-fit:contain}.hospital-form-logo-panel__preview--sidebar{height:7rem;background:#1a1a1a}.hospital-form-logo-panel--inline .hospital-form-logo-panel__preview--sidebar{width:7.25rem;min-width:7.25rem;height:3.65rem}.hospital-form-logo-panel__preview--sidebar img{object-fit:cover;width:100%;height:100%}.hospital-form-logo-panel__placeholder{color:#94a3b8;font-size:.78rem;font-weight:600}.hospital-form-logo-panel__empty{width:100%;height:100%;object-fit:contain}.hospital-form-logo-panel__actions{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:.35rem;flex:1;min-width:0}.hospital-form-logo-panel__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.hospital-form-logo-panel__buttons .btn{padding:.35rem .8rem;font-size:.8125rem;line-height:1.25}.hospital-form-logo-panel__hint{color:#64748b;font-size:.7rem;line-height:1.35}@media(max-width:575.98px){.hospital-form-logo-panel--inline{flex-direction:column;align-items:stretch}.hospital-form-logo-panel--inline .hospital-form-logo-panel__preview,.hospital-form-logo-panel--inline .hospital-form-logo-panel__preview--sidebar{width:100%;min-width:0;height:4.5rem}.hospital-form-page__footer{align-items:stretch}.hospital-form-page__footer-actions{width:100%;margin-left:0}.hospital-form-page__footer-actions .btn{flex:1 1 auto}}.image-crop-modal .image-crop-modal__body{padding:1rem 1.15rem 1.15rem}.image-crop-modal .image-crop-modal__shape-toggle{display:inline-flex;gap:.35rem;margin-bottom:.85rem;padding:.25rem;background:#f1f5f9;border-radius:.65rem}.image-crop-modal .image-crop-modal__shape-btn{border:0;background:transparent;color:#64748b;font-size:.8125rem;font-weight:600;padding:.4rem .85rem;border-radius:.5rem;cursor:pointer}.image-crop-modal .image-crop-modal__shape-btn.is-active{background:#fff;color:#7a2531;box-shadow:0 1px 2px #0f172a14}.image-crop-modal .image-crop-modal__shape-btn:disabled{opacity:.55;cursor:not-allowed}.image-crop-modal .image-crop-modal__stage{display:flex;justify-content:center;align-items:center;width:100%;min-height:min(58vh,22rem);max-height:min(58vh,26rem);overflow:auto;padding:.75rem;background:#0f172a;border-radius:.75rem}.image-crop-modal .image-crop-modal__stage .ReactCrop{max-width:100%}.image-crop-modal .image-crop-modal__stage .image-crop-modal__image{display:block;max-width:100%;max-height:min(52vh,22rem);height:auto}.image-crop-modal .image-crop-modal__error{font-size:.875rem}.approval-status-select{position:relative;display:flex;align-items:center;width:100%}.approval-status-select__dot{position:absolute;left:.75rem;z-index:1;width:.4rem;height:.4rem;border-radius:999px;pointer-events:none}.approval-status-select__chevron{position:absolute;right:.65rem;z-index:1;font-size:1.05rem;line-height:1;opacity:.55;pointer-events:none}.approval-status-select__control{width:100%;height:auto;min-height:0;padding:.55rem 2rem .55rem 1.35rem;border:1px solid transparent;border-radius:.65rem;background-color:transparent;color:inherit;font-size:.875rem;font-weight:700;line-height:1.5;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.approval-status-select__control:focus{outline:0;box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.12)}.approval-status-select--requested .approval-status-select__dot{background:#2563eb}.approval-status-select--requested .approval-status-select__control{color:#1d4ed8;background:#2563eb14;border-color:#2563eb3d}.approval-status-select--approved .approval-status-select__dot{background:#16a34a}.approval-status-select--approved .approval-status-select__control{color:#15803d;background:#16a34a1a;border-color:#16a34a3d}.approval-status-select--rejected .approval-status-select__dot{background:#dc2626}.approval-status-select--rejected .approval-status-select__control{color:#b91c1c;background:#dc262614;border-color:#dc262638}.approval-status-select--partial .approval-status-select__dot{background:#d97706}.approval-status-select--partial .approval-status-select__control{color:#b45309;background:#f59e0b1f;border-color:#f59e0b47}.announcement-form-modal{max-width:min(92vw,36rem)}.announcement-form-modal .holiday-leave-form-modal__header{padding:.85rem 1rem .7rem}.announcement-form-modal .holiday-leave-form-modal__title{font-size:.95rem}.announcement-form-modal .holiday-leave-form-modal__subtitle{font-size:.72rem}.announcement-form-modal .holiday-leave-form-modal__content{padding:.85rem 1rem .95rem}.announcement-form-modal .holiday-leave-form-modal__footer{padding:.7rem 1rem .8rem}.announcement-form-modal .holiday-leave-form-modal__body{max-height:calc(100vh - 11.5rem)}.announcement-form-modal .app-form-modal__section{gap:.45rem}.announcement-form-modal .app-form-modal__field-head{margin-bottom:.25rem}.announcement-form-modal .form-label{margin-bottom:.25rem;font-size:.68rem}.announcement-form-modal .form-control,.announcement-form-modal .form-select,.announcement-form-modal textarea.form-control{padding:.4rem .65rem;font-size:.8125rem;border-radius:.5rem;min-height:2.2rem}.announcement-form-modal .form-info-hint{margin-top:.25rem;padding:.4rem .55rem;font-size:.7rem;border-radius:.45rem;line-height:1.3}.announcement-form-modal .form-info-hint .form-info-hint__icon,.announcement-form-modal .form-info-hint .material-symbols-rounded{font-size:.9rem}.announcement-form-modal .leave-staff-select__count-badge{font-size:.68rem;padding:.15rem .45rem}.role-permissions-grid{gap:.65rem}.role-permission-toggle{flex:0 0 auto;width:auto}.role-permission-toggle .status-toggle__row{min-height:auto}.role-permission-toggle .status-toggle__control{width:1.7rem;height:.92rem;padding:.08rem}.role-permission-toggle .status-toggle__control.is-active{background-color:var(--bs-primary);box-shadow:inset 0 1px 2px #0f172a1f}.role-permission-toggle .status-toggle__control.is-inactive{background-color:#cbd5e1}.role-permission-toggle .status-toggle__control.is-active .status-toggle__thumb{transform:translate(.72rem)}.role-permission-toggle .status-toggle__control:focus-visible{outline:2px solid rgba(var(--bs-primary-rgb),.28);outline-offset:1px}.role-permission-toggle .status-toggle__thumb{left:.08rem;top:.08rem;width:.76rem;height:.76rem;box-shadow:0 1px 2px #0f172a2e}.announcement-status-toggle{width:100%}.announcement-form{display:flex;flex-direction:column;gap:.65rem;min-width:0}.announcement-form__top-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.55rem;align-items:end}.announcement-form__top-row>.app-form-modal__field{display:flex;flex-direction:column;min-width:0;width:100%}@media(max-width:575.98px){.announcement-form__top-row{grid-template-columns:1fr;align-items:stretch}}.announcement-form__all-workers-field .form-label{margin-bottom:.25rem}.announcement-form__all-workers-field .announcement-form__radio-group{display:flex;align-items:center;gap:.3rem;width:100%;min-height:2.2rem;padding:.2rem .3rem;border:1px solid #e2e8f0;border-radius:.55rem;background:#fff;box-sizing:border-box}.announcement-form__all-workers-field .announcement-form__radio{display:inline-flex;align-items:center;gap:.35rem;margin:0;padding:.28rem .5rem;border:1px solid transparent;border-radius:.4rem;color:#334155;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.announcement-form__all-workers-field .announcement-form__radio input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:.95rem;height:.95rem;margin:0;flex:0 0 auto;border:1.5px solid #cbd5e1;border-radius:50%;background:#fff;background-repeat:no-repeat;background-position:center;background-size:.55rem .55rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.announcement-form__all-workers-field .announcement-form__radio input:checked{border-color:#63272e;background-color:#63272e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2L6.4 11.1L12.5 4.9' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.announcement-form__all-workers-field .announcement-form__radio input:focus-visible{outline:2px solid rgba(99,39,46,.45);outline-offset:2px}.announcement-form__all-workers-field .announcement-form__radio:has(input:checked){background:#63272e14;border-color:#63272e59;color:#63272e}.announcement-form__duty-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}@media(min-width:576px){.announcement-form__duty-types{grid-template-columns:repeat(3,minmax(0,1fr))}}.announcement-form__duty-type{display:flex;align-items:center;gap:.4rem;margin:0;padding:.4rem .55rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#475569;font-size:.74rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.announcement-form__duty-type input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:.95rem;height:.95rem;margin:0;flex:0 0 auto;border:1.5px solid #cbd5e1;border-radius:50%;background:#fff;background-repeat:no-repeat;background-position:center;background-size:.55rem .55rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.announcement-form__duty-type input:checked{border-color:#63272e;background-color:#63272e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2L6.4 11.1L12.5 4.9' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.announcement-form__duty-type input:focus-visible{outline:2px solid rgba(99,39,46,.45);outline-offset:2px}.announcement-form__duty-type--selected{border-color:#63272e66;background:#63272e14;color:#63272e}.announcement-form__attachment-list{list-style:none;margin:.45rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.announcement-form__attachment-tag{display:inline-flex;align-items:center;gap:.2rem;min-width:0;max-width:100%;padding:.28rem .28rem .28rem .55rem;border:1px solid rgba(var(--bs-primary-rgb),.22);border-radius:999px;background:rgba(var(--bs-primary-rgb),.08)}.announcement-form__attachment-item{display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:.45rem;background:#f8fafc;font-size:.74rem}.announcement-form__attachment-item a,.announcement-form__attachment-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-form__attachment-link{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bs-primary);font-size:.72rem;font-weight:600;text-decoration:none}.announcement-form__attachment-link:hover,.announcement-form__attachment-link:focus-visible{color:#4f1319;text-decoration:underline;text-underline-offset:.12em}.announcement-form__attachment-remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.3rem;height:1.3rem;padding:0;border:0;border-radius:999px;background:transparent;color:rgba(var(--bs-primary-rgb),.65);line-height:1;cursor:pointer}.announcement-form__attachment-remove .material-symbols-rounded{font-size:.95rem;font-weight:700}.announcement-form__attachment-remove:hover,.announcement-form__attachment-remove:focus-visible{color:#fff;background:var(--bs-primary);outline:none}.announcement-form__optional-badge{display:inline-flex;align-items:center;padding:.1rem .4rem;border-radius:999px;background:rgba(var(--bs-primary-rgb),.08);color:var(--bs-primary);font-size:.66rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.announcement-form__section-help{margin:0 0 .15rem;color:#64748b;font-size:.7rem;font-weight:500;line-height:1.3}.announcement-form__fields{display:flex;flex-direction:column;gap:.55rem;min-width:0}.announcement-form__meta-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.55rem;align-items:start}.announcement-form__meta-row:has(.announcement-form__status-field){grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr) minmax(7.5rem,.7fr)}@media(max-width:575.98px){.announcement-form__meta-row{grid-template-columns:1fr}.announcement-form__meta-row:has(.announcement-form__status-field){grid-template-columns:1fr}}.announcement-form__status-field{align-self:end}.announcement-form__status-field .status-toggle{width:100%}.announcement-form__attachments-field .form-control{min-height:2.1rem;padding-block:.3rem}.announcement-form__hint{display:flex;align-items:flex-start;gap:.35rem;margin:0;padding:.4rem .55rem;color:#0369a1;font-size:.68rem;font-weight:500;line-height:1.3;background:#f0f9ff;border:1px solid #bae6fd;border-radius:.45rem}.announcement-form__hint-icon{flex-shrink:0;font-size:.9rem;line-height:1.2}.announcement-form textarea.form-control{min-height:4.25rem;resize:vertical}.announcement-form .holiday-leave-form-modal__date-row{gap:.55rem}.duty-change-request-modal{max-width:min(92vw,34rem)}.duty-change-request-modal__content{padding-top:.95rem;padding-bottom:1rem}.duty-change-request-modal__edit-fields{display:flex;flex-direction:column;gap:.65rem;margin-top:.45rem;padding-top:.45rem;border-top:1px solid rgba(15,23,42,.08)}.duty-change-request-modal__field .form-label{margin-bottom:.3rem}.duty-change-request-modal__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.duty-change-request-detail{display:flex;flex-direction:column;gap:.85rem;min-width:0}.duty-change-request-detail__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.05),rgba(var(--bs-primary-rgb),.015));border:1px solid rgba(var(--bs-primary-rgb),.12);border-radius:.8rem}.duty-change-request-detail__summary-main{min-width:0}.duty-change-request-detail__status-row{display:flex;justify-content:flex-start}.duty-change-request-detail__officer{margin:0;color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.3}.duty-change-request-detail__label{margin:0 0 .2rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.duty-change-request-detail__value,.duty-change-request-detail__text{margin:0;color:#0f172a;font-size:.86rem;font-weight:600;line-height:1.45}.duty-change-request-detail__meta{display:grid;gap:.75rem}.duty-change-request-detail__meta--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.duty-change-request-detail__meta--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:767.98px){.duty-change-request-detail__meta--cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.duty-change-request-detail__meta{grid-template-columns:1fr}}.duty-change-request-detail__meta-item{min-width:0;padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.7rem}.duty-change-request-detail__change{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.55rem;align-items:stretch}@media(max-width:575.98px){.duty-change-request-detail__change{grid-template-columns:1fr}}.duty-change-request-detail__duty{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:.7rem .75rem;border-radius:.75rem}.duty-change-request-detail__duty--current{background:#f8fafc;border:1px solid #e2e8f0}.duty-change-request-detail__duty--requested{background:rgba(var(--bs-primary-rgb),.06);border:1px solid rgba(var(--bs-primary-rgb),.14)}.duty-change-request-detail__duty-label{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.duty-change-request-detail__duty-value{color:#0f172a;font-size:.86rem;font-weight:700;line-height:1.35}.duty-change-request-detail__arrow{align-self:center;color:var(--bs-primary);font-size:1.2rem}@media(max-width:575.98px){.duty-change-request-detail__arrow{justify-self:center;transform:rotate(90deg)}}.duty-change-request-detail__block{padding:.7rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.duty-change-request-detail__comment{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem .75rem;border-radius:.75rem}.duty-change-request-detail__comment--approved{background:rgba(var(--bs-success-rgb),.08);border:1px solid rgba(var(--bs-success-rgb),.18);color:#166534}.duty-change-request-detail__comment--rejected{background:rgba(var(--bs-danger-rgb),.08);border:1px solid rgba(var(--bs-danger-rgb),.18);color:#b91c1c}.duty-change-request-detail__comment--requested{background:rgba(var(--bs-info-rgb),.08);border:1px solid rgba(var(--bs-info-rgb),.18);color:#0369a1}.duty-change-request-detail__comment-icon{flex:0 0 auto;font-size:1.05rem;margin-top:.05rem}.duty-change-request-detail__comment-body{min-width:0;flex:1 1 auto}.holiday-leave-request-detail{display:flex;flex-direction:column;gap:.85rem;min-width:0}.holiday-leave-request-detail__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.05),rgba(var(--bs-primary-rgb),.015));border:1px solid rgba(var(--bs-primary-rgb),.12);border-radius:.8rem}.holiday-leave-request-detail__summary-main{min-width:0}.holiday-leave-request-detail__status-row{display:flex;justify-content:flex-start}.holiday-leave-request-detail__officer{margin:0;color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.35;word-break:break-word}.holiday-leave-request-detail__label{margin:0 0 .2rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.holiday-leave-request-detail__value,.holiday-leave-request-detail__text{margin:0;color:#0f172a;font-size:.86rem;font-weight:600;line-height:1.45}.holiday-leave-request-detail__meta-stack{display:flex;flex-direction:column;gap:.75rem;min-width:0}.holiday-leave-request-detail__meta{display:grid;gap:.75rem}.holiday-leave-request-detail__meta--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-leave-request-detail__meta--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:767.98px){.holiday-leave-request-detail__meta--cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.holiday-leave-request-detail__meta{grid-template-columns:1fr}}.holiday-leave-request-detail__meta-item{min-width:0;padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.7rem}.holiday-leave-request-detail__partial{display:flex;flex-direction:column;gap:.55rem;padding:.75rem;background:rgba(var(--bs-warning-rgb),.06);border:1px solid rgba(var(--bs-warning-rgb),.18);border-radius:.75rem}.holiday-leave-request-detail__partial-title{margin:0;color:#92400e;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.holiday-leave-request-detail__partial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:575.98px){.holiday-leave-request-detail__partial-grid{grid-template-columns:1fr}}.holiday-leave-request-detail__block{padding:.7rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.holiday-leave-request-detail__comment{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem .75rem;border-radius:.75rem}.holiday-leave-request-detail__comment--approved{background:rgba(var(--bs-success-rgb),.08);border:1px solid rgba(var(--bs-success-rgb),.18);color:#166534}.holiday-leave-request-detail__comment--rejected{background:rgba(var(--bs-danger-rgb),.08);border:1px solid rgba(var(--bs-danger-rgb),.18);color:#b91c1c}.holiday-leave-request-detail__comment--partial,.holiday-leave-request-detail__comment--requested{background:rgba(var(--bs-info-rgb),.08);border:1px solid rgba(var(--bs-info-rgb),.18);color:#0369a1}.holiday-leave-request-detail__comment-icon{flex:0 0 auto;font-size:1.05rem;margin-top:.05rem}.holiday-leave-request-detail__comment-body{min-width:0;flex:1 1 auto}.duty-change-form-modal{max-width:min(92vw,36rem)}.duty-change-form-modal .holiday-leave-form-modal__fields{gap:.55rem}.duty-change-form-modal .holiday-leave-form-modal__fields .form-info-hint{margin-top:.25rem}.duty-change-form{display:flex;flex-direction:column;gap:.5rem;min-width:0}.duty-change-form__fields{gap:.55rem}.duty-change-form__field{min-width:0}.duty-change-form__loading-note{color:#64748b;font-size:.72rem;margin-top:.2rem}.duty-change-form__current{align-items:center;background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.06),rgba(var(--bs-primary-rgb),.02));border:1px solid rgba(var(--bs-primary-rgb),.14);border-radius:.75rem;display:flex;gap:.65rem;padding:.55rem .75rem}.duty-change-form__current-icon{align-items:center;background:rgba(var(--bs-primary-rgb),.12);border-radius:.65rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:2.25rem;justify-content:center;width:2.25rem}.duty-change-form__current-icon .material-symbols-rounded{font-size:1.15rem}.duty-change-form__current-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.duty-change-form__current-label{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.duty-change-form__current-value{color:#0f172a;font-size:.9rem;font-weight:700;line-height:1.3}.duty-change-form__notice{align-items:flex-start;background:rgba(var(--bs-info-rgb),.08);border:1px solid rgba(var(--bs-info-rgb),.18);border-radius:.75rem;color:#0369a1;display:flex;font-size:.78rem;gap:.45rem;line-height:1.4;padding:.55rem .75rem}.duty-change-form__notice-icon{flex:0 0 auto;font-size:1rem;margin-top:.05rem}.duty-change-form__requested{display:flex;flex-direction:column;gap:.4rem}.duty-change-form__section-head{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem .75rem;justify-content:space-between}.duty-change-form__section-label{color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.duty-change-form__section-note{color:#64748b;font-size:.68rem;font-weight:600}.duty-change-form__split{display:grid;gap:.55rem;grid-template-columns:repeat(2,minmax(0,1fr))}.duty-change-form__preview{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;color:#166534;display:flex;font-size:.82rem;gap:.55rem;line-height:1.45;padding:.55rem .75rem}.duty-change-form__preview-icon{color:#16a34a;flex:0 0 auto;font-size:1.1rem}.duty-change-form__preview-text strong{color:#14532d;font-weight:700}.duty-change-form__optional{color:#94a3b8;font-size:.68rem;font-weight:600;margin-left:.35rem;text-transform:none}.duty-change-form__actions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.duty-change-form .form-text{font-size:.72rem;margin-top:.35rem}@media(max-width:575.98px){.duty-change-form__split{grid-template-columns:1fr}}.leave-staff-select.profile-select .dropdown-menu.leave-staff-select__menu{--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0;padding:0!important}.leave-staff-select__menu{display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;box-shadow:0 1rem 2rem #0f172a1f}.leave-staff-select__menu--open{display:flex!important}.leave-staff-select__search{flex:0 0 auto;background:#fff;border-bottom:1px solid #f1f5f9}.leave-staff-select__search .form-control{border-color:#e2e8f0;font-size:.8125rem}.leave-staff-select__list{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.35rem .35rem 1rem;overscroll-behavior:contain;scroll-padding-block:.5rem;-webkit-overflow-scrolling:touch}.leave-staff-select__footer{flex:0 0 auto;padding:.55rem .75rem .65rem;border-top:1px solid #f1f5f9;background:#fff}.leave-staff-select__selected{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.35rem}.leave-staff-select__count-badge{display:inline-flex;align-items:center;padding:.1rem .45rem;border-radius:999px;background:rgba(var(--bs-primary-rgb),.08);color:var(--bs-primary);font-size:.68rem;font-weight:700;line-height:1.2}.leave-staff-select__chip{display:inline-flex;align-items:center;flex:0 1 auto;max-width:9.5rem;padding:.06rem .38rem;border-radius:999px;background:rgba(var(--bs-primary-rgb),.08);color:var(--bs-primary);font-size:.65rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-competency-select .dropdown-toggle:after{display:none}.staff-competency-select__toggle{min-height:2.55rem;padding-top:.45rem!important;padding-bottom:.45rem!important;border-radius:.7rem!important;border-color:#e2e8f0!important;box-shadow:none!important}.staff-competency-select__toggle:hover,.staff-competency-select__toggle:focus,.staff-competency-select__toggle[aria-expanded=true]{border-color:rgba(var(--bs-primary-rgb),.35)!important;color:var(--bs-primary)!important}.staff-competency-select__toggle-icon{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border-radius:.5rem;color:var(--bs-primary);display:inline-flex;flex:0 0 auto;height:1.7rem;justify-content:center;width:1.7rem}.staff-competency-select__toggle-text{color:#475569;font-size:.875rem;font-weight:600}.staff-competency-select__count{align-items:center;background:var(--bs-primary);border-radius:999px;color:#fff;display:inline-flex;font-size:.68rem;font-weight:700;height:1.35rem;justify-content:center;line-height:1;min-width:1.35rem;padding:0 .4rem}.staff-competency-menu{min-width:min(100%,22rem)!important;width:max(100%,22rem)!important;max-width:min(92vw,28rem);max-height:none!important;overflow:hidden!important;padding:0!important;border:1px solid #e2e8f0!important;border-radius:.85rem!important;box-shadow:0 1rem 2rem #0f172a1f!important}.staff-competency-menu__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem .55rem;border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;list-style:none}.staff-competency-menu__grid{list-style:none;margin:0;padding:.45rem;max-height:14.5rem;overflow-y:auto}.staff-competency-menu__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;list-style:none;margin:0;padding:0}@media(max-width:575.98px){.staff-competency-menu__options{grid-template-columns:1fr}}.staff-competency-option{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:.7rem;color:#334155;cursor:pointer;display:flex;gap:.55rem;padding:.6rem .65rem;text-align:left;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;width:100%}.staff-competency-option__mark{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;color:transparent;display:inline-flex;flex:0 0 auto;height:1.15rem;justify-content:center;margin-top:.1rem;width:1.15rem}.staff-competency-option__mark .material-symbols-rounded{font-size:.85rem;font-weight:700;line-height:1}.staff-competency-option__label{flex:1 1 auto;font-size:.8rem;font-weight:600;line-height:1.35;min-width:0}.staff-competency-option:hover,.staff-competency-option:focus-visible{background:rgba(var(--bs-primary-rgb),.04);border-color:rgba(var(--bs-primary-rgb),.35);color:var(--bs-primary);outline:none}.staff-competency-option.is-selected{background:rgba(var(--bs-primary-rgb),.1);border-color:var(--bs-primary);box-shadow:0 0 0 1px rgba(var(--bs-primary-rgb),.12);color:var(--bs-primary)}.staff-competency-option.is-selected .staff-competency-option__mark{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.staff-competency-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.7rem}.staff-competency-chip{align-items:center;background:rgba(var(--bs-primary-rgb),.1);border:1px solid rgba(var(--bs-primary-rgb),.18);border-radius:999px;color:var(--bs-primary);cursor:pointer;display:inline-flex;font-size:.72rem;font-weight:700;gap:.35rem;line-height:1.2;max-width:100%;padding:.28rem .55rem .28rem .7rem;transition:background-color .15s ease,border-color .15s ease}.staff-competency-chip span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-competency-chip__remove{align-items:center;background:rgba(var(--bs-primary-rgb),.14);border-radius:999px;display:inline-flex;font-size:.85rem;height:1.05rem;justify-content:center;line-height:1;width:1.05rem}.staff-competency-chip:hover,.staff-competency-chip:focus-visible{background:rgba(var(--bs-primary-rgb),.16);border-color:rgba(var(--bs-primary-rgb),.28);outline:none}.guest-room-booking-list{display:grid;gap:.45rem;max-height:12.5rem;overflow-y:auto;padding:.15rem}.guest-room-booking-option{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:#334155;cursor:pointer;display:flex;gap:.75rem;justify-content:space-between;padding:.7rem .85rem;text-align:left;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;width:100%}.guest-room-booking-option:hover:not(:disabled),.guest-room-booking-option:focus-visible{background:rgba(var(--bs-primary-rgb),.04);border-color:rgba(var(--bs-primary-rgb),.35);outline:none}.guest-room-booking-option:disabled{cursor:default;opacity:.75}.guest-room-booking-option.is-selected{background:rgba(var(--bs-primary-rgb),.1);border-color:var(--bs-primary);box-shadow:0 0 0 1px rgba(var(--bs-primary-rgb),.15);color:var(--bs-primary)}.guest-room-booking-option__main{display:grid;gap:.15rem;min-width:0}.guest-room-booking-option__name{font-size:.88rem;font-weight:700;line-height:1.25}.guest-room-booking-option__meta{color:#64748b;font-size:.72rem;font-weight:500;line-height:1.3}.guest-room-booking-option.is-selected .guest-room-booking-option__meta{color:color-mix(in srgb,var(--bs-primary) 72%,#64748b)}.guest-room-booking-option__capacity{flex:0 0 auto;font-size:.72rem;font-weight:700;white-space:nowrap}.leave-staff-option{display:flex;align-items:center;gap:.625rem;border-radius:.75rem;padding:.55rem .65rem!important;white-space:normal;width:100%;border:0;background:transparent;text-align:left}.leave-staff-option--button{cursor:pointer}.leave-staff-option--button:hover,.leave-staff-option--button:focus-visible{background:#f8fafc}.leave-staff-option--selected{background:rgba(var(--bs-primary-rgb),.08)}.leave-staff-option__checkbox{flex:0 0 auto;margin:0;pointer-events:none}.leave-staff-option__avatar{width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:rgba(var(--bs-primary-rgb),.12);color:var(--bs-primary);font-size:.8125rem;font-weight:700}.leave-staff-option__body{min-width:0;display:flex;flex-direction:column;gap:.1rem}.leave-staff-option__name{color:#334155;font-size:.875rem;font-weight:700;line-height:1.2}.leave-staff-option__meta{color:#64748b;font-size:.75rem;line-height:1.2}.leave-staff-option__check{margin-left:auto;color:var(--bs-primary);font-weight:800}.modal{--bs-modal-zindex: 2000;--bs-modal-width: 650px;--bs-modal-padding: 0 2rem;--bs-modal-border-width: 0;--bs-modal-header-border-width: 0;--bs-modal-footer-border-width: 0;z-index:var(--bs-modal-zindex)}.modal:not(.show){pointer-events:none}.modal-header{--bs-modal-header-padding: 1.4rem 2rem}.modal-footer{padding:2.25rem 2rem 1.5rem;--bs-modal-footer-gap: 0}.modal-backdrop{--bs-backdrop-zindex: 1990;z-index:var(--bs-backdrop-zindex)}.modal-backdrop:not(.show){pointer-events:none}.confirm-delete-modal{max-width:22rem;margin:0 auto}.confirm-delete-modal .modal-content{border:0;border-radius:.85rem;box-shadow:0 1.25rem 3rem #0f172a3d}.confirm-delete-modal__body{padding:1.15rem 1.1rem 1.05rem!important}.confirm-delete-modal__message{margin-bottom:.9rem!important;font-size:.9rem;font-weight:600;line-height:1.4}.confirm-delete-modal__actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem}.confirm-delete-modal__actions .btn{min-width:5.25rem;min-height:2rem;padding:.3rem .8rem!important;font-size:.78rem!important;line-height:1.2;white-space:nowrap}.modal:has(.confirm-delete-modal){z-index:2200}.modal-backdrop.show+.modal-backdrop.show{z-index:2190}.confirm-approval-modal{max-width:26rem}.confirm-approval-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f172a33}.confirm-approval-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .85rem;border-bottom:1px solid #f1ece6}.confirm-approval-modal__heading{display:flex;align-items:center;gap:.65rem;min-width:0}.confirm-approval-modal__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.2rem;height:2.2rem;font-size:1.35rem;border-radius:.7rem}.confirm-approval-modal__title{color:#0f172a;font-size:1rem;font-weight:800;line-height:1.25}.confirm-approval-modal__body{padding:1rem 1.1rem .35rem}.confirm-approval-modal__summary{padding:.85rem .95rem;margin-bottom:.85rem;border-radius:.85rem}.confirm-approval-modal__summary-label{margin:0 0 .2rem;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.confirm-approval-modal__summary-request{margin:0;color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.3}.confirm-approval-modal__summary-staff{margin:.25rem 0 0;color:#475569;font-size:.82rem;font-weight:600}.confirm-approval-modal__message{margin:0;color:#64748b;font-size:.8rem;font-weight:500;line-height:1.45}.confirm-approval-modal__field{margin-top:.85rem}.confirm-approval-modal__field .form-label{margin-bottom:.35rem;color:#334155;font-size:.78rem;font-weight:700}.confirm-approval-modal__field .form-select{min-height:2.5rem;padding:.55rem .75rem;color:#0f172a;font-size:.82rem;border-color:#e2e8f0;border-radius:.75rem}.confirm-approval-modal__field .form-select:focus{border-color:#94a3b8;box-shadow:0 0 0 .15rem #94a3b82e}.confirm-approval-modal__comment{margin-top:.85rem}.confirm-approval-modal__comment .form-label{margin-bottom:.35rem;color:#334155;font-size:.78rem;font-weight:700}.confirm-approval-modal__comment textarea.form-control{min-height:5.5rem;padding:.65rem .75rem;color:#0f172a;font-size:.82rem;border-color:#e2e8f0;border-radius:.75rem;resize:vertical}.confirm-approval-modal__comment textarea.form-control:focus{border-color:#94a3b8;box-shadow:0 0 0 .15rem #94a3b82e}.confirm-approval-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;padding:.85rem 1.1rem 1rem;border-top:1px solid #f1ece6}.confirm-approval-modal__footer .btn{min-width:6.5rem;min-height:2.65rem}.confirm-approval-modal--approve .confirm-approval-modal__icon{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.confirm-approval-modal--approve .confirm-approval-modal__summary{background:linear-gradient(135deg,#f0fdf4,#fff);border:1px solid #bbf7d0}.confirm-approval-modal--reject .confirm-approval-modal__icon{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.confirm-approval-modal--reject .confirm-approval-modal__summary{background:linear-gradient(135deg,#fef2f2,#fff);border:1px solid #fecaca}@media(max-width:1399.98px){.duty-grid-layout-sidebar{width:260px}.navbar-nav{--bs-nav-link-font-size: 14px}}@media(max-width:1199.98px){.duty-grid-layout .duty-assignment-table .duty-department-header,.duty-grid-layout .duty-assignment-table .duty-department-cell{width:200px;min-width:200px}.duty-grid-layout-sidebar{width:250px}.duty-grid-layout .duty-shift-header__title{font-size:14px}}@media(max-width:575.98px){.layout-aside:has(.app-sidebar.is-collapsed),[class*=layout-aside]:has(.app-sidebar.is-collapsed){min-width:0px!important;width:0!important}.app-notification-menu{min-width:270px}.app-layout-shell.layout--tablet .layout-content,.app-layout-shell.layout--tablet .layout-header{padding-left:0}.table:has([data-label]){min-width:auto!important}.table:has([data-label]) thead{display:none}.table:has([data-label]) tr{display:flex;flex-direction:column;padding:18px 40px 12px 18px;position:relative;gap:3px;border-bottom:1px solid #dee2e6}.table:has([data-label]) tr th,.table:has([data-label]) tr td{padding:0;display:flex;gap:.5rem;align-items:center}.table:has([data-label]) tr th:before,.table:has([data-label]) tr td:before{content:attr(data-label);display:block;font-weight:500;color:#64748b;font-size:.875rem}.table:has([data-label]) tr th[data-label=Action],.table:has([data-label]) tr td[data-label=Action]{position:absolute;right:3px;top:0}.table:has([data-label]) tr th[data-label=Action]:before,.table:has([data-label]) tr td[data-label=Action]:before{content:none}.table:has([data-label]) tr th[data-label="No data available"]:before,.table:has([data-label]) tr td[data-label="No data available"]:before{content:none}.listing-table--officer-requests{border:0;box-shadow:none;background:transparent;overflow:visible}.listing-table--officer-requests .listing-table__footer{margin-top:.35rem;padding:.65rem .15rem 0;border-top:0}.listing-table--officer-requests .table:has([data-label]){border-collapse:separate;border-spacing:0 .65rem}.listing-table--officer-requests .table:has([data-label]) tbody{display:block}.listing-table--officer-requests .table:has([data-label]) tr{display:block;margin:0;padding:.85rem 2.75rem .85rem .9rem;border:1px solid rgba(226,232,240,.95);border-radius:.9rem;background:#fff;box-shadow:0 .45rem 1.25rem #0f172a0b;gap:0}.listing-table--officer-requests .table:has([data-label]) tr td{display:block;width:100%;padding:0!important;border:0!important;gap:0}.listing-table--officer-requests .table:has([data-label]) tr td:before{content:none}.listing-table--officer-requests .table:has([data-label]) tr td[data-label=Action]{position:absolute;right:.35rem;top:.45rem;width:auto}.listing-table--officer-requests .table:has([data-label]) tr td.officer-request-card-cell{padding-right:.15rem!important}.listing-table--officer-requests .officer-request-card__reason-text{max-width:100%}.staff-duty-panel{min-height:auto}.dashboard-schedule-list,.dashboard-staffing-list{max-height:initial}}.birthday-wish-modal{position:relative;max-width:min(92vw,30rem);overflow:hidden;border:0;border-radius:1.25rem;box-shadow:0 1.5rem 3.5rem #5b182d47}.birthday-wish-modal .modal-content{overflow:hidden;border:0;background:transparent}.birthday-wish-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 18%,rgba(250,204,21,.35),transparent 42%),radial-gradient(circle at 88% 12%,rgba(251,146,60,.28),transparent 38%),linear-gradient(145deg,#fff7ed,#fff 42%,#fdf2f8);pointer-events:none}.birthday-wish-modal__spark{position:absolute;border-radius:999px;opacity:.55;animation:birthdayWishSpark 4.5s ease-in-out infinite}.birthday-wish-modal__spark--1{top:1.2rem;left:1.4rem;width:.55rem;height:.55rem;background:#f97316}.birthday-wish-modal__spark--2{top:2.4rem;right:2rem;width:.4rem;height:.4rem;background:#facc15;animation-delay:.8s}.birthday-wish-modal__spark--3{bottom:4.5rem;left:2.2rem;width:.45rem;height:.45rem;background:#db2777;animation-delay:1.4s}.birthday-wish-modal__spark--4{bottom:3.2rem;right:1.6rem;width:.5rem;height:.5rem;background:#8b2f45;animation-delay:2s}.birthday-wish-modal__header{position:relative;z-index:1;display:flex;justify-content:flex-end;padding:.85rem .95rem 0;border:0;background:transparent}.birthday-wish-modal__close{opacity:.55}.birthday-wish-modal__body{position:relative;z-index:1;padding:0 1.5rem 1rem;text-align:center}.birthday-wish-modal__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;margin:0 auto .85rem;border-radius:1.2rem;background:linear-gradient(135deg,#f97316,#facc15);box-shadow:0 1rem 2rem #f9731647}.birthday-wish-modal__icon{font-size:2.35rem;color:#fff}.birthday-wish-modal__eyebrow{margin:0 0 .35rem;color:#8b2f45;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.birthday-wish-modal__title{margin:0 0 .75rem;color:#0f172a;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:800;line-height:1.2}.birthday-wish-modal__message{margin:0 auto .65rem;max-width:24rem;color:#475569;font-size:.95rem;line-height:1.55}.birthday-wish-modal__subtitle{margin:0 auto 1rem;max-width:22rem;color:#64748b;font-size:.82rem;font-weight:600;line-height:1.45}.birthday-wish-modal__queue-note{margin:0 auto .85rem;max-width:22rem;color:#c2410c;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.birthday-wish-modal__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.birthday-wish-modal__badge{padding:.28rem .65rem;border:1px solid rgba(139,47,69,.14);border-radius:999px;background:#ffffffb8;color:#7c2d3f;font-size:.72rem;font-weight:700}.birthday-wish-modal__footer{position:relative;z-index:1;justify-content:center;padding:0 1.5rem 1.35rem;border:0;background:transparent}.birthday-wish-modal__btn{min-width:9rem;padding:.55rem 1.25rem;border:0;border-radius:999px;background:linear-gradient(135deg,#8b2f45,#b4534d);color:#fff;font-size:.9rem;font-weight:700;box-shadow:0 .75rem 1.5rem #8b2f4547}.birthday-wish-modal__btn:hover,.birthday-wish-modal__btn:focus{background:linear-gradient(135deg,#7c2840,#a34742);color:#fff}@keyframes birthdayWishSpark{0%,to{transform:translateY(0) scale(1);opacity:.45}50%{transform:translateY(-.35rem) scale(1.15);opacity:.9}}
