@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.toplist-casino-listing-7__wrapper * {
    margin: 0;
    padding: 0;
}

.toplist-casino-listing-7__wrapper {
    font-family: Roboto, serif;
    margin: 32px 0;
}

.toplist-casino-listing-7__offers {
    display: flex;
    flex-direction: column;
    counter-reset: bm-toplist-casino-listing-7-counter;
    gap: 16px;
}

.toplist-casino-listing-7__filter-tags-json {
    box-sizing: border-box;
}

.toplist-casino-listing-7__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 10px;
    box-sizing: border-box;
}

.toplist-casino-listing-7__filter-tag {
    color: #191138;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    border: 1px solid #191138;
    background: #80E0181E;
}

.toplist-casino-listing-7__filter-tag.filter-tag-active {
    color: #fff;
    background: #14C400;
    border: unset;
}

.toplist-casino-listing-7__offer {
    box-sizing: border-box;
}

.toplist-casino-listing-7__offer.hidden {
    display: none;
}

.green-rating-con img {
    filter: invert(53%) sepia(94%) saturate(332%) hue-rotate(67deg) brightness(92%) contrast(90%);
}

.card-outer {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 4%;
    border-radius: 21px;
    background: url('../images/cl7/AllstarCasino-BG.jpg') center center no-repeat;
    background-size: cover;
    box-shadow: 0 4px 55px 0 #f4f4f4;
}

.allstarz-left-outer {
    display: inline-block;
    width: 27.2%;
    max-width: 220px;
    margin-right: 3%;
    text-align: center;
}

.logo-outer {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
}

.logo-outer img {
    width: 154px;
}

.green-rating-con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 18px 0 4px;
}

.green-rating-con span {
    font-size: 19px;
    font-weight: 900;
    padding: 4px 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    background: #191138;
}

.green-rating-con span img {
    margin-left: 4px;
}

.allstarz-left-outer .allsatr-wrap {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
}

.play-cta-con {
    display: inline-block;
    width: 100%;
}

.play-cta-con a {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #85e10f 11%, #14c400 39%);
    text-shadow: 2px 2px 0 #0000007d;
}

.play-cta-con a:hover {
    background: linear-gradient(to right, #14c400 58%, #85e10f 87%);
}

.allstarz-middle-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
}

.allstarz-middle-outer .allstarwithdraw {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin: 0 10% 0 0;
}

.rating-text-con span {
    font-size: 58px;
    font-weight: 600;
    color: #fff;
}

.allstarz-middle-outer .allstarwithdraw span {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 16px;
    padding-left: 43px;
    color: #fff;
}

.allstarz-middle-outer .allstarwithdraw span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    background: url('../images/cl7/tick.svg') left top no-repeat;
}

.allstarz-middle-outer .allstarwithdraw span:last-child {
    margin: 0;
}

.total-score-con {
    display: inline-block;
    width: 30%;
}

.total-score-inner {
    float: right;
    box-sizing: border-box;
    width: 100%;
    max-width: 295px;
    padding: 30px 10px 20px;
    text-align: center;
    border: 1px solid #bc9494;
    border-radius: 18px;
    background: #ffffff21;
}

.rating-text-con {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.total-sore-text {
    font-size: 18px;
    font-weight: 400;
    margin: 21px 0 0;
    padding: 19px 0 0;
    color: #fff;
    border-top: 2px dashed #faf1f196;
}

.yellow-stars-pic {
    margin-top: 5px;
}

.disclaimer-outer div {
    font-size: 18px;
    font-weight: 500;
    color: #2e2e30;
}

.disclaimer-outer {
    margin-bottom: 26px;
    padding: 20px 30px;
    border: 1px solid #0000005e;
    border-radius: 15px;
}

@media screen and (width <= 991px) {
    .toplist-casino-listing-7__filter-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -16px 16px;
        padding: 0 16px;
    }

    .toplist-casino-listing-7__filter-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (width <= 799px) {
    .disclaimer-outer {
        padding: 10px 20px;
        border-radius: 10px;
    }

    .disclaimer-outer div {
        font-size: 15px;
    }

    .card-outer {
        padding: 20px;
    }

    .logo-outer img {
        width: 100%;
    }

    .green-rating-con span {
        font-size: 18px;
        padding: 2px 10px;
        border-radius: 6px;
    }

    .rating-text-con span {
        font-size: 38px;
    }

    .allstarz-middle-outer .allstarwithdraw span {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 12px;
        padding-left: 30px;
    }

    .allstarz-left-outer {
        margin-right: 0%;
    }

    .allstarz-middle-outer .allstarwithdraw span:before {
        top: 3px;
        width: 19px;
        height: 19px;
        background-size: 19px;
    }

    .rating-text-con {
        font-size: 25px;
    }

    .yellow-stars-pic img {
        width: 87%;
    }

    .green-rating-con {
        margin: 12px 0 0;
    }

    .total-sore-text {
        font-size: 14px;
        margin: 12px 0 0;
        padding: 15px 0 0;
    }

    .play-cta-con a {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }
}

@media only screen and (width <= 575px) {
    .card-outer {
        display: block;
        padding: 25px 20px 120px;
        background-size: 100% 100%;
    }

    .allstarz-left-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        margin-right: 0%;
    }

    .logo-outer {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .logo-outer img {
        width: 140px;
    }

    .green-rating-con {
        justify-content: end;
        margin: 0;
    }

    .play-cta-con a {
        width: 180px;
    }

    .total-sore-text {
        font-size: 16px;
        margin: 16px 0 0;
        padding: 19px 0 0;
    }

    .allstarz-middle-outer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 20px 0 0;
    }

    .allstarz-casino-text {
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .allstarz-middle-outer .allstarwithdraw {
        max-width: 100%;
        margin: 0;
    }

    .total-score-con {
        display: inline-block;
        width: 100%;
        margin: 30px 0 0;
    }

    .total-score-inner {
        float: left;
        max-width: 100%;
        padding: 30px 10px 20px;
    }

    .total-score-top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
}

@media only screen and (width <= 479px) {
    .logo-outer img {
        width: 110px;
    }

    .green-rating-con span {
        font-size: 16px;
        padding: 4px 10px;
    }
}

@media only screen and (width <= 375px) {
    .card-outer {
        display: block;
        padding: 25px 15px 110px;
    }

    .rating-text-con span {
        font-size: 30px;
    }

    .yellow-stars-pic {
        width: 40%;
        margin-top: 5px;
    }

    .yellow-stars-pic img {
        width: 100%;
    }

    .allstarz-left-outer .allsatr-wrap {
        font-size: 16px;
        line-height: 30px;
    }
}
