body {
	background-color: rgb(231, 234, 243);
	height: 100%;
}
.degree {
	font-size: 8px;
}

.weatherIcon {
	border-radius: 80%;
	opacity: 0.9;
	background-color: rgb(69, 69, 216);
	margin-right: 5px;
	margin-left: 5px;
}
.smallWeatherIcon {
	width: 30px;
	height: 30px;
	border-radius: 80%;
	background-color: rgb(69, 69, 216);
}

.hourlyWeather {
	height: 120px;
	overflow-x: scroll;
	overflow-y: visible;
}

.hourlyContainer {
	border-top: 2px solid rgb(69, 69, 216);
	padding-top: 5px;
	margin-top: 5px;
}

.hourlyContainer::-webkit-scrollbar {
	width: 10px;
}

.hourlyContainer::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	background-color: #b6b6c9;
	border-radius: 10px;
}

.hourlyContainer::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgb(69, 69, 216);
}

#weekWeather {
	margin: 0 auto;
	min-width: 308px;
	/* background-color: white; */
	border-radius: 10px;
	min-height: 200px;
}

#dayWeather {
	margin-top: 20px;
	border: 3px solid white;
	background-color: white;
	border-radius: 10px;
	min-height: 200px;
}
#weatherCardContainer {
	min-width: 308px;
	max-width: 1000px;
	min-height: 300px !important;
	padding: 0;
	margin-bottom: 15px;
}
#weatherCard,
.card-img {
	min-height: 300px !important;
}
#map {
	width: 100%;
	height: 96%;
	max-height: 520px;
	min-height: 308px;
}

.dailyWeatherData {
	width: 35%;
	min-width: 200px;
}
.weatherDiscription {
	width: 30%;
}

.dailyWeatherHeaderAbout {
	width: 45%;
}
.dailyWeatherIconsContainer {
	width: 15%;
	border-top: 2px solid rgba(34, 60, 80, 0.2);
	border-right: 2px solid rgba(34, 60, 80, 0.2);
	min-width: 200px;
}

.dailyWeatherIcons {
	width: 170px;
}

.weatherDailyData {
	width: 45%;
}

.dayTemperatureHeaders,
.dayTemperature {
	border-top: 2px solid rgba(34, 60, 80, 0.2);
	border-right: 2px solid rgba(34, 60, 80, 0.2);
	padding-right: 3%;
}
.dailyTempItem {
	width: 40px;
	text-align: center;
}

.dailyDayTime {
	border-top: 2px solid rgba(34, 60, 80, 0.2);
	width: 25%;
	min-width: 200px;
}
.dailyWeatherDiscription {
	border-top: 2px solid rgba(34, 60, 80, 0.2);
	border-right: 2px solid rgba(34, 60, 80, 0.2);
	width: 20%;
	min-width: 200px;
}

#dailyWeatherItem {
	background-color: white;
	border: 2px solid rgba(34, 60, 80, 0.2);
	border-radius: 10px;
	min-width: 308px;
}

.hourlyCardItemBorder {
	border-right: 7px solid rgb(69, 69, 216);
	border-radius: 4px;
}
