
#ProDetailModalsuper .modal-body {
	margin-top: -2.75rem;
	padding: 0 6rem 1rem
}


@media only screen and (max-width: 600px) {
    .wrap-noti-event {
        width:85px
    }

    .wrap-noti-event p {
        font-size: .6rem
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 65px
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event .inner-item-noti-event {
        padding: 0
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 55px
    }

    .close-noti {
        transform: translate(-4.5rem)
    }
}

#youtube-controller .n-base-selection {
    border-radius: 100px!important
}

#youtube-controller .test {
    margin-top: 20px;
    background-color: var(--theme-color-1)
}

#youtube-controller .n-switch.n-switch--active .n-switch__rail,#youtube-controller .n-slider-rail__fill {
    background-color: var(--theme-color-1)
}

#footer-main .wrap-footer {
    margin-top: 1rem;
    padding: 2px 0 0;
    background: #8e8f95;
    background: linear-gradient(to right,#8e8f95 0%,#ffffff 14%,#8e8f95 50%,#ffffff 85%,#8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95",endColorstr="#8e8f95",GradientType=1)
}

#footer-main .wrap-footer p {
    color: #fff
}

#footer-main .wrap-footer .inner-wrap-footer {
    background: var(--theme-color-1, #1f1f1f);
    padding: 1rem 22vw
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo {
    display: flex;
    justify-content: center
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo img {
    width: 130px
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo p {
    color: #fff;
    font-size: 1rem;
    margin: 1.5rem 0
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game {
    display: flex;
    flex-direction: column;
    align-items: center
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game p {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg,#f2d638 0%,#e9b033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 10px
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
    width: 7.3%;
    border-radius: 16px;
    padding: 1.4rem .5rem;
    background: rgba(255,255,255,.15)
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game .inner-item-logo-brand-game img {
    width: 100%
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method p {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg,#f2d638 0%,#e9b033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 7px
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
    width: 7.5%;
    padding: 2px;
    border-radius: 50%
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank img {
    width: 100%
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo {
    margin: 2.5rem 0 1rem
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .header-tag {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg,#f2d638 0%,#e9b033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: .5rem
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .wrap-tag-seo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
    width: 10%;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 2px 5px;
    text-align: center
}

#footer-main .box-foot-title {
    background: linear-gradient(180deg,#3e3e3e 0%,#010600 100%);
    text-align: center;
    padding: 1rem
}

#footer-main .box-foot-title p {
    color: #fff
}

.wrap-footer-float {
    display: none
}

@media only screen and (max-width: 640px) {
    .inner-wrap-footer {
        padding:1rem 4vw!important
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
        gap: 5px!important;
        margin-top: .5rem!important
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
        width: 15.5%!important;
        padding: 1rem .1rem!important
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank {
        gap: 2px!important;
        margin-top: .5rem!important
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
        width: 16%!important
    }

    .inner-wrap-footer .box-tag-seo {
        margin: 1rem 0 0!important
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
        width: 30%!important
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo p {
        font-size: .8rem!important
    }

    .wrap-footer-float {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 11;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 75.52%)
    }

    .wrap-footer-float .box-footer-float {
        padding: 2px;
        border-radius: 32px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float {
        border-radius: 32px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 2px 5px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float {
        width: 17.5%;
        text-align: center;
        position: relative
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:first-child p {
        margin-bottom: -2px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float a img {
        margin: 30px auto 0;
        width: 45%
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float p {
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        margin: -10px auto 0;
        color: #fff;
        text-align: center;
        text-shadow: 0px 2px 0px #000;
        font-family: Kanit;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) {
        animation: zoom 1.5s infinite!important;
        width: 30%
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) p {
        display: none
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) a {
        display: flex;
        justify-content: center
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) img {
        margin-top: -5px;
        width: 90%
    }
}

.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
#ProDetailModalsuper .modal-body .-one-time-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 110px;
	height: auto;
	-webkit-transform: translate(-30%, 30%);
	transform: translate(-30%, 30%)
}

@media (max-width:991.98px) {
	#ProDetailModalsuper .modal-body {
		height: unset;
		padding-right: 4rem;
		padding-left: 4rem
	}

	#ProDetailModalsuper .modal-body .-one-time-img {
		display: none
	}
}

@media (max-width:767.98px) {
	#ProDetailModalsuper .modal-body {
		margin-top: -3rem;
		padding-top: 1.25rem;
		padding-right: 2rem;
		padding-left: 2rem
	}
}



.css-uhb5lp {
  /* background-color: rgb(255, 255, 255); */
  color: rgba(0, 0, 0, 0.87);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
  position: relative;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 64px);
  max-width: 600px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  margin: 32px;
}

.css-ohyacs {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  padding: 16px 24px;
  flex: 0 0 auto;
}

.css-1rsvwou {
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: Kanit;
  font-weight: 700;
  font-size: 22px;
}

.css-69br6q {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0px;
}

.MuiDialogTitle-root+.css-69br6q {
  padding-top: 0px;
}

.css-14b29qc {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.css-1ujsas3 {
  display: inline-flex;
  align-items: center;
    background-color: rgba(37, 2, 2, 0.788); /* เพิ่มสีพื้นหลังโปร่งใส */
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.275rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  color: rgb(255, 255, 255);
  outline: 0px;
  border-width: 0px;
  margin: 0px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ปรับเพิ่มเมื่อ hover หรือ focus */
.css-1ujsas3:hover, .css-1ujsas3:focus {
  background-color: rgb(255, 0, 0); /* เพิ่มสีพื้นหลังโปร่งใส */
  color: rgb(250, 250, 250); /* เปลี่ยนสีข้อความเมื่อ hover */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* เพิ่มเงาเพื่อให้ปุ่มดูเด่น */
}

/* ปรับเปลี่ยนสีเมื่อกด */
.css-1ujsas3:active {
  background-color: rgba(255, 255, 255, 0.2); /* เมื่อกดปุ่มพื้นหลังจะเข้มขึ้น */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /* เงามืดขึ้นเมื่อกด */
}



.centered-form .form-container .x-promotion-index .-logo {
  display: block;
  margin: 0 auto;
  /* จัดให้อยู่ตรงกลาง */
  max-width: 150px;
  /* กำหนดความกว้างสูงสุด */
  height: auto;
  /* รักษาสัดส่วน */
  margin-bottom: 20px;
  /* เพิ่มระยะห่างด้านล่าง */
}

.centered-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* ทำให้อยู่กลางหน้าจอ */
  background: linear-gradient(to bottom, #141414, #000000);
  /* พื้นหลังสีไล่ระดับ */
  margin: 0;
}

/* -- force show checkbox บนหน้าล็อกอิน -- */
.x-login-form input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

.x-login-form label.remember-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  user-select: none !important;
}
