@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/
/*-----------------
 <FONTS>
-------------------*/
/*-----------------
 <COLORS>
-------------------*/
/*-----------------
 <GENERAL SETTINGS>
-------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

[class^=col-] {
  padding: 0;
}

.no-overflow {
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover {
  text-decoration: none;
  transition: 0.4s all;
}

/* HEADER GAME */
.header-game {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-game .logo-horiziontal-container {
  max-width: 200px;
}
.header-game .logo-horiziontal-container img {
  width: 100%;
}

.normal-bg {
  background: transparent url("../images/bg-high.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.splash-bg {
  background: transparent url("../images/bg-splash.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #023188;
}

.text-secondary {
  color: #01ffff;
}

.logo {
  width: 100px;
}

.game-name {
  width: 200px;
}

.bg-blue-small,
.bg-blue-medium,
.bg-blue-large {
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  background-size: contain !important;
}

.bg-blue-small {
  background: transparent url("../images/bg-text-blue-small.png") no-repeat center;
}
.bg-blue-medium {
  background: transparent url("../images/bg-text-blue-medium.png") no-repeat center;
}
.bg-blue-large {
  background: transparent url("../images/bg-text-blue-large.png") no-repeat center;
}

.footer-principal {
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #01ffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  font-style: italic;
  width: 100%;
  padding: 15px 20px 0;
  margin: 45px 0 20px;
  position: static;
  padding-bottom: 0;
}
@media only screen and (max-width: 580px) {
  .footer-principal {
    text-align: center;
    font-size: 10px;
  }
}
.footer-principal a {
  text-align: left;
  color: #01ffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  font-style: italic;
}

.container-2 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.container-1 {
  z-index: 400;
  width: 100%;
  padding: 6px;
  background-size: inherit;
}

.container-2 {
  z-index: 200;
}

.container-3 {
  z-index: 300;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #55fefe;
  font-size: 22px;
  padding: 0px 15px 0px 0;
  background: transparent url(../images/bg-high.jpg);
  background-size: inherit;
}
.container-3 .footer-game {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Aero";
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .container-3 .footer-game {
    justify-content: center;
    font-size: 16px;
  }
}
.container-3 .footer-game .answer-count {
  margin-left: 15px;
  font-size: 32px;
  color: transparent;
  -webkit-text-stroke: 1px #55fefe;
}
@media only screen and (max-width: 768px) {
  .container-3 .footer-game .answer-count {
    font-size: 24px;
  }
}

/**
 * jquery block ui loader
 */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.alert {
  padding: 10px;
  margin-bottom: 15px;
  background-image: none !important;
}

.alert.alert-danger {
  background-color: #bd1fc3;
  border-color: #a94442;
  color: #fff;
}

.alert.alert-success {
  background-color: #3eb3d5;
  border-color: #255665;
  color: #fff;
}

.alert ul {
  margin: 0;
  padding: 0;
}
.alert ul li {
  list-style: none;
}

form {
  width: 100%;
  max-width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 580px) {
  form {
    max-width: 280px;
  }
}

.form-item {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item.flex {
  display: flex;
}
.form-item.items-center {
  align-items: center;
}
.form-item.justify-center {
  justify-content: center;
}
.form-item.justify-between {
  justify-content: space-between;
}
.form-item.justify-end {
  justify-content: flex-end;
}
@media only screen and (max-width: 580px) {
  .form-item {
    margin: 0 0 15px;
  }
}

.label-custom {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 8px;
  padding: 0;
  color: #01ffff;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 580px) {
  .label-custom {
    font-size: 14px;
  }
}

.input-custom, .select-custom {
  --chamfMinor: 15px;
  --chamfInput: 20px;
  --inputHeight: 45px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: var(--inputHeight);
  position: relative;
  background: #01ffff;
  -webkit-clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
          clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
}
.input-custom:after, .select-custom:after {
  content: " ";
  height: 3px;
  width: 27px;
  display: block;
  position: absolute;
  right: -3px;
  bottom: 9px;
  transform: rotate(134deg);
  background-color: #01ffff;
}
.input-custom::before, .select-custom::before {
  content: " ";
  height: 1.6px;
  width: 20px;
  display: block;
  position: absolute;
  left: -4px;
  top: 2px;
  transform: rotate(135deg);
  z-index: 4;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.53);
  background-clip: border-box;
  background-clip: padding-box;
}
.input-custom img, .select-custom img {
  width: 100%;
  max-width: 28px;
  position: relative;
  z-index: 3;
}
.input-custom input, .input-custom select, .select-custom input, .select-custom select {
  padding: 0 10px;
  -webkit-clip-path: polygon(0% 15px, var(--chamfMinor) 0%, calc(100% - var(--chamfMinor)) 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
          clip-path: polygon(0% 15px, var(--chamfMinor) 0%, calc(100% - var(--chamfMinor)) 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
  font-style: italic;
  background: #2e3192;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #01ffff;
  height: 100%;
  width: 100%;
  color: #01ffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 300;
}
.input-custom input:-ms-input-placeholder, .input-custom select:-ms-input-placeholder, .select-custom input:-ms-input-placeholder, .select-custom select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #01ffff;
  font-style: normal;
}
.input-custom input::-moz-placeholder, .input-custom select::-moz-placeholder, .select-custom input::-moz-placeholder, .select-custom select::-moz-placeholder {
  color: #01ffff;
  font-style: normal;
}
.input-custom input::placeholder, .input-custom select::placeholder, .select-custom input::placeholder, .select-custom select::placeholder {
  color: #01ffff;
  font-style: normal;
}
.input-custom select, .select-custom select {
  padding: 0 10px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
}
.input-custom select::-ms-expand, .select-custom select::-ms-expand {
  display: none;
}
.input-custom input[type=file], .select-custom input[type=file] {
  outline: none;
}
.input-custom img + input, .select-custom img + input {
  padding-left: 40px;
}
.input-custom select + .material-icons, .select-custom select + .material-icons {
  color: #01ffff;
  background: none;
  font-size: 35px;
  z-index: 2;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.input-custom.justify-end, .select-custom.justify-end {
  justify-content: flex-end;
  position: relative;
}
.input-custom.justify-end input[type=file], .select-custom.justify-end input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  padding: 0;
}
.input-custom.justify-end img, .select-custom.justify-end img {
  margin-right: 15px;
  order: 2;
  z-index: 0;
}
.input-custom.justify-end .bg, .select-custom.justify-end .bg {
  background: #2e3192;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: auto;
  width: auto;
  z-index: -1;
}
.input-custom.justify-end .nameFile, .select-custom.justify-end .nameFile {
  order: 1;
  position: relative;
  color: #01ffff;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  padding-right: 10px !important;
  white-space: nowrap;
}
.input-custom, .input-custom::after, .input-custom::before, .input-custom input, .input-custom select, .select-custom, .select-custom::after, .select-custom::before, .select-custom input, .select-custom select {
  transition: all 0.4s;
}
.input-custom:focus, .input-custom:focus-within, .input-custom:active, .select-custom:focus, .select-custom:focus-within, .select-custom:active {
  background: #de27e1;
}
.input-custom:focus input, .input-custom:focus select, .input-custom:focus-within input, .input-custom:focus-within select, .input-custom:active input, .input-custom:active select, .select-custom:focus input, .select-custom:focus select, .select-custom:focus-within input, .select-custom:focus-within select, .select-custom:active input, .select-custom:active select {
  border-color: #de27e1;
}
.input-custom:focus:after, .input-custom:focus-within:after, .input-custom:active:after, .select-custom:focus:after, .select-custom:focus-within:after, .select-custom:active:after {
  background-color: #de27e1;
}
.input-custom:focus::before, .input-custom:focus-within::before, .input-custom:active::before, .select-custom:focus::before, .select-custom:focus-within::before, .select-custom:active::before {
  content: none;
}
@media only screen and (max-width: 580px) {
  .input-custom, .select-custom {
    height: 38px;
  }
  .input-custom input, .input-custom select, .input-custom.justify-end .nameFile, .select-custom input, .select-custom select, .select-custom.justify-end .nameFile {
    font-size: 12px;
  }
  .input-custom img, .select-custom img {
    max-width: 24px;
  }
}

.select-custom select {
  background-image: url(../images/bg-select-arrow-dow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 14px;
}

.button-custom {
  --chamfMinor: 15px;
  --chamfInput: 20px;
  --buttonPadding: 0 40px;
  --buttonHeight: 42px;
  --buttonPaddingBlue: 0 22px 0 15px;
  cursor: pointer;
  min-height: var(--buttonHeight);
  max-height: var(--buttonHeight);
  width: auto;
  height: auto;
  position: relative;
  background: #01ffff;
  -webkit-clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
          clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
}
.button-custom:after {
  content: " ";
  height: 3px;
  width: 27px;
  display: block;
  position: absolute;
  right: -3px;
  bottom: 9px;
  transform: rotate(134deg);
  background-color: #01ffff;
}
.button-custom::before {
  content: " ";
  height: 1.6px;
  width: 20px;
  display: block;
  position: absolute;
  left: -4px;
  top: 2px;
  transform: rotate(135deg);
  z-index: 4;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.53);
  background-clip: border-box;
  background-clip: padding-box;
}
.button-custom button, .button-custom a, .button-custom span {
  background: rgb(222, 39, 225);
  background: linear-gradient(120deg, rgb(222, 39, 225) 0%, rgb(147, 22, 158) 45%, rgb(101, 14, 118) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de27e1",endColorstr="#650e76",GradientType=1);
  font-family: "Aero";
  font-weight: normal;
  padding: var(--buttonPadding);
  line-height: var(--buttonHeight);
  display: block;
  -webkit-clip-path: polygon(0% 15px, var(--chamfMinor) 0%, calc(100% - var(--chamfMinor)) 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
          clip-path: polygon(0% 15px, var(--chamfMinor) 0%, calc(100% - var(--chamfMinor)) 0%, 100% 0, 100% calc(100% - var(--chamfInput)), calc(100% - var(--chamfInput)) 100%, 0 100%, 0 0);
  cursor: pointer;
  border: 2px solid #01ffff;
  color: #fff;
  font-size: 28px;
  height: 100%;
  width: 100%;
}
.button-custom, .button-custom::after, .button-custom::before, .button-custom button, .button-custom a {
  transition: all 0.4s;
}
.button-custom.blue {
  background: transparent;
  border: none;
  min-height: 0;
}
.button-custom.blue button, .button-custom.blue a, .button-custom.blue span {
  background: #2e3192;
  padding: var(--buttonPaddingBlue);
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  border: none;
}
.button-custom.blue button strong, .button-custom.blue a strong, .button-custom.blue span strong {
  font-weight: 700;
}
.button-custom.blue:after, .button-custom.blue::before {
  content: none;
}
.button-custom.blue:hover, .button-custom.blue:hover button, .button-custom.blue:hover a, .button-custom.blue:focus, .button-custom.blue:focus button, .button-custom.blue:focus a, .button-custom.blue:focus-within, .button-custom.blue:focus-within button, .button-custom.blue:focus-within a, .button-custom.blue:active, .button-custom.blue:active button, .button-custom.blue:active a {
  background: #de27e1;
}
.button-custom:hover:not(.blue), .button-custom:focus:not(.blue), .button-custom:focus-within:not(.blue), .button-custom:active:not(.blue) {
  background: #de27e1;
}
.button-custom:hover:not(.blue) button, .button-custom:hover:not(.blue) a, .button-custom:focus:not(.blue) button, .button-custom:focus:not(.blue) a, .button-custom:focus-within:not(.blue) button, .button-custom:focus-within:not(.blue) a, .button-custom:active:not(.blue) button, .button-custom:active:not(.blue) a {
  border-color: #de27e1;
}
.button-custom:hover:not(.blue):after, .button-custom:focus:not(.blue):after, .button-custom:focus-within:not(.blue):after, .button-custom:active:not(.blue):after {
  background-color: #de27e1;
}
.button-custom:hover:not(.blue)::before, .button-custom:focus:not(.blue)::before, .button-custom:focus-within:not(.blue)::before, .button-custom:active:not(.blue)::before {
  content: none;
}
.button-custom.no-pointer, .button-custom.no-pointer button, .button-custom.no-pointer a, .button-custom.no-pointer span {
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 580px) {
  .button-custom {
    min-height: 38px;
    max-height: 38px;
  }
  .button-custom button, .button-custom a, .button-custom span {
    font-size: 20px;
    padding: 0 35px;
    line-height: 38px;
  }
  .button-custom.blue {
    min-height: 0;
  }
  .button-custom.blue button, .button-custom.blue a, .button-custom.blue span {
    font-size: 14px;
  }
}

.button-icon {
  width: 100%;
  max-width: 40px;
  cursor: pointer;
}
.button-icon img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 580px) {
  .button-icon {
    max-width: 35px;
  }
}

.radio-custom {
  position: relative;
  display: flex;
  align-items: center;
}
.radio-custom input[type=radio] {
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  margin: 0;
}
.radio-custom input[type=radio] + label::before {
  content: url("../images/radio-unchecked.png");
  flex: 0 0 auto;
}
.radio-custom input[type=radio]:checked + label::before {
  content: url("../images/radio-checked.png");
}
.radio-custom label {
  flex: 0 0 auto;
  font-size: 38px;
  color: #01ffff;
  font-family: "Aero";
  font-weight: normal;
  padding-left: 70px;
}
.radio-custom label::before {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.radio-custom:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 580px) {
  .radio-custom input[type=radio] + label::before {
    content: url("../images/radio-unchecked-minor.png");
  }
  .radio-custom input[type=radio]:checked + label::before {
    content: url("../images/radio-checked-minor.png");
  }
  .radio-custom label {
    font-size: 28px;
    padding-left: 50px;
  }
}

.radio-group {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.radio-group .radio-custom {
  flex: 0 0 auto;
  margin-right: 30px;
}
.radio-group .radio-custom:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 580px) {
  .radio-group .radio-custom {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .radio-group {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 75px;
  }
  .radio-group .radio-custom {
    width: 100%;
    margin: 0 0 25px;
  }
}

#splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
#splash .logo-splash {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #splash .logo-splash {
    max-width: 150px;
  }
}
@media only screen and (max-width: 380px) {
  #splash .logo-splash {
    max-width: 100px;
  }
}

#login, #forgot-password, #register, #update, #wait-release, #welcome {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
#login .text-container, #forgot-password .text-container, #register .text-container, #update .text-container, #wait-release .text-container, #welcome .text-container {
  display: flex;
  align-items: center;
  justify-items: center;
}
#login .text-container span, #forgot-password .text-container span, #register .text-container span, #update .text-container span, #wait-release .text-container span, #welcome .text-container span {
  font-size: 16px;
  font-weight: 300;
}
#login .text-container span + .button-custom, #forgot-password .text-container span + .button-custom, #register .text-container span + .button-custom, #update .text-container span + .button-custom, #wait-release .text-container span + .button-custom, #welcome .text-container span + .button-custom {
  margin-left: 15px;
}
#login form, #forgot-password form, #register form, #update form, #wait-release form, #welcome form {
  margin: 10px auto 30px;
}
#login .logo-login, #forgot-password .logo-login, #register .logo-login, #update .logo-login, #wait-release .logo-login, #welcome .logo-login {
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
#login .container-objects, #forgot-password .container-objects, #register .container-objects, #update .container-objects, #wait-release .container-objects, #welcome .container-objects {
  background: transparent url(../images/bg-content.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 550px;
  padding: 0 85px;
  height: auto;
  gap: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #login .container-objects, #forgot-password .container-objects, #register .container-objects, #update .container-objects, #wait-release .container-objects, #welcome .container-objects {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 580px) {
  #login .logo-login, #forgot-password .logo-login, #register .logo-login, #update .logo-login, #wait-release .logo-login, #welcome .logo-login {
    max-width: 200px;
  }
  #login .text-container, #forgot-password .text-container, #register .text-container, #update .text-container, #wait-release .text-container, #welcome .text-container {
    text-align: center;
  }
  #login .text-container, #login .text-container span, #forgot-password .text-container, #forgot-password .text-container span, #register .text-container, #register .text-container span, #update .text-container, #update .text-container span, #wait-release .text-container, #wait-release .text-container span, #welcome .text-container, #welcome .text-container span {
    font-size: 14px;
  }
  #login form, #forgot-password form, #register form, #update form, #wait-release form, #welcome form {
    margin: 10px auto 20px;
  }
  #login .container-objects, #forgot-password .container-objects, #register .container-objects, #update .container-objects, #wait-release .container-objects, #welcome .container-objects {
    padding: 0 30px;
    gap: 20px;
  }
}
@media only screen and (max-width: 380px) {
  #login .container-objects, #forgot-password .container-objects, #register .container-objects, #update .container-objects, #wait-release .container-objects, #welcome .container-objects {
    padding: 0 20px;
  }
  #login .text-container, #forgot-password .text-container, #register .text-container, #update .text-container, #wait-release .text-container, #welcome .text-container {
    display: block;
    text-align: center;
  }
  #login .text-container span + .button-custom, #forgot-password .text-container span + .button-custom, #register .text-container span + .button-custom, #update .text-container span + .button-custom, #wait-release .text-container span + .button-custom, #welcome .text-container span + .button-custom {
    margin: 15px auto 0;
  }
}

