@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: #e60088;
}
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;
}
.float {
	animation: float_2462 2s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes float_2462 {
	0% {transform: translateY(0);}
	50% {transform: translateY(-6px);}
	100% {transform: translateY(0);}
}
.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;
}
.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/5130/images/main-bg.jpg") top center #212121;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	height: 100vh;
}
/* NAVBAR */
.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(48, 20, 1, 0.7);
    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 #ffc000;
    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: #000000;
}
.id-name span {
    padding-right: 10px;
    color: #ffffff;
    font-weight: 600;
}
.logout-btn {
	background: #FACC22;
	background: -webkit-linear-gradient(120deg, rgba(250, 204, 34, 1) 0%, rgba(248, 54, 0, 1) 100%);
	background: -moz-linear-gradient(120deg, rgba(250, 204, 34, 1) 0%, rgba(248, 54, 0, 1) 100%);
	background: linear-gradient(120deg, rgba(250, 204, 34, 1) 0%, rgba(248, 54, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FACC22", endColorstr="#F83600", GradientType=0);
    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: 2px solid #ffc000;
    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;
	border: 2px solid #ffc000;
	border-left: 1px;
}

.shop-point-btn {
	width: 100%;
	color: #fff;
	background: #FACC22;
	background: -webkit-linear-gradient(120deg, rgba(250, 204, 34, 1) 0%, rgba(248, 54, 0, 1) 100%);
	background: -moz-linear-gradient(120deg, rgba(250, 204, 34, 1) 0%, rgba(248, 54, 0, 1) 100%);
	background: linear-gradient(120deg, rgba(250, 204, 34, 1) 0%, rgba(248, 54, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FACC22", endColorstr="#F83600", GradientType=0);
	border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 9px;
	border: 2px solid #ffc000;
}
.shop-point-btn:hover {
	background: #f3c212;
	background: -webkit-linear-gradient(120deg, rgba(243, 194, 18, 1) 0%, rgb(248, 37, 0, 1) 100%);
	background: -moz-linear-gradient(120deg, rgba(243, 194, 18, 1) 0%, rgba(248, 37, 0, 1) 100%);
	background: linear-gradient(120deg, rgba(243, 194, 18, 1) 0%, rgba(248, 37, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c212", endColorstr="#F83600", GradientType=0);
	border: 2px solid #ffc000;
}
.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;
}

.wrapper {
	position: relative;
}
.main-logo-event {
	position: relative;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.all-event-container {
    margin-top: 80px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 80px;
}
.event-row {
    transition: 0.2s;
    position: relative;
}
.event-row:first-of-type .date-title{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.date-title {
	background: #FF0B05;
	background: -webkit-linear-gradient(0deg, rgba(255, 11, 5, 1) 0%, rgba(198, 5, 0, 1) 100%);
	background: -moz-linear-gradient(0deg, rgba(255, 11, 5, 1) 0%, rgba(198, 5, 0, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 11, 5, 1) 0%, rgba(198, 5, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0B05", endColorstr="#C60500", GradientType=0);
    padding-top: 13px;
    padding-bottom: 10px;
    color: #f9f9f9;
    font-weight: 700;
    font-size: 18px;
	text-transform: uppercase;
}
.items-flex {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.items-box{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.items-box {
    width: 14.28%;
    padding: 12px;
	border-radius: 4px;
	position: relative;
}
.items-box form{
	height: 100%;
}
.daily-btn {
    width: 100%;
    height: 100%;
	border-radius: 20px;
    padding: 7px 7px;
    transition: 0.1s;
    cursor: default;
    pointer-events: none;
	background: #F4E10B;
	background: -webkit-linear-gradient(135deg, rgba(244, 225, 11, 1) 0%, rgba(252, 247, 238, 1) 100%);
	background: -moz-linear-gradient(135deg, rgba(244, 225, 11, 1) 0%, rgba(252, 247, 238, 1) 100%);
	background: linear-gradient(135deg, rgba(244, 225, 11, 1) 0%, rgba(252, 247, 238, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4E10B", endColorstr="#FCF7EE", GradientType=0);
	opacity: 0.60;
	border: none;
}
.daily-btn:hover {
	background: #f7e83e;
	background: -webkit-linear-gradient(135deg, rgba(247, 232, 62, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(135deg, rgba(247, 232, 62, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(247, 232, 62, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7E83E", endColorstr="#FFFFFF", GradientType=0);
    transform: scale(100%);
    box-shadow: 0px 0px 0px rgba(156, 29, 247, 0.377)
}
.bonus-week .daily-btn {
	background: #F4E10B;
	background: -webkit-linear-gradient(135deg, rgba(244, 225, 11, 1) 0%, rgba(252, 247, 238, 1) 100%);
	background: -moz-linear-gradient(135deg, rgba(244, 225, 11, 1) 0%, rgba(252, 247, 238, 1) 100%);
	background: linear-gradient(135deg, rgba(244, 225, 11, 1) 0%, rgba(252, 247, 238, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4E10B", endColorstr="#FCF7EE", GradientType=0);
	box-shadow: 0 0 10px 0px rgba(248, 177, 53, 0.8);
}
.daily-btn.items-ready {
    cursor: pointer;
    pointer-events: auto;
	opacity: 1;
}
.days-title {
    font-size: 12px;
    padding: 3px;
    font-weight: 700;
    color: #ffffff;
	background: #DD6707;
	background: -webkit-linear-gradient(0deg, rgba(221, 103, 7, 1) 5%, rgba(221, 7, 7, 1) 95%);
	background: -moz-linear-gradient(0deg, rgba(221, 103, 7, 1) 5%, rgba(221, 7, 7, 1) 95%);
	background: linear-gradient(0deg, rgba(221, 103, 7, 1) 5%, rgba(221, 7, 7, 1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD6707", endColorstr="#DD0707", GradientType=0);
	border-radius: 12px 12px;
}
.items-ready .days-title {
	color: #ffffff;
	background: #ff0600;
	background: -webkit-linear-gradient(0deg, rgba(255, 6, 0, 1) 5%, rgba(225, 9, 9, 1) 95%);
	background: -moz-linear-gradient(0deg, rgba(255, 6, 0, 1) 5%, rgba(225, 9, 9, 1) 95%);
	background: linear-gradient(0deg, rgba(255, 6, 0, 1) 5%, rgba(225, 9, 9, 1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0600", endColorstr="#E10909", GradientType=0);
}
.items-box .items-daily-img {
    margin-top: 12px;
	margin-bottom: 12px;
	width: 60px;
}
.items-box p {
    font-size: 10px;
	color: #232323;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0px;
	line-height: 1.2em;
}
.items-box p.items-amount {
    color: #dc5126;
	margin-top: 3px;
	margin-bottom: 0px;
}
.bonus-week .days-title {
	background: #F7CD5A;
	background: -webkit-linear-gradient(0deg, rgba(247, 205, 90, 1) 0%, rgba(228, 156, 42, 1) 100%);
	background: -moz-linear-gradient(0deg, rgba(247, 205, 90, 1) 0%, rgba(228, 156, 42, 1) 100%);
	background: linear-gradient(0deg, rgba(247, 205, 90, 1) 0%, rgba(228, 156, 42, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7CD5A", endColorstr="#E49C2A", GradientType=0);
	border-radius: 12px 12px;
	color: #fff;
	text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.35);
}
.bonus-week .items-name {
	color: #232323;
}
.view-items {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 2;
}
.view-items .btn:hover img {
    filter: brightness(120%);
}
.view-items .btn-check:checked+.btn, 
.view-items .btn.active, 
.view-items .btn.show, 
.view-items .btn:first-child:active, 
.view-items :not(.btn-check)+.btn:active {
    background-color:  transparent;
    border-color: transparent;
}
.daily-btn.items-ready:hover {
    background-color: rgb(180, 180, 180, 0.8) !important;
    transform: scale(105%) !important;
    cursor: pointer;
    pointer-events: auto;
}
/* Get Items Button status */
.daily-btn .stamp-items {
	display: none;
}
.daily-btn.items-successed {
    background: rgb(110 33 0);
    transform: scale(100%) !important;
    pointer-events: none;
    position: relative;
	opacity: 1;
}
.daily-btn.items-successed .stamp-items {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 100%;
}
.items-successed>img,
.items-successed .days-title,
.items-successed .items-name,
.items-successed .items-amount {
    opacity: .25;
}
/* Popup Items */
.get-items-row {
    background-color: rgb(236 236 236);
    margin-bottom: 2px;
    border-radius: 4px;
    padding: 10px 10px;
    color: #000;
}
.get-items-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #000;
}
.get-tirems-amount,
.get-items-name {
    font-size: 14px;
    color: #000;
}
.get-tirems-amount {
    color: #af0000;
}

.rule-wrap {
	margin-bottom: 40px;
}
.rule-content {
	padding: 40px 40px;
	background-color: rgba(255, 255, 255, 1);
	background-image: none;
	border-radius: 10px;
}
.rule-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 0;
	color: #171717;
	position: relative;
	z-index: 1;
}
.rule-content ul li {
	font-weight: 300;
}
.rule-content ul li::marker {
	color: #e60088;
}
.rule-content ul li:not(:last-child) {
	margin-bottom: 10px;
}
.rule-content ul a,
.rule-content ul a:visited {
	color: #e60088;
	text-decoration: none;
	border: 1px solid #e60088;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rule-content ul a:hover {
	color: #ffffff;
	background: #e60088;
}

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

/*swal alert*/
.swal2-popup {
	position: relative;
	background-color: #ffffff !important;
	border: none !important;
	padding-bottom: 30px !important;
	padding-top: 30px !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: #171717 !important;
	padding: 0px 10px !important;
	max-height: 320px !important;
	overflow-y: auto;
}
.swal2-icon {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
.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: #e60088 !important;
	font-weight: 500 !important;
}
.swal2-title.success-title {
    color: #4dbd11 !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: #e60088 !important;
	font-weight: 500;
}
.modal-item {
	padding: 10px 10px;
	margin-bottom: 6px;
	background-color: rgb(236 236 236);
	border-radius: 6px;
}
.modal-item:nth-of-type(2n+0) {
	background-color: rgb(236 236 236);
}
.getitem-single .modal-item {
	padding: 15px 15px;
}
.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: #e60088;
	font-size: 14px;
}
.modal-item-rarity {
	color: #e60088;
	font-size: 13px;
	margin-bottom: 0;
}
.modal-item-trade {
	font-size: 13px;
	color: #e60088;
}
.swal2-styled.swal2-confirm {
	background-color: #d412ec !important;
	color: #ffffff !important;
	font-size: 1.0625em;
	border: 0px solid #a75b22 !important;
	border-radius: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 140px;
}
.swal2-styled.swal2-confirm:hover {
	filter: brightness(120%) !important;
    background-color: #d412ec !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;
}
.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: #e60088;
}
.history-box .items-name {
	text-align: left;
	font-size: 13px;
	color: #121212;
	font-weight: 500;
}
.history-box .date {
	text-align: right;
	width: 100px;
	font-size: 12px;
	color: #121212;
	font-weight: 500;
}
.thead-dark {
	font-size: 14px;
}
.table {
	margin-bottom: 0;
}
.table td,
.table th {
	padding: 10px 5px;
	border-bottom: 1px solid #34383c;
	border-top: 0;
}
.btn-blue-modal {
	width: 120px;
	height: 45px;
	border-radius: 30px;
	color: #ffffff;
	background-color: #d412ec ;
	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: #d412ec;
	border-color: #d412ec;
}
.page-link:hover {
	color: #fff;
	background-color: #d412ec;
	border-color: #d412ec;
}
.page-item.disabled .page-link {
	color: #ffffff;
	pointer-events: none;
	cursor: auto;
	background-color: #000000c7 !important;
	border-color: #d610ed9c !important;
}


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

@media only screen and (max-width: 991.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities2/uploads/activities/5130/images/main-bg-sm.jpg");
		background-size: cover;
	}
	.main-navbar {
		position: static;
	}
	.navbar {
		justify-content: center !important;
		flex-direction: column !important;
	}
	.main-logo-event {
		margin-top: 50px;
	}
	.items-box {
        width: 25%;
        padding: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities2/uploads/activities/5130/images/main-bg-sm.jpg");
		background-size: 768px;
		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: 30px;
	}
	.rule-content h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.rule-content {
		padding: 15px 15px;
		margin: 0 0;
	}
	.rule-content ul li {
		font-size: 14px;
	}
	.items-box {
        width: 50%;
    }
	.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;
	}
}