body {
	background-color: white !important;
	color: #666;
}
.fs-8 {
	font-size: 0.8rem;
}
.cursor-pointer {
	cursor: pointer;
}
.readonly {
	pointer-events:none;
	opacity: 0.4;
}
.tab-nav {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 2px solid rgba(0,0,0,0.05);
	margin: 0 2rem;
}
.tab-nav > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	max-width: 180px;
	border-bottom: 0;
	padding: 0.8rem;
	border-radius: 0.6rem 0.6rem 0 0;
	border-bottom: 0;
	box-sizing: border-box;
	font-weight: bold;
	color: #00b3b3;
	cursor: pointer;
	transition: opacity 0.2s;
}
.tab-nav > div:hover {
	opacity: 0.8;
}
.tab-nav > div.active {
	background-color: #00b3b3;
	color: white;
	pointer-events: none;
}
.tab-nav > div:last-child {
	border-left: 0;
}
.tile-menu > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100%;
	background-color: #fafafa;
	background-size: 65%;
	background-position: center 35%;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
.tile-menu > div > div > label {
	font-size: 1rem;
	font-weight: bold;
	position: absolute;
	width: 80%;
	left: 10%;
	text-align: center;
	bottom: 8%;
}
.tile-menu > div.plus > div > div {
	font-weight: bold;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #009999;
}
.tile-menu > div.plus > div {
	background-color: rgba(0,153,153,0.05);
}
.tile-menu > div.plus i {
	font-size: 4rem;
}
::placeholder {
  color: #ccc !important;
}
.text-xs {
	font-size: 0.8rem;
}
.text-green {
	color: #009999 !important;
}
.btn-primary {
	background-color: #009999 !important;
	border: 0 !important;
	transition: opacity 0.2s;
}
.btn-primary:hover {
	opacity: 0.8;
}
.bg-transparent {
	background-color: transparent;
}
.headings {
	color: #008080;
}
select.readonly {
	pointer-events: none;
}
.del-icon {
	cursor: pointer;
	font-size: 24px;
	left: 88px;
	top: -18px;
}
ul {
	margin-bottom: 0 !important;
	list-style: none;
	padding: 0 !important;
}
ul.tab {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
ul.tab > li {
	cursor: pointer;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	background-color: #f2f2f2;
	border-radius: 0.5rem 0.5rem 0 0;
}
ul.tab > li.active {
	background-color: #e6e6e6;
	pointer-events: none;
}
.hide {
	display: none;
}
h1,h2,h3,h4 {
	font-weight: bold !important;
	margin: 0 !important;
}
h1 {
	font-size: 2rem !important;
}
h2 {
	font-size: 1.2rem !important;
}
h3 {
	font-size: 1rem !important;
}
h4 {
	font-size: 0.8rem !important;
}
textarea {
	line-height: 180% !important;
}
.container-fluid {
	padding: 0 !important;
}
body.no-scroll {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.limited-block {
	position: absolute;
	top: 63px;
	left: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1));
	text-align: center;
	width: 100vw;
	height: calc(100vh - 63px);
	margin: auto;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.limited-block > div {
	background-color: white;
	border-radius: 1rem;
	padding: 2rem 1.6rem;
	width: 90%;
	max-width: 700px;
	position: relative;
	box-shadow: 0 0 64px rgba(0,0,0,0.25);
}
.limited-block > div h2 {
	color: #009999;
	font-size: 1.6rem !important;
}
.limited-block .plans > div {
	flex: 1;
	padding: 0.5rem;
	position: relative;
}
.limited-block .plans > div > div {
	background-color: #fafafa;
	border-color: 2px solid #ccc;
	border-radius: .5rem;
	position: relative;
	padding: 1rem 0;
}
.limited * {
	pointer-events: none;
	opacity: 0.8;
}
.limited-block .plans ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.75rem;
	line-height: 145%;
	background-color: #f2f2f2;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
}
.limited-block .plans a {
	background-color: white;
	border: 3px solid #009999;
	display: block;
	width: 80%;
	margin-left: 10%;
	padding: 0.25rem;
	color: #009999;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	font-size: 1.1rem;
	transition: opacity 0.2s;
}
.limited-block .plans a:hover {
	opacity: 0.8;
}
.limited-block .plans a.active {
	background-color: #009999;
	color: white;
	pointer-events: none;
}
.limited-block .plans h3 i {
    margin-right: 0.4rem;
    font-size: 1.2rem;
}
.plans h3 i.crown-bronze {
    color: #b47c40;
}
.plans h3 i.crown-silver {
    color: #999999;
}
.plans h3 i.crown-gold {
    color: #ccaa00;
}
.card-input-form, .cards {
	border-radius: 0.5rem;
	background-color: #e6e6e6;
}
.cards .register_card {
	background-color: #fff;
	border-radius: 0.25rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.75rem;
	border: 3px solid white;
}
.cards .register_card * {
	cursor: pointer;
}
.cards .register_card.active {
	border: 3px solid #009999;
}

