* {
    --main-bg1-color: #25567e;
    --main-bg2-color: #131920;

    --bonusSection-color-start: #2e5783 !important;
    --bonusSection-color-end: #46568b;
}

#backgroundColor {
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    display: block;
    background: radial-gradient(ellipse at bottom, var(--main-bg1-color) 0%, var(--main-bg2-color) 100%);
}

#background {
    display: none;
}

.topWrapper2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topWrapper2 h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.topWrapper2 .subTitle1 {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

.topWrapper2 .subTitle2 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.topWrapper2 .subTitle2 .locationPart {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.topWrapper2 .subTitle2 img {
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.topWrapper2 .subTitle2 i {
    color: rgba(255, 255, 255, 0.4);
    margin-right: 4px;
}

.topWrapper2 .divLine {
    width: 95%;
    max-width: 850px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 16px 0;
}

.topWrapper2 .settingsBox {
    background-color: #272e36;
    padding: 28px 40px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 50px;
    border: 2px solid rgba(255, 255, 255, 0.07);
}

.topWrapper2 .settingsBox > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topWrapper2 .settingsBox > div .label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}

.topWrapper2 .settingsBox > div .label i {
    color: rgba(255, 255, 255, 0.8);
}

.topWrapper2 .settingsBox .xswitch {
    border-radius: 500px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 0px;
    overflow: hidden;
    
}

.topWrapper2 .settingsBox .xswitch span {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-radius: 500px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.topWrapper2 .settingsBox .xswitch span.xselected {
    background-color: rgb(19, 150, 226);
}

.topWrapper2 .settingsBox .xinput {
    position: relative;
}

.topWrapper2 .settingsBox .xinput input {
    background: none;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 500px;
    padding: 10px 16px;
    color: #fff;
    outline: none;
    font-weight: 600;
    max-width: 100px;
    text-align: center;
}

.topWrapper2 .settingsBox .xinput input:focus {
    border-color: rgba(255, 255, 255, 0.7);
}

.topWrapper2 .settingsBox .xinput .rightIcon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

@media (max-width: 900px) {
    .topWrapper2 {
        padding: 0 15px;
        position: relative;
        box-sizing: border-box;
    }

    .topWrapper2 h1 {
        font-size: 30px;
    }

    .topWrapper2 .subTitle1 {
        font-size: 17px;
        font-weight: 400;
    }

    .topWrapper2 .subTitle2 {
        font-size: 15px;
        font-weight: 400;
    }

    .topWrapper2 .subTitle2 img {
        height: 17px;
    }

    .topWrapper2 .settingsBox {
        flex-direction: column;
        box-sizing: border-box;
        padding: 20px 20px;
        gap: 16px;
        width: 100%;
    }

    .topWrapper2 .settingsBox .xinput input {
        padding: 7px 16px;
    }

    .topWrapper2 .settingsBox .xswitch span {
        padding: 8px 14px;
    }
}


/* SIMPLE OFFERS */
.simpleOffersContainer .offer-container .offer {
    margin-bottom: 24px !important;
}

.simpleOffersContainer .offer-container .offer .mainInfos .infos {
    flex-direction: column;
    justify-content: center;
    /*padding: 10px 0;*/
}

.simpleOffersContainer .offer-container .offer .mainInfos .infos .mainText {
    font-size: 36px;
    white-space: nowrap;
    width: 100%;
    margin: 0;
}

.simpleOffersContainer .offer-container .offer .mainInfos .infos .mainText .bigText {
    color: #FFD700;
    font-weight: bold;
    font-size: 54px;
}

.offerDetails .bodyContainer .bonusInfos {
    display: flex;
    flex-direction: column;
}

.offer-list .offer .infos p.subText, .offerDetails .bodyContainer .bonusInfos p.subText {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.offer-list .offer .infos span, .offerDetails .bodyContainer .bonusInfos span {
    font-size: 16px;
}

.offer-list .offer .infos p.subText .xbold, .offerDetails .bodyContainer .bonusInfos p.subText .xbold {
    font-size: 18px;
    font-weight: 500;
}

.simpleOffersContainer .offer-container .offer .bottomSection1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*gap: 8px;*/
    padding: 12px 14px;
    color: #fff;
    border-top: 2px solid #FFD700;
}

.simpleOffersContainer .offer-container .offer .bottomSection1 .subText {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.simpleOffersContainer .offer-container .offer .bottomSection1 .subText .xbold {
    font-weight: 600;
    font-size: 20px;
}

.simpleOffersContainer .offer-container .offer .bottomSection1 .benefitsList {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #fff;
    justify-content: center;
}

.simpleOffersContainer .offer-container .offer .bottomSection1 .benefitsList > span {
    display: flex;
    align-items: center;
}

.simpleOffersContainer .offer-container .offer .bottomSection1 .benefitsList > span .xicon {
    color: #FFD700;
    margin-right: 4px;
    font-weight: bold;
}

.simpleOffersContainer .offer-container .offer .bottomSection1 .benefitsList > span img {
    height: 1.6em;
    margin-left: 6px;
}

.simpleOffersContainer .offer-container .offer .bottomSection2 {
    background-color: #1a1c20;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}

.simpleOffersContainer .offer-container .offer .bottomSection2 p {
    width: 100%;
    text-align: center;
    color: #fff;
}

.simpleOffersContainer .offer-container .offer .bottomSection2 p .goldText {
    color: #FFD700;
    font-weight: bold;
    font-size: 18px;
}

.simpleOffersContainer .offer-container .offer .details .casinoInfos .fetureList {
    max-width: 710px;
}

@media (min-width: 950px) {
    .noDesktop {
        display: none;
    }
}

@media (max-width: 950px) {
    .noMobile {
        display: none;
    }

    .simpleOffersContainer .offer-container .offer .mainInfos .infos .mainText {
        white-space: normal;
        font-size: 25px;
    }

    .simpleOffersContainer .offer-container .offer .mainInfos .infos .mainText .bigText,
    .offerDetails .bonusInfos .mainText .bigText {
        color: #FFD700;
        font-weight: bold;
        font-size: 36px !important;
    }

    .simpleOffersContainer .offer-container .offer .toggleDetails {
        /*width: 100%;
        text-align: center;*/
    }
}