@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
* {
    font-family: 'Kanit', 'Mitr', sans-serif;
}
html {
	scroll-behavior: smooth;
}
.color-green {
	color:#00fdff;
}
a:focus,
button:focus {
	outline-width: 0px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
a:hover,
button:hover {
	filter: brightness(100%);
}
a:disabled,
button:disabled {
	filter: grayscale(80%);
}
body.main-bg {
	background: url("../images/main-bg.jpg") top center no-repeat #fca6c4;
	background-attachment: fixed;
	position: relative;
	min-height: 100vh;
}
/* NAVBAR */
.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
}
.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);
}
.topup-btn {
	margin-right: 24px;
	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;
	
  } 
.topup-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 #fa7725;
	color: #ffffff;
	border-radius: 40px;
	margin-right: 10px;
}
.icon-small {
	vertical-align: bottom;
	width: 35px;
	margin-right: 8px;
}
.bonus-point {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 9px 14px 0px 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;
}
.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);
}
.topbar-btn {
	margin-left: 10px;
	font-weight: 500;
	color: #ffffff !important;
	background: rgb(202, 13, 120);
    background: -moz-linear-gradient(45deg, #ca0d78, #e86998, #e86998, #e86998);
    background: -webkit-linear-gradient(45deg, #ca0d78, #e86998, #e86998, #e86998);
    background: linear-gradient(45deg, #ca0d78, #e86998, #ca0d78, #e86998);
	background-size: 300% auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.45s linear;
	border-radius: 40px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 14px;
} 
.topbar-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);
}
.main-logo-event {
	position: relative;
	margin-top: 100px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
body.index-bg .main-logo-event {
	margin-top: 20px;
}
body.index-bg .ch-center {
	margin-top: 65px;
	margin-bottom: 65px;
}
.play-bingo-button {
    margin-top: 36px;
    text-align: center;
	margin-bottom: 36px;
}

.rule-wrap {
	margin-bottom: 40px;
}
.rule-content {
	margin-top: 60px;
	padding: 30px 30px 30px 30px;
	background-color: rgba(254, 219, 231, 1);
	background-image: none;
	border-radius: 10px;
	border: 3px solid #ed1e83;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1);
}
.rule-content ul {
	position: relative;
	padding-left: 10px;
	margin-bottom: 0;
	color: #5f282b;
	position: relative;
	z-index: 1;
	list-style: none;
}
.rule-content ul li {
    font-weight: 300;
    padding-left: 25px; 
	position: relative;
}
.rule-content ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -5px;
    top: 5px;
    background: url('../images/heart-icon-sm.png') no-repeat center center;
	background-size: 17px;
	width: 17px;
	height: 15px;
}
.rule-content ul li::marker {
	color: #ed1e83
}
.rule-content ul li:not(:last-child) {
	margin-bottom: 10px;
}
.rule-content ul a,
.rule-content ul a:visited {
	color: #ed1e83;
	text-decoration: none;
	border: 1px solid #ed1e83;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 500;
}
.rule-content ul a:hover {
	color: #ffffff;
	background: #ed1e83;
}
.rule-content h3 {
	color: #ed1e83;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

/* Treasure box */
.treasure-box-container {
	background-image: url(../images/frame.png) ;
	background-position: top center;
	background-repeat: no-repeat;
	border-radius: 14px;
	box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.0);
	padding: 60px 0px 0px 0px;
	margin: 0px -36px;
    height: 550px;
}
.treasure-title {
	font-family: "Courgette", serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgb(255, 238, 246);
	text-shadow: 
	1px 1px 0 #ed1776,
	-1px 1px 0 #ed1776,
    -1px 1px 0 #ed1776,
    1px -1px 0 #ed1776,
    -1px -1px 0 #ed1776,
    0px 1px 0 #ed1776,
    0px -1px 0 #ed1776,
    -1px 0px 0 #ed1776,
    1px 0px 0 #ed1776,
    2px 2px 0 #ed1776,
    -2px 2px 0 #ed1776,
    2px -2px 0 #ed1776,
    -2px -2px 0 #ed1776,
    0px 2px 0 #ed1776,
    0px -2px 0 #ed1776,
    -2px 0px 0 #ed1776,
    2px 0px 0 #ed1776,
    1px 2px 0 #ed1776,
    -1px 2px 0 #ed1776,
    1px -2px 0 #ed1776,
    -1px -2px 0 #ed1776,
    2px 1px 0 #ed1776,
    -2px 1px 0 #ed1776,
    2px -1px 0 #ed1776,
    -2px -1px 0 #ed1776,
 	0px 1px 4px rgba(80, 0,36, 0.4),
	0px 2px 4px rgba(80, 0,36, 0.4),
	0px 3px 4px rgba(80, 0,36, 0.4),
	0px 4px 4px rgba(80, 0,36, 0.4);
}

.treasure-point {
	padding: 10px;
	text-align: center;
}
.treasure-point img {
	width: 14px;
	position: relative;
	top: -2px;
}
.treasure-point p {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	background-color: #f75781;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
}
.treasure-image {
	margin-bottom: 10px;
}
.treasure-remark {
	font-size: 12px;
	color: #92453d;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.view-items-inbox {
	color: #92453d;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.view-items-inbox a {
	font-size: 12px;
	color: #92453d !important;
	cursor: pointer;
	text-decoration: none;
}
.view-items-inbox a:hover {
	color: #85190d !important;
}
.view-items-inbox a span {
	margin-right: 5px;
}
.btn-custom {
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	cursor: pointer;
	color: #ffffff;
	border: 1px solid #ffc9ea;
	background-image: -moz-linear-gradient( 90deg, rgb(208,18,112) 0%, rgb(241,75,164) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(208,18,112) 0%, rgb(241,75,164) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(208,18,112) 0%, rgb(241,75,164) 100%);
	box-shadow: 0 0 8px rgba(241, 116, 178, 0.8), 0px 1px 1px 1px rgba(157, 32, 75, 0.4),inset 0px 3px 3px 0px rgba(255, 149, 189, 0.4);
}
.btn-custom.btn-custom-2 {
	color: #473509;
	border: 1px solid #fff7dd;
	background-image: -moz-linear-gradient( 90deg, rgb(230,186,32) 0%, rgb(248,235,124) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(230,186,32) 0%, rgb(248,235,124) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(230,186,32) 0%, rgb(248,235,124) 100%);
	box-shadow: 0 0 8px rgba(255, 222, 88, 0.8), 0px 1px 2px 2px rgba(157, 138, 34, 0.4); /* Outer glow and shadow effect */
}
.btn-custom:hover {
	filter: brightness(120%);
	color: #ffffff;
}
.btn-custom.btn-custom-2:hover {
	filter: brightness(120%);
	color: #473509;
}


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

/*swal alert*/
.swal2-popup {
	width: auto !important;
	min-width: 20em !important;
	background-color: #ffefe1 !important;
	border: none !important;
	padding-bottom: 30px !important;
	padding-top: 30px !important;
	border-radius: 20px !important;
}


.getitem-ten {
	width: 32em !important;
}
.getitem-ten .modal-item:first-child {
    margin-top: 0px;
}
.getitem-ten .modal-item {
	margin-left: 5px;
	margin-right: 5px;
}
.getitem-ten .swal2-title {
	margin-bottom: 20px;
}
.modal-item-detail {
	padding-left: 10px;
}
.swal2-popup .swal2-header {
	position: relative;
	z-index: 1;
}
.swal2-popup.confirmopen-popup .swal2-header {
	padding: 0 10px;
}
.swal2-header .swal2-image {
	margin: 0 0 10px 0;
}
.swal2-popup.confirmopen-popup .swal2-image {
	position: relative;
	top: 0px;
	width: 280px;
	margin-top: 0;
	margin-bottom: 0px;
	z-index: 2;
}
.swal2-popup.not-angpao .swal2-image {
	width: 280px;
}
.swal2-content {
	color: #6a250a !important;
	padding: 0px 10px !important;
	max-height: 320px !important;
	font-size: 14px !important;
	overflow-y: auto;
}
.swal2-content .popup-p span img{
	position: relative !important;
	top: 0 !important;
	margin-right: 0px;
}
.swal2-content .popup-p {
	margin-bottom: 0px !important;
}
.img-point2 {
	position: relative !important;
	top: -4px !important;
	margin-right: 5px;
	margin-left: 5px;
}
.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: 22px !important;
	color: #e43a95 !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: #ff8a34 !important;
	font-weight: 500;
}
.modal-item {
	padding: 10px 10px;
	margin-bottom: 6px;
	background-color: #d74ba1;
	border-radius: 10px;
}
.modal-item:nth-of-type(2n+0) {
	background-color: #762eb9;
}
.getitem-single .modal-item {
	padding: 15px 15px;
}
.modal-item:first-child {
	margin-top: 15px;
}
.modal-item-name {
	font-size: 14px;
	color: #fff;
}
.modal-item-name2 {
	margin-top: 0px;
	font-size: 24px;
}
.modal-item-pic {
	flex-basis: 60px;
    background: #f8bde8;
    padding: 8px;
    border-radius: 6px;
}
.modal-item-qty {
	color: #d74ba1;
    font-size: 12px;
    background: #ffcdf2;
    display: block;
    width: 80px;
    margin: 0 auto;
    border-radius: 5px;
}
.modal-item-rarity {
	color: #fea41c;
	font-size: 13px;
	margin-bottom: 0;
}
.modal-item-trade {
	font-size: 13px;
	color: #fea41c;
}
.swal2-styled.swal2-confirm {
	background-color: #b10f74 !important;
	color: #ffffff !important;
	font-size: 1.0625em;
	border: 0px solid #bd2f86 !important;
	border-radius: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 140px;
	cursor: pointer;
}
.swal2-styled.swal2-confirm:hover {
	filter: brightness(120%) !important;
    background-color: #bd2f86 !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;
	background-color: #ffffff;
}
.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: #80004a;
	font-weight: 500;
}
.history-box .date {
	text-align: right;
	width: 100px;
	font-size: 12px;
	color: #a82576;
	font-weight: 500;
}

