/* _content/SportsBettingWebsite/Pages/Fixture/Stats.cshtml.rz.scp.css */
.container[b-oyunhdbycj] {
    font-family: "Chakra Petch", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    background-color: #f3f3f3;
    padding: 10px 10px 10px 10px;
    border: 1px solid black;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.top-section[b-oyunhdbycj]{
    border-bottom: 1px solid black;
    padding: 30px 30px 40px 30px;
    width: 100%;
    height: 100%;
    /*margin-top: 30px;*/
}

.top-wrapper[b-oyunhdbycj]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-column[b-oyunhdbycj]{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0px 20px;
    width: 100%;
    height: 100%;
}

.top-column-teamname[b-oyunhdbycj]{
    margin-top: 10px;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}

.top-column-preds[b-oyunhdbycj]{
    margin-bottom: 25px;
}

.summary[b-oyunhdbycj]{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary-section[b-oyunhdbycj]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 5px 100px; 
}

.h2h-container[b-oyunhdbycj] {
    /*border: 1px solid black;*/
    border-radius: 5px;
    width: 100%;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    margin-top: 10px;
    background-color: #d0ebe7;
}

.game-team-home-align[b-oyunhdbycj] {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
}

.game-team-away-align[b-oyunhdbycj] {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 1fr;
    width: 100%;
}

.game-result-inner[b-oyunhdbycj]{
    border: 1px solid black;
    padding: 3px 10px;
    background-color: white;
}

.recent-form[b-oyunhdbycj] {
    gap: 10px;
}

.gap-10[b-oyunhdbycj]{
    gap: 10px;
}

.ts-column[b-oyunhdbycj]{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    min-height: 46px;
}

.stat-inner[b-oyunhdbycj] {
    border: 1px solid black;
    padding: 3px 10px;
    margin-block: 5px;
}

.bg-green[b-oyunhdbycj] {
    background-color: #88e480;
}

.bg-red[b-oyunhdbycj] {
    background-color: #ff7c7c;
}

.bg-grey[b-oyunhdbycj] {
    background-color: #d5d5d5;
}

.bg-none[b-oyunhdbycj] {
    background: none;
}

.p-10[b-oyunhdbycj]{
    padding: 10px;
}

.stat-section[b-oyunhdbycj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.flex-centre[b-oyunhdbycj] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start[b-oyunhdbycj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5px;
}

.flex-end[b-oyunhdbycj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 5px;
}

    .flex-start > h5[b-oyunhdbycj] {
        margin-block: 5px;
    }

    .flex-end > h5[b-oyunhdbycj] {
        margin-block: 5px;
    }

.grid-title[b-oyunhdbycj]{
    font-size: 13px !important;
    align-items: center;
    margin-bottom: 10px;
}

.grid-title > span[b-oyunhdbycj]{
    padding-right: 5px;
}

.team-stats-grid[b-oyunhdbycj] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
}

.gs-grid[b-oyunhdbycj] {
    width: 100%;
    display: grid;
    grid-template-columns: 4fr repeat(6, 1fr);
    grid-template-rows: 1fr;
}

.cf-grid[b-oyunhdbycj] {
    width: 100%;
    display: grid;
    grid-template-columns: 4fr repeat(5, 1fr);
    grid-template-rows: 1fr;
}

.team-preds-grid[b-oyunhdbycj] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
}

.team-preds-centre[b-oyunhdbycj] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid black;*/
    min-height: 44px;
}

.match-preds-centre[b-oyunhdbycj] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
}

.team-preds-centre > h5[b-oyunhdbycj]{
    margin-block: 5px;
}

.match-preds-centre > h5[b-oyunhdbycj] {
    margin-block: 5px;
}

.toggleBtn[b-oyunhdbycj] {
    position: relative;
    min-height: 70px;
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    font-size: 30px;
    width: 100%;
}

.predictions[b-oyunhdbycj]{
    padding-bottom: 20px;
}

.badge-height[b-oyunhdbycj]{
    height: 70px;
}

.start-border[b-oyunhdbycj] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.end-border[b-oyunhdbycj] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 770px) {
    .container[b-oyunhdbycj] {
        font-size: 10px;
    }

    h5[b-oyunhdbycj]{
        font-size: 12px;
    }

    h3[b-oyunhdbycj]{
        font-size: 18px;
    }

    .summary-section[b-oyunhdbycj]{
        padding-inline: 20px;
    }

    .top-section[b-oyunhdbycj]{
        padding-inline: 5px;
    }

    .top-column[b-oyunhdbycj]{
        padding-inline: 5px;
    }

    .grid-title > span[b-oyunhdbycj] {
        display: none;
    }

    .badge-height[b-oyunhdbycj]{
        height: 40px;
    }

    .top-column-teamname[b-oyunhdbycj]{
        font-size: 20px;
    }

    .container[b-oyunhdbycj]{
        /*padding-inline: 5px;*/
    }

    .toggleBtn[b-oyunhdbycj]{
        font-size: 20px;
        padding-bottom: 0px;
    }

    .ts-column[b-oyunhdbycj]{
        min-height: 53px;
    }
}

/* _content/SportsBettingWebsite/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
