

p {
    margin: 0;
    padding: 0;
}

.ios.coins-decor-desktop {
    display: none;
}

.ios.new-pop-up-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    height: 600px;
    background: linear-gradient(to bottom, #FED47F, #ECAE3B);
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 370px;
    z-index: 100;
}

.ios.new-pop-up {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: inset 0px 0px 5px 0.5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    background-image: url(/assets_new/images/popup_images/ios/v1psc_mobile_popup/bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 55% 75%;
    overflow-x: hidden;
    z-index: -1;

}

.ios.top-coin-ios-wrapper {
    position: absolute;
    top: 0;
    left: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    transform: translate(-40%, -40%);
}

.ios.top-coin-ios-wrapper img {
    width: 100%;
    height: 100%;
}

.ios.close-button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transform: translate(40%, -40%);
}

.ios.pop-up-close-button-img {
    width: 100%;
    height: 100%;
}

.ios.x-button {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ios.pop-up-headline {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.ios.pop-up-headline-text {
    text-align: center;
    background: #FED47F;
    width: 90%;
    max-width: 250px;
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(to bottom, #FED47F 6%, #ECAE3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-block: 20px;
}

.ios.pop-up-body {
    /* overflow-x: auto; */
}



.ios.inner-dummy-offer {
    width: 20px;
}

.ios.offers {
    display: flex;
    overflow-x: auto;
    /* Allow horizontal scrolling */
    gap: 15px;
    scroll-behavior: smooth;
    /* Allow horizontal scrolling */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

.ios.offers::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.ios.ios-offer {
    width: 250px;
    /* Fixed width for each offer */
    background: linear-gradient(to bottom, #FED47F, #ECAE3B);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

/* .ios.offer:first-of-type {
    margin-left: 35px;
}

.ios.offer:last-of-type {
    margin-right: 35px;
} */

.ios.offer-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 0.5px rgba(0, 0, 0, 0.2);
}

.ios.offer-headline {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-block: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ios.offer-headline img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.ios.offer-body {
    background-color: #303845;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ios.offer-promotion {
    padding-block: 10px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    width: 90%;
}

.ios.slot-machine-wrapper {
    width: 130px;
}

.ios.slot-machine-wrapper img {
    width: 100%;
}



.ios.pop-up-get-bonus-button img,
.ios.bottom-right-coin-ios-wrapper img,
.ios.bottom-left-coin-ios-wrapper img {
    width: 100%;
}

.ios.bottom-right-coin-ios-wrapper {
    position: absolute;
    bottom: 0;
    right: 40px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    transform: translate(40%, 30%);
}

.ios.bottom-left-coin-ios-wrapper {
    position: absolute;
    bottom: 0;
    left: 40px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transform: translate(-40%, 30%);
}

.ios.pop-up-get-bonus-button {
    width: 220px;
    padding-block: 20px;
    padding-inline: 20px;
    position: relative;
    z-index: 1;
}

.ios.pop-up-get-bonus-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.ios.ios-page-num-indication-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.ios.ios-page-num-indication {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #303845;
    transition: all 0.3s ease;
}

.ios.ios-page-num-indication.ios.selected {
    background-color: #FED47F;
}

.ios.pop-up-exit-text {
    color: white;
    font-size: 12px;
    font-weight: 700;
    margin-block: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    bottom: 25px;
}

.ios.popup-dark-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: flex;
}

.ios.popup-dark-screen.ios.not-visible {
    visibility: hidden;
}

.ios.popup-dark-screen.hide {
    display: none;
}


@media (min-width: 850px) {
  
}