.min-width-none{min-width:unset!important}.button-warning-close{color:var(--text-color-1);background-color:transparent;width:40%;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;height:32px}.button-warning-close:hover{border:.2px solid var(--text-color-1)}.app{height:100vh;display:flex;flex-direction:column}.app .dialog-module--container{bottom:50px;position:absolute;left:auto;right:30px;top:auto;z-index:2000}.app .dialog-module--container .dialog-module--dialog{width:392px;border-radius:10px;background-color:var(--bg-color-9);border:1px solid var(--purple-pr);box-shadow:0 0 56px rgba(0,0,0,.2);color:var(--text-color-1);padding:16px}.app .dialog-module--container .dialog-module--dialog .dialog-module--header{font-size:1.6rem;line-height:20px;font-weight:600;margin:0;color:var(--text-color-14)}.app .dialog-module--container .dialog-module--dialog .dialog-module--body{margin-top:8px}.app .dialog-module--container .dialog-module--dialog .dialog-module--body .dialog-module--desc{font-size:1.2rem;line-height:16px;color:var(--text-color-1)}.app .dialog-module--container .dialog-module--dialog .dialog-module--body .dialog-module--option{margin-top:24px}.app .dialog-module--container .dialog-module--dialog .dialog-module--body .dialog-module--option .simple-checkbox .checkmark{top:50%;transform:translateY(-50%)}.app .dialog-module--container .dialog-module--dialog .dialog-module--body .dialog-module--option .simple-checkbox input:checked~.checkmark{background-color:var(--purple-pr)}.app .dialog-module--container .dialog-module--dialog .dialog-module--body .dialog-module--option .simple-checkbox .checkbox-label{color:var(--text-color-1);line-height:1.2rem;font-size:1.2rem}.app .dialog-module--container .dialog-module--dialog .dialog-module--footer{display:flex;justify-content:flex-end;margin-top:12px}.app .dialog-module--container .dialog-module--dialog .dialog-module--footer .button-module--button{cursor:pointer;width:110px;border-radius:4px;padding:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:16px;height:32px}.app .dialog-module--container .dialog-module--dialog .dialog-module--footer .button-module--button.button-module--primary{background-color:var(--purple-pr);color:var(--btn-fill-color)}.app .dialog-module--container .dialog-module--dialog .dialog-module--footer .button-module--button.button-module--secondary{color:var(--text-color-1);background-color:transparent;margin-right:8px}.app .dialog-module--container .dialog-module--dialog .dialog-module--footer .button-module--button.button-module--secondary:hover{border:.2px solid var(--text-color-1)}.app .app-install{position:fixed;z-index:10999;width:100%;height:100%;background-color:transparent;bottom:0;display:flex;align-items:flex-end}.app .app-install .app-install-inner{background:#1d9bf0;width:100%;height:100%;bottom:0;left:0;padding:20px 20px 0}.app .app-install .app-install-inner .app-install__heading{line-height:23px;font-size:20px;font-weight:700;color:var(--white)}.app .app-install .app-install-inner .app-install__desc{line-height:19px;margin-top:10px;font-size:14px;color:var(--white)}.app .app-install .app-install-inner .app-install__action{margin-top:20px;margin-bottom:10px;padding:0 0 10px}.app .app-install .app-install-inner .app-install__action .btn-mobile{background-color:#eff3f4;width:100%;font-size:16px;border-radius:20px}.app .app-install .app-install-inner .app-install__action .btn-install{margin-top:10px}.app .pre-load{position:fixed!important;top:0;bottom:0;right:0;left:0;width:100%;height:100%}.app.main-screen{flex:1;overflow:hidden}.main-screen{background-color:var(--default-screen)}.notification-error-modal .modal-header{display:none}.notification-error-modal .notification-error{display:flex;flex-direction:column;align-items:center}.notification-error-modal .notification-error .error-icon{width:48px;height:48px;color:var(--red);margin-bottom:8px}.notification-error-modal .notification-error .title{font-weight:500;font-size:1.2rem;line-height:16px;color:var(--text-color-1);margin-bottom:4px}.notification-error-modal .notification-error .content{font-weight:400;font-size:1rem;color:var(--text-color-2);line-height:14px;margin-bottom:16px;text-align:center}.notification-error-modal .notification-error .button-primary{width:100%}.notification-error-modal .notification-error .button-primary.w-50{width:50%}.notification-notice-modal{min-width:350px}.notification-notice-modal .modal-header{display:none}.notification-notice-modal .notification-error{display:flex;flex-direction:column;align-items:center;padding:.2rem}.notification-notice-modal .notification-error .title{font-weight:500;font-size:1.2rem;line-height:1.6rem;color:var(--text-color-1);margin-bottom:8px}.notification-notice-modal .notification-error .content{font-weight:400;font-size:1rem;color:var(--text-color-2);line-height:1.4rem;margin-bottom:16px;text-align:center}.notification-notice-modal .notification-error .content-show-again{margin-bottom:10px}.notification-notice-modal .notification-error .button-primary,.notification-notice-modal .notification-error .button-primary.w-50{width:50%}.notification-notice-modal .check-show-again{margin-bottom:8px}.b-toaster-slot{max-width:430px!important}.b-toaster-slot .b-toast,.b-toaster-slot .b-toast .toast,.b-toaster-slot .b-toast .toast .toast-notification{max-width:430px}.logo-loading-animation{width:100px;margin-bottom:40px}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}to{transform:scale(1.8)}}.loading-bar{width:278px;height:4px;border:none;background-color:#514d58;position:relative;border-radius:100px}.fill{width:0;height:100%;background-color:#6939ef}.fill-step-1{animation:fillAnimation-1 1s linear forwards}.fill-step-2{animation:fillAnimation-2 1s linear forwards}.fill-step-3{animation:fillAnimation-3 1s linear forwards}.fill-step-4{animation:fillAnimation-4 1s linear forwards}.fill-step-no-auth-step-1{animation:fillAnimation-no-login-1 1s linear forwards}.fill-step-no-auth-step-2{animation:fillAnimation-no-login-2 .2s linear forwards}@keyframes fillAnimation-no-login-1{0%{width:0}to{width:50%}}@keyframes fillAnimation-no-login-2{0%{width:100%}to{width:100%}}@keyframes fillAnimation-1{0%{width:0}to{width:25%}}@keyframes fillAnimation-2{0%{width:25%}to{width:50%}}@keyframes fillAnimation-3{0%{width:50%}to{width:75%}}@keyframes fillAnimation-4{0%{width:100%}to{width:100%}}.b-overlay .bg-dark{background-color:#2e2e2e!important;opacity:1!important}.loading-block_bar{margin-bottom:7px}.loading_text_bar{color:#baa8e2;font-size:1.6rem!important;padding:0 20px}