/*Menu Jugador*/
/*.md-toolbar-tools {*/
/*    background: rgba(18, 38, 73, 0.9);*/
/*}*/

/*Colores rojo23*/

:root {
    --rojo23-surface: #1c1c1c;
    --rojo23-surface-dark: #0E1136;
    --rojo23-blue: #0066FF;
    --rojo23-light-yellow: #f2ce00;
    --rojo23-white: #FFFFFF;
    --rojo23-bg: #000000;
    --rojo23-stroke: #C5C5C5;
    --rojo23-surface-light: #26284A;
}

md-dialog md-dialog-content  {
    background-color: var(--rojo23-white)!important;
    background-size: cover;
    color: var(--rojo23-bg)!important;
}
/*Arreglos ventanas de confirmación (Update registro)*/
md-dialog .md-actions, md-dialog md-dialog-actions {
    background-color: var(--rojo23-white) !important;
    padding-bottom: 8%;
}
md-dialog-actions .md-confirm-button {
    width: 120px;
    height: 40px;
    background: var(--rojo23-light-yellow) !important;
    color: var(--rojo23-bg) !important;
    border: none;
    border-radius: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
}
md-dialog-content > h2{
    color: var(--rojo23-bg) !important;
    font-weight: 600 !important;
}

/************************/

._asb_bethistory-item-header {
    background: rgba(0, 64, 135, 1) !important;
}

._asb_bethistory-isopen-toggler--simple-button-selected {
    background: rgba(0, 64, 135, 1) !important;
}

._asb_bethistory-item-footer {
    background: rgba(0, 64, 135, 1) !important;
}

._asb_bethistory-item-cashout-btn {
    background: rgba(1, 255, 255, 0.7) !important;
    border: 1px solid rgba(1, 255, 255, 0.5) !important;
}

._asb_bethistory-item-cashout-btn-partial-profit {
    background: rgba(1, 255, 255, 0.7) !important;
    border: 1px solid rgba(1, 255, 255, 0.5) !important;
}

._asb_bethistory-item-partial-cashout {
    background: rgba(1, 255, 255, 0.7) !important;
    border: 1px solid rgba(1, 255, 255, 0.5) !important;
}

._asb_popup-content--bethistory-item-cashout-confirm-btn {
    background: rgba(1, 255, 255, 0.7) !important;
    border: 1px solid rgba(1, 255, 255, 0.5) !important;
    color: #000000 !important;
}

._asb_bethistory-item-cashout-confirm-popup-cancel-btn {
    background-color: rgba(0, 64, 135, 1) !important;
}

/* Recargas*/
.rrSelect {
    padding: 20px;
}

/*style cesar*/

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

html {
    background-color: var(--rojo23-bg);
}

/*Encabezado*/

.encabezado {
    background-color: #1c1c1c!important;
    position: sticky;
    top: 0;
    z-index: 80;
}

.icon-container {
    color: rgb(255, 255, 255);
    height: auto;
    text-align: right;
    padding-right: 25px;
    background-image: url("https://images-development-codi.s3.amazonaws.com/databet/imagenes/jugador/nuevo-look-and-feel/home/nuevo-bg.webp");
    background-position: center;
    background-color: #192442;
}

/*aca poner bordes*/
.icon-container a {
    text-align: center;
}

.icon-container a img {
    padding-top: 2px;
    margin: auto 5px;
    width: auto;
}

.icon {
    margin: auto 0.4em;
}
.inicio-contain{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container {
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.logo {
    width: 100%;
}

.menu__barras, .menu__barras2 {
    visibility: hidden;
}

.menu {
    background-color: var(--rojo23-surface);
    display: flex;
    justify-content: space-between;
    height: 80px;
    transition: border-bottom ease-in .3s;
    border-bottom: 4px solid transparent;

}

a {
    color: rgb(255, 255, 255) !important;
}

.menu-cont {
    width: 17.5%;
    background-color: var(--rojo23-bg);
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: absolute;
    left: 0;
    z-index: 9;
    padding: 20px;
    transition: width 0.3s ease;
}

.collapsed {
    width: 6%;
}

.menu-casino_tittle {
    font-size: 16px;
    font-weight: 700;
    color: var(--rojo23-white);
    line-height: 130%;
    margin: 0;
}

.menu-casino_carrousel {
    display: flex;
    width: 100%;
    gap: 8px;
    transition: flex-direction ease-in-out 0.3s;
}

.menu-collapsed {
    flex-direction: column;
    transition: flex-direction ease-in-out 0.3s;
}

.menu-casino_link {
    width: 100%;
}

.menu-casino_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
}

.menu-desktop {
    display: flex;
    margin-bottom: 0;
}

.menu__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: flex-start;
    margin: 0;
    gap: 8px;
}

.menu__item-1 {
    padding: 8px;
    background-color: var(--rojo23-surface);
    width: 100%;
    font-size: 10pt;
    vertical-align: middle;
    transition: background ease-in .3s;
    border-radius: 8px;
}

.menu__item-2 {
    padding: 8px;
    background-color: var(--rojo23-surface);
    width: auto%;
    font-size: 10pt;
    vertical-align: middle;
    transition: background ease-in .3s;
    display: flex;
    align-items: center;
}

.menu__item-1:hover {
    background-color: var(--rojo23-surface);
    background: linear-gradient(310deg, rgba(11, 238, 249, 0.7) 0%, rgba(11, 238, 249, 0.35) 35%, rgba(11, 238, 249, 0) 100%);
    align-items: center;
}

.menu__item-2:hover {
    color: #f2ce00;
    background-color: rgba(255, 255, 255, .08) !important;
    border-bottom: 2px solid #f2ce00;
}

.is-active {
    color: #f2ce00;
    background-color: rgba(255, 255, 255, .08) !important;
    border-bottom: 2px solid #f2ce00;
    a {
        color: #f2ce00!important;
    }
}


.menu__item-1-link, .casino-opt-text {
    width: 100%;
    display: flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    img {
        width: 20%;
        transition: all 0.1s ease;
    }
    p {
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0px;
    }
}
aside.menu-cont .menu__item-1 img.icon-collapsed {
    width: 100% ;
    transition: all 0.1s ease;
}

.menu__item-1-link:hover{
    text-decoration: none;
    color: #f2ce00!important;
}

.network-text  {
    color: var(--rojo23-white);
    font-size: 16px;
    font-weight: 700;
    padding-top: 32px;
    margin-bottom: 16px;
}

.icon-network{
    display: flex;
    gap: 16px;
}

.icon-network a img {
    width: 80%;
}

.network-column {
    flex-direction: column;
    align-items: center;
}

div a img.network-img {
    width: 100%;
}

