body {
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  height: 100%;
  font-family: "SF Pro", sans-serif;
  background: url("../i/live_casino.webp");
}
* {
  box-sizing: border-box;
  font-family: "SF Pro", sans-serif;
  margin: 0;
  padding: 0;
}
a,
button {
  cursor: pointer;
  text-decoration: none;
}
input::-webkit-input-placeholder {
  color: #666666;
}
input:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
input::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #666666;
}
textarea::-webkit-input-placeholder {
  color: #666666;
}
textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #666666;
}
.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}
.success-message::before {
  content: "SUCESSO!";
  color: rgb(107, 167, 107);
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.success-message {
  z-index: 9999;
  color: white;
  max-width: 350px;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 15px 35px;
  border: 1px solid rgba(6, 255, 27, 0.24);
  box-shadow: 0 8px 32px 2px rgba(4, 4, 26, 0.24);

  background-color: #363649;
  border-radius: 4px;
  font-size: 16px;
  animation: fromTop 5s ease-in forwards;
}

@keyframes fromTop {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  25% {
    opacity: 1;
    bottom: 20px;
  }
  75% {
    opacity: 1;
    bottom: 20px;
  }
  100% {
    opacity: 0;
    bottom: -200px;
  }
}

.error-message_pop.small {
  font-size: 12px;
}

.error-message_pop::before {
  content: "Ocorreu um problema!";
  color: red;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.error-message_pop {
  z-index: 9999;
  color: white;
  max-width: 350px;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 15px 35px;
  border: 1px solid red;
  box-shadow: 0 8px 32px 2px rgba(4, 4, 26, 0.24);

  background-color: #363649;
  border-radius: 4px;
  font-size: 16px;
  animation: fromTop 5s ease-in forwards;
}

.success-message.small {
  font-size: 12px;
}

.form-error-message {
  display: none;
  color: red;
  font-size: 14px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.border {
  border: 1px solid red;
}
.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.pointer {
  cursor: pointer;
}
.none,
.order-billing-wrapper {
  display: none;
}
.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}
.display-flex {
  display: flex;
}
label.error {
  color: #ff5263;
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 12px !important;
  letter-spacing: 0.4px;
  display: block;
  text-align: right;
  width: 100%;
}
.input-c-login {
  flex-direction: column;
  align-items: flex-end !important;
  width: 100%;
  gap: 0px !important;
  height: 80px;
}
.form-userreg-success-message {
  display: none;
  color: green;
}
.cart-error,
.form-error-message {
  display: none;
  /*color: red; Adicionado css em baixo*/
  color: #ff5263;
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 12px !important;
  letter-spacing: 0.4px;
  text-align: right;
  width: 100%;
}
.cart-pini-wrapper {
  position: relative;
}
.cart-pini-itens {
  background-color: #100f29;
  box-shadow: 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
  width: 250px;
  right: -165px;
  border-radius: 4px;
  display: none;
  position: absolute;
  padding: 15px;
  top: 50px;
  z-index: 15;
}
.cart-icon-hover:hover #plk-cart-pini-itens {
  display: block;
}

#plk-cart-pini-itens:hover {
  display: block;
}

.plk-cart-pini-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

ul {
  padding-inline-start: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* - Space //---------------- */

.top20 {
  padding-top: 20px !important;
}
.top40 {
  padding-top: 40px !important;
}
.top60 {
  padding-top: 60px !important;
}
.top80 {
  padding-top: 80px !important;
}
.bottom40 {
  margin-bottom: 40px !important;
}
.bottom60 {
  margin-bottom: 60px !important;
}

/* - Headings Style   //---------------- */

p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  line-height: 2;
}
h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
}
h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}
h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

/* - Color   //---------------- */

:root {
  --error: #c60f13;
  --sucess: green;
  --text: #fff;
  --navmenu: #fff;
  --line: #ffffff4d;
  /*  --background: #000113; */
  --background: linear-gradient(rgba(10, 9, 33, 0.9), #0a0921);
  --background2: #000113be;
  --background3: #242546;
  --button_back: #5a6da1;
  --span_title: #cec4d5;
  --title: #ffffff8a;
}

/* - Button Style  //----------------*/
.btn-color-grey {
  color: #fff;
  background: var(--button_back);
  border: none;
  display: flex;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 4px;
  justify-content: center;
}
.btn-color-grey:hover {
  color: #fff;
  background: #414f75;
}

.btn-color-purple {
  color: #fff;
  background: #6b53ae;
  border: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 250ms;
}
.btn-color-purple:hover {
  background: #5d2fa3;
}
.btn-color-purple:disabled {
  background-color: #a79acc;
  color: #cdc9d6;
}

.btn-color-news {
  color: #fff;
  background: #484d98;
  border: none;
}
.btn-color-news:hover {
  color: #fff;
  background: #393d7ee8;
}

.btn-color-red {
  color: #fff;
  background: #b91b5d;
  border: none;
}
.btn-color-red:hover {
  color: #fff;
  background: #911626;
}

.btn-color-green {
  color: #fff;
  background: #1bb96b;
  border: none;
  display: flex;
  gap: 10px;
  padding: 8px 40px;
  border-radius: 4px;
  margin: 10px;
  justify-content: center;
}
.btn-color-green:hover {
  color: #fff;
  background: #16884f;
}

.btn-navbar {
  color: #282252;
  border-radius: 7px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 18px;
  border: none;
  display: block;
}
.btn-navbar:hover {
  background: #ffffffe3;
  color: #282252;
}

.btn-navbar a {
  color: #141030;
}

.truncate-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.truncate-one-line.tscore,
.truncate-one-line.tprofloss {
  font-size: 13px;
  margin-top: 2px;
  font-weight: 600;
}

.truncate-one-line.bold {
  font-weight: 600;
}

.truncate-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-trhee-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reserv_form div.profile-pic {
  border: 1px solid #6b53ae;
  padding: 3px;
}
.profile-pic {
  border-radius: 200px;
  width: 125px;
  height: 125px;
  overflow: hidden;
}
.profile-pic--menu {
  width: 30px;
  height: 30px;
}
.connect-twitch {
  background-color: #9aa9b814 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 16px;
  color: #9aa9b8;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 0 0 0 #0000, 0 0 0 0 #0000, 0 0 0 0 #0000, 0 0 0 0 #000, 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
  border: none !important;
  height: 41px;
  transition: all 250ms;
  max-height: 41px;
}

.connect-twitch:hover {
  background: #5d2fa3 !important;
  color: white;
}

.twitch_account {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;

  font-weight: 600;
}
.twitch_account .btn-color-purple {
  max-width: fit-content;
}
.twitch_account .twitch_name {
  margin-bottom: 10px;
}

/*
.btn-navbar-border {
  color: #ffffff;
  border-radius: 7px;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 18px;
  border: 1px solid #ffffff9d;
}
.btn-navbar-border:hover {
  background: #ffffff27;
  color: #ffffff;
  border: 1px solid transparent;
} */

.btn-special {
  transition: all 150ms;

  background: linear-gradient(to right, #672ebf, #4874df);
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 18px;
  border: none;
}
.btn-special:hover {
  background: linear-gradient(to right, #682ebfb2, #4873dfb9);
}

.btn-special-border {
  transition: all 150ms;
  color: #fff;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #696eaf;
  padding: 6px 18px;
}
.btn-special-border:hover {
  background: #682ebf25;
  color: #fff;
  border-color: #672ebf;
}

.btn-raffles {
  background: #484d986b;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 18px;
  border: none;
}

/* - Cookies //----------------*/
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #111731;
  border: 1px solid #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: none;
}
.cookie-message-wrapper {
  background-color: #4c4d9a;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.cookie-inner-wrapper {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  gap: 5px;
}
.cookie-inner-wrapper-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookie-inner-wrapper img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.cookie-message-wrapper span,
.cookie-message-wrapper a {
  font-size: 14px;
  color: var(--text);
}
.cookie-message-wrapper a {
  border-bottom: 1px solid #d8d2d273;
}

.button button {
  padding: 10px 20px;
  color: var(--text);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}
.button button:hover {
  background-color: var(--text);
  color: var(--background);
}
a {
  color: #007bff;
}

.btn_cookie_reject {
  background: var(--button_back);
}
.btn_cookie_accept {
  font-weight: 600;
  background: white;
  border: none;
  padding: 5px 25px;
  border-radius: 4px;
  margin-left: 25px;
}

/*_______________________________________________________
// HOMEPAGE  //----------------------------
_______________________________________________________*/

.base_home {
  display: flex;
  width: 100%;
}
.sidebar_blockage {
  width: 300px;
  min-height: 100%;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
}
.sidebar {
  background: linear-gradient(rgb(10, 9, 33, 0.75), #0a0921);
  color: white;
  min-width: 244px;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow-x: auto;
  scrollbar-gutter: stable;
  padding-left: 5px;
}

.content {
  width: calc(100% - 300px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/*// MENU  //----------------------------*/
.user--link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 800;
  font-size: 14px;
}

#sidebar_image {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

#sidebar_menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}

#sidebar_menu span {
  font-weight: 500;
}

#sidebar_menu .line_menu,
.area_reservada_form .line_menu {
  height: 20px;
  width: 1px;
  background-color: #afafaf3d;
}

#sidebar_menu .sidebar_menu_box {
  color: var(--navmenu);
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
}
#sidebar_menu .sidebar_menu_box:hover,
#sidebar_menu .sidebar_menu_box.active {
  background: rgba(90, 109, 161, 0.199);
}
.arrow_menu {
  margin-left: auto;
}

#sidebar_menu .sidebar_submenu_box {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navmenu);
  padding: 8px 15px;
  /*Adicionado por A.M.*/
  font-size: 14px;
  padding-left: 20px;
  /* Adicionado por A.M.*/
}

#sidebar_menu .sidebar_submenu_box:hover,
#sidebar_menu .sidebar_submenu_box.active {
  background: rgba(90, 109, 161, 0.252);
  border-radius: 4px;
}

