.dinosaur-game-screen .CP_Runner-container {
    display: none;
}

.dinosaur-started-game .dinosaur-game-screen .CP_Runner-container {
    display: block;
    margin-top: -150px;
    width: 100% !important;
}

.dinosaur-main-container {
    margin: auto;
    margin-top: 200px;
    height: 100vh;
}

.CP_Runner-container canvas {
    transition: inherit !important;
}

.start-game {
    direction: rtl;
    font-family: IRANSansnum;
    position: relative;
    top: 180px;
    font-size: 15px;
}

.game-header {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 100;
    pointer-events: inherit;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.game-header.hidden {
    display: none !important;
}

.dinosaur-started-game .game-header {
    pointer-events: auto !important;
}


#dinosaur-game-popup {
    touch-action: none;
}

.dinosaur-game-wrapper {
    touch-action: manipulation;
}

.lives,
.coins {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 14px;
}

.lives span,
.coins span {
    margin: 0 3px;
    font-family: 'IRANSansnum';
}

.interstitial-wrapper .dinosaur-poster {
    margin: auto !important;
    width: 100% !important;
    position: inherit !important;
    margin-top: -20px !important;
}

#dinosaur-game-popup .dinosaur-game-screen {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#dinosaur-game-popup {
    width: 100%;
    position: relative;
}

.game-header .coin-icon span {
    position: relative;
    top: -5px;
}

.game-header .coin-icon img {
    width: 24px;
}

img#header-key-image {
    width: 24px;
}

#dinosaur-game-popup .CP_Runner-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.CP_Runner-canvas {
    width: 100% !important;
    height: auto !important;
    max-height: 500px;
    display: block;
}

#dinosaur-game-icon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
}

.game-cp-icon-text {
    color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
    background: linear-gradient(-45deg, #ed1c66, #6a23d5, #23a6d5, #23d5ab, #FFC107, #e8890c, #e73c7e);
    background-size: 400% 400%;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
    border-radius: 8px;
    line-height: 12px;
    width: 100px;
    height: 30px;
    text-align: center;
}

.game-icon-cp {
    height: 65px;
    width: 65px;
    padding: 6px;
    background: #ffffff !important;
    border-radius: 100px;
    border: 1px solid #e3e3e3;
    text-align: center;
    box-shadow: 0px 5px 23px -16px rgba(0, 0, 0, 0.31);
}

.game-icon-cp img {
    width: 45px;
    position: relative;
    top: 10px;
}

#dinosaur-game-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999999999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

#dinosaur-game-popup .dinosaur-game-wrapper {
    max-width: 95%;
    height: 100%;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.dinosaur-game-wrapper {
    width: 100%;
    max-width: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#dinosaur-game-close {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 14px;
    color: #FFF !important;
    cursor: pointer;
    background: #ff4615;
    width: 26px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

#dinosaur-game-close * {
    color: #FFF !important;
}

.dinosaur-game-disabled img {
    width: 100%;
}

.interstitial-wrapper.blurred,
.game-header.blurred,
.dinosaur-game-disabled.blurred {
    filter: blur(2px);
    pointer-events: none;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

.game-btns {
    position: absolute;
    left: 20px;
    top: 20px;
}

#convert-coins-btn {
    background: linear-gradient(135deg, #2196F3, #00BCD4);
    color: white;
    border: none;
    padding: 5px 10px !important;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    font-family: IRANSansnum;
    margin-right: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    width: 86px;
    height: 30px;
    line-height: 12px;
}

#convert-coins-btn:hover {
    padding: 8px 12px !important;
}

#game-login-btn {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background: #87e01f !important;
}

#leaderboard-btn {
    background: linear-gradient(135deg, #3F51B5, #673AB7);
    color: white;
    border: none;
    padding: 5px 10px !important;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    font-family: IRANSansnum;
    margin-right: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    width: 90px;
    height: 30px;
    line-height: 12px;
}

#leaderboard-btn:hover {
    padding: 8px 12px !important;
}

#learn-btn {
    background: linear-gradient(135deg, #009688, #00BCD4);
    color: white;
    border: none;
    padding: 5px 9px !important;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    font-family: IRANSansnum;
    margin-right: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    width: 90px;
    height: 30px;
    line-height: 12px;
}

#learn-btn:hover {
    padding: 5px 9px !important;
}

