/* /Components/LeagueTemplate.razor.rz.scp.css */
[b-fhaetlw3ev] .default {
    color: #000;
    font-size: 1.2em;
}

[b-fhaetlw3ev] .highlight {
    background-color: darkblue;
    color: #fff;
    padding: 8px;
    margin: 5px;
    font-size: 100%;
    border-radius: 25px;
    border: solid 3px lightblue;
}

    [b-fhaetlw3ev] .highlight span {
        color: #fff;
    }

[b-fhaetlw3ev].league {
    /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        padding: 10px;*/
    /* overflow-y: auto;*/
    background-color: #fff !important;
}

[b-fhaetlw3ev].topThree {
    font-weight: bold;
    font-size: 1em;
    background-color: #fff;
    color: #000 !important;
}

[b-fhaetlw3ev].usersRow {
    color: green !important;
    font-weight: bold !important;
    font-size: 1.2em;
    padding: 20px;

 
}

[b-fhaetlw3ev].stdRow {
    background-color: #fff !important;
    color: #000 !important;
    padding: 5px;
    margin-top: 15px !important;
}

[b-fhaetlw3ev].pcircle {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    width: 45px;
    height: 45px;
    font-weight: bold;
    color: #065206;
    font-size: 1.0em;
    background-color: #c3e5ca;
}


[b-fhaetlw3ev].usersAvatar {
    /*border-radius: 100%;*/
    display: flex;
    height: 60px;
    /*width: 50px;*/
    /*border: 2px solid darkgreen;*/
    background-color: #fff;
}

[b-fhaetlw3ev].circular--square {
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 6px;
    border: 3px solid #ddd;
}

[b-fhaetlw3ev].circular--square-md {
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
    border: 3px solid #ddd;
}

[b-fhaetlw3ev].circular--square-sm {
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border: 3px solid #ddd;
}

[b-fhaetlw3ev].league-header {
    background-color: #000;
    color: #fff;
    font-size: 75%;
    padding: 8px;
}

[b-fhaetlw3ev].extra-values {
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-style: normal;
}

