
input[name="bonusCode"]:not([style]) {
  background-color: #fff;
  color: white;
}

a {
    color:#019cd4;
}
ol {
    list-style-position: inside;
}
/*LOBBY CUADRICULA*/
    .boxGame__tags span {
        border-top: 1px solid rgb(255 255 255 / 20%);
        border-right: 1px solid rgb(255 255 255 / 20%);
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        border-radius: 0px 4px 4px 0px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
        min-width: 64px;
        text-align: center;
    }
.boxGame__content {
    overflow: hidden;
    border-radius: 0px;
}
.gameName {
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color:black;
}
.lobbyGames__boxGame:hover {
    transform: scale(1.02);
}
    .lobbyGames__boxGame {
        overflow: initial;
        cursor: default;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
        transition: 250ms all;
    }
    .lobbyGames__boxGame::before {
        display: none;
    }
    .lobbyGames__boxGame .boxGame__tags {
        transition: opacity 0.2s ease-in-out;
        left: -5px;
    }
    .lobbyGames__boxGame:hover .boxGame__tags {
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }
    .lobbyGames__boxGame .boxGame__content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 142px;
        opacity: 0;
        z-index: 10;
        background-color: rgba(17,17,17,0.8);
        transition: opacity .2s ease-in-out;
    }
    .lobbyGames__boxGame:hover .boxGame__content::before {
        opacity: 1;
    }
    .boxGame__tags {
        z-index: 9;
    }
    .boxGame__buttons {
        z-index: 11;
        top: 0;
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }
    .lobbyGames__boxGame:hover .boxGame__buttons {
        opacity: 1;
        transition: opacity .2s ease-in-out;
    }
    .boxGame__buttons a.btn--primary, 
    .boxGame__buttons a.btn--secondary {
        padding: 6px 10px;
        border-radius: 4px;
        font-size: 0.9em;
    }
    .boxGame__buttons a:hover {
        color: #d8d8d8;
    }
    .boxGame__img {
        height: 142px;
    }
    .boxGame__img picture {
        transform: none !important;
        height: 122px !important;
    }
    .boxGame__img img {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .lobbyGames__boxGame:hover img, .lobbyGames__boxGame:hover picture{
        transform: scale(1) !important;
        transition: none !important;
    }
    
    .lobbySection {
    width: 100%;
    margin-bottom: 50px;
}
.boxGame__heart {
    z-index: 21;
}
.lobbySection .lobbyGames {
    background: #292525;
    padding: 10px;
}
.boxGame__content {
    min-height: 180px;
    min-width: 180px;
    background: rgb(255 255 255 / 20%);
}
.lobbyGames__boxGame:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 162 255);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,162,255,1);
    box-shadow: 0px 0px 20px 0px rgb(0 162 255);
    transform: scale(1);
}
.playButton {
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px 8px 4px;
    line-height: 1em;
    position: absolute;
    top: 47px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.playButton:before {
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f00 50%);
    width: 20px;
    position: absolute;
    height: 36px;
    top: 0px;
    left: -20px;
}
.playButton:after {
    content: "";
    background: linear-gradient(to left top, transparent 49%, #f00 50%);
    width: 20px;
    position: absolute;
    height: 36px;
    top: 0px;
    right: -20px;
}
.infoButtons {
    position: absolute;
    width: 100%;
    height: 58px;
    background: #fff;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.infoButtons img {
    width: 30px !important;
    height: 30px !important;
}
.infoButtons a {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 10px;
}
.infoButtons .heart {
    filter: invert(1);
}

/*LOBBY NETFLIX*/
.lobbyslider {
    padding: 0px 36px;
    height: 160px;
}
.lobbyslider>div {
    min-height: 140px;
    min-width: 220px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    margin: 0px 8px;
}
.lobbyslider>div:hover {
    transform: scale(1.02);
    margin: 0px 8px;
}
.lobbyslider>div:hover .gamebuttons {
    display: flex;
}
span.lobbyslider-flechal {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
    width: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
span.lobbyslider-flechar {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
    width: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
span.lobbyslider-flechar span, span.lobbyslider-flechal span {
    background: #005173;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 4px;
}
.gamebuttons {
    background-color: rgba(17,17,17,0.8);
    cursor: default;
    border-radius: 6px;
}
.gamebuttons .btn--secondary, .gamebuttons .btn--primary {
    padding: 10px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}
.gamebuttons a:hover {
    color: #d8d8d8;
}

/* GENERAL */
html{
    font-size: 16px;
}

h1{
    font-size: 26px;
}

h2, h2.type2{
    font-size: 18px;
}

h3, h3.type2{
    font-size: 16px;
}


.txtup{
    text-transform: uppercase;
}
.white-text {
    color: #fff;
}

/* HEADER */
header .header-prenav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
}

.prenav-menu {
    display: flex;
    font-size: 14px;
    margin-left: 30px;
}

header .header-prenav .prenav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
    color: #fff;
    text-decoration: none;
}
header .header-prenav .prenav-menu a img {
    width: 26px;
    margin-right: 4px;
}

.prenav-user {
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.prenav-user input {
    border: 2px solid #019CD4;
    width: 125px;
    height: 28px;
    padding: 5px;
    border-radius: 0;
    background: #fff;
    color: black !important;
    margin: 0px 2px;
    line-height: 1em;
    font-size: 12px;
}
.prenav-user #login_button {
    padding: 1px 6px;
    border-radius: 0;
    background: #019CD4;
    line-height: 1em;
}
.prenav-user .btn--register, .mobile-block .btn--register {
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px 8px 4px;
    line-height: 1em;
    margin-right: 8px;
}
.btn--primary.btn--register {
    background: red;
    border: 0 !important;
    border-radius: 0;
    width: 100%;
    padding: 8px;
    margin-top: 20px;
}
.prenav-user .btn--register:before, .mobile-block .btn--register:before {
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f00 50%);
    width: 20px;
    position: absolute;
    height: 28px;
    top: 0;
    left: -20px;
}
.mobile-block .btn--register.mobile:before {
    height: 28px;
}
.prenav-user input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #5f5f5f;
        text-transform:capitalize;
        opacity: 1; /* Firefox */
}
.prenav-user input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #5f5f5f;
        text-transform:capitalize;
}
.prenav-user input::-ms-input-placeholder { /* Microsoft Edge */
        color: #5f5f5f;
        text-transform:capitalize;
}
a.forgot-link {
    position: absolute;
    bottom: -28px;
    right: 0;
    color: #fff;
    text-decoration: none;
}
a.forgot-link:hover {
    text-decoration: underline;
    color: #fff;
}
#loginForm_aside {
    display: flex;
    align-items: center;
}
.social-nav {
    position: absolute;
    right: 30px;
    bottom: -8px;
}
.social-nav img {
    width: 20px;
    height: 20px;
}
.social-nav img:hover {
    opacity: 0.5;
}
.social-nav a {
    margin-left: 8px;
}
.header-content {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 0px;
}
.header-content .header__logo {
    margin: 0px;
    width: 161px;
    display: flex;
    align-items: center;
}
nav#header-nav {
    margin: auto;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav#header-nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 12px;
    font-weight: bold;
    font-family: 'Droid Sans', sans-serif;
}
nav#header-nav a:hover {
    color: #0cf;
}
#floatMobileMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    height: 60px;
    background: #000;
    display: none;
}
@media(max-width:1000px){
    .prenav-menu {
        display: none;
    }
    .header-prenav {
        justify-content: flex-end !important;
    }
    header nav, .header__btns {
        display: none !important;
    }
    #floatMobileMenu {
        display: flex !important;
    }
}

