@import "https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  padding-top: 24px;
  background-color: var(--bet-background-color);
}
body * {
  color: #ffffff;
}
body * {
  font-family: "Figtree", sans-serif;
}
a {
  text-decoration: none;
}
.game-item {
  position: relative;
}
.game-item p {
  display: none;
}
.game-item img {
  filter: saturate(150%);
}
.game-item.blocked img {
  filter: saturate(0%);
}
.game-item.blocked p {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #33f057;
  z-index: 1;
  padding: 8px 20px;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 4px;
  display: block;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
#bet-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 3px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1450980392);
  margin-bottom: 24px;
  margin-bottom: 32px;
}
#bet-header .logo-app img {
  width: 60px;
  height: auto;
}
#bet-header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  padding: 0px 8px;
  border-radius: 3px;
}
#bet-header .logo img {
  width: auto;
  height: 60px;
  object-fit: cover;
}
.header__bonus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.header__bonus .unlocked {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header__bonus .unlocked .page__title,
.header__bonus .unlocked .page__subtitle {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
.header__bonus .unlocked .page__title {
  margin-bottom: 8px;
}
.header__bonus .unlocked .page__subtitle {
  font-size: 13px;
  text-transform: lowercase;
  font-weight: 500;
}
.header__bonus img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.container {
  max-width: 560px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.game-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 700;
}
#bet-iframe {
  position: relative;
  z-index: 10000;
  margin-top: 32px;
  margin-bottom: 75px;
}
#bet-iframe .bet-iframe__title {
  display: block;
  margin-bottom: 24px;
  font-size: 1.2em;
  text-align: center;
  margin: 0;
  font-weight: 600;
  margin-bottom: 32px;
  color: #fff;
}
#bet-iframe .bet-iframe__game {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 720px;
  max-height: 90vh;
}
@media (min-width: 1200px) {
  #bet-iframe .bet-iframe__game {
    max-width: 1280px;
    height: 720px;
  }
}
.page__icon {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 24px;
}
.page__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.page__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  overflow: hidden;
}
.games__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr 1fr 1fr;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.games__list img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  opacity: 0.5;
}
.games__list img.primary {
  width: 100%;
  height: auto;
  opacity: 1;
}
.page__banner {
  margin-bottom: 12px;
}
.page__banner a:not(:last-child) {
  display: block;
  margin-bottom: 12px;
}
.page__banner img:not(:last-child) {
  margin-bottom: 12px;
}
.page__banner img {
  width: 100%;
  height: auto;
}
.app__banner {
  display: block;
  margin-top: 24px;
  background-color: var(--bet-button-background-color);
  padding: 24px 12px;
  margin-bottom: 24px;
}
.app__banner > i {
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.app__banner .title {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.app__banner .button__list {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.app__banner .button__list .button {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: color-mix(in srgb, var(--bet-button-background-color) 40%, transparent);
  color: #fff;
}
.app__banner .button__list .button i,
.app__banner .button__list .button p {
  color: #fff;
}
#return-button {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.062745098);
  padding: 12px 24px 12px 12px;
  border-radius: 4px;
}
#return-button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 30px;
  height: 30px;
  background-color: #ffb514;
  border-radius: 4px;
}
#return-button .icon i {
  color: #202020;
}
@media (min-width: 1200px) {
  .app__banner {
    display: none;
  }
}
#result .result__box {
  width: 100%;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background-color: #18181b;
  border-radius: 0px;
}
#result .result__box .result__title {
  width: 100%;
  display: block;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 12px;
}
#result .result__box .result__items {
  display: flex;
  gap: 12px;
}
#result .result__box .result__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-radius: 0px;
  background-color: #111113;
}
#result .result__box .result__item .result__item-title {
  display: block;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 6px;
}
#result .result__box .result__item .result__item-text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
#result .result__penalty {
  position: relative;
}
#result .result__penalty .result__background {
  width: 100%;
  height: auto;
}
#result > img {
  width: 100%;
  height: auto;
  user-select: none;
  border-radius: 12px;
}
.bet-form .bet-form__row {
  width: 100%;
  position: relative;
}
.bet-form .bet-form__row label {
  display: block;
  margin-bottom: 8px;
  border-bottom: 4px;
  color: var(--bet-text-color);
  font-size: 15px;
  font-weight: 600;
  z-index: 1;
}
.bet-form input[type="text"],
.bet-form input[type="password"],
.bet-form input[type="number"],
.bet-form input[type="email"],
.bet-form input[type="file"] {
  width: 100%;
  display: block;
  padding: 15px 20px;
  margin-bottom: 24px;
  color: var(--bet-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #d4d4d4;
}
input.button {
  display: block !important;
  width: 100%;
  min-height: 53.194px;
}
.button:not(:last-child) {
  margin-bottom: 12px;
}
.button {
  border-radius: 6px;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 64px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 60px;
  border: none;
  color: var(--bet-button-text-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  background: var(--bet-button-background-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1882352941), 0 3px 3px rgba(0, 0, 0, 0.231372549);
  cursor: pointer;
  overflow: hidden;
}
.button > i {
  color: #fff;
}
.button > i:first-child {
  width: 50px;
  position: absolute;
  left: 10px;
  font-size: 34px;
  transform: rotate(354deg);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
}
.button > i:last-child {
  position: absolute;
  right: 14px;
  font-size: 21px;
}
.button:active,
.button:focus {
  opacity: 70%;
  transition: opacity 0.2s ease-in-out;
}
.button:hover {
  filter: saturate(150%);
  transition: filter 0.2s ease-in-out;
}
.button.button-secundary {
  background: #f37710;
}
input.button {
  width: 100% !important;
  display: block !important;
}
.button.-white {
  color: #020202;
  background: #fff;
}
.button.-black {
  color: #fff;
  background: rgba(35, 31, 32, 0.8);
}
.bet-form__login p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.bet-form__between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bet-form__between label {
  position: relative !important;
}
.bet-form__toggle {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 23px;
}
.bet-form__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input:checked + .slider {
  background: var(--bet-button-background-color);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:checked + .slider:before {
  left: -4px;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.game-list {
  background-color: var(--bet-button-background-color);
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.game-list .game-item {
  border-radius: 0px;
}
.game-list .game-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border: 4px solid #fff;
  border-radius: 20%;
}
#result {
  margin-bottom: 24px;
}
.avalible-games {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.avalible-games .icon {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 0px;
  background-color: var(--bet-button-background-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.avalible-games .text {
  font-weight: 700;
}
#apphack-iframe {
  margin-top: 24px;
}
#apphack-iframe iframe {
  width: 100%;
  height: 70vh;
}
#plans .tag {
  background-color: #00a344;
  color: #fff;
  width: 100%;
  padding: 9px 12px;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 0px;
  font-weight: 600;
}
#plans .plan {
  position: relative;
  padding: 18px;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1450980392);
  background-color: rgba(255, 255, 255, 0.0823529412);
  margin-bottom: 75px;
}
#plans .plan .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1450980392);
  background-color: #101010;
}
#plans .plan.active {
  opacity: 50%;
}
#plans .plan .title {
  margin-top: 24px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