[b-fhaetlw3ev] .std-values {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

[b-fhaetlw3ev].userName {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4em;
    color: #000;
}
/* /Pages/Fixtures.razor.rz.scp.css */
body[b-ysqc9vzoph] {
    background-color: #23272B !important;
}

.match-details[b-ysqc9vzoph] {
    border: solid 0px #fff;
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: green;
    margin-top: 20px;
}


.match-details-header-group[b-ysqc9vzoph] {
    background-color: #2C854B;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}

.match-details-header-last16[b-ysqc9vzoph] {
    background-color: darkgreen;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}

.match-details-header-last32[b-ysqc9vzoph] {
    background-color: darkgreen;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}

.match-details-header-playoff[b-ysqc9vzoph] {
    background-color: darkgreen;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}

.match-details-header-quarter-final[b-ysqc9vzoph] {
    background-color: darkgreen;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}

.match-details-header-semi-final[b-ysqc9vzoph] {
    background-color: darkgreen;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}

.match-details-header-final[b-ysqc9vzoph] {
    background-color: darkgreen;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 35px;
    padding: 5px 5px 5px 10px;
}


.match-day-container[b-ysqc9vzoph] {
    overflow-x: hidden;
    width: 100%;
    border-left: solid 4px #fff;
    border-right: solid 4px #fff;
}

.match-day-wrapper[b-ysqc9vzoph] {
    padding: 10px;
    text-align: center;
    min-height: 120px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 1000px;
    margin: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


/* Hide scrollbar for Chrome, Safari and Opera */
.match-day-wrapper[b-ysqc9vzoph]::-webkit-scrollbar {
    display: none;
}


.match-day[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: darkgreen;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;

}
    .match-day:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }

.match-day-last16[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: darkblue;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-last16:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day-last16 a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }

.match-day-last32[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: cadetblue ;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-last32:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day-last32 a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }


.match-day-quarter[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: darkslategray;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-quarter:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day-quarter a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }

.match-day-semi[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: darkslateblue;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-semi:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day-semi a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }

.match-day-playoff[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: darkgrey;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-playoff:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day-playoff a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }

.match-day-final[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: darkgoldenrod;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-final:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkred;
        color: #fff;
    }

    .match-day-final a:focus[b-ysqc9vzoph] {
        background-color: darkred;
    }


.match-day-past[b-ysqc9vzoph] {
    border: solid 2px #f1f1f1;
    padding: 0px;
    text-align: center;
    height: 120px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    background-color: gray;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    color: #fff;
}

    .match-day-past:hover[b-ysqc9vzoph] {
        cursor: pointer;
        background-color: darkslategray;
        color: #fff;
    }

    .match-day-past a:focus[b-ysqc9vzoph] {
        background-color: darkslategray;
    }

.fixture-scrollable[b-ysqc9vzoph] {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    height: 1400px;
}

.fixture-match-number[b-ysqc9vzoph] {
    display: table-cell;
    height: 25px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: yellow;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border: solid 4px #006400;
    padding:  5px;
}

.score-edit[b-ysqc9vzoph] {
    width: 50px;
    text-align: center;
    font-weight: bold;
    color: darkgreen;
    font-size: 1.5em;
    border: solid 4px #f1f1f1;
    border-radius: 8px;
    background-color: #fff;
}
.score-no-edit[b-ysqc9vzoph] {
    width: 50px;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
    border: solid 3px #000;
    border-radius: 8px;
    background-color: lightgrey;
}

/* Chrome, Safari, Edge, Opera */
input[b-ysqc9vzoph]::-webkit-outer-spin-button,
input[b-ysqc9vzoph]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-ysqc9vzoph] {
    -moz-appearance: textfield;
}

.match-prediction[b-ysqc9vzoph] {
    border: solid darkgreen 0px;
    padding: 5px;
    background-color: #fff;
    color: darkgreen;
    margin-top: 20px;
}


.team_a_prediction_score[b-ysqc9vzoph] {
    text-align: center;
    display: block;
    margin: auto;
}
.team_b_prediction_score[b-ysqc9vzoph] {
    text-align: center;
}
.prediction_header[b-ysqc9vzoph] {
    font-weight: 900;
    font-style: normal;
    color: #006400;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.5;
   
    letter-spacing: 2px;
}

.sticky-selected-matchdate[b-ysqc9vzoph] {
    position: absolute;
    font-size: 1em; 
    text-align: center; 
    padding: 3px; 
    background-color: red; 
    color: #fff;
    width: 75%;
    z-index: 1000;
    height: 30px;
    margin-top: -5px;
}

.match-result-header[b-ysqc9vzoph] {
    text-align: center;
    font-size: 1.5em;
    padding: 4px;
    background-color: #2C854B;
    color: #fff;
    font-weight: bold;
    border-bottom: solid 3px #fff;
}

.match-result[b-ysqc9vzoph] {
    text-align: center;
    background-image: url("/images/full-time.png");
    background-size: cover;
}
.match-result-footer[b-ysqc9vzoph] {
    text-align: center;
    font-size: 1.5em;
    padding: 4px;
    color: #2C854B;
    font-weight: bold;
}

.match-result-score[b-ysqc9vzoph] {
    float: left;
    font-size: 3em;
    font-weight: bold;
    color: #fff;    
}
.match-result-score-a[b-ysqc9vzoph] {
    padding-left: 50px;
}
.match-result-score-b[b-ysqc9vzoph] {
    padding-right: 50px;
}

[b-ysqc9vzoph] .match-result-xt-header {
    text-align: center;
    border-bottom: solid 2px darkgreen;
}

[b-ysqc9vzoph] .match-result-with-xt {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    color: darkgreen;
}

.loader[b-ysqc9vzoph] {
    background: #ccc;
    width: 400px;
    height: 10px;
    border-radius: 10px;
    position: relative;
}

    .loader .blue-line[b-ysqc9vzoph] {
        background: #000;
        border-radius: 10px;
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100px;
        height: 10px;
        animation: line-bounce-b-ysqc9vzoph 1s infinite;
    }

.fixed-animation[b-ysqc9vzoph] {
    position: fixed;
    background-color: #ffca2c;
    border: solid 6px darkgreen;
    text-align: center;
    border-radius: 8px;
    height: 150px;
    margin-top: -75px;
    z-index: 1002;
}



@keyframes line-bounce-b-ysqc9vzoph {
    0% {
        left: 300px;
    }

    50% {
        left: 0;
    }

    100% {
        left: 300px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6m4yjdjf46] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6m4yjdjf46] {
    flex: 1;
}

.sidebar[b-6m4yjdjf46] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6m4yjdjf46] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6m4yjdjf46]  a, .top-row .btn-link[b-6m4yjdjf46] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6m4yjdjf46] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6m4yjdjf46] {
        display: none;
    }

    .top-row.auth[b-6m4yjdjf46] {
        justify-content: space-between;
    }

    .top-row a[b-6m4yjdjf46], .top-row .btn-link[b-6m4yjdjf46] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6m4yjdjf46] {
        flex-direction: row;
    }

    .sidebar[b-6m4yjdjf46] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6m4yjdjf46] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6m4yjdjf46], article[b-6m4yjdjf46] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ofxhinpplb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ofxhinpplb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ofxhinpplb] {
    font-size: 1.1rem;
}

.oi[b-ofxhinpplb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ofxhinpplb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ofxhinpplb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ofxhinpplb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ofxhinpplb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ofxhinpplb]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ofxhinpplb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white !important;
}

.top-row[b-ofxhinpplb][b-ofxhinpplb] {
    height: 3.8rem;
    background-color: #61B64F;
}



@media (min-width: 641px) {
    .navbar-toggler[b-ofxhinpplb] {
        display: none;
    }

    .collapse[b-ofxhinpplb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ofxhinpplb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
