.over-lay-contact {
    background: rgba(0, 0, 0, .4);
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

.contact-head-mobile {
    height: 36px;
    position: relative;
    width: 36px;
    z-index: 1
}

.contact-head-mobile .dropdown-wrap-contact {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 8px;
    left: -5%;
    opacity: 0;
    padding: 0 3px;
    position: absolute;
    top: 105%;
    transform: translateY(-30%);
    transition: all .2s ease;
    visibility: hidden;
    width: 110%
}

@media screen and (max-width:600px) {
    .contact-head-mobile .dropdown-wrap-contact {
        left: 0;
        width: 100%
    }
}

.contact-head-mobile .dropdown-wrap-contact a {
    display: block;
    margin: 5px 0
}

.contact-head-mobile .showlist-item {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all .2s ease !important;
    visibility: visible !important
}

@media screen and (max-width:600px) {
    .contact-head-mobile {
        padding: 3px
    }
}

.contact-head-mobile img {
    height: auto;
    width: 100% !important
}

.link-teleandline {
    border-radius: 10px 0 0 10px;
    color: #ff0707;
    cursor: pointer;
    font-size: 22px;
    padding: .5rem;
    text-align: center;
    z-index: 6
}

.link-teleandline .link-inner {
    align-items: center;
    display: flex;
    gap: .75rem;
    height: 100%;
    justify-content: space-between;
    opacity: 1;
    position: relative;
    z-index: 900
}

.link-teleandline .link-inner a .image-link {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 45px
}

@media screen and (max-width:426px) {
    .link-teleandline .link-inner a .image-link {
        height: 27px;
        width: 27px
    }
}

@media screen and (max-width:600px) {
    .link-teleandline {
        padding: 0
    }

    .link-teleandline .link-inner {
        gap: .2rem
    }
}

#login-form {
    transition: all .25s
}

@media screen and (max-width:320px) {
    #login-form .cols-form {
        padding: 0
    }
}

.btn-line {
    margin: 0 auto;
    width: 50%
}

.btn-line button img {
    width: 25px
}

.btn-otp-2 {
    text-align: center;
    width: 100%
}

.btn-otp-2 button {
    color: #000 !important;
    padding: 0 1rem;
    width: 25%
}

@media screen and (max-width:600px) {
    .btn-otp-2 button {
        width: 50%
    }
}

.container-ring {
    animation: spin 1.4s linear infinite;
    position: relative !important
}

.container-ring .ring {
    stroke-dasharray: 60 440;
    stroke-dashoffset: -500;
    stroke-width: 10px;
    animation: shift 3.2s ease-in-out infinite;
    left: 50%;
    position: absolute !important;
    top: 50%
}

.container-ring .ring:nth-child(3) {
    stroke-width: 12px;
    opacity: .4
}

@keyframes shift {
    50% {
        stroke-dasharray: 400 100;
        stroke-dashoffset: -350
    }
}

@keyframes shift-test {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.font-second-color {
    color: var(--theme-font-color-2) !important
}

.color-active-radio .v-input--selection-controls__input i {
    caret-color: var(--primary-color-1) !important;
    color: var(--primary-color-1) !important
}

#register-type-2 .v-input__slot {
    border-radius: 12px;
    position: relative
}

#register-type-2 .v-input__slot .btn-otp {
    border-radius: 12px;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width:600px) {
    #register-type-2 .v-input__slot .btn-otp {
        font-size: 14px
    }

    #register-type-2 .v-btn:not(.v-btn--round).v-size--default {
        padding: 0 8px
    }
}

#register-type-2 .password-check-word {
    font-size: 16px
}

@media screen and (max-width:425px) {
    #register-type-2 .password-check-word {
        font-size: 14px
    }
}

#register-type-2 .v-otp-input {
    margin: auto;
    max-width: 350px
}

#register-type-2 .v-otp-input .v-input__slot {
    background: #fff !important
}

#register-type-2 .getBonus-condition label {
    color: var(--theme-font-color-2) !important
}

#register-type-2 .register-condition {
    font-size: 16px
}

@media screen and (max-width:600px) {
    #register-type-2 .register-condition {
        font-size: 14px
    }
}

@media screen and (max-width:425px) {
    #register-type-2 .register-condition {
        padding: 0
    }
}

#register-type-2 .register-condition span {
    cursor: pointer;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

