/* /Components/Layout/ApplicationFlowContainer.razor.rz.scp.css */
.flow-button-container[b-94sae6rzca] {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 998;
}

.flow-button[b-94sae6rzca] {
    cursor: pointer;
    padding: 15px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background-color: #219653;
    width: 60px;
    height: 60px;
    color: white;
}

    .flow-button:hover[b-94sae6rzca] {
        -moz-box-shadow: 0 0 10px #555;
        -webkit-box-shadow: 0 0 3px #555;
        box-shadow: 0 0 3px #555;
    }

svg[b-94sae6rzca] {
    width: 25px;
    height: 20px;
    fill: none;
    stroke: #f2f2f2;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* /Components/Layout/BalanceSummary.razor.rz.scp.css */
.balance-summary[b-h6vy84zvnt] {
    display: grid;
    place-items: center;
}

.balance-summary table[b-h6vy84zvnt] {
    border-radius: 10px;
}

.balance-summary table td[b-h6vy84zvnt], th[b-h6vy84zvnt] {
    padding: 10px;
}

.balance-summary thead[b-h6vy84zvnt] {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-text-secondary);
}

.balance-summary tr[b-h6vy84zvnt] {
    border-bottom: 1px solid var(--mud-palette-table-lines);
}
/* /Components/Layout/Loading.razor.rz.scp.css */
.loading-component[b-gs8piaqwx0] {
    display: grid;
    place-content: center;
}

.modal[b-gs8piaqwx0] {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    overflow: hidden;
}

.loading-content[b-gs8piaqwx0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
}
/* /Components/Layout/SportEmptyView.razor.rz.scp.css */
.empty-view[b-y43012gni1] {
    background-color: var(--mud-palette-dark-lighten);
    color: var(--mud-palette-primary-text);
    padding: 20px 5px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}
/* /Components/Sports/LeagueCheck.razor.rz.scp.css */
body[b-68fkbg43m8] {
}
/* /Components/Sports/SportSection.razor.rz.scp.css */
[b-kk9ide5trl] div.mud-expand-panel-header {
    flex-flow: row-reverse;
    background-color: var(--backgrund-light);
    font-family: RobotoCondensed-SemiBold !important;
    font-size: 17px !important;
    color: white !important;
    border-radius: 5px;
    padding: 14px 20px;
}

[b-kk9ide5trl] select.group-select {
    height: 28px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    padding-left: 8px;
    color: #4f4f4f;
}

[b-kk9ide5trl] div.mud-expand-panel-text {
    text-transform: uppercase;
}

    [b-kk9ide5trl] div.mud-expand-panel-text:hover {
        color: #ff4800;
    }

[b-kk9ide5trl] .mud-expand-panel .mud-expand-panel-content {
    padding: 16px 24px;
    box-sizing: border-box;
    padding: 25px 35px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 30px #e8e8e8;
    background-color: white;
}

#cols[b-kk9ide5trl] {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
}

[b-kk9ide5trl] p.mud-typography.mud-typography-body1 {
    font-family: RobotoCondensed-SemiBold !important;
    font-size: 17px !important;
    color: var(--backgrund-light);
    line-height: 20px;
}

[b-kk9ide5trl] .mud-icon-button {
    padding: 2px !important;
}

@media screen and (max-width: 1204px) {
    #cols[b-kk9ide5trl] {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
    }
}

@media screen and (max-width: 880px) {
    #cols[b-kk9ide5trl] {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
    }
}

