@charset "UTF-8";
@import url("52878e42f1eb4991af2313a2b89f0a6a.css");
/** start common styles */
a {
  text-decoration: none;
  color: inherit;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.aligns-center {
  align-items: center;
}

.aligns-start {
  align-items: start;
}

.aligns-end {
  align-items: end;
}

.aligns-stretch {
  align-items: stretch;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-center {
  display: flex;
  justify-content: center;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

/** end common styles */
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  --theme-main-bg-color: #1C1C1C;
  font-family: "Montserrat", sans-serif;
  background-color: #0f0f0f;
  color: #fff;
  /*background-color: #0c913f;*/
  overflow-x: hidden;
  background-image: url(../images/bg_bg.png);
}

img.img {
  width: 100%;
}

.main-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.info {
  padding: 0 12px;
  margin: 24px 0;
  color: #a59260;
}
.info .blx {
  font-weight: bold;
}

.not-avaiable {
  pointer-events: none;
  position: relative;
}

.maintaince-item {
  position: absolute;
  inset: 12px;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.6196078431);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.maintaince-item .maintaince-text {
  padding: 0 12px;
  font-size: 12.5px;
  text-align: center;
}

.frs {
  border-radius: 50%;
  display: flex;
  border-color: #474952;
  border-style: solid;
  border-width: 9px;
  box-shadow: 0rem 0.475rem 0rem 0rem rgba(0, 0, 0, 0.188);
  width: 207px;
  margin-left: auto;
}
.frs img {
  width: 100%;
}

.game_list {
  /* display: flex;
  flex-wrap: wrap; */
  margin: 0 -12px;
}
.game_list .game_item {
  width: 20%;
  padding: 12px;
  transition: 0.2s;
  display: block;
}
.game_list .game_item:hover:after {
  display: block;
}
.game_list .game_item:hover::before {
  display: block;
}
.game_list .game_item .nav-if {
  cursor: pointer;
}
.game_list .game_item .nav-if .nnav {
  display: none;
  position: relative;
}
.game_list .game_item .nav-if .nnav:before {
  position: absolute;
  content: "Jogar";
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 8px 36px;
  color: black;
  background-color: #FFEC00;
  border-radius: 555px;
}
.game_list .game_item .nav-if .nnav:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.game_list .game_item .nav-if.active .ngame {
  display: none;
}
.game_list .game_item .nav-if.active .nnav {
  display: block;
}
@media screen and (max-width: 900px) {
  .game_list .game_item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .game_list .game_item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 475px) {
  .game_list .game_item {
    width: 50%;
  }
  .game_list .game_item .game_percentage::after {
    right: 6px !important;
    font-size: 11px;
  }
  .game_list .game_item .game_percentage.line::before {
    font-size: 11px !important;
  }
}
.game_list .game_item .game_percentage {
  overflow: hidden;
  position: relative;
  margin: 6px;
  border-radius: 2px;
  height: 16px;
  background-color: #e5e5e5;
}
.game_list .game_item .game_percentage::after {
  position: absolute;
  top: 50%;
  right: 6px !important;
  transform: translateY(-50%);
  font-size: 12px;
  content: attr(percentage) "%";
  color: black;
  font-weight: bold;
}
.game_list .game_item .game_percentage.line::before {
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 3;
  color: #000;
  font-weight: bold;
  transform: translateY(-50%);
  font-size: 12px;
  letter-spacing: -0.3px;
}
.game_list .game_item .game_percentage.line1::before {
  content: "RTP por minuto";
}
.game_list .game_item .game_percentage.line2::before {
  content: "Média Diária";
}
.game_list .game_item .game_percentage.line3::before {
  content: "RTP oficial da PG";
}
.game_list .game_item .game_percentage.line4::before {
  content: "Aposta Minima";
}
.game_list .game_item .game_percentage.line5::before {
  content: "Aposta Maxima";
}
.game_list .game_item .fillbar {
  height: 100%;
  width: 0;
  position: relative;
  animation: initLength 0.5s ease-out forwards;
  animation-delay: var(--delay);
}
.game_list .game_item .game_name {
  font-size: 12px;
  margin-top: 4px;
}
.game_list .game_item .inner_after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--iper);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  animation: fillbarstripes 2s linear infinite, initLength2 0.5s ease-out forwards;
  animation-delay: var(--delay);
}

@keyframes fillbarstripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes initLength {
  0% {
    width: 0;
  }
  100% {
    width: var(--per);
  }
}
@keyframes initLength2 {
  0% {
    width: 0;
  }
  100% {
    width: var(--iper);
  }
}
.tlete img {
  width: 55px;
  /* animation: z00m2 1.2s linear infinite; */
}

