﻿.modal-wrapper:not(.initial-show){display:none}.modal-wrapper:not(.initial-show) .modal-bg,.modal-wrapper:not(.initial-show) .modal{opacity:0}.modal-bg{content:"";width:100vw;height:100vh;left:0;top:0;position:absolute;background-color:rgba(200,200,200,0.3);backdrop-filter:blur(5px);transition:opacity 0.3s ease;z-index:88}.modal-bg.second-modal-bg{z-index:109}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);z-index:3;transition:opacity 0.15s ease;background-color:var(--white);padding:16px 18px 18px;border-radius:8px;z-index:99;max-width:95%;max-height:90%;overflow-y:auto}.modal::-webkit-scrollbar{width:0}.modal::-webkit-scrollbar-track{background:var(--transparent);border:none;box-shadow:none}.modal::-webkit-scrollbar-thumb{box-shadow:none}.modal.second-modal{box-shadow:0 0 300px -80px var(--primary-black);z-index:119}.modal:not(.auto-modal){width:390px}.modal.auto-modal{max-height:100%}.modal.larger-modal{width:550px}.modal.large-modal{width:650px}.modal.small-modal{width:360px}.modal.image-modal{display:inline-block;width:auto;height:auto;background-color:var(--transparent);padding:0;border-radius:0}.modal.image-modal img{max-height:90vh;max-width:90vw;height:auto;width:auto}.modal .heading-wrapper{display:flex;margin-bottom:20px;justify-content:space-between;align-items:center}.modal .modal-content>.tab-wrapper{border-bottom:2px solid #eee}.modal .modal-content>.tab-wrapper .tab.current{color:var(--primary);position:relative;font-weight:bold}.modal .modal-content>.tab-wrapper .tab.current::after{content:"";position:absolute;height:2px;width:100%;background-color:var(--primary);bottom:-2px;left:0}.modal-menu{display:flex;gap:0.5rem;justify-content:flex-end}.modal .form:not(.scroll-form-wrapper){padding-top:15px}.modal .button-wrapper{display:flex;justify-content:flex-end;gap:0.5rem}.modal .form .error-text{margin-bottom:4px}.context-menu-wrapper{position:absolute;display:none;top:calc(100% + 15px);z-index:199}.context-menu-wrapper.left{left:0}.context-menu-wrapper.right{right:0}.context-menu{background-color:var(--white);box-shadow:2px 2px 10px rgba(0,0,0,0.1);padding:8px 8px 8px;border-radius:4px;width:240px;transition:opacity 0.15s ease;opacity:0;font-size:var(--small)}.context-menu.small{box-shadow:0 0 30px 5px #eee;width:120px;padding:8px 18px;font-weight:400;border-radius:5px}.context-menu.smaller{box-shadow:0 0 30px 5px #eee;width:160px;padding:12px 20px;border-radius:5px}.context-menu .menu-section:not(:first-child){margin-top:4px}.context-menu .menu-section .section-title{font-size:var(--smallest);font-weight:700;color:var(--primary-black);margin-bottom:4px;padding:8px 8px;background-color:var(--action-grey);border-radius:3px}.context-menu ul{margin:0;padding:0}.context-menu ul li{padding:10px 0;border-bottom:1px solid #eee;padding-left:6px}.context-menu ul li:last-child{border-bottom:none}.context-menu ul li a{display:flex;align-items:center;color:var(--black);text-decoration:none}.context-menu ul li a:hover{color:var(--primary)}.context-menu ul li a.error-text{color:var(--red)}.context-menu.small .menu-section ul li,.context-menu.small>ul li{padding:8px 0}.context-menu.smaller .menu-section ul li,.context-menu.smaller>ul li{padding:8px 0}.tab-wrapper{background-color:var(--dark-white);display:flex}.tab-wrapper .tab{line-height:2.5;padding:0 20px;color:var(--light-black);cursor:pointer;transition:0.3s ease-out}.tab-wrapper .tab:hover{background-color:var(--action-grey)}.large-tab-wrapper{border-radius:15px;padding:5px}.large-tab-wrapper .tab{line-height:3.6;border-radius:10px;padding:0 40px}.tab-content-wrapper{width:100%}.tab-menu{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.6rem;border-bottom:2px solid #eee}.tab-menu>.tab-wrapper .tab{line-height:3.2}.tab-menu>.tab-wrapper .tab:hover{color:var(--primary-black)}.tab-menu>.tab-wrapper .tab.current{color:var(--primary);position:relative;font-weight:bold}.tab-menu>.tab-wrapper .tab.current::after{content:"";position:absolute;height:2px;width:100%;background-color:var(--primary);bottom:-2px;left:0}.tab-menu:last-of-type{display:flex}.tabular-navigator{display:inline-flex;border:1px solid var(--line-grey);border-radius:6px;overflow:hidden}.tabular-navigator__tab-trigger{padding:0.8rem 1.6rem;background:var(--white);border:none;border-right:1px solid var(--line-grey);font-family:inherit;font-size:var(--small);font-weight:500;color:var(--text-grey);cursor:pointer;transition:all 0.2s ease}.tabular-navigator__tab-trigger:last-child{border-right:none}.tabular-navigator__tab-trigger:hover{background-color:var(--action-grey);color:var(--text-grey)}.tabular-navigator__tab-trigger--active,.tabular-navigator__tab-trigger.current{background-color:var(--primary);color:var(--white);font-weight:700}#snackbar-container{position:fixed;right:15px;top:15px;z-index:99999;display:flex;flex-direction:column;align-items:flex-end}.snackbar{visibility:hidden;min-width:70px;background-color:var(--ok-green);color:var(--white);font-weight:500;text-align:center;border-radius:5px;padding:15px;position:relative;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.snackbar-error{background-color:var(--red);color:var(--white)}.snackbar .snackbar-close{margin-left:5px;cursor:pointer}.snackbar .snackbar-close>*{width:20px;height:20px}.snackbar.show{visibility:visible;-webkit-animation:fadein 0.5s, fadeout 3s 4s;animation:fadein 0.5s, fadeout 3s 4s}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.drawer-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.drawer-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);opacity:0;transition:opacity 0.2s}.drawer{position:absolute;top:0;right:0;width:400px;height:100%;background:var(--white);transform:translateX(100%);transition:transform 0.2s;box-shadow:-2px 0 10px rgba(0,0,0,0.1);display:flex;flex-direction:column}.drawer-header{padding:20px;border-bottom:1px solid var(--line-grey);display:flex;justify-content:space-between;align-items:center}.drawer-header h3{margin:0;font-size:var(--h3);color:var(--primary-black)}.drawer-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-grey)}.drawer-close-btn:hover{color:var(--primary-black)}.drawer-content{flex:1;padding:20px;overflow-y:auto}.flex-tag-wrapper{display:flex;gap:4px}.simple-tag{background-color:var(--white-grey);color:var(--primary-black);padding:0.3rem 0.7rem 0.4rem;border-radius:4px;font-weight:400;font-size:var(--smaller)}.required-tag{background-color:var(--red);color:var(--white);padding:0.1rem 0.5rem 0.15rem;border-radius:4px;font-size:var(--smallest)}.form,.scroll-form{display:flex;flex-direction:column;gap:15px}.scroll-form-wrapper{padding-top:0}.scroll-form-wrapper .scroll-form{padding-top:20px;flex-grow:1;overflow-y:auto}.fixed-form{width:600px;max-width:100%}.fixed-form .form-group{display:flex}.fixed-form .form-group>label:first-of-type{width:140px;padding-top:1px}.fixed-form .form-group>input,.fixed-form .form-group>select{flex-grow:1}form input[type="text"]:not(.search-input):not(.cell-editor),form input[type="password"],form input[type="email"],form input[type="number"],form input[type="tel"],textarea{border:1px solid var(--border-grey);background-color:var(--white-primary);border-radius:4px;padding:1rem 1rem;padding-right:0;transition:0.3s ease;height:36px}input:disabled{background-color:var(--white-grey);cursor:not-allowed}select{border-radius:4px;line-height:2;padding-left:15px;padding-right:30px;background-image:url(/static/images/icon/svg/chevron-down.svg);background-position:right 4px center;background-repeat:no-repeat;background-size:12px}.status-dropdown{position:relative;display:flex;flex-direction:column;align-items:center}.status-dropdown .status-btn{background:none;border:none;padding:0;cursor:pointer}.status-dropdown .status-options{display:flex;flex-direction:column;gap:0.75rem;padding:1rem;background-color:#fff;box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);border-radius:0.375rem;overflow:hidden;transition:all 0.5s ease-in-out;position:absolute;z-index:10;margin-top:2.5rem;max-height:0;opacity:0;pointer-events:none}.status-dropdown .status-options.active{max-height:500px;opacity:1;pointer-events:auto}.status-dropdown .status-label{width:100px;height:22px;display:flex;justify-content:center;align-items:center;border-radius:9999px;cursor:pointer;font-size:var(--smallest)}.status-dropdown .status-label-estimating,.status-dropdown .status-label-not_entered{background-color:var(--white-red)}.status-dropdown .status-label-estimating p,.status-dropdown .status-label-estimating i,.status-dropdown .status-label-not_entered p,.status-dropdown .status-label-not_entered i{color:#ba1a1a}.status-dropdown .status-label-estimate_approved{background-color:#ffeecc}.status-dropdown .status-label-estimate_approved p,.status-dropdown .status-label-estimate_approved i{color:#ff9977}.status-dropdown .status-label-in_progress,.status-dropdown .status-label-billed{background-color:#85d6c1}.status-dropdown .status-label-in_progress p,.status-dropdown .status-label-in_progress i,.status-dropdown .status-label-billed p,.status-dropdown .status-label-billed i{color:#096b5a}.status-dropdown .status-label-completed{background-color:#e3e1e9}.status-dropdown .status-label-ordered,.status-dropdown .status-label-entered{background-color:#dcf0fb}.status-dropdown .status-label-ordered p,.status-dropdown .status-label-ordered i,.status-dropdown .status-label-entered p,.status-dropdown .status-label-entered i{color:#1a2b6b}.status-dropdown .status-label-lost,.status-dropdown .status-label-confirmed{background-color:#e3e1e9}.status-dropdown .status-label-lost p,.status-dropdown .status-label-lost i,.status-dropdown .status-label-confirmed p,.status-dropdown .status-label-confirmed i{color:var(--text-grey)}.datetime-input-wrapper{display:inline-flex;gap:10px}.datetime-input-wrapper input{border:1px solid var(--border-grey);border-radius:4px;padding:0 1rem;height:40px;transition:0.3s ease}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px;padding:0 3.5px}.toggle-switch input[type="checkbox"]{display:none}.toggle-switch .toggle-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--secondary);transition:0.4s;border-radius:100px;display:flex;align-items:center}.toggle-switch .toggle-switch-slider:before{position:absolute;content:"";height:15px;width:15px;left:3.5px;background-color:white;transition:0.4s;border-radius:50%}input:checked+.toggle-switch-slider{background-color:var(--primary)}input:checked+.toggle-switch-slider:before{left:calc(100% - 3.5px);transform:translateX(-100%)}.border-radio-group{display:flex;gap:8px}.border-radio-group .border-radio{display:inline-flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:background-color 0.3s, color 0.3s}.border-radio-group .border-radio input[type="radio"]+span{display:flex;width:100%;height:100%;color:var(--primary-black);border:1px solid var(--border-grey);padding:10px 20px;border-radius:20px;background-color:white}.border-radio-group .border-radio input[type="radio"]:checked+span{background-color:var(--secondary);font-weight:bold}.border-radio-group .border-radio input[type="radio"]{display:none}.search-select{position:relative}.search-select .selected-tags{display:flex;flex-wrap:wrap;gap:6px;height:40px;border:1px solid var(--border-grey);background-color:var(--white-primary);border-radius:4px;padding:6px 1rem;padding-right:0;transition:0.3s ease}.search-select .selected-tags .tag{display:inline-flex;align-items:center;padding:4px 8px;background-color:var(--secondary);border:1px solid var(--border-grey);border-radius:4px;font-size:14px;height:26px}.search-select .selected-tags .remove-tag{margin-left:4px;background:none;border:none;color:var(--border-grey);cursor:pointer}.search-select .selected-tags .search-input{border:none;flex:1;outline:none;font-size:14px}.search-select .search-results{position:absolute;background:white;border:1px solid #ccc;border-radius:4px;bottom:44px;max-height:200px;overflow-y:auto;z-index:1000;width:100%;display:none}.search-select .search-results .search-option{padding:8px;cursor:pointer}.search-select .search-results .search-option:hover{background-color:#f0f0f0}.search-select .search-results.active{display:block}.rich-select-wrapper{position:relative;width:100%}.rich-select-wrapper .rich-select-trigger{min-width:100%;display:flex;align-items:center;justify-content:space-between;padding:4px 12px;border:1px solid var(--border-grey);background-color:var(--white-primary);border-radius:4px;cursor:pointer;transition:all 0.2s ease;height:36px}.rich-select-wrapper .rich-select-trigger:hover{border-color:#bbb}.rich-select-wrapper .rich-select-trigger.active{border-color:var(--primary);box-shadow:0 0 0 2px var(--white-primary)}.rich-select-wrapper .rich-select-trigger .rich-select-value{flex:1;color:#333;font-size:14px;white-space:nowrap;overflow:hidden}.rich-select-wrapper .rich-select-trigger .rich-select-value.placeholder{color:#999}.rich-select-wrapper .rich-select-dropdown{position:absolute;top:100%;left:0;width:max-content;min-width:100%;max-width:240px;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;max-height:300px;overflow:hidden;display:none;margin-top:2px}.rich-select-wrapper .rich-select-dropdown.active{display:block;animation:fadeInDown 0.2s ease}.rich-select-wrapper .rich-select-dropdown .rich-select-search{padding:12px;border-bottom:1px solid #eee;background:#f8f9fa}.rich-select-wrapper .rich-select-dropdown .rich-select-search .rich-select-search-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;outline:none;font-size:14px;transition:border-color 0.2s ease}.rich-select-wrapper .rich-select-dropdown .rich-select-search .rich-select-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--white-primary)}.rich-select-wrapper .rich-select-dropdown .rich-select-search .rich-select-search-input::placeholder{color:#999}.rich-select-wrapper .rich-select-dropdown .rich-select-options{max-height:200px;overflow-y:auto}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option{padding:6px;cursor:pointer;transition:all 0.15s ease;font-size:14px;border-bottom:1px solid #f0f0f0;font-size:var(--smaller);white-space:nowrap}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option:last-child{border-bottom:none}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option:hover{background-color:#f8f9fa}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.selected{background-color:var(--primary);color:white;font-weight:500}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.selected:hover{background-color:var(--primary-light)}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.hidden{display:none}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.no-results{color:#999;font-style:italic;cursor:default}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.no-results:hover{background-color:transparent}.rich-select-wrapper.error .rich-select-trigger{border-color:#dc3545}.rich-select-wrapper.error .rich-select-trigger:hover{border-color:#c82333}.rich-select-wrapper.error .rich-select-trigger.active{border-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,0.25)}.rich-select-wrapper.disabled .rich-select-trigger{background-color:#f8f9fa;cursor:not-allowed;opacity:0.6}.rich-select-wrapper.disabled .rich-select-trigger .rich-select-value{color:#6c757d}@keyframes fadeInDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rich-select-options::-webkit-scrollbar{width:6px}.rich-select-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.rich-select-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.rich-select-options::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.rich-select-wrapper .rich-select-dropdown .rich-select-options{max-height:150px}}.construction-selection-section{background:var(--white);border:1px solid var(--line-grey);border-radius:8px;padding:1.5rem;margin-bottom:2.4rem}.construction-selection-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.construction-selection-section .section-header .section-title{font-size:var(--h2);font-weight:600;color:var(--primary-black);margin:0}.construction-selection-section .section-header .quick-actions{display:flex;gap:0.8rem}.construction-selection-section .section-header .quick-actions button{padding:0.6rem 1.2rem;border:1px solid var(--line-grey);border-radius:6px;background:var(--white);color:var(--black);font-size:var(--small);cursor:pointer;transition:all 0.2s ease}.construction-selection-section .section-header .quick-actions button:hover{background:var(--primary-transparent);border-color:var(--primary)}.construction-selection-section .section-header .quick-actions button.btn-toggle-charts{background:var(--primary);color:var(--white);border-color:var(--primary)}.construction-selection-section .section-header .quick-actions button.btn-toggle-charts:hover{background:var(--ok-green)}.construction-selection-section .section-header .quick-actions button.btn-toggle-charts.active{background:var(--ok-green)}.construction-selection-section .filter-form-wrapper .form-controls-row{display:flex;gap:2rem;align-items:end;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line-grey)}.construction-selection-section .filter-form-wrapper .form-controls-row .department-field{flex:1;min-width:200px}.construction-selection-section .filter-form-wrapper .form-controls-row .department-field label{display:block;font-weight:500;color:var(--primary-black);margin-bottom:0.5rem;font-size:var(--smaller)}.construction-selection-section .filter-form-wrapper .form-controls-row .checkbox-field{flex-shrink:0}.construction-selection-section .filter-form-wrapper .form-controls-row .checkbox-field .toggle-label{display:flex;align-items:center;gap:0.8rem;font-size:var(--smaller);font-weight:500;color:var(--primary-black);cursor:pointer}.construction-selection-section .filter-form-wrapper .form-controls-row .checkbox-field .toggle-label input[type="checkbox"]{margin:0}.construction-selection-section .filter-form-wrapper .construction-field label{display:block;font-weight:500;color:var(--primary-black);margin-bottom:1rem;font-size:var(--smaller)}.searchable-checkbox-select-wrapper{border:1px solid var(--line-grey);border-radius:8px;padding:1.6rem;background:var(--white)}.searchable-checkbox-select-wrapper .search-controls{display:flex;gap:1.2rem;margin-bottom:1.2rem;align-items:center;flex-wrap:wrap}.searchable-checkbox-select-wrapper .search-controls .search-input-group{flex:1;min-width:25rem}.searchable-checkbox-select-wrapper .search-controls .search-input-group .search-input{width:100%;padding:0.8rem 1.2rem;border:1px solid var(--line-grey);border-radius:6px;font-size:var(--smaller);color:var(--primary-black);background:var(--white);transition:border-color 0.2s ease}.searchable-checkbox-select-wrapper .search-controls .search-input-group .search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-transparent)}.searchable-checkbox-select-wrapper .search-controls .search-input-group .search-input::placeholder{color:var(--text-grey)}.searchable-checkbox-select-wrapper .search-controls .filter-controls{display:flex;gap:0.8rem;align-items:center}.searchable-checkbox-select-wrapper .search-controls .filter-controls .department-filter{border:1px solid var(--line-grey);border-radius:6px;background-color:var(--white-primary);color:var(--primary-black);font-size:var(--smaller);min-width:12rem;cursor:pointer}.searchable-checkbox-select-wrapper .search-controls .filter-controls .department-filter:focus{outline:none;border-color:var(--primary)}.searchable-checkbox-select-wrapper .search-controls .filter-controls button{padding:0.8rem 1.2rem;border:1px solid var(--line-grey);border-radius:6px;background:var(--white);color:var(--primary-black);cursor:pointer;font-size:var(--smaller);font-weight:500;transition:all 0.2s ease}.searchable-checkbox-select-wrapper .search-controls .filter-controls button:hover{background:var(--action-grey);border-color:var(--border-grey)}.searchable-checkbox-select-wrapper .search-controls .filter-controls button:active{background:var(--light-grey)}.searchable-checkbox-select-wrapper .selection-summary{margin-bottom:1.2rem}.searchable-checkbox-select-wrapper .selection-summary .selected-count{font-size:var(--smaller);color:var(--text-grey);font-weight:500}.searchable-checkbox-select-wrapper .checkbox-options-container{display:flex;flex-wrap:wrap;gap:0.8rem;max-height:30rem;overflow-y:auto}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag{display:inline-flex;align-items:center;background:var(--action-grey);border:1px solid var(--line-grey);border-radius:6px;padding:0.6rem 1rem;cursor:pointer;transition:all 0.2s ease;font-size:var(--smaller)}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag input[type="checkbox"]{margin:0 0.8rem 0 0;cursor:pointer}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag input[type="checkbox"]:checked+.tag-content .tag-label{font-weight:600;color:var(--primary-black)}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag .tag-content{display:flex;align-items:center;gap:0.6rem}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag .tag-content .tag-label{color:var(--primary-black);line-height:1.4}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag .tag-content .tag-badge{font-size:var(--smallest);padding:0.2rem 0.6rem;border-radius:4px;font-weight:500;line-height:1}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag .tag-content .tag-badge.badge-completed{background:var(--ok-green);color:var(--white)}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag .tag-content .tag-badge.badge-in-progress{background:var(--primary);color:var(--white)}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag:hover{border-color:var(--border-grey);background:var(--darker-white)}.searchable-checkbox-select-wrapper .checkbox-options-container .checkbox-tag:has(input:checked){background:var(--light-primary);border-color:var(--primary)}.button{display:inline-block;background-color:var(--primary);color:var(--white);line-height:2.5;border-radius:4px;padding:0 18px;text-align:center}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background-color:var(--primary);border:1px solid var(--primary);color:var(--white);border-radius:4px;padding:1rem 2rem}.primary-button.small-primary-button{padding:0.5rem 1rem}.primary-button svg{width:17px}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;border:1px solid var(--border-grey);border-radius:4px;padding:1rem 2rem}.secondary-button svg{width:17px}.delete-button{color:var(--red);background-color:var(--white-red);white-space:nowrap}.danger-button{background-color:var(--white-red);color:var(--red);border:1px solid var(--red);padding:0.5rem 1rem;border-radius:0.375rem;cursor:pointer;font-size:var(--small);font-weight:500;transition:all 0.2s ease}.icon-delete-button{display:flex;align-items:center;gap:6px;padding:10px 16px;background-color:var(--white-red);color:var(--red);border:1px solid var(--red);border-radius:4px;font-size:var(--small);cursor:pointer;transition:0.2s ease}.icon-delete-button:hover{background-color:var(--red);color:var(--white)}.icon-delete-button:hover svg path{fill:var(--white)}.icon-delete-button svg{width:13px;height:14px}.sub-button{background-color:var(--darker-white);color:var(--black);white-space:nowrap}.menu-button{cursor:pointer;padding:0.9rem 1.2rem;font-size:var(--p);color:var(--primary-black);transition:0.3s ease;background-color:var(--white-grey);display:inline-flex;gap:4px;white-space:nowrap}.menu-button svg{width:18px}.menu-button.menu-delete-button{background-color:var(--white-red);color:var(--red)}.button[disabled],.disabled-button{display:inline-block;background-color:var(--primary);color:var(--white);line-height:2.5;border-radius:4px;padding:0 18px;text-align:center;background-color:var(--disabled-grey);cursor:not-allowed}.link-text{color:var(--primary);text-decoration:underline;cursor:pointer;transition:color 0.3s ease}.link-text:hover{color:var(--primary-black)}.primary-table{width:100%;border:1px solid var(--line-grey)}.primary-table thead{background:var(--primary);border-radius:0.125rem}.primary-table thead tr{padding:0.65rem 1rem}.primary-table thead tr th{padding:0.5rem 1rem;font-size:var(--small);border-right:1px solid var(--line-grey);border-bottom:1px solid var(--line-grey);white-space:nowrap;text-align:center;background-color:var(--primary) !important;color:var(--white);height:27px;line-height:16px;font-weight:600}.primary-table thead tr th .header-content{justify-content:space-between}.primary-table thead tr th.sortable{text-align:left}.primary-table thead tr th:first-of-type,.primary-table thead tr th.construction-info-cell{text-align:left}.primary-table tbody td{padding:0.4rem;font-size:var(--p);border-left:1px solid var(--line-grey);border-bottom:1px solid var(--line-grey);text-align:left;line-height:16px}.primary-table tbody td:first-of-type,.primary-table tbody td.construction-info-cell{text-align:left}.primary-table tbody td.date-cell,.primary-table tbody td.year-cell,.primary-table tbody td.amount-cell,.primary-table tbody td.order-amount-cell,.primary-table tbody td.remaining-amount-cell,.primary-table tbody td.remaining-billing-cell,.primary-table tbody td.performance-pace-cell{text-align:right}.primary-table tbody td.order-amount-cell{border-left:1px solid var(--line-black)}.primary-table tbody td.status-cell{padding:0.05rem;overflow-x:visible !important}.primary-table tbody .name-cell a,.primary-table tbody .construction-display a{text-decoration:underline;font-weight:900}.primary-table tbody .action-wrapper{display:inline-flex;gap:0.5rem;align-items:center}.primary-table tbody .action-wrapper svg{cursor:pointer}.primary-table tbody tr.additional-tr{background-color:#f8f9fa}.primary-table tbody tr.additional-tr td{border-top:1px solid #dee2e6}.primary-table tbody tr.additional-tr .construction-display.additional-display{padding-left:0rem}.primary-table tbody tr.additional-tr .construction-display.additional-display .additional-indent{color:#6c757d;font-weight:normal;margin-right:0}.primary-table tbody tr.additional-tr a{border-bottom:1px solid #6c757d;font-weight:600;color:#495057}.primary-table tbody .add-additional-btn{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:0.5rem;background-color:#28a745;color:white;border-radius:50%;text-decoration:none;transition:all 0.2s ease;border-bottom:none !important}.primary-table tbody .add-additional-btn:hover{background-color:#218838;transform:scale(1.1)}.primary-table tbody .add-additional-btn svg{width:10px;height:10px}.year-cell,.number-cell{text-align:center}.simple-table tbody tr{border-top:1px solid var(--line-grey)}.simple-table tr th:first-of-type,.simple-table tr td:first-of-type{padding-left:0}.simple-table tr th:last-of-type,.simple-table tr td:last-of-type{padding-right:0;padding:15px 30px}.simple-table td{color:var(--light-black);vertical-align:middle;padding:15px 30px;white-space:nowrap}.navigation-wrapper{padding-top:50px;padding-right:30px;width:100%}.navigation{display:flex;gap:5px;justify-content:center;align-items:center}.navigation.left-navigation{justify-content:flex-start}.navigation .page{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px}.navigation .page.current{background-color:#dcf0fb;border-radius:50%}.navigation .first-page,.navigation .previous-page,.navigation .next-page,.navigation .last-page{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--text-grey);margin:0 0.75rem}.desc{line-height:1.6}.sub-text{color:var(--sub-text)}.form-sub-text{display:inline-block;padding-top:3px;font-weight:400;font-size:var(--small);color:var(--sub-text);line-height:1.5}.error-text{color:var(--red)}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.small-text{font-size:var(--small)}.smaller-text{font-size:var(--smaller)}.smallest-text{font-size:var(--smallest)}.breadcrumb{display:flex;padding:17px var(--s-min) 15px;border-bottom:1px solid var(--secondary);align-items:center;height:47px}.breadcrumb .tabular-navigator-wrapper::after{content:">";color:var(--primary);margin:0 8px}.breadcrumb-item{color:var(--primary)}.breadcrumb-item:not(:last-child)::after{content:">";color:var(--primary);margin:0 8px}.breadcrumb-item:last-child{font-weight:400}.filter-wrapper{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.filter-wrapper .filter-form{display:flex;justify-content:space-between;width:100%;align-items:flex-end}.filter-wrapper .filter-row{display:flex;gap:1.5rem;align-items:end;margin-bottom:1rem}.filter-wrapper .filter-row.checkbox-row{align-items:center;margin-bottom:10px}.filter-wrapper .filter-group{display:flex;flex-direction:column;gap:0.5rem}.filter-wrapper .filter-group.checkbox-group{flex-direction:row;align-items:center;gap:0.5rem}.filter-wrapper .filter-group label{font-size:var(--small);color:var(--text-grey);font-weight:500}.filter-wrapper .filter-group input[type="date"],.filter-wrapper .filter-group select{border:1px solid var(--border-grey);border-radius:4px;background-color:var(--white-primary);font-size:var(--small);min-width:100px;height:36px}.filter-wrapper .filter-group input[type="date"]:focus,.filter-wrapper .filter-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-transparent)}.filter-wrapper .filter-group input[type="date"]{padding-left:6px}.filter-wrapper .btn-primary{padding:0.75rem 1rem;background:var(--darker-white);color:var(--black);border:none;border-radius:4px;font-size:var(--small);font-weight:500;cursor:pointer;transition:opacity 0.2s;height:36px;width:80px;display:inline-flex;gap:4px;align-items:center;justify-content:center;border:1px solid var(--darker-white)}.filter-wrapper .btn-primary:hover{opacity:0.9}.filter-wrapper .btn-primary svg{width:16px;height:16px}@media (max-width: 768px){.filter-wrapper .filter-row{flex-direction:column;align-items:stretch;gap:1rem}.filter-wrapper .filter-group input[type="date"],.filter-wrapper .filter-group select{min-width:unset;width:100%}}.analytics-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 0 1rem;background-color:var(--white);border-bottom:1px solid var(--secondary);margin-bottom:20px;height:65px}.analytics-header .main-heading{margin:0;font-size:var(--h1);font-weight:600;color:var(--text-black)}.analytics-header .analytics-header-controls{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.analytics-header .filter-controls{display:flex;gap:1.5rem;align-items:end}.analytics-header .filter-group{display:flex;flex-direction:column;gap:4px}.analytics-header .filter-group label{font-size:var(--smallest);color:var(--text-grey);font-weight:500}.analytics-header .filter-group .filter-select,.analytics-header .filter-group select{border:1px solid var(--line-grey);border-radius:4px;font-size:var(--small);min-width:140px;height:32px;padding:0 8px;background-color:var(--white-primary);cursor:pointer;background-image:url(/static/images/icon/svg/chevron-down.svg);background-position:right 10px center;background-repeat:no-repeat}.analytics-header .filter-group .filter-select:focus,.analytics-header .filter-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-transparent)}.analytics-header .filter-group .filter-select:hover,.analytics-header .filter-group select:hover{border-color:var(--primary)}.analytics-header .refresh-controls{display:flex;gap:0.5rem;align-items:center}.analytics-header .refresh-controls .btn-refresh{padding:0.75rem 1rem;background:var(--darker-white);color:var(--black);border:1px solid var(--darker-white);border-radius:4px;font-size:var(--small);font-weight:500;cursor:pointer;transition:opacity 0.2s;height:36px;min-width:80px;display:inline-flex;gap:4px;align-items:center;justify-content:center}.analytics-header .refresh-controls .btn-refresh:hover{opacity:0.9}.analytics-header .refresh-controls .btn-refresh svg{width:16px;height:16px}.analytics-header svg{width:1rem;height:1rem;color:var(--text-grey)}.year-navigation{display:flex;align-items:center;gap:0.5rem;background:var(--white);border:1px solid var(--line-grey);border-radius:8px;padding:0.25rem}.year-navigation .year-nav-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;cursor:pointer;transition:all 0.2s ease;color:var(--sub-text)}.year-navigation .year-nav-btn:hover{background:var(--primary-transparent);color:var(--primary)}.year-navigation .year-nav-btn:disabled{opacity:0.5;cursor:not-allowed}.year-navigation .year-display{font-weight:600;color:var(--primary-black);min-width:80px;text-align:center;font-size:var(--base)}@media (max-width: 768px){.analytics-header{flex-direction:column;align-items:stretch;gap:1rem}.analytics-header .main-heading{text-align:center}.analytics-header .analytics-header-controls{flex-direction:column;gap:1rem}.analytics-header .filter-controls{flex-direction:column;align-items:stretch;gap:1rem}.analytics-header .filter-group .filter-select,.analytics-header .filter-group select{min-width:unset;width:100%}.analytics-header .refresh-controls{justify-content:center}}#daily-report-summary .heading-wrapper,#daily-report-attendance .heading-wrapper,#daily-report-workdays-summary .heading-wrapper,#attendance-sheet .heading-wrapper,#monthly-schedule .heading-wrapper,#schedule-report-comparison .heading-wrapper{margin-bottom:2rem}#daily-report-summary .heading-wrapper .heading-description,#daily-report-attendance .heading-wrapper .heading-description,#daily-report-workdays-summary .heading-wrapper .heading-description,#attendance-sheet .heading-wrapper .heading-description,#monthly-schedule .heading-wrapper .heading-description,#schedule-report-comparison .heading-wrapper .heading-description{color:var(--text-grey);font-size:var(--small);margin-top:0.5rem}#daily-report-summary .month-selector-section,#daily-report-summary .date-selector-section,#daily-report-attendance .month-selector-section,#daily-report-attendance .date-selector-section,#daily-report-workdays-summary .month-selector-section,#daily-report-workdays-summary .date-selector-section,#attendance-sheet .month-selector-section,#attendance-sheet .date-selector-section,#monthly-schedule .month-selector-section,#monthly-schedule .date-selector-section,#schedule-report-comparison .month-selector-section,#schedule-report-comparison .date-selector-section{background:var(--white);border-radius:8px;padding:1rem 1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);margin-bottom:2rem;border:1px solid var(--line-grey);height:64px;display:flex;align-items:center;justify-content:space-between}#daily-report-summary .month-selector-section .month-selector-wrapper,#daily-report-summary .month-selector-section .date-selector-wrapper,#daily-report-summary .date-selector-section .month-selector-wrapper,#daily-report-summary .date-selector-section .date-selector-wrapper,#daily-report-attendance .month-selector-section .month-selector-wrapper,#daily-report-attendance .month-selector-section .date-selector-wrapper,#daily-report-attendance .date-selector-section .month-selector-wrapper,#daily-report-attendance .date-selector-section .date-selector-wrapper,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper,#attendance-sheet .month-selector-section .month-selector-wrapper,#attendance-sheet .month-selector-section .date-selector-wrapper,#attendance-sheet .date-selector-section .month-selector-wrapper,#attendance-sheet .date-selector-section .date-selector-wrapper,#monthly-schedule .month-selector-section .month-selector-wrapper,#monthly-schedule .month-selector-section .date-selector-wrapper,#monthly-schedule .date-selector-section .month-selector-wrapper,#monthly-schedule .date-selector-section .date-selector-wrapper,#schedule-report-comparison .month-selector-section .month-selector-wrapper,#schedule-report-comparison .month-selector-section .date-selector-wrapper,#schedule-report-comparison .date-selector-section .month-selector-wrapper,#schedule-report-comparison .date-selector-section .date-selector-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;gap:0.8rem;flex-wrap:wrap}#daily-report-summary .month-selector-section .month-selector-wrapper .date-selector,#daily-report-summary .month-selector-section .date-selector-wrapper .date-selector,#daily-report-summary .date-selector-section .month-selector-wrapper .date-selector,#daily-report-summary .date-selector-section .date-selector-wrapper .date-selector,#daily-report-attendance .month-selector-section .month-selector-wrapper .date-selector,#daily-report-attendance .month-selector-section .date-selector-wrapper .date-selector,#daily-report-attendance .date-selector-section .month-selector-wrapper .date-selector,#daily-report-attendance .date-selector-section .date-selector-wrapper .date-selector,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .date-selector,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .date-selector,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .date-selector,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .date-selector,#attendance-sheet .month-selector-section .month-selector-wrapper .date-selector,#attendance-sheet .month-selector-section .date-selector-wrapper .date-selector,#attendance-sheet .date-selector-section .month-selector-wrapper .date-selector,#attendance-sheet .date-selector-section .date-selector-wrapper .date-selector,#monthly-schedule .month-selector-section .month-selector-wrapper .date-selector,#monthly-schedule .month-selector-section .date-selector-wrapper .date-selector,#monthly-schedule .date-selector-section .month-selector-wrapper .date-selector,#monthly-schedule .date-selector-section .date-selector-wrapper .date-selector,#schedule-report-comparison .month-selector-section .month-selector-wrapper .date-selector,#schedule-report-comparison .month-selector-section .date-selector-wrapper .date-selector,#schedule-report-comparison .date-selector-section .month-selector-wrapper .date-selector,#schedule-report-comparison .date-selector-section .date-selector-wrapper .date-selector{display:flex;align-items:center;gap:0.5rem}#daily-report-summary .month-selector-section .month-selector-wrapper .selector-label,#daily-report-summary .month-selector-section .date-selector-wrapper .selector-label,#daily-report-summary .date-selector-section .month-selector-wrapper .selector-label,#daily-report-summary .date-selector-section .date-selector-wrapper .selector-label,#daily-report-attendance .month-selector-section .month-selector-wrapper .selector-label,#daily-report-attendance .month-selector-section .date-selector-wrapper .selector-label,#daily-report-attendance .date-selector-section .month-selector-wrapper .selector-label,#daily-report-attendance .date-selector-section .date-selector-wrapper .selector-label,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .selector-label,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .selector-label,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .selector-label,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .selector-label,#attendance-sheet .month-selector-section .month-selector-wrapper .selector-label,#attendance-sheet .month-selector-section .date-selector-wrapper .selector-label,#attendance-sheet .date-selector-section .month-selector-wrapper .selector-label,#attendance-sheet .date-selector-section .date-selector-wrapper .selector-label,#monthly-schedule .month-selector-section .month-selector-wrapper .selector-label,#monthly-schedule .month-selector-section .date-selector-wrapper .selector-label,#monthly-schedule .date-selector-section .month-selector-wrapper .selector-label,#monthly-schedule .date-selector-section .date-selector-wrapper .selector-label,#schedule-report-comparison .month-selector-section .month-selector-wrapper .selector-label,#schedule-report-comparison .month-selector-section .date-selector-wrapper .selector-label,#schedule-report-comparison .date-selector-section .month-selector-wrapper .selector-label,#schedule-report-comparison .date-selector-section .date-selector-wrapper .selector-label{font-weight:500;color:var(--primary-black);font-size:var(--p)}#daily-report-summary .month-selector-section .month-selector-wrapper .year-select,#daily-report-summary .month-selector-section .month-selector-wrapper .month-select,#daily-report-summary .month-selector-section .date-selector-wrapper .year-select,#daily-report-summary .month-selector-section .date-selector-wrapper .month-select,#daily-report-summary .date-selector-section .month-selector-wrapper .year-select,#daily-report-summary .date-selector-section .month-selector-wrapper .month-select,#daily-report-summary .date-selector-section .date-selector-wrapper .year-select,#daily-report-summary .date-selector-section .date-selector-wrapper .month-select,#daily-report-attendance .month-selector-section .month-selector-wrapper .year-select,#daily-report-attendance .month-selector-section .month-selector-wrapper .month-select,#daily-report-attendance .month-selector-section .date-selector-wrapper .year-select,#daily-report-attendance .month-selector-section .date-selector-wrapper .month-select,#daily-report-attendance .date-selector-section .month-selector-wrapper .year-select,#daily-report-attendance .date-selector-section .month-selector-wrapper .month-select,#daily-report-attendance .date-selector-section .date-selector-wrapper .year-select,#daily-report-attendance .date-selector-section .date-selector-wrapper .month-select,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .year-select,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .month-select,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .year-select,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .month-select,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .year-select,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .month-select,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .year-select,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .month-select,#attendance-sheet .month-selector-section .month-selector-wrapper .year-select,#attendance-sheet .month-selector-section .month-selector-wrapper .month-select,#attendance-sheet .month-selector-section .date-selector-wrapper .year-select,#attendance-sheet .month-selector-section .date-selector-wrapper .month-select,#attendance-sheet .date-selector-section .month-selector-wrapper .year-select,#attendance-sheet .date-selector-section .month-selector-wrapper .month-select,#attendance-sheet .date-selector-section .date-selector-wrapper .year-select,#attendance-sheet .date-selector-section .date-selector-wrapper .month-select,#monthly-schedule .month-selector-section .month-selector-wrapper .year-select,#monthly-schedule .month-selector-section .month-selector-wrapper .month-select,#monthly-schedule .month-selector-section .date-selector-wrapper .year-select,#monthly-schedule .month-selector-section .date-selector-wrapper .month-select,#monthly-schedule .date-selector-section .month-selector-wrapper .year-select,#monthly-schedule .date-selector-section .month-selector-wrapper .month-select,#monthly-schedule .date-selector-section .date-selector-wrapper .year-select,#monthly-schedule .date-selector-section .date-selector-wrapper .month-select,#schedule-report-comparison .month-selector-section .month-selector-wrapper .year-select,#schedule-report-comparison .month-selector-section .month-selector-wrapper .month-select,#schedule-report-comparison .month-selector-section .date-selector-wrapper .year-select,#schedule-report-comparison .month-selector-section .date-selector-wrapper .month-select,#schedule-report-comparison .date-selector-section .month-selector-wrapper .year-select,#schedule-report-comparison .date-selector-section .month-selector-wrapper .month-select,#schedule-report-comparison .date-selector-section .date-selector-wrapper .year-select,#schedule-report-comparison .date-selector-section .date-selector-wrapper .month-select{padding:0rem 0.75rem;line-height:2.2;border:1px solid var(--line-grey);border-radius:4px;background:var(--white);font-size:var(--p)}#daily-report-summary .month-selector-section .month-selector-wrapper .year-select:focus,#daily-report-summary .month-selector-section .month-selector-wrapper .month-select:focus,#daily-report-summary .month-selector-section .date-selector-wrapper .year-select:focus,#daily-report-summary .month-selector-section .date-selector-wrapper .month-select:focus,#daily-report-summary .date-selector-section .month-selector-wrapper .year-select:focus,#daily-report-summary .date-selector-section .month-selector-wrapper .month-select:focus,#daily-report-summary .date-selector-section .date-selector-wrapper .year-select:focus,#daily-report-summary .date-selector-section .date-selector-wrapper .month-select:focus,#daily-report-attendance .month-selector-section .month-selector-wrapper .year-select:focus,#daily-report-attendance .month-selector-section .month-selector-wrapper .month-select:focus,#daily-report-attendance .month-selector-section .date-selector-wrapper .year-select:focus,#daily-report-attendance .month-selector-section .date-selector-wrapper .month-select:focus,#daily-report-attendance .date-selector-section .month-selector-wrapper .year-select:focus,#daily-report-attendance .date-selector-section .month-selector-wrapper .month-select:focus,#daily-report-attendance .date-selector-section .date-selector-wrapper .year-select:focus,#daily-report-attendance .date-selector-section .date-selector-wrapper .month-select:focus,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .year-select:focus,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .month-select:focus,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .year-select:focus,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .month-select:focus,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .year-select:focus,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .month-select:focus,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .year-select:focus,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .month-select:focus,#attendance-sheet .month-selector-section .month-selector-wrapper .year-select:focus,#attendance-sheet .month-selector-section .month-selector-wrapper .month-select:focus,#attendance-sheet .month-selector-section .date-selector-wrapper .year-select:focus,#attendance-sheet .month-selector-section .date-selector-wrapper .month-select:focus,#attendance-sheet .date-selector-section .month-selector-wrapper .year-select:focus,#attendance-sheet .date-selector-section .month-selector-wrapper .month-select:focus,#attendance-sheet .date-selector-section .date-selector-wrapper .year-select:focus,#attendance-sheet .date-selector-section .date-selector-wrapper .month-select:focus,#monthly-schedule .month-selector-section .month-selector-wrapper .year-select:focus,#monthly-schedule .month-selector-section .month-selector-wrapper .month-select:focus,#monthly-schedule .month-selector-section .date-selector-wrapper .year-select:focus,#monthly-schedule .month-selector-section .date-selector-wrapper .month-select:focus,#monthly-schedule .date-selector-section .month-selector-wrapper .year-select:focus,#monthly-schedule .date-selector-section .month-selector-wrapper .month-select:focus,#monthly-schedule .date-selector-section .date-selector-wrapper .year-select:focus,#monthly-schedule .date-selector-section .date-selector-wrapper .month-select:focus,#schedule-report-comparison .month-selector-section .month-selector-wrapper .year-select:focus,#schedule-report-comparison .month-selector-section .month-selector-wrapper .month-select:focus,#schedule-report-comparison .month-selector-section .date-selector-wrapper .year-select:focus,#schedule-report-comparison .month-selector-section .date-selector-wrapper .month-select:focus,#schedule-report-comparison .date-selector-section .month-selector-wrapper .year-select:focus,#schedule-report-comparison .date-selector-section .month-selector-wrapper .month-select:focus,#schedule-report-comparison .date-selector-section .date-selector-wrapper .year-select:focus,#schedule-report-comparison .date-selector-section .date-selector-wrapper .month-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}#daily-report-summary .month-selector-section .month-selector-wrapper .year-select,#daily-report-summary .month-selector-section .date-selector-wrapper .year-select,#daily-report-summary .date-selector-section .month-selector-wrapper .year-select,#daily-report-summary .date-selector-section .date-selector-wrapper .year-select,#daily-report-attendance .month-selector-section .month-selector-wrapper .year-select,#daily-report-attendance .month-selector-section .date-selector-wrapper .year-select,#daily-report-attendance .date-selector-section .month-selector-wrapper .year-select,#daily-report-attendance .date-selector-section .date-selector-wrapper .year-select,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .year-select,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .year-select,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .year-select,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .year-select,#attendance-sheet .month-selector-section .month-selector-wrapper .year-select,#attendance-sheet .month-selector-section .date-selector-wrapper .year-select,#attendance-sheet .date-selector-section .month-selector-wrapper .year-select,#attendance-sheet .date-selector-section .date-selector-wrapper .year-select,#monthly-schedule .month-selector-section .month-selector-wrapper .year-select,#monthly-schedule .month-selector-section .date-selector-wrapper .year-select,#monthly-schedule .date-selector-section .month-selector-wrapper .year-select,#monthly-schedule .date-selector-section .date-selector-wrapper .year-select,#schedule-report-comparison .month-selector-section .month-selector-wrapper .year-select,#schedule-report-comparison .month-selector-section .date-selector-wrapper .year-select,#schedule-report-comparison .date-selector-section .month-selector-wrapper .year-select,#schedule-report-comparison .date-selector-section .date-selector-wrapper .year-select{margin-right:5px;text-align:right}#daily-report-summary .month-selector-section .month-selector-wrapper .month-select,#daily-report-summary .month-selector-section .date-selector-wrapper .month-select,#daily-report-summary .date-selector-section .month-selector-wrapper .month-select,#daily-report-summary .date-selector-section .date-selector-wrapper .month-select,#daily-report-attendance .month-selector-section .month-selector-wrapper .month-select,#daily-report-attendance .month-selector-section .date-selector-wrapper .month-select,#daily-report-attendance .date-selector-section .month-selector-wrapper .month-select,#daily-report-attendance .date-selector-section .date-selector-wrapper .month-select,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .month-select,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .month-select,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .month-select,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .month-select,#attendance-sheet .month-selector-section .month-selector-wrapper .month-select,#attendance-sheet .month-selector-section .date-selector-wrapper .month-select,#attendance-sheet .date-selector-section .month-selector-wrapper .month-select,#attendance-sheet .date-selector-section .date-selector-wrapper .month-select,#monthly-schedule .month-selector-section .month-selector-wrapper .month-select,#monthly-schedule .month-selector-section .date-selector-wrapper .month-select,#monthly-schedule .date-selector-section .month-selector-wrapper .month-select,#monthly-schedule .date-selector-section .date-selector-wrapper .month-select,#schedule-report-comparison .month-selector-section .month-selector-wrapper .month-select,#schedule-report-comparison .month-selector-section .date-selector-wrapper .month-select,#schedule-report-comparison .date-selector-section .month-selector-wrapper .month-select,#schedule-report-comparison .date-selector-section .date-selector-wrapper .month-select{text-align:right}#daily-report-summary .month-selector-section .month-selector-wrapper .load-btn,#daily-report-summary .month-selector-section .date-selector-wrapper .load-btn,#daily-report-summary .date-selector-section .month-selector-wrapper .load-btn,#daily-report-summary .date-selector-section .date-selector-wrapper .load-btn,#daily-report-attendance .month-selector-section .month-selector-wrapper .load-btn,#daily-report-attendance .month-selector-section .date-selector-wrapper .load-btn,#daily-report-attendance .date-selector-section .month-selector-wrapper .load-btn,#daily-report-attendance .date-selector-section .date-selector-wrapper .load-btn,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .load-btn,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .load-btn,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .load-btn,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .load-btn,#attendance-sheet .month-selector-section .month-selector-wrapper .load-btn,#attendance-sheet .month-selector-section .date-selector-wrapper .load-btn,#attendance-sheet .date-selector-section .month-selector-wrapper .load-btn,#attendance-sheet .date-selector-section .date-selector-wrapper .load-btn,#monthly-schedule .month-selector-section .month-selector-wrapper .load-btn,#monthly-schedule .month-selector-section .date-selector-wrapper .load-btn,#monthly-schedule .date-selector-section .month-selector-wrapper .load-btn,#monthly-schedule .date-selector-section .date-selector-wrapper .load-btn,#schedule-report-comparison .month-selector-section .month-selector-wrapper .load-btn,#schedule-report-comparison .month-selector-section .date-selector-wrapper .load-btn,#schedule-report-comparison .date-selector-section .month-selector-wrapper .load-btn,#schedule-report-comparison .date-selector-section .date-selector-wrapper .load-btn{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:var(--primary-black);color:var(--white);border:none;border-radius:4px;font-size:var(--p);font-weight:500;cursor:pointer;transition:background-color 0.2s}#daily-report-summary .month-selector-section .month-selector-wrapper .load-btn svg,#daily-report-summary .month-selector-section .date-selector-wrapper .load-btn svg,#daily-report-summary .date-selector-section .month-selector-wrapper .load-btn svg,#daily-report-summary .date-selector-section .date-selector-wrapper .load-btn svg,#daily-report-attendance .month-selector-section .month-selector-wrapper .load-btn svg,#daily-report-attendance .month-selector-section .date-selector-wrapper .load-btn svg,#daily-report-attendance .date-selector-section .month-selector-wrapper .load-btn svg,#daily-report-attendance .date-selector-section .date-selector-wrapper .load-btn svg,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .load-btn svg,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .load-btn svg,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .load-btn svg,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .load-btn svg,#attendance-sheet .month-selector-section .month-selector-wrapper .load-btn svg,#attendance-sheet .month-selector-section .date-selector-wrapper .load-btn svg,#attendance-sheet .date-selector-section .month-selector-wrapper .load-btn svg,#attendance-sheet .date-selector-section .date-selector-wrapper .load-btn svg,#monthly-schedule .month-selector-section .month-selector-wrapper .load-btn svg,#monthly-schedule .month-selector-section .date-selector-wrapper .load-btn svg,#monthly-schedule .date-selector-section .month-selector-wrapper .load-btn svg,#monthly-schedule .date-selector-section .date-selector-wrapper .load-btn svg,#schedule-report-comparison .month-selector-section .month-selector-wrapper .load-btn svg,#schedule-report-comparison .month-selector-section .date-selector-wrapper .load-btn svg,#schedule-report-comparison .date-selector-section .month-selector-wrapper .load-btn svg,#schedule-report-comparison .date-selector-section .date-selector-wrapper .load-btn svg{width:1rem;height:1rem}#daily-report-summary .month-selector-section .month-selector-wrapper .load-btn:hover,#daily-report-summary .month-selector-section .date-selector-wrapper .load-btn:hover,#daily-report-summary .date-selector-section .month-selector-wrapper .load-btn:hover,#daily-report-summary .date-selector-section .date-selector-wrapper .load-btn:hover,#daily-report-attendance .month-selector-section .month-selector-wrapper .load-btn:hover,#daily-report-attendance .month-selector-section .date-selector-wrapper .load-btn:hover,#daily-report-attendance .date-selector-section .month-selector-wrapper .load-btn:hover,#daily-report-attendance .date-selector-section .date-selector-wrapper .load-btn:hover,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .load-btn:hover,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .load-btn:hover,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .load-btn:hover,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .load-btn:hover,#attendance-sheet .month-selector-section .month-selector-wrapper .load-btn:hover,#attendance-sheet .month-selector-section .date-selector-wrapper .load-btn:hover,#attendance-sheet .date-selector-section .month-selector-wrapper .load-btn:hover,#attendance-sheet .date-selector-section .date-selector-wrapper .load-btn:hover,#monthly-schedule .month-selector-section .month-selector-wrapper .load-btn:hover,#monthly-schedule .month-selector-section .date-selector-wrapper .load-btn:hover,#monthly-schedule .date-selector-section .month-selector-wrapper .load-btn:hover,#monthly-schedule .date-selector-section .date-selector-wrapper .load-btn:hover,#schedule-report-comparison .month-selector-section .month-selector-wrapper .load-btn:hover,#schedule-report-comparison .month-selector-section .date-selector-wrapper .load-btn:hover,#schedule-report-comparison .date-selector-section .month-selector-wrapper .load-btn:hover,#schedule-report-comparison .date-selector-section .date-selector-wrapper .load-btn:hover{background:var(--black)}#daily-report-summary .month-selector-section .month-selector-wrapper .load-btn:disabled,#daily-report-summary .month-selector-section .date-selector-wrapper .load-btn:disabled,#daily-report-summary .date-selector-section .month-selector-wrapper .load-btn:disabled,#daily-report-summary .date-selector-section .date-selector-wrapper .load-btn:disabled,#daily-report-attendance .month-selector-section .month-selector-wrapper .load-btn:disabled,#daily-report-attendance .month-selector-section .date-selector-wrapper .load-btn:disabled,#daily-report-attendance .date-selector-section .month-selector-wrapper .load-btn:disabled,#daily-report-attendance .date-selector-section .date-selector-wrapper .load-btn:disabled,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .load-btn:disabled,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .load-btn:disabled,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .load-btn:disabled,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .load-btn:disabled,#attendance-sheet .month-selector-section .month-selector-wrapper .load-btn:disabled,#attendance-sheet .month-selector-section .date-selector-wrapper .load-btn:disabled,#attendance-sheet .date-selector-section .month-selector-wrapper .load-btn:disabled,#attendance-sheet .date-selector-section .date-selector-wrapper .load-btn:disabled,#monthly-schedule .month-selector-section .month-selector-wrapper .load-btn:disabled,#monthly-schedule .month-selector-section .date-selector-wrapper .load-btn:disabled,#monthly-schedule .date-selector-section .month-selector-wrapper .load-btn:disabled,#monthly-schedule .date-selector-section .date-selector-wrapper .load-btn:disabled,#schedule-report-comparison .month-selector-section .month-selector-wrapper .load-btn:disabled,#schedule-report-comparison .month-selector-section .date-selector-wrapper .load-btn:disabled,#schedule-report-comparison .date-selector-section .month-selector-wrapper .load-btn:disabled,#schedule-report-comparison .date-selector-section .date-selector-wrapper .load-btn:disabled{background:var(--disabled-grey);cursor:not-allowed}#daily-report-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper,#daily-report-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper,#daily-report-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper,#daily-report-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper,#daily-report-attendance .month-selector-section .month-selector-wrapper .nav-btn-wrapper,#daily-report-attendance .month-selector-section .date-selector-wrapper .nav-btn-wrapper,#daily-report-attendance .date-selector-section .month-selector-wrapper .nav-btn-wrapper,#daily-report-attendance .date-selector-section .date-selector-wrapper .nav-btn-wrapper,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper,#attendance-sheet .month-selector-section .month-selector-wrapper .nav-btn-wrapper,#attendance-sheet .month-selector-section .date-selector-wrapper .nav-btn-wrapper,#attendance-sheet .date-selector-section .month-selector-wrapper .nav-btn-wrapper,#attendance-sheet .date-selector-section .date-selector-wrapper .nav-btn-wrapper,#monthly-schedule .month-selector-section .month-selector-wrapper .nav-btn-wrapper,#monthly-schedule .month-selector-section .date-selector-wrapper .nav-btn-wrapper,#monthly-schedule .date-selector-section .month-selector-wrapper .nav-btn-wrapper,#monthly-schedule .date-selector-section .date-selector-wrapper .nav-btn-wrapper,#schedule-report-comparison .month-selector-section .month-selector-wrapper .nav-btn-wrapper,#schedule-report-comparison .month-selector-section .date-selector-wrapper .nav-btn-wrapper,#schedule-report-comparison .date-selector-section .month-selector-wrapper .nav-btn-wrapper,#schedule-report-comparison .date-selector-section .date-selector-wrapper .nav-btn-wrapper{display:flex;gap:6px}#daily-report-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-attendance .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-attendance .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-attendance .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-attendance .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#attendance-sheet .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#attendance-sheet .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#attendance-sheet .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#attendance-sheet .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#monthly-schedule .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#monthly-schedule .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#monthly-schedule .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#monthly-schedule .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#schedule-report-comparison .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#schedule-report-comparison .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn,#schedule-report-comparison .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn,#schedule-report-comparison .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn{display:flex;align-items:center;justify-content:center;width:32.8px;height:32.8px;background:var(--white);border:1px solid var(--line-grey);border-radius:4px;cursor:pointer;transition:all 0.2s}#daily-report-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-attendance .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-attendance .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-attendance .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-attendance .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#attendance-sheet .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#attendance-sheet .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#attendance-sheet .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#attendance-sheet .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#monthly-schedule .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#monthly-schedule .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#monthly-schedule .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#monthly-schedule .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#schedule-report-comparison .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#schedule-report-comparison .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg,#schedule-report-comparison .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn svg,#schedule-report-comparison .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn svg{width:1.2rem;height:1.2rem;color:var(--text-grey)}#daily-report-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-attendance .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-attendance .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-attendance .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-attendance .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#attendance-sheet .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#attendance-sheet .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#attendance-sheet .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#attendance-sheet .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#monthly-schedule .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#monthly-schedule .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#monthly-schedule .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#monthly-schedule .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#schedule-report-comparison .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#schedule-report-comparison .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#schedule-report-comparison .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover,#schedule-report-comparison .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover{background:var(--action-grey);border-color:var(--primary)}#daily-report-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-attendance .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-attendance .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-attendance .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-attendance .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#attendance-sheet .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#attendance-sheet .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#attendance-sheet .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#attendance-sheet .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#monthly-schedule .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#monthly-schedule .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#monthly-schedule .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#monthly-schedule .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#schedule-report-comparison .month-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#schedule-report-comparison .month-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#schedule-report-comparison .date-selector-section .month-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg,#schedule-report-comparison .date-selector-section .date-selector-wrapper .nav-btn-wrapper .nav-btn:hover svg{color:var(--primary)}#daily-report-summary .month-selector-section .month-selector-wrapper .export-buttons,#daily-report-summary .month-selector-section .date-selector-wrapper .export-buttons,#daily-report-summary .date-selector-section .month-selector-wrapper .export-buttons,#daily-report-summary .date-selector-section .date-selector-wrapper .export-buttons,#daily-report-attendance .month-selector-section .month-selector-wrapper .export-buttons,#daily-report-attendance .month-selector-section .date-selector-wrapper .export-buttons,#daily-report-attendance .date-selector-section .month-selector-wrapper .export-buttons,#daily-report-attendance .date-selector-section .date-selector-wrapper .export-buttons,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .export-buttons,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .export-buttons,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .export-buttons,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .export-buttons,#attendance-sheet .month-selector-section .month-selector-wrapper .export-buttons,#attendance-sheet .month-selector-section .date-selector-wrapper .export-buttons,#attendance-sheet .date-selector-section .month-selector-wrapper .export-buttons,#attendance-sheet .date-selector-section .date-selector-wrapper .export-buttons,#monthly-schedule .month-selector-section .month-selector-wrapper .export-buttons,#monthly-schedule .month-selector-section .date-selector-wrapper .export-buttons,#monthly-schedule .date-selector-section .month-selector-wrapper .export-buttons,#monthly-schedule .date-selector-section .date-selector-wrapper .export-buttons,#schedule-report-comparison .month-selector-section .month-selector-wrapper .export-buttons,#schedule-report-comparison .month-selector-section .date-selector-wrapper .export-buttons,#schedule-report-comparison .date-selector-section .month-selector-wrapper .export-buttons,#schedule-report-comparison .date-selector-section .date-selector-wrapper .export-buttons{margin-left:auto !important}#daily-report-summary .month-selector-section .month-selector-wrapper #exportExcelBtn,#daily-report-summary .month-selector-section .date-selector-wrapper #exportExcelBtn,#daily-report-summary .date-selector-section .month-selector-wrapper #exportExcelBtn,#daily-report-summary .date-selector-section .date-selector-wrapper #exportExcelBtn,#daily-report-attendance .month-selector-section .month-selector-wrapper #exportExcelBtn,#daily-report-attendance .month-selector-section .date-selector-wrapper #exportExcelBtn,#daily-report-attendance .date-selector-section .month-selector-wrapper #exportExcelBtn,#daily-report-attendance .date-selector-section .date-selector-wrapper #exportExcelBtn,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper #exportExcelBtn,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper #exportExcelBtn,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper #exportExcelBtn,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper #exportExcelBtn,#attendance-sheet .month-selector-section .month-selector-wrapper #exportExcelBtn,#attendance-sheet .month-selector-section .date-selector-wrapper #exportExcelBtn,#attendance-sheet .date-selector-section .month-selector-wrapper #exportExcelBtn,#attendance-sheet .date-selector-section .date-selector-wrapper #exportExcelBtn,#monthly-schedule .month-selector-section .month-selector-wrapper #exportExcelBtn,#monthly-schedule .month-selector-section .date-selector-wrapper #exportExcelBtn,#monthly-schedule .date-selector-section .month-selector-wrapper #exportExcelBtn,#monthly-schedule .date-selector-section .date-selector-wrapper #exportExcelBtn,#schedule-report-comparison .month-selector-section .month-selector-wrapper #exportExcelBtn,#schedule-report-comparison .month-selector-section .date-selector-wrapper #exportExcelBtn,#schedule-report-comparison .date-selector-section .month-selector-wrapper #exportExcelBtn,#schedule-report-comparison .date-selector-section .date-selector-wrapper #exportExcelBtn{margin-left:auto !important;padding:0.5rem 1rem;font-size:var(--small)}@media (max-width: 768px){#daily-report-summary .month-selector-section .month-selector-wrapper,#daily-report-summary .month-selector-section .date-selector-wrapper,#daily-report-summary .date-selector-section .month-selector-wrapper,#daily-report-summary .date-selector-section .date-selector-wrapper,#daily-report-attendance .month-selector-section .month-selector-wrapper,#daily-report-attendance .month-selector-section .date-selector-wrapper,#daily-report-attendance .date-selector-section .month-selector-wrapper,#daily-report-attendance .date-selector-section .date-selector-wrapper,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper,#attendance-sheet .month-selector-section .month-selector-wrapper,#attendance-sheet .month-selector-section .date-selector-wrapper,#attendance-sheet .date-selector-section .month-selector-wrapper,#attendance-sheet .date-selector-section .date-selector-wrapper,#monthly-schedule .month-selector-section .month-selector-wrapper,#monthly-schedule .month-selector-section .date-selector-wrapper,#monthly-schedule .date-selector-section .month-selector-wrapper,#monthly-schedule .date-selector-section .date-selector-wrapper,#schedule-report-comparison .month-selector-section .month-selector-wrapper,#schedule-report-comparison .month-selector-section .date-selector-wrapper,#schedule-report-comparison .date-selector-section .month-selector-wrapper,#schedule-report-comparison .date-selector-section .date-selector-wrapper{flex-direction:column;align-items:stretch;gap:1rem}#daily-report-summary .month-selector-section .month-selector-wrapper .load-btn,#daily-report-summary .month-selector-section .date-selector-wrapper .load-btn,#daily-report-summary .date-selector-section .month-selector-wrapper .load-btn,#daily-report-summary .date-selector-section .date-selector-wrapper .load-btn,#daily-report-attendance .month-selector-section .month-selector-wrapper .load-btn,#daily-report-attendance .month-selector-section .date-selector-wrapper .load-btn,#daily-report-attendance .date-selector-section .month-selector-wrapper .load-btn,#daily-report-attendance .date-selector-section .date-selector-wrapper .load-btn,#daily-report-workdays-summary .month-selector-section .month-selector-wrapper .load-btn,#daily-report-workdays-summary .month-selector-section .date-selector-wrapper .load-btn,#daily-report-workdays-summary .date-selector-section .month-selector-wrapper .load-btn,#daily-report-workdays-summary .date-selector-section .date-selector-wrapper .load-btn,#attendance-sheet .month-selector-section .month-selector-wrapper .load-btn,#attendance-sheet .month-selector-section .date-selector-wrapper .load-btn,#attendance-sheet .date-selector-section .month-selector-wrapper .load-btn,#attendance-sheet .date-selector-section .date-selector-wrapper .load-btn,#monthly-schedule .month-selector-section .month-selector-wrapper .load-btn,#monthly-schedule .month-selector-section .date-selector-wrapper .load-btn,#monthly-schedule .date-selector-section .month-selector-wrapper .load-btn,#monthly-schedule .date-selector-section .date-selector-wrapper .load-btn,#schedule-report-comparison .month-selector-section .month-selector-wrapper .load-btn,#schedule-report-comparison .month-selector-section .date-selector-wrapper .load-btn,#schedule-report-comparison .date-selector-section .month-selector-wrapper .load-btn,#schedule-report-comparison .date-selector-section .date-selector-wrapper .load-btn{justify-content:center}}.rest-weekdays-section{margin-bottom:24px}.rest-weekdays-section>label{font-weight:500;color:#1f2937;margin-bottom:12px;display:block;font-size:14px}.rest-weekdays-section .weekday-checkbox-container{display:flex;flex-direction:column;gap:16px}.rest-weekdays-section .help-text{font-size:13px;color:#6b7280;margin-top:8px;line-height:1.4}.rest-weekdays-section .weekday-warning{margin-top:12px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px}.rest-weekdays-section .weekday-warning::before{content:"⚠️";font-size:16px}.weekday-checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.weekday-checkbox-group div label{display:flex !important;align-items:center;justify-content:center;width:38px;height:38px;background:#ffffff;border:2px solid #e5e7eb;border-radius:50%;cursor:pointer;transition:all 0.15s cubic-bezier(0.4, 0, 0.2, 1);font-size:14px;font-weight:600;color:#6b7280;margin-bottom:0;user-select:none;position:relative}.weekday-checkbox-group div label input[type="checkbox"]{position:absolute;opacity:0;width:100%;height:100%;margin:0;padding:0;border:none;appearance:none;cursor:pointer}.weekday-checkbox-group div label:hover{border-color:#3b82f6;background:#f8fafc;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,0.15)}.weekday-checkbox-group div label.checked{background:#3b82f6;border-color:#2563eb;color:#ffffff;transform:translateY(-1px)}.weekday-checkbox-group div label.checked:hover{background:#2563eb;border-color:#1d4ed8;transform:translateY(-3px);box-shadow:0 6px 16px rgba(59,130,246,0.35)}.weekday-checkbox-group div label:focus-within{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,0.12)}.weekday-checkbox-group div label:active{transform:translateY(0)}.rest-weekdays-display{display:flex;flex-wrap:wrap;gap:6px}.rest-weekdays-display .weekday-tag{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f3f4f6;color:#374151;border-radius:50%;font-size:11px;font-weight:600;white-space:nowrap;border:1.5px solid #e5e7eb;transition:all 0.2s ease}.rest-weekdays-display .weekday-tag:hover{transform:scale(1.1)}@media (max-width: 1024px){.weekday-checkbox-group{gap:10px}.weekday-checkbox-group>div label{width:44px;height:44px;font-size:13px}}@media (max-width: 768px){.weekday-checkbox-group{justify-content:center;gap:8px}.weekday-checkbox-group>div label{width:40px;height:40px;font-size:12px}.rest-weekdays-display{gap:4px}.rest-weekdays-display .weekday-tag{width:24px;height:24px;font-size:10px}}@media (max-width: 480px){.weekday-checkbox-group>div label{height:36px;font-size:11px}.rest-weekdays-display .weekday-tag{width:20px;height:20px;font-size:9px}}.color-select-container{margin:8px 0}.color-grid{display:flex;flex-wrap:wrap;gap:4px}.color-option{cursor:pointer;border-radius:6px;transition:all 0.15s ease;border:2px solid transparent;cursor:pointer}.color-option:hover{border-color:#d1d5db}.color-option.selected{border-color:#3b82f6}.color-square{width:28px;height:28px;border-radius:4px;border:1px solid rgba(0,0,0,0.1);transition:all 0.15s ease}.color-option.none-option .color-square{background:linear-gradient(45deg, #f8f9fa 25%, transparent 25%),linear-gradient(-45deg, #f8f9fa 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #f8f9fa 75%),linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);background-size:4px 4px;background-position:0 0, 0 2px, 2px -2px, -2px 0px;border:1px solid #d1d5db;position:relative}.color-option.none-option .color-square::after{content:"×";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#6b7280;font-size:14px;font-weight:bold}.color-option.none-option{display:flex;align-items:center;gap:6px;border-radius:8px;background-color:#f9fafb}.color-option.none-option.selected{background-color:#eff6ff;border-color:#3b82f6}.color-option.none-option .option-label{font-size:12px;color:#6b7280;white-space:nowrap}.color-option:not(.none-option) .option-label{display:none}.color-option:not(.none-option):hover .option-label{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.8);color:white;padding:2px 6px;border-radius:4px;font-size:10px;white-space:nowrap;z-index:10}@media (max-width: 480px){.color-grid{gap:3px;max-width:280px}.color-square{width:24px;height:24px}.color-option.none-option .color-square::after{font-size:12px}.color-option.none-option .option-label{font-size:11px}}.filter-section{border-radius:4px;border:rgba(119,119,119,0.3) 1px solid;margin-bottom:1.5rem;width:fit-content}.filter-section .filter-section-title{font-size:1.3rem;font-weight:normal;padding:8px 16px;background-color:rgba(119,119,119,0.3)}.filter-section .filter-controls{display:flex;align-items:center;flex-wrap:wrap;padding:8px 12px}.filter-section .filter-controls .filter-group{margin-right:1.5rem;display:flex;align-items:center;gap:6px}.filter-section .filter-controls .filter-group label{font-size:1.3rem;color:var(--text-grey);font-weight:500}.filter-section .filter-controls .filter-group .filter-select{border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:var(--white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='40' viewBox='0 0 12 6'%3E%3Cpath fill='%239CA3AF' d='M1 1l4 4 4-4H1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% center;background-size:16px;color:var(--primary-black);text-align:center;min-width:120px;padding:0 32px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.filter-section .filter-controls .filter-group .filter-select.is-disabled{background-size:0;background-color:var(--action-grey);color:var(--sub-text);cursor:not-allowed}.filter-section .filter-controls .filter-group .filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(0,123,255,0.25)}.filter-section .filter-controls .divider-container{margin-right:1.5rem;height:40px;width:2px;background-color:rgba(119,119,119,0.2)}
