/* /Components/HeaderPager.razor.rz.scp.css */
header[b-hdvyg44p8a] {
    background-color: var(--primary);
    border-radius: 1rem;
    font-family: 'Oswald', serif;
    color: white;
    width: 100%;
    padding: 1rem;
}

header .title[b-hdvyg44p8a] {
    margin: .5rem;
    text-transform: uppercase;
}

header .subtitle[b-hdvyg44p8a] {
    margin: .5rem;
    color: #ebebeb;
}
/* /Components/TablePaged.razor.rz.scp.css */
section[b-m2h0f7zxed] {
    background-color: #fff;
    width: 100%;
    height: stretch;
    border: 1px solid #e6e6e6;
    border-radius: 0.75rem;
    padding: 2rem;
}

.table-head[b-m2h0f7zxed] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    color: #737373;
    font-size: 0.75rem;
}

.table-head input[type="search"][b-m2h0f7zxed],
.table-head button[b-m2h0f7zxed],
.table-head select[b-m2h0f7zxed] {
    padding: 0.5rem;
    border-radius: 0.6rem;
}
.table-head select[b-m2h0f7zxed],
.table-head input[type="search"][b-m2h0f7zxed] {
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    font-size: 0.75rem;
}

.table-head input[type="search"][b-m2h0f7zxed] {
    width: 300px;
}

.table-head input[type="search"]:focus-visible[b-m2h0f7zxed] {
    outline: 1px solid var(--primary);
}

.table-head button[b-m2h0f7zxed] {
    view-transition-name: btn-add-nav;
    font-size: 1rem;
    cursor: pointer;
    margin-left: auto;
    border: none;
    background-color: var(--primary);
    color: #fff;
    width: 100px;
}

section table[b-m2h0f7zxed] {
    width: 100%;
    border-collapse: collapse;
    font-size: .75rem;
}

section table tr[b-m2h0f7zxed] {
    border-bottom: 1px solid #e6e6e6;
}

section table th[b-m2h0f7zxed],
section table td[b-m2h0f7zxed] {
    padding: 0.75rem;
}

section table td[b-m2h0f7zxed] {
    text-align: center;
}

section table td.td-count[b-m2h0f7zxed] {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #606060;
}

section table td.td-number span[b-m2h0f7zxed] {
    display: flex;
    justify-content: center;
}

section table td span.count[b-m2h0f7zxed] {
    background-color: #e6e6e6;
    display: inline-flex;
    font-size: 0.6rem;
    border-radius: 999px;
    width: 1.2rem;
    height: 1.2rem;
    justify-content: center;
    align-items: center;
}

section table td.td-bool[b-m2h0f7zxed] {
    text-align: center;
    font-size: 0.65rem;
}

section table td.td-bool span[b-m2h0f7zxed] {
    background-color: #e6e6e6;
    padding: 0.3rem 0.8rem;
    border-radius: 0.75rem;
}

section table td span.highlight[b-m2h0f7zxed] {
    color: white;
    background-color: var(--primary);
}

section table tbody tr[b-m2h0f7zxed] {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

section table tbody tr:hover[b-m2h0f7zxed] {
    background-color: #f4f4f4;
    cursor: pointer;
}
/* /Components/TableSimple.razor.rz.scp.css */
section[b-c50xa4khd6] {
    background-color: #fff;
    width: 100%;
    height: stretch;
    border: 1px solid #e6e6e6;
    border-radius: 0.75rem;
    padding: 2rem;
}

.table-head[b-c50xa4khd6] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    color: #737373;
    font-size: 0.75rem;
}

.table-head input[type="search"][b-c50xa4khd6] {
    padding: 0.5rem;
    border-radius: 0.6rem;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    font-size: 0.75rem;
    width: 300px;
}
.table-head input[type="search"]:focus-visible[b-c50xa4khd6] {
    outline: 1px solid var(--primary);
}

.table-head button[b-c50xa4khd6] {
    view-transition-name: btn-add-nav;
    font-size: 1rem;
    cursor: pointer;
    margin-left: auto;
    padding: 0.5rem;
    border-radius: 0.6rem;
    border: none;
    background-color: var(--primary);
    color: #fff;
    width: 100px;
}

section table[b-c50xa4khd6] {
    width: 100%;
    border-collapse: collapse;
    font-size: .75rem;
}

section table tr[b-c50xa4khd6] {
    border-bottom: 1px solid #e6e6e6;
}

section table th[b-c50xa4khd6],
section table td[b-c50xa4khd6] {
    padding: 0.75rem;
}

section table td[b-c50xa4khd6] {
    text-align: center;
}

section table td.td-count[b-c50xa4khd6] {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #606060;
}

