.auth-toggle-container{display:inline-block;margin:0;position:relative}.auth-toggle-container input[type=checkbox]{cursor:pointer;width:180px;height:40px;opacity:0;position:absolute;top:0;z-index:1;margin:0}.auth-toggle-inner{margin:0;width:180px;height:40px;background:var(--surface);border:1px solid var(--border);border-radius:999px;position:relative;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;padding:0;cursor:pointer}.auth-toggle-inner:before{content:"";width:85px;height:36px;background:var(--primary);border-radius:999px;position:absolute;left:2px;top:2px;transition:all .3s ease;box-shadow:0 0 6px -2px #0003;z-index:1}.auth-toggle-text-left{font-size:.75rem;font-weight:500;color:var(--fg);z-index:3;position:absolute;left:18px;pointer-events:none;transition:color .3s ease}.auth-toggle-text-right{font-size:.75rem;font-weight:500;color:var(--fg);z-index:3;position:absolute;right:12px;pointer-events:none;transition:color .3s ease}.auth-toggle-container input[type=checkbox]:checked+.auth-toggle-inner:before{left:93px}.auth-toggle-container input[type=checkbox]:checked+.auth-toggle-inner .auth-toggle-text-left{color:var(--fg)}.auth-toggle-container input[type=checkbox]:checked+.auth-toggle-inner .auth-toggle-text-right{color:#fff}.auth-toggle-container input[type=checkbox]:not(:checked)+.auth-toggle-inner .auth-toggle-text-left{color:#fff}.auth-toggle-container input[type=checkbox]:not(:checked)+.auth-toggle-inner .auth-toggle-text-right{color:var(--fg)}@media (max-width: 768px){.auth-toggle-container input[type=checkbox],.auth-toggle-inner{width:160px;height:36px}.auth-toggle-inner:before{width:76px;height:32px}.auth-toggle-text-left{font-size:.7rem;left:16px}.auth-toggle-text-right{font-size:.7rem;right:10px}.auth-toggle-container input[type=checkbox]:checked+.auth-toggle-inner:before{left:82px}}.loading-wave{width:300px;height:100px;display:flex;justify-content:center;align-items:flex-end}.loading-bar{width:20px;height:10px;margin:0 5px;background-color:#3498db;border-radius:5px;animation:loading-wave-animation 1s ease-in-out infinite}.loading-bar:nth-child(2){animation-delay:.1s}.loading-bar:nth-child(3){animation-delay:.2s}.loading-bar:nth-child(4){animation-delay:.3s}@keyframes loading-wave-animation{0%{height:10px}50%{height:50px}to{height:10px}}.dark .loading-bar{background-color:#60a5fa}.loading-wave-small{width:60px;height:16px;display:flex;justify-content:center;align-items:flex-end}.loading-bar-small{width:4px;height:3px;margin:0 1.5px;background-color:currentColor;border-radius:2px;animation:loading-wave-small-animation 1s ease-in-out infinite}.loading-bar-small:nth-child(2){animation-delay:.1s}.loading-bar-small:nth-child(3){animation-delay:.2s}.loading-bar-small:nth-child(4){animation-delay:.3s}@keyframes loading-wave-small-animation{0%{height:3px}50%{height:12px}to{height:3px}}@media (max-width: 640px){.loading-wave{width:200px;height:80px}.loading-bar{width:15px;margin:0 3px}}
