.form-select {
    cursor: pointer;
}

/* Estilos para el view del ticket */
.simple-state-ticket {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg/bg-view-ticket.jpg");
    background-size: cover;
    /* filter: brightness(0.7) sepia(1) hue-rotate(100deg); */
    /* background-image: linear-gradient(138deg, rgba(252,252,252,1) 0%, rgba(255,255,255,1) 51%, rgba(238,255,164,1) 100%), url("../img/bg/bg-view-ticket.jpg"); */
}

.error-message{
    color: #f55a4e !important;
    font-weight: 700 !important;
    position: absolute;
    width: 100%;
    font-size: 11px;
}
