/* Generate Functions - Button */
/* Generate Function - Input Box */
/* Generate Functions - Box */
/* Generate Functions - Typography */
@font-face {
  font-family: "Segoe UI Import";
  src: url(/fonts/SegoeUI.woff2?a8b8657ebede05f16bae73ce7669e5be) format("woff2"), url(/fonts/SegoeUI.woff?f9d072ec3d5c7d9956d2de486152fb30) format("woff"), url(/fonts/SegoeUI.ttf?ef1c00b65a5fd5bae3bb583452f378bc) format("truetype");
}
a {
  color: #ffbd02;
}

a:hover {
  color: #f9c032;
}

body {
  /* background: linear-gradient(180deg, #1c2431 0%, #0a0d12 100%); */
  background-color: #1E2328;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

body.modal-open > main > :not(.modal) {
  filter: blur(3px);
}

header.header-desktop {
  background-position: right bottom;
  /* background-color: #0e1118; */
  /* background-color: #1E2328; */
  background-color: rgba(30, 35, 40, 0.9294117647);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header.header-desktop .navbar-brand {
  padding: 0;
}

header.header-desktop .navbar-brand .logo {
  max-height: auto;
  max-width: 6rem;
}

header.header-desktop .header-top {
  padding-top: 0.5rem;
  color: #818b9c;
}

header.header-desktop .header-top .table td {
  white-space: nowrap;
}

header.header-desktop .header-top .inbox-counter {
  position: absolute;
  border-radius: 50%;
  width: 1rem;
  line-height: 1rem;
  top: -0.5rem;
  left: -0.5rem;
  background-color: #ff0000;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
}

header.header-desktop .header-top .link {
  color: #818b9c;
}

header.header-desktop .header-top .link:hover {
  color: #fbd77c;
}

header.header-desktop .header-bottom {
  padding-top: 0.725rem;
  padding-bottom: 0.725rem;
}

header.header-desktop .header-bottom .nav .nav-item.item-home {
  margin-right: 2px;
  min-width: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt {
  margin: 0 2px;
  min-width: 100px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

header.header-desktop .header-bottom .nav .nav-item.item-home .nav-link {
  padding: 0.55rem 0.25rem 0.3rem 0.25rem !important;
  font-size: 1rem !important;
}

header.header-desktop .header-bottom .nav .nav-item.item-home .nav-link, header.header-desktop .header-bottom .nav .nav-item.item-opt .nav-link {
  padding: 0.7rem 0.25rem 0.3rem 0.25rem;
  color: #fff;
  font-size: 0.8rem;
  min-width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt .nav-link .menu-icon {
  margin-right: 0.25rem;
  width: 1rem;
  padding-bottom: 4px;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt.active .nav-link .menu-icon, header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .nav-link .menu-icon {
  filter: invert(1);
}

header.header-desktop .header-bottom .nav .nav-item .nav-link .arrow:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.3rem;
}

header.header-desktop .header-bottom .nav .nav-item.item-home .nav-item-bg:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 0%;
  width: 0%;
  position: absolute;
  top: 21px;
  left: 21px;
  border-radius: 50%;
  transition: background-color 0.3s, width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt .nav-item-bg:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 100%;
  transition: transform 0.3s, background-color 0.3s;
  transform: scaleY(0);
}

header.header-desktop .header-bottom .nav .nav-item .subnav {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 51px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper {
  position: relative;
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper .provider-overlay-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(14, 17, 24, 0.8);
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper .provider-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(14, 17, 24, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper .provider-overlay .provider-overlay-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #818b9c;
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper:hover .provider-overlay {
  opacity: 1;
}

header.header-desktop .header-bottom .nav .nav-item.item-home:hover .nav-link,
header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .nav-link,
header.header-desktop .header-bottom .nav .nav-item.item-opt.active .nav-link {
  /* color: #fbd77c; */
  color: #000;
}

header.header-desktop .header-bottom .nav .nav-item:hover .nav-link .arrow:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.25rem;
}

header.header-desktop .header-bottom .nav .nav-item.item-home:hover .nav-item-bg:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffbd02;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .nav-item-bg:after,
header.header-desktop .header-bottom .nav .nav-item.item-opt.active .nav-item-bg:after {
  transform: scaleY(1);
  background-color: #ffbd02;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .subnav {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

header.header-desktop .header-bottom .nav .nav-item:hover .subnav .icon {
  display: block;
  margin: auto;
}

header.header-mobile {
  background-color: #0e1118;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header.header-mobile .header-top {
  display: flex;
  height: 3rem;
}

header.header-mobile .header-top .navbar-brand {
  margin-right: 1rem;
}

header.header-mobile .header-top .navbar-brand .logo {
  width: 4rem;
  height: auto;
}

header.header-mobile .header-bottom {
  background-color: #0e1118;
  position: absolute;
  top: calc(3rem + 2px);
  right: -100vw;
  bottom: 0;
  width: 90vw;
  height: calc(100vh - 2px - 3rem);
  margin-left: 100vw;
  transition: right ease-out 0.3s;
  padding: 1rem 2rem 8rem 2rem;
  overflow-y: auto;
}

header.header-mobile .header-bottom .nav-item .nav-link {
  color: #fff;
}

header.header-mobile .header-bottom .nav-item .nav-link .nav-icon {
  display: block;
  margin: auto;
}

header.header-mobile .header-bottom .nav-item .nav-link .nav-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

header.header-mobile .header-bottom .nav-item:hover .nav-link {
  color: #fbd77c;
}

header .dropdown.locale .flag {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

header .dropdown .btn-primary-home:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.flag-small {
  width: 20px; /* Adjust the width as needed */
  height: 20px; /* Adjust the height as needed */
  margin-right: 5px; /* Add margin as needed */
}

.dropdown-item.custom-dropdown-item.selected {
  color: white; /* Set the text color for selected items to white */
  /* Add other styling as needed */
}

.custom-dropdown-item:hover {
  color: white !important; /* Change this to your desired hover color */
  background-color: #007bff; /* Change this to your desired background color on hover */
}

.dropdown-item {
  margin-right: -10px;
  padding: 0 8px; /* Adjust the padding as needed */
}

.btn-link {
  font-weight: 400;
  color: var(--main-color);
  text-decoration: none;
}

.btn-link:hover {
  color: #f9c032;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.contact {
  position: fixed;
  right: -200px;
  top: 30vh;
  z-index: 99;
  transition: right ease 0.3s;
}

.contact .btn-contact {
  position: absolute;
  top: 0;
  right: 100%;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  border-radius: 50px 0 0 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  padding-right: 1rem;
}

.contact .btn-contact i {
  margin-left: 1rem;
  vertical-align: middle;
  transform: rotate(90deg);
}

.contact .btn-contact:hover {
  background: #fbd77c !important;
  color: #0e1118 !important;
  border-color: transparent !important;
  background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

.contact .contact-body {
  background-color: #0e1118;
  width: 200px;
  max-height: 450px;
  display: inline-block;
  border: solid #fbd77c 2px;
  padding: 1rem;
  text-align: center;
  z-index: 99;
  overflow-y: auto;
}

.contact .contact-body .service-24-7 {
  position: absolute;
  top: -0.62rem;
  left: 50%;
  transform: translateX(-50%);
}

.contact .contact-body .nav .nav-item .nav-link {
  padding: 0 0.5rem;
}

.contact .contact-body .nav .nav-item .nav-link .flag {
  width: 2rem;
  height: 2rem;
}

.contact .contact-body .contact-img {
  height: 2.5rem;
}

#modal-password-reset .modal-body {
  padding-top: 0;
}

#modal-password-reset .modal-body .modal-title {
  margin-bottom: 2rem;
}

#modal-password-reset .btn-back {
  margin: -1rem auto -1rem -2rem !important;
  padding: 1rem;
  font-size: 1.5rem !important;
  line-height: 1.5;
}

.swiper .swiper-pagination {
  color: rgba(255, 255, 255, 0.8);
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0.3rem;
  width: 1rem;
  height: 0.4rem;
  background-color: #939393;
  opacity: 1;
  vertical-align: middle;
}

.swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffbd02;
  height: 0.4rem;
  width: 2rem;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  /* color: rgba(255, 255, 255, 0.8); */
  color: #000;
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  /* font-size: 1.5rem; */
  font-size: 16px;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  color: #ffbd02;
}

.banner .banner-link .banner-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-game .featured-game-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.featured-game .featured-game-caption {
  /* text-align: center; */
  /* padding-top: 0.5rem; */
  /* padding-bottom: 0.5rem; */
  font-size: 0.8rem;
}

.featured-game .featured-game-caption .featured-game-title {
  margin-bottom: 0;
  color: #ffbd02;
  line-height: 1.2;
}

.featured-game .featured-game-caption .featured-game-subtitle {
  margin-bottom: 0;
  color: #818b9c;
}

.latest-video {
  position: relative;
}

.latest-video .latest-video-img-1 {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  height: 100%;
}

.latest-video .latest-video-img-2 {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  height: 100%;
}

.why-sunshine7 .title-border-left {
  width: 100%;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.why-sunshine7 .title-border-right {
  width: 100%;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.why-sunshine7 .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.why-sunshine7 .wrapper .frame {
  width: 250px;
}

.why-sunshine7 .wrapper .ring {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

.why-sunshine7 .wrapper .ring-left {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-100%);
  width: 100px;
}

.why-sunshine7 .wrapper .ring-right {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100px;
}

.why-sunshine7 .wrapper .progress {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: linear-gradient(180deg, #212939 0%, #0e1118 100%);
}

.why-sunshine7 .wrapper .progress-left {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #0e1118 50%, #212939 100%);
}

.why-sunshine7 .wrapper .circle {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}

.why-sunshine7 .wrapper .text {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: #000;
}

.why-sunshine7 .wrapper .caption {
  position: absolute;
  bottom: 5%;
  left: 10%;
  right: 10%;
  text-align: center;
}

.home-desc .home-desc-img {
  width: 3.5rem;
}

.nav.provider {
  background-color: #171c28;
}

.nav.provider .nav-item {
  transition: background-color ease 0.3s;
}

.nav.provider .nav-item .nav-link {
  position: relative;
  height: 105px;
  filter: grayscale(100%) drop-shadow(0 0 0 #818b9c);
  transition: filter 0.5s ease;
}

.nav.provider .nav-item .nav-link .provider-content {
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  transform: translateY(-50%);
}

.nav.provider .nav-item .nav-link .provider-content .provider-img {
  display: block;
  margin: auto;
}

.nav.provider .nav-item:hover, .nav.provider .nav-item.active {
  background-color: #0e1118;
}

.nav.provider .nav-item:hover .nav-link, .nav.provider .nav-item.active .nav-link {
  filter: grayscale(0%);
  transition: all 0.5s ease;
}

.sub-game-type {
  /* background-color: #171c28; */
  overflow-x: auto;
}

.nav.sub-game-type .nav-item {
  transition: background-color ease 0.3s;
  border-radius: 10px;
}

.nav.sub-game-type .nav-item .nav-link {
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  color: #fff;
}

.nav.sub-game-type .nav-item .nav-link.active {
  background-color: #ffbd02;
  color: #000;
  border-radius: 10px;
}

.nav.sub-game-type .nav-item:hover {
  background-color: #ffbd02;
}

.nav.sub-game-type .nav-item:hover .nav-link {
  color: #000;
}

.game .game-body {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.game .game-body .game-img.game-img-xe88 {
  height: 148px;
}

.game .game-body .game-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(14, 17, 24, 0.8);
  text-align: center;
  /* visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease; */
  transform-origin: 0 100%;
  transition: transform 0.3s, background-color 0.3s;
  transform: scaleY(0);
}

.game .game-body .game-overlay .game-overlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game .game-caption {
  padding: 0.5rem 0.25rem;
  text-align: center;
  background-color: #292e34;
  /* position: absolute;
  bottom: -16px; */
  width: 100%;
}

.game:hover .game-overlay {
  /* visibility: visible; */
  /* opacity: 1; */
  transform: scaleY(1);
}

.game:hover .game-body {
  border: 1px solid #ffbd02;
}

.game:hover .game-body .game-img {
  filter: blur(1px);
}

.game:hover .game-caption {
  background-color: transparent;
  position: inherit;
}

.sport-wrapper {
  position: relative;
}

.sport-wrapper .mobile-sportbook-float-1 {
  position: absolute;
  right: 26%;
  top: 4%;
  width: 7%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-m9-float-1 {
  position: absolute;
  right: 17%;
  top: 4%;
  width: 29%;
}

.sport-wrapper .sport-m9-float-2 {
  position: absolute;
  right: 38%;
  top: 13%;
  width: 7%;
  animation: floating-right 10s infinite linear;
}

.sport-wrapper .sport-m9-float-3 {
  position: absolute;
  right: 15%;
  bottom: 26%;
  width: 10%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-saba-float-1 {
  position: absolute;
  right: 10%;
  top: 6%;
  width: 30%;
}

.sport-wrapper .sport-saba-float-2 {
  position: absolute;
  right: 38%;
  top: 13%;
  width: 7%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-saba-float-3 {
  position: absolute;
  right: 7%;
  bottom: 20%;
  width: 13%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-sbo-float-1 {
  position: absolute;
  right: 13%;
  top: 8%;
  width: 28%;
}

.sport-wrapper .sport-sbo-float-2 {
  position: absolute;
  right: 40%;
  top: 30%;
  width: 6%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-sbo-float-3 {
  position: absolute;
  right: 11%;
  top: 7%;
  width: 6%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-cmd-float-1 {
  position: absolute;
  /* left: 10%; */
  right: 10%;
  top: 30%;
  width: 5%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-cmd-float-2 {
  position: absolute;
  /* left: 47%; */
  right: 47%;
  top: 7%;
  width: 6%;
  animation: floating-right 10s infinite linear;
}

.sport-wrapper .sport-m8-float-1 {
  position: absolute;
  width: 20%;
  top: 0%;
  /* left: 25%; */
  right: 16%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-tfg-float-1 {
  position: absolute;
  right: 18%;
  top: 6%;
  width: 26%;
}

.sport-wrapper .sport-tfg-float-2 {
  position: absolute;
  width: 13%;
  top: 10%;
  right: 40%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-tfg-float-3 {
  position: absolute;
  width: 13%;
  bottom: 13%;
  right: 10%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-content {
  font-size: 1.25rem;
  position: absolute;
  left: 16%;
  /* right: 8%; */
  top: 74%;
  width: 40%;
  transform: translateY(-50%);
}

.sport-wrapper .sport-content .sport-logo {
  height: 6rem;
  margin-bottom: 1.5rem;
}

.sport-wrapper .sport-nav {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.sport-wrapper .sport-nav .sport-nav-item {
  transition: transform 0.3s ease;
}

.sport-wrapper .sport-nav .sport-nav-item .sport-nav-link {
  display: flex;
  position: relative;
  padding: 1rem 1rem 1.5rem 1rem;
  height: 6rem;
  width: 15rem;
  background-color: #0e1118;
  border-radius: 1rem;
}

/* .sport-wrapper .sport-nav .sport-nav-item .sport-nav-link:after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 55%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) perspective(1rem) rotateX(8deg);
  border-radius: 1rem 1rem 0 0;
  background-color: #818b9c;
  transition: background-color 0.3s ease;
} */
.sport-wrapper .sport-nav .sport-nav-item .sport-nav-link .sport-nav-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  filter: grayscale(100%) drop-shadow(0 0 0 #818b9c);
  transition: filter 0.5s ease;
}

.sport-wrapper .sport-nav .sport-nav-item:hover, .sport-wrapper .sport-nav .sport-nav-item.active {
  transform: translateY(-10%);
}

.sport-wrapper .sport-nav .sport-nav-item:hover .sport-nav-link, .sport-wrapper .sport-nav .sport-nav-item.active .sport-nav-link {
  border: 2px solid;
}

.sport-wrapper .sport-nav .sport-nav-item:hover .sport-nav-link:after, .sport-wrapper .sport-nav .sport-nav-item.active .sport-nav-link:after {
  background-color: #f9c032;
}

.sport-wrapper .sport-nav .sport-nav-item:hover .sport-nav-link .sport-nav-img, .sport-wrapper .sport-nav .sport-nav-item.active .sport-nav-link .sport-nav-img {
  filter: grayscale(0%);
}

.profile .profile-img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.nav-side .nav-item .nav-link {
  padding: 0.5rem 2rem;
  color: #818b9c;
  font-weight: bold;
}

.nav-side .nav-item .nav-link i {
  margin-right: 1rem;
  font-size: 1rem;
}

.nav-side .nav-item .nav-link.active {
  color: #000;
  background-color: #ffbd02;
  /* border-right: solid #fbd77c 3px; */
}

.nav-side .nav-item:hover .nav-link {
  /* color: #fbd77c; */
  color: #000;
  background-color: #ffbd02;
  /* border-right: solid #fbd77c 3px; */
}

.nav-deposit {
  margin-bottom: 1rem;
  overflow-x: auto;
}

.nav-deposit .nav-item .nav-link {
  color: #818b9c;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  white-space: nowrap !important;
}

.nav-deposit .nav-item .nav-link .fas {
  font-size: 1.5em;
}

.nav-deposit .nav-item .nav-link .nav-title {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  vertical-align: text-bottom;
}

.nav-deposit .nav-item .nav-link.active {
  color: #000;
  background-color: #ffbd02;
}

.nav-deposit .nav-item .nav-link.active:after {
  width: 100%;
}

/* .nav-deposit .nav-item .nav-link:after {
  content: "";
  display: block;
  background-color: var(--main-color);
  height: 3px;
  width: 0;
  transition: width ease 0.3s;
} */
.nav-deposit .nav-item:hover .nav-link {
  color: #000;
  background-color: #ffbd02;
}

.nav-deposit .nav-item:hover .nav-link:after {
  width: 100%;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 6px;
  border: 2px solid #818b9c;
  background-color: #0e1118;
  color: #818b9c;
}

.stepper-wrapper .stepper-item .step-name {
  color: #818b9c;
}

.stepper-wrapper .stepper-item:after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #818b9c;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-wrapper .stepper-item:last-child:after {
  content: none;
}

.stepper-wrapper .stepper-item.active .step-counter {
  border-color: #fbd77c;
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.active .step-name {
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.completed .step-counter {
  border-color: #fbd77c;
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.completed .step-name {
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.completed:after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #fbd77c;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.overlay-message {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

.promotion-type {
  /* background-color: #171c28; */
  overflow-x: auto;
}

.promotion-type .nav-item {
  transition: background-color ease 0.3s;
}

.promotion-type .nav-item .nav-link {
  padding: 0.5rem 1.75rem;
  margin: 0 0.25rem;
  color: #fff;
  border-radius: 10px;
}

.promotion-type .nav-item .nav-link.active {
  background-color: #ffbd02;
  color: #000;
}

/* .promotion-type .nav-item:hover {
  background-color: #0e1118;
} */
.promotion-type .nav-item:hover .nav-link {
  background-color: #ffbd02;
  color: #000;
}

.promotion-wrapper {
  transition: transform 0.3s ease;
}

.promotion-wrapper:hover {
  transform: scale(1.05);
}

.promotion-wrapper .promotion-img {
  position: relative;
}

.promotion-wrapper .promotion-img .collapse {
  transition: transform 0.3s;
}

.promotion-wrapper .promotion-img .promotion-body {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39%;
}

.promotion-wrapper .promotion-img .promotion-body .promotion-title {
  font-weight: bold;
  font-size: 30px;
  color: #fbd77c;
}

.promotion-wrapper .promotion-img .promotion-body .promotion-subtitle {
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
}

.promotion-wrapper .promotion-img .promotion-body .promotion-remaining-time {
  font-size: 12px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-more-info {
  width: 93px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-promo {
  width: 93px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-applied {
  border-color: #818b9c;
  width: 93px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-applied:hover {
  border-color: #818b9c;
}

.promotion-wrapper .promotion-img .promotion-body-mobile {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .promotion-title {
  font-weight: bold;
  font-size: 23px;
  color: #fbd77c;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .promotion-subtitle {
  font-weight: 500;
  font-size: 13px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .promotion-remaining-time {
  font-size: 12px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-more-info {
  width: 130px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-promo {
  width: 130px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-applied {
  border-color: #818b9c;
  width: 130px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-applied:hover {
  border-color: #818b9c;
}

.inbox .custom-checkbox .custom-control-label {
  color: #818b9c;
}

.inbox .custom-checkbox .custom-control-label:before {
  border: #818b9c solid 1px;
}

.inbox .btn-link {
  color: #fff;
}

.inbox .btn-link i {
  margin-right: 0.25rem;
}

.inbox .btn-link.disabled {
  color: #818b9c;
  opacity: 1;
}

.inbox .custom-control-input:checked ~ .custom-control-label::before {
  border: #fff solid 1px;
}

.inbox .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
}

.inbox .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: #fff solid 1px;
}

.inbox .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: #818b9c solid 1px;
}

.inbox .inbox-btn-group {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.inbox .inbox-table tr {
  cursor: pointer;
}

.mobile-app-section {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Segoe UI", Arial, sans-serif;
  display: flex;
  align-items: center;
  min-height: 100vh;
  scroll-snap-align: start;
  padding-top: calc(151.81px + 1rem);
  padding-bottom: 5rem;
}

.mobile-app-section .mobile-app-qr-container .mobile-app-image-wrapper {
  position: relative;
}

.mobile-app-section .mobile-app-qr-container .mobile-app-image-wrapper .mobile-app-image {
  width: 10rem;
}

.mobile-app-section .mobile-app-qr-container .mobile-app-image-wrapper .mobile-app-qr {
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translateX(-50%);
  border-radius: 10%;
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 151.81px);
  padding: 1rem 0.5rem;
}

.chat-container .chat-box {
  height: 100%;
  padding: 1rem;
  overflow-y: hidden;
}

.chat-container .chat-box:hover {
  overflow-y: auto;
}

.chat-container .chat-box .chat-message {
  margin-bottom: 1rem;
}

.chat-container .chat-box .chat-message .chat-message-title {
  margin-bottom: 0.3rem;
}

.chat-container .chat-box .chat-message .chat-message-title .chat-message-author {
  font-weight: bold;
  font-size: 0.8rem;
}

.chat-container .chat-box .chat-message .chat-message-title .chat-message-date {
  font-size: 0.55rem;
  color: #ced4da;
  font-style: italic;
}

.chat-container .chat-box .chat-message .chat-message-content-wrapper {
  margin-bottom: 0.7rem;
}

.chat-container .chat-box .chat-message .chat-message-content-wrapper .chat-message-content {
  display: inline-block;
  max-width: 80%;
  color: #fff;
  border-radius: 10px;
  padding: 0.3rem 0.7rem;
  text-align: left;
  word-wrap: break-word;
}

.chat-container .chat-box .chat-message .chat-message-content-wrapper .chat-message-content .chat-image {
  max-width: 150px;
  max-height: 150px;
}

.chat-container .chat-box .chat-message.center {
  text-align: center;
}

.chat-container .chat-box .chat-message.center .chat-message-content {
  background-color: #495057;
}

.chat-container .chat-box .chat-message.left .chat-message-author {
  margin-right: 0.5rem;
}

.chat-container .chat-box .chat-message.left .chat-message-content {
  background-color: #ffd374;
  color: #0e1118;
}

.chat-container .chat-box .chat-message.right {
  text-align: right;
}

.chat-container .chat-box .chat-message.right .chat-message-author {
  margin-left: 0.5rem;
}

.chat-container .chat-box .chat-message.right .chat-message-content {
  background-color: #fbd77c;
  color: #0e1118;
}

.chat-container .chat-control {
  display: flex;
}

.chat-container .chat-control textarea {
  resize: none;
}

.chat-container .chat-control .btn {
  padding: 0.625rem 0.8rem;
  font-size: 0.8rem;
}

footer {
  background-color: #2a2e34;
  color: #818b9c;
}

footer .logo,
footer .certification-img {
  max-width: 3rem;
  height: auto;
  /* max-height: 4rem; */
  /* filter: grayscale(100%) drop-shadow(0 0 0 #818b9c);
  transition: filter 0.5s ease; */
}

footer .logo:hover,
footer .title {
  color: #fff;
  margin-bottom: 0.1rem;
}

footer .nav .nav-item .nav-link {
  padding: 0.1rem 0;
  color: #818b9c;
  font-size: 12px;
}

footer .nav .nav-item .nav-link:hover {
  color: #ffbd02;
}

hr {
  border-color: #818b9c;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pipe-separator:after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.line-separator {
  width: 100%;
  height: 2px;
  background: #0e1118;
  background: linear-gradient(90deg, #0e1118 0%, rgb(223, 197, 125) 50%, #0e1118 100%);
}

.marquee-border {
  /* background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  padding: 2px;
}

.marquee-border .marquee-container {
  /* background-color: #000; */
  padding: 0.4rem 1rem;
}

.marquee-border .marquee-container .marquee-icon {
  /* font-size: 1.25em; */
  height: 1.25em;
  width: auto;
  margin: 3px 0;
}

.marquee-border .marquee-container .marquee {
  overflow-x: hidden;
  width: 100%;
}

.marquee-border .marquee-container .marquee .marquee-body {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  transform: translateX(100%);
  animation: marquee 80s infinite linear;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
  animation-delay: -20s;
  padding-top: 1px;
}

.marquee-border .marquee-container .marquee .marquee-body .marquee-text {
  min-width: 991px;
  display: inline-block;
  text-align: right;
  color: #fff;
}

.marquee-border .marquee-container .marquee .marquee-body:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(55%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes floating-left {
  0% {
    transform: unset;
  }
  50% {
    transform: translate(-20px, -5px) rotate(-5deg);
  }
  100% {
    transform: unset;
  }
}
@keyframes floating-right {
  0% {
    transform: unset;
  }
  50% {
    transform: translate(20px, -5px) rotate(5deg);
  }
  100% {
    transform: unset;
  }
}
@keyframes floating-up {
  0% {
    transform: unset;
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: unset;
  }
}
.btn.btn-gradient {
  /* background: #fbd77c; */
  color: #0e1118;
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  background-image: linear-gradient(180deg, #FFEE00 0%, #FFBE00 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn.btn-gradient:hover {
  /* background: #fbaf7c; */
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%), linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0px 4px rgba(255, 190, 0, 0.6196078431);
}

.btn.btn-gradient2 {
  /* background: #fbd77c; */
  color: #fff;
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #c3c3c3 0%, #969494 50%, #3f3e3e 100%), linear-gradient(180deg, #616161 0%, #292929 50%, #020202 100%); */
  background-image: linear-gradient(180deg, #c3c3c3 0%, #3f3e3e 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn.btn-gradient2:hover {
  /* background: #fbaf7c; */
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%), linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0px 4px #5b5b5b;
}

.btn.btn-gradient.disabled {
  background-image: none;
  background-color: #212939;
  color: #818b9c;
  opacity: 1;
}

.btn.btn-outline-secondary {
  border-color: #fff;
  color: #fff;
  transition: none;
}

.btn.btn-outline-secondary.active, .btn.btn-outline-secondary:hover {
  background-color: unset;
  border-color: transparent;
  /* background-image: linear-gradient(#0e1118, #0e1118), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  background-color: #ffbd02 !important;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #000 !important;
  opacity: 1;
}

.btn.btn-outline-secondary.btn-promo {
  width: 93px;
}

.btn.btn-link.text-white:hover {
  color: #fbd77c !important;
}

.btn-selection .btn {
  color: #818b9c;
  border-color: #818b9c;
}

.btn-selection .btn:not(:last-child) {
  margin-right: 0.25rem;
}

.btn-selection .btn-amount {
  width: 4.5rem;
  margin-bottom: 0.25rem;
}

.btn-selection .btn-date {
  width: 7rem;
}

.form-control {
  border-color: transparent;
  /* background-image: linear-gradient(#0e1118, #0e1118), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 1.3rem;
}

.form-control[readonly], .form-control[disabled], .form-control.disabled {
  background-image: none;
  background-origin: unset;
  background-clip: unset;
  background-color: #939393;
  border-color: #939393;
  color: #000 !important;
  opacity: 1;
}

.form-control[readonly]::-moz-placeholder, .form-control[disabled]::-moz-placeholder, .form-control.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control[readonly]::placeholder, .form-control[disabled]::placeholder, .form-control.disabled::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.card .card-header {
  text-transform: capitalize;
}

.card .card-header {
  border-bottom: none;
  padding-bottom: 0;
}

.card .card-footer {
  border-top: none;
}

.modal .modal-content {
  background: #2a2e34;
  /* background: linear-gradient(180deg, #1c2431 0%, #080a0d 100%); */
}

.modal .modal-content .modal-title {
  font-size: 18px;
}

.modal .modal-content .modal-body {
  padding-top: 1rem;
}

.modal .close {
  padding: 1rem;
}

.dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
}

.table th,
.table td {
  text-align: center;
}

.bootstrap-select {
  display: block !important;
  flex: unset !important;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  /* padding: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; */
  background-color: #3b3f46;
}

.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}

.bootstrap-select .dropdown-menu .dropdown-divider {
  border: none;
  margin: 0;
  height: 0.3rem;
}

.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 0.2rem 0.5rem;
  transition: color 0.3s ease;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover .dropdown-item {
  color: #fbd77c;
}

.bootstrap-select .dropdown-menu li:hover, .bootstrap-select .dropdown-menu .selected.active {
  /* background-color: unset; */
  background-color: #292e34;
}

.bootstrap-select .dropdown-menu li:hover a {
  color: #fff;
}

.tooltip-inner {
  border: solid 1px #495057;
  border-radius: 0;
}

::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

::-webkit-scrollbar-track {
  background: #0e1118;
}

::-webkit-scrollbar-thumb {
  background: rgba(129, 139, 156, 0.7);
  border-radius: 10px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

@media (min-width: 992px) {
  main {
    /* margin-top: 151.81px; */
    margin-top: 134px;
  }
  .contact:hover {
    right: 0;
  }
}
@media (max-width: 991px) {
  body.is-active {
    overflow: hidden;
  }
  body.is-active header.header-mobile .header-bottom {
    right: 0;
  }
  main {
    /* margin-top: 3rem; */
  }
  .marquee .marquee-body {
    animation: marquee 60s infinite linear;
    width: -moz-fit-content;
    width: fit-content;
    animation-delay: -87.5s;
  }
  .contact {
    top: 15vh;
  }
  .contact .btn-contact {
    padding: 0.3rem 1.5rem;
  }
  .contact.active {
    right: 0;
  }
}
.mobile-app-section {
  padding-top: 3rem;
}

.modal-small-text {
  color: #939393 !important;
}

.clock {
  /* padding: 0.7rem 0rem 0.3rem 0rem; */
  display: block;
  min-width: 140px;
  text-align: center;
}

.btn-lang {
  padding-top: 0.3rem;
}

.background-secondary {
  /* background-color: #2e3035; */
  background-color: rgba(91, 91, 91, 0.3490196078);
}

.background-tertiary {
  background-color: #2a2e34;
}

footer .footer-logo {
  min-width: 6rem;
  max-width: 6rem;
}

footer .footer-desc {
  font-size: 12px;
  text-align: justify;
}

.featured-game {
  border-radius: 10px;
  padding: 15px 15px 0 0;
}

.ellipsify {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}

.stars-icon {
  width: 4rem;
  padding-bottom: 3px;
}

.btn-playnow:hover {
  box-shadow: 0 0 10px #ffbd02;
}

.home-game-type {
  height: 144px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  /*margin-top: -10px;*/
  margin-top: 20px;
}

.home-game-type-div1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  z-index: 1;
}

.home-game-type-div2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}

.home-game-type-name {
  position: absolute;
  bottom: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.home-game-type:hover .home-game-type-div1 {
  filter: blur(2px);
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.home-game-type:hover .home-game-type-name {
  bottom: 42%;
  transition: all 0.5s ease;
}

.home-game-type-div2.home-game-shadow-1 {
  background-image: linear-gradient(180deg, rgba(175, 0, 228, 0) 0%, rgba(175, 0, 228, 0) 50%, #AF00E4 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-1 {
  background-image: linear-gradient(180deg, rgba(175, 0, 228, 0.6901960784) 0%, rgba(175, 0, 228, 0.6901960784) 50%, #AF00E4 100%);
}

.home-game-type-div2.home-game-shadow-2 {
  background-image: linear-gradient(180deg, rgba(228, 166, 0, 0) 0%, rgba(228, 166, 0, 0) 50%, #E4A600 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-2 {
  background-image: linear-gradient(180deg, rgba(228, 166, 0, 0.6901960784) 0%, rgba(228, 166, 0, 0.6901960784) 50%, #E4A600 100%);
}

.home-game-type-div2.home-game-shadow-3 {
  background-image: linear-gradient(180deg, rgba(0, 106, 228, 0) 0%, rgba(0, 106, 228, 0) 50%, #006AE4 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-3 {
  background-image: linear-gradient(180deg, rgba(0, 106, 228, 0.6901960784) 0%, rgba(0, 106, 228, 0.6901960784) 50%, #006AE4 100%);
}

.home-game-type-div2.home-game-shadow-4 {
  background-image: linear-gradient(180deg, rgba(154, 112, 58, 0) 0%, rgba(154, 112, 58, 0) 50%, #9A703A 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-4 {
  background-image: linear-gradient(180deg, rgba(154, 112, 58, 0.6901960784) 0%, rgba(154, 112, 58, 0.6901960784) 50%, #9A703A 100%);
}

.home-game-type-div2.home-game-shadow-5 {
  background-image: linear-gradient(180deg, rgba(0, 228, 190, 0) 0%, rgba(0, 228, 190, 0) 50%, #00E4BE 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-5 {
  background-image: linear-gradient(180deg, rgba(0, 228, 190, 0.6901960784) 0%, rgba(0, 228, 190, 0.6901960784) 50%, #00E4BE 100%);
}

.home-game-type-div2.home-game-shadow-6 {
  background-image: linear-gradient(180deg, rgba(228, 16, 0, 0) 0%, rgba(228, 16, 0, 0) 50%, #E41000 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-6 {
  background-image: linear-gradient(180deg, rgba(228, 16, 0, 0.6901960784) 0%, rgba(228, 16, 0, 0.6901960784) 50%, #E41000 100%);
}

.home-game-type-div2.home-game-shadow-7 {
  background-image: linear-gradient(180deg, rgba(47, 30, 10, 0) 0%, rgba(47, 30, 10, 0) 50%, #2F1E0A 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-7 {
  background-image: linear-gradient(180deg, rgba(47, 30, 10, 0.6901960784) 0%, rgba(47, 30, 10, 0.6901960784) 50%, #2F1E0A 100%);
}

/* home marquee */
.marquee-border-home {
  /* background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  padding: 2px;
}

.marquee-border-home .marquee-container-home {
  /* background-color: #000; */
  padding: 0.5rem 0;
}

.marquee-border-home .marquee-container-home .marquee-icon-home {
  /* font-size: 1.25em; */
  height: 1.25em;
  width: auto;
  margin: 3px 0;
}

.marquee-border-home .marquee-container-home .marquee-home {
  overflow-x: hidden;
  width: 100%;
}

.marquee-border-home .marquee-container-home .marquee-home .marquee-body-home {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  transform: translateX(100%);
  animation: marquee 80s infinite linear;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
  animation-delay: -20s;
  padding-top: 1px;
}

.marquee-border-home .marquee-container-home .marquee-home .marquee-body-home .marquee-text-home {
  min-width: 991px;
  display: inline-block;
  text-align: right;
  color: #fff;
  cursor: pointer;
}

.marquee-border-home .marquee-container-home .marquee-home .marquee-body-home:hover {
  animation-play-state: paused;
}

.marquee-home .marquee-body-home {
  animation: marquee 60s infinite linear;
  width: -moz-fit-content;
  width: fit-content;
  animation-delay: -87.5s;
}

.title-icon {
  height: 1.25rem;
  width: auto;
  margin-right: 10px;
}

.regigster_main_div {
  margin: 0 12%;
}

.regigster_form_div {
  border-radius: 10px;
  background-color: #2a2e34;
}

.pw-input-group, .copy-input-group {
  position: relative;
}

.pw-input-eye, .copy-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 3;
}

.form-lg.pw-input-eye {
  position: absolute;
  right: 16px;
  top: 15px;
  z-index: 3;
}

.pw-input-eye:hover, .copy-icon:hover {
  cursor: pointer;
  color: #ffbd02 !important;
}

.home-profile-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffbd02;
  text-align: center;
  padding-top: 2px;
  border-radius: 50%;
  position: relative;
}

.home-wallet-icon {
  font-size: 20px;
  color: #ffbd02;
  vertical-align: middle;
}

.home-profile-icon-notfy {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 8px;
}

.home-profile-dropdown-username {
  color: #ffbd02;
}

.home-profile-dropdown-main, .home-wallet-dropdown-main {
  display: inline-block;
  height: 100%;
}

.home-profile-dropdown-main .dropdown-toggle, .home-wallet-dropdown-main .dropdown-toggle {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.home-profile-dropdown-main .dropdown-toggle:hover, .home-wallet-dropdown-main .dropdown-toggle:hover {
  cursor: pointer;
}

.home-profile-dropdown-selection {
  background-color: rgba(59, 63, 70, 0.85);
  width: 180px;
}

.home-profile-dropdown-option {
  display: block;
  color: #fff;
}

.home-profile-dropdown-option:hover {
  background-color: #292e34;
  cursor: pointer;
  color: #fff;
}

.home-wallet-dropdown-main .dropdown-toggle::after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  border: none;
  vertical-align: unset;
  margin-left: 0.5rem;
  width: 15px;
}

.home-wallet-dropdown-main.show .dropdown-toggle::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  border: none;
  vertical-align: unset;
  color: #ffbd02;
  margin-left: 0.5rem;
  width: 15px;
}

.home-wallet-dropdown-selection {
  background-color: rgba(59, 63, 70, 0.85);
  width: 230px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-wallet-dropdown-selection .table tr:hover {
  background-color: #292e34;
  cursor: pointer;
}

.home-wallet-dropdown-selection .table td {
  border: none;
}

.modal-announcement-div {
  background-color: #3b3f46;
  border-radius: 10px;
}

.btn-support {
  padding: 0.5rem 1.75rem !important;
  margin: 0 0.25rem;
}

.btn-support.active, .btn-support:hover {
  background-color: #ffbe00 !important;
  color: #000 !important;
  border-radius: 10px;
}

.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body {
  /* background: linear-gradient(180deg, #1c2431 0%, #0a0d12 100%); */
  background-color: #1E2328;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

body.modal-open > main > :not(.modal) {
  filter: blur(3px);
}

header.header-desktop {
  background-position: right bottom;
  /* background-color: #0e1118; */
  /* background-color: #1E2328; */
  background-color: rgba(30, 35, 40, 0.9294117647);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header.header-desktop .navbar-brand {
  padding: 0;
}

header.header-desktop .navbar-brand .logo {
  max-height: auto;
  max-width: 6rem;
}

header.header-desktop .header-top {
  padding-top: 0.5rem;
  color: #818b9c;
}

header.header-desktop .header-top .table td {
  white-space: nowrap;
}

header.header-desktop .header-top .inbox-counter {
  position: absolute;
  border-radius: 50%;
  width: 1rem;
  line-height: 1rem;
  top: -0.5rem;
  left: -0.5rem;
  background-color: #ff0000;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
}

header.header-desktop .header-top .link {
  color: #818b9c;
}

header.header-desktop .header-top .link:hover {
  color: #fbd77c;
}

header.header-desktop .header-bottom {
  padding-top: 0.725rem;
  padding-bottom: 0.725rem;
}

header.header-desktop .header-bottom .nav .nav-item.item-home {
  margin-right: 2px;
  min-width: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt {
  margin: 0 2px;
  min-width: 100px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

header.header-desktop .header-bottom .nav .nav-item.item-home .nav-link {
  padding: 0.55rem 0.25rem 0.3rem 0.25rem !important;
  font-size: 1rem !important;
}

header.header-desktop .header-bottom .nav .nav-item.item-home .nav-link, header.header-desktop .header-bottom .nav .nav-item.item-opt .nav-link {
  padding: 0.7rem 0.25rem 0.3rem 0.25rem;
  color: #fff;
  font-size: 0.8rem;
  min-width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt .nav-link .menu-icon {
  margin-right: 0.25rem;
  width: 1rem;
  padding-bottom: 4px;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt.active .nav-link .menu-icon, header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .nav-link .menu-icon {
  filter: invert(1);
}

header.header-desktop .header-bottom .nav .nav-item .nav-link .arrow:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.3rem;
}

header.header-desktop .header-bottom .nav .nav-item.item-home .nav-item-bg:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 0%;
  width: 0%;
  position: absolute;
  top: 21px;
  left: 21px;
  border-radius: 50%;
  transition: background-color 0.3s, width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt .nav-item-bg:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 100%;
  transition: transform 0.3s, background-color 0.3s;
  transform: scaleY(0);
}

header.header-desktop .header-bottom .nav .nav-item .subnav {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 51px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper {
  position: relative;
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper .provider-overlay-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(14, 17, 24, 0.8);
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper .provider-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(14, 17, 24, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper .provider-overlay .provider-overlay-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #818b9c;
}

header.header-desktop .header-bottom .nav .nav-item .subnav .provider-wrapper:hover .provider-overlay {
  opacity: 1;
}

header.header-desktop .header-bottom .nav .nav-item.item-home:hover .nav-link,
header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .nav-link,
header.header-desktop .header-bottom .nav .nav-item.item-opt.active .nav-link {
  /* color: #fbd77c; */
  color: #000;
}

header.header-desktop .header-bottom .nav .nav-item:hover .nav-link .arrow:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.25rem;
}

header.header-desktop .header-bottom .nav .nav-item.item-home:hover .nav-item-bg:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffbd02;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .nav-item-bg:after,
header.header-desktop .header-bottom .nav .nav-item.item-opt.active .nav-item-bg:after {
  transform: scaleY(1);
  background-color: #ffbd02;
}

header.header-desktop .header-bottom .nav .nav-item.item-opt:hover .subnav {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

header.header-desktop .header-bottom .nav .nav-item:hover .subnav .icon {
  display: block;
  margin: auto;
}

header.header-mobile {
  background-color: #0e1118;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header.header-mobile .header-top {
  display: flex;
  height: 3rem;
}

header.header-mobile .header-top .navbar-brand {
  margin-right: 1rem;
}

header.header-mobile .header-top .navbar-brand .logo {
  width: 4rem;
  height: auto;
}

header.header-mobile .header-bottom {
  background-color: #0e1118;
  position: absolute;
  top: calc(3rem + 2px);
  right: -100vw;
  bottom: 0;
  width: 90vw;
  height: calc(100vh - 2px - 3rem);
  margin-left: 100vw;
  transition: right ease-out 0.3s;
  padding: 1rem 2rem 8rem 2rem;
  overflow-y: auto;
}

header.header-mobile .header-bottom .nav-item .nav-link {
  color: #fff;
}

header.header-mobile .header-bottom .nav-item .nav-link .nav-icon {
  display: block;
  margin: auto;
}

header.header-mobile .header-bottom .nav-item .nav-link .nav-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

header.header-mobile .header-bottom .nav-item:hover .nav-link {
  color: #fbd77c;
}

header .dropdown.locale .flag {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

header .dropdown .btn-primary-home:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.contact {
  position: fixed;
  right: -200px;
  top: 30vh;
  z-index: 99;
  transition: right ease 0.3s;
}

.contact .btn-contact {
  position: absolute;
  top: 0;
  right: 100%;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  border-radius: 50px 0 0 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  padding-right: 1rem;
}

.contact .btn-contact i {
  margin-left: 1rem;
  vertical-align: middle;
  transform: rotate(90deg);
}

.contact .btn-contact:hover {
  background: #fbd77c !important;
  color: #0e1118 !important;
  border-color: transparent !important;
  background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

.contact .contact-body {
  background-color: #0e1118;
  width: 200px;
  max-height: 450px;
  display: inline-block;
  border: solid #fbd77c 2px;
  padding: 1rem;
  text-align: center;
  z-index: 99;
  overflow-y: auto;
}

.contact .contact-body .service-24-7 {
  position: absolute;
  top: -0.62rem;
  left: 50%;
  transform: translateX(-50%);
}

.contact .contact-body .nav .nav-item .nav-link {
  padding: 0 0.5rem;
}

.contact .contact-body .nav .nav-item .nav-link .flag {
  width: 2rem;
  height: 2rem;
}

.contact .contact-body .contact-img {
  height: 2.5rem;
}

#modal-password-reset .modal-body {
  padding-top: 0;
}

#modal-password-reset .modal-body .modal-title {
  margin-bottom: 2rem;
}

#modal-password-reset .btn-back {
  margin: -1rem auto -1rem -2rem !important;
  padding: 1rem;
  font-size: 1.5rem !important;
  line-height: 1.5;
}

.swiper .swiper-pagination {
  color: rgba(255, 255, 255, 0.8);
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0.3rem;
  width: 1rem;
  height: 0.4rem;
  background-color: #939393;
  opacity: 1;
  vertical-align: middle;
}

.swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffbd02;
  height: 0.4rem;
  width: 2rem;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  /* color: rgba(255, 255, 255, 0.8); */
  color: #000;
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  /* font-size: 1.5rem; */
  font-size: 16px;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  color: #ffbd02;
}

.banner .banner-link .banner-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-game .featured-game-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.featured-game .featured-game-caption {
  /* text-align: center; */
  /* padding-top: 0.5rem; */
  /* padding-bottom: 0.5rem; */
  font-size: 0.8rem;
}

.featured-game .featured-game-caption .featured-game-title {
  margin-bottom: 0;
  color: #ffbd02;
  line-height: 1.2;
}

.featured-game .featured-game-caption .featured-game-subtitle {
  margin-bottom: 0;
  color: #818b9c;
}

.latest-video {
  position: relative;
}

.latest-video .latest-video-img-1 {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  height: 100%;
}

.latest-video .latest-video-img-2 {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  height: 100%;
}

.why-sunshine7 .title-border-left {
  width: 100%;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.why-sunshine7 .title-border-right {
  width: 100%;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.why-sunshine7 .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.why-sunshine7 .wrapper .frame {
  width: 250px;
}

.why-sunshine7 .wrapper .ring {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

.why-sunshine7 .wrapper .ring-left {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-100%);
  width: 100px;
}

.why-sunshine7 .wrapper .ring-right {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100px;
}

.why-sunshine7 .wrapper .progress {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: linear-gradient(180deg, #212939 0%, #0e1118 100%);
}

.why-sunshine7 .wrapper .progress-left {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #0e1118 50%, #212939 100%);
}

.why-sunshine7 .wrapper .circle {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}

.why-sunshine7 .wrapper .text {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: #000;
}

.why-sunshine7 .wrapper .caption {
  position: absolute;
  bottom: 5%;
  left: 10%;
  right: 10%;
  text-align: center;
}

.home-desc .home-desc-img {
  width: 3.5rem;
}

.nav.provider {
  background-color: #171c28;
}

.nav.provider .nav-item {
  transition: background-color ease 0.3s;
}

.nav.provider .nav-item .nav-link {
  position: relative;
  height: 105px;
  filter: grayscale(100%) drop-shadow(0 0 0 #818b9c);
  transition: filter 0.5s ease;
}

.nav.provider .nav-item .nav-link .provider-content {
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  transform: translateY(-50%);
}

.nav.provider .nav-item .nav-link .provider-content .provider-img {
  display: block;
  margin: auto;
}

.nav.provider .nav-item:hover, .nav.provider .nav-item.active {
  background-color: #0e1118;
}

.nav.provider .nav-item:hover .nav-link, .nav.provider .nav-item.active .nav-link {
  filter: grayscale(0%);
  transition: all 0.5s ease;
}

.sub-game-type {
  /* background-color: #171c28; */
  overflow-x: auto;
}

.nav.sub-game-type .nav-item {
  transition: background-color ease 0.3s;
  border-radius: 10px;
}

.nav.sub-game-type .nav-item .nav-link {
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  color: #fff;
}

.nav.sub-game-type .nav-item .nav-link.active {
  background-color: #ffbd02;
  color: #000;
  border-radius: 10px;
}

.nav.sub-game-type .nav-item:hover {
  background-color: #ffbd02;
}

.nav.sub-game-type .nav-item:hover .nav-link {
  color: #000;
}

.game .game-body {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.game .game-body .game-img.game-img-xe88 {
  height: 148px;
}

.game .game-body .game-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(14, 17, 24, 0.8);
  text-align: center;
  /* visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease; */
  transform-origin: 0 100%;
  transition: transform 0.3s, background-color 0.3s;
  transform: scaleY(0);
}

.game .game-body .game-overlay .game-overlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game .game-caption {
  padding: 0.5rem 0.25rem;
  text-align: center;
  background-color: #292e34;
  /* position: absolute;
  bottom: -16px; */
  width: 100%;
}

.game:hover .game-overlay {
  /* visibility: visible; */
  /* opacity: 1; */
  transform: scaleY(1);
}

.game:hover .game-body {
  border: 1px solid #ffbd02;
}

.game:hover .game-body .game-img {
  filter: blur(1px);
}

.game:hover .game-caption {
  background-color: transparent;
  position: inherit;
}

.sport-wrapper {
  position: relative;
}

.sport-wrapper .mobile-sportbook-float-1 {
  position: absolute;
  right: 26%;
  top: 4%;
  width: 7%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-m9-float-1 {
  position: absolute;
  right: 17%;
  top: 4%;
  width: 29%;
}

.sport-wrapper .sport-m9-float-2 {
  position: absolute;
  right: 38%;
  top: 13%;
  width: 7%;
  animation: floating-right 10s infinite linear;
}

.sport-wrapper .sport-m9-float-3 {
  position: absolute;
  right: 15%;
  bottom: 26%;
  width: 10%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-saba-float-1 {
  position: absolute;
  right: 10%;
  top: 6%;
  width: 30%;
}

.sport-wrapper .sport-saba-float-2 {
  position: absolute;
  right: 38%;
  top: 13%;
  width: 7%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-saba-float-3 {
  position: absolute;
  right: 7%;
  bottom: 20%;
  width: 13%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-sbo-float-1 {
  position: absolute;
  right: 13%;
  top: 8%;
  width: 28%;
}

.sport-wrapper .sport-sbo-float-2 {
  position: absolute;
  right: 40%;
  top: 30%;
  width: 6%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-sbo-float-3 {
  position: absolute;
  right: 11%;
  top: 7%;
  width: 6%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-cmd-float-1 {
  position: absolute;
  /* left: 10%; */
  right: 10%;
  top: 30%;
  width: 5%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-cmd-float-2 {
  position: absolute;
  /* left: 47%; */
  right: 47%;
  top: 7%;
  width: 6%;
  animation: floating-right 10s infinite linear;
}

.sport-wrapper .sport-m8-float-1 {
  position: absolute;
  width: 20%;
  top: 0%;
  /* left: 25%; */
  right: 16%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-tfg-float-1 {
  position: absolute;
  right: 18%;
  top: 6%;
  width: 26%;
}

.sport-wrapper .sport-tfg-float-2 {
  position: absolute;
  width: 13%;
  top: 10%;
  right: 40%;
  animation: floating-left 10s infinite linear;
}

.sport-wrapper .sport-tfg-float-3 {
  position: absolute;
  width: 13%;
  bottom: 13%;
  right: 10%;
  animation: floating-up 10s infinite linear;
}

.sport-wrapper .sport-content {
  font-size: 1.25rem;
  position: absolute;
  left: 16%;
  /* right: 8%; */
  top: 74%;
  width: 40%;
  transform: translateY(-50%);
}

.sport-wrapper .sport-content .sport-logo {
  height: 6rem;
  margin-bottom: 1.5rem;
}

.sport-wrapper .sport-nav {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.sport-wrapper .sport-nav .sport-nav-item {
  transition: transform 0.3s ease;
}

.sport-wrapper .sport-nav .sport-nav-item .sport-nav-link {
  display: flex;
  position: relative;
  padding: 1rem 1rem 1.5rem 1rem;
  height: 6rem;
  width: 15rem;
  background-color: #0e1118;
  border-radius: 1rem;
}

/* .sport-wrapper .sport-nav .sport-nav-item .sport-nav-link:after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 55%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) perspective(1rem) rotateX(8deg);
  border-radius: 1rem 1rem 0 0;
  background-color: #818b9c;
  transition: background-color 0.3s ease;
} */
.sport-wrapper .sport-nav .sport-nav-item .sport-nav-link .sport-nav-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  filter: grayscale(100%) drop-shadow(0 0 0 #818b9c);
  transition: filter 0.5s ease;
}

.sport-wrapper .sport-nav .sport-nav-item:hover, .sport-wrapper .sport-nav .sport-nav-item.active {
  transform: translateY(-10%);
}

.sport-wrapper .sport-nav .sport-nav-item:hover .sport-nav-link, .sport-wrapper .sport-nav .sport-nav-item.active .sport-nav-link {
  border: 2px solid;
}

.sport-wrapper .sport-nav .sport-nav-item:hover .sport-nav-link:after, .sport-wrapper .sport-nav .sport-nav-item.active .sport-nav-link:after {
  background-color: #f9c032;
}

.sport-wrapper .sport-nav .sport-nav-item:hover .sport-nav-link .sport-nav-img, .sport-wrapper .sport-nav .sport-nav-item.active .sport-nav-link .sport-nav-img {
  filter: grayscale(0%);
}

.profile .profile-img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.nav-side .nav-item .nav-link {
  padding: 0.5rem 2rem;
  color: #818b9c;
  font-weight: bold;
}

.nav-side .nav-item .nav-link i {
  margin-right: 1rem;
  font-size: 1rem;
}

.nav-side .nav-item .nav-link.active {
  color: #000;
  background-color: #ffbd02;
  /* border-right: solid #fbd77c 3px; */
}

.nav-side .nav-item:hover .nav-link {
  /* color: #fbd77c; */
  color: #000;
  background-color: #ffbd02;
  /* border-right: solid #fbd77c 3px; */
}

.nav-deposit {
  margin-bottom: 1rem;
  overflow-x: auto;
}

.nav-deposit .nav-item .nav-link {
  color: #818b9c;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  white-space: nowrap !important;
}

.nav-deposit .nav-item .nav-link .fas {
  font-size: 1.5em;
}

.nav-deposit .nav-item .nav-link .nav-title {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  vertical-align: text-bottom;
}

.nav-deposit .nav-item .nav-link.active {
  color: #000;
  background-color: #ffbd02;
}

.nav-deposit .nav-item .nav-link.active:after {
  width: 100%;
}

/* .nav-deposit .nav-item .nav-link:after {
  content: "";
  display: block;
  background-color: var(--main-color);
  height: 3px;
  width: 0;
  transition: width ease 0.3s;
} */
.nav-deposit .nav-item:hover .nav-link {
  color: #000;
  background-color: #ffbd02;
}

.nav-deposit .nav-item:hover .nav-link:after {
  width: 100%;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 6px;
  border: 2px solid #818b9c;
  background-color: #0e1118;
  color: #818b9c;
}

.stepper-wrapper .stepper-item .step-name {
  color: #818b9c;
}

.stepper-wrapper .stepper-item:after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #818b9c;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-wrapper .stepper-item:last-child:after {
  content: none;
}

.stepper-wrapper .stepper-item.active .step-counter {
  border-color: #fbd77c;
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.active .step-name {
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.completed .step-counter {
  border-color: #fbd77c;
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.completed .step-name {
  color: #fbd77c;
}

.stepper-wrapper .stepper-item.completed:after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #fbd77c;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.overlay-message {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

.promotion-type {
  /* background-color: #171c28; */
  overflow-x: auto;
}

.promotion-type .nav-item {
  transition: background-color ease 0.3s;
}

.promotion-type .nav-item .nav-link {
  padding: 0.5rem 1.75rem;
  margin: 0 0.25rem;
  color: #fff;
  border-radius: 10px;
}

.promotion-type .nav-item .nav-link.active {
  background-color: #ffbd02;
  color: #000;
}

/* .promotion-type .nav-item:hover {
  background-color: #0e1118;
} */
.promotion-type .nav-item:hover .nav-link {
  background-color: #ffbd02;
  color: #000;
}

.promotion-wrapper {
  transition: transform 0.3s ease;
}

.promotion-wrapper:hover {
  transform: scale(1.05);
}

.promotion-wrapper .promotion-img {
  position: relative;
}

.promotion-wrapper .promotion-img .collapse {
  transition: transform 0.3s;
}

.promotion-wrapper .promotion-img .promotion-body {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39%;
}

.promotion-wrapper .promotion-img .promotion-body .promotion-title {
  font-weight: bold;
  font-size: 30px;
  color: #fbd77c;
}

.promotion-wrapper .promotion-img .promotion-body .promotion-subtitle {
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
}

.promotion-wrapper .promotion-img .promotion-body .promotion-remaining-time {
  font-size: 12px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-more-info {
  width: 93px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-promo {
  width: 93px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-applied {
  border-color: #818b9c;
  width: 93px;
}

.promotion-wrapper .promotion-img .promotion-body .btn-applied:hover {
  border-color: #818b9c;
}

.promotion-wrapper .promotion-img .promotion-body-mobile {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .promotion-title {
  font-weight: bold;
  font-size: 23px;
  color: #fbd77c;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .promotion-subtitle {
  font-weight: 500;
  font-size: 13px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .promotion-remaining-time {
  font-size: 12px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-more-info {
  width: 130px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-promo {
  width: 130px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-applied {
  border-color: #818b9c;
  width: 130px;
}

.promotion-wrapper .promotion-img .promotion-body-mobile .btn-applied:hover {
  border-color: #818b9c;
}

.inbox .custom-checkbox .custom-control-label {
  color: #818b9c;
}

.inbox .custom-checkbox .custom-control-label:before {
  border: #818b9c solid 1px;
}

.inbox .btn-link {
  color: #fff;
}

.inbox .btn-link i {
  margin-right: 0.25rem;
}

.inbox .btn-link.disabled {
  color: #818b9c;
  opacity: 1;
}

.inbox .custom-control-input:checked ~ .custom-control-label::before {
  border: #fff solid 1px;
}

.inbox .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
}

.inbox .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: #fff solid 1px;
}

.inbox .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: #818b9c solid 1px;
}

.inbox .inbox-btn-group {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.inbox .inbox-table tr {
  cursor: pointer;
}

.mobile-app-section {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Segoe UI", Arial, sans-serif;
  display: flex;
  align-items: center;
  min-height: 100vh;
  scroll-snap-align: start;
  padding-top: calc(151.81px + 1rem);
  padding-bottom: 5rem;
}

.mobile-app-section .mobile-app-qr-container .mobile-app-image-wrapper {
  position: relative;
}

.mobile-app-section .mobile-app-qr-container .mobile-app-image-wrapper .mobile-app-image {
  width: 10rem;
}

.mobile-app-section .mobile-app-qr-container .mobile-app-image-wrapper .mobile-app-qr {
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translateX(-50%);
  border-radius: 10%;
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 151.81px);
  padding: 1rem 0.5rem;
}

.chat-container .chat-box {
  height: 100%;
  padding: 1rem;
  overflow-y: hidden;
}

.chat-container .chat-box:hover {
  overflow-y: auto;
}

.chat-container .chat-box .chat-message {
  margin-bottom: 1rem;
}

.chat-container .chat-box .chat-message .chat-message-title {
  margin-bottom: 0.3rem;
}

.chat-container .chat-box .chat-message .chat-message-title .chat-message-author {
  font-weight: bold;
  font-size: 0.8rem;
}

.chat-container .chat-box .chat-message .chat-message-title .chat-message-date {
  font-size: 0.55rem;
  color: #ced4da;
  font-style: italic;
}

.chat-container .chat-box .chat-message .chat-message-content-wrapper {
  margin-bottom: 0.7rem;
}

.chat-container .chat-box .chat-message .chat-message-content-wrapper .chat-message-content {
  display: inline-block;
  max-width: 80%;
  color: #fff;
  border-radius: 10px;
  padding: 0.3rem 0.7rem;
  text-align: left;
  word-wrap: break-word;
}

.chat-container .chat-box .chat-message .chat-message-content-wrapper .chat-message-content .chat-image {
  max-width: 150px;
  max-height: 150px;
}

.chat-container .chat-box .chat-message.center {
  text-align: center;
}

.chat-container .chat-box .chat-message.center .chat-message-content {
  background-color: #495057;
}

.chat-container .chat-box .chat-message.left .chat-message-author {
  margin-right: 0.5rem;
}

.chat-container .chat-box .chat-message.left .chat-message-content {
  background-color: #ffd374;
  color: #0e1118;
}

.chat-container .chat-box .chat-message.right {
  text-align: right;
}

.chat-container .chat-box .chat-message.right .chat-message-author {
  margin-left: 0.5rem;
}

.chat-container .chat-box .chat-message.right .chat-message-content {
  background-color: #fbd77c;
  color: #0e1118;
}

.chat-container .chat-control {
  display: flex;
}

.chat-container .chat-control textarea {
  resize: none;
}

.chat-container .chat-control .btn {
  padding: 0.625rem 0.8rem;
  font-size: 0.8rem;
}

footer {
  background-color: #2a2e34;
  color: #818b9c;
}

footer .logo,
footer .certification-img {
  max-width: 3rem;
  height: auto;
  /* max-height: 4rem; */
  /* filter: grayscale(100%) drop-shadow(0 0 0 #818b9c);
  transition: filter 0.5s ease; */
}

footer .logo:hover,
footer .title {
  color: #fff;
  margin-bottom: 0.1rem;
}

footer .nav .nav-item .nav-link {
  padding: 0.1rem 0;
  color: #818b9c;
  font-size: 12px;
}

footer .nav .nav-item .nav-link:hover {
  color: #ffbd02;
}

hr {
  border-color: #818b9c;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pipe-separator:after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.line-separator {
  width: 100%;
  height: 2px;
  background: #0e1118;
  background: linear-gradient(90deg, #0e1118 0%, rgb(223, 197, 125) 50%, #0e1118 100%);
}

.marquee-border {
  /* background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  padding: 2px;
}

.marquee-border .marquee-container {
  /* background-color: #000; */
  padding: 0.4rem 1rem;
}

.marquee-border .marquee-container .marquee-icon {
  /* font-size: 1.25em; */
  height: 1.25em;
  width: auto;
  margin: 3px 0;
}

.marquee-border .marquee-container .marquee {
  overflow-x: hidden;
  width: 100%;
}

.marquee-border .marquee-container .marquee .marquee-body {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  transform: translateX(100%);
  animation: marquee 80s infinite linear;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
  animation-delay: -20s;
  padding-top: 1px;
}

.marquee-border .marquee-container .marquee .marquee-body .marquee-text {
  min-width: 991px;
  display: inline-block;
  text-align: right;
  color: #fff;
}

.marquee-border .marquee-container .marquee .marquee-body:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(55%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes floating-left {
  0% {
    transform: unset;
  }
  50% {
    transform: translate(-20px, -5px) rotate(-5deg);
  }
  100% {
    transform: unset;
  }
}
@keyframes floating-right {
  0% {
    transform: unset;
  }
  50% {
    transform: translate(20px, -5px) rotate(5deg);
  }
  100% {
    transform: unset;
  }
}
@keyframes floating-up {
  0% {
    transform: unset;
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: unset;
  }
}
.btn.btn-gradient {
  /* background: #fbd77c; */
  color: #0e1118;
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  background-image: linear-gradient(180deg, #FFEE00 0%, #FFBE00 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn.btn-gradient:hover {
  /* background: #fbaf7c; */
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%), linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0px 4px rgba(255, 190, 0, 0.6196078431);
}

.btn.btn-gradient2 {
  /* background: #fbd77c; */
  color: #fff;
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #c3c3c3 0%, #969494 50%, #3f3e3e 100%), linear-gradient(180deg, #616161 0%, #292929 50%, #020202 100%); */
  background-image: linear-gradient(180deg, #c3c3c3 0%, #3f3e3e 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn.btn-gradient2:hover {
  /* background: #fbaf7c; */
  border-color: transparent;
  /* background-image: linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%), linear-gradient(180deg, #ffd8c1 0%, #fbaf7c 50%, #d75e22 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0px 4px #5b5b5b;
}

.btn.btn-gradient.disabled {
  background-image: none;
  background-color: #212939;
  color: #818b9c;
  opacity: 1;
}

.btn.btn-outline-secondary {
  border-color: #fff;
  color: #fff;
  transition: none;
}

.btn.btn-outline-secondary.active, .btn.btn-outline-secondary:hover {
  background-color: unset;
  border-color: transparent;
  /* background-image: linear-gradient(#0e1118, #0e1118), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  background-color: #ffbd02 !important;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #000 !important;
  opacity: 1;
}

.btn.btn-outline-secondary.btn-promo {
  width: 93px;
}

.btn.btn-link.text-white:hover {
  color: #fbd77c !important;
}

.btn-selection .btn {
  color: #818b9c;
  border-color: #818b9c;
}

.btn-selection .btn:not(:last-child) {
  margin-right: 0.25rem;
}

.btn-selection .btn-amount {
  width: 4.5rem;
  margin-bottom: 0.25rem;
}

.btn-selection .btn-date {
  width: 7rem;
}

.form-control {
  border-color: transparent;
  /* background-image: linear-gradient(#0e1118, #0e1118), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 1.3rem;
}

.form-control[readonly], .form-control[disabled], .form-control.disabled {
  background-image: none;
  background-origin: unset;
  background-clip: unset;
  background-color: #939393;
  border-color: #939393;
  color: #000 !important;
  opacity: 1;
}

.form-control[readonly]::-moz-placeholder, .form-control[disabled]::-moz-placeholder, .form-control.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control[readonly]::placeholder, .form-control[disabled]::placeholder, .form-control.disabled::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.card .card-header {
  text-transform: capitalize;
}

.card .card-header {
  border-bottom: none;
  padding-bottom: 0;
}

.card .card-footer {
  border-top: none;
}

.modal .modal-content {
  background: #2a2e34;
  /* background: linear-gradient(180deg, #1c2431 0%, #080a0d 100%); */
}

.modal .modal-content .modal-title {
  font-size: 18px;
}

.modal .modal-content .modal-body {
  padding-top: 1rem;
}

.modal .close {
  padding: 1rem;
}

.dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
}

.table th,
.table td {
  text-align: center;
}

.bootstrap-select {
  display: block !important;
  flex: unset !important;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  /* padding: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; */
  background-color: #3b3f46;
}

.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}

.bootstrap-select .dropdown-menu .dropdown-divider {
  border: none;
  margin: 0;
  height: 0.3rem;
}

.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 0.2rem 0.5rem;
  transition: color 0.3s ease;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover .dropdown-item {
  color: #fbd77c;
}

.bootstrap-select .dropdown-menu li:hover, .bootstrap-select .dropdown-menu .selected.active {
  /* background-color: unset; */
  background-color: #292e34;
}

.bootstrap-select .dropdown-menu li:hover a {
  color: #fff;
}

.tooltip-inner {
  border: solid 1px #495057;
  border-radius: 0;
}

::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

::-webkit-scrollbar-track {
  background: #0e1118;
}

::-webkit-scrollbar-thumb {
  background: rgba(129, 139, 156, 0.7);
  border-radius: 10px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

@media (min-width: 992px) {
  main {
    /* margin-top: 151.81px; */
    margin-top: 134px;
  }
  .contact:hover {
    right: 0;
  }
}
@media (max-width: 991px) {
  body.is-active {
    overflow: hidden;
  }
  body.is-active header.header-mobile .header-bottom {
    right: 0;
  }
  main {
    /* margin-top: 3rem; */
  }
  .marquee .marquee-body {
    animation: marquee 60s infinite linear;
    width: -moz-fit-content;
    width: fit-content;
    animation-delay: -87.5s;
  }
  .contact {
    top: 15vh;
  }
  .contact .btn-contact {
    padding: 0.3rem 1.5rem;
  }
  .contact.active {
    right: 0;
  }
}
.mobile-app-section {
  padding-top: 3rem;
}

.modal-small-text {
  color: #939393 !important;
}

.clock {
  /* padding: 0.7rem 0rem 0.3rem 0rem; */
  display: block;
  min-width: 140px;
  text-align: center;
}

.btn-lang {
  padding-top: 0.3rem;
}

.background-secondary {
  /* background-color: #2e3035; */
  background-color: rgba(91, 91, 91, 0.3490196078);
}

.background-tertiary {
  background-color: #2a2e34;
}

footer .footer-logo {
  min-width: 6rem;
  max-width: 6rem;
}

footer .footer-desc {
  font-size: 12px;
  text-align: justify;
}

.featured-game {
  border-radius: 10px;
  padding: 15px 15px 0 0;
}

.ellipsify {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}

.stars-icon {
  width: 4rem;
  padding-bottom: 3px;
}

.btn-playnow:hover {
  box-shadow: 0 0 10px #ffbd02;
}

.home-game-type {
  height: 144px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  /*margin-top: -10px;*/
  margin-top: 20px;
}

.home-game-type-div1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  z-index: 1;
}

.home-game-type-div2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}

.home-game-type-name {
  position: absolute;
  bottom: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.home-game-type:hover .home-game-type-div1 {
  filter: blur(2px);
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.home-game-type:hover .home-game-type-name {
  bottom: 42%;
  transition: all 0.5s ease;
}

.home-game-type-div2.home-game-shadow-1 {
  background-image: linear-gradient(180deg, rgba(175, 0, 228, 0) 0%, rgba(175, 0, 228, 0) 50%, #AF00E4 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-1 {
  background-image: linear-gradient(180deg, rgba(175, 0, 228, 0.6901960784) 0%, rgba(175, 0, 228, 0.6901960784) 50%, #AF00E4 100%);
}

.home-game-type-div2.home-game-shadow-2 {
  background-image: linear-gradient(180deg, rgba(228, 166, 0, 0) 0%, rgba(228, 166, 0, 0) 50%, #E4A600 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-2 {
  background-image: linear-gradient(180deg, rgba(228, 166, 0, 0.6901960784) 0%, rgba(228, 166, 0, 0.6901960784) 50%, #E4A600 100%);
}

.home-game-type-div2.home-game-shadow-3 {
  background-image: linear-gradient(180deg, rgba(0, 106, 228, 0) 0%, rgba(0, 106, 228, 0) 50%, #006AE4 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-3 {
  background-image: linear-gradient(180deg, rgba(0, 106, 228, 0.6901960784) 0%, rgba(0, 106, 228, 0.6901960784) 50%, #006AE4 100%);
}

.home-game-type-div2.home-game-shadow-4 {
  background-image: linear-gradient(180deg, rgba(154, 112, 58, 0) 0%, rgba(154, 112, 58, 0) 50%, #9A703A 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-4 {
  background-image: linear-gradient(180deg, rgba(154, 112, 58, 0.6901960784) 0%, rgba(154, 112, 58, 0.6901960784) 50%, #9A703A 100%);
}

.home-game-type-div2.home-game-shadow-5 {
  background-image: linear-gradient(180deg, rgba(0, 228, 190, 0) 0%, rgba(0, 228, 190, 0) 50%, #00E4BE 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-5 {
  background-image: linear-gradient(180deg, rgba(0, 228, 190, 0.6901960784) 0%, rgba(0, 228, 190, 0.6901960784) 50%, #00E4BE 100%);
}

.home-game-type-div2.home-game-shadow-6 {
  background-image: linear-gradient(180deg, rgba(228, 16, 0, 0) 0%, rgba(228, 16, 0, 0) 50%, #E41000 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-6 {
  background-image: linear-gradient(180deg, rgba(228, 16, 0, 0.6901960784) 0%, rgba(228, 16, 0, 0.6901960784) 50%, #E41000 100%);
}

.home-game-type-div2.home-game-shadow-7 {
  background-image: linear-gradient(180deg, rgba(47, 30, 10, 0) 0%, rgba(47, 30, 10, 0) 50%, #2F1E0A 100%);
}

.home-game-type:hover .home-game-type-div2.home-game-shadow-7 {
  background-image: linear-gradient(180deg, rgba(47, 30, 10, 0.6901960784) 0%, rgba(47, 30, 10, 0.6901960784) 50%, #2F1E0A 100%);
}

/* home marquee */
.marquee-border-home {
  /* background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%); */
  padding: 2px;
}

.marquee-border-home .marquee-container-home {
  /* background-color: #000; */
  padding: 0.5rem 0;
}

.marquee-border-home .marquee-container-home .marquee-icon-home {
  /* font-size: 1.25em; */
  height: 1.25em;
  width: auto;
  margin: 3px 0;
}

.marquee-border-home .marquee-container-home .marquee-home {
  overflow-x: hidden;
  width: 100%;
}

.marquee-border-home .marquee-container-home .marquee-home .marquee-body-home {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  transform: translateX(100%);
  animation: marquee 80s infinite linear;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
  animation-delay: -20s;
  padding-top: 1px;
}

.marquee-border-home .marquee-container-home .marquee-home .marquee-body-home .marquee-text-home {
  min-width: 991px;
  display: inline-block;
  text-align: right;
  color: #fff;
  cursor: pointer;
}

.marquee-border-home .marquee-container-home .marquee-home .marquee-body-home:hover {
  animation-play-state: paused;
}

.marquee-home .marquee-body-home {
  animation: marquee 60s infinite linear;
  width: -moz-fit-content;
  width: fit-content;
  animation-delay: -87.5s;
}

.title-icon {
  height: 1.25rem;
  width: auto;
  margin-right: 10px;
}

.regigster_main_div {
  margin: 0 12%;
}

.regigster_form_div {
  border-radius: 10px;
  background-color: #2a2e34;
}

.pw-input-group, .copy-input-group {
  position: relative;
}

.pw-input-eye, .copy-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 3;
}

.form-lg.pw-input-eye {
  position: absolute;
  right: 16px;
  top: 15px;
  z-index: 3;
}

.pw-input-eye:hover, .copy-icon:hover {
  cursor: pointer;
  color: #ffbd02 !important;
}

.home-profile-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffbd02;
  text-align: center;
  padding-top: 2px;
  border-radius: 50%;
  position: relative;
}

.home-wallet-icon {
  font-size: 20px;
  color: #ffbd02;
  vertical-align: middle;
}

.home-profile-icon-notfy {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 8px;
}

.home-profile-dropdown-username {
  color: #ffbd02;
}

.home-profile-dropdown-main, .home-wallet-dropdown-main {
  display: inline-block;
  height: 100%;
}

.home-profile-dropdown-main .dropdown-toggle, .home-wallet-dropdown-main .dropdown-toggle {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.home-profile-dropdown-main .dropdown-toggle:hover, .home-wallet-dropdown-main .dropdown-toggle:hover {
  cursor: pointer;
}

.home-profile-dropdown-selection {
  background-color: rgba(59, 63, 70, 0.85);
  width: 180px;
}

.home-profile-dropdown-option {
  display: block;
  color: #fff;
}

.home-profile-dropdown-option:hover {
  background-color: #292e34;
  cursor: pointer;
  color: #fff;
}

.home-wallet-dropdown-main .dropdown-toggle::after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  border: none;
  vertical-align: unset;
  margin-left: 0.5rem;
  width: 15px;
}

.home-wallet-dropdown-main.show .dropdown-toggle::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  border: none;
  vertical-align: unset;
  color: #ffbd02;
  margin-left: 0.5rem;
  width: 15px;
}

.home-wallet-dropdown-selection {
  background-color: rgba(59, 63, 70, 0.85);
  width: 230px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-wallet-dropdown-selection .table tr:hover {
  background-color: #292e34;
  cursor: pointer;
}

.home-wallet-dropdown-selection .table td {
  border: none;
}

.modal-announcement-div {
  background-color: #3b3f46;
  border-radius: 10px;
}

.btn-support {
  padding: 0.5rem 1.75rem !important;
  margin: 0 0.25rem;
}

.btn-support.active, .btn-support:hover {
  background-color: #ffbe00 !important;
  color: #000 !important;
  border-radius: 10px;
}

.menu-envelope {
  color: #ffbd02;
  vertical-align: bottom;
  position: relative;
}

.menu-envelope-notfy {
  position: absolute;
  right: -10px;
  top: -7px;
}

.side-menu-btn, .side-menu-sp-btn, .side-menu-vip {
  width: 50%;
  height: 45px;
  border-radius: 10px;
  padding-top: 0.75rem !important;
}

.side-menu-btn:hover {
  background-image: linear-gradient(180deg, #c3c3c3 0%, #969494 50%, #3f3e3e 100%), linear-gradient(180deg, #616161 0%, #292929 50%, #020202 100%) !important;
}

.side-menu-sp-btn {
  background-color: #3b3f46;
}

.side-menu-item {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 0.75rem 0.25rem;
  border: 1px solid #ffbd02;
  color: #fff !important;
}

.side-menu-item .side-menu-icon {
  margin-right: 0.25rem;
  width: 1rem;
  padding-bottom: 4px;
}

.side-menu-item.active .side-menu-icon, .side-menu-item:hover .side-menu-icon {
  filter: invert(1);
}

.side-menu-item.active, .side-menu-item:hover {
  background-color: #ffbd02;
  color: #000 !important;
}

.promotion-main-div {
  background-color: #2a2e34;
  border-radius: 10px;
  overflow: hidden;
}

.promotion-main-div .promotion-right-div {
  position: relative;
  height: 100%;
}

.promotion-main-div .promotion-right-div .promotion-right-button {
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.promotion-main-div .promotion-right-div .promotion-remaining-time {
  float: right;
  font-size: 10px;
  color: #818b9c;
}

.mobile-navigation-item {
  margin-right: 5px;
  border-radius: 10px;
  padding: 0.5rem 0.75rem !important;
  min-width: 71px;
  text-align: center;
}

.banking-div {
  border-radius: 10px;
  background-color: #292e34 !important;
  min-height: 600px;
}

.mobile-top-notfy-div {
  position: relative;
}

.mobile-top-notfy {
  position: absolute;
  top: -3px;
}

.btn-swap {
  color: #939393;
}

.btn-swap .fa-exchange-alt {
  transform: rotate(-90deg);
}

.game-banner {
  border-radius: 10px;
}

.btn-provider {
  border-radius: 10px;
  height: 3.5rem;
}

.btn-provider .nav-link {
  padding: 0.75rem 0.5rem;
  height: 100%;
  position: relative;
}

.btn-provider-name {
  color: #fff;
}

.btn-provider.active, .btn-provider:hover {
  background-color: #ffbd02;
}

.btn-provider.active .btn-provider-name, .btn-provider:hover .btn-provider-name {
  color: #000;
}

.btn-provider-selection button {
  border: 1px solid #fff;
}

.app-img {
  max-height: 2rem;
  max-width: 100%;
}

.btn-provider.active .btn-provider-name, .btn-provider:hover .app-img, .btn-provider.active .btn-provider-name, .btn-provider.active .app-img {
  filter: brightness(0);
}

.game-provider-option {
  height: auto;
}

#mobile-sticker {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#mobile-sticker #mobile-sticker-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  opacity: 0.9;
  z-index: 1;
}

#mobile-sticker .nav-item {
  z-index: 2;
}

#mobile-sticker .nav-item .nav-link {
  font-size: 10px;
  color: #fff;
}

#mobile-sticker .nav-item:hover .nav-link, #mobile-sticker .nav-item.active .nav-link {
  color: #ffbd02;
}

#mobile-sticker .sticker-icon {
  font-size: 16px;
  padding-bottom: 0.5rem;
}

#mobile-middle {
  text-align: center;
}

#mobile-sticker #mobile-middle #mobile-middle-btn {
  text-align: center;
  font-size: 1.75rem;
  border-radius: 50%;
  color: #000;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

#mobile-sticker #mobile-middle #mobile-middle-btn:hover {
  color: #000;
  background-image: linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%), linear-gradient(180deg, #ffedc1 0%, #fbd77c 50%, #d7a522 100%);
}

#game-wallet {
  width: 144px;
  margin: 0 0.5rem;
}

#modal-announcement .modal-body {
  max-height: 500px;
  overflow: auto;
}

.text-timer {
  border: none;
  background-color: unset;
}

.hover-effect-primary {
  box-shadow: 0 0 10px #ffbd02;
}

.glowing-primary {
  animation: glowing 1300ms infinite;
}

@keyframes glowing {
  0% {
    background-color: #ffbd02;
    box-shadow: 0 0 3px #ffbd02;
  }
  50% {
    background-color: #ffbd02;
    box-shadow: 0 0 10px #ffbd02;
  }
  100% {
    background-color: #ffbd02;
    box-shadow: 0 0 3px #ffbd02;
  }
}
@media (max-width: 991px) {
  .home-game-type {
    height: 88px;
  }
  .home-wallet-dropdown-main {
    padding-top: 15px;
  }
  .home-wallet-dropdown-main .dropdown-toggle::after {
    color: #ffbd02;
  }
  .promotion-main-div .promotion-right-div .promotion-remaining-time {
    float: unset;
  }
  .promotion-main-div .promotion-right-div .promotion-right-div, .promotion-main-div .promotion-right-div .promotion-right-button {
    position: initial;
  }
  .promotion-main-div .promotion-right-div .promotion-right-button {
    text-align: center;
  }
  .promotion-main-div .promotion-right-div .btn-promo, .btn-applied {
    border-radius: 10px;
    width: 7rem;
  }
  .promotion-main-div .promotion-right-div .promotion-more-info {
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 0.375rem 1rem;
    vertical-align: middle;
    display: inline-block;
    width: 7rem;
  }
  .nav-deposit .nav-item .nav-link {
    padding: 0.25rem 0.75rem;
  }
  .banking-div {
    min-height: auto;
  }
  .btn-provider:active, .btn-provider:hover {
    background-color: #292e34;
  }
  .sport-wrapper .sport-content {
    font-size: 1rem;
  }
  .sport-wrapper .sport-content .sport-logo {
    height: 4rem;
    margin-bottom: 1rem;
  }
  .mobile-sport {
    position: relative;
  }
  .mobile-sport .mobile-sport-right {
    position: absolute;
    top: 30%;
    right: 7%;
  }
}
@media (max-width: 767px) {
  .game-caption-relative {
    position: initial;
  }
  .btn-playnow {
    position: initial;
    padding: 2px 10px;
  }
  .home-game-type {
    height: 140px;
    margin-bottom: 15px;
  }
  .game-type-col {
    padding-right: 0.5rem;
  }
  .game-type-col2 {
    padding-left: 0.5rem;
  }
  .regigster_main_div {
    margin: 0 5%;
  }
  .btn-selection .btn-date, .btn-selection .btn-amount {
    width: 49%;
  }
  .btn-selection .btn:not(:last-child) {
    margin-right: 0;
  }
  .sport-wrapper .sport-content {
    font-size: 0.75rem;
  }
  .sport-wrapper .sport-content .sport-logo {
    height: 2rem;
    margin-bottom: 0.5rem;
  }
  .mobile-sport .mobile-sport-right {
    position: absolute;
    top: 25%;
    right: 7%;
  }
}
@media (max-width: 575.98px) {
  .promotion-image {
    width: 100%;
    height: auto;
    padding-left: 3px;
    padding-right: 3px;
  }
  .side-menu-btn, .side-menu-sp-btn, .side-menu-vip {
    width: 100%;
  }
  .input-group-append {
    display: inline-block;
  }
  footer .footer-logo {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.qr-image-wrapper {
  position: relative;
  display: inline-block;
}

.image-container {
  width: 50%;
}

.qr-image {
  position: absolute;
  top: 23%;
  left: 36%;
  width: 28%;
  height: auto;
  border-radius: 15px;
}

.qr-image-dual {
  position: absolute;
  top: 24%;
  left: 27%;
  width: 46%;
  height: auto;
  border-radius: 15px;
}

/* Pagination Customise New */
.pagination-customize {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
  margin-left: auto;
}

.pagination-customize .page-link {
  position: relative;
  display: block;
  padding: 0.25rem 0.25rem;
  margin-left: 0;
  line-height: 1.25;
  color: #fff;
  background-color: transparent;
  border: 0 solid #dee2e6;
}

.pagination-customize .page-link:hover {
  z-index: 2;
  color: #0e1118;
  text-decoration: none;
  background-color: orange;
  border-color: orange;
}

.pagination-customize .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 17, 24, 0.25);
}

.pagination-customize .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination-customize .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination-customize .page-item.active .page-link {
  z-index: 3;
  color: #0e1118;
  background-color: orange;
  border-color: orange;
}

.pagination-customize .page-item.disabled .page-link {
  color: #818b9c;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent;
}

.pagination-customize .count-item {
  margin: 0;
  display: flex;
  align-items: center;
}

.onlyweb {
  display: block !important;
}

.onlymob {
  display: none !important;
}

.popup-header {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0;
  font-size: 1.25rem;
}

.popup-body {
  font-size: 0.875rem;
  opacity: 0.75;
  text-align: center;
}

#banner_tab {
  margin-top: 0rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

#banner_web, #banner_mob {
  width: 100%;
  border-radius: 8px;
}

.close-new {
  float: right;
  border: none;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 10;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .onlyweb {
    display: none !important;
  }
  .onlymob {
    display: block !important;
  }
}
#accordion_tnc .card, #accordion_faq .card {
  background-color: #1E2328;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  text-transform: capitalize;
}

#accordion_tnc .card .card-header, #accordion_faq .card .card-header {
  text-transform: capitalize;
}

.ranking-box-1 {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1rem 0 0.25rem;
  position: relative;
}

.ranking-box-1 .ranking-img-box {
  width: 3.5rem;
  display: flex;
  align-items: start;
  justify-content: center;
}

.ranking-box-1 .ranking-img {
  width: 40px;
  height: auto;
  border-radius: 50%;
}

.ranking-box-1 .rank-label {
  font-size: 12.8px;
  margin-bottom: 0.5rem;
}

.ranking-box-1 .rank-label b {
  color: #ffbd02;
}

.ranking-box-1 .rank-value {
  font-size: 12px;
  color: #818B9C;
}

.ranking-box-1 .ranking-rank {
  width: 25px;
  height: auto;
}

@media (max-width: 767px) {
  .ranking-box-1 {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    padding: 0rem 0 1.5rem;
  }
  .ranking-box-1 .ranking-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .ranking-box-1 .ranking-rank {
    width: 40px;
  }
}
.animated-progress {
  width: 400px;
  height: 15px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 0.15rem 0 0.5rem;
  background: transparent linear-gradient(180deg, #313131 0%, #4C4C4C 100%) 0% 0% no-repeat padding-box;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: #1E2328;
  position: absolute;
  text-align: center;
  line-height: 11px;
  font-size: 11px;
  padding-right: 10px;
  border-radius: 30px;
}

.progress-blue span {
  background-color: #E3CC00;
}

.current-rank-vip {
  border: 3px solid #3B3F46;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 850px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.current-rank-vip .current-rank-badget {
  max-width: 80px;
  min-width: 80px;
  text-align: center;
}

.current-rank-vip .current-rank-badget .thumbnail {
  width: 100%;
  border-radius: 50%;
}

.current-rank-vip .current-rank-badget span {
  margin-top: 0.15rem;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #B8B8B8;
}

.current-rank-vip .current-rank-badget span.sp1, .sp1 {
  color: #996D44 !important;
}

.current-rank-vip .current-rank-badget span.sp2, .sp2 {
  color: #B8B8B8 !important;
}

.current-rank-vip .current-rank-badget span.sp3, .sp3 {
  color: #FBC927 !important;
}

.current-rank-vip .current-rank-badget span.sp4, .sp4 {
  color: #A1DBF1 !important;
}

.current-rank-vip .current-rank-badget span.sp5, .sp5 {
  color: #C572F4 !important;
}

.current-rank-vip .current-rank-badget span.sp6, .sp6 {
  color: #fff !important;
}

.current-rank-vip .progress-bar .progress-label {
  margin-bottom: 12px;
  display: flex;
  font-size: 18px;
}

.current-rank-vip .progress-bar .percentage-progress {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.current-rank-vip .progress-bar .percentage-progress span {
  font-size: 18px;
}

.current-rank-vip .progress-bar .percentage-progress span b {
  color: #fff;
  font-weight: bolder;
}

.current-rank-vip .progress-bar .percentage-progress .thumbnail {
  width: 30px;
  border-radius: 50%;
}

.progress-bar .sub-label {
  font-size: 12.8px;
  color: #fff;
}

.vip-chart {
  background-color: #2A2E34;
  max-width: 80%;
  margin: auto;
  display: inherit;
  padding: 29px 27px;
  border-radius: 20px;
}

.vip-chart .vip-chart-labels {
  display: flex;
  align-items: end;
  margin-bottom: 15px;
}

.vip-chart .chart-labels {
  flex-grow: 2;
  font-size: 25px;
  color: #FFBE00;
  font-weight: 900;
  width: 40%;
  min-width: 40%;
}

.vip-chart .vip-chart-labels .badget-info {
  flex-grow: 1;
  text-align: center;
  width: 12%;
  transition: all 0.15s ease-in;
}

.vip-chart .vip-chart-labels .badget-info .thumbnail {
  width: 60px;
  height: auto;
  border-radius: 50%;
}

.vip-chart .vip-chart-labels .badget-info span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.vip-chart .vip-chart-info {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.vip-chart .small-info-label {
  color: #FFBE00;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.vip-chart .vip-info {
  display: flex;
}

.vip-chart .vip-info .rowx {
  width: 12%;
}

.vip-chart .vip-info .rowx:nth-child(1) {
  flex-grow: 2;
  width: 40%;
  min-width: 40%;
}

.vip-chart .vip-info .rowx span {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.vip-chart .vip-info .rowx:nth-child(1) span {
  display: flex;
  justify-content: start;
}

@media (max-width: 767px) {
  .current-rank-vip {
    border: 3px solid #3B3F46;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: 100%;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    width: calc(100% - 40px);
  }
  .animated-progress {
    width: 100%;
    height: 14px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background-color: #4C4C4C;
  }
  .animated-progress span {
    line-height: 14px;
    font-size: 10px;
  }
  .vip-chart {
    max-width: 100%;
    background-color: transparent;
    padding: 0 16px;
  }
  .vip-chart .vip-chart-labels {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
    overflow: auto;
    max-width: 100%;
  }
  .vip-chart .chart-labels {
    font-size: 14px;
    color: #FFBE00;
    font-weight: 900;
    margin-bottom: 0.75rem;
  }
  .current-rank-vip .current-rank-badget {
    max-width: 40px;
    text-align: center;
  }
  .current-rank-vip .current-rank-badget span {
    margin-top: 0.15rem;
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: #B8B8B8;
  }
  .current-rank-vip .progress-bar .progress-label {
    margin-bottom: 7px;
    display: flex;
    font-size: 13px;
  }
  .current-rank-vip .progress-bar .percentage-progress {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .current-rank-vip .progress-bar .percentage-progress span {
    font-size: 13px;
  }
  .current-rank-vip .progress-bar .percentage-progress span b {
    color: #ffbd02;
  }
  .current-rank-vip .progress-bar {
    width: 100%;
  }
  .current-rank-vip .progress-bar .percentage-progress {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    margin-top: 0.25rem;
  }
  .current-rank-vip .progress-bar .percentage-progress span {
    font-size: 12px;
  }
  .current-rank-vip .progress-bar .percentage-progress span b {
    color: #fff;
    font-weight: bolder;
  }
  .current-rank-vip .progress-bar .percentage-progress .thumbnail {
    width: 20px;
    border-radius: 50%;
  }
  .vip-chart .vip-chart-labels .badget-info {
    width: 80px;
    min-width: 100px;
  }
  .vip-chart .vip-chart-labels .badget-info .thumbnail {
    width: 40%;
    height: auto;
    border-radius: 50%;
  }
  .vip-chart .vip-chart-labels .badget-info span {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
  .vip-chart .small-info-label {
    color: #FFBE00;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .vip-chart .vip-info .rowx span {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
  }
}
.no-selected {
  opacity: 0.5;
  cursor: pointer;
}

.centers {
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -0.2rem;
  text-align: center;
}

.bootstrap-select.form-control {
  background-color: #0e1118;
}

#modal-daily-checkin .modal-content {
  border: 2px solid #FFECAF;
  background-color: rgba(45, 45, 45, 0.8);
  box-shadow: inset 4px 7px 6px 0rem rgba(255, 255, 255, 0.1607843137);
}

#modal-daily-checkin .modal-body {
  max-height: 50vh;
  overflow-y: auto;
}

#modal-daily-checkin .modal-dialog-centered {
  align-items: center;
}

@media (min-width: 576px) {
  #modal-daily-checkin .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  #modal-daily-checkin .modal-dialog {
    max-width: 50%;
  }
}
#floating-menu {
  position: fixed;
  z-index: 1000;
  width: 100px;
  height: auto;
  touch-action: none;
  /* transition: top 0.15s ease, left 0.2s ease; */
}

#floating-menu .dropdown-toggle {
  position: relative;
  z-index: 2;
}

#floating-menu .dropdown-toggle::after {
  content: none;
}

#floating-menu-main-img {
  width: 100px;
  height: auto;
}

#floating-menu-main-img:hover {
  cursor: pointer;
}

#floating-menu .floating-menu-div {
  text-align: center;
  min-width: 75px;
  width: 75px;
  transform: translateY(35%) !important;
  left: 13px !important;
  padding-top: 50px;
  z-index: 1;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  border: 1px solid #ffbd02;
  background-color: rgba(0, 0, 0, 0.2);
}

#floating-menu .floating-menu-div .floating-menu-item {
  width: 80%;
  height: auto;
  padding-bottom: 15px;
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

#floating-menu .floating-menu-div2 {
  text-align: center;
  min-width: 75px;
  width: 75px;
  transform: translateY(-65%) !important;
  left: 12px !important;
  padding-bottom: 50px;
  z-index: 1;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid #ffbd02;
  background-color: rgba(0, 0, 0, 0.2);
}

#floating-menu .floating-menu-div2 .floating-menu-item {
  width: 80%;
  height: auto;
  padding-top: 15px;
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

#floating-menu .floating-menu-div .floating-menu-item:hover, #floating-menu .floating-menu-div2 .floating-menu-item:hover {
  cursor: pointer;
  transform: scale(1);
}

.float-promo-2 {
  top: -25px !important;
}

/* jquery-ui tooltip */
.ui-tooltip {
  padding: 2px 5px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background-color: #fff;
  color: #000;
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* referral */
.nav-referral {
  margin-bottom: 1rem;
  overflow-x: auto;
}

.nav-referral .nav-item .nav-link {
  color: #818b9c;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  white-space: nowrap !important;
}

.nav-referral .nav-item .nav-link .fas {
  font-size: 1.5em;
}

.nav-referral .nav-item .nav-link .nav-title {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  vertical-align: text-bottom;
}

.nav-referral .nav-item .nav-link.active {
  color: #000;
  background-color: #ffbd02;
}

.nav-referral .nav-item .nav-link.active:after {
  width: 100%;
}

.nav-referral .nav-item:hover .nav-link {
  color: #000;
  background-color: #ffbd02;
}

.nav-referral .nav-item:hover .nav-link:after {
  width: 100%;
}

.type-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px !important;
  height: auto !important;
}

.swiper.featured-game {
  position: initial;
}

.featured-game-pagination.swiper-pagination-fraction,
.featured-game-pagination.swiper-pagination-custom,
.featured-game-pagination.swiper-horizontal > .swiper-pagination-bullets,
.featured-game-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  top: -2px;
  right: 100px;
  left: unset;
  width: auto;
}

.swiper .featured-game-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.no-clickable {
  opacity: 0.75;
  pointer-events: none;
  cursor: not-allowed;
}

.pagination {
  justify-content: center;
}

/* New Support Styling */
.tab-pane.help {
  line-height: 1;
}
.tab-pane.help > .title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffbd02;
}
.tab-pane.help > .description {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5294117647);
  margin-bottom: 0.5rem;
}
.tab-pane.help > .sub-content-section {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section {
    flex-direction: column;
  }
}
.tab-pane.help > .sub-content-section > .sub {
  background: rgba(30, 35, 40, 0.9294117647);
  padding: 1.5rem;
  border-radius: 10px;
  width: 30vh;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .sub {
    width: 100%;
    padding: 1.25rem;
    background: #20242A;
  }
}
.tab-pane.help > .sub-content-section > .sub > .sub-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffbd02;
  margin-bottom: 0.75rem;
}
.tab-pane.help > .sub-content-section > .sub > .sub-desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5294117647);
  margin-bottom: 0.5rem;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item {
  display: flex;
  align-items: center;
  flex-direction: start;
  gap: 0.675rem;
  padding: 0.75rem 0.75rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item > i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5294117647);
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item > span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5294117647);
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item.active {
  border: 1px solid rgba(255, 189, 2, 0.5);
  background: rgba(255, 189, 2, 0.1019607843);
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item.active > i {
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item.active > span {
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item:hover {
  border: 1px solid rgba(255, 189, 2, 0.5);
  background: rgba(255, 189, 2, 0.1019607843);
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item:hover > i {
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item:hover > span {
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .main {
  background: rgba(30, 35, 40, 0.9294117647);
  padding: 1.5rem;
  flex: 1;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .main {
    width: 100%;
    padding: 1.25rem;
    background: #20242A;
  }
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header {
  padding: 0 0 1rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .title {
  margin-bottom: 0.75rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .title > i {
  font-size: 1.25rem;
  color: #ffbd02;
  margin-right: 0.5rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .title > span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5294117647);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .overview {
  padding: 1rem 0;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .overview > h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .overview > p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffbd02;
  padding: 0.5rem 0 0.75rem;
  border-bottom: 1px solid rgba(255, 189, 2, 0.5);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .resource {
  flex: 1;
  max-width: 45%;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .resource {
    max-width: 100%;
  }
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .resource > .card-row-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffbd02;
  padding: 0.75rem 0 0.75rem;
  border-bottom: 1px solid rgba(255, 189, 2, 0.5);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info {
  flex: 1;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffbd02;
  padding: 0.75rem 0 0.75rem;
  border-bottom: 1px solid rgba(255, 189, 2, 0.5);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card > .step-number {
  border: 1px solid #ffbd02;
  border-radius: 15px;
  min-width: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  font-size: 0.675rem;
  font-weight: 500;
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card > .step-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card > .step-desc > b {
  color: #ffbd02;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > ul > li {
  margin-bottom: 0.5rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > ul > li:last-child {
  margin-bottom: 0;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > ul > li > p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5294117647);
}

.form-locale .dropdown-menu {
  min-width: 16rem;
  padding: 0.15rem 0.5rem;
}
.form-locale .dropdown-menu .dropdown-item {
  min-width: 70px;
  margin: 0;
  text-align: center;
  padding: 0.15rem 0;
}
.form-locale .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: rgb(255, 189, 2);
}

/* Burger Menu */
.item-burgermenu {
  margin-right: 2px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-bottom: 0;
  cursor: pointer;
}
.item-burgermenu:hover > .nav-item-bg {
  height: 100%;
}
.item-burgermenu:hover > .nav-link > i {
  color: #000;
}
.item-burgermenu > .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  z-index: 2;
  position: relative;
}
.item-burgermenu > .nav-link > i {
  font-size: 0.875rem;
  color: #fff;
}
.item-burgermenu > .nav-item-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #FFEE00 0%, #FFBE00 100%);
  z-index: 1;
  transition: all 0.2s ease;
}

.minified-menu-container {
  position: absolute;
  top: 100%;
  right: 210px;
  background: #2a2e34;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1000;
  width: 400px;
}
.minified-menu-container.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .minified-menu-container {
    display: none !important;
  }
}
.minified-menu-container > .minified-menu-content {
  display: flex;
  gap: 1rem;
}
.minified-menu-container > .minified-menu-content > .left {
  flex: 1;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem;
  border-radius: 8px;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.75rem 1rem;
  gap: 1rem;
  border-radius: 10px;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item > i.side-menu-icon {
  font-size: 0.8rem;
  color: #fff;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item > img.side-menu-icon {
  width: 1rem;
  height: auto;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item > .side-menu-text {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item.bolded {
  background: rgb(255, 189, 2);
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item.bolded > i.side-menu-icon {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item.bolded > img.side-menu-icon {
  filter: invert(1);
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item.bolded > .side-menu-text {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item:hover {
  background: rgb(255, 189, 2);
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item:hover > i.side-menu-icon {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item:hover > img.side-menu-icon {
  filter: invert(1);
}
.minified-menu-container > .minified-menu-content > .left > .minified-menu-box > .side-item:hover > .side-menu-text {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .right {
  flex: 1;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right {
  background: #0e1118;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem 0.5rem;
  border-radius: 10px;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.75rem 1rem;
  gap: 1rem;
  border-radius: 10px;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item > i.side-menu-icon {
  font-size: 0.8rem;
  color: #fff;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item > img.side-menu-icon {
  width: 1rem;
  height: auto;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item > .side-menu-text {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item.bolded {
  background: rgb(255, 189, 2);
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item.bolded > i.side-menu-icon {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item.bolded > img.side-menu-icon {
  filter: invert(1);
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item.bolded > .side-menu-text {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item:hover {
  background: rgb(255, 189, 2);
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item:hover > i.side-menu-icon {
  color: #000;
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item:hover > img.side-menu-icon {
  filter: invert(1);
}
.minified-menu-container > .minified-menu-content > .right > .minified-menu-right > .side-item:hover > .side-menu-text {
  color: #000;
}

/* Home page winner board */
.winner-ranking {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  background: #2a2e34;
  padding: 1rem 1.25rem;
  height: 100%;
  line-height: 1.2;
}
.winner-ranking .winner-ranking-div2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.winner-ranking .winner-ranking-div2 strong {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  display: block;
}
.winner-ranking .winner-ranking-div2 span {
  font-size: 1.25rem;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  color: #f66;
  font-weight: 700;
}
.winner-ranking .winner-ranking-div2 b {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.winner-ranking .winner-ranking-div2 em {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}
.winner-ranking .winner-ranking-div2 > .winner-rank-play-button {
  margin-top: auto;
  background: linear-gradient(180deg, #FFEE00 0%, #FFBE00 100%);
  color: #000;
  border-radius: 30px;
  padding: 5px 18px;
  font-size: 0.75rem;
  cursor: pointer;
  place-self: flex-start;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  width: auto;
  position: relative;
  bottom: unset;
}
.winner-ranking .winner-ranking-div2 > .winner-rank-play-button:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}
.winner-ranking .home-game-side-image {
  width: 7.5vw;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .winner-ranking .home-game-side-image {
    width: 110px;
  }
}

.card-winner-board {
  display: flex;
  width: 230px;
  background: #2a2e34;
  border-radius: 10px;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  height: 105px;
}
.card-winner-board > .card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-winner-board > .card-content img.game-image {
  width: 90px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-winner-board > .card-content div.game-image {
  width: 100px;
  height: 100px;
  background: #2d0e0e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-winner-board .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card-winner-board .text-content .name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.card-winner-board .text-content .username {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.card-winner-board .text-content .payout {
  font-size: 0.8rem;
  font-weight: 600;
  color: #f66;
}

.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
}

.scroll-track {
  display: inline-flex;
  gap: 1rem;
  animation: scroll-left 30s linear infinite;
}

.scroll-wrapper:hover .scroll-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.no-hover-effect:hover .home-game-type-div1 {
  filter: none !important;
  transform: none !important;
}

@media (max-width: 768px) {
  .mobile-view-padding {
    margin-bottom: 10px;
  }
}
