* {
    scrollbar-width: thin !important;
}

body {
    min-height: 100vh;
    width: 100%;
    background: url(../img/Fondo-Azul.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;overflow-x: hidden;
    /* display: grid;
    place-items: center; */
}

.blend {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
}

.hide {
    display: none;
}

a.btn {
    width: 50%;
}

.volver {
    border-radius: 2em;
    width: auto !important;
}


#resultadosGrupo {

    th:first-child,
    td:first-child {
        position: sticky;
        left: 0;
    }

    th:first-of-type {
        text-align: start;
    }
}

.spbt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #0d6efd !important;

}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {

    background-color: #0b5ed7 !important;
}

.futer{
    /* position: fixed; */
    width: 100%;
    bottom: .5em;
    text-align: center;
    margin-top: 2em;
    text-wrap: wrap;
    h6 {
        text-wrap: wrap;
    }
}

@media (orientation=portrait){
    html{font-size: 14px};
}