#register-type-2 .register-condition .v-input--selection-controls .v-input__slot>.v-label {
    color: #000 !important
}

@media screen and (max-width:600px) {
    #register-type-2 .register-condition .v-input--selection-controls .v-input__slot>.v-label {
        font-size: 14px
    }
}

#register-type-2 .register-condition .v-icon.v-icon {
    color: inherit !important
}

#register-type-2 .register-condition .v-messages {
    display: none !important
}

#register-type-2 .register-condition .v-input--selection-controls {
    margin-top: 5px;
    padding-top: 5px
}

#register-type-2 .register-condition .register-checkbox {
    background: none !important;
    width: auto
}

#register-type-2 .register-condition .v-input__slot {
    background: none !important
}

#register-type-2 .more-information {
    font-size: 16px;
    margin: auto 0 !important
}

#register-type-2 .more-information span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #ffdf46, #ffdc42 23.96%, #feeb52 49.48%, #fbc316 71.87%, #f69b09);
    -webkit-background-clip: text;
    background-clip: text;
    cursor: pointer;
    font-weight: 600
}

@media screen and (max-width:600px) {
    #register-type-2 .more-information {
        font-size: 14px
    }
}

@media only screen and (max-width:600px) {
    #register-type-2 .regis-btn {
        margin-top: -10px
    }
}

.contact-admin-blog {
    padding-bottom: 70px
}

@media only screen and (max-width:600px) {
    .contact-admin-blog {
        padding-bottom: 150px
    }
}

#register-form {
    height: 100%;
    max-height: 55dvh;
    overflow-y: auto;
    padding: inherit
}

.tabs {
    display: flex;
    justify-content: center;
    width: 100%
}

.tabs .tab {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    color: #c1c1c1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px;
    width: 25%
}

@media screen and (max-width:600px) {
    .tabs .tab {
        font-size: 14px;
        padding: 8px 16px;
        width: 42%
    }
}

@media screen and (max-width:320px) {
    .tabs .tab {
        padding: 4px 8px;
        width: 46%
    }
}

.tabs .tab:first-child {
    border-radius: 12px 0 0 12px
}

.tabs .tab:nth-child(2) {
    border-radius: 0 12px 12px 0
}

.tabs .tab.is-active {
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%) !important;
    color: #fff !important
}

.tab-content {
    height: 100%;
    padding-bottom: 24px;
    padding-top: 12px
}

@media only screen and (max-height:700px) {
    .tab-content {
        height: 100%
    }
}

.tab-login-main {
    max-width: 400px
}

.tab-login-main .tab {
    font-size: 14px;
    padding: 6px 16px;
    width: 42%
}

@media only screen and (max-height:600px) {
    #login-register {
        height: 400px;
        overflow-y: auto;
        padding: inherit
    }

    #login-register .tab-content {
        padding: 0 !important
    }
}

.tab-content-regis {
    height: 100%;
    padding-bottom: 24px;
    padding-top: 12px
}

@media only screen and (max-height:700px) {
    .tab-content-regis {
        height: 100%
    }
}

@media only screen and (max-height:600px) {
    .tab-content-regis {
        padding: 0 !important
    }
}

.dailog-header-img {
    max-width: 160px !important;
    width: 40% !important
}

#toggle-bonus {
    background: linear-gradient(180deg, #38d851, #0f6a00) !important;
    border: 2px solid #ffe66f
}

#toggle-bonus .v-btn {
    height: 30px !important
}

#toggle-bonus .v-item--active {
    background: linear-gradient(180deg, #ffdf46, #ffdc42 23.96%, #feeb52 49.48%, #fbc316 71.87%, #f69b09) !important;
    color: #212121 !important;
    font-weight: 700
}

#bonus-list .flex-container {
    display: flex;
    overflow-x: scroll;
    padding: 20px;
    width: 100%
}

#bonus-list .flex-container.x-center {
    justify-content: center
}

#bonus-list .flex-item {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    padding: 10px 20px !important
}

#bonus-list .flex-item img {
    height: 65px;
    margin: auto;
    width: 65px
}

#bonus-list .flex-item span {
    text-align: center
}

@media(max-width:960px) {
    #bonus-list .flex-item {
        padding: 10px 30px
    }
}

.box-bank-card {
    margin-bottom: -1rem
}

.card-detail-bank {
    align-items: flex-start !important;
    border-radius: 12px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
    justify-content: flex-start !important;
    padding: 1rem;
    position: relative;
    z-index: 2
}