@media(max-width:768px){
    header.flex--between {
        height: 80px;
    }
    .prenav-user {
        display: none;
    }
    .social-nav {
        display: none;
    }
}
.mobile-block {
    position: absolute;
    display: none;
    right: 25px;
}
.mobile-block .forgot-link {
    white-space: nowrap;
}
.mobile-block div {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.mobile-block div a {
    display: flex;
    align-items: center;
}
.mobile-block div a img {
    filter: invert(1);
}
.mobile-block .forgot-link {
    top: -6px;
}
@media(max-width:768px){
    .mobile-block {
        display: flex;
        top: -20px;
    }
    header .header-prenav {
        display: none;
    }
    div#mobileUserInfo {
        margin-top: 10px !important;
    }
}
@media(max-width:450px){
    .mobile-block {
        right: 0;
    }
}


header.dark-bg .btn--username{
    color: #fdfdfd;
}

header .login-register-btns{
    height: 100%;
    margin-right: -10px;
}

header .login-register-btns [class*='btn--']{
    height: 100%;
    border-radius: 0;
    line-height: 60px;
    padding: 0 30px !important;
    text-align: center;
    border: 0 none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

header .login-register-btns [class*='btn--']:hover{
    border: 0 none;
}

header .login-register-btns [class*='btn--']:not(.btn--register){
    background: none;
    margin-right: -2px;
}

header .login-register-btns [class*='btn--']:not(.btn--register):hover{
    background: rgba(0,0,0,.3);
}

header .header__btns:not(.login-register-btns){
    background: rgb(0 33 47);
    margin: -15px -10px;
    height: 100%;
    padding: 5px 0px 5px 10px;
}

header .header__balance{
    background-color: rgba(0, 81, 115,.4);
    padding: 5px 10px;
    margin: -5px 0 0 0;
    height: 60px;
}

header .header__balance .reloadBalance .ico--small{
    width: 18px;
    height: 18px;
}

header .header__balance > div > span{
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    display: block;
    line-height: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

header .header__balance a{
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

header .header__balance a:hover{
    color: rgba(255, 255, 255, 1);
}

header .user-info{
    /*text-align: center;
    background: rgb(0 33 47);
    margin: -35px -10px 0;
    padding: 35px 0 15px 0;*/
    margin-right: 10px;
}

header .user-info .user-avatar,
header .header__btnMenu.user-avatar{
    background: #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
}
header .user-info .user-avatar{
    display: inline-block;
    margin: 0 auto;
}

header .user-info .user-avatar .ico--small{
    width: 20px;
    height: 20px;
}

header .user-info .user-name{
    margin: 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

header .user-info .header__time{
    font-size: 14px;
    line-height: 14px;
    display: block;
}

header .header__logout{
    height: 60px;
    display: inline-block;
    width: 60px;
    text-align: center;
    margin: -5px 0 0;
    background: #005173;
}

header .header__logout button{
    display: block;
    height: 100%;
    width: 100%;
}

.header__logo {
    width: 100px;
    margin-top: 5px;
}
div#mobileUserInfo {
    margin-top: 0;
    flex-direction: column;
    align-items: end;
}
div#mobileUserInfo .user-info {
    margin-top: 0;
    height: auto;
}
div#mobileUserInfo .user-info * {
    margin: 0;
}
#mobileUserInfo div {
    margin-top: 5px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobileUserInfo .btn--ingresar {
    padding: 5px 10px !important;
    margin-right: 15px;
}
#mobileUserInfo div#balance {
    margin-top: 0;
    margin-right: 10px;
}
#mobileUserInfo div#balance div {
    margin: 0;
}
@media(max-width:530px){
    #mobileUserInfo a.btn--ingresar, #mobileUserInfo button {
        display: none !important;
    }
    .user-avatar {
        margin-right: 0 !important;
    }
}

