.bet-boost {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 290px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.bet-boost .bet-boost-bg-wrapper {
    max-width: 330px;
    height: 100%;
    padding: 12px;
    background: linear-gradient(182.02deg, rgba(0, 0, 0, 0) 49.46%, #6B0000 90.17%), linear-gradient(0deg, #161616, #161616);
}

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

.bet-boost .bet-boost-end-date {
    font-size: 11px;
}

.bet-boost .bet-boost-boosted-odds {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 87px;
    height: 13px;
    font-size: 10px;
    font-weight: 500;
    background: var(--bg-second-color) !important;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 var(--bg-second-color) 40;
}

.bet-boost .bet-boost-new-odds {
    margin-left: 3px;
}

.bet-boost .bet-boost-percent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    width: 39px;
    height: 13px;
    font-size: 10px;
    font-weight: 500;
    background: var(--bg-second-color) !important;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 var(--bg-second-color) 40;
}

.bet-boost .bet-boost-body {
    margin-top: 6px;
}

.bet-boost .bet-boost-event:not(:first-child) {
    margin-top: 8px;
}

.bet-boost .bet-boost-match {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.bet-boost .bet-boost-match-icon {
    display: flex;
    align-items: center;
    width: 16px;
    height: 16px;
    background-size: 20px auto;
    margin-right: 3px;

}

.bet-boost .bet-boost-markets {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.bet-boost .bet-boost-market {
    position: relative;
    display: block;
    font-size: 12px;
    padding-left: 16px;
}

.bet-boost .bet-boost-market:not(:first-child) {
    position: relative;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 16px;
}

.bet-boost .bet-boost-market:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: border 0.2s;
}

.bet-boost .bet-boost-market:not(:last-child):after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: -14px;
    width: 1px;
    height: 19px;
    background: #dadada;
}

.bet-boost .bet-boost-footer {
    width: 100%;
}

.bet-boost .bet-boost-odds {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 37px;
    padding: 0;
    border: 0;
    background: #2C2C2C;
    cursor: pointer;
    transition: 0.3s;
    border-top: 1px solid #454545;
    font-family: Roboto, sans-serif;
    color: var(--text-main-color);
}

.bet-boost .bet-boost-odds.inbetslip {
    background: var(--bg-second-color);
    color: var(--text-main-color) !important;
}

.bet-boost .bet-boost-odds:hover {
    background: #454545;
}

.bet-boost .bet-boost-old-odds {
    font-size: 14px;
    font-weight: 700;
}

.bet-boost .bet-boost-new-odds {
    font-size: 18px;
    font-weight: 700;
}

.bet-boost .bet-boost-icon-boosted-odds:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: var(--icon-boosted-odds) center / cover no-repeat;
}