.btn-blue-modal {
	width: 120px;
	height: 45px;
	border-radius: 30px;
	color: #ffffff;
	background-color: #cb2e69 ;
	border: none;
	cursor: pointer;
	outline: none !important;
	font-size: 20px;
	margin-top: 15px;
}
.btn-blue-modal:hover {
	background-color: #e63c7d ;
}
.page-select {
	display: inline-block;
	margin: 0 auto;
}
.page-link {
	cursor: pointer;
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ffffff;
	background-color: #ff5da0;
	border-color: #ff5da0;
}
.page-item.active .page-link {
	z-index: 3;
	color: #ffffff;
	background-color: #c9105d;
	border-color: #c9105d;
}
.page-link:hover {
	color: #ffffff;
	background-color: #e93580;
	border-color:#e93580;
}
.page-item.disabled .page-link {
	color: #ffffff;
	pointer-events: none;
	cursor: auto;
	background-color: #929292;
	border: 1px solid #929292;
}

/* Table */
.table {
	margin-bottom: 0;
}
.thead-dark th {
	font-size: 14px;
	background-color: #ffcbdf;
	color: #e60088;
}
.table td,
.table th {
	padding: 10px 5px;
	border-bottom: 1px solid rgb(255, 228, 238);
	border-top: 0;
}
.line-control {
	right: -12px;
    left: -15px;
    position: absolute;
    top: 41px;
}
.line { 
	display: block;
}
.line-md{
	display: none;
}
.line-sm{
	display: none;
}