#navprincipal, .navbanner {
    top: 60px;
    margin-bottom: 0;
}

#navprincipal a, #navbanner a{
    font-size: 14px;
}
header .user-info {
    display: flex;
    flex-direction: column;
}
header .user-info p, .user-name {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
header .header__balance {
    background: none;
    padding: 0;
}
div#balance {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    margin-right: 20px;
    height: 40px;
    align-items: center;
}
.header__logged {
    align-items: center;
    justify-content: center;
}
.header__logged > div {
    height: 40px;
}
a.user-avatar {
    background: #6C6C6C;
    padding: 4px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.header__logged button {
    color: #fff;
    font-weight: normal;
}
a.btn--ingresar {
    margin-right: 20px;
    background-color: #019CD4 !important;
    border-color: #019CD4  !important;
    color: #ffffff  !important;
    border-radius: 0  !important;
    padding: 5px 10px !important;
}

@media (min-width: 1390px){
    header {
        max-width: 100% !important;
    }
}

/* GRID */
.grid{
    grid-template-rows: 60px auto;
}

/* BOTONES */
[class*="btn--"].btn--compress,
a[class*="btn--"].btn--compress,
input[class*="btn--"].btn--compress{
    text-transform: none;
    padding: 8px 30px;
    font-size: 12px;
}
[class*="btn--"].btn--medium,
a[class*="btn--"].btn--medium,
input[class*="btn--"].btn--medium{
    padding: 10px 40px;
    font-size: 14px;
    line-height: 21px;
}
[class*="btn--"].btn--contrast,
a[class*="btn--"].btn--contrast,
input[class*="btn--"].btn--contrast{
    background-color: #0085b9;
}

[class*="btn--"].btn--secondary,
a[class*="btn--"].btn--secondary,
input[class*="btn--"].btn--secondary{
    border: solid 1px #0085B9;
}

[class*="btn--"].btn--primary,
a[class*="btn--"].btn--primary,
input[class*="btn--"].btn--primary{
    border: solid 1px #FF9A26;
}

.dark-bg [class*="btn--"].btn--secondary:hover,
.dark-bg a[class*="btn--"].btn--secondary:hover,
.dark-bg input[class*="btn--"].btn--secondary:hover,
.dark-bg [class*="btn--"].btn--secondary:active,
.dark-bg a[class*="btn--"].btn--secondary:active,
.dark-bg input[class*="btn--"].btn--secondary:active{
    border: solid 1px rgba(255, 255, 255, .4);
}

.dark-bg .btn--primary:hover, 
.dark-bg .btn--primary:active, 
.dark-bg a.btn--primary:hover, 
.dark-bg a.btn--primary:active, 
.dark-bg input.btn--primary:hover, 
.dark-bg input.btn--primary:active{
    border-color: #4D2A00;
}

.dark-bg nav a{
    color: rgba(255, 255, 255, .8);
}

.dark-bg nav a:hover{
    color: rgba(255, 255, 255, 1);
}

/* FOOTER */
.footerContainer {
    background: #000;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer-text p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: small;
    line-height: 18px;
    margin: 0;
}
.footer-text h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    margin: 0;
}
.footer-menu nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-menu nav a {
    text-transform: uppercase;
    font-size: 11px;
    color: #ccc !important;
    font-weight: 700;
    margin: 0px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.footer-menu nav a:hover {
    color: #fff !important;
}
.logos-juegoSeguro, .paymentgateways {
    margin-bottom: 20px;
}
.paymentgateways {
    filter: brightness(0.5);
}

footer .section {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    background: #000;
}

footer .section:last-child{
    border: 0 none;
}

footer .menu h6{
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
}

footer .menu nav a{
    color: rgba(255, 255, 255, .8) !important;
    font-size: 14px;
    line-height: 24px;
}
footer .menu nav a:hover{
    color: #fff !important;
}

footer .social{    
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}
@media (min-width: 769px){
    footer .social{  
        margin-bottom: 0;
    }
}

footer .social nav a{
    width: 30px;
    background: #0085b9;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social nav a:hover{
    background-color: rgba(0,0,0,.3);
}

footer .social nav a .ico{
    width: 18px;
    height: 18px;
    fill: #fff;
}

footer .paymentgateways img {
    height: 25px;
}

.powered-by img{
    width: 130px;
}

footer>div:nth-child(2)>div, footer>div:nth-child(3) {
    width: 100% !important;
    max-width: 100% !important;
}

.powered-by::after {
    content: "Powered by:";
    position: absolute;
    font-size: 8px;
    color: rgba(255, 255, 255, .5);
    top: -30px;
    right: 0px;
}

/* ICONOS */
.ico--xsmall {
    width: 14px;
    height: 14px;
}
.dark-bg .ico--xsmall{
    fill: #FDFDFD;
}

/* POPUPS */
 .reveal-modal h2 {
    background-color: #F8F8F8;
    background: #292935;
    margin: 0;
    color: #f7f7f7;
    text-transform: uppercase;
    padding: 10px;
}
.reveal-modal .mpucontainer h2{
    font-size: 17px;
    background: #005173;
    color: #fdfdfd;
    border: 0 none;
}
.reveal-modal>div>div{
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 60%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 60%);
    border-radius: 0px;
}
.reveal-modal>div{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.mpucontainer .btn--primary {
    border-radius: 6px;
    background: linear-gradient(250.85deg, #1CFF47 -12.7%, #25BD95 103.67%);
    border: none !important;
}
.mpucontainer .btn--primary:hover {
    background: linear-gradient(45deg, #1CFF47 -12.7%, #25BD95 103.67%);
}

#popupContent .ico--cierre .ico{
    fill: #fdfdfd;
    width: 25px;
    height: 25px;
}

/* FORMULARIOS */
input, select, textarea{
    border-color: #9a9a9a;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}

input::placeholder, 
select::placeholder, 
textarea::placeholder{
    color: rgba(51, 51, 51, .7);
}

.field-wrapper{
    margin-bottom: 10px;
}

.field-wrapper.radio input[type="radio"]:checked+label::before {
    background-color: #333;
}
.field-wrapper.radio input[type="radio"]+label::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #4E4E4E;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.field-wrapper.radio input[type="radio"]+label::after {
    content: none;
    display: block;
}
.field-wrapper.radio input[type="radio"]:first-of-type+label::before {
    border-radius: 50px 0 0 50px;
}
.field-wrapper.radio input[type="radio"]:last-of-type+label::before {
    border-radius: 0 50px 50px 0;
}
.field-wrapper.radio input[type="radio"]+label {
    padding: 10px 30px;
    min-width: 100px;
    text-align: center;
    margin-right: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.field-wrapper.radio input[type="radio"]+label>span{
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: relative;
    z-index: 10;
}
.field-wrapper.radio input[type="radio"]:checked+label span {
    text-shadow: none;
    color: #fff;
}

.field-wrapper > label:not(.fixed){
    opacity: 0;
    visibility: hidden;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 10px;
    padding: 0 5px;
    text-transform: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.field-wrapper input,
.field-wrapper select,
.field-wrapper textarea{
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    height: 40px;
}

.field-wrapper.completed input,
.field-wrapper.completed select,
.field-wrapper.completed textarea{
    padding-top: 17px;
    padding-bottom: 3px;
}

.field-wrapper select{
    background-position: 99%;
}

.field-wrapper.completed > label:not(.fixed){
    opacity: 1;
    visibility: visible;
}

.field-wrapper .ojo{
    top: 7px;
    width: 24px;
    height: 24px;
}

input[type="checkbox"]+label, input[type="radio"]+label {
    font-size: 13px;
    text-transform: none;
    color: #333;
}

.validation-error {
    background: rgba(245, 80, 3, .3);
    color: #E6281C;
}
.validation-info {
    background: rgba(0, 138, 216,.3);
    color: #8DB9D4;
}

.register.errors-style-minimal .field-wrapper.field-error input, 
.register.errors-style-minimal .field-wrapper.field-error select, 
.register.errors-style-minimal .field-wrapper.field-error textarea{
    border-color: #E6281C;
}

.register.errors-style-minimal .field-wrapper.field-info input, 
.register.errors-style-minimal .field-wrapper.field-info select, 
.register.errors-style-minimal .field-wrapper.field-info textarea{
    border-color: #8DB9D4;
}

.register.errors-style-minimal .field-wrapper.field-success input, 
.register.errors-style-minimal .field-wrapper.field-success select, 
.register.errors-style-minimal .field-wrapper.field-success textarea{
    border-color: #25b3a1;
}

.register.errors-style-minimal [class*='validation-'] {
    background: none;
    padding: 5px 0;
    text-transform: none;
    font-size: 12px;
}

.register.errors-style-minimal .phone [class*='validation-'] {
    top: 0;
}

.register.errors-style-popover .field-wrapper .toggle-error-msg{
    display: none;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 7px;
    height: 20px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    z-index: 3;
}
.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg{
    background-color: #8DB9D4;
    box-shadow: 0px 0px 10px rgba(141, 185, 212, .8);
}
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg{
    background-color: #F55024;
    box-shadow: 0px 0px 10px rgba(245, 80, 36, .8);
}
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg{
    background-color: #25b3a1;
    box-shadow: 0px 0px 10px rgba(37, 179, 161, .8);
}
.register.errors-style-popover .field-wrapper.field-info select,
.register.errors-style-popover .field-wrapper.field-error select,
.register.errors-style-popover .field-wrapper.field-success select{
    background-position: 95%;
}

.register.errors-style-popover .field-wrapper.field-info .ojo,
.register.errors-style-popover .field-wrapper.field-error .ojo,
.register.errors-style-popover .field-wrapper.field-success .ojo{
    right: 32px;
}

.register.errors-style-popover .field-wrapper.field-info#c18old-div .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-error#c18old-div .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-success#c18old-div .toggle-error-msg{
    right: 2px;
}

.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg{
    display: block;
}

.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg::before,
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg::before,
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg::before{
    content: " ";
    width: 16px;
    height: 16px;
    line-height: 49px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}
.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg::before{
    content: "i";
    top: 0;
    margin-top: -14px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: none;
}
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg::before{
    background-image: url(/assets/img/icos/x.svg);
    filter: invert(100%);
}
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg::before{
    background-image: url(/assets/img/icos/check-white.svg) ;
}

.register.errors-style-popover .field-wrapper [class*='validation-']{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 40px;
    border-radius: 5px;
}
.register.register.errors-style-popover .validation-error {
    background: rgb(204 25 25 / 80%);
    color: #fff;
}
.register.register.errors-style-popover .validation-info {
    background: rgb(141 185 212 / 80%);
    color: rgb(0 33 47);
}
.register.register.errors-style-popover .validation-success {
    display: none !important;
}
.btnForm-continuar, .btnForm-volver {
    background: #f00 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}
/* TABLAS */
thead tr{
    background-color: #F2F2F2;
    color: #333;
}
tbody tr:nth-child(odd){
    background: none;
}
@media(max-width:748px){
    table.mobile-view{
        max-width: 100%;
        min-width: 100%;
        border: 0 none;
    }

    table.mobile-view thead{
        display: none;
    }

    table.mobile-view tr{
        border: 0 none;
    }

    table.mobile-view td{
        display: block;
        border-bottom: solid 1px rgba(0,0,0,.16);
        line-height: 20px;
    }

    table.mobile-view td::before{
        content: attr(title);
        display: block;
        font-weight: bold;
        background-color: #F2F2F2;
        margin: -15px -15px 15px;
        padding: 15px;
    }
}

/* ASIDES */
aside nav a{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

aside form label{
    color: #fdfdfd;
}

aside .aside__logo-wrapper{
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    opacity: .4;
}

.fullbg-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
    opacity: .4;
}

/* MEMBERSAREA */

.membersarea__menu{
    background-color: #eee;
}
.membersarea__menu a {
    color: #333;
    font-family: 'principal';
}
nav.membersarea__menu a.active {
    color: #000;
}
.membersarea__menu {
    justify-content: start;
    background: #019cd4;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.membersarea__menu a {
    color: #fff;
}
.membersarea__menu a:hover {
    color: #000;
    background: #019cd4;
}
.membersArea-layout {
    display: flex;
    flex-direction: row;
}
.membersArea-rightMenu {
    width: 210px;
    border-right: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 16px;
    min-height: calc(100vh - 300px);
}
.membersArea-rightMenu a {
    width: 100%;
    height: 32px;
    border-left: 3px solid transparent;
    border-bottom: 0;
    color: #6c6c6c;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    font-family: Montserrat,sans-serif;
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
}
.membersArea-rightMenu a:hover {
    text-decoration: none;
    color: #000;
}
.membersArea-rightMenu a.active {
    border-left: 3px solid #019cd4;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
}
@media(max-width:900px){
    .membersarea__menu {
        display: none;
    }
    .membersArea-layout {
        flex-direction: column;
    }
    .membersArea-rightMenu {
        min-height: auto;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
        background: #019cd4;
        overflow: auto;
    }
    .membersArea-rightMenu a {
        justify-content: center;
        font-size: inherit;
        color: #fff;
        white-space: nowrap;
    }
}

form#reportFilterForm>div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
}
form#reportFilterForm>div div.w20 {
    margin: 10px;
}
.dateRangeSelect {
    min-width: 190px;
}
form#reportFilterForm label {
    text-transform: none;
    font-size: 12px;
    color: #6c6c6c;
    margin-bottom: 6px;
}
form#reportFilterForm select, form#reportFilterForm input {
    border-radius: 0;
    border: 1px solid rgba(1,156,212,.56);
}
form#reportFilterForm select {
    background-image: url(/assets/img/icos/chevron-down-blue.svg);
}
#a_showreport {
    margin-top: 12px;
    padding: 9px 40px;
    border-radius: 0;
    background: #019cd4;
    border-color: #019cd4;
}
#a_showreport:hover {
    background: rgba(1,156,212,.56);
}
.dateRangeSelect div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    margin: 10px 10px 10px 0px !important;
}
.dateRangeSelect p {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 8px;
}
.dateRangeSelect p:hover {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 9%);
}
.dateRangeSelect p.active {
    border-color: #019cd4;
    background-color: #019cd4;
    color: #fff;
}
div#tablecontainer {
    border: 1px solid #dee2e6;
}
div#tablecontainer th {
    color: #6c6c6c;
    font-weight: 400;
}
#reportSummary {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#reportSummary h2 {
    font-size: 20px;
    font-weight: 500;
    color: #019cd4;
    font-family: Montserrat,sans-serif;
    margin-bottom: 20px;
}
#reportSummary> div {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}
#reportSummary> div .sumaryBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 30px;
    width: 200px;
}
#reportSummary> div .sumaryBlock h3 {
    color: #979797;
    margin-bottom: 5px;
}
#a_downloadreport {
    padding: 9px 40px;
    border-radius: 0;
    background: #019cd4;
    border-color: #019cd4;
}

