.marquee,
.marqueeReyesContenedor {
    overflow: hidden;
    margin-bottom: 10px;
}

.marqueeReyesContenedor {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
}

.marquee span {
    margin-left: 25px;
}

#scanner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#video {
    width: 100%;
    height: auto;
}

#error-message {
    color: red;
    font-weight: bold;
}

#loading-message {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.numeros-rifas, .numeros-rifas-vendidos {
    max-height: 550px;
    width: 100%;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.numeros-rifas-seleccionados {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0;
    min-height: 50px;
    background-color: #efeded;
}

.numeros-rifas-seleccionados .text-seleccionados {
    margin: 2px;
    padding: 5px 10px;
    border-radius: 5px;
    height: 40px;
}

.numeros-rifas-seleccionados .selected-number {
    border-bottom: solid 1px #667079;
    margin-bottom: 7px;
    padding-bottom: 5px;
}

.numeros-rifas-seleccionados .selected-number .badge {
    font-size: 20px;
    height: 40px;
    width: 100px;
    text-align: center;
    color: black;
}

.numeros-rifas button:disabled {
    opacity: 0.45;
}
.spanimagen{
    /*display: flex;*/
    width: 80px;
    height: 40px;
    margin: 4px;
}

.vendidos,
.reservados,
.disponibles
 {
    width: 80px;
    border: solid 2px green;
    height: 40px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    
}

.disponibles,
.cantidad-rifas .bg-success {
    background-color: #3bd20f !important;
    color: black;
}

.vendidos::after {
    content: "Vendido";
    color: white;
    background-color: rgba(255, 0, 0, 0.7);
}

.reservados::after {
    content: "Reservado";
    color: white;
    background-color: #2125298c;
}

.reservados::after,
.vendidos::after {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: -22px;
    transform: rotate(-17deg);
    width: 100px;
    text-align: center;
    pointer-events: none;
}



.mediopago {
    height: 60px;
    padding-top: 14px !important;
    margin-top: 16px !important;
}
@media screen and (min-width: 451px) {
    .m-4{ margin: 0 !important;}
}
@media screen and (max-width: 450px) {
    .vendidos,
    .reservados,
    .disponibles{
        width: 100%;
    }
    .spanimagen {
        width: 22%;
    }
    /*#listarifas{
        padding: 5px;
    }*/
}

@media screen and (max-width: 415px) {
    .cantidad-rifas .me-1,
    .cantidad-rifas .badge {
        margin-right: 0 !important;
        padding: 2px;
    }
}
