.myBets .mb-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    height: 64px;
    box-sizing: border-box;
    background: white;
}

    .myBets .mb-title ._my_bets {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .myBets .mb-title ._my_bets svg {
            cursor: pointer;
        }

.rtl-dir .myBets .mb-title ._my_bets svg,
.rtl-dir .myBets .mb-title ._history_bets svg {
    transform: rotate(180deg);
}

.myBets .mb-title ._my_bets span {
    font-size: 20px;
    font-weight: 700;
}

.myBets .mb-title ._history_bets {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .myBets .mb-title ._history_bets span {
        line-height: 17px;
        font-size: 14px;
        font-weight: 500;
        color: #848484;
    }

.myBets .items {
    padding: 0 8px;
}

.myBets .bet {
    display: block;
    float: unset !important;
    margin-bottom: 12px;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important;
    background: #FFFFFF;
    border-radius: 6px;
}

    .myBets .bet .bet-event .striked {
        text-decoration: line-through;
    }

.myBets .mb-collapsible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px;
    height: 46px;
    box-sizing: border-box;
}

.myBets .mb-collapse-expand {
    flex-shrink: 0;
    cursor: pointer;
}

.mb-collapse-expand {
    transition: transform 0.3s;
}

    .mb-collapse-expand.rotated {
        transform: rotate(180deg);
    }

.myBets .mb-odds-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
}

    .myBets .mb-odds-open .mb-odds {
        display: flex;
        gap: 4px;
        height: 18px;
        line-height: 18px;
        font-size: 15px;
        font-weight: 500;
    }

        .myBets .mb-odds-open .mb-odds label {
            height: 14px;
            line-height: 100%;
            font-family: Roboto;
            font-size: 12px;
            font-weight: 500;
            color: #848484;
        }

    .myBets .mb-odds-open .mb-open {
        padding: 0 12px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        border-radius: 100px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, .15);
        background: #FFFFFF;
    }

.myBets .mb-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    height: 32px;
    background: #F5F5F5;
    box-sizing: border-box;
}

    .myBets .mb-id .mb-random {
        line-height: 17px;
        font-size: 14px;
        font-weight: 400;
        color: #848484;
    }

.myBets .mb-match-item {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

    .myBets .mb-match-item .mb-game {
        display: flex;
        gap: 4px;
        line-height: 18px;
        font-size: 15px;
        font-weight: 500;
    }

        .myBets .mb-match-item .mb-game span:first-of-type {
            color: #848484;
        }

        .myBets .mb-match-item .mb-game span:last-of-type {
            color: #000000;
        }

    .myBets .mb-match-item .mb-left-part {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 80%;
        box-sizing: border-box;
    }

.top_winners .myBets .mb-match-item .mb-left-part {
    width: 70%;
}

.myBets .mb-teams {
    display: flex;
    gap: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.myBets .mb-teamsAndInfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
}

.myBets .live {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .myBets .live .liveIcon {
        display: inline-block;
        height: 13px;
        line-height: 13px;
        font-style: Italic;
        font-size: 11px;
        font-weight: 700;
        color: #D94245;
    }

        .myBets .live .liveIcon.evaluated {
            color: #000000;
        }

.myBets .mb-time-result {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 14px;
}

    .myBets .mb-time-result .mb-time {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #848484;
    }

.myBets .mb-result {
    display: flex;
    gap: 4px;
    height: 17px;
}

    .myBets .mb-result span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
        border-radius: 2px;
        width: 16px;
        height: 16px;
        color: #000000;
    }

    .myBets .mb-result.mb-finish span {
        background: #EEEEEE;
    }

    .myBets .mb-result.mb-live {
        gap: 0;
        color: #D94245;
    }

        .myBets .mb-result.mb-live span {
            color: #D94245;
        }

.myBets .mb-right-part {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
    width: 20%;
}

.top_winners .myBets .mb-right-part {
    width: 30%
}

.myBets .dateTimeMatch {
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    white-space: nowrap;
}

.myBets .bankers {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
}

.myBets .mb-price {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 18px;
}

    .myBets .mb-price .price {
        font-size: 15px;
        font-weight: 600;
        color: #000000;
    }

    .myBets .mb-price .mb-state {
        width: 14px;
        height: 15px;
    }

.myBets .mb-line {
    margin: 0 12px;
    border-bottom: 1px dashed #E3E3E3;
}

.myBets .mb-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    box-sizing: border-box;
}

    .myBets .mb-summary .mb-stake-return {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
    }

        .myBets .mb-summary .mb-stake-return span {
            display: block;
            height: 19px;
            line-height: 19px;
            font-size: 16px;
            font-weight: 500;
        }

    .myBets .mb-summary button.mb-cashout {
        padding: 0 12px;
        height: 32px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        background: #FFD200;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
    }

/*icons*/
.myBets .bet .share,
.myBets .bet .shareWhatsapp,
.myBets .bet .reuseBet,
.myBets .bet .print {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .myBets .bet .share,
    .myBets .bet .reuseBet,
    .myBets .bet .print,
    .myBets .bet .shareWhatsapp .icon {
        float: right;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }

.myBets .bet .share {
    background-image: url(../../Images/url.svg?v=1.1.1);
}

.myBets .bet .shareWhatsapp .icon {
    background-image: url(../../Images/whatsapp.svg?v=1.1.1);
}

.myBets .bet .reuseBet {
    background-image: url(../../Images/reuse.svg?v=1.1.1);
}

.myBets .bet .print {
    background-image: url(../../Images/print.svg?v=1.1.1);
}

.myBets .bet .shareWhatsapp {
    float: right;
}

    .myBets .bet .shareWhatsapp a {
        border: none !important;
    }

    .myBets .bet .share:hover,
    .myBets .bet .shareWhatsapp .icon:hover {
        opacity: 0.6;
    }

.myBets .waiting.MB {
    width: 10px;
    height: 10px;
    border: 4px solid #FFD200;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
}

/*empty*/
.myBets .items-empty {
    display: flex;
    color: #000000;
    background: #FFFFFF;
}

    .myBets .items-empty ._empty_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 24px 12px;
        width: 100%;
    }

        .myBets .items-empty ._empty_container span {
            font-weight: 600;
            font-size: 16px;
            height: 19px;
            line-height: 19px;
        }
