/* _content/ICF/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uqtxwgumlj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uqtxwgumlj] {
    flex: 1;
}

.sidebar[b-uqtxwgumlj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uqtxwgumlj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uqtxwgumlj]  a, .top-row[b-uqtxwgumlj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uqtxwgumlj]  a:hover, .top-row[b-uqtxwgumlj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uqtxwgumlj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-uqtxwgumlj] {
        justify-content: space-between;
    }

    .top-row[b-uqtxwgumlj]  a, .top-row[b-uqtxwgumlj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uqtxwgumlj] {
        flex-direction: row;
    }

    .sidebar[b-uqtxwgumlj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uqtxwgumlj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uqtxwgumlj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uqtxwgumlj], article[b-uqtxwgumlj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uqtxwgumlj] {
    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[b-uqtxwgumlj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ICF/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-njr5cmc3cg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.stick-to-top[b-njr5cmc3cg] {
    position: sticky;
    top: 0;
}

.top-row[b-njr5cmc3cg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-njr5cmc3cg] {
    font-size: 1.1rem;
}

.bi[b-njr5cmc3cg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-cloud-upload-fill-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cloud-upload-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0'%3E%3C/path%3E%3C/svg%3E");
}

.bi-trophy-fill-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-trophy-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5q0 .807-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5m.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935m10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935'%3E%3C/path%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-njr5cmc3cg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='white' d='M0 0h1v15h15v1H0zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07'/%3E%3C/svg%3E");
}

.nav-item[b-njr5cmc3cg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-njr5cmc3cg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-njr5cmc3cg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-njr5cmc3cg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-njr5cmc3cg]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-njr5cmc3cg]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-njr5cmc3cg] {
        display: none;
    }

    .collapse[b-njr5cmc3cg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-njr5cmc3cg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ICF/Components/Pages/Compare.razor.rz.scp.css */
.chart-container[b-wu57xx7abi] {
	width: 90%;
	max-width: 90%;
	height: auto;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.37);
	padding: 15px 15px 0px 15px;
	border-radius: 10px;
}

.main-div[b-wu57xx7abi] {
	justify-items: center;
}

.athlete-selector-div[b-wu57xx7abi] {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	width: 90%;
}

.select-group[b-wu57xx7abi] {
	display: flex;
	gap: 20px;
}

