
:root {
  --header-height: 3rem;

  /*========== Colors ==========*/

  --color1:#000;
  --color2:#2e3032;
  --color3:#ff0000;
  --color4:#5c5d5f;
  --color5:#16181b;
    --hue: 174;
    --sat: 63%;
    --first-color: hsl(var(--hue), var(--sat), 40%);
    --first-color-alt: hsl(var(--hue), var(--sat), 36%);
  /*========== Font and typography ==========*/
  --body-font: 'Open Sans', sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;
  --tiny-font-size: .625rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

html,
body {
  	overflow-x: hidden; /* Prevent scroll on narrow devices */
    background-color: #fff;
    font-family: Gordita, sans-serif;
    color: #1e1e1e;
}

.carrois-gothic-sc-regular {
  font-family: "Carrois Gothic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.icon-name-container2 {
    text-transform: uppercase;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}
.btn-outline-success{
	font-family: "Carrois Gothic SC", sans-serif ;
  margin-right: 10px;
  border: 2px solid #e42421;
  background-color: transparent;
  color: #000;;
  border-radius: 18px;
  white-space: nowrap;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	font-family: "Carrois Gothic SC", sans-serif ;
}
.btn-outline-success:hover{
	border-color: var(--color3);
	background-color: var(--color4);
	color:var(--color1);
	font-family: "Carrois Gothic SC", sans-serif ;
}
.icon-name-container {
    text-transform: uppercase;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color2);
}
main {
    padding-top: 60px;
}
nav#navbar_top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
}
.footer-text{
	padding: 10px 0;
  font-size: 12px;
  color: #000;;
  line-height: 1.8;
}
.footer-links{
	padding: 10px 0;
  font-size: 16px;
  color: #000;;
  line-height: 1.8;
}
.footer-text a{
	padding: 10px 0;
  font-size: 16px;
  color: #000;;
  line-height: 1.8;
}
.thumbnails{
    grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
    display: grid;
	column-gap: 10px;
	grid-row-gap: 10px
}
.search-container {
 	position: relative;
	justify-content: flex-end;

}

.pay-methods {
    width: 100%;
    display: flex;
    height: 50px;
    align-items: anchor-center;
    justify-content: center;
    gap: 40px;
}
.pay-methods2 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	opacity: 0.5;
	filter: grayscale();
	display: grid;
	justify-content: center;
	gap: 9px;
}

.search-input {
    height: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	  background-color: #383a3d;
}


.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

/* navbar hide on scroll down */
.nav-up {
    top: -80px;
}
.navbar{
   transition: top 0.4s ease-in-out;
}
.sidebar,
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
}
.sidebar {
  left: -100%;
  max-width: 300px;
  transition: all ease 0.25s;
  overflow-y: auto;
  z-index: 1032;
}
.overlay {
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.50);
  visibility: hidden;
  z-index: 1031;
}
.main-navigation.active .sidebar {
  left: 0;
}
.main-navigation.active .overlay {
  visibility: visible;
}
@media (min-width: 992px) {
  .sidebar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    flex-direction: row;
    max-width: 100%;
    transform: none;
    transition: none;
    overflow-y: visible;
    z-index: auto;
  }
  
}
.main-heading {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
	  .navbar-nav {
	  padding: 15px 7.5px;
	  /* padding-left: 7.5px; */
	 }
}
@media (min-width: 1084px) {
  .order-lg-2 svg {
    display: none;
  }
}
.navbar-toggler {
	padding: 0 !important;
	border:0 !important;
}

.custom-header{
	margin: 0;
    padding: 10px 0;
}
.custom-nav{
	justify-content: space-between
}
.custom-nav-item{
	display: flex;
    gap: 15px;
}
.header-left {
    display: flex;
    align-items: anchor-center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 15px;
}
.pay-icon{
	max-width: 10%;
}
.mobile-menu.show{
	height: 100vh
}
.btns {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 20px;
}
/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
	font-family: "Carrois Gothic SC", sans-serif ;
}

.nav__img {
  width: 32px;
  border-radius: 50%;
}

