[m-browser=ie] body{
    padding-top: 2.5rem!important;
}

[data-number-type] li.active button{
    font-weight: 400!important;
} 

[data-number-type] li.active{
    position: relative;
}

[data-number-type] li.active::after{
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: .25rem;
    bottom: 0;
    left: 0;
    background-color: #056dae;
}

[data-number-type=cliente] .card-number{
    display: none;
}

[data-number-type=card] .client-number{
    display: none;
}

[data-active-step] [data-step]{
         display: none!important;
         flex-direction: column;
}

[data-active-step] .number-options, [data-active-step] .form-title{
    display: none!important;
}

[data-active-step="1"] .number-options, [data-active-step="1"] .form-title{
    display: flex!important;
}

[data-active-step="1"] [data-step="1"],
[data-active-step="2"] [data-step="2"],
[data-active-step="loading"] [data-step="loading"],
[data-active-step="active"] [data-step="active"],
[data-active-step="existent"] [data-step="existent"],
[data-active-step="error"] [data-step="error"]
{
        display: flex!important;
}

.sponsor-modal[data-loading=false] .citi-modal-content.loading{
    /* display: none; */
}

.sponsor-modal[data-loading=true] .citi-modal-content:not(.loading){
    display: none;
}

.loader {
    min-height: 50vh;
}

.terminos-promocion {
    max-height: 20vh;
    overflow-y: auto;
}


@media(min-width: 767px){
    .modal-button{
        position: absolute;
        z-index: 3;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .modal-button.left{
        right: calc(100% + 1.25rem);
    }
    
    .modal-button.right{
        left: calc(100% + 1.25rem);
    }
}


/*@media(min-width: 1023px){
    .modal-button.left{
        left: 1rem;
    }
    
    .modal-button.right{
        right: 1rem;
    }
}

@media(min-width: 1279px){
    .modal-button.left{
        left: 2rem;
    }
    
    .modal-button.right{
        right: 2rem;
    }
}*/