.cards .register_card:last-child {
	margin-bottom: 0;
}
.cards .register_card label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cards .register_card label input {
	display: none;
}
.cards .register_card label a {
	display: flex;
	align-items: center;
	justify-content: center;	
	margin-left: 0.5rem;
	color: crimson;
}
.card-new-input, .card-select {
	display: none;
}
.sub-header {
	display: flex;
	align-items: flex-start;
}
.sub-header > div {
	width: 60px;
	height: 40px;
}
.sub-header > div.back {
}
.sub-header > h1 {
	flex: 1;
}
.navbar {
	padding: 0 !important;
	height: 63px;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: linear-gradient(120deg,#008080,#00b3b3,#009999);
}
.navbar-collapse {
	width: calc(100% - 255px);
	padding: 0 15px 0;
}
.nav-link {
	color: white !important;
}
.navbar-brand {
	margin: 0 !important;
	padding: 0 0 0 2rem !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: white !important;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1.6rem !important;
}
.navbar-brand img {
	width: 85%;
}
.avatar {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-color: white;
	border-radius: 100%;
	margin-right: 0.5rem;
}
.avatar img {
	width: 100%;
}
main {
	margin-top: 63px;
	padding: 2rem;
}

/* dashboard */
.information > div {
	display: flex;
	align-items: center;
	padding: 0.6rem 1.4rem;
	margin-bottom: 1px;
	background-color: rgba(0,0,0,0.025);
}
.information > div:nth-child(even) {
	background-color: rgba(0,0,0,0.05);
}
.information > div:first-child {
	border-radius: .5rem .5rem 0 0;
}
.information > div:last-child {
	border-radius: 0 0 .5rem .5rem;
}

.menu {
	transition: opacity 0.2s;
}
.menu:hover {
	opacity: 0.6;
}
.dashboard-menu > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100%;
	background-color: #fafafa;
	background-size: 70%;
	background-position: center 20%;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
.dashboard-menu > div > div * {
	cursor: pointer;
}
.dashboard-menu > div > div > label {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 8%;
}
.table-lg th, .table-lg td {
	padding: 0.75rem 1rem  !important;
}
.table thead th:first-child {
	border-radius: 0.5rem 0 0 0;
}
.table thead th:last-child {
	border-radius: 0 0.5rem 0 0;
}
.table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 0.5rem;
}
.table tbody tr:last-child td:last-child {
	border-radius: 0 0 0.5rem 0;
}
.table-lg tbody th, .table-lg tbody td {
	vertical-align: middle;
	background-color: white;
}
.table-lg tbody tr:last-child th, .table-lg tbody tr:last-child td {
	border-bottom: 0;
}
.input-group-top > span {
	border-radius: var(--bs-border-radius) 0 0 0 !important;
	border-bottom: 0 !important;
}
.input-group-top > div {
	border-radius: 0 var(--bs-border-radius) 0 0 !important;
	border-bottom: 0 !important;
}
.input-group-mid > span {
	border-radius: 0 !important;
	border-bottom: 0 !important;
}
.input-group-mid > div {
	border-radius: 0 !important;
	border-bottom: 0 !important;
}
.input-group-btm > span {
	border-radius: 0 0 0 var(--bs-border-radius) !important;
}
.input-group-btm > div {
	border-radius: 0 0 var(--bs-border-radius) 0 !important;
}
.input-group > div.border-2 {
	border: 2px solid var(--bs-border-color);
	flex: 1;
	border-radius: var(--bs-border-radius);
}
.input-group > span {
	border-right: 0
}
.flash-message {
	background-color: #d7f5ef;
	border-color: #a2f9be;
	padding: 1rem;
	text-align: center;
	color: green;
	border-radius: var(--bs-border-radius);
}
.datepicker {
	width: 250px !important;
	flex: initial !important;
}
.badge {
	font-size: .7rem !important;
	font-weight: normal !important;
}
.answer {
	display: none;
}
.footer-control {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.4);
	height: 100px;
}