.nav__logo {
  color: var(--color1);
  font-weight: 600;
	font-family: "Carrois Gothic SC", sans-serif ;
}

.custom-nav a:hover {
  color: white;
  border: none;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #edf26b;
    font-weight: bolder;
}

@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    transition: .4s;
    z-index: 20;
	  font-family: "Carrois Gothic SC", sans-serif ;
  }
}

.nav__list, 
.nav__link {
  display: flex;
	font-family: "Carrois Gothic SC", sans-serif ;
}

.nav__link {
	font-size: 30px;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  font-weight: 600;
	    text-decoration: none;
}

.nav__list {
 padding-left: 0;
	    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
}

.nav__name {
text-decoration: none;
  color: white;
    font-size: 10px;
    /* display: none; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    /* position: absolute; */
    bottom: 8px;
    max-width: 55px;
    text-transform: uppercase;
	font-family: "Carrois Gothic SC", sans-serif ;
}


.nav__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: var(--color3);
  transition: .3s;
}

a {
    color:var(--color1);
    text-decoration: underline;
}
/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
  .nav__name {
    display: none;
  }
}

/* For medium devices */
@media screen and (min-width: 576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
}

@media screen and (min-width: 767px) {
  body {
    margin: 0;
  }
  .section {
    padding: 7rem 0 2rem;
  }
  .nav {
    height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
	  font-family: "Carrois Gothic SC", sans-serif ;
  }
  .nav__img {
    display: none;
  }
  .nav__icon {
    display: none;
  }
  .nav__name {
    font-size: var(--normal-font-size);
    /* display: block; */ /* Minimalist design, visible labels */
  }
  .nav__link:hover {
    color: var(--first-color);
  }


}

/* For large devices */
@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.arrows{
	display: flex;
	justify-content: flex-end;
	column-gap: 7.5px;
	    align-items: anchor-center;
	margin: 7.5px 0;
		
}
.d-flex.flex-row.bd-highlight.mb-3 {
    gap: 5px;
}
.title{
    display: flex;
    align-items: anchor-center;
	font-size: 14px;
	gap: 7.5px;
	font-family: "Carrois Gothic SC", sans-serif ;
}
.navbar-desktop {
    flex-direction: row;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
h3{
	font-size: 14px;
	    margin-bottom: 0;
}
.icon-name {
    font-family: "Carrois Gothic SC" !important;
}
a.nav-link.px-3.px-lg-2.icon-name-container.active {
	font-family: "Carrois Gothic SC" !important;
}
.icon-container{
	color: var(--color3) !important;
justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--color2);
	font-family: "Carrois Gothic SC", sans-serif ;
}
.btn-primary {
    color: var(--color1);
	  font-family: "Carrois Gothic SC", sans-serif ;
    background-color: var(--color3);
    border-color: var(--color3);
}

.btn-primary:hover {
    color: var(--color1);
	  font-family: "Carrois Gothic SC", sans-serif ;
    background-color: var(--color3) !important;
    border-color: var(--color3);
}