.card-detail-bank .btn-copy-wrap {
    background: linear-gradient(180deg, #3ad83a, #539000);
    border-radius: 12px;
    bottom: 1rem;
    padding: 1px 20px;
    position: absolute;
    right: 1rem
}

.card-detail-bank .btn-copy-wrap img {
    transform: translateY(0)
}

.card-detail-bank .btn-copy-wrap button {
    align-items: center;
    display: flex;
    gap: 4px
}

.card-detail-bank .icon-bank {
    margin-right: 2rem
}

.card-detail-bank .icon-bank img {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    height: auto;
    width: 60px
}

.card-detail-bank .caption-detail-inner h2:nth-child(2) {
    /* color: #fbcf2f; */
    margin: 3px 0
}

.show-detail-bank {
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
    color: #000;
    padding: 1.5rem 1rem .5rem;
    position: relative;
    transform: translateY(-1rem);
    z-index: 1
}

.show-detail-bank h3 {
    margin: 5px 0
}

.show-detail-bank h2 {
    margin: 8px 0 5px
}

@media only screen and (max-width:600px) {
    .show-detail-bank {
        padding: 1.4rem .7rem .4rem;
        transform: translateY(-1rem)
    }

    .card-detail-bank {
        padding: .7rem
    }

    .card-detail-bank .btn-copy-wrap {
        background: linear-gradient(180deg, #3ad83a, #539000);
        bottom: .7rem;
        padding: 0 14px;
        right: .7rem
    }

    .card-detail-bank .btn-copy-wrap img {
        height: auto;
        transform: translateY(2px);
        width: 12px !important
    }

    .card-detail-bank .icon-bank img {
        border: 2px solid #fff;
        height: auto;
        width: 40px
    }

    .card-detail-bank .icon-bank {
        margin-right: 1rem
    }

    .card-detail-bank .caption-detail-inner h2:first-child {
        font-size: 1.1rem
    }

    .card-detail-bank .caption-detail-inner h2:nth-child(2) {
        font-size: 1rem;
        margin: 1px 0 0
    }

    .show-detail-bank h3 {
        font-size: 1rem
    }

    .show-detail-bank h2 {
        font-size: 1.1rem;
        margin: 6px 0 3px
    }
}

.box-no-bank {
    background: #d14a55;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(58, 99, 197, .4);
    color: #fff;
    padding: 8px 0;
    text-align: center
}

.space-copy-bank-main {
    align-items: center;
    display: flex
}

.space-copy-bank-main .box-copy {
    background: linear-gradient(180deg, #3ad83a, #539100);
    border-radius: 6px;
    padding: 2px 20px
}

.box-bank {
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-around
}

.box-bank .img-side {
    width: 20%
}

.box-bank .text-side {
    width: 65%
}

@media only screen and (max-width:320px) {
    .card-detail-bank .btn-copy-wrap img {
        height: auto;
        transform: translateY(1px);
        width: 10px !important
    }

    .card-detail-bank .btn-copy-wrap {
        bottom: .7rem;
        padding: 0 10px
    }

    .show-detail-bank h3 {
        font-size: .9rem;
        margin-bottom: 0
    }

    .show-detail-bank h2 {
        font-size: .9rem;
        margin-top: 0
    }

    .card-detail-bank .icon-bank img {
        border: 2px solid #fff;
        height: auto;
        width: 35px
    }

    .card-detail-bank p {
        font-size: .8rem
    }

    .card-detail-bank .caption-detail-inner h2:first-child {
        font-size: .9rem
    }

    .card-detail-bank .caption-detail-inner h2:nth-child(2) {
        font-size: .8rem;
        line-height: 1.1
    }
}

.statuspromotion-box {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#c-wrap-bonus-list {
    position: relative
}

#c-wrap-bonus-list .swiper {
    margin-right: 0 !important;
    width: 100%
}

#c-wrap-bonus-list .swiper img {
    border-radius: 12px;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    width: 99% !important
}

#c-wrap-bonus-list .swiper-button-prev {
    background: url(/images/swiper/prev.webp) no-repeat 50%/contain
}

#c-wrap-bonus-list .swiper-button-prev:after {
    content: ""
}

#c-wrap-bonus-list .swiper-button-next {
    background: url(/images/swiper/next.webp) no-repeat 50%/contain
}