@media screen and (max-width: 560) {
    [b-kk9ide5trl] div.mud-expansion-panels {
        width: 94vw;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
[b-6fowidjpto] .capitalize {
    text-transform: uppercase;
    font-weight: bold;
}

[b-6fowidjpto] .mud-list-item-text p {
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}
[b-6fowidjpto] .mud-nav-item, [b-6fowidjpto] .mud-nav-link {
    background-color: var(--mud-palette-action-default-hover);
}
a.link-menu[b-6fowidjpto] {
    text-transform: capitalize !important;
    text-decoration: none !important;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
    color:#333333!important;
}
[b-6fowidjpto] .mud-breadcrumbs {
  padding: 10px 12px;
}
[b-6fowidjpto] .mud-drawer-overlay.mud-drawer-overlay--open.mud-drawer-overlay-temporary {
    height: 100vh!important;
    overflow-y: hidden!important;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dlumxm48j9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dlumxm48j9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dlumxm48j9] {
    font-size: 1.1rem;
}

.bi[b-dlumxm48j9] {
    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-dlumxm48j9] {
    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-dlumxm48j9] {
    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-dlumxm48j9] {
    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");
}

.nav-item[b-dlumxm48j9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dlumxm48j9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dlumxm48j9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dlumxm48j9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dlumxm48j9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dlumxm48j9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dlumxm48j9] {
        display: none;
    }

    .collapse[b-dlumxm48j9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-dlumxm48j9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/CreateSports.razor.rz.scp.css */

h2.title[b-5l27yuujz5] {
    text-align: center;
    font-size: 17px;
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--backgrund-black);
}
.header-table[b-5l27yuujz5] {
    background-color: var(--mud-palette-dark);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom:1px solid white;
    width:100%;
}
    .header-table div[b-5l27yuujz5] {
        display: flex;
        justify-content: start;
        border-right: 1px solid white;
    }
    .header-table div span[b-5l27yuujz5] {
        text-align: center;
        font-size: 17px;
        font-family: 'RobotoCondensed-SemiBold';
        color: white;
        line-height: 35px;
        
    }
.header-date[b-5l27yuujz5] {
    background-color: var(--mud-palette-dark);    
    width: 100%;
}
.header-date div[b-5l27yuujz5] {
    display: flex;
    justify-content: center;
}
    .header-date div span[b-5l27yuujz5] {
        text-align: center;
        font-size: 17px;
        font-family: 'RobotoCondensed-SemiBold';
        color: white;
        line-height: 35px;
    }

[b-5l27yuujz5] div.mud-expand-panel-header {
    flex-flow: row-reverse;
    font-family: RobotoCondensed-SemiBold !important;
    font-size: 17px !important;
    border-radius: 5px;
    padding: 0px 20px;
}
.history-table[b-5l27yuujz5] {
    margin-top: 20px;
}

    .history-table thead[b-5l27yuujz5] {
        background-color: var(--mud-palette-dark);
    }

table.history-table thead[b-5l27yuujz5] {
    color: var(--mud-palette-white);
}

    table.history-table thead th[b-5l27yuujz5] {
        padding: 15px 20px 10px 20px;
    }

        table.history-table thead th:last-child[b-5l27yuujz5] {
            border-radius: 0 5px 0 0;
        }

        table.history-table thead th:first-child[b-5l27yuujz5] {
            border-radius: 5px 0 0 0;
        }

    table.history-table tbody tr td:nth-child(2)[b-5l27yuujz5],
    table.history-table thead tr th:nth-child(2)[b-5l27yuujz5] {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

table.history-table tbody tr td[b-5l27yuujz5] {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

table.history-table tbody td[b-5l27yuujz5] {
    background-color: var(--mud-palette-dark-lighten);
    color: var(--mud-palette-primary-text);
    padding: 20px 5px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}

table.history-table tbody tr:last-child td:first-child[b-5l27yuujz5] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 0 5px;
}

table.history-table tbody tr:last-child td:last-child[b-5l27yuujz5] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 5px 0;
}

[b-5l27yuujz5] button.mud-button.apply-filter-btn {
    background-color: var(--mud-palette-dark) !important;
    color: var(--mud-palette-white) !important;
    padding: 6px 1px !important;
    font-family: 'RobotoCondensed-SemiBold' !important;
    font-size: 17px !important;
    border-radius: 5px !important;
}

[b-5l27yuujz5] input {
    width: 100%;
    background-color: var(--mud-palette-background);
    color: var(--mud-palette-text-primary);
    border-radius: 5px;
    border: 2px solid var(--mud-palette-divider);
    padding: 6px;
    font-size: 14px;
}
[b-5l27yuujz5] select {
    height: 28px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    padding-left: 8px;
    color: #4f4f4f;
    font-family: 'RobotoCondensed-Light' !important;
    font-size: 15px !important;
}
    [b-5l27yuujz5] input::-webkit-calendar-picker-indicator {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M3.4375 7.5625H18.5625V4.125C18.5625 3.94266 18.4901 3.7678 18.3611 3.63886C18.2322 3.50993 18.0573 3.4375 17.875 3.4375H4.125C3.94266 3.4375 3.7678 3.50993 3.63886 3.63886C3.50993 3.7678 3.4375 3.94266 3.4375 4.125V7.5625Z' fill='%231f1f1f'/%3E%3Cpath d='M17.875 3.4375H4.125C3.7453 3.4375 3.4375 3.7453 3.4375 4.125V17.875C3.4375 18.2547 3.7453 18.5625 4.125 18.5625H17.875C18.2547 18.5625 18.5625 18.2547 18.5625 17.875V4.125C18.5625 3.7453 18.2547 3.4375 17.875 3.4375Z' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.125 2.0625V4.8125' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.875 2.0625V4.8125' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.4375 7.5625H18.5625' stroke='%23%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

.small-screen[b-5l27yuujz5] {
    display: none;
}

@media screen and (max-width: 1050px) {
    .big-screen[b-5l27yuujz5] {
        display: none;
    }

    .small-screen[b-5l27yuujz5] {
        display: flex;
        border-radius: 5px 5px 0px 0px;
    }
    span.title[b-5l27yuujz5] {
        color: #ff4800 !important
    }
    [b-5l27yuujz5] div.mud-expand-panel-header, [b-5l27yuujz5] div.mud-expand-panel-content {
        font-size: 15px !important;
    }
}
/* /Pages/FillChoose.razor.rz.scp.css */
body[b-hoyah07nrp] {
}

h2.title[b-hoyah07nrp] {
    text-align: center;
    font-size: 17px;
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--backgrund-black);
}

.fill-choose-table[b-hoyah07nrp] {
    margin-top: 20px;
    width: auto !important;
}

    .fill-choose-table thead[b-hoyah07nrp] {
        background-color: var(--mud-palette-dark);
    }

table.fill-choose-table tr:nth-child(4n+1) td[b-hoyah07nrp], table.fill-choose-table tr:nth-child(4n+2) td[b-hoyah07nrp] {
    background: var(--mud-palette-tertiary-darken);
}
table.fill-choose-table thead[b-hoyah07nrp] {
    color: var(--mud-palette-white);
}

    table.fill-choose-table thead th[b-hoyah07nrp] {
        padding-top: 4px !important;
    }

        table.fill-choose-table thead th:last-child[b-hoyah07nrp] {
            border-radius: 0 5px 0 0;
        }

        table.fill-choose-table thead th:first-child[b-hoyah07nrp] {
            border-radius: 5px 0 0 0;
        }

    table.fill-choose-table thead th[b-hoyah07nrp] {
        padding: 14px 15px 10px 20px !important;
    }

table.fill-choose-table tbody tr td[b-hoyah07nrp] {
    padding-right: 14px !important;
    padding-left: 20px !important;
}

table.fill-choose-table tbody td[b-hoyah07nrp] {
    background-color: var(--mud-palette-dark-lighten);
    color: var(--mud-palette-primary-text);
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}

table.fill-choose-table tbody tr:last-child td:first-child[b-hoyah07nrp] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 0 5px;
}

table.fill-choose-table tbody tr:last-child td:last-child[b-hoyah07nrp] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 5px 0;
}

