:root {
	--text-stock-unit: 1px;
	--text-stock-size: 1;
	--text-stock-radius: 0.7071; 
	
	--footer-menu-active-color: #f761ff;
}

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body {
	background-color: #000;
	/* background-image: url(/images/bg-202301-repeat-v3-compress.png); */
	background-color: #0e0f11;
    background-repeat: repeat;
	
	display: flex;
	height: 100%;
	min-height: 100%;
	flex-direction: column; 
	
	color: #fff;
	font-family: "Prompt", sans-serif;
}
#app {
    display: flex;
    flex-direction: column;
    height: 100%;
}
main {
	flex: 1;
	margin-bottom: 1rem;
}
header .point-list {
    width: 120px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    border: 1px solid #777;
    /* justify-content: center; */
    align-items: center;
    margin-right: 0.3em;

	font-size: .875em;
}
footer {
  	padding: 0px 0px 60px;
	font-size: 0.7rem;
}

input[type=text],input[type=number],input[type=email],input[type=date], 
input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=date]:focus {
	background-color: transparent;
	color: #fff;
	border-radius: 1rem;
}
::-webkit-calendar-picker-indicator {
	filter: invert(1);
}
.btn {
	--bs-btn-border-radius: 1rem;
}

.btn-facebook {
	--bs-btn-font-weight: 600;
	--bs-btn-color: #fff;
	--bs-btn-bg: #1877f2;
	--bs-btn-border-color: #1877f2;
	--bs-btn-border-radius: 0.5rem;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d6ae3;
	--bs-btn-hover-border-color: #0d6ae3;
	--bs-btn-focus-shadow-rgb: rgb(24 119 242);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #0b5ec9;
	--bs-btn-active-border-color: #0b5ec9;
}

/* Define a gold color */
.gold-color {
    color: #f79300; /* Gold color */
}

/* Customize the alert background and border color */
.gold-alert {
    background-color: #FFF8DC; /* Light goldenrod yellow */
    border-color: #DAA520; /* Goldenrod */
    color: #DAA520; /* Goldenrod for text and border */
}

.input-group-text , .form-select {
	border-radius: 1rem;
	background-color: transparent;
	color: #fff;
	border-radius: 1rem;
}
option {
	background: rgba(255,255,255,1);
	color: #000;
}

/* HIDE RADIO */
.list-image {
	justify-content: center;
}
.list-image-radio [type=radio],
.list-user-payment-radio [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white!important;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

nav.footer-menu {
	/*
	font-size: 0.7rem;
	*/
	margin-top: auto;
	height: 55px;
	line-height: 30px;
    font-size: 22px;
	z-index: 1000;
	background-color: #000;
	transition: bottom 1s;
}
nav.footer-menu.auto-hide {
    bottom: -55px;
}
nav.footer-menu .nav-link div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
nav.footer-menu .nav-link label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 25px;
    line-height: 20px;
    font-size: 13px;
}
nav.footer-menu .nav-link.active {
	color: var(--footer-menu-active-color);
}