#c-wrap-bonus-list .swiper-button-next:after {
    content: ""
}

#c-wrap-bonus-list .swiper-button-next,
#c-wrap-bonus-list .swiper-button-prev {
    filter: drop-shadow(0 0 .75rem black);
    height: 32px;
    margin-top: -16px;
    width: 32px;
    z-index: 2
}

@media(max-width:960px) {

    #c-wrap-bonus-list .swiper-button-next,
    #c-wrap-bonus-list .swiper-button-prev {
        display: inline !important;
        display: initial !important;
        height: 20px;
        width: 20px
    }
}

#c-wrap-bonus-list .statuspromotion-box .check-box-bonus {
    gap: 10px
}

#c-wrap-bonus-list .statuspromotion-box .check-box-bonus p {
    font-size: 16px;
    left: 8px;
    margin: 8px auto
}

#c-wrap-bonus-list .bell img {
    height: auto;
    margin-left: .5rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

#action-bonus,
#action-bonus .v-icon {
    color: #212121 !important
}

#action-bonus .v-icon {
    stroke: #212121 !important
}

#action-bonus .v-icon.success--text {
    caret-color: #00e676;
    color: #00e676 !important
}

#action-bonus .v-icon.error--text {
    caret-color: #dd2c00 !important;
    color: #dd2c00 !important
}

.round {
    position: relative
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.round label:after {
    border: 2px solid #fff;
    border-right: none;
    border-top: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px
}

.round input[type=checkbox] {
    visibility: hidden
}

.round input[type=checkbox]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a
}

.round input[type=checkbox]:checked+label:after {
    opacity: 1
}

.no-promotion {
    background: #fff;
    border-radius: .5rem;
    color: #000
}

.v-progress-linear {
    background: #fff !important;
    border-radius: 10px !important
}

.v-progress-linear__content {
    justify-content: flex-end !important
}

.v-progress-linear__content strong {
    color: #000 !important;
    margin-right: 10px
}

.progress-color,
.v-progress-linear__determinate {
    background: linear-gradient(180deg, #ffe45e, #e0710a) !important
}

.progress-color {
    border-radius: 10px
}

.show-turn {
    margin-top: .6rem;
    text-align: center
}

.Box {
    background-color: transparent;
    background-image: url(/images/punpro66/logo/logo.png);
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    flex-wrap: wrap;
    height: 63px;
    position: relative;
    transform: rotate(45deg);
    transform-origin: center;
    transform-style: preserve-3d;
    width: 63px
}

.Box,
.Box span {
    box-sizing: content-box
}

.Box span {
    animation: Loader 2s linear infinite;
    background: hsla(0, 0%, 100%, .2);
    height: 20px;
    margin: .5px;
    transform-origin: center;
    transform-style: preserve-3d;
    width: 20px
}

.Box span:nth-child(3) {
    animation-delay: .8s
}

.Box span:nth-child(2),
.Box span:nth-child(6) {
    animation-delay: .6s
}

.Box span:first-child,
.Box span:last-child,
.Box span:nth-child(5) {
    animation-delay: .4s
}

.Box span:nth-child(4),
.Box span:nth-child(8) {
    animation-delay: .2s
}

.Box span:nth-child(7) {
    animation-delay: 0s
}

@keyframes Loader {

    0%,
    to {
        transform: scale(1)
    }

    30% {
        transform: scale(0)
    }

    50% {
        transform: scale(0)
    }

    75% {
        transform: scale(1)
    }
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast {
        max-width: 350px
    }
}

label.v-label.theme--dark {
    font-size: 16px
}

@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }
}

.checkbox {
    --border-default: #bbbbc1;
    --border-hover: #9898a3;
    --active: linear-gradient(180deg, var(--theme-color-1) 0%, var(--theme-color-2) 100%);
    --active-tick: #fff;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: block;
    height: 18px;
    position: relative;
    width: 18px
}

.checkbox svg {
    display: block;
    position: absolute
}

.checkbox input {
    -webkit-appearance: none;
    background: transparent;
    background: var(--background, transparent);
    border: none;
    border-radius: 36%/36%;
    box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
    display: block;
    height: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    transition: background .25s linear, box-shadow .25s linear;
    width: 18px
}

.checkbox input+svg {
    color: var(--active);
    height: 18px;
    left: 0;
    top: 0;
    width: 21px
}