.discipline-selector-div[b-wu57xx7abi] {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.category-selector-div[b-wu57xx7abi] {
	margin-bottom: 20px;
	text-align: center;
}

select[b-wu57xx7abi] {
	padding: 2px;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
}
/* _content/ICF/Components/Pages/Competitors.razor.rz.scp.css */
.notCountRaces[b-3c8aaburrt] {
    background-color: lightgrey;
    color: black;
    font-style: italic;
    opacity: 0.5;
    overflow: hidden;
}

.hidden[b-3c8aaburrt] {
    display: none;
}

.visible[b-3c8aaburrt] {
    display: block;
}

.category-selecter-p[b-3c8aaburrt] {
    margin-bottom: 3px;
}

.category-selecter-div[b-3c8aaburrt] {
    margin-bottom: 10px;
}

.result-container[b-3c8aaburrt] {
    max-width: 960px;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
}

.enter-id[b-3c8aaburrt] {
    max-width: 500px;
    margin: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
/* Centered container styling */
.container[b-3c8aaburrt] {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Form group styling */
.form-group[b-3c8aaburrt] {
    margin-bottom: 20px;
}

input[type="text"][b-3c8aaburrt] {
    border: 1.2px solid #0c2850;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* Button styling */
button.btn[b-3c8aaburrt] {
    background-color: #19193e;
    color: #e8e8e8;
    border: 1.2px solid #e8e8e870;
    border-radius: 5px;
    transition: all 0.5s ease;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 70%;
}

    button.btn:hover[b-3c8aaburrt] {
        border: 1.2px solid #4073ff;
        background-color: #fcfcff;
        color: #000000;
    }

    button.btn:active[b-3c8aaburrt] {
        transform: scale(0.95);
    }

/* Result section titles */
.result h4[b-3c8aaburrt], .result h5[b-3c8aaburrt] {
    margin-top: 20px;
    color: #0c2850;
}

/* Table styling */
.table[b-3c8aaburrt] {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    color: #0c2850;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
}

    .table th[b-3c8aaburrt] {
        color: #0c2850;
        text-align: left;
        padding: 8px;
    }

    .table[b-3c8aaburrt], .table th[b-3c8aaburrt], .table td[b-3c8aaburrt] {
        border: 1px solid #e8e8e870;
        padding: 8px;
    }

        .table td[b-3c8aaburrt] {
            background-color: rgba(232, 232, 232, 0.2);
        }

        .table tbody tr:hover[b-3c8aaburrt] {
            background-color: rgba(0, 40, 80, 0.05);
        }

thead[b-3c8aaburrt] {
    background-color: lightgrey;
}


h3[b-3c8aaburrt] {
    color: #0c2850;
    margin-bottom: 20px;
    text-align: center;
}

.searchbar-dropdown-menu[b-3c8aaburrt] {
    display: block;
    position: absolute;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: white;
}

.searchbar-dropdown-item[b-3c8aaburrt] {
    display: block;
    padding: .1rem 0.5rem;
    cursor: pointer;
    text-decoration: none;
    color: #212529;
}

    .searchbar-dropdown-item:hover[b-3c8aaburrt] {
        background-color: #f1f7ff;
    }

.slalom-table[b-3c8aaburrt] {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    color: #0c2850;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
}

    .slalom-table[b-3c8aaburrt], .slalom-table th[b-3c8aaburrt], .slalom-table td[b-3c8aaburrt] {
        border: 1px solid #e8e8e870;
        padding: 8px;
    }

        .slalom-table thead[b-3c8aaburrt] {
            border-bottom: 2px solid;
        }

        .slalom-table td[b-3c8aaburrt] {
            background-color: rgba(232, 232, 232, 0.2);
        }

        .slalom-table tbody tr:hover[b-3c8aaburrt] {
            background-color: rgba(0, 40, 80, 0.05);
        }

.categories-wrapper[b-3c8aaburrt] {
    display: flex;
    justify-content: space-between;
}

.category-wrapper[b-3c8aaburrt] {
    width: 22%;
}

.informations-div[b-3c8aaburrt] {
    display: flex;
}

.information-texts[b-3c8aaburrt] {
    margin-right: 70px;
}

.infromation-chart[b-3c8aaburrt] {
    flex-grow: 1;
    align-content: center;
}

@media screen and (max-width: 768px) {
    .slalom-table[b-3c8aaburrt] {
        width: max-content;
    }

    .table[b-3c8aaburrt] {
        width: max-content;
    }

    .informations-div[b-3c8aaburrt] {
        display: block;
    }
}

.bold-text[b-3c8aaburrt] {
    font-weight: bold;
}

.k1-button-color[b-3c8aaburrt] {
    background-color: #1c2574 !important;
}

.c1-button-color[b-3c8aaburrt] {
    background-color: #0031ff !important;
}

.x1-button-color[b-3c8aaburrt] {
    background-color: #064d52 !important;
}

.xi1-button-color[b-3c8aaburrt] {
    background-color: #9dfd72 !important;
}
/* _content/ICF/Components/Pages/SlalomRanking.razor.rz.scp.css */
.change-icon[b-x6snkdkdrn] {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.caret-down-icon[b-x6snkdkdrn] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-caret-down-fill" viewBox="0 0 16 16"%3E%3Cpath d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/%3E%3C/svg%3E');
}

.caret-up-icon[b-x6snkdkdrn] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="green" class="bi bi-caret-up-fill" viewBox="0 0 16 16"%3E%3Cpath d="m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/%3E%3C/svg%3E');
}

.table-header[b-x6snkdkdrn] {
    font-weight: bold;
}

.loading-text[b-x6snkdkdrn] {
    margin-top: 3%;
}

.pagination[b-x6snkdkdrn] {
    overflow-x: auto;
    margin-top: 5px;
}

thead[b-x6snkdkdrn] {
    position: sticky;
    background-color: lightgrey;
}

    thead th[b-x6snkdkdrn]::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: black;
    }

.pagination-selector-btn[b-x6snkdkdrn] {
    background-color: #00000000;
    text-decoration: none;
    color: #0c2850;
    transition: all 0.5s ease;
    margin-right: 10px;
    font-size: 25px;
    padding: 0px 10px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .pagination-selector-btn:hover[b-x6snkdkdrn] {
        background-color: #0c2850;
        color: white;
    }

    .pagination-selector-btn:active[b-x6snkdkdrn] {
        transform: scale(0.95);
    }

    .pagination-selector-btn.active[b-x6snkdkdrn] {
        background-color: #0c2850;
        color: white;
    }

.ranking-selector-div .mobile-view[b-x6snkdkdrn] {
    display: none; /* Hidden by default */
}

.ranking-selector-div .desktop-view[b-x6snkdkdrn] {
    display: block; /* Shown by default */
}
.btn-wrapper[b-x6snkdkdrn]{
    display:flex;
    justify-content:space-between;
}
.ranking-selector-btn[b-x6snkdkdrn], .ranking-selector-btn-cross[b-x6snkdkdrn] {
    color: #0c2850;
    cursor: pointer;
    color: #0c2850;
    border: 0px solid #e7e8ff;
    transition: all 0.4s ease;
    cursor: pointer;
    min-width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: -webkit-fill-available;
    background-color: #c1ebfe;
    margin-right: 1px;
    text-wrap: nowrap;
}

.ranking-selector-btn-active[b-x6snkdkdrn], .ranking-selector-btn-cross-active[b-x6snkdkdrn] {
    padding-right: 35px;
    padding-left: 35px;
    background-color: #19193e;
    color: #e8e8e8;
    min-width: auto;
    border: 0px solid #19193e;
    box-shadow: 5px 9px 8px #cbced1;
    transition: all 0.4s ease;
    padding: 8px 35px;
    margin-right: 1px;
    text-wrap: nowrap;
    width: -webkit-fill-available;
}
.ranking-selector-btn-cross-active[b-x6snkdkdrn] {
    background-color: #1c9ad7;
}
    .header-selector-buttons[b-x6snkdkdrn] {
    display: flex;
    width: 40%;
    font-size: small;
}
/* Mobile Styles */
@media screen and (max-width: 1024px) {
    .pagination-selector-btn[b-x6snkdkdrn] {
        font-size: 20px;
        padding: 0px 6px;
    }

    .ranking-selector-div[b-x6snkdkdrn] {
        border-radius: 0px;
    }

    h2[b-x6snkdkdrn] {
        justify-self: center;
    }

    .header-first-line[b-x6snkdkdrn] {
        display: flex;
        justify-content: center;
    }

    .table-selector[b-x6snkdkdrn] {
        font-size: 9px;
    }

    .table-element-selector[b-x6snkdkdrn] {
        padding: 8px;
    }

    .row-value-selector[b-x6snkdkdrn] {
        padding: 4px;
    }

    .header-selector-buttons[b-x6snkdkdrn] {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-wrap-mode: nowrap;
    }

    .ranklist-open[b-x6snkdkdrn] {
        font-size: smaller;
    }

    .ranking-selector-div .mobile-view[b-x6snkdkdrn] {
        display: block; /* Show mobile view */
    }

    .ranking-selector-div .desktop-view[b-x6snkdkdrn] {
        display: none; /* Hide desktop view */
    }

    .slalom-buttons-group[b-x6snkdkdrn] {
        display: flex;
        flex-direction: column;
    }

    .cross-buttons-group[b-x6snkdkdrn] {
        display: flex;
        flex-direction: column;
    }

    .table-header[b-x6snkdkdrn] {
        font-size: small;
    }

    .ranking-selector-btn[b-x6snkdkdrn][b-x6snkdkdrn], .ranking-selector-btn-cross[b-x6snkdkdrn] {
        margin-bottom: 2px;
    }
    .ranking-selector-btn-active[b-x6snkdkdrn][b-x6snkdkdrn], .ranking-selector-btn-cross-active[b-x6snkdkdrn] {
        margin-bottom: 2px;
        padding-right: 4px;
        padding-left: 4px;
    }
}

.table-selector[b-x6snkdkdrn] {
    width: 100%;
    margin-top: 2%;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
}

.ranking-table-row:hover[b-x6snkdkdrn] {
    background-color: lightgrey;
}

.table-element-selector[b-x6snkdkdrn] {
    padding: 8px;
    border: 1px solid;


    color: #0c2850;
    cursor: pointer;
}

.row-value-selector[b-x6snkdkdrn] {
    padding-left: 10px;
    border: 1px solid #e8e8e870;
    color: #19193e;
}

code[b-x6snkdkdrn] {
    color: #c02d76;
}

.clickable[b-x6snkdkdrn] {
    cursor: pointer;
    margin-bottom: 20px;
}

    .clickable:hover[b-x6snkdkdrn] {
        color: #1c9ad7;
    }

.cross-btn[b-x6snkdkdrn] {
    background-color: #1c9ad7;
}
/* _content/ICF/Components/Pages/SprintRanking.razor.rz.scp.css */
.change-icon[b-exuj11ti7u] {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.category-selector-div[b-exuj11ti7u] {
    display: flex;
    justify-content: center;
    margin-top: -20px;
}
.caret-down-icon[b-exuj11ti7u] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-caret-down-fill" viewBox="0 0 16 16"%3E%3Cpath d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/%3E%3C/svg%3E');
}

.caret-up-icon[b-exuj11ti7u] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="green" class="bi bi-caret-up-fill" viewBox="0 0 16 16"%3E%3Cpath d="m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/%3E%3C/svg%3E');
}

.table-header[b-exuj11ti7u] {
    font-weight: bold;
}


.loading-text[b-exuj11ti7u] {
    margin-top: 3%;
}

.pagination[b-exuj11ti7u] {
    overflow-x: auto;
    margin-top: 5px;
}

thead[b-exuj11ti7u] {
    position: sticky;
    background-color: lightgrey;
}

    thead th[b-exuj11ti7u]::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: black;
    }

.pagination-selector-btn[b-exuj11ti7u] {
    background-color: #00000000;
    text-decoration: none;
    color: #0c2850;
    transition: all 0.5s ease;
    margin-right: 10px;
    font-size: 25px;
    padding: 0px 10px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .pagination-selector-btn:hover[b-exuj11ti7u] {
        background-color: #0c2850;
        color: white;
    }

    .pagination-selector-btn:active[b-exuj11ti7u] {
        transform: scale(0.95);
    }

    .pagination-selector-btn.active[b-exuj11ti7u] {
        background-color: #0c2850;
        color: white;
    }

.ranking-selector-div .mobile-view[b-exuj11ti7u] {
    display: none; /* Hidden by default */
}

.ranking-selector-div .desktop-view[b-exuj11ti7u] {
    display: block; /* Shown by default */
}

.ranking-selector-btn[b-exuj11ti7u] {
    color: #0c2850;
    cursor: pointer;
    color: #0c2850;
    border: 0 solid #e7e8ff;
    transition: all 0.4s ease;
    cursor: pointer;
    min-width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: -webkit-fill-available;
    background-color: #c1ebfe;
    margin-bottom: 2px;
    margin-right: 1px;
    text-wrap: nowrap;
}

.ranking-selector-btn-active[b-exuj11ti7u] {
    padding-right: 35px;
    padding-left: 35px;
    background-color: #19193e;
    color: #e8e8e8;
    min-width: auto;
    border: 0 solid #19193e;
    box-shadow: 5px 9px 8px #cbced1;
    transition: all 0.4s ease;
    padding: 8px 35px;
    width: -webkit-fill-available;
    margin-bottom: 2px;
    margin-right: 1px;
    text-wrap: nowrap;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .pagination-selector-btn[b-exuj11ti7u] {
        font-size: 20px;
        padding: 0px 6px;
    }

    .category-selector-div[b-exuj11ti7u] {
        display: block;
        margin-top: -10px;
    }

    .ranking-selector-div[b-exuj11ti7u] {
        border-radius: 0px;
    }

    h2[b-exuj11ti7u] {
        justify-self: center;
    }

    .header-first-line[b-exuj11ti7u] {
        display: flex;
        justify-content: center;
    }

    .table-selector[b-exuj11ti7u] {
        font-size: 9px;
    }

    .table-element-selector[b-exuj11ti7u] {
        padding: 8px;
    }

    .row-value-selector[b-exuj11ti7u] {
        padding: 4px;
    }

    .category-selector-buttons[b-exuj11ti7u] {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .ranking-selector-div .mobile-view[b-exuj11ti7u] {
        display: block; /* Show mobile view */
    }

    .ranking-selector-div .desktop-view[b-exuj11ti7u] {
        display: none; /* Hide desktop view */
    }

}

.table-selector[b-exuj11ti7u] {
    width: 100%;
    margin-top: 2%;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
}

.table-element-selector[b-exuj11ti7u] {
    padding: 8px;
    border: 1px solid;
    color: #0c2850;
    cursor: pointer;
}

.row-value-selector[b-exuj11ti7u] {
    padding-left: 10px;
    border: 1px solid #e8e8e870;
    color: #19193e;
}

.ranking-table-row:hover[b-exuj11ti7u] {
    background-color: lightgrey;
}

code[b-exuj11ti7u] {
    color: #c02d76;
}

.clickable[b-exuj11ti7u] {
    cursor: pointer;
    margin-bottom: 20px;
}

    .clickable:hover[b-exuj11ti7u] {
        color: #1c9ad7;
    }
/* _content/ICF/Components/Pages/Upload.razor.rz.scp.css */
 /* Upload container styling */
.upload-container[b-13iu4wkk0m] {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    padding-top: 0;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 20px;
}

h3[b-13iu4wkk0m] {
    color: #0c2850;
    margin-bottom: 20px;
    text-align: center;
}

/* Input file styling */
.input-file[b-13iu4wkk0m] {
    display: block;
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.input-file:focus[b-13iu4wkk0m] {
    border-color: #4073ff;
    outline: none;
}

/* File info and status message styling */
.file-info[b-13iu4wkk0m], .file-path[b-13iu4wkk0m] {
    text-align: center;
    margin-top: 10px;
    color: #555;
}

.status-message[b-13iu4wkk0m] {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.status-error[b-13iu4wkk0m] {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: indianred;
}

.success[b-13iu4wkk0m] {
    color: green;
}

.error[b-13iu4wkk0m] {
    color: red;
}

.upload-file[b-13iu4wkk0m] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-form[b-13iu4wkk0m] {
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.s-btn[b-13iu4wkk0m] {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    height: 3em;
    background-color: #0c2850;
    color: #e8e8e8;
    border: 1.2px solid #e8e8e870;
    border-radius: 5px;
    transition: all 0.5s ease;
    font-weight: bold;
    cursor: pointer;
}

.s-btn:active[b-13iu4wkk0m] {
    position: relative;
    top: 1px;
    transform: scale(0.95);
}

.s-btn:hover[b-13iu4wkk0m] {
    background-color: #fcfcff;
    color: #000000;
}

.s-btn:disabled[b-13iu4wkk0m] {
    background-color: #ccc;
    cursor: not-allowed;
}

.s-btn:hover:not(:disabled)[b-13iu4wkk0m] {
    background-color: #fcfcff;
    color: #000000;
    border: 1.2px solid #4073ff;
}
.table-div[b-13iu4wkk0m] {
    margin-top: 3%;
    max-height: 500px;
    overflow-y: auto;
}

.auth-container[b-13iu4wkk0m] {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
.button-container[b-13iu4wkk0m] {
    display: flex;
    justify-content: space-between; 
}

.upload-history-btn[b-13iu4wkk0m], .create-user-btn[b-13iu4wkk0m] {
    text-decoration: none;
    border-radius: 5px;
    color: #447edb;
    cursor: pointer;
    text-decoration: underline;
}
input[b-13iu4wkk0m]::placeholder {
    color: gray;
}

input[b-13iu4wkk0m], select[b-13iu4wkk0m] {
    background: #ecf0f3;
    padding-left: 10px;
    height: 50px;
    box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
}

.tab-button[b-13iu4wkk0m], .tab[b-13iu4wkk0m] {
    color: #0c2850;
    cursor: pointer;
    color: #0c2850;
    border: 1.2px solid #e8e8e8;
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 0px 0px 4px 4px
}

.tab[b-13iu4wkk0m] {
    padding-right: 35px;
    padding-left: 35px;
    background-color: #0c2850;
    color: #e8e8e8;
    border: 1px solid #0c2850;
    box-shadow: 5px 9px 8px #cbced1;
}

    .tab-button:hover[b-13iu4wkk0m], .tab:hover[b-13iu4wkk0m] {
        background-color: #0c2850;
        color: #e8e8e8;
        border: 1px solid #445aa7;
    }

.tab-div[b-13iu4wkk0m] {
    margin-bottom: 20px;
    display: flex;
    gap: 0;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .tab-button[b-13iu4wkk0m], .tab[b-13iu4wkk0m] {
        font-size: 13px;
    }
}
/* _content/ICF/Components/Units/AthleteSelector.razor.rz.scp.css */
.athlete-input[b-ehofrze8zo] {
	width: 100%;
	padding: 5px;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
}

.searchbar-dropdown-menu[b-ehofrze8zo] {
	display: block;
	position: absolute;
	z-index: 1000;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	background-color: white;
}

.searchbar-dropdown-item[b-ehofrze8zo] {
	display: block;
	padding: .1rem 0.5rem;
	cursor: pointer;
	text-decoration: none;
	color: #212529;
}

	.searchbar-dropdown-item:hover[b-ehofrze8zo] {
		background-color: #f1f7ff;
	}

.birth-date[b-ehofrze8zo] {
	font-size: 12px;
	color: grey;
}
/* _content/ICF/Components/Units/AuthPanel.razor.rz.scp.css */
.panel-content[b-05kslu4nnd] {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    padding-top: 10;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
}

.font-settings[b-05kslu4nnd] {
    color: #0c2850;
}

.modal-button[b-05kslu4nnd] {
    background-color: #0c2850;
    width: 100px;
    color: whitesmoke;
    margin-top: 20px;
    border-radius: 5px;
    display:block;
}

.input-labels[b-05kslu4nnd] {
    width: 100%;
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: black;
}
.input-fields[b-05kslu4nnd] {
    background-color: #fff;
    width: 100%;
    padding: .375rem .75rem;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
    margin-bottom: 15px;
}

/* Mobile Styles */
@media (max-width: 600px) {
    .modal-overlay[b-05kslu4nnd] {
        padding: 0 10px;
    }

    button[b-05kslu4nnd] {
        font-size: 10px;
    }

    a.clickable[b-05kslu4nnd] {
        font-size: 14px;
    }

    .hide-table-column-on-mobile[b-05kslu4nnd] {
        display: none;
    }

    h3[b-05kslu4nnd] {
        font-size: larger;
    }

    .competition-column[b-05kslu4nnd] {
        display: none;
    }

    .mobile-competition-column[b-05kslu4nnd] {
        display: block;
    }
}
/* _content/ICF/Components/Units/CompetitorModal.razor.rz.scp.css */
.modal-overlay[b-psc3p6t56x] {
    position: fixed;
    display: flex;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal-content[b-psc3p6t56x] {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 8px;
    width: 55%;
    color: whitesmoke;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.font-settings[b-psc3p6t56x] {
    color: #0c2850;
    font-size: small;
}

.table[b-psc3p6t56x] {
    margin: 0 auto;
}

thead[b-psc3p6t56x] {
    background-color: lightgrey;
}

.modal-button[b-psc3p6t56x] {
    background-color: #0c2850;
    width: 100px;
    color: whitesmoke;
    margin-top: 20px;
    border-radius: 5px;
}

.competition-column[b-psc3p6t56x] {
    display: block;
}

.mobile-competition-column[b-psc3p6t56x] {
    display: none;
}

/* Mobile Styles */
@media (max-width: 1150px) {
    .modal-content[b-psc3p6t56x] {
        width: 90%;
        padding: 10px;
    }

    .table[b-psc3p6t56x] {
        margin-left: auto;
    }

        .table th[b-psc3p6t56x], .table td[b-psc3p6t56x] {
            font-size: 12px;
        }

    .modal-overlay[b-psc3p6t56x] {
        padding: 0 10px;
    }

    button[b-psc3p6t56x] {
        font-size: 10px;
    }

    a.clickable[b-psc3p6t56x] {
        font-size: 14px;
    }

    .hide-table-column-on-mobile[b-psc3p6t56x] {
        display: none;
    }

    h3[b-psc3p6t56x] {
        font-size: larger;
    }

    .competition-column[b-psc3p6t56x] {
        display: none;
    }

    .mobile-competition-column[b-psc3p6t56x] {
        display: block;
    }
}
/* _content/ICF/Components/Units/CreateUserForm.razor.rz.scp.css */
label[b-j1w9babv6w], input[b-j1w9babv6w] {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

input[b-j1w9babv6w]::placeholder {
    color: gray;
}

input[b-j1w9babv6w], select[b-j1w9babv6w] {
    padding-left: 10px;
    height: 50px;
    box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
}


.font-settings[b-j1w9babv6w] {
    color: #0c2850;
}

.input-fields[b-j1w9babv6w] {
    border-radius: 5px;
    border: #c7c7c7 1px solid;
    margin-bottom: 25px;
}

.s-btn[b-j1w9babv6w] {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #0c2850;
    color: #e8e8e8;
    border: 1.2px solid #e8e8e870;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
}

    .s-btn:active[b-j1w9babv6w] {
        transform: scale(0.95);
    }

    .s-btn:hover[b-j1w9babv6w] {
        background-color: #fcfcff;
        color: #000000;
    }

    .s-btn:disabled[b-j1w9babv6w] {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .s-btn:hover:not(:disabled)[b-j1w9babv6w] {
        background-color: #fcfcff;
        color: #000000;
        border: 1.2px solid #4073ff;
    }

/* Mobile Styles */
@media (max-width: 600px) {

    .modal-overlay[b-j1w9babv6w] {
        padding: 0 10px;
    }

    button[b-j1w9babv6w] {
        font-size: medium;
    }

    a.clickable[b-j1w9babv6w] {
        font-size: 14px;
    }

    .hide-table-column-on-mobile[b-j1w9babv6w] {
        display: none;
    }

    h3[b-j1w9babv6w] {
        font-size: larger;
    }

    .competition-column[b-j1w9babv6w] {
        display: none;
    }

    .mobile-competition-column[b-j1w9babv6w] {
        display: block;
    }
}
/* _content/ICF/Components/Units/DeleteUserForm.razor.rz.scp.css */
label[b-vwh9parbol], input[b-vwh9parbol] {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

    input[b-vwh9parbol]::placeholder {
        color: gray;
    }

input[b-vwh9parbol], select[b-vwh9parbol] {
    padding-left: 10px;
    height: 50px;
    box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
}


.font-settings[b-vwh9parbol] {
    color: #0c2850;
}

.input-fields[b-vwh9parbol] {
    border-radius: 5px;
    border: #c7c7c7 1px solid;
    margin-bottom: 25px;
}

.s-btn[b-vwh9parbol] {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #0c2850;
    color: #e8e8e8;
    border: 1.2px solid #e8e8e870;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
}

    .s-btn:active[b-vwh9parbol] {
        transform: scale(0.95);
    }

    .s-btn:hover[b-vwh9parbol] {
        background-color: #fcfcff;
        color: #000000;
    }

    .s-btn:disabled[b-vwh9parbol] {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .s-btn:hover:not(:disabled)[b-vwh9parbol] {
        background-color: #fcfcff;
        color: #000000;
        border: 1.2px solid #4073ff;
    }

.modal-overlay[b-vwh9parbol] {
    position: fixed;
    display: flex;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.del-modal-content[b-vwh9parbol] {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    text-align:center;
}
.modal-button[b-vwh9parbol] {
    background-color: #0c2850;
    width: 100px;
    color: whitesmoke;
    border-radius: 5px;
    margin-top: 5px;
}

/* Mobile Styles */
@media (max-width: 600px) {

    h3[b-vwh9parbol] {
        font-size: larger;
    }
}
/* _content/ICF/Components/Units/RankingFilters.razor.rz.scp.css */
.ranking-filters[b-fl8844dh48] {
	margin-top: 5%;
	margin-bottom: -2%;
}

select[b-fl8844dh48] {
	margin-right: 2%;
	padding: 2px;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: inset 6px 6px 6px #e7e7e7, inset -6px -6px 6px #fffbfb;
	margin-bottom: 15px;
}

.clear-filters-button[b-fl8844dh48] {
	height: 3em;
	background-color: #df3e3e;
	color: #e8e8e8;
	border: 1.2px solid #e8e8e870;
	border-radius: 5px;
	transition: all 0.5s ease;
	font-size: 10px;
	font-weight: bold;
}

	.clear-filters-button:hover[b-fl8844dh48] {
		background-color: darkred;
	}
.filter-btn-div[b-fl8844dh48]{
	display:contents;
}
@media screen and (max-width: 768px) {
	.ranking-filters[b-fl8844dh48] {
		display: flex;
		text-align: center;
		flex-direction: column;
		margin-bottom: 0%;
	}
	.filter-btn-div[b-fl8844dh48] {
		display:unset;
	}
}
/* _content/ICF/Components/Units/UploadHistory.razor.rz.scp.css */
.modal-overlay[b-i9f3g9ez28] {
    position: fixed;
    display: flex;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal-content[b-i9f3g9ez28] {
    max-height: 300px;
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 8px;
    width: 70%;
    color: whitesmoke;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.confirmation-overlay[b-i9f3g9ez28] {
    position: fixed;
    display: flex;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.confirmation-overlay-2[b-i9f3g9ez28] {
    position: fixed;
    display: flex;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}


.confirmation-content[b-i9f3g9ez28] {
    background-color: #dfdfdf;
    padding: 15px;
    border-radius: 8px;
    width: 40%;
    color: indianred;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.confirmation-content-2[b-i9f3g9ez28] {
    background-color: #dfdfdf;
    padding: 15px;
    border-radius: 8px;
    width: 30%;
    color: indianred;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.font-settings[b-i9f3g9ez28] {
    color: #0c2850;
    font-size: small;
}

.table[b-i9f3g9ez28] {
    margin: 0 auto;
}

thead[b-i9f3g9ez28] {
    background-color: lightgrey;
    border-bottom: 4px solid #0c2850;
}

.modal-button[b-i9f3g9ez28] {
    background-color: #0c2850;
    width: 100px;
    color: whitesmoke;
    border-radius: 5px;
    margin-top: 5px;
}
.confirmation-button[b-i9f3g9ez28] {
    background-color: #0c2850;
    width: 100px;
    color: whitesmoke;
    border-radius: 5px;
    margin-top: 5px;
}
.tbl-element-selector[b-i9f3g9ez28] {
    border-bottom: #a5a5a5;
    height: 50px;
}
.competition-column[b-i9f3g9ez28] {
    display: block;
}

.mobile-competition-column[b-i9f3g9ez28] {
    display: none;
}

.delete-btn[b-i9f3g9ez28] {
    background-color: #df3e3e;
    color: whitesmoke;
    border-radius: 5px;
    border: none;
    position: relative;
    top: 10px;
}
    .delete-btn:hover[b-i9f3g9ez28] {
        background-color: #e74c4c;
    }
    .delete-btn:active[b-i9f3g9ez28] {
        transform: scale(0.95);
    }

.btn-wrapper[b-i9f3g9ez28] {
    display: flex;
    justify-content: space-evenly;
}
.tbl-header-element[b-i9f3g9ez28] {
    white-space: nowrap;
}
/* Mobile Styles */
@media (max-width: 1150px) {
    .modal-content[b-i9f3g9ez28] {
        width: 90%;
        padding: 10px;
    }

    .table[b-i9f3g9ez28] {
        margin-left: auto;
    }

        .table th[b-i9f3g9ez28], .table td[b-i9f3g9ez28] {
            font-size: 12px;
        }

    .modal-overlay[b-i9f3g9ez28] {
        padding: 0 10px;
    }

    button[b-i9f3g9ez28] {
        font-size: 10px;
    }

    a.clickable[b-i9f3g9ez28] {
        font-size: 14px;
    }

    .hide-table-column-on-mobile[b-i9f3g9ez28] {
        display: none;
    }

    h3[b-i9f3g9ez28] {
        font-size: larger;
    }

    .competition-column[b-i9f3g9ez28] {
        display: none;
    }

    .mobile-competition-column[b-i9f3g9ez28] {
        display: block;
    }
}
/* _content/ICF/Components/Units/UploadValidationTable.razor.rz.scp.css */
.tbl-selector[b-0pq5payvg3] {
    width: 100%;
    box-shadow: 0 8px 32px 0 rgba( 0 0 0 / 37% );
    border-radius: 10px;
}

.tbl-element-selector[b-0pq5payvg3] {
    padding: 8px;
    border: 1px solid #bebebe;
    color: #040e1c;
    text-align: center;
}

.tbl-element-selector:hover[b-0pq5payvg3] {
    background-color: lightgrey;
}

.tbl-header[b-0pq5payvg3] {
    border: 1px solid #656565;
    background-color: #a7a7a7;
    text-align: center;
}

.tbl-header-element[b-0pq5payvg3] {
    border-right: 1px solid #757575;
    background-color: lightgrey;
    padding: 6px;
    color: #0c2850;
}