@media only screen and (min-width: 768px) {
	.member {
		max-width: 900px;width: 100%;height: 65px;
	}
}
@media only screen and (max-width: 1199.98px) {
	body.main-bg {
		background: url("../images/main-bg-sm.jpg") top center no-repeat #fca6c4;
		background-attachment: fixed;
		position: relative;
		min-height: 100vh;
	}
}
@media only screen and (max-width: 991.98px) {

	.main-navbar {
		position: static;
	}
	.navbar {
		justify-content: center !important;
		flex-direction: column !important;
		padding-bottom: 10px;
	}

	.logout-btn {
		border-top-right-radius: 30px;
    	border-bottom-right-radius: 30px;
	}
	.main-logo-event {
		margin-top: 50px;
	}
	.main-logo-event {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767.98px) {
	.topbar-btn {
		margin-left: 0px;
		margin-bottom: 5px;
		width: 100%;
	}
	body.index-bg .ch-center {
		margin-top: 40px;
	}
	.ch-center img {
		width: 100%;
	}
	.point-reward{
		margin-right: 0;
		width: 100%;
	}
	.bonus-point {
		padding-bottom: 8px;
	}
	.exe-profile {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.id-name {
		width: 100%;
	}
	.main-logo-event {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.rule-content {
		margin-top: 10px;
		padding: 20px 15px;
	}
	.rule-content h3 {
		font-size: 24px;
	}
	.rule-content ul li {
		font-size: 14px;
	}
	.treasure-box-container {
		padding: 45px 0px 25px 0px;
        background-size: contain;
        height: auto;
	}
	.treasure-title {
		font-size: 16px;
	}
	.treasure-image img {
		width: 100px;
	}
	.open-x1-btn {margin-bottom: 12px !important}
	.view-items-inbox {margin-top: 0px;}
	/* Box 1*/
	.box-1 {
		margin-bottom: 15px;
	}
	.treasure-btn-group {
		padding-left: 15px;
		padding-right: 15px;
	}
	.btn-custom {
        width: 180px;
        font-size: 13px;
	}
	.treasure-remark {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.rule-content ul {
		padding-left: 15px;
	}
	.rule-content ul a, .rule-content ul a:visited { display: inline-block;}
	.rule-content ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 575.98px) {
	.treasure-box-container {
		margin: 5px 0px 5px 0px;
	}
	.rule-content {
		margin-top: 15px;
		border: 2px solid #ed1e83;
    	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255,1);
	}
}