.custom-select,.custom-select-trigger{position:relative;width:100%}.custom-select-trigger{align-items:center;background:linear-gradient(180deg,#fff 0,#fafbff);border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);box-sizing:border-box;color:#333;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:8px;justify-content:center;padding:14px 20px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-select-trigger:hover{background:linear-gradient(180deg,#fafbff 0,#f0f9ff);border-color:rgba(95,168,211,.6);box-shadow:0 2px 6px rgba(95,168,211,.15);transform:translateY(-1px)}.custom-select-trigger.active{background:linear-gradient(180deg,#f0f9ff 0,#e0f2fe);border-color:#87ceeb;box-shadow:0 0 0 4px rgba(135,206,235,.25),0 4px 12px rgba(95,168,211,.15)}.custom-select-trigger.error{border-color:#ef4444}.custom-select-trigger .placeholder{color:#999}.custom-select-trigger .arrow{height:20px;position:absolute;right:14px;transition:transform .3s ease;width:20px}.custom-select-trigger.active .arrow{transform:rotate(180deg)}.custom-select-options{animation:slideDown .2s ease;background:#fff;border:2px solid #87ceeb;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:none;left:0;max-height:280px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-select-options.active{display:block}.custom-select-option{align-items:center;color:#333;cursor:pointer;display:flex;font-size:15px;gap:10px;justify-content:center;padding:12px 20px;transition:all .15s ease}.custom-select-option:hover{background:rgba(135,206,235,.1)}.custom-select-option.selected{background:rgba(135,206,235,.15);font-weight:500}.custom-select-option .flag,.custom-select-trigger .flag{border-radius:2px;display:inline-block;flex-shrink:0;height:18px;width:24px}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.custom-select-options::-webkit-scrollbar-thumb{background:rgba(135,206,235,.5);border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:rgba(135,206,235,.7)}