.phone-code-select{position:relative}.phone-code-select__trigger{display:flex;align-items:center;gap:6px;height:100%;min-width:100px;padding:20px 14px;background-color:#ffffff0f;border:none;border-inline-end:1px solid rgba(255,255,255,.2);border-radius:8px 0 0 8px;color:#fffc;font-size:14px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease}.phone-code-select__trigger:focus{outline:none}.phone-code-select__trigger:hover,.phone-code-select__trigger--open{background-color:#ffffff1a}.phone-code-select__chevron{width:13px;height:13px;flex-shrink:0;opacity:.5;transition:transform .2s ease}.phone-code-select__trigger--open .phone-code-select__chevron{transform:rotate(180deg)}.phone-code-select__dropdown{position:absolute;top:calc(100% + 6px);inset-inline-start:0;min-width:280px;background-color:#1a1d24;border-radius:10px;z-index:9999;box-shadow:0 8px 32px #00000080;overflow:hidden}.phone-code-select__search-wrapper{padding:10px;border-bottom:1px solid rgba(255,255,255,.08)}.phone-code-select__search{width:100%;background-color:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-size:13px;padding:8px 12px}.phone-code-select__search::placeholder{color:#ffffff59}.phone-code-select__search:focus{outline:none;border-color:var(--blue-primary)}.phone-code-select__list{max-height:220px;overflow-y:auto;padding:4px}.phone-code-select__list::-webkit-scrollbar{width:4px}.phone-code-select__list::-webkit-scrollbar-track{background:transparent}.phone-code-select__list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.phone-code-select__option{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;background:transparent;border:none;border-radius:6px;color:#fff;cursor:pointer;text-align:start;transition:background-color .15s ease}.phone-code-select__option:hover,.phone-code-select__option--selected{background-color:#2a2d34}.phone-code-select__iso{font-size:12px;font-weight:700;color:#ffffffe6;min-width:30px;letter-spacing:.5px}.phone-code-select__country-name{flex:1;font-size:13px;color:#ffffffa6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-code-select__dial{font-size:13px;font-weight:500;color:#ffffff80;min-width:44px;text-align:end}.phone-code-select__check{width:13px;height:13px;color:var(--blue-primary);flex-shrink:0}.phone-code-select__empty{padding:20px;text-align:center;color:#ffffff59;font-size:13px}.custom-select{position:relative;width:100%}.custom-select__field{width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:1}.custom-select__field--disabled{cursor:not-allowed}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);inset-inline-start:0;inset-inline-end:0;background-color:#1a1d24;border-radius:8px;padding:4px;z-index:1000;box-shadow:0 4px 16px -1px #0006;display:flex;flex-direction:column;overflow:hidden}.custom-select__dropdown--up{top:auto;bottom:calc(100% + 4px)}.custom-select__search-wrapper{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.1)}.custom-select__search-icon{width:16px;height:16px;flex-shrink:0;color:#ffffff80}.custom-select__search{flex:1;width:100%;background:transparent;border:none;outline:none;color:#fff;font-size:14px}.custom-select__search::placeholder{color:#fff6}.custom-select__list{max-height:200px;overflow-y:auto}.custom-select__empty{padding:16px;text-align:center;color:#fff6;font-size:14px}.custom-select__option{padding:12px 16px;color:#fff;cursor:pointer;border-radius:4px;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease;background-color:transparent}.custom-select__option:hover,.custom-select__option--selected{background-color:#2a2d34}.custom-select__check-icon{width:16px;height:16px;margin-inline-start:8px}