.small-screen[b-hoyah07nrp] {
    display: none;
}

@media screen and (max-width: 792px) {
    .big-screen[b-hoyah07nrp] {
        display: none;
    }

    .small-screen[b-hoyah07nrp] {
        display: block;
        border-radius: 5px 5px 0px 0px;
    }

        .small-screen td[b-hoyah07nrp] {
            display: block;
        }

    table.fill-choose-table tbody tr td[b-hoyah07nrp] {
        padding: 10px 20px !important;
    }
}

input[type="radio"][b-hoyah07nrp] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #a5a5a5;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 2px solid #a5a5a5;
    border-radius: 50px;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
}

    input[type="radio"]:hover[b-hoyah07nrp] {
        border: 2px solid #9c3b3b;
    }

    input[type="radio"]:checked[b-hoyah07nrp] {
        color: var(--main-color);
        border: 2px solid var(--main-color);
    }

    input[type="radio"][b-hoyah07nrp]:before {
        content: "";
        width: 12px;
        height: 12px;
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--main-color);
        background-color: CanvasText;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    }

    input[type="radio"]:checked[b-hoyah07nrp]::before {
        transform: scale(1) rotate(11deg) translate(-12%, -8%);
    }
/* /Pages/History.razor.rz.scp.css */

h2.title[b-g03l7j896l] {
    text-align: center;
    font-size: 17px;
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--backgrund-black);
}