#coupons-btn {
    background: linear-gradient(135deg, #FF5722, #FF9800);
    color: white;
    border: none;
    padding: 5px 9px !important;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    font-family: IRANSansnum;
    margin-right: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    width: 105px;
    height: 30px;
    line-height: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#coupons-btn:hover {
    padding: 5px 9px !important;
}

.game-header-item-icons {
    font-size: 17px;
    position: relative;
    right: -3px;
    top: 4px;
}

#close-offer,
#close-leader,
#close-coupons {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
}

.game-timer-wrapper {
    border: 2px dashed #08cb10;
    border-radius: 10px;
    max-width: 90%;
    padding: 6px 0px;
    margin: 10px auto !important;
}

.avs-icon-dinasour-game {
    content: "\e80c";
    background: url(../img/cp-gem-profile-icon.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    position: relative;
    top: 4px;
    background-size: 100% 100%;
    display: inline-block;
}

.dinasour-game-cp-icon {
    margin-right: 10px !important;
}

.dinasour_game_payment_status_image {
    max-width: 170px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dinasour_game_payment_status_failed {
    background: #c6170a;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 5px 23px -16px rgba(0, 0, 0, 0.31);
    color: #FFF;
    max-width: 415px;
    margin: auto;
    margin-bottom: 50px;
}

.dinasour_game_payment_status_success {
    background: #0ca7b7;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 5px 23px -16px rgba(0, 0, 0, 0.31);
    color: #FFF;
    max-width: 415px;
    margin: auto;
    margin-bottom: 50px;
}

.content-wrap .block-title {
    visibility: hidden;
}

.leaderborad-wrapper,
.coupons-wrapper {
    text-align: right;
    font-family: IRANSansnum;
}

.leaderboard-wrapper-content.podium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
}

.podium-top {
    display: flex;
    justify-content: center;
}

.podium-bottom {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.leaderborad-best-users {
    background: linear-gradient(135deg, #FFC107, #FF9800);
    color: white;
    padding: 10px;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, margin 0.3s;
}

.leaderborad-best-users.first {
    transform: scale(1.2);
    margin-bottom: 0;
    z-index: 3;
    width: 90px;
}

.leaderborad-best-users.first .leaderborad-coins {
    font-size: 9px !important;
}

.leaderborad-best-users.first .leaderborad-username {
    font-size: 11px;
}

.leaderborad-best-users.second,
.leaderborad-best-users.third {
    transform: scale(1.1);
    margin-top: 10px;
    z-index: 2;
    line-height: 28px;
}

.leaderborad-medal {
    font-size: 28px;
    margin-bottom: 5px;
}

.leaderborad-username {
    font-weight: bold;
}

.leaderborad-coins {
    font-size: 12px;
}

.leaderboard-other-users {
    padding: 10px;
    list-style: none;
    counter-reset: leaderboard-counter 3;
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #8e44ad transparent;
}

.leaderboard-other-users::-webkit-scrollbar {
    width: 10px;
}

.leaderboard-other-users::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.leaderboard-other-users::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #9b59b6, #4a249d);
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.leaderboard-other-users::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #8e44ad, #3a1d7d);
    border-color: #f0f0f0;
}

.leaderboard-other-users li {
    counter-increment: leaderboard-counter;
    background: #FFF;
    color: #434eb5;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.leaderboard-other-users li::before {
    content: counter(leaderboard-counter);
    font-weight: bold;
    margin-right: 10px;
    color: #ff9a01;
}

.leaderboard-other-users li:last-child {
    margin-bottom: 0px;
}

.coupons-list {
    padding: 10px;
    list-style: none;
    counter-reset: coupons-list-counter 3;
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 87, 34) transparent;
}

.coupons-list::-webkit-scrollbar {
    width: 10px;
}

.coupons-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.coupons-list::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, rgb(255, 87, 34), rgb(255, 152, 0));
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.coupons-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, rgb(255, 87, 34), rgb(255, 152, 0));
    border-color: #f0f0f0;
}

.coupons-list li {
    counter-increment: coupons-list-counter;
    background: #FFF;
    color: #434eb5;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coupons-list li::before {
    content: counter(coupons-list-counter);
    font-weight: bold;
    margin-right: 10px;
    color: #ff9a01;
}

.coupons-list li:last-child {
    margin-bottom: 0px;
}

