  @font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-VariableFont_wght.ttf') format('truetype');
  }

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #78829D;
  --bs-gray-dark: #252F4A;
  --bs-gray-100: #F9F9F9;
  --bs-gray-200: #F1F1F4;
  --bs-gray-300: #DBDFE9;
  --bs-gray-400: #C4CADA;
  --bs-gray-500: #99A1B7;
  --bs-gray-600: #78829D;
  --bs-gray-700: #4B5675;
  --bs-gray-800: #252F4A;
  --bs-gray-900: #071437;
  --bs-light: #F9F9F9;
  --bs-primary: #1B84FF;
  --bs-secondary: #F1F1F4;
  --bs-success: #17C653;
  --bs-info: #7239EA;
  --bs-warning: #F6C000;
  --bs-danger: #F8285A;
  --bs-dark: #1E2129;
  --bs-light-rgb: 249, 249, 249;
  --bs-primary-rgb: 27, 132, 255;
  --bs-secondary-rgb: 241, 241, 244;
  --bs-success-rgb: 23, 198, 83;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 246, 192, 0;
  --bs-danger-rgb: 248, 40, 90;
  --bs-dark-rgb: 30, 33, 41;
  --bs-primary-text-emphasis: #0b3566;
  --bs-secondary-text-emphasis: #606062;
  --bs-success-text-emphasis: #094f21;
  --bs-info-text-emphasis: #2e175e;
  --bs-warning-text-emphasis: #624d00;
  --bs-danger-text-emphasis: #631024;
  --bs-light-text-emphasis: #4B5675;
  --bs-dark-text-emphasis: #4B5675;
  --bs-primary-bg-subtle: #d1e6ff;
  --bs-secondary-bg-subtle: #fcfcfd;
  --bs-success-bg-subtle: #d1f4dd;
  --bs-info-bg-subtle: #e3d7fb;
  --bs-warning-bg-subtle: #fdf2cc;
  --bs-danger-bg-subtle: #fed4de;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #C4CADA;
  --bs-primary-border-subtle: #a4ceff;
  --bs-secondary-border-subtle: #f9f9fb;
  --bs-success-border-subtle: #a2e8ba;
  --bs-info-border-subtle: #c7b0f7;
  --bs-warning-border-subtle: #fbe699;
  --bs-danger-border-subtle: #fca9bd;
  --bs-light-border-subtle: #F1F1F4;
  --bs-dark-border-subtle: #99A1B7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Inter, Helvetica, "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #071437;
  --bs-body-color-rgb: 7, 20, 55;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(7, 20, 55, 0.75);
  --bs-secondary-color-rgb: 7, 20, 55;
  --bs-secondary-bg: #F1F1F4;
  --bs-secondary-bg-rgb: 241, 241, 244;
  --bs-tertiary-color: rgba(7, 20, 55, 0.5);
  --bs-tertiary-color-rgb: 7, 20, 55;
  --bs-tertiary-bg: #F9F9F9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: #071437;
  --bs-link-color: #1B84FF;
  --bs-link-color-rgb: 27, 132, 255;
  --bs-link-decoration: none;
  --bs-link-hover-color: #056EE9;
  --bs-link-hover-color-rgb: 5, 110, 233;
  --bs-link-hover-decoration: none;
  --bs-code-color: #b93993;
  --bs-highlight-color: #071437;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F1F1F4;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.475rem;
  --bs-border-radius-sm: 0.425rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27, 132, 255, 0.25);
  --bs-form-valid-color: #17C653;
  --bs-form-valid-border-color: #17C653;
  --bs-form-invalid-color: #F8285A;
  --bs-form-invalid-border-color: #F8285A;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
background-color: #6A3327; 
}

::-webkit-scrollbar-thumb {
background-color: var(--color1); 
border-radius: 0; 
}

::-webkit-scrollbar-thumb:hover {
background-color: var(--color1);
}

::-webkit-scrollbar-corner {
background-color: #f1f1f1;
}


body {
    background-color: var(--color3);
    font-family: "Exo 2", Arial, sans-serif;
    overflow-x:hidden;
}

#wrapper {
    display:flex;
    flex-direction:column;
    gap:0;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}

.header {
    height:50px;
    background-color:rgba(0,0,0,0.5);
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:space-between;
    color:#fff;
}

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