.card{
	border-radius: 10px;
}
.img-fluid{
  width: 149px;
  height:180px;
	border-radius: 10px;
}
.counter{
	color: #b4b4b4;
	display: flex;
	border-radius: 100px;
	background-color: #444447;
	font-size: 11px;
	padding: 2px;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.search1{
		display: none
	}
	.desktop-view{
		display: none
	}
	.pay-methods {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    row-gap: normal;
    display: grid;
    /* height: 20px; */
    /* align-items: anchor-center; */
    /* justify-content: center; */
}
	.pay-icon {
    max-width: max-content;
}
	.pay-methods2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    opacity: 0.5;
    filter: grayscale();
    /* width: 100%; */
    display: grid;
    height: auto;
    align-items: anchor-center;
    justify-content: center;
		font-family: "Carrois Gothic SC", sans-serif ;
    gap: 15px;
    row-gap: 0px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.search1{
		display: block
	}
	.thumbnails{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
    display: grid;
	column-gap: 10px;
	grid-row-gap: 10px
}
	.header{
		display: none
	}
	.desktop-view{
		display: block
	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}



/* Custom CSS */
.container {
  margin-top: 25px;
}

.carousel-indicators {
  margin-bottom: 6px;;
}

.carousel-indicators [data-bs-target] {
  width: 60px;
  height: 8px;
  margin: 0 6px;
}

.carousel-indicators .active {
  background-color: #e42421;
  opacity: 1;
  transform: scale(1.2);
}

.brandlogo-footer {
  width: 160px;
}

.brandlogo {
  width: 160px;
}

.returntop {
  position: sticky;
  left: 50%;
  right: 50%;
}

.wp-container {
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  max-width: 60px;
  max-height: 60px;
  transition: .2s ease-in-out;
}

.navbtn {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 15px 30px 15px;
  margin-right: 5px;
  border-radius: 24px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  border: none;
  transition-duration: .15s;
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
}

.navtbn-active {
  background-color: #e42421;
  color: #000;;
}

.iconme {
  color: #e42421;
  font-size: 18px;
  font-weight: bolder !important;
}

.iconme-active{
  color: #fff;
}

.flipped:hover i{
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  transform: rotateZ(360deg);
}

.sports-item {
  margin-right: 25px;
  height: 100px;
  width: 204px;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-shadow: 0 3px 6px #00000029;
  transition: transform .2s ease-in-out;
}

.sports-item a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sports-item img {
  display: block;
  object-fit: contain;
  max-width: 55%;
  max-height: 70%;
  height: 80px;
}

.bg-topbar {
  background-color: #fff;
  color: #000;
}

.header-block {
    display: flex;
    align-items: center;
    margin: 25px 0 8px;
    font-weight: 600;
    gap: 16px;
}

.header-block .block-title {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}

.header-block .block-title .txt-subtitle-2 {
    white-space: nowrap;
    text-transform: capitalize;
}

.txt-subtitle-2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;;
}

.menutop {
  margin: auto;
}

.menutop > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menutop > ul li {
  margin-right: 30px;
}

.btn-bgred {
  background-color: #e42421;
}

.footer-contact {
  color: #000;;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footerblock {
  border-top: 1px solid rgba(147, 149, 176, .3);
  padding-top: 40px;
}


.providerBoxLobby {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 130px;
  background-color: #543837 !important;
  width: 230px;
}

.providerBoxLobby img {
  display: block;
  max-width: 80%;
  max-height: 100%;
}

.providerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 100px;
  background-color: #e42421 !important;
  width: 204px;
}

.providerBox img {
  display: block;
  max-width: 80%;
  max-height: 100%;
}

.custom-modal-bg {
  background-color: #2b0104;
  font-family: Gordita, sans-serif;
  color: #fff;
}

.custom-modal-bg th{
  font-family: Gordita, sans-serif;
  color: #fff;
}
.custom-modal-bg td{
  font-family: Gordita, sans-serif;
  color: #fff;
}

.custom-h4 {
  font-size: 18px !important;
  font-weight: bolder !important;
  padding: 5px;
}

.desription {
  font-size: 18px;
  line-height: 30px;
  color: #000;;
  white-space: pre-wrap;
}

.accordion-header {
  background-color: #e7e7e7;
}

@media (max-width: 768px) {
  .header-left {
    width: 100%;
    margin-bottom: 0px;
  }
  #cajeroBtn {
    font-size: 12px;
  }
  nav#navbar_top {
    height: 60px;
  }
  .container {
    margin-top:0;
  }
  .brandlogo {
      width: 40px;
  }
  .btns {
    margin-bottom: 5px;
  }
  .carousel-item img {
    width: 360px;
    height: 220px;        /* adjust as needed */
    object-fit: cover;
  }
  .providerBoxLobby {
    height: 125px;
    width: 195px;
  }
}

.snap-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-left: 25px;
  margin-right: 25px;
}
.snap-carousel::-webkit-scrollbar {
  display: none;
}