/* MENSAJES ALERTA */
/* MENSAJES ERROR INFO ... */
.alert--error, 
.alert--warning, 
.alert--success, 
.alert--info{
    color: #fff !important;
    border-radius: 5px;
    padding: 20px !important;
    font-weight: 500;
    font-size: inherit;
    position: relative;
}

.alert--error::before,
.alert--warning::before,
.alert--success::before,
.alert--info::before{
    content: "";
    display: none;
}
.alert--success::before,
.alert--error::before{
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
}

.alert--error{
    border: solid 1px #F55024;
    background: rgba(245, 80, 3, .3);
    padding-left: 50px;
}

.alert--warning{
    border: solid 1px #FFD97E;
    background: rgba(255, 217, 126, .3)
}

.alert--success{
    border: solid 1px #40B840;
    background: rgba(0,181, 51, .3);
    padding-left: 50px;
}

.alert--info{
    border: solid 1px #008AD8;
    background: rgba(0, 138, 216,.3)
}


@media (max-width: 768px){
    .member-box .alert--error, 
    .member-box .alert--warning, 
    .member-box .alert--success, 
    .member-box .alert--info{
        border: 0 none;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* QUITAR EL GRID */
.body{
    position: initial;
    width: initial;
    height: initial;
}

.main{
    overflow: hidden;
    grid-area: none;
    margin-top: -115px;
}

header{
    grid-area: none;
    position: relative;
    top: 0;
    left: 0;
    height: 115px;
    width: 100%;
    z-index: 99;
    background: #000 !important;
    padding-left: 25px;
}

#popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

.reveal-modal-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

aside{
    position: fixed;
    z-index: 100;
    max-height: 100%;
    overflow-y: auto;
}

/*aside.dark-bg{
    background-color: #00212f;
}*/

aside .user-info{
    text-align: center;
    background: rgb(0 33 47);
    margin: -25px 0px 0;
    padding: 35px 0 15px 0;
}

aside .user-info .user-avatar{
    background: #ccc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 55px;
    margin: 0 auto;
}

aside .user-info .user-name{
    margin: 10px 0 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

aside .user-info .sessionTime{
    font-size: 14px;
}

aside #balanceMobile{
    margin: 0 0px;
    background: rgba(0, 33, 47,.5);
    padding: 15px;
    border-top: solid 1px #00212f;
}

aside #balanceMobile .balance > span,
aside #balanceMobile .bonus > span:not(#balanceHeaderBonus){
    display: block;
    font-size: 13px;
    color: #000;
    margin-right: 15px;
    min-width: 80px;
}

aside #balanceMobile .balance > a,
aside #balanceMobile .bonus > a{
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
}

