/*Goole Font Use*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,600;1,600&amp;display=swap");
/*Goole Font Use*/
/*CSS Table Of Content Ends Here*/
/*Abstracts / mixins*/
/*Abstracts / mixins*/
/*Abstracts / variables*/
:root {
  --body-color: #080808;
  --theme-color: #f8af08;
  --base-color: #35c31e;
  --header-color: #141931;
  --banner-color: #0e0e0e;
  --banner-box: #18233f;
  --button-color: #ffca10;
  --box-bg: #156742;
  --site-bar: #141931;
  --border: #559c7e;
  --tab-color: #5cad8b;
  --tab-hov: #0d4f8d;
  --faq-bg: #00321d;
  --box-two: #25355c;
  --jack-bg: #251145;
  --modal-bg: #242d04;
  --custom-base: #0593f0;
  --section-bg: #231d70;
  --white-color: #fff;
  --black-theme: #151515;
  --black-color: #000000;
  --calender: #191d23;
  --ratting-color: #e4a853;
  --pragraph-color: #666666;
  --border-two: #a09fc8;
  --cate-border: #e1cfb7;
  --placehol: #b0bcde;
}

/*Abstracts / variables*/
/*Abstracts / typography*/
html {
  scroll-behavior: smooth;
}

body {
  color: var(--black-color);
  padding: 0;
  margin: 0;
  background: var(--body-color);
  overflow-x: auto;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 76px;
  font-weight: 700;
  line-height: 98.8px;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 57px;
  font-weight: 700;
  line-height: 74.1px;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--pragraph-color);
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 1399px) {
  h1 {
    font-size: 76px;
    line-height: 88.8px;
  }
  h2 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
    font-weight: 700;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
  }
  h5 {
    font-size: 20px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 76.8px;
  }
  h2 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  h1 {
    font-size: 48px;
    line-height: 68.8px;
  }
  h2 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .section-header h2 {
    margin-bottom: 1px !important;
    font-size: 48px;
  }
  .section-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .section-header h2 {
    margin-bottom: 15px !important;
    font-size: 40px;
    line-height: 48px;
  }
  .section-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 0px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 36px;
    line-height: 44.8px;
  }
  h2 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
  }
}
@media screen and (max-width: 480px) {
  .section-header h2 {
    margin-bottom: 8px !important;
    font-size: 30px;
    line-height: 40px;
  }
  .section-header p {
    font-size: 16px !important;
  }
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--ratting-color);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ratting-color);
  border-radius: 5px;
}

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: #a6ff34 !important;
}

.text-base-two {
  color: #f8af08;
}

.amaount {
  color: #05ff00 !important;
}