.prs {
  text-align: center;
  margin: 24px 0;
}
.prs:nth-child(2) {
  margin-bottom: 24px;
}
.prs img {
  max-width: 300px;
  width: 100%;
}

@keyframes z00m2 {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.05);
  }
  25% {
    transform: scale(1);
  }
  37.5% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.rating {
  height: 22px;
  position: relative;
}
.rating .rate-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.rating .rate-box-active {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.swiper-banner {
  overflow-x: hidden;
  padding-bottom: 18px;
  margin: 24px 0 12px 0;
  position: relative;
}
.swiper-banner .swiper-slide {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(71, 71, 71) 100%);
  width: 80px !important;
  padding: 8px 8px 2px 8px;
  border-radius: 4px;
}
.swiper-banner .swiper-slide img {
  width: 100%;
}

.t-option {
  font-size: 12px;
}

.nav-control {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: -55px;
  z-index: 96666;
}
.nav-control img {
  width: 50px;
}

:root {
  --navheight: 82.67px;
}

.vbody {
  transition: transform 0.25s;
  margin-top: var(--navheight);
}

.navbar {
  top: 0;
  left: 0;
  position: fixed;
  padding: 22px 24px;
  /*background-color: #0c5e2b;*/
  background-color: #1A1A18;
  width: 100%;
  z-index: 555;
  box-shadow: 0 0 12px 1px #000;
}
.navbar .timer {
  min-width: 110px;
  max-width: 110px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 8px;
  background-color: #282D31;
  justify-content: space-between !important;
  height: 34px;
  /* position: fixed;
  top: 12px;
  left: 50%; */
  z-index: 996;
}
.navbar #brazil {
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.drawer {
  --top: var(--navheight);
  position: fixed;
  left: 0;
  top: var(--top);
  z-index: 554;
  height: calc(100vh - var(--top));
  width: 320px;
  /*background-color: #0c5e2b;*/
   background-color: #1A1A18;
  transition: 0.25s;
  transform: translateX(-100%);
}
.drawer.toggle {
  transform: translateX(0);
}
.drawer .dr-inner {
  padding: 12px 24px;
  height: 100%;
  overflow: hidden auto;
}
.drawer .dr-inner::-webkit-scrollbar {
  background: transparent;
  width: 16px;
}
.drawer .dr-inner::-webkit-scrollbar-thumb {
  height: 56px;
  border-radius: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #9b9b9b;
}
.drawer .dr-inner .lrx-list {
  margin: 12px 0 0 0;
}
.drawer .dr-inner .lrx-list .lrx-item {
  padding: 0 6px;
  width: 50%;
  margin-bottom: 12px;
}
.drawer .dr-inner .p-item {
  padding: 12px;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
  color: #ACACAC;
  margin-bottom: 12px;
  font-size: 1rem;
  transition: background-color 0.25s;
}
.drawer .dr-inner .p-item:hover {
  background-color: #181818;
}
.drawer .dr-inner .p-item img {
  width: 50px;
  height: 50px;
}
.drawer .dr-inner .p-item.active {
  background-color: #fee000;
  color: #fff;
}
.drawer .dr-inner .p-item.active .link-unactive {
  display: none;
}
.drawer .dr-inner .p-item.active .link-active {
  display: block;
}
.drawer .dr-inner .p-item .link-ico {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.drawer .dr-inner .p-item .link-active {
  display: none;
}
@media screen and (max-width: 475px) {
  .drawer {
    width: 100%;
  }
  .drawer.toggle .nav-control {
    right: 12px;
  }
  .drawer .nav-control {
    right: -45px;
  }
  .drawer .nav-control img {
    width: 35px;
  }
  .drawer .dr-inner .p-item {
    font-size: 14px;
  }
}

.gbk {
  transition: 0.25s;
}

.gbk-toggle {
  transform: rotate(180deg);
}

.router-outlet {
  display: none;
  width: 100%;
}

.outlet-active {
  display: block;
}

.hidden {
  overflow: hidden;
}

.app-side-logo {
  width: 100%;
  min-width: 262px;
  max-width: 262px;
  display: flex;
  align-items: center;
}
.app-side-logo img {
  width: calc(100% - 23px);
  padding-left: 23px;
}

.btn {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-block;
}

.live-support {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1215686275);
  text-decoration: none !important;
}
.live-support img {
  width: 25px;
}
.live-support span {
  margin-left: 8px;
  color: #fff;
  font-size: 15px;
}

.social-btn {
  margin: 0 3px;
}

.nav-actions {
  border-radius: 6px;
  border: 1px solid #6a6a6a;
  background-color: rgba(255, 255, 255, 0.0784313725);
  display: flex;
}
.nav-actions .nav-acbtn {
  width: 24px;
  height: 24px;
  margin: 6px;
}
.nav-actions .nav-acbtn img {
  width: 100%;
  height: 100%;
}
.nav-actions .vidier {
  margin: 10px 0;
  border-right: 1px solid #6a6a6a;
}

