
#home-betting {
    padding-bottom: 40px;
    width: 100%;box-sizing: border-box;overflow: hidden;}

.home-betting__top {
    margin-bottom: 12px;
}

#home-betting.promo .home-betting__top {
    margin-bottom: 40px !important;
}

#home-betting.promo {
    margin-top: 48px;
}

@media print, screen and (min-width: 40em) {
    .home-betting__top {
        margin-bottom: 34px;
    }
}

.home-betting-info {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 0 24px 0;
    border: 2px solid rgba(151, 151, 178, 0.1);
    border-radius: 8px;
    color: #9797B2;
    padding: 10px 0;
}

.home-betting-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    white-space: nowrap;
}

.home-betting-info svg {
    fill: #9797B2;
    margin-right: 8px;
}


.pre-title {
    text-transform: uppercase;
    color: #2D2C4E;
}


.pre-title mark {
    color: #573B97;
    background: none;
}


.home-rate-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

@media print, screen and (min-width: 40em) {
    .home-rate-card {
        padding: 17px 24px;
    }
}

@media print, screen and (min-width: 64em) {
    .home-rate-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.home-rate-card > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.hrc-top,
.hrc-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrc-top {
    border-bottom: 1px solid #F0EFF8;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0 16px 0;
}

@media print, screen and (min-width: 64em) {
    .hrc-top {
        border-bottom: 0;
        width: 200px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 78.125em) {
    .hrc-top {
        padding-right: 60px;
        width: 240px;
    }
}

.hrc-top .hrc-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 60px;
    margin-right: 12px;
    padding: 10px 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}


.hrc-top .hrc-rate-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F0EFF8;
    padding: 9px 12px;
    border-radius: 8px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-left: 20px;
}

@media print, screen and (min-width: 64em) {
    .hrc-top .hrc-rate-mob {
        display: none;
    }
}

.hrc-top .hrc-rate-mob > * {
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.hrc-top .hrc-rate-mob .star-rate__text {
    margin-right: 4px;
    font-weight: bold;
    color: #9797B2;
    font-style: italic;
}

.hrc-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .hrc-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hrc-bottom > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media print, screen and (min-width: 64em) {
    .hrc-bottom {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hrc-bottom > * {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.hrc-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    text-align: center;
}

@media print, screen and (min-width: 40em) {
    .hrc-text {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media print, screen and (min-width: 64em) {
    .hrc-text {
        width: 45%;
        padding: 0 20px 0 0;
    }
}

.hrc-text .info-button {
    margin-right: 12px;
}

.hrc-text__data, .hcc-text__title {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: #573B97;
    margin-right: 8px;
}

.hrc-text__apply {
    width: 100%;
    font-size: 12px;
    color: #9797B2;
}

.hrc-rate[data-star-rate] {
    display: none;
}

@media print, screen and (min-width: 64em) {
    .hrc-rate[data-star-rate] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hrc-rate[data-star-rate] .star-rate__text {
        padding: 16px 12px;
        background: #F0EFF8;
        color: #9797B2;
        font-weight: 600;
        font-size: 14px;
        border-radius: 8px;
        margin-right: 12px;
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }
}

.hrc-button {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media print, screen and (min-width: 40em) {
    .hrc-button {
        width: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .hrc-button {
        width: 200px;
        margin-left: auto;
    }
}

.hrc-button .button, .hrc-button .ibl-button {
    margin-bottom: 0;
}

.hide-for-medium {
    padding: 0 5px;
}

.hrc-text .info-button img.icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(26%) saturate(1044%) hue-rotate(181deg) brightness(99%) contrast(95%);
}


.home-betting__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 24px 0 40px 0;
    border-bottom: 2px solid rgba(151, 151, 178, 0.1);
}

@media print, screen and (min-width: 40em) {
    .home-betting__footer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        padding: 32px 0 40px 0;
    }
}

.home-betting__footer img.icon {
    margin-right: 7px;
}

@media screen and (min-width: 992px) {
    .how-rate-link:hover img.icon {
        filter: invert(63%) sepia(23%) saturate(280%) hue-rotate(202deg) brightness(113%) contrast(82%);
    }
}

.how-rate-link img.icon {
    filter: invert(63%) sepia(23%) saturate(280%) hue-rotate(202deg) brightness(113%) contrast(82%);
}


.hrc-text__tc,
.all-bc-card-data-tc {
    max-height: 44px;
    overflow-y: auto;
    margin-top: -6px;
    padding-right: 2px;
    font-size: 10px;
    color: #ACACB5;
    line-height: 15px;
}

.hrc-text__tc {
    margin-top: 0;
}

.hrc-text__tc::-webkit-scrollbar,
.all-bc-card-data-tc::-webkit-scrollbar {
    width: 4px; 
}


.hrc-text__tc::-webkit-scrollbar-track,
.all-bc-card-data-tc::-webkit-scrollbar-track {
    background: #F0EFF8;
}

.hrc-text__tc::-webkit-scrollbar-thumb,
.all-bc-card-data-tc::-webkit-scrollbar-thumb {
    background: #9797B2;
}
