@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}
html {
	scroll-behavior: smooth;
}
a:focus,
button:focus {
	outline-width: 0px;
}
.yellow {
	color: #fff568;
}
.color-red {
	color: #e60707;
}
.color-yellow {
	color: #ecd361;
}
.color-orange {
	color: #fc3d11;
}
.color-pink {
	color: #8b54ac;
}
a:hover,
button:hover {
	filter: brightness(120%);
}
button:disabled {
	filter: grayscale(80%);
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
#particles-js {
	position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 0;pointer-events: none;
}
.rain {
	position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 0;pointer-events: none;
}
.drop {
	position: absolute;bottom: 100%;width: 10px;height: 120px;pointer-events: none;animation: drop 0.5s linear infinite;
}
@keyframes drop {
	0% {transform: translateY(0vh);}75% {transform: translateY(90vh);}100% {transform: translateY(90vh);}
}
.stem {
	width: 2px;
	height: 60%;
	margin-left: 7px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
	animation: stem 0.5s linear infinite;
}
@keyframes stem {
	0% {opacity: 1;}
	65% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
.splat {
	width: 20px;height: 10px;border-top: 2px dotted rgba(255, 255, 255, 0.5);border-radius: 50%;opacity: 1;transform: scale(0);animation: splat 0.5s linear infinite;display: none;
}
.splat {display: block;}
  @keyframes splat {
	0% {opacity: 1;transform: scale(0);}
	80% {opacity: 1;transform: scale(0);}
	90% {opacity: 0.5;transform: scale(1);}
	100% {opacity: 0;transform: scale(1.5);}
}
.float {
	animation: float_2462 2s ease-in-out infinite;
	/* animation: shake ease-in-out 1.4s infinite alternate;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px; */
}
@keyframes float_2462 {
	0% {transform: translateY(0);}
	50% {transform: translateY(-6px);}
	100% {transform: translateY(0);}
}
@keyframes shake {
	0% {transform: translate(2px, 1px) rotate(0deg);}
	10% {transform: translate(-1px, -2px) rotate(-2deg);}
	20% {transform: translate(-3px, 0px) rotate(3deg);}
	30% {transform: translate(0px, 2px) rotate(0deg);}
	40% {transform: translate(1px, -1px) rotate(1deg);}
	50% {transform: translate(-1px, 2px) rotate(-1deg);}
	60% {transform: translate(-3px, 1px) rotate(0deg);}
	70% {transform: translate(2px, 1px) rotate(-2deg);}
	80% {transform: translate(-1px, -1px) rotate(4deg);}
	90% {transform: translate(2px, 2px) rotate(0deg);}
	100% {transform: translate(1px, -2px) rotate(-1deg);}
}
.hvr-float-shadow {
	display: block;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.redeem-btn .hvr-float-shadow {
	display: inline-block;
	max-width: 100%;
	margin-left: inherit;
	margin-right: inherit;
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
	transform: scale(105%) translateY(-5px);
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
body {
	font-family: "Mitr", sans-serif;
}
body.main-bg {
	background: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/main-bg.jpg") top center no-repeat #92bddd;
	position: relative;
	height: 100vh;
}
body.index-bg {
	background: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/index-bg.jpg") top center no-repeat #92bddd;
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* NAVBAR */
.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(33, 4, 86, 0.9);
    z-index: 4;
}
.navbar-brand {
    position: relative;
}
.navbar-brand img {
    width: 120px;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav a.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 600;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    transition: 0.1s;
}
.navbar-nav a.nav-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
}
.navbar-nav a.nav-item.active,
.navbar-nav a.nav-item:hover,
.navbar-nav a.nav-item.active span,
.navbar-nav a.nav-item:hover span {
    color: #cfac5a !important;
}
.navbar-social a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #efefef;
    transition: 0.1s;
}
.navbar-social a:hover {
    background-color: #cfac5a;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.id-name {
    border: 2px solid #d610ed9c;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 14px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    color: #fff;
    background-color: #00000059;
}
.id-name span {
    padding-right: 10px;
    color: #ffffff;
    font-weight: 600;
}
.logout-btn {
    background: rgb(97, 21, 211);
    background: -moz-linear-gradient(45deg, #6115d3, #dd10ee, #dd10ee, #dd10ee);
    background: -webkit-linear-gradient(45deg, #6115d3, #dd10ee, #dd10ee, #dd10ee);
    background: linear-gradient(45deg, #6115d3, #dd10ee, #6115d3, #dd10ee);
    background-size: 300% auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.45s linear;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 9px;
    border-left: 1px;
}
.logout-btn:hover {
    color: #ffffff !important;
    background-position: 100% 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 0px 2px 0px rgba(214, 67, 227, 0.6);
}
.point-reward {
	font-size: 14px;
	background: #00000059;
	border: 2px solid #d610ed9c;
	color: #ffffff;
	border-radius: 40px;
}
.bonus-point {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 14px 8px 20px;
}
.refresh-btn {
	background-color: #ffffff;
	width: auto !important;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	border-width: 0px;
}
.bonus-point .total-point {
	color: #fff401;
}
.history-btn {
	background-color: #ffffff;
	color: #212529;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	padding: 11px 18px;
}
.refresh-btn:hover,
.history-btn:hover {
	filter: brightness(120%);
	background-color: #ea5454 !important;
	color: #ffffff !important;
}
.items-shop-btn {
	margin-left: 10px;
	font-weight: 500;
	color: #ffffff !important;
	background: rgb(248, 169, 107);
	background: -moz-linear-gradient(45deg, #ffaf20, #fa7725, #fa7725, #fa7725);
	background: -webkit-linear-gradient(45deg, #ffaf20, #fa7725, #fa7725, #fa7725);
	background: linear-gradient(45deg, #ffaf20, #fa7725, #fa7725, #fa7725);
	background-size: 300% auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.45s linear;
	border-radius: 40px;
	border: 2px solid #f8a96b;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
} 
.items-shop-btn:hover {
	color: #ffffff !important;
	background-position: 100% 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow: 0px 0px 2px 0px rgba(214, 67, 227, 0.6);
}
.btn-refresh {
	padding: 0px 2px;
	color: #ffffff;
}
.btn-refresh i {
	transform: rotate(0deg);
	transition: 1s;
	font-size: 16px;
	line-height: 1em;
}
.btn-refresh:hover,
.btn-refresh:active {
	color: rgb(251, 255, 0);
}
.btn-refresh:hover i,
.btn-refresh:active i {
	transform: rotate(360deg);
}


.wrapper {
	position: relative;
}
.main-logo-event {
	position: relative;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
body.index-bg .main-logo-event {
	margin-top: 40px;
}
body.index-bg .ch-center {
	margin-top: 30px;
}
.ch-center img {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
body.index-bg .hvr-float-shadow {
	margin-top: 20px;
}

/* stake */
.box-highlight {
  max-width: 540px;
  padding-top: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}
.boxitem-highlight {
  display: block;
}
.bonuspoint {
  position: relative;
  top: -50px;
  max-width: 600px;
  margin: auto;
}
.bonuspoint-bar {
  display: block;
  position: absolute;
  top: 8px;
  max-width: 600px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.bonuspoint-percent {
  font-size: 20px;
  background: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/bonusbar-percent.png") top left no-repeat;
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  left: -15px;
  top: -10px;
  z-index: 1;
  color: #ffffff;
  padding: 24px 0 0 0;
  font-weight: 600;
}
.bonuspoint-rareitem {
  z-index: 3;
  position: absolute;
  right: -80px;
  top: -70px;
  display: block;
  max-width: 160px;
  height: 100%;
  -webkit-animation: rubberBand 1s both infinite;
  animation: rubberBand 1s both infinite;
}
.bonuspoint-num {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 26px;
	letter-spacing: 0.5px;
	font-weight: 600;
  }
.progress {
	height: 44px;
	background: #cd57c7;
	padding-top: 2px;padding-bottom: 2px;
	border-radius: 40px;
	border: 2px solid #6c1e8f;
}
.progress-bar {
  background-color: #6c1e8f;
  border-radius: 40px;
}
.random-box {
	position: relative;
	margin-bottom: 60px;
	margin-top: 20px;
}
.belt-notice-wrap {
	position: relative;
	background-color: transparent;
	padding: 15px 5px 0px 5px;
	height: auto;
	margin-bottom: 30px;
}
.belt-notice-wrap,
.belt-notice-wrap a {
	font-size: 16px;
	text-align: center;
	color: #941bb2;
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
.belt-notice-wrap a.history-color,
.belt-notice-wrap a.history-color:visited {
	color: #941bb2;
}
.belt-notice-wrap a:hover {
	color: #af20d3;
}
.belt-notice-wrap a.history-color:hover {
	color: #af20d3;
}
.reward-link {
	cursor: pointer;
}
.reward-link i {
	padding-right: 5px;
	position: relative;
	top: 1px;
}
.redeem-btn {
	position: relative;
	z-index: 2;
}

@keyframes NeonGlow {
	from {text-shadow: 0 0 1px #fff, 3px 1px 2px #1a550f, 3px 1px 2px #1a550f, 3px 1px 6px #1a550f, 3px 1px 8px #1a550f, 3px 1px 10px #1a550f;}
	to {text-shadow: 0 0 2px #fff, 3px 1px 4px #1a550f, 3px 1px 4px #1a550f, 3px 1px 10px #1a550f, 3px 1px 12px #1a550f, 3px 1px 16px #1a550f;}
}
.pity-system {
	margin-top: 40px;
	margin-bottom: 100px;
}
.pity-system h3 {
	font-size: 0px;
	font-weight: 600;
	margin: 0 0 20px 0;
	position: relative;
	color: transparent;
	text-align: center;
	margin: 0 auto 30px;
    background: url(https://cdn.exe.in.th/activities2/uploads/activities/4797/images/text02.png) no-repeat;
    width: 350px;
    height: 120px;
    background-size: contain;
    background-position: center center;
    z-index: 1;
}
.items-hard-pity {
	justify-content: center;
	margin-top: 20px;
}
.items-hard-pity .items-list {
    flex: 0 0 auto;
    width: 20%;
    position: relative;
}
.items-hard-pity .items-list.successful::before {
    content: '';
    position: absolute;
    background-image: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/successful-ic.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 150px;
    height: 150px;
    z-index: 2;
	top: 30px;
    right: 16px;
    left: 0;
    margin-left: auto;
	margin-right: auto;
}

.rule-wrap {
	margin-bottom: 40px;
	position: relative;
}
.rule-content {
	position: relative;
	padding: 40px 40px;
	background-color: #f4f8fc;
	background-image: none;
	border-radius: 10px;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 10px 5px rgba(244, 152, 251, 0.767), inset 0px 0px 8px 4px rgba(244, 152, 251, 0.767)
}

.rule-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 0;
	color: #000;
	position: relative;
	z-index: 1;
}
.rule-content ul li {
	font-weight: 300;
	font-size: 14px;
}
.rule-content ul li:not(:last-child) {
	margin-bottom: 10px;
}
.rule-content ul  li::marker {
	color: #00d3d1;
}
.rule-content ul a,
.rule-content ul a:visited {
	color: #fc96f9;
	text-decoration: none;
	border: 1px solid #fc96f9;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rule-content ul a:hover {
	color: #ffffff;
	background: #f87af4;
}
.rule-content h3 {
	color: #000;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}
.table-hard-pity.table {
	border-collapse: collapse;
	border-radius: 10px;
	overflow: hidden;
	max-width: 480px;
  }
.table-hard-pity.table td, .table-hard-pity.table th {
    padding: 10px 15px;
    border: 1px solid #ffffff;
    border-top: 0;
	color: #301b57;
}
.table-hard-pity.table thead th {
    background-color: #96fcfb;
}
.table-hard-pity.table thead th {
    background-color: #96fcfb;
	font-size:16px;
	font-weight: 500;
}

.table-hard-pity.table td {
    background-color: #cdfffd;
	font-size:16px;
	font-weight: 300;
}


/* footer */
footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: transparent;
}
footer p {
	padding-top: 15px;
	margin-bottom: 0;
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
}

/*swal alert*/
.swal2-popup {
	position: relative;
	background-color: #ffffff !important;
	border: none !important;
	padding-bottom: 30px !important;
	padding-top: 30px !important;
    box-shadow: 0px 0px 10px 5px rgba(255, 65, 217, 0.7)!important;
}
.swal2-popup .swal2-header {
	position: relative;
	z-index: 1;
}
.swal2-popup.confirmopen-popup .swal2-header {
	padding: 0 10px;
}
.swal2-popup.confirmopen-popup .swal2-image {
	position: relative;
	top: 0px;
	width: 200px;
	margin-top: 0;
	margin-bottom: 20px;
	z-index: 2;
}
.swal2-popup.not-angpao .swal2-image {
	width: 200px;
}
.swal2-content {
	color: #1c1c1c !important;
	padding: 0px 10px !important;
	max-height: 320px !important;
	overflow-y: auto;
}
.swal2-icon.swal2-error {
	border-color: #ff0101 !important;
	color: #ff0101 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	background-color: #ff0101 !important;
}
.swal2-title {
	font-size: 24px !important;
	color: #9f040b !important;
	font-weight: 500 !important;
}
.swal2-icon.swal2-info {
	border-color: #ff0101 !important;
	color: #ff0101 !important;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
	background: rgba(0, 0, 0, 0.7) !important;
}
.swal2-styled:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(100, 150, 200, 0) !important;
}
.swal2-content a {
	color: #e67b00 !important;
	font-weight: 500;
}
.modal-item {
	padding: 10px 10px;
	margin-bottom: 6px;
	background-color: rgb(230, 230, 230);
	border-radius: 6px;
}
.modal-item:nth-of-type(2n+0) {
	background-color: rgb(230, 230, 230);
}
.getitem-single .modal-item {
	padding: 20px 20px;
}
.modal-item:first-child {
	margin-top: 15px;
}
.modal-item-name {
	font-size: 14px;
}
.modal-item-name2 {
	margin-top: 0px;
	font-size: 24px;
}
.modal-item-pic {
	flex-basis: 60px;
}
.modal-item-pic img {
	width: 60px;
}
.modal-item-qty {
	color: #8b54ac;
	font-size: 14px;
}
.modal-item-rarity {
	color: #8b54ac;
	font-size: 13px;
	margin-bottom: 0;
}
.modal-item-trade {
	font-size: 13px;
	color: #8b54ac;
}
.swal2-styled.swal2-confirm {
	background-color: #290d4d !important;
	color: #ffffff !important;
	font-size: 1.0625em;
	border: 0px solid #290d4d !important;
	border-radius: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 140px;
}
.swal2-styled.swal2-confirm:hover {
	filter: brightness(120%) !important;
    background-color: #32105e !important;
    color: #ffffff !important;
}
.swal2-cancel.swal2-styled {
	background-color: transparent !important;
	color: #5a5a5a !important;
	font-size: 1.0625em;
	border: 2px solid #5a5a5a !important;
	border-radius: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 140px;
}
.swal2-cancel.swal2-styled:hover {
	background-color: #5a5a5a !important;
	color: rgb(194, 194, 194) !important;
}
.close-btn {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}
.history-btn {
	background-color: transparent;
	color: #fff;
	width: 180px;
	border: 2px solid #b54c47;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.history-btn:hover {
	color: rgb(255, 73, 73);
}
.history-box {
	background: none;
	background-color: #ffffff;
	border: 0px solid #c67739 !important;
	padding: 20px 20px 30px 20px;
	margin-top: 30px;
}
.table>:not(caption)>*>*{
	background-color: #ffffff;
}
.modal-body-history {
	padding: 0;
	font-size: 16px;
	margin-bottom: 15px;
	overflow-y: scroll;
	height: 320px;
	border: 2px solid #c9c9c945;
    padding: 0px 10px;
}
.modal-content {
	text-align: center;
	color: #121212;
}
.modal-header {
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	border: none;
	padding-bottom: 15px;
	background-color: #212424;
}
.history-box .items-name {
	text-align: left;
	font-size: 13px;
	color: #151515;
	font-weight: 500;
}
.history-box .date {
	text-align: right;
	width: 100px;
	font-size: 12px;
	color: #151515;
	font-weight: 500;
}
.thead-dark {
	font-size: 14px;
}
.table {
	margin-bottom: 0;
}
.table td,
.table th {
	padding: 12px 5px;
	border-top: 0;
	color: #ffffff;
}
.table td{
	color: #0a0324;
}
.btn-blue-modal {
	width: 120px;
	height: 45px;
	border-radius: 30px;
	color: #ffffff;
	background-color: #212424;
	border: none;
	cursor: pointer;
	outline: none !important;
	font-size: 20px;
	margin-top: 15px;
}
.page-select {
	display: inline-block;
	margin: 0 auto;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #363636;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #b700eb;
	border-color: #b700eb;
}
.page-link:hover {
	color: #fff;
	background-color: #b700eb;
	border-color: #b700eb;
}
.page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: #e27aff;
    outline: 0;
    box-shadow: none
}
.page-item.disabled .page-link {
	color: #ffffff;
	pointer-events: none;
	cursor: auto;
	background-color: #000000c7 !important;
	border-color: #b700eb !important;
}
.bg-line{
	border:3px dashed rgb(255 255 255 / 16%);
	border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
	padding-top: 30px;
    padding-bottom: 35px;
}
.title-topup{
	position: absolute;
	margin-bottom: 0px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 175px;
}
.stack-open-box{
	border-radius: 30px;
    background-color: #941bb2;
    max-width: 240px;
    width: 100%;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 14px;
	color: #ffffff;
	
}
.stack-open-count{
	background-color: #fff;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    color: #000;
}
.Rectangle_48_copy {
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 1038px;
	top: 1063px;
	width: 54px;
	height: 25px;
	z-index: 50;
  }
  
  .Rectangle_48 {
  background-color: rgb(255, 155, 195);
  position: absolute;
  left: 877px;
  top: 1059px;
  width: 221px;
  height: 34px;
  z-index: 49;
}

.text-color {
	color: #000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	body.main-bg {
		background: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/main-bg-md.jpg") top center no-repeat #92bddd;
		background-size: 100%;
	}
}

@media only screen and (max-width: 1199.98px) {
	body.main-bg {
		background: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/main-bg-md.jpg") top center no-repeat #92bddd;
		position: relative;
		min-height: 100vh;
	}
	body.index-bg {
		background-image: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/index-bg-sm.jpg");
		background-size: cover;
	}

	body.index-bg .main-logo-event img {
		width: 800px;
	}
	body.index-bg .ch-center {
		margin-top: 40px;
	}
	.random-box {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 991.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/main-bg-md.jpg");
		background-size: cover;
	}
	.main-navbar {
		position: static;
	}
	.navbar {
		justify-content: center !important;
		flex-direction: column !important;
	}
	.main-logo-event {
		margin-top: 30px;
	}
	.main-logo-event img{
		width: 80%;
	}
	.btn-refresh i {
		font-size: 14px;
	}
	.random-box {
		margin-top: 30px;
	}
	.ch-center img {
		width: 300px;
	}
	.belt-notice-wrap {
		padding: 15px 5px 0px 5px;
		color: #fff;
	}
	.rule-fram-top {
		width: 720px;
		height: 43px;
		background-size: 720px;
		left: 0;
	}
	.rule-fram-bottom {
		width: 720px;
		height: 43px;
		background-size: 720px;
		right: 0;
	}
	.bonuspoint {
		top: -70px;
	}
	.bonuspoint-bar {
		height: 40px;
	}
	.bonuspoint-num {
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		top: -1px;
	}
	.bonuspoint-percent {
		left: -15px;
		top: -10px;
	}
	.progress {
		height: 40px;
		margin-top: 0;
	}
	.bonuspoint-rareitem {
		z-index: 9;
		position: absolute;
		right: -40px;
		top: -50px;
		display: block;
		max-width: 140px;
	}
	.items-hard-pity .items-list.successful::before {
		width: 100px;
		height: 100px;
	}
	.title-topup {

		bottom: 170px;
	}
	.items-shop {
		position: fixed;
    	top: 6px;
		right: 0px;
		z-index: 10;
	}
	.items-shop-btn {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		font-size: 12px;
		font-weight: 400;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

}


@media only screen and (max-width: 767.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities2/uploads/activities/4797/images/main-bg-sm.jpg");
		background-size: 768px;
	}

	body.index-bg .ch-center {
		margin-top: 40px;
	}
	.ch-center img {
		width: 60%;
	}
	body.main-bg {
		background-size: cover;
		background-position: top center;
	}
	.bonus-point {
		padding-bottom: 8px;
	}
	.exe-profile {
		margin-top: 5px !important;
		margin-bottom: 5px;
	}
	.main-logo-event {
		margin-top: 10px;
	}
	.main-logo-event img {
		width: 85%;
	}
	.ch-center {
		width: 80%;
		margin: 0 auto;
	}
	.bonuspoint {
		top: -40px;
	}
	.belt-notice-wrap {
        margin-bottom: 15px;
    }
	.belt-notice-wrap, .belt-notice-wrap a {
		font-size: 14px;
	}
	.bonuspoint-bar {
		top: 9px;
		z-index: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.bonuspoint-percent {
		left: 15;
		top: -8px;
		width: 74px;
		height: 74px;
		background-size: contain;
		font-size: 18px;
		padding-top: 23px;
	}
	.bonuspoint-rareitem {
		top: -30px;
		right: 0px;
		max-width: 100px;
	}
	.box-highlight {
		max-width: 100%;
		padding-top: 40px;
		margin-bottom: 15px;
	}
	.progress {
		height: 100%;
		margin-top: 0;
	}
	.random-box {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.redeem-btn {
		margin-bottom: 0px !important;
	}
	.rule-content {
		padding: 20px 20px;
		margin: 0 0;
		border: 2px solid #ffffff;
		box-shadow: 0px 0px 8px 3px rgba(255, 65, 217, 0.7), inset 0px 0px 6px 2px rgba(246, 40, 125, 0.7)
	}
	.rule-content h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.rule-fram-top {
		display: none;
	}
	.rule-fram-bottom {
		display: none;
	}
	.rule-content ul li {
		font-size: 14px;
	}
	.pity-system {
		margin-bottom: 60px;
	}
	.pity-system h3 {
		font-size: 34px;
		width: 280px;
		height: 96px;
		margin-bottom: 10px;
	}
	.items-hard-pity {
		justify-content: center;
		margin-top: 10px;
	}
	.items-hard-pity .items-list {
		flex: 0 0 auto;
		width: 33.333%;
		position: relative;
		padding: 0 6px;
	}
	.items-hard-pity .items-list.successful::before {
		width: 150px;
		height: 150px;
		top: 16px;
    	right: 12px;
	}
	.table-hard-pity.table {
		min-width: 400px;
	}

	.swal2-title {
		font-size: 20px !important;
	}
	.swal2-styled.swal2-confirm {
		margin-bottom: 15px;
	}

	.getitem-single .swal2-actions {
		margin-top: 15px;
	}

	.modal-item {
		padding: 10px 15px;
	}

	.modal-item-pic {
		flex-basis: 40px;
	}
	.modal-item-pic img {
		width: 40px;
	}
	.swal2-popup {
		min-height: auto !important;
		border: 4px solid #b700eb !important;
		box-shadow: 0px 0px 6px 3px rgba(255, 65, 217, 0.7)!important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.swal2-popup::after {
		display: none;
	}
	.title-topup {
		bottom: 300px;
	}

}