#forgot-password .text-container {
  margin: 0 0 20px;
}
#forgot-password form {
  margin-bottom: 0;
}

#register .logo, #register .logo {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 580px) {
  #register .logo, #register .logo {
    max-width: 180px;
  }
}

#wait-release .container-objects, #welcome .container-objects {
  padding: 0 15px;
  max-width: 600px;
  gap: 40px;
}
#wait-release div, #welcome div {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#wait-release .text-container, #welcome .text-container {
  text-align: center;
  display: block;
}
#wait-release .text-container strong, #welcome .text-container strong {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-weight: 700;
}
#wait-release .button-custom.big:not(.blue), #welcome .button-custom.big:not(.blue) {
  height: auto;
  max-height: 100%;
  -webkit-clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
          clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
#wait-release .button-custom.big:not(.blue):after, #welcome .button-custom.big:not(.blue):after {
  height: 5px;
  width: 56px;
  display: block;
  position: absolute;
  right: -7px;
  bottom: 19px;
}
#wait-release .button-custom.big:not(.blue)::before, #welcome .button-custom.big:not(.blue)::before {
  height: 2px;
  width: 27px;
  left: -5px;
  top: 5px;
}
#wait-release .button-custom.big:not(.blue) button, #wait-release .button-custom.big:not(.blue) a, #wait-release .button-custom.big:not(.blue) span, #welcome .button-custom.big:not(.blue) button, #welcome .button-custom.big:not(.blue) a, #welcome .button-custom.big:not(.blue) span {
  white-space: nowrap;
  -webkit-clip-path: polygon(0% 25px, 25px 0%, calc(100% - 25px) 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
          clip-path: polygon(0% 25px, 25px 0%, calc(100% - 25px) 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
  font-size: 40px;
  padding: 10px 30px;
  padding-right: 40px;
  display: block;
  border-width: 4px;
}
#wait-release .button-custom.blue.big, #welcome .button-custom.blue.big {
  height: auto;
  max-height: 100%;
  margin: 20px auto 0;
  width: 100%;
  max-width: 415px;
}
#wait-release .button-custom.blue.big span, #welcome .button-custom.blue.big span {
  font-size: 16px;
  padding: 7px 20px;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #wait-release .container-objects, #welcome .container-objects {
    max-width: 500px;
  }
  #wait-release .button-custom.big:not(.blue) button, #wait-release .button-custom.big:not(.blue) a, #wait-release .button-custom.big:not(.blue) span, #welcome .button-custom.big:not(.blue) button, #welcome .button-custom.big:not(.blue) a, #welcome .button-custom.big:not(.blue) span {
    font-size: 28px;
    padding: 5px 15px;
  }
  #wait-release .button-custom.blue.big, #welcome .button-custom.blue.big {
    width: 100%;
    max-width: 325px;
  }
  #wait-release .button-custom.blue.big span, #welcome .button-custom.blue.big span {
    font-size: 13px;
    padding: 5px 15px;
    display: block;
  }
}
@media only screen and (max-width: 580px) {
  #wait-release .container-objects, #welcome .container-objects {
    max-width: 100%;
  }
  #wait-release .button-custom.big:not(.blue), #welcome .button-custom.big:not(.blue) {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #wait-release .button-custom.big:not(.blue) button, #wait-release .button-custom.big:not(.blue) a, #wait-release .button-custom.big:not(.blue) span, #welcome .button-custom.big:not(.blue) button, #welcome .button-custom.big:not(.blue) a, #welcome .button-custom.big:not(.blue) span {
    font-size: 24px;
    padding: 0px 15px;
    padding-right: 25px;
  }
  #wait-release .button-custom.blue.big, #welcome .button-custom.blue.big {
    max-width: 325px;
  }
  #wait-release .button-custom.blue.big span, #welcome .button-custom.blue.big span {
    font-size: 12px;
    padding: 3px 15px;
  }
}
@media only screen and (max-width: 380px) {
  #wait-release .button-custom.big:not(.blue) button, #wait-release .button-custom.big:not(.blue) a, #wait-release .button-custom.big:not(.blue) span, #welcome .button-custom.big:not(.blue) button, #welcome .button-custom.big:not(.blue) a, #welcome .button-custom.big:not(.blue) span {
    font-size: 20px;
  }
  #wait-release .button-custom.blue.big, #welcome .button-custom.blue.big {
    max-width: 300px;
  }
  #wait-release .button-custom.blue.big span, #welcome .button-custom.blue.big span {
    font-size: 10px;
    padding: 3px 15px;
  }
}

