@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito&display=swap";@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap";.editing-row{background-color:#add8e6}.tableHeading{display:flex;flex-direction:row;position:-webkit-sticky;position:sticky;z-index:12;top:64px;background:#23232f}.users-actions-cell-container{position:relative;display:flex;justify-content:center;align-items:center}.exportButton{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.exportButton button{padding:2px 16px;font-size:.9rem;border:1px solid #4a5568;background-color:#23232f;color:#e2e8f0;border-radius:20px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.exportButton button:hover{background-color:#718096}.exportButton button.active{background-color:#be9d71;color:#fff;border-color:#3182ce}.tableHeadingSS .filter-button-container{position:relative}.tableHeadingSS .filter-trigger-btn{background:none;border:1px solid #ccc;padding:6px 10px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.tableHeadingSS .filter-trigger-btn i{font-size:1.1rem;color:#be9d71}.tableHeadingSS .filter-trigger-btn:hover{background-color:#384256}.filter-views-container{padding:0 15px 10px 0;background-color:#23232f;display:flex}.filter-views-container h4{margin-top:0;margin-bottom:12px;margin-right:15px;font-size:1.1rem;color:#be9d71}.filter-views-container .create-group-btn.disabled,.filter-views-container .create-group-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;box-shadow:none;filter:grayscale(100%)}.filter-views-container .view-buttons{display:flex;gap:10px;flex-wrap:wrap}.filter-views-container .view-buttons button{padding:8px 16px;font-size:.8rem;border:1px solid #4a5568;background-color:#23232f;color:#e2e8f0;border-radius:20px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.filter-views-container .view-buttons button:hover{background-color:#718096}.filter-views-container .view-buttons button.active{background-color:#be9d71;color:#fff;border-color:#3182ce}.filter-views-container .view-buttons label{padding:8px 16px;font-size:.9rem;border:1px solid #4a5568;background-color:#23232f;color:#e2e8f0;border-radius:20px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.filter-views-container .view-buttons label:hover{background-color:#718096}.filter-views-container .view-buttons label.active{background-color:#be9d71;color:#fff;border-color:#3182ce}.filter-views-container .view-buttons input{padding:8px 16px;font-size:.8rem;border:1px solid #4a5568;background-color:#23232f;color:#e2e8f0;border-radius:20px;transition:background-color .2s,border-color .2s,color .2s}.filter-views-container .view-buttons .inColumnSearchBox{padding:8px 16px;font-size:.8rem;border:1px solid #4a5568;background-color:#23232f;color:#e2e8f0;border-radius:20px}.filter-name-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.filter-name-modal-content{background-color:#2c2c3e;padding:20px;border-radius:8px;width:350px;box-shadow:0 4px 15px #0000004d}.filter-name-modal-content h4{margin-top:0;margin-bottom:15px;color:#be9d71;font-size:1.1rem}.filter-name-modal-content input[type=text]{background-color:silver;color:#333;width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;margin-bottom:20px;font-size:1rem}.filter-name-modal-content input[type=text]:focus{outline:none;border-color:#007bff}.filter-name-modal-content .modal-actions{display:flex;justify-content:flex-end;gap:10px}.filter-name-modal-content .modal-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.filter-name-modal-content .modal-actions button.cancel-btn{background-color:#e0e0e0;color:#333}.filter-name-modal-content .modal-actions button.cancel-btn:hover{background-color:#d5d5d5}.filter-name-modal-content .modal-actions button.confirm-btn{background-color:#28a745;color:#fff}.filter-name-modal-content .modal-actions button.confirm-btn:hover{background-color:#218838}.filter-name-modal-content .modal-actions button.confirm-btn:disabled{background-color:#94d3a2;cursor:not-allowed}.saved-filters-wrapper{position:relative;display:inline-block;margin-right:10px}.saved-filters-wrapper .saved-filters-trigger{background-color:#2c3e50;color:#ecf0f1;border:1px solid #455a64;padding:6px 30px 6px 12px;border-radius:4px;cursor:pointer;font-size:.9rem;min-width:150px;text-align:left;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-filters-wrapper .saved-filters-trigger.active{background-color:#cbb082;color:#fff;border-color:#cbb082}.saved-filters-wrapper .saved-filters-trigger:after{content:"▼";font-size:.7rem;position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none}.saved-filters-wrapper .saved-filters-menu{position:absolute;top:100%;left:0;margin-top:5px;background-color:#34495e;border:1px solid #455a64;border-radius:4px;min-width:180px;z-index:1000;box-shadow:0 4px 10px #0000004d;max-height:300px;overflow-y:auto}.saved-filters-wrapper .saved-filters-menu .saved-filter-item{display:flex;align-items:center;padding:8px 12px;color:#ecf0f1;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s}.saved-filters-wrapper .saved-filters-menu .saved-filter-item:last-child{border-bottom:none}.saved-filters-wrapper .saved-filters-menu .saved-filter-item:hover{background-color:#ffffff1a}.saved-filters-wrapper .saved-filters-menu .saved-filter-item .delete-icon{color:#e74c3c;margin-right:10px;font-size:1rem;padding:4px;border-radius:4px;transition:all .2s}.saved-filters-wrapper .saved-filters-menu .saved-filter-item .delete-icon:hover{background-color:#e74c3c;color:#fff}.saved-filters-wrapper .saved-filters-menu .saved-filter-item .filter-name{flex-grow:1;white-space:nowrap}.filter-dropdown-wrapper{position:relative;display:inline-block}.filter-dropdown-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 32px 8px 16px;font-size:.8rem;font-family:inherit;border:1px solid #4a5568;background-color:#23232f;color:#fff;border-radius:20px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.filter-dropdown-wrapper select:hover{background-color:#718096}.filter-dropdown-wrapper select.active{background-color:#be9d71;color:#fff}.filter-dropdown-wrapper select::-ms-expand{display:none}.filter-dropdown-wrapper:after{content:"▼";font-size:.7rem;color:#e2e8f0;position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none}select.active+.filter-dropdown-wrapper:after,.filter-dropdown-wrapper:has(select.active):after{color:#fff}.custom-filter-wrapper{position:relative;display:inline-block}.custom-filter-dropdown{position:absolute;top:100%;left:0;z-index:1000;background-color:#23232f;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 8px #0000001a;padding:15px;width:280px;margin-top:5px}.custom-filter-dropdown h5{margin-top:0;margin-bottom:15px;font-size:1rem;border-bottom:1px solid #eee;padding-bottom:10px}.custom-filter-dropdown .filter-controls{display:flex;flex-direction:column;gap:15px}.custom-filter-dropdown .filter-control{display:flex;flex-direction:column}.custom-filter-dropdown .filter-control label{margin-bottom:5px;font-size:.9rem}.custom-filter-dropdown .filter-control select,.custom-filter-dropdown .filter-control input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:.9rem;box-sizing:border-box}.custom-filter-dropdown .checkbox-control{flex-direction:row;align-items:center;justify-content:space-between;padding:8px;border:1px solid #ddd;border-radius:4px}.custom-filter-dropdown .checkbox-control label{margin-bottom:0;font-weight:500}.custom-filter-dropdown .checkbox-control input[type=checkbox]{width:auto;height:1.2em;width:1.2em;accent-color:#be9d71}.custom-filter-dropdown .time-filter-grid{display:grid;grid-template-columns:2fr 1fr;gap:8px;align-items:center}.custom-filter-dropdown .time-filter-grid select[name=operator]{grid-column:1/-1;margin-bottom:5px}.custom-filter-dropdown .time-filter-grid .time-filter-separator{grid-column:1/-1;text-align:center;font-style:italic;color:#666;margin:5px 0}.custom-filter-dropdown .filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:15px;border-top:1px solid #eee}.custom-filter-dropdown .filter-actions button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.custom-filter-dropdown .filter-actions .clear-btn{margin-right:auto;background-color:transparent;color:#888}.custom-filter-dropdown .filter-actions .clear-btn:hover{color:#333}.custom-filter-dropdown .filter-actions .cancel-btn{background-color:#f0f0f0;color:#333;border:1px solid #ccc}.custom-filter-dropdown .filter-actions .cancel-btn:hover{background-color:#e0e0e0}.custom-filter-dropdown .filter-actions .apply-btn{background-color:#be9d71;color:#fff}.custom-filter-dropdown .filter-actions .apply-btn:hover{background-color:#5c593d}.users-actions-menu-button{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.users-actions-menu-button:hover{background-color:#0000000d}.users-actions-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 10px #0000001a;z-index:10;width:150px;display:flex;flex-direction:column}.users-actions-dropdown button{padding:8px 12px;border:none;background:none;text-align:left;width:100%;cursor:pointer}.users-actions-dropdown button:hover{background-color:#f0f0f0}.tableHeadingDashboard{display:flex;flex-direction:row;position:-webkit-sticky;position:sticky;z-index:13;top:-10px;width:100%;background:#23232f}.css-k4h52c{padding:12px 0!important}.date-wrapper{display:flex;align-items:center;width:100%;height:100%}.oldProjDatePicker{height:1.9em;font-size:1.1em;margin:1em 1em 2em .5em;border-radius:1em;background-color:#be9d71;padding:8px;text-align:center}.oldProjStatusSelect{margin:1em 1em 2em .5em;font-size:1em;border-radius:1em;background-color:#be9d71;text-align:center}.oldProjSearchButton{background:#be9d71;border:none;border-radius:1em;height:1.8em;width:8em;font-size:.8em;margin-top:1em;margin-bottom:2em;color:#000}.oldProjSearchForm{border-bottom:1px solid gray}.notesGlobalSearch{height:1.8em;margin-top:1em;margin-right:1em;margin-bottom:2em;border-radius:1em;background-color:#be9d71;padding:8px}input::placeholder{color:#444;font-size:1em;font-style:italic}.columnsDropdown{display:flex;flex-direction:column;position:absolute;width:270px;height:250px;overflow:auto;font-size:.8em;padding:10px;border:solid #be9d71 1px;align-items:left;color:#be9d71;margin-top:3px;gap:.8em;background-color:#36363a;z-index:515}.checkBoxContainer{display:flex;position:relative;margin-right:1em;padding:10px 15px 10px 35px;font-size:.8em;background-color:#be9d71;color:#000;height:1.8em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:1em;align-items:center}.checkBoxContainer input{position:absolute;opacity:0;left:1em;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:1em;align-content:center;height:1.4em;width:1.4em;background-color:#eee;border:solid 3px #be9d71}.CheckBoxContainer:hover input~.checkmark{background-color:#ccc}.CheckBoxContainer input:checked~.checkmark{background-color:#be9d71}.checkmark:after{content:"";position:absolute;display:none}.CheckBoxContainer input:checked~.checkmark:after{display:block}.CheckBoxContainer .checkmark:after{left:6px;top:-3px;width:5px;height:15px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.addItemOnTable{background:#be9d71;display:flex;width:100%;height:100%;border:none;border-radius:30px;font-size:.8em;padding:0 10px;color:#000;justify-content:center;align-items:center}.polledOrdersEditColumns{background:#be9d71;display:flex;width:150px;height:35px;margin:0 1em;border:none;border-radius:30px;font-size:.9em;padding:0 10px;color:#000;justify-content:center;align-items:center}.projGlobalSearch{height:100%;font-size:1em;margin-right:1em;border:none;border-radius:30px;background-color:#be9d71;padding:8px}.viewTemplates{display:flex;margin-left:1em;border:none;border-radius:1em;height:2em;width:12em;font-size:.8em;margin-bottom:1em;color:#000;justify-content:center;align-items:center}.table{border-collapse:collapse;table-layout:fixed;background-color:#303241}.tableSS1{border-collapse:collapse;background-color:#edf7fc;color:#000}.cell-button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:left;width:100%}.cell-button:hover{text-decoration:underline}.truncate-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tableSS{width:67.6vw;height:75vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.tableHeadingSS{display:flex;flex-direction:row;position:-webkit-sticky;position:sticky;z-index:12;top:0;background:#23232f}.reqAbilities{display:flex;align-items:center;white-space:nowrap;padding:0 5px;overflow:auto;text-overflow:ellipsis;background-color:#b6a6ae;height:45.5px}.reqCategories{display:flex;align-items:center;white-space:nowrap;padding:0 5px;overflow:hidden;text-overflow:ellipsis;background-color:#cab8c1;height:45.5px}.tableSSHeadRow{background-color:#23232f;color:#ddd;font-size:.9em;text-align:center;box-shadow:inset 0 0 0 2px #554a4a;z-index:10;border:1px solid #777;position:sticky;top:-.9px;height:50px;width:100%;text-transform:uppercase}.thRowSS{text-align:left;padding:6px 0 6px 10px;border:1px solid #ccc}.tableSSHeadRow th.thRowSS{min-height:65px;vertical-align:middle;box-sizing:border-box;padding-top:8px;padding-bottom:8px}.tableSSHeadRow th.thRowSS:first-child{vertical-align:top!important;padding-top:8px}.tableSS tbody tr td{border-left:none;border-right:none;vertical-align:top;padding:6px 5px 0 10px;text-align:left}.tableSS tbody tr{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.tableSS tr:hover td{border-top:#be9d71 solid 1px;border-bottom:#be9d71 solid 3px;background-color:transparent}.cellsSS11-97-2025{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:30px}.expandedRowSS{vertical-align:top;padding:10px 5px}.cellsSSButton{all:unset}.cellsSS li{padding:2px}.cellsSS li :hover{border-left:solid 3px #be9d71;border-right:solid 3px #be9d71;padding:0 4px}.cellsSS ul{list-style-type:none;margin:10px 0;color:#000;border-radius:40px;border:solid 2px #be9d71;padding:5px 0}.ssChevron.bi:before,.ssChevron [class*=" bi-"]:before,.ssChevron [class^=bi-]:before{font-weight:800!important}.ssGift.bi:before,.ssGift [class*=" bi-"]:before,.ssGift [class^=bi-]:before{font-weight:800!important;color:#00750d!important;font-size:1.5em!important}.ssNotesActive.bi:before,.ssNotesActive [class*=" bi-"]:before,.ssNotesActive [class^=bi-]:before{font-weight:800!important;color:#00750d!important;font-size:1.5em!important}.ssNotesNull.bi:before,.ssNotesNull [class*=" bi-"]:before,.ssNotesNull [class^=bi-]:before{color:#ddd!important;font-size:1.5em!important}.paginationSectionSS{display:flex;flex-direction:row;margin-left:30px;margin-top:10px;gap:10px}.tableEB{border-collapse:collapse;table-layout:fixed;background-color:#edf7fc;color:#000}.ebTableContent{display:flex;width:80vw}.ebTableSection{display:flex;flex-direction:column}.ebTable{width:67.6vw;height:75vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.tableEB tbody tr td{border:solid 1px #444;vertical-align:top;padding:6px 5px 0 10px;text-align:left}.tableUsers{border-collapse:collapse;table-layout:fixed;background-color:#edf7fc;color:#000}.tableUsers tbody tr td{border:solid 1px #444;vertical-align:top;padding:6px;text-align:left}.tableUsers tbody tr{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.tableUsers tr:hover td{border-top:#be9d71 solid 1px;border-bottom:#be9d71 solid 3px;background-color:transparent}.usersActionButtons{background-color:#23232f;border-radius:50%;cursor:pointer;padding:4px;align-items:center;justify-content:center;color:#fff}.tableEB tbody tr{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.tableEB tr:hover td{border-top:#be9d71 solid 1px;border-bottom:#be9d71 solid 3px;background-color:transparent}.ebTableFull{height:65vh;width:85vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.tableEBHeadRow{background-color:#23232f;color:#ddd;font-size:.9em;text-align:center;box-shadow:inset 0 0 0 2px #554a4a;z-index:14;border:1px solid #777;position:sticky;top:-1px;height:50px;width:100%;text-transform:uppercase}.thRowEB{text-align:left;padding:6px 0 6px 10px;border:1px solid #ccc;position:relative}.ebTableFooter{font-size:1em;display:flex}.temptableHeadRow{padding-top:10px;padding-bottom:10px;text-align:left;background-color:#23232f;color:#ddd;font-size:.9em;text-align:center;box-shadow:inset 0 0 0 2px #554a4a;z-index:14;border:1px solid #777;position:sticky;top:0;height:50px;width:100%;text-transform:uppercase}.tmp-tableHeadingSS{display:flex;flex-direction:row;position:-webkit-sticky;position:sticky;z-index:12;top:0;padding:15px}.notesTable{border-collapse:collapse;width:100%;margin-bottom:10px;background-color:#303241}.table-container{height:100%;width:100%}.notesTableContainer{display:flex;scrollbar-width:none;-ms-overflow-style:none}.filterField{height:1.5em;width:100%}td{border:1px solid #777}.tableHeadRow{padding-top:10px;padding-bottom:10px;text-align:left;background-color:#23232f;color:#ddd;font-size:.9em;box-shadow:inset 0 0 0 2px #554a4a;z-index:14;border:1px solid #777;position:sticky;top:123px;height:50px;width:100%;text-transform:uppercase}.tableHeadRowDashboard{background-color:#23232f;color:#ddd;font-size:.9em;text-align:center;box-shadow:inset 0 0 0 2px #554a4a;border:1px solid #777;position:sticky;top:-.9px;height:50px;width:100%;text-transform:uppercase}tr{justify-content:center;align-items:center;font-weight:400;font-size:13px;width:100%;text-align:center}.projNotesHeader{color:#be9d71;text-transform:uppercase}.notesColumnButton{background-color:#23232f;color:#be9d71;width:159px;height:47px;font-size:1.2em;cursor:pointer}.notesColumnButton.active{background-color:#be9d71;color:#fff;border-color:green;width:159px;height:47px;font-size:1.2em}.td>input{margin:0;padding:0;background:transparent;color:#fff;max-width:100%}.thRow{border:1px solid #777;position:relative;height:70px}.resizer{position:absolute;opacity:0;right:0;top:0;height:100%;width:7px;background-color:#27bbff;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:6px}.resizer.isResizing{background-color:#2eff31;opacity:1}.resizer:hover{opacity:1}.locationSelectInTable{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:100%;border:none;white-space:nowrap;cursor:pointer}.locationSelectDiv{width:100%;height:47px;padding:0;margin:0}.actionsGroup{display:flex;flex-direction:row;justify-content:left;align-content:center;padding:0 10px;gap:10px}.actions{border:solid 1px #ddd;border-radius:1em;height:1.8em;width:1.8em;font-size:1em;color:#f3ebeb}.expand-row-button{background:none;border:none;padding:0;margin:0;cursor:pointer;outline:none;color:#fff;font-size:1.3em;font-weight:700}.proj-group-button{background:none;border:none;padding:0;margin:0;cursor:pointer;outline:none;color:#fff;font-size:1em;font-weight:700}.actions.cancel{background-color:#efb701}.actions.delete{background-color:#a1000e}.actions.save{background-color:#151c5c}.actions.view{background-color:#720058}.paginationSection{display:flex;flex-direction:row;justify-content:start;margin-left:30px;margin-top:20px;gap:10px;width:700px}.totalRows{width:250px;color:#be9d71;margin:0;padding:0}.paginationButton{width:20px;color:#fff;background-color:#be9d71;font-size:.8em;height:20px;cursor:pointer;border:none}.paginationField{width:50px;background-color:#be9d71;color:#000;text-align:center;height:20px}.paginationFieldSelect{width:80px;background-color:#be9d71;color:#000;text-align:center;height:20px;cursor:pointer}.projPaginationLabels{width:18em;color:#be9d71;height:20px}.notesProjPaginationLabels{width:20em;color:#be9d71;height:20px}.paginationLabelsSect{display:flex;flex-direction:row;font-size:.8em;gap:15px;color:#be9d71;padding-top:0}.paginationPage1of2{padding-top:8px}button:disabled{cursor:default;color:gray}.sessionPaginationSection{display:flex;flex-direction:row;width:385px}.sessionsTotalRows{width:180px;color:#be9d71;font-size:.7em}.sessionsPaginationLabelsSect{font-size:.7em;gap:5px;color:#be9d71;padding-top:0;width:180px}.tableHeaders{cursor:pointer}.sessions:disabled{cursor:default;color:gray;width:20px;height:20px;font-size:.8em}.custom-actions-menu{position:relative;display:flex;justify-content:center}.custom-actions-menu-trigger{background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;color:inherit}.custom-actions-menu-trigger:hover{background-color:#0000000d}.custom-actions-menu-list{position:absolute;right:0;top:0;left:70%;color:#23232f;background-color:#be9d71;border-radius:4px;box-shadow:0 4px 12px #0000001a;min-width:70px;z-index:10}.custom-actions-menu-list ul{list-style:none;padding:2px 0;margin:0}.custom-actions-menu-list ul li{cursor:pointer;font-size:14px;white-space:nowrap}.custom-actions-menu-list ul li:hover{background-color:#6c6632;color:silver}.stLocations{display:flex;align-items:center;white-space:nowrap;padding:0 5px;overflow:hidden;text-overflow:ellipsis;background-color:#706e64;height:45.5px}.enLocations{display:flex;align-items:center;white-space:nowrap;padding:0 5px;overflow:hidden;text-overflow:ellipsis;background-color:#938d88;height:45.5px}.tempTableHeadRow{padding-top:10px;padding-bottom:10px;text-align:left;background-color:#23232f;color:#ddd;font-size:.9em;text-align:center;box-shadow:inset 0 0 0 2px #554a4a;z-index:14;border:1px solid #777;position:sticky;height:30px;width:100%;text-transform:uppercase}.tempDetailsPagination{display:flex;flex-direction:row;width:650px;justify-content:space-between}.tempDetailsTotalRows{width:150px;color:#be9d71;font-size:.7em}.tempDetailsPaginationLabels{color:#be9d71;height:20px}.tempDetailsPaginationLabelsSect{font-size:.7em;margin-left:10px;gap:15px;color:#be9d71;padding-top:0}tr:hover td{background-color:#36363a}.table-row,.table-rowDTPPU{width:100%;height:40px;transition:box-shadow .3s ease}.table-row:hover{box-shadow:0 5px 10px -5px #ffffff80}.priorityCell:hover{background-color:#36363a;cursor:pointer}.editableCell{border:none;width:100%;overflow:auto;text-overflow:ellipsis;white-space:nowrap;min-width:50%;background:transparent;height:100%;padding:8px 5px;color:#000;box-sizing:border-box}.editableCellChange{height:100%;width:100%}.editableSelect{border:none;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:5em;background-color:transparent;color:#fff}.selectTextColor{color:#000}.tableMonth{display:inline-block;cursor:pointer}.tableMonth h2{padding:5px;width:auto}.tableMonth i{display:inline-flex}.tableMonth .toggle-btn{transition:transform .3s}.tableMonth.open .toggle-btn{transform:rotate(180deg)}.workingTodayContainer{display:flex;justify-content:center;flex-direction:row}.wtTableFull{display:flex;justify-items:center;height:55vh;width:20.3vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.tableWorkingToday{display:flex;justify-content:center}.workingTodaytableHeadRow{padding-top:10px;padding-bottom:10px;text-align:left;background-color:#23232f;color:#ddd;font-size:.9em;text-align:center;box-shadow:inset 0 0 0 2px #554a4a;z-index:14;border:1px solid #777;height:50px;text-transform:uppercase}.workingTodayButton{display:flex;background-color:#be9d71;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em;margin-top:30px}.selectedMessage{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:15px 0;color:#be9d71;padding:10px 30px}.selectedMessage.alreadySelectedMessage{border:solid 1px #be9d71}.selectedMessage p h3{display:flex;flex-direction:column;justify-content:center;align-items:center}.selectedEmployees{display:flex;flex-direction:row;justify-content:center;list-style-type:none}.data-table-container{overflow:auto;max-height:600px;width:83vw;border:1px solid #ddd;border-radius:8px;box-shadow:0 1px 3px #0000000d;color:#000}.data-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:fixed;background-color:#e0f2fe}.data-table th,.data-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #ddd}.data-table th{background-color:#23232f;font-weight:700;position:sticky;top:0;z-index:1;color:#fff}.data-table tbody tr:hover{background-color:#e9f5ff;cursor:pointer}.data-table tbody tr:hover td{background-color:transparent}.data-table tbody tr:last-child td{border-bottom:none}.templates-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility 0s linear .3s}.templates-modal-overlay.show{opacity:1;visibility:visible;transition:opacity .3s ease-in-out}.templates-modal-container{position:fixed;top:0;right:0;height:100%;width:750px;max-width:80vw;box-shadow:-3px 0 15px #0003;transform:translate(100%);transition:transform .3s ease-in-out;z-index:1000;display:flex;flex-direction:column}.templates-modal-container.show{transform:translate(0)}.templates-modal-container>div{background-color:#23232f;height:100%}.etModal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.etModal-container{position:fixed;top:0;right:0;width:80%;max-width:600px;height:100vh;background-color:#23232f;color:#fff;box-shadow:-4px 0 15px #0003;z-index:1001;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.etModal-container.open{transform:translate(0)}.etModal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0;background-color:#be9d71;flex-shrink:0}.etModal-header h2{margin:0;text-transform:uppercase;font-size:1.25rem}.etClose-button{background:none;border:1px solid black;font-size:2rem;line-height:1;cursor:pointer;color:red;padding:0 .5rem}.etModal-content{flex-grow:1;overflow-y:auto;padding:1.5rem}.etModal-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem;background-color:#be9d71;flex-shrink:0}.edit-template-form{width:100%;display:flex;flex-direction:column;gap:2rem}.form-section{padding-bottom:1.5rem;border-bottom:1px solid #be9d71}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section h4{color:#be9d71;margin-top:0;font-size:1.2rem;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{margin-bottom:.5rem;font-weight:700;font-size:.9rem}.form-group input[type=text],.form-group select,.form-group textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit;box-sizing:border-box;background-color:silver;color:#000}.form-group textarea{resize:vertical;min-height:80px}.time-frame-inputs{display:flex;align-items:center;gap:10px}.time-frame-inputs select{flex:1}.time-frame-inputs label{margin:0;font-weight:400;flex-shrink:0}.error-message{color:#d93025;font-size:.875rem;margin-top:5px}.feedback-message{padding:1rem;margin-bottom:1.5rem;border-radius:4px;text-align:center}.feedback-message.success{background-color:#d4edda;color:#155724}.feedback-message.error{background-color:#f8d7da;color:#721c24}.etModal-footer .submit-btn,.etModal-footer .cancel-btn{padding:.6rem 1.2rem;border-radius:4px;border:none;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out}.etModal-footer .submit-btn{background-color:#be9d71;box-shadow:0 2px 4px #0003;border:1px solid black;color:#23232f}.etModal-footer .submit-btn:hover{background-color:#0056b3;box-shadow:0 2px 5px #0003}.etModal-footer .cancel-btn{background-color:#3f111a;color:#fff}.etModal-footer .cancel-btn:hover{background-color:#5a6268;box-shadow:0 2px 5px #0003}.actions-header-container,.actions-cell-container{position:relative;display:flex;justify-content:center;align-items:center}.actions-button{background:none;border:none;cursor:pointer;color:#fff;font-size:1.2rem;padding:0 5px}.actions-button:hover{opacity:.8}.actions-dropdown{display:none;position:absolute;top:100%;left:100%;transform:translate(-50%);background-color:#333;border:1px solid #555;border-radius:4px;box-shadow:0 4px 8px #0003;z-index:10;width:max-content}.actions-dropdown.show{display:block}.actions-dropdown button{display:block;width:100%;padding:8px 16px;text-align:left;background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem}.actions-dropdown button:hover{background-color:#444}.table-row.is-active{background-color:#4a5568;box-shadow:inset 0 0 0 2px #f0b429;position:relative;z-index:101!important}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1000;cursor:pointer}.drawer-container{position:fixed;top:0;right:0;height:100%;width:80%;max-width:900px;background-color:#2d3748;box-shadow:-4px 0 15px #0003;z-index:1001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease-in-out}.drawer-container.open{transform:translate(0)}.drawer-container .drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #4a5568}.drawer-container .drawer-header h3{margin:0;color:#e2e8f0}.drawer-container .drawer-header .drawer-close-btn{background:none;border:none;color:#a0aec0;font-size:2rem;cursor:pointer;padding:0;line-height:1}.drawer-container .drawer-header .drawer-close-btn:hover{color:#fff}.drawer-container .drawer-content{flex-grow:1;overflow-y:auto;padding:1.5rem}.css-4xx2wk{cursor:pointer!important}.table tbody tr{border:none}.table tbody td{border-bottom:1px solid #2d3748}.table tbody tr:last-child td{border-bottom:1px solid #4a5568}.no-data-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;text-align:center;color:#6c757d;border:2px dashed #dee2e6;border-radius:8px;margin:20px;background-color:#f8f9fa;height:100%}.no-data-icon{font-size:4rem;margin-bottom:16px;color:#adb5bd}.no-data-message{font-size:1.25rem;font-weight:500;margin:0}.backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:150}.mainDiv{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px;background-color:#23232f;padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;text-align:center;gap:1rem;z-index:11051;font-size:15px}.alertTitle{font-size:18px;font-weight:700;text-align:left;color:#be9d71;border-bottom:solid 1px #be9d71;margin:0 10px}.alertMessage{display:flex;justify-content:center;color:#fff}.buttonsDiv{width:100%;display:flex;justify-content:center;align-items:center;gap:30px}.buttonsDiv button{color:#be9d71;border:solid #be9d71 1px;background-color:#7e181800;padding:.2rem;cursor:pointer}.buttonsDiv button:hover{color:#fff;z-index:1052}.addNewItemInput{height:25px;width:150px}.addNewItemButton{height:26px;width:50px;background-color:#be9d71;color:#fff}.addNewItemPopup{display:flex;justify-content:center}.projUsersmodal{position:absolute;z-index:1000;width:400px}.usrs-tour-trigger-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;color:#be9d71;font-size:1.5rem;line-height:1}.usrs-tour-trigger-btn:hover{color:#a79046}.usrs-tour-trigger-btn i{vertical-align:middle}.projOverlay{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;background:#121312cc;display:flex;align-items:center;justify-content:center;z-index:190}.projPopup{height:85%;width:90%;background:#303241;position:relative;border-radius:5px;overflow:auto;z-index:201}.modalTitle{margin-top:.5em;font-size:18px;font-weight:400;padding-left:15px;color:#be9d71;text-transform:uppercase}.projNotesPopup{margin-top:20px;width:550px;background:#3f5c75;position:absolute;border-radius:5px;overflow:auto;z-index:204}.uploadImagePopup{display:flex;flex-direction:column;margin-top:20px;top:50px;width:700px;height:85%;background-color:#23232f;color:silver;position:absolute;padding:20px;border-radius:5px;text-align:center;overflow:auto;z-index:201;border:1px solid rgba(250,250,250,.3)}.uploadImagePopup ul{padding:20px;margin:5px 0;width:100%;height:100%;border-radius:5px;text-align:left;list-style-type:decimal}.uploadImagePopup ul li{margin-top:5px;width:100%;height:100%;text-align:left}.notesModalTitle{margin:10px 0;font-size:18px;font-weight:400;padding:10px;color:#fff;background-color:#563457}.sessionsModalTitle{margin:10px 0;font-size:18px;font-weight:400;padding:10px;color:#fff;text-transform:uppercase;background-color:#563457}.projSessionsPopup{margin-top:12px;width:565px;height:280px;background:#302442;position:absolute;border-radius:5px;overflow:auto;z-index:400}.templatesModalContent{margin:10px 0;font-size:18px;font-weight:400;padding:10px;color:#fff;background-color:#23232f}.modalTemplatesTitle{margin-top:.5em;font-size:18px;font-weight:400;color:#23232f;text-transform:uppercase}.projTemplatesPopup{margin-top:12px;width:750px;background-color:#999;position:absolute;border-radius:5px;overflow:auto;z-index:400;border:3px solid rgba(250,250,250,.3)}.projClose{position:absolute;top:5px;right:5px;cursor:pointer;font-size:.7em;border:solid 1px #222;width:15px;height:15px;color:silver;text-align:center;background-color:#a1000e}.projTitle{margin:.3em 1em;font-size:22px;font-weight:700;color:#2a3447;text-transform:uppercase}.projUsersTitle{margin:.6em 1em 20px;font-size:15px;font-weight:700;padding-right:20px;color:#2a3447;text-transform:uppercase}.assignUsersTitle{margin:.6em 1em 20px;font-size:15px;font-weight:700;padding-right:20px;color:silver;text-transform:uppercase}.projBody{background-color:#bbb;margin:auto;display:flex;align-content:center;justify-content:center}.projDetailsTopBar{background-color:#be9d71;margin:0;display:flex;flex-direction:row;gap:15px;align-content:space-between;justify-content:center;color:#fff}.assignUserBtn{display:flex;justify-content:center;text-align:center}.assignBtn{display:flex;color:#222b3c;background-color:#be9d71;text-align:center;justify-content:center;width:100px;align-items:center;font-size:14px;border-radius:1em;margin-bottom:15px;margin-top:10px;height:30px}.assignSubmitBtn{display:flex;color:#2a3447;background-color:#be9d71;text-align:center;justify-content:center;width:80px;align-items:center;font-size:14px;border-radius:1em;margin:15px 0;height:30px;cursor:pointer}.newNote{display:flex;justify-content:left;text-align:center;margin:10px;cursor:pointer}.newNoteBtn{cursor:pointer;margin-bottom:0;margin-left:10px;width:50px;color:#fff}.newNoteDiv{display:flex;flex-direction:column;justify-content:center;justify-items:center;text-align:center;margin:0;width:100%;cursor:pointer}.noteField{width:400px;margin-bottom:10px;border-radius:1em;border:1px solid #ccc;font-size:1.2em;padding:15px}.saveNewNoteBtn{color:#2a3447;background-color:#be9d71;font-size:14px;border-radius:1em;cursor:pointer;margin-bottom:15px;margin-left:10px;width:50px}.gg_impDataModal{position:absolute;background-color:#23232f;z-index:100;margin:auto;width:600px;padding:15px;border:1px solid rgb(190,157,113)}.gg_titleModal{background-color:#be9d71;margin:auto;display:flex;align-content:center;justify-content:center}.gg_Title{margin:.6em 1em 20px;font-size:15px;font-weight:700;padding-right:20px;color:#23232f;text-transform:uppercase}.gg_impDataPopup{position:relative;border-radius:5px;overflow:auto;z-index:301}.gg_impDataForm{display:block;width:100%;padding:6px 12px;font-size:1em;line-height:2.42857143;color:#fff;font-family:Inter,sans-serif}.gg_fields{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#000;background-image:none;border:1px solid #be9d71;border-radius:30px;background-color:#ccc;font-family:Inter,sans-serif}.gg_radios{margin-left:30px;margin-top:15px}.newSession{display:flex;justify-content:left;width:50px;text-align:center;margin:10px;cursor:pointer;border:solid 1px #be9d71}.modProjContainer{display:grid;grid-template-columns:repeat(1fr,1fr);grid-template-rows:minmax(1fr,1fr)}.modProjDetailsTopBarB1{grid-row:1/1;grid-column:1/12}.modProjDetailsTimerB2{color:#23232f;justify-items:left;margin:15px 0 15px 20px}.modProjDetailsOverviewB3{grid-row:5/6;grid-column:1/12;color:#23232f;margin:25px 0}.modProjDetailsNotesB4{grid-row:7;height:100%;grid-column:1/6;color:#23232f;padding:10px}.modProjDetailsTimeSessionsB5{grid-row-start:7;height:100%;grid-column:6/12;color:#23232f;padding:10px}.projDetailsModal{z-index:22;font-size:18px;border:solid #272b33 1px;border-radius:.5em;padding:0 15px;justify-items:left;margin:0 20px}.projDetailsModalTitle{font-size:20px;margin-bottom:20px;color:#be9d71}.projOverviewContentModal{gap:12px;font-size:.85em;margin-block-start:20px}.projOverviewTitlesModal{color:#be9d71}.usersSessNoteButton{font-size:.9em;padding:5px 0}.projDetailsModalData{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:15px;color:silver}.ssTagsModalTitle{margin-top:.5em;font-size:18px;font-weight:400;height:5px;text-transform:uppercase}.ssTagsModalContent{margin:10px 0;font-size:18px;font-weight:400;padding:0}.ssTagModal{margin-top:12px;width:350px;height:450px;background-color:#999;position:absolute;border-radius:5px;overflow:auto;z-index:400}.scanningModal{margin-top:12px;width:450px;height:450px;background-color:#999;position:absolute;border-radius:5px;overflow:auto;z-index:400;border:3px solid rgba(250,250,250,.3)}.modal-overlay-ss{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:flex-start;justify-content:center;padding-top:2.5vh;z-index:3000;overflow-y:auto}.modal-content-ss-order{background-color:#2c2c3e;padding:25px;border-radius:8px;box-shadow:0 4px 15px #0003;width:95%;height:95vh;color:#fff;z-index:3001;display:flex;flex-direction:column;overflow-y:hidden}.modal-header-ss-order{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px}.modal-header-ss-order h3{margin:0;font-size:1.25rem}.modal-header-ss-order .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888;padding:0;line-height:1}.modal-header-ss-order .close-button:hover{color:#000}.modal-body-ss-order .ss-order-details-container{display:flex;gap:20px}.modal-body-ss-order .ss-order-details-container .ss-order-details-left,.modal-body-ss-order .ss-order-details-container .ss-order-details-center,.modal-body-ss-order .ss-order-details-container .ss-order-details-right{flex:1}.ssStoresModal-overlay{position:fixed;display:flex;justify-content:flex-start;top:0;left:0;z-index:1000}.ssStoresWindow{pointer-events:auto;position:fixed;top:64px;left:0;height:86vh;width:250px;border-right:1px solid rgb(190,157,113);background-color:#23232f;overflow-y:auto}.accordion-content{padding:5px 10px;background-color:#fff;color:#000;font-size:.8em}.accordion-ul{height:500px;width:240px}.ss-accordion-item{border-radius:4px;overflow:hidden}.store-li{width:220px;line-height:30px;vertical-align:middle;cursor:pointer;white-space:nowrap;overflow:hidden}.store-li:hover{background-color:#e5e5d5}.storeName-span{display:inline-block;vertical-align:middle;width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.totalOrders{font-weight:800;width:100%;padding:2px 5px;display:inline-block;vertical-align:middle}.tooltip{position:absolute;background-color:#000000bf;color:#fff;padding:15px 8px;border-radius:4px;font-size:.85rem;z-index:1000;top:100%;left:50%;width:250px;transform:translate(-50%);margin-top:10px;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.tooltip-arrow{position:absolute;top:-5px;left:50%;transform:translate(-50%);width:20px;height:10px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid rgba(255,255,0,.75)}.notes-icon-container{position:relative;display:inline-block}.notes-icon{width:16px;height:16px;fill:#007bff;cursor:pointer}.notes-icon:hover{fill:#0056b3}.notes-icon-container:hover .tooltip{opacity:1}.tooltip{background-color:#062c06;color:#fff;z-index:1000}.stopwatch{display:flex;flex-direction:column;justify-content:space-between;align-content:center;z-index:23;gap:10px;margin-top:5px}.timer{font-size:1.2em;color:#be9d71;font-weight:800}.timerButton{color:silver;margin:0 4px;padding:0 5px;border-radius:50%}.start{background-color:transparent;color:green}.stop{background-color:transparent;color:#a1000e}.accordionStyles{width:100%;padding:20px;margin-bottom:50px;color:#be9d71}.accordionNotesStyles{width:100%;border:solid #272b33 1px;padding:10px;color:silver}.accordionTitleStyles{display:flex;justify-content:left;cursor:pointer;padding-left:15px;padding-bottom:5px;font-size:15px;font-weight:500;text-wrap:wrap}.accordionContentStyles{display:flex;flex-direction:row;gap:60px;padding:20px;text-align:left;background-color:#3b4568;margin-bottom:5px;color:#fff}.accorrNotesHeader{margin-bottom:25px}.stopwatchModal{display:flex;flex-direction:column;z-index:24;gap:10px;margin-top:5px;font-size:2em;text-align:left;align-content:center}.timeElapsed{font-size:.6em;color:#be9d71;margin-bottom:15px}.timerModal{width:300px;font-size:2em;color:#be9d71;font-weight:800}.timerButtonModal{color:silver;margin:0 4px;padding:0 5px;border-radius:50%}.tmr-resetModal{background-color:transparent;color:#00f;font-size:4em;border-radius:50%}.tmr-startModal{background-color:transparent;color:green;font-size:4em}.tmr-stopModal{background-color:transparent;color:#a1000e;font-size:4em;border-radius:50%}.tmr-buttonsSectionModal{display:flex;justify-content:left}.notes{background-color:#be9d71;margin:auto;display:flex;align-content:center;justify-content:center;color:#222b3c}.assignUsersTopTitle{background-color:#033f65;margin:auto;display:flex;align-content:center;justify-content:center}.usersModalBody{background-color:transparent;color:#fff}.assignUsersModalBody{height:100%;background-color:#564a3e;color:silver;display:flex;flex-direction:column;justify-content:center;font-size:20px;padding-top:20px}.assignUserForm{justify-content:center;margin:10px;display:flex;flex-direction:column;padding:10px;border:solid 2px white;color:#ddd;height:100%}.assignUsersSelect{display:flex;flex-direction:column;color:#333;font-size:15px;text-align:left}.MuiAutocomplete-hasPopupIcon.css-clttge-MuiAutocomplete-root .MuiOutlinedInput-root{padding:0!important;width:230px!important;background-color:#fff!important;margin-top:5px!important;height:40px!important;border-radius:4px!important;display:flex!important;justify-content:center!important}.MuiAutocomplete-hasPopupIcon.css-2dvya8{padding-right:0!important;height:40px!important;width:230px!important;background-color:#fff!important}.css-wb57ya-MuiFormControl-root-MuiTextField-root{height:40px!important}.css-2dvya8 .MuiOutlinedInput-root{padding:0;height:40px!important}.css-feqhe6{height:40px!important}.assignUsersAutocomplete ::placeholder{color:#888!important;text-align:center!important;opacity:1!important}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-window{background:#23232f;padding:10px 20px 20px;border-radius:5px;box-shadow:0 2px 10px #0000004d;width:500px;position:absolute;cursor:default;z-index:1005}.modal-header{display:flex;justify-content:space-between;align-items:center;cursor:grab;-webkit-user-select:none;user-select:none;margin-bottom:10px}.ssPicklistBackdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#00000080;z-index:1000}.ssPicklistModal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:95vw;height:95vh;display:flex;flex-direction:column;overflow:hidden;background-color:#23232f;padding:0 10px 10px;align-items:center}.ssPicklistCloseButton{position:absolute;top:2px;right:2px;background-color:#8b0000;color:#fff;border:none;font-size:1.2rem;cursor:pointer;z-index:2}.ssPicklistHeader{display:flex;justify-content:center;text-transform:uppercase;width:90vw;font-size:.8em;margin-top:5px}.headerLabel{font-weight:700;color:#be9d71;margin-left:20px}.headerLabelValue{font-weight:400;color:#fff}.ssPicklistTop{display:flex;justify-content:space-between;overflow:auto;width:90vw;height:23.4vh;margin:10px 0 20px}.pl5{padding-left:5px}.pr5{padding-right:5px}.selectColumn{width:60px}.middleColumnGroupPreset{width:250px}.middleStoresTagsColumn{width:100%}.actionsColumn{width:150px}.ssPicklistTables{position:relative;flex:1;overflow-y:auto;margin-right:10px;border:solid 1px #272b33}.ssPicklistTables td{text-align:left}.search-container{display:flex;margin-left:5px}.selectedRows{background:#222f40;color:#40e0d0;font-weight:700;border:2px solid white}.unselectedRows{background:transparent;color:#fff;font-weight:400;border:none}.ssPicklistHeaderRow{position:sticky;top:0;background-color:#303241;text-transform:uppercase;z-index:2}.ssPicklistNewRow{position:sticky;bottom:1px;z-index:1}.sectionTopBar{display:flex;align-items:center;justify-content:center;width:95vw;height:15px;background-color:#be9d71;margin:0;padding:0}.ssPicklistMiddle{display:flex;color:#000;flex-direction:column;align-items:center;width:95vw;padding:0;overflow:none;background-color:#f0f3fd;font-size:.8em}.ssPicklistMiddle .firstSection{display:flex;align-items:center;justify-content:center;padding:0 40px;margin-top:10px;gap:30px}.ssPicklistMiddle .firstSection .picklistHeader{display:flex;gap:20px;border:solid 1px #be9d71;padding:15px;text-align:center;height:100%}.ssPicklistMiddle .firstSection .sortRadioButtons{width:100%;height:100%;margin-left:10px}.ssPicklistMiddle .secondSection{display:flex;justify-content:center;margin-top:15px;padding-bottom:5px}.radioButtonsGroup{margin-right:20px;display:flex}.rowsSelectedTagOrder{align-self:center;margin-left:15px}.ssPicklistBottom{background-color:#2b2a2e;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;width:95vw;height:45vh;padding:0 20px}.assign-container{width:250px}.assign-container .select__menu{width:225px;color:#000}.assign-container .select__single-value,.assign-container .select__input input{color:#222;border-radius:70px}.assign-container .select__control{border-color:gray;padding-top:2px;background-color:#ccc}.assign-container .select__option{color:#000}.assign-container .select__multi-value{background-color:#aaa;color:#000}.assign-container .select__multi-value__label{color:#000}.assign-container .select__multi-value__remove{color:red;background-color:transparent;padding:0;margin:0}.assign-container .select__multi-value__remove:hover{background-color:red;color:#fff;padding:0;margin:0}.assign-container .select__clear-indicator{color:red!important;cursor:pointer;padding:0;margin:0}.assign-container .select__clear-indicator:hover{border:solid 1px red;padding:0;margin:0}.assign-container .select__control--is-disabled{background-color:#888!important}.picklist2Print{margin-top:10px;display:flex;flex-direction:column;height:100%}.tablesBottomSection{display:flex;gap:20px}.picklistTable{border-collapse:collapse;table-layout:fixed;background-color:#303241}.picklistTable td{text-align:left}.enModal-header{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;margin-bottom:20px}.close-button{background:red;border:solid 1px #fff;font-size:1.2rem;cursor:pointer;color:silver;height:20px}.close-button:hover{color:red}.modal-window form{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-window form input{display:block;width:200px;height:30px;margin:5px 0;padding:8px;border:1px solid #ccc;border-radius:50px;background-color:silver}.modal-window form select{display:block;width:300px;margin:5px 0;padding:8px;border:1px solid #ccc;border-radius:50px;background-color:silver;height:35px}.modal-window form textarea{display:block;width:400px;margin:10px 0;padding:8px;border:1px solid #ccc;border-radius:50px;background-color:silver}.input-group{margin-bottom:15px;display:flex;flex-direction:column}.modal-window label{display:block;font-weight:700;margin-bottom:0}.required{color:red}.error{color:red;font-size:.875rem;margin-top:5px}.modal-window form button{display:block;width:100%;padding:10px;background-color:#be9d71;color:#fff;border:none;border-radius:50px;cursor:pointer;font-size:1rem}.inputDate button{margin-bottom:15px;display:flex;flex-direction:column;background-color:transparent!important}.inputDate select{display:block;width:100px!important;margin:5px 0;padding:8px;border:1px solid #ccc;border-radius:50px;background-color:silver;height:35px}.inputDate label{display:block;font-weight:700;margin-top:10px}.progressActivity{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.progressMessage{font-size:.8em;margin:5px 0}form button:hover{background-color:#af926b}.modal-window.slide-in{animation:slideInFromRight .5s ease forwards}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}input::-webkit-calendar-picker-indicator,input::-webkit-datalist-button{display:none}input[datalist]{position:relative}.ss-order-details-container{width:100%;display:flex;justify-content:center}.shipment-details-section{border:1px solid #e0e0e0;border-radius:6px;margin-top:16px;width:850px;height:100%;max-width:1200px}.status-badge-ss{padding:4px 12px;font-weight:600;color:#222b3c;text-align:left;width:250px}.dropdown-button-ss{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#be9d71;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:.9em;font-family:inherit;white-space:nowrap;color:#000}.dropdown-button-ss:hover{background-color:#f0f0f0;border-color:#b0b0b0}.details-header{display:flex;align-items:center;gap:8px;padding:12px;background-color:#be9d71;border-bottom:1px solid #e0e0e0;cursor:pointer}.details-header h4{margin:0;font-size:1.1em;font-weight:600}.details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:16px}.details-column{display:flex;flex-direction:column;gap:16px}.ss_detail-item{font-size:.8em;text-align:left}.detail-label{display:flex;color:#be9d71;font-weight:500;margin-bottom:4px;gap:10px}.detail-label a{text-decoration:none;color:silver;font-weight:400}.detail-value{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.detail-value.interactive a{text-decoration:none;color:#fff;border-bottom:1px dashed #007bff}.address-block{line-height:1.5}.address-block .contact-info,.address-block .address-status{margin-top:8px;display:flex;gap:4px}.address-block .address-status{color:#28a745;font-weight:500}.address-block svg,.address-block i{margin-right:6px}.gift-check{display:flex;gap:8px}.cost-summary{display:grid;grid-template-columns:auto 1fr;gap:4px 12px}.cost-summary span{text-align:left}.cost-summary .total{font-weight:700;margin-top:6px;padding-top:6px;border-top:1px solid #e0e0e0}.date-picker-trigger{display:inline-block;color:#be9d71;border-bottom:1px dashed #007bff;text-decoration:none;cursor:pointer}.date-picker-trigger:hover{color:#a79046;border-bottom-color:#0056b3}.pin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.pin-modal-content{background-color:#23232f;padding:20px 30px;border-radius:8px;width:90%;max-width:450px;box-shadow:0 4px 10px #0003}.pin-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.pin-modal-title{margin:0;font-size:1rem;color:#be9d71}.pin-modal-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888}.pin-modal-body{margin-bottom:20px}.pin-modal-label{display:block;font-weight:700;margin-bottom:8px;color:#fff}.pin-modal-input{width:100%;padding:10px;border-radius:4px;border:1px solid #ccc;font-size:1rem;box-sizing:border-box}.pin-modal-error{color:red;margin-top:10px}.pin-modal-footer{display:flex;justify-content:flex-end;gap:10px}.pin-modal-button{padding:10px 20px;border-radius:5px;border:none;cursor:pointer;font-weight:700}.pin-modal-cancel-button{background-color:#eee;color:#333}.pin-modal-submit-button{background-color:#be9d71;color:#23232f}.pin-modal-submit-button:disabled{background-color:#be9d71;opacity:.5;cursor:not-allowed}.pack-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:1000;display:flex}.pack-modal-container{width:100%;height:100%;background-color:#be9d71;color:#23232f;display:flex;flex-direction:column;overflow:hidden}.pack-modal-top-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background-color:#222b3c;color:#f8f9fa;border-bottom:1px solid #dee2e6;flex-shrink:0}.pack-modal-top-bar .top-bar-title{margin:0;font-size:1.25rem;font-weight:600}.pack-modal-top-bar .top-bar-actions{display:flex;align-items:center;gap:1rem}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;width:80%;max-width:700px;max-height:80vh;display:flex;flex-direction:column}.modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px}.modal-content .modal-header h3{margin:0}.modal-content .modal-header .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-content .modal-body{overflow-y:auto}.modal-content .modal-body table{width:100%;border-collapse:collapse}.modal-content .modal-body table th,.modal-content .modal-body table td{border:1px solid #ddd;padding:8px;text-align:left}.modal-content .modal-body table th{background-color:#f2f2f2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1050}.group-edit-modal{position:fixed;top:0;right:0;width:500px;height:100%;background-color:#23232f;color:#fff;box-shadow:-5px 0 15px #00000080;z-index:1051;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.group-edit-modal .gem-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#1e1e1e;border-bottom:1px solid #444}.group-edit-modal .gem-header h3{margin:0}.group-edit-modal .gem-header .gem-global-toggle{display:flex;align-items:center;gap:.5rem}.group-edit-modal .gem-header button{background:#6a0500;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px}.group-edit-modal .gem-header .gem-close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.group-edit-modal .gem-body{flex-grow:1;overflow-y:auto;padding:1rem}.group-edit-modal .gem-body .gem-loading{display:flex;justify-content:center;align-items:center;height:100%}.group-edit-modal .gem-accordion-item{border:1px solid #444;border-radius:4px;margin-bottom:.5rem;background-color:#2c2c3e}.group-edit-modal .gem-accordion-item .gem-accordion-header{padding:1rem;cursor:pointer;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none;border:1px solid #be9d71;font-size:.9rem}.group-edit-modal .gem-accordion-item .gem-accordion-content{padding:1rem;border-top:1px solid #444;background-color:#2c2c3e}.group-edit-modal .gemUsers-select__option{color:#000!important}.group-edit-modal .gemUsers-select__option--is-focused{background-color:#be9d71}.group-edit-modal .gemUsers-select__option--is-selected{background-color:#cce0ff}.gem-accordion-content{padding:20px;background-color:#2c2f33}.gem-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px 20px}.gem-grid-col-span-2{grid-column:span 2}.gem-form-group{display:flex;flex-direction:column;width:100%}.gem-form-group label{margin-bottom:8px;font-weight:700;color:#be9d71;font-size:.9rem}.gem-form-group input[type=text],.gem-form-group input[type=datetime-local],.gem-form-group select,.gem-form-group textarea{width:100%;padding:10px;border:1px solid #be9d71;border-radius:4px;background-color:silver;color:#333;font-size:1rem;box-sizing:border-box}.gem-form-group textarea{resize:vertical}.time-frame-selectors{display:flex;gap:10px}.time-frame-selectors select{flex:1}.gem-save-individual-btn{width:auto;padding:10px 20px;background-color:#be9d71;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:10px;float:right}.gem-save-individual-btn:hover{background-color:#a79046}.gem-error{color:#ff4d4d;font-size:.8rem;margin-top:4px}.grpe-context-menu{position:fixed;z-index:10000;background-color:#fff;border:1px solid #ccc;box-shadow:2px 2px 10px #0003;border-radius:4px;min-width:220px;padding:5px 0}.grpe-menu-item{padding:10px 15px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:8px;color:#333;transition:background-color .2s}.grpe-menu-item:hover{background-color:#f0f0f0;color:#007bff}.grpe-menu-item i{font-size:1.1em}.grpe-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center}.grpe-modal-container{background-color:#fff;width:600px;max-width:90%;max-height:90vh;border-radius:8px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;overflow:hidden}.grpe-modal-header{padding:15px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.grpe-modal-header h3{margin:0;font-size:1.25rem;color:#333}.grpe-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.grpe-close-btn:hover{color:#000}.grpe-modal-body{padding:20px;overflow-y:auto}.grpe-loading-spinner{text-align:center;padding:20px;font-style:italic;color:#666}.grpe-error-msg{color:#dc3545;text-align:center}.grpe-accordion-item{border:1px solid #ddd;margin-bottom:10px;border-radius:4px;overflow:hidden}.grpe-accordion-header{background-color:#f8f9fa;padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#333;-webkit-user-select:none;user-select:none}.grpe-accordion-header:hover{background-color:#e2e6ea}.grpe-accordion-content{padding:15px;background-color:#fff;border-top:1px solid #ddd}.grpe-accordion-content .grpe-form-group{margin-bottom:10px}.grpe-accordion-content .grpe-form-group label{display:block;margin-bottom:5px;font-size:.9em;color:#555}.grpe-accordion-content .grpe-form-group input,.grpe-accordion-content .grpe-form-group textarea{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.grpe-modal-footer{padding:15px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.grpe-modal-footer button{padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.grpe-modal-footer button.grpe-btn-cancel{background-color:#e2e6ea;border:1px solid #ced4da;color:#333}.grpe-modal-footer button.grpe-btn-cancel:hover{background-color:#dbe0e5}.grpe-modal-footer button.grpe-btn-save{background-color:#007bff;border:1px solid #007bff;color:#fff}.grpe-modal-footer button.grpe-btn-save:hover{background-color:#0069d9}.adpg-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1050}.adpg-modal-content{background:#fff;width:95%;max-width:1500px;height:90vh;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 .5rem 1rem #00000026;overflow:hidden}.adpg-modal-content .adpg-modal-header{padding:1rem 1.5rem;border-bottom:5px solid #be9d71;display:flex;justify-content:space-between;align-items:center;background-color:#be9d71}.adpg-modal-content .adpg-modal-header h2{margin:0;font-size:1.5rem;color:#000}.adpg-modal-content .adpg-modal-header .adpg-close-btn{background:#be9d71;border:3px solid #660000;font-size:2rem;line-height:1;padding:0 3px;cursor:pointer;color:#000}.adpg-modal-content .adpg-modal-header .adpg-close-btn:hover{color:#000}.adpg-modal-content .adpg-modal-body{display:flex;flex:1;overflow:hidden}.adpg-section-title{font-size:1.1rem;font-weight:600;padding:1rem;margin:0;background:#fff;border-bottom:1px solid #dee2e6;position:sticky;top:0;z-index:10;color:#333;text-align:center}.adpg-sidebar-left{width:350px;min-width:200px;border-right:1px solid #dee2e6;background:#2c2c3e;display:flex;flex-direction:column;overflow-y:auto;color:silver}.adpg-sidebar-left .adpg-sidebar-header-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #dee2e6;position:sticky;top:0;z-index:10;padding-right:1rem}.adpg-sidebar-left .adpg-sidebar-header-row .adpg-section-title{border-bottom:none;flex:1}.adpg-sidebar-left .adpg-sidebar-header-row .adpg-create-group-icon{font-size:1.5rem;color:#0d6efd;cursor:pointer;transition:transform .2s,color .2s}.adpg-sidebar-left .adpg-sidebar-header-row .adpg-create-group-icon:hover{transform:scale(1.1);color:#0257d5}.adpg-creating-title{color:#0d6efd;border-bottom:2px solid #0d6efd}.adpg-create-form{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-top:2px solid #dee2e6;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.adpg-create-form label{font-weight:600;color:#333}.adpg-create-form .adpg-new-group-input{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.adpg-create-form .adpg-new-group-input:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd40}.adpg-create-form .adpg-create-buttons{display:flex;gap:1rem;margin-top:.5rem}.adpg-create-form .adpg-create-buttons button{flex:1;padding:.75rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s}.adpg-create-form .adpg-create-buttons .adpg-btn-primary{background:#0d6efd;color:#fff}.adpg-create-form .adpg-create-buttons .adpg-btn-primary:hover{background:#0257d5}.adpg-create-form .adpg-create-buttons .adpg-btn-primary:disabled{opacity:.6;cursor:not-allowed}.adpg-create-form .adpg-create-buttons .adpg-btn-secondary{background:#e2e6ea;color:#333}.adpg-create-form .adpg-create-buttons .adpg-btn-secondary:hover{background:#c4cdd5}.adpg-group-list{list-style:none;padding:0;margin:0}.adpg-group-list .adpg-group-item{padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(236.5086206897,238.75,240.9913793103);transition:background-color .2s}.adpg-group-list .adpg-group-item:hover{background-color:#1f1f2c;color:silver}.adpg-group-list .adpg-group-item.adpg-active{background-color:#1b1838;color:#be9d71;font-weight:600;border-left:4px solid #be9d71}.adpg-group-list .adpg-group-item .adpg-group-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.adpg-group-list .adpg-group-item .adpg-group-name-input{flex:1;width:100%;padding:2px 4px;font-size:.95rem;border:1px solid #0d6efd;border-radius:4px;margin-right:5px;outline:none}.adpg-group-list .adpg-group-item .adpg-group-name-input:focus{box-shadow:0 0 0 2px #0d6efd33}.adpg-group-list .adpg-group-item .adpg-edit-actions{display:flex;align-items:center;gap:8px;margin-left:8px}.adpg-group-list .adpg-group-item .adpg-action-icon{cursor:pointer;font-size:1.1rem;transition:transform .2s,color .2s}.adpg-group-list .adpg-group-item .adpg-action-icon:hover{transform:scale(1.15)}.adpg-group-list .adpg-group-item .adpg-edit-icon{color:#fff}.adpg-group-list .adpg-group-item .adpg-edit-icon:hover{color:#0d6efd}.adpg-group-list .adpg-group-item .adpg-save-icon{color:#fff}.adpg-group-list .adpg-group-item .adpg-save-icon:hover{color:#115c39}.adpg-group-list .adpg-group-item .adpg-cancel-icon{color:#fff}.adpg-group-list .adpg-group-item .adpg-cancel-icon:hover{color:#bd2130}.adpg-group-list .adpg-count-badge{background:#e2e3e5;color:#383d41;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:700}.adpg-center-stage{flex:1;display:flex;flex-direction:column;background:#fff;overflow-y:auto;transition:background-color .2s}.adpg-center-stage.adpg-drag-active{background-color:#1987540d;border:2px dashed #198754}.adpg-empty-message,.adpg-drop-hint{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;color:#6c757d;text-align:center;padding:2rem}.adpg-empty-message i,.adpg-drop-hint i{font-size:3rem;margin-bottom:1rem;opacity:.5}.adpg-empty-message p,.adpg-drop-hint p{margin:.5rem 0;font-size:1rem}.adpg-members-container{padding:1rem}.adpg-member-list{list-style:none;padding:0;margin:0}.adpg-member-list .adpg-member-item{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #dee2e6;gap:1rem}.adpg-member-list .adpg-member-item i{font-size:1.25rem;color:#6c757d}.adpg-member-list .adpg-member-item .adpg-member-info{display:flex;flex-direction:column}.adpg-member-list .adpg-member-item .adpg-member-info .adpg-member-num{font-weight:700;color:#333;font-size:.95rem}.adpg-member-list .adpg-member-item .adpg-member-info .adpg-member-title{font-size:.85rem;color:#6c757d}.adpg-sidebar-right{width:350px;min-width:300px;border-left:1px solid #dee2e6;background:#f8f9fa;display:flex;flex-direction:column;overflow-y:auto}.adpg-project-list{padding:.5rem}.adpg-alert-banner,.adpg-error-banner{padding:.75rem 1.5rem;margin:0;text-align:center;font-weight:600}.adpg-alert-banner{background-color:#fff3cd;color:#856404;border-bottom:1px solid #ffeeba;display:flex;justify-content:center;align-items:center;gap:1rem}.adpg-alert-banner button{padding:.2rem .6rem;background:#856404;color:#fff;border:none;border-radius:4px;cursor:pointer}.adpg-error-banner{background-color:#f8d7da;color:#721c24;border-bottom:1px solid #f5c6cb}.adpg-group-item .adpg-group-left-content{display:flex;align-items:center;flex:1;overflow:hidden;margin-right:.5rem}.adpg-member-item .adpg-file-icon{color:#6c757d}.adpg-delete-btn{color:#fff;font-size:1.2rem;margin-right:12px;cursor:pointer;transition:all .2s ease;opacity:.7}.adpg-delete-btn:hover{color:#dc3545;opacity:1;transform:scale(1.1)}.adpg-accordion{background:#fff;border:1px solid #dee2e6;border-radius:4px;margin-bottom:.5rem;box-shadow:0 1px 2px #0000000d}.adpg-accordion.adpg-item-disabled{opacity:.6;background-color:#e9ecef;border-color:#ddd}.adpg-accordion.adpg-item-disabled .adpg-accordion-header{cursor:not-allowed!important;background-color:#e9ecef}.adpg-accordion.adpg-item-disabled .adpg-add-icon.adpg-assigned-icon{color:#6c757d!important;cursor:not-allowed}.adpg-accordion .adpg-accordion-header{padding:.75rem;display:flex;justify-content:space-between;align-items:center;cursor:default;transition:background-color .2s}.adpg-accordion .adpg-accordion-header:hover{background-color:#fff}.adpg-accordion .adpg-accordion-header.adpg-draggable{cursor:grab}.adpg-accordion .adpg-accordion-header.adpg-draggable:active{cursor:grabbing}.adpg-accordion .adpg-accordion-header.adpg-draggable:hover{background-color:#e9ecef}.adpg-accordion .adpg-accordion-header .adpg-header-content{display:flex;align-items:center;gap:.75rem;flex:1;overflow:hidden}.adpg-accordion .adpg-accordion-header .adpg-add-icon{font-size:1.3rem;flex-shrink:0}.adpg-accordion .adpg-accordion-header .adpg-add-icon.adpg-disabled{color:#ced4da;cursor:not-allowed}.adpg-accordion .adpg-accordion-header .adpg-add-icon.adpg-enabled{color:#198754;cursor:pointer;transition:transform .2s}.adpg-accordion .adpg-accordion-header .adpg-add-icon.adpg-enabled:hover{transform:scale(1.1);color:#115c39}.adpg-accordion .adpg-accordion-header .adpg-header-text{display:flex;flex-direction:column;cursor:pointer;overflow:hidden}.adpg-accordion .adpg-accordion-header .adpg-header-text .adpg-prj-num{font-weight:700;font-size:1rem;color:#2c2c3e}.adpg-accordion .adpg-accordion-header .adpg-header-text .adpg-prj-title{font-size:.9rem;font-weight:600;color:#198754;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adpg-accordion .adpg-accordion-header .adpg-chevron{cursor:pointer;color:#6c757d;transition:transform .3s ease;margin-left:.5rem}.adpg-accordion .adpg-accordion-header .adpg-chevron.adpg-rotate{transform:rotate(180deg)}.adpg-accordion .adpg-accordion-body{padding:1rem;background-color:#fcfcfc;border-top:1px solid #dee2e6;font-size:.85rem}.adpg-accordion .adpg-accordion-body .adpg-detail-row{margin-bottom:.35rem;line-height:1.4;color:#555}.adpg-accordion .adpg-accordion-body .adpg-detail-row strong{color:#333;font-weight:600;margin-right:.5rem}.adpg-accordion .adpg-accordion-body .adpg-assigned-alert{color:#856404;background-color:#fff3cd;border:1px solid #ffeeba;padding:.5rem;border-radius:4px;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.adpg-accordion .adpg-accordion-body .adpg-assigned-alert i{font-size:1rem}.orphanProjectsContainer{display:flex;flex-direction:column;width:100%;height:100%;background-color:#23232f;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.orphanProjectsBox{display:flex;flex-direction:column;width:100%;height:100%;padding:10px}.stickyHeader{border-radius:.5em;position:-webkit-sticky;position:sticky;top:0;height:40px;z-index:16;font-size:10px;background-color:#23232f;padding:10px;margin-bottom:20px;box-shadow:0 2px 5px #0006}.opListItem{display:flex;justify-content:flex-start;gap:10px}.orphanProjTexts{display:flex;flex-direction:column;gap:5px}.orphProject{display:flex;gap:10px;border-bottom:solid 1px #999;width:100%}.orphProjTitle{font-size:16px;color:#be9d71;font-weight:800}.orphProjValue{font-size:12px}.projHorizontal{margin-top:15px;display:flex;gap:15px}.projNum{font-size:1.5vmin;font-weight:800;color:#be9d71}.stickyOpenProjHeader{border-radius:.5em;position:-webkit-sticky;position:sticky;top:0;z-index:17;background-color:#23232f;padding:10px;box-shadow:0 2px 5px #0006}.templateAutocomplete .css-19oldnm-MuiAutocomplete-root .MuiOutlinedInput-root{padding:0!important}.addProject{display:flex}.formTopLabel{display:flex;width:100%;margin-bottom:10px;font-size:2em;color:#be9d71}.list{height:auto;width:100%;display:flex;align-items:center;padding-top:50px;flex-direction:column}.projFields{display:flex;flex-direction:column;justify-content:center;gap:5px}.sectProjFields{display:flex;flex-direction:row;justify-content:center;gap:30px}.sectProjFields .inputs{width:160px;padding-left:10px;height:35px;font-size:.8em}.assignUserssectProjFields{display:flex;flex-direction:column;justify-content:center;margin:auto;width:100%;max-width:275px}.assignUsersProjFields{display:flex;flex-direction:column;justify-content:center}.addProjForm{justify-content:center;display:flex;flex-direction:column;width:100%;gap:5px;border:solid 2px white;color:#ddd;height:100%}.addProjForm input[type=text],.addProjForm input[type=date],.addProjForm select{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#000!important;background-image:none;border:1px solid #be9d71;border-radius:30px;background-color:#ccc;font-family:Inter,sans-serif}.addProjForm .hidden{display:none}.addProjForm textarea{display:block;width:700px;height:70px;padding:6px 20px;font-size:14px;line-height:1.42857143;color:#000;background-image:none;border:1px solid #be9d71;border-radius:40px;background-color:#ccc;font-family:Inter,sans-serif}.addProjForm hr{border:none;border-top:1px solid #be9d71;opacity:.5}.addProjForm .formLabels{text-transform:uppercase;font-size:.9rem;color:#a9a9a9;margin-top:30px;margin-bottom:8px;font-weight:600}.addProjForm .sectionLabels{text-transform:uppercase;font-size:1.1rem;color:#be9d71;margin-top:30px;margin-bottom:8px;font-weight:600}.formSection{width:100%;min-width:220px;min-height:100vh;display:flex;flex-direction:column;color:#fff}.form-progress{text-align:left;margin-bottom:20px;padding:10px;background-color:#ffffff0d;border-radius:4px;border-left:4px solid #c8a46e;color:#dcdcdc}.form-progress strong{color:#fff;font-weight:600}.form-navigation-controls{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:20px}.btnNewSubmit,.btnNewCancel,.btnPrev{padding:10px 25px;border:1px solid #555;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;background-color:#4a4a52;color:#e0e0e0;transition:all .2s ease-in-out}.btnNewSubmit:hover,.btnNewCancel:hover,.btnPrev:hover{background-color:#5f5f68;border-color:#777}.btnNewSubmit{background-color:#c8a46e;color:#212121;border-color:#c8a46e}.btnNewSubmit:hover{background-color:#dcb888;border-color:#dcb888}.inline-error-message{color:#ff6b6b;font-size:.8rem;margin-top:6px;text-align:left}.MuiAutocomplete-input{color:#e0e0e0!important}.timeFrameDiv{display:flex;flex-direction:column;justify-content:center;gap:3px}.timeFrameInput{width:40px;border-radius:30px}.addProjForm .btnGeneral{display:flex;justify-content:center;width:100%;text-align:center;margin-top:20px;height:40px}.addProjForm .btnSubmit{display:flex;color:#fff;background-color:#be9d71;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em}.addProjForm .btnCancel{display:flex;color:#fff;background-color:#3f111a;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em}.ftl{display:flex;flex-direction:column;align-items:center;width:100%}.select-container{width:250px}.select-container .select__menu{width:225px;color:#000}.select-container .select__single-value,.select-container .select__input input{color:#222;border-radius:70px}.select-container .select__control{border-color:gray;border-radius:30px;padding-top:2px;background-color:#ccc}.select-container .select__option{color:#000}.select-container .select__multi-value{background-color:#aaa;color:#000;border-radius:30px}.select-container .select__multi-value__label{color:#000}.select-container .select__multi-value__remove{color:red;background-color:transparent;padding:0;margin:0}.select-container .select__multi-value__remove:hover{background-color:red;color:#fff;padding:0;margin:0}.select-container .select__clear-indicator{color:red!important;cursor:pointer;padding:0;margin:0}.select-container .select__clear-indicator:hover{border:solid 1px red;padding:0;margin:0}.select-container .select__control--is-disabled{background-color:#888!important}.topSpacerForm{border:solid 1px #be9d71;margin-bottom:15px}.middleSpacerForm{border:solid 1px #be9d71;margin-bottom:30px}.bottomSpacerForm{border:solid 1px #be9d71;margin-top:30px}.template-indicator{border:1px solid #be9d71;border-radius:4px;padding:3px 10px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#be9d71}.template-indicator span strong{font-weight:600}.clear-template-btn{background-color:#ffccc7;border:1px solid #f5222d;color:#f5222d;padding:4px 10px;border-radius:3px;cursor:pointer;font-size:12px;font-weight:700;margin-left:15px;transition:background-color .2s,color .2s}.clear-template-btn:hover{background-color:#f5222d;color:#fff}.formTopLabel{display:flex;align-items:center;gap:15px}.formTopLabel .tour-trigger-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;color:#be9d71;font-size:1.5rem;line-height:1}.formTopLabel .tour-trigger-btn:hover{color:#a79046}.formTopLabel .tour-trigger-btn i{vertical-align:middle}.assignProject{display:flex}.assignUsersContainer,.assignProjFormContainer{display:flex;flex-direction:column;align-items:center;width:100%}.projNumContainer{border-right:solid 5px #be9d71;padding-right:20px;width:100%;display:flex;justify-items:center;text-align:center;margin-right:20px}.rightSideOfFormColumn{display:flex;flex-direction:column;align-items:center;width:100%}.assignUsersForm{display:flex;flex-direction:row;width:850px;gap:5px;border:solid 2px #be9d71;padding:30px;color:#ddd;height:100%}.assignUsersForm input[type=text],.assignUsersForm input[type=date],.assignUsersForm input[type=datetime-local],.assignUsersForm select{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#000!important;background-image:none;border:1px solid #be9d71;border-radius:30px;background-color:#ccc;font-family:Inter,sans-serif}.assignUsersForm .css-1jqq78o-placeholder{color:#000!important}.assignUsersForm .hidden{display:none}.assignUsersForm .projNumSelect{width:200px}.assignUsersForm textarea{display:block;width:700px;height:70px;padding:6px 20px;font-size:14px;line-height:1.42857143;color:#000;background-image:none;border:1px solid #be9d71;border-radius:40px;background-color:#ccc;font-family:Inter,sans-serif}.assignUsersForm .sectAssignProjFields{display:flex;flex-direction:column;justify-content:center;gap:20px}.assignUsersForm .sectAssignProjFields .inputs{width:200px;padding-left:20px}#dueDate{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#000;background-image:none;border:1px solid #be9d71;border-radius:30px;background-color:#ccc;font-family:Inter,sans-serif}.AssignProjbtnSubmit{display:flex;color:#fff;background-color:#be9d71;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em;margin-top:30px}.AssignProjbtnCancel{display:flex;color:#fff;background-color:#3f111a;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em;margin-top:30px}.sectionsContainer{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;text-align:center}.nodesSect{display:flex;flex-direction:column;width:100%;background-color:#1616161a;margin-top:20px;border-radius:20px;margin-bottom:50px;padding-bottom:25px;align-items:center}.nodesSect .title{margin-top:10px;margin-left:20px;margin-bottom:20px;font-size:1.2em;color:#be9d71}.nodes{display:flex;flex-direction:row;align-content:center;justify-content:center;flex-wrap:wrap;margin-left:10px;margin-right:10px;gap:4em}.node{display:flex;flex-direction:column;width:8em;height:8em;border:solid #333 1px;border-radius:.5em;align-items:center;color:#999;justify-content:center;align-content:center}.node i{font-size:3.5em;color:#be9d71}.node:hover{color:#574d22;border:solid #be9d71 1px}.projects{display:flex}.projectData{width:100%}.projects .btn{width:160px;height:40px;background-color:#be9d71;color:#333;font-weight:600;font-size:1.2em;text-align:center;justify-content:center;align-items:center;border-radius:1em}.projectsContent{display:flex;margin-left:30px;width:100%}.footer{display:flex;align-items:center;justify-content:space-between;padding:5px 30px}.footer span:first-child{font-weight:700}.footer span:last-child{font-size:14px}.menu{display:flex;flex-direction:column;margin-top:10px;padding:20px 10px;height:80vh;width:225px;overscroll-behavior:contain;overflow:auto;scrollbar-width:thin;-ms-overflow-style:thin;box-sizing:border-box}.menu::-webkit-scrollbar{display:none}.menuItem{display:block;flex-direction:column;padding:5px;gap:10px;margin-bottom:0;font-size:1em;border-radius:10px;margin-top:1em;transition:background-color .2s}.menuItem:hover{background-color:#ffffff1a}.mnListItem{display:flex;color:#999;align-items:center;gap:10px;padding:0;border-radius:30px}.mnListItem:hover{background-color:#4a3e50}.menuTitle{display:flex;justify-content:space-between;font-size:1em;font-weight:300;padding-left:0;color:#be9d71}.menuTitle span i{display:inline-flex;width:1.5em}.menuTitle .toggle-btn{cursor:pointer;transition:transform .3s}.menuItem.open>.menuTitle .toggle-btn{transform:rotate(180deg);cursor:pointer}.menuContent{padding-top:.25em;height:0;overflow:hidden;font-size:14px}.menuItem.open>.menuContent{height:auto}.menuItem.plain{text-decoration:none;color:#999}.helpButton{all:unset;width:15px;height:15px;margin-left:15px;padding:3px;cursor:pointer;border:1px solid white;font-size:.8em;text-align:center}.menuItem.plain i{width:1.2em;display:inline-block;padding-right:20px}.wlc-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#0f172a;color:#e2e8f0;font-family:Inter,system-ui,-apple-system,sans-serif;padding:20px}.wlc-header{text-align:center;margin-bottom:40px}.wlc-title{font-size:3rem;font-weight:800;color:#be9d71;margin:0 0 16px;letter-spacing:-.025em}.wlc-badge{display:inline-block;padding:4px 12px;border:1px solid #475569;border-radius:9999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;background-color:#1e293b;margin-bottom:16px}.wlc-subtext{color:#94a3b8;font-size:1.125rem;max-width:28rem;margin:0 auto;line-height:1.5}.wlc-chip-section{margin-top:40px;margin-bottom:40px;text-align:center;border:2px solid #be9d71}.wlc-chip-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:0;margin:20px 0;list-style:none;max-width:800px}.wlc-chip{background-color:#1e293b;border:1px solid #334155;color:#cbd5e1;padding:8px 16px;border-radius:9999px;font-size:.9rem;font-weight:500;box-shadow:0 2px 5px #0003;display:flex;align-items:center}.wlc-check-icon{margin-right:8px;color:#22c55e;font-weight:700}.wlc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:48px;opacity:.9}.wlc-grid-item{display:flex;align-items:center;padding:8px 16px;background-color:#1e293b;border:1px solid #334155;border-radius:6px;font-size:.875rem;font-weight:600;color:#cbd5e1}.wlc-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e;margin-right:10px}.wlc-etsy-dot{width:8px;height:8px;border-radius:50%;background-color:#f97316;margin-right:10px}.wlc-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;font-size:1rem;font-weight:500;color:#fff;background-color:#be9d71;border-radius:6px;text-decoration:none;box-shadow:0 4px 14px #2563eb63;transition:background .2s;cursor:pointer;border:none}.wlc-button:hover{background-color:#a79046}.wlc-footer{position:absolute;bottom:24px;text-align:center;padding:0 20px;width:100%}.wlc-footer-text{font-size:10px;color:#64748b;max-width:500px;margin:0 auto;line-height:1.5}.wlc-button-container{margin-bottom:64px;display:flex;justify-content:center;gap:20px;margin-top:10px}.wlc-footer-link{color:#be9d71;text-decoration:none;font-weight:500;margin:0 40px;font-size:.75rem;border-bottom:1px dotted #475569;transition:color .2s ease}.wlc-footer-link:hover{color:#a79046;border-bottom:1px solid #ffffff}.wlc-disclaimer-label{color:#94a3b8;font-weight:700}@media only screen and (max-width: 600px){.mainHome{display:flex;flex-direction:column}}@media only screen and (min-width: 600px){.mainHome{display:flex;flex-direction:column}.welcome{display:flex;flex-direction:column;width:100%;align-items:center;height:100vh;border:solid #333 2px;padding-top:40%;color:#be9d71}.welcome.formath1{display:flex;flex-direction:column;width:100%;text-align:center;font-size:3em}}@media only screen and (min-width: 1000px){.mainHome{display:flex;flex-direction:column}.welcome{display:flex;flex-direction:column;width:100%;align-items:center;height:100vh;border:solid #333 2px;padding-top:30%;color:#be9d71}.welcome.formath1{display:flex;flex-direction:column;width:100%;text-align:center;font-size:3em}}@media only screen and (min-width: 1600px){.mainHome{display:flex;flex-direction:column}.welcome{display:flex;flex-direction:column;width:100%;align-items:center;height:100vh;border:solid #333 2px;padding-top:20%;color:#be9d71}.welcome.formath1{display:flex;flex-direction:column;width:100%;text-align:center;font-size:3em}}.tempDashboardTableSection{display:flex;flex-direction:column;width:80vw}.ssHome{display:flex}.ssTableContent{display:flex;flex-direction:column}.ssTableSection{display:flex;width:85vw}.ssTable{width:68.2vw;height:75vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.ssTableFullDashboard{height:58vh;width:85vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.ssTableFull{height:70vh;width:85vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}@media only screen and (max-width: 1500px){.ssTable{width:66.6vw;height:68vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.ssTableFull{height:68vh;width:70vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}}@media only screen and (max-height: 800px){.ssTable{width:67.6vw;height:68vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.ssTableFullDashboard{height:51vh;width:80vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.ssTableFull{height:68vh;width:81.5vw;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}}.sshomeTopSect{width:100%;border-bottom:solid 3px #272b33;display:flex;gap:20px;font-size:1.2em;color:#be9d71}.ssStoreSelect{width:210px;height:30px;background-color:#be9d71;color:#23232f;font-size:.9em;border-radius:30px}.sshomeTopSectText{font-size:.8em;cursor:pointer;padding:5px}.todayOrdersSS{height:35px;position:sticky;background-color:#23232f;padding-top:10px;font-size:.8em;top:0;z-index:300}.sshomeSelectedHeading{background-color:silver;color:#555;background-color:"silver";font-weight:500;border-radius:30px;padding:5px 10px}.ssTableFooter{font-size:1em;display:flex}.ssDetailsWindowContainer{display:flex;justify-content:space-between;flex-direction:column;padding:0;border-left:solid 1px #384256;width:18.6vw;height:75vh;overflow:auto;overscroll-behavior:contain}.ssDetailsWindowHeader{display:flex;height:60px;background-color:#23232f;border:solid;color:#edf7fc;justify-content:space-around;width:100%}.ssDetailsWindowClose{display:flex;justify-content:center;position:relative;height:20px;width:20px;color:#fff;background-color:red;border:solid 2px #333;font-size:.8em;font-weight:800;cursor:pointer}.ssDetailsWindowCloseButton{all:unset}.ssDetailsWindowBody{display:flex;background-color:#edf7fc;height:100%;padding:5px;overflow:auto;overscroll-behavior:contain}.ssDetailsLabel{font-size:.8em;color:#be9d71;margin-right:20px}.shippedStatus{border:solid 2px lightgreen;color:silver;height:20px;padding:5px;display:flex;justify-content:center;align-items:center;font-size:.8em}.ssDetailsP{font-size:.8em;color:silver;margin-right:20px}.ssDetailsWindowFooter{background-color:#384256;height:100%}.spin{display:flex;align-content:center;justify-content:center}.scanapp-branding{display:none!important}.ssDropdown{position:relative;display:inline-block}.ssDropdown-button{all:unset}.ssDropdown-button:disabled{color:gray;cursor:not-allowed}.ssDropdown-menu{position:absolute;top:110%;left:0;width:200px;background-color:#23232f;min-width:160px;box-shadow:0 8px 16px #0003;border-radius:4px;z-index:100;padding:0;margin:0;color:#fff;list-style:none;border:2px solid #be9d71}.ssDropdown-menu li{padding:12px 16px;cursor:pointer}.ssDropdown-menu li:hover{background-color:#c5b9aa;color:#36363a}.picklistPanel{position:absolute;background-color:#23232f;border:2px solid #be9d71;padding:0;margin:0;z-index:1010;box-shadow:0 4px 10px #0003;border-radius:4px;min-width:200px}.picklistPanelHeader{margin-top:0;margin-bottom:20px;padding:10px 15px;font-size:1.2em;background-color:#c5b9aa;color:#444}.picklistLabels{width:100%;border-bottom:solid 1px #be9d71;border-top:solid 1px #be9d71;display:block;font-weight:700;margin-bottom:8px;color:silver;padding:5px 15px}.picklistInputLabel{display:block;margin-bottom:8px;font-weight:400;cursor:pointer;padding-left:15px}.picklistRadioCheckbox{margin-right:8px;vertical-align:middle}.picklistPanelButtons{margin-top:25px;text-align:right;gap:15px;padding:10px 15px}.picklistButton{padding:5px;margin-right:10px;border:none;border-radius:4px;cursor:pointer;font-size:.95em}.ssBatchLiDisabled{pointer-events:none;color:gray;cursor:not-allowed}.ssNode{display:flex;gap:10px;margin-left:20px}.sshomeTopSect-header{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:5px}.ss-searchInputContainer{position:relative;display:flex;align-items:center;color:#23232f;width:100%}.filterSelectedLabel{margin:4px 0;font-size:.7em;color:#fff}.filterDropdown{width:230px;padding:2px 12px;border:2px solid #be9d71;border-radius:30px;background:silver;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:.8em;color:#000}.filterDropdownSearchField{width:100%;padding:8px 30px 8px 8px;border:1px solid #ddd;border-radius:30px;box-sizing:border-box;color:#333}.filterDropdownList{position:absolute;top:calc(100% + 2px);left:0;border:1px solid #be9d71;border-radius:10px;background-color:#f4f1ed;z-index:1000;width:450px;max-height:300px;overflow-y:hidden;box-shadow:0 2px 10px #0000001a;padding:10px}.filterDropdownSrchFldButton{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:0 5px;font-size:1.2em;line-height:1;color:#777}.filterDropdownList ul{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto}.filterDropdownList ul li{display:flex;align-items:center;cursor:pointer;width:100%;font-size:.8em}.applyFilterButton{padding:8px 15px;background:#be9d71;color:#fff;border:none;border-radius:30px;cursor:pointer}.clearFilterButton{padding:8px 15px;background:#420909;color:#fff;border:none;border-radius:30px;cursor:pointer}.lb-header{margin-bottom:20px}.labels-menu-bar{padding:0 15px;border-radius:8px;box-shadow:0 2px 4px #0000000d}.labels-menu-bar label{margin-right:10px;font-weight:700}.label-select{font-size:.9rem;padding:8px 12px;border-radius:5px;border:1px solid #ccc;background-color:#f8f9fa;color:#333;cursor:pointer}.sku-search-area{padding:15px;background-color:#f0f8ff;border:1px solid #bde0ff;border-radius:8px;margin-bottom:20px}.sku-search-area label{display:block;font-weight:700;margin-bottom:8px;color:#000}.sku-search-input-group{display:flex;gap:10px}.sku-search-input-group input{flex-grow:1;padding:8px 10px;font-size:1rem;border:1px solid #ccc;border-radius:4px}.sku-search-input-group button{padding:8px 20px;font-size:1rem;border:none;border-radius:4px;background-color:#be9d71;color:#fff;cursor:pointer}.sku-search-input-group button:hover{background-color:#878b63}.fetch-data-button{font-size:.9rem;padding:0 12px;border-radius:5px;border:1px solid #ccc;background-color:#f8f9fa;color:#333;cursor:pointer}.lb-workspace{display:flex;flex-grow:1;background-color:#23232f;border-radius:8px;box-shadow:0 2px 4px #0000000d}.ssShipAssistTable{width:34.25vw;height:73vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.ebShipAssistTable{width:32.4vw;height:73vh;overflow:auto;overscroll-behavior:contain;scrollbar-color:#be9d71 #c1c9ce}.usHomeTopSect{width:100%;border-bottom:solid 3px #272b33;display:flex;flex-direction:column;gap:20px;font-size:1.2em;color:#be9d71}.ebhomeTopSect{width:100%;border-bottom:solid 3px #272b33;padding:5px 10px;display:flex;flex-direction:column;gap:15px;font-size:1.2em;color:#be9d71}.ebhomebutton{all:unset;cursor:pointer;font-size:.7em;color:silver;margin-right:20px}.ebnode{display:flex;gap:20px;margin-top:10px;width:100%}.ebHomeSelect{width:180px;height:30px;background-color:#be9d71;color:#23232f;font-size:.9em;border-radius:30px}.ebhomeLabel{font-size:1em;color:#be9d71;margin-bottom:15px;text-wrap:nowrap}.ebhomeSpan{font-size:.9em;color:silver}.ebSelectedHeaderSpan{font-weight:600;color:#be9d71;padding:5px;border-bottom:solid 1px #be9d71}.leftSide{width:35%;display:flex;flex-direction:column;margin-right:40px}.rightSide{width:50%;display:flex;flex-direction:column}.ivHomeTopSect{display:flex;flex-direction:column;margin-top:10px}.ivHomeTopButtons{display:flex;gap:20px;margin-bottom:10px}.pkhome-container{background-color:#19162c;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (min-width: 640px){.pkhome-container{padding:1.5rem}}.pkhome-wrapper{max-width:42rem;margin-left:auto;margin-right:auto}.pkhome-title{position:sticky;top:55px;background-color:#19162c;padding-top:1rem;padding-bottom:1rem;margin:0;z-index:1000;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center}.pkhome-loading-spinner{margin:2rem auto;width:2.5rem;height:2.5rem;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:pkhome-spin 1s linear infinite}@keyframes pkhome-spin{to{transform:rotate(360deg)}}.error-message{padding:2rem;text-align:center;color:#ef4444;background-color:#fff;border-radius:.75rem}.picklist-list{display:flex;flex-direction:column;gap:1rem}.picklist-card{background-color:#23232f;border:1px solid #be9d71;border-radius:.75rem;padding:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;flex-direction:column;gap:.75rem}.pk-card-header{display:flex;justify-content:space-between;align-items:center;text-align:center;border-bottom:2px solid #be9d71;padding:5px;gap:.5rem;font-weight:700}.card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-details-heading{display:flex;justify-content:space-between;gap:.5rem}.detail-item{display:flex;flex-direction:column;text-align:center;font-size:1.2rem}.card-row--actions{margin-top:.5rem;align-items:center}.card-title{font-weight:600;color:#fff;font-size:1rem;text-align:left;white-space:normal;word-break:break-word}.card-item-count{font-size:.875rem;font-weight:500;color:#4b5563;flex-shrink:0}.card-scan-button{background-color:#be9d71;color:#fff;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-size:.8rem;transition:background-color .2s}.card-scan-button:hover{background-color:#d3d47f;color:#000}.status-unpicked,.status-picked{padding:4px 10px;border-radius:9999px;font-weight:600;font-size:.8rem;display:inline-block}.status-unpicked{background-color:#e2e1d14b;color:#fff}.status-picked{background-color:#dcfce7;color:#166534}.picklist-scan-container{height:100vh;background-color:#f3f4f6;display:flex;flex-direction:column}.top-section{flex-shrink:0;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10}.picklist-scan-header{padding:.5rem .5rem 0 1rem}.back-button{margin-bottom:.5rem;color:#23232f;cursor:pointer;background:none;border:none;padding:0;font-size:.875rem}.back-button:hover{text-decoration:underline;color:#1d4ed8}.header-title{font-size:.875rem;font-weight:700;text-align:center;color:#1f2937}.scan-counters{display:flex;justify-content:space-around;text-align:center;padding:.75rem 0;border-top:1px solid #be9d71;margin-top:.75rem}.counter-block{display:flex;flex-direction:column}.counter-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.counter-value{font-size:1.875rem;font-weight:700;line-height:1;color:#111827}.counter-value--scanned{color:#16a34a}.scan-timer{display:flex;justify-content:center;align-items:center;gap:.5rem;padding-bottom:.5rem}.timer-text{font-family:Courier New,Courier,monospace;font-size:.875rem;color:#491717;font-weight:700;background-color:#f0de98;padding:2px 6px;border-radius:4px}.pause-button{background:none;border:none;cursor:pointer;color:#4b5563;font-size:1.25rem;line-height:1;padding:0}.pause-button:hover{color:#111827}.scanner-wrapper{padding:1rem;padding-top:0}.scanner-label{text-align:center;font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.5rem}.scanner-area{width:100%;max-width:28rem;margin:0 auto;height:8rem;border-radius:.5rem;overflow:hidden;position:relative;background-color:#000}@media (min-width: 768px){.scanner-area{height:10rem}}#html5qr-code-full-region,#html5qr-code-full-region video{width:100%!important;height:100%!important;object-fit:cover!important}.scrollable-list{flex-grow:1;overflow-y:auto;padding:1rem}.empty-list-message{text-align:center;color:#6b7280;font-style:italic;margin-top:2rem}.order-group{margin-bottom:1rem}.order-group-header{font-size:1rem;font-weight:600;color:#374151;padding:.5rem;background-color:#e5e7eb;border-top-left-radius:.5rem;border-top-right-radius:.5rem;position:sticky;border-bottom:#be9d71 3px solid;top:-1rem}.order-group-body{padding:.5rem;background-color:#fff;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.picklist-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;margin-bottom:.5rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;transition:all .3s;background-color:#fff}.picklist-item--completed{background-color:#dcfce7;opacity:.7}.item-details{flex-grow:1;min-width:0;padding-right:1rem}.item-sku{font-weight:700;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-description{font-size:.775rem;color:#4b5563;white-space:wrap;overflow:hidden;text-overflow:ellipsis}.item-quantity-wrapper{font-size:1.25rem;font-weight:600;color:#111827;margin-top:.25rem}.quantity-picked{color:#2563eb}.quantity-picked--completed{color:#16a34a}.quantity-total{font-size:1rem;color:#6b7280}.item-image-wrapper{flex-shrink:0}.item-image{width:4rem;height:4rem;object-fit:cover;border-radius:.375rem;border:1px solid #e5e7eb;background-color:#f3f4f6}.completion-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0;min-height:156px}.completion-title{font-size:1.5rem;font-weight:600;color:#16a34a;margin-bottom:1.5rem}.completion-actions{display:flex;gap:1rem}.completion-button{border:none;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:all .2s}.completion-button--secondary{background-color:#e5e7eb;color:#374151;border:1px solid #d1d5db}.completion-button--secondary:hover{background-color:#d1d5db}.completion-button--primary{background-color:#2563eb;color:#fff}.completion-button--primary:hover{background-color:#1d4ed8}.scanner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0 0 9999px #00000080}.scanner-overlay:before{content:"";position:absolute;top:10%;left:10%;right:10%;bottom:10%;border:2px solid rgba(255,255,255,.7);border-radius:8px}.scanner-debug-overlay{position:absolute;top:10px;left:10px;background-color:#000000b3;color:#fff;padding:5px;border-radius:5px;font-family:monospace;font-size:12px;z-index:20}.flash-green{animation:flash-green-animation .7s ease-out}.flash-red{animation:flash-red-animation .7s ease-out}@keyframes flash-green-animation{0%{background-color:#4ade8080}to{background-color:inherit}}@keyframes flash-red-animation{0%{background-color:#f8717180}to{background-color:inherit}}.alert-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:100}.alert-box{background-color:#fff;padding:1.5rem 2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;text-align:center;max-width:90%;width:24rem}.alert-message{font-size:1.125rem;font-weight:500;color:#1f2937;margin-bottom:1.5rem}.alert-actions{display:flex;gap:1rem;justify-content:center}.alert-button{border:none;font-weight:600;padding:.6rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.alert-button--no{background-color:#e5e7eb;color:#374151}.alert-button--no:hover{background-color:#d1d5db}.alert-button--yes{background-color:#2563eb;color:#fff}.alert-button--yes:hover{background-color:#1d4ed8}.alert-spinner{margin:0 auto;width:2rem;height:2rem;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:pkhome-spin 1s linear infinite}.match-mode-toggle{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem}.match-mode-toggle label{font-size:.875rem;font-weight:500;color:#4b5563}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2563eb}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:28px}.slider.round:before{border-radius:50%}.barcode-page-container{padding:1.5rem;background-color:#f9fafb}.barcode-page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb;padding-bottom:1.5rem;gap:1rem}.barcode-page-header h1{font-size:1.5rem;font-weight:600;color:#111827;width:100%;margin:0}.barcode-controls{display:flex;gap:1.5rem;align-items:center;flex-grow:1;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:.5rem}.control-group label{font-size:.875rem;font-weight:500;color:#4b5563;white-space:nowrap}.barcode-page-actions{display:flex;gap:1rem}.barcode-page-button{border:1px solid #d1d5db;background-color:#fff;color:#374151;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;white-space:nowrap}.barcode-page-button--primary{background-color:#2563eb;color:#fff;border-color:#2563eb}.manual-sku-input-container{margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb}.manual-sku-input-container label{display:block;font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.5rem}.sku-textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:monospace;font-size:1rem;box-sizing:border-box}.barcode-list{display:flex;flex-direction:column;align-items:center;gap:0}.barcode-item{margin:1.5rem;padding:1rem;background-color:#fff;line-height:1;transform-origin:center}.scanner-container{width:100%;height:100%;position:relative;background-color:#000}.scanner-video-feed{width:100%;height:100%;object-fit:cover}.scanner-error-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;background-color:#000000b3;padding:1rem;font-weight:500}@media print{body *{visibility:hidden}.barcode-list,.barcode-list *{visibility:visible}.barcode-list{position:absolute;left:0;top:0;width:100%}.barcode-item{page-break-inside:avoid;margin:2rem 0}}.card-button-group{display:flex;justify-content:space-between;gap:.5rem}.card-action-button--danger{background-color:#ef4444;color:#fff}.card-action-button--danger:hover{background-color:#dc2626}.card-action-button{font-weight:600;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s;font-size:1.875rem}.card-action-button--primary{background-color:#be9d71;color:#fff}.card-action-button--primary:hover{background-color:#947706}.card-action-button--secondary{background-color:#e5e7eb;color:#374151}.card-action-button--secondary:hover{background-color:#d1d5db}.boldHeader{font-weight:800}.fullDashboard{display:flex;flex-direction:row}.prioritySect{color:#be9d71;font-size:.8em;font-weight:600;padding:10px;text-transform:uppercase}.priorityHeader{display:flex;flex-direction:row;width:100%;border-top:1px solid #2a3447;margin:10px auto;padding:20px;justify-content:end;gap:20px}.priorityHeader .priUrgent{color:#fff;border-bottom:3px solid #6a0500}.priorityHeader .priTop{color:#fff;border-bottom:3px solid #74b48b}.priorityHeader .priVHigh{color:#fff;border-bottom:3px solid #bb0900}.priorityHeader .priHigh{color:#fff;border-bottom:3px solid #ff483f}.priorityHeader .lengthText{font-size:1.5em}@media only screen and (max-width: 600px){.section{display:flex;justify-content:center}.home{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(50px,200px)}.home .box{border-radius:10px;border:1px solid #272b33;background-color:#afaf0631}.home .box1{grid-row:1/2;grid-column:1/3;overflow:auto;justify-content:center;text-align:center;background-color:pink}.home .box2,.home .box3{grid-row:3/4;grid-column:1/1;background-color:#dee0e4;color:#23232f}.home .box8{grid-row:3/4;grid-column:1/3;overflow:auto;height:100%;justify-content:center;text-align:center;background-color:#00f}.home .box9{grid-row:4/6;grid-column:1/3;overflow:auto}.home .box10,.home .box11{display:none}}@media only screen and (min-width: 600px){.section{display:flex;justify-content:flex-end}.home{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(50px,200px)}.home .box{border-radius:10px;border:1px solid #272b33}.home .box1{grid-column:1/3;grid-row:1/2;overflow:auto}.home .box2{grid-row-start:4;grid-column-start:1;background-color:#dee0e4;color:#23232f}.home .box3{grid-row-start:4;grid-column-start:2;background-color:#ddf2fd;color:#23232f}.home .box4{grid-row-start:4;grid-column-start:3;background-color:#faf8df;color:#23232f}.home .box5{grid-row-start:5;grid-column-start:1;background-color:#fcebf6;color:#23232f}.home .box6{grid-row-start:5;grid-column-start:2;background-color:#7c2824;color:#fff}.home .box7{grid-row-start:5;grid-column-start:3;background-color:#e8fbe1;color:#23232f}.home .box8{grid-column:3/5;overflow:auto;height:100%;position:relative;grid-row:1/2}.home .box9{overflow:auto;grid-row:2/4;grid-column:1/5}.home .box10,.home .box11{display:none}}@media only screen and (min-width: 1000px){.section{display:flex;justify-content:flex-end}.home{display:grid;gap:15px;grid-template-columns:repeat(7,1fr);grid-auto-rows:minmax(100px,150px)}.home .box{border-radius:10px;border:1px solid #384256}.home .box1{overflow:auto;grid-column:1/3;grid-row-start:1;grid-row-end:3}.home .box2{grid-column-start:3;grid-row:1/1}.home .box3{grid-column-start:4;grid-row:1/1}.home .box4{grid-column-start:5;grid-row:1/1}.home .box5{grid-column-start:3;grid-row:2/2}.home .box6{grid-column-start:4;grid-row:span 1;grid-column:span 1;grid-row:2/2}.home .box7{grid-column:5;grid-row:span 1;grid-row:2/2}.home .box8{overflow:auto;height:100%;grid-column:6/8;grid-row-start:1;grid-row-end:3}.home .box9{overflow:auto;grid-column:1/8;grid-row:3/6}.home .box10{display:flex;grid-template-columns:1fr;grid-auto-flow:column;grid-auto-flow:row;grid-column:1/4;grid-row:6/8;align-content:center;padding:15px}.home .box11{display:flex;flex-direction:column;grid-column:4/8;grid-row:6/8;align-content:flex-end;justify-content:space-between;padding:15px}}@media only screen and (min-width: 1600px){.section{display:flex;justify-content:flex-end}.home{display:grid;gap:15px;grid-template-columns:repeat(10,1fr)}.home .box{border-radius:10px;border:1px solid #384256;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#4d4d6d #23232f}.home .box1{grid-column:span 2;overflow:auto;grid-row:1/4;display:flex;justify-content:flex-start;text-align:left}.home .box2{grid-column-start:3;grid-row:1/1}.home .box3{grid-column-start:4;grid-row:1/1}.home .box4{grid-column-start:5;grid-row:1/1}.home .box5{grid-column-start:6;grid-row:1/1}.home .box6{grid-column-start:7;grid-row:1/1}.home .box7{grid-column-start:8;grid-row:1/1}.home .box8{grid-column:span 2;grid-row:1/4;display:flex;justify-content:flex-start;text-align:left;overflow:auto;height:100%}.home .box9{overflow-x:auto;grid-column:1/12;grid-row:span 4;width:100%;min-width:800px}.home .box10{display:flex;grid-template-columns:1fr;grid-auto-flow:column;grid-auto-flow:row;grid-column:3/6;grid-row:2/4;align-content:center;padding:15px}.home .box11{display:flex;flex-direction:column;overflow:auto;grid-column:6/9;grid-row:2/4;justify-content:space-between;padding:15px}.home .spin{display:flex;align-content:center;justify-content:center}.home .box::-webkit-scrollbar{width:8px}.home .box::-webkit-scrollbar-track{background:#f0f0f0}.home .box::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}}.dashboard-container{font-family:sans-serif;padding:1rem}.prDash-view-toggle{margin-bottom:1.5rem;border-bottom:1px solid #ccc;padding-bottom:1rem}.prDash-view-toggle button{padding:.5rem 1rem;margin-right:.5rem;border:1px solid #ccc;background-color:#f0f0f0;cursor:pointer;border-radius:4px;color:#23232f}.prDash-view-toggle button.active{background-color:#be9d71;color:#fff;border-color:#fff}.error-message{color:#d9534f;background-color:#f2dede;border:1px solid #ebccd1;padding:1rem;border-radius:4px}.accordion-container{display:flex;flex-direction:column}.accordion-item{border:1px solid #ddd;border-radius:4px;overflow:hidden;margin-bottom:.2rem}.proj-accordion-header{background-color:#f7f7f7;padding:.5rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#222;font-size:.8em}.accordion-header:hover{background-color:#e9e9e9}.project-title{font-weight:700;display:flex;gap:.25rem}.project-details{display:flex;gap:1.5rem;align-items:center;font-size:1.2em;color:#333}.accordion-icon{font-size:1.5em;font-weight:700;width:20px;text-align:center}.accordion-content{padding:1rem;border-top:1px solid #ddd;background-color:#fff}.accordion-content table{width:100%;border-collapse:collapse}.accordion-content th,.accordion-content td{padding:.75rem;text-align:left;border-bottom:1px solid #eee}.accordion-content th{background-color:#f9f9f9}.user-group-accordion{border-top:1px solid #cce5ff;border-radius:5px;margin-bottom:.5rem}.user-group-header{background-color:transparent;padding:1rem;display:flex;justify-content:space-between;align-items:center;font-size:1.1em;color:#be9d71}.user-projects-list .accordion-item{border-radius:0;border-left:none;border-right:none;border-bottom:none}.user-projects-list .accordion-item:first-child{border-top:1px solid #cce5ff}.user-projects-list .accordion-item:last-child{border-bottom:none}.accordion-content tbody tr:hover{background-color:#f0f0f0;color:#fff}.accordion-content tbody tr:nth-child(2n){background-color:#f9f9f9}.accordion-content tbody tr:nth-child(odd){background-color:#fff}.accordion-content tbody tr:nth-child(2n):hover,.accordion-content tbody tr:nth-child(odd):hover{background-color:#e0e0e0;color:#fff}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.chartProj{height:100%}.chartProj .boxInfo{flex-direction:column}.chartProj .boxInfo .title{display:flex;flex-direction:column;align-items:center;gap:10px}.noteContainer{display:flex;flex-direction:column;width:100%;height:100%;background-color:#23232f;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.stickyNoteHeader{border-radius:.5em;position:-webkit-sticky;position:sticky;top:0;height:40px;z-index:16;font-size:10px;background-color:#23232f;padding:10px;margin-bottom:20px;box-shadow:0 2px 5px #0006}.notesBox{display:flex;flex-direction:column;width:100%;height:100%;padding:10px}.noteListItem{display:flex;border-bottom:solid 1px #999;margin-bottom:20px}.noteProject{display:flex;gap:15px}.noteProjTexts{display:flex;flex-direction:column;gap:5px}.noteProjNum{font-size:.85em;font-weight:800;color:#be9d71}.noteProjTitle{font-size:12px;color:#fff;gap:15px}.noteDate{font-size:2vmin;font-weight:500}.noteProjHorizontal{margin-top:15px;display:flex;gap:15px}.searchInputContainer{position:relative;display:flex;align-items:center;color:#23232f;width:100%}.inputIcon{position:absolute;left:10px;color:#888;pointer-events:none}.inputStyle{width:100%;padding-left:10px;padding-right:70px;height:30px;border:1px solid #ccc;border-radius:4px;background-color:silver}.inputActions{position:absolute;right:5px;display:flex;align-items:center;gap:4px}.menuContainer{position:relative}.dropdownList{position:absolute;top:100%;right:0;background-color:silver;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 8px #0000001a;list-style:none;padding:0;margin:2px 0 0;z-index:1000;min-width:120px;font-size:1.3em;width:200px}.dropdownItem{padding:8px 12px;border-bottom:1px solid #ddd;cursor:pointer}.dropdownItem:hover{background-color:#be9d71}.searchWrapper{position:relative;display:inline-block}.buttonStyle{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:5px;display:flex;align-items:center;justify-content:center;color:#555}.buttonStyle:hover{color:#000}.tooltipStyle{position:absolute;bottom:125%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;white-space:nowrap;z-index:1001}.notesContent{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:minmax(80px,80px);width:100%;height:100%}.content{padding:10px;border-radius:10px;border:1px solid #272b33}.heading{grid-row:1/1;grid-column:1/12;justify-content:center;align-content:center;display:flex;flex-direction:row;margin:auto;width:100vh}.headingForm{display:flex;flex-direction:row;grid-row:2/2;grid-column:1/3;justify-content:center;text-align:center}.formFields{grid-row:2/2;grid-column:5/5;display:flex;flex-direction:row;color:#23232f}.noteCard{grid-row:6/7;grid-column:1/4;margin:10px;color:#000;background-color:#00f}.cardButton{color:#333;width:60px;margin:10px;font-size:16px}.noteCard .save{background-color:#50b8e7}.noteCard .edit{background-color:#fbbc05}.vNotesButton{background-color:#be9d71;width:100px;height:30px;color:#fff;font-size:1em}.headingFields{width:300px;margin:0 20px;font-size:16px}.cardField{margin:5px;height:25px}.cardFix{grid-row:4/6;grid-column:1/4;display:flex;flex-wrap:wrap}.projNotesPopup{position:fixed;top:0;right:0;width:570px;max-width:50vw;z-index:1050;background-color:#2c2c3e;box-shadow:-5px 0 15px #0003;transform:translate(100%);transition:transform .35s ease-in-out;display:flex;flex-direction:column;overflow-y:auto}.projNotesPopup.open{transform:translate(0)}.barchartProj{display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:100%}.barchartProj .barchartH1{font-size:20px;margin-bottom:20px}.barchartProj .chart{width:100%;height:250px}.piechartBox{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.piechartBox .pieh1{font-size:20px}.piechart{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.options{display:flex;flex-direction:row;justify-content:space-between;gap:10px;width:35%;font-size:12px;padding-right:50px}.options .option{width:80%;display:flex;flex-direction:column;gap:5px;align-items:center}.options .option .dot{width:10px;height:10px;border-radius:50%;justify-content:center}.title{display:flex;gap:10px;width:100%}.addUser{display:flex;gap:30px}.addUserContent{margin-top:30px;min-width:220px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;justify-items:center;max-width:900px;border-radius:30px;border:solid #be9d71 1px}.avatarImage{width:192px;height:192px;border-radius:50%;object-fit:cover}.addUserForm{min-width:220px;min-height:300px;height:600px;display:flex;flex-direction:column;color:#fff;padding:30px;align-items:center;justify-content:center}.input-container{display:flex;flex-direction:column;margin-top:20px;align-items:center;position:relative}.selects{height:30px;border-radius:20px}.input-container.submit button{background-color:#be9d71;width:140px;height:30px;border-radius:20px;color:#fff;font-size:1.2em}.input-container.cancel button{background-color:#420909;width:140px;height:30px;border-radius:20px;color:#fff;font-size:1.2em;cursor:pointer}.indv-fields{display:flex;flex-direction:row;gap:20px;margin:30px 0;align-items:center;justify-content:center}.aCenter{display:flex;justify-content:center}.passwordInst{font-size:.9rem;border-radius:.5rem;background-color:#000;color:#fff;padding:.25rem;position:absolute;top:100%;left:0;width:100%;z-index:18}.passwordInst>svg{margin-right:.25rem}.roleInst{font-size:.9rem;border-radius:.5rem;background-color:#000;color:#fff;padding:.25rem;position:absolute;top:100%;width:200px;height:150px;z-index:19}.roleInst>svg{margin-right:.25rem}.hide{display:none}.filter-dropdown-container{position:absolute;top:45px;right:0;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;width:350px;display:flex;flex-direction:column}.filter-dropdown-container .filter-header{padding:1rem;border-bottom:1px solid #eee}.filter-dropdown-container .filter-header h4{margin:0;font-size:1.1rem}.filter-dropdown-container .filter-body{padding:1rem;display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.filter-dropdown-container .filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-dropdown-container .filter-item label{font-weight:500;font-size:.9rem;color:#333}.filter-dropdown-container .filter-item select,.filter-dropdown-container .filter-item input[type=date]{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem}.filter-dropdown-container .date-filter .date-inputs{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.filter-dropdown-container .date-filter .date-inputs span{font-size:.9rem}.filter-dropdown-container .filter-footer{padding:1rem;background-color:#f7f7f7;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:.5rem}.filter-dropdown-container .filter-footer button{padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer;font-weight:500;font-size:.9rem;transition:opacity .2s}.filter-dropdown-container .filter-footer button.clear-btn{background-color:#f0f0f0;border:1px solid #ccc;color:#333}.filter-dropdown-container .filter-footer button.cancel-btn{background-color:#6c757d;color:#fff}.filter-dropdown-container .filter-footer button.apply-btn{background-color:#be9d71;color:#fff}.filter-dropdown-container .filter-footer button:hover{opacity:.9}.offscreen{position:absolute;left:-9999px}.valid{color:#32cd32;margin-left:.25rem}.invalid{color:red;margin-left:.25rem}.errmsg{background-color:#ffb6c1;color:#b22222;font-weight:700;padding:.5rem;margin-bottom:.5rem}.mb-3{margin-bottom:30px}.theForm{display:flex;flex-direction:column;width:350px;margin:10px auto;padding:30px;align-items:center}.persistCheck{font-size:15px;margin-top:10px;display:flex;justify-content:center;align-items:center}.persistCheck label{margin:0;font-size:14px}[type=checkbox]{height:20px;width:20px;margin:0 5px 2px 2px;background-color:red}.userSection{margin:0 auto}.userSection input[type=text],.userSection input[type=email],.userSection input[type=password]{font-family:Nunito,sans-serif;font-size:22px;padding-left:15px;border-radius:.5em;width:350px;background-color:silver;color:#121026}.loginBtn{font-family:Nunito,sans-serif;font-size:20px;border-radius:50px;width:150px;margin-top:1.5em}.divField{display:flex;flex-direction:row;justify-content:center}.divFields{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:600px;height:200px;border-radius:2em;border:solid #be9d71 1px}.profile{display:flex;gap:30px}.profile .view{display:flex}.profile .view .info .topInfo img{width:100px;height:100px;border-radius:50%}.profile .view .info .topInfo .name{font-weight:500;font-size:25px;color:#be9d71}.profile .view .info .topInfo{display:flex;align-items:center;gap:20px}.profile .view .info .editButton{background-color:#be9d71;color:#fff;font-size:18px;border:none;border-radius:50px;padding:5px 15px}.profile .view .info .details{font-size:18px;display:flex;margin-top:40px}.profile .view .info .details .item{margin:10px 0;padding:0 15px}.profile .view .info .details .item .itemTitle{font-weight:600;margin-right:10px;text-transform:capitalize;color:#be9d71}.profile .view .info .details .item .itemValue{font-weight:400px;font-size:14px}.profile .view .info .currentDetails{display:flex;flex-direction:column;border:1px solid #be9d71}.profile .view .formStyles{border:1px solid #be9d71;gap:10px;padding:10px;width:100%}.profile .view .formStyles .profFields{display:flex;gap:10px}.profile .view .formStyles .formField{margin-bottom:10px;display:flex;flex-direction:column;color:silver;font-size:.8em}.profile .view .formStyles .formField .profInput{border-radius:30px;height:30px;width:230px;padding:0 10px;background-color:silver}.profile .view .formStyles .profSubmitButton{display:flex;margin:25px 0;justify-content:center;cursor:pointer}.profUploadImageContent{display:flex;flex-direction:column;width:250px;padding:auto;margin:auto;gap:30px}.profUploadImageButton{background-color:#be9d71;color:#fff;font-size:18px;border:none;border-radius:50px;padding:5px 15px;cursor:pointer}.profContent{display:flex;margin-top:30px}.users{display:flex}.userData{width:100%}.info{display:flex;flex-direction:column}.user button{margin:10px 0;width:120px;height:30px;background-color:#be9d71;border-radius:40px}.usersContent{display:flex;margin-top:10px;margin-left:10px;width:100%}.editUser-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.editUser-modal-content{background-color:#23232f;padding:25px;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:100%;max-width:500px;z-index:1001}.editUser-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding-bottom:15px;margin-bottom:20px}.editUser-modal-header h2{margin:0;font-size:1.5rem;color:#be9d71}.editUser-close-button{background:none;border:1px solid white;font-size:2rem;font-weight:700;padding:1px 4px;cursor:pointer;color:#be9d71;line-height:1}.editUser-close-button:hover{color:#a79046}.editUser-form{display:flex;flex-direction:column}.editUser-form-group{margin-bottom:20px}.editUser-form-group label{display:block;margin-bottom:8px;font-weight:600;color:silver}.editUser-form-group input[type=text],.editUser-form-group input[type=email],.editUser-form-group select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;background-color:silver;font-size:1rem;box-sizing:border-box}.editUser-form-group input[type=text]:focus,.editUser-form-group input[type=email]:focus,.editUser-form-group select:focus{outline:none;border-color:#c3c5ab;box-shadow:0 0 0 2px #007bff40}.editUser-modal-footer{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e0e0e0;padding-top:20px;margin-top:10px}.editUser-cancel-btn,.editUser-save-btn{padding:10px 20px;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.editUser-cancel-btn{background-color:#3f111a;border:1px solid #ccc;color:#fff}.editUser-cancel-btn:hover{background-color:#4e2a2a}.editUser-save-btn{background-color:#be9d71;color:#fff}.editUser-save-btn:hover{background-color:#a79046}@media print{body *{visibility:hidden}[class*=label-sheet-],[class*=label-sheet-] *{visibility:visible}[class*=label-sheet-]{position:absolute;left:0;top:0;width:8.5in;height:11in;box-sizing:border-box;page-break-after:always}@page{size:letter;margin:0}}.label-component-wrapper-8160{display:flex;flex-direction:column;color:#fff;width:145px;justify-content:center;border:1px solid #384256;margin-right:20px}.label-sheet-8160{display:grid;grid-template-columns:repeat(3,2.625in);grid-template-rows:repeat(10,1in);column-gap:.125in;justify-content:center;padding:.5in 0;box-sizing:border-box;width:8.5in;height:11in}.single-label-8160{width:2.625in;height:1in;padding:.11in;margin:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;font-family:Arial,sans-serif;font-size:10pt;overflow:hidden}.single-label-8160 .label-row{display:flex;justify-content:space-between;width:100%}.single-label-8160 .middle-row{justify-content:center;font-weight:700;font-size:12pt}.label-component-wrapper{color:#fff;width:145px;border:solid 4px silver}.avery-right-pane{margin-top:5px;text-align:center;width:100%;padding:10px}.data-area{margin-top:0;padding:0}.label-sheet:not(:last-child){page-break-after:always}.avery-left-pane{text-align:center}.avery-modal-left-pane,.avery-modal-right-pane{flex:1}.avery-modal-right-pane{border-left:1px solid #eee;padding-left:25px}.visual-sheet-selector{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,50px);gap:10px;border:1px solid #ccc;padding:10px;background-color:#be9d71;width:134px;height:190px;margin-top:15px}.visual-sheet-label{border:1px solid #ccc;background-color:#fff;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;color:#aaa;cursor:pointer;transition:all .2s ease-in-out}.visual-sheet-label:hover{border-color:#be9d71;background-color:#e9f5ff}.visual-sheet-label.selected{border-color:#272b33;background-color:#be9d71;color:#fff}.print-controls{margin-top:20px}@page{size:8.5in 11in;margin:0}.label-sheet{width:8.5in;height:11in;margin:20px auto;box-sizing:border-box;padding:.5in .156in;display:flex;flex-wrap:wrap;align-content:flex-start;overflow:hidden;background-color:#fff;box-shadow:0 0 15px #00000080}.single-label{width:4in;height:3.33in;box-sizing:border-box;padding:.2in;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;font-family:Arial,sans-serif;font-size:11pt;line-height:1.4;border:1px solid #222}.single-label:nth-of-type(odd){margin-right:.188in}.label-text-content{line-height:2em}.label-barcode-area{width:100%;display:flex;justify-content:center}.label-field{display:flex}.label-title{font-weight:700;margin-right:8px;min-width:90px;display:inline-block}@media print{body,html{background-color:transparent;margin:0;padding:0;width:8.5in;height:11in}.label-sheet{margin:0;box-shadow:none}.single-label{border:none}}.ovrTopBar{display:flex;font-size:10px;color:#333}@media only screen and (min-width: 400px){.forceDisplay{display:block}}.NavItem{color:#333}.NavItem:hover{background-color:#add8e6}.navValColor{color:#99506e}.top-bar-ship{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 12px;background-color:#f7f7f7;border-bottom:1px solid #e0e0e0;width:100%;box-sizing:border-box}.top-bar-ship-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.top-bar-ship-right{display:flex;align-items:center}.status-badge{background-color:#fff;padding:4px 10px;border-radius:4px;border:1px solid #dcdcdc;font-size:.9em;font-weight:500;white-space:nowrap;text-transform:capitalize}.applied-tags-list{display:flex;gap:6px;align-items:center}.tag-chip{padding:4px 8px;border-radius:4px;font-size:.85em;font-weight:700;white-space:nowrap}.dropdown-container{position:relative}.dropdown-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#fcfcfc;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:.9em;font-family:inherit;white-space:nowrap}.dropdown-button:hover{background-color:#f0f0f0;border-color:#b0b0b0}.dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1010;width:280px}.dropdown-menu .dropdown-item{display:block;width:100%;box-sizing:border-box;padding:8px 12px;color:#333;text-align:left;text-decoration:none;font-size:.9em;background:none;border:none;cursor:pointer}.dropdown-menu .dropdown-item:hover{background-color:#f0f0f0}.tags-dropdown{display:flex;flex-direction:column}.tags-dropdown .dropdown-header{padding:10px 12px;font-weight:700;border-bottom:1px solid #e0e0e0}.tags-dropdown .dropdown-search{padding:8px;border-bottom:1px solid #e0e0e0}.tags-dropdown .dropdown-search input{width:100%;box-sizing:border-box;padding:6px 8px;border:1px solid #ccc;border-radius:4px}.tags-dropdown .dropdown-list{max-height:200px;overflow-y:auto;padding:4px 0}.tags-dropdown .dropdown-list .dropdown-list-item{display:flex;align-items:center;padding:6px 12px;gap:8px}.tags-dropdown .dropdown-list .dropdown-list-item label{padding:3px 8px;border-radius:4px;font-size:.9em;cursor:pointer}.tags-dropdown .dropdown-list .dropdown-list-item input[type=checkbox]{cursor:pointer}.tags-dropdown .dropdown-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-top:1px solid #e0e0e0;background-color:#f7f7f7}.tags-dropdown .dropdown-footer .clear-tags-btn{background:none;border:none;color:#007bff;cursor:pointer;padding:0;font-size:.9em}.tags-dropdown .dropdown-footer .apply-btn{background-color:#28a745;color:#fff;border:none;border-radius:4px;padding:6px 12px;cursor:pointer}.tags-dropdown .dropdown-list-item input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin:0;vertical-align:middle}.etHome-container{display:flex;flex-direction:column;width:100%;height:100vh;background-color:#23232f;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box}.etHome-container .etHome-header{background-color:#2c2c3e;padding:1rem 2rem;border-bottom:1px solid #dce0e4;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #00000005;flex-shrink:0}.etHome-container .etHome-header .etHome-title{margin:0;font-size:1.5rem;color:#be9d71;font-weight:600}.etHome-container .etHome-header .etHome-user-info{font-size:.9rem;color:#868e96}.etHome-container .etHome-toolbar{padding:1rem 2rem;display:flex;gap:1rem;align-items:center;background-color:#2c2c3e;border-bottom:1px solid #e9ecef;flex-shrink:0;flex-wrap:wrap}.etHome-container .etHome-toolbar .etHome-search-wrapper{position:relative;display:flex;align-items:center;width:300px;color:#495057}.etHome-container .etHome-toolbar .etHome-search-wrapper i{position:absolute;left:10px;color:#adb5bd}.etHome-container .etHome-toolbar .etHome-search-wrapper .etHome-search-input{width:100%;padding:.5rem 1rem .5rem 2.2rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;outline:none;transition:border-color .2s}.etHome-container .etHome-toolbar .etHome-search-wrapper .etHome-search-input:focus{border-color:#be9d71;box-shadow:0 0 0 2px #daa52033}.etHome-container .etHome-toolbar .etHome-btn{padding:.5rem 1rem;border-radius:4px;border:none;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.etHome-container .etHome-toolbar .etHome-btn.etHome-btn-primary{background-color:#be9d71;color:#fff}.etHome-container .etHome-toolbar .etHome-btn.etHome-btn-primary:hover{background-color:#a79046}.etHome-container .etHome-toolbar .etHome-btn.etHome-btn-secondary{background-color:#e9ecef;color:#495057}.etHome-container .etHome-toolbar .etHome-btn.etHome-btn-secondary:hover{background-color:#dee2e6}.etHome-container .etHome-toolbar .etHome-stats{margin-left:auto;font-size:.9rem;color:#495057;background:#f8f9fa;padding:.5rem 1rem;border-radius:4px;border:1px solid #dee2e6}.etHome-container .etHome-content-wrapper{flex:1;padding:1rem 2rem;overflow:hidden;display:flex;flex-direction:column}.etHome-container .etHome-content-wrapper .etHome-table-card{flex:1;background-color:#2c2c3e;border-radius:8px;box-shadow:0 2px 8px #0000000d;overflow:hidden;display:flex;flex-direction:column;color:silver}.etHome-container .etHome-loading{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.2rem;color:#adb5bd}.etTb-container{width:100%;height:100%;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#2c2c3e;border:1px solid #e0e0e0;overflow:hidden}.etTb-container .etTb-table-wrapper{flex:1;overflow:auto;position:relative;background-color:#2c2c3e}.etTb-container .etTb-table-wrapper .etTb-table{width:100%;display:grid;border-collapse:collapse}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead{display:grid;position:sticky;top:0;text-transform:uppercase;z-index:10;background-color:#121026;font-weight:600;color:silver;border-bottom:2px solid #dee2e6;min-width:100%}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-tr{display:flex;width:100%}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th{display:flex;flex-direction:column;justify-content:center;padding:8px 12px;position:relative;border-right:1px solid #dee2e6;font-size:.85rem;-webkit-user-select:none;user-select:none;background-color:#121026;cursor:pointer}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th.etTb-dragging{opacity:.5;background-color:#e9ecef}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-header-content{display:flex;flex-direction:column;align-items:center;width:100%}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-header-content .etTb-drag-handle{cursor:grab;font-size:1.2rem;color:#adb5bd;margin-bottom:4px;line-height:1}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-header-content .etTb-drag-handle:active{cursor:grabbing;color:#495057}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-header-content .etTb-header-text{text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-resizer{position:absolute;right:0;top:0;height:100%;width:5px;background:#0000000d;cursor:col-resize;touch-action:none;z-index:1}.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-resizer:hover,.etTb-container .etTb-table-wrapper .etTb-table .etTb-thead .etTb-th .etTb-resizer.etTb-is-resizing{background:#be9d71;width:7px}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody{display:grid;position:relative;width:100%}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr{display:flex;width:100%;border-bottom:1px solid #f1f3f5;transition:background-color .1s;box-sizing:border-box}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr:hover{background-color:#f8f9fa}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr:hover .etTb-td{color:#000}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr.etTb-selected{background-color:#e7f5ff;border-bottom:1px solid #d0ebff}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr.etTb-selected .etTb-td{color:#000}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr .etTb-td{padding:8px 12px;font-size:.9rem;color:silver;display:flex;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border-right:1px solid #f1f3f5}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr .etTb-td input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin:0 auto}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr .etTb-td .etTb-actions-wrapper{display:flex;gap:5px;justify-content:center;width:100%}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr .etTb-td .etTb-actions-wrapper button{padding:2px 8px;font-size:.75rem;cursor:pointer;border-radius:3px;border:1px solid #ccc;background:#fff;color:#333}.etTb-container .etTb-table-wrapper .etTb-table .etTb-tbody .etTb-tr .etTb-td .etTb-actions-wrapper button:hover{background:#f1f1f1}.etTb-container .etTb-table-wrapper .etTb-table .etTb-empty{padding:2rem;text-align:center;color:#6c757d;font-style:italic}.etcModal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.etcModal-container{background-color:#121026;border-radius:8px;width:90%;max-width:500px;position:relative;z-index:1001;box-shadow:0 4px 6px #0000001a;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.etcModal-header{background-color:#be9d71;padding:16px 24px;border-bottom:1px solid #be9d71;display:flex;justify-content:space-between;align-items:center}.etcModal-title{margin:0;font-size:1.25rem;font-weight:600;color:#333}.etcModal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;line-height:1}.etcModal-close-btn:hover{color:#000}.etcModal-body{padding:24px}.etcModal-description{margin-top:0;margin-bottom:20px;color:silver;font-size:.95rem;line-height:1.5}.etcModal-error-message{background-color:#fee2e2;color:#b91c1c;padding:10px;border-radius:4px;margin-bottom:16px;font-size:.9rem;border:1px solid #f87171}.etcModal-input-group{margin-bottom:20px}.etcModal-label{display:block;margin-bottom:8px;font-weight:500;color:silver;font-size:.9rem}.etcModal-input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box;transition:border-color .2s;background-color:silver;color:#000}.etcModal-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 2px #f9731633}.etcModal-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.etcModal-info-box{border-top:1px solid #be9d71;border-right:1px solid #be9d71;border-bottom:1px solid #be9d71;border-left:10px solid #be9d71;padding:12px;font-size:.85rem;color:silver}.etcModal-info-box p{margin:0}.etcModal-footer{padding:16px 24px;border-bottom:10px solid #be9d71;display:flex;justify-content:flex-end;gap:12px}.etcModal-cancel-btn{padding:8px 16px;background-color:#fff;border:1px solid #d1d5db;color:#374151;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.etcModal-cancel-btn:hover{background-color:#f3f4f6}.etcModal-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.etcModal-connect-btn{padding:8px 16px;background-color:#f97316;border:1px solid #f97316;color:#fff;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.etcModal-connect-btn:hover{background-color:#ea580c}.etcModal-connect-btn:disabled{border-color:#fdba74;cursor:not-allowed}.shp-page-container{padding:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#be9d71;background-color:#23232f;height:86vh;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.shp-main-header{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.shp-page-title{font-size:20px;font-weight:700;margin:0;color:#be9d71}.shp-subtitle{font-size:16px;font-weight:600;margin:0 15px 0 0;color:#5c5f62;white-space:nowrap}.shp-tabs{display:flex;gap:4px;background:#be9d71;padding:2px;border-radius:6px}.shp-tab{padding:6px 12px;border:none;background:transparent;font-size:13px;font-weight:500;cursor:pointer;border-radius:4px;color:#5c5f62;transition:all .2s}.shp-tab:hover{color:#202223;background:#ffffff80}.shp-tab.shp-tab-active{background:#3f111a;color:silver;box-shadow:0 1px 3px #0000001a;font-weight:600}.shp-content-area{background:#23232f;border:1px solid #23232f;border-radius:8px;padding:0;box-shadow:0 0 5px #0000000d;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.shp-view-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.shp-header-row{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#2c2c3e;border-bottom:1px solid #23232f;flex-shrink:0;gap:15px}.shp-toolbar-left{display:flex;align-items:center;gap:15px;flex:1}.shp-toolbar-right{display:flex;align-items:center;gap:10px}.shp-filters-container{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;width:100%}.shp-filter-group{display:flex;align-items:center;gap:8px}.shp-label-inline{font-size:12px;font-weight:600;margin:0;color:#5c5f62;white-space:nowrap}.shp-search-box-lg{flex:1;max-width:350px;min-width:200px}.shp-button{padding:6px 12px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid transparent;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.shp-button.shp-button-primary{background-color:#008060;color:#fff}.shp-button.shp-button-primary:hover{background-color:#004c3f}.shp-button.shp-button-secondary{background-color:#fff;border-color:#23232f;color:#202223}.shp-button.shp-button-secondary:hover{background-color:#f6f6f7}.shp-button.shp-button-sm{padding:4px 8px;font-size:12px}.shp-input,.shp-select,.shp-select-sm{border:1px solid #23232f;border-radius:4px;padding:6px 10px;font-size:13px;outline:none;background-color:#fff}.shp-input:focus,.shp-select:focus,.shp-select-sm:focus{border-color:#008060;box-shadow:0 0 0 1px #008060}.shp-search-box{position:relative}.shp-search-box .shp-search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#8c9196;font-size:12px}.shp-search-box .shp-input{padding-left:28px;width:100%;box-sizing:border-box}.shp-table-wrapper{background:#2c2c3e;overflow:hidden;position:relative;display:flex;flex-direction:column}.shp-table-container{display:flex;overflow:auto;width:100%}.shp-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.shp-table-thead{position:sticky;top:0;z-index:10}.shp-table-th{background:#121026;padding:10px 10px 10px 20px;border-bottom:1px solid #c9cccf;border-top:1px solid transparent;text-align:left;font-size:13px;font-weight:600;-webkit-user-select:none;user-select:none;position:relative;text-transform:uppercase}.shp-table-th.shp-dragging{opacity:.5;background:#989ba1}.shp-th-content{display:flex;align-items:center;gap:8px}.shp-drag-handle{cursor:grab;color:#989ba1;font-size:12px}.shp-drag-handle:hover{color:#202223}.shp-drag-handle:active{cursor:grabbing}.shp-sort-container{display:flex;align-items:center;gap:5px;cursor:pointer;flex-grow:1}.shp-table-tr{background:#edf7fc;transition:background-color .1s}.shp-table-tr:hover{background-color:#e0e3ec!important}.shp-table-tr:hover .shp-table-td{background-color:#e0e3ec!important;color:#000!important}.shp-table-td{padding:8px 10px;font-size:13px;color:#202223;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #23232f;background-clip:padding-box}.shp-resizer{position:absolute;right:0;top:0;height:100%;width:4px;background:transparent;cursor:col-resize}.shp-resizer:hover,.shp-resizer.shp-is-resizing{background:#008060}.shp-image-cell{display:flex;flex-direction:column;align-items:center;gap:8px;padding:5px}.shp-thumbnail-150{width:150px;height:150px;object-fit:contain;border:1px solid #e1e3e5;border-radius:4px;background-color:#fff}.shp-no-image-150{width:150px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f1f2f3;color:#8c9196;border-radius:4px;font-size:12px}.shp-view-btn{width:100%;max-width:150px}.shp-table-tr-expanded{background-color:#f9fafb}.shp-expanded-row-content{padding:20px;border-left:4px solid #008060;background:#2c2c3e;margin:10px;box-shadow:0 2px 4px #0000000d;color:#fff}.shp-sub-title{margin-top:0;margin-bottom:15px;font-size:15px;color:#be9d71}.shp-sub-table{width:100%;border-collapse:collapse}.shp-sub-table th,.shp-sub-table td{padding:8px 12px;border-bottom:1px solid #e1e3e5;text-align:left;font-size:13px}.shp-sub-table th{font-weight:700;color:#5c5f62;text-transform:uppercase;background-color:#f4f6f8}.shp-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:8px 15px;border-top:1px solid #23232f;background:#2c2c3e;flex-shrink:0}.shp-page-info{font-size:13px}.shp-dropdown-container{position:relative}.shp-dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #23232f;border-radius:4px;box-shadow:0 4px 12px #0000001a;list-style:none;padding:4px 0;min-width:150px;z-index:100;color:#000;width:250px}.shp-dropdown-item{padding:8px 16px;font-size:13px;cursor:pointer}.shp-dropdown-item:hover{background:#f6f6f7}.shp-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.shp-modal-container{background:#fff;border-radius:8px;width:100%;max-width:800px;box-shadow:0 4px 24px #0003;display:flex;flex-direction:column}.shp-modal-header{padding:12px 16px;border-bottom:1px solid #23232f;display:flex;justify-content:space-between;align-items:center}.shp-modal-title{margin:0;font-size:16px}.shp-modal-close-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#5c5f62}.shp-modal-body{padding:16px}.shp-modal-footer{padding:12px 16px;border-top:1px solid #23232f;display:flex;justify-content:flex-end;gap:10px}.shp-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;max-height:70vh;overflow-y:auto}.shp-gallery-item{border:1px solid #e1e3e5;border-radius:4px;overflow:hidden}.shp-gallery-item img{width:100%;height:auto;display:block}.shp-form-group{margin-bottom:12px;display:flex;flex-direction:column}.shp-label{font-size:12px;margin-bottom:4px;font-weight:500}.shp-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.shp-badge-success{background:#e3f1df;color:#004c3f}.shp-badge-danger{background:#ffe3e3;color:#8e1f0b}.shp-status-paid{color:#008060;font-weight:700}.shp-status-pending{color:#b46b08;font-weight:700}.shp-text-bold{font-weight:600}.shps-dashboard-container{padding:2rem;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#333;box-sizing:border-box}.shps-dashboard-container *{box-sizing:border-box}.shps-dashboard-container .shps-header{margin-bottom:2rem;border-bottom:1px solid #e1e4e8;padding-bottom:1rem}.shps-dashboard-container .shps-header h1{font-size:1.75rem;color:#202223;margin:0 0 .5rem;font-weight:600}.shps-dashboard-container .shps-header p{color:#6d7175;margin:0;font-size:.9rem}.shps-dashboard-container .shps-loading,.shps-dashboard-container .shps-error{padding:2rem;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.shps-dashboard-container .shps-error{color:#d82c0d;background-color:#fff4f4;border:1px solid #fecaca}.shps-dashboard-container .shps-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.shps-dashboard-container .shps-charts-grid{grid-template-columns:1fr}}.shps-dashboard-container .shps-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;border:1px solid #e1e4e8;display:flex;flex-direction:column}.shps-dashboard-container .shps-card h2{font-size:1.1rem;color:#202223;margin:0 0 1.5rem;font-weight:600;border-left:4px solid #008060;padding-left:10px}.shps-dashboard-container .shps-card .shps-chart-wrapper{width:100%;height:350px;position:relative}.shps-dashboard-container .shps-table-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e1e4e8;overflow:hidden;margin-top:2rem}.shps-dashboard-container .shps-table-card .shps-table-header{padding:1.5rem;border-bottom:1px solid #e1e4e8}.shps-dashboard-container .shps-table-card .shps-table-header h2{margin:0;font-size:1.1rem;color:#202223;font-weight:600}.shps-dashboard-container .shps-table-card .shps-table-responsive{overflow-x:auto;width:100%}.shps-dashboard-container .shps-table-card table.shps-data-table{width:100%;border-collapse:collapse;font-size:.95rem}.shps-dashboard-container .shps-table-card table.shps-data-table thead{background-color:#f7f7f7}.shps-dashboard-container .shps-table-card table.shps-data-table thead tr th{text-align:left;padding:1rem 1.5rem;font-weight:600;color:#4a4a4a;border-bottom:2px solid #e1e4e8;white-space:nowrap}.shps-dashboard-container .shps-table-card table.shps-data-table tbody tr{border-bottom:1px solid #f1f1f1;transition:background-color .2s}.shps-dashboard-container .shps-table-card table.shps-data-table tbody tr:last-child{border-bottom:none}.shps-dashboard-container .shps-table-card table.shps-data-table tbody tr:hover{background-color:#fbfbfb}.shps-dashboard-container .shps-table-card table.shps-data-table tbody tr td{padding:1rem 1.5rem;color:#202223;vertical-align:middle}.shps-dashboard-container .shps-table-card table.shps-data-table tbody tr td:nth-child(n+3){text-align:right;font-family:SF Mono,Roboto Mono,monospace}.shps-dashboard-container .shps-text-subdued{color:#8c9196}.shps-dashboard-container .shps-text-bold{font-weight:600}.shps-dashboard-container .shps-money{color:#008060;font-weight:500}.card-scan-button{width:100%;background-color:#be9d71;color:#fff;font-weight:600;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s}.pk-detail-value{color:#fff;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:1.8rem}.pk-detail-value.interactive a{text-decoration:none;color:#be9d71;border-bottom:1px dashed #007bff}.card-scan-button:hover{background-color:#1d4ed8}.card-scan-button:disabled{cursor:not-allowed;opacity:.7}.card-scan-button--in-progress{background-color:#f97316}.card-scan-button--paused{background-color:#6b7280}.card-scan-button--packing{background-color:#8b5cf6}.status-unpicked,.status-being-picked,.status-on-pause,.status-being-packed{padding:4px 10px;border-radius:9999px;font-weight:600;font-size:.8rem;display:inline-block;white-space:nowrap}.status-being-picked{background-color:#ffedd5;color:#9a3412}.status-on-pause{background-color:#e5e7eb;color:#374151}.status-being-packed{background-color:#ede9fe;color:#5b21b6}.item-action-modal{text-align:left;padding:0}.modal-step-container{background-color:#23232f;padding:1.5rem;color:#fff}.modal-step-container h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.modal-step-container p{margin-bottom:1.5rem}.modal-error{color:#ef4444;font-size:.875rem;margin-top:.5rem;margin-bottom:0!important}.item-sku-highlight{font-weight:700;color:#fff;padding:3px 6px;border-radius:4px;margin:5px 2px}.modal-options{display:flex;flex-direction:column;gap:.75rem}.modal-button{width:100%;border:none;font-weight:600;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s;font-size:1rem;text-align:center;background-color:#2563eb;color:#fff}.modal-button:hover{background-color:#1d4ed8}.modal-button:disabled{background-color:#9ca3af;cursor:not-allowed}.modal-button--secondary{background-color:#e5e7eb;color:#374151}.modal-button--secondary:hover{background-color:#d1d5db}.modal-button--danger{background-color:#ef4444;color:#fff}.modal-button--danger:hover{background-color:#dc2626}.modal-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;box-sizing:border-box;text-align:center}.modal-actions{margin-top:1.5rem;display:flex;gap:1rem}.button-spinner{margin:0 auto;width:1.25rem;height:1.25rem;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.item-sku--clickable{cursor:pointer;text-decoration:underline;text-decoration-style:dotted}.item-sku--clickable:hover{color:#2563eb}@keyframes spin{to{transform:rotate(360deg)}}.last-scanned-container{text-align:center;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #be9d71}.last-scanned-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;margin-right:.5rem;text-align:center}.last-scanned-value{font-weight:600;color:#fff;background-color:green;padding:2px 8px;border-radius:4px}.packing-page-container{background-color:#19162c;color:#ecf0f1;min-height:100vh;display:flex;flex-direction:column}.pack-modal-top-bar{background-color:#23232f;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #4a627a}.pack-modal-top-bar .top-bar-title{margin:0;font-size:1.2rem;font-weight:600}.pack-modal-top-bar .top-bar-active-order{font-size:2rem;font-weight:700;color:#fff;text-shadow:0 0 8px rgba(255,255,255,.5)}.pack-modal-top-bar .modal-close-button{background:none;border:none;color:#bdc3c7;font-size:2rem;cursor:pointer;transition:color .2s ease}.pack-modal-top-bar .modal-close-button:hover{color:#fff}.top-bar-center-content{display:flex;align-items:center;gap:1.5rem}.top-bar-right-controls{display:flex;align-items:center;gap:1rem}.manual-entry-toggle{background:transparent;border:1px solid #4a627a;color:#ecf0f1;border-radius:5px;cursor:pointer;font-size:1.2rem;padding:.3rem .6rem;display:flex;align-items:center;transition:background-color .2s ease}.manual-entry-toggle:hover{background-color:#23232f}.manual-entry-form{display:flex;align-items:center;background-color:#231f3d;padding:.3rem;border-radius:5px}.manual-entry-form input{border:none;color:#03181e;padding:.5rem;font-size:1rem;width:250px}.manual-entry-form input:focus{outline:none}.manual-entry-form button{border:none;background-color:#3498db;color:#fff;font-weight:700;border-radius:4px;padding:.5rem 1rem;cursor:pointer}.manual-entry-form button:hover{background-color:#5faee3}.scan-prompt{background-color:#be9d71;padding:.5rem;border-radius:5px;color:#23232f}.confirmation-view{display:flex;justify-content:center;align-items:flex-start;padding:1rem;height:100%;overflow-y:auto;background-color:#f4f7fa}.confirmation-content-wrapper{width:100%;max-width:1600px;display:flex;flex-direction:column;gap:1.5rem}.confirmation-header{text-align:center}.confirmation-header h3{font-size:2.2rem;color:#2c3e50;margin-bottom:.5rem}.confirmation-header h4{font-size:1.3rem;color:#34495e;margin-top:0;margin-bottom:1rem;font-weight:500}.confirmation-header .scan-prompt{font-size:1.1rem;color:#007bff;font-weight:700;background-color:#e7f3ff;padding:.75rem;border-radius:8px;border:1px solid #b3d7ff;display:inline-block}.confirmation-item-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}.confirmation-item-card{background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 12px #00000012;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.confirmation-item-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.confirmation-card-header{padding:.75rem 1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.confirmation-card-header .card-sku{font-size:1.8rem;font-weight:700;color:#1a1a1a}.confirmation-card-header .card-custom-fields{display:flex;gap:.75rem;font-size:.85rem;font-weight:500;color:#666}.confirmation-card-header .card-custom-fields span{background-color:#f0f0f0;padding:3px 8px;border-radius:12px}.confirmation-card-body{padding:1rem;flex-grow:1;display:flex;justify-content:center;align-items:center;background-color:#fcfcfc;min-height:220px}.confirmation-card-body .card-image{max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain;border-radius:4px}.confirmation-card-footer{padding:.75rem 1rem;background-color:#f7f7f7;border-top:1px solid #eee}.confirmation-card-footer p{margin:0;font-size:.9rem;color:#444;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pack-modal-footer{display:flex;justify-content:center;width:100%;padding-top:1rem}.confirmation-view{width:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.confirmation-view .confirmation-card{background-color:#23232f;border-radius:8px;padding:2rem 3rem;width:100%;max-width:800px;text-align:center;box-shadow:0 10px 30px #0003}.confirmation-view .confirmation-card h3{font-size:2rem;margin-top:0;margin-bottom:.5rem}.confirmation-view .confirmation-card p{font-size:1.1rem;margin-bottom:1.2rem}.confirmation-view .confirmation-card .item-list.simple{text-align:left;margin-bottom:2rem;border-top:1px solid #4a627a;border-bottom:1px solid #4a627a;padding:1rem 0}.confirmation-card .pack-modal-footer{justify-content:center;border-top:none}.timer-container{display:flex;align-items:center;gap:.75rem;background-color:#0003;padding:.5rem 1rem;border-radius:5px;border:1px solid #4a627a}.timer-container span{font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;color:#fff}.timer-container .pause-button{background-color:#23232f;color:#ecf0f1;border:1px solid #4a627a;border-radius:4px;padding:.4rem .8rem;cursor:pointer;transition:background-color .2s ease}.timer-container .pause-button:hover{background-color:#39394c}.timer-container .pause-button:disabled{opacity:.5;cursor:not-allowed}.summary-view{display:flex;justify-content:center;padding:2rem 1.5rem;width:100%}.summary-view .summary-card{width:100%;max-width:1200px;text-align:center}.summary-view .summary-card h3{font-size:2.5rem;margin-top:0}.summary-view .summary-card p{font-size:1.1rem;color:#bdc3c7;margin-bottom:3rem}.summary-view .summary-timer{font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:700;color:#3498db;background-color:#0003;padding:.5rem 1rem;border-radius:5px;display:inline-block;margin-bottom:1rem}.summary-view .summary-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;text-align:left}.summary-view .summary-order-card{background-color:#23232f;border-radius:8px;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.summary-view .summary-order-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #4a627a;padding-bottom:.75rem}.summary-view .summary-shipping-details{font-size:.85rem;color:#bdc3c7;background-color:#1a1a23;padding:.5rem;border-radius:4px}.summary-view .summary-shipping-details span{display:inline-block;margin-right:1rem}.summary-view .summary-shipping-details span strong{color:#ecf0f1}.summary-view ul{list-style:none;padding:0;margin:0;font-family:Courier New,Courier,monospace}.summary-view .pack-modal-footer{margin-top:3rem;justify-content:center}.summary-view .pack-modal-footer{margin-top:3rem;justify-content:center;border-top:none}.pack-modal-button{border:none;padding:.75rem 2rem;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease;background-color:#be9d71;color:#fff}.pack-modal-button:hover{background-color:#ceb594}.pack-modal-body-layout{flex-grow:1;display:flex;padding:1rem}.pack-modal-body-layout .pack-modal-main-content{flex-grow:1;padding:1rem;background-color:#19162c}.pack-modal-body-layout .pack-modal-main-content .placeholder-text{display:flex;justify-content:center;align-items:center;height:100%}.pack-modal-body-layout .pack-modal-main-content .placeholder-text h4{font-size:1.5rem;color:#bdc3c7}.pack-modal-body-layout .pack-modal-right-sidebar{width:300px;flex-shrink:0;background-color:#5c7085;padding:1rem;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.pack-modal-body-layout .pack-modal-right-sidebar h4{margin:0 0 .5rem;border-bottom:1px solid #4a627a;padding-bottom:.5rem}.pack-modal-body-layout .pack-modal-right-sidebar .order-list{display:flex;flex-direction:column;gap:1rem}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card{background-color:#23232f;padding:1rem;border-radius:5px;border-left:5px solid #bdc3c7;transition:all .2s ease;display:flex;flex-direction:column;gap:.25rem}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card .order-summary-number{font-size:1.1rem;font-weight:600}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card .order-summary-name{margin:0;color:#bdc3c7}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card .order-summary-address{font-size:.9rem;color:#bdc3c7;font-style:italic;margin:0}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card .order-summary-total{font-size:1.1rem;font-weight:700;color:#2ecc71;margin-top:.5rem}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card span{font-size:.9rem;font-weight:700;margin-top:.5rem}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card.active{border-left-color:#3498db;transform:scale(1.02)}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card.confirmed{border-left-color:#2ecc71;opacity:.7}.pack-modal-body-layout .pack-modal-right-sidebar .order-summary-card.confirmed span{color:#2ecc71}.item-list{list-style:none;padding:0;margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.item-list li{background-color:#23232f;border-radius:5px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:background-color .3s ease;border-left:4px solid transparent}.item-list li img{width:60px;height:60px;border-radius:5px;object-fit:cover}.item-list li div{flex-grow:1}.item-list li strong{display:block}.item-list li p{margin:0;color:#bdc3c7;font-size:.9rem}.item-list li .item-scan-status{font-size:1.2rem;font-weight:700}.item-list li.item-scanned{background-color:#2e2e3e;border-left-color:#2ecc71;opacity:.8}.item-list.simple li{background-color:transparent;border-bottom:1px solid #4a627a;border-radius:0;padding:.75rem 0}.sorting-mode-view h4{font-size:1.5rem;margin-bottom:.5rem}.sorting-mode-view h4 strong{color:#3498db}.sorting-mode-view p{color:#bdc3c7;margin-top:0}.sorting-mode-view ul{list-style:none;padding:0}.sorting-mode-view ul li{font-size:1.2rem;padding:.75rem;background-color:#23232f;margin-bottom:.5rem;border-radius:5px;display:flex;justify-content:space-between}.sorting-mode-view ul li.item-scanned{background-color:#2e2e3e;text-decoration:line-through;opacity:.7}.confirmation-view,.summary-view{width:100%;max-width:800px;margin:2rem auto;text-align:center;padding:1rem}.confirmation-view h3,.summary-view h3{font-size:2rem}.summary-view .summary-list{text-align:left;margin-top:2rem}.summary-view .summary-order-card{background-color:#23232f;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1.5rem}.summary-view .summary-order-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #4a627a;padding-bottom:.5rem;margin-bottom:1rem}.summary-view .summary-order-header h4{margin:0;font-size:1.2rem}.summary-view ul{list-style:none;padding:0}.summary-view ul li{padding:.25rem 0}.pack-modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #4a627a}.modal-button,.edit-button{border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.modal-button.pack-modal-button,.edit-button.pack-modal-button{background-color:#3498db;color:#fff}.modal-button.pack-modal-button:hover,.edit-button.pack-modal-button:hover{background-color:#5faee3}.modal-button.modal-button--secondary,.edit-button.modal-button--secondary{background-color:#23232f;color:#ecf0f1}.modal-button.modal-button--secondary:hover,.edit-button.modal-button--secondary:hover{background-color:#39394c}.modal-button.edit-button,.edit-button.edit-button{background-color:transparent;color:#3498db;border:1px solid #3498db;padding:.4rem .8rem}.modal-button.edit-button:hover,.edit-button.edit-button:hover{background-color:#3498db;color:#fff}.scan-error{color:#e74c3c;background-color:#e74c3c1a;border:1px solid #e74c3c;padding:1rem;border-radius:5px;margin-bottom:1rem;font-weight:700}.page404{width:100%;min-width:220px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:1rem;color:#fff;margin:auto}.font60{font-size:60px}.flexGrow{flex-grow:1;margin:30px 0;display:flex;justify-content:center;align-items:center}.privacyPage{display:flex;flex-direction:column;color:#be9d71;justify-content:center}.privatePolicyHeader{margin:20px 40px;font-size:1.2em}.privatePolicyParagraph{margin:0 60px;color:#fff;width:600px;font-size:.9em}.hidden{display:none}.LocationsContent{display:flex;flex-direction:column;align-items:center;width:100%}.locationForm{justify-content:center;display:flex;flex-direction:column;width:850px;gap:5px;border:solid 2px white;padding:30px;color:#ddd;height:100%}.locationForm .inputs[type=text]{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#000;border:1px solid #be9d71;border-radius:30px;background-color:#ccc;font-family:Inter,sans-serif}.locationForm .colorPicker{width:80px;line-height:1.42857143;color:#000;border-radius:50px;background-color:#be9d71;font-family:Inter,sans-serif;cursor:pointer}.locationForm .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{font:inherit;border:0!important;background:none;margin:0;-webkit-tap-highlight-color:transparent;display:block;min-width:10px!important;width:30px!important;height:30px!important;padding:0!important}.locationForm .css-19oldnm-MuiAutocomplete-root .MuiOutlinedInput-root{padding:0!important}.locationForm .MuiAutocomplete-hasClearIcon.css-hl6in6 .MuiOutlinedInput-root{width:250px!important;background-color:#fff!important;border-radius:30px!important;padding:0!important}.locationForm .hidden{display:none}.locationForm textarea{display:block;width:700px;height:70px;padding:6px 20px;font-size:14px;line-height:1.42857143;color:#000;background-image:none;border:1px solid #be9d71;border-radius:40px;font-family:Inter,sans-serif}.locationForm .btnGeneral{display:flex;justify-content:center;width:100%;text-align:center;margin-top:20px;height:40px}.locFormContainer{display:flex;flex-direction:row;gap:30px}.locFormTopLabel{display:flex;justify-content:center;width:100%;text-align:center;margin:40px 0;font-size:2em;color:#be9d71}.css-19oldnm-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{width:200px!important;color:#000!important;background-color:#fff!important;border:none!important}.css-19oldnm-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{border-radius:30px}.locSidebar{border:solid 1px #be9d71;width:450px;padding-right:20px;height:69vh;overflow:auto}.ssTagsSidebar{display:flex;flex-direction:column;border:solid 1px #be9d71;width:450px;height:70vh;overflow:auto}.locTitle{margin:20px;font-size:2em;width:300px;border-bottom:solid 3px #be9d71}.locationForm .btnSubmit{display:flex;color:#fff;background-color:#be9d71;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em}.locationForm .btnCancel{display:flex;color:#fff;background-color:#3f111a;text-align:center;justify-content:center;width:200px;align-items:center;font-size:18px;border-radius:1em}.groupErrors{margin-bottom:30px}.errors{color:red;border-left:solid 1px red;padding-left:15px}.buttonsBar{display:flex;margin-top:10px}.envelopes-dashboard-container{display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto auto;height:70vh;padding:10px 0}.dash-left-section,.dash-right-section{display:flex;flex-direction:column;height:70vh;width:17.4vw;overflow:auto;border:solid 1px #272b33;padding:10px;background-color:#eceaea;border-radius:8px}.dashLeft-header,.dashRight-header{width:100%;padding:20px;color:#be9d71;background-color:#23232f;border-radius:8px;margin-bottom:15px}.center-section{display:flex;flex-direction:column;height:70vh;width:50vw;overflow:none;border:solid 1px #272b33}.top-component,.bottom-component{height:100%;display:flex;flex:1;overflow-y:auto;border-radius:5px;background-color:#eceaea;color:#000}.top-container{display:flex;flex-direction:column;margin-bottom:20px;height:36vh}.bottom-container{overflow-y:auto;height:36vh}.accordion{margin-bottom:15px;box-shadow:0 3px 4px #0000004d}.accordion-header{width:100%;padding:10px;text-align:left;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:8px;color:#202025;font-weight:600}.accordion-content{max-height:250px;overflow-y:auto;padding:0 5px;border-radius:8px;border:2px solid #ccc}.accordion-table{font-size:1em;border:none}.accordion-table th{background-color:#47474d;color:#fff;border:none;padding:12px 10px;position:sticky;top:0}.accordion-table td{border:none;padding:5px}.accordion-table tbody tr:hover td{background-color:#d8d5d5!important;color:#000!important}.ready2print-table{font-size:1em;border:none;height:100%;background-color:transparent!important}.ready2print-table th{background-color:transparent;color:#fff;border:none;padding:12px 10px;position:sticky;top:0}.test{background-color:#ab2029}.ready2print-table td{border:none;padding:5px;background-color:transparent}.ready2print-table tbody tr:hover td{background-color:#eee!important;color:#fff!important}.readyToPrintPrfx{width:35px;text-align:center;border:none;background-color:transparent}.readyToPrintQty{width:50px;text-align:center;border:none;background-color:transparent}.readyToPrintRange{width:60px;text-align:center;border:none;background-color:transparent}.readyToPrintNote{width:130px;text-align:center;border:none;background-color:transparent}.no-spinner::-webkit-outer-spin-button,.no-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}.enNewMonthFields{display:flex;flex-direction:row;justify-content:left;gap:30px}.enNewMonthFields .inputs{width:160px;padding-left:10px;height:35px;font-size:.8em}.formTable tr td{border:none!important}.removePreStyles{border-radius:0!important;height:20px!important;margin:0!important;border:none!important;padding:0!important;display:flex!important;background-color:#f7ebdb!important}.formPrefixInput{width:35px!important}.formQtyInput,.formFromToInput,.formToInput{width:50px!important}.formNotesInput{width:180px!important}.formRqEnPrefixInput{width:50px!important}.card-container{display:flex;flex-wrap:wrap;gap:10px;overflow-y:auto}.card{background:#f5f5f5;padding:15px;margin:5px 0;border-radius:8px;height:150px;width:200px;color:#474343;box-shadow:0 3px 4px #0000004d}.top-component h2{margin:0;color:#474343}.card-body{display:flex;max-height:100px;overflow-y:auto}.card-header{text-align:center;background:#be9d71;color:#fff;padding:10px;border-radius:8px;margin-bottom:10px;font-weight:700}.entable-container{width:100%;height:30vh;overflow-y:auto;border:1px solid #ddd;border-radius:5px;padding:10px}.entable-controls{display:flex;align-items:center;margin-bottom:10px}.entable-controls input{padding:5px;border:1px solid #ccc;border-radius:3px;width:200px}.entable-dropdown{position:relative;margin-left:30px;z-index:600}.entable-dropdown-toggle{padding:5px 10px;background:#be9d71;color:#fff;border:none;border-radius:3px;cursor:pointer}.entable-dropdown-menu{position:absolute;top:100%;background:#fff;color:#000;border:1px solid #ddd;padding:10px;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.entable-dropdown-menu label{font-size:14px}.entable{width:100%;border-collapse:collapse;overflow-y:auto}.entable-th,.entable-td{padding:5px;border:1px solid #ddd;text-align:left;background-color:#edf7fc;color:#000}.entable-th{background-color:#23232f;position:relative;color:#be9d71;border:1px solid #ddd;padding:15px}.entable-resizer{position:absolute;right:0;top:0;height:100%;cursor:col-resize;background-color:#a9a9a9;width:3px}.entable-resizer:hover{background-color:#be9d71}.entable-pagination-controls{display:flex;justify-content:space-between;margin-top:10px}.entable-tbody tr.entable-selected,.entable-tbody tr.entable-selected td{background-color:#95b3e4!important}.entable-tbody tr:not(.entable-selected):hover,.entable-tbody tr:not(.entable-selected):hover td{background-color:#eee!important}.inventoryButton{margin:10px 20px 10px 0;width:150px;padding:0 10px;height:30px;background-color:#be9d71;border-radius:40px;cursor:pointer;color:#000}.ticket-request-container{background-color:#23232f;color:#ddd;padding:2rem;border-radius:8px;max-width:700px;margin:2rem auto;font-family:sans-serif}.ticket-request-container .header{color:#be9d71;border-bottom:2px solid #272b33;padding-bottom:.5rem;margin-bottom:1.5rem}.ticket-request-container .form-group{margin-bottom:1.5rem}.ticket-request-container .label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.ticket-request-container .input,.ticket-request-container .select,.ticket-request-container .textarea{width:100%;padding:.75rem;background-color:#23272a;border:1px solid #272b33;border-radius:4px;color:#ddd;box-sizing:border-box;font-size:1rem}.ticket-request-container .input:focus,.ticket-request-container .select:focus,.ticket-request-container .textarea:focus{outline:none;border-color:#be9d71;box-shadow:0 0 0 2px #be9d714d}.ticket-request-container .textarea{min-height:10px;resize:vertical;background-color:silver;color:#000}.ticket-request-container .flex-group{display:flex;gap:1rem}.ticket-request-container .flex-group .form-group{flex:1}.ticket-request-container .file-list{margin-top:1rem;list-style:none;padding:0}.ticket-request-container .file-list .file-list-item{background-color:#23272a;padding:.5rem;border-radius:4px;margin-bottom:.5rem;font-size:.8rem}.ticket-request-container .message{padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center}.ticket-request-container .success-message{background-color:#2ecc7133;color:#2ecc71;border:1px solid #2ecc71}.ticket-request-container .error-message{background-color:#e74c3c33;color:#e74c3c;border:1px solid #e74c3c}.ticket-request-container .submit-button{padding:.8rem 1.5rem;background-color:#be9d71;color:#23272a;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:1rem;transition:background-color .3s ease}.ticket-request-container .submit-button:hover:not(:disabled){background-color:#ad854f}.ticket-request-container .submit-button:disabled{background-color:#3a4146;color:#f7f7f7;cursor:not-allowed}.ticket-details-page{display:flex;flex-wrap:wrap;gap:1rem;padding:0 .5rem .5rem;width:100%;max-width:1600px;margin:0 auto;height:100%}.ticket-details-page .main-content,.ticket-details-page .tkDet-sidebar,.ticket-details-page .ticket-attachments{flex:1 1 100%}.ticket-details-page .tkDet-sidebar{display:flex;flex-direction:column;gap:.5rem;height:100%;max-height:500px;overflow-y:auto;width:100%;max-width:400px}.ticket-card{border:1px solid #272b33;color:#000;border-radius:8px;overflow:hidden}.ticket-card .ticket-card-header{font-size:1.1rem;font-weight:600;border-bottom:1px solid #272b33;margin:0;text-align:center;color:#121026;background-color:#be9d71;position:sticky;top:0}.ticket-summary{width:100%;background-color:#2c2c3e;color:silver;border-radius:8px;overflow:auto;height:100%;max-height:500px;padding-bottom:20px}.ticket-summary .summary-grid{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.ticket-summary .summary-grid>div{display:flex;flex-wrap:wrap;gap:1.5rem}.ticket-summary .summary-item,.ticket-summary .status-updater-summary{display:flex;flex-direction:column;min-width:140px;flex-grow:1}.ticket-summary .summary-subject,.ticket-summary .summary-description{width:100%}.ticket-summary .summary-description{border-top:1px solid #be9d71}.ticket-summary .summary-description .description-text{padding:1rem;border-radius:6px;white-space:pre-wrap;word-wrap:break-word}.ticket-summary .summary-label{font-weight:600;margin-bottom:.25rem;color:#be9d71}.ticket-summary select.status-in-progress{color:#212529}.status-badge{padding:4px 12px;border-radius:12px;font-weight:600;color:#fff;text-align:left;display:inline-block;font-size:.9em;width:250px}.status-open{background-color:#3498db;border-color:silver;color:#000;font-weight:600}.status-in-progress{background-color:#b16471;color:#212529;border-color:#000;font-weight:600}.status-waiting-on-user{background-color:#d3b86f;border-color:silver;color:#121026;font-weight:600}.status-resolved{background-color:#419b41;border-color:silver;color:#fff;font-weight:600}.status-closed{background-color:#030;color:#fff;border:solid 1px silver;font-weight:600}.status-cancelled{background-color:#000;border:solid 1px silver;color:#fff;font-weight:600}.status-archived{background-color:#281770;border:solid 1px silver;color:#fff;font-weight:600}.activity-feed{overflow:auto;background-color:#2c2c3e;width:100%;max-width:400px;height:35vh;font-size:.8em;max-height:500px;color:silver}.activity-feed .feed-list{list-style:none;padding:0 10px;margin:0}.activity-feed .feed-item{padding:.4rem 1rem;border-bottom:1px solid silver}.activity-feed .feed-item:last-child{border-bottom:1px solid silver}.activity-feed .feed-body{display:flex;flex-direction:column;white-space:pre-wrap;word-wrap:break-word;padding:0 10px;gap:10px}.activity-feed .see-it{padding:30px 20px}.ticket-actions{width:100%;display:flex;flex-direction:column;background-color:#2c2c3e;color:silver;height:25vh;overflow:auto}.ticket-actions .status-updater{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #272b33}.ticket-actions .status-updater .submit-button{background-color:#be9d71}.ticket-actions .action-tabs{display:flex;margin:5px 0;border-bottom:1px solid #be9d71;color:silver;justify-content:center}.ticket-actions .action-tabs button{all:unset;margin-bottom:10px;cursor:pointer;font-size:.8rem}.ticket-actions .action-tabs button:not(:last-child){margin-right:10px}.ticket-actions .action-tabs button.active{border-bottom:1px solid gold;color:silver;font-weight:700}.ticket-actions .action-tabs button:hover:not(.active){border-bottom:gold}.ticket-actions .email-header{font-size:.7rem}.ticket-actions .action-panel{padding:.5rem;display:flex;flex-direction:column;gap:.25rem;align-items:center}.ticket-actions .action-panel .textarea{min-height:60px;width:100%;max-width:100%;overflow:auto}.ticket-actions .action-panel .submit-button{width:150px;height:30px;background-color:#be9d71;color:#121026}.ticket-attachments{height:200px;overflow:auto;background-color:#2c2c3e;color:silver}.ticket-attachments .attachment-list{list-style:none;padding:1rem 1.5rem;margin:0;display:flex;flex-direction:column;gap:.5rem;width:100%}.ticket-attachments .attachment-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:6px}.ticket-attachments .attachment-item i{flex-shrink:0}.ticket-attachments .attachment-item a{flex-grow:1;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ticket-attachments .attachment-item .file-size{margin-left:auto;flex-shrink:0;padding-left:.5rem}.ticket-attachments.ticket-card{display:flex;flex-direction:column;background-color:#2c2c3e;border:1px solid #4a4a6a;border-radius:8px;margin-top:1.5rem}.attachment-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.5rem}.attachment-thumbnail-item{position:relative;width:200px;height:100px;cursor:pointer;overflow:hidden;border-radius:8px;background-color:#4a4a6a;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out}.attachment-thumbnail-item:hover{transform:scale(1.05)}.attachment-thumbnail-item .thumbnail-overlay{opacity:0;transition:opacity .3s ease}.attachment-thumbnail-item:hover .thumbnail-overlay{opacity:1}.attachment-thumbnail-img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px;box-sizing:border-box}.thumbnail-overlay i{font-size:1.5rem;margin-bottom:.25rem}.thumbnail-overlay span{font-size:.8rem;word-break:break-all}.attachment-list{list-style:none;padding:1.5rem;margin:0;border-top:1px solid #4a4a6a}.attachment-list .attachment-item{display:flex;align-items:center;padding:.5rem 0}.attachment-list .attachment-item i{font-size:1.25rem;color:#ccc;margin-right:1rem;width:20px;text-align:center}.attachment-list .attachment-item a{color:#8cb4ff;text-decoration:none;font-weight:500}.attachment-list .attachment-item a:hover{text-decoration:underline}.attachment-list .attachment-item .file-size{margin-left:auto;color:#a0a0b0;font-size:.9rem}.attachment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.attachment-modal-content{background-color:#333;padding:20px;border-radius:8px;position:relative;display:flex;flex-direction:column;max-width:90vw;max-height:90vh;box-shadow:0 5px 15px #00000080}.modal-close-button{position:absolute;top:15px;right:15px;background:transparent;border:none;color:#fff;font-size:2.5rem;font-weight:700;cursor:pointer;line-height:1;padding:0;z-index:1010}.modal-close-button:hover{color:#ccc}.modal-main-image-container{flex-grow:1;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:15px}.modal-main-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.modal-thumbnail-gallery{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding-top:15px;border-top:1px solid #555;max-height:15vh;overflow-y:auto}.modal-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease}.modal-thumbnail:hover{transform:scale(1.05);border-color:#aaa}.modal-thumbnail.active{border-color:#007bff;transform:scale(1.05)}.form-group{font-family:sans-serif;margin-bottom:1rem}.custom-dropdown-container{position:relative;width:100%;max-width:400px;-webkit-user-select:none;user-select:none}.dropdown-selected-value{padding:10px 15px;background-color:#2c2c3e;color:#fff;border:1px solid #4a4a6a;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s}.dropdown-selected-value:hover{border-color:#7a7a9a}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-options-list{position:absolute;top:100%;left:0;right:0;background-color:#2c2c3e;border:1px solid #4a4a6a;border-top:none;border-radius:0 0 5px 5px;list-style-type:none;padding:0;margin:5px 0 0;z-index:1000;max-height:200px;overflow-y:auto}.dropdown-option{padding:10px 15px;color:#e0e0e0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.dropdown-option:hover{background-color:#3e3e5a}.option-text{flex-grow:1;padding-right:10px}.info-button{background:none;border:none;color:#9a9ac8;cursor:pointer;padding:5px;font-size:1rem;line-height:1;transition:color .2s}.info-button:hover{color:#c8c8ff}.item-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.item-modal-content{background-color:#23232f;color:#e0e0e0;padding:2rem;border-radius:8px;width:90%;max-width:500px;box-shadow:0 5px 15px #00000080}.item-modal-content h4{margin-top:0;color:#be9d71}.item-modal-content p{line-height:1.6}.item-modal-close-button{display:block;margin-top:1.5rem;margin-left:auto;padding:8px 20px;background-color:#4a4a6a;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s}.item-modal-close-button:hover{background-color:#5a5a7a}@media (min-width: 400px){.ticket-summary .summary-item,.ticket-summary .status-updater-summary{flex-basis:calc(50% - 1.5rem)}}@media (min-width: 768px){.ticket-summary .summary-item,.ticket-summary .status-updater-summary{flex-basis:calc(33.333% - 1.5rem)}}@media (min-width: 1000px){.ticket-details-page .main-content{flex:2 1 600px}.ticket-details-page .ticket-attachments{flex-basis:100%}}.fbForm-container{max-width:800px;margin:2rem auto;padding:2rem;background-color:#23232f;border-radius:8px;box-shadow:0 4px 12px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fbForm-container h1{text-align:center;color:#be9d71;margin-bottom:.5rem}.fbForm-container p{text-align:center;color:silver;margin-bottom:2rem}.fbForm-form{display:flex;flex-direction:column;gap:1.5rem}.fbForm-fieldset{border:1px solid #ddd;border-radius:6px;padding:1.5rem;margin:0}.fbForm-legend{font-size:1.2rem;font-weight:600;color:#be9d71;padding:0 .5rem}.fbForm-label,.fbForm-question-group{display:flex;flex-direction:column;gap:.75rem;font-size:1rem;color:silver;margin-bottom:1rem}.fbForm-question{font-weight:600;margin:0}.fbForm-sub-label{font-style:italic;color:#aaa;margin-top:1rem;margin-bottom:.5rem}.fbForm-input,.fbForm-textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;background-color:silver;box-sizing:border-box}.fbForm-textarea{min-height:100px;resize:vertical}.fbForm-radio-group{display:flex;flex-wrap:wrap;gap:1rem;border:1px solid #eee;padding:1rem;border-radius:4px;background-color:silver}.fbForm-radio-label{display:flex;align-items:center;color:#444;gap:.5rem;cursor:pointer}.fbForm-conditional-field{background-color:#fffbe6;border-left:4px solid #facc15;padding:1rem;border-radius:4px;margin-top:1rem}.fbForm-footer{text-align:center;margin-top:1rem}.fbForm-submit-btn{padding:.8rem 2rem;font-size:1.1rem;font-weight:700;color:#fff;background-color:#be9d71;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.fbForm-submit-btn:hover{background-color:#a79046}.fbForm-submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.fbForm-status-message{padding:.8rem;border-radius:4px;margin-bottom:1rem;text-align:center}.fbForm-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.fbForm-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.fdDash-dashboard{padding:2rem;background-color:#23232f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fdDash-header{text-align:center;font-size:2.5rem;color:#be9d71;margin-bottom:2rem}.fdDash-loading,.fdDash-error{text-align:center;font-size:1.5rem;padding:4rem;color:#7f8c8d}.fdDash-error{color:#c0392b}.fdDash-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.fdDash-chart-container{background:#2c2c3e;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000014}.fdDash-chart-title{text-align:center;margin-bottom:1.5rem;color:#ddd}.fdDash-filters-container{background:#2c2c3e;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000014;margin-bottom:2rem}.fdDash-filters-title{margin-top:0;margin-bottom:1rem;color:#ddd}.fdDash-filter-input,.fdDash-filter-select{width:300px;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem}.fdDash-ratings-filter p{font-weight:600;margin-bottom:.5rem}.fdDash-checkbox-group{display:flex;flex-wrap:wrap;gap:1rem}.fdDash-table-container{background:#2c2c3e;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000014;overflow-x:auto}.fdDash-table-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.fdDash-export-btn{padding:.6rem 1.2rem;font-size:1rem;color:#fff;background-color:#27ae60;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.fdDash-export-btn:hover{background-color:#229954}table{border-collapse:collapse;width:100%}.fdDash-thead{background-color:#121026;color:#be9d71}.fdDash-th{position:relative;cursor:grab}.fdDash-sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.fdDash-resizer{position:absolute;right:0;top:0;height:100%;width:5px;background:#00000080;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;opacity:0}th:hover .fdDash-resizer{opacity:1}.fdDash-resizer.isResizing{background:#2980b9;opacity:1}.fdDash-filters-grid{display:flex;gap:1rem;align-items:center}.fdDash-global-search{font-size:1rem;padding:.8rem;width:250px}.fdDash-dropdown-container{position:relative;width:100%}.fdDash-dropdown-button{width:300px;padding:.8rem;background-color:#fff;border:1px solid #ccc;border-radius:4px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.fdDash-dropdown-caret{font-size:.7rem}.fdDash-dropdown-panel{position:absolute;top:105%;left:0;width:100%;background-color:#fff;color:#2c2c3e;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:250px;overflow-y:auto}.fdDash-dropdown-item{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0}.fdDash-dropdown-item:last-child{border-bottom:none}.fdDash-dropdown-item label{display:flex;align-items:center;gap:.75rem;width:100%;cursor:pointer}.fdDash-dropdown-item:hover{background-color:#f7f7f7}.utk-dash-container{background-color:#23232f;color:#ddd;padding:2rem;font-family:sans-serif;min-height:100vh}.utk-dash-centered{display:flex;justify-content:center;align-items:center}.utk-dash-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-bottom:1px solid #393958;padding-bottom:1.5rem;margin-bottom:2rem}.utk-dash-header-title{color:#fff;font-size:2rem;margin:0}.utk-dash-header-subtitle{color:#999;margin:.25rem 0 0;font-size:1rem}.utk-dash-create-btn{background-color:#be9d71;color:#222b3c;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .3s ease,transform .2s ease}.utk-dash-create-btn:hover{background-color:#a79046;transform:translateY(-2px)}.utk-dash-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.utk-dash-stat-card{background-color:#2c2c3e;border:1px solid #393958;padding:1.5rem;border-radius:8px}.utk-dash-stat-label{font-size:.9rem;color:#999;margin:0 0 .5rem}.utk-dash-stat-value{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.utk-dash-table-wrapper{background-color:#19162c;border:1px solid #384256;border-radius:8px;overflow:hidden}.utk-dash-table{width:100%;border-collapse:collapse}.utk-dash-table-th{background-color:#222b3c;color:#999;text-align:left;padding:1rem;font-weight:400;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.utk-dash-table-td{padding:1rem;border-top:1px solid #384256}.utk-dash-table-row:hover{background-color:#4a3e50}.utk-dash-ticket-link{color:#be9d71;text-decoration:none;font-weight:700;transition:color .2s}.utk-dash-ticket-link:hover{text-decoration:underline;color:#a79046}.utk-dash-no-tickets{text-align:center;color:#999;padding:3rem}.utk-dash-status-badge{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700;text-transform:capitalize}.utk-dash-status-open{background-color:#3498db33;color:#3498db}.utk-dash-status-in-progress{background-color:#f1c40f33;color:#f1c40f}.utk-dash-status-closed{background-color:#e74c3c33;color:#e74c3c}.utk-dash-spinner-container{padding:4rem}.utk-dash-spinner{animation:utk-dash-rotate 2s linear infinite;width:50px;height:50px}.utk-dash-spinner-path{stroke:#be9d71;stroke-linecap:round;animation:utk-dash-dash 1.5s ease-in-out infinite}@keyframes utk-dash-rotate{to{transform:rotate(360deg)}}@keyframes utk-dash-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.utk-dash-error-message{color:#e74c3c;background-color:#3f111a;padding:1rem 1.5rem;border:1px solid #e74c3c;border-radius:8px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;background-color:#23232f}a{text-decoration:none;color:inherit}.flexGrow{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.flexGrow button{width:110px;background-color:#b8e3ff;color:#23232f}.main{font-family:Inter,sans-serif;background-color:#23232f;color:#fff}.myContainer{display:flex;width:100%;margin:0;padding:0}.menuContainer{border-right:solid #333 1px}.contentContainer{padding:5px 20px;width:100%}.fancyFont{font-family:Pacifico,cursive;font-weight:400;color:#be9d71;font-style:normal}.fancyFont2{font-family:Caveat,cursive;font-optical-sizing:auto;font-weight:500;font-style:normal}@media (max-width: 400px){.contentContainer{padding:5px;width:100%}}.tdashboard-container{display:flex;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#23232f;color:#ddd;min-height:40vh;max-height:85vh;font-size:14px;overflow:hidden}.tdash-sidebar-toggle{display:none;background:none;border:none;color:#ddd;font-size:24px;cursor:pointer;z-index:1100}.tdash-sidebar{width:240px;background-color:#2c2c3e;color:#ddd;display:flex;flex-direction:column;flex-shrink:0;border-left:1px solid #272b33;transition:transform .3s ease-in-out}.tdash-sidebar-header{padding:0 20px 20px;font-size:1.5rem;font-weight:700;border-bottom:1px solid #495057;color:#be9d71}.tdash-sidebar-nav{list-style:none;padding:0;margin:20px 0;flex-grow:1}.nav-item a{display:flex;align-items:center;padding:12px 20px;color:#ddd;text-decoration:none;transition:background-color .2s}.nav-item a:hover{background-color:#343a40}.nav-item a.active{background-color:#be9d71;font-weight:500;color:#23232f}.nav-item svg{margin-right:15px}.tdash-sidebar-footer{padding:20px;border-top:1px solid #495057}.main-content{flex-grow:1;overflow-y:auto}.main-header{display:flex;gap:15px;justify-content:space-between;align-items:center;margin-bottom:30px}.main-header h1{margin:0;font-size:2rem;flex-grow:1;color:#be9d71}.ticket-table{width:100%;border-collapse:collapse;background-color:#2c2c3e;border-radius:8px;overflow:hidden}.ticket-table th,.ticket-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #ddd}.ticket-table th{background-color:#2c2c3e;font-weight:600;color:#ddd;text-transform:uppercase;font-size:12px}.ticket-table tbody tr{cursor:pointer;transition:background-color .2s}.ticket-table tbody tr:hover{background-color:#ddd!important}.ticket-table tbody tr:last-child td{border-bottom:none}.ticket-table-toolbar{margin:1rem 0;display:flex}.ticket-global-search-input{padding:.5rem .75rem;font-size:1rem;border-radius:6px;border:1px solid #ccc;width:100%;max-width:200px}.ticket-global-search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.badge{padding:4px 8px;border-radius:12px;border:solid 1px white;font-weight:600;font-size:.8rem;color:#ddd;display:inline-block;text-transform:uppercase;white-space:nowrap}.priority-Urgent{background-color:#6a0500}.total-tickets{background-color:silver;color:#23232f}.priority-High{background-color:#ff483f;color:#000}.priority-Medium{background-color:#ffc107;color:#23232f}.priority-Low{background-color:#5c7085}.status-Open{background-color:#3498db;color:#fff}.status-In-Progress{background-color:#b16471;color:#fff}.status-Waiting-on-User{background-color:#d3b86f;color:#fff}.status-Resolved{background-color:#419b41;color:#23232f}.status-Closed{background-color:#030;color:#fff;border:solid 1px silver}.status-Cancelled{background-color:#000;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0px,1fr));gap:20px;margin-bottom:30px}.stat-card{background-color:#2c2c3e;padding:5px;border-radius:8px;border:1px solid #be9d71;text-align:center;cursor:pointer}.stat-card h3{margin:0 0 10px;color:#ddd;font-size:.81rem}.stat-card .stat-value{font-size:1.22rem;font-weight:700;padding-left:10px}.content-card{display:flex;flex-direction:column;align-items:center;background-color:#2c2c3e;border-radius:8px;border-right:1px solid #be9d71;margin-bottom:20px}.content-card h2{margin-top:10px;margin-bottom:20px}.tkEdit-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tkEdit-table-header h2{margin:0}.tkEdit-controls{display:flex;align-items:center;gap:1rem}.tkEdit-filter-select{padding:.4rem .8rem;border-radius:4px;border:1px solid #555;background-color:#333;color:silver}.tkEdit-add-btn{padding:.4rem 1rem;border-radius:4px;border:none;background-color:#be9d71;color:#2c2c3e;cursor:pointer;font-weight:700}.tkEdit-tech-cell{position:relative;display:flex;align-items:center}.tkEdit-dots-button{background:none;border:none;color:silver;cursor:pointer;font-size:1.2rem;padding:0 .5rem;margin-right:.5rem}.tkEdit-dropdown-menu{position:absolute;top:100%;left:0;background-color:#2c2c3e;border:1px solid #555;border-radius:4px;box-shadow:0 4px 8px #0000004d;z-index:100;width:160px;list-style:none;padding:.5rem 0;margin:.25rem 0 0}.tkEdit-dropdown-item{display:block;padding:.75rem 1rem;color:silver;cursor:pointer;background-color:transparent;border:none;width:100%;text-align:left}.tkEdit-dropdown-item:hover{background-color:#444}.tkEdit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.tkEdit-modal-content{background-color:#2c2c3e;color:silver;border-radius:8px;width:400px;max-width:90%;box-shadow:0 5px 15px #00000080;overflow:hidden}.tkEdit-modal-header{background-color:#be9d71;color:#2c2c3e;padding:1rem;font-size:1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.tkEdit-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2c2c3e}.tkEdit-modal-body{padding:1.5rem}.tkEdit-form-group{margin-bottom:1rem}.tkEdit-form-group label{display:block;margin-bottom:.5rem;font-weight:700}.tkEdit-form-group input,.tkEdit-form-group select{width:100%;padding:.75rem;border:1px solid #555;border-radius:4px;background-color:silver;color:#2c2c3e;font-size:1rem}.tkEdit-modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #444}.tkEdit-modal-footer button{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:700;margin-left:.5rem}.tkEdit-save-btn{background-color:#be9d71;color:#2c2c3e}.tkEdit-cancel-btn{background-color:#555;color:silver}.tk-table-container{font-family:sans-serif;overflow-x:auto}.mobile-label{display:none}.ticket-table{width:100%;border-collapse:collapse;table-layout:fixed}.ticket-table thead th{position:relative;text-align:left;padding:12px 8px;border-bottom:2px solid #ddd;font-weight:600;text-transform:uppercase;font-size:.8rem;background-color:#121026;white-space:nowrap}.ticket-table tbody tr{border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s ease-in-out}.ticket-table tbody tr:hover{background-color:#f5f5f5}.ticket-table td{padding:10px 8px;vertical-align:middle}.ticket-table .mobile-label{display:none}.ticket-table .drag-handle{display:block;margin:0 auto 4px;cursor:grab;color:#999;text-align:center;font-size:1.2rem;line-height:1}.ticket-table .drag-handle:active{cursor:grabbing}.ticket-table .resizer{position:absolute;right:0;top:0;height:100%;width:5px;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none}.ticket-table .resizer.isResizing{background:#2563eb;opacity:.5}.tTb_filters-panel{padding:1rem;background-color:#2c2c3e;border-left:1px solid #dee2e6;height:100%;display:flex;flex-direction:column;gap:1.25rem;font-family:sans-serif;color:silver;height:60vh;overflow-y:auto}.tTb_filters-panel .tTb_filters-title{margin:0 0 .5rem;font-size:1.2rem;color:silver;border-bottom:2px solid #007bff;padding-bottom:.5rem}.tTb_filters-panel .tTb_filters-filter-group{display:flex;flex-direction:column;gap:.5rem}.tTb_filters-panel .tTb_filters-filter-group label{font-weight:600;font-size:.9rem}.tTb_filters-panel .tTb_filters-filter-group select,.tTb_filters-panel .tTb_filters-filter-group input[type=date]{width:100%;padding:.5rem;border-radius:4px;border:1px solid #ced4da;background-color:#fff;font-size:.9rem}.tTb_filters-panel .tTb_filters-filter-group select:focus,.tTb_filters-panel .tTb_filters-filter-group input[type=date]:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.tTb_filters-panel .tTb_filters-date-filter-inputs{display:flex;flex-direction:column;gap:.5rem}.tTb_filters-panel .tTb_filters-clear-filters-btn{margin-top:auto;padding:.6rem;border:none;border-radius:4px;background-color:#6c757d;color:#fff;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.tTb_filters-panel .tTb_filters-clear-filters-btn:hover{background-color:#5a6268}@media (max-width: 768px){.main-content{width:250px}.tdash-sidebar-toggle{display:block}.main-header{justify-content:flex-start}.tdash-sidebar{position:fixed;top:0;right:0;height:100%;z-index:1000;transform:translate(100%)}.dashboard-container.tdash-sidebar-open .tdash-sidebar{transform:translate(0)}.tdash-modal-body{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.stat-card{padding:15px}.stat-card .stat-value{font-size:2rem;padding-left:0}.content-card{border-right:none;border-bottom:1px solid #be9d71;width:100%}.tk-table-container{overflow-x:hidden;width:280px}.ticket-table{display:block;width:280px}.ticket-table thead{display:none}.ticket-table tbody,.ticket-table tr,.ticket-table td{display:block;width:280px}.ticket-table tbody tr{margin-bottom:15px;background-color:#2c2c3e;border:1px solid #be9d71;border-radius:8px;padding:5px 0}.ticket-table td{display:flex!important;justify-content:flex-start!important;align-items:center;padding:10px 15px;border-bottom:1px solid rgba(255,255,255,.1);width:100%!important;box-sizing:border-box}.ticket-table td:last-child{border-bottom:none}.ticket-table .mobile-label{display:inline-block;width:40%;min-width:100px;font-weight:800;text-transform:uppercase;font-size:.75rem;color:#be9d71;text-align:left}.ticket-table .cell-content{width:60%;text-align:left!important;color:#e0e0e0;font-size:.95rem;display:flex;justify-content:flex-start!important;align-items:center}}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.checkinContainer{background-color:#23232f;height:100vh;width:100vw}.chFrm-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#23232f;padding:2rem 1.5rem;border-radius:12px;max-width:800px;margin:2rem auto;height:100vh;box-shadow:0 10px 25px #0003}.chFrm-header h2{color:#be9d71;text-align:center;margin-bottom:.1rem;font-size:2rem;font-weight:600}.chFrm-header h4{color:#be9d71;text-align:center;margin-bottom:.7rem;font-size:1.5rem;font-weight:600}.chFrm-formGroup{margin-bottom:1.25rem}.chFrm-label{display:block;color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:500}.chFrm-input,.chFrm-select{width:100%;padding:.75rem;border:1px solid #4a4a5a;border-radius:8px;background-color:#f0f0f0;color:#000;font-size:1rem;transition:border-color .2s,box-shadow .2s}.chFrm-input:focus,.chFrm-select:focus{outline:none;border-color:#be9d71;box-shadow:0 0 0 3px #be9d714d}.chFrm-radioGroup{display:flex;gap:1.5rem;align-items:center}.chFrm-radioLabel{display:flex;align-items:center;cursor:pointer;color:#fff}.chFrm-radioInput{margin-right:.5rem;accent-color:#be9d71;width:1rem;height:1rem}.chFrm-error{color:#ff6b6b;font-size:.8rem;margin-top:.25rem}.chFrm-submitBtn{width:100%;padding:.85rem;border:none;border-radius:8px;background-color:#be9d71;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s,transform .1s}.chFrm-submitBtn:hover:not(:disabled){background-color:#a88a65}.chFrm-submitBtn:disabled{background-color:#5a5a6a;cursor:not-allowed}.chFrm-feedback{text-align:center;padding:.75rem;margin-top:1.5rem;border-radius:8px;font-weight:500}.chFrm-feedback.success{background-color:#2ecc7133;color:#2ecc71}.chFrm-feedback.error{background-color:#e74c3c33;color:#e74c3c}
