.client-selector{margin-bottom:15px}.client-selector,.client-selector .custom-select-container{position:relative}.client-selector .custom-select-container .custom-select-control{display:flex;align-items:center;min-height:40px;height:40px;border:1px solid #ced4da;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .15s ease-in-out}.client-selector .custom-select-container .custom-select-control:hover{border-color:#adb5bd}.client-selector .custom-select-container .custom-select-control.focused{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.client-selector .custom-select-container .custom-select-control.disabled{background-color:#f8f9fa;opacity:.65;cursor:not-allowed}.client-selector .custom-select-container .custom-select-control .custom-select-input{flex:1 1;border:none;outline:none;background:rgba(0,0,0,0);padding:8px 12px;font-size:.9rem;color:#495057;margin-top:10px!important;height:100%;display:flex;align-items:center;line-height:1.5}.client-selector .custom-select-container .custom-select-control .custom-select-input::placeholder{color:#6c757d;font-style:italic}.client-selector .custom-select-container .custom-select-control .custom-select-input:disabled{cursor:not-allowed}.client-selector .custom-select-container .custom-select-control .custom-select-input[readonly]{cursor:pointer}.client-selector .custom-select-container .custom-select-control .custom-select-indicators{display:flex;align-items:center;padding-right:12px;height:38px}.client-selector .custom-select-container .custom-select-control .custom-select-indicators .custom-select-arrow{color:#6c757d;width:20px;height:20px;transition:transform .15s ease-in-out,color .15s ease-in-out;display:flex;justify-content:center;align-items:center}.client-selector .custom-select-container .custom-select-control .custom-select-indicators .custom-select-arrow:hover{color:#495057}.client-selector .custom-select-container .custom-select-control .custom-select-indicators .custom-select-arrow.open{transform:rotate(180deg);transform-origin:center}.client-selector .custom-select-container .custom-select-control .custom-select-indicators .custom-select-arrow svg{width:100%;height:100%}.client-selector .custom-select-container .custom-select-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #ced4da;border-radius:4px;margin-top:1px;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.client-selector .custom-select-container .custom-select-menu .custom-select-menu-list{max-height:200px;overflow-y:auto;padding:4px 0}.client-selector .custom-select-container .custom-select-menu .custom-select-option{padding:6px 12px;cursor:pointer;font-size:.85rem;line-height:1.2;color:#495057;background-color:#fff;min-height:32px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .15s ease-in-out}.client-selector .custom-select-container .custom-select-menu .custom-select-option.highlighted,.client-selector .custom-select-container .custom-select-menu .custom-select-option:hover{background-color:#f8f9fa}.client-selector .custom-select-container .custom-select-menu .custom-select-option.selected{background-color:#007bff;color:#fff}.client-selector .custom-select-container .custom-select-menu .custom-select-option.loading,.client-selector .custom-select-container .custom-select-menu .custom-select-option.no-options{color:#6c757d;cursor:default;font-style:italic;justify-content:center}.client-selector .custom-select-container .custom-select-menu .custom-select-option.loading:hover,.client-selector .custom-select-container .custom-select-menu .custom-select-option.no-options:hover{background-color:#fff}.client-selector .custom-select-container .custom-select-menu .custom-select-option.loading{position:relative}.client-selector .custom-select-container .custom-select-menu .custom-select-option.loading:before{content:"";display:inline-block;width:12px;height:12px;border-radius:50%;border:2px solid #6c757d;border-top-color:rgba(0,0,0,0);animation:spin 1s linear infinite;margin-right:8px}@media(max-width:768px){.client-selector .custom-select-container .custom-select-control{min-height:40px;height:40px}.client-selector .custom-select-container .custom-select-control .custom-select-input{font-size:.85rem;min-height:100%;padding:6px 10px}.client-selector .custom-select-container .custom-select-control .custom-select-indicators{height:100%;padding-right:10px}.client-selector .custom-select-container .custom-select-control .custom-select-indicators .custom-select-arrow{width:18px;height:18px}}.client-selector.loading{opacity:.7;pointer-events:none}.client-selector.error .custom-select-container .custom-select-control,.client-selector.error .custom-select-container .custom-select-control:hover{border-color:#dc3545}.client-selector.error .custom-select-container .custom-select-control.focused{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.client-selector.success .custom-select-container .custom-select-control,.client-selector.success .custom-select-container .custom-select-control:hover{border-color:#28a745}.client-selector.success .custom-select-container .custom-select-control.focused{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}