/* 
 *  This is the default license template.
 *  
 *  File: blank.min125c.css
 *  Author: Lordkosi
 *  Copyright (c) 2024 Lordkosi
 *  
 *  To edit this license information: Press Ctrl+Shift+P and press 'Create new License Template...'.
 */

.flag_r_20x20 {
  background-image: url(flags_20x20_r_sprites.png);
  display: inline-block;
  height: 20px;
  width: 20px
}

.flag_r_20x20_pl {
  background-position: -2px -2px
}

.flag_r_20x20_pt {
  background-position: -26px -2px
}

.flag_r_20x20_ro {
  background-position: -2px -26px
}

.flag_r_20x20_rs {
  background-position: -26px -26px
}

.flag_r_20x20_ru {
  background-position: -50px -2px
}

.flag_r_20x20_th {
  background-position: -50px -26px
}

.flag_r_20x20_tr {
  background-position: -2px -50px
}

.flag_r_20x20_vn {
  background-position: -26px -50px
}

.flag_r_20x20_ae {
  background-position: -50px -50px
}

.flag_r_20x20_cn {
  background-position: -74px -2px
}

.flag_r_20x20_cz {
  background-position: -74px -26px
}

.flag_r_20x20_de {
  background-position: -74px -50px
}

.flag_r_20x20_es {
  background-position: -2px -74px
}

.flag_r_20x20_fr {
  background-position: -26px -74px
}

.flag_r_20x20_gb {
  background-position: -50px -74px
}

.flag_r_20x20_gr {
  background-position: -74px -74px
}

.flag_r_20x20_hr {
  background-position: -98px -2px
}

.flag_r_20x20_id {
  background-position: -98px -26px
}

.flag_r_20x20_in {
  background-position: -98px -50px
}

.flag_r_20x20_ir {
  background-position: -98px -74px
}

.flag_r_20x20_it {
  background-position: -2px -98px
}

.flag_r_20x20_jp {
  background-position: -26px -98px
}

.flag_r_20x20_kr {
  background-position: -50px -98px
}

.flag_r_20x20_ms,.flag_r_20x20_my {
  background-position: -74px -98px
}

.page-banned .site-content-in {
  padding: 20px
}

