@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.2/css/weather-icons.min.css);

  

/* 
#weatherCard{
	width: 320px;
	height: 125px;
	font-family: 'Open Sans';
	position: relative;
	opacity: .9;
}
#currentTemp{
	width: 165px;
	height: 125px;
	background: #4a79a5;
	position: absolute;
	top: 0;
	left: 0;
}
#currentWeather{
	width: 165px;
	height: 100px;
	background: #7997c3;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
/* #temp{
	font-size: 22px;
	text-align: center;
  font-weight: 500;
	display: block;
	font-weight: 300;
	color: rgb(255, 255, 255);
	padding: 8px 0 0; 
}

#location{
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 10x;
	display: block;
}
#conditions{
	font-family: weathericons;
	font-size: 30px;
  /* width: 165px; */
	/* height: 120px; */
	/* display: block;
}
#info{
	width: 165px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #7997c3;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-align: center;
}
#description {
	width: 30%;
	position: absolute;
  text-align: center;
  word-spacing: 60px;
	top: 9px;
}*/
/* #wind {
	width: 30%;
	right: 5px;
	position: absolute;
	word-spacing: 30px;
	top: 9px;
} */
#wind::before{
	/* display: block; */
	content: '\f050';
	font-family: weathericons;
	font-size: 25px;
	/* left: -40px; */
	/* position: absolute;
	top: -7px; */
} 

img {
	height: 70px;
}
 #temp {
	font-family: 'Open Sans';
	font-size: 22px;
	text-align: center;
  
	display: block;
	font-weight: 300;
	color: rgb(255, 255, 255);
	padding: 8px 0 0; 
}

::before{
	padding-right:4px;
	font-size:1rem;
}

/* .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
  filter: grayscale(100%);
} */

/* .intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
} */

/* .chat-container {
  background-color: #4a6fa5;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 80%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 1%;
  z-index: 1;
  position: relative;
  padding-bottom: 20px;
  min-width: 360px;
} */
/* 
.chat-content {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 360px;
} */

/* .messages {
  flex-grow: 1;
  overflow-y: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  min-height: 20px;
} */

.message {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 20px;
	max-width: 80%;
	word-wrap: break-word;
	font-size: 16px;
	line-height: 1.5;
  }
  
  .message.me {
	align-self: flex-end;
	background-color: #7997c3;
	color: #f8fafc;
  }
  
  .message.bot {
	align-self: flex-start;
	background-color: #2C4263;
	color: #f8fafc;
  }
  
  input[type="text"] {
	border: none;
	background-color: #7997c3;
	color: #f8fafc;
  }
  
  input:focus {
	outline: none;
  }
  
  /* button {
	padding: 10px;
	background-color: #87c1f7;
	color: #f8fafc;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	transition: all 0.3s ease;
	align-self: flex-end;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
  } */
  
  /* button:hover {
	background-color: #1541bb;
  } */
  
  button:disabled,
  button[disabled] {
	border: 1px solid #7997c3;
	background-color: #7997c3;
	color: #7997c3;
  }
  
  .message.me {
	margin-left: auto;  
  }
  
  .message.bot:before {
	content: "";
	position: absolute;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
	top: 0;
	right: -20px;
  }
  
  /* h1 {
	font-size: 28px;
	text-shadow: 2px 2px #000;
	text-align: center;
	margin: 0;
  }
  
  p {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
  } */
  /* 
  #introduction {
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
  } */
  
  #loading {
	padding-bottom: 10px;
	display: none;
  }
  
  /* #intro-message {
	font-size: 20px;
	margin: 0;
  } */
  
  #intro-question {
	display: flex;
	flex-direction: column;
  }
  
  #start-btn {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 20px;
  }
  
  /* label {
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
  } */
  
  #chat {
	display: none;
  }
  