aside #balanceMobile .balance > a:hover,
aside #balanceMobile .bonus > a:hover{
    color: rgba(255, 255, 255, 1);
}
aside .user-info {
    background: #00b3fe;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 60px;
}
aside .user-info .user-name {
    color: #000;
    font-size: initial;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 0;
}
.user-info .balance {
    display: flex;
    align-items: center;
}
.user-info .balance a {
    color: #000;
    text-decoration: none;
    margin-right: 8px;
}
.user-info .balance button svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
.user-info .balance button {
    display: flex;
    align-items: center;
}
div#balanceMobile {
    background: #91e0ff;
    border-top: solid 1px #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.balance-bonus {
    display: flex;
    flex-direction: column;
}
.balance-bonus .balance, .balance-bonus .bonus {
    display: flex;
    font-size: 13px;
    color: #000 !important;
}
.balance-bonus svg {
    display: none;
}
#balanceMobile .balance-actions .btn--primary {
    background-color: #fef694 !important;
    color: #000 !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-size: 14px;
    padding: 10px 15px;
}
aside.aside--right {
    background: #fff;
    padding: 0;
}
aside.aside--right nav a {
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 8px 20px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
aside.aside--right nav a:hover {
    color: #00b3fe;
}
@media (max-width: 1000px) {
    aside.aside--right {
        overflow: auto;
        background: #fff;
        padding: 0;
        height: calc(100% - 60px);
        padding-bottom: 40px;
    }
}
button#asideCloseSesion {
    background: none;
    border: 0;
    text-align: left;
    width: 100%;
    padding: 8px 20px;
    color: #000;
    font-weight: normal;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
div#asideLastSession p {
    color: #000;
    font-size: 12px;
    text-align: left;
    padding: 8px 20px;
}