.coupon-item {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid rgb(255 255 255);
    position: relative;
    transition: 0.3s;
    transform: translateX(0px);
    box-shadow: none;
}

.copy-coupon-btn {
    background: #222222;
    border: none;
    border-radius: 7px;
    color: #FFF;
    font-family: 'IRANSansnum';
    font-size: 11px;
    padding: 5px 14px;
    cursor: pointer;
}

.copy-coupon-btn:hover {
    background: #464849 !important;
}

.coupon-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.coupon-number {
    background: #f5f5f5;
    color: #666;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.coupon-type {
    background: #3d4eafde;
    color: white;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
}

.coupon-code-container {
    background: linear-gradient(135deg, #6d84e9, #2688d5);
    color: white;
    padding: 0px 15px;
    border-radius: 8px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon-code-label {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 0px;
}

.coupon-code {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    direction: ltr;
    text-align: center;
    padding: 0px 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin: 10px 0;
}

.coupon-code-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    transition: all 0.3s;
}

.coupon-code-text {
    text-align: center;
    color: #f44336;
}

.no-coupons {
    text-align: center;
    padding: 40px 20px;
}

.no-coupons-p1 {
    color: #FFF;
    font-size: 16px;
    margin: 0;
}

.no-coupons-p2 {
    color: #FFF;
    font-size: 14px;
    margin-top: 10px;
}

.coupons-wrapper {
    direction: rtl;
    text-align: right;
}

.coupons-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

.coupon-code-box-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    flex-direction: row-reverse;
}

.coupon-code-box-footer-label-right-label {
    display: block;
    margin-bottom: 0px;
}

.coupon-code-box-footer-label-right-value {
    text-align: left;
    display: block;
    color: #138a18;
    font-weight: bold;
}

.coupon-code-box-footer-label-left-label {
    display: block;
    margin-bottom: 0px;
}

.coupon-code-box-footer-label-left-value {
    font-weight: 500;
}

.coupons-list .coupon-item:last-child {
    margin-bottom: 0px;
}

.coupons-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    line-height: 22px;
    padding-right: 5px;
    padding-left: 5px;
}

.coupons-footer p {
    margin: 5px 0;
}

.dinasour_game_user_coin img {
    width: 24px;
}

.awward-wrapper {
    border-radius: 23px;
    background: linear-gradient(152deg, #B2B6FB -24.72%, #9CD5FE 113.95%);
    padding: 20px 30px;
    padding-bottom: 30px;
}

.awward-conteont-head-title {
    background: url(../img/awward-title.svg);
    background-repeat: no-repeat;
    height: 99px;
    width: 245px;
    margin: auto;
    background-size: contain;
    margin-top: -45px;
    margin-bottom: 10px;
}

.awward-wrapper-box {
    position: relative;
}

.awward-wrapper-box #close-offer {
    position: absolute;
    top: -20px;
    left: -15px;
    right: inherit;
    padding-left: 35px;
    padding-right: 15px;
    border-radius: 6px;
    background: #DEDEDE url(../img/arrow-circle-left.svg) no-repeat;
    background-size: 17px;
    background-position: 10px;
    border: none;
    color: #121212 !important;
    font-family: 'IRANSansnum';
    font-size: 13px;
}