.header_menu {
    min-width:100px;
    height:100%;
}

.header_menu {
    list-style-type: none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0;
    height:100%;
    margin-left:-50px;
    font-size:11pt;
}

.header_menu li {
    min-width:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    text-align:center;
    cursor:pointer;
    font-weight:bold;
    transition: all 150ms ease-in-out;
    border-bottom:2px solid rgba(0,0,0,0);
    padding:0 8px;
}

.header_menu li:hover, .header_menu .active {
    border-bottom:2px solid var(--color1);
    background-color:rgba(255,255,255,0.1);
    color:var(--color1);
}

.header_menu li a {
    color:#fff;
    text-decoration:none;
}

.header_user_action {
    padding:10px;
    font-size:10pt;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
}

.header_button {
    cursor: pointer;
    text-decoration: none;
    background-color: var(--color1);
    border-radius: 5px;
    color: var(--color2);
    padding:9px 24px;
    text-align:center;
    text-transform:uppercase;
    font-size:9pt;
    font-weight:bold;
    transition: all 150ms ease-in-out;
    margin-right:5px;
}

.header_button:hover {
    color:var(--color1);
    background-color:var(--color2);
}

#nav-icon3 {
    width: 25px;
    height: 45px;
    position: relative;
    top:0;
    margin-top:0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
 }

  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 8px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 16px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }


#header_menu_mobile_container {
   display:none;
   position:absolute;
   top:50px;
   width:100%;
   height:100%;
   z-index:2;
   background-color:rgba(0,0,0,0.8);
}

.header_menu_mobile_ext {
    display:block !important;
}

#header_menu_mobile {
    display:flex;
    position:absolute;
    top:0;
    width:70%;
    height:100%;
    right:0;
    background-color:var(--color3);
    z-index:3;  
    flex-direction:column;
    align-items:flex-start;
    justify-content: start;
}

#header_menu_mobile div.flex  {
  display:flex;
  flex-direction:row;
  align-items:center;
  padding-left:12px;
}


#header_menu_mobile a:nth-child(2n+1) {
    background-color: #252b3f
  }

#header_menu_mobile a {
    color:#fff;
    text-decoration:none;
    font-size:10pt; 
    width:100%;
    border-bottom:1px solid rgba(255,255,255,0.1);
    padding-top:8px;
    padding-bottom:8px;
}

#header_menu_mobile a img {
    height:30px;
    filter:invert();
    margin-right:5px;
}

nav {
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20pt;
    padding:10px;
    width:100%;
}

main {
    display:flex;
    align-items:center;
    justify-content:start;
    flex-direction:column;
    color:#000;
    font-size:30pt;
    background-color:#000;
    text-align:center;
    padding:0 20px;
    padding-bottom:10px;
}

.title {
    width:100%;
    padding: 10px 0;
    display:flex;
    align-items: center;
    justify-content:center;
    gap:10px;
    font-size:12pt;
    color:#fff;
    font-weight:bold;
}

.title h3 {
    display:flex;
    justify-content: center;

}

.title:before,
.title:after {
    content: "";
    position: relative;
    width:100%;
    height: 2px;
    flex: 1;
    background-color: var(--color1);
}

.title:before {
    background: linear-gradient(to right, var(--color3), var(--color1));
}

.title:after {
    background: linear-gradient(to left, var(--color3), var(--color1));
}

.main_sections {
    display:flex;
    align-items:start;
    justify-content:space-between;
    color:#fff;
    padding:30px;
    width:100%;
}

.main_sections div {
    width:33.2%;
    position:relative;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    
    transition:all 100ms ease-in-out;
}