/* items */
.snap-item {
  scroll-snap-align: start;
  flex: 0 0 25%;         /* 4 visible on mobile */
  height: 180px;
  background: #f1f1f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.game-animate {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.game-animate.show {
    opacity: 1;
    transform: translateY(0);
}


@media (min-width: 992px) {
  .snap-item {
    flex: 0 0 12.5%;     /* 8 visible on desktop */
  }
}

@media (max-width: 768px) {
  .snap-item .img-fluid {
    height: 130px;
  }
  .gamesGrid .snap-item {
    flex: 0 0 33% !important;
  }
  .gamesGrid .snap-item .img-fluid {
    height: 155px;
  }
}

/* ===== ARROWS ===== */
.snap-prev,
.snap-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 2px solid #ffc107;
  border-radius: 50%;
  background: rgba(228, 36, 33, .7) !important;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-decoration: none;
}

.snap-prev { left: 0; }
.snap-next { right: 0; }

#loginModal .modal-dialog {
	 background: transparent;
	 border-radius: 1rem;
}
#loginModal .modal-dialog .modal-content {
	 background: rgba(68, 57, 57, 0.8);
	 border-radius: 1rem;
	 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	 backdrop-filter: blur(6px) saturate(180%);
	 -webkit-backdrop-filter: blur(6px) saturate(180%);
	 border: 1px solid rgba(13, 10, 10, 0.8);
}
#loginModal .modal-dialog .modal-content .modal-header {
	 background: transparent;
	 border: none;
}
#loginModal  .modal-dialog .modal-content .modal-header .modal-title {
	 color: #fafafa;
}
#loginModal  .modal-dialog .modal-content .modal-body {
	 color: #fafafa;
}
#loginModal  .modal-dialog .modal-content .modal-footer {
	 background: transparent;
	 border: none;
}
#loginModal .modal-content {
  height: auto !important;
}

.auth-switch {
  width: 260px;
  margin:auto;
  font-family: var(--bs-font-sans-serif);
}

.auth-switch input {
  display: none;
}

.auth-switch label {
  position: relative;
  display: flex;
  background: #e9ecef;
  border-radius: 50px;
  padding: 5px;
  cursor: pointer;
  user-select: none;
  height: 50px;
  align-items: center;
}

.auth-switch .option {
  flex: 1;
  text-align: center;
  z-index: 2;
  font-weight: 600;
  color: #6c757d;
  transition: color 0.3s ease;
}

.auth-switch .slider {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 5px);
  height: 40px;
  background: #0d6efd;
  border-radius: 40px;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Checked = Login */
.auth-switch input:checked + label .slider {
  transform: translateX(100%);
}

.auth-switch input:checked + label .login {
  color: #fff;
}

.auth-switch input:not(:checked) + label .registro {
  color: #fff;
}

.auth-switch .slider {
  background: #2b0104; 
}

/* Text contrast on yellow */
.auth-switch input:checked + label .login,
.auth-switch input:not(:checked) + label .registro {
  color: #fff; 
}

.form-outline {
  position: relative;
  margin-top: 2rem;
}

/* Input */
.form-outline .form-control {
  padding: 1.1rem 1rem;
  border-radius: 16px;
  font-size: 1rem;
  background: #fff; /* input background */
}


/* Focus / filled */
.form-outline .form-control:focus + .form-label,
.form-outline .form-control:not(:placeholder-shown) + .form-label {
  color: #043277;
}

/* Make list items feel clickable */
#countryList .list-group-item {
  cursor: pointer;
  user-select: none;
}
#countryList .list-group-item:hover {
  background: rgba(0,0,0,.04);
}

.promotions-card {
    height: 480px;
    width: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .2s;
}

.modal#statusSuccessModal .modal-content, 
.modal#statusErrorsModal .modal-content {
	border-radius: 30px;
}
.modal#statusSuccessModal .modal-content svg, 
.modal#statusErrorsModal .modal-content svg {
	width: 100px; 
	display: block; 
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content .path, 
.modal#statusErrorsModal .modal-content .path {
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.modal#statusSuccessModal .modal-content .path.circle, 
.modal#statusErrorsModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.modal#statusSuccessModal .modal-content .path.line, 
.modal#statusErrorsModal .modal-content .path.line {
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#statusSuccessModal .modal-content .path.check, 
.modal#statusErrorsModal .modal-content .path.check {
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

