body {
  font-family: "Lato", sans-serif;
}

.header2{
    padding: 0px 0px;
    background: #555;
    color: #888888;
}


.lang {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	margin: 10px 0 10px 0;
	padding:  12px 0 0px 0;
	font-size: 12px;
	border-radius: 40px;
	text-align: center;
}
	
.lang:hover:not(.active) {
  background-color: #31afa2;
  color: white;
}
	
	
.nutrition {
	display: inline-block;
	width: 200px;
	height: 40px;
	background-color: #fff;
	margin: 10px 0 10px 0;
	padding:  12px 0 0px 0;
	font-size: 12px;
	border-radius: 40px;
	text-align: center;
}
	
.nutrition:hover:not(.active) {
  background-color: #31afa2;
  color: white;
}

.beauty {
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #fff;
	margin: 10px 0 10px 0;
	padding:  12px 0 0px 0;
	font-size: 12px;
	border-radius: 40px;
	text-align: center;
}
	
.beauty:hover:not(.active) {
  background-color: #31afa2;

  color: white;
}

.langbar {
	float: right;
}

.iconwhite{
	width:80px;
	height:80px;
}

.sidebar {
  background-color: #f1f1f1;
  height: 100%;
  overflow: auto;
  max-height: 500px;
  margin:10px;
  word-wrap: break-word;
}

.sidebar img{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.sidebar a {
  display: block;
  color: black;
  padding: 5px;
  text-decoration: none;
  background-color: #82afa9;
  margin-bottom: 1px;
}
 
.sidebar a.active {
  background-color: #31afa2;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #31afa2;
  color: white;
}

.sidebar a:hover{
  background-color: #298E83;
  color: #4AFCE9;
}

.newboxes2{
	text-align:left;
}


.contentblock{
	background-color: #fff;
    width: 90%;
    margin: 50px;
    padding: 50px;
    border-radius: 20px;
}

.button {
  background-image: linear-gradient(to right, #02AAB0 0%, #00CDAC 51%, #02AAB0 100%);
  border: none;
  color: white;
  padding: 15px 32px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  float: right;
  border-radius: 20px;
  width: 160px;

}

.button:hover { 
	background-image: linear-gradient(to right, #006D71 0%, #00CDAC 51%, #006D71 100%);
	background-position: right center; 
	background-color: #298E83;
	color: #4AFCE9;
}

.button:hover:before {
	background-color: #298E83;
	color: #4AFCE9;
}

.subtitle {
	color: #008080;
	font-size: 20px;
	
}

.image-ratio{
	text-align: center;
}

.image-ratio img{
	width:40%;
}

.image-ratio2{
	text-align: center;
}

.image-ratio2 img{
	width:60%;
}

.image-frame {
	border: 1px solid #D5D5D5;
	display: block;
	max-width: 80%;
	max-height: 80%;
	padding: 10px;
	border-radius: 10px;
	background-color: #F2F2F2;
	
}

.image-frame2 {
	border: 1px solid #D5D5D5;
	display: block;
	max-width: 100%;
	max-height: 80%;
	padding: 10px;
	border-radius: 10px;
	background-color: #F2F2F2;
	
}

.selected-health-sympthon{
	padding-left: 25px;
	color: #DC143C;
}

.user-info{
	background-color:white; 
	padding:15px; 
	border-radius: 5px; 
	width:90%; 
	margin-left:15px; 
	display:block;
}

.input {
  position: absolute;
  opacity: 0;

  &::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
	.sidebar {
	  background-color: #f1f1f1;
	  height: 100%;
	  overflow: auto;
	  margin:10px;
	  word-wrap: break-word;
	}
}

@media screen and (min-width: 992px) {
	.sidebar {
	  background-color: #f1f1f1;
	  height: 100%;
	  overflow: auto;
	  max-height: 750px;
	  margin:10px;
	  word-wrap: break-word;
	}
}

@media screen and (max-width: 991px) {
	.sidebar, .sidebartitle{
		font-size: 14px;
	}

	.iconwhite{
		width:40px;
		height:40px;
	}
}



@media screen and (max-width: 767px) {
  .sidebarcontent .iconwhite{
	width:25px;
	height:25px;
  }
  
  .sidebar {
	  margin:0px;
	  text-align:center;
  }
  
  .sidebartitle{
	display:none;
  }
  
  .contentblock{
	background-color: #fff;
    width: 90%;
    margin: 3px;
    padding: 3px;
    border-radius: 3px;
  }
  
  .button{
	  padding: 3px 5px;
	  margin-left: 3px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 12px;
	  float: right;
	  border-radius: 5px;
	  width: 100px;
  }

  .image-ratio img{
	width:30%;
  }
}

@media screen and (max-width: 576px) {
  .button{
	  padding: 2px 3px;
	  margin-left: 2px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 10px;
	  float: right;
	  border-radius: 3px;
	  width: 70px;
  }
  
  .image-ratio img{
	width:25%;
  }

}


@media (min-width: @screen-xs-max) and (max-width: @screen-md-max)  {
  .sidebarcontent .iconwhite{
	width:25px;
	height:25px;
  }
  
  .sidebar {
	  margin:0px;
	  text-align:center;
  }
  
  .sidebartitle{
	display:none;
  }
  
  .contentblock{
	background-color: #fff;
    width: 90%;
    margin: 3px;
    padding: 3px;
    border-radius: 3px;
  }
  
  .button{
	  padding: 3px 5px;
	  margin-left: 3px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 12px;
	  float: right;
	  border-radius: 5px;
	  width: 100px;
  }
  
}

.media-image {
  display: inline-block;
  width: auto;
  
  img {
    display: block;
  }
  
  &:hover {
      
    .label {
      padding-left: 1em;
    }
      
  }
  
}

.image-frame {
	position: relative;
	padding: $frame-padding;
	background-color: #fff;
	@include box-shadow(0 1px 2px rgba($darkcolor,.5));

	&:after {
		content: '';
		display: block;
		position: absolute;
		top: $frame-padding;
		right: $frame-padding;
		bottom: $frame-padding;
		left: $frame-padding;
		@include box-shadow(0 0 30px rgba($darkcolor,.25) inset);
		z-index: 10;
	}

}

#myHeader .nav-item{
	background-color:#555555;
}

#myHeader .navbar-nav{
	text-align:center;
}

.nav-link a:active {
  color: #18BFA9;
}

.nav-link a:visited {
  color: #18BFA9;
}

#myHeader a{
  color:white;
  font-weight:bold;
}

#myHeader a:visited {
  color: white;
}


#myHeader a:hover {
  color:#229797;
}

#myHeader a:active {
  color: #18BFA9;
}

#myHeader .language a{
  color:#626262;
}

#myHeader .language a:visited {
  color: #227a71;
}


#myHeader .language a:hover {
  color:#227a71;
}

#myHeader .language a:active {
  color: #ACF4F4;
}
