.select-wrapper{position:relative;user-select:none;width:100%}.select{position:relative;display:flex;flex-direction:column}.select__trigger{position:relative;display:flex;align-items:center;justify-content:space-between;height:45px;cursor:pointer;border-radius:8px;border-width:1px;caret-color:#1746ff;padding-left:18px;padding-right:18px;background-color:#fffbfb;border-color:#fffbfb;color:#717a97;font-family:Inter;font-weight:300}.custom-options{max-height:300px;overflow:auto;position:absolute;display:block;top:107%;left:0;right:0;transition:all .3s;z-index:2;background:#FFFFFF;box-shadow:-4px 4px 8px #0000001a;border-radius:12px;padding:14px 16px 14px 24px;opacity:0;visibility:hidden}.custom-options.for-tuyen-dung{width:300px;left:auto}.select.open .custom-options{opacity:1;visibility:visible;pointer-events:all}.custom-option{position:relative;display:block;color:#2f3340;transition:all .3s;font-weight:400;font-size:16px;line-height:26px;cursor:pointer}.custom-option:hover,.custom-option.selected{font-weight:600}.custom-option.selected.label{font-weight:400;color:#717a97}.arrow{position:relative}.arrow svg{transition:all .3s}.open .arrow svg{transform:rotate(180deg)}.open .arrow svg circle{fill:#1746ff}.open .arrow svg polyline{stroke:#fff}.custom-select label.label{background-color:#fffbfb;width:100%;padding:19px 0 2px 18px;font-weight:300;font-size:14px;line-height:19px;color:#575f76;border-radius:8px 8px 0 0;display:none}.custom-select .select.click-cus .select__trigger{border-radius:0 0 8px 8px}.custom-select .select.click-cus label.label{display:block}