.team-text {
  background: linear-gradient(137.05deg, #ffd600 2.61%, #ff9900 94.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.button__grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.left__right__space {
  padding-right: 11px;
  padding-left: 11px;
  overflow: hidden;
}

.section-bg {
  background: var(--section-bg);
}

.bg-white {
  background: var(--white-color);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
}

.max-width1 {
  max-width: 880px;
  margin: 0 auto 60px;
  text-align: center;
}
.max-width1 p {
  max-width: 680px;
  margin: 0 auto;
}

.max-width2 {
  max-width: 740px;
}

.section-header h2 {
  margin-bottom: 12px;
  margin-top: -16px;
  color: var(--white-color);
}
.section-header .ptext1 {
  margin-bottom: 10px;
}
.section-header .ptext2 {
  margin-bottom: 36px;
}
.section-header p {
  font-size: 18px;
  padding: 0;
  color: var(--white-color);
}

.black-theme {
  color: var(--black-theme) !important;
}

/*--Section Header End--*/
/*--Section Header End--*/
/*Abstracts / typography*/
/*Abstracts / footer*/
/*------Footer Section Start--------*/
/*------Footer Section Start--------*/
.footer__section {
  position: relative;
  overflow: hidden;
}

.footer__top {
  position: relative;
  z-index: 1;
}
.footer__top .widget__items .footer-head {
  margin-bottom: 16px;
}
.footer__top .widget__items .footer-head .footer-logo {
  width: 130px;
  display: block;
}
.footer__top .widget__items .footer-head .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer__top .widget__items .footer-head .title {
  color: var(--white-color);
  margin-top: -6px;
  font-weight: 500;
}
.footer__top .widget__items p {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
}
.footer__top .widget__items .content-area p {
  color: var(--white-color);
  margin-top: -5px;
  font-size: 18px;
  font-weight: 400;
}
.footer__top .widget__items .content-area .quick-link li {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  margin-left: -20px;
}
.footer__top .widget__items .content-area .quick-link li:not(:last-child) {
  margin-bottom: 5px;
}
.footer__top .widget__items .content-area .quick-link li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--white-color);
  transition: all 0.5s;
  margin-left: 24px;
  font-weight: 400;
}
.footer__top .widget__items .content-area .quick-link li a img {
  margin-right: -28px;
  opacity: 0;
  transition: all 0.3s;
}
.footer__top .widget__items .content-area .quick-link li:hover a {
  color: var(--theme-color);
}
.footer__top .widget__items .content-area .quick-link li:hover a img {
  opacity: 1;
  margin-right: 5px;
}
.footer__top .widget__items .content-area .contact li {
  gap: 8px;
  display: flex;
  align-items: center;
}
.footer__top .widget__items .content-area .contact li:not(:last-child) {
  margin-bottom: 7px;
}
.footer__top .widget__items .content-area .contact li .phone-icon i {
  color: var(--ratting-color);
}
.footer__top .widget__items .content-area .contact li .email-part {
  font-size: 16px;
  transition: all 0.3s;
  color: var(--white-color);
  font-weight: 400;
}
.footer__top .widget__items .content-area .contact li:hover a {
  color: var(--white-color);
}
.footer__top .widget__items .content-area form {
  position: relative;
  margin-top: 25px;
}
.footer__top .widget__items .content-area form input {
  border-radius: 30px;
  border: 1px solid #d5c932;
  padding: 15px 138px 15px 20px;
  outline: none;
  box-shadow: none;
  width: 100%;
  color: var(--white-color);
  position: relative;
  background-color: transparent;
}
.footer__top .widget__items .content-area form ::placeholder {
  color: var(--white-color);
}
.footer__top .widget__items .content-area form .cmn--btn {
  position: absolute;
  top: 6px;
  right: 5px;
  border-radius: 30px;
  border: none;
  padding: 11px 18px 14px;
}
.footer__top .widget__items .content-area .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
}
.footer__top .widget__items .content-area .social li:not(:last-child) {
  margin-right: 10px;
}
.footer__top .widget__items .content-area .social li .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid var(--button-color);
}
.footer__top .widget__items .content-area .social li .icon:hover {
  background: var(--button-color);
}
.footer__top .widget__items .content-area .social li .icon:hover i {
  color: var(--white-color);
}
.footer__top .widget__items .content-area .social li .icon i {
  color: var(--button-color);
  font-size: 18px;
}
.footer__top .widget__items .content-area .social li .icon:hover {
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.footer__top .widget__items .content-area .social__area .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__top
  .widget__items
  .content-area
  .social__area
  .social
  li:not(:last-child) {
  margin-right: 10px;
}
.footer__top .widget__items .content-area .social__area .social li .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
}
.footer__top .widget__items .content-area .social__area .social li .icon:hover {
  background: var(--button-color);
}
.footer__top
  .widget__items
  .content-area
  .social__area
  .social
  li
  .icon:hover
  i {
  color: var(--white-color);
}
.footer__top .widget__items .content-area .social__area .social li .icon i {
  color: var(--theme-color);
  font-size: 18px;
}
.footer__top .widget__items .content-area .social__area .social li .icon:hover {
  background-color: var(--slide-btn);
  border-color: var(--slide-btn);
}
.footer__top .widget__items .content-area .badge__icon {
  margin-top: 30px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer__bottom {
  border-top: 1px solid #4f7e2d;
  padding: 29px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer__bottom p {
  font-size: 18px;
  color: var(--white-color);
}
.footer__bottom p a {
  color: var(--theme-color);
}
.footer__bottom .bottom__ling {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer__bottom .bottom__ling li a {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
}

/*------Footer Section End--------*/
/*------Footer Section End--------*/
/*Abstracts / footer*/
/*Abstracts / header*/
/*--Menu Header Start--*/
.header-section {
  width: 100%;
  background-color: var(--header-color);
  padding: 0px 0 0px;
  position: sticky;
  top: 0;
  z-index: 9;
}
.header-section .header-wrapper .logo-menu {
  display: none;
}
.header-section .header-wrapper .logo-menu a {
  display: block;
  width: 100px;
}
.header-section .header-wrapper .logo-menu img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.menu-fixed {
  z-index: 999999;
  transition: all 0.9s;
  background-color: var(--header-color);
  padding: 0px 0 0px;
}
@media (min-width: 768px) {
  .header-wrapper {
    padding: 20px 0;
  }
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -2px;
  display: none;
}
.header-wrapper .main-menu li {
  border-radius: 5px;
  padding: 10px 10px 11px;
  transition: all 0.4s;
  position: relative;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 9px;
}
.header-wrapper .main-menu li a:hover {
  color: var(--white-color);
}
.header-wrapper .main-menu li a .icon {
  margin-top: -3px;
}
.header-wrapper .main-menu li:hover {
  background-color: #23584c;
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header-wrapper .main-menu .cmn-grp {
  display: flex;
  align-items: center;
  gap: 20px;
  display: none;
}
.header-wrapper .main-menu .cmn-grp:hover {
  cursor: pointer;
}
.header-wrapper .mneu-btn-grp .language__wrap {
  position: relative;
}
.header-wrapper .mneu-btn-grp .language__wrap .flag {
  position: absolute;
  top: 7px;
  left: 0;
}
.header-wrapper .mneu-btn-grp .nice-select {
  padding: 8px 40px 9px 44px;
}
.header-wrapper .search__form form {
  position: relative;
}
.header-wrapper .search__form form input {
  width: 280px;
  background: #272f4b;
  border-radius: 5px;
  padding: 10px 0 13px 45px;
  border: unset;
  outline: none;
}
.header-wrapper .search__form form .icon {
  position: absolute;
  left: 10px;
  top: 9px;
}
.header-wrapper .search__form form ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header-wrapper .lang {
  opacity: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    width: 110px;
  }
  .header-wrapper .main-menu li {
    padding-left: 20px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
  }
  .header-wrapper .mneu-btn-grp .cmn--btn,
  .header-wrapper .mneu-btn-grp .cmn--btn2 {
    font-size: 16px;
    padding: 9px 20px 11px;
  }
}
/*----Menu Header Start-----*/
/*Abstracts / header*/
/*Abstracts / banner*/
.banner__section {
  position: relative;
  background: var(--banner-color);
  padding-bottom: 10px;
}

.banner__left__wrap {
  padding: 0 73px;
}
.banner__left__wrap .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
  left: 0px;
  line-height: 6px;
  background: linear-gradient(89.6deg, #174e57 -1.27%, #0d1233 103.74%);
  border-radius: 0px 10px 10px 0px;
  width: 67px;
  text-align: center;
  height: 120px;
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-prev i {
  font-size: 28px;
  color: var(--white-color);
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-prev:hover {
  background: linear-gradient(89.6deg, #0a3422 -1.27%, #0f5638 103.74%);
}
.banner__left__wrap .owl-nav button.owl-prev:hover i {
  background: linear-gradient(0deg, #ffca10, #ffca10),
    linear-gradient(95.82deg, #9be15d 1.39%, #15a805 94.62%),
    linear-gradient(90.21deg, #c64aff -16.32%, #8830ff 99.37%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.banner__left__wrap .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  line-height: 6px;
  background: linear-gradient(89.6deg, #174e57 -1.27%, #0d1233 103.74%);
  border-radius: 0px 10px 10px 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 67px;
  text-align: center;
  height: 120px;
  transition: all 0.3s;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-next i {
  font-size: 28px;
  color: var(--white-color);
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-next:hover {
  background: linear-gradient(89.6deg, #0a3422 -1.27%, #0f5638 103.74%);
}
.banner__left__wrap .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}
.banner__left__wrap .owl-dots {
  position: absolute;
  bottom: 120px;
  left: 127px;
}
.banner__left__wrap .owl-dots .owl-dot span {
  background-color: #277353;
  width: 12px;
  height: 12px;
}
.banner__left__wrap .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
  width: 12px;
}

.banner__left__items::before {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.banner__left__items .shape__thumb {
  max-width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner__left__items .shape__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0 0 20px 20px;
}

.banner__content h2 {
  margin-bottom: 10px;
}
.banner__content h3 {
  margin-bottom: 10px;
}

.banner__jackpot {
  background-color: var(--banner-color);
  padding-bottom: 20px;
  padding-top: 20px;
}

.banner__jackpot__left {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  gap: 10px;
  background: linear-gradient(89.6deg, #141931 -1.27%, #044049 103.74%);
  border-radius: 20px;
}
.banner__jackpot__left span {
  color: var(--white-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}
.banner__jackpot__left h5 {
  display: flex;
  align-items: center;
  margin-bottom: -11px;
}
.banner__jackpot__left h5 span {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.banner__jackpot__items {
  display: flex;
  align-items: center;
  padding: 20px 20px 18px;
  gap: 10px;
  background: linear-gradient(#35082b, #35082b) padding-box,
    linear-gradient(to right, #ef2d62, #ff6392) border-box;
  border-radius: 1.5em;
  border: 4px solid transparent;
  position: relative;
}
.banner__jackpot__items::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 20px;
  background: linear-gradient(89.6deg, #141931 -1.27%, #044049 103.74%);
}
.banner__jackpot__items .content h5 {
  display: flex;
  align-items: center;
}
.banner__jackpot__items .content h5 span {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.banner__jackpot__items span {
  color: var(--white-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.banner__jackpot__items .thumb {
  position: relative;
}
.banner__jackpot__items h5 {
  position: relative;
}

.banner__jackpot__items2 {
  background: linear-gradient(#35082b, #35082b) padding-box,
    linear-gradient(to right, #fbad45, #fbad45) border-box;
  border-radius: 1.5em;
  border: 4px solid transparent;
}

.banner__jackpot__items3 {
  background: linear-gradient(#35082b, #35082b) padding-box,
    linear-gradient(to right, #58f5be, #41de98) border-box;
  border-radius: 1.5em;
  border: 4px solid transparent;
}

.banner__tab__feature {
  background-color: var(--banner-color);
  padding-bottom: 20px;
}

.banner__tab__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.banner__tab__items {
  background: var(--banner-color);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 20px;
  display: block;
  width: 171px;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
.banner__tab__items::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  content: "";
  background: var(--tab-hov);
  transition: all 0.4s;
  border-radius: 8px;
}
.banner__tab__items .icon {
  position: relative;
  display: block;
}
.banner__tab__items .icon i {
  color: var(--tab-color);
  font-size: 55px;
  transition: all 0.4s;
}
.banner__tab__items span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--tab-color);
  transition: all 0.4s;
}
.banner__tab__items:hover {
  border-color: var(--tab-hov);
}
.banner__tab__items:hover::before {
  width: 100%;
  height: 100%;
}
.banner__tab__items:hover .icon i {
  color: var(--banner-color);
}
.banner__tab__items:hover span {
  color: var(--banner-color);
}

/*Abstracts / banner*/
/*Abstracts / section*/
.main__body__wrap .left__body__wrap {
  width: 288px;
}
.main__body__wrap .left__body__wrap .header-section-site {
  position: fixed;
  top: 0;
  width: 288px;
  background-color: var(--site-bar);
  height: 100%;
  padding: 20px 15px 0px 15px;
}
.main__body__wrap .left__body__wrap .header-wrapper {
  display: grid;
}
.main__body__wrap .left__body__wrap .header-wrapper .logo-menu .logo {
  width: 148px;
  height: 48px;
  display: block;
  margin-bottom: 55px;
}
.main__body__wrap .left__body__wrap .header-wrapper .logo-menu .logo img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu {
  display: grid;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li {
  border-radius: 5px;
  padding-left: 0;
  padding: 10px 10px 11px;
  border: 1px solid var(--site-bar);
  transition: all 0.3s;
}
.main__body__wrap
  .left__body__wrap
  .header-wrapper
  .main-menu
  li:not(:last-child) {
  margin-bottom: 1px;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li a .icon {
  margin-top: 10px;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li a .icon i {
  color: #ff7800;
  transition: all 0.4s;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li:hover {
  background: #12432e;
  border: 1px solid #23584c;
  border-radius: 5px;
}
.main__body__wrap
  .left__body__wrap
  .header-wrapper
  .main-menu
  li:hover
  a
  .icon
  i {
  color: #3cb55e;
}
.main__body__wrap .left__body__wrap .header-wrapper .main-menu li.active {
  background: #023d55;
  border: 1px solid #00ffc5;
  border-radius: 5px;
}
.main__body__wrap
  .left__body__wrap
  .header-wrapper
  .main-menu
  li.active
  a
  .icon
  i {
  color: #ff7800;
}
.main__body__wrap .right__body__wrap {
  width: calc(100% - 288px);
}

.game__slide .owl-nav,
.game__right__time .owl-nav,
.game__right__wrap .owl-nav {
  margin-top: 75px;
}
.game__slide .owl-nav button.owl-prev,
.game__right__time .owl-nav button.owl-prev,
.game__right__wrap .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  line-height: 6px;
  background: #fdfdff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 41px;
  height: 41px;
  transition: all 0.3s;
}
.game__slide .owl-nav button.owl-prev i,
.game__right__time .owl-nav button.owl-prev i,
.game__right__wrap .owl-nav button.owl-prev i {
  font-size: 16px;
  color: var(--slide-btn);
  transition: all 0.3s;
}
.game__slide .owl-nav button.owl-prev:hover,
.game__right__time .owl-nav button.owl-prev:hover,
.game__right__wrap .owl-nav button.owl-prev:hover {
  background-color: var(--slide-btn);
}
.game__slide .owl-nav button.owl-prev:hover i,
.game__right__time .owl-nav button.owl-prev:hover i,
.game__right__wrap .owl-nav button.owl-prev:hover i {
  color: var(--white-color);
}
.game__slide .owl-nav button.owl-next,
.game__right__time .owl-nav button.owl-next,
.game__right__wrap .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -10px;
  line-height: 6px;
  background: #fdfdff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 41px;
  height: 41px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.game__slide .owl-nav button.owl-next i,
.game__right__time .owl-nav button.owl-next i,
.game__right__wrap .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 20px;
  color: var(--slide-btn);
}
.game__slide .owl-nav button.owl-next:hover,
.game__right__time .owl-nav button.owl-next:hover,
.game__right__wrap .owl-nav button.owl-next:hover {
  background-color: var(--slide-btn);
}
.game__slide .owl-nav button.owl-next:hover i,
.game__right__time .owl-nav button.owl-next:hover i,
.game__right__wrap .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}
.game__slide .owl-dots .owl-dot span,
.game__right__time .owl-dots .owl-dot span,
.game__right__wrap .owl-dots .owl-dot span {
  background-color: var(--border-two);
  width: 12px;
  height: 12px;
}
.game__slide .owl-dots .owl-dot.active span,
.game__right__time .owl-dots .owl-dot.active span,
.game__right__wrap .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
  width: 12px;
}

.top__space__head {
  margin-top: -17px;
}

.all__games .section__header__top {
  margin-top: -16px;
}

.section__header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section__header__top h2 {
  margin: 0;
}

.biggest__weekly {
  background: #272727;
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.biggest__weekly .topwinner {
  display: inline-block;
  padding: 2px 20px 5px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 170px;
  line-height: 22px;
  background: #16a806;
  transform: rotate(56.77deg);
  position: absolute;
  right: -53px;
  top: 31px;
}
.biggest__weekly .biggest__weekly__items {
  background-color: #0f162d;
  border-radius: 10px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.biggest__weekly .biggest__weekly__items .biggest__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.biggest__weekly .biggest__weekly__items .biggest__left .badge__winner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.biggest__weekly .biggest__weekly__items .biggest__left .badge__winner span {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.biggest__weekly .biggest__weekly__items .biggest__right .cmn--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  padding: 12px 15px 12px;
}
.biggest__weekly .biggest__weekly__items:not(:last-child) {
  margin-bottom: 30px;
}

.top__winner__items .biggest__weekly__items {
  display: grid;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.top__winner__items .biggest__weekly__items .biggest__left {
  margin-bottom: 5px;
  gap: 10px;
}
.top__winner__items .biggest__weekly__items .biggest__left .badge__winner {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  gap: 8px;
}
.top__winner__items .biggest__weekly__items p {
  color: var(--white-color);
  margin-bottom: 30px;
  max-width: 550px;
}

.tournaments__items {
  background: #272727;
  border-radius: 10px;
  padding: 20px 20px;
}
.tournaments__items .thumb {
  width: 100%;
  margin-bottom: 30px;
}
.tournaments__items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tournaments__items .tour__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.tournaments__items .tour__content .left__content .active__btn__grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tournaments__items .tour__content .left__content .active__btn__grp .cmn--btn {
  background-color: #8b7400;
  font-size: 16px;
  font-weight: 700;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box {
  position: relative;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box
  .total__box {
  background: #136240;
  border-radius: 10px;
  padding: 20px 20px 20px;
  text-align: center;
  max-width: 200px;
  position: absolute;
  top: 150%;
  right: -85px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box
  .total__box::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  transform: translate(-50%);
  width: 15px;
  height: 15px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #136240;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box
  .total__box
  span {
  color: var(--white-color);
  display: block;
  margin-bottom: 10px;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box
  .total__box
  h6 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box
  .total__box
  p {
  color: var(--white-color);
  font-size: 13px;
  line-height: 18px;
}
.tournaments__items
  .tour__content
  .left__content
  .active__btn__grp
  .active__box:hover
  .total__box {
  opacity: 1;
  visibility: visible;
}
.tournaments__items .tour__content .left__content .win-list {
  color: #71b698;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.tournaments__items .tour__content .left__content h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 20px;
}
.tournaments__items .tour__content .left__content .tour__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tournaments__items .tour__content .left__content .tour__btn .arrow__btn {
  background-color: #407064;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  display: block;
  height: 40px;
  line-height: 40px;
}
.tournaments__items .tour__content .left__content .tour__btn .arrow__btn i {
  color: #aadbcc;
}
.tournaments__items .tour__content .right__content {
  background: #0f162d;
  border-radius: 10px;
  padding: 20px 20px;
  width: 51%;
  max-width: 100%;
}
.tournaments__items .tour__content .right__content .pool {
  color: #63e0ab;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}
.tournaments__items .tour__content .right__content .brl {
  background: #17302a;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  padding: 8px 20px 12px;
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}
.tournaments__items .tour__content .right__content .timing___wrap ul {
  display: flex;
  gap: 5px;
}
.tournaments__items
  .tour__content
  .right__content
  .timing___wrap
  ul
  .dash-class {
  margin-top: 10px;
}
.tournaments__items .tour__content .right__content .timing___wrap ul li {
  color: var(--white-color);
  font-weight: 500;
}
.tournaments__items .tour__content .right__content .timing___wrap ul li h6 {
  background: #17302a;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  padding: 11px 10px 9px;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
}
.tournaments__items .tour__content .right__content .timing___wrap ul li p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: var(--white-color);
}

.allgames__items {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.allgames__items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.allgames__items .game__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  inset: 0 0 -100% 0;
  border-radius: 10px;
  background: linear-gradient(
    181.17deg,
    rgba(0, 6, 22, 0.163) 27%,
    rgba(1, 17, 57, 0.78) 100.27%
  );
  opacity: 0;
  transition: all 0.4s;
}
.allgames__items .game__overlay .btn__grp {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.allgames__items .game__overlay .btn__grp .cmn--btn {
  font-weight: 600;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 25px 10px;
}
.allgames__items .game__overlay .btn__grp .cmn--btn2 {
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 25px 10px;
}
.allgames__items .game__overlay .reaction {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--button-color);
  border-radius: 15px;
  text-align: center;
  opacity: 1;
}
.allgames__items .game__overlay .reaction i {
  color: var(--white-color);
  font-size: 14px;
}
.allgames__items:hover .game__overlay {
  inset: 0 0 -100% 0;
  opacity: 1;
}

.faq__section {
  overflow: hidden;
}

.faq__board .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--banner-color);
  box-shadow: none;
}
.faq__board .accordion-button:not(.collapsed) span {
  color: var(--white-color);
}
.faq__board .accordion-button:not(.collapsed)::before {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}
.faq__board .accordion-body p {
  color: var(--white-color);
  font-size: 18px;
  line-height: 30px;
}
.faq__board .accordion-item {
  background-color: var(--body-color);
  border: unset;
  overflow: hidden;
  border-radius: 10px;
}
.faq__board .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq__board .accordion-item .collapsed::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: rotate(0deg);
  color: var(--white-color);
  background: #c0a315;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.faq__board .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.faq__board .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.faq__board .accordion-button {
  position: relative;
  display: flex;
  width: 100%;
  box-shadow: none;
  padding: 17px 20px 20px;
  line-height: 31px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: var(--white-color);
  text-align: left;
  background-color: var(--faq-bg);
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.faq__board .accordion-button::before {
  content: "";
  right: 0;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: var(--theme-color);
}
.faq__board .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  font-weight: 900;
  background-image: none;
  position: absolute;
  top: 17px;
  color: var(--white-color);
  right: 20px;
  transform: rotate(0deg);
  background: var(--button-color);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  bottom: 50%;
}

.contact__section {
  background-color: #0e0e0e;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.form__area__left {
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.form__area__left #form {
  position: relative;
}
.form__area__left #form .form__items {
  margin-bottom: 20px;
}
.form__area__left #form .form-control {
  padding: unset;
  margin-bottom: 20px;
  border: none;
  position: relative;
  background-color: transparent;
}
.form__area__left #form .form-control input {
  box-shadow: none;
  outline: none;
  border: none;
  background: var(--body-color);
  border: 1px solid #246455;
  border-radius: 5px;
  color: #989898;
  padding: 13px 15px 15px;
  border-radius: 10px;
  width: 100%;
}
.form__area__left #form .form-control ::placeholder {
  color: #989898;
}
.form__area__left #form .form-control label {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.form__area__left #form .cmn--btn {
  margin-top: 13px;
  border: none;
  border: none;
}
.form__area__left #form .form-control textarea {
  box-shadow: none;
  outline: none;
  border: none;
  width: 100%;
  background-color: var(--body-color);
  border: 1px solid #246455;
  color: var(--theme-color);
  padding: 15px 15px 15px 20px;
  border-radius: 10px;
}
.form__area__left #form .form-control textarea:focus {
  outline: 0;
  border-color: none;
}
.form__area__left #form .form-control.success textarea {
  border-color: #2ecc71;
}
.form__area__left #form .form-control.error textarea {
  border-color: #e74c3c;
}
.form__area__left #form .form-control input:focus {
  outline: 0;
  border-color: none;
}
.form__area__left #form .form-control.success input {
  border-color: #2ecc71;
}
.form__area__left #form .form-control.error input {
  border-color: #e74c3c;
}
.form__area__left #form .form-control small {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.form__area__left #form .form-control.error small {
  visibility: visible;
}
.form__area__left #form .thank_you p {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 16px;
  color: green;
  animation: scaleone 0.5s linear;
  transition: all 0.5s;
  display: none;
}
@keyframes scaleone {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.right__contact {
  position: relative;
  z-index: 1;
}
.right__contact .section-header {
  margin-bottom: 52px;
}
.right__contact .section-header h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.right__contact .section-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Jost", sans-serif;
}
.right__contact .contact li {
  display: flex;
  align-items: center;
  gap: 18px;
}
.right__contact .contact li:not(:last-child) {
  margin-bottom: 30px;
}
.right__contact .contact li .thumb {
  width: 80px;
  height: 80px;
}
.right__contact .contact li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.right__contact .contact li .email-part h5 {
  color: var(--white-color);
  margin-bottom: 7px;
  font-weight: 700;
}
.right__contact .contact li .email-part p {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.register__modal {
  z-index: 9999999;
}
.register__modal .modal-content {
  background: #171925;
  background-size: cover;
  border-radius: 20px;
}
.register__modal .modal-content .modal-header {
  border: unset;
  padding: 0 0;
}
.register__modal .modal-content .modal-header button {
  background-image: none;
  background: url(../img/modal/cros.png) no-repeat;
  background-size: 20px;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: 15px;
  margin-right: 15px;
}
.register__modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}
.register__modal .modal-content .modal-body .modal__left .modal__left__head {
  text-align: center;
  margin: 0 auto 0px;
}
.register__modal .modal-content .modal-body .modal__left .modal__left__head h3 {
  color: var(--black-theme);
}
.register__modal .modal-content .modal-body .modal__left .modal__left__head p {
  color: var(--white-color);
  font-size: 13px;
  font-weight: 400;
}
.register__modal .modal-content .modal-body .modal__left .thumb {
  max-width: 600px;
  margin-bottom: 22px;
  margin-left: 80px;
}
.register__modal .modal-content .modal-body .modal__left .thumb img {
  width: 100%;
  height: 100%;
}
.register__modal .modal-content .modal-body .modal__right {
  width: 40%;
  background: #0e0e0e;
  border: 1px solid #ffae00;
  border-radius: 20px;
  padding: 30px 30px 30px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head {
  margin-bottom: 20px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head
  p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-theme);
  margin-bottom: 15px;
  text-align: center;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head
  .social {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head
  .social
  li
  a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  border: 1px solid var(--slide-btn);
  text-align: center;
  line-height: 38px;
  transition: all 0.3s;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head
  .social
  li
  a
  i {
  color: var(--slide-btn);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head
  .social
  li
  a:hover {
  background-color: var(--slide-btn);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__head
  .social
  li
  a:hover
  i {
  color: var(--white-color);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp {
  position: relative;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp:not(:last-child) {
  margin-bottom: 10px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp
  .field-icon {
  position: absolute;
  top: 62px;
  right: 20px;
  z-index: 99999;
  color: #36b47d;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp
  label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 8px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp
  input {
  border-radius: 10px;
  background: #16211c;
  border-radius: 10px;
  width: 100%;
  border: unset;
  padding: 13px 50px 15px 18px;
  outline: none;
  color: #6b7c75;
  position: relative;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp
  ::placeholder {
  color: #6b7c75;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__select {
  padding: 0 0 30px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__select
  .nice-select {
  width: 100%;
  background: linear-gradient(#3e0f36, #3e0f36) padding-box,
    linear-gradient(to right, #e4a91b, #f88021) border-box;
  border-radius: 0.5em;
  border: 1px solid transparent;
  color: #989898;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__select
  .form-country {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 30px;
  margin-bottom: 8px;
  display: block;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__grp__new {
  margin-top: 40px;
  position: static;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -14px;
  margin-bottom: 40px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form-check
  .form-check-input {
  width: 15px;
  height: 15px;
  border: 1px solid var(--theme-color);
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form-check
  .form-check-label {
  width: calc(100% - 15px);
  color: var(--black-theme);
  font-size: 16px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form-check
  .form-check-label
  span {
  color: var(--theme-color);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .form__select_last {
  margin-top: 40px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .check__mark {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .check__mark
  .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: 1px solid #000000;
  background-color: #5f2206;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .check__mark
  .form-check-label {
  color: var(--white-color);
  font-size: 14px;
  width: calc(100% - 20px);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .signin__btn__grp {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: center;
}

.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .signin__btn__grp-google {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .signin__btn__grp
  .cmn--btn2 {
  border: 1px solid var(--theme-color);
  background-color: #590b0b;
  border-radius: 30px;
  padding: 8px 25px 8px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .social__head {
  position: relative;
  margin-bottom: 20px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .social__head
  .gra__border {
  background: linear-gradient(
    90deg,
    rgba(40, 39, 36, 0),
    rgba(37, 36, 33, 0.15) 25%,
    rgba(38, 37, 34, 0.831) 50%,
    rgba(38, 37, 35, 0.15) 75%,
    rgba(41, 40, 39, 0)
  );
  content: "";
  display: block;
  height: 1.5px;
  margin: 0px auto 2px;
  width: 100%;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .social__head
  .log__text {
  width: 145px;
  display: block;
  text-align: center;
  margin: -15px auto 0;
  color: var(--white-color);
  font-size: 13px;
  background-color: #0e0e0e;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .social {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .social
  li
  a {
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .social
  li
  a
  i {
  color: var(--theme-color);
  font-size: 14px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  p {
  text-align: center;
  color: var(--black-theme);
  font-size: 16px;
  font-weight: 400;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  p
  a {
  color: var(--slide-btn);
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  form
  .reset {
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  color: var(--black-theme);
  margin-bottom: 30px;
  margin-top: -20px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__icon
  li {
  background: var(--modal-bg);
  width: 40%;
  border-radius: 10px;
  padding: 10px 15px 12px;
  margin: 10px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__icon
  li
  a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.register__modal
  .modal-content
  .modal-body
  .modal__right
  .form__tabs__wrap
  .social__icon
  li
  a
  i {
  color: var(--white-color);
}

.critter__pop {
  z-index: 9999999;
}
.critter__pop .modal-dialog {
  background: #0f5638;
  border-radius: 20px;
  padding: 30px 30px;
}
.critter__pop .modal-content {
  border: unset;
  border-radius: 20px;
  background-color: transparent;
}
.critter__pop .modal-content .modal-header {
  border: unset;
}
.critter__pop .tabs__wrap {
  margin-top: 20px;
}
.critter__pop .tabs__wrap .modal__gallery__items {
  width: 100%;
}
.critter__pop .tabs__wrap .modal__gallery__items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.critter__pop .modal-body {
  display: grid;
  padding: 0px 0px;
}
.critter__pop .modal-body .critter__head {
  text-align: center;
  margin-bottom: 55px;
}
.critter__pop .modal-body .critter__head h2 {
  margin-bottom: 55px;
}
.critter__pop .modal-body .critter__head .critter__content .critter_left h4 {
  margin-bottom: 10px;
}
.critter__pop
  .modal-body
  .critter__head
  .critter__content
  .critter_left
  .timing__wrap
  ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.critter__pop
  .modal-body
  .critter__head
  .critter__content
  .critter_left
  .timing__wrap
  ul
  li
  h4 {
  font-size: 32px;
  line-height: 35px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: -1px;
}
.critter__pop
  .modal-body
  .critter__head
  .critter__content
  .critter_left
  .timing__wrap
  ul
  li
  p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
.critter__pop .modal-body .critter__head .critter__content .critter__box {
  background: #00321d;
  padding: 20px 20px 20px;
  height: 100%;
}
.critter__pop .modal-body .critter__head .critter__content .critter__box h6 {
  color: #f8af08;
  margin-bottom: 20px;
}
.critter__pop .modal-body .critter__head .critter__content .critter__right h5 {
  color: var(--custom-base);
  margin-bottom: 12px;
}
.critter__pop
  .modal-body
  .critter__head
  .critter__content
  .critter__right
  h5
  span {
  font-size: 18px;
  font-weight: 400 !important;
  color: var(--black-theme);
}
.critter__pop
  .modal-body
  .critter__head
  .critter__content
  .critter__right
  .cmn--btn2 {
  padding: 9px 20px 9px;
}
.critter__pop .modal-body .prize__head {
  text-align: center;
}
.critter__pop .modal-body .prize__head h4 {
  color: var(--white-color);
  margin-bottom: 0px;
}
.critter__pop .modal-body .prize__head p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
}
.critter__pop .modal-body .rank__wrap {
  margin-top: 30px;
}
.critter__pop .modal-body .rank__wrap li {
  background-color: #08281a;
  padding: 16px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.critter__pop .modal-body .rank__wrap li:nth-child(odd) {
  background-color: #0c3b26;
}
.critter__pop .modal-body .rank__wrap li .short__items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.critter__pop .modal-body .rank__wrap li .short__items .text {
  font-weight: 500;
  font-size: 20px;
  color: var(--white-color);
}
.critter__pop .modal-body .rank__wrap li h5 {
  color: var(--white-color);
  margin: 0;
}
.critter__pop .modal-body .rank__wrap .graditent__bg {
  background: linear-gradient(
    92.9deg,
    #137247 0%,
    rgba(19, 114, 71, 0) 101.85%
  );
}
.critter__pop .modal-body .rank__wrap .graditent__bg2 {
  background: linear-gradient(
    92.83deg,
    #178b57 0%,
    rgba(19, 114, 71, 0) 110.82%
  );
}
.critter__pop .modal-body .rank__wrap .graditent__bg3 {
  background: linear-gradient(
    92.99deg,
    #559c7e -1.39%,
    rgba(85, 156, 126, 0) 96.79%
  );
}
.critter__pop .modal-body .article {
  text-align: center;
  margin: 5px auto 10px;
  font-size: 18px;
  font-weight: 500;
  color: #5f5964;
}

.btn-close {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../img/modal/cros.png) no-repeat;
  background-size: contain;
  border: 0;
  z-index: 999;
  border-radius: 0.375rem;
  opacity: 1;
}

/*Abstracts / section*/
/*Abstracts / animation*/
@keyframes bet1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round1 {
  0% {
    transform: rotate(360deg);
  }
}
/*Abstracts / animation*/
/*Abstracts / componets*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  padding: 10px 30px 12px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  color: var(--white-color) !important;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  text-align: center;
  background: #005a5f;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(114.26deg, #ffca10 13.41%, #eedb97 87.24%);
  height: 100%;
  width: 0px;
  transition: all 0.4s;
}
.cmn--btn:hover::before {
  width: 100%;
}
.cmn--btn:hover {
  color: var(--theme-color) !important;
}
.cmn--btn:hover span {
  color: var(--white-color);
}
.cmn--btn span {
  z-index: 1;
  position: relative;
  transition: all 0.4s;
}

.cmn--btn2 {
  border-radius: 20px;
  padding: 10px 30px 12px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: inline-block;
  color: var(--white-color) !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
  text-align: center;
  background-color: #6e7b75;
  position: relative;
  overflow: hidden;
}
.cmn--btn2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(114.26deg, #ffca10 13.41%, #eedb97 87.24%);
  height: 100%;
  width: 0px;
  transition: all 0.4s;
}
.cmn--btn2:hover::before {
  width: 100%;
}
.cmn--btn2:hover span {
  color: var(--white-color);
}
.cmn--btn2 span {
  z-index: 1;
  position: relative;
  transition: all 0.4s;
}

.mneu-btn-grp {
  display: flex;
  align-items: center;
  gap: 13px;
}

.cmn__custom {
  background: #694a03;
}

/*--Button Area End--*/
/*--Button Area End--*/
/*Abstracts / componets*/
/*Abstracts / reponsive*/
@media screen and (max-width: 1399px) {
  .biggest__weekly {
    padding: 20px 20px;
  }
  .biggest__weekly .biggest__weekly__items {
    padding: 20px 20px;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .biggest__weekly .biggest__weekly__items .biggest__left {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
  }
  .biggest__weekly .biggest__weekly__items .biggest__left .icon {
    margin-bottom: 25px;
  }
  .biggest__weekly .biggest__weekly__items .biggest__left .badge__winner {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 25px;
  }
  .biggest__weekly
    .biggest__weekly__items
    .biggest__left
    .badge__winner
    .winner__man {
    margin-bottom: 5px;
  }
  .biggest__weekly .biggest__weekly__items .biggest__left .badge__winner span {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }
  .biggest__weekly .biggest__weekly__items .biggest__right .cmn--btn {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 12px 15px 12px;
    width: 100%;
  }
  .faq__board .accordion-button span {
    margin-right: 50px;
  }
  .jackpot__content {
    text-align: center;
  }
  .jackpot__content h1 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 66px;
  }
  .jackpot__content h2 {
    margin-bottom: 30px;
    font-size: 41px;
    line-height: 50px;
  }
  .banner__left__items .shape__thumb {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1199px) {
  .banner__content {
    position: relative;
  }
  .banner__content h2 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 55px;
  }
  .banner__content h3 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 42px;
  }
  .banner__content h4 {
    font-size: 24px;
  }
  .section__header__top {
    margin-bottom: 30px;
  }
  .section__header__top h2 {
    font-size: 39px;
  }
  .faq__section .section__header__top {
    margin-bottom: 20px;
  }
  .form__area__left {
    margin-bottom: 35px;
  }
  .form__area__left .section__header__top h2 {
    line-height: 30px;
  }
  .register__modal .modal-content .modal-body .modal__left .thumb {
    max-width: 350px;
  }
  .register__modal .modal-content .modal-body .modal__right {
    width: calc(100% - 350px);
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .form__tabs__wrap
    form
    .signin__btn__grp {
    gap: 5px;
  }
  .jackpot__content h1 {
    font-size: 42px;
    margin-bottom: 0;
  }
  .jackpot__content h2 {
    font-size: 28px;
  }
  .jackpot__right__bg .jack__shape {
    left: -110px;
  }
  .jak__items {
    padding: 15px 14px;
  }
  .jak__items .thumb {
    margin-bottom: 12px;
  }
  .jak__items .content h4 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .max-width1 {
    margin: 0 auto 50px;
  }
  .pb-60 {
    padding-bottom: 41px;
  }
  .footer__top .widget__items .content-area p {
    margin-top: -5px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main__body__wrap .left__body__wrap {
    width: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }
  .header-section .header-wrapper .language__wrap {
    position: relative;
  }
  .header-section .header-wrapper .language__wrap .flag {
    position: absolute;
    top: 7px;
    left: 0;
  }
  .header-section .header-wrapper .nice-select {
    padding: 8px 40px 9px 44px;
  }
  .header-section .header-wrapper .logo-menu {
    display: block;
  }
  .header-section .header-wrapper .lang {
    opacity: 1;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 5px 5px;
    background: var(--header-color);
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
    padding-left: 10px !important;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 7px;
    background: #0a2c4f;
    border: 1px solid #1b6881;
    border-radius: 5px;
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 9px;
    font-size: 17px;
  }
  .main-menu li .sub-menu {
    margin: 0px 10px 15px 20px !important;
  }
  .main-menu li .sub-menu li a {
    padding: 8px 15px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .main-menu .cmn-grp {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 20px;
    display: block !important;
  }
  .main-menu .cmn-grp .cmn--btn {
    padding: 8px 25px 11px;
    font-size: 16px;
    display: inline-block;
  }
  .main-menu .cmn-grp .cmn--btn2 {
    padding: 8px 25px 8px;
    display: inline-block;
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--white-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper {
    flex-wrap: wrap;
  }
  .header-wrapper .main-menu {
    display: block;
    margin-top: 25px;
  }
  .header-wrapper .mneu-btn-grp {
    display: none;
  }
  .header-wrapper .search__form {
    display: none;
  }
  .main__body__wrap .left__body__wrap .header-section-site {
    display: none;
  }
  .main__body__wrap .left__body__wrap .header-wrapper {
    display: grid;
  }
  .main__body__wrap .left__body__wrap .header-wrapper .logo-menu {
    display: block;
  }
  .main__body__wrap .left__body__wrap .header-wrapper .main-menu {
    display: grid;
  }
  .main__body__wrap .right__body__wrap {
    width: 100%;
  }
  .faq__board .accordion-item .collapsed::after {
    top: 10px;
    right: 10px;
  }
  .faq__board .accordion-button {
    font-size: 14px;
    line-height: 21px;
  }
  .faq__board .accordion-button span {
    margin-right: 50px;
  }
  .tournaments__items {
    padding: 10px 20px 20px;
    overflow: hidden;
  }
  .tournaments__items .content p {
    font-size: 18px;
    line-height: 30px;
  }
  .tournaments__items .tournaments__shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: 0.2;
  }
  .jackpot__right__bg .jack__shape {
    display: none;
  }
  .game__head__wrap {
    display: grid;
    margin-bottom: 30px;
  }
  .game__head__wrap h2 {
    margin-bottom: 0px;
    font-size: 36px;
  }
  .max-width1 {
    margin: 0 auto 40px;
  }
  .right__contact {
    margin-bottom: 30px;
  }
  .footer__top .widget__items .content-area .quick-link li a {
    font-size: 17px;
  }
  .footer__top .widget__items .content-area form {
    margin-top: 20px;
  }
  .footer__top .widget__items .content-area form input {
    padding: 15px 128px 15px 20px;
    font-size: 16px;
  }
  .footer__top .widget__items .content-area form .cmn--btn2 {
    padding: 11px 18px 14px;
    font-size: 16px;
  }
  .register__modal {
    z-index: 9999999;
  }
  .register__modal .modal-content .modal-header {
    border: unset;
    padding: 0 0;
  }
  .register__modal .modal-content .modal-header button {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  .register__modal .modal-content .modal-body {
    display: grid;
    justify-content: center;
    padding: 20px 20px 20px 20px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head {
    text-align: center;
    margin: 0 auto 30px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__left
    .modal__left__head
    h3 {
    font-size: 28px;
  }
  .register__modal .modal-content .modal-body .modal__left .thumb {
    display: none;
  }
  .register__modal .modal-content .modal-body .modal__right {
    width: 100%;
    border-radius: 20px;
  }
  .register__modal .modal-content .modal-body .modal__right .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 26px;
    border: unset;
    margin-bottom: 20px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .nav
    .nav-item
    .nav-link {
    line-height: 22px;
    outline: none;
    box-shadow: none;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp {
    position: relative;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp:not(:last-child) {
    margin-bottom: 25px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp
    .field-icon {
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: 99999;
    color: #8b8b9d;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp
    label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp
    input {
    width: 100%;
    padding: 13px 50px 15px 18px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp
    ::placeholder {
    color: #989898;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .reset {
    font-size: 14px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__select {
    padding: 0 0 30px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__select
    .nice-select {
    width: 100%;
    background: linear-gradient(#3e0f36, #3e0f36) padding-box,
      linear-gradient(to right, #e4a91b, #f88021) border-box;
    border-radius: 0.5em;
    border: 1px solid transparent;
    color: #989898;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__select
    .form-country {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    display: block;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__grp__new {
    margin-top: 40px;
    position: static;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -14px;
    margin-bottom: 40px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form-check
    .form-check-input {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    background-color: transparent;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .form__select_last {
    margin-top: 40px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    .cmn--btn2 {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 20px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    p {
    text-align: center;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    .social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    .social__icon
    li {
    width: 40%;
    border-radius: 10px;
    padding: 10px 15px 12px;
    margin: 10px;
  }
  .modal__thumb__wrap {
    padding: 30px 10px 20px 10px;
  }
  .modal__thumb__wrap .section-header {
    margin-bottom: 15px;
  }
  .modal__thumb__wrap .section-header h2 {
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
  }
  .toffi__bg .head__toffi {
    padding: 0 0 0px !important;
  }
  .toffi__bg .head__toffi p {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
  .toffi__bg .head__toffi h2 {
    font-size: 32px;
  }
  .toffi__bg .bottom__toffi {
    display: grid !important;
    align-items: flex-end;
  }
  .toffi__bg .bottom__toffi .timing__wrap {
    width: 100% !important;
    margin-top: 20px;
  }
  .toffi__bg .bottom__toffi .timing__wrap #countdown ul {
    display: flex;
    justify-content: center;
    gap: 6px !important;
    align-content: center;
    margin-bottom: -44px;
  }
  .toffi__bg .bottom__toffi .timing__wrap #countdown ul li span {
    font-size: 22px !important;
    font-weight: 500;
    width: 60px;
    line-height: 45px;
    height: 49px;
    margin-bottom: 0 !important;
  }
  .toffi__bg .bottom__toffi .timing__wrap #countdown ul li .spantext {
    font-size: 14px !important;
    font-weight: 500;
  }
  .critter__pop .modal-dialog .modal-body .critter__head {
    margin-bottom: 30px;
  }
  .critter__pop .modal-dialog .modal-body .critter__head h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section__header__top {
    margin-bottom: 30px;
    display: grid;
  }
  .section__header__top h2 {
    font-size: 39px;
    margin-bottom: 4px;
  }
  .section__header__top .cmn--btn {
    width: 170px;
    text-align: center;
    padding: 11px 10px 12px;
  }
  .faq__section .section__header__top {
    margin-bottom: 20px;
  }
  .faq__section .section__header__top h2 {
    font-size: 28px;
    line-height: 39px;
  }
  .wins__head h2 {
    font-size: 36px;
  }
  .right__contact {
    margin-bottom: 30px;
  }
  .right__contact .section-header {
    margin-bottom: 30px;
  }
  .form__area__left {
    padding: 15px 10px 20px;
  }
  .form__area__left .section-header {
    margin-bottom: 20px;
  }
  .form__area__left .section-header h3 {
    font-size: 36px;
  }
  .footer__bottom {
    padding: 19px 0;
    display: grid;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .footer__bottom p {
    font-size: 18px;
  }
  .footer__bottom .bottom__ling {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }
  .footer__bottom .bottom__ling li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 670px) {
  .bonus__section {
    position: relative;
  }
  .bonus__section .gamewins__head__wrap {
    margin-right: 0px;
  }
  .bonus__wrapper .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .banner__left__wrap {
    padding: 0 0;
  }
  .banner__left__wrap .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -18px;
    width: 30px;
    height: 40px;
  }
  .banner__left__wrap .owl-nav button.owl-prev img {
    width: 14px;
  }
  .banner__left__wrap .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -18px;
    width: 30px;
    height: 40px;
  }
  .banner__left__wrap .owl-nav button.owl-next img {
    width: 14px;
  }
  .banner__left__wrap .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 7px;
  }
  .banner__content h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .banner__content h2 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 45px;
  }
  .banner__content h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 42px;
  }
  .shape__thumb {
    opacity: 0.5;
  }
  .banner__tab__feature {
    padding-top: 10px;
  }
  .tournaments__items .content h3 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .tournaments__items .content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tournaments__items .tournaments__shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: 0.2;
  }
  .game__head__wrap h2 {
    font-size: 36px;
    margin-bottom: -4px;
  }
  .modal__thumb__wrap .section-header {
    margin-bottom: 15px;
  }
  .modal__thumb__wrap .section-header h2 {
    line-height: 30px;
    font-size: 28px;
    font-weight: 500;
  }
  .max-width1 {
    margin: 0 auto 35px;
  }
  .pb-60 {
    padding-bottom: 25px;
  }
  .tournamets__section {
    overflow: hidden;
  }
  .tournaments__items {
    padding: 15px 10px 15px;
  }
  .tournaments__items .tour__content {
    display: grid;
  }
  .tournaments__items .tour__content .left__content {
    width: 100%;
  }
  .tournaments__items .tour__content .right__content {
    width: 100%;
    padding: 20px 10px;
  }
  .faq__section .top__space__head {
    margin-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .banner__tab__wrap {
    gap: 10px;
  }
  .banner__tab__items {
    border-radius: 10px;
    padding: 16px 0px;
    width: 128px;
    width: 98px;
    height: 88px;
  }
  .banner__tab__items .icon i {
    font-size: 45px;
  }
  .banner__tab__items span {
    font-size: 16px;
  }
  .section__header__top h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .biggest__weekly {
    padding: 10px 10px;
  }
  .biggest__weekly .biggest__weekly__items {
    padding: 20px 20px;
  }
  .biggest__weekly .biggest__weekly__items:not(:last-child) {
    margin-bottom: 10px;
  }
  .biggest__weekly .biggest__weekly__items .biggest__right .cmn--btn {
    font-size: 16px;
  }
  .footer__section .shape__right {
    display: none;
  }
  .register__modal {
    z-index: 9999999;
  }
  .register__modal .modal-content .modal-header button {
    background-image: none;
    background: url(../img/modal/cros.png) no-repeat;
    background-size: 20px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-top: 15px;
    margin-right: 15px;
  }
  .register__modal .modal-content .modal-body {
    padding: 20px 10px 10px 10px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head {
    text-align: center;
    margin: 0 auto 30px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__left
    .modal__left__head
    h3 {
    font-size: 22px;
  }
  .register__modal .modal-content .modal-body .modal__right {
    padding: 20px 15px;
    margin-bottom: 12px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    form
    p {
    font-size: 16px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    .social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    .social__icon
    li {
    background: var(--modal-bg);
    width: 45%;
    border-radius: 10px;
    padding: 10px 15px 12px;
    margin: 4px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    .social__icon
    li
    a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .register__modal
    .modal-content
    .modal-body
    .modal__right
    .tab-content
    .form__tabs__wrap
    .social__icon
    li
    a
    i {
    color: var(--white-color);
  }
  .critter__pop .modal-dialog {
    padding: 7px 3px;
  }
  .critter__pop .modal-dialog .modal-body .critter__head {
    margin-bottom: 20px;
  }
  .critter__pop .modal-dialog .modal-body .critter__head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .section__header__top h2 {
    font-size: 21px;
    margin-bottom: 0px;
  }
  .section__header__top .cmn--btn {
    font-size: 16px;
  }
  .faq__section .section__header__top {
    margin-bottom: 20px;
  }
  .faq__section .section__header__top h2 {
    font-size: 22px;
    line-height: 31px;
  }
  .footer__top .widget__items .content-area form {
    margin-top: 20px;
  }
  .footer__top .widget__items .content-area form input {
    padding: 15px 128px 15px 20px;
    font-size: 14px;
  }
  .footer__top .widget__items .content-area form .cmn--btn2 {
    padding: 9px 18px 12px;
    font-size: 14px;
  }
  .footer__bottom p {
    font-size: 17px;
  }
  .footer__bottom .bottom__ling {
    margin-top: 5px;
  }
  .footer__bottom .bottom__ling li a {
    font-size: 16px;
  }
  .footer__top .widget__items .content-area form .cmn--btn {
    position: absolute;
    top: 4px;
    right: 3px;
  }
}
@media screen and (max-width: 350px) {
  .header-wrapper .lang .language__wrap {
    display: none;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .tournaments__items .tour__content {
    display: grid;
  }
  .tournaments__items .tour__content .left__content {
    width: 100%;
  }
  .tournaments__items .tour__content .right__content {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .banner__jackpot__items {
    display: flex;
    align-items: center;
    padding: 20px 5px 18px;
    gap: 10px;
  }
  .banner__jackpot__items span {
    font-size: 15px;
  }
  .banner__left__items {
    padding: 100px 40px 135px;
  }
  .biggest__weekly .topwinner {
    font-size: 14px;
  }
  .biggest__weekly .biggest__weekly__items:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq__board .accordion-item .collapsed::after {
    top: 10px;
    right: 10px;
  }
  .faq__board .accordion-button {
    font-size: 14px;
    line-height: 21px;
  }
  .faq__board .accordion-button span {
    margin-right: 50px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .banner__left__items {
    padding: 100px 40px 135px;
  }
  .banner__content {
    position: relative;
  }
  .banner__content h1 {
    font-size: 38px;
  }
  .banner__content h2 {
    font-size: 32px;
    line-height: 55px;
  }
  .banner__content h3 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 42px;
  }
}
/*Abstracts / reponsive*/
/*CSS Table Of Content Ends End*/ /*# sourceMappingURL=main.css.map */

.icon-link {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Espaço entre ícone e texto */
  text-decoration: none;
  color: inherit;
}

.icon-link .icon-img img {
  width: 25px;
  height: 25px;
  display: block;
}

.icon-link .icon-text {
  font-size: 16px;
}

.banner__tab__items_extracao {
  background: #0e413a;
  border: 1px solid #063453;
  border-radius: 10px;
  padding: 5px 1px;
  display: block;
  width: 90px;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}

.banner__tab__wrap_extracao {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.banner__tab__items_extracao .icon_extracao img {
  width: 56px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 5px;
}

.banner__tab__items_extracao .label_extracao {
  display: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
}

.multi-step-container {
  max-width: 100%;
  width: 100%;
  margin: 20px auto;
  padding: 1.5rem;
  background: #080808;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 1px;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}

.step {
  flex: 1;
  max-width: 40px;
  height: 40px;
  background-color: #00b7ff;
  color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: background-color 0.3s;
  margin: 0 auto;
}

.step.active {
  background-color: #ffe554;
}

.step-content {
  min-height: 150px;
  margin-bottom: 1.5rem;
}

.step-navigation {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.step-navigation {
  width: 100%;
  margin-top: 20px;
}

.step-btn-container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}

.btn-step {
  flex: 1;
  padding: 12px 0;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
  box-sizing: border-box;
}

.btn-step:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.btn-step:hover:not(:disabled) {
  background-color: #0056b3;
}

@media (min-width: 768px) {
  .step-btn-container .btn-step {
    padding: 14px 0;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .step-btn-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .step-btn-container .btn-step {
    font-size: 18px;
    padding: 14px 0;
  }
}

@media (min-width: 600px) {
  .multi-step-container {
    max-width: 1200px;
  }
}

/* Responsividade */
@media (max-width: 500px) {
  .step-indicator {
    justify-content: space-around;
  }

  .step {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .step-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-step {
    width: 100%;
  }
}

.btn-step-voltar,
.btn-step-avancar {
  flex: 1;
  /* ocupa espaço proporcional */
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  color: #fff;
  min-width: 120px;
}

.btn-step-voltar {
  background-color: #dc3545;
}

.btn-step-voltar:hover:enabled {
  background-color: #c82333;
}

.btn-step-voltar:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-step-avancar {
  background-color: #28a745;
}

.btn-step-avancar:hover {
  background-color: #218838;
}

.step-btn-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  width: 100%;
}

.cmn--btn--bicho {
  border: none;
  cursor: pointer;
  background: #005a5f;
  margin-right: 1px;
  border-radius: 5px;

  padding: 5px 15px;
  font-size: 16px;
  color: white;
}

.cmn--btn--bicho:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item-container {
  padding: 0;
  margin: 0;
}

.sacar-btn-financeiro {
  background-color: rgb(121, 72, 0);
  color: #fff;
  padding: 10px 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  margin-bottom: -12px;
}

.sacar-btn-financeiro:hover {
  background-color: #bb2d3b;
}

.btn-google-login {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #444;
  padding: 3px 6px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

.btn-google-login:hover {
  background-color: #f0f0f0;
}

.icon-google {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

/*css minhaconta*/

.card-minhaconta {
  background: linear-gradient(145deg, #1e1e1e, #2c2c2c);
  border-radius: 16px;
  box-shadow: 8px 8px 20px #0e0e0e, -8px -8px 20px #1f1f1f;
  padding: 5px 14px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #2a2a2a;
}

.card-minhaconta:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

.card-minhaconta.degrade {
  background: linear-gradient(135deg, #292929, #1c1c1c);
}

.icon-24 {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: -12px;
}

h3.white,
h4.white,
a.white {
  color: #fff !important;
}

a.white:hover {
  color: #00ffe7;
  text-decoration: underline;
}

.w-layout-grid.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #333;
}

.nav-tabs .nav-link {
  background-color: #1f1f1f;
  border: none;
  border-radius: 8px 8px 0 0;
  margin-right: 5px;
  color: #ccc;
  padding: 10px 16px;
  transition: background 0.3s;
}

.nav-tabs .nav-link.active {
  background-color: #333;
  color: #00ffd0;
  border-bottom: 3px solid #00ffd0;
}

.icon-img-minhaconta {
  width: 24px;
  height: 24px;
}

.container-bilhetes {
  margin-left: 12px;
  margin-right: 12px;
}

.nav-tabs.small-tabs .nav-link {
  padding: 6px 10px;
  font-size: 14px;
  margin-right: 4px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}

th,
td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

th {
  background-color: #f5f5f5;
}

.valor-positivo {
  color: #007bff;
  font-weight: bold;
}

.valor-negativo {
  color: #dc3545;
  font-weight: bold;
}

.color-extrato {
  color: rgb(255, 255, 255);
}

/* config minhaconta */

.liJogosFeitos {
  margin-bottom: 0.4em;
  background: #2d3436;
  padding: 0.5em 1em;
  box-shadow: 0px 0px 3px 0px #000;
  color: #d2d2d2;
  border-radius: 2px;
  cursor: pointer;
}

.circuloapp {
  font-size: 13px;
  color: #caff00;
  margin-top: 12px;
}

.jogoExpand {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 10px;
  display: none;
}

.ulJogosFeitos {
  padding: 0;
  margin-top: 1em;
}

.liJogosFeitos {
  margin-bottom: 0.4em;
  background: #2d3436;
  padding: 0.5em 1em;
  box-shadow: 0px 0px 3px 0px #000;
  color: #d2d2d2;
  border-radius: 2px;
  cursor: pointer;
}

.divcima {
  background-color: rgb(0, 0, 0);
  width: 100%;
  max-width: 350px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.blocotext {
  margin: auto;
  width: 100%;
  padding: 5px;
  color: #ffae00;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
}

.jogoExpandcirculo3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin: -1px;
  margin-top: -1px;
  font-size: 15px;
  font-weight: bold;
  color: #ffd6d6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffa75f),
    color-stop(16%, #ff790c),
    color-stop(100%, #5f2b00)
  );
}

.jogoExpandtipotext {
  padding-left: 50px;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
}

.jogoExpandhorario {
  font-weight: normal;
  padding-left: 50px;
  font-family: Arial;
  font-size: 12px;
  color: #ffe600;
  margin-top: 1px;
}

.background-div-bicho {
  background-image: url(/public/assets/img/background/pxfuel6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 100%;
}

.jogoExpandlocal {
  margin-left: 2px;
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
}

.rowBicho {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.numberExpand {
  float: left;
  margin: 0;
  margin-top: 1em;
  width: auto;
}

.box {
  align-items: stretch;
  color: #ffffff;
}

.alinha-aposta-premio {
  width: 100%;
}

.jogoExpandvalorsub {
  margin-left: 2px;
  font-family: Arial;
  font-size: 12px;
  color: #ffee00;
}

.jogoExpandapostador {
  width: 75%;
  padding-left: 2px;
  font-family: Arial;
  font-size: 12px;
  color: #ffee00;
}

.jogoExpandalertapremio {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  margin-left: 2px;
  margin-top: 1px;
}

.text-warning {
  color: #ffc107 !important;
}

#content2 {
  background: rgb(0, 0, 0);
  margin-left: -2px;
}

.circulo4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(16%, #f5f5f5),
    color-stop(100%, #7c7c7c)
  );
}

.nomebicho_usr {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
  width: 100%;
}

/* fim minha conta */

.input-container-validar {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.custom-input-validar {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  padding: 2px;
  box-sizing: border-box;
  background-color: white;
  color: #000;
  caret-color: #000;
}

.custom-input-validar:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  outline: none;
  background-color: #fff;
  color: #000;
}

.custom-input-validar::placeholder {
  color: #aaa;
  font-weight: normal;
}

.custom-input-validar::selection {
  background: rgba(0, 123, 255, 0.3);
  color: #000;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

.class-aviso {
  text-align: justify;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
  width: fit-content;
  margin: 20px auto;
}

.nav-tabs-wrapper::-webkit-scrollbar {
  height: 8px;
}

.nav-tabs-wrapper::-webkit-scrollbar-track {
  background: #222;
}

.nav-tabs-wrapper::-webkit-scrollbar-thumb {
  background: #3498db;
  border-radius: 4px;
}

/* modal saque deposito ////////////////////////////////////////////////// */

.deposito-banner-thumb {
  width: 80%;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
}

.deposito-banner-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.banner-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: flex;
  }

  .modal__right {
    width: 100%;
  }
}

.modal__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.modal__left__head {
  max-width: 480px;
  margin: 0 auto 16px auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.modal__left__head h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal__left__head h5 img {
  height: 60px;
}

.modal__left__head > div {
  background-color: #f9f9f9;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  margin: 16px auto;
  max-width: 480px;
}

.gray {
  color: #e1ff00;
  margin-bottom: 12px;
  font-size: 14px;
}

.deposito-banner-mobile-thumb {
  width: 80%;
  max-width: 400px;
  min-width: 200px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
}

.deposito-banner-mobile-thumb img {
  width: 130%;
  height: auto;
  display: block;
}

/* ////////////whatsapp////////////*/

.whatsapp-float {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  bottom: 50px !important;
  right: 20px !important;
  z-index: 9999 !important;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 100%;
  height: auto;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .whatsapp-float {
    width: 50px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
}

/* ////////////banner principal////////////*/

.banner__left__items {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.banner__left__items img.banner__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* Removemos o overlay */
.banner__left__items::before {
  content: none;
}

.banner__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
