@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.centrar {
    display: flex;
    justify-content:center;
}

.alinear-centro
{
    display:flex;
    justify-content:center;
    align-items: center;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.colorMundialTexto {
    color: #711129;
}
.color-copaamerica-fondo {
    /*background-color: #711129;*/
}
.color-copaamerica-fondo th {
    /*background-color: rgb(54 21 131);*/
    /*color: white;*/
}
.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.degradado {
    border-radius: 5px;
    background-color: dodgerblue;
    background: linear-gradient(#145d90,#145d90,#145d90,#145d90,#145d90,#fff,#fff);
}

.cuadro {
    border: 1.5px solid #711129;
    border-radius: 5px;
    padding: 20px;
    border-radius: 1px;
    margin-bottom: 1%;
    margin: auto;
    font-weight: bold;
}

.fondo-inicio {
    background-image: url(/images/bgCopaAmerica2024.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

.fondo-transparente {
    background-color: #ff000000 !important;
}

.fondo-dialog {
    background: linear-gradient(180deg, rgba(22, 22, 37, 1) 23%, rgba(13, 38, 64, 1) 71%, rgba(0, 37, 106, 1) 96%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    position: relative;
    scrollbar-width: none;
}

.carusel-dimenciones{
    height: calc(100vh - 164px);
}


@media (max-width: 641px) {
    .size-22 {
        height: 1400px !important;
    }

    .imagen-tabla {
        /*display: none;
        visibility: hidden;*/
        /*height: 20em;*/
        overflow-x: auto;
    }

    .carusel-dimenciones {
        height: 20em;
    }
}

@media (max-width: 630px) {

    .toledo-logo {
        height: 6em;
    }

    .carusel-dimenciones {
        height: 20em;
    }
}

@media (min-width: 630px) {

    .toledo-logo {
        height: 12em;
    }

    .sidebar .toledo-logo {
        height: 6em;
    }

    .navbar-toggler-conteiner {
        display: none !important;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
}

.customHeader {
    background: linear-gradient(270deg, rgb(54 21 131) 7%, rgb(12 1 66) 67%);
    color: white;
    /*height: 50px;
    width: 100%;
    border-radius: 5px;*/
}

th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: rgb(54 21 131);
    color: whitesmoke;
}

.toledo-logo-azul {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    position: relative;
}

.toledo-logo {
    background-image: url(/images/logoToledoBlanco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 31em;
    position: relative;
}

/*NavMenu*/
.navbar-toggler-conteiner {
    background-color: rgba(255, 255, 255, 0.1);
    align-items: center;
}

.top-row {
    height: 6.0rem;
    background: linear-gradient(220deg, rgb(23 71 158) 25%, rgb(13 14 75) 40%);
    margin: 0px;
}

.custom-bar {
    background-color: #38b9cd !important;
    color: white;
    font-weight: bold;
}

.background {
    background: rgb(158,23,56);
    background: linear-gradient(180deg, rgba(158,23,56,1) 7%, rgba(75,13,28,1) 67%);
}

.LoginBackground {
    background: rgb(158,23,56);
    background: radial-gradient(circle, rgba(158,23,56,1) 20%, rgba(75,13,28,1) 81%);
}

.text-blue {
    color: #0d2640
}

.custom-nav {
    margin-top: 7%;
}


.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item a.active {
    background-color: rgba(255,255,255,0.25) !important;
    color: white !important;
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: white !important;
}

/*Estilos del Login*/

.fondo-inicio {
    background-image: url(/images/bgCopaAmerica2024.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

.right {
    position: absolute; 
    width: 100%; 
    height: 100%; 
}

.imagen {
    width: 50em;
}

.color-boton-default {
    background-color: rgb(123 122 133) !important;
    color: white !important;
}

.botones-login{
    align-content: center;
}

/*Fin estilos del Login*/

/* Si la pantalla esta en lo mas chico */
@media (max-width: 641px) {
    /*.right {
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(22,22,37,1) 23%, rgba(13,38,64,1) 71%, rgba(0,37,106,1) 96%);
        margin: 0px;
    }*/

    .toledo-logo-azul {
        height: 5rem;
        width: 90%;
    }

    .bottom-movil {
        display: flex;
        justify-content: center;
        margin: 10px;
    }

    .imagen {
        width: 35em !important;
    }

    .botones-login{
        align-content: end;
    }
}

/* Si la pantalla esta en lo mas chico del alto*/
@media (max-height: 641px) {
    .imagen {
        width: 35em !important;
        height: 20em !important;
    }
}
@media (max-height: 740px) {
    .imagen {
        width: 35em !important;
        height: 20em !important;
    }
}

/* Si la pantalla esta en lo mediano */
@media (max-width: 991px) {
    .botones-login {
        align-content: end;
    }
}
    
@media (max-width: 767px) {
    .fondo-oscuro {
        background-color: black;
        color: white;
    }

    /*.left {
        display: none !important;
        visibility: hidden !important;
    }*/
/*
    .imagen {
        display: none !important;
        visibility: hidden !important;
    }*/

    /*.right {
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(22,22,37,1) 23%, rgba(13,38,64,1) 71%, rgba(0,37,106,1) 96%);
        margin: 0px;
        position: absolute
    }*/

    .bottom-movil {
        display: flex;
        justify-content: center;
        margin: 10px;
    }

    .botones-login {
        align-content: end;
        margin-bottom: 4em !important;
    }
}

.left {
    background-image: radial-gradient(circle, white 0%, transparent 55%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
}

@media (min-width: 641px) {
    /*.left {
        background-image: radial-gradient(circle, white 0%, transparent 60%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        width: 100%;
        position: relative;
    }*/


}

/* Si la pantalla esta en lo mas grande  */
@media (min-width: 768px) {

    .heigth-image {
        height: 60%;
    }

    .margin-top-image {
        margin-top: 5%;
    }

    .bottom-movil {
        display: flex;
        justify-content: space-around;
    }


    .toledo-logo-azul {
        height: 7em;
        width: 60%;
    }
}

.fondo-blur {
    backdrop-filter: blur(10px);
}


.mud-input-label {
    color: white !important;
}

.txt-blanco{
    color:white !important;
}

/*estilos de vista de Jugadores*/
.fondo-copaamerica {
    background-image: url(/images/bgCopaAmerica2024.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

/*estilos de vista de Eqipos*/
.bandera-boton {
    width: 3em;
    height: 3em;
}

.bandera-logo {
    width: 6em;
    height: 6em;
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/*estilos de vista de Estadios*/
.estadios {
    margin: 15px;
    border: 2px solid #171171;
}

.team-flag {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 9999px;
}

/*cuestionario*/
.fondo-cuestionario {
    background-image: url(/images/bgCopaAmerica2024.webp);
    background-position: right;
    background-repeat: repeat-y;
    background-size: auto;
}

/*estilos de Formaciones*/

.adaptar-tamanio-jugadores {
    height: 5em;
}

.cuadro-formacion-alineacion {
    border: 2px solid rgb(54 21 131) !important;
    margin: 0 0 0 0 !important;
}
/*Si la pantalla esta en lo mas chico*/ 
@media (max-width: 641px) {
    .adaptar-tamanio-jugadores {
        height: 3em !important;
    }

    .cuadro-formacion-alineacion {
        margin: 2em 0 0 0 !important;
    }
}
/*Si la pantalla esta en lo mediano*/
@media (max-width: 768px) {
    .adaptar-tamanio-jugadores {
        height: 3em !important;
    }
    .cuadro-formacion-alineacion {
        margin: 2em 0 0 0 !important;
    }
}
@media (max-width: 991px) {
    .cuadro-formacion-alineacion {
        margin: 2em 0 0 0 !important;
    }

    .estadios {
        margin: 15px 0 15px 0;
        border: 2px solid #171171;
    }
}
