
:root {
	/* --gradient-sunny: linear-gradient( 135deg, #fbffc3 10%, #72EDF2 100%); */
	--gradient-sunny: linear-gradient( 135deg, #a1f2f5 10%, #4177da 100%);
	--gradient-sunny-cloudy: linear-gradient( 135deg, #a1f2f5 10%, #4177da 100%);
	--gradient-cloudy: linear-gradient( 135deg, #b6b6b698 10%, #1d4fac 100%);
	--gradient-rainy: linear-gradient( 135deg, #80808098 10%, #57648f 100%);
	--gradient-stormy: linear-gradient( 135deg, #808080 10%, #0b1e41 100%);
	--gradient-snowy: linear-gradient( 135deg, #c9f5f7 10%, #ececec 100%);
	--gradient-foggy: linear-gradient( 135deg, #c9c9c9af 10%, #c5c5c5 100%);
	--gradient-night: linear-gradient( 135deg, #341ba1 10%, #2525ee 100%);
	--gradient-night-cloudy: linear-gradient( 135deg, #211264 10%, #080827 100%);
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.clear {
	clear: both;
}


.container {
	border-radius: 25px;
	/* -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2); */
	        /* box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2); */
	/* background-color: #222831; */
	margin: 0;
}

.container.sunny .weather-side{
	background-image: url("/assets/images/weather/backgrounds/sunny.jpg");
}
.container.sunny .weather-gradient{
	background-image: var(--gradient-sunny);
}
.container.sunny-cloudy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/sunny-cloudy.jpg");
}
.container.sunny-cloudy .weather-gradient{
	background-image: var(--gradient-sunny-cloudy);
}
.container.cloudy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/cloudy.jfif");
}
.container.cloudy .weather-gradient{
	background-image: var(--gradient-cloudy);
}
.container.rainy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/rainy.jfif");
}
.container.rainy .weather-gradient{
	background-image: var(--gradient-rainy);
}
.container.stormy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/stormy.jpg");
}
.container.stormy .weather-gradient{
	background-image: var(--gradient-stormy);
}
.container.stormy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/stormy.jpg");
}
.container.stormy .weather-gradient{
	background-image: var(--gradient-stormy);
}
.container.snowy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/snowy.jfif");
}
.container.snowy .weather-gradient{
	background-image: var(--gradient-snowy);
}
.container.foggy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/foggy.jpg");
}
.container.foggy .weather-gradient{
	background-image: var(--gradient-foggy);
}
.container.night .weather-side{
	background-image: url("/assets/images/weather/backgrounds/night.jpg");
}
.container.night .weather-gradient{
	background-image: var(--gradient-night);
}
.container.night-cloudy .weather-side{
	background-image: url("/assets/images/weather/backgrounds/stormy.jpg");
}
.container.night-cloudy .weather-gradient{
	background-image: var(--gradient-night-cloudy);
}

.weather-side {
	position: absolute;
	height: calc(100% - 20px); 
	border-radius: 20px;
	/* background-image: url("https://images.unsplash.com/photo-1559963110-71b394e7494d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80"); */
    background-size: cover;
	width: 300px;
	left: 0;
    top: 0;
    margin: 10px;
    z-index: 10;
}

.weather-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 19px;
	opacity: .8;
}

.date-container {
	position: absolute;
	top: 25px;
	left: 25px;
}

.date-dayname {
	margin: 0;
}

.date-day {
	display: block;
}

.location {
	display: inline-block;
	margin-top: 10px;
}

.location-icon {
	display: inline-block;
	height: 0.8em;
	width: auto;
	margin-right: 5px;
}

.weather-container {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.weather-icon.feather {
	height: 60px;
	width: auto;
}

.weather-temp {
	margin: 0;
	font-weight: 700;
	font-size: 4em;
}

.weather-desc {
	margin: 0;
}

.info-side {
	position: absolute;
	right: 0;
    top: 0;
	padding-top: 25px;
    margin: 10px 10px 0 10px;
	height: calc(100% - 20px); 
    width: calc(100% - 21px);
    border-radius: 20px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 5;
	background: rgb(240, 240, 240);
	box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.103);
}

.today-info {
	padding: .5rem;
	margin: 0 .8rem 25px 25px;
/* 	box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25); */
	border-radius: 10px;
    width: 280px;
}

.today-info>div:not(:last-child) {
	margin: 0 0 10px 0;
}

.today-info>div .title {
	float: left;
	font-weight: 700;
}

.today-info>div .value {
	float: right;
}

.week-list {
    display: flex;
	list-style-type: none;
	padding: 0;
	/* margin: 10px 35px; */
	/* -webkit-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25); */
	        /* box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25); */
	border-radius: 20px;
    width: calc(100% - 10px);
    padding: .5rem;
}

ul.week-list{
    margin-block-start: none;
    margin-block-end: none;
    margin-inline-start: none;
    margin-inline-end: none;
    padding-inline-start: none;
}

.week-list>li {
	float: left;
	padding: 15px;
	cursor: pointer;
	border-radius: 10px;
}


.week-list>li.active {
	background: #fff;
	color: #222831;
	border-radius: 10px;
}

.week-list>li .day-name {
	display: block;
	margin: 0px 0 10px 0;
	text-align: center;
}

.week-list>li .day-icon {
	display: block;
	height: 30px;
	width: auto;
	margin: 0 auto;
}

.week-list>li .day-temp {
	display: block;
	text-align: center;
	margin: 20px 0 0 0;
	font-weight: 700;
}

.location-container {
	padding: 25px 35px;
}

.location-button {
	outline: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 25px;
	padding: 10px;
	background-image: var(--gradient);
	color: #ffffff;
	font-weight: 700;
	-webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.location-button .feather {
	height: 1em;
	width: auto;
	margin-right: 5px;
}

.body.login .loginOverlay{

}