.wof-root-wrapper[data-project=pd] {
    --scrollbar-thumb: #c4c4c4;
    --white: #ffffff;
    --container-bg-color: #282828;
    --wheel-canvas-gradient: linear-gradient(180deg, #FFDF99 0%, #fdebc2 100%);
    --wheel-border-color: #a17efc;
    --border-light-color: #ffefa0;
    --box-gradient-body: #cc231e linear-gradient(#762c2c, #ff0303);
    --box-gradient-light: linear-gradient(#ffefa0, #fff);
    --shadow-alpha2: rgba(0, 0, 0, 0.2);
    --shadow-alpha25: rgba(0, 0, 0, 0.25);
    --shadow-alpha3: rgba(0, 0, 0, 0.3);
    --shadow-alpha45: rgba(0, 0, 0, 0.45);
    --shadow-light-alpha25: rgba(255, 255, 255, 0.25);
    --freespins: #A038F9;
    --cash: #FFAE00;
    --rewardCoins: #FFAE00;
    --rewardBooster: #2ECC71;
    --rewardExp: #2ECC71;
    --tournament_points: #589AE4;
    --gradient-offset0: #FFDF99;
    --gradient-offset1: #FFDF99;
}

.wof-root-wrapper[data-project=zaza] {
    --scrollbar-thumb: #c4c4c4;
    --white: #ffffff;
    --container-bg-color: #282828;
    --wheel-canvas-gradient: linear-gradient(180deg, #FFDF99 0%, #fdebc2 100%);
    --wheel-border-color: #a17efc;
    --border-light-color: #ffefa0;
    --box-gradient-body: #cc231e linear-gradient(#762c2c, #ff0303);
    --box-gradient-light: linear-gradient(#ffefa0, #fff);
    --shadow-alpha2: rgba(0, 0, 0, 0.2);
    --shadow-alpha25: rgba(0, 0, 0, 0.25);
    --shadow-alpha3: rgba(0, 0, 0, 0.3);
    --shadow-alpha45: rgba(0, 0, 0, 0.45);
    --shadow-light-alpha25: rgba(255, 255, 255, 0.25);
    --freespins: #A038F9;
    --cash: #FFAE00;
    --rewardCoins: #FFAE00;
    --rewardBooster: #2ECC71;
    --rewardExp: #2ECC71;
    --tournament_points: #589AE4;
    --gradient-offset0: #FFDF99;
    --gradient-offset1: #FFDF99;
}

.wof-root-wrapper[data-project=joker] {
    --scrollbar-thumb: #c4c4c4;
    --white: #ffffff;
    --container-bg-color: #4D1487;
    --wheel-canvas-gradient: linear-gradient(180deg, #FFFDF1 0%, #F9DA90 100%);
    --wheel-border-color: #A17EFC;
    --border-light-color: #ffefa0;
    --box-gradient-body: #cc231e linear-gradient(#762c2c, #ff0303);
    --box-gradient-light: linear-gradient(#ffefa0, #fff);
    --shadow-alpha2: rgba(0, 0, 0, 0.2);
    --shadow-alpha25: rgba(0, 0, 0, 0.25);
    --shadow-alpha3: rgba(0, 0, 0, 0.3);
    --shadow-alpha45: rgba(0, 0, 0, 0.45);
    --shadow-light-alpha25: rgba(255, 255, 255, 0.25);
    --freespins: #FA5656;
    --cash: #A038F9;
    --rewardCoins: #A038F9;
    --rewardBooster: #8644FF;
    --rewardExp: #8644FF;
    --tournament_points: #5f1fce;
    --gradient-offset0: #FEF9E6;
    --gradient-offset1: #F9DC96;
}

/* WHEEL */
.wof-overlay {
    background-color: var(--container-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;
    padding: 100px 0 20px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .wof-overlay {
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 110px 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .wof-overlay {
        background-image: none !important;
    }
}

.wof__caption {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .wof__caption {
        padding: 0 25px;
    }
}

.wof__caption h5 {
    color: var(--white);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 0;
}

@media screen and (min-width: 575px) {
    .wof__caption h5 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 992px) {
    .wof__caption h5 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 50px;
        text-align: left;
    }
}

.wof__container {
    background: var(--wheel-canvas-gradient);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: relative;
    margin: auto 0 -150px;
    outline: 12px solid var(--wheel-border-color);
}

.wof__btn {
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100px;
    padding-bottom: 100px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .wof__btn {
        width: 120px;
        padding-bottom: 120px;
    }
}

.wof__btn img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.wof__pointer {
    display: flex;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -30px;
    z-index: 10;
}

.wof__arrow {
    display: block;
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 575px) {
    .wof__pointer {
        top: -40px;
    }

    .wof__arrow {
        width: 60px;
        height: 70px;
    }
}

@media screen and (min-width: 992px) {
    .wof__pointer {
        top: -32px;
    }

    .wof__arrow {
        width: 60px;
        height: 85px;
    }
}

.wof-canvas {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    transform: rotate(-90deg);
    border-radius: 50%;
}

.wof-canvas.helper {
    position: absolute;
    opacity: 0;
}

@media screen and (min-width: 575px) {
    .wof__container, .wof-canvas {
        width: 600px;
        height: 600px;
    }

    .wof__container {
        margin-bottom: -200px;
    }
}

@media screen and (min-width: 992px) {
    .wof__container, .wof-canvas {
        width: 750px;
        height: 750px;
    }

    .wof__container {
        margin-bottom: -250px;
    }
}

@media screen and (min-width: 1200px) {
    .wof__container, .wof-canvas {
        width: 850px;
        height: 850px;
    }

    .wof__container {
        margin-bottom: -300px;
    }
}

/* WHEEL VIEW MODAL*/
.pg-lm_dialog[data-type=pg-wheel] {
    background: transparent;
}

.pg-lm_overlay .pg-lm_dialog[data-type=pg-wheel] .pg-lm_close-icon {
    padding: 3px;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.pg-lm_dialog[data-type=pg-wheel] .wof-overlay {
    padding: 100px 0 20px;
    border-radius: 15px;
}

.pg-lm_dialog[data-type=pg-wheel] .wof-overlay.fix-pt {
    padding-top: 45px;
}

@media screen and (min-width: 640px) {
    .pg-lm_dialog[data-type=pg-wheel] {
        width: 100%;
        max-width: 850px;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof__container {
        margin-bottom: 40px;
        width: 500px;
        height: 500px;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof-canvas {
        width: 500px;
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .pg-lm_dialog[data-type=pg-wheel] {
        max-width: 950px;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof-overlay {
        padding: 100px 0 30px;
        box-sizing: border-box;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof__container {
        margin: 15px auto 35px;
        width: 500px;
        height: 500px;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof-canvas {
        width: 500px;
        height: 500px;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof__arrow {
        height: 82px;
    }

    .pg-lm_dialog[data-type=pg-wheel] .wof__pointer {
        top: -40px;
    }
}

/* LOOT BOX */
.pg-loot-boxes {
    background-color: var(--container-bg-color);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;
    padding: 70px 15px 30px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .pg-loot-boxes {
        background-image: none !important;
    }
}

.pg-loot-boxes-row {
    width: auto;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 25px 0;
}

@media screen and (min-width: 992px) {
    .pg-loot-boxes-row::-webkit-scrollbar {
        width: 8px;
        height: 6px;
    }

    .pg-loot-boxes-row::-webkit-scrollbar-track {
        background: #919191;
    }

    .pg-loot-boxes-row::-webkit-scrollbar-thumb {
        background: #252525;
    }
}

.pg-flip-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 180px;
    padding: 0 15px;
    box-sizing: border-box;
}

@media screen and (min-width: 640px) {
    .pg-flip-card {
        width: 150px;
        height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .pg-flip-card {
        width: 170px;
        height: 220px;
    }
}

.pg-flip-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.pg-flip-card.open .pg-flip-card-body {
    transform: rotateY(180deg);
}

.pg-flip-card:hover .pg-flip-card-front {
    transform: scale(1.08);
    transition: transform 0.3s;
}

.pg-flip-card-front, .pg-flip-card-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    transition: transform 0.3s;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pg-flip-card-front {
    background: url('/play/fs/files/pg_card_bg.gif') no-repeat center / cover;
    border: 2px solid var(--white);
    box-shadow: 0 8px 12px 2px var(--shadow-alpha3);
}

.pg-flip-card-back {
    background: var(--white);
    box-shadow: 0 8px 12px 2px var(--shadow-alpha3);
    transform: rotateY(180deg);
    padding: 0 10px;
}

.pg-gift-icon {
    max-width: 60px;
    margin: 0 auto 15px;
}

.pg-gift-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pg-flip-card-image {
    display: block;
    margin: auto;
    max-width: 60px;
}

@media screen and (min-width: 375px) {
    .pg-flip-card-image {
        max-width: 75px;
    }
}

/* LOOT BOX VIEW MODAL*/
.pg-lm_dialog[data-type=pg-lootBox] {
    background: transparent;
}

.pg-lm_overlay .pg-lm_dialog[data-type=pg-lootBox] .pg-lm_close-icon {
    padding: 3px;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

@media screen and (min-width: 640px) {
    .pg-lm_dialog[data-type=pg-lootBox] {
        width: 620px;
    }
}

@media screen and (min-width: 768px) {
    .pg-lm_dialog[data-type=pg-lootBox] {
        width: 750px;
    }
}

@media screen and (min-width: 1024px) {
    .pg-lm_dialog[data-type=pg-lootBox] {
        width: 992px;
    }
}

/*WOF TYPE MODAL*/

.pg-lm_dialog[data-type=wof-gifts-modal] {
    padding: 30px 30px 50px;
}

.pg-lm_dialog[data-type=wof-gifts-modal] .pg-lm_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pg-lm_dialog[data-type=wof-gifts-modal] .pg-lm_footer .pg-lm_button_primary {
    flex-grow: 1;
}

@media screen and (min-width: 640px) {
    .pg-lm_dialog[data-type=wof-gifts-modal] {
        padding: 50px 50px 60px;
    }

    .pg-lm_dialog[data-type=wof-gifts-modal] .pg-lm_footer {
        gap: 20px;
    }
}

.pg-wof-title {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

@media screen and (min-width: 640px) {
    .pg-wof-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.wof-root-wrapper.wof-overlay .pg-wof-title {
    margin-bottom: 80px;
}

/*Button style*/

.pg-lm_dialog[data-project=zaza] .pg-lm_button_primary {
    background: #2ecc71;
    border: none;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 700;
}

.pg-lm_dialog[data-project=zaza] .pg-lm_button_primary:hover {
    background: #4dd486;
}

.pg-lm_dialog[data-project=zaza] .pg-lm_button_primary:active {
    background: #29b866;
}

.pg-lm_dialog[data-project=zaza] .pg-lm_button_secondary {
    background: transparent;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 100px;
    font-weight: 700;
}

.pg-lm_dialog[data-project=zaza] .pg-lm_button_secondary:hover {
    background: rgba(153, 153, 153, .15);
}

.pg-lm_dialog[data-project=zaza] .pg-lm_button_secondary:active {
    background: #999999;
    color: #ffffff;
}

.pg-lm_dialog[data-project=zaza] .pg-lm_button_link {
    background: transparent;
    border: none;
    color: #2ecc71;
}
