/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

body{
	background:#f2f5f8;

	font-family:'Montserrat', sans-serif;
	font-weight:400;
}

.error-holder{
	display:block;
	color:#ff6054;
	margin-top:25px;
	font-size:14px;
	font-weight:bold;
}

.is-navbar{
	margin-top:15px;
}

.is-section{
	text-align:center;
}

.is-title{
	display:block;
	margin-top:30px;
	margin-bottom:35px;

	font-size:36px;
	color:#1a1a1b;

	font-weight:bold;
}

.is-info{
	display:block;

	font-size:16px;
	margin-bottom:20px;

	color:#333;
}

.is-input-text{
	box-shadow:0 2px 14px 0 rgba(0, 0, 0, 0.1);
	border-radius:8px;
	transition:border 0.25s, box-shadow 0.25s;
	max-width:60%;
	margin:0 auto;
	font-size:18px;
	padding:18px;
	text-align:center;
}
.is-input-text.is-input-lg{
	max-width:70%;
	width:70%;
}

.is-input-text.is-input-full{
	max-width:100%;
	width:100%;
}

.is-dropdown{

}

.is-btn-prev-holder,
.is-btn-next-holder{
	position:fixed;
	top:45%;

	cursor:pointer;

	z-index:120;

	text-align:center;
}

.is-btn-prev,
.is-btn-next{
	display:flex;
	align-items:center;
	justify-content:center;

	border-radius:50%;

	width:80px;
	height:80px;
}

.is-btn-prev-holder{
	left:12%;
}

.is-btn-prev{
	color:#333;
	background-color:#fff;
	border:1px solid #fff;
}

.is-btn-next-holder{
	right:12%;
}

.is-btn-next{
	color:#fff;
	background-color:#333;
	border:1px solid #333;
}

.is-btn-prev-holder:hover .is-btn-prev-label,
.is-btn-next-holder:hover .is-btn-next-label{
	color:#787878;
}

.is-btn-prev-label,
.is-btn-next-label{
	display:block;
	margin-top:10px;
	color:#555;
	font-size:15px;
}

.is-btn-next-label{
	transition:0.3s;
	font-weight:bold;
}

.is-btn-next-holder.is-last-btn .is-btn-next{
	width:100px;
	height:100px;
}

.is-btn-next-holder.is-last-btn{
	top:50%;
	margin-top:-50px;
}

.is-btn-holder-sm .is-btn-next{
	width:50px;
	height:50px;
}

#initial-setup{
	margin-bottom:150px;
}

.header-nav{
	display:flex;
	align-items:center;
	justify-content:center;

	height:70px;
}

.dropdown{
	display:block;
}	
.dropdown .ss-single-selected{
	border: 0.0625rem solid transparent !important;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
	min-height: 60px;
	margin: 10px 0;
}
.dropdown .ss-disabled{
	font-size: 20px;
	margin: 0 auto;
}
.dropdown .placeholder{
	text-align: center !important;
	font-size: 20px;
	display: grid !important;
}
.dropdown .ss-option{
	font-size: 20px;
	text-align: center;
}

.is-steps-counter{
	display:inline-block;
	color:#fff;
	background-color:#333;
	margin-bottom:10px;
	border-radius:8px;
	padding:4px 8px;
	font-size:14px;
	font-weight:bold;
	cursor:default;
}

.round-progressbar{
	width:150px;
}

#kcal-progress{
	position:absolute;
	top:0;
	z-index:99;
}