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

.toplist-casino-listing-15__wrapper * {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

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

.toplist-casino-listing-15__offers {
    display: flex;
    flex-direction: column;
    counter-reset: section;
    gap: 14px;
}

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

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

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

.toplist-casino-listing-15__filter-tag.filter-tag-active {
    color: #fff;
    background: #3820bd;
}

.toplist-casino-listing-15__offer {
    /* box-sizing: content-box; */
}

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

.pay-outer-card-show {
    cursor: pointer;
}

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 4px solid #4121c4;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 55px 0 #f4f4f4b2;
}

.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;
}

a.play-now-cta {
    font-size: 17px;
    font-weight: 600;
    line-height: 39px;
    display: block;
    max-width: 136px;
    margin-top: 11px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    background: #3820bd;
}

a.play-now-cta:hover {
    background-color: #000;
}

.logo-con {
    display: flex;
    align-items: center;
    width: 22%;
    max-width: 175px;
    min-height: 216px;
    padding: 0 22px 0 18px;
    border-radius: 10px 0 0 10px;
    background-color: #3b21c1;
}

.logo-con img {
    width: 175px;
}

.deposit-box-inner {
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
}

.deposit-box-inner span {
    color: #3820bd;
}

.deport-postive-outer {
    display: flex;
    justify-content: right;
    width: 49.8%;
}

.deposit-outer-wrap {
    max-width: 341px;
    padding: 0 28px;
}

.all-slot-outer {
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    padding: 17px 0 9px;
    color: #5f5f5f;
}

.pay-outer-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.pay-outer-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 27px;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #fff;
}

.deport-postive-outer .all-slotwrap span {
    font-size: 12.6px;
    font-weight: 500;
    line-height: 14.77px;
    color: #525050;
}

.deport-postive-outer .all-slotwrap {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 9px;
}

.pay-outer-card span:nth-child(n + 5) {
    display: none;
}

.pay-outer-card.pay-outer-card-show span {
    display: inline-flex;
}

.pay-outer-card span img {
    height: 21px;
}

.price-slot-outer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 23%;
    max-width: 185px;
    min-height: 216px;
    background-color: #9e91e033;
}

.price-slot-outer .expert-wrap {
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    color: #6a5fa6;
}

.price-slot-outer .exper-outer span {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #413e3e;
    gap: 6px;
}

.price-slot-outer .exper-outer span img {
    width: 17px;
}

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

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

@media only screen and (width <= 799px) {
    .main-container {
        padding: 0 11px;
    }

    .disclaimer-outer {
        padding: 10px 20px;
        border-radius: 10px;
    }

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

    .logo-con img {
        width: 118px;
    }

    .deport-postive-outer {
        width: 48.8%;
    }

    .deposit-box-inner {
        font-size: 15px;
    }

    .deposit-outer-wrap {
        max-width: 231px;
        padding: 0 15px;
    }

    a.play-now-cta {
        font-size: 14px;
        line-height: 36px;
        max-width: 114px;
        padding: 0;
    }

    .all-slot-outer {
        font-size: 14px;
        padding: 9px 0;
    }

    .logo-con {
        width: 20%;
        min-height: 180px;
    }

    .price-slot-outer {
        width: 23%;
        min-height: 180px;
    }

    .price-slot-outer .expert-wrap {
        font-size: 15px;
        line-height: 21px;
    }

    .price-slot-outer .exper-outer span {
        font-size: 16px;
    }

    .pay-outer-card {
        gap: 1px;
    }
}

@media only screen and (width <= 575px) {
    .logo-con {
        justify-content: center;
        width: 100%;
        max-width: 100%;
        min-height: unset;
        padding: 20px;
        border-radius: 10px 10px 0 0;
    }

    .logo-con img {
        width: 177px;
    }

    .price-slot-outer {
        width: 100%;
        max-width: 100%;
        min-height: unset;
        padding: 12px;
    }

    .price-slot-outer .expert-wrap {
        font-size: 18px;
        line-height: 28px;
    }

    .price-slot-outer .exper-outer span {
        font-size: 18px;
    }

    .deport-postive-outer {
        justify-content: left;
        width: 100%;
    }

    .deposit-outer-wrap {
        max-width: 100%;
        padding: 36px 18px 33px;
    }

    .deposit-box-inner {
        font-size: 22px;
    }

    .all-slot-outer {
        font-size: 16px;
        padding: 20px 0 7px;
    }

    a.play-now-cta {
        font-size: 17px;
        line-height: 39px;
        max-width: 136px;
        margin-top: 25px;
        padding: 4px;
    }

    .pay-outer-card {
        gap: 9px;
    }
}

@media only screen and (width <= 375px) {
    .logo-con img {
        width: 140px;
    }

    .deposit-box-inner {
        font-size: 20px;
    }

    .pay-outer-card {
        gap: 6px;
    }
}
