.filter-modal-title{font-weight:700;color:#000}.filter-modal .modal-dialog{max-width:400px}.filter-modal-body .custom-select,.filter-modal-body .form-control{height:38px;border-radius:10px;border:1px solid #e2e4e7;background:#fff;box-shadow:none;font-size:.9rem}.filter-modal-body .custom-select:focus,.filter-modal-body .form-control:focus{border:1px solid #007bff;box-shadow:0 0 0 3px rgba(0,123,255,.15);outline:none;background:#fff}.filter-modal-body .search-field{height:38px}.filter-modal-body .search-field__input{height:auto}.filter-modal-body .form-group{margin-bottom:14px}.filter-modal-body .form-group:last-child{margin-bottom:0}.filter-modal-body legend{font-size:.75rem;color:#6e6e73;font-weight:400;margin-bottom:4px}.filter-modal-body .filter-toggles{border-top:1px solid #e5e7eb;margin-top:14px;padding-top:14px}.filter-modal-body .filter-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.filter-modal-body .filter-toggle-row+.filter-toggle-row{margin-top:10px}.filter-modal-body .filter-toggle-row__label{font-size:.9rem;color:#1d1d1f}.filter-modal-body .filter-toggle{position:relative;display:inline-block;width:44px;height:26px;cursor:pointer;vertical-align:middle;margin-bottom:0;flex:0 0 auto}.filter-modal-body .filter-toggle input{opacity:0;width:0;height:0;position:absolute}.filter-modal-body .filter-toggle .filter-toggle-track{position:absolute;inset:0;background:#d1d5db;border-radius:9999px;transition:background .2s ease}.filter-modal-body .filter-toggle .filter-toggle-thumb{position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 4px rgba(0,0,0,.25)}.filter-modal-body .filter-toggle input:checked~.filter-toggle-track{background:#22c55e}.filter-modal-body .filter-toggle input:checked~.filter-toggle-track .filter-toggle-thumb{transform:translateX(18px)}.filter-modal-btn{height:38px;padding:0 16px;border-radius:10px;font-size:.9rem;border:1px solid transparent;cursor:pointer;box-shadow:none;transition:background .15s ease,border-color .15s ease}.filter-modal-btn--primary{background:#007bff;border-color:#007bff;color:#fff}.filter-modal-btn--primary:hover{background:#006fe6;border-color:#006fe6}.filter-modal-btn--primary:focus-visible{background:#006fe6;border-color:#0056b3;box-shadow:none}.filter-modal-btn--secondary{background:#fff;border-color:#e2e4e7;color:#1d1d1f}.filter-modal-btn--secondary:hover{background:#f2f3f4}.filter-modal-btn--secondary:focus-visible{border-color:#007bff;background:#f2f8ff;box-shadow:none}