html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgb(237, 212, 177);
    /*background-image: url(../image/bingoFe.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

select, input {
    font-size: 14px !important;
}

table {
    font-size: 10px !important;
}

.top-row {
    /*background-image: linear-gradient(-100deg, rgb(66, 129, 142) 0%, #05b540 70%);*/
    background-image: linear-gradient(100deg, rgb(56, 86, 86) 0%, rgb(56, 86, 86) 70%);
    color: white !important;
    border-bottom: 2px solid white;
    justify-content: flex-end;
    /*height: 3.5rem;*/
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.color-header {
    background-image: linear-gradient(100deg, rgb(56, 86, 86) 0%, rgb(237, 212, 177) 99%);
    color: white !important;
}

.color-footer {
    background-image: linear-gradient(100deg, rgb(56, 86, 86) 0%, rgb(237, 212, 177) 99%);
    color: white !important;
}

.btn-primary {
    color: #fff !important;
    background-color: rgb(56, 86, 86) !important;
    border-color: rgb(56, 86, 86) !important;
}

    .btn-primary:is(:hover) {
        color: #fff !important;
        background-color: rgb(56, 32, 128) !important;
        border-color: rgb(56, 32, 128) !important;
    }

.btn-secondary {
    color: #fff !important;
    background-color: rgb(56, 32, 128) !important;
    border-color: rgb(56, 32, 128) !important;
}

    .btn-secondary:is(:hover) {
        color: #fff !important;
        background-color: rgb(56, 86, 86) !important;
        border-color: rgb(56, 86, 86) !important;
    }
/* Ocultar columna de datatable*/
th.ocultar, td.ocultar {
    display: none;
}

/* TICKETS VIRTUALES */
.colorTh {
    width: 60px !important;
    background-color: rgb(56, 86, 86);
    border: 3px, solid, white;
    font-size: 35px;
    font-weight: bold;
    color: white;
    margin: 1px;
    border-radius: 20%;
}

    .colorTh:hover {
        width: 60px !important;
        background-color: rgb(56, 86, 86);
        font-size: 35px;
        font-weight: bold;
        color: white;
        margin: 1px;
        border-radius: 20%;
    }

.colorNumero {
    width: 60px !important;
    background-color: white;
    border: 3px, solid, rgb(56, 86, 86);
    font-size: 20px;
    font-weight: bolder;
    color: rgb(56, 32, 128);
    margin: 1px;
    border-radius: 20%;
}

    .colorNumero:hover {
        background-color: rgb(159, 16, 3);
        border: 3px, solid, rgb(159, 16, 3);
        color: white;
        border-radius: 20%;
    }
.colorCentral {
    width: 60px !important;
    background-color: rgb(56, 86, 86);
    border: 3px, solid, rgb(56, 86, 86);
    font-size: 20px;
    font-weight: bolder;
    color: white;
    margin: 1px;
    border-radius: 20%;
}
.colorOk {
    width: 60px !important;
    background-color: rgb(159, 16, 3);
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px, solid, white;
    margin: 1px;
    border-radius: 20%;
}
    .colorOk:hover {
        background-color: rgb(159, 16, 3);
        border: 3px, solid, rgb(159, 16, 3);
        color: white;
        border-radius: 20%;
    }

.rotuloCliente {
    font-size: 16px;
}

#ticketPar, #ticketImpar {
    background-color: rgb(237, 212, 177);
}

th {
    background-color: rgb(56, 86, 86) !important;
    color: white !important;
}

/* ***** CONTROL ***** */
.tablero_control_header {
    height: 55px;
    background-color: rgb(237, 212, 177);
    color: rgb(56, 86, 86);
    border-radius: 35px;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
}