.checkbox input+svg .tick {
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    stroke-dashoffset: var(--stroke-dashoffset, 20);
    transition: stroke-dashoffset .2s
}

.checkbox input+svg .tick.mask {
    stroke: var(--active-tick)
}

.checkbox input+svg+svg {
    fill: none;
    stroke: var(--active);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-dasharray: 4.5px;
    stroke-dashoffset: 13.5px;
    animation: .2s ease .175s none;
    animation: var(--animation, none) .2s ease .175s;
    height: 11px;
    pointer-events: none;
    right: -10px;
    top: -6px;
    width: 11px
}

.checkbox input.active,
.checkbox input:checked {
    --background: var(--active);
    --border: var(--active)
}

.checkbox input.active+svg,
.checkbox input:checked+svg {
    --stroke-dashoffset: 0
}

.checkbox input.active+svg+svg,
.checkbox input:checked+svg+svg {
    --animation: check
}

.checkbox:hover input:not(:checked) {
    --border: var(--border-hover)
}

@keyframes check {
    to {
        stroke-dashoffset: 4.5px
    }
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast {
        max-width: 350px
    }
}

label.v-label.theme--dark {
    font-size: 16px
}

@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }
}

.promotion-wrapper {
    height: 30rem;
    overflow-y: auto;
    padding-bottom: 1rem
}

.amount-in-wallet {
    cursor: pointer;
    display: block
}

.amount-in-wallet span {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    font-weight: 600
}

@media screen and (max-width:600px) {
    .amount-in-wallet .box-status p {
        font-size: 12px
    }
}

.statuspromotion-box {
    cursor: pointer
}

.box-shadow {
    border-radius: 6px;
    box-shadow: inset 0 -2px 4px rgba(0, 0, 0, .25), inset 0 2px 4px rgba(0, 0, 0, .25) !important;
    height: 90px;
    max-height: 100%
}

.box-slect-promotion {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1
}

.box-slect-promotion .box-slect-promotion-inner {
    display: flex;
    gap: 8px;
    width: 100%
}

.box-slect-promotion .box-slect-promotion-inner .box-slect-promotion-image {
    height: auto;
    width: 50%
}

@media screen and (max-width:600px) {
    .box-slect-promotion .box-slect-promotion-inner .box-slect-promotion-image {
        width: 60%
    }
}

.box-slect-promotion .box-slect-promotion-inner .box-slect-promotion-image img {
    height: auto
}

@media screen and (max-width:600px) {
    .box-slect-promotion .box-slect-promotion-inner .box-slect-promotion-image img {
        width: 100%
    }
}

.box-slect-promotion .box-slect-promotion-inner .box-bonus-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%
}

@media screen and (max-width:600px) {
    .box-slect-promotion .box-slect-promotion-inner .box-bonus-item {
        width: 100%
    }
}

.box-slect-promotion .box-slect-promotion-inner .box-bonus-item .bonus-title-text {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 6px;
    padding-top: 6px
}

@media screen and (max-width:425px) {
    .box-slect-promotion .box-slect-promotion-inner .box-bonus-item .bonus-title-text {
        font-size: 18px;
        padding-top: 0
    }
}

#pannel-bonus #box-img-bonus {
    margin: auto;
    max-width: 460px;
    position: relative;
    width: 100%
}

#pannel-bonus #box-img-bonus .select-bonus {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px
}

.btn-multiple-main {
    align-items: center;
    border-radius: 4px;
    display: flex;
    min-height: 54px;
    width: 100%
}

.btn-multiple-main h3 {
    color: #fff;
    font-size: 1.3em;
    padding: 5px
}

#wrap-select-bonus {
    display: flex;
    flex-wrap: wrap
}

#wrap-select-bonus .wrap-bonus {
    padding: .5rem;
    position: relative;
    width: 50%
}

#wrap-select-bonus .wrap-bonus .action-corner {
    height: 80px;
    left: -7px;
    position: absolute;
    top: -10px;
    width: 150px
}

#wrap-select-bonus .wrap-bonus .action-corner .main {
    background: linear-gradient(180deg, #ff942e, #ff416c);
    box-shadow: 2px -2px 5px 0 #313131;
    height: 60px;
    left: 0;
    position: absolute;
    width: 150px;
    z-index: 2
}