.main_sections div img {
    width:100%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

.main_sections div a {
    width:85%;
    bottom:5px;
    position:absolute;
    padding:7px 4px;
    margin-bottom:20px;
    background-color:var(--color1);
    text-decoration:none;
    color:#fff;
    font-size:12pt;
    border-radius:5px;
    text-transform:uppercase;
    font-weight:bold;
    transition:all 100ms ease-in-out;
    letter-spacing: -0.2px;
}

.main_sections div a:hover {
   background-color:var(--color3);
   color:var(--color1);
}

.header_menu_mobile {
    display:none;
    text-align:center;
    background-color:#555;
    padding:5px;
    border-radius:5px;
    margin-left:5px;
    font-size:6pt;
    height:30px;
}

.games {
    display:flex;
    justify-content:Center;
    align-items:center;
    margin-top:5px;
}

.games .swiper-slide  {
    width:auto;
    
}

.games .swiper-slide img {
    width:181px;
    border-radius:10px;
    display:flex;
    margin:0;
}

.games .swiper-button-prev::after {
   font-size:24pt; 
   border-radius:10px;
   margin-left:15px;
   background-color:rgba(0,0,0,0.5);
   padding:10px;
}

.games .swiper-button-next::after {
   font-size:24pt; 
   border-radius:10px;
   margin-right:15px;
   background-color:rgba(0,0,0,0.5);
   padding:10px;
}



#providers {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:95%;
}


#providers a.providers_button {
    width:10%;
    min-width:100px;
    height:50px;
    font-size:12pt;
    text-decoration:none;
    color:#fff;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    background-color:#000;
}

#providers a.providers_button:hover {
    background-color:var(--color1);
}

#providers a img:hover {
    outline: 1px solid var(--color1);
}

#providers a img:hover {
    outline: 1px solid var(--color1);
}

#providers a {
    text-align:center;
    text-decoration:none;
}

#providers a:hover > img {
    outline: 1px solid var(--color1);
}

#providers a:hover > span {
    color: var(--color1);
}


#providers a img {
    width:40px;
    height:40px;
    border-radius:50%;
    border:8px solid #000;
    background-color:#000;
    transition: all 200ms ease-in-out;
}

#providers a span {
    color:#fff;
    text-decoration:none;
    font-size:8pt;
    display:block;
    transition: all 200ms ease-in-out;
}


#providers_mobile {
    display: none;
    gap:5px;
    width:100%;
    justify-content:center;
    align-items:center;
    flex-direction: row;
    
}

#providers_mobile form {
    width:50%;
    position:relative;
}

#providers_mobile form i {
    position:absolute;
    top:10px;
    left:5px;
    color:#ccc;
    font-size:10pt;
}

#providers_mobile form input {
    height:35px;
    width:100%;
    background-color: #000;
    border-radius:5px;
    padding:10px;
    padding-left:30px;
    color:#fff;
    border:0;
    font-size:10pt;
    display:flex;
}

#providers_mobile a {
    width:50%;
    background-color: var(--color3);
    height:35px;
    border-radius:5px;
    color:#fff;
    font-size:10pt;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content: center;
    padding:5px;
    background-color:#000;
}

#providers_mobile a img {
    height:20px;
    display:flex;
    margin-right:3px;
    filter: invert();
}

#footer {
    display:flex;
    align-items:start;
    justify-content:space-between;
    color:#fff;
    padding:30px;
    font-size:10pt;
    border-top:1px solid var(--color1);
    background-color:var(--color4);
}

#footer .footerLogoImg img {
    width:200px;
}

#footer .footerImg img {
    width:35px;
}

#footer .footerLinks {
    width:50%;
}

#footer .footerLinks ul {
    list-style:none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#footer .footerLinks ul li {
    margin-bottom:10px;
}


#footer .footerLinks a {
    color:#fff;
    text-decoration:none;
}

#footer .footerLinks a:hover {
    color:var(--color1);
}

.providers_button {
    cursor:pointer;
}

.modal-container {
    display:none;
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra el modal */
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index:999999;
}

.container-center {
  display: grid !important;
  place-items: center;
}

.modal {
    width:30%;
    background-color:var(--color3);
    border-radius:5px;
    max-height:90%;
    overflow-y: auto;
}

.modal2 {
    width:400px;
    background-color:var(--color3);
    border-radius:15px;
    max-height:90%;
    font-size:14pt;
}

.modal3 {
    width:400px;
    background-color:var(--color3);
    border-radius:15px;
    max-height:90%;
    font-size:14pt;
}

.modal3-body {
    margin:0 auto;
}

.modal3-body form input {
    display:block;
    width:90%;
    margin:0 auto;
    margin-bottom:10px;
    padding:10px;
    border:0;
    background-color:var(--color4);
    color:#fff;
    border-radius:5px;
    border:1px solid var(--color1);
}