#plans .plan .description {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  margin-bottom: 24px;
}
#plans .plan .price {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-bottom: 24px;
}
#plans .plan .button {
  margin-bottom: 12px;
}
#plans .plan p {
  line-height: 130%;
  text-align: center;
}
section.welcome-message {
  position: relative;
  background-color: #ffb514;
  color: #202020;
  padding: 14px 100px 14px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
section.welcome-message span {
  color: #673e00;
}
section.welcome-message img {
  width: 120px;
  height: auto;
  position: absolute;
  right: -8px;
  top: 0px;
  transform: translateY(-20%);
}
#popup-container,
.app-popup {
  width: 97vw;
  height: 60vh;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bet-button-background-color);
  padding: 8px;
  z-index: 10000000;
  border-radius: 4px;
}
#popup-container iframe,
.app-popup iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#overlay,
#popup-app-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.app-popup .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.app-popup .popup-content i {
  text-align: center;
  font-size: 80px;
  margin-bottom: 12px;
}
.app-popup .popup-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.app-popup .popup-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.app-popup .popup-content ul {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}
.app-popup .popup-content li {
  display: flex;
  align-items: center;
  counter-increment: item;
  margin-bottom: 8px;
  line-height: 130%;
}
.app-popup .popup-content li::before {
  content: counter(item, decimal-leading-zero);
  font-weight: bold;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.062745098);
  border: 2px solid #fff;
  margin-right: 12px;
  border-radius: 4px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
#close-btn,
.popup-app-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
#close-btn i,
.popup-app-close i {
  font-size: 20px;
  color: #202020;
}
@media (min-width: 980px) {
  #popup-container,
  .app-popup {
    width: 50vw;
    height: 60vh;
  }
}
.deposit-box {
  background-color: #005f79;
  padding: 24px 24px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.deposit-box h2 {
  color: #fff;
}
.deposit-box button {
  color: #fff;
  animation: jumper 1.2s ease-out infinite;
}
.deposit-box span {
  color: #fff;
}
@keyframes jumper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#bet-navigation {
  z-index: 9999;
  width: 100%;
  position: sticky;
  bottom: 0;
  background: var(--bet-background-color);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3019607843), 0 15px 12px rgba(0, 0, 0, 0.2196078431);
}
#bet-navigation .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding: 6px;
}
#bet-navigation .container .navigation-item {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #bcbbc1;
  cursor: pointer;
}
#bet-navigation .container .navigation-item i {
  font-size: 22px;
  color: #bcbbc1;
}
#bet-navigation .container .navigation-item span {
  font-size: 12px;
  font-weight: 600;
  color: #bcbbc1;
}
#bet-navigation .container .navigation-item.current {
  background: var(--bet-button-background-color);
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 90px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#bet-navigation .container .navigation-item.current i,
#bet-navigation .container .navigation-item.current span {
  color: #fff;
}
.bet-navigation-tabs {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.1254901961);
  margin-bottom: 24px;
}
.bet-navigation-tabs .navigation-item {
  width: 100%;
  display: flex;
  padding: 12px 14px 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px;
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.bet-navigation-tabs .navigation-item.-active {
  background: #202020;
  color: #202020;
}
#result {
  padding: 12px;
  border-radius: 12px;
}
#result .result__title {
  color: #fff;
}
#result span.result__item-text.validate {
  color: #fff;
}
