@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';

/* _content/MatchPlayApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-shn2nc5bde] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-shn2nc5bde] {
    flex: 1;
}

.sidebar[b-shn2nc5bde] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-shn2nc5bde] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-shn2nc5bde]  a, .top-row[b-shn2nc5bde]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-shn2nc5bde]  a:hover, .top-row[b-shn2nc5bde]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-shn2nc5bde]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*mobile layout*/
@media (max-width: 640.98px) {
    .rz-text-body1[b-shn2nc5bde] {
        font-size: 41px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .rz-text-body1 mobiletext[b-shn2nc5bde] {
        font-size: 41px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .mobiletext rz-text-body1[b-shn2nc5bde] {
        font-size: 41px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .mobiletext[b-shn2nc5bde] {
        font-size: 41px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .top-row[b-shn2nc5bde] {
        justify-content: space-between;
        height: .5rem;
    }

        .top-row[b-shn2nc5bde]  a, .top-row[b-shn2nc5bde]  .btn-link {
            margin-left: 0;
            
        }
}

@media (min-width: 641px) {
    .page[b-shn2nc5bde] {
        flex-direction: row;
    }

    .sidebar[b-shn2nc5bde] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-shn2nc5bde] {
        position: sticky;
        top: 0;
        z-index: 1;
        
    }

    .top-row.auth[b-shn2nc5bde]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-shn2nc5bde], article[b-shn2nc5bde] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-shn2nc5bde] {
    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-shn2nc5bde] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Smartphones (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* Smartphones (landscape) ----------- */
/*@media only screen and (min-width : 321px) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* Smartphones (portrait) ----------- */
/*@media only screen and (max-width : 320px) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* iPads (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* iPads (landscape) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* iPads (portrait) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* Desktops and laptops ----------- */
/*@media only screen and (min-width : 1224px) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* Large screens ----------- */
/*@media only screen and (min-width : 1824px) {
    .targetClass {
        font-size: 2em;
    }
}*/

/* iPhone 4 ----------- */
/*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    .targetClass {
        font-size: 2em;
    }
}*/
/* _content/MatchPlayApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wxxr8voxwz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wxxr8voxwz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wxxr8voxwz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wxxr8voxwz] {
    font-size: 1.1rem;
}

.bi[b-wxxr8voxwz] {
    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-wxxr8voxwz] {
    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-wxxr8voxwz] {
    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-wxxr8voxwz] {
    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-lock-nav-menu[b-wxxr8voxwz] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-wxxr8voxwz] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-wxxr8voxwz] {
    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-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-wxxr8voxwz] {
    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 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-wxxr8voxwz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-target-bar-left-nav-menu[b-wxxr8voxwz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-target-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M25.163 19.626c1.694 0.806 2.733 1.824 2.733 2.944 0 2.584-5.398 4.67-12.062 4.67s-12.062-2.085-12.062-4.67c0-1.12 1.039-2.138 2.733-2.944-3.211 1.041-5.284 2.617-5.284 4.365 0 3.13 6.54 5.685 14.613 5.685s14.613-2.555 14.613-5.685c0-1.748-2.073-3.325-5.284-4.365zM15.833 25.92c4.383 0 7.944-1.396 7.944-3.096 0-0.955-1.152-1.77-2.915-2.335 0.932 0.439 1.531 0.961 1.531 1.573 0 1.403-2.941 2.538-6.559 2.538s-6.559-1.135-6.559-2.538c0-0.613 0.598-1.134 1.531-1.574-1.763 0.565-2.915 1.38-2.915 2.335 0 1.7 3.561 3.096 7.944 3.096zM15.505 5.624c0 0.001 0 0.002 0 0.003 0-0.001 0-0.002 0-0.003l-0 0zM15.688 23.007c2.78 0 5.186-2.144 6.45-5.289-0.4 0.434-0.792 0.687-1.13 0.713-1.016 0.079-1.426-1.868-1.239-4.903-0.412 0.861-0.887 1.397-1.385 1.397-1.425 0-2.603-3.993-2.879-9.297-0.276 5.304-1.453 9.297-2.879 9.297-0.354 0-0.706-0.263-1.020-0.713 0.081 2.619-0.306 4.292-1.239 4.219-0.338-0.026-0.73-0.279-1.13-0.713 1.264 3.145 3.67 5.289 6.45 5.289zM16.968 2.756c0 0.84-0.681 1.52-1.52 1.52s-1.52-0.681-1.52-1.52c0-0.84 0.681-1.52 1.52-1.52s1.52 0.681 1.52 1.52z'/%3E%3C/svg%3E");
}

.nav-item[b-wxxr8voxwz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wxxr8voxwz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wxxr8voxwz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wxxr8voxwz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-wxxr8voxwz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wxxr8voxwz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wxxr8voxwz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wxxr8voxwz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wxxr8voxwz] {
        display: none;
    }

    .nav-scrollable[b-wxxr8voxwz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