@font-face {
  font-family: NunitoSans;
  font-style: normal;
  font-weight: 300;
  src: url(../themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular.html);
  src: url(../themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegulard41dd41d.html?#iefix) format("embedded-opentype"),url(../themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular-2.html) format("woff"),url(../themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular-3.html) format("truetype")
}

@font-face {
  font-family: OpenSansSemiBold;
  font-style: normal;
  font-weight: 600;
  src: url(../themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold.html);
  src: url(../themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBoldd41dd41d.html?#iefix) format("embedded-opentype"),url(../themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold-2.html) format("woff"),url(../themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold-3.html) format("truetype")
}

body,html {
  height: 100%
}

.blank {
  font-family: NunitoSans,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  min-width: 320px;
  position:relative;
}

.blank * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.blank ol,.blank p,.blank ul {
  margin: 0
}

.blank ol,.blank ul {
  list-style: none;
  padding: 0
}

.blank a {
  text-decoration: none
}

.blank .brand {
  text-align: center
}

.blank .wrapper {
  background: #f0f5f9;
  min-height: 100vh;
  position: relative;
  
}

.blank .site-content {
  position: relative
}

.blank .site-content,.blank body:not(.is-chart) .site-content-in .content {
  -webkit-box-flex: 1;
  flex: 1
}

.blank .site-content-in {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: auto!important;
  justify-content: center;
  margin: 83px auto 20px;
  max-width: 600px;
  padding-top: 47px;
  width: 100%
}

@media screen and (max-width: 1279px) {
  .blank .site-content-in {
      margin:45px auto 20px
  }
}

@media screen and (max-width: 600px) {
  .blank .site-content-in {
      margin:20px auto;
      padding-top: 30px
  }
}

.blank .site-header {
  height: auto;
  padding-top: 20px
}

.blank .site-header__back-btn {
  border-bottom: 1px solid #0099fa;
  color: #1e385b;
  display: block;
  font-size: 16px;
  margin-left: 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s
}

.blank .site-header__back-btn:before {
  background-image: url(../svg/icon-left.html);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  left: -19px;
  margin-top: -11px;
  position: absolute;
  text-rendering: auto;
  top: 13px;
  width: 17px
}

.blank .site-header__back-btn:hover {
  border-bottom: 1px solid rgba(0,153,250,0)
}

.blank .site-header .login-container {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 590px;
  padding: 0 5px;
  width: 100%
}

@media screen and (max-width: 600px) {
  .blank .site-header {
      padding-left:10px;
      padding-right: 20px
  }
}

.blank .languages {
  font-family: NunitoSans,sans-serif;
  font-weight: 300;
  margin-right: 20px;
  position: relative
}

.blank .languages__title .languages__flag {
  border: 2px solid #173257;
  border-radius: 50%;
  height: 24px;
  margin-right: 10px;
  width: 24px
}

.blank .languages__flag {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 20px;
  margin-right: 8px;
  width: 20px
}

.blank .languages__title {
  -webkit-box-align: center;
  align-items: center;
  color: #f0f5f9;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  text-transform: uppercase
}

.blank .languages__title-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 1px;
  position: relative
}

.blank .languages__title-text:after {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-image: url(icon-drop-down.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: -webkit-box;
  display: flex;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: -2px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 26px
}

.blank .languages__list {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 70px rgba(0,0,0,.1);
    box-shadow: 0 10px 70px rgba(0,0,0,.1);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 18px;
    min-width: 400px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    right: -25px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s,visibility .5s;
    transition: opacity .5s,transform .5s,visibility .5s,-webkit-transform .5s;
    visibility: hidden;
    z-index: 999;
    background-image: linear-gradient( 174.2deg, rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% );
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media screen and (max-width: 420px) {
  .blank .languages__list {
      min-width:calc(100vw - 30px)
  }
}

.blank .languages__lang-name {
  color: #5b6675;
  font-size: 14px
}

.blank .languages__item:hover>a {
  background: #f4f4f4;
  color: #173257
}

.blank .languages__item:hover>a span {
  color: #173257
}

.blank .languages__link {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  color:white;
}

.blank .languages__item {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  margin-bottom: 5px
}

@media screen and (max-width: 420px) {
  .blank .languages__item {
      -webkit-box-flex:0;
      flex: 0 0 50%
  }
}

.blank .languages--opened .languages__title-text:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.blank .languages--opened .languages__list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.blank .logo__letter-1 {
  fill: #1e385b
}

.blank .logo__letter-2 {
  fill: #8aa1b3
}

.blank .brand__link {
  display: inline-block;
  margin-bottom: 15px
}

@media screen and (max-width: 600px) {
  .blank .brand__link {
      margin-bottom:15px
  }
}

.blank .brand__logo_no-link {
  margin: 0 auto 20px;
  max-width: 60px
}

.blank h1 {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 0 10px
}

@media screen and (max-width: 600px) {
  .blank h1 {
      font-size:26px;
      letter-spacing: 1px
  }
}

.blank .login-content {
  color: #9bbcfb;
  padding: 5px 40px;
  text-align: center
}

    .blank .login-content .btn-block {
        background-image: radial-gradient( circle 610px at 5.2% 51.6%, rgba(5,8,114,1) 0%, rgba(7,3,53,1) 97.5% );
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        border-radius: 20px;
    }

.blank .login-content__desc {
  margin-bottom: 30px
}

.blank .login-content a {
  border-bottom: 1px solid #0099fa;
  color: #f2e49a;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s
}

.blank .login-content a:hover {
  border-bottom: 1px solid rgba(0,153,250,0)
}

.blank .login-content .recaptcha-block {
  min-height: 120px
}

.blank .login-content .g-recaptcha {
  display: inline-block!important;
  margin-left: 0!important;
  margin-right: 0!important
}

.blank .login-content .step2 {
  display: none
}

.blank .login-content .ajax-message {
  display: none;
  margin-bottom: 15px
}

.blank .login-content .ajax-loader-v2__icon {
  height: 1.875rem;
  width: 1.875rem
}

.blank .login-content form.sms-confirm .step1 {
  display: none
}

.blank .login-content form.sms-confirm .step2 {
  display: block
}

.blank .login-content__redirect {
  display: inline-block;
  margin-bottom: 27px;
  white-space: nowrap
}

.blank .login-content__redirect a {
  margin-left: 20px
}

@media screen and (max-width: 600px) {
  .blank .login-content__redirect a {
      margin-left:0;
      margin-top: 10px
  }
}

.blank .login-content__redirect_no-margin a {
  margin-left: 0
}

@media screen and (max-width: 600px) {
  .blank .login-content__redirect {
      -webkit-box-align:center;
      -webkit-box-pack: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      align-items: center;
      display: -webkit-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 15px;
      white-space: normal
  }

  .blank .login-content {
      padding: 12px 20px
  }
}

.blank .login-v2 {
  width: 100%
}

.blank .login-v2 form {
  margin: 0 auto;
  max-width: 420px
}

.blank .login-v2 .recaptcha-block {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 20px
}

.blank .form-group {
  margin-bottom: 20px;
  position: relative
}

.blank .form-group_with-label {
  border-radius: 0
}

/*
.blank .form-group label {
    color: #758b9d;
    display: inline-block;
    left: 0;
    margin-bottom: 8px;
    position: absolute;
    top: 13px;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: color .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;
    transition: color .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;
    transition: color .2s cubic-bezier(0,0,.2,1) 0ms,transform .2s cubic-bezier(0,0,.2,1) 0ms;
    transition: color .2s cubic-bezier(0,0,.2,1) 0ms,transform .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;
    z-index: 1
}
*/

.blank input::-webkit-input-placeholder {
  color: transparent!important;
  font-size: 0!important
}

.blank input::-moz-placeholder {
  color: transparent!important;
  font-size: 0!important
}

.blank input::placeholder {
  color: transparent!important;
  font-size: 0!important
}





.blank .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a3a8b0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e1e7ed;
  font-size: 16px;
  height: auto;
  line-height: 1.42857143;
  outline: none!important;
  padding: 10px 0 7px;
  position: relative;
  width: 100%;
  z-index: 2;
  text-align:center;
}

.blank .form-control+label {
  font-size: 16px;
  top: 9px
}

.blank .form-control+label span {
  color: #0099fa
}

.blank .form-control:focus+label,.blank .form-control_filled+label {
  color: #0099fa;
  -webkit-transform: translateY(-17px) scale(.75);
  transform: translateY(-17px) scale(.75);
  z-index: 3
}

.blank .checkbox,.blank .radio {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative
}

.blank .password-container {
  position: relative
}

.blank .password-container__icon {
  cursor: pointer;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  z-index: 9
}

.blank .password-container__icon:after {
  background-image: url(../png/ic-eye.html);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-top: -7px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 16px;
  z-index: 3
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .blank .password-container__icon:after {
      background-image:url(../png/ic-eye%402x.html)
  }
}

.blank .rules {
  color: #758b9d;
  font-size: 14px
}

.blank .rules a {
  border-bottom: 1px solid #758b9d;
  color: #758b9d
}

.blank .rules a:hover {
  border-bottom: 1px solid transparent
}

.blank .rules label {
  padding-left: 23px
}

.blank .rules .checkbox input[type=checkbox],.blank .rules .radio input[type=checkbox] {
  height: 15px;
  left: 0;
  margin-left: 0;
  margin-top: 1px;
  position: absolute;
  top: 0;
  width: 15px
}

.blank .form-bottom {
  margin-bottom: 45px
}

.blank .form-bottom_2-col {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: -20px
}

@media screen and (max-width: 600px) {
  .blank .form-bottom {
      margin-bottom:35px
  }
}

.blank .btn {
  background: linear-gradient(79deg,#0099fa,#002ed9);
  background-size: 115% auto;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .7px;
  max-width: 300px;
  overflow: hidden;
  padding: 16px 20px 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%
}

.blank .btn:hover {
  background-position: 100%;
  color: #fff
}

.blank .social-container {
  margin-top: 30px
}

.blank .social-container__title {
  margin-bottom: 12px
}

.blank .register-social {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
  width: 100%
}

.blank .register-social .social-btn {
  -webkit-box-flex: 1;
  border: 0;
  border-radius: 10px;
  color: #fff;
  display: block;
  flex: 1 1 50%;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 8px 7px 27px;
  position: relative;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s
}

.blank .register-social .social-btn:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  left: 28px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 17px
}

.blank .register-social .social-btn--fb {
  background: #0099fa;
  margin-right: 10px
}

.blank .register-social .social-btn--fb:before {
  background-image: url(../png/icon-facebook.html)
}

.blank .register-social .social-btn--gp {
  background: #f0f0f0;
  color: #707070!important;
  padding-left: 28px
}

.blank .register-social .social-btn--gp:before {
  background-image: url(../png/icon-google.html);
  left: 37px
}

.blank .register-social .social-btn:hover {
  border: none;
  opacity: .7
}

.blank .notification-message {
  display: inline-block;
  margin: 0 auto;
  max-width: 493px
}

.blank input:-webkit-autofill,.blank input:-webkit-autofill:focus,.blank input:-webkit-autofill:hover {
  -webkit-text-fill-color: #758b9d!important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff!important;
  color: #758b9d!important;
  font-size: 16px!important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s
}

.blank input:-internal-autofill-previewed,.blank input:-internal-autofill-previewed:focus,.blank input:-internal-autofill-previewed:hover {
  font-size: 16px!important
}

.blank .login-container {
  margin: 0 auto;
  max-width: 600px;
  padding: 0;
  width: 100%
}

.blank .login-footer {
  padding: 73px 20px 10px
}

.blank .login-footer-nav {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center
}

.blank .login-footer-nav__item {
  margin: 0 15px 21px
}

@media screen and (max-width: 600px) {
  .blank .login-footer-nav__item {
      margin:0 15px 12px
  }
}

.blank .login-footer-nav__link {
  border-bottom: 1px solid #758b9d;
  color: #758b9d;
  -webkit-transition: .5s;
  transition: .5s
}

.blank .login-footer-nav__link:hover {
  border-bottom: 1px solid transparent
}

@media screen and (max-width: 600px) {
  .blank .login-footer-nav__link {
      font-size:14px
  }
}

@media screen and (max-width: 1279px) {
  .blank .login-footer {
      padding:15px 15px 10px
  }
}

.blank .login-socket {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  color: #758b9d;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  justify-content: center;
  text-align: center
}

.blank .login-socket svg {
  margin-left: 20px
}

.blank .login-socket svg .svg-fill {
  fill: #758b9d
}

.blank .wrapper__bottom {
  padding-bottom: 40px
}

.blank .recovery-link {
  padding-left: 1.75rem
}

.blank .recovery-link a {
  border-bottom: 1px solid #0099fa;
  color: #c6fba1;
  position: relative
}

.blank .recovery-link a:before {
  background-image: url(icon-refresh-blue.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  left: -28px;
  position: absolute;
  top: 3px;
  width: 16px
}

.blank .recovery-link a:hover {
  border-bottom: 1px solid transparent
}

.blank.page-password_recovery .login .login-content .recaptcha-block,.blank.page-password_recovery_confirm .login .login-content .recaptcha-block {
  min-height: 75px
}

.blank .message {
  border: 1px dashed transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px;
  position: relative
}

.blank .message.message-success {
  background-color: #e7f4e7;
  border-color: #7bc67b;
  color: #4cac4c
}

.blank .message.message-warning {
  background-color: #fdf3e5;
  border-color: #f2ba69;
  color: #d08804
}

.blank .message.message-error {
  background-color: #f9e5e5;
  border-color: #df6f6c;
  color: #f44336
}

.blank .message>h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0
}

.blank .message>p {
  font-size: 13px
}

.blank .banned__text {
  color: #000;
  font-size: 16px!important;
  line-height: 20px;
  margin-bottom: 18px;
  max-width: 400px;
  text-align: center
}

.blank .banned__text a {
  border-bottom: 1px solid rgba(25,76,221,.3);
  color: #194cdd;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s
}

.blank .banned__text a:hover {
  border-bottom: 1px solid #194cdd
}

.blank .banned__text_bold {
  font-weight: 700
}

.blank .banned__img {
  margin: 12px 0 15px;
  text-align: center
}

.blank .banned__img img {
  max-width: 50px
}

.blank .error-content {
  margin-bottom: 30px
}

.blank .error-content .error-desc {
  margin-bottom: 20px
}

    .blank .error-content .btn-block {
        border: 0;
        color: #fff !important;
    }

.blank.ar-lang .form-group label {
  left: unset;
  right: 0;
  -webkit-transform-origin: right;
  transform-origin: right
}

.blank.ar-lang .password-container__icon {
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.blank.ar-lang .password-container__icon:after {
  left: 5px;
  right: unset
}

.blank.ar-lang .rules .checkbox input[type=checkbox],.blank.ar-lang .rules .radio input[type=checkbox] {
  margin-left: 0;
  margin-right: 0
}

.blank.ar-lang .checkbox label,.blank.ar-lang .radio label {
  padding-left: 0;
  padding-right: 20px
}

.blank.ar-lang .login-content__redirect {
  display: inline-block;
  margin-bottom: 27px;
  white-space: nowrap
}

.blank.ar-lang .login-content__redirect a {
  margin-left: 0;
  margin-right: 20px
}

@media screen and (max-width: 600px) {
  .blank.ar-lang .login-content__redirect a {
      margin-left:0;
      margin-right: 0
  }
}

.blank.ar-lang .login-content__redirect_no-margin a {
  margin-left: 0;
  margin-right: 0
}

.blank.ar-lang .register-social .social-btn--fb {
  margin-left: 10px;
  margin-right: 0
}

.blank.ar-lang .recovery-link {
  padding-left: 0;
  padding-right: 1.75rem
}

.blank.ar-lang .recovery-link a:before {
  left: unset;
  right: -28px
}

.blank.ar-lang .login-socket svg {
  margin-left: 0;
  margin-right: 20px
}

.blank.ar-lang .languages {
  margin-left: 20px;
  margin-right: 0
}

.blank.ar-lang .languages__title .languages__flag {
  margin-left: 10px;
  margin-right: 0
}

.blank.ar-lang .languages__flag {
  margin-left: 8px;
  margin-right: 0
}

.blank.ar-lang .languages__title-text:after {
  left: -30px;
  right: unset
}

.blank.ar-lang .languages__list {
  left: -25px;
  margin-left: 0;
  right: unset
}

.blank.web-view-simplified-interface .login-footer {
  display: none
}

.blank.web-view-simplified-interface .wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: auto
}

.blank.web-view-simplified-interface .wrapper__center {
    -webkit-box-flex: 1;
    flex: 1;
}

.wrapper__center, .wrapper__bottom {
    position: relative;
    z-index: 500;
}
.wrapper__top {
    position: relative;
    z-index: 700;
}
    .blank.web-view-simplified-interface .wrapper__bottom {
  padding-bottom: 20px
}

.greg-captcha {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  max-width: 240px;
  width: 100%
}

.greg-captcha__wrap {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  margin: 1.5rem auto
}

.greg-captcha__left {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 60px)
}

.greg-captcha__right {
  -webkit-box-flex: 0;
  flex: 0 0 60px;
  text-align: center
}

.greg-captcha__icon {
  fill: #6a8092
}

.greg-captcha img {
  max-width: 100%
}

.greg-captcha__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin: 0 auto;
  opacity: .5;
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 21px
}