section table td.td-number span[b-c50xa4khd6] {
    display: flex;
    justify-content: center;
}

section table td span.count[b-c50xa4khd6] {
    background-color: #e6e6e6;
    display: inline-flex;
    font-size: 0.6rem;
    border-radius: 999px;
    width: 1.2rem;
    height: 1.2rem;
    justify-content: center;
    align-items: center;
}

section table td.td-bool[b-c50xa4khd6] {
    text-align: center;
    font-size: 0.65rem;
}

section table td.td-bool span[b-c50xa4khd6] {
    background-color: #e6e6e6;
    padding: 0.3rem 0.8rem;
    border-radius: 0.75rem;
}

section table td span.highlight[b-c50xa4khd6] {
    color: white;
    background-color: var(--primary);
}

section table tbody tr[b-c50xa4khd6] {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

section table tbody tr:hover[b-c50xa4khd6] {
    background-color: #f4f4f4;
    cursor: pointer;
}
/* /Layout/Sidebar.razor.rz.scp.css */
.sidebar[b-38j4z7hjyg] {
    background-color: #141414;
    display: flex;
    flex-direction: column;
    height: 100svh;
    width: 16rem;
}

.sidebar-header[b-38j4z7hjyg],
.sidebar-footer[b-38j4z7hjyg] {
    padding: 1rem;
    color: rgba(235, 235, 235, 0.4);
}

.sidebar-header[b-38j4z7hjyg] {
    border-bottom: 1px solid #2e2e2e;
}

.sidebar-footer[b-38j4z7hjyg] {
    border-top: 1px solid #2e2e2e;
}

.sidebar-content[b-38j4z7hjyg] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1 0%;
}

.sidebar-group[b-38j4z7hjyg] {
    padding: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sidebar-group-label[b-38j4z7hjyg] {
    padding: 0.5rem;
    color: rgba(235, 235, 235, 0.4);
}

.sidebar-menu-button[b-38j4z7hjyg]  a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sidebar-menu[b-38j4z7hjyg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sidebar-menu-item[b-38j4z7hjyg]  a {
    color: #ebebeb;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: calc(0.75rem - 2px);
    font-size: .90rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.sidebar-menu-item[b-38j4z7hjyg]  a.active {
    background-color: var(--primary);
}

.sidebar-menu-item[b-38j4z7hjyg]  a:hover {
    background-color: #262626;
}

.sidebar-menu-button[b-38j4z7hjyg]  a:hover:not(.active) {
    background-color: #1f1f1f;
}

.sidebar-menu-item[b-38j4z7hjyg]  svg {
    color: white;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}
/* /Pages/Deportes/Create.razor.rz.scp.css */
.form-control[b-h0hzonrkto] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    font-size: 0.95rem;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.desc-input[b-h0hzonrkto] {
    flex: 1;
}

.form-control:focus[b-h0hzonrkto] {
    border-color: #9ca3af;
}

.form-control[b-h0hzonrkto]::placeholder {
    color: #9ca3af;
}

.incidencias-box[b-h0hzonrkto] {
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    padding: 16px;
}

.flex-between[b-h0hzonrkto] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.incidencias-row[b-h0hzonrkto] {
    display: flex;
    gap: 12px;
}

.flex-align-center[b-h0hzonrkto] {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    align-items: center;
}

.desc-input[b-h0hzonrkto] {
    flex: 1;
}

.pts-input[b-h0hzonrkto] {
    width: 80px;
    text-align: center;
}

.actions-row[b-h0hzonrkto] {
    margin-top: 16px;
}

.modal-content input[b-h0hzonrkto] {
    border-radius: .75rem;
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
}

.relative[b-h0hzonrkto] {
    position: relative;
}

.autocomplete-dropdown[b-h0hzonrkto] {
    position: absolute;
    border: 1px solid #d2d2d2;
    border-radius: .75rem;
    box-shadow: 2px 2px 2px #d2d2d2;
    list-style: none;
    margin: 0;
    padding: 0.2rem;
    top: calc(100% + 2px);
    background-color: white;
}

.autocomplete-dropdown > li[b-h0hzonrkto] {
    border-radius: .75rem;
    padding: 0.5rem 0.7rem;
    cursor: pointer;
}

.autocomplete-dropdown > li:hover[b-h0hzonrkto] {
    background-color: #d2d2d2;
}

.selection-group[b-h0hzonrkto] {
    margin: 0;
    padding: 0;
}

.selection-group li[b-h0hzonrkto] {
    transition: all ease-in-out 0.25s;
}

#btnSearch[b-h0hzonrkto] {
    border: 1px solid #d2d2d2;
    border-radius: .75rem;
    background-color: var(--primary);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem;
}
