@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@500;600;700&display=swap');

:root {
    --bg-base: #07090f; 
    --bg-surface: #0f131f; 
    --bg-card: rgba(15, 19, 31, 0.7);
    --tech-blue: #3b82f6; 
    --tech-cyan: #00f0ff; 
    --tech-glow: rgba(0, 240, 255, 0.35);
    --text-main: #f8fafc; 
    --text-muted: #94a3b8; 
    --border-color: rgba(255, 255, 255, 0.05);
    --border-highlight: rgba(0, 240, 255, 0.25);
    --status-safe: #10b981; 
    --status-danger: #f43f5e; 
    --status-warn: #f59e0b;
    --radius-md: 16px; 
    --font-heading: 'Rajdhani', sans-serif; 
    --font-body: 'Inter', sans-serif;
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--bg-base); }
::-webkit-scrollbar-thumb { background: #2d3748; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--tech-cyan); }
* { box-sizing: border-box; font-family: var(--font-body); }

/* Background pattern Tech Hex Cực Chất */
body { 
    margin: 0; background-color: var(--bg-base); color: var(--text-main); min-height: 100vh; 
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(0, 240, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(59, 130, 246, 0.08) 0%, transparent 40%),
        linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 30px 30px, 30px 30px;
    background-attachment: fixed; line-height: 1.6; 
}

a { text-decoration: none; color: var(--tech-cyan); transition: all 0.3s ease; cursor:pointer; }
a:hover { color: #fff; text-shadow: 0 0 12px var(--tech-glow); }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 700; margin-top: 0; letter-spacing: 0.5px; }

/* Navbar */
header.main-header { 
    background: rgba(7, 9, 15, 0.85); border-bottom: 1px solid var(--border-color); 
    padding: 18px 5%; display: flex; justify-content: space-between; align-items: center; 
    position: sticky; top: 0; z-index: 100; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.logo { font-family: var(--font-heading); font-weight: 700; color: #fff; font-size: 26px; display:flex; align-items:center; gap:8px;}
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a.nav-item { color: var(--text-muted); font-size: 15px; font-weight: 600; text-transform:uppercase;}
.nav-links a.nav-item:hover, .nav-links a.nav-item.active { color: var(--tech-cyan); }

/* Bổ sung: Menu Hỗ trợ Dropdown trên Navbar */
.support-dropdown-container { position: relative; display: inline-block; }
.support-btn { 
    color: var(--text-muted); font-size: 15px; font-weight: 600; text-transform:uppercase; 
    cursor: pointer; display: flex; align-items: center; gap: 6px; transition: 0.3s;
    background: none; border: none; padding: 0; outline: none;
}
.support-btn:hover { color: var(--tech-cyan); text-shadow: 0 0 12px var(--tech-glow); }

.support-dropdown-menu {
    position: absolute; top: 150%; left: 50%; transform: translateX(-50%) translateY(10px);
    width: 280px; background: rgba(15, 19, 31, 0.9); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(0, 240, 255, 0.2); border-radius: 20px; padding: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
    opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex; flex-direction: column; gap: 12px; z-index: 1000;
}
.support-dropdown-menu::before {
    content: ''; position: absolute; top: -8px; left: 50%; transform: translateX(-50%);
    border-width: 0 8px 8px 8px; border-style: solid;
    border-color: transparent transparent rgba(0, 240, 255, 0.2) transparent;
}
.support-dropdown-menu.active { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* Nút liên hệ trong Dropdown */
.support-link-item {
    display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 14px; 
    font-weight: 700; font-size: 14px; color: white !important; text-decoration: none !important;
    transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.1);
}
.support-link-item.zl { background: linear-gradient(135deg, rgba(0, 104, 255, 0.2), rgba(0, 166, 255, 0.2)); border-color: rgba(0, 104, 255, 0.4); }
.support-link-item.zl:hover { background: linear-gradient(135deg, #0068FF, #00A6FF); transform: translateX(5px); box-shadow: 0 5px 15px rgba(0, 104, 255, 0.4); border-color: transparent;}

.support-link-item.fb { background: linear-gradient(135deg, rgba(8, 102, 255, 0.2), rgba(59, 130, 246, 0.2)); border-color: rgba(8, 102, 255, 0.4); }
.support-link-item.fb:hover { background: linear-gradient(135deg, #0866FF, #3b82f6); transform: translateX(5px); box-shadow: 0 5px 15px rgba(8, 102, 255, 0.4); border-color: transparent;}
/* Kết thúc Bổ sung */

.search-box { position: relative; display: flex; align-items: center; }
.search-box input { background: rgba(255,255,255,0.03); border: 1px solid var(--border-color); color: #fff; padding: 10px 15px 10px 40px; border-radius: 30px; font-size: 14px; outline: none; transition: 0.3s; width: 220px; }
.search-box input:focus { border-color: var(--tech-cyan); width: 280px; background: rgba(0,240,255,0.05); }
.search-box svg { position: absolute; left: 14px; color: var(--text-muted); width: 16px; height: 16px; transition: 0.3s;}
.search-box input:focus + svg { color: var(--tech-cyan); }

/* Buttons Cao Cấp */
.btn {
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%); color: #fff; 
    border: none; padding: 12px 28px; border-radius: 30px; font-family: var(--font-body);
    font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; 
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.4); text-transform: uppercase; z-index: 2; position: relative;
    letter-spacing: 0.5px;
}
.btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 25px rgba(0, 198, 255, 0.5); filter: brightness(1.1);}
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform:none; box-shadow:none;}
.btn-danger { background: linear-gradient(135deg, #ff416c, #ff4b2b); box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4); }
.btn-danger:hover { box-shadow: 0 8px 25px rgba(255, 65, 108, 0.6); }
.btn-outline { background: rgba(255,255,255,0.02); border: 1px solid var(--border-color); color: var(--text-main); box-shadow: none; }
.btn-outline:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.2); box-shadow: none;}

/* Responsive Layout */
.container { max-width: 1400px; margin: auto; padding: 40px 20px; position: relative; z-index: 2;}
.card { 
    background: var(--bg-card); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    padding: 35px; border: 1px solid var(--border-color); border-radius: var(--radius-md); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05); margin-bottom: 30px; 
}

/* HERO SECTION MỚI (Index.html) */
.hero-glass-card {
    position: relative; overflow: hidden;
    padding: 80px 50px; border-radius: 24px;
    background: linear-gradient(145deg, rgba(15, 19, 31, 0.8) 0%, rgba(7, 9, 15, 0.9) 100%);
    border: 1px solid rgba(0, 240, 255, 0.15);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 40px rgba(0, 240, 255, 0.05);
}
.hero-glass-card::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}
.hero-title {
    font-size: 52px; font-weight: 800; line-height: 1.2; margin-bottom: 20px;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}
.text-gradient-cyan {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.dashboard-wrapper { display: flex; min-height: 100vh; gap:30px; position:relative; z-index:2;}
.sidebar { width: 280px; background: rgba(15, 19, 31, 0.6); backdrop-filter: blur(20px); border: 1px solid var(--border-color); padding: 30px 20px; display: flex; flex-direction: column; border-radius: var(--radius-md); position: sticky; top: 100px; height:fit-content; z-index: 2;}
.sidebar-menu { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px;}
.sidebar-menu li a { display: block; padding: 14px 18px; color: var(--text-muted); font-size: 14px; border-radius: 12px; transition: 0.3s; font-weight: 600; border: 1px solid transparent;}
.sidebar-menu li a:hover, .sidebar-menu li a.active { background: rgba(0, 240, 255, 0.05); color: #fff; border-color: rgba(0, 240, 255, 0.2); box-shadow: 0 5px 15px rgba(0, 240, 255, 0.05);}
.main-content { flex: 1; padding: 0; overflow-x: hidden; z-index: 2; position: relative;}

/* Mobile Optimization */
@media (max-width: 900px) {
    header.main-header { flex-direction: column; gap: 15px; padding: 15px; }
    .nav-links { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .container { padding: 20px 10px; }
    .dashboard-wrapper { flex-direction: column; }
    .sidebar { width: 100%; border-right: none; position: static; margin-bottom: 20px;}
    .sidebar-menu { flex-direction: row; overflow-x: auto; white-space: nowrap; padding-bottom: 10px;}
    .grid-responsive { grid-template-columns: 1fr !important; }
    .hero-title { font-size: 36px; }
    .hero-glass-card { padding: 40px 20px; }
    /* Fix menu Dropdown trên mobile */
    .support-dropdown-menu { width: 90vw; left: auto; right: 0; transform: translateX(0) translateY(10px); }
    .support-dropdown-menu::before { left: auto; right: 40px; transform: none; }
    .support-dropdown-menu.active { transform: translateX(0) translateY(0); }
}

.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; color: var(--text-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select, .form-group textarea { 
    width: 100%; padding: 16px 20px; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); 
    color: #fff; outline: none; transition: all 0.3s ease; border-radius: 12px; font-size: 14px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--tech-cyan); box-shadow: 0 0 0 4px rgba(0, 240, 255, 0.1); background: rgba(0,0,0,0.6); }

/* Progress Bar & Upload */
.file-upload-wrapper { position: relative; width: 100%; height: 50px; background: rgba(0,0,0,0.3); border: 1px dashed rgba(255,255,255,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; cursor:pointer; transition:0.3s;}
.file-upload-wrapper:hover { border-color: var(--tech-cyan); background: rgba(0, 240, 255, 0.05); }
.file-upload-wrapper input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-upload-text { color: var(--text-muted); font-size: 14px; pointer-events: none; font-weight: 500; }
.upload-progress-container { width: 100%; background: rgba(255,255,255,0.05); border-radius: 6px; overflow: hidden; margin-top: 10px; display: none; height: 8px; }
.upload-progress-bar { height: 100%; background: linear-gradient(90deg, #00c6ff, #0072ff); width: 0%; transition: width 0.2s; border-radius: 6px;}
.upload-progress-text { font-size: 11px; color: var(--tech-cyan); text-align: right; margin-top: 4px; font-weight: bold; }

/* Category Folders View */
.folder-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px; }
.category-folder { 
    background: linear-gradient(180deg, rgba(15, 19, 31, 0.8) 0%, rgba(7, 9, 15, 0.9) 100%);
    border: 1px solid var(--border-color); border-radius: 20px; padding: 25px; 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; text-align: center; position: relative; overflow: hidden; 
}
.category-folder:hover { border-color: rgba(0, 240, 255, 0.4); transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 20px rgba(0, 240, 255, 0.1); }
.category-folder img { width: 90px; height: 90px; border-radius: 24px; object-fit: cover; margin-bottom: 15px; border: 2px solid rgba(255,255,255,0.05); transition: 0.5s; }
.category-folder:hover img { transform: scale(1.1); border-color: var(--tech-cyan); }
.category-folder h3 { color: #fff; font-size: 20px; margin: 0 0 8px 0; }
.category-folder p { color: var(--text-muted); font-size: 13px; margin: 0; line-height: 1.4; }

.table-container { overflow-x: auto; border: 1px solid var(--border-color); border-radius: 12px; background: rgba(0,0,0,0.3); }
table.data-table { width: 100%; border-collapse: collapse; min-width: 600px; }
table.data-table th, table.data-table td { padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.03); text-align: left; font-size: 14px; vertical-align: middle;}
table.data-table th { color: var(--text-muted); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.02);}

.badge { padding: 6px 12px; font-size: 11px; font-weight: 700; border-radius: 6px; display: inline-flex; align-items: center; justify-content:center; gap: 6px; text-transform:uppercase; border: 1px solid; letter-spacing: 0.5px;}
.badge-safe { color: var(--status-safe); background: rgba(16, 185, 129, 0.1); border-color: rgba(16, 185, 129, 0.2); } 
.badge-danger { color: var(--status-danger); background: rgba(244, 63, 94, 0.1); border-color: rgba(244, 63, 94, 0.2); } 
.badge-warn { color: var(--status-warn); background: rgba(245, 158, 11, 0.1); border-color: rgba(245, 158, 11, 0.2); } 
.badge-info { color: var(--tech-cyan); background: rgba(0, 240, 255, 0.1); border-color: rgba(0, 240, 255, 0.2); } 

.modal-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.4s ease; }
.modal-overlay.show { opacity: 1; visibility: visible; }
.modal-box { width: 90%; max-width: 500px; transform: scale(0.9) translateY(20px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); padding: 35px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.1); max-height:90vh; overflow-y:auto; box-shadow: 0 30px 60px rgba(0,0,0,0.8); }
.modal-overlay.show .modal-box { transform: scale(1) translateY(0); }

.toast-msg { position: fixed; bottom: 30px; right: 30px; padding: 18px 24px; background: rgba(15, 19, 31, 0.95); backdrop-filter: blur(10px); border: 1px solid var(--border-color); border-radius: 12px; font-size: 14px; font-weight: 500; color: #fff; transform: translateX(120%); opacity: 0; visibility: hidden; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 10000; display:flex; align-items:center; gap:15px; box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
.toast-msg.show { transform: translateX(0); opacity: 1; visibility: visible; }
.toast-msg.success { border-left: 4px solid var(--status-safe); }
.toast-msg.error { border-left: 4px solid var(--status-danger); }

/* LƯỚI SẢN PHẨM CAO CẤP */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.product-card { 
    background: linear-gradient(180deg, rgba(15, 19, 31, 0.8) 0%, rgba(7, 9, 15, 0.9) 100%);
    border: 1px solid var(--border-color); padding: 25px; border-radius: 20px; transition: all 0.4s ease; display: flex; flex-direction: column; position: relative; overflow: hidden; 
}
.product-card:hover { border-color: rgba(0, 240, 255, 0.3); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 30px rgba(0, 240, 255, 0.05); }
.product-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; margin-bottom: 20px; background: #000; border: 1px solid rgba(255,255,255,0.05); }
.product-card h4 { margin: 0 0 12px 0; font-size: 20px; color: #fff; line-height: 1.4; }
.product-card .price { color: var(--tech-cyan); font-size: 28px; font-weight: 800; margin: 0 0 20px 0; font-family: var(--font-heading); display:flex; align-items:center; gap:6px; letter-spacing: -0.5px;}

.auth-container { background: var(--bg-card); backdrop-filter: blur(20px); padding: 40px; border: 1px solid var(--border-color); border-radius: var(--radius-md); width: 100%; max-width: 420px; margin: 20px; z-index: 2; position: relative;}

/* Canvas Fireworks */
#fireworks { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; z-index: -1 !important; pointer-events: none !important; }

/* ========================================================== */
/* TRÌNH PHÁT NHẠC (Kéo Thả & Ẩn Mép 2 Bên)                 */
/* ========================================================== */
.premium-music-widget {
    position: fixed; bottom: 20px; left: 20px; width: 300px;
    background: rgba(15, 19, 31, 0.75); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(0, 240, 255, 0.2); border-radius: 20px;
    padding: 18px; display: flex; flex-direction: column; gap: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
    z-index: 9998; 
    cursor: grab; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
.premium-music-widget:active { cursor: grabbing; transition: none; }

/* Trạng thái Ẩn mép trái/phải */
.premium-music-widget.minimized-left { transform: translateX(calc(-100% + 35px)) !important; opacity: 0.5; }
.premium-music-widget.minimized-left:hover { opacity: 1; transform: translateX(calc(-100% + 45px)) !important; }
.premium-music-widget.minimized-right { transform: translateX(calc(100% - 35px)) !important; opacity: 0.5; }
.premium-music-widget.minimized-right:hover { opacity: 1; transform: translateX(calc(100% - 45px)) !important; }

/* Nút tắt/mở rộng Widget Nhạc */
.music-close-btn {
    position: absolute; top: -12px; right: -12px; width: 30px; height: 30px; 
    background: linear-gradient(135deg, #ff416c, #ff4b2b); color: white; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; cursor: pointer; 
    border: 3px solid var(--bg-surface); z-index: 10; font-size: 12px; font-weight: bold;
    box-shadow: 0 5px 15px rgba(255, 65, 108, 0.5); transition: 0.3s;
}
.music-close-btn:hover { transform: scale(1.15); box-shadow: 0 8px 20px rgba(255, 65, 108, 0.8); }
.premium-music-widget.minimized-right .music-close-btn { right: auto; left: -12px; } /* Đổi vị trí nút khi ẩn mép phải */

.music-info-row { display: flex; align-items: center; gap: 15px; }
.music-disk { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #00c6ff, #0072ff); display:flex; align-items:center; justify-content:center; color:#000; animation: spin 4s linear infinite; animation-play-state: paused; flex-shrink: 0; box-shadow: 0 0 15px rgba(0, 198, 255, 0.4); }
.music-disk.playing { animation-play-state: running; }
@keyframes spin { 100% { transform: rotate(360deg); } }
.music-details { flex: 1; overflow: hidden; display:flex; flex-direction:column; gap:5px; }
.track-ticker { width: 100%; white-space: nowrap; overflow: hidden; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 0.5px; }
.track-ticker span { display: inline-block; padding-left: 100%; animation: marquee 10s linear infinite; }
.music-equalizer { display: flex; align-items: flex-end; gap: 3px; height: 12px; }
.music-equalizer span { width: 3px; background: var(--tech-cyan); border-radius: 2px; height: 3px; transition: height 0.1s; }
.music-equalizer.playing span { animation: eq 0.8s infinite alternate ease-in-out; }
.music-equalizer.playing span:nth-child(2) { animation-delay: 0.2s; }
.music-equalizer.playing span:nth-child(3) { animation-delay: 0.4s; }
.music-equalizer.playing span:nth-child(4) { animation-delay: 0.1s; }
@keyframes eq { 0% { height: 3px; } 100% { height: 12px; } }
.progress-wrapper { width: 100%; height: 6px; background: rgba(255,255,255,0.05); border-radius: 3px; cursor: pointer; position: relative; overflow: hidden; }
.progress-bar { height: 100%; background: linear-gradient(90deg, #00c6ff, #0072ff); width: 0%; pointer-events: none; border-radius: 3px; }
.player-controls { display: flex; align-items: center; justify-content: space-between; }
.player-controls .main-btns { display: flex; align-items: center; gap: 15px; }
.music-btn { background: none; border: none; color: var(--text-muted); cursor: pointer; padding: 6px; border-radius: 50%; transition: 0.2s; display:flex; align-items:center; justify-content:center; outline:none;}
.music-btn:hover { color: var(--tech-cyan); background: rgba(0, 240, 255, 0.1); }
.play-btn { width: 36px; height: 36px; background: #fff; color: #000; }
.play-btn:hover { background: var(--tech-cyan); color: #000; transform: scale(1.1); box-shadow: 0 0 15px var(--tech-glow); }
.vol-container { display: flex; align-items: center; gap: 8px; color: var(--text-muted); }
#vol-slider { width: 60px; height: 4px; -webkit-appearance: none; background: rgba(255,255,255,0.1); border-radius: 2px; outline: none; cursor:pointer;}
#vol-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; border-radius: 50%; background: var(--tech-cyan); cursor: pointer; }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

.input-with-icon { position: relative; display: flex; align-items: center; width: 100%;}
.input-with-icon > svg { position: absolute; left: 16px; width: 18px !important; height: 18px !important; color: var(--text-muted); z-index: 2;}
.input-with-icon input { padding-left: 46px; width: 100%; }
.password-wrapper { position: relative; width: 100%; }
.password-toggle { position: absolute; right: 16px; cursor: pointer; color: var(--text-muted); display: flex; align-items: center; height: 100%; top: 0; z-index: 2;}
.password-toggle svg { width: 18px !important; height: 18px !important; }
.password-toggle:hover { color: var(--text-main); }