.my-account-container {
	padding-bottom: 0px;
}
h2 {
	font-size: 24px;
	color: #63c19c;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}
#body {
	min-height: auto;
}
.main-area p {
	text-align: center;
	margin: 100px 0;
}
.button-area {
	width: fit-content;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.point-area {
	width: 100%;
	float: left;
	background-color: #fefdde;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.point-txt {
	color: #f1675a;
	font-size: 18px;
	padding-bottom: 20px;
}
.heart-icon {
	display: inline-block;
}
.heart-area {
	text-align: center;
}
.point-area > h5 {
	width: 100%;
	float: left;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
.point-area > h5 > span {
	font-size: 30px;
	color: #f91b42;
}
.point-area > h2 {
	padding-bottom: 5px;
}
.button-area > .edit-btn {
	display: none;
	width: fit-content;
}
.get-point-area > .edit-btn {
	float: none;
	width: fit-content;
	padding-left: 20px;
	padding-right: 20px;
}
.get-point-area {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 30px;
}
.mb-table > strong {
	width: 40%;
}
.mb-table > span {
	width: 60%;
}
.mb-table > span {
	padding-bottom: 0px;
}
.mb-table > strong {
	padding-bottom: 0px;
}
.booking-history {
	padding: 30px 20px;
}
.booking-history > strong {
	width: 40%;
	float: left;
	font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
}
.booking-history > span {
	width: 60%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
}
.booking-history > strong.credit_list,
.booking-history > span.credit_list {
	font-weight: bold;
	color: #57c4c7;
}
.booking-history > hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
}
.tns-outer {
	position: relative;
}
.tns-inner {
	background-color: #f9f9f9;
}
.tns-page {
	text-align: center;
}
.tns-nav {
	margin-top: 10px;
	text-align: center;
	position: relative;
}
.tns-nav button {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background-color: #ababab;
}
.tns-nav button:hover,
.tns-nav button.tns-nav-active {
	background-color: #57c4c7;
	opacity: 1 !important;
}
.tns-nav button:nth-child(n + 4) {
	position: absolute;
	top: 6px;
	opacity: 0;
	left: calc(50% - 11px);
}
.tns-nav button:nth-last-child(-n + 2) {
	position: initial;
	opacity: 1 !important;
}
.tns-controls {
	position: absolute;
	z-index: 1;
	left: calc(50% - 80px);
	bottom: 22px;
	width: 160px;
}
.tns-controls > button {
	overflow: hidden;
	border: 0;
	width: 14px;
	height: 28px;
	text-indent: -9999px;
	background-color: #fff;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.tns-controls > button:first-child {
	float: left;
	background-image: url(/image/m_btn_back.png);
}
.tns-controls > button:last-child {
	float: right;
	background-image: url(/image/m_btn_next.png);
}
.record-list table {
	width: 100%;
	font-size: 12px;
}
.record-list thead,
.record-list tbody {
	display: block;
}
.record-list tbody {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.record-list tbody::-webkit-scrollbar {
	display: none;
}
.record-list thead tr,
.record-list tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}
@media screen and (min-width: 768px) {
	.record-list {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	#body {
		margin: 60px auto 0px;
	}
	.booking-menu {
		width: 100vw;
		display: table !important;
	}
	.booking-item {
		display: table-cell;
		font-size: 16px;
		padding: 8px 20px;
	}
	.booking-item.selected {
		color: #fff;
		background-color: #73daa2;
	}
	.heart-icon {
		width: 25px;
		margin: 3px;
	}
	.edit-btn {
		margin: 0 auto;
		margin-bottom: 10px;
		width: 230px;
		float: none;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 350px) {
	.heart-area {
		width: 287px;
	}
	.heart-icon {
		width: 20px;
		margin: 3px;
	}
}