.history-table[b-g03l7j896l] {
    margin-top: 20px;
}

    .history-table thead[b-g03l7j896l] {
        background-color: var(--mud-palette-dark);
    }
.abstrac-info[b-g03l7j896l] {
    background-color: var(--mud-palette-dark);
    color: var(--mud-palette-white);
    border-radius:5px;
}
.abstrac-info div[b-g03l7j896l]{
   margin-right:2em;
}

table.history-table tr:nth-child(4n+1) td[b-g03l7j896l], table.history-table tr:nth-child(4n+2) td[b-g03l7j896l] {
    background: var(--mud-palette-tertiary-darken);
}
table.history-table thead[b-g03l7j896l] {
    color: var(--mud-palette-white);
}

    table.history-table thead th[b-g03l7j896l] {       
        padding:15px 20px 10px 20px;
    }

        table.history-table thead th:last-child[b-g03l7j896l] {
            border-radius: 0 5px 0 0;
        }

        table.history-table thead th:first-child[b-g03l7j896l] {
            border-radius: 5px 0 0 0;
        }

    table.history-table tbody tr td:nth-child(2)[b-g03l7j896l],
    table.history-table thead tr th:nth-child(2)[b-g03l7j896l] {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

table.history-table tbody tr td[b-g03l7j896l] {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

table.history-table tbody td[b-g03l7j896l] {
    background-color: var(--mud-palette-dark-lighten);
    color: var(--mud-palette-primary-text);
    padding: 20px 5px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}

table.history-table tbody tr:last-child td:first-child[b-g03l7j896l] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 0 5px;
}

table.history-table tbody tr:last-child td:last-child[b-g03l7j896l] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 5px 0;
}

[b-g03l7j896l] button.mud-button.apply-filter-btn {
    background-color: var(--mud-palette-dark) !important;
    color: var(--mud-palette-white) !important;
    padding: 6px 1px !important;
    font-family: 'RobotoCondensed-SemiBold' !important;
    font-size: 17px !important;
    border-radius: 5px !important;
}
[b-g03l7j896l] input{
    width: 100%;
    background-color: var(--mud-palette-background);
    color: var(--mud-palette-text-primary);
    border-radius: 5px;
    border: 2px solid var(--mud-palette-divider);
    padding: 6px;
    font-size: 14px;
}

    [b-g03l7j896l] input::-webkit-calendar-picker-indicator {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M3.4375 7.5625H18.5625V4.125C18.5625 3.94266 18.4901 3.7678 18.3611 3.63886C18.2322 3.50993 18.0573 3.4375 17.875 3.4375H4.125C3.94266 3.4375 3.7678 3.50993 3.63886 3.63886C3.50993 3.7678 3.4375 3.94266 3.4375 4.125V7.5625Z' fill='%231f1f1f'/%3E%3Cpath d='M17.875 3.4375H4.125C3.7453 3.4375 3.4375 3.7453 3.4375 4.125V17.875C3.4375 18.2547 3.7453 18.5625 4.125 18.5625H17.875C18.2547 18.5625 18.5625 18.2547 18.5625 17.875V4.125C18.5625 3.7453 18.2547 3.4375 17.875 3.4375Z' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.125 2.0625V4.8125' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.875 2.0625V4.8125' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.4375 7.5625H18.5625' stroke='%23%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
.small-screen[b-g03l7j896l]{
    display:none;
}
@media screen and (max-width: 792px) {
    .big-screen[b-g03l7j896l] {
      display:none;    
    }
    .small-screen[b-g03l7j896l] {
        display: block;
        border-radius: 5px 5px 0px 0px;
    }
        .small-screen td[b-g03l7j896l] {
          display:block;
        }
    table.history-table tbody tr td[b-g03l7j896l] {
        padding: 10px 20px !important;
        border-bottom-width: 0px;
    }
    .abstrac-info[b-g03l7j896l] {
        flex-flow: column;
        align-items: start !important;
    }
        .abstrac-info div[b-g03l7j896l] {
            margin-right: 0px;
            align-items: start !important;
        }
}
/* /Pages/LeaguesSelection.razor.rz.scp.css */
[b-hm93lnlq93] div.mud-expansion-panels {
    width:96vw;
}

.expand-all-button-section[b-hm93lnlq93] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.expand-all-toggle[b-hm93lnlq93] {
    border: 1px solid var(--mud-palette-primary);
    padding: 1px 3px;
    border-radius: 5px;
    line-height: 22px;
    color: var(--mud-palette-primary);
}

.expand-all-toggle:hover[b-hm93lnlq93] {
    color: white;
    background-color: var(--mud-palette-primary);
}
/* /Pages/OpenBets.razor.rz.scp.css */
body[b-15ifnosltr] {
}

h2.title[b-15ifnosltr] {
    text-align: center;
    font-size: 17px;
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--backgrund-black);
}

 .open-bets-table[b-15ifnosltr] {
    margin-top: 20px;
}
table.open-bets-table tr:nth-child(4n+1) td[b-15ifnosltr], table.open-bets-table tr:nth-child(4n+2) td[b-15ifnosltr] {
    background: var(--mud-palette-tertiary-darken);
}

     .open-bets-table thead[b-15ifnosltr] {
        background-color: var(--mud-palette-dark);
    }

