/*@font-face{
	font-family: EflexLight;
	src: url("../fonts/EuclidFlexLight.ttf");
}
@font-face{
	font-family: EflexBold;
	src: url("../fonts/EuclidFlexMedium.ttf");
}*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: Montserrat, serif;
	/*width:500px;
	max-width:500px;
	margin:0 auto;*/
	padding:0;
	margin:0;
	margin-bottom: 60px;
	overflow-x:hidden;
}
.title{
	font-weight:500;
}

.sub-title{
	font-weight:bold;
	font-size:1em;
}

.italic{
	font-style: italic;
}
.bold{
	font-weight:700;
}

.vs-container{
	max-width:380px;
	margin:0 auto;
	/*border:1px solid black;*/
	/*border:1px solid #C8C8C8;*/
	padding-bottom:40px;

}

a{
	color:#28282A;
	font-family: Montserrat;
	font-style: normal;
	text-decoration: underline;
}
a:hover{
	color:#000;
}
.error{
	color:red!important;
	font-weight:normal!important;
}
form{
	padding-top:0px;
	padding-bottom:40px;
}
.form-group{
	padding-left:5%;
	padding-right:5%;
	text-align:center;
	margin-bottom:0.1rem;
}
.form-vs input{
	font-family: Montserrat, sans-serif;
	border-radius:0;
	border:1px solid #C0C0C0;

}
.form-vs textarea{
	border:none;
	border-radius:0;
	border-bottom:1px solid #000;
	-web-kit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-vs label{
	font-family:Montserrat,serif;
	color:#000;
	font-size:1em;
	padding:10px 0px;
	margin:0
}
.form-vs select{
	border:1px solid #C0C0C0;
	border-radius:0;
	-web-kit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:10px 5px;
}
.form-vs .btn-submit{

	background: rgb(236,119,255)!important;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(40,40,42,1) 74%)!important;
	color:white!important;
	font-family:Montserrat,arial;
	font-size:1.8em!important;
	font-weight:700;
	font-style: normal;
	padding-top:20px;
	padding-bottom:20px;
	cursor:pointer;
	border-radius:0px;
}
.container{
	padding:0;
}
.form-control{
	height:40px;
}

.btn-check-availability{
	background:#EC77FF;
	border-radius:0;
	color:white;
	font-size:12px;
}



/* NEW */


* {
	box-sizing: border-box;
}
.btn-ffs {
	background: rgb(236,119,255)!important;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(40,40,42,1) 74%)!important;
	color:white!important;
	font-family:"EflexLight",arial;
	font-size:1.8em!important;
	font-weight:700;
	font-style: normal;
	width:90%;
	padding-top:20px;
	padding-bottom:20px;
	cursor:pointer
}
.btn-ffs:hover{
	opacity:0.8;
	transform: scale(1.01);
}
.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: 700px;
}
.date-selector{
	background: rgb(241,189,64);
	background: linear-gradient(180deg, rgba(241,189,64) 0%, rgba(241,189,64) 83%);
	border-radius:0px;
	padding:1em;
	font-family: "Montserrat",arial!important;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.3);
	cursor:pointer;
}
.date-selector:hover{
	opacity:0.8;
	transform: scale(1.05);
}
.date-selector .day{
	font-family: "EflexBold","Montserrat",arial!important;
	font-size:1.2em;
	font-weight:600;
	color:#fff;
}

.date-selector .date{
	font-family: "Montserrat","Copperplate",arial!important;
	font-size:3em;
	font-weight:700;
	color:#fff;
}
.date-selector .month{
	font-family:"Montserrat",arial!important;;
	font-size:1.2em;
	font-weight:700;
	color:#fff;
}

.time-selector{
	background: rgb(2,0,36);
	font-family: "Montserrat",arial!important;
	background: linear-gradient(180deg, rgba(241,189,64) 0%, rgba(241,189,64) 83%);
	border-radius:0px;
	padding:1em;
	font-family: din-condensed,arial;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.3);
	cursor:pointer;
}
.time-selector:hover{
	opacity:0.8;
	transform: scale(1.02);
}
.time-selector-current h2{
	color:#000!important;
	font-family: "Montserrat","Copperplate",arial!important;
	/*text-shadow: 2px 2px 0px rgba(150, 150, 150, 1);*/
}
.time-selector h2{
	font-family: "Montserrat","Copperplate",arial!important;
	font-size:1.2em;
	font-weight:600;
	color:#fff;
}
.time-selector h2:hover{
	font-style:italic;
}

.disclaimer{
	background: rgba(0,0,0,0.7);
	color:white!important;
	font-family:"Montserrat",Gotham,arial;
	font-size:0.8em!important;
	font-weight:bold;
	text-transform: uppercase;
	font-style: normal;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	line-height:40px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}

.iti{
	display: block !important;
}