/* PROMOCIONES */
.lobbyPromotions .lobbyPromotions__box{
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.lobbyPromotions__box * {
    cursor: pointer;
}
.lobbyPromotions .lobbyPromotions__box img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.lobbyPromotions .lobbyPromotions__box h3{
    padding: 10px;
}
.lobbyPromotions .lobbyPromotions__box p{
    padding: 0 10px;
}
.lobbyPromotions .lobbyPromotions__box .btns-wrapper{
    padding: 10px;
}
.lobbyPromotions .lobbyPromotions__box .btns-wrapper > [class*='btn--']{
    width: 100%;
    margin-bottom: 10px;
}
.lobbyPromotions .lobbyPromotions__box .btns-wrapper > [class*='btn--']:last-child{
    margin: 0;
}
.lobbyPromotions__box {
    text-align: left;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    transition: all 0.5s;
}
.lobbyPromotions .lobbyPromotions__box:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 12px 2px rgb(97 97 97) !important;
    -moz-box-shadow: 0px 0px 12px 2px rgba(97,97,97,1) !important;
    box-shadow: 0px 0px 12px 2px rgb(97 97 97) !important;
}
.lobbyPromotions .lobbyPromotions__box img {
    border-radius: 0;
    padding: 4px;
    width: 100%;
}
p.promoSubtitle {
    color: hsla(0,100%,50%,1);
    font-weight: bold;
}
.lobbyPromotions__box h3 {
    text-align: center;
}
.lobbyPromotions .lobbyPromotions__box .btns-wrapper p {
    padding: 0 !important;
    margin: 0;
}
.lobbyPromotions .lobbyPromotions__box .btns-wrapper .promoButton {
    color: #BDBDBD;
}
.promoFilter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    margin-bottom: 30px;
}
.promoFilter a {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    padding: 16px 40px;
    cursor: pointer;
}
.promoFilter a.active {
    color: #00CCFF;
}