table.open-bets-table thead[b-15ifnosltr] {
    color: var(--mud-palette-white);
}

    table.open-bets-table thead th[b-15ifnosltr] {
        padding: 14px 20px 15px 20px !important;
    }

        table.open-bets-table thead th:last-child[b-15ifnosltr] {
            border-radius: 0 5px 0 0;
        }

        table.open-bets-table thead th:first-child[b-15ifnosltr] {
            border-radius: 5px 0 0 0;
        }

table.open-bets-table tbody tr td[b-15ifnosltr] {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

table.open-bets-table tbody td[b-15ifnosltr] {
    background-color: var(--mud-palette-dark-lighten);
    color: var(--mud-palette-primary-text);
    padding: 20px 5px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}

table.open-bets-table tbody tr:last-child td:first-child[b-15ifnosltr] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 0 5px;
}

table.open-bets-table tbody tr:last-child td:last-child[b-15ifnosltr] {
    padding: 14px 15px 15px 24px !important;
    border-radius: 0 0 5px 0;
}
.small-screen[b-15ifnosltr] {
    display: none;
}
@media screen and (max-width: 792px) {
    .big-screen[b-15ifnosltr] {
        display: none;
    }

    .small-screen[b-15ifnosltr] {
        display: block;
        border-radius: 5px 5px 0px 0px;
    }

        .small-screen td[b-15ifnosltr] {
            display: block;
        }

    table.open-bets-table tbody tr td[b-15ifnosltr] {
        padding: 10px 20px !important;
        border-bottom-width: 0px;
    }
   
}
/* /Pages/Welcome.razor.rz.scp.css */
h2.title[b-dzxr28fa94] {
    text-align: center;
    font-size: 17px;
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--backgrund-black);
}

.player-balance[b-dzxr28fa94] {
    margin-top: 20px;
}

    .player-balance thead[b-dzxr28fa94] {
        background-color: var(--mud-palette-primary);
    }

table.player-balance thead[b-dzxr28fa94] {
    color: var(--mud-palette-white);
}

    table.player-balance thead th[b-dzxr28fa94] {
        padding-top: 4px !important;
    }

        table.player-balance thead th:last-child[b-dzxr28fa94] {
            border-radius: 0 5px 0 0;
        }

        table.player-balance thead th:first-child[b-dzxr28fa94] {
            padding: 14px 15px 10px 24px !important;
            border-radius: 5px 0 0 0;
        }

    table.player-balance tbody tr td:nth-child(2)[b-dzxr28fa94],
    table.player-balance thead tr th:nth-child(2)[b-dzxr28fa94] {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

table.player-balance tr[b-dzxr28fa94] {
    border-bottom: 1px solid var(--mud-palette-table-lines);
}
table.player-balance tr:last-child[b-dzxr28fa94] {
    border-bottom: 0px;
}

table.player-balance tbody td[b-dzxr28fa94] {
    background-color: var(--mud-palette-primary-lighten);
    color: var(--mud-palette-primary-text);
    padding: 14px 15px 15px 24px!important;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 17px;
}

table.player-balance tbody tr:last-child td:first-child[b-dzxr28fa94] {   
    border-radius: 0 0 0 5px;
}

table.player-balance tbody tr:last-child td:last-child[b-dzxr28fa94] {
    border-radius: 0 0 5px 0;
}
