.icono_verde {
    color: green;
    font-size: 100px;
}

.icono_amarillo {
    color: #F4B511;
    font-size: 100px;
}

.icono_rojo {
    color: red;
    font-size: 100px;
}

.btn_close:hover {
    color: inherit !important;
    text-decoration: none;
    opacity: 1 !important;
    background-color: unset !important;
    border-color: unset !important;
}

.img-qr {
    max-width: 200px;
}


.btn_entrada,
.btn_entrada:hover {
    background: #28a745 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    opacity: 1;
    width: 182px;
    height: 40px;
    font-size: 14px !important;
    color: white !important;
    background-color: none !important;
    border: none !important;
}

.btn_x,
.btn_x:hover {
    background: #dc3545 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    opacity: 1;
    width: 182px;
    height: 40px;
    font-size: 14px !important;
    color: white !important;
    background-color: none !important;
    border: none !important;
}