.custom-select-input{position:relative;width:100%;font-family:inherit}.custom-select-input .select-box{border:1px solid #d9d9d9;border-radius:6px;padding:20px 22px;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border .2s ease}.custom-select-input .select-box:hover{border-color:#b9b9b9}.custom-select-input .select-box .left-icon{display:flex;font-size:16px;opacity:.7}.custom-select-input .select-box .value-text{flex:1 1;font-size:14px;color:#1a1a1a}.custom-select-input .select-box .value-text.placeholder{color:#888}.custom-select-input .select-box .dropdown-arrow{transition:transform .2s ease}.custom-select-input .select-box .dropdown-arrow.open{transform:rotate(180deg)}.custom-select-input .dropdown-list{position:absolute;z-index:200;margin-top:4px;background:#fff;border:1px solid #dedede;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06)}.custom-select-input .dropdown-list .search-input{padding:8px 10px;width:100%;border:none;border-bottom:1px solid #efefef;outline:none;font-size:14px}.custom-select-input .dropdown-list .search-input::placeholder{color:#aaa}.custom-select-input .dropdown-list .options-scroll{max-height:300px;overflow-y:auto}.custom-select-input .dropdown-list .options-scroll .option-row{padding:10px 12px;font-size:14px;cursor:pointer;border-bottom:1px solid #fafafa}.custom-select-input .dropdown-list .options-scroll .option-row:hover{background:#f4f4f4}.custom-select-input .dropdown-list .options-scroll .option-row:last-child{border-bottom:none}