/* MEMBER AREA */
.membersarea {
    padding: 0px 0 0;
    margin-bottom: -50px;
}

.membersarea .last-session-info{
    background: #f8f8f8;
    font-size: 14px;
    padding: 5px;
    color: rgba(0,0,0,0.8);
    border-top: 1px solid #dcdcdc;
}

.member-box{
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 1px solid #DEDEDE;
    padding: 15px 20px;
}

.member-box > li{
    list-style: none;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
}

.member-box li > strong{
    display: block;
    text-transform: none;
    font-size: 16px;
    margin-top: -10px;
    color: rgb(51,51,51);
}

form:not(.register) input[type="checkbox"]+label::before, 
form:not(.register) input[type="radio"]+label::before {
    background-color: #f2f2f2;
    border: solid 1px #9a9a9a;
    width: 24px;
    height: 24px;
}

label {
    font-size: 11px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
}

.profileBox li {
    list-style: none;
    margin-bottom: 20px;
}
.profileBox li p {
    color: #6c6c6c;
    margin-bottom: 0;
}
.profileTitle {
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #019cd4;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
}
.profileBox li strong {
    font-size: 16px;
}

/* REGISTRO */

.progress{
    width: 100%;
}
.progress .progress-bar{
    height: 8px;
    width: 100%;
    background: #E6E6E6;
    border-radius: 10px;
}
.progress .progress-bar .luzStep1,
.progress .progress-bar .luzStep2,
.progress .progress-bar .luzStep3,
.progress .progress-bar .progress-percent{
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    width: 0;
}
.progress .progress-bar .activeStep,
.progress .progress-bar .progress-percent{    
    background: #8ed48d;
}
.section-register .progress .progress-bar .luzStep1{    
    width: 33.333%;
    background: #8ed48d;
}
.section-register .progress .progress-bar .luzStep2{    
    width: 66.666%;
    background: #8ed48d;
}
.section-register .progress .progress-bar .luzStep3{    
    width: 100%;
    background: #8ed48d;
}
.progress .progress-lbl{    
    font-size: 14px;
    color: #333;
    font-weight: 400;

}
.progress .progress-lbl>span{
    font-weight: 700;
}

.step-by-step-lbl > span{
    font-weight: bold;
    background: rgb(0 33 47);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.section-register.bysteps .progress{
    width: 75%;
    margin: 10px auto;
}

.section-register h2{
    font-weight: lighter;
    font-family: 'principal';
}

.section-register.bysteps form .step{
    width: 100%;
    margin-top: 0;
    padding: 20px;
}

.section-register.bysteps form .step::after{
    content: none;
    display: none;
}

.section-register form .btnForm-volver{
    background: #eee;
    border: solid 1px #aaa;
    color: rgba(0,0,0,.6);
    text-shadow: none;
}

.section-register form .btnForm-volver:hover{
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.6);
}

@media (max-width: 748px){
    .section-register.bysteps .progress{
        width: 100%;
    }
    .section-register.bysteps form{
        width: 100%;
        box-shadow: none;
        border-radius: none;
        border: 0 none;
    }
}

.locked,
.btn--locked{
    pointer-events: none;
}