@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Finis.Web.BlazorServer.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pbixuzxvz3] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-pbixuzxvz3] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-pbixuzxvz3] #menu-top {
    display: block;
}

[b-pbixuzxvz3] #menu-top.hidden {
    display: none;
}

[b-pbixuzxvz3] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-pbixuzxvz3] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-pbixuzxvz3] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-pbixuzxvz3] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-pbixuzxvz3] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

.nav-buttons-container[b-pbixuzxvz3]  .menubutton-float-end {
    margin-left: auto;
}

.nav-buttons-container[b-pbixuzxvz3]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

@media (max-width: 768px) {
    [b-pbixuzxvz3] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-pbixuzxvz3] #menu-top {
        display: none;
    }
}

[b-pbixuzxvz3] .layout-header
{
    padding: 0.5rem;
}
/* _content/Finis.Web.BlazorServer.App/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-hgcztz61ib] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

#sidebar.auto-expanded[b-hgcztz61ib] {
    display: none;
}

#sidebar .menu-closeonclick-placeholder[b-hgcztz61ib] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

[b-hgcztz61ib] .sidebar-header {
    /*padding: 2rem 1rem;*/
}

[b-hgcztz61ib] .dxbl-treeview-item-text{
    color: white;
}

.logo[b-hgcztz61ib] {
    text-align: center;
}

[b-hgcztz61ib] .menu-button-container {
    align-self: center;
}

.menu-button[b-hgcztz61ib] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-hgcztz61ib] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-hgcztz61ib] .menu {
    background-color: inherit;
}

[b-hgcztz61ib] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

[b-hgcztz61ib] .menu-item {
    color: var(--bs-white);
}

[b-hgcztz61ib] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    opacity: 0.4;
}

[b-hgcztz61ib] .home-icon {
    background-image: url("images/home.svg");
}

[b-hgcztz61ib] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-hgcztz61ib] .counter-icon {
    background-image: url("images/counter.svg");
}


[b-hgcztz61ib] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-hgcztz61ib] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-hgcztz61ib] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-hgcztz61ib] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-hgcztz61ib] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

[b-hgcztz61ib] .footer .icon {
    margin-left: 0;
}

#sidebar.auto-expanded[b-hgcztz61ib]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-hgcztz61ib]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-hgcztz61ib] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    #sidebar .menu-closeonclick-placeholder[b-hgcztz61ib] {
        display: block;
    }

    #sidebar.auto-expanded[b-hgcztz61ib] {
        position: fixed;
        width: 100%;
        z-index: 3;
        display: block;
    }

    #sidebar.auto-expanded[b-hgcztz61ib]  .sidebar-header {
        border-bottom: 1px solid var(--bs-white);
    }

    #sidebar.auto-expanded .menu-button[b-hgcztz61ib] {
        background-image: url("images/close.svg");
        width: 1.875rem;
        height: 1.875rem;
    }

    #sidebar:not(.auto-expanded)[b-hgcztz61ib]  .dxbl-gridlayout-root {
        gap: unset !important;
    }

    .logo[b-hgcztz61ib] {
        text-align: inherit;
    }

    [b-hgcztz61ib] .menu-button-container {
        display: block;
    }

    [b-hgcztz61ib] .layout-item {
        display: none;
    }

    [b-hgcztz61ib] .footer {
        display: none;
    }
}
/* _content/Finis.Web.BlazorServer.App/Components/Pages/Contests/Katar2025.razor.rz.scp.css */
.top-row[contest-grid-identifier] {
    color: var(--bs-success);
    font-weight: bold;
}
/* _content/Finis.Web.BlazorServer.App/Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-ca04e081w3] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-ca04e081w3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-ca04e081w3] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-ca04e081w3] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/Finis.Web.BlazorServer.App/Components/Pages/Index.razor.rz.scp.css */
.welcome[b-ejasokaoow] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ejasokaoow] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-ejasokaoow] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-ejasokaoow] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-ejasokaoow] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-ejasokaoow] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-ejasokaoow] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-ejasokaoow] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-ejasokaoow] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ejasokaoow] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-ejasokaoow] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-ejasokaoow] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-ejasokaoow] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