.text-bg-rainbow {
	background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
	background: linear-gradient(45deg, red, orange, yellow, #2beb2b, #009fff, #ab39ff, violet);
	text-shadow: calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * var(--text-stock-radius)) calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * var(--text-stock-radius)) black, 
		calc(var(--text-stock-unit, 1px) * var(--text-stock-size)) 0 black, 
		calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * var(--text-stock-radius)) calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * -1 * var(--text-stock-radius)) black,
		0 calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * -1) black, 
		calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * -1 * var(--text-stock-radius)) calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * -1 * var(--text-stock-radius)) black, 
		calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * -1) 0 black,
		calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * -1 * var(--text-stock-radius)) calc(var(--text-stock-unit, 1px) * var(--text-stock-size) * var(--text-stock-radius)) black, 
		0 calc(var(--text-stock-unit, 1px) * var(--text-stock-size)) black;
}
.text-stock-2px {
	--text-stock-size: 2;
	--text-stock-radius: 1.4142;
}
.text-stock-3px {
	--stock-size: 3px;
	--text-stock-radius: 2.1213;
}
.text-stock-4px {
	--stock-size: 4px;
	--text-stock-radius: 2.8284;
}
.text-rainbow {
	background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@keyframes neonGlow {
	0% {
		box-shadow: 0 0 1px red;
		background-color: red;
	}
	50% {
		box-shadow: 0 0 1px red, 0 0 3px red, 0 0 6px red, 0 0 9px red;
		background-color: red;
	}
	100% {
		box-shadow: 0 0 1px red;
		background-color: red;
	}
}
.text-bg-red-neon-glowing {
	animation: neonGlow 1s infinite;
}
@keyframes goldenTimeAnimation {
	0% {
		background-position: 0% center;
	}
	100% {
		background-position: 300% center;
	}
}
.text-bg-golden-time {
	/*background: linear-gradient(to right, gold, black, gold);*/
	color: #000!important;
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C, #BF953F);
	background-size: 300% auto;
	animation: goldenTimeAnimation 12s linear infinite;
}

/* payment list */
.list-user-payment-radio [type=radio] + div.target-item {
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	opacity: 0.7;
	
	display: flex;
	/* width: 125px; */
	width: 100px;
	height: 60px;
	align-items: center;
	justify-content: center;

	font-size: .875em;
}
.list-user-payment-radio [type=radio]:checked + div.target-item {
	border: 2px solid #0d6efd;
	opacity: 1;
}
.list-user-payment-radio [type=radio]:disabled + div.target-item {
	opacity: 0.1;
}
.list-user-payment-radio [type=radio] + div.target-item > div > img {
	max-width: 24px;
	max-height: 24px;
}

/*  */
.list-image-radio [type=radio] + img,
.list-image-radio [type=radio] + div.target-item {
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	opacity: 0.7;
}
.list-image-radio [type=radio] + img {
	max-width: 64px;
	height: auto;
}
.list-image-radio [type=radio] + div.target-item {
	display: flex;
	width: 100px;
	height: 60px;
	align-items: center;
	justify-content: center;
}
.list-image-radio [type=radio] + img,
.list-image-radio [type=radio] + div.target-item {
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	opacity: 0.7;
}

/* CHECKED STYLES */
.list-image-radio [type=radio]:checked + img,
.list-image-radio [type=radio]:checked + div.target-item {
	border: 2px solid #0d6efd;
	opacity: 1;
}

.list-image-radio [type=radio]:disabled + img,
.list-image-radio [type=radio]:disabled + div.target-item {
	opacity: 0.1;
}

.list-image-radio [type=radio]:checked + img {
	border-color: #f00;
}

.list-image-radio.list-payment-radio [type=radio] + div.target-item {
	display: flex;
	/* width: 125px; */
	width: 114px;
	height: 60px;
	align-items: center;
	justify-content: center;

	font-size: .875em;
}
.list-image-radio.list-payment-radio [type=radio] + div.target-item > div > img {
	max-width: 24px;
	max-height: 24px;
}


.badge-ribbon-top-left {
	transform: rotate(-45deg);
	position: absolute;
    left: -3px;
    top: 8px;
	font-size: 1.1rem;
	line-height: 1.1rem;
	text-align: right;
}

.point-list {
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;

	flex-direction: row;

	overflow: hidden;
	overflow-x: auto;
}
.point-list::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.point-list::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.05);
	border-radius: 10px;
}
.point-list::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}
.point-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.5);
}


.point-item-wrap {
    flex: 0 0 auto;
    width: auto;
	margin-right: 0.25rem!important;
    margin-left: 0.25rem!important;
}
.point-item {
	max-width: 90px;
	width: 44vw!important;
	height: 40px;
	-webkit-box-flex: 0;
	border: 1px #000 dashed;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
    border-radius: 5px;
    padding: 3px;
}
.point-name {
	font-size: 12px;
    text-overflow: ellipsis;
	white-space: nowrap;
    text-wrap: nowrap;
    width: 100%;
	overflow: hidden;
}
.point-value {
	font-size: 13px;
}

.qrcode-wrapper {
	max-width: 300px;
    width: 100%;
	margin: 0 auto;
	
	background-color: #fff;
    padding: 1rem;
    color: #000;
}
.qrcode {
	padding:1em;
	background-color: #fff;
	text-align:center;
}
.qrcode img,
.qrcode canvas {
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
	background-color: #fff;
}


/* reserve */
.item-reserve {
	background-color: rgba(0,0,0,0.3);
}
.item-reserve.is-past,
.item-ticket.is-past {
	opacity: 0.5;
}

.custom-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  -webkit-overflow-scrolling: auto;
  height: 8px;
}

.custom-scrollbar::-webkit-scrollbar:vertical {
  width: 12px;
  -webkit-overflow-scrolling: auto
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 10px;
  border: 0px solid #ffffff;
  -webkit-overflow-scrolling: auto
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;  
  background-color: rgba(255,255,255,0); 
  -webkit-overflow-scrolling: auto
}

.event-list {

}
.event-list .event-item {
	width:150px;
	overflow: hidden;
}
.event-list .event-item .event-title {
	color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.event-list .event-item .event-date {
	font-size: 0.8rem;
}

/* member */
.card.member-card label {
	font-weight: bold;
}

.card.member-card[data-tier="GOLD"] {
	background: gold;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
				radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	color: #000;
}

.card.member-card[data-tier="PARTY"] {
	background: #E5E4E2;
	background: linear-gradient(to bottom, #E5E4E2 0%, #D6D5D3 100%);
	color: #000;
}

.msg_condition {
	white-space: pre-line;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}
.member-menu .nav-link {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #999;
    border-radius: 1em;
}
.member-menu .nav-link i {
	color: #000;
	font-size: 1.5em;
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.member-menu .nav-link span {
	font-size: 0.8em;
}


@media (max-width: 768px) {
	.scrolling-wrapper-flexbox {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

.site-menu-list {
	display: flex;
	flex-wrap: wrap;

	--bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.site-menu-list>* {
    flex-shrink: 0;
    width: 50%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.site-menu-list>.fullwidth {
    width: 100%;
}