.custom-select{width:100%;position:relative}.custom-select__trigger{cursor:pointer;border:1px solid #000;border-radius:10px;justify-content:space-between;align-items:center;min-height:49px;padding:10px 15px;transition:all .2s;display:flex}.custom-select__trigger:hover{border-color:#5738de}.custom-select__trigger.open,.custom-select__trigger:focus{box-shadow:none;border-color:#5738de}.custom-select__value{text-overflow:ellipsis;white-space:nowrap;color:#999;flex:1;font-size:18px;overflow:hidden}.custom-select__value:empty:before{content:attr(data-placeholder);color:#6c757d}.custom-select__arrow{margin-left:.5rem;transition:all .2s}.custom-select__arrow.open{transform:rotate(180deg)}.custom-select__dropdown{z-index:1000;background:#fff;border-radius:.375rem;flex-direction:column;max-height:300px;padding:10px 0;animation:.2s slideDown;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 8px 20px rgba(0,0,0,.15)}.custom-select__dropdown--top{animation:.2s slideUp;top:auto;bottom:calc(100% + 4px)}.custom-select__search{border-bottom:1px solid #dee2e6;padding:0 .5rem}.custom-select__search input{color:#000;background-color:#fff;width:100%;font-size:.875rem;border:0!important;padding:.5rem .75rem!important}.custom-select__search input:focus{box-shadow:none;outline:none}.custom-select__options{flex:1;overflow-y:auto}.custom-select__option{cursor:pointer;color:#999;justify-content:space-between;align-items:center;padding:5px 20px;font-size:14px;transition:all .3s ease-in-out;display:flex}.custom-select__option:hover,.custom-select__option.selected,.custom-select__checkmark{color:#5738de}.custom-select__no-results{text-align:center;color:#6c757d;padding:12px;font-style:italic}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
