.select_selectContainer__2Xm4e{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.select_selectContainer__2Xm4e .select_label__FXP7M{font-family:var(--font-inter);font-size:14px;font-weight:500;color:var(--gray800);padding-left:6px}.select_customSelect__wUL3l{position:relative;display:flex;align-items:center;gap:6px;background-color:#DCE4F9;border:1px solid var(--gray400);border-radius:22px;padding:9px 18px;min-height:42px;transition:all;cursor:pointer;user-select:none}.select_customSelect__wUL3l:hover{background-color:#C1D1F7;transition:all .3s}.select_optionList__NT55W{display:block;position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid var(--gray400);border-radius:12px;z-index:10;max-height:150px;overflow-y:auto;width:100%;box-shadow:0 4px 10px rgba(0,0,0,.05)}.select_optionList__NT55W.select_dropUp__AB9mg{top:auto;bottom:100%;border-radius:12px;box-shadow:0 -4px 10px rgba(0,0,0,.08)}.select_option__RI_hm{text-align:center;padding:8px 12px;cursor:pointer;transition:background-color .3s ease}.select_option__RI_hm:hover{background-color:#f0f0f0}.select_option__RI_hm.select_selected__6N2Sw{background-color:#f0f0f0;font-weight:700}@media (max-width:650px){.select_customSelect__wUL3l{max-height:34px;padding:5.5px 18px;min-height:34px}}