.modal3-body form input:focus {
  background-color:#fff;
  color:#000;
}


.modal2-body, .modal3-body {
    width:100%;
    display:block;
    padding:20px;
    color:#fff;
    padding:30px;
    padding-bottom:40px;
}

.disabled-button {
  background-color: grey !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.enabled-button {
  background-color: var(--color1) !important; /* Ajusta esto al color que desees */
  cursor: pointer !important;
}

button#modalLogin_iniciarSesion {
    background-color: var(--color1);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14pt;
}

/* Estilo aplicado durante el zoom */
#formLogin.zoomed {
  transform: scale(1.3); /* Zoom */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

/* Estilo general para enlaces */
.modal-container a {
  color: red; 
  text-decoration: underline;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-input {
  margin-right: 10px;
}

.no-style-links .redirect-link {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}

button#modalRegister_iniciarSesion {
  background-color: var(--color1);
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
  font-size: 14pt;
}

form.popup.content {
  overflow: auto;
  padding: 1.875rem 5rem 3rem;
  background-color: #161418;
  width: 66.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .625rem;
  border: none;
}

.modal2-body a, .modal3-body a {
 background-color:var(--color1);
 color:#fff;
 text-decoration:none;
 padding:5px 15px;
 border-radius:5px;
 margin:0 auto;
 margin-top:25px;
 cursor:pointer;
}

.modal-header {
    color:#fff;
    background-color:#555;
    padding:10px;
    text-align:right;
    position:sticky;
    top:0;
    width:100%;
}

.modal2-header {
    color:#fff;
    text-align:right;
    position:sticky;
    top:0;
    width:100%;
}

.modal-header a {
    color:#fff;
    text-decoration:none;
    padding:5px;
}

.modal-body ul {
    color:#fff;
    list-style: none;
}

.modal-body li {
    padding:5px 17px;
    display:flex;
    align-items: center;
    border-radius:5px;
    padding-inline:10px;
    margin:2%;
    cursor:pointer;
    width:96%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.modal-body li.hot {
    background-color:var(--color4);
}

.modal-body li:hover {
    background-color:var(--color1);
}

.modal-body li:hover > img.providers_hot {
    filter: brightness(2);
}

.modal-body li span {
    color:#fff;
    width:100%;
}

.modal-body li img.providers_icon {
    height:35px;
    width:35px;
    background-color:#000;
    border-radius:50%;
    padding:5px;
    margin-right:8px;
}

.modal-body li img.providers_hot {
    height:30px;
    float:right;
}

.modal_cerrar {
    border-radius:5px;
    cursor: pointer;
}

.botonSoporte {
    font-size:22pt;
    margin-right:4px;
    color:var(--color1);
    cursor:pointer;
    transition:all 200ms ease-in-out;
}

.botonSoporte:hover {
    color:#fff;
}

.flash-message {
    position: absolute;
    margin-bottom: 10px;
    display: flex;
    align-items:center;
    justify-content:center;
    background-color:#333;
    color: var(--color1);
    right:8px;
    top:8px;
    min-width:350px;
    padding:20px;
    color:#fff;
    z-index:999999;
    border:1px solid var(--color1);
    border-radius:3px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.fade-out {
    opacity: 0;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color1);
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.3s linear;
}

.saldo {
    font-size:10pt;
}

.walletCur {
    color: var(--color1);
    margin-left:3px;
    margin-right:3px;
}



  
  button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 2rem;
    color:var(--color1);
    padding:3px;
    border-radius:3px;
  }

  button.close:hover {
    background-color:var(--color1);
    color:#fff;
  }



