
.modal-back {
    color: #000;
    background-color: rgba(0,0,0,0.4);
    z-index: 20;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
}

.modalAccesoDirecto {
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    position: absolute;
    z-index: 999;
    top: 10%;
    left: 50%;
    height: 700px;
    background-color: rgb(246, 246, 246);
    transform: translateX(-50%);
}

.modalAccesoDirecto-android {
    /* background-image: url("/img/popup-bg-acceso-directo-android.jpg"); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 84%;
    position:absolute;
    z-index:999;
    top:10%;
    left: 50%;
    height: 470px;
    transform: translateX(-50%);
}

.modalAccesoDirecto-iphone {
    /* background-image: url("/img/popup-bg-acceso-directo-iphone.jpg"); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 84%;
    position:absolute;
    z-index:999;
    top:10%;
    left: 50%;
    height: 470px;
    transform: translateX(-50%);
}

.modalAccesoDirecto-button {
    position: absolute;
    margin: 5px 5px 5px 10px;
    padding-top: 5px;
}

.modalAccesoDirecto-close {
    position: absolute;
    right: 10px;
    color: #000;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    margin: 5px;
    padding-top: 2px;
}

.modalAccesoDirecto-button-accept {
    background: url(/img/button-slot.png) no-repeat center center;
    text-transform: uppercase;
    background-size: 90%;
    width: 200px;
    height: 63px;
    position: relative;
    z-index: 9999;
    left: 50%;
    /* top: 77%; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translate(-50%, -50%);
    transform: translateX(-50%);
    bottom: 80px;
}


/* Estilos Formulario */
.freebirdFormviewerViewHeaderTitle.exportFormTitle.freebirdCustomFont {
    font-size: 1.5rem!important;
}

.appsMaterialWizButtonPaperbuttonFilled .appsMaterialWizButtonPaperbuttonContent,
.appsMaterialWizButtonPaperbuttonProtected .appsMaterialWizButtonPaperbuttonContent,
.appsMaterialWizButtonPaperbuttonTonal .appsMaterialWizButtonPaperbuttonContent,
.appsMaterialWizButtonPaperbuttonFilled {
    background: #FFC92B!important;
}

::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}