.awward-sub-title {
    color: #121212;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.awward-btns button[data-action="convert_to_lottery"] {
    width: 100%;
    height: 120px;
    border: none;
    background: url(../img/lottery-title-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    display: block;
    background-position: center;
}

.awward-btns button[data-action="convert_to_cp"] {
    width: 100%;
    height: 120px;
    border: none;
    background: url(../img/convert-80cp-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    display: block;
    background-position: center;
}

.awward-btns button[data-action="custom-room"] {
    width: 100%;
    height: 120px;
    border: none;
    background: url(../img/custom-room-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
}

.awward-btns button[data-action="convert_to_cp"]:hover,
.awward-btns button[data-action="convert_to_lottery"]:hover,
.awward-btns button[data-action="custom-room"]:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.convert_cp_wrapper .awward-content {
    padding-right: 10px;
    padding-left: 10px;
}

.awward-cp-image img {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -20px;
}

.awward-cp-image {
    margin-top: -35px;
}

.convert_cp_wrapper {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.close-offer-convert-cp {
    left: 15px !important;
}

.blue-yellow-wrapper {
    padding: 10px 15px;
    border-radius: 11px;
    background: var(--blue-yellow, linear-gradient(94deg, #9DD4FE -45.79%, #FEC83D 101.67%));
    box-shadow: 4px 6px 9.9px -5px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    color: #121212;
    margin-bottom: 10px;
    margin-top: 12px;
    text-align: justify;
}

.cp-highlited-text {
    border-radius: 4px;
    background: linear-gradient(92deg, rgba(102, 3, 223, 0.72) -8.43%, #F40001 116.97%);
    background-repeat: no-repeat;
    padding: 3px 5px;
    color: #FFF;
}

.after-highlited-text {
    line-height: 25px;
    color: #121212;
}

.cp-highlited-text img {
    position: relative;
    top: 6px;
    margin-left: 5px;
}

.blue-order-box {
    border-radius: 15px;
    background: linear-gradient(90deg, #A7C5FC 0%, #A0D0FE 100%);
    box-shadow: 0 4px 13px 2px rgba(0, 0, 0, 0.11);
    padding: 10px 13px;
    line-height: 25px;
    color: #121212;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: block;
    text-align: justify;
}

.awward-text-black {
    color: #121212;
    text-align: center;
}

.convert_cp_wrapper .awward-content-s {
    height: 440px;
    overflow-y: scroll;
    padding-right: 10px;
    padding-left: 10px;
}

.convert_cp_wrapper .awward-content-s::-webkit-scrollbar {
    display: none;
}

.blue-order-box-before-icon {
    background: url(../img/before-order-text-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 8px;
    right: -2px;
}

.blue-order-box-after-icon {
    background: url(../img/after-order-text-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    right: 6px;
}

.awward-center-text {
    text-align: center;
    padding: 10px 5px;
}

.action-btn[data-action="buy"] {
    background: url(../img/buy-cp-btn.svg) !important;
    width: 100%;
    height: 125px;
    background-repeat: no-repeat !important;
    background-position: 40px !important;
    border: none;
    cursor: pointer !important;
}

.number-of-cp-pack {
    color: #121212;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.cp-required-box {
    border-radius: 6px;
    border: 0.5px solid var(--stroke-icon-box, rgba(255, 255, 255, 0.82));
    background: linear-gradient(91deg, #A0D0FE -21.48%, #B3B5FB 96.8%);
    box-shadow: 0 4px 11.3px -3px rgba(0, 0, 0, 0.25);
    padding: 7px 10px;
    width: 100px;
    text-align: center;
    color: #121212;
    margin: auto;
    margin-top: 25px;
    margin-bottom: -30px;
    padding-left: 25px;
}

.cp-required-box-icon {
    background: url(../img/cp-icon-img.png);
    background-repeat: no-repeat;
    width: 20px;
    display: inline-block;
    padding-right: 20px;
    background-position: 3px;
}

.lottery-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    max-height: 585px;
    overflow-y: scroll;
    overflow-x: hidden !important;
}

.lottery-btns::-webkit-scrollbar {
    display: none;
}

.lottery-btn-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
}

.cp-required-box {
    text-align: left;
    flex: 0 0 auto;
}

.lottery-btn-item {
    width: 100%;
    text-align: center;
}

.lottery-btn-row .cp-required-box {
    margin: 0 !important;
}

.lottery-wrapper {
    padding: 15px;
}

.lottery-wrapper #close-offer {
    left: 0 !important;
    top: -12px !important;
}

.lottery-wrapper .cp-required-box {
    cursor: pointer;
    margin-right: 10px !important;
}

.lottery-btn-item .action-btn[data-action="load_box_spin1"] {
    background: url(../img/lottery-1-icon-new.png) !important;
    width: 240px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: calc(100% - 15px) !important;
    border: none;
    cursor: pointer !important;
    margin-top: -20px;
}

.lottery-btn-item .action-btn[data-action="load_box_spin2"] {
    background: url(../img/lottery-2-icon-new.png) !important;
    width: 240px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: calc(100% - 15px) !important;
    border: none;
    cursor: pointer !important;
    margin-top: -10px;
}

.lottery-btn-item .action-btn[data-action="load_box_spin3"] {
    background: url(../img/lottery-3-icon-new.png) !important;
    width: 240px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: calc(100% - 15px) !important;
    border: none;
    cursor: pointer !important;
    margin-top: -10px;
}

.lottery-btn-item .action-btn[data-action="load_box_spin4"] {
    background: url(../img/lottery-4-icon-new.png) !important;
    width: 240px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: calc(100% - 15px) !important;
    border: none;
    cursor: pointer !important;
    margin-top: -10px;
}

.lottery-btn-item .action-btn[data-action="load_box_spin5"] {
    background: url(../img/lottery-5-icon-new.png) !important;
    width: 240px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: calc(100% - 15px) !important;
    border: none;
    cursor: pointer !important;
    margin-top: -10px;
}

.lottery-btn-item .action-btn[data-action="load_box_spin6"] {
    background: url(../img/lottery-6-icon-new.png) !important;
    width: 240px;
    height: 102px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: calc(100% - 15px) !important;
    border: none;
    cursor: pointer !important;
    margin-top: -10px;
}

.spin1-wrapper .awward-cp-image img,
.spin2-wrapper .awward-cp-image img,
.spin3-wrapper .awward-cp-image img,
.spin3-wrapper .awward-cp-image img,
.spin4-wrapper .awward-cp-image img,
.spin5-wrapper .awward-cp-image img,
.spin6-wrapper .awward-cp-image img {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -5px !important;
}

.spin1-wrapper .blue-order-box,
.spin2-wrapper .blue-order-box,
.spin3-wrapper .blue-order-box,
.spin4-wrapper .blue-order-box,
.spin5-wrapper .blue-order-box,
.spin6-wrapper .blue-order-box {
    background: linear-gradient(90deg, #B7C0FF 0%, #A8BBFF 100%);
    box-shadow: 0 4px 13px 2px rgba(0, 0, 0, 0.11);
}

.awward-btns .action-btn[data-action="spin_type1"],
.awward-btns .action-btn[data-action="spin_type2"],
.awward-btns .action-btn[data-action="spin_type3"],
.awward-btns .action-btn[data-action="spin_type4"],
.awward-btns .action-btn[data-action="spin_type5"],
.awward-btns .action-btn[data-action="spin_type6"] {
    background: url(../img/spin-action-image.svg) !important;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat !important;
    background-position: 35px !important;
    border: none;
    cursor: pointer !important;
    position: relative;
    bottom: -25px;
}

.spin1-wrapper .awward-content-s,
.spin2-wrapper .awward-content-s,
.spin3-wrapper .awward-content-s,
.spin4-wrapper .awward-content-s,
.spin5-wrapper .awward-content-s,
.spin6-wrapper .awward-content-s {
    height: 480px;
    overflow-y: scroll;
    padding-right: 10px;
    padding-left: 10px;
}

.spin1-wrapper .awward-content-s::-webkit-scrollbar,
.spin2-wrapper .awward-content-s::-webkit-scrollbar,
.spin3-wrapper .awward-content-s::-webkit-scrollbar,
.spin4-wrapper .awward-content-s::-webkit-scrollbar,
.spin5-wrapper .awward-content-s::-webkit-scrollbar,
.spin6-wrapper .awward-content-s::-webkit-scrollbar {
    display: none;
}

.spin1-wrapper,
.spin2-wrapper,
.spin3-wrapper,
.spin4-wrapper,
.spin5-wrapper,
.spin6-wrapper {
    padding: 10px !important;
    padding-bottom: 5px !important;
}

.spin-cp-icon {
    background: url(../img/cp-icon-img.png);
    background-repeat: no-repeat;
    width: 20px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 10px;
    background-position: 13px;
    position: relative;
}

.close-offer-spin-1,
.close-offer-spin-2,
.close-offer-spin-3,
.close-offer-spin-4,
.close-offer-spin-5,
.close-offer-spin-6 {
    left: 10px !important;
    top: -20px !important;
}

.awward-blue-transparent {
    border-radius: 7px;
    background: linear-gradient(90deg, #A7C5FC 0%, #A0D0FE 100%);
    box-shadow: 0 4px 13px -3px rgba(0, 0, 0, 0.22);
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 8px;
    margin-top: 12px;
    display: flex;
    color: #121212;
}

.awward-blue-transparent-icon {
    padding-right: 10px;
}

.winner-box-btn-wrapper {
    text-align: left;
}

.view-winner-btn {
    cursor: pointer;
    background: url(../img/winner-btn-image.svg) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    width: 145px;
    height: 30px;
    background-size: contain !important;
    background-position: left !important;
}

.view-spin-list-btn {
    cursor: pointer;
    background: url(../img/spin-list-btn.svg) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    width: 145px;
    height: 30px;
    background-size: contain !important;
    background-position: right !important;
}

.spin_list1-wrapper .awward-cp-image img,
.spin_list2-wrapper .awward-cp-image img,
.spin_list3-wrapper .awward-cp-image img,
.spin_list4-wrapper .awward-cp-image img,
.spin_list1-wrapper .awward-cp-image img,
.spin_list5-wrapper .awward-cp-image img,
.spin_list6-wrapper .awward-cp-image img {
    margin-top: 30px !important;
}

.winner1-wrapper .awward-cp-image,
.winner2-wrapper .awward-cp-image,
.winner3-wrapper .awward-cp-image,
.winner4-wrapper .awward-cp-image,
.winner5-wrapper .awward-cp-image,
.winner6-wrapper .awward-cp-image,
.winner80cp-wrapper .awward-cp-image {
    margin-top: 10px;
}

.winner1-wrapper,
.winner2-wrapper,
.winner3-wrapper,
.winner4-wrapper,
.winner5-wrapper,
.winner6-wrapper,
.winner80cp-wrapper{
    padding: 20px !important;
}

.close-offer-winner-1,
.close-offer-winner-2,
.close-offer-winner-3,
.close-offer-winner-4,
.close-offer-winner-5,
.close-offer-winner-6 {
    top: -70px !important;
    left: 0px !important;
}

.winner-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

.winner-row {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    justify-content: center;
}

.winner-loading,
.no-winner-found {
    text-align: center;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #121212;
}

.winner-item {
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='107' height='18' viewBox='0 0 107 18' fill='none'><path d='M0 18L15.2857 0H107L90.4914 18H0Z' fill='url(%23paint0_linear_1_45)'/><defs><linearGradient id='paint0_linear_1_45' x1='0' y1='9' x2='107' y2='9' gradientUnits='userSpaceOnUse'><stop stop-color='%23FBECA3'/><stop offset='0.519231' stop-color='%23EDC860'/><stop offset='1' stop-color='%23E0B14A'/></linearGradient></defs></svg>") no-repeat center;
    color: #121212;
    position: relative;
    flex: none;
    width: fit-content;
    height: 36px;
    min-width: 180px;
    margin: 0 auto;
    background-size: 125px;
    background-position: 45px;
}

.winner-item span {
    display: inline-block;
    max-width: 83px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    top: -2px;
    right: -15px;
}

#winner-content-1 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/win-80-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#winner-content-2 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/win-160-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#winner-content-3 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 110px;
    height: 33px;
    background: url(../img/win-240-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#winner-content-4 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 33px;
    background: url(../img/win-420-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#winner-content-5 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/win-660-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#winner-content-6 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 105px;
    height: 23px;
    background: url(../img/win-880-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#winner-80cp-content .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 105px;
    height: 23px;
    background: url(../img/win-80-label.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#spin-list-content-1 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/spin-list-1.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#spin-list-content-2 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/spin-list-2.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#spin-list-content-3 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/spin-list-3.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#spin-list-content-4 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/spin-list-4.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#spin-list-content-5 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/spin-list-5.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#spin-list-content-6 .winner-item:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 110px;
    height: 23px;
    background: url(../img/spin-list-6.png);
    background-repeat: no-repeat;
    background-size: 110px;
}

#goftino_w {
    bottom: 2px !important;
    left: 0px !important;
    right: inherit !important;
}

.action-btn.disabled {
    cursor: default !important;
    pointer-events: none !important;
}

.awward-btns .action-btn.disabled,
.lottery-btn-item .action-btn.disabled,
.view-spin-list-btn .action-btn.disabled,
.view-winner-btn .action-btn.disabled,
.winner-box-btn-wrapper .action-btn.disabled {
    pointer-events: inherit !important;
    cursor: pointer !important;
}

.spin-list-content,
.winner-list-content {
    overflow-y: scroll;
    max-height: 450px;
    scrollbar-color: #ffe5a2 transparent;
}

.remaining_reset_day {
    font-size: 13px;
    position: relative;
    top: 20px;
    z-index: 1;
    border: 2px dashed #d70016;
    max-width: 500px;
    display: flex;
    margin: auto;
    padding: 10px;
    border-radius: 8px;
    color: #d70016;
    font-weight: bold;
    flex-direction: column;
}

.view-80cp-winner-btn {
    cursor: pointer;
    background: url(../img/80cp-winner.svg) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    width: 145px;
    height: 30px;
    background-size: contain !important;
    background-position: left !important;
    position: relative;
    top: -12px;
}

.winner80cp-wrapper {
    margin-top: 30px;
}

.close-offer-winner-80cp {
    top: -60px !important;
}

@media (max-width: 768px) {
    #dinosaur-game-icon {
        right: inherit;
        left: 10px;
        bottom: 55px;
    }

    .game-icon-cp {
        position: relative;
        left: -30px;
    }

    #dinosaur-game-popup {
        padding: 0px !important;
    }

    #dinosaur-game-popup .dinosaur-game-wrapper {
        max-width: 100% !important;
        border-radius: 0px !important;
        padding: 3px !important;
    }

    .game-header {
        padding: 0px;
    }

    .game-header-item-text {
        display: block;
        display: block;
        position: relative;
        top: 4px;
    }

    .game-btns {
        position: absolute;
        left: 10px;
        top: 15px;
    }

    #convert-coins-btn,
    #leaderboard-btn,
    #learn-btn,
    #coupons-btn {
        width: 55px;
        height: 50px;
        position: relative;
        top: -3px;
    }

    .leader-board-wrapper {
        top: 46% !important;
    }

    #leaderboard-btn:hover {
        padding: 4px 10px !important;
    }

    .game-header-item-icons {
        right: 0px;
        top: 1px;
    }

    .game-over-offer,
    .reward-message,
    .leader-board-wrapper,
    .game-over-offer-scores {
        width: 95% !important;
    }

    .dinosaur-main-container {
        margin-top: inherit !important;
        position: relative;
        top: 200px;
    }

    .dinasour_game_payment_status_image {
        max-width: 150px;
        margin: auto;
    }

    .dinasour_game_payment_status_success,
    .dinasour_game_payment_status_failed {
        max-width: 100%;
    }

    #winner-content-1 .winner-item:after,
    #winner-content-2 .winner-item:after,
    #winner-content-3 .winner-item:after,
    #winner-content-4 .winner-item:after,
    #winner-content-5 .winner-item:after,
    #winner-content-6 .winner-item:after,
    #winner-80cp-content .winner-item:after {
        bottom: -14px !important;
    }

    .action-btn[data-action="buy"] {
        background-position: center !important;
    }

    .lottery-btn-item .action-btn[data-action="load_box_spin1"],
    .lottery-btn-item .action-btn[data-action="load_box_spin2"],
    .lottery-btn-item .action-btn[data-action="load_box_spin3"],
    .lottery-btn-item .action-btn[data-action="load_box_spin4"],
    .lottery-btn-item .action-btn[data-action="load_box_spin5"],
    .lottery-btn-item .action-btn[data-action="load_box_spin6"] {
        width: 100% !important;
        height: 90px !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .lottery-btn-item .action-btn[data-action="load_box_spin2"],
    .lottery-btn-item .action-btn[data-action="load_box_spin3"],
    .lottery-btn-item .action-btn[data-action="load_box_spin4"],
    .lottery-btn-item .action-btn[data-action="load_box_spin5"] {
        width: 100% !important;
        height: 90px !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .awward-btns .action-btn[data-action="spin_type1"],
    .awward-btns .action-btn[data-action="spin_type2"],
    .awward-btns .action-btn[data-action="spin_type3"],
    .awward-btns .action-btn[data-action="spin_type4"],
    .awward-btns .action-btn[data-action="spin_type5"],
    .awward-btns .action-btn[data-action="spin_type6"] {
        background-position: center !important;
    }

    .spin1-wrapper .awward-content-s,
    .spin2-wrapper .awward-content-s,
    .spin3-wrapper .awward-content-s,
    .spin4-wrapper .awward-content-s,
    .spin5-wrapper .awward-content-s,
    .spin6-wrapper .awward-content-s {
        height: 560px !important;
    }

    .lottery-btns {
        max-height: 600px !important;
    }

    .convert_cp_wrapper .awward-content-s {
        height: 700px !important;
    }

    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    #goftino_w {
        bottom: 50px !important;
        left: inherit !important;
        right: inherit !important;
    }

    #goftino_w.is-full-height {
        bottom: 0px !important;
    }
}