/**********************************************************/
/******************** Font Setting  update TTT ***********************/
/**********************************************************/
@import url('https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.ff-kn {
    font-family: 'Kanit', sans-serif;
}

body {
    background: none transparent;
    font-family: 'Kanit', sans-serif;
}


.dg.ac {
    top: 82px !important;
    z-index: 999 !important;
}

.dg input {

    line-height: 0 !important;

}



/* Define the animation */
@keyframes rotate360 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes ball-x {
    0% {
        -webkit-transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes ball-y {
    0% {
        top: 0%;
        -webkit-animation-timing-function: ease-in;
    }

    28% {
        top: 35%;
        -webkit-animation-timing-function: ease-in;
    }

    56% {
        top: 60%;
        -webkit-animation-timing-function: ease-in;
    }

    84% {
        top: 95%;
        -webkit-animation-timing-function: ease-in;
    }

    14%,
    42%,
    75%,
    100% {
        top: 100%;
        -webkit-animation-timing-function: ease-out;
    }
}

.form-check-label {
    cursor: pointer
}

/**********************************************************/
/*********************** Theme  ***************************/
/**********************************************************/
.theme-footer-wrapper {
    background-color: #000000;
    color: #fff;
    font-size: calc(60%+.8vmin);
    font-weight: 200;
    line-height: 24px
}

.c-065 {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.c-066 {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.c-067 {
    padding: 10px;

    border: 1px solid black;
}

.c-070 {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.event-list-card-btn-wp {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.event-list-card-period-txt-1 {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
}

.event-list-card-period-txt-2 {
    font-size: 20px;
    font-weight: 400;
}

.event-list-card-type-wp {
    font-size: 14px;
    font-weight: 400;

    padding: 9px 14px;

    text-align: center;

    border: 1px solid #4b4b4b;
    border-radius: 12px;
}

.event-list-card-wp {
    display: flex;
    flex-direction: column;
    padding: 24px;
    color: white;
    border-radius: 12px;
    background: #2c2e35;
    gap: 24px;
}

.final-topbar-btn-cat {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;

    display: flex;

    width: 124px;
    height: 32px;
    padding: 4px;

    color: #fff !important;
    border-radius: 8px;
    background: #564fff;

    align-items: center;
    flex: none;
    flex-grow: 0;
    gap: 16px;
    justify-content: center;
}

.final-topbar-custom {
    padding: 0;

    background-color: #fff00000 !important;
}

.final-topbar-custom .dropdown-menu li a {
    color: #050622;
}

.final-topbar-custom .dropdown-menu li a:hover {
    color: #fff;
    background-color: #050622;
}

.final-topbar-custom .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'><path stroke=\'%23FFFFFF\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/></svg>');
}

.final-topbar-custom li a {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;

    color: #adadc2;
}

.final-topbar-custom li a:hover,
.final-topbar-custom li a:focus,
.final-topbar-custom li a:active {
    color: white;
}

.final-topbar-logo {
    width: 210px;
    margin: -30px 0;
}

.final-topbar-logo-sm {
    width: 58px;
    margin: -30px 0;
}

.final-topbar-wallet-balance {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;
    margin-right: auto;
    color: #fff;
}

.final-topbar-wallet-wp {
    display: flex;
    flex-direction: row;

    box-sizing: border-box;
    padding: 6px;

    border: 1px solid #564fff;
    border-radius: 8px;

    align-items: center;
    flex: none;
    flex-grow: 0;
    gap: 12px;
    order: 1;
}

.final-topbar-wp {
    position: fixed;
    z-index: 9;
    top: 0;
    padding: 12px 16px;
    background: #000000;
}

.gacha-content-wp {
    overflow: hidden;

    border-radius: 26px;
}

.gacha-detail-more-detail-btn {
    font-size: 24px;
    font-weight: 400;

    display: block;

    padding: 19px 10px;

    text-align: center;
    text-decoration: none;

    color: white;
    border-radius: 12px;
    background: #00900f;

    filter: brightness(1.15);
}

.gacha-detail-more-detail-btn:hover {
    filter: brightness(1.3);
}

.gacha-detail-period-box-txt-1 {
    font-size: 14px;
    font-weight: 400;
}

.gacha-detail-period-box-txt-2 {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
}

.gacha-detail-period-box-wp {
    display: flex;
    flex-direction: column;

    padding: 16px;

    border: 1px solid #d5ffb4;
    border-radius: 12px;

    gap: 0;
}

.gacha-detail-period-countdown-txt-1 {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.7;
}

.gacha-detail-period-countdown-txt-2 {
    font-size: 32px;
    font-weight: 400;
}

.gacha-detail-period-countdown-wp {
    padding: 16px;

    text-align: center;

    border: 1px solid black;
    border: 1px solid #d5ffb4;
    border-radius: 12px;
}

.gacha-detail-period-title {
    font-size: 14px;
    font-weight: 400;
}

.gacha-detail-period-wp {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.gacha-detail-special-rule-box {
    display: flex;

    padding: 16px;

    border: 1px solid black;
    border: 1px solid #d5ffb4;
    border-radius: 12px;

    align-items: center;
    gap: 10px;
}

.gacha-detail-special-rule-box-txt-1 {
    font-size: 14px;
    font-weight: 400;

    width: 100%;
}

.gacha-detail-special-rule-box-txt-2 {
    font-size: 14px;
    font-weight: 400;

    padding: 10px;

    border: 1px solid black;
    border: 1px solid #d5ffb4;
    border-radius: 12px;
}

.gacha-detail-special-rule-title {
    font-size: 14px;
    font-weight: 400;
}

.gacha-detail-special-rule-wp {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.gacha-detail-title {
    font-size: 24px;
    font-weight: 400;
}

.gacha-detail-wp {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    color: white;
    background-color: #00900f;
    gap: 24px;
}

.gacha-play-box-front {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.gacha-play-mechine-ball-drop-item-wp {
    transition: all .2s ease;

    opacity: 0;
}

.gacha-play-mechine-ball-drop-item-wp.ball {
    opacity: 1;
}

.gacha-play-mechine-ball-drop-wp {
    position: relative;
    position: absolute;
    top: 78%;
    left: 28%;
    width: 11%;
    height: 7.1%;
    /* background-color: aquamarine; */
}

.gacha-play-mechine-ball-drop-wp .ball {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    width: 100%;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-animation: ball-y 2s;
    -moz-animation: ball-y 2s;

    border-radius: 51px;
    background: #fff;
}

.gacha-play-mechine-ball-drop-wp .gacha-play-mechine-ball-drop-inner-wp {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-animation: ball-x 2s cubic-bezier(0, 0, .35, 1);
    -moz-animation: ball-x 2s cubic-bezier(0, 0, .35, 1);
}

.gacha-play-mechine-cover::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/gacha-play-mechine-common-after.png);
    background-size: 100%;
}

.gacha-play-mechine-cover::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/gacha-play-mechine-common-before.png);
    background-size: 100%;
}

.gacha-play-option-btn-roll-txt-1 {
    font-size: 14px;
    font-size: 24px;
    font-weight: 300;
    font-weight: 400;

    color: #009e11;
}

.gacha-play-option-btn-roll-txt-2 {
    font-size: 14px;
    font-size: 14px;
    font-weight: 300;
    font-weight: 300;

    padding: 2px;

    color: white;
    border-radius: 5px;
    background: #009e11;
}

.gacha-play-option-btn-roll-wp {
    display: block;

    padding: 16px;

    text-align: center;
    text-decoration: none;

    border-radius: 12px;
    background: #fff;
}

.gacha-play-option-btn-roll-wp.disable .gacha-play-option-btn-roll-txt-1 {

    color: gray
}

.gacha-play-option-btn-roll-wp.disable .gacha-play-option-btn-roll-txt-2 {

    background-color: gray
}

.gacha-play-option-btn-roll-wp.lock {
    pointer-events: none;

    opacity: .5;

    filter: grayscale(1);
}

.gacha-play-option-currency-img-size {
    width: 50px;
}

.gacha-play-option-currency-txt-1 {
    font-size: 14px;
    font-size: 24px;
    font-weight: 300;
    font-weight: 400;

    color: white;
}

.gacha-play-option-currency-txt-2 {
    font-size: 14px;
    font-size: 14px;
    font-weight: 300;
    font-weight: 300;
    color: white;
    opacity: 0.7;
}

.gacha-play-option-currency-wp {
    padding: 10px;

    border: 1px solid #d5ffb4;
    border-radius: 12px;
    background: #009e11;
}

.gacha-play-option-skip-wp {
    font-size: 14px;
    font-weight: 400;

    display: flex;
    flex-direction: row;

    padding: 10px;

    text-align: center;

    border: 1px solid black;
    border: 1px solid #fff;
    border-radius: 12px;

    justify-content: center;
}

.gacha-play-option-wp {
    display: flex;
    flex-direction: column;
    padding: 24px;
    color: white;
    border-radius: 12px;
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(12px);
    gap: 10px;
}

.gacha-play-particle-wp {
    position: absolute;
    top: 31%;
    left: 22.1%;
    width: 56.4%;
    height: 38%;
    border: 1px solid black;
}

.gacha-play-particle-wp .particle {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.gacha-play-particle-wp .particle.ball-lg {
    width: 20%;
}

.gacha-play-particle-wp .particle.ball-md {
    width: 15%;
}

.gacha-play-particle-wp .particle.ball-sm {
    width: 10%;
}

.gacha-play-wp {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    background-color: #b3ff92;
    background-image: url(../../../images/Frame-751.png);
    background-size: cover;
    /* gap: 20px; */
}

.go-exchange-history {
    color: white;
    background-color: #b015a1;
}

.go-exchange-history:hover {
    filter: brightness(1.15);
}

.go-exchange-shop {
    color: white;
    background-color: #b015a1;
}

.manage-rewards-filter-form-check-wp {
    padding: 12px;
    border: 1px solid #4b4b4b;
    border-radius: 12px;
    font-size: 14px;
}

.manage-rewards-filter-form-gap {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.manage-rewards-filter-form-title {
    font-size: 14px;
    font-weight: 400;
}

.manage-rewards-other-tool-gap {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.manage-rewards-query-item-detail-wp {
    background-color: #161616;
}

.manage-rewards-sort-list-title {
    width: 120px;
}

.menu-main-btn-img {
    position: relative;

    display: inline-block;

    background-repeat: no-repeat;
    background-size: 100%;
}

.menu-main-btn-img.btn-1 {
    background-image: url(../../../PP_WEBMASTER_CHANGE_PATH/8/css/10/images/main-menu-img-decor-1.png);
}

.menu-main-btn-img.btn-2 {
    background-image: url(../../../PP_WEBMASTER_CHANGE_PATH/8/css/10/images/main-menu-img-decor-2.png);
}

.menu-main-btn-img.btn-3 {
    background-image: url(../../../PP_WEBMASTER_CHANGE_PATH/8/css/10/images/main-menu-img-decor-3.png);
}

.menu-main-btn-txt-1 {
    font-size: 24px;
    font-weight: 400;

    color: white;
}

.menu-main-btn-txt-2 {
    font-size: 14px;
    font-weight: 300;
    color: white;
    opacity: 0.7;
}

.menu-main-btn-txt-wp {
    margin-right: auto;
    padding: 10px;
}

.menu-main-btn-wp {
    display: flex;

    padding: 10px;

    border: 1px solid #4e4e4e;
    border-radius: 12px;
    background: #4b4b4b;
}

.menu-main-wp {
    padding: 10px;
    padding: 24px;

    border: 1px solid black;
    border-radius: 12px;
    background: #2c2e35;
}

.modal-header {
    border-color: #545454;
}

.play-game-open-all-rewards-box {
    display: block;

    padding: 18px;

    text-align: center;
    text-decoration: none;

    color: white;
    border-radius: 12px;
    background: #0ab11b;

    gap: 16px;
}

.play-game-rewards-cover {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    cursor: pointer;
}

.play-game-rewards-flare {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    animation: rotate360 2s linear infinite;
}

.play-game-rewards-img {
    position: relative;
    z-index: 2;
}

.play-resule-content-gap {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.play-resule-text-1 {
    font-size: 26px;
    font-weight: 600;

    text-align: center;

    color: white;
}

.play-resule-text-2 {
    font-size: 20px;
    font-weight: 600;

    text-align: center;

    color: white;
}

.play-resule-text-3 {
    font-size: 14px;
    font-weight: 300;

    margin-top: 14px;

    text-align: center;

    color: white;
}

.play-resule-text-gap {
    display: flex;
    flex-direction: column;

    gap: 0;
}

.q-006 {
    display: flex;
    flex-direction: column;

    gap: 16px;
}

.q-017 {
    display: flex;
    flex-direction: column;

    row-gap: 30px;
}

.q-069 {
    padding: 10px;

    border: 1px solid black;
}

.q-076 {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.q-084 {
    padding: 48px 0;
    background-image: url(../images/theme-bg-main.png);
}

.reward-card-btn-gap {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.rewards-date-gap {
    display: flex;
    flex-direction: column;

    margin-top: 8px;

    gap: 0;
}

.rewards-date-txt-1 {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.7;
}

.rewards-date-txt-2 {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.7;
}

.rewards-name-gap {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    gap: 4px;
}

.rewards-tag {
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    padding: 2px 10px;
    color: white;
    border-radius: 5px;
    background: #ff5656;
}

.rewards-tag.t1 {
    color: white;
    background: #6c6c6c;
}

.rewards-tag.t2 {
    color: white;
    background: #2894ff;
}

.rewards-tag.t3 {
    color: white;
    background: #ffba00;
}

.rewards-tag.t4 {
    color: white;
    background: #ff00fc;
}

.rewards-tag.t5 {
    color: white;
    background: #ff5656;
}

.rewards-title {
    font-size: 14px;
    font-weight: 400;
}

.theme-btn-main {
    display: block;

    padding: 12px 16px;

    text-align: center;
    text-decoration: none;

    border: 1px solid #4b4b4b;
    border-radius: 12px;
    background: #4b4b4b;
}

.theme-btn-main-txt-1 {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.7;
}

.theme-btn-main-txt-2 {
    font-size: 14px;
    font-weight: 400;
}

.theme-btn-main.default {
    color: white;
    border: 1px solid #4b4b4b;
    background: #4b4b4b;
}

.theme-btn-main.default:hover {
    color: white;
    border: 1px solid #4b4b4b;
    background: #828282;
}

.theme-btn-main.disable {
    color: #5b5d60;
    border: 1px solid #4b4b4b;
    background: #2c2e35;
}

.theme-btn-main.green {
    color: #5fff51;
    border: 1px solid #5fff51;
    background: #2c2e35;
}

.theme-btn-main.inactive {
    color: white;
    border: 1px solid #4b4b4b;
    background: #2c2e35;
}

.theme-btn-main.red {
    color: #ffe602;
    border: 1px solid #ff1a1a;
    background: #7c0000;
}

.theme-btn-main.red:hover {
    background: #b20000;
}

.theme-btn-paging-btn {
    font-size: 12px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-decoration: none;
    color: #fff;
    border-radius: 33px;
    background: #4b4b4b;
    align-items: center;
    justify-content: center;
}

.theme-btn-paging-btn.active,
.theme-btn-paging-btn:hover {
    background-color: #828282;
}

.theme-btn-paging-wp {
    display: flex;

    align-items: flex-start;
    gap: 4px;
}

.theme-content-card-wp {
    display: flex;
    flex-direction: column;
    padding: 16px;
    color: white;
    border-radius: 12px;
    background: #2c2e35;
    gap: 13px;
}

.theme-content-inner-gap {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.theme-modal-custom .modal-content {
    color: white;
    background-color: #2c2e35;
}

.theme-modal-summary-and-detail-gap {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.theme-modal-summary-and-detail-inner-box-txt-1 {
    font-size: 14px;
    font-weight: 400;

    display: flex;
    flex-direction: row;

    align-content: center;
    align-items: center;
}

.theme-modal-summary-and-detail-inner-box-txt-2 {
    font-size: 14px;
    font-weight: 300;
    padding: 6px 10px;
    border: 1px solid black;
    border-radius: 8px;
    background: #161616;
}

.theme-modal-summary-and-detail-inner-box-txt-2.red {
    color: red;
}

.theme-modal-summary-and-detail-inner-box-txt-2.white {
    color: white;
}

.theme-modal-summary-and-detail-inner-box-wp {
    display: flex;
    flex-direction: column;

    padding: 10px;

    border: 1px solid #4b4b4b;
    border-radius: 12px;

    gap: 10px;
}

.theme-modal-summary-and-detail-txt-1 {
    font-size: 24px;
    font-weight: 400;

    text-align: center;
}

.theme-modal-summary-and-detail-txt-2 {
    font-size: 24px;
    font-weight: 400;

    display: inline-block;

    margin: 0 10px;
    padding: 6px 15px;

    border-radius: 12px;
    background: #161616;
}

.theme-modal-summary-and-detail-txt-3 {
    font-size: 14px;
    font-weight: 400;

    text-align: center;
}

.theme-modal-summary-and-detail-txt-3.red,
.theme-modal-summary-and-detail-txt-3.red a {
    color: red;
}

.theme-modal-summary-and-detail-txt-3.white {
    color: white;
}

.theme-ps-message {
    font-size: 14px;
    font-weight: 300;

    margin-right: auto;

    color: #b8b8b8;
}

.theme-section-title-box-content-gap {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.theme-section-title-box-exchange-content-balance-txt-1 {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.7;
}

.theme-section-title-box-exchange-content-balance-txt-2 {
    font-size: 36px;
    font-weight: 400;
}

.theme-section-title-box-exchange-content-balance-wp {
    padding: 16px;

    text-align: center;

    border: 1px solid #fff;
    border-radius: 12px;
}

.theme-section-title-box-exchange-content-btn-menu {
    font-size: 14px;
    font-weight: 400;

    display: block;

    padding: 10px;

    text-align: center;
    text-decoration: none;

    color: white;
    border-radius: 12px;
    background: #b015a1;

    filter: brightness(1.15);
}

.theme-section-title-box-exchange-content-btn-menu:hover,
.theme-section-title-box-exchange-content-btn-menu.active {
    filter: brightness(1.3);
}

.theme-section-title-box-exchange-content-period-txt-1 {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

.theme-section-title-box-exchange-content-period-txt-2 {
    font-size: 20px;
    font-weight: 400;
}

.theme-section-title-box-exchange-content-wp {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.theme-section-title-box-manage-rewards-warning {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    font-style: italic;
    text-align: center;
    border-radius: 6px;
    background: #f00;
}

.theme-section-title-box-title-txt-1 {
    font-size: 14px;
    font-size: 24px;
    font-weight: 300;
    font-weight: 400;
}

.theme-section-title-box-title-txt-2 {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
}

.theme-section-title-box-wp {
    padding: 24px;

    color: white;
    border-radius: 12px;
    background-color: #727272;
}

.theme-section-title-box-wp.exchange {
    color: white;
    background-color: #b015a1;
}

.theme-section-title-box-wp.manage-rewards {
    color: white;
    background-color: #257cff;
}

.theme-section-title-btn {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 16px;
    text-decoration: none;
    color: white;
    border-radius: 12px;
    background: #4b4b4b;
}

.theme-section-title-btn.go-common {
    color: white;
    background: #00900f;
}

.theme-section-title-btn.go-special {
    color: white;
    background: #ef9c00;
}

.theme-section-title-btn:hover {
    filter: brightness(1.15);
}

.theme-section-title-txt {
    font-size: 20px;
    font-weight: 400;
    margin-right: auto;
    color: white;
    /* opacity: 0.7; */
}

.theme-section-title-wp {
    display: flex;

    align-items: center;
    gap: 20px;
}

.theme-topbar-ts-btn {
    font-size: 18px;
    font-weight: 600;

    display: block;

    padding: 0 12px;

    transition: all .2s ease;

    color: #fff !important;
    background-size: 100% 100%;
}

.theme-topbar-ts-btn:hover {
    transition: all .2s ease;

    color: #fff !important;
    background-size: 100% 100%;
}

.theme-txt-under-btn {
    font-size: 14px;
    font-weight: 400;

    padding: 10px;

    text-align: center;

    border: 1px solid black;
    border: 1px solid #4b4b4b;
    border-radius: 12px;
}

.theme-txt-under-manage-btn {
    font-size: 12px;
    font-weight: 300;

    padding: 9px 14px;

    text-align: center;

    border: 1px solid #4b4b4b;
    border-radius: 12px;
}

.theme-txt-under-manage-btn.white {
    color: white;
}

.theme-txt-under-manage-btn.yellow {
    color: #ffe70b;
}

.topbar-space {
    height: 56px;
}

.theme-section-title-box-exchange-decor {
    background-image: url(../../../images/Rectangle-67.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top
}

.theme-section-title-box-manage-rewards-decor {
    background-image: url(../../../images/Rectangle-68.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top
}

.theme-btn-main-itemcode {
    /* Remove all styles */
    all: unset;

    /* Set text color to white */
    color: white;
    /* Truncate text with ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.theme-section-title-select-game {

    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
    text-transform: uppercase
}

.theme-section-desc-no-event {
    font-size: 14px;
    font-weight: 300;
    color: white;
    opacity: 0.7;
}

.error-content-wp {
    min-height: 408px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.error-content-icon {}

.error-content-message-1 {
    font-size: 24px;
    font-weight: 600;
}

.error-content-2 {
    font-size: 16px;
    font-weight: 200;
}
