/* POPUPS */
.reveal-modal .mpucontainer h2{
    margin: 0 0 30px;
    padding: 0 40px 0 20px;
    font-size: 20px;
    border: 0 none;
    background: transparent;
    border-bottom: solid 1px rgba(15, 15, 21, 0.06);
    color: #fff;
    text-align: center;
}
.reveal-modal .mpucontainer h2>span{
    border-bottom: solid 2px #e41c39;
    padding-bottom: 15px;
}
.reveal-modal>div>div{
    -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    border-radius: 4px;
    color: #fff;
    background: rgba(0,0,0,.8);
}
.reveal-modal>div{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0,0,0,.7);
}
.reveal-modal hr{
    border-color: rgba(15, 15, 21, 0.06);
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 honeydew;
    margin: 10px 0;
}

#popupContent .ico--cierre .ico,
.reveal-modal .ico--back .ico{
    fill: #e41c39;
    width: 30px;
    height: 30px;
}

.reveal-modal .ico--back {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 250;
}
.reveal-modal .ico--back svg{
    transform: rotate(180deg);
}

.reveal-modal .fluid-popup > div{
    min-width: 75%;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 20px;
    border: 0 none;
    padding: 30px!important;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    margin: 0 auto;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.reveal-modal .fluid-popup > div > .title{
    background: none;
    border: 0 none;
    margin: -10px 0 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}

.reveal-modal .fluid-popup [class^='btn--']{
    padding: 8px 20px;
    font-size: 16px;
}

.welcome-verify-popup .promo-boxes{
    margin: 30px 0;
    align-items: end;
}

.welcome-verify-popup .promo-boxes .promo-box {
    width: 30%;
    text-align: center;
    background: #758188;
    border-radius: 10px;
    padding: 10px 20px;
}

.welcome-verify-popup .promo-boxes .promo-box img{
    display: block;
    margin: 0 auto;
}

.welcome-verify-popup .promo-boxes .promo-box p{
    color: #000;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    margin-top: 10px;
}

.welcome-verify-popup .promo-boxes .promo-box p > span{
    display: block;
    font-style: italic;
    font-size: 10px;
}

/*.mpucontainer #loginarea [class*="btn--"]{
    width: 100%;
}*/

.mpucontainer.payout-confirm{
    background: #fff;
    color: #000;
    text-align: center;
}

.mpucontainer.payout-confirm h2{
    color: #000;
    border: 0 none;
    margin: 0 0 30px;
    padding: 15px 20px;
    position: relative;
}

.mpucontainer.payout-confirm h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.mpucontainer.payout-confirm .btns-wrapper{
    margin-top: 30px;
    margin-bottom: 10px;
}

.mpucontainer.payout-confirm .btns-wrapper [class^='btn--']{
    border-radius: 10px;
    margin: 0 10px;
    font-size: 18px;
    padding: 10px 15px;
}

.reveal-modal .inactividad{
    align-items: start;
    padding-top: 100px;
}

.reveal-modal .inactividad > div{
    background: #494949;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.reveal-modal .inactividad .ico--cierre .ico{
    width: 40px;
    height: 40px;
}

.reveal-modal .inactividad h2{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    border: 0 none;
    display: inline-block;
}

.reveal-modal .inactividad h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.reveal-modal .inactividad .mpucontainer{
    
}

.reveal-modal .inactividad [class^='btn--'].btn-cont{
    padding: 8px 40px 8px 20px;
    text-align: left;
    position: relative;
}

.reveal-modal .inactividad [class^='btn--'].btn-cont:after{
    content: url('/img/icos/chevron-right.svg');
    width: 18px;
    height: 18px;
    right: 10px;
    position: absolute;
    filter: invert(1);
}

.reveal-modal .responsible-gaming-questionnaire{
    background: #fff;
    color: #000;
}
.reveal-modal .responsible-gaming-questionnaire h2{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #000;
    border: 0 none;
    font-size: 18px;
}
.reveal-modal .responsible-gaming-questionnaire h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle:first-child+label{
    margin-right: 10px;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle+label:before{
    border-radius: 10px;
    border: solid 2px #e41c39;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle+label > span{
    color: #e41c39;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle:checked+label::before{
    background-color: #e41c39;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle:checked+label > span{
    color: #fff;
}

.reveal-modal .responsible-gaming-questionnaire [class^='btn--']{
    font-size: 18px;
    padding: 10px 15px;
    margin: 0 5px;
}

@media (max-width: 768px){
    .mpucontainer.payout-confirm{
        height: 100vh;
    }
    
    .reveal-modal .inactividad{
        width: auto;
    }
    .reveal-modal .inactividad > div{
        height: auto;
        min-height: auto;
        max-width: 95%;
    }
}

.popup-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
}
.popup-wrapper .popup-window{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: auto;
}
#popup-payout-confirm .popup-window{
    align-items: start;
}
.popup-wrapper .popup-window .popup-content{
    color: #333;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 768px;
    min-width: 320px;
}
#popup-payout-confirm .popup-content{
    max-width: 650px;
    margin-top: 30px;
}
.popup-wrapper .popup-window .popup-content{
    border-radius: 10px;
    overflow: initial;
    background: #fff;
    max-height: 85vh
}
.popup-wrapper .popup-window .popup-container h2{
    margin: 0 0 30px;
    padding: 12px 20px;
    font-size: 20px;
    color: #000;
    border: 0 none;
    height: initial;
    line-height: initial;
}
.popup-wrapper .popup-window .popup-container h2:before{
    display: none;
}
.popup-wrapper .popup-window .popup-container h2{
    text-align: center;
}
.popup-wrapper .popup-window .popup-container{
    padding: 20px;
}
.popup-wrapper .popup-window .popup-container{
    border-radius: 10px;
    /*overflow: hidden;*/
    overflow-y: auto;
    max-height: 85vh;
}
.popup-wrapper .popup-window .ico--cierre{
    position: absolute;
    z-index: 250;
}
.popup-wrapper .popup-window .ico--cierre{
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .popup-wrapper .popup-window .popup-container{
        max-height: initial;
    }   
    .popup-wrapper .popup-window .popup-content,
    #popup-payout-confirm .popup-content{
        max-width: 100%;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        border-radius: 0;
    }
    body.minimal.open-popup .body{
        padding-top: 0;
    }
    body.minimal.open-popup .body .header-minimal{
        display: none;
    }
}


