﻿
p {
    margin: 0;
    padding: 0;
}

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

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

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

.desktop.coins-decor-desktop {
    display: block;
    position: absolute;
    z-index: -1;
}

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

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

p.desktop.pop-up-headline-text {
    text-align: center;
    background: #FED47F;
    width: 90%;
    max-width: 400px;
    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;
}


.desktop.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/assets_new/images/popup_images/desktop/v1psc_desktop_popup/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 55% 75%;
    overflow-x: hidden;
    z-index: -1;

}

.desktop.offers {
    display: flex;
    overflow-x: auto;
    gap: 15px;
}

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

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

.desktop.desktop-coin-1-wrapper {
    width: 80px;
    bottom: 60px;
    left: 0;
    transform: translateX(-20px);
}

.desktop.desktop-coin-2-wrapper {
    width: 80px;
    top: 0;
    left: 80px;
    transform: translateY(-20px);
}

.desktop.desktop-coin-3-wrapper {
    width: 80px;
    bottom: 0;
    left: 220px;
    transform: translateY(20px);
}

.desktop.desktop-coin-4-wrapper {
    width: 80px;
    top: 50%;
    left: 310px;
}

.desktop.desktop-coin-5-wrapper {
    width: 80px;
    top: 20%;
    left: 60%;
}

.desktop.desktop-coin-6-wrapper {
    width: 120px;
    bottom: 10px;
    left: 70%;
}

.desktop.desktop-coin-7-wrapper {
    width: 90px;
    top: 70px;
    right: 0;
    transform: translateX(20px);
}

.desktop.coins-decor-desktop img {
    width: 100%;
}


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

.desktop.new-pop-up-wrapper {
    width: 800px;
    height: 600px;
    max-width: unset;
}

.desktop.new-pop-up {
    width: 100%;
}

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

.desktop.offers {
    justify-content: center;
}

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

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

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

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

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

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

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

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

.desktop.pop-up-get-bonus-button img {
    width: 100%;
}

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

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

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

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