.validator{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.validator svg{width:15px;height:15px}
.formHeader{cursor:pointer;box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:50px;display:flex}.formHeader .switchForms{justify-content:center;align-items:center;gap:8px;display:flex}.formHeader .switchForms .switchFormsTab{height:50px;padding:6px 12px;font-weight:700}.formHeader .switchForms .activeTab{background-color:var(--secondary-background-color);border-radius:.375rem .375rem 0 0;position:relative}.formHeader .switchForms .activeTab:after{content:"";background-color:var(--secondary-background-color);border-bottom-right-radius:.5rem;width:.5rem;height:.5rem;margin-bottom:-.5rem;position:absolute;bottom:0;right:0}.formHeader .switchForms .activeTab:before{content:"";background-color:var(--secondary-background-color);border-bottom-left-radius:.5rem;width:.5rem;height:.5rem;margin-bottom:-.5rem;position:absolute;bottom:0;left:0}.formHeader .closeFormButton{color:var(--primary-text-color,#fff);background-color:#0000;border:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;display:flex}@media only screen and (width>=768px){.formHeader,.formHeader .switchForms .switchFormsTab{height:initial}.formHeader .closeFormButton{width:30px;height:30px}}
.loginRegisterContent{background-color:var(--tertiary-background-color);box-sizing:border-box;width:100%;max-width:280px;color:var(--primary-text-color,#fff);border:var(--primary-border);border-radius:10px;flex-direction:column;padding:5px;display:flex;position:relative;overflow-y:auto}.loginRegisterContent .login-register-switch-form-button{color:var(--primary-text-color,#fff);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;margin:20px 0;font-size:1rem;font-weight:700;display:flex}.loginRegisterContent .login-register-form{background-color:var(--secondary-background-color);box-sizing:border-box;border-radius:0 .375rem .375rem;flex-direction:column;justify-content:space-between;align-items:center;padding:5px;transition:all .5s linear;display:flex}.loginRegisterContent .login-register-form .login-register-form-fields{flex-direction:column;gap:10px;width:100%;display:flex}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field p{margin:0}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field .password-info{color:var(--primary-active-color);width:100%;padding:5px 0;font-size:10px}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field .input-validator{width:100%;position:relative}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field .input-validator input{box-sizing:border-box;background-color:var(--tertiary-background-color);border:none;width:100%}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field .input-validator .filedInfo{cursor:pointer;justify-content:flex-end;align-items:center;width:auto;min-width:48px;display:flex;position:absolute;top:0;bottom:0;right:2px}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field .input-validator .filedInfo .inputs-action{height:100%}.loginRegisterContent .login-register-form .login-register-form-fields .login-register-form-field .input-validator .filedInfo .showPasswordButton{justify-content:center;align-items:center;min-width:48px;height:100%;display:flex}.loginRegisterContent .login-register-form .login-register-form-fields .gender{justify-content:space-between;align-items:center;gap:0 10px;height:36px;display:flex}.loginRegisterContent .login-register-form .login-register-form-fields .gender select{background-color:var(--tertiary-background-color);width:initial}.loginRegisterContent .login-register-form .login-register-form-button{text-align:center;border:none;width:95%;margin:10px;padding:10px 0;font-size:18px;font-weight:700}.loginRegisterContent .btn-secondary{place-self:center;font-size:12px}
.loginRegisterPopup{z-index:1001;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:flex;position:fixed;inset:0}
#BackToTopButton{background-color:var(--primary-active-color,#f90);cursor:pointer;z-index:11;justify-content:center;align-items:center;padding:8px 16px;display:flex;position:fixed;bottom:6rem;right:2rem}#BackToTopButton span{color:var(--primary-background-color,#000);display:flex}