.loginPopup .mpucontainer h2{
    margin-bottom: 80px;
}

.loginPopup .mpucontainer{
    min-width: 400px;
    padding: 40px;
}

.loginPopup .mpucontainer .alert--error{
    padding: 10px;
    background: #e41c39;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    margin: 0;
    text-align: left;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    z-index: 9;
}

.loginPopup .mpucontainer .lbl-forgot{
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    display: block;
    margin: 0 0 60px 0;
    color: #959596;
    text-decoration: underline;
}

.loginPopup .mpucontainer [class*='btn--']{
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 60px;
    text-align: center;
    font-size: 18px;
}

.loginPopup .mpucontainer .footer{
    font-size: 14px;
    text-align: center;
    background: rgb(105 11 24 / 70%);
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: -40px;
}

.loginPopup .mpucontainer .footer a{
    text-decoration: underline;
    font-weight: bold;
}

.loginPopup .mpucontainer .lbl-forgot:hover,
.loginPopup .mpucontainer .footer a:hover{
    text-decoration: none;
}

.loginPopup .mpucontainer .field-wrapper{
    min-height: 65px;
    margin-bottom: 0;
}

.loginPopup .mpucontainer .field-wrapper:first-child{
    margin-bottom: 30px;
}

.loginPopup .mpucontainer .field-wrapper:before{
    content: " ";
    display: block;
    background: #000;
    height: 49px;
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    z-index: 1;
    border-radius: 5px;
}

.loginPopup .mpucontainer .field-wrapper.field-error:after{
    content: " ";
    display: block;
    background: #e41c39;
    height: 5px;
    position: absolute;
    bottom: 18px;
    right: -2px;
    left: -2px;
    z-index: 1;
    border-radius: 5px;
}

.loginPopup .field-wrapper input{
    border-color: #303030;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #303030;
    color: #fff;
    z-index: 2;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}
.loginPopup .field-wrapper input:placeholder{
    color: #959596;
}

.loginPopup .field-wrapper.completed > label:not(.fixed){
    z-index: 3;
}

.loginPopup .field-wrapper .togglePwd{
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #959596;
    z-index: 8;
    font-size: 12px;
    line-height: 12px;
    margin-top: -16px;
}

.loginPopup .field-wrapper .togglePwd:after{
    content: 'mostrar';
    text-transform: uppercase;
}

.loginPopup .field-wrapper.completed .togglePwd{
    display: block;
}

.loginPopup .field-wrapper .togglePwd.show:after{
    content: 'ocultar';
}

.loginPopup .mpucontainer .field-wrapper .validation{
    display: none;
    font-size: 11px;
    color: #e41c39;
    line-height: 11px;
    margin-left: 5px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.loginPopup .mpucontainer .field-wrapper.field-error .validation{
    display: block;
}

.loginPopup .logo{
    display: none;
}

@media (max-width: 768px){
    .loginPopup .logo{
        display: block;
        width: 100px;
        padding: 15px 0 0 15px;
    }
    
    .loginPopup .mpucontainer [class*='btn--']{
        border-radius: 5px;
        width: 100%;
        font-size: 25px;
        padding: 15px 40px;
    }
    
    .loginPopup .mpucontainer .footer{
        background: #373737;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 14px;
        padding: 10px 0;
    }
    .loginPopup .mpucontainer{
        height: calc(100vh - 50px);
        min-width: 100%;
    }
}