/* FOOTER ITEMS */


  .footerItems {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .footerTitle {
    border-bottom: 1px solid #999;
    width: 90%;
    margin-left: 5%;
    color:#fff;
    margin-top:20px;
  }
  
  .footerTitle h2 {
    font-size: 24px;
    font-weight: 600;
  }
  
  .footerLogo {
    display: flex;
    justify-content: center;
    margin-top: 3%;
  }
  
  .footerLogo img {
    width: 250px;
  }
  
  .footerInfo {
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .footerInfo p {
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
  }
  
  .footerInfo p:first-child {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  
  .footerInfo p:last-child {
    margin-bottom: 50px;
  }
  

  .kycPoliciesTable {
    border: 1px solid #ffffff;
  }
  
  .kycPoliciesTable td {
    border-top: 1pt solid gainsboro;
    border-right: 1pt solid gainsboro;
    border-bottom: 1pt solid gainsboro;
    padding: 2%;
  }
  
  .h4Title {
    margin-top: 30px;
  }
  
  h4 {
    margin-top: 30px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
  }
  
  .footerInfo ul {
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
  }
  
  .footerInfo ol {
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
  }
  
  #button-up {
    width: 60px;
    height: 60px;
    background-color: #ff5722;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
    transform: scale(0);
    float: right;
  }
  
  #button-up:hover {
    transform: scale(1.1);
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  /* RESPONSIVE */
  
  @media screen and (max-width: 650px) {
    #button-up {
      right: 15px;
    }
  }
  
  @media screen and (max-width: 992px) {
    footer {
      flex-direction: column;
    }
  
    .footerLogo img {
        width:160px;
    }
  
    .footerItems {
      width: 100%;
    }
  
    .footerLogo {
      margin-bottom: 20px;
    }

    .sidebar {
      flex-direction: column;
    }
  
    .support {
      margin-bottom: 30px;
    }
  }

.header_user_info {
    cursor:pointer;
}

.header_user_action:hover .header_menu_mini {
    display:block;
}

@media (max-width: 767px) {
    .header_menu_mini {
        display:none !important;
    }
}

.g-recaptcha{
  margin: 15px auto !important;
  width: auto !important;
  height: auto !important;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: -ms-center;
}

.header_menu_mini {
    cursor:pointer;
    width:180px;
    background-color:var(--color3);
    position:absolute;
    z-index:2;
    top:51px;
    right:0;
    display:none;
}

.header_menu_mini ul {
    list-style-type: none;
}

.header_menu_mini ul li {
    padding:10px;
    width:100%;
}

.header_menu_mini ul li a {
    color:#fff;
    text-decoration:none;
    display: flex;
    align-items: center;
}

.header_menu_mini ul li a img {
    width:20px;
    height:20px;
    margin-right:10px;
    filter:invert(1);
}

.header_menu_mini ul li:hover {
    background-color:var(--color1);
    color:#fff;
}

.header_menu_mini:hover {
    display:block;
}



#popup_container {
  min-height:100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top:20px;
  box-sizing:border-box;
  min-width:100vw;
  position:absolute;
  inset:0;
  z-index:99;
  background-color:rgba(0,0,0,0.5);
}

#popup {
  position:relative;
  min-height:60dvh;
  text-align:center;
  
}

#popup_cerrar {
  position:absolute;
  bottom:0;
  width:100%;
  text-align:center;
  background-color:#999;
  padding:10px;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  font-size:14pt;
}

#popup_cerrar:hover {
    background-color:#666;
}

.disable-scroll {
    overflow-y: hidden;
}

#popup_img_desk {
    width:100%;
}

#popup_img_mobile {
    height:100%;
    width:100%;
}

@media (orientation: portrait) {
    #popup_img_desk { display:none; }
    #popup_img_mobile { display:inline !important; }
    #popup { width: 75dvw; }
}

/* Start Launcher */

@-webkit-keyframes spinner-border {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.modal-launch-game .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.modal-launch-game{
  position: fixed!important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1050 !important;
  overflow: hidden!important;
  outline: 0 !important;
  width: 100%;
  display: flex;
  overflow: hidden; 
  background-color: rgba(2,15,29); 
  /*transform: translate(-50%, -50%);*/
}

.modal-launch-game .modal-dialog, .modal-launch-game .modal-content, .modal-launch-game .modal-body{
  height: 100% !important;
}

.modal-launch-game .modal-content{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.modal-launch-game .modal-header{
  padding: 0; 
  order: 2; 
  flex-direction: column; 
  justify-content: flex-start; 
  position: absolute; 
  top: 15px; 
  z-index: 999; 
  right: 0; 
  background: inherit;
  /*background-color: rgba(2,15,29) !important;*/
}

.modal-launch-game .loading-page{
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

.modal-launch-game .loading-page .spinner-border{
  color: var(--color1) !important;
  z-index: 12;
}

.content-to-hide {
  display: inline-block; /* Para que solo el ícono ocupe su tamaño */
}

.modal-launch-game #btnCloseGame{
  cursor: pointer;
  z-index: 10000;
}

.d-none{
  display: none !important;
}

.modal-launch-game #div-iframe{
  z-index: 500;
  overflow-y: hidden;
  width:100%;
  height:100%;
  position: relative;
}

.modal-launch-game #iframe-game{
  width:100%;
  height:100%;
  position: relative;
}