.letra_tablero {
    width: 70px !important;
    background-color: rgb(56, 86, 86);
    border: 4px, solid, rgb(237, 212, 177);
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.numero_tablero {
    background-color: white;
    color: rgb(56, 32, 128);
    border: 4px, solid, rgb(56, 86, 86);
    font-size: 35px;
    font-weight: bolder;
}

.bolillaNeon {
    /*box-shadow: 0 0 7px 1px #FF1493, 0 0 7px 1px #FF1493;*/
    /*box-shadow: 0 0 7px 1px #04c308, 0 0 7px 1px #04c308;*/
    border: 3px, outset, yellow;

}

/* ***** TABLERO BINGO ***** */
.header_tablero_bingo {
    height: 60px;
    background-color: rgb(237, 212, 177);
    color: rgb(56, 86, 86);
    border-radius: 35px;
    align-items: center;
    font-size: 45px;
    font-weight: bold;
}

.letra_tablero_bingo {
    background-color: rgb(56, 86, 86);
    color: white;
    border: 5px, solid, rgb(237, 212, 177);
    font-size: 40px;
    font-weight: bold;
}

.numero_tablero_bingo {
    background-color: white;
    color: rgb(56, 32, 128);
    border: 5px, solid, rgb(56, 86, 86);
    font-size: 45px;
    font-weight: bolder;
}

.footer_tablero_bingo {
    background-color: rgb(56, 86, 86);
}

.secuencia_tablero_bingo {
    background-color: rgb(237, 212, 177);
}

#sec02, #sec03, #sec04, #sec05 {
    background-color: rgb(56, 86, 86);
    color: white;
    font-size: 40px;
    font-weight: bold;
    border-radius: 20px;
}

#sec01 {
    background-color: rgb(159, 16, 3);
    color: white;
    font-size: 40px;
    font-weight: bold;
    border-radius: 20px;
}

.bolillaOk {
    background-color: rgb(159, 16, 3);
    color: white;
    font-weight: bolder;
}

.play {
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: bold;
    color: rgb(56, 86, 86)
}

    .play:hover {
        color: rgb(237, 212, 177);
    }

.bolilla {
    display: flex;
    align-items: center;
    background-color: rgb(159, 16, 3);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    font-size: 50px;
    font-weight: bold;
    color: white;
}

    .bolilla:hover {
        align-items: center;
        background-color: rgb(56, 86, 86);
        color: white;
    }

.bolilla_spinner {
    display: flex;
    align-items: center;
    font-size: 40px;
    width: 130px;
    height: 130px;
    font-weight: bold;
    color: rgb(159, 16, 3)
}

.btn_on {
    background-color: rgb(159, 16, 3);
    align-items: center;
    font-weight: bold;
    color: rgb(237, 212, 177);
}

.btn_off {
    background-color: rgb(237, 212, 177);
    align-items: center;
    font-weight: bold;
    color: rgb(159, 16, 3)
}

/* SORTEOS */

.bolillaSorteo {
    box-shadow: inset 0 0 15px rgba(135, 135, 135, .1), 0 0 18px 3px rgba(0, 0, 0, .3);
    align-items: center;
    width: 450px;
    height: 150px;
    font-size: 100px;
    font-weight: bold;
    background-color: rgb(56, 86, 86);
    color: white;
    animation: flicker 1.5s infinite alternate;
}
/* Flickering animation */
@keyframes flicker {

    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #0fa, 0 0 80px #0fa, 0 0 90px #0fa, 0 0 100px #0fa, 0 0 150px #0fa;
    }

    20%, 24%, 25% {
        text-shadow: none;
    }
}
.bolillaSorteo:hover {
    box-shadow: inset 0 0 15px rgba(135, 135, 135, .1), 0 0 18px 3px rgba(0, 0, 0, .3);
    align-items: center;
    background-color: rgb(237, 212, 177);
    color: white;
}

.bolilla_spinnerSorteo {
    align-items: center;
    font-size: 100px;
    font-weight: bold;
    color: rgb(159, 16, 3)
}

/* CORUSELL */
.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #ff0000;
    font-size: 20px;
    /*padding: 4px 4px;*/
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    background-color: white;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 3.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* swal fire */
.swal2-title {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*margin: .0em .0em  !important;*/
    /*font-size: 10em !important;*/
    /*color: green !important;*/
}
.personalizado {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*margin: .0em .0em  !important;*/
    font-size: 10em !important;
    /*color: green !important;*/
}

.swal2-html-container {
/*    font-family: "Times New Roman", Times, serif;
    font-size: 20px !important;
    color: blue !important;*/
}

.swal2-confirm {
    /*background-color: orange !important;*/
}