@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";*{font-family:Poppins,sans-serif;font-style:normal}.MuiToolbar-root{height:84px}body{margin:0;padding:0;background:var(--primary-background-color)}.app{display:flex;width:100%;height:100%;background:var(--primary-background-color)}.app .app-content{flex-grow:1;padding:0 20px;box-sizing:border-box;width:100vw}.fs .app .app-content{padding:0}.pile{display:grid;place-items:center;grid-template-areas:"pile"}.pile>*{grid-area:pile}.form-grid-container{width:100%;--xs-cols: 1;--sm-cols: 1;--md-cols: 1;--lg-cols: 1;--xl-cols: 1;--gap: 6px;--row-min-height: 38px;display:grid;align-items:start;grid-auto-rows:minmax(var(--row-min-height),auto);gap:var(--gap);grid-template-columns:repeat(var(--xs-cols),1fr)}.form-grid-container.form-grid-container-row{grid-auto-flow:row}.form-grid-container.form-grid-container-col{grid-auto-flow:column}@media (min-width: 600px){.form-grid-container{grid-template-columns:repeat(var(--sm-cols),1fr)}}@media (min-width: 900px){.form-grid-container{grid-template-columns:repeat(var(--md-cols),1fr)}}@media (min-width: 1200px){.form-grid-container{grid-template-columns:repeat(var(--lg-cols),1fr)}}@media (min-width: 1536px){.form-grid-container{grid-template-columns:repeat(var(--xl-cols),1fr)}}.detail-container-header{display:flex;align-items:center}.detail-container-header>a:has(>svg){height:36px;color:#000}.detail-container-header>a>svg{font-size:36px}.MuiTextField-root:has(.MuiInputBase-root input:-webkit-autofill)>label{transform:translate(12px,7px) scale(.75);color:var(--primary-color);font-size:1rem}@keyframes fade-in{0%,50%{opacity:0}to{opacity:1}}.simple-table-container{--cell-padding-y: 6px;--cell-padding-x: 6px;position:relative;min-height:200px}.simple-table-container.density-normal{--cell-padding-y: 6px}.simple-table-container.density-compact{--cell-padding-y: 2px}.simple-table-container.density-extra-compact{--cell-padding-y: 0px;--cell-padding-x: 4px}.simple-table-container.density-comfortable{--cell-padding-y: 12px}.simple-table-container.loading>table{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:breath 2s infinite}.simple-table-container.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;animation:fade-in 2s forwards;background-color:#ffffff59}.simple-table-container .table-loading-indicator{position:absolute;top:0;left:0;right:0;bottom:0;max-height:200px;min-height:200px;z-index:2;display:grid;place-items:center}.simple-table-container .table-loading-indicator>*{animation:fade-in 2s forwards}.simple-table-container table{border-collapse:collapse;border-spacing:0;width:100%}.simple-table-container table tfoot>tr>td.MuiTablePagination-root{width:auto}.simple-table-container table.with-selection-effect>*>tr>*.selection-column{transition:background-color .3s ease}.simple-table-container table.with-selection-effect>*>tr>*.selection-column.selected{background-color:rgba(var(--module-color-selection-rgb, 255, 230, 0),.2)}.simple-table-container table.with-selection-effect>tbody>tr:has(.selection-column.selected){transition:background-color .3s ease;background-image:linear-gradient(to right,rgba(var(--module-color-selection-rgb, 255, 230, 0),.1),transparent)}.simple-table-container table.with-hover>tbody .table-row{transition:background-color .1s ease}.simple-table-container table.with-hover>tbody .table-row:hover{background-color:#ffe6001a}.simple-table-container table.with-hover>tbody .table-row.error-row:hover{background-color:#f003}.simple-table-container table>tbody>tr.table-row.error-row{background-color:#ff00001a}.simple-table-container table>thead>tr>th{padding:var(--cell-padding-y) var(--cell-padding-x);font-size:14px;font-weight:500;color:#333;background-color:var(--module-color-bg, rgba(30, 133, 255, .0705882353))}.simple-table-container table>thead>tr>th.selection-column{width:36px;width:calc(36px + var(--cell-padding-x) * 2);min-width:calc(36px + var(--cell-padding-x) * 2);max-width:calc(36px + var(--cell-padding-x) * 2)}.simple-table-container table>thead>tr>th.action-column{text-align:right}.simple-table-container table>thead>tr>th.action-column.align-left{text-align:left}.simple-table-container table>thead>tr>th.action-column.align-center{text-align:center}.simple-table-container table>thead>tr>th.table-header{line-height:1.5rem;text-align:left;font-size:14px;font-weight:600;color:#637381}.simple-table-container table>thead>tr>th.table-header.no-sort{cursor:default}.simple-table-container table>thead>tr>th.table-header.no-sort>.MuiSvgIcon-root{display:none}.simple-table-container table>tbody>tr>td{padding:var(--cell-padding-y) var(--cell-padding-x);font-size:14px;color:#333;border-bottom:1px solid rgba(77,58,8,.08)}.simple-table-container table>tbody>tr>td.no-padding{--cell-padding-y: 0}.simple-table-container table>tbody>tr>td.sm-padding{--cell-padding-y: 4px}.simple-table-container table>tbody>tr>td.selection-column{text-align:center;width:calc(36px + var(--cell-padding-x) * 2);min-width:calc(36px + var(--cell-padding-x) * 2);max-width:calc(36px + var(--cell-padding-x) * 2)}.simple-table .table-row.loading-row{opacity:.5;pointer-events:none}.table-container table tbody:before{content:"@";display:block;line-height:8px;color:transparent}.table-container table thead{margin-bottom:10px;background-color:#1e85ff12}.table-container table thead th:first-child{border-radius:8px 0 0 8px}.table-container table thead th:last-child{border-radius:0 8px 8px 0}.table-container table input[type=checkbox]{border-radius:10px}.test{color:#7d85a2}.detail-container{display:flex;flex-direction:column}.detail-container .detail-container-header{display:flex;flex-direction:row;padding-bottom:16px}.detail-container .detail-container-header .detail-container-header-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-basis:100%;font-size:32px;font-weight:600}.detail-container .detail-container-header .detail-container-header-title .detail-container-header-title-actions{display:flex;flex-direction:row;align-items:center;gap:12px}.detail-container .detail-panel.with-padding{padding:16px 0}.detail-container .detail-panel .detail-panel-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:18px;font-weight:500;padding-bottom:16px}.detail-container .detail-panel .detail-panel-title .detail-panel-title-actions{display:flex;flex-direction:row;gap:12px}.detail-container .detail-panel .detail-panel-content{display:flex;flex-direction:row;flex-basis:100%;gap:16px;align-items:flex-start;width:100%}@media (max-width: 600px){.wsm-text-field fieldset{border-color:#0000000d;border-radius:8px}}.wsm-text-field :disabled{background-color:#191b230f}.wsm-text-field input{border-radius:8px}input.font-mono{font-family:Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.subheader{display:flex;align-items:center;padding:8px 0}.subheader a{padding:4px 12px;border-radius:6px;color:var(--text-secondary);white-space:nowrap}.subheader a .subheader-item-title span{font-size:13.5px;font-weight:700}.subheader a:focus,.subheader a:hover,.subheader a.active{color:var(--primary-color);background-color:var(--primary-background-color)}.subheader .carousel .arrow-left svg,.subheader .carousel .arrow-right svg{width:15px}.carousel{display:flex;max-width:100%}.carousel .carousel-container{display:flex;gap:8px;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;margin:0 10px}.carousel .carousel-container :hover{background:none!important;color:#000!important}.carousel .active{border-bottom:2px solid;border-color:var(--primary-color);background:none!important;color:#000!important;border-radius:0}.carousel .carousel-container::-webkit-scrollbar{display:none}.appbar{width:calc(100% - 250px);background-color:var(--primary-background-color);box-shadow:0 1px 2px #0000000f}@media (max-width: 600px){.appbar{width:100%}}.appbar .arrow-color{color:#22282f}.appbar.full-width{width:100%}.appbar .toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:calc(100% - 32px)}.appbar .appbar-buttons{display:flex;height:60px}@media (max-width: 600px){.appbar .appbar-buttons svg{font-size:32px;color:#191b23a3}}:has(.sidebar.collapsed) .appbar{width:calc(100% - 60px)}.profile-dropdown{margin-top:72px}.profile-dropdown .profile-dropdown-paper{min-width:160px!important}.wsm-button{box-shadow:none}.wsm-button.button-secondary:hover{background-color:#1e85ff4d!important;box-shadow:0 0 0 1px #00000017}@media (max-width: 600px){.wsm-button.login-button{border-radius:8px;background-color:var(--primary-color)}}.wsm-file-input-button{border:1px solid rgba(0,0,0,.23);padding:6px 16px;border-radius:8px}.wsm-file-input-button:hover{border:1px solid rgba(0,0,0,.87)}.MuiButtonGroup-root{--btn-border-radius: 8px}.MuiButtonGroup-root>.MuiButton-root{border-radius:0}.MuiButtonGroup-root>.MuiButton-root:first-child{border-top-left-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-radius)}.MuiButtonGroup-root>.MuiButton-root:last-child{border-top-right-radius:var(--btn-border-radius);border-bottom-right-radius:var(--btn-border-radius)}.sidebar{width:250px}.sidebar .sidebar-collapse-button{position:absolute;top:50px;left:238px;border-radius:50%;z-index:999999;width:24px;height:24px;display:grid;place-items:center;cursor:pointer;color:#eee;background-color:#202123;border:1px solid rgba(255,255,255,.3764705882)}.sidebar .sidebar-collapse-button:hover{background-color:#fff;color:#000}.sidebar .sidebar-paper{width:250px;background:#202123;color:#fff!important}.sidebar.collapsed{width:60px}.sidebar.collapsed .sidebar-collapse-button{left:48px}.sidebar.collapsed .sidebar-paper{width:60px;background-color:#202123}.sidebar .MuiListItemIcon-root svg{color:#a6a6a7}@media (max-width: 600px){.sidebar{display:none}}.sidebar .sidebar-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}.sidebar .sidebar-content .sidebar-title{margin:25px 0 30px;color:#fff;font-size:20px!important}.sidebar .sidebar-content .list-items .list-item{display:flex;flex-direction:row;margin:6px 0}.sidebar .sidebar-content .list-items .list-item .list-item-icon{min-width:36px!important}.sidebar .sidebar-content .list-items .list-item .list-item-text span{color:#a6a6a7;font-weight:500}.sidebar .sidebar-content .list-items .list-item:hover,.sidebar .sidebar-content .list-items .list-item.active{background:#1e85ff42;border-radius:8px}.sidebar .sidebar-content .list-items .list-item:hover span,.sidebar .sidebar-content .list-items .list-item:hover svg,.sidebar .sidebar-content .list-items .list-item.active span,.sidebar .sidebar-content .list-items .list-item.active svg{color:#fff!important}.mobile-sidebar .sidebar-paper{background:#202123;color:#fff!important}.mobile-sidebar svg{color:#a6a6a7;font-size:22px}.mobile-sidebar .actions{width:-webkit-fill-available;display:flex;justify-content:flex-end;align-items:center;padding:24px 15px}.mobile-sidebar .actions svg{color:#fff;font-size:30px}.mobile-sidebar .content{width:-webkit-fill-available;display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}.mobile-sidebar .content .list-items{width:100%}.mobile-sidebar .content .list-items .list-item{display:flex;flex-direction:row;margin:6px 0}.mobile-sidebar .content .list-items .list-item .list-item-icon{min-width:36px!important}.mobile-sidebar .content .list-items .list-item .list-item-text span{color:#a6a6a7;font-size:22px;font-weight:500}.mobile-sidebar .content .list-items .list-item:hover.active,.mobile-sidebar .content .list-items .list-item.active.active{background:#1e85ff42;border-radius:8px}.mobile-sidebar .content .list-items .list-item:hover span,.mobile-sidebar .content .list-items .list-item:hover svg,.mobile-sidebar .content .list-items .list-item.active span,.mobile-sidebar .content .list-items .list-item.active svg{color:#fff!important}.avatar-icon{color:#191b23a3;background-color:#191b230f}.duration-field{display:flex;flex-direction:column;padding:10px;border:1px solid rgba(25,27,35,.0588235294);border-radius:8px}.duration-field .duration-field-input input[type=text]{width:2ch}.fields-wrapper{border:1px solid rgba(0,0,0,.23);padding:9px;border-radius:4px;position:relative}.fields-wrapper>.content{display:flex;min-height:38px}.fields-wrapper:hover{border:1px solid rgba(0,0,0,.87)}.fields-wrapper>legend{font-size:.875rem;font-weight:500;color:#000000de;padding:0 8px;background-color:#fff;position:absolute;top:-8px;left:8px}.mwr-pool :not(:last-child){padding-bottom:10px}.table-pagination{display:flex}.table-pagination p{font-weight:700}.table-pagination .pagination-toolbar{padding:0}.table-pagination .pagination-select{border:1px solid;border-radius:8px;border-color:#191b230f}.table-pagination .pagination-input{margin:0 8px}.table-pagination .next-button,.table-pagination .back-button{display:none}.list{background-color:#fff;border-radius:6px}.list .list-filters{display:flex;padding:16px 0;gap:16px;justify-content:space-between}.list .list-filters>*{width:auto}.list .list-filters .list-filters-fields-area{display:flex;gap:16px}.list .list-filters .list-filters-fields-area>*{width:auto}.list .list-filters .list-filters-actions-area{display:flex;gap:16px}.list .list-bulk-area{display:flex;align-items:center;flex-basis:100%;padding:16px 0;font-size:x-large;font-weight:500;border-bottom:1px solid var(--standard-gray-color);justify-content:space-between}.list .list-bulk-area .list-bulk-actions-area{margin-left:auto;display:flex;gap:6px;align-items:center}:root{--primary-color: #1E85FF;--secondary-color: #1e85ff12;--neutral-color: #191B23A3;--info-color: #2BCFF7;--warning-color: #FFC423;--success-color: #20C76E;--error-color: #f44336;--primary-background-color: #FFF;--gray-color: #171923A3}.nested-filters .nested-filters-button{padding:4px 16px;color:var(--gray-color);background-color:#f6f6f6;height:36.5px}.nested-filters .nested-filters-button .nested-filters-button-chip{color:#fff;background-color:#000;font-size:14px;height:24px;width:24px;margin-right:8px}.nested-filters .nested-filters-button .nested-filters-button-chip .chip-label{display:flex;justify-content:center;align-items:center;align-content:center}.nested-filters .nested-filters-button .start-icon{margin:0 12px 0 0}.nested-filters .nested-filters-button .end-icon{margin:0 0 0 24px}.filters-popover .MuiPaper-root{padding:16px;gap:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:-10px 10px 90px -50px;border-radius:12px}.pagination{display:flex;padding:0}.pagination ul .Mui-selected{color:#1e85ff;border-color:#1e85ff;background:transparent}.user-detail .avatar-icon{background-color:#fff!important;border:1px solid rgba(30,133,255,.0705882353)}.user-detail .permissions-panel .permission-panel-content{display:flex;flex-direction:column}.user-detail .permissions-panel .permission-panel-content .permission-entry-container{display:flex;flex-direction:column;padding:24px;border:1px solid rgba(25,27,35,.0588235294);border-radius:8px;gap:16px}.user-detail .security-panel .security-panel-content{display:flex;flex-direction:column;gap:12px}.user-detail .security-panel .security-panel-content .security-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;width:100%}.roles-detail-container .roles-detail-panel .roles-detail-panel-content,.email-detail-container .email-detail-panel .email-detail-panel-content{display:flex;flex-direction:column}.email-detail-container .email-detail-panel .email-detail-panel-content .email-html-body-frame{border:1px solid rgba(0,0,0,.1);border-radius:4px;padding:8.5px 14px}.collapse-list-item .list-item{display:flex;flex-direction:row}.collapse-list-item .list-item .list-item-arrow-icon{min-width:22px;margin:0 auto}.photo-field .photo-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-color:var(--secondary-color);padding:20px;gap:25px;width:154px;height:154px}.photo-field .photo-container img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.photo-field .photo-container .identity-icon{font-size:62px}.photo-field .photo-container-grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;place-items:center;background-color:var(--secondary-color);padding:20px;width:154px;height:154px}.photo-field .photo-container-grid>*{grid-column-start:1;grid-row-start:1}.photo-field .photo-container-grid img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.photo-field .actions-container{margin-top:5px;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:space-between;align-items:center}.dropzone{border:2px dashed #ccc;border-radius:5px;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}.dropzone:hover{border-color:#aaa}.dropzone.focused{border-color:#2196f3;background-color:#2196f333}.dropzone.accept{border-color:#4caf50}.dropzone-file{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#2196f333;border-radius:5px;padding:10px;border:1px solid #2196f3;overflow:hidden;text-overflow:ellipsis}.dropzone-file:hover{background-color:#2196f34d}.dropzone-file.success{background-color:#4caf5033;border-color:#4caf50}.dropzone-file.success:hover{background-color:#4caf504d}.dropzone-file.failed,.dropzone-file.error,.dropzone-file.rejected{background-color:#f4433633;border-color:#f44336}.dropzone-file.failed:hover,.dropzone-file.error:hover,.dropzone-file.rejected:hover{background-color:#f443364d}.import-message{--color: #0f68b0;--bg-color: rgb(33 150 243 / .1);color:var(--color);background-color:var(--bg-color)}.import-message.debug,.import-message.trace{--color: rgb(0 0 0 / .55);--bg-color: rgb(0 0 0 / .05)}.import-message.info{--color: #0f68b0;--bg-color: rgb(33 150 243 / .1)}.import-message.warning{--color: #8c5400;--bg-color: rgb(255 152 0 / .1)}.import-message.error,.import-message.critical{--color: #9a2118;--bg-color: rgb(244 67 54 / .1)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 601px){.container{max-width:601px}}@media (min-width: 901px){.container{max-width:901px}}@media (min-width: 1201px){.container{max-width:1201px}}@media (min-width: 1537px){.container{max-width:1537px}}.tlm-candidate-renderer{display:grid;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:stretch;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));font-size:.75rem;line-height:1rem;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 901px){.tlm-candidate-renderer{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1201px){.tlm-candidate-renderer{font-size:1rem;line-height:1.5rem}}.tlm-candidate-renderer:hover{z-index:100;--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.tlm-candidate-renderer:focus{z-index:100;--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.tlm-candidate-renderer:active{z-index:100;--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.tlm-candidate-renderer:focus:active{z-index:100;--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.tlm-candidate-renderer:focus-within{z-index:100;--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.tlm-candidate-renderer.active{z-index:100;--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-right-4{right:-1rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-8{bottom:2rem}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-\[-7px\]{top:-7px}.z-10{z-index:10}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-start-1{grid-column-start:1}.col-start-3{grid-column-start:3}.row-span-1{grid-row:span 1 / span 1}.row-start-1{grid-row-start:1}.float-left{float:left}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mt-1{margin-top:-.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-\[20px\]{margin-left:20px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.aspect-\[3\/4\]{aspect-ratio:3/4}.aspect-square{aspect-ratio:1 / 1}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[100px\]{height:100px}.h-\[12px\]{height:12px}.h-\[24px\]{height:24px}.h-\[6rem\]{height:6rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[24px\]{max-height:24px}.min-h-40{min-height:10rem}.min-h-96{min-height:24rem}.min-h-\[240px\]{min-height:240px}.w-1{width:.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-8{width:2rem}.w-96{width:24rem}.w-\[100px\]{width:100px}.w-\[150px\]{width:150px}.w-\[24px\]{width:24px}.w-\[2ch\]{width:2ch}.w-\[9rem\]{width:9rem}.w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-screen{width:100vw}.min-w-32{min-width:8rem}.min-w-40{min-width:10rem}.min-w-60{min-width:15rem}.min-w-\[100px\]{min-width:100px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[300px\]{min-width:300px}.min-w-\[30px\]{min-width:30px}.min-w-\[75px\]{min-width:75px}.max-w-12{max-width:3rem}.max-w-4xl{max-width:56rem}.max-w-\[24px\]{max-width:24px}.max-w-\[480px\]{max-width:480px}.max-w-\[800px\]{max-width:800px}.max-w-lg{max-width:32rem}.max-w-screen-lg{max-width:1201px}.max-w-screen-md{max-width:901px}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[11fr_auto_16fr\]{grid-template-columns:11fr auto 16fr}.grid-cols-\[1fr_100px\]{grid-template-columns:1fr 100px}.grid-cols-\[1fr_60px\]{grid-template-columns:1fr 60px}.grid-cols-\[2fr_auto_1fr\]{grid-template-columns:2fr auto 1fr}.grid-cols-\[40px_1fr\]{grid-template-columns:40px 1fr}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.grid-cols-\[repeat\(auto-fill\,minmax\(250px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-\[0\]{grid-template-rows:0}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-1{row-gap:.25rem}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-black\/20{border-color:#0003}.border-black\/25{border-color:#00000040}.border-blue-500\/50{border-color:#3b82f680}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-neutral-500{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-black\/5{background-color:#0000000d}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600\/10{background-color:#2563eb1a}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-fuchsia-100{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity, 1))}.bg-fuchsia-500\/10{background-color:#d946ef1a}.bg-fuchsia-600{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-lime-900\/10{background-color:#3653141a}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-neutral-300{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}.bg-neutral-300\/10{background-color:#d4d4d41a}.bg-neutral-300\/50{background-color:#d4d4d480}.bg-neutral-400\/10{background-color:#a3a3a31a}.bg-neutral-400\/20{background-color:#a3a3a333}.bg-neutral-500\/10{background-color:#7373731a}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(210 231 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-tlmName-100{--tw-bg-opacity: 1;background-color:rgb(211 243 223 / var(--tw-bg-opacity, 1))}.bg-tlmName-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-tlmStatusApproved{--tw-bg-opacity: 1;background-color:rgb(0 166 90 / var(--tw-bg-opacity, 1))}.bg-tlmStatusRejected{--tw-bg-opacity: 1;background-color:rgb(162 1 1/ var(--tw-bg-opacity, 1))}.bg-tlmStatusRequested{--tw-bg-opacity: 1;background-color:rgb(91 192 222 / var(--tw-bg-opacity, 1))}.bg-tlmSubstitution-100{--tw-bg-opacity: 1;background-color:rgb(247 218 252 / var(--tw-bg-opacity, 1))}.bg-tlmSubstitution-500{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))}.bg-tlmTime-100{--tw-bg-opacity: 1;background-color:rgb(211 243 223 / var(--tw-bg-opacity, 1))}.bg-tlmTime-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-tlmWithdrawal-100{--tw-bg-opacity: 1;background-color:rgb(252 218 218 / var(--tw-bg-opacity, 1))}.bg-tlmWithdrawal-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/40{background-color:#fff6}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/25{background-color:#eab30840}.bg-yellow-900\/50{background-color:#713f1280}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-green-100{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-red-100{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position) }.object-contain{-o-object-fit:contain;object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.p-px{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-px{padding-top:1px;padding-bottom:1px}.pb-3{padding-bottom:.75rem}.pl-12{padding-left:3rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-\[monospace\]{font-family:monospace}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/10{color:#0000001a}.text-black\/20{color:#0003}.text-black\/50{color:#00000080}.text-black\/70{color:#000000b3}.text-black\/75{color:#000000bf}.text-black\/80{color:#000c}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-pink-900{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.no-underline{text-decoration-line:none}.decoration-primary-500{text-decoration-color:#1e85ff}.underline-offset-2{text-underline-offset:2px}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_15px_10px_var\(--tw-shadow-color\)\,_0_4px_6px_5px_var\(--tw-shadow-color\)\]{--tw-shadow: 0 10px 15px 10px var(--tw-shadow-color), 0 4px 6px 5px var(--tw-shadow-color);--tw-shadow-colored: 0 10px 15px 10px var(--tw-shadow-color), 0 4px 6px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/30{--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored) }.shadow-blue-900\/20{--tw-shadow-color: rgb(30 58 138 / .2);--tw-shadow: var(--tw-shadow-colored) }.shadow-cyan-400\/30{--tw-shadow-color: rgb(34 211 238 / .3);--tw-shadow: var(--tw-shadow-colored) }.shadow-fuchsia-600\/30{--tw-shadow-color: rgb(192 38 211 / .3);--tw-shadow: var(--tw-shadow-colored) }.shadow-gray-200\/30{--tw-shadow-color: rgb(229 231 235 / .3);--tw-shadow: var(--tw-shadow-colored) }.shadow-gray-500\/20{--tw-shadow-color: rgb(107 114 128 / .2);--tw-shadow: var(--tw-shadow-colored) }.shadow-green-500\/10{--tw-shadow-color: rgb(34 197 94 / .1);--tw-shadow: var(--tw-shadow-colored) }.shadow-green-500\/20{--tw-shadow-color: rgb(34 197 94 / .2);--tw-shadow: var(--tw-shadow-colored) }.shadow-green-600\/30{--tw-shadow-color: rgb(22 163 74 / .3);--tw-shadow: var(--tw-shadow-colored) }.shadow-neutral-500\/10{--tw-shadow-color: rgb(115 115 115 / .1);--tw-shadow: var(--tw-shadow-colored) }.shadow-red-500\/20{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored) }.shadow-red-700\/30{--tw-shadow-color: rgb(185 28 28 / .3);--tw-shadow: var(--tw-shadow-colored) }.shadow-white\/50{--tw-shadow-color: rgb(255 255 255 / .5);--tw-shadow: var(--tw-shadow-colored) }.shadow-yellow-500\/30{--tw-shadow-color: rgb(234 179 8 / .3);--tw-shadow: var(--tw-shadow-colored) }.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black\/20{--tw-ring-color: rgb(0 0 0 / .2) }.ring-black\/70{--tw-ring-color: rgb(0 0 0 / .7) }.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.ring-blue-500\/10{--tw-ring-color: rgb(59 130 246 / .1) }.ring-blue-600\/10{--tw-ring-color: rgb(37 99 235 / .1) }.ring-cyan-500\/10{--tw-ring-color: rgb(6 182 212 / .1) }.ring-fuchsia-500\/10{--tw-ring-color: rgb(217 70 239 / .1) }.ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1)) }.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1)) }.ring-green-500\/10{--tw-ring-color: rgb(34 197 94 / .1) }.ring-lime-500\/10{--tw-ring-color: rgb(132 204 22 / .1) }.ring-neutral-500\/10{--tw-ring-color: rgb(115 115 115 / .1) }.ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1)) }.ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1)) }.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) }.ring-yellow-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1)) }.ring-yellow-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) }.ring-yellow-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) }.ring-yellow-500\/10{--tw-ring-color: rgb(234 179 8 / .1) }.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.first\:ml-0:first-child{margin-left:0}.focus-within\:border-primary-500:focus-within{--tw-border-opacity: 1;border-color:rgb(30 133 255 / var(--tw-border-opacity, 1))}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-primary-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 133 255 / var(--tw-ring-opacity, 1)) }.hover\:border-black\/85:hover{border-color:#000000d9}.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100\/20:hover{background-color:#dbeafe33}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500\/10:hover{background-color:#3b82f61a}.hover\:bg-blue-500\/5:hover{background-color:#3b82f60d}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.hover\:bg-fuchsia-200:hover{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity, 1))}.hover\:bg-fuchsia-700:hover{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100\/75:hover{background-color:#dcfce7bf}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-500\/5:hover{background-color:#1e85ff0d}.hover\:bg-red-100\/75:hover{background-color:#fee2e2bf}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.hover\:bg-tlmTime-100:hover{--tw-bg-opacity: 1;background-color:rgb(211 243 223 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.hover\:from-red-200:hover{--tw-gradient-from: #fecaca var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.hover\:from-yellow-300\/30:hover{--tw-gradient-from: rgb(253 224 71 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position) }.hover\:to-red-50:hover{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position) }.hover\:to-yellow-100\/20:hover{--tw-gradient-to: rgb(254 249 195 / .2) var(--tw-gradient-to-position) }.hover\:p-2:hover{padding:.5rem}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(18 80 153 / var(--tw-text-opacity, 1))}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-blue-600\/50:hover{--tw-shadow-color: rgb(37 99 235 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-cyan-500\/50:hover{--tw-shadow-color: rgb(6 182 212 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-fuchsia-700\/50:hover{--tw-shadow-color: rgb(162 28 175 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-gray-300\/50:hover{--tw-shadow-color: rgb(209 213 219 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-green-500\/30:hover{--tw-shadow-color: rgb(34 197 94 / .3);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-green-700\/50:hover{--tw-shadow-color: rgb(21 128 61 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-neutral-500\/30:hover{--tw-shadow-color: rgb(115 115 115 / .3);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-red-800\/50:hover{--tw-shadow-color: rgb(153 27 27 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:shadow-yellow-600\/50:hover{--tw-shadow-color: rgb(202 138 4 / .5);--tw-shadow: var(--tw-shadow-colored) }.hover\:focus-within\:border-primary-500:focus-within:hover{--tw-border-opacity: 1;border-color:rgb(30 133 255 / var(--tw-border-opacity, 1))}.focus\:shadow-lg:focus{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-primary-500:focus{--tw-shadow-color: rgb(30 133 255 / 1);--tw-shadow: var(--tw-shadow-colored) }.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px }.group:focus-within .group-focus-within\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-50{opacity:.5}.group:hover .group-hover\:hover\:opacity-100:hover{opacity:1}.group:focus .group-focus\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hocus\:bg-blue-500\/10:hover{background-color:#3b82f61a}.hocus\:bg-blue-500\/20:hover{background-color:#3b82f633}.hocus\:bg-blue-600\/20:hover{background-color:#2563eb33}.hocus\:bg-cyan-500\/20:hover{background-color:#06b6d433}.hocus\:bg-fuchsia-500\/20:hover{background-color:#d946ef33}.hocus\:bg-green-500\/20:hover{background-color:#22c55e33}.hocus\:bg-lime-900\/20:hover{background-color:#36531433}.hocus\:bg-neutral-500\/20:hover{background-color:#73737333}.hocus\:bg-primary-500\/10:hover{background-color:#1e85ff1a}.hocus\:bg-rose-500\/10:hover{background-color:#f43f5e1a}.hocus\:bg-yellow-500\/20:hover{background-color:#eab30833}.hocus\:opacity-100:hover{opacity:1}.hocus\:ring-blue-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.hocus\:ring-blue-500\/20:hover{--tw-ring-color: rgb(59 130 246 / .2) }.hocus\:ring-blue-600\/20:hover{--tw-ring-color: rgb(37 99 235 / .2) }.hocus\:ring-cyan-500\/20:hover{--tw-ring-color: rgb(6 182 212 / .2) }.hocus\:ring-fuchsia-500\/20:hover{--tw-ring-color: rgb(217 70 239 / .2) }.hocus\:ring-green-500\/20:hover{--tw-ring-color: rgb(34 197 94 / .2) }.hocus\:ring-lime-500\/20:hover{--tw-ring-color: rgb(132 204 22 / .2) }.hocus\:ring-neutral-500\/20:hover{--tw-ring-color: rgb(115 115 115 / .2) }.hocus\:ring-primary-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 133 255 / var(--tw-ring-opacity, 1)) }.hocus\:ring-rose-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500\/20:hover{--tw-ring-color: rgb(234 179 8 / .2) }.hocus\:bg-blue-500\/10:focus{background-color:#3b82f61a}.hocus\:bg-blue-500\/20:focus{background-color:#3b82f633}.hocus\:bg-blue-600\/20:focus{background-color:#2563eb33}.hocus\:bg-cyan-500\/20:focus{background-color:#06b6d433}.hocus\:bg-fuchsia-500\/20:focus{background-color:#d946ef33}.hocus\:bg-green-500\/20:focus{background-color:#22c55e33}.hocus\:bg-lime-900\/20:focus{background-color:#36531433}.hocus\:bg-neutral-500\/20:focus{background-color:#73737333}.hocus\:bg-primary-500\/10:focus{background-color:#1e85ff1a}.hocus\:bg-rose-500\/10:focus{background-color:#f43f5e1a}.hocus\:bg-yellow-500\/20:focus{background-color:#eab30833}.hocus\:opacity-100:focus{opacity:1}.hocus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.hocus\:ring-blue-500\/20:focus{--tw-ring-color: rgb(59 130 246 / .2) }.hocus\:ring-blue-600\/20:focus{--tw-ring-color: rgb(37 99 235 / .2) }.hocus\:ring-cyan-500\/20:focus{--tw-ring-color: rgb(6 182 212 / .2) }.hocus\:ring-fuchsia-500\/20:focus{--tw-ring-color: rgb(217 70 239 / .2) }.hocus\:ring-green-500\/20:focus{--tw-ring-color: rgb(34 197 94 / .2) }.hocus\:ring-lime-500\/20:focus{--tw-ring-color: rgb(132 204 22 / .2) }.hocus\:ring-neutral-500\/20:focus{--tw-ring-color: rgb(115 115 115 / .2) }.hocus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 133 255 / var(--tw-ring-opacity, 1)) }.hocus\:ring-rose-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500\/20:focus{--tw-ring-color: rgb(234 179 8 / .2) }.hocus\:bg-blue-500\/10:active{background-color:#3b82f61a}.hocus\:bg-blue-500\/20:active{background-color:#3b82f633}.hocus\:bg-blue-600\/20:active{background-color:#2563eb33}.hocus\:bg-cyan-500\/20:active{background-color:#06b6d433}.hocus\:bg-fuchsia-500\/20:active{background-color:#d946ef33}.hocus\:bg-green-500\/20:active{background-color:#22c55e33}.hocus\:bg-lime-900\/20:active{background-color:#36531433}.hocus\:bg-neutral-500\/20:active{background-color:#73737333}.hocus\:bg-primary-500\/10:active{background-color:#1e85ff1a}.hocus\:bg-rose-500\/10:active{background-color:#f43f5e1a}.hocus\:bg-yellow-500\/20:active{background-color:#eab30833}.hocus\:opacity-100:active{opacity:1}.hocus\:ring-blue-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.hocus\:ring-blue-500\/20:active{--tw-ring-color: rgb(59 130 246 / .2) }.hocus\:ring-blue-600\/20:active{--tw-ring-color: rgb(37 99 235 / .2) }.hocus\:ring-cyan-500\/20:active{--tw-ring-color: rgb(6 182 212 / .2) }.hocus\:ring-fuchsia-500\/20:active{--tw-ring-color: rgb(217 70 239 / .2) }.hocus\:ring-green-500\/20:active{--tw-ring-color: rgb(34 197 94 / .2) }.hocus\:ring-lime-500\/20:active{--tw-ring-color: rgb(132 204 22 / .2) }.hocus\:ring-neutral-500\/20:active{--tw-ring-color: rgb(115 115 115 / .2) }.hocus\:ring-primary-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 133 255 / var(--tw-ring-opacity, 1)) }.hocus\:ring-rose-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500\/20:active{--tw-ring-color: rgb(234 179 8 / .2) }.hocus\:bg-blue-500\/10:focus:active{background-color:#3b82f61a}.hocus\:bg-blue-500\/20:focus:active{background-color:#3b82f633}.hocus\:bg-blue-600\/20:focus:active{background-color:#2563eb33}.hocus\:bg-cyan-500\/20:focus:active{background-color:#06b6d433}.hocus\:bg-fuchsia-500\/20:focus:active{background-color:#d946ef33}.hocus\:bg-green-500\/20:focus:active{background-color:#22c55e33}.hocus\:bg-lime-900\/20:focus:active{background-color:#36531433}.hocus\:bg-neutral-500\/20:focus:active{background-color:#73737333}.hocus\:bg-primary-500\/10:focus:active{background-color:#1e85ff1a}.hocus\:bg-rose-500\/10:focus:active{background-color:#f43f5e1a}.hocus\:bg-yellow-500\/20:focus:active{background-color:#eab30833}.hocus\:opacity-100:focus:active{opacity:1}.hocus\:ring-blue-500:focus:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.hocus\:ring-blue-500\/20:focus:active{--tw-ring-color: rgb(59 130 246 / .2) }.hocus\:ring-blue-600\/20:focus:active{--tw-ring-color: rgb(37 99 235 / .2) }.hocus\:ring-cyan-500\/20:focus:active{--tw-ring-color: rgb(6 182 212 / .2) }.hocus\:ring-fuchsia-500\/20:focus:active{--tw-ring-color: rgb(217 70 239 / .2) }.hocus\:ring-green-500\/20:focus:active{--tw-ring-color: rgb(34 197 94 / .2) }.hocus\:ring-lime-500\/20:focus:active{--tw-ring-color: rgb(132 204 22 / .2) }.hocus\:ring-neutral-500\/20:focus:active{--tw-ring-color: rgb(115 115 115 / .2) }.hocus\:ring-primary-500:focus:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 133 255 / var(--tw-ring-opacity, 1)) }.hocus\:ring-rose-500:focus:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500:focus:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500\/20:focus:active{--tw-ring-color: rgb(234 179 8 / .2) }.hocus\:bg-blue-500\/10:focus-within{background-color:#3b82f61a}.hocus\:bg-blue-500\/20:focus-within{background-color:#3b82f633}.hocus\:bg-blue-600\/20:focus-within{background-color:#2563eb33}.hocus\:bg-cyan-500\/20:focus-within{background-color:#06b6d433}.hocus\:bg-fuchsia-500\/20:focus-within{background-color:#d946ef33}.hocus\:bg-green-500\/20:focus-within{background-color:#22c55e33}.hocus\:bg-lime-900\/20:focus-within{background-color:#36531433}.hocus\:bg-neutral-500\/20:focus-within{background-color:#73737333}.hocus\:bg-primary-500\/10:focus-within{background-color:#1e85ff1a}.hocus\:bg-rose-500\/10:focus-within{background-color:#f43f5e1a}.hocus\:bg-yellow-500\/20:focus-within{background-color:#eab30833}.hocus\:opacity-100:focus-within{opacity:1}.hocus\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) }.hocus\:ring-blue-500\/20:focus-within{--tw-ring-color: rgb(59 130 246 / .2) }.hocus\:ring-blue-600\/20:focus-within{--tw-ring-color: rgb(37 99 235 / .2) }.hocus\:ring-cyan-500\/20:focus-within{--tw-ring-color: rgb(6 182 212 / .2) }.hocus\:ring-fuchsia-500\/20:focus-within{--tw-ring-color: rgb(217 70 239 / .2) }.hocus\:ring-green-500\/20:focus-within{--tw-ring-color: rgb(34 197 94 / .2) }.hocus\:ring-lime-500\/20:focus-within{--tw-ring-color: rgb(132 204 22 / .2) }.hocus\:ring-neutral-500\/20:focus-within{--tw-ring-color: rgb(115 115 115 / .2) }.hocus\:ring-primary-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 133 255 / var(--tw-ring-opacity, 1)) }.hocus\:ring-rose-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) }.hocus\:ring-yellow-500\/20:focus-within{--tw-ring-color: rgb(234 179 8 / .2) }@media (display-mode: standalone){.pwa\:hidden{display:none}}@media (min-width: 601px){.sm\:ml-auto{margin-left:auto}.sm\:box-content{box-sizing:content-box}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:min-w-\[420px\]{min-width:420px}.sm\:min-w-\[640px\]{min-width:640px}.sm\:max-w-\[420px\]{max-width:420px}.sm\:max-w-\[640px\]{max-width:640px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.sm\:grid-cols-\[repeat\(auto-fill\,minmax\(300px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.sm\:grid-cols-\[repeat\(auto-fill\,minmax\(400px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.sm\:grid-cols-\[repeat\(auto-fit\,minmax\(200px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.sm\:grid-cols-\[repeat\(auto-fit\,minmax\(300px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.sm\:grid-cols-\[repeat\(auto-fit\,minmax\(400px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.sm\:flex-row{flex-direction:row}.sm\:place-items-center{place-items:center}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:justify-normal{justify-content:normal}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:overflow-x-auto{overflow-x:auto}.sm\:text-wrap{text-wrap:wrap}.sm\:p-1{padding:.25rem}.sm\:p-8{padding:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:font-normal{font-weight:400}.sm\:shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 901px){.md\:m-2{margin:.5rem}.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1201px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:row-span-2{grid-row:span 2 / span 2}.lg\:m-8{margin:2rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-20{height:5rem}.lg\:w-20{width:5rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[1fr\,100px\,1fr\]{grid-template-columns:1fr 100px 1fr}.lg\:grid-cols-\[200px\,1fr\]{grid-template-columns:200px 1fr}.lg\:flex-row{flex-direction:row}.lg\:gap-4{gap:1rem}.lg\:gap-y-0{row-gap:0px}.lg\:p-4{padding:1rem}.lg\:pt-0{padding-top:0}}@media (min-width: 1537px){.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.app-dialog .dialog-paper{max-width:-moz-fit-content;max-width:fit-content}.app-dialog .app-dialog-title{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;align-items:center;padding:24px}.app-dialog .app-dialog-title .app-dialog-title-close{color:#000}.app-dialog .app-dialog-content{padding:24px;gap:24px;border-bottom:none}.app-dialog .app-dialog-actions{padding:0 24px 24px;justify-content:center}.app-dialog .app-dialog-actions button{width:100%}.rsc-panel .rsc-code-container .rsc-code-input{width:85%}.rsc-panel .rsc-code-container .rsc-code-button{margin-top:8px}#coach-card.hide-header .builderBody .headBlock{display:none}#coach-card .v-application{background-color:transparent}#coach-card .v-input--density-default .v-field--variant-filled{--v-input-control-height: 0px;--v-input-padding-top: 10px;--v-field-padding-bottom: 0}
