.common-select-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.common-select-wrapper .common-select-label{align-items:center;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:4px;line-height:normal}.common-select-wrapper .common-select-label .required{color:#ff6b6b}.common-select-wrapper .common-select-error{color:#ff6b6b;font-size:12px;margin-top:-4px}.common-select{font-family:Roboto,sans-serif;position:relative;width:100%}.common-select .select-header{align-items:center;background:#ffffff1a;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:48px;justify-content:space-between;padding:8px 12px;transition:background-color .2s ease;width:100%}.common-select .select-header:hover{background:#ffffff26}.common-select .select-header .select-value{color:#fffc;flex:1;font-family:Roboto,sans-serif;font-size:14px}.common-select .select-header .select-value:empty:before{color:#ffffff80;content:attr(data-placeholder)}.common-select .select-header .select-arrow{align-items:center;color:#fff9;display:flex;justify-content:center;transition:transform .2s ease}.common-select .select-header .select-arrow.open{transform:rotate(180deg)}.common-select .select-header .select-arrow svg{height:16px;width:16px}.common-select.error .select-header{background:#f25c111a;border:1px solid #f25c1180}.common-select.disabled .select-header{cursor:not-allowed;opacity:.5}.common-select .select-dropdown{background:#3c4c68!important;border:1px solid #fff3!important;border-radius:8px!important;box-shadow:0 4px 20px #0000004d!important;display:block!important;left:0!important;margin-top:4px!important;max-height:200px!important;overflow-y:auto!important;position:absolute!important;right:0!important;top:100%!important;width:100%!important;z-index:99999!important}.common-select .select-dropdown .select-option{border-radius:4px;color:#fff9;cursor:pointer;font-size:14px;font-weight:400;margin:2px 8px;padding:12px 16px;transition:all .2s ease}.common-select .select-dropdown .select-option:hover{background:#ffffff26;color:#fff;margin:0}.common-select .select-dropdown .select-option.selected{background:#ffffff40;color:#fff;font-weight:500;margin:0}.common-select .select-dropdown .select-option.disabled{background:#08214a80;color:#ffffff4d;cursor:not-allowed}.select-dropdown::-webkit-scrollbar{width:6px}.select-dropdown::-webkit-scrollbar-track{background:#0000!important;border-radius:3px}.select-dropdown::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.select-dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media(max-width:768px){.common-select .select-header{font-size:14px;height:44px;padding:6px 12px}.common-select .select-dropdown{max-height:150px!important}.common-select .select-dropdown .select-option{font-size:13px;padding:10px 12px}}