.greg-captcha__btn img {
  margin: 0
}

.greg-captcha__btn:hover {
  opacity: 1
}

/*# sourceMappingURL=blank.min.css.map*/

.blank .wrapper {
    background: radial-gradient( circle 610px at 5.2% 51.6%, rgba(5,8,114,0.85) 0%, rgba(7,3,53,0.85) 97.5% ),  url('../img/charts.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    position:absolute;
}

.wrapper__top .site-header {
    margin-bottom: 0;
}

.wrapper__center .site-content-in {
    margin-top: 15px;
    background: linear-gradient( 111.4deg, rgba(7,7,9,0.78) 6.5%, rgb(27, 24, 113, 0.89) 93.2% ), url('../img/hello.png');
    color: white;
    border-radius:50px;
   
}
.recovery-link a{
    color:yellow;
}


@media screen and (max-width:768px){
    .wrapper__center .site-content-in {
     
       width: calc(100% - 30px);
    }
}


#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: fit-content;
    z-index: 23;
}


#myCanvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: fit-content;
    z-index: 23;
}


.anim {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: none;
    overflow: hidden;
    top:0;
    z-index:500;
}

.glowing {
    position: relative;
    min-width: 700px;
    height: 550px;
    margin: -150px;
    transform-origin: right;
    animation: colorChange 5s linear infinite;
}

    .glowing:nth-child(even) {
        transform-origin: left;
    }