/* mypage*/
.plan-select {
	display: flex;
	flex: 1;
	padding-right: 0.75rem;
}
.plan-select > div {
	flex: 1;
	padding: 1rem;
}
.plan-select > div > div {
	background-color: white;
	padding: 1rem;
	text-align: center;
	border: 4px solid white;
	cursor: pointer;
	transition: opacity 0.2s;
	color: #009999;
	border-radius: 0.5rem;
}
.plan-select > div:first-child {
	padding-left: 0;
}
.plan-select > div > div:hover {
	opacity: 0.6;
}
.plan-select > div.active > div:hover {
	opacity: 1;
}
.plan-select > div.active > div {
	background-color: #009999;
	border: 4px solid #009999;
	color: white;
	cursor: initial;
}
.payment-method .fa-brands {
	font-size: 50px;
	color: #ddd;
	margin-bottom: 0.5rem;
}
.payment-method .fa-brands.enabled {
	color: #009999;
}
.card-delete {
	position: absolute;
	top: -12px;
	right: -6px;
	font-size: 26px;
	color: #009999;
	transition: opacity 0.2s;
}
.card-delete:hover {
	opacity: 0.6;
}

/* mypage order history */
/* dashboard */
.payments > div {
	display: flex;
	align-items: center;
	padding: 0.8rem 1.2rem;
	background-color: white;
	margin-bottom: 1px;
	background-color: rgba(0,153,153,0.1);
}
.payments > div:nth-child(even) {
	background-color: rgba(0,153,153,0.05);
}
.payments > div:first-child {
	border-radius: .5rem .5rem 0 0;
}
.payments > div:last-child {
	border-radius: 0 0 .5rem .5rem;
}

/* store */
.store .tile-menu > div > div {
	background-size: 65%;
}
.store .tile-menu > div > div > label {
	font-size: 0.9rem;
}
.store .tile-menu > div.plus i {
	font-size: 2.5rem;
}

/* staff */
.stafflist > div {
	display: flex;
	align-items: center;
	padding: 1rem 1.4rem;
	background-color: white;
	margin-bottom: 1px;
	background-color: rgba(0,153,153,0.1);
}
.stafflist > div:first-child {
	border-radius: .5rem .5rem 0 0;
}
.stafflist > div:last-child {
	border-radius: 0 0 .5rem .5rem;
}
.stafflist > div > div:last-child {
	text-align: right;
}

.icon-m {
	width: 24px;
	height: auto;
}
.store > .fa-circle-check {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.2rem;
	color: #009999;
}
.store > div {
	background-color: white;
	background-color: #f2f2f2;
}
.store.active > div {
	background-color: rgba(0,153,153,0.1) !important;
}

/* setting */
.plan-select div.active {
	pointer-events: none;
}


@media screen and (max-width: 750px) {
	main {
		padding: 2rem 0;
	}
	.information > div {
		display: block;
	}
	.information > div > div {
		text-align: left;
	}

}