.custom-select-container{position:relative;width:100%;margin-bottom:20px;font-size:14px}.custom-select-button{width:100%;padding:4px 8px;background-color:#f9f9f9;border:1px solid #ced4da;border-radius:2px;cursor:pointer;text-align:left;font-size:14px;display:flex;justify-content:space-between;align-items:center;height:28px;color:#212529}.custom-select-button:hover,.custom-select-button:disabled{background-color:#e9e9e9}.custom-select-button.has-error{border-color:#a94442}.custom-select-button:focus{outline:1px solid #80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.select-arrow{width:0;height:0;margin-left:8px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #666;pointer-events:none}.custom-select-button[aria-expanded="true"] .select-arrow{border-top:none;border-bottom:5px solid #666}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;max-height:300px;overflow-y:auto;background-color:#fff;border:1px solid #ced4da;border-radius:0 0 2px 2px;box-shadow:0 2px 5px rgba(0,0,0,.15);display:none;margin-top:-1px}.search-container{padding:8px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.search-input{width:100%;padding:6px 8px;border:1px solid #ced4da;border-radius:2px;font-size:14px}.search-input:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.search-status{padding:4px 8px;font-size:12px;color:#6c757d;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;display:none}.custom-select-options{list-style-type:none;padding:0;margin:0}.custom-select-option{padding:6px 8px;cursor:pointer;color:#212529}.custom-select-option:hover{background-color:#f1f3f5}.custom-select-option:focus{outline:none;background-color:#e9ecef}.custom-select-option[aria-selected="true"]{background-color:#e2e6ea;font-weight:normal}.custom-select-option.focused{background-color:#e7f1ff}.custom-select-option.hidden{display:none}