.currency-dropdown{width:100%;display:block;position:relative;overflow:visible}.currency-input-container{background:0 0;border:1px solid #735df2;border-radius:8px;transition:border-color .2s;display:flex;overflow:hidden}.currency-input-container:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.currency-input{background:0 0;border:none;outline:none;flex:1;padding:12px 16px;font-size:16px}.currency-input::placeholder{color:#9ca3af}.currency-selector{cursor:pointer;background:0 0;justify-content:space-between;align-items:center;min-width:80px;padding:12px 16px;transition:background-color .2s;display:flex}.currency-selector:hover{background:linear-gradient(rgba(120,120,120,.28) 0%,rgba(37,37,37,.21) 100%)}.currency-symbol{color:#090909;margin-right:4px;font-weight:600}.dark .currency-symbol{color:#fff}.currency-code{color:#090909;font-size:14px;font-weight:500}.dark .currency-code{color:#fff}.dropdown-arrow{color:#090909;margin-left:8px;font-size:12px;transition:transform .2s}.dark .dropdown-arrow{color:#fff}.dropdown-arrow.open{transform:rotate(180deg)}.currency-dropdown-menu{background:var(--dropdown-gradient-background);z-index:9999;border-radius:8px;flex-direction:column;width:109px;max-height:300px;margin-top:4px;display:flex;position:absolute;top:100%;right:0;transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.15)}.currency-search-container{border-bottom:1px solid rgba(115,93,242,.2);padding:12px}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon{z-index:1;opacity:.7;width:16px;height:16px;position:absolute;left:12px}.currency-search-input{color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(115,93,242,.3);border-radius:6px;outline:none;width:100%;padding:8px 12px 8px 40px;font-size:14px;transition:border-color .2s}.currency-search-input:focus{border-color:#735df2;box-shadow:0 0 0 2px rgba(115,93,242,.2)}.currency-search-input::placeholder{color:rgba(255,255,255,.6)}.currency-options-container{flex:1;max-height:200px;overflow-y:auto}.currency-options-container::-webkit-scrollbar{width:6px}.currency-options-container::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.currency-options-container::-webkit-scrollbar-thumb{background:rgba(115,93,242,.5);border-radius:3px}.currency-options-container::-webkit-scrollbar-thumb:hover{background:rgba(115,93,242,.7)}.currency-no-results{text-align:center;color:rgba(255,255,255,.6);padding:16px;font-size:14px;font-style:italic}.currency-option{cursor:pointer;color:#090909;align-items:center;padding:12px 16px;transition:background-color .2s;display:flex}.dark .currency-option{color:#fff}.currency-option.selected{color:#6366f1;background:linear-gradient(rgba(120,120,120,.28) 0%,rgba(37,37,37,.21) 100%)}.currency-option.selected .currency-symbol{color:#6366f1}.currency-label{color:#090909;margin-left:8px;font-size:14px}.dark .currency-label{color:#fff}.currency-option.selected .currency-label{color:#6366f1;font-weight:500}.currency-dropdown.disabled .currency-input{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.currency-dropdown.disabled .currency-selector{cursor:not-allowed;background:#f9fafb}.currency-dropdown.disabled .currency-selector:hover{background:#f9fafb}