.kinela_desk_img{
    width: 85%!important;
    margin-bottom: 5%;
    rotate: -4deg;
}
/*Mensaje espera Kinela*/
/*.menu__item-1 {
    position: relative;
}

.message {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #0243d9;
    border-radius: 0 0 15px 15px;
    padding: 5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 100%;
    text-shadow: 1px 1px 2px black;
}*/

.menu__item-1:hover .message {
    display: block;
}
/*Fin mensaje*/

.kinela_mob_img{
    width: 30% !important;
}

.casino-opt-text:hover{
    text-decoration: none;
 }

.header-menu__botones  {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.header-menu__botones > a {
    width: 100%;
    text-align: center;
}

.botones-cont {
    width: auto;
    display: flex;
    gap: 16px;
}

.session-icon {
    width: 10%;
    text-decoration: none;
}

.session-user {
    width: 50%;
    text-decoration: none;
}

.bono-cta{
    background-color: red;
    color: #ffffff;
    font-size: 9pt;
    border-radius: 15px;
    position: absolute;
    right: 25%;
    padding: 1px 5px;
    animation-name: change-background;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.bono-cta-mobile{
    width: 20%;
    background-color: #dedede ;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    border-radius: 8px;
    padding: 2px 8px;
    text-align: center;
}

@keyframes change-background {
    0% {background-color: #ff0000;}
    25% {background-color: #f80;}
    50% {background-color: #000;}
    75% {background-color: #f80;}
    100% {background-color: #ff0000;}
}

@keyframes change-border {
    0% {border-color: #86eff7;}
    25% {border-color: #ffffff;}
    50% {border-color: #86eff7;}
    75% {border-color: #ffffff;}
    100% {border-color: #86eff7;}
}

.registro {
    width: 100px;
    height: 30px;
    background: var(--rojo23-light-yellow);
    color: var(--rojo23-bg);
    border: none;
    border-radius: 8px;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
}

.accede {
    width: 100px;
    height: 30px;
    background: var(--rojo23-bg);
    color: var(--rojo23-white);
    border: 1px solid var(--rojo23-light-yellow);
    border-radius: 8px;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
}

.hamburger-icon {
    width: 32px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    height: 4px;
    background: gold;
    border-radius: 2px;
    transition: all 0.3s ease;
}


.header-menu__botones a:hover {
    text-decoration: none;
}

.registro:hover {
    transform: scale(1.02);
    filter: opacity(0.8);
    color: var(--rojo23-white);
    background: var(--rojo23-bg);
    border: 1px solid var(--rojo23-light-yellow);
}

.accede:hover {
    transform: scale(1.02);
    filter: opacity(0.8);
    color: var(--rojo23-bg);
    background-color: var(--rojo23-light-yellow);
}

.slider {
    margin: 0 0;
    height: auto;
    width: 100%;
    display: flex;
}

.slider__imagen {
    width: 100%;
    object-fit: cover;
}

/*Cuerpo*/
.container-fluid {
    background-color: var(--rojo23-bg) !important;
    min-height: 920px;
}
main {
    background-color: var(--rojo23-bg);
    background-image: url(https://images-development-codi.s3.us-east-1.amazonaws.com/rojo23/imagenes/jugador/bg-rojo23vip.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    background-position: center;
    height: 100%;
    color: rgb(255, 255, 255);
}

.content {
    padding-left: 17.5% !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: padding-left ease-in-out 0.3s;
}

.content-expanded {
    padding-left: 6% !important;
    transition: padding-left ease-in-out 0.3s;
}

.section-cards {
    display: flex;
    gap: 16px;
    justify-content: space-evenly;
    padding: 24px 0;
    a {
        padding: 16px;
        img {
            transition: transform ease 0.2s;
        }
    }
}

.section-cards a img:hover {
    transform: scale(1.05);
}

.recomendado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
    /*background-color: var(--rojo23-surface);*/
    img {
        width: 100%;
    }
}
.recomendado-title {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    picture {
        width: 9%;
    }
}


/*Recomendado Gif Kinela*/
.kinela_recomendado {
    position: relative;
    display: inline-block;
}

.kinela_recom_img {
    position: absolute;
    top: 25%;
    left: 15%;
}


.recomendado__texto:hover {
    color: rgb(1, 255, 255);
}

.secciones {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    justify-content: space-around;
    width: 50%;
}

.secciones__menu h5{
    font-weight: 700;
    font-size: 16px;
}

.secciones__item {
    font-size: 14px;
}

/*Home-Casino*/
.home-casino {
    /*background-color: var(--rojo23-surface);*/
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home-tittle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    picture {
        width: 9%;
    }
}

.home-tittle_icon{
    display: flex;
    align-items: center;
    gap: 8px;
}
.home-casino_tittle {
    font-weight: 700;
    text-align: center;
    background: #4261ee;
    width: 12%;
    padding: 5px;
    border-radius: 15px;
    outline: 3px solid #ffffff;
}

.home-section {
    width: 100%;
    padding: 16px;
    background-color: var(--rojo23-surface);
    border-radius: 8px;
}

.juegosCont2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 16px;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
    .juego {
        width: 200px;
        min-width: 200px;
        height: 200px;
        margin: 0.5%;
        position: relative;
        img {
        width: 100%;
        height: 6.7vw;
        border-radius: 10px;
        }
    }
}

.juegosCont2 .juego > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    transition: all .3s linear;
    opacity: 0;
}

.juegosCont2 .juego > div span {
    color: #fff;
    font-size: 20px;
    padding: 6px 14px;
    background-color: #C49631;
    text-align: center;
    font-weight: bolder;
    border-radius: 10px;
}

.juegosCont2 .juego:hover > div {
    cursor: pointer;
    opacity: 1;
}

.juegosCont .juego img  {
    width: 100%;
    height: 6.7vw;
    border-radius: 10px;
}

.casino-boton, .casino-boton2  {
    background-color: var(--rojo23-bg);
    color: var(--rojo23-white);
    border-radius: 8px;
    border: none;
    padding: 8px;
}

.home-casino_carrousel {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    overflow-x: scroll;
    gap: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-casino_img {
    border-radius: 8px;
    transition: transform ease 0.4s;
}

.home-casino_img:hover {
    transform: scale(1.05);
}

.home-sports {
    /*background-color: var(--rojo23-surface);*/
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sports-tittle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.menu-home-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--rojo23-white);
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-home-title::before{
    content: "";
    position: relative;
    width: 100%;
    height: 3px;
    flex: 1;
    background: linear-gradient(to right, transparent, #fff) !important;
}

.menu-home-title::after{
    content: "";
    position: relative;
    width: 100%;
    height: 3px;
    flex: 1;
    background: linear-gradient(to right, #fff, transparent) !important;
}

.sports-container {
    display: flex;
    gap: 8px;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.productos-cont {
    flex: 0 0 33.333333%;
    max-width: 33.33%;
    position: relative;
}

.productos-btn {
    background-color: #f2ce00;
    color: #000 !important;
    border-color: #f2ce00;
    transition: all .3s ease;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 155px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    font-size: .75em;
    padding: 12px 40px;

}
.productos-btn:hover {
    text-decoration: none;
}
.containerExclusion {
    position: absolute;
    background: rgba(3, 37, 79, 0.8);
    top: 0;
    padding-top: 5%;
    z-index: 16;
    border-radius: 15px;
}

.videoSuperbowl {
    background-image: url(../assets/images/fondo.webp);
    background-position: bottom;
    padding: 32px 40px;
    width: 60%;
    border-radius: 15px;
    position: absolute;
    z-index: 9999;
}

.exclusionPaises {
    background-color: #FFFFFF;
    padding: 32px 40px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 9999;
}

.openbox {
    position: fixed;
    border-radius: 10px;
    background: #ffffff8a;
    width: 2%;
    height: 10%;
    cursor: pointer;
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.footer-contain {
    padding: 48px 32px;
    background-color: var(--rojo23-bg);
    color: rgb(255, 255, 255);
    height: auto;
    display: flex;
    gap: 20px;
}

.footer-cont-img {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
}

.footer__icon {
    text-align: left;
    width: 60%;
    padding-left: 2%;
}

.footer__icon-platforms > img{
    width: 100%;
}

.logo-cont-footer  {
    img  {
        width: 40%;
    }
}

.footer-derechos  {
    padding-left: 10%;
}


select.language-selecter {
    background: var(--rojo23-bg);
    border: 2px solid var(--rojo23-surface);
    color: white;
    text-align: center;
    padding: 8px;
    width: 20%;
    border-radius: 8px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

.embajador-oficial {
    font-weight: bold;
    font-size: 5pt;
    margin: 0;
}
.embajador__container > img {
    width: 20%;
}

.footer__license {
    width: 100%;
    text-align: center;
}

.footer__license-img {
    width: 40px;
    margin: 8px;
}


.derechos {
    width: 100%;
    text-align: left;
    padding: 1rem;
    /*background-color: rgba(18, 38, 73, 0.9);*/
    color: rgb(255, 255, 255);
    font-size: 9pt;
}
.derechos-servicio  {
    text-align: right;
    padding-right: 20px;
}
.derechos-servicio > p {
    font-weight: bold;
    font-size: 8pt;
}

.derechos-licencia {
    display: flex;
}
.derechos-licencia-text > a {
    width: 100%;
    text-align: center;
}

.derechos-licencia-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    p {
        text-align: center;
        margin-bottom: 0;
        text-align: center;
    }
}

.derechos-licencia-text p a{
    text-decoration: underline;
}

.contain__chat {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}
.derechos-chat {
    width: 20%;
}
.derechos-chat > img {
    width: 100%;
}

/*Responsive*/


/*Style all*/

.sesionUser {
    width: 300px !important;
    /*position: absolute;*/
    right: 0;
    top: 25%;
    margin-right: 10px;
}

.botonInfoUser {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.botonInfoUser > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    color: #fff
}
.headerID{
    margin-bottom: 0;
    font-weight: 600;
}
.botonInfoUser > span {
    font-size: 34px;
    margin-left: 10px
}

.botonInfoUser > div > span:first-of-type {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px
}

.botonInfoUser > div > span:last-of-type {
    font-size: 14px;
    line-height: 1
}

.menuUserDesktop {
    position: absolute;
    width: 300px;
    height: auto;
    background-color: var(--rojo23-white);
    right: 0;
    top: 80px;
    z-index: 16;
    padding: 0 15px;
    color: var(--rojo23-bg) !important;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .75)
}

.menuUserDesktop .col-md-12 {
    margin-bottom: 0
}

.menuUserDesktop .headerMenuUserDesktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px
}

.menuUserDesktop .saldoMenuUserDesktop  {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px
}

.menuUserDesktop .saldoMenuUserDesktop h4 {
    font-size: 14px;
    font-weight: 700
}

.menuUserDesktop .saldoMenuUserDesktop .saldosInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto
}

.menuUserDesktop .saldoMenuUserDesktop .saldosInfo > span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 14px;
    margin: 2px 0
}

.menuUserDesktop .saldoMenuUserDesktop .saldosBtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px
}

.menuUserDesktop .optionMenuUserDesktop {
    width: 100%;
    padding: 0 !important
}

.menuUserDesktop .optionMenuUserDesktop a {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    width: 100%;
    padding: 9px 15px;
    color: var(--rojo23-bg) !important;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s ease-in-out
}

.optionMenuUserDesktop_icon {
    width: 24px;
    height: 24px;
}

.menuUserDesktop .optionMenuUserDesktop a:hover {
    background-color: var(--rojo23-light-yellow);
}

.menuUserDesktop .optionMenuUserDesktop a:last-child:hover {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bono-link  {
    color: var(--rojo23-bg) !important;
}

.bonos-cont {
    background-color: var(--rojo23-bg);
}

.bonos-title {
    background-color: var(--rojo23-bg) !important;
}

.menuUserDesktop .saldoMenuUserDesktop h4 {
    font-size: 14px;
    font-weight: 700
}

.menuUserDesktop .saldoMenuUserDesktop .saldosInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto
}

.menuUserDesktop .saldoMenuUserDesktop .saldosInfo > span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 14px;
    margin: 2px 0
}

.menuUserDesktop .saldoMenuUserDesktop .saldosBtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px
}

.menuUserDesktop .optionMenuUserDesktop a i {
    margin-right: 10px
}

.loginDesktop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
    background: #0000008a;
}

.loginDesktop > md-content {
    width: 388px;
    height: 478px;
    position: absolute;
    z-index: 79;
    background-color: var(--rojo23-bg) !important;
    border-radius: 4px;
    padding: 24px;
    scrollbar-width: none;
}

.loginDesktop > md-content a {
    color: var(--rojo23-light-yellow) !important;
}

.login-label{
    color: var(--rojo23-white) !important;
}

.login-header {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px;
    picture {
        width: 50%;
    }
    h3 {
        font-size: 23px;
        color: var(--rojo23-white);
    }
}

.login-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 10%;
    cursor: pointer;
    span {
        color: var(--rojo23-white) !important;
    }
}


.login-register {
    font-size: 14px;
    text-align: center;
    strong {
        cursor: pointer;
    }
}

/*Quitar color blanco de los input focus*/
.layout-padding, .layout-padding-gt-sm, .layout-padding-gt-sm>*, .layout-padding-md, .layout-padding-md>*, .layout-padding>*, .layout-padding>.flex, .layout-padding>.flex-gt-sm, .layout-padding>.flex-md {
    color: var(--rojo23-light-yellow) !important;
}



.md-input-focused {
    color: var(--rojo23-bg) !important;
}

input:focus {
    color: var(--rojo23-bg);
}

.login-input{
    color: var(--rojo23-bg) !important;
    background: var(--rojo23-white) !important;
    height: 40px !important;
    border-radius: 8px !important;
    padding: 2px 15px !important;
    border: 1px solid var(--rojo23-stroke) !important;
    text-align: center;
}

md-input-container.md-input-focused .md-input {
    color: var(--rojo23-bg) !important;
}

.login-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.login-footer input[type="checkbox"] {
    font-size: 30px !important;
    cursor: pointer !important;
}

.data-button {
    background-color: var(--rojo23-light-yellow) !important;
    color: var(--rojo23-bg) !important;
    width: 100%;
    border-radius: 8px!important;
}

#email::placeholder {
    color: #97999E !important;
}
#password::placeholder {
    color: #97999E !important;
}
/*Boton recarga flotante*/
.recharge-btn {
    width: 436px !important;
    height: 48px;
    min-width: 90px;
    padding: 2px 8px;
    border-radius: 8px;
    background-color: var(--rojo23-surface);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--rojo23-white);
}
.recargar  {
    background: var(--rojo23-light-yellow);
    color: var(--rojo23-bg);
    border: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    width: 96px;
    padding: 12px;
}

.recargar:hover  {
    background: #00d9e1;
}

@keyframes bgText {
    to{
        background-position: 200% center;
    }
}
/*Recarga Payphone*/

.payphone-header {
    background-color: #dedede !important;
}
.payphone-tittle {
    font-weight: bolder !important;
    font-size: 20pt!important;
    color: #0244db;
    width: 20% !important;
}

.payphone-container {
    background-color: #dedede;
}

.payphonerigth {
    display: flex;
    align-items: center;
    width: 80%
}

.payphonerigth div {
    width: 100%;
    height: 7px;
    background: #01ffff;
}

.payphonerigth div {
    width: 100%;
    height: 2px;
    background: #000;
}

.payphone-container {
    display: flex;
    justify-content: center;
}

.payphone-flex{
    width: 40%;
    padding: 5%;
    border-radius: 25px;
    background-color: #000e29;
    background-image: url(https://images-development-codi.s3.amazonaws.com/databet/imagenes/jugador/nuevo-look-and-feel/fondos/fondo-insides-30.webp);
}

.payphone-option {
    background-color: transparent;
    width: 75%;
}

/*Retiros*/

.retiro-titulo__text {
    background: #f6f6f6;
    color: #0244db;
    font-size: 20pt !important;
    font-weight: bolder !important;
    width: 20% !important;
}
.linea-separador {
    display: flex;
    align-items: center;
    width: 80%;
    background: #f6f6f6;
}
.linea-separador  >div {
    width: 100%;
    height: 2px;
    background: #000;
}

.retiro-descripcion {
    background-color: #f6f6f6 !important;
}
.retiro-descripcion > p {
    text-align: center;
}

.retiro-form {
    background-color: #f6f6f6 !important;
    background-image: url(https://images-development-codi.s3.amazonaws.com/databet/imagenes/jugador/nuevo-look-and-feel/fondos/fondo-insides-30.webp);
}

.retiro-form-contain {
    display: flex;
    justify-content: center;
}

.retiro-gestor{
    width: 30%;
    padding: 2%;
    border-radius: 30px;
    background-image: url("https://images-development-codi.s3.amazonaws.com/databet/imagenes/jugador/nuevo-look-and-feel/fondos/fondo-insides-30.webp");
    background-color: #000832;
}

.retiro-input {
    background: #0244db !important;
    border-radius: 15px!important;
}
.retiro-checkbox {
    background: #0244db !important;
    border-radius: 5px!important;
    height: 12px!important;
    width: 12px!important;
    margin-right: 5px!important;
}

.retiro-white {
    background: #fff !important;
    color: #0244db !important;
}

.retiro-select  {
    background: #0244db !important;
    border-radius: 15px;
    height: 40px;
    color: #fff!important;
}

.label-retiro{
    display: block!important;
    position: relative!important;
    color: #fff!important;
    opacity: 1 !important;
    transform: none!important;
    top: inherit !important;
}
/*Perfil estilos*/
.titulo-perfil {
    h3{
        background-color: var(--rojo23-bg);
        justify-content: center;
        font-weight: 900;
    }
}
.perfil-content {
    background-color: var(--rojo23-bg);
    display: flex;
    flex-direction: column;
}

.perfil-section, .perfil-details {
    background-color: var(--rojo23-surface);
    border-radius: 8px;
    padding: 24px 64px;
}

.perfil-password {
    background-color: transparent;
    width: 70%;
}
.form-control:focus{
    box-shadow: none !important;
}
.input-cont {
    gap: 16px;
}

.perfil-input{
    border: 1px solid var(--rojo23-stroke) !important;
    padding: 16px !important;
    border-radius: 8px !important;
    height: 40px !important;
    color: var(--rojo23-white)!important;
    background-color: var(--rojo23-surface-light) !important;
    align-items: center;
}

.button-cont  {
    justify-content: center;
}

.perfil-button {
    background-color: var(--rojo23-light-yellow) !important;
    color: var(--rojo23-bg) !important;
    border-radius: 8px !important;
    padding: 16px;
    width: 350px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
}

.perfil-button-ad {
    background-color: var(--rojo23-light-yellow) !important;
    color: var(--rojo23-bg) !important;
    border-radius: 8px !important;
    padding: 16px;
    width: 190px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
}

/*Extractos*/
.extractos-cont {
    display: flex;
    justify-content: space-around;
    gap: 16px;
}

.extractos-input{
    border: 1px solid var(--rojo23-stroke) !important;
    padding: 16px !important;
    border-radius: 8px !important;
    height: 50px !important;
    color: var(--rojo23-white)!important;
    background-color: var(--rojo23-surface-light) !important;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.txtfechaicon > strong {
    color: var(--rojo23-white);
}


md-input-container.md-block input.perfil-input[disabled]  {
    background-color: var(--rojo23-surface-light) !important;
}

/*Filtros*/
.filter-cont  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.filter-opt {
    width: 100%;
    gap: 16px;
    justify-content: flex-start;
}

.md-label {
    color: var(--rojo23-white);
}

md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
    border-color: var(--rojo23-white) !important;
}

/*Tablas*/

.table-cont  {
    display: flex;
    flex-direction: column;
    gap: 16px;
    span {
        color: var(--rojo23-white);
    }
}

.perfil-table {
    background-color: var(--rojo23-bg)!important;
    border: 1px solid var(--rojo23-stroke);
    padding: 2px;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    tbody {
        background-color: var(--rojo23-surface);
        border-radius: 8px;
    }
}

/*UI Grid*/
.ui-grid {
    border-radius: 8px;
    padding: 2px;
}

.ui-grid-top-panel  {
    background-color: var(--rojo23-bg) !important;
}

.grid1751417392791 .ui-grid-render-container-body .ui-grid-viewport {
    scrollbar-width: none !important;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: var(--rojo23-surface) !important;
    color: var(--rojo23-white) !important;
    border: 1px solid var(--rojo23-stroke) !important;
}

.ui-grid-pager-panel {
    color: var(--rojo23-white);
}

/********/

.password-change {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.password-tittle  {
    font-weight: 900;
    color: var(--rojo23-white);
}

.pasw-text {
    color: var(--rojo23-white);
    font-size: 14px;
}


.password-ajuste  {
    display: flex;
    align-items: center;
}

.label-password{
    display: block!important;
    color: var(--rojo23-white)!important;
    opacity: 1 !important;
    transform: none!important;
    top: inherit !important;
}

.password-icon {
    background-color: var(--rojo23-light-yellow);
    width: 8%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--rojo23-bg);
}

.input-password {
    background: var(--rojo23-surface-light) !important;
    height: 40px !important;
    border-radius: 8px !important;
    border: 1px solid var(--rojo23-stroke) !important;
    padding: 2px 15px !important;
    color: var(--rojo23-white) !important;
    text-align: center;
}

.password-alert {
    color: red!important;
}

.password-info {
    background-color: var(--rojo23-light-yellow);
    position: absolute;
    top: -70%;
    left: 33%;
    border-radius: 5px;
    width: 29px;
    text-align: center;
}

/*Recuperacion de contraseña*/
.md-dialog-container {
    background-color: #0000008a !important;
    background-image: none;
}

.fondo-forgot-pass {
    width: 40%;
}
.forgot-password-tittle {
    background-color: var(--rojo23-surface) !important;
    color: #fff !important;
    text-align: center;
}

.forgot-password-tittle > h2 {
    font-weight: bold;
    padding: 10px;
}

.forgot-pass-container  {
    background-position: top;
    background-color: var(--rojo23-white)!important;
    background-image: none !important;
}

.forgot-pass-disclaimer  {
    color: var(--rojo23-bg);
    text-align: center;
    font-weight: 700;
    font-size: 9pt;
}

.forgot-pass-button {
    color: var(--rojo23-bg) !important;
    background: var(--rojo23-light-yellow) !important;
    font-weight: 900 !important;
}

.forgot-cancel-button {
    color: var(--rojo23-bg) !important;
    background: var(--rojo23-white) !important;
    font-weight: 900 !important;
    border: 1px solid var(--rojo23-stroke) !important;
}

.input-password{
    color: #000 !important;
}

/*RegistroExitoso*/

.sc-regis_cont {
    width: 100%;
    height: 100dvh;
    color: #fff;
    background-color: #000d29;
    background-image: url(https://images-development-codi.s3.amazonaws.com/databet/imagenes/jugador/nuevo-look-and-feel/home/nuevo-bg.webp);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    h1 {
        font-weight: 800;
    }
}

@media screen and (max-width: 1440px){
    .password-info {
        left: 40%;

    }
}

    @media screen and (max-width: 1024px) {
    .containerVideo {
        padding-left: 0px;
    }
    .videoSuperbowl {
        width: 100%;
    }

    .registro {
        font-size: 7pt;
        width: 50%;
        height: 20px;
    }
    .accede {
        font-size: 7pt;
        width: 50%;
        height: 20px;
    }
    .password-info {
        left: 60%;
    }
}


@media only screen and (max-width: 992px) {
    .sesionUser {
        width: 200px !important;
        top: -0.1%;
    }

    .botonInfoUser {
        margin-top: 40px;
    }

    .botonInfoUser > div > span:first-of-type {
        font-size: 15px !important;
    }

    .sesionUser span i {
        font-size: 15px;
    }
    .promosBox {
        width: 35% !important;
    }
}

.boton {
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    padding: 4px 10px;
    margin: 0 6px;
    transition: all .2s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
}

.botonHeader {
    border: 2px solid #fff;
    color: #200049;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 16px;
    background-color: #fff;
}

.botonHeader.ingreso {
    border: 2px solid #0097DC;
    background-color: #0097DC;
    color: #fff;
}

.botonHeader:hover {
    background-color: #fff;
    border-color: #fff;
    color: #200049;
}

.botonHeader.ingreso:hover {
    background-color: #0097DC;
    border-color: #0097DC;
    color: #fff;
}

.botonMenuUserDesktop {
    background: var(--rojo23-light-yellow);
    border-radius: 8px;
    padding: 8px 16px;
    color: var(--rojo23-bg) !important;
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background ease-in;
}

.botonMenuUserDesktop:hover {
    background: #00d9e1;
    color: var(--rojo23-bg) !important;
    text-decoration: none;
}

/*Modal Recargas*/

.recarga-modal {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
}

/* Columna izquierda */
.recarga-cards {
    width: 20%;
    background: #f5f5f5;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recarga-opt {
    background: white;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    border: 1px solid #c5c5c5;
}

.recarga-opt.active {
    background: linear-gradient(310deg, rgba(11, 238, 249, 0.7) 0%, rgba(11, 238, 249, 0.35) 35%, rgba(11, 238, 249, 0) 100%);
}

.soporte-opt {
    display: flex;
    picture{
        width: 10%;
    }
}

.tiny-text {
    font-size: 10px;
}

/* Columna derecha */
.recarga-contenido {
    flex: 1;
    padding: 24px;
}

.recarga-contenido h3 {
    margin: 0 0 8px;
}

.recarga-contenido .limites,
.recarga-contenido .tiempo {
    color: #666;
    font-size: 14px;
    margin: 8px 0;
}

/* Botones de monto rápido */
.monto-rapido {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.monto-rapido button {
    background: white;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    color: var(--rojo23-bg);
}

/* Input valor */
.input-valor {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-top: 8px;
}

/* Botón recargar */
.btn-recargar {
    margin-top: 16px;
    background: #a6f8ff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    color: var(--rojo23-bg) ;
    cursor: pointer;
    transition: background 0.3s;
    a {
        color: var(--rojo23-bg) !important;
    }
}

.btn-recargar:hover {
    background: #7ceeff;
}

.rrBtnDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px
}

.rrContBtn {
    height: 60px;
    width: 420px;
    background: #ff540d;
    background: linear-gradient(90deg, #ff540d 0, #e73529 50%, #f84a16 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.rrContBtn label {
    font-size: 28px;
    font-weight: 900;
    display: flex;
    height: 100%;
    width: 49%;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-style: italic;
    color: #fff;
    outline: 0
}


.rrContBtn div {
    height: 100%;
    width: 1%;
    background: #fff
}

section .cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    max-width: 1190px;
}

.cont .rrTitle {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px
}

.cont .rrTitle .lineLeft, .cont .rrTitle .lineRight {
    display: flex;
    align-items: center;
    width: 100%
}

.cont .rrTitle .lineLeft div {
    width: 100%;
    height: 7px;
    background: #01ffff;
}

.cont .rrTitle .lineRight div {
    width: 100%;
    height: 2px;
    background: #000;
}

.cont .rrTitle .rrTetx {
    display: flex;
    align-items: center;
    justify-content: center
}

.cont .rrTitle .rrTetx p {
    font-size: 31px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    line-height: 14px
}

.cont .rrTitle .rrTetx span {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    width: auto;
    text-align: center;
    -webkit-background-clip: text;
    color: var(--rojo23-bg);
}

.cont .rrIconsPago {
    width: 700px;
    min-height: 330px;
    margin-top: 30px;
    display: grid;
    grid-template-rows:1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap: 0 50px
}

.cont .rrIconsPago > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.cont .rrIconsPago > div div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff540d;
    background: linear-gradient(90deg, #ff540d 0, #e73529 50%, #f84a16 100%);
    border-radius: 50%;
    height: 55px;
    width: 55px;
    margin-right: 15px
}

.cont .rrIconsPago > div div span {
    font-size: 26px;
    font-weight: 900;
    color: #fff
}

.cont .rrIconsPago > div:nth-child(1) img {
    width: 245px
}

.cont .rrIconsPago > div:nth-child(2) img {
    width: 175px;
    margin-bottom: 20px
}

.cont .rrIconsPago > div:nth-child(3) img {
    width: 318px
}

.cont .rrIconsPago > div:nth-child(4) img {
    width: 170px
}

.recharge-saldos {
    display: flex;
    width: 98%;
    justify-content: space-between;
    background: var(--rojo23-bg);
    color: var(--rojo23-white);
    padding: 16px;
    border-radius: 8px;
}

.saldo-left, .saldo-right {
    p  {
        font-size: 16px;
        font-weight: 700;
    }
    a {
        font-size: 16px;
        font-weight: 700;
        color: var(--rojo23-white) !important;
    }
}

.recharge-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 2%;
    cursor: pointer;
}

.saldo-valor  {
    color: var(--rojo23-light-yellow);
    font-size: 24px;
    font-weight: 900;
}

.fade {
    transition: all linear .3s;
    opacity: 1
}

.fade.ng-hide {
    opacity: 0
}

.ng-hide {
    opacity: 0;
    transition: none
}

.recarga-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 95%;
}
/*Ocultar cards de apoyo*/
/*.card-recarga:nth-child(4), .card-recarga:nth-child(6){
    display: none !important;
}*/



.card-recarga {
    border-radius: 15px;
    width: 48%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-bottom: 4%;
}

.card-recarga > img{
    width: 40%;
    padding: 15px;
}
.card-recarga > p{
    width: 35%;
}
.recarga_card_text{
    width: 70%;
}
.recarga_card_text span{
    font-weight: 900;
    font-size: 1.1em;
}

/*card soporte Whatsapp*/
.card-whstpp{
    justify-content: space-around;
}
.card-whstpp h4{
    font-weight: 900;
}
.card-whstpp img{
    width: 29%;
}
.card-recarga__button a:hover{
    text-decoration: none;
}

#txtValor:focus {
    color: #fff;
}

/***********/

.card-recarga__interact{
    display: flex;
    /*width: 50%;*/
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
}

.card-recarga__select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background: #0244db;
    width: 100%;
    height: 45px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.card-recarga__select label {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 10px;
    color: #fff;
}

.card-recarga__select input, .card-recarga__select select {
    border: none;
    width: 100%;
    padding: 12px;
    background: 0 0;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
    color: transparent;
    position: relative;
}

.mobile-menu {

    width: 100%;
    display: flex;
    padding: 8px;
    gap: 8px;
    margin: 0;
    height: 80px;
    justify-content: space-around;
}

.mobile-item {
    width: 5%;
    color: var(--rojo23-white);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Estilos de marcadores up/down valor*/
/*input[type="number"]::-webkit-inner-spin-button{*/
/*    opacity: 1;*/
/*}*/
/*********************/

.card-recarga__button {
    background-color:#027603;
    border-radius: 15px;
    color: #fff;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}

.rrSelect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 80px;
    background: #0244db;
    width: 20%;
    height: 45px;
    padding: 0 20px;
    border-radius: 15px;
}

.rrSelect label {
    font-size: 22px;
    margin-bottom: 0;
    margin-left: 26px;
    color: #fff;
}

.rrSelect input, .rrSelect select {
    border: none;
    width: 100%;
    padding: 12px;
    background: 0 0;
    font-size: 20px;
    font-weight: 600;
    outline: 0;
    color: #fff;
}

#txtValor::placeholder {
    color: #fff !important;
}

.rrFooter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px
}

.rrFooter > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 70px
}

