.custom-select-container{position:relative;width:100%;font-family:inherit;font-size:14px}.custom-select-container .custom-select-button{width:100%;height:41px;padding:0 16px;border:1px solid #D1D5DB;border-radius:6px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;background-color:#096fec1a;border-color:#104484}.custom-select-container .custom-select-button:focus{outline:none;box-shadow:0 0 0 2px #6366f180}.custom-select-container .custom-select-button .chevron-icon{width:16px;height:16px;opacity:.5;transition:transform .2s ease}.custom-select-container .custom-select-button .chevron-icon.rotate-180{transform:rotate(180deg)}.custom-select-container .custom-select-options{position:absolute;width:100%;margin-top:4px;padding:8px 0;background-color:#fff;border:1px solid #D1D5DB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;z-index:9999;max-height:200px;overflow-y:auto}.custom-select-container .custom-select-options .custom-select-option{padding:10px 16px;cursor:pointer;transition:background-color .2s ease}.custom-select-container .custom-select-options .custom-select-option:hover{background-color:#f3f4f6}.custom-select-container .custom-select-options .custom-select-option.selected{background-color:#e5e7eb}
