@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    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: #ff66c4;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
a:hover,
button:hover {
	filter: brightness(100%);
}
a:disabled,
button:disabled {
	pointer-events: none;
	cursor: default;
	filter: grayscale(80%);
}
.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 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
	transform: scale(105%) translateY(-5px);
}

body {
	font-family: "Mitr", sans-serif;
}
body.main-bg {
	background: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/main-bg.jpg") top center no-repeat #fff;
	position: relative;
	min-height: 100vh;
	background-attachment: fixed;
}
body.index-bg {
	background: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/login-bg.jpg") top center no-repeat #fff;
	background-size: cover;
	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.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-color: rgb(248, 169, 107);
  	background-image: -moz-linear-gradient( 54deg, #ffaf20 0%, #fa7725 100%);
  	background-image: -webkit-linear-gradient( 54deg, rgb(255,175,32) 0%, rgb(250,119,37) 100%);
  	background-image: -ms-linear-gradient( 54deg, rgb(255,175,32) 0%, rgb(250,119,37) 100%);
	  transition: all 0.45s linear;
	  background-size: 200% auto; */
	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 #d610ed9c;
	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);
}
.main-logo-event {
	position: relative;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
body.index-bg .main-logo-event {
	margin-top: 20px;
}
body.index-bg .main-logo-event img {
	width: 800px;
}
body.index-bg .ch-center {
	margin-top: 65px;
	margin-bottom: 65px;
}
.play-bingo-button {
    margin-top: 16px;
    text-align: center;
	margin-bottom: 16px;
}



.tooltip.custom-tooltip {
    background-color: #210456;
    color: white;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1em;
 }
.tooltip.custom-tooltip .tooltip-inner{
    background-color: #210456;
 }
.rule-wrap {
	margin-bottom: 40px;
}
.rule-content {
	padding: 30px 30px;
	background-color: rgb(255, 255, 255);
	border: 3px solid #ff66c4;
	background-image: none;
	border-radius: 10px;
	box-shadow:  0px 0px 23px 0px rgba(0,0,0,0.35);
	
}
.rule-content ul {
	position: relative;
	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: #ff66c4;
}
.rule-content ul li:not(:last-child) {
	margin-bottom: 10px;
}
.rule-content ul a,
.rule-content ul a:visited {
	color: #ff66c4;
	text-decoration: none;
	border: 1px solid #ff66c4;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rule-content ul a:hover {
	color: #ffffff;
	background: #e60088;
}
.rule-content h3 {
	color: #ff66c4;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}

/* picture-reveal  */

.picture-reveal-main{
    margin-right: 62px;
    margin-left: auto;
	margin-bottom: 15px;
}
.history {
	margin-bottom: 30px;
	cursor: pointer;
	color: #fffef6;
}
.history:hover {
	color: #fcdd2c;
}
.picture-reveal {
    max-width: 406px;
    height: 506px;
    border: 3px solid #ff66c4;
    border-radius: 8px;
    position: relative;
    /* margin-right: auto;
    margin-left: auto; */
	margin-right: -11px;
}
.image-wrapper {
    width: 100px;
    height: 100px;
    background-color:#fff;
    background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/pictrue-reveal/on-top.png");
    background-position: center top;
    float:left;
    margin: 0;
    padding: 0;
    border: 0px solid #fff;
    border-radius: 0px;
	cursor: pointer;
}
.image-wrapper:hover{
	filter: brightness(115%);
	transition-duration: 250ms;

}
.image-wrapper:hover img{
	filter: none

}
.image-wrapper.none-filter:hover {
	filter: none;
	cursor: default;
  }
.top-left {
    border-top-left-radius: 6px;
}
.top-right {
    border-top-right-radius: 6px;
}
.bottom-left {
    border-bottom-left-radius: 6px;
}
.bottom-right {
    border-bottom-right-radius: 6px;
}

.image-wrapper img {
    /* display: none; */
	visibility: hidden;
	opacity: 0;
    width: 100px;
    height: 100px;
}
.image-wrapper img.active {
	transition: visibility 0s, opacity 1s linear;
	visibility: visible;
	opacity: 1;
}
.reward-line{
	border-bottom: 2px solid #ff66c4;
}
.item-reward {
    max-width: 107px;
    height: 507px;
    border: 3px solid #ff66c4;
    border-radius: 8px;
    position: relative;
}
.reward {
	width: 100px;
	height: 99px;
	position: relative;
	cursor: pointer;
	margin-bottom: 1px;
}
.item-reward .reward-ready:hover{
	filter: brightness(110%);
	transition-duration: 250ms;
}

.item-reward .reward.disabled {
	pointer-events: none;
    filter: grayscale(100%);
	cursor: default;
}

.item-reward .reward.active::before {
    content: '';
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/item-success.png");
    z-index: 1;
    background-repeat: no-repeat;
	cursor: default;	
}

/* 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;
}
.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: 280px;
	margin-top: 0;
	margin-bottom: 0px;
	z-index: 2;
}
.swal2-popup.not-angpao .swal2-image {
	width: 280px;
}
.swal2-content {
	color: #171717 !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: #ff66c4 !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: #ff66c4 !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: 65px;
}
.modal-item-pic img {
	width: 65px;
}
.modal-item-qty {
	color: #ff66c4;
	font-size: 14px;
}
.modal-item-rarity {
	color: #ff66c4;
	font-size: 13px;
	margin-bottom: 0;
}
.modal-item-trade {
	font-size: 13px;
	color: #e60088;
}
.swal2-styled.swal2-confirm {
	background-color: #ff66c4 !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;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.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;
}
.line-control {
	right: -12px;
    left: -16px;
    position: absolute;
    top: 41px;
}
.line { 
	display: block;
}
.line-md{
	display: none;
}
.line-sm{
	display: none;
}
.extra-btn-group {
	margin-top: 20px;
	margin-bottom: 20px;
}
.extra-btn:hover {
	filter: brightness(120%);
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	body.main-bg {
		background-size: cover;
	}
}

@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-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/main-bg-md.jpg"); */
		background-size: cover;
	}
	body.index-bg {
		background-size: auto;
	}
	body.index-bg .main-logo-event img {
		width: 768px;
	}
	body.index-bg .ch-center {
		margin-top: 40px;
	}


}
@media only screen and (max-width: 991.98px) {
	.main-navbar {
		position: static;
	}
	.navbar {
		justify-content: center !important;
		flex-direction: column !important;
	}
	.main-logo-event {
		margin-top: 50px;
	}
	.main-logo-event {
		margin-top: 50px;
	}

	
}
@media only screen and (max-width: 767.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/main-bg-sm.jpg");
		background-size: 768px;
		background-color: #2a0b4c;
	}
	body.index-bg {
		background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/index-bg-sm.jpg");
		background-size: cover;
	}
	body.index-bg .ch-center {
		margin-top: 40px;
	}
	.ch-center img {
		width: 100%;
	}
	body.main-bg {
		background-size: cover;
		background-position: center center;
	}
	.member {
		padding: 15px 15px;
		margin-top: 20px;
		border: 2px solid #521605;
		background-repeat: repeat;
	}
	.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: 30px;
	}
	
	.play-bingo-button {
		margin-bottom: 20px;
	}
	.view-rules-button {
		margin-bottom: 15px;
	}
	.rule-content {
		padding: 20px 15px;
	}
	.rule-content h3 {
		font-size: 24px;
	}
	.rule-content ul li {
		font-size: 14px;
	}
	.picture-reveal {
		height: 330px;
	}
	.item-reward {
		height: 330px;
	}
	.image-wrapper img {
		/* display: none; */
		visibility: hidden;
		opacity: 0;
		width: 65px;
		height: 65px;
	}
	.image-wrapper {
		width: 65px;
		height: 65px;
		background-image: url(https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/pictrue-reveal/on-top-md.png);
	
	}
	.image-wrapper img.active {
		transition: visibility 0s, opacity 1s linear;
		visibility: visible;
		opacity: 1;
	}
	.reward img{
		width: 65px;
		height: 65px;
	}
	.reward{
		width: 65px;
		height: 65px;
		position: relative;
	}
	.item-reward .reward.active::before {
		width: 65px;
		height: 65px;
		background-repeat: round;
	}
	.picture-reveal-main {
		margin-right: 46px;
		margin-left: auto;
		margin-bottom: 15px;
	}
	.topup {
		position: fixed;
    	top: 6px;
		right: 0px;
		z-index: 10;
		margin-right: -24px;
	}
	.topup-btn {
		/* border-radius: 0px; */
		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;
	}
	.line-control {
		top: 29px;
	}
	.line { 
		display: none;
	}
	.line-md{
		display: block;
	}
	.line-sm{
		display: none;
	}
}
@media only screen and (max-width: 399.98px) {
	.picture-reveal {
		height: 254px;
	}
	.item-reward {
		height: 254px;
	}
	.image-wrapper img {
		width: 50px;
		height: 50px;
		/* display: none; */
		visibility: hidden;
		opacity: 0;
	}
	.image-wrapper {
		width: 50px;
		height: 50px;
		background-image: url(https://cdn.exe.in.th/activities/audd/assets/audd-mothers-day-event-2025/images/pictrue-reveal/on-top-sm.png);
	
	}
	.image-wrapper img.active {
		transition: visibility 0s, opacity 1s linear;
		visibility: visible;
		opacity: 1;
	}
	.reward img{
		width: 50px;
		height: 50px;
	}
	.reward{
		width: 50px;
		height: 50px;
		position: relative;
	}
	.item-reward .reward.active::before {
		width: 50px;
		height: 50px;
		background-repeat: round;
	}
	.picture-reveal-main {
		margin-right: 46px;
		margin-left: auto;
		margin-bottom: 15px;
	}
	.line-control {
        top: 22px;
    }
	.line { 
		display: none;
	}
	.line-md{
		display: none;
	}
	.line-sm{
		display: block;
	}
	
}