.line_sidebar {
  background: rgb(255 255 255 / 30%);
  width: 98%;
  height: 1px;
}
.submenu {
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0.9); /* Levemente comprimido para efeito de retração */
  transform-origin: top;
  padding-left: 15px;
  flex-direction: column;
  gap: 5px;
  transition: max-height 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.submenu.active {
  max-height: 500px; /* Ajuste para um valor suficiente para o conteúdo, 500px é um exemplo */
  transform: scaleY(1); /* Expande completamente */
  transition: max-height 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.menu_toggle .arrow-up {
  display: none;
}
.menu_toggle .arrow-down {
  display: inline-block;
}

.mobile_close {
  display: none;
}

/*// PROMO BAR  //----------------------------*/

.promo-section p {
  background-color: #4c4d9a;
  padding: 15px;
  text-align: center;
  color: var(--navmenu);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

/*// NAVBAR  //----------------------------*/

.navbar {
  z-index: 9997;
  position: sticky;
  top: 0;
  background-color: #141530;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-icon {
  display: none;
}
.menu-icon a {
  color: var(--text);
}
.brand {
  margin-right: 30px;
}
.brand a {
  display: flex;
  gap: 8px;
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.logo-center {
  justify-content: center;
  display: flex;
  margin: auto;
}
.right-icons {
  margin-left: auto;
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.icon {
  margin-right: 12px;
  color: white;
}
.notification-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #94218a;
  border-radius: 50%;
}
.language {
  position: relative;
  margin-left: 15px;
  color: white;
}
.language:hover .dropdown {
  display: block;
}
.flag-icon {
  cursor: pointer;
  margin-left: 5px;
}
.space {
  gap: 5px;
  display: flex;
  align-items: center;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #141530;
  display: flex;
  flex-direction: column;
  gap:4px;
  font-size: 13px;
  padding: 4px;
  display: none;
}

.language-option.language-active{cursor:default}
.language-option{cursor:pointer}

.logo-center {
  display: none;
}

/*// SEARCH //----------------------------*/
.absolute1 {
  position: absolute;
  width: 77.6%;
}
.search_bar {
  display: none;
  width: 100%;
  position: relative;
}
.search_input {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  background: #ffffffe1;
}
.close_icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
/*// PRESENT  //----------------------------*/
.base_section {
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
}

.base_section h1 span {
  color: var(--span_title);
}

.base_section .presentation {
  max-width: 780px;
  text-align: justify;
}
.direct {
  padding: 40px;
}

.checkou-cart #edit-cart-behind,
.checkou-cart .items-on-cart {
  display: none;
}
.items-on-cart {
  margin-bottom: 15px;
}
/*// DAYS //----------------------------*/

.CARD_CASINO {
  margin-bottom: 40px;
  max-width: 85%;
  width: 100%;
  margin: auto;
  min-height: 400px;
}

.card-carousel .slick-track {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 400px;
  align-items: center;
}

.card-carousel .slick-list {
  z-index: 0;
  height: auto !important;
  min-width: 550px;
}

.card-carousel .slick-slide {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
.card-carousel .slick-arrow {
  display: none !important;
}

.card.slide-center {
  transform: scale(1.3);
  opacity: 1;
  z-index: 2;
  position: relative;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  box-shadow: 0 4px 15px rgba(142, 68, 173, 0.4);
}

.carousel_one_slide .card {
  transform: scale(1.3);
  opacity: 1;
  z-index: 2;
  position: relative;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  box-shadow: 0 4px 15px rgba(142, 68, 173, 0.4);
  max-width: 382px;
}

.card-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.card-carousel.smooth-return {
  transition: all 0.2s ease;
}

.card-carousel .card {
  min-height: 290px;
  margin: 0 20px;
  margin: 0 auto;
}

.card-carousel .card .image_card {
  width: 100%;
  overflow: hidden;
  max-height: 290px;
  background-color: #65688d;
  border-radius: 10px;
}

.card-carousel .card .image_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  min-height: 290px;
}

#card_carousel_home .card-carousel .card {
  padding: 0;
}

.card_casino_texto {
  background: linear-gradient(to bottom, #23244641, #2324468a, #242546);
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  color: #fff;
  top: 0;
  border-radius: 7px;
}
.card_casino_texto1 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-height: 250px;
}
.card_casino_texto2 {
  text-align: end;
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.card_casino_texto2 p {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.card_casino_btn {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px 20px;
  align-items: center;
}

.card_casino_btn .card_btn {
  display: flex;
  gap: 10px;
  padding: 15px 15px;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
  justify-content: center;
  text-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.card_btn img {
  height: 15px;
  width: auto !important;
}

.card_casino_btn a P {
  font-size: 12px;
  font-weight: 600;
}

.days_direct {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.days_direct_item {
  flex: 1;
  background-color: #1e2038;
  border-radius: 7px;
  border: 2px solid #1e2038;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  height: 138px;
  transition: border-color 0.3s ease;
  margin: 10px 5px 10px 0;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.days_direct_item.active {
  border: 2px solid red;
}
.days_direct_item img {
  max-width: 100%;
  height: auto;
}
.days_direct_item_hour {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/*// PROMO  //----------------------------*/
.promo_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

.promo-navbar-arrow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: end;
}
.promo-navbar-arrow .arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promo-navbar-arrow .arrows .slick-arrow {
  background: #2019418f;
  border-radius: 4px;
  padding: 10px 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.promo-navbar-arrow .arrows .slick-arrow:hover {
  background: #201941;
}

.promo_card {
  background: var(--background2);
  border-radius: 7px;
  padding: 15px;
}

.promo_card img {
  object-fit: cover;
  max-width: 424px;
  height: 217px;
}

.promo_card .slick-track {
  margin: unset;
}

.promo_card_und {
  background: linear-gradient(to bottom, #232446a1, #232446d7, #242546);
  border-radius: 10px;
  display: flex;
  color: #fff;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.promo_list_grid2 .promo_card_und {
  max-width: 406px;
}

.offer_img {
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-height: 200px;
  min-height: 200px;
}

.promo_card_und_texto {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

/*.promo_card_und_texto:hover{background: linear-gradient(to bottom, #23244600, #23244600, #24254600);}*/
.promo_card_und_texto:focus {
  background: linear-gradient(to bottom, #23244600, #23244600, #24254600);
}
.promo_card_und_btn {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  gap: 10px;
}
.promo_card_und_btn .carditem {
  display: flex;
  gap: 10px;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  overflow: hidden;
}

.carditem .card_und_btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.promo_card_und_texto .card_und_img {
  max-width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.buttons-product {
  display: flex;
  justify-content: space-between;
  top: 10px;
  position: absolute;
  right: 10px;
}
.new_tag {
  background: var(--button_back);
  color: var(--white);
  font-weight: 400;
  padding: 5px 9px;
  border-radius: 3px;
  font-size: 12px;
}
.hot_tag {
  background: red;
  color: var(--white);
  font-weight: 400;
  padding: 5px 9px;
  border-radius: 3px;
  font-size: 12px;
}
.promo_card_und_texto .linkbtn {
  display: flex;
  gap: 10px;
  padding: 8px 40px;
  border-radius: 4px;
  margin: 10px;
  justify-content: center;
}
.card_und_btn1 {
  font-size: 12px;
  font-weight: 700;
  text-wrap: nowrap;
}
.card_und_btn2 {
  font-size: 10px;
  font-weight: 300;
  text-wrap: nowrap;
}
.card_und_btn p {
  line-height: 14px;
  text-align: center;
}

/*// VIDEO + CASINO //----------------------------*/


.video_casino_tabs .live_nav {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display:flex;
}
.video_casino_tabs .live_nav::-webkit-scrollbar {
  display: none; /* Remove a barra de rolagem no Chrome/Safari */
}

.video_casino_tabs .live_nav .tabs button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.video_casino_tabs .live_nav .tabs .tab-btn1 {
  background-color: #2019418f !important;
  padding: 14px 6px;
  min-width: 200px;
  /*width: 200px;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.video_casino_tabs .live_nav .tabs .tab-btn-active {
  background: var(--background2) !important;
}

.video_casino_tabs .live_nav .tabs .tab-btn2 {
  width: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: var(--background2) !important;
}
.live_nav .tabs .tab-btn1 h1,
.live_nav .tabs .tab-btn2 h1 {
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
}

.video_casino_tabs .live_nav .tabs {
  display: inline-flex;
}
.video_casino_tabs .tab-link {
  flex: 1;
}

.tab-btn-active {
  background-color: #000113be !important;
}

.video_casino_tabs .tab-content {
  display: none;
}
.video_casino_tabs .latest-videos-tab.slick-initialized {
  background: var(--background2);
  display: flex !important;
  box-shadow: 9px 11px 13px 1px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.video_casino_tabs .live-casino-tab.slick-initialized {
  background: var(--background2);
  display: flex !important;
  justify-content: space-between !important;
  box-shadow: 9px 11px 13px 1px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.carousel-container .one_video_tab {
  padding: 0 10px 20px 10px;
}

.video_casino_tabs .live-casino-tab {
  display: none;
}
.video_casino_tabs .latest-videos-tab {
  background: var(--background2);
  margin-right: auto;
  height: 100%;
  box-shadow: 9px 11px 13px 1px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.one_video_tab {
  padding: 20px 0 20px 20px;
}
.one_video_tab .clip_img img {
  width: 100%;
  height: 100%;
  max-height: 210px;
  border-radius: 5px;
  object-fit: cover;
}

.one_video_tab .clip_img {
  max-width: 100%;
  width: 100%;
  max-height: 200px;
  height: 100%;
}

.one_video_tab_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*// SOCIAL MEDIA  //----------------------------*/
.media {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.media_card {
  width: 100%;
  display: flex;
  height: 76px;
  box-shadow: 9px 11px 13px 1px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
}

.media_card_img {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 25%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.media_card_img img {
  display: flex;
  margin: auto;
}

.btn_and_comment {
  display: flex;
  gap: 25px;
  align-items: center;
  align-self: start;
  margin-top: auto;
  width: 100%;
  flex-wrap: wrap;
}

.kick {
  background: #49de15;
}
.TWITCH {
  background: #9f44fe;
}
.INSTAGRAM {
  background: #dd2b79;
}
.TIKTOK {
  background: #000;
}
.YOUTUBE {
  background: #c4302c;
}
.X {
  background: #28a8e7;
}
.TELEGRAM {
  background: #24a2df;
}
.DISCORD {
  background: #5769eb;
}

.media_card_text {
  align-items: center;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: flex;
  justify-content: space-between;
  width: 75%;
  background: var(--background);
  padding: 0 15px;
}

.media_card_both {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}

/*// FAQ'S  //----------------------------*/
.faq .faq-category {
  cursor: pointer;
  background: var(--background);
  margin-bottom: 15px;
  border-radius: 7px;
  box-shadow: 9px 11px 13px 1px rgba(0, 0, 0, 0.4);
}
.faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.faq .faq-answer {
  display: none;
  padding: 20px;
  max-width: 70%;
}
.faq .faq-answer p {
  text-align: justify;
}
.faq .faq-answer.active {
  display: block;
}
.faq .menu_toggle.arrow-up {
  display: none;
}

/*// FOOTER  //----------------------------*/
footer {
  background-color: #030315;
  padding: 20px 0;
  text-align: center;
  color: var(--text);
}

.footer-column_text.footer_tub_flex p {
  font-size: 14px;
  line-height: 20px;
  transition: all 0.1s ease-out;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  margin: 0;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-columns h4 {
  margin-bottom: 20px;
  color: var(--title);
  text-align: left;
}
.footer-columns h4 span {
  color: var(--span_title);
}

.footer-column {
  width: 22%;
  margin-bottom: 20px;
  padding: 20px;
}
.footer-column-tub {
  width: 25%;
  margin-bottom: 20px;
  padding: 20px;
}
.footer-column h4 {
  margin-bottom: 20px;
  color: var(--title);
  text-align: left;
}
.footer-column h4 span {
  color: var(--span_title);
}
.footer-column_text {
  text-align: left;
}
.footer_socialmedia {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 30px;
  max-width: 175px;
}
.footer_socialmedia a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-column_text a p {
  margin-bottom: 10px;
}
.footer-youtube {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.latest_news_footer img {
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(154, 169, 184, 0.08);
  background: rgba(160, 174, 192, 0.08);
  height: 46px;
  width: 99px;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
.footer-bottom {
  color: #fff;
  display: flex;
  justify-content: left;
  padding: 0 20px 0 20px;
}

/*_______________________________________________________
// SLOTS  //----------------------------
_______________________________________________________*/

.presentation_page h1 {
  font-size: 60px;
  font-weight: bold;
}
.presentation_page p {
  font-size: 16px;
  font-weight: medium;
}

.search_form {
  position: Absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
  z-index: 10;
}

.search_form .error {
  display: none;
}

#search_bar input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

#search_bar input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

#search_bar input[type="search"]:focus::placeholder {
  color: inherit;
}

input[type="search"]:focus {
  border: none;
}

.search-container {
  position: relative;
  width: 195px;
  color: var(--text);
}

.search-container input {
  cursor: pointer;
}
.search-container img {
  z-index: -1;
}

.search-input {
  outline: none;
  width: 100%;
  padding: 10px 24px 10px 12px;
  border-radius: 7px;
  border: 1px solid white;
  background-color: transparent;
  color: var(--text);
}
.search-input::placeholder {
  color: var(--text);
}
.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.slot_slider .slick-track {
}

#slotSlider .slick-prev,
#slotSlider .slick-next {
  display: none !important;
}

#plk_slotSlider,
.emphasis {
  overflow: hidden; /* Garante que não apareçam partes do próximo slide */
  margin: 0 -12px; /* Margem negativa para compensar os cartões */
}

.slot_slider {
  display: flex; /* Usar flex para o comportamento de carrossel */
}

.slot_slider .slot-card,
.emphasis .slot-card {
  margin: 0 12px;
}

#slotSlider .slick-track {
  display: flex !important;
  width: 100% !important; /* Garante que a largura seja respeitada */
}

#slotSlider .slick-slide {
  flex: 0 0 auto; /* Impede que os slides se ajustem automaticamente */
}
#slotSlider .slot-card {
  min-width: 251px;
}

.slot-card {
  background-color: #100f29;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: center;
  width: 100%;
  max-height: 330px;
  height: 100%;
  margin-right: 24px;
}
#slotSlider .slot-card .sugar {
  width: 100%;
  height: auto;
  border-radius: 7px;
  margin: auto;
  margin-top: 10px;
}
.slot-card h2 {
  height: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
}
.slot-card .product-label {
  height: 25px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
}
#slotSlider .slot-card .product-rating {
  display: flex;
  gap: 3px;
}

#slotSlider .slot-label {
  color: #888;
  font-size: 0.9rem;
}

/*___// MAYBE  //----------------------------__*/
.maybe {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.maybe_column {
  background-color: #100f29;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  min-width: 280px;
  width: 100%;
  padding: 20px;
}
.maybe_column .maybe_title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.maybe_img_container {
  width: 91px;
  height: 91px;
  min-width: 91px;
  min-width: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f3250;
  border-radius: 4px;
  overflow: hidden;
}
.maybe_column_lst1 img {
  transition: all 550ms;
  border-radius: 7px;
  width: 91px;
  height: 91px;
  object-fit: contain;
}

.maybe_column_lst1 {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 550ms;
}
.maybe_column_lst1:hover {
  background: #0a092198;
}
.maybe_column_lst1:hover img {
  transform: scale(1.04);
}

.maybe_column_lst1 .sugar {
  border-radius: 7px;
  max-width: 100%;
  height: auto;
}
.maybe_column_lst1.line {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  margin-top: 0;
}
.maybe_column_lst1:last-of-type.line {
  border: none;
  padding: 15px 0 0 0;
}
.maybe_column_lst1 div h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.maybe_column_lst1 div p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}

/*___// EMPHASIS  //----------------------------__*/
.emphasis {
  display: flex;
  justify-content: space-between;
}
.emphasis .slot-card img {
  border-radius: 7px;
  max-width: 100%;
  height: auto;
}

.slot-card:hover .slot-card-img img {
  scale: 1.05;
}

.slot-card-img {
  position: relative;
  max-height: 230px;
  max-width: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  aspect-ratio: 1/1;

  /*background-color:#cfb7fda1;*/
}
.slot-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  transform: scale(1.2);
}
.slot-card-img img {
  border-radius: 5px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 400ms;
  /*position:absolute;top:50%;left:50%;
  transform: translate(-50%, -50%);*/
}
/*___// Ratings //----------------------------__*/
.ratings {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 60px;
}

#plk_slots_all_list .ratings {
  margin-bottom: 20px;
}

.ratings .slot-card img {
  border-radius: 7px;
  max-width: 100%;
  height: auto;
}
.ratings_center {
  margin-bottom: 20px;
  margin-top: 40px;
  justify-content: center;
  display: flex;
}

.clips .ratings_center {
  max-height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.select-filter {
  background: transparent;
  padding: 10px;
  border-radius: 6px;
  border: none;
  border-right: 10px solid transparent;
  outline: 1px solid white;
  color: white;
  max-width: 180px;
  overflow: hidden;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  display: flex;
  height: 38px;
  align-items: center;
  font-size: 14px;
}
.select-filter option {
  background-color: #100f29;
  color: white;
  border-radius: 4px;
}
/*_______________________________________________________
// SLOTS - PRODUTO //----------------------------
_______________________________________________________*/
.product_slot_row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: var(--text);
}

.game-info {
  flex: 1;
  min-width: 852px;
  display: flex;
  align-items: start;
  gap: 20px;
  background-color: #100f29;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.game-info-img img {
  border-radius: 7px;
}

.game-info-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.game-info-text-descript {
  display: flex;
  background-color: #1e2038;
  border-radius: 7px;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.game-info-text-dpt1 {
  background-color: #292b46;
  border-radius: 7px;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
}
.game-info-text-dpt1 p {
  justify-content: space-between;
  display: flex;
  font-size: 12px;
  font-weight: 300;
}
.game-info-text-dpt1 p span {
  font-size: 14px;
  font-weight: 700;
}
.game-dpt1 {
  margin-bottom: 20px;
}

.game-info-text-title {
  background-color: #292b46;
  border-radius: 7px;
  padding: 20px;
  justify-content: space-between;
  width: 100%;
}
.game-info-text-title p {
  justify-content: space-between;
  display: flex;
  padding: 0 20px 0 20px;
  font-size: 18px;
  font-weight: 600;
}

.game-stats {
  height: 100%;
  background-color: #100f29;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
#plk_slot_bonus_list .game-stats {
  width: 100%;
}
.game-stats h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 800;
}
.game-stats p {
  font-weight: 400;
  font-size: 13px;
}
.game-stats-div {
  display: flex;
  justify-content: space-between;
}
.game-stats-list {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  font-size: 13px;
  row-gap: 8px;
  column-gap: 5px;
}
.game-stats-list .game-stats-line:not(:last-of-type) {
  width: 100%;
  height: 1px;
  background-color: #ffffff4f;
  grid-column-start: 1;
  grid-column-end: -1;
}
.game-stats-list span {
  font-weight: 400;
  margin-bottom: 7px;
}
/*_______________________________________________________
// LOJA //----------------------------
_______________________________________________________*/
.store {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.store .store_menu {
  min-width: 200px;
  top: 10px;
  overflow: hidden;
  background: #100f29;
  border-radius: 7px;
  width: 100%;
  max-width: 300px;
  height: 100%;
}
.store .store_menu .top_filter_store {
  background-color: #1e2038;
  padding: 10px;
  color: #d9d9d9;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.accordion {
  background: none;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
.panel label {
  display: block;
  margin-bottom: 5px;
  color: white;
}
/* Estilo para checkboxes selecionadas */
.panel input[type="checkbox"]:checked + label {
  font-weight: bold;
  color: #fff;
}

.accordion {
  display: flex;
  justify-content: space-between;
}

.store .store_list {
  position: relative;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.store .store_list .slot-card {
  max-height: 426px;
  background-color: #100f29;
  padding: 15px;
  border-radius: 7px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 1px rgba(40, 45, 49, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
}
.store .store_list .slot-card .sugar {
  border-radius: 7px;
  width: 100%;
  height: auto;
}
.store .store_list .slot-card h2 {
  margin: 10px 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store .store_list .slot-card span {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
}
.store .store_list .slot-card .btn-store {
  margin-top: 10px;
  width: 100%;
}
.store .store_list .slot-card .btn-store .btn-store1 {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 14px;
  padding: 10px 6px;
}
.store .store_list .slot-card .btn-store .btn-store2 {
  width: 100%;
  border-radius: 14px;
  padding: 10px 6px;
}

.store_lst {
  margin-bottom: 50px;
}
.store_lst .btn-navbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

/*btn - menu filtros para mobile */
.suspenso {
  display: none;
}
.btn_filtromobile {
  display: none;
}
.btnclose_filtromobile {
  display: none;
}
#closeMenuBtn {
  background: none;
  border: none;
}

.ord_list {
  position: relative;
  display: inline-block;
}
.ord_list_content {
  display: none;
  position: absolute;
  background-color: #100f29f6;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-radius: 4px;
}
.ord_list_content .line_option {
  padding: 15px;
  display: block;
  font-weight: 600;
  transition: all;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

.ord_list_content .line_option:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.select-filter-container .select-filter {
  cursor: pointer;
}

.ord_list_content .line_option:hover {
  background: rgba(90, 109, 161, 0.452);
}

/*_______________________________________________________
// LOJA - PRODUTO //----------------------------
_______________________________________________________*/
.product_store .background_about {
  background: linear-gradient(#0a09219d, #100f29cb);
  gap: 60px;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}
.product_store .background_about_img {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  align-self: flex-start;
}
.product_store .background_about_img img {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: auto;
}
.product_store .background_about_text div {
  padding-bottom: 20px;
}
.product_store .background_about_text div h1 {
  padding-bottom: 10px;
  font-weight: 500;
}
.product_store .background_about_text div p {
  padding-bottom: 10px;
  font-weight: 300;
}
.product_store .background_about_text button {
  font-weight: 800;
  font-size: 25px;
}

.RELATED {
  margin-bottom: 60px;
}
.RELATED .promo-navbar-arrow {
  justify-content: END;
}
.RELATED .promo_nav_title {
  flex: 1;
}
.RELATED .promo_nav_title H2 {
  text-transform: uppercase;
}

.RELATED .promo_card {
  background: linear-gradient(#0a09219d, #100f29cb);
  padding: 0;
}
.RELATED .promo_card .slot-card {
  background: #100f29;
  min-height: 354px;
  max-height: none;
  height: 100%;
  margin: 20px 10px 20px 10px;
  border-radius: 7px;
  padding: 20px;
}
.RELATED .promo_card .slot-card img {
  border-radius: 7px;
  width: 100%;
  height: auto;
}
.RELATED .promo_card .slot-card h2 {
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}
.RELATED .promo_card .slot-card .btn-store {
  margin-top: 10px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.RELATED .promo_card .slot-card .btn-store button {
  width: 100%;
}

/*_______________________________________________________
// SOBRE NÓS //----------------------------
_______________________________________________________*/
.about .background_about {
  background: var(--background);
  padding: 60px;
  border-radius: 5px;
  width: 100%;
}
.about_present {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.about_present .about_present_logo {
  max-width: 100%;
  height: auto;
}
.about_present_he {
  display: flex;
}

.about_present .about_present_text h1 {
  padding-bottom: 40px;
}

.about_nav {
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.about_tabs .about_nav .tabs {
  position: relative;
  width: 100%;
  display: flex;
  background-color: #2019418f;
  border-radius: 5px;
}

.bonus_hunt .bonus_tabs .tabs,
.tournament .bonus_tabs .tabs,
.buybattle .bonus_tabs .tabs {
  width: calc(100% - 120px);
}

.about_tabs .about_nav .tabs button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.about_tabs .about_nav .tab-btn-active {
  /*background-color: #32315e !important;*/
  background: var(--background2) !important; /*A.M 05novembro */
}

.about_tabs .about_nav .tabs .tab-btn {
  background-color: #2019418f;
  padding: 14px 6px;
  border-right: 1px solid transparent;
}

.about_tabs .about_nav .tabs .tab-btn:not(:last-of-type) {
  border-right: 1px solid #ffffff57;
}
.about_tabs .about_nav .tabs .tab-btn:first-child {
  border-top-left-radius: 5px;
}
.about_tabs .about_nav .tabs .tab-btn:last-child {
  border-top-right-radius: 5px;
}

.about_tabs .tab-link {
  flex: 1;
}
.tab-btn-active {
  background-color: #000113be !important;
}

.about_tabs .tab-content.active {
  display: flex !important;
}

.about_tabs .base_section.video_casino_tabs {
  width: 100%;
  margin: 0 !important;
  padding-top: 80px !important;
}

.about_tabs .text {
  color: white;
}
.about_tabs .video_casino_tabs .latest-videos-tab {
  background: var(--background2);
}

.about_tabs .tab-content {
  display: none; /*box-shadow: 9px 11px 13px 1px rgba(0, 0, 0, 0.4);   border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
  padding: 40px;
  flex-direction: column;
  background: var(--background3);
}

/*_______________________________________________________
// CONTACTOS //----------------------------
_______________________________________________________*/

.background_about .text {
  color: white;
}

.background_about .form-contact {
  width: 100%;
}
.background_about .form-group {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.background_about .form-group div {
  width: 100%;
}

.background_about .form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: calc(100% - 30px);
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: var(--text);
  background: #1e2038;
}

.background_about .form-group1 {
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.background_about .form-group1 div {
  width: 100%;
}
.background_about .form-group1 textarea {
  width: calc(100% - 30px);
  min-height: 250px;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: var(--text);
  background: #1e2038;
}

.background_about .form-contact button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 45px;
}
.background_about .form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #fff;
}

/*_______________________________________________________
// HELP & SUPORT //----------------------------
_______________________________________________________*/
.helpsuport {
  display: flex;
  gap: 20px;
}
.helpsuport .background_about1 {
  box-shadow: 0 0 0 1px rgba(58, 58, 58, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
  min-width: 245px;
  width: 100%;
  color: var(--text);
  background: linear-gradient(#0a09219d, #100f29cb);
  padding: 20px;
  border-radius: 5px;
  height: fit-content;
  max-width: 350px;
}

.left_menu_profile {
  max-width: 321px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.helpsuport .background_about1 h4 {
  margin-bottom: 20px;
  color: var(--title);
  text-align: left;
}
.helpsuport .background_about1 span {
  color: var(--span_title);
}

.helpsuport .back_helpsuport {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.helpsuport .back_helpsuport .background_about {
  box-shadow: 0 0 0 1px rgba(58, 58, 58, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
  color: var(--text);
  background: linear-gradient(#0a09219d, #100f29cb);
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.update-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.contact_page .rgpd span {
  color: white;
}

.helpsuport_menu {
  width: 100%;
}
.helpsuport_menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: none;
}
.helpsuport_menu ul li {
  flex: 1;
  cursor: pointer;
  border-radius: 5px;
}
.helpsuport_menu ul li:hover {
  background: rgba(90, 109, 161, 0.452);
}
.helpsuport_menu .active {
  background: rgba(90, 109, 161, 0.452) !important;
}

.helpsuport .helpsuport-content.active {
  display: block;
}

.back_helpsuport .background_about h1 {
  margin-bottom: 20px;
}
.back_helpsuport .background_about div .helpsuport-content p {
  padding-bottom: 20px;
}

/*/ HELP & SUPORT - FAQ'S ---*/
.back_helpsuport .faq-category {
  cursor: pointer;
  background: var(--background3);
  margin-bottom: 15px;
  border-radius: 7px;
}
.back_helpsuport .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.back_helpsuport .faq-answer {
  display: none;
  padding: 0 20px 20px 20px;
}
.back_helpsuport .faq-answer form {
  padding: 20px;
  width: calc(100% - 40px);
}
.back_helpsuport .faq-answer p {
  text-align: justify;
}
.back_helpsuport .faq-answer.active {
  display: block;
}
.back_helpsuport .menu_toggle.arrow-up {
  display: none;
}

.line_ {
  background: rgb(255 255 255 / 30%);
  width: 95%;
  height: 1px;
  margin: auto;
}

.faq-answer .form-contact {
  width: 100%;
}
.faq-answer .form-group {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.faq-answer .form-group div {
  width: 100%;
}
.faq-answer .form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: var(--text);
  background: #1e2038;
}
.faq-answer .form-group1 {
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.faq-answer .form-group1 div {
  width: 100%;
}
.faq-answer .form-group1 textarea {
  width: 100%;
  min-height: 250px;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: var(--text);
  background: #1e2038;
}
.faq-answer .form-contact button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 45px;
}
.faq-answer .form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #fff;
}

.faq-answer .form-group select {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: var(--text);
  background: #1e2038;
}

/*_______________________________________________________
// GIVEAWAYS //----------------------------
_______________________________________________________*/
.giveaways .giveaway_back {
  background: linear-gradient(#0a09219d, #100f29cb);
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 20px;
}
.giveaways .giveaway_back h1 {
  text-align: center;
}

.giveaways .back1 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.giveaways .back2 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.giveaways .back2 img {
  border-radius: 5px;
  margin: auto;
  display: flex;
}

/*/ GIVEAWAYS - FAQ'S ---*/
.giveaways .faq-category {
  cursor: pointer;
  background: var(--background);
  margin-bottom: 15px;
  border-radius: 7px;
}
.giveaways .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  padding: 20px 0;

  border-width: 85%;
}
.giveaways .faq-answer {
  display: none;
  padding: 20px 0;
  margin: 0 20px;
  border-top: 1px solid rgb(255 255 255 / 30%);
}
.giveaways .faq-answer .faq_content {
  max-width: 70%;
  text-align: justify;
  line-height: 1.6;
}

.giveaways .faq-answer form {
  padding: 20px;
  width: calc(100% - 40px);
}

.giveaways .faq-answer.active {
  display: block;
}
.giveaways .menu_toggle.arrow-up {
  display: none;
}

.faq-question .arrow-up,
.faq-question .arrow-down {
  vertical-align: middle;
  max-width: 14px;
  width: 100%;
  height: auto;
}

/* Giveaways Listagem A.M. 20-03-2025 */

.giveaways_list {
  gap: 30px;
}
.giveaways_list .back1 {
  width: 100%;
}
.giveaways_list .box {
  display: flex;
  flex-direction: column;
}
.giveaways_list .faq-answer {
  max-width: 100%;
}
.giveaways_list .back2 {
  width: 100%;
  max-width: 430px;
  max-height: 430px;
  height: 100%;
}
.giveaways_list .back2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.giveaways_list .giveaway_back {
  height: auto;
}
.giveaways_list .faq-answer {
  max-width: 100% !important;
}
.giveaways_list .faq-question {
  border-radius: 6px;
}
.giveaways_list .faq-answer .faq_content {
  max-width: 100%;
}

/* Giveaways A.M. 20-03-2025 */

/*_______________________________________________________
// Raffles //----------------------------
_______________________________________________________*/
.raffles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.raffles .raffles_card {
  background: #100f29;
  padding: 10px;
  border-radius: 7px;
}
.raffles .raffles_card .points {
  border-radius: 7px;
  border: 1px solid #696eaf;
  background: #1e2038;
  padding: 30px 20px 30px 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.raffles .raffles_card .points button {
  max-width: 150px;
  margin: auto;
}
.raffles .raffles_card .points h2 {
  text-align: center;
  font-weight: 500;
}
.raffles .raffles_card .raffles_btn {
  padding: 20px 20px 20px 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.raffles .raffles_card .raffles_btn .btn-raffles {
  display: flex;
  align-items: center;
  gap: 5px;
}

.load_more {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.popup_raffles {
  width: 400px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 7px;
  background: #100f29;
  z-index: 9999;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.popup-raffles-content {
  text-align: center;
}
.close_raffles {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.people_gain {
  max-height: 255px;
  margin-top: 15px;
  overflow-y: auto;
  padding: 0 2px 0 2px;
}

.info_gain {
  margin-bottom: 15px;
  border: 1px solid #ffffff69;
  background: #434669c0;
  display: flex;
  gap: 15px;
  padding: 10px;
  align-items: center;
  border-radius: 7px;
}

.img_gain {
  width: 22px;
  height: 22px;
}

.img_gain img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.people_gain_line {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.people_gain_line p {
  margin: 0 15px 0 15px;
}

.popup-raffles-content-date p {
  margin-top: 15px;
}

/*_______________________________________________________
// SONDAGENS//----------------------------
_______________________________________________________*/
.sondagens {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}
.sondagens_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sondagens .weekly_buy {
  background: linear-gradient(#100f29bb, #100f29);
  border-radius: 7px;
  padding: 20px;
}
.sondagens .header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
.sondagens .header h3 {
  margin: 0;
}
.sondagens .info {
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 14px;
  font-weight: light;
  gap: 20px;
}
.sondagens .info .users,
.sondagens .info .date {
  align-items: center;
  display: flex;
}
.sondagens .info .users img,
.sondagens .info .date img {
  margin-right: 8px;
}
.sondagens .items .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  background: #1e2038;
  border-radius: 7px;
  margin-bottom: 10px;
  color: #ffffff;
  cursor: pointer;
}
.sondagens .items .item:hover {
  background-color: #5b5e82;
}

.item-sondagem:has(input[type="radio"]:checked) {
  background-color: #5b5e82;
  outline: 2px solid #5b5e82;
}

.item-percentage {
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #672dbe 0%, #2553c2 100%);
  z-index: 9;
  height: 100%;
  border-radius: 5px;
}

.percentage {
  display: flex;
  align-items: center;
  width: 60px;
  position: absolute;
  right: 10px;
  gap: 15px;
  z-index: 10;
}

.percentage .percent_line {
  margin: auto;
}

.raffle-popup {
  padding: 0 !important;
}

.raffle-popup .popup_header {
  width: 100%;
  background: linear-gradient(to right, #672dbe 0%, #2553c2 100%);
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
}

.raffle-popup .context .text {
  padding: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.raffle-buy-input-wp {
  display: flex;
  height: 30px;
  margin-top: 20px;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.raffle-buy-input-wp input {
  border-radius: 5px;
  background: #1b1c39;
  border: 1px solid #ffffff77;
  padding: 12px 10px;
  color: white;
}

.raffle-popup .raffle-buy-input-wp button {
  height: auto;
  display: flex;
  align-items: center;
}

.sondagens .items .item .game {
  position: absolute;
  left: 10px;
  z-index: 999;
}

.sondagens .items .item .percentage .line {
  height: 30px;
  width: 2px;
  background-color: var(--title);
}

.sondagens .calendar {
  background: linear-gradient(#100f29bb, #100f29);
  border-radius: 7px;
  padding: 20px;
  height: fit-content;
  min-height: 280px;
}

.sondagens .sondagens .calendar_inner {
  text-align: center;
}
.sondagens .calendar .month {
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--text);
  justify-content: space-between;
}
.sondagens .calendar .month div a {
  margin-left: 10px;
}

.sondagens .calendar .month span {
  text-transform: uppercase;
}

.sondagens .calendar .month img {
  max-width: 18px;
  max-height: 18px;
}

.sondagens .calendar table {
  width: 100%;
  border-collapse: collapse;
}
.sondagens .calendar th,
.sondagens .calendar td {
  padding: 5px;
  text-align: center;
}
.sondagens .calendar th {
  color: var(--text);
  font-weight: 500;
}
.sondagens .calendar td {
  border-radius: 5px;
  color: var(--text);
  font-weight: 300;
}

.sondagens .calendar td:hover:not(:empty),
.sondagens .calendar td.on {
  background: linear-gradient(to right, #672ebf, #4874df);
  cursor: pointer;
}

#plk_poll_calendar .month button {
  background: none;
  border: none;
}

#currentMonth::first-letter {
  text-transform: capitalize;
}

/*// LOGIN / //----------------------------
_______________________________________________________*/
.login-popup {
  width: 460px;
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background: #100f29;
  color: var(--text);
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.login_popup {
  display: flex;
  margin: auto;
}

.close-btn {
  display: flex;
  justify-content: end;
  width: 100%;
}

.login-popup h2 {
  display: FLEX;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.login-popup form,
.login-page-form form {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.login-popup form input,
.login-page-form form input {
  background: #434669c0;
  color: var(--text);
  border: 1px solid #ffffff69;
  padding: 15px 10px;
  border-radius: 7px;
  height: 18px;
  width: calc(100% - 20px);
}
.login-popup form input::placeholder,
.login-page-form form input::placeholder {
  color: var(--text);
}
.login-popup form a p {
  font-size: 12px;
  font-weight: 500;
  color: #909090;
}
.login-popup button {
  padding: 10px;
  border-radius: 7px;
}
.login-popup button h4 {
  font-size: 16px;
  font-weight: 600;
}
.login-popup form div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.login-popup form div p {
  font-size: 12px;
  font-weight: 500;
  color: #909090;
}
.login-popup form div p a {
  color: #6b53ae;
}
.forgot-link {
  font-size: 14px;
  color: #909090;
  margin-bottom: 10px;
}
.login-popup .new_account {
  font-size: 16px;
  font-weight: 500;
  color: #909090;
  text-align: center;
}
.login-popup .new_account a {
  color: #6b53ae;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #04041aa3;
  z-index: 9998;
}
.close-btn {
  cursor: pointer;
}
.search_btn {
  margin-top: 5px;
}
/*_______________________________________________________
// Area Reservada //------------------------------*/

.helpsuport_menu ul a {
  padding: 11px 6px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.helpsuport_menu ul div .special_img_ {
  margin: 2px 2px 2px 0;
}
.area_reservada ul div li p {
  font-size: 16px;
  font-weight: 500;
}

.area_reservada_title {
  padding: 0 !important;
}
.area_reservada_title h1 {
  border-bottom: 3px solid #3e4370;
  padding: 20px;
  background: #32305a;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.area_reservada_form {
  padding: 20px;
}
.area_reservada_form .reserv_form {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  padding: 10px;
  width: calc(100% - 10px);
}

.area_reservada_form .btn-color-purple {
  padding: 10px 25px 10px 25px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.bottom20 {
  margin-bottom: 20px;
}
.reserv_form1 input {
  color: white;
}
.area_reservada_form .reserv_form1 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.area_reservada_form .reserv_form1 .reserv_form1_row {
  width: 100%;
  align-self: flex-end;
  height: 90px;
}
.area_reservada_form .reserv_form1 .reserv_form1_row input {
  width: 100%;
  border-radius: 5px;
  background: #1b1c39;
  border: 1px solid #ffffff77;
  padding: 12px 10px;
}
.area_reservada_form .reserv_form1 .reserv_form1_row input:focus {
  border: 1px solid white;
  outline: none;
}
.area_reservada_form .reserv_form1 .reserv_form1_row label {
  margin-bottom: 8px;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
.area_reservada_form .reserv_form1 .reserv_form1_row button {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}
.area_reservada_form .reserv_form1 .reserv_form1_row .btn-color-purple.btnlink {
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}
.area_reservada_form .reserv_form .btn-color-purple.label {
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.area_reservada_form .reserv_form .file-input {
  height: 0;
  width: 0;
}
.reserv_form button {
  padding: 10px 25px 10px 25px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.reserv_form p {
  font-size: 14px;
  font-weight: 400;
}

.helpsuport-content table {
  width: 100%;
  border-collapse: collapse;
}
.helpsuport-content table th,
td {
  padding: 18px;
  text-align: center;
}
.helpsuport-content table tbody tr:nth-child(odd) {
  background-color: #1d173d;
}

.helpsuport-content .pagination {
  width: calc(100% - 40px);
  justify-content: space-between;
  display: flex;
  padding: 25px 20px;
}
.helpsuport-content .pagination a {
  color: var(--text);
  padding: 5px 10px;
  background: #39386a;
  border-radius: 4px;
  align-self: center;
  width: 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpsuport-content .pagination a:hover {
  background: #6b53ae;
}

.helpsuport-content .pagination .pagination_numbers {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  gap: 5px;
}
.title_reserv {
  width: 100%;
}
.title_reserv.active a h1 {
  background: #1d173d;
}

/*_______________________________________________________
// Novidades //----------------------------
_______________________________________________________*/

.news {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-content: space-between;
  justify-items: center;
}
.news .news-card {
  width: 100%;
  min-width: 320px;
  background: var(--background3);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
}
.news .news-card a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.news .news-card h2,
.news .news-card div {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.news .news-card input {
  border-radius: 4px;
  color: var(--title);
  background-color: #000;
  width: calc(100% - 40px);
  padding: 8px 8px 8px 30px;
}
.news .news-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  margin: 0 15px 10px 15px;
}
.news .news-card h2 {
  padding: 20px 15px 15px 15px;
}
.news .news-card div {
  padding-top: 10px;
}
.news .news-card a {
  color: white;
}
/*
.input-with-image {
  padding-left: 30px;
  background-image: url("/i/forum_coment.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 16px;
}*/

.input-with-image {
  border-radius: 7px;
  color: var(--title);
  width: 100%;
  padding: 8px 8px 8px 15px;
  min-height: 35px;
  background: var(--background3);
}

.input_div {
  display: flex;
  min-height: 55px;
}
.input_div .commentary_button {
  border: none;
  background: none;
  color: white;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
}

.comment_small .input_div .commentary_image {
  padding-top: 0px;
}
.comment_small .input_div .commentary_button {
  padding-left: 10px;
  font-size: 14px;
  cursor: pointer;
}
.comment_small .input-with-image {
  padding: 0 5px;
  min-height: auto;
  background: #1d1a3a;
  padding: 5px !important;
  align-items: center;
}
.comment_small {
  display: flex;
  margin-top: auto;
}

/*_______________________________________________________
// Noticias //----------------------------
_______________________________________________________*/
.story {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.story .news-card {
  background: var(--background3);
  border-radius: 7px;
  padding: 15px;
  box-shadow: 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
  display: flex;
  flex-direction: column;
}
.story .news-card img {
  border-radius: 7px;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.news-card-img-container img {
  width: 100%;
}

.story .news-card input {
  border-radius: 4px;
  color: var(--title);
  background-color: #000;
  width: calc(100% - 40px);
  padding: 8px 8px 8px 30px;
}
.story .news-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.story .news-card .btn-color-news,
.box .btn-color-news {
  align-self: start;
  margin-top: auto;
  padding: 7px 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  transition: all 250ms;
  max-width: 190px;
  width: 100%;
}
.box .btn-color-news {
  white-space: nowrap;
  text-transform: uppercase;
}

.promo_card .box .btn-color-news {
  margin: 0 auto;
  margin-top: 20px;
}

.story .news-card .btn-color-news h3 {
  font-size: 16px;
}
.story .news-card h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  margin: 20px 0 10px 0;
}
.news-card-img-container {
  width: 100%;
  height: 264px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* // Noticias - Apresentação //----------------------------*/
.story_one .news-card {
  width: 100%;
  background: var(--background3);
  border-radius: 7px;
  padding: 15px 15px 40px 15px;
}

.story_one .news-card img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  max-width: 1495px;
  max-height: 695px;
}
.story_one .news-card h2 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 40px;
}
.story_one .news-card p {
  margin-bottom: 20px;
}

.story_one input {
  border-radius: 7px;
  color: var(--title);
  background-color: #000;
  width: calc(100% - 40px);
  padding: 8px 8px 8px 30px;
  min-height: 35px;
}
.story_one.line {
  width: 100%;
  height: 2px;
  background: var(--line);
  margin-bottom: 40px;
}

.title_div h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}

.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/*_______________________________________________________
// CARRINHO //----------------------------
_______________________________________________________*/
.checkout_container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(#100f29bb, #100f29);
  border-radius: 7px;
}
.checkout .product_list {
  flex: 3;
  margin-right: 20px;
  background: #1e2038;
  border-radius: 7px;
  padding: 15px;
}

.checkout .product_item {
  display: flex;
  padding: 10px;
  background-color: #100f29;
  border-radius: 7px;
  margin-bottom: 15px;
  color: var(--text);
  gap: 20px;
}

.checkout .product_item .product_body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.checkout .product_image img {
  width: 100%;
  max-width: 120px;
  height: auto;
  border-radius: 7px;
  max-height: unset;
}

.checkout .cart_product_img .checkout .product_details {
  flex: 1;
  margin-left: 20px;
}
.checkout .product_details h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}

.checkout .prod_info {
  margin: 5px 0;
  color: var(--text);
  gap: 5px;
  display: flex;
  font-size: 14px;
}
.checkout .prod_info span {
  color: #aaaaaa;
}

.checkout .qty_remove {
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout .product_quantity {
  padding: 6px 0;
  border: 1px solid;
  width: 140px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: space-around;
}
.checkout .product_quantity button {
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  background: none;
  border: none;
}
.checkout .product_quantity span {
  margin: 0 10px;
}
.checkout .remove {
  color: #e14b4b;
  cursor: pointer;
  font-size: 16px;
}

.checkout .product_price {
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.checkout .product_price_plus {
  text-align: center;
  margin-right: 10px;
  padding: 4px 0px;
}

.checkout .product_price span {
  font-weight: 600;
  font-size: 16px;
}

.order_summary {
  flex: 1;
  padding: 20px;
  background-color: #1e2038;
  border-radius: 7px;
  color: var(--text);
}
.order_summary h4 {
  font-size: 24px;
  font-weight: 600;
}
.summary_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
}
.summary_item.total {
  font-size: 16px;
  font-weight: 500;
}
.summary_item .final_price {
  font-weight: 700;
}

.free {
  color: #3aa39f;
}
.checkout .line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: var(--title);
}

.coupon_code {
  display: flex;
  margin-top: 20px;
  position: relative;
}

.coupon_code button {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  border: none;
}

.coupon_code img {
}
.coupon_code input {
  padding: 16px 10px;
  border: 1px solid;
  border-radius: 2px;
  color: var(--text);
  background: none;
  width: 100%;
}

#edit-cart-behind,
.coupon_code input::placeholder {
  color: #a2a3b1;
}

.checkout_button {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
}

/* // CARRINHO 2 - 3 steps //----------------------------*/
.checkout_steps .checkout_container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(#100f29bb, #100f29);
  border-radius: 7px;
}
.checkout_steps .checkout-tabs {
  width: 70%;
  color: var(--text);
}
.checkout_steps .checkout-tab-header {
  display: flex;
  border: none;
  margin-bottom: 20px;
}
.checkout_steps .checkout-tab-header img {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.checkout_steps .checkout-tab {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background: none;
  border: none;
  color: #b8b8b8;
  font-weight: bold;
}
.checkout_steps .checkout-tab.active {
  color: var(--text);
}
.checkout_steps .checkout-tab-content {
  padding: 20px;
  background: #1e2038;
  border-radius: 7px;
  margin-right: 20px;
}
.checkout_steps .checkout-tab-panel {
  display: none;
}
.checkout_steps .checkout-tab-panel.active {
  display: block;
}

.form-container-pay {
  padding: 10px;
}
.form-container-pay input,
.form-container-pay label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.form-container-pay label {
  margin-top: 10px;
}
.form-container-pay input {
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
}

.form-container-pay input::placeholder {
  color: #a2a3b1;
}

.form-flex {
  display: flex;
  gap: 20px;
}
.form-flex div {
  width: 100%;
}

.checkout_steps .product,
.address,
.payment-methods,
.payment-form {
  margin-bottom: 20px;
}
.checkout_steps .product-image,
.product-details,
.product-price,
.quantity {
  display: inline-block;
  vertical-align: top;
}
.checkout_steps .product-image {
  width: 60px;
  height: 60px;
  background: #555;
  margin-right: 20px;
}
.checkout_steps .product-details {
  width: calc(100% - 140px);
}
.checkout_steps .product-price {
  width: 60px;
  text-align: right;
}
.checkout_steps .quantity button {
  background: #444;
  color: white;
  border: none;
  padding: 5px 10px;
}
.checkout_steps .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #555;
  background: #222;
  color: white;
}
.checkout_steps .remove {
  color: #e14b4b;
  margin-left: 10px;
}

.checkout_steps .address {
  background: #100f29;
  border-radius: 7px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout_steps .address .btn_address {
  margin-top: 45px;
  width: 30%;
}

.checkout_steps .address .btn_address .btn_address_edit {
  padding-right: 10px;
  color: var(--text);
}
.checkout_steps .address label {
  margin-right: 10px;
  padding-left: 5px;
}
.checkout_steps .address label h3 span {
  font-size: 12px;
  border: 1px solid #ffffff4d;
  border-radius: 7px;
  padding: 5px 7px;
  margin-left: 10px;
  top: -2px;
  position: relative;
}
.checkout_steps .address label p {
  padding-top: 20px;
  font-weight: 400;
  line-height: 24px;
}
.checkout_steps .address_label {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.checkout_steps .back_payment {
  background: #100f29;
  border-radius: 7px;
  padding: 25px;
}
.checkout_steps .payment-methods img {
  width: 50px;
  margin-right: 15px;
  background: #fff;
  border-radius: 7px;
  width: 60px;
  height: 32px;
  padding: 10px;
}

.checkout_steps .payment-form .payment-form-div {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.checkout_steps .payment-form .payment-form-div div {
  flex-direction: column;
  display: flex;
  width: 100%;
}
.checkout_steps .payment-form .payment-form-div div label {
  margin-bottom: 8px;
}

.checkout_steps .payment-form input {
  width: calc(50% - 10px);
  padding: 15px;
  margin-right: 20px;
  background: var(--navmenu);
  border-radius: 7px;
  color: #3f3f3f;
  font-size: 10px;
  border: none;
}
.checkout_steps .payment-form input:last-child {
  margin-right: 0;
  width: calc(100% - 40px);
}

.checkout_steps .order-summary {
  width: 25%;
  background: #222;
  padding: 20px;
}
.checkout_steps .order-summary h3 {
  margin-bottom: 20px;
}
.checkout_steps .order-summary p {
  margin-bottom: 10px;
}
.checkout_steps .order-summary input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background: #333;
  border: 1px solid #555;
  color: white;
}
.checkout_steps .order-summary button {
  width: 100%;
  padding: 15px;
  background: #444;
  border: none;
  color: white;
  cursor: pointer;
}
.checkout_steps .line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: var(--title);
}

/* // CARRINHO 3 //----------------------------*/
.checkout .address {
  background: #100f29;
  border-radius: 7px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 50px);
}
.checkout .address .btn_address {
  margin-top: 45px;
  width: 30%;
}

.checkout .address .btn_address .btn_address_edit {
  padding-right: 10px;
  color: var(--text);
}
.checkout .address label {
  margin-right: 10px;
  padding-left: 5px;
}
.checkout .address label h3 span {
  font-size: 12px;
  border: 1px solid #ffffff4d;
  border-radius: 7px;
  padding: 5px 7px;
  margin-left: 10px;
  top: -2px;
  position: relative;
}
.checkout .address label p {
  padding-top: 20px;
  font-weight: 400;
  line-height: 24px;
}
.checkout .address_label {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.product_list_text {
  margin-bottom: 30px;
  color: white;
}
.product_list_text p {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 14px;
}
.product_list_text button {
  padding: 10px 25px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #6b53ae;
  color: var(--text);
  border: none;
}
.product_list_text button img {
  margin-right: 10px;
}

.product_list_text .contact_payment {
  color: #6b53ae;
  margin-left: 5px;
}

/*_______________________________________________________
// STREAM //  Ultimas paginas - atualizado  -------------
_______________________________________________________*/

/*_// STREAM - clips - bigwins //  ---__*/
.carousel-container-clips {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.carousel-container-clips .carousel-clips {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-container-clips .carousel-slide {
  min-width: 100%;
}
.carousel-container-clips .carousel-slide img {
  width: 100%;
  display: block;
}
.carousel-container-clips .carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.carousel-container-clips .carousel-button.prev {
  left: 10px;
}
.carousel-container-clips .carousel-button.next {
  right: 10px;
}
.carousel-container-clips .carousel-button:focus {
  outline: none;
}
.stream_clips .promo_nav {
  width: 100%;
}

/*_// STREAM - clips - bigwins //  ---__*/
.clips .latest-videos-tab.active {
  flex-wrap: nowrap;
  overflow: hidden;
}
.clips .promo_nav {
  width: 100%;
}
.clips .btn-navbar {
  padding: 10px 12px;
}
.one_video_tab .clip_img {
  cursor: pointer;
}

.clips_one .one_video_tab {
  padding: 20px;
  width: 100%;
}

.clips_one .tabs button {
  padding: 0 30px !important;
  text-wrap: nowrap;
  width: auto !important;
}

.clips_one .tabs button h1 {
  padding-left: 0 !important;
}

.video-carousel .clip_img {
  margin-bottom: 10px;
}
.video-carousel .slick-dots {
  display: none !important;
}

/*
.carousel-container {
  overflow: hidden;
}
.carousel-container{width: 100% !important;}*/

.carousel-container .tab-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transition: transform 0.5s ease-in-out;
  padding: 20px 10px;
}
.carousel-container .one_video_tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%;
  min-height: 362px;
}

.clip_category .carousel-container .video-carousel_clips {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

.video_casino_tabs .carousel-container .one_video_tab {
  width: 100%;
}

.carousel-container .one_video_tab h2 {
  margin-top: 10px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.carousel-container .one_video_tab .one_video_tab_text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  column-gap: 5px;
}

.carousel-container .one_video_tab .one_video_tab_text p {
  font-size: 14px;
}

.filter_mobile {
  background-color: #201f40;
  padding: 2px 4px;
  border-radius: 7px;
  margin-left: auto;
  display: none;
}

.clips .carousel-container {
  background: var(--background2);
  box-shadow: rgba(0, 0, 0, 0.4) 9px 11px 13px 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: flex !important;
  flex-wrap: wrap;
  padding-right: 20px;
  min-height: 300px;
  position: relative;
  padding-bottom: 60px;
  padding-top: 20px;
}

.popup_clips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-content-clips {
  background-color: #111731;
  border-radius: 7px;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-content-clips p {
  padding-bottom: 30px;
  font-size: 20px;
}
.popup-content-clips .ord_list {
  margin-bottom: 10px;
  width: 100%;
}
.popup-content-clips .search-container {
  margin-bottom: 10px;
  width: 99%;
}
.popup-content-clips .btn_popup_clips {
  display: flex;
  gap: 20px;
  width: 100%;
}
.popup-content-clips div button {
  margin-top: 10px;
  width: 100%;
}
.popup-content-clips .search-icon {
  top: 50%;
}

.close-clip {
  position: absolute;
  cursor: pointer;
}
.close-clip img {
  position: relative;
  top: -10px;
  right: -200px;
  cursor: pointer;
}
.close-clip:hover {
  cursor: pointer;
}

/*_// STREAM - live //  ---__*/
.container_live {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.container_live .header_live {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.container_live .login-button {
  background-color: #1e2038;
  border-radius: 5px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}
.container_live .login-button img {
  max-width: 100px;
  height: auto;
}

.container_live .video-container {
  position: relative;
  border-radius: 16px;
  width: 100%;
  padding: 8px;
  margin: auto;
  background-color: rgba(4, 4, 26, 0.64);
  box-shadow: 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
}

#twitch_btn,
#kick_btn {
  border: 4px solid transparent;
}
.twitch_btn__active {
  border-color: rgba(145, 70, 255) !important;
}
.kick_btn__active {
  border-color: #00e701 !important;
}
.container_live .offline-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: bold;
  color: #bbb;
  text-align: center;
}
.container_live .offline-message span {
  color: var(--text);
}
video {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

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

/*_// STREAM - ACHIVEMENTS //  ---__*/
.achive_container {
  margin: auto;
}

.achive_container .plk_stats_head:first-child {
  border-top-left-radius: 5px;
}

.achive_container .plk_stats_head:last-child {
  border-top-right-radius: 5px;
}

.achive_container .big-wins-table-container table td {
  width: 12.5%;
}
.achive_container .big-wins-table-container table td:first-child {
  width: 5%;
}

.achive_container .big-wins-table-container .title_stat {
  width: 32.5%;
  text-wrap: wrap;
}

.achive_header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.achive_box {
  background: linear-gradient(#100f29bb, #100f29);
  padding: 15px;
  border-radius: 8px;
  width: 30%;
}
.achive_box h3 {
  margin-top: 0;
  border-bottom: 1px solid var(--title);
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.achive_box .achive_box_text {
  display: flex;
  justify-content: space-between;
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}
.achive_box .achive_box_text .achive_box_text_1 {
  color: #1bb96b;
}
.achive_box_sp {
  width: 30%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.achive_box_sp .achive_box {
  width: calc(100% - 30px);
}

.followers-goals {
  margin-top: 40px;
  background: linear-gradient(#100f29bb, #100f29);
  padding: 20px;
  border-radius: 7px;
}
.followers-goals h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.followers-goals_text {
  display: flex;
  justify-content: space-between;
  color: var(--text);
  padding-top: 20px;
  border-top: 1px solid var(--title);
  padding-bottom: 20px;
  align-items: center;
}
.followers-goals_text div {
  display: flex;
  align-items: center;
}
.followers-goals_text div span {
  padding-right: 10px;
}
.followers-goals_text div span img {
  align-items: center;
  margin: auto;
  display: flex;
}

.big-wins {
  margin-top: 40px;
  background: linear-gradient(#100f29bb, #100f29);
  border-radius: 7px;
}
.big-wins h3 {
  padding: 20px;
  border-bottom: 1px solid var(--title);
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.big-wins h3 span {
  color: var(--span_title);
}
.big-wins table {
  width: 100%;
  color: var(--text);
  border-collapse: collapse;
}
.big-wins table tr {
  height: 70px;
}
.big-wins-table-container table tbody tr > td:first-child,
.big-wins-table-container table tbody tr > td:nth-child(2),
.big-wins-table-container table thead tr > th:first-child,
.big-wins-table-container table thead tr > th:nth-child(2) {
  text-align: center;
}

.big-wins table thead tr:nth-child(odd) {
  background-color: #100f29bb;
}
.big-wins table tbody tr:nth-child(-n + 3) {
  color: #eddb7d;
}
.big-wins .big-wins-table-container table tbody tr:nth-child(-n + 3) {
  color: inherit;
}
.big-wins .big-wins-table-container table tbody tr.stat-row-1,
.big-wins .big-wins-table-container table tbody tr.stat-row-2,
.big-wins .big-wins-table-container table tbody tr.stat-row-3 {
  color: #eddb7d;
}

.big-wins table tbody tr:nth-child(odd) {
  background-color: #1d173d;
}
.big-wins table tbody tr:nth-child(even) {
  background-color: #241d47;
}
.big-wins table th,
.big-wins table td {
  border: none;
  text-align: left;
  padding: 16px;
  text-wrap: nowrap;
}
.big-wins .big-wins-table-container {
  overflow-x: auto;
}
.big-wins .pagination {
  width: calc(100% - 40px);
  justify-content: space-between;
  display: flex;
  padding: 25px 20px;
}
.big-wins .pagination a {
  color: var(--text);
  padding: 5px 10px;
  background: #39386a;
  border-radius: 4px;
  align-self: center;
  width: 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-wins .pagination a:hover,
.big-wins .pagination a.active,
.pagination_numbers a.active {
  background: #6b53ae;
}
.big-wins .pagination .pagination_numbers {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  gap: 5px;
}

/*_______________________________________________________
// CASINO // __________________________________________*/

/*_// CASINO- OFERTAS -BETIFY // ---__*/
.betify-video-section {
  width: 100%;
}
.video-placeholder {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bety-offers {
  display: flex;
  width: 100%;
}
.bety-offers-section {
  width: 60%;
  border-radius: 7px;
}
.offers-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  border-radius: 10px;
  padding: 20px;
}
.offers-section .offers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offers-section .offer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offers-section .offer div {
  width: 100%;
  border-bottom: 1px solid var(--title);
  padding-bottom: 10px;
}
.offers-section .offer div p {
  padding-top: 5px;
}
.offers-section .number {
  font-size: 24px;
  font-weight: bold;
  color: var(--text);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers-section .button-container {
  margin-top: 10px;
}

/*_// CASINO- PROMO // ---__*/

.search-filter-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.search-filter-bar input[type="text"],
.search-filter-bar select {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #f0f0f0;
  color: #1c1835;
}
.search-filter-bar button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: white;
  color: #1c1835;
  font-weight: bold;
  cursor: pointer;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.card {
  background: var(--background3);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* BONUS BUY BATTLE - CHALLENGE */

.about_tabs.bonus_tabs .about_nav .tabs .tab-btn {
  background-color: #2019418f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 1px solid #ffffff57;
  border-left: 1px solid #ffffff57;
  min-width: 154px;
}

.about_tabs.bonus_tabs .about_nav .tabs .tab-btn p {
  text-transform: uppercase;
  font-size: 14px;
}

.bonus_tabs .tab-content {
  padding: 20px !important;
  row-gap: 20px;
  text-align: start;
  color: white;
}

.status {
  border-radius: 5px;
  display: flex;
  background-color: #292b46;
  justify-content: space-between;
  color: white;
  align-items: center;
  row-gap: 10px;
  height: 40px;
  position: relative;
}

.bonus_tabs .text_status {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
  position: absolute;
  display: flex;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  height: 100%;
}

.bonus_tabs .percentual {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #672dbe 0%, #2553c2 100%);
}

.status .right_space {
  display: flex;
  align-items: center;
  gap: 15px;
}
.status .left_space .number,
.status .right_space .number {
  font-weight: 500;
}

.bonus_tabs .challenge {
  display: flex;
}
.challenge .box {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.challenge .middiv {
  width: 16%;
}
.challenge .boxteam {
  border-radius: 5px;
  height: 100px;
  position: relative;
}

.challenge .boxteam .textabsolute {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 999999;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.challenge .boxteam .percent {
  height: 100%;
}

.challenge .boxteam .textabsolute .user_text {
  font-size: 12px;
  font-weight: 500;
}
.challenge .boxteam .textabsolute .team_text p {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.challenge .boxteam .team_text {
  display: flex;
  flex-direction: column;
}
.challenge .boxteam .team_text span:first-child {
  font-weight: 600;
  font-size: 22px;
}
.challenge .boxteam .team_text span:last-child {
  margin-top: 5px;
}
.challenge .boxteam .user_text {
  margin-top: 5px;
}

.challenge .status_bonus {
  display: flex;
  justify-content: space-between;
  background-color: #1e2038;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
  width: 85%;
}

.challenge .chall_bonus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.challenge .chall_bonus .bold {
  font-weight: 600;
}
.challenge .bonus_box {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  gap: 10px;
  background-color: #1e2038;
  width: 85%;
  border-radius: 5px;
}
.challenge .bonus_box .header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.challenge .bonus_box .header .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-wrap: wrap;
}

.challenge .bonus_box .header .title h3 {
  font-size: 16px;
}
.challenge .bonus_box .header .user {
  font-size: 14px;
}

.challenge .bonus_box .header .value {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 10px;
  font-weight: 600;
}

.left_team .boxteam {
  background-color: #243376;
}
.left_team .percent {
  border-radius: 5px;
}

.left_team .percent,
.left_team .header .value {
  background-color: #306afc;
}
.left_team .status_bonus,
.left_team .bonus_box {
  border: 1px solid #306afc;
}

.right_team .boxteam {
  background-color: #2f2656;
}
.right_team .percent {
  border-radius: 5px;
  margin-left: auto;
}
.right_team .textabsolute {
  right: 0;
}
.right_team .team_text,
.right_team .user_text {
  text-align: end;
}

.right_team .status_bonus,
.right_team .bonus_box {
  margin-left: auto;
}
.right_team .percent,
.right_team .header .value {
  background-color: #8a3ffd;
}
.right_team .status_bonus,
.right_team .bonus_box {
  border: 1px solid #8a3ffd;
}

.challenge .middiv {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
.challenge .bonus_box .amount {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  row-gap: 5px;
}

.challenge .bonus_box .amount span {
  background-color: #282a48;
  text-align: center;
  border-radius: 5px;
  padding: 20px 5px;
  position: relative; /* Adicionado para posicionamento do after */
}

.challenge .bonus_box .amount span:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: -5px; /* Ajuste conforme necessário */
  top: 50%;
  transform: translateY(-50%);
  width: 2px; /* Largura da barrinha ajustada */
  height: 50%; /* Altura da barrinha ajustada */
  background-color: white;
}

.challenge .box .right {
  margin-left: auto;
}

/* BONUS HUNT */

.bonus_hunt .slots_div {
  display: flex;
  gap: 20px;
}

.slots_div .loading {
  position: relative;
  width: 40%;
  border: 1px solid #696eaf;
  border-radius: 5px;
  background-image: url("../i/BACKGROUND_CONTORNO.webp"); /* Define the background image */
  background-size: cover; /* Ensure the background covers the entire div */
  background-position: center;
}
.slots_div .loading .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: min(1.5vw, 20px);
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}

.slots_div .loading .text span {
  color: #802cff;
  font-size: min(2.5vw, 24px);
}

#plk_bonushunt_reg .status {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slots_div .loading .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bonus_hunt .big-wins {
  margin-top: 0;
  border: 1px solid #696eaf;
}

.bonus_hunt .tab-content:not(.tab1) {
  background-color: #303357 !important;
  display: block !important;
}

.bonus_hunt_div {
  background: #1e2038;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bonus_hunt_div .list_status {
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  justify-content: space-between;
}

.list_status .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 6px;
  text-align: center;
  font-size: 12px;
  min-width: 120px;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
}

.list_status .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30%;
  background-color: #a2a2a2;
}

.list_status .item span {
  font-weight: 600;
}

.flex_direction {
  display: flex;
  flex-direction: column;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.bonus_hunt_div .space-between {
  padding: 0 20px;
  font-weight: 500;
}

.space-between .left_side,
.space-between .right_side {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bonus_hunt_div .flex {
  gap: 10px;
  padding: 10px;
}
.flex {
  display: flex;
}

.bonus_hunt_div .flex-bonus,
.bonus_hunt_div .text_stacks {
  font-size: 14px;
  text-transform: uppercase;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.bonus_hunt_div .flex-bonus {
  padding: 10px;
  border: 1px solid #696eaf;
  width: 75%;
  border-radius: 5px;
  font-weight: 500;
}
.bonus_hunt_div .text_stacks {
  padding: 10px;
  border: 1px solid #696eaf;
  width: 25%;
  border-radius: 5px;
  text-align: right;
  font-weight: 500;
}
.bonus_hunt_div .text_stacks .text {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  text-wrap: wrap;
}

.bonus_hunt_div .flex-bonus .space-between {
  padding: 0;
}

.flex-bonus .bar {
  background-color: #16172a;
  border-radius: 5px;
  height: 30px;
  position: relative;
  display: flex;
  width: 100%;
}
.flex-bonus .text {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.flex-bonus .percentage {
  border-radius: 5px;
  background-color: #f6c143;
  position: relative;
  right: 0;
}

.bonus_hunt .big-wins-table-container {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bonus_hunt .big-wins-table-container tr.current_playing td {
  color: #eddb7d;
}
.bonus_hunt .big-wins-table-container thead tr {
  background-color: #22274a !important;
  border-radius: 5px;
  height: 60px;
}
.bonus_hunt .big-wins .pagination {
  padding: 15px 20px;
}
.bonus_hunt .big-wins .pagination a {
  font-size: 14px;
  width: 8px;
  height: 14px;
}

.bonus_hunt .pagination_numbers {
  margin: auto;
}
.bonus_hunt .pagination_numbers a {
  background-color: inherit;
}

.bonus_hunt .pagination_numbers a.active {
  background-color: #39386a;
}

.hunt_div {
  background-color: #1e2038;
  border: 1px solid #696eaf;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hunt_div .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.hunt_div .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
  min-width: 160px;
  font-size: 14px;
}

.bonus_hunt .graph {
  background: #1e2038;
  border: 1px solid #696eaf;
  border-radius: 5px;
}

.bonus_hunt .graph .tabs button {
  background-color: #34354b !important;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  background: none;
  border: none;
  margin: 0;
  max-width: 120px;
  border-radius: 5px;
}

.bonus_hunt .graph .tabs button p {
  font-size: 14px;
}

.bonus_hunt .graph .tabs {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  background-color: #34354b;
  padding: 2px;
  border-radius: 5px;
  max-width: 240px;
}

.bonus_hunt .graph .tabs .tab-btn-active {
  background-color: white !important;
}

.bonus_hunt .graph .tabs .tab-btn-active p {
  color: black;
}

.bonus_hunt .graph .tab-content {
  background: #1e2038 !important;
  box-shadow: none;
}

/* Buy battle Tournament */

.tournaments_tabs .relative {
  position: relative;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.tournaments_tabs .status,
.bonus_tabs .status {
  margin-bottom: 20px;
}

.tournaments_tabs .text_status > * {
  width: 33%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.tournaments_tabs .text_status .left_space {
  width: 46%;
}
.tournaments_tabs .text_status .mid_space {
  width: 31%;
}
.tournaments_tabs .text_status .right_space {
  width: 23%;
}

.tournaments_tabs .text_status > *:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #a2a2a2;
  margin-right: 10px;
}

.tournaments_tabs .tab-content {
  background: #2e3057;
}

.tournament_div {
  background-color: #1e2038;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

.tournament_div .scrollable {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.navplayoffs {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  min-width: 950px;
  width: 100%;
}

.navplayoffs .fifty {
  display: flex;
  gap: 17px;
  width: 50%;
  justify-content: space-between;
}

.flex1 {
  display: flex;
  flex: 1;
}

.navplayoffs .fifty.right {
  flex-direction: row-reverse;
}
.navplayoffs .right .flex1 {
  justify-content: end;
}

.brackets {
  min-width: 950px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 60px;
}

.brackets .mid_sector {
  width: 1px;
  position: relative;
}
.mid_sector .fruit_party {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  gap: 20px;
}

.fruit_prt_btn {
  margin: 0;
  background: linear-gradient(to right, #672dbe 0%, #2553c2 100%);
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #f6c143;
  color: white;
  padding: 10px 15px;
  text-wrap: nowrap;
  text-transform: uppercase;
  box-shadow: 0px 0px 20px 5px #f6c143;
}

.bracket {
  min-width: 430px;
  display: flex;
}
.bracket.right {
  flex-direction: row-reverse;
}
.bracket .playoffs {
  flex: 1;
  min-width: 158px;
  width: 100%;
  display: flex;
}
.bracket.right .playoffs {
  flex-direction: row-reverse;
}
.bracket.right .splitter {
  transform: scaleX(-1);
}

.bracket .breaks {
  width: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/*.bracket .break {display: flex;
      position: relative;
      border-radius: 0 10px 10px 0;
      border: 1px solid rgba(154, 169, 184, .64);
      border-left: none;
      min-width: 6px;
      margin: 58px 0; box-sizing: border-box;}
*/

.brackets .splitter {
  padding: 0 3px;
}

.brackets .games:not(:first-child) {
  margin-left: 20px;
}

.brackets .games {
  /*min-width: 120px;*/
  width: calc(100% - 17px);
  max-width: 190px;

  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-evenly;
}

.brackets .box {
  background: #292b46;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  border-radius: 5px;
  width: 100%;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  cursor: pointer;
  position: relative;
  height: 71px;
}
.brackets .box.win {
  border: 1px solid green;
}

.brackets .box .text {
  display: flex;
  flex-direction: column;
}
.brackets .box .text .bold {
  font-weight: 600;
  line-height: 18px;
}

.brackets .box.win .character {
  background: green;
}
.character {
  display: flex;
  width: 20px;
  height: 20px;
  background: #404368;
  border-radius: 5px;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  min-width: 20px;
}

.tabs_tournament .btn_tournament {
  font-weight: 600;
  padding: 5px 10px;
  border: none;
  min-width: 78px;
  background: #100f29;
  color: white;
  flex: auto;
}

.tabs_tournament .btn_tournament.score {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs_tournament .btn_tournament.profit_loss {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tab-btn-active {
  background: white !important;
  color: #100f29 !important;
}

.content_tab_tournament .tab-content {
  background: #1e2038 !important;
  overflow: unset;
}

.content_tab_tournament {
  background-color: #1e2038;
  border-radius: 5px;
}

.content_tab_tournament .navbar {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 1px solid rgba(154, 169, 184, 0.24);
  background: inherit;
  padding-top: 20px;
  font-size: 14px;
  z-index: 9;
}

.content_tab_tournament .navbar .item {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  padding: 10px;
  text-wrap: wrap;
  position: relative;
  height: -webkit-fill-available;
  cursor: pointer;
  align-items: center;
}

.content_tab_tournament .navbar .item.active {
  font-weight: 600;
}

.tabTournament_scroll_container {
  width: 100%;
  overflow: auto;
}

.tabTournament_table {
  text-transform: uppercase;
  width: 100%;
  background-color: #1e2038;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 14px;
}

.tabTournament_table thead {
  height: 50px;
}

.tabTournament_table thead tr th {
  font-weight: 400;
}

.tabTournament_table tbody tr td {
  font-weight: 500;
}

.tabTournament_table tbody tr td {
  min-width: 90px;
}

.tabTournament_column {
  display: flex;
  gap: 10px;
  text-wrap: nowrap;
}

.content_tab_tournament .navbar .item.active:after {
  content: "";
  position: absolute;
  background: white;
  height: 2px;
  border-radius: 4px 4px 0 0;
  width: 100%;
  bottom: 0px;
}

/* Ofertas */

.promo_list_grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 30px;
}

.text_offer {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 15px 0;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.text_apply {
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.promo_list_grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 30px;
}

.promo_list_grid2 .promo_card_und {
  margin: auto;
}

.promo_div_home .promo_card_style {
  padding: 0;
}

.promo_div_home .slick-list {
  overflow: hidden;
  max-height: 336px;
}

.search-input2 {
  outline: none;
  width: 100%;
  padding: 10px 24px 10px 12px;
  border-radius: 7px;
  border: 1px solid white;
  background-color: transparent;
  color: var(--text);
}

.search-input2::placeholder {
  color: white;
}

.search-input2:focus {
  border: 1px solid white !important;
  color: white;
}

.search-input2::-ms-clear {
  display: none;
}

.search-input2::-webkit-clear-button {
  display: none;
}

.topbar_filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.slots_all_aval .topbar_filter {
  margin-bottom: 0;
  width: unset;
}

.topbar_filter .close-btn {
  display: none;
}

.topbar_filter .right_side {
  display: flex;
  gap: 10px;
  align-items: center;
}

.topbar_filter .filters_combined {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.topbar_filter .overlay {
  display: none;
}

.all_avalations {
  padding-bottom: 40px;
}

.slots_all_aval .load_more {
  bottom: 0;
}

.left_side {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.left_side .search_promos {
  position: relative;
}

.search_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_promo_result_div span,
.searchpromo_results {
  color: white;
}

.search_promo_result_div span {
  font-weight: 500;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.clear_filter {
  padding: 0 15px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  height: 39px;
}

.selector {
  background-color: inherit;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 8px;
  outline: none;
  width: 178px;
  color: white;
  font-weight: 600;
}

.helpsuport_tab p {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
}

.search_and_button {
  display: flex;
  gap: 10px;
}

.filters_combined .btn-navbar {
  align-items: center;
  gap: 5px;
}
.offers_page .btn-navbar img {
  height: 20px;
  width: 20px;
  display: none;
}
.offers_page .search_promos {
  width: 195px;
}

.story.grid-news {
  position: relative;
}
.offers_page .empty_offers,
.news_list_page .empty_offers {
  position: absolute;
  width: 100%;
  left: 0;
}
/* SLIDER OFFERS */

.slider_des_offers.slider_offers_active .offer_img {
  max-height: 200px;
}

.slider_des_offers.slider_offers_active .promo_card_und_texto {
  justify-content: end;
  margin: auto;
}

.slider_des_offers.slider_offers_active .promo_card_und {
  min-height: 344px;
}

.slider_des_offers {
  width: 100%;
}

.slider_des_offers .on_slider_des {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: auto;
}

.on_slider_des {
  padding: 10px 0;
}

.on_slider_des .btn-color-green {
  font-weight: 800;
  font-size: 18px;
}

.slider_des_offers .on_slider_des .btn-color-green {
  background: #484d98;
  padding: 8px 20px;
}

.slider_des_offers .text_offer {
  font-size: 22px;
  line-height: 28px;
}

.on_slider_des .text_offer {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-shadow: none;
  padding: 5px 0;
}

.slider_des_offers.slider_offers_active .slick-slide {
  transition: transform 0.5s ease;
}

.slider_des_offers.slider_offers_active .slick-arrow {
  display: none !important;
}

.slider_des_offers.slider_offers_active .slick-slide {
  margin: 0 0.75rem;
}
/* the parent */
.slider_des_offers.slider_offers_active .slick-list {
  margin: 0 2rem;
}

.slider_des_offers.slider_offers_active .promo_card_und.slick-slide.slick-center {
  transition: s;
  transform: scale(1);
}

.slider_des_offers.slider_offers_active .promo_card_und {
  transform: scale(0.925);
}

/* CLIPS SLICK */

.slider_clips {
  margin-top: 60px;
}

.slider_clips .clip_slide img {
  position: relative;
  max-width: 594px;
  width: 100%;
  height: auto;
  transition: all 550ms ease 0s, z-index 550ms ease 0s; /* opacity: 0.5 */
  border: 2px solid var(--background2);
  border-radius: 5px;
}

.prev-slide img::after,
.next-slide img::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

.slider_clips .clip_slide {
  position: relative;
}

.slider_clips .slick-center img {
  transform: scale(2);
  opacity: 1;
  z-index: 333;
  position: absolute;
}

.slider_clips .slick-list {
  min-height: 300px;
}

.slider_clips .slick-track {
  top: 75px !important;
}

.clip_slide img {
  position: absolute;
  z-index: 111;
}

.slider_clips .prev-slide img,
.slider_clips .next-slide img {
  transform: scale(1.6);
  position: absolute;
  z-index: 222;
  transition: all 350ms ease 0s, z-index 350ms ease 0s !important;
}

.slider_clips .slick-prev,
.slider_clips .slick-next {
  width: 30px !important; /* Defina o tamanho desejado para as setas */
  height: 30px !important;
  z-index: 1 !important;
}
.slider_clips .slick-prev img,
.slider_clips .slick-next img {
  width: 100% !important; /* Garante que a imagem preencha o contêiner da seta */
  height: 100% !important;
}

.slider_clips .slick-prev {
  left: 5% !important;
}
.slider_clips .slick-next {
  right: 5% !important;
}

/*Ajustes de algumas páginas - 04/07/2024 - Angela*/
.base_section:not(.slotregtops) {
  margin-bottom: 60px !important;
}
.cards1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
.cards2 {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.cards1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 310px;
  border-radius: 4px;
  object-fit: cover;
}
.cards2 img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
  height: auto;
  border-radius: 4px;
}

.cards .card {
  background: #0c0b19;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: calc(100% - 10px);
  padding: 10px 0 0 0;
}

.big-card {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  border-radius: 7px;
  padding: 8px;
}
.small-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 7px;
  padding: 8px;
  box-shadow: 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
}

.chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #6b53ae;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.chat-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #100f29;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 400px;
}
.chat-header {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #7046a7;
}
.chat-header span {
  font-weight: bold;
  color: var(--text);
  font-size: 24px;
}
.chat-header button {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.chat-form {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.chat-form label {
  color: white;
}
.chat-form input,
.chat-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #100f29;
  color: white;
  width: calc(100% - 20px);
}
.chat-form textarea {
  height: 80px;
  margin-bottom: 10px;
}
.chat-form button {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #7046a7;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.back_contact {
  background: linear-gradient(to bottom, #100f29a9, #100f29);
  padding: 20px;
  border-radius: 7px;
}
.giveaways .giveaway_back {
  padding-bottom: 20px;
}

.giveaways .back2 {
  margin-bottom: 20px;
}
.giveaways .back1 {
  margin-bottom: 20px;
}

.media_card_text {
  padding-left: 15px;
  padding-right: 15px;
}

/*Ajustes de algumas páginas - 09/07/2024 - Angela*/

::-webkit-scrollbar {
  width: 10x;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #e8e9ff42;
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #282b4d;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1e2038;
}
::-webkit-scrollbar-corner {
  background: #999;
}

.btn_google {
  font-size: 22px;
  font-weight: bold;
}
.btn_twitch {
  background: none;
  border: 2px solid #a645ff;
}
.btn_kick {
  background: none;
  border: 2px solid #4c9939;
}

/* A. M */

.cards1 .slick-slide {
  margin: 0 0.5rem;
}
.cards1 .slick-list {
  margin: 0 -0.5rem;
}

.story_one .news-card .text {
  color: white;
  margin: 40px 0 0 40px;
}

.faq-category {
  color: white;
}

/*Ajustes de algumas páginas - 10/07/2024 - Angela*/

.btn-store .btn-special-border {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.btn-store .btn-special {
  width: 100%;
}
.btn-navbar .btn_width {
  width: 100%;
  display: flex;
  min-width: 80px;
}
.btn_center {
  display: flex;
  margin: auto;
}

.login-popup .btn-color-purple h4 {
  font-size: 22px;
  font-weight: bold;
}
.login-popup button {
  height: 50px;
}

.login-popup form input {
  font-size: 18px;
}

.game-info-text-descript {
  width: 100% !important;
}

.promo_nav .absolute {
  margin-top: -130px;
  margin-left: -185px;
}

.rgpd {
  display: block !important;
}
.rgpd label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.rgpd label span {
  flex: 1;
  font-size: 14px;
}
.rgpd label span a {
  color: #fff;
}
.rgpd label input {
  width: auto;
}
.btn_login_iframe {
  margin-bottom: 10px;
}

.recover_passw label.error {
  text-align: left;
}

.switch_checkbox {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch_checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider_checkbox {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: linear-gradient(#0a09219d, #100f29cb);
  border: 1px solid #322f5a;
  transition: 0.4s;
  border-radius: 30px;
}

.slider_checkbox:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.27em;
  bottom: 0.25em;
  background-color: #989a9c;
  transition: 0.4s;
}

.switch_checkbox input:checked + .slider_checkbox {
  background-color: #6b53ae;
  border: 1px solid #6b53ae;
}

.switch_checkbox input:focus + .slider_checkbox {
  box-shadow: 0 0 1px #007bff;
}

.switch_checkbox input:checked + .slider_checkbox:before {
  transform: translateX(1.4em);
  background-color: #fff;
}

.desc_productv2 p {
  font-weight: 300;
  color: white;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.overule-styles .btn-store .btn-special-border {
  margin-bottom: 0;
  margin-top: 15px;
}

.overule-styles .brevement_btn {
  margin-top: 61px;
}

.slot-card {
  cursor: pointer;
}
.presentation_page .back {
  color: var(--text);
}
.product_slot_row .game-info .game-info-img img {
  max-width: 250px !important;
  height: auto;
}

.loading-bar-container {
  position: fixed;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.loading-bar {
  width: 0;
  height: 3px;
  background-color: #5a6da1;
  z-index: 999;
  transition: width 350ms ease-in;
}

/*
* Sistema de estrelas apenas com css - não implementado
* tentativa de implementação
*/
.product-rating .star-rating {
  display: flex;
  align-items: center;
}

.stars-outer {
  position: relative;
  display: inline-block;
  width: 100px; /* largura total das 5 estrelas */
  height: 20px; /* altura das estrelas */
  overflow: hidden;
}

.stars-outer::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ccc; /* cor das estrelas vazias */
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0; /* será alterado dinamicamente para refletir a avaliação */
  height: 100%;
  color: #f6c143; /* cor das estrelas preenchidas */
  border: 1px solid transparent; /* remove a borda nas estrelas preenchidas */
}

.stars-inner::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: #f6c143; /* cor das estrelas preenchidas */
}
/*
* FIM Sistema de estrelas apenas com css - não implementado  
*/
/*estrelas Tiago*/
.stars-container {
  --starsWidth: 100px;
  background-color: #100f29;
  position: relative;
  width: var(--starsWidth);
  min-width: var(--starsWidth);
}
.stars-absolute {
  width: var(--starsWidth);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stars-filled {
  overflow: hidden;
}
/*estrelas Tiago*/

.stream_overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #1c1d31ec;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  padding: 8px;
  border-radius: 8px;
  max-height: 162px;
}
.stream_overlay_img img {
  border-radius: 8px;
  max-height: 150px !important;
  width: auto !important;
}
.stream-overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 45px;
  margin-left: 8px;
}
.stream-overlay-header h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 8px 0 5px 0;
  text-align: start;
}
.stream-overlay-header img {
  width: auto;
  height: 45px;
}
.stream_overlay p {
  color: #84858f;
  line-height: 1;
}
.stream_overlay span {
  color: white;
  font-weight: 600;
}
.overlay_stream_boxes {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.stream_o {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 150px;
}
.stream_overlay_box {
  border-radius: 8px;
  background-color: #383446;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-content: center;
  justify-items: start;
  row-gap: 5px;
  column-gap: 15px;
  padding: 7px;
}
.stream_overlay .stream_overlay_box:last-of-type {
  width: 70px;
  grid-template-columns: 1fr;
  justify-items: center;
  line-height: 1;
}
.stream_overlay .stream_overlay_box:last-of-type span {
  font-size: 20px;
}

.btn-vote,
.login-popup button.btn-vote {
  border: none;
  background-color: white;
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 600;
  height: auto;
}
.slotvote_box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}

.nav_slots {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.arrow-slot-nav {
  display: flex;
  width: 60px;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #2019418f;
  border-top-right-radius: 6px;
  cursor: pointer;
  border-left: 1px solid #ffffff57;
  transition: all 250ms;
}
.arrow-slot-nav:not(.slick-disabled):hover {
  background-color: #32315e;
}
.arrow-slot-nav.slick-disabled {
  cursor: default;
}
.arrow-slot-nav.slick-disabled img {
  opacity: 0.4;
}
.arrow-slot-nav:first-of-type {
  border-left: none;

  border-top-left-radius: 6px;
  border-top-right-radius: 0;
}

.form_comment .input_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.form_comment .input_div textarea {
  width: calc(100% - 40px);
  background: #1b1c39;
  border: 1px solid #ffffff77;
  padding: 12px 15px;
  border-radius: 5px;
  color: white;
  height: 42px;
  max-width: 100%;
  width: 100% !important;
}
.form_comment .input_div button {
  margin-left: auto;
  border-radius: 4px;
  margin-top: 5px;
}
#vote-popup {
  justify-content: space-between;
  top: 314%;
  position: absolute;
  left: 72%;
  width: 300px;
}
#vote-popup > div {
  order: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}
#vote-popup > div .stars-container {
  cursor: pointer;
}
#vote-popup .close-btn {
  order: 2;
  position: absolute;
  right: 1%;
  top: 10%;
}

.comment-number {
  display: flex;
  color: white;
  gap: 10px;
}

.comment-number span {
  font-weight: 800;
}

.page-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.page-popup.open {
  visibility: visible;
  opacity: 1;
  display: block;
}
.page-popup.open .page-popup-content {
  margin: 10% auto;
  padding: 5px;
  background-color: #111731;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  max-width: 80%;
  width: fit-content;
}
.page-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 38px;
  font-weight: bold;
  color: #939393;
  background: transparent;
  border: none;
}
.page-popup.open .page-popup-content .page-popup-inner-content .page-popup-inner-content2 {
  display: flex;
  flex-direction: column;
  color: white;
}

#page_content {
  min-height: 90vh;
}

.calendar-box {
  display: flex;
  flex-direction: column;
}
.calendar-box .calendar-filter {
  margin-top: 20px;
  color: white;
  background: linear-gradient(#100f29bb, #100f29);
  border-radius: 7px;
  padding: 20px;
}
.calendar-box .calendar-filter .calendar-filter-dates {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.calendar-box .calendar-filter .calendar-filter-dates span {
  font-weight: 600;
}
.calendar-box .calendar-filter .calendar-filter-btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.calendar-box .calendar-filter .calendar-filter-btns button:first-of-type {
  margin-right: 5px;
}
.calendar-box .calendar-filter .calendar-filter-btns button {
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  font-weight: 600;
}
.calendar-box .calendar-filter .calendar-filter-btns button.clear {
  background: white;
  color: #000;
}
.calendar-box .calendar-filter .calendar-filter-btns button.submit {
  background: #5d2fa3;
  color: white;
}
.poll-empty-text {
  color: white;
  font-weight: 600;
  margin-left: -20px;
}

.popup-age-outer {
  inset: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: url(../i/live_casino.webp);
  display: none;
}
.popup-age {
  inset: 50% auto auto 50%;
  overflow: auto;
  outline: none;
  margin-right: -50%;
  border: 2px solid #0000;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background: #100f29;
  color: var(--text);
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}
.popup-age-content {
  color: #fff;
  text-align: center;
  margin: 24px 0;
}
.popup-age-content {
  color: #fff;
  text-align: center;
}
.popup-age-content .title {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.popup-age-content .subtitle {
  margin-top: 16px;
  margin-bottom: 16px;
}
.popup-age-content .btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
.popup-age-content .btns button {
  font-weight: 500;
  text-align: center;
  text-decoration: 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: 5px;
  padding: 0.75rem 0.375rem;
  font-size: 0.9rem;
  border: none;
  text-transform: uppercase;
}
.popup-age-content .btns button.enter {
  border: 1px solid #f8f9fa;
  background: #f8f9fa;
}
.popup-age-content .btns button.enter:hover {
  background-color: #d3d4d5;
  border-color: #c6c7c8;
  color: #000;
}
.popup-age-content .btns button.exit {
  background: initial;
  border: 1px solid #fff;
  color: #fff;
}
.popup-age-content .legal {
  font-size: 10px;
  margin-bottom: 16px;
  margin-top: 10px;
  max-width: 500px;
}

#plk_comment_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0 1rem;
}

.commentary_record {
  display: flex;
  gap: 25px;
}

.commentary_record h2 {
  font-size: 24px;
}

.comment-img {
  width: 100px;
  height: 100px;
}

.comment-img img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.commentary_record .text {
  padding-top: 15px;
  display: flex;
  flex: 2;
  flex-direction: column;
}

.tournament_div .profitloss_score .tprofloss {
  display: none;
}
.tournament_div .profitloss_score .tscore {
  display: block;
}
.tournament_div.profloss .profitloss_score .tprofloss {
  display: block;
}
.tournament_div.profloss .profitloss_score .tscore {
  display: none;
}
.tournament_div .brackets .games .box.active {
  background: #323993;
}
.content_tab_tournament .tabTournament_table {
  display: none;
}
.content_tab_tournament .tabTournament_table.active {
  display: table;
}

.tournament_div .games .tslotinfo {
  overflow: hidden;
}
.tournament_div .games .tslotname:hover span {
  text-decoration: underline;
}

.slotinfo-popup {
  position: fixed; /* Posicionado em relação à tela */
  z-index: 9999;
  background: #151515;
  color: white;
  border-radius: 5px;
  border: 1px solid #ffffff3d;
  padding: 10px;
  max-width: 200px;
  width: 100%;
}

.tournament_div .slotinfo-popup {
  padding: 10px;
}

.game-info-img img {
  max-width: 40px;
  height: auto;
}

.slot_info .header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slot_info .header span {
  font-size: 12px;
}
.slot_info .header .text {
  gap: 5px;
}
.slot_info .text h1 {
  font-size: 14px;
  text-wrap: wrap;
}
.slot_lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.slot_line {
  display: flex;
  gap: 10px;
  font-size: 12px;
  align-items: center;
}
.slot_tline {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.slot_tline span {
  font-weight: 600;
}

.bracket.right .playoffs.finals .slotinfo-popup {
  right: 15px;
}
.bracket.right .playoffs.semifinal .slotinfo-popup {
  right: 15px;
}
.bracket.right .playoffs .slotinfo-popup {
  right: 15px;
}

.bracket.left .playoffs.finals .slotinfo-popup {
  left: 15px;
}
.bracket.left .playoffs.semifinal .slotinfo-popup {
  left: 15px;
}
.bracket.left .playoffs .slotinfo-popup {
  left: 15px;
}

.ord_list_content.show {
  display: block;
}
.select-filter .search-icon {
  right: 0;
}

.big-wins .stats-header h3 {
  border-bottom: none;
  cursor: pointer;
}
.big-wins .stats-header h3:not(:last-of-type) {
  border-right: 1px solid #ffffff57;
}
.big-wins .stats-header h3.active {
  background-color: #100f29bb !important;
  flex: 1;
}

.big-wins .stats-header {
  display: flex;
}

.special_padding {
  padding-left: 25% !important;
  justify-content: unset;
}
.connect-twitch .image_icon {
  width: 26px;
  display: flex;
  justify-content: center;
}
.button_google .image_icon.google {
  background: white;
  border-radius: 50%;
}

.g_id_signin {
  width: 100% !important;
  max-width: 420px;
}

.user_profile_balance p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.user_profile_balance .point {
  display: flex;
  gap: 10px;
  align-items: center;
}

.no_access_login .background_about {
  background: #2e3057;
  padding: 60px;
  border-radius: 5px;
}

.no_access_login .buttons_connection {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.no_access_login .btn_login_iframe {
  justify-content: center !important;
  padding-left: 0 !important;
}
.following::after {
  height: 20px;
  width: 1px;
  background-color: #afafaf3d;
}

.notication-wp {
  position: relative;
}
.notification-list {
  width: 340px;
  position: absolute;
  background: #100f29;
  color: var(--text);
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  right: 0;
  top: 50px;
}
.notication-wp .icon button {
  background: none;
  border: none;
  outline: none;
  color: inherit;
  font: inherit;
}
.notification-list .header_notification {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  padding: 10px 20px 0 20px;
}
.notification_box {
  padding: 10px;
}
.notification_text {
  background-color: #9aa9b814 !important;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #9aa9b8;
  border-radius: 4px;
  box-shadow: 0 0 0 0 #0000, 0 0 0 0 #0000, 0 0 0 0 #0000, 0 0 0 0 #000, 0 0 0 1px rgba(154, 169, 184, 0.24), 0 8px 32px rgba(4, 4, 26, 0.24);
}

.r-price {
  font-weight: 600;
}
.raffle-balance {
  text-align: right;
}
.raffle-balance span {
  font-weight: 600;
}

/* Popup Raffle Nova */
.raffle_popup {
  display: flex;
  max-width: 800px;
  width: 100%;
  height: 80vh;
}

.raffle_popup .close-btn {
  position: absolute;
  right: 20px;
}

.raffle_popup .raffle_text {
  overflow-y: scroll;
  height: calc(80vh - 80px);
}

.raffle_text_box .raffle_title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.raffle_text_box ul {
  padding-left: 40px;
  padding-top: 10px;
  line-height: 2;
  padding-bottom: 10px;
}

.cart_product_pini {
  display: flex;
  gap: 15px;
  position: relative;
}
.cart_product_img {
  height: 60px;
  width: 60px;
}
.cart_product_img img {
  max-height: 60px;
  height: 60px;
  width: auto;
  border-radius: 4px;
}
.cart_product_remove {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}

.cart_product_box .title {
  font-weight: 600;
  font-size: 14px;
  display: flex;
}

.cart_product_box .sub_info {
  display: flex;
  gap: 5px;
  font-size: 13px;
  flex-direction: column;
  margin-top: 5px;
}

.cart_product_box .title .truncate-one-line {
  max-width: 134px;
}

.product_body {
  display: flex;
  justify-content: space-between;
}

.label_order {
  width: 100%;
}

.label_order select {
  width: 100%;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
  height: 34px;
}

.delivery {
  padding: 10px;
}
.delivery h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.method_delivery h3 {
  font-size: 16px;
  padding-bottom: 5px;
}
.method_delivery p {
  font-size: 14px;
}

.method_delivery input {
  margin-top: 3px;
}
.delivery .form_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #100f29;
  border-radius: 6px;
}

.delivery .description {
  font-size: 15px;
  line-height: 1.2;
}

.delivery .method_delivery {
  padding: 20px;
  gap: 20px;
}

.delivery .address_label {
  justify-content: left;
}

.product_list .product_list_text .address {
  color: white;
}

.product_list .address .address_label {
  display: flex;
  flex-direction: column;
}

.product_list .address .address_label {
  line-height: 1;
  font-weight: 500;
}
.product_list .address .address_label p {
  font-weight: 500;
}

.product_list .product_list_text a {
  color: white;
  font-weight: 600;
}
.product_list .product_list_text p {
  font-size: 16px;
  margin: 0;
}

.search_button {
  border: none;
}

.final_info {
  color: white;
  font-size: 16px;
}

.final_info .total_currency {
  font-weight: 600;
}

.upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #a2a3b1;
  text-align: center;
  margin: 10px 0;
  flex-direction: column;
}

.product_list .upload-container p {
  font-size: 14px;
  margin-top: 10px;
}

.custom-file-upload {
  display: block;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}

.upload-container input[type="file"] {
  display: none;
}

#plk_order_proofdoc {
  color: white;
  margin-top: 20px;
}

#plk-paypal-button-line {
  margin: 10px 0 15px 0;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
}

.checkout_container .checkout_button {
  display: flex;
  background: white;
  justify-content: center;
  margin-top: 10px;
}

.order_summary_top {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: fit-content;
}

.checkout-tab-panel {
  padding: 0 10px;
}

.form-container-pay {
  background: #100f29;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.billing_label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-top: 20px;
}
.billing_label label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.btn-notification-submit {
  margin-top: 15px;
  margin-left: auto;
  display: block;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
}
.notification-label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #322f5a;
}
.notification_options:not(.active) .notification-label {
  opacity: 0.6;
  pointer-events: none;
  cursor: none;
}

.clip-views span:empty + span {
  display: none;
}
.clip-views span:not(:empty) + span {
  padding-left: 3px;
}

.swiper-container {
  width: 80%;
  margin: auto;
}
.swiper-slide {
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.3s;
  border: 3px solid var(--background2);
  border-radius: 5px;
  background: var(--background2);
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1.2) !important;
  opacity: 1;
  z-index: 1000;
}
.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
  transform: scale(1);
}
.swiper-slide:not(.swiper-slide-prev),
.swiper-slide:not(.swiper-slide-next),
.swiper-slide:not(.swiper-slide-active) {
  visibility: hidden;
}
.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-active {
  visibility: visible;
}
.swiper-button-next,
.swiper-button-prev {
  color: white;
}
.swiper-button-next {
  right: 5%;
}
.swiper-button-prev {
  left: 5%;
}

.swiper-clips-wrapper {
  display: flex;
  overflow-x: hidden;
  max-height: 340px;
  height: 100%;
}

.video_casino_tabs .promo_nav {
  width: 100%;
}
.video_casino_tabs .promo-navbar-arrow,
.video_casino_tabs .promo-navbar-arrow .btn-navbar {
  height: 100%;
}

.bonus-hunt-slots-div {
  min-height: 200px;
}
.slotreg.slots_bonus_wp {
  height: 60px;
  display: block;
  display: flex;
  margin-top: 20px;
}
.slotreg.slots_bonus_wp .bonus-wp {
  background: #100f29;
  border-radius: 7px;
  padding: 5px 15px;
  margin-right: 1%;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.slotreg.slots_bonus_wp .bonus-wp.on {
  background: #292b46;
}

.point-price-wp {
  margin-top: 20px;
}
.point-price-wp .point-price-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--text);
}
.point-price-wp .point-price-list {
  display: flex;
  flex-direction: column;
}
.point-price-wp .point-price-list .point-price-record {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 0;
}
.point-price-wp .point-price-list .point-price-record div {
  padding-bottom: 0;
}
.point-price-wp .point-price-list .point-price-record .price,
.point-price-wp .point-price-list .point-price-record .sep {
  color: var(--text);
}
.point-price-wp .point-price-list .point-price-record-wp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.point-price-wp .point-price-list .point-price-record-wp:not(:last-of-type) {
  padding-bottom: 30px;
}
.point-price-wp .point-price-list .point-price-record-wp button {
  font-size: 1rem;
  padding: 10px;
}
.point-price-wp .form-error-message {
  text-align: left;
}
.order-resume-line-total {
  display: flex;
  align-items: center;
}
.order-resume-line-total .order-resume-points {
  display: flex;
  align-items: center;
  padding-left: 4px;
}
.order-resume-line-total .order-resume-points img {
  padding-left: 2px;
}
.order_summary .cart-error,
.form-error-message {
  text-align: left;
}

.promo_slider .slick-slide {
  margin: 0 0.5rem;
  border-radius: 5px;
}


.language-option {display:flex; align-items: center; gap:4px;}