.threeDotLoader{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;gap:4px}.threeDotLoader .dot1,.threeDotLoader .dot2,.threeDotLoader .dot3{width:8px;height:8px;border-radius:50%;display:inline-block;background-color:var(--base-tertiary-light);animation:bounce .9s infinite ease-in-out}.threeDotLoader .dot2{animation-delay:.3s}.threeDotLoader .dot3{animation-delay:.6s}@keyframes bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-4px);opacity:.5}}.threeDotLoader.small .dot1,.threeDotLoader.small .dot2,.threeDotLoader.small .dot3{width:6px;height:6px}.backButton{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;left:16px;top:16px;padding:6px;border-radius:24px;border:1px solid var(--base-tertiary-dark);background:var(--base-tertiary-light);z-index:9;cursor:pointer}.switchButton{height:24px;width:40px;display:flex;align-items:center;border-radius:20px;border:1px solid var(--Text-Normal, #7c7c7c);padding:0 4px;box-sizing:border-box;transition:all .25s}.switchButton .switchCircle{width:16px;height:16px;border-radius:50%;background:var(--base-primary-dark);transition:all ease-in-out .25s}.switchButton.small{height:18px;width:32px;padding:0 3px}.switchButton.small .switchCircle{width:12px;height:12px}.switchButton .disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.switchButton .disabled.on{background-color:#7cc29f}.switchButton .disabled.off{background-color:#e0e0e0}.switchButton.on{background:var(--base-primary-dark)}.switchButton.on.small .switchCircle{margin-left:12px;background:var(--base-tertiary-light)}.switchButton.on .switchCircle{margin-left:14px;background:var(--base-tertiary-light)}.switchButton.off .switchCircle{margin-left:0}