#wrap-select-bonus .wrap-bonus .action-corner .tail {
    background: linear-gradient(180deg, #5a3b1d, #5c2a36);
    bottom: 8px;
    -webkit-clip-path: polygon(0 0, 64% 0, 64% 99%, 0 54%);
    clip-path: polygon(0 0, 64% 0, 64% 99%, 0 54%);
    height: 25px;
    left: 0;
    position: absolute;
    width: 25px;
    z-index: 1
}

#wrap-select-bonus .wrap-bonus .current-bonus {
    height: auto;
    left: 0;
    position: absolute;
    width: 120px;
    z-index: 1
}

#wrap-select-bonus .wrap-bonus .x-detail {
    background: rgba(0, 0, 0, .9);
    bottom: 5px;
    color: #f44336;
    left: 0;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#wrap-select-bonus .wrap-bonus.disable-1 {
    pointer-events: all;
    position: relative
}

#wrap-select-bonus .wrap-bonus.disable-1 img {
    opacity: .5
}

#wrap-select-bonus .wrap-bonus.disable-1:before {
    content: "คลิกเพื่อรับโบนัส";
    filter: drop-shadow(0 0 2px black);
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 10%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#wrap-select-bonus .wrap-bonus.disable-2 {
    pointer-events: none
}

#wrap-select-bonus .wrap-bonus.disable-2 .img-bonus {
    opacity: .5
}

#wrap-select-bonus img {
    height: 100%;
    width: 100%
}

.button-pro-wrap {
    align-items: flex-end;
    padding-right: 5px;
    width: 100%
}

.button-pro-wrap,
.item-wrap-btn {
    display: flex;
    justify-content: center
}

.item-wrap-btn {
    align-items: center;
    background: linear-gradient(180deg, #ffdf46, #ffdc42 23.96%, #feeb52 49.48%, #fbc316 71.87%, #f69b09);
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #212121 !important;
    cursor: pointer;
    font-weight: 700;
    height: 28px;
    transition: all .2s cubic-bezier(.02, .54, .58, 1);
    width: 75px
}

.item-wrap-btn.-red {
    background: #9c0000
}

.item-wrap-btn:hover {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .7) !important;
    transform: translate3d(0, -5px, 0);
    transition: all .2s cubic-bezier(.02, .54, .58, 1)
}

.icon-fake-wrap span {
    background: transparent;
    display: block;
    height: 24px;
    width: 24px
}

.no-wrap-element {
    align-items: center !important;
    flex-wrap: nowrap !important
}

.blog-btn-multiple-wrap {
    align-items: center;
    display: flex;
    width: 100%
}

.radio-group-wrapper label {
    color: #fff !important;
    font-size: 1.3em !important
}

.theme--dark.v-label:before {
    color: #000 !important
}

.promotion-container {
    background: #fff;
    border-radius: 6px;
    padding: 1.2rem
}

.promotion-container .promotion-image {
    aspect-ratio: 1;
    border-radius: 6px;
    box-shadow: inset 0 -2px 4px rgba(0, 0, 0, .25), inset 0 2px 4px rgba(0, 0, 0, .25) !important;
    /* height: 300px; */
    margin: 0 auto;
    width: 100%;
    z-index: -1
}

.promotion-container .promotion-image img {
    border-radius: 12px;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    z-index: 1
}

.promotion-container .promotion-title-selected {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
    padding-top: 2px;
    text-align: center
}

.promotion-container .selected-box-btn {
    margin-top: .5rem
}

.promotion-container .selected-box-btn button {
    width: 30%
}

.bg-color {
    background: var(--theme-color-1)
}

@media(max-width:960px) {
    #wrap-select-bonus .wrap-bonus {
        height: auto;
        width: 100%;
        width: 120px
    }
}

@media screen and (max-width:600px) {
    .bonus-items-box {
        padding-bottom: 10rem;
        width: 100%
    }
}

.disabled {
    animation: none !important;
    filter: brightness(.5) !important
}

.btn-promotion-active {
    background: lime;
    border-radius: 0 0 0 .5rem;
    padding: .25rem 1rem
}

.btn-promotion-danger {
    background: red;
    color: white;
    border-radius: 0 0 0 .5rem;
    padding: .25rem 1rem
}

@media screen and (max-width:600px) {
    .btn-promotion-active {
        background: lime;
        border-radius: 0 0 0 .5rem;
        font-size: 12px;
        padding: .2rem .375rem
    }
}