html, body{
	height: 100%;
	margin: 0;
}
body {
	animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	overflow:scroll;
}
.content {
  min-height: 100%;
  margin: 0 auto -100px;
}
.footer {
  height: 100px;
}
.push {
  height: 120px;
}
#cnt span{
	display:block;
}
#timeCnt{
	width:300px;
}
/*
#first{
	margin-top:-3rem;
}

@media screen and (min-width: 1200px) {
	#first{
		margin-top:-6rem;
	}
}
*/
.sg{
	color: #cccccc;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	text-align: center;
	border-style: solid;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 12px;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/*naptar*/
.wrow{
	border-bottom-style: none;
	border-bottom-color: rgb(255,255,255);
	font-family: Gruppo, serif;
	color: #6c757d;
	font-size: 18px;
	text-align: center;
}
.wday{
	text-align: center;
	font-family: Gruppo, serif;
	color: #6c757d;
	font-size: 18px;
	font-weight: bold;
}
.day{
	color: #6c757d;
	font-family: Gruppo, serif;
	font-size: 18px;
	text-align: center;
}
.dayhave{
	background-color: #e6e6e6!important;
	border-radius: 10%;
	cursor:pointer;
}
.daysel span{
	color:#ffffff;
}
.time{
	width: 100px;
	border: 1px solid #6c757d;
	margin: 5px;
	height: 25px;
	text-align: center;
	float: left;
	cursor:pointer;
}
.time small{
	color: var(--bs-gray-600);
	font-family: Gruppo, serif;
	font-size: 18px;
	text-align: left;
}
.time:hover small{
	color: #ffffff;
	font-weight: bold;
}
.timeSel small{
	color: #ffffff;
	font-weight: bold;
}
.pointer{
	cursor:pointer;
}
table{
	border-spacing: 0.2rem;
    border-collapse: separate;
}