@media (max-width: 767px) {                  
.content-to-hide {
   display: none;
}
}
/* End Launcher */

/* Game search box */
#di_busqueda form input{
  height: 35px;
  background-color: #000;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 10pt;
  background-color: var(--color3);
  padding-left: 43px;
  border-radius: 5px;
}


#di_busqueda #forBuscaJJ{
  width: 50%;
  position: relative;
}


#di_busqueda #forBuscaJJ i {
  position: absolute;
  top: 25px;
  left: 5px;
  color: #ccc;
  font-size: 15pt;
  color:#fff;
}

/* End search box */


.currency-container {
  margin-bottom: 15px; /* Espacio debajo del selector */
  padding: 10px;
}

.currency-container label {
  display: block;
  margin-bottom: 5px; /* Espacio entre el label y el select */
}

.currency-container select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.password-container {
  position: relative;
}

.password-container input {
  width: 100%;
  padding-right: 30px; /* Añade espacio para el ícono */
}

.tooltip-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #555;
}

.tooltip-text {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%; /* Posiciona el tooltip arriba del ícono */
  left: 50%;
  margin-left: -125px; /* Centra el tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* En la parte inferior del tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-icon:hover + .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.alert-danger {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
  background-color: #f8d7da;
  color: #721c24;
}

/* Alerts */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-danger ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-light {
  color: var(--bs-light);
  border-color: var(--bs-light);
  background-color: var(--bs-light-light);
}
.alert-light .alert-link {
  color: var(--bs-light);
}

.alert-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-light);
}
.alert-primary .alert-link {
  color: var(--bs-primary);
}

.alert-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-light);
}
.alert-secondary .alert-link {
  color: var(--bs-secondary);
}

.alert-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: var(--bs-success-light);
}
.alert-success .alert-link {
  color: var(--bs-success);
}

.alert-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
  background-color: var(--bs-info-light);
}
.alert-info .alert-link {
  color: var(--bs-info);
}

.alert-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning-light);
}
.alert-warning .alert-link {
  color: var(--bs-warning);
}

.alert-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger-light);
}
.alert-danger .alert-link {
  color: var(--bs-danger);
}

.alert-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark-light);
}
.alert-dark .alert-link {
  color: var(--bs-dark);
}


/**/
.custom-modal-container {
  display:none;
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra el modal */
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index:999999;
}

.custom-modal-launch-game .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.custom-modal-launch-game{
  position: fixed!important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
  overflow: hidden!important;
  outline: 0 !important;
  width: 100%;
  display: flex;
  overflow: hidden; 
  background-color: rgba(2,15,29); 
  /*transform: translate(-50%, -50%);*/
}

.custom-modal-launch-game .custom-modal-dialog, .custom-modal-launch-game .custom-modal-content, .custom-modal-launch-game .custom-modal-body{
  height: 100% !important;
}

.custom-modal-launch-game .custom-modal-content{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.custom-modal-launch-game .custom-modal-header{
  padding: 0; 
  order: 2; 
  flex-direction: column; 
  justify-content: flex-start; 
  position: absolute; 
  top: 15px; 
  z-index: 99999; 
  right: 1%; 
  background: inherit;
}

.custom-modal-launch-game .loading-page{
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

.custom-modal-launch-game .loading-page .spinner-border{
  color: var(--color1) !important;
  z-index: 12;
}

.custom-modal-launch-game #btnCloseGame{
  cursor: pointer;
  z-index: 10000;
}

.custom-modal-launch-game #div-iframe{
  z-index: 500;
  overflow-y: hidden;
  width:100%;
  height:100%;
  position: relative;
}

.custom-modal-launch-game #iframe-game{
  width:100%;
  height:100%;
  position: relative;
}