@keyframes colorChange {
    0% {
        filter: hue-rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
        transform: rotate(360deg);
    }
}

.glowing span {
    position: absolute;
    top: calc(80px * var(--i));
    left: calc(80px * var(--i));
    bottom: calc(80px * var(--i));
    right: calc(80px * var(--i));
}

    .glowing span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        width: 15px;
        height: 15px;
        background: #f00;
        border-radius: 50%;
    }

    .glowing span:nth-child(3n + 1)::before {
        background: rgba(134,255,0,1);
        box-shadow: 0 0 20px rgba(134,255,0,1), 0 0 40px rgba(134,255,0,1), 0 0 60px rgba(134,255,0,1), 0 0 80px rgba(134,255,0,1), 0 0 0 8px rgba(134,255,0,.1);
    }

    .glowing span:nth-child(3n + 2)::before {
        background: rgba(255,214,0,1);
        box-shadow: 0 0 20px rgba(255,214,0,1), 0 0 40px rgba(255,214,0,1), 0 0 60px rgba(255,214,0,1), 0 0 80px rgba(255,214,0,1), 0 0 0 8px rgba(255,214,0,.1);
    }

    .glowing span:nth-child(3n + 3)::before {
        background: rgba(0,226,255,1);
        box-shadow: 0 0 20px rgba(0,226,255,1), 0 0 40px rgba(0,226,255,1), 0 0 60px rgba(0,226,255,1), 0 0 80px rgba(0,226,255,1), 0 0 0 8px rgba(0,226,255,.1);
    }

    .glowing span:nth-child(3n + 1) {
        animation: animate 10s alternate infinite;
    }

    .glowing span:nth-child(3n + 2) {
        animation: animate-reverse 3s alternate infinite;
    }

    .glowing span:nth-child(3n + 3) {
        animation: animate 8s alternate infinite;
    }

@keyframes animate {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-reverse {
    0% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