input.balance-txt {
    color: #1e1e1e;
    font-weight: 600;
}


.menu {
    position: absolute;
    top: calc(100% + -5px);
    width: 230px;
    margin-right: 10px;
    min-height: 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: -1;
}

.menu::before {
  background: rgba(68, 57, 57, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px) saturate(180%);
  -webkit-backdrop-filter: blur(6px) saturate(180%);
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* profile menu links */

.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
}

.menu ul {
  background: rgba(68, 57, 57, 0.8);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px) saturate(180%);
  -webkit-backdrop-filter: blur(6px) saturate(180%);
  border: 1px solid rgba(13, 10, 10, 0.8);
}

.menu ul li {
    list-style: none;
}

.menu ul li:hover {
    border-bottom: 1px solid black;
}

.menu ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.menu ul li a i {
    font-size: 1.2em;
}

.modal.left .modal-dialog {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

.modal.left .modal-body{
  padding:0;
}

.modal.left .modal-dialog.modal-sm {
	max-width:330px;
}

.modal.left .modal-content, .modal.right .modal-content {
	min-height:100vh;
	border:0;
}

.modal.left .flipped {
  font-size: 21px;
  font-weight: 450;
  color: #1e1e1e;
  cursor: pointer;
  padding: 0 !important;
  margin-bottom: 10px;
}

.sidebar-btn {
  padding: 10px 24px 8px;
  background-color: #e42421;
  color: #000;;
  margin-right: 5px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  border: none;
}

.sidebar-btn:hover {
  color: #000;;
}

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.product-iframe {
  width: 100%;
  border: 0;
  height: calc(100dvh - 62px) !important;
}
#iframeLoader {
  transition: opacity .2s ease;
}
#loaderImg3d{
  display:inline-block;
  transform-style: preserve-3d;
  animation: coinSpin 0.9s linear infinite;
}

@keyframes coinSpin{
  from { transform: perspective(700px) rotateY(0deg); }
  to   { transform: perspective(700px) rotateY(360deg); }
}

.play-card {
  overflow: hidden;
}

/* overlay hidden by default */
.play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* show on hover */
.play-card:hover .play-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* 🔵 circular button */
.play-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #e02f4fe6;     
  color: #000;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
  cursor: pointer;
  transition: transform .2s ease;
}

.play-circle:hover {
  transform: scale(1.1);
}

/* lock page scroll */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* iframe must be scrollable */
.iframe-only-scroll {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: auto;
}

/* Reports */
.card-wrap {
    border-radius: 14px;
    overflow: hidden;
}

.title-bar {
    background: #c61b24;
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    padding: 18px 12px;
    text-transform: uppercase;
}

.table thead th {
    white-space: nowrap;
}

.dt-buttons .btn {
    margin-right: .35rem;
}

@media (max-width: 576px) {
    .title-bar {
        font-size: 22px;
    }
}
/* Reports */

/*search game input*/
.search-wrapper {
    position: relative;
    max-width: 700px;
    margin: 20px auto;
}

.search-input {
    width: 100%;
    padding: 14px 45px 14px 45px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.15);
    background: #2a0000; /* rojo oscuro sólido */
    backdrop-filter: none;
    color: #fff;
    font-size: 15px;
    backdrop-filter: blur(10px);
    transition: all .3s ease;
}

.search-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.search-input:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 0 3px rgba(0,255,136,0.15);
    background: rgba(255,255,255,0.08);
}

/* Icon left */
.search-icon{
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;           /* 👈 importante */
  pointer-events: none; /* no estorba el click */
  font-size: 14px;
}

/* Clear button */
.search-clear {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    cursor: pointer;
    display: none;
}

.search-clear:hover {
    color: #ff4d4d;
}
.search-wrapper {
    animation: fadeIn .4s ease-in-out;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*search game input*/

.logomobile {
  width:50px;
}