.rrFooter > div:nth-child(1) span {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-style: italic
}

.rrFooter > div:nth-child(1) span b {
    font-size: 24px !important;
    color: #fff;
    font-weight: 800;
    font-style: italic
}

.rrFooter > div:nth-child(1) img {
    width: 300px;
    margin-bottom: 20px
}

.rrFooter > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.rrFooter > div:nth-child(2) span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-style: italic
}

.rrFooter > div:nth-child(2) span b {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    margin: 0;
    background: #a68228;
    background: linear-gradient(171deg, #a68228 0, #f8f096 47%, #a68228 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rrFooter > div:nth-child(2) .rrSelect {
    margin-top: 10px;
    width: 500px;
    margin-bottom: 20px
}

@media screen and (max-width: 900px) {

    .cont .rrTitle .lineLeft, .cont .rrTitle .lineRight {
        display: none
    }
    .logo {
        width: 80%;

    }

    .registro {
        width: 90%;
        font-size: 6pt;
        height: 20px;
    }
    .accede {
        width: 90%;
        font-size: 6pt;
        height: 20px;
    }

    .cont .rrIconsPago {
        width: 100%;
        padding: 0 10px;
        min-height: 330px;
        margin-top: 30px;
        display: grid;
        grid-template-columns:1fr;
        grid-template-rows:1fr 1fr 1fr 1fr;
        grid-gap: 0
    }
    .containerVideo {
        padding-left: 0px;
        padding-top: 20%;
    }
    .openbox {
        width: 5%;
        height: 5%;
    }

    .rrSelect {
        width: 90%
    }

    .rrFooter {
        flex-direction: column
    }

    .rrFooter > div:nth-child(2) .rrSelect {
        margin-top: 10px;
        width: 90%;
        margin-bottom: 20px
    }


    .cont .rrTitle {
        display: flex;
        justify-content: center
    }

    .rrContBtn {
        width: 320px
    }

    .rrContBtn label {
        font-size: 22px
    }

    .cont .rrIconsPago > div {
        justify-content: center
    }

    .cont .rrIconsPago > div div {
        display: none
    }

    .rrFooter > div:nth-child(1) {
        margin-right: 0;
        padding: 0 20px;
        width: 100%;
        margin-bottom: 20px
    }

    .rrFooter > div:nth-child(1) img {
        width: 200px
    }

    .rrFooter > div:nth-child(1) span {
        font-size: 18px
    }

    .rrFooter > div:nth-child(1) span b {
        font-size: 18px !important
    }

    .miniBarInfoTime a {
        font-size: 10px
    }

    .loginDesktop > md-content {
        position: absolute !important;
        box-shadow: 0px 0px 5px 5px rgba(1, 255, 255, 0.5) !important;
        border-radius: 4px;
        top: 0;
        margin-top: 50px;
    }

    .containerExclusion {
        position: fixed;
        top: 0;
        height: 100vh;
        padding-top: 30%;
        border-radius: 0;
    }
    .exclusionPaises {
        padding: 15px 20px;
    }
    .password-info {
        left: 80%;
    }
}

@media screen and (max-width: 850px){
    .card-recarga{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .recarga_card_text{
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    .menu {
        width: 100%;
        display: flex;
    }
    .inicio-contain {
        width: 90%;
        align-items: center;
        padding-left: 15px;
        position: relative;
    }
    .logo-container {
        align-items: flex-start;
    }
    .logo {
        width: 75%;
    }
    .KinelaMobLogo{
        display: flex !important;
        left: 60%;
        position: absolute;
        align-items: center;
    }
    .kinelamob_head_logo{
        width: 70%;
        rotate: -4deg;
    }
    .menu__item {
        padding-top: 40px;
        padding-bottom: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        background-color: var(--rojo23-bg);
        width: 34%;
        clip-path: none;
        position: absolute;
        z-index: 78;
        height: auto;
        top: 80px;
        left: -500px;
        flex-direction: column;
    }
    .show-header {
        visibility: visible;
    }

    .menu__item >ul {
        width: 90%;
    }
    .secciones-header {
        width: 90%;
        text-align: left;
    }
    .derechos-servicio {
        text-align: center;
    }
    .derechos-chat {
        border-radius: 5px;
    }
    .contain__chat {
        justify-content: center;
    }
    .chat-img {
        width: 100% !important;
    }
}

@media (max-width: 599px) {
    .content {
        padding-left: 0% !important;
    }
    .retiro-actions-terms {
        padding-bottom: 1%;
    }
    #Embed div {
        float: left !important;
    }
    .encabezado  {
        position: sticky;
        top: 0;
        z-index: 80;
    }
    .inicio-contain {
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 0px;
    }

    .botonInfoUser {
        margin-top: 0px !important;
    }

    .botonInfoUser > div > span:first-of-type {
        font-size: 9pt !important;
    }
    .sesionUser  {
        position: unset;
        margin: 0;
    }
    .sesionUser span i {
        font-size: 15px;
    }

    .icon-container {
        background-color: rgba(0, 64, 135, 1);
        color: rgb(255, 255, 255);
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        position: fixed;
        bottom: 0;
    }

    .icon {
        margin: auto 1rem;
    }
    .menu-open {
        position: absolute;
        left: 10%;
    }
    .logo-container {
        height: auto;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    .recharge-btn {
        width: 215px !important;
    }

    .menu-casino {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .menu-casino_carrousel {
        justify-content: center;
    }

    .menu-casino_link {
        width: 30%;
    }
    .menu__item {
        padding-top: 10px;
        display: flex;
        align-items: center;
        background-color: var(--rojo23-bg);
        width: 100%;
        clip-path: none;
        position: absolute;
        left: -500px;
        z-index: 78;
        height: 100vh;
        top: 65px;
        transition: left ease-in-out 0.3s;
    }

    .menu__item >ul {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .menu__item-1-link, .casino-opt-text  {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        img {
            width: 9%;
        }
        p {
            margin: 0 !important;
            width: auto;
            text-align: left;
        }
    }
   /*Menu Moblie*/
    .mobile-cont {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: var(--rojo23-surface);
        z-index: 80;
    }

    .guEcYq {
        bottom: 10% !important;
    }
    .ejBeyW {
        bottom: 10% !important;
    }

    .mobile-menu  {
        width: 100%;
        display: flex;
        padding: 8px;
        gap: 8px;
        margin: 0;
        height: 80px;
    }

    .mobile-item  {
        width: 20%;
        color: var(--rojo23-white);
        display: flex;
        flex-direction: column;
        align-items: center;
        img {
            width: 50%;
        }
        p  {
            margin: 0;
            font-size: 12px;
            font-weight: 700;
        }
    }

    .kinela_mob_img {
        width: 75% !important;
    }

    .menuUserDesktop {
        width: 100%;
        height: 100dvh;
        top: 0;
    }

    .secciones-header {
        width: 90%;
        text-align: left;
    }
    .secciones__menu-header {
        width: 100%;
        margin-bottom: 1em;
    }

    .secciones__menu-header h5 {
        font-size: 9pt;
        font-weight: bold;
    }

    .secciones__item-header {
        font-size: 7pt;
    }
    .secciones__item-header > a {
        width: 100%;
    }

    .secciones__item-header:hover {
        background-color: #044aee;
    }

    .header-menu__botones  {
        width: 100%;
        height: 50px;
        flex-direction: row;
    }

    .botones-cont {
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .registro {
        width: 88px;
        height: 30px;
        font-size: 12px;
    }
    .accede {
        width: 88px;
        height: 40px;
        font-size: 14px;
    }

    /*Recargas*/
    section .cont {
        padding: 24px;
    }
    .recarga-modal {
        box-shadow: none;
    }

    .recharge-close {
        width: 5%;
    }

    .recarga-cards {
        width: 100%;
        background-color: var(--rojo23-white);
        flex-direction: row;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 16px;
        border: 1px solid var(--rojo23-stroke);
        border-radius: 13px;
    }
    .recarga-payment {
        width: 100%;
        background-color: var(--rojo23-white);
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        padding: 16px;
        border: 1px solid var(--rojo23-stroke);
        border-radius: 13px;
    }

    .recarga-opt {
        width: 30%;
        flex-direction: column;
        align-items: center;
    }

    .soporte-opt {
        picture {
            width: 30%;
        }
    }

    .volver-link {
        color: var(--rojo23-bg) !important;
        margin-bottom: 36px;
    }

    .recarga-contenido {
        display: flex;
        flex-direction: column;
        padding: 24px 0;
    }

    .containerExclusion {
        position: fixed;
        top: 0;
        height: 100vh;
        padding-top: 30%;
        border-radius: 0;
    }
    .exclusionPaises {
        padding: 15px 20px;
    }

    .menu__barras, .menu__barras2{
        visibility: visible;
        position: absolute;
        margin-top: -45px;
        left: -10px;
        margin-left: 93%;
    }

    .menu__barras2{
        margin-left: 50%;
    }

    .menu__barras i, .menu__barras2 i {
        font-size: 2.3em;
    }

    .menu {
        width: 100%;
        display: flex;
        height: auto;
        padding: 16px 2px;
    }

    #vsm-widget .vsm-navigation {
        z-index: 77 !important;
    }

    .show-header {
        left: 0;
        transition: left ease-in-out 0.3s;
    }

    .hide {
        visibility: hidden;
    }

    .menu__item-1 {
        width: 100%;

    }

    .recomendado {
        /*padding-left: 50px;*/
        justify-content: center;
        img {
            width: 100%;
        }
    }

    .recomendado-title {
        picture {
            width: 18%;
        }
    }

    .home-tittle {
        picture {
            width: 18%;
        }
    }

    .sports-tittle {
        picture {
            width: 18%;
        }
    }

    .recomendado__logo a {
        width: 50%;
        text-align: center;
    }
    .recomendado__logo img {
        width: 100%;
    }
    .kinela_recom_img{
        left: -2%;
    }

    .section-cards {
        overflow: hidden;
        overflow-x: scroll;
        a {
            min-width: 100%;
        }
    }
    .secciones {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 2rem;
        padding: 0 10px;
        gap: 10px;
        width: 100%;
    }

    .secciones__menu {
        width: 50%;
        margin-bottom: 1em;
    }

    .secciones__menu h5 {
        font-size: 16px;
    }

    .secciones__item {
        font-size: 9pt;
    }

    .productos-btn {
        color: #000;
        transition: all .3s ease;
        font-size: 12px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 60%;
        font-weight: 700;
        margin: auto;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 6px;
        font-size: .75em;
        padding: 10px 10px;
    }


    /*PErfil de usuario*/
    md-input-container {

    }


    md-input-container .md-input[disabled] {
        color: rgba(0, 64, 135, 1) !important;
        font-size: 20px !important;
        text-align: left;
    }

    md-input-container label {
        font-size: 11px;
    }

    /*Home-casino*/
    .home-casino_tittle {
        width: 40%;
    }
    .home-casino_carrousel {
        display: flex;
        justify-content: flex-start;
    }
    .button-cont {
        display: flex;
        gap: 4px;
        width: 70%;
    }
    .juegosCont2 {
        .juego {
            width: 170px;
            min-width: 170px;
            height: 170px;
        }
    }

    .casino-boton {
        width: 25%;
    }

    .footer-contain {
        flex-direction: column;
        align-items: center;
    }
    .logo-cont-footer {
        img {
            width: 100%;
        }
    }
    select.language-selecter {
        width: 100%;

    }
    .footer__icon {
        text-align: center;
        padding-bottom: 10%;
    }
    .embajador__container > img {
        width: 35%;
    }
    .derechos {
        padding 1rem 2.5rem
    }
    .derechos-servicio {
        text-align: center;
    }
    .contain__chat {
        justify-content: center;
    }
    .derechos-chat{
        border-radius: 5px;
    }
    .chat-img  {
        width: 100% !important;
    }
    .fondo-forgot-pass {
        width: 100%;
    }
    .retiro-gestor {
        width: 100%;
        padding: 7% 2%;
    }
    .retiro-titulo__text {
        width: 50% !important;
    }
    .linea-separador {
        display: flex;
        align-items: center;
        width: 50%;
        background: #f6f6f6;
    }
    .payphone-tittle {
        width: 40%!important;
    }
    .payphonerigth {
        width: 60%;
    }
    .payphone-flex {
        width: 100%;
    }
    .perfil-password {
        width: 100%;
    }
    .password-info {
        left: 52%;
    }
    /*Recarga*/
    .recarga-main {
        flex-direction: column;
    }
    .card-recarga {
        width: 100%;
        flex-direction: column;
    }
    .card-recarga > p {
        width: 60%;
    }
    .card-recarga__interact {
        width: 60%;
    }

    .promosCont{
        flex-direction: column;
    }
    .promosBox {
        width: 70% !important;
        margin: 2% auto !important;
    }


}

@media (max-width: 500px) {
    .menu__barras, .menu__barras2 {
        margin-top: -42px;
    }
    .footer a img {
        width: 10%;
    }
}

@media (max-width: 450px) {
    .menu__barras, .menu__barras2{
        margin-top: -35px;
    }

}
.asb-flex-cc._asb_simple-button._asb_simple-button-pointer._asb_betslip-link {
    top: -65px !important;
    right: -14px !important;
}

ul._md-nav-bar-list {
    overflow: hidden;
    justify-content: center;
    scrollbar-width: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}


@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

/*botones payPhone*/

.button_payphone {
    border: none;
    border-radius: 10px;
    padding: 20px 30px !important;
    color: #ffffff;
    font-size: 1.2em;
    background: #0244db;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.button_payphone:hover {
    background: #fff;
    color: #0244db;
}

/*Pagina promociones*/
.mainPromocionaes{
    background-image: url("https://images-development-codi.s3.amazonaws.com/databet/imagenes/jugador/Validaci%C3%B3n-datos/Fondo.png");
    background-size: cover;
    padding-top: 1%;
}
.headIconos{
    padding: 1% 0;
    display: none;
}
.headIconos > ul{
    display: flex;
    justify-content: space-evenly;
}
.headIconos > ul > li{
    width: 10%;
}

@media screen and (max-width: 784px){
    .headIconos > ul > li {
        width: 15%;
    }
}
@media screen and (max-width: 498px){
    .headIconos > ul > li {
        width: 18%;
    }
    .slidePromociones {
        width: 97%;
    }

}