#welcome .button-custom.big:not(.blue) {
  max-width: 190px;
  margin: auto;
  min-height: 0;
}
#welcome .button-custom.big:not(.blue) button, #welcome .button-custom.big:not(.blue) a, #welcome .button-custom.big:not(.blue) span {
  padding: 5px 30px;
  min-height: 0;
  padding-right: 35px;
  font-size: 38px;
}

#register-success {
  text-align: center;
  font-family: "Aero";
  font-weight: normal;
  color: #01ffff;
}
#register-success h1 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 28px;
}

.button-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  padding-left: 20px;
}
.button-with-icon span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 19px;
}
.button-with-icon img {
  width: auto;
  max-width: 40px;
  flex: 0 0 40px;
  margin-left: 13px;
}
@media only screen and (max-width: 1240px) {
  .button-with-icon {
    padding-left: 15px;
  }
  .button-with-icon span {
    font-size: 16px;
  }
  .button-with-icon img {
    max-width: 32px;
    flex: 0 0 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .button-with-icon {
    padding-left: 15px;
  }
  .button-with-icon span {
    font-size: 14px;
  }
  .button-with-icon img {
    max-width: 32px;
    flex: 0 0 32px;
  }
}

.separator-buttons {
  max-width: 100%;
  margin: 10px 0;
  height: 1px;
  background: #01ffff;
  opacity: 0.5;
}

.header-question {
  width: 100%;
  max-width: 100%;
  padding: 25px 0;
}
.header-question .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-question .left {
  flex: 0 0 240px;
}
.header-question .left img {
  width: 100%;
  max-width: 100%;
}
.header-question .right {
  flex: 0 0 auto;
}
.header-question .right .buttons-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-question {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .header-question {
    margin: 0 0 35px;
  }
  .header-question .right .dropdown-menu {
    margin-top: 5px;
    left: auto !important;
    right: 0;
    background: rgb(2, 51, 143);
    background: radial-gradient(circle, rgb(2, 51, 143) 0%, rgb(2, 61, 177) 50%, rgb(2, 52, 146) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02338f",endColorstr="#023492",GradientType=1);
    min-width: 120px;
  }
  .header-question .right .button-with-icon {
    padding: 7px 15px !important;
  }
  .header-question .right .buttons-mobile {
    display: block;
    flex: 0 0 auto;
  }
  .header-question .right .buttons-mobile .dropdown-toggle {
    border: none;
    text-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .header-question .right .buttons-desktop {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .header-question .left {
    flex: 0 0 190px;
  }
  .header-question .right .buttons-mobile .dropdown-toggle img {
    max-width: 35px;
  }
}

img.bullet {
  pointer-events: none;
}

.question-box {
  text-align: center;
  width: 100%;
  padding: 0 15px;
  max-width: 770px;
}
.question-box .number-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 20px;
}
.question-box .number-box .name-question {
  color: #01ffff;
  font-family: "Aero";
  font-weight: normal;
  font-size: 38px;
  line-height: 40px;
  margin: 0;
  margin-right: 8px;
}
.question-box .number-box .number-question {
  color: transparent;
  font-family: "Aero";
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  -webkit-text-stroke: 2px #fff;
}
.question-box .top {
  margin: 0 0 25px;
}
.question-box .top .title, .question-box .top .question {
  word-wrap: break-word;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.question-box .top .title strong, .question-box .top .question strong {
  font-weight: 600;
}
.question-box .top .title {
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 8px;
  font-weight: 700;
}
.question-box .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-box .bottom div {
  background-color: #333;
}
.question-box .bottom img {
  width: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .question-box .bottom {
    flex-direction: column;
  }
}
.question-box form {
  max-width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1024px) {
  .question-box {
    margin: 20px auto 0;
  }
  .question-box .number-box {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .question-box .number-box .name-question {
    font-size: 27px;
    line-height: 32px;
  }
  .question-box .number-box .number-question {
    font-size: 34px;
    line-height: 34px;
  }
  .question-box .top .question {
    font-size: 12px;
    line-height: 18px;
  }
  .question-box .top .title {
    font-size: 16px;
    line-height: 22px;
  }
}

#game {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background: transparent url("../images/bg-high.jpg");
  background-size: cover;
}

#bg-game {
  position: absolute;
}

.out-of-stage {
  position: absolute;
  top: -1000px;
  left: -1000px;
  opacity: 0;
}

#questions-container {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 0;
  left: calc(50% - 300px);
}
@media only screen and (max-width: 601px) {
  #questions-container {
    width: 360px;
    left: calc(50% - 180px);
  }
}

.question-object {
  position: absolute;
  z-index: 100;
  width: 210px;
  cursor: pointer;
}
.question-object .number {
  position: absolute;
  color: transparent;
  top: 0px;
  right: 0px;
  font-size: 26px;
  width: 84px;
  height: 46px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  -webkit-text-stroke: 1px #fff;
  font-family: "Aero";
  font-weight: normal;
}
.question-object .answer {
  position: absolute;
  top: 32px;
  right: 8px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: "Aero";
  font-weight: normal;
}
.question-object img {
  width: 100%;
}
.question-object[data-answer=unanswered] .answer {
  color: #56f6ff;
}
.question-object[data-answer=unanswered] .number {
  -webkit-text-stroke: 1px #56f6ff;
}
.question-object[data-answer=correct] .answer {
  color: #00ff00;
}
.question-object[data-answer=correct] .number {
  -webkit-text-stroke: 1px #00ff00;
}
.question-object[data-answer=atention] .answer {
  color: #ff9600;
}
.question-object[data-answer=atention] .number {
  -webkit-text-stroke: 1px #ff9600;
}
@media only screen and (max-width: 601px) {
  .question-object {
    width: 160px;
  }
  .question-object .number {
    top: 17px !important;
  }
  .question-object .answer {
    top: 50px !important;
    font-size: 11px !important;
  }
  .question-object[data-answer=unanswered] .number {
    top: 25px !important;
  }
}

#game.mobile .question-object .number {
  top: 30px;
  right: 0;
  margin: 0 auto;
  left: 0;
}
#game.mobile .question-object .answer {
  top: 65px;
  right: 0;
  margin: 0 auto;
  left: 0;
  font-size: 13px;
}
#game.mobile .question-object[data-answer=unanswered] .number {
  top: 40px;
}