#mb-banner {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.bet-info {
  font-size: 12px;
  margin: 6px;
  height: 20px;
  padding: 3px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-indicator {
  width: 100px;
  height: 100px;
  margin: 110px auto 0;
  border: solid 10px #66aaff;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.no-padding-left {
  padding-left: 0 !important;
}

.tab {
  max-width: 820px;
  margin: 0 auto;
}
.tab .explain {
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  margin: 18px 0;
}
.tab .detail-lx-header {
  font-weight: bold;
}
.tab .detail-lx-header,
.tab .detail-lx {
  padding-top: 18px;
}
.tab .detail-lx {
  font-size: 12px;
  padding-left: 10px;
  line-height: 1.375;
}
.tab .ilx-list {
  padding-left: 12px;
}
.tab .ilx-list li::marker {
  font-size: 20px;
  margin-top: 2px;
  color: #FFA929;
}

.text-right {
  text-align: right;
}

.t-exp {
  color: #EBE8CC;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 0rem 0.188rem 0rem rgba(0, 0, 0, 0.188);
}

.btgroup .boxe {
  padding-left: 60px;
}

.tlnav {
  display: block;
  text-decoration: none;
}

.ss-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 555px;
  padding: 8px 32px;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0rem 0.375rem 0rem 0rem rgba(0, 0, 0, 0.188);
  transition: 0.25s;
}
.ss-btn:hover {
  transform: scale(1.02);
}
.ss-btn.fb {
  background-color: #272CB0;
  background-image: linear-gradient(22deg, #215AB0 0%, rgba(39, 44, 176, 0.008) 100%);
}
.ss-btn.ig {
  background-color: #E41AE8;
  background-image: linear-gradient(22deg, #FF7A00 0%, rgba(228, 26, 232, 0.008) 100%);
}
.ss-btn.tl {
  background-color: #00D1FF;
  background-image: linear-gradient(22deg, #2A83EB 0%, rgba(0, 209, 255, 0.008) 100%);
}
.ss-btn.tt {
  background-color: #000;
}
.ss-btn.tw {
  background-color: #302F2F;
  background-image: linear-gradient(22deg, #302F2F 0%, rgba(48, 47, 47, 0.008) 100%);
}
.ss-btn.yt {
  background-color: #FF0000;
}
.ss-btn.em {
  background-color: #E0909E;
  background-image: linear-gradient(22deg, #D95B81 0%, rgba(224, 144, 158, 0.008) 100%);
}
.ss-btn span {
  font-size: 24px;
  font-weight: bold;
  color: #EBE8CC;
}
.ss-btn .ico {
  fill: #EBE8CC;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
}

.big-intro {
  margin: 36px 0;
  text-transform: uppercase;
  color: #EBE8CC;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.15rem;
  width: 100%;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  text-shadow: 0rem 0.375rem 0rem rgba(0, 0, 0, 0.188);
}

.tab-divider {
  height: 1px;
  width: 100%;
  background-color: #FFBF1C;
  margin: 24px 0;
}

code {
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
}

.rate-bx img {
  width: 15px;
}

.tab4 .tb-banner {
  text-align: center;
  padding-top: 24px;
}
.tab4 .tb-banner img {
  width: 100%;
  border-radius: 20px;
}

.tab-split {
  padding-top: 36px;
}

@media screen and (max-width: 768px) {
  .frs {
    margin: auto;
  }
  .ss-btn {
    padding: 12px 36px;
  }
  .tab-split {
    flex-direction: column;
  }
  .tab-split .text-right {
    text-align: center;
  }
  .tab-split .btgroup {
    margin-top: 36px;
    width: calc(100% - 60px);
    text-align: center;
  }
  .tab-split .boxe {
    padding: 0;
  }
}
@media screen and (min-width: 476px) {
  .timer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .has-drawer {
    transform: translateX(320px);
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 475px) {
  .nav-actions {
    display: none;
  }
  .drawer {
    --top: 58px;
  }
  .vbody {
    margin-top: 58px;
  }
  .navbar {
    padding: 12px;
  }
  .mb-navbar {
    justify-content: space-between;
    width: 100%;
  }
  .mb-navbar .app-side-logo {
    flex: 1;
    min-width: unset;
    max-width: unset;
  }
  .mb-navbar .app-side-logo img {
    padding-left: 12px;
    width: calc(100% - 12px);
  }
}
@media screen and (max-width: 690px) {
  .bet-info {
    font-size: 11px;
  }
  #mb-banner {
    display: block;
  }
  #banner {
    display: none;
  }
}
.d-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */