/* Stake, Statement, Result */

.Rectangle-Btn {
    width: 150.3px;
    height: 34.1px;
    margin: 7.4px 9.6px 11.5px 0.3px;
    padding: 8px 27px 8px 25px;
    border-radius: 8px;
    border: solid 1px #f9fbff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Rectangle-Btn.Selected {
        border: solid 1px #F9FBFF;
        background-image: linear-gradient(180deg, rgba(91,115,163,1) 0%, rgba(91,115,163,1) 100%);
    }

.Btn-Text {
    font-family: Prompt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: left;
    color: #F9FBFF;
    white-space:nowrap;
}

span {
    text-transform: uppercase;
}

    .Btn-Text.Selected {
        color: #fff;
    }

.buttons {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(59,84,134,1) 0%, rgba(26,48,86,1) 100%);
    margin: 5px;
}

.img-fluid {
    width: 14.2px;
    height: 14.2px;
    margin: 1.2px 9.6px 1.6px 0;
    filter: brightness(1.0);
}

.Selected .img-fluid {
    filter: brightness(1.0);
}

table.rounded-corners {
    width: 97%;
    margin-top: 15px;
    border-collapse: collapse;
    --border: 1px solid black;
    border-radius: 5px;
    border-spacing: 0;
    overflow: hidden;
    border-bottom: 1px solid;
    background-color: #f9fbff;
    text-transform: uppercase;
}

    table.rounded-corners th:not(:last-child),
    table.rounded-corners td:not(:last-child) {
        border-right: var(--border);
        border: 1px solid #f9fdff;
    }

    table.rounded-corners > thead > tr:not(:last-child) > th,
    table.rounded-corners > thead > tr:not(:last-child) > td,
    table.rounded-corners > tbody > tr:not(:last-child) > th,
    table.rounded-corners > tbody > tr:not(:last-child) > td,
    table.rounded-corners > tfoot > tr:not(:last-child) > th,
    table.rounded-corners > tfoot > tr:not(:last-child) > td,
    table.rounded-corners > tr:not(:last-child) > td,
    table.rounded-corners > tr:not(:last-child) > th,
    table.rounded-corners > thead:not(:last-child),
    table.rounded-corners > tbody:not(:last-child),
    table.rounded-corners > tfoot:not(:last-child) {
        border-bottom: var(--border);
        border: 1px solid #f9fbff;
    }

    table.rounded-corners th {
        background: #A94C39;
        height: 25.5px;
    }

    table.rounded-corners td, table.rounded-corners th {
        font-family: Prompt !important;
        font-size: 11px !important;
        font-weight: normal;
        font-stretch: normal !important;
        font-style: normal;
    }

    table.rounded-corners tr:nth-child(odd) {
        background-color: #F7CEBF !important;
    }

    table.rounded-corners tr:nth-child(even) {
        background-color: #FDF3EC !important;
    }

    table.rounded-corners tr:last-child {
        background-color: #f7cebf !important;
        height: 25px;
    }
    table.rounded-corners tr.StatPg span{
        text-transform:none !important;
    }
    table.rounded-corners tr.StatPg:last-child {
        background-color: #1A3056 !important;
        height: 25px;
    }

    table.rounded-corners tr td, table.rounded-corners tr th {
        padding: 5px 10px;
    }

#btnBack {
    display: inline-block;
    height: 18px;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #97a7c7;
    background-image: linear-gradient(180deg, rgba(151,167,199,1) 0%, rgba(91,115,163,1) 100%);
    font-family: Prompt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
}

    #btnBack:hover {
        color: #ffc !important;
        text-decoration: none;
    }
.StatPg:last-child .Normal {
    color: #fff
}

    .StatPg:last-child .Normal .Positive, .StatPg:last-child .Bold .Positive {
        color: #fff
    }

    .StatPg:last-child .Bold {
        color: #fff
    }

.cashout-bet {
    display: flex;
    align-items: center;
}

    .cashout-bet img {
        height: 20px;
        margin-right: 5px;
    }

    .cashout-bet span {
        font-size: 12px;
    }