.weather__widget {
	padding: 0px;
	width: 190px;
	height: 240px;
	font-size: 14px;
	border-radius: 15px;
	font-family: "Be Vietnam Pro", sans-serif;
	filter:grayscale(30%);
}
.weather__sub {
	background-color: #EEEEEE;
	background: url(../img/input.webp);
	background-size: 100%;
	padding: 15px;
	width: 190px;
	height: 345px;
	font-size: 14px;
	color: #fff;
	border-radius: 15px;
}
.weather__img {
	width: 50px;
}
.weather__name-city {
	cursor: pointer;
	vertical-align: 1px;
	font-size:12px;
	text-align:center;
}
.weather__checkbox {
	cursor: pointer;
}
.weather__main-temp {
	font-size: 22px;
	
}
.weather__input {
	border: none;
	border-bottom: 2px solid #729AB9;
	background-color: rgba(0,0,0,0);
	color: #fff;
	text-shadow: black 0.0em 0.0em 0.2em;	
	width: 100%;
	margin-bottom: 5px;
}
.weather__wrapper {
	position: relative;
	margin-top: 25px;
	font-family: "Be Vietnam Pro", sans-serif;
}
.weather__text__wrapper{
	color:#244952;
	padding:5px;
	border-radius: 5%;
}
.weather__input:focus {
	outline: none;
}
.weather__info {
	line-height: 20px;
}
.weather__input__label {
	text-shadow: black 0.0em 0.0em 0.2em;	
}
.autocomplete-suggestions { 
	border: 1px solid #999; 
	background-color: rgba(255, 255, 255, 0.56); 
	overflow: auto; 
	color: #438BC0;
	display: none;
}
.autocomplete-suggestion {
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
	cursor: pointer;
}
.autocomplete-selected { 
	background: #F0F0F0; 
}
.autocomplete-group { 
	padding: 2px 5px; 
}
.autocomplete-suggestions strong { 
	font-weight: normal; 
	color: #3399FF; 
}
.autocomplete-group strong { 
	display: block; 
	border-bottom: 1px solid #000; 
}

.meteo2{
	transform:translateY(-103%);
	background-color:rgba(255, 255, 255, 0.91);
	border-radius: 15px;
	text-align: center;
	color:#244952;
	padding-top:18px;
	height:222px;
}
#imgMer2{
	width:100%;
	height:100%;
	border-radius: 25px;
}