.filter-dropdown-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:6px;background:#fff;border:1px solid #dfdfdf;border-radius:6px;cursor:pointer;min-height:32px;-webkit-transition:all .15s;transition:all .15s}.filter-dropdown-trigger svg{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;margin-left:auto}.filter-dropdown-trigger:hover{border-color:#27b093}.filter-count{font-size:14px;color:#27b093;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;overflow:hidden;text-overflow:ellipsis;font-weight:400}.client-filter-dropdown{width:240px;background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12);overflow:hidden;position:relative}.filter-search{padding:12px 16px;border-bottom:1px solid #eee}.filter-dropdown{width:260px;background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12);overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filter-search input{width:100%;padding:8px 36px 8px 12px;border:1px solid #ddd;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;outline:none}.filter-search input::-webkit-input-placeholder{color:#9ca3af}.filter-search input::-moz-placeholder{color:#9ca3af}.filter-search input:-ms-input-placeholder{color:#9ca3af}.filter-search input::-ms-input-placeholder{color:#9ca3af}.filter-search input::placeholder{color:#9ca3af}.filter-search{position:relative}.search-icon{position:absolute;right:24px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.filter-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:40px 0}.filter-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#27b093;border-radius:50%;-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.filter-select-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #dfdfdf;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.filter-select-all:hover{background-color:#f5f5f5}.select-all-text{font-size:14px;color:#464b4b;font-weight:500}.filter-options{max-height:200px;overflow-y:auto;padding:4px 0}.filter-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;padding:8px 16px;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.filter-option:hover{background:#f5f5f5}.filter-option .option-label{font-size:14px;color:#464b4b;word-break:break-word;line-height:1.4}.checkbox-custom{min-width:18px}.checkbox-custom.checked{background-color:#26b99a;border-color:#26b99a}.no-options{padding:16px;text-align:center;color:#7e8181;font-size:14px;font-style:italic}.filter-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 12px;background-color:#f8f9fa;border-top:1px solid #dfdfdf}.btn-clear-all:hover:not(:disabled){text-decoration:underline}.btn-clear-all:disabled{opacity:.6;cursor:not-allowed}.btn-apply{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:70px}.btn-apply:hover:not(:disabled){background:#1f9b7d}.btn-apply:disabled{opacity:.6;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.bu-select-all-container,.pm-select-all-container{padding:12px 16px;border-bottom:1px solid #dfdfdf;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.bu-select-all-container,.checkbox-wrapper,.pm-select-all-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkbox-wrapper{position:relative;width:20px;height:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:12px}.checkbox-wrapper input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;width:100%;height:100%;z-index:1;margin:0}.checkbox-custom{position:relative;width:18px;height:18px;background:#fff;border:1.5px solid #adb5bd;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .2s,border-color .2s;transition:background-color .2s,border-color .2s}.checkbox-wrapper input[type=checkbox]:checked+.checkbox-custom{background-color:#26b99a;border-color:#26b99a}.checkbox-custom.indeterminate{background-color:#27b093;border-color:#27b093}.checkbox-custom.indeterminate:after{content:"";width:10px;height:2px;background-color:#fff}.bu-select-all-container:hover,.pm-select-all-container:hover{background-color:#f5f5f5}.bu-scroll-wrapper,.pm-scroll-wrapper{max-height:300px;overflow-y:auto;padding:4px 0}.bu-item,.pm-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding:8px 16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bu-item:hover,.pm-item:hover{background-color:#f5f5f5}.bu-label,.pm-label{font-size:14px;color:#464b4b;white-space:normal;word-break:break-word}.bu-dropdown-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 12px;background-color:#f8f9fa;border-top:1px solid #dfdfdf}.btn-clear-all{background:none;border:none;color:#27b093;font-size:14px;font-weight:400;cursor:pointer;padding:8px}.btn-clear-all:hover{text-decoration:underline}.btn-apply{background:#27b093;color:#fff;border:none;padding:8px 16px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer}.btn-apply:hover{background:#1f9b7d}.bu-select-all-text,.pm-select-all-text{font-size:14px;color:#464b4b;margin-left:8px}.check-icon{fill:#fff;width:12px;height:12px}.service-line-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.service-line-header:hover{background-color:#f5f5f5}.service-line-label{font-size:14px;font-weight:600;color:#464b4b}.team-item{padding-left:24px}.static-filter-dropdown{background:#fff;border-radius:8px;overflow:hidden}.static-filter-options{max-height:250px;overflow-y:auto;padding:8px 0}.static-filter-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.static-filter-item:hover{background-color:#f5f5f5}.static-filter-label{font-size:14px;color:#464b4b;white-space:nowrap}.static-filter-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 12px;background-color:#f8f9fa;border-top:1px solid #dfdfdf}.static-filter-footer,.static-select-all-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.static-select-all-container{padding:12px 16px;border-bottom:1px solid #dfdfdf;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.static-select-all-container:hover{background-color:#f5f5f5}.static-select-all-text{font-weight:500}.filter-all,.static-select-all-text{font-size:14px;color:#464b4b}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}