/* Loading */
.loading {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto%3Bdisplay:block%3B' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Crect x='17.5' y='30' width='15' height='40' fill='%23ac8d6f'%3E%3Canimate attributeName='y' repeatCount='indefinite' dur='1s' calcMode='spline' keyTimes='0%3B0.5%3B1' values='18%3B30%3B30' keySplines='0 0.5 0.5 1%3B0 0.5 0.5 1' begin='-0.2s'%3E%3C/animate%3E%3Canimate attributeName='height' repeatCount='indefinite' dur='1s' calcMode='spline' keyTimes='0%3B0.5%3B1' values='64%3B40%3B40' keySplines='0 0.5 0.5 1%3B0 0.5 0.5 1' begin='-0.2s'%3E%3C/animate%3E%3C/rect%3E%3Crect x='42.5' y='30' width='15' height='40' fill='%23c0a284'%3E%3Canimate attributeName='y' repeatCount='indefinite' dur='1s' calcMode='spline' keyTimes='0%3B0.5%3B1' values='20.999999999999996%3B30%3B30' keySplines='0 0.5 0.5 1%3B0 0.5 0.5 1' begin='-0.1s'%3E%3C/animate%3E%3Canimate attributeName='height' repeatCount='indefinite' dur='1s' calcMode='spline' keyTimes='0%3B0.5%3B1' values='58.00000000000001%3B40%3B40' keySplines='0 0.5 0.5 1%3B0 0.5 0.5 1' begin='-0.1s'%3E%3C/animate%3E%3C/rect%3E%3Crect x='67.5' y='30' width='15' height='40' fill='%23575858'%3E%3Canimate attributeName='y' repeatCount='indefinite' dur='1s' calcMode='spline' keyTimes='0%3B0.5%3B1' values='20.999999999999996%3B30%3B30' keySplines='0 0.5 0.5 1%3B0 0.5 0.5 1'%3E%3C/animate%3E%3Canimate attributeName='height' repeatCount='indefinite' dur='1s' calcMode='spline' keyTimes='0%3B0.5%3B1' values='58.00000000000001%3B40%3B40' keySplines='0 0.5 0.5 1%3B0 0.5 0.5 1'%3E%3C/animate%3E%3C/rect%3E%3C/svg%3E");
	z-index: 999;
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: 100px;
	opacity: 0;
	display: none;
}
.loading.show{
	opacity: 0.9;
	display: block;
}
/* login */
.login_section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.login_section label {
    color: #B18D71;
    font-family: Maitree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
}
.login_section input {
    background: #FAFAFA;
    border-width: 0px !important;
    height: 50px;
    margin-bottom: 15px;
	width: 100%;
}
p#login_notice {
    font-size: 16px;
    font-weight: 600;
    color: #333;
	text-align: center;
}
.error_message {
    color: red;
}
/*popup*/
.overlay {
	display:none;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 9999;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .3s;
	margin: 0px !important;
    min-width: 100vw;
    min-height: 100vh;
}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	min-width: 30%;
	width: 30%;
}
.popup img {
    object-position: center;
    width: 100%;
}
.popup label,.popup input, .popup button {
	width: 100%;
	margin-bottom: 10px;
}
button.closeBtn {
    position: absolute;
    width: auto;
    padding: 0px;
    color: #333;
    background-color: transparent;
    top: 10px;
    font-size: 20px;
    right: 10px;
}
.newuser_content {
    overflow-y: scroll;
    height: 50vh;
}
.iagree_field {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.iagree_field input[type="checkbox"] {
    width: 20px;
}
button.agreebutton.member_btn {
	pointer-events: auto;
}
button.agreebutton.member_btn.disable {
	background: #8B8B8B;
	pointer-events: none;
}
/*member card*/
div#member_card {
    border-radius: 40px;
    background: #FFF;
    padding: 50px;
    border: 0px solid;
	height: 576px;
}
.member_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	height: max-content;
}
h1.card_title {
    color: #000;
    font-family: Maitree;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: center;
	margin-bottom: 50px;
}
.card_pic {
    width: 50%;
    height: 310px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.memebr_data {
    color: #282828;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 207.7%;
    letter-spacing: 1.7px;
    list-style-type: none;
    margin: 0px;
	width: 40%
}

ul.memebr_data > li {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 0;
}
.actions {
	margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.member_btn {
    color: #FFF;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.7px;
    border-radius: 20px;
    background: #B18D71;
    width: 30%;
    height: 40px;
    padding: 6px;
	transition: .5s ease;
}
.member_btn:hover {
    background: #8B8B8B;
	transition: .5s ease;
}
/*tab content*/
div#member_content {
    margin-top: 100px;
}
.tab_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.tab_list > .tab {
    border-radius: 23px;
    background: #B18D71;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    padding: 5px 40px;
	cursor: pointer;
	transition: .5s ease;
}
.tab_list > .tab:hover{
	background: #8B8B8B;
	transition: .5s ease;
}
.tab_list > .tab.active{
	background: #8B8B8B;
	transition: .5s ease;
}
.tab_content {
    margin: 50px 0px;
}
.tab_content > .content{
	display:none;
	transition: .5s ease;
}
.tab_content > .content.active{
	display:block;
	transition: .5s ease;
}
.tab_content h4 {
    color: #000;
    font-family: Maitree;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
	width: 100%;
	margin-bottom: 30px !important;
}
.tab_content {
	color: #6B6B6B;
	font-family: Maitree;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 207.7%; /* 35.309px */
	letter-spacing: 1.7px;
}
.section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C9C9C9;
}
.subtitle {
    color: #6B6B6B;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 207.7%;
    letter-spacing: 1.7px;
	text-align: left;
}
span.value {
    color: #B18D71;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 207.7%;
    letter-spacing: 1.7px;
}
table{
	background-color: #FFF;
	color: #6B6B6B;
}
/* Membership level */
p.nextMoney.subtitle, p#nextLevelName, p.recommend_count.subtitle {
    text-align: right;
}
.progress-bar {
	background-color: white; 
	border-radius: 10px; 
	width: 100%; 
	height: 20px;
}
.progress {
	background-color: #DEC5B2;
	border-radius: 10px; 
	height: 100%; 
	max-width: 100%;
}
div#recommend_progress {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.one{
	width: 100%;
	height: 100%; 
	border: solid #FFF;
	border-width: 0px;
	border-radius: 10px; 
}
.one.active{
	background-color: #DEC5B2;
}
p.saleMoney.subtitle, p.nextMoney.subtitle, p#nowLevelName, p#nextLevelName, p.recommend_count.subtitle, p.recommend.subtitle {
    width: 50%;
    margin-bottom: 10px !important;
}
p.redPoint.subtitle, p.goInHousePoint.subtitle {
    width: 100%;
}
/* Class Log */
div#membership_goInHousePoint {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.column,.center_point_content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
}
.center_point_content {
		width: 90%;
}
.column.center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.column:nth-child(2):before,.column:nth-child(2):after {
    content: '';
    border: 0.5px solid #666;
    height: 105px;
}
.column h4 {
    text-align: center;
}
.points {
    color: #000;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
}
.points >.point {
    font-size: 50px;
    letter-spacing: 5px;
	padding-left: 20px;
}
.remind {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Maitree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    border-radius: 22px;
    background: #FFF;
    padding: 5px 70px;
    margin-top: 50px;
}
/* red point */
div#exchange_prods_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    width: 31%;
	margin-bottom: 60px;
}
.item p{
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}
.item > span {
    color: #6B6B6B;
    text-align: center;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 1.7px;
}
.item >.member_btn {
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    padding: 5px;
    margin: 10px 0px;
}
.item img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
span.info {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 50%;
}
span.info.date {
    justify-content: flex-end;
}
.item img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.item img.point_icon {
    width: 15px;
    margin-right: 5px;
}
.item > hr {
    border: solid #ccc;
    border-width: 1px 0px 0px 0px;
    width: 60%;
    margin: 10px 0px;
}
span.product_title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
	line-height: 1.2em;
}
span.product_price {
    color: #FD4645;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
}
.product_content ul {
    margin: 0 0 1.5em 1.2em;
}
.member_btn.lock {
    cursor: not-allowed;
    background: #8B8B8B;
}
/* My Booking */
.booking.column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	text-decoration: none;
}
.booking.column h4 {
    text-align: left;
}
a#booking-btn {
    color: #FFF;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    padding: 4px 40px;
    border-radius: 20px;
    background: #9056EF;
    text-align: center;
    width: 20%;
	text-decoration: none;
	transition: .5s ease;
}
a#booking-btn:hover {
    background: #B18D71;
	transition: .5s ease;
}
div#booking-table {
    width: 100%;
}
div#booking-table p {
    margin-bottom: 0px;
}
div#booking-table table.calendar {
    border-width: 0px;
	border-color: #DEC5B2;
}
div#booking-table th {
    border-width: 0px 0px 1px 0px;
	border-color: #DEC5B2;
}
div#booking-table td {
    padding: 8px;
    border-width: 0 1px 1px 1px;
	border-color: #DEC5B2;
	width: calc(100% / 7);
	height: 100px;
	vertical-align: top;
    color: #6B6B6B;
    text-align: right;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
}
div#booking-table td.lock {
    background: #EDEDED;
}
td.date.has-booking {
    min-width: 100%;
}
p.eng_week {
    color: #6B6B6B;
    text-align: center;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}
p.week {
    color: #B18D71;
    font-family: Maitree;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
}
p.branch, p.booking_date {
    text-align: left;
}
p.booking_date {
    color: #B18D71;
    font-family: Maitree;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
}