/* /Pages/FixturesComponent.razor.rz.scp.css */
.content[b-kzds73z6c8] {
    text-align: center;
    padding-top: 20px;
}

.matches[b-kzds73z6c8] {
    max-width: 800px;
    margin: 0 auto;
}

.match[b-kzds73z6c8] {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

img[b-kzds73z6c8] {
    width: 30px;
    height: 20px;
    margin-top: -40px;
}

input[type="number"][b-kzds73z6c8] {
    width: 50px; /* Reducir el ancho según tus preferencias */
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-width: 1px;
}

    /* Estilos para ocultar las flechas en los campos de número */
    input[type="number"][b-kzds73z6c8]::-webkit-inner-spin-button,
    input[type="number"][b-kzds73z6c8]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

button[b-kzds73z6c8] {
    padding: 5px 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:disabled[b-kzds73z6c8] {
    background-color: #ccc;
    cursor: not-allowed;
}

.pronostico[b-kzds73z6c8], .real-score[b-kzds73z6c8] {
    margin-bottom: 10px;
}

.pronostico[b-kzds73z6c8] {
    display: inline-flex;
    align-items: center;
}

.is-invalid[b-kzds73z6c8] {
    border-color: red;
    background-color: #f2dede;
    color: #a94442;
}

.green-border[b-kzds73z6c8] {
    transition: border 0.3s;
}

.green-border-success[b-kzds73z6c8] {
    border: 1px solid green !important;
}

.rcircle[b-kzds73z6c8] {
    width: 40px;
    border-radius: 50%;
    background: orange;
    line-height: 0;
    position: relative;
}

.rcircle[b-kzds73z6c8]::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.rcircle .pointsObtained[b-kzds73z6c8] {
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-weight: 700;
    color: white;
    font-size: 24px;
}

.totalPoints[b-kzds73z6c8] {
    position: relative;
    top: -65px;
    left: 0;
    float: right;
}

.hide-match[b-kzds73z6c8] {
    display: none;
}

.country-name[b-kzds73z6c8]{
    font-weight: bold;
}

.banderas[b-kzds73z6c8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.input-scores[b-kzds73z6c8] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-scores input[type="number"][b-kzds73z6c8] {
    margin-block-end: 10px;
    text-align: center;
}
/* /Pages/LeaderboardComponent.razor.rz.scp.css */
.content[b-7d0p3yxl22] {
    text-align: center;
}

.matches[b-7d0p3yxl22] {
    max-width: 800px;
    margin: 0 auto;
}

.match[b-7d0p3yxl22] {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

img[b-7d0p3yxl22] {
    width: 30px;
    height: 20px;
    margin-right: 10px;
}

input[type="number"][b-7d0p3yxl22] {
    width: 50px; /* Reducir el ancho según tus preferencias */
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-width: 1px;
}

    /* Estilos para ocultar las flechas en los campos de número */
    input[type="number"][b-7d0p3yxl22]::-webkit-inner-spin-button,
    input[type="number"][b-7d0p3yxl22]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

button[b-7d0p3yxl22] {
    padding: 5px 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

    button:disabled[b-7d0p3yxl22] {
        background-color: #ccc;
        cursor: not-allowed;
    }
/* /Shared/AccessControl.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3075ua0jyw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3075ua0jyw] {
    flex: 1;
}

.sidebar[b-3075ua0jyw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3075ua0jyw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3075ua0jyw]  a, .top-row[b-3075ua0jyw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3075ua0jyw]  a:hover, .top-row[b-3075ua0jyw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3075ua0jyw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3075ua0jyw] {
        display: none;
    }

    .top-row.auth[b-3075ua0jyw] {
        justify-content: space-between;
    }

    .top-row[b-3075ua0jyw]  a, .top-row[b-3075ua0jyw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3075ua0jyw] {
        flex-direction: row;
    }

    .sidebar[b-3075ua0jyw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3075ua0jyw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3075ua0jyw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3075ua0jyw], article[b-3075ua0jyw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ibej1u2km7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ibej1u2km7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ibej1u2km7] {
    font-size: 1.1rem;
}

.oi[b-ibej1u2km7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ibej1u2km7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ibej1u2km7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ibej1u2km7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ibej1u2km7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ibej1u2km7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ibej1u2km7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ibej1u2km7] {
        display: none;
    }

    .collapse[b-ibej1u2km7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
