html{
    overflow-y: hidden!important;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.leaflet-popup-content{
    font-family:'Trebuchet MS',Garamond,Candara,Cambria,Calibri,Segoe UI,Helvetica,'Calisto MT';;
    font-size: 16px ;
    padding: 50px;
    font-weight: bold;
    line-height: 1.6;
}

#latestNews{
    font-size: 2rem;
    text-align: center;
    background-color: cadetblue;
    color: whitesmoke;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 4px;
}

.infoTh{
    text-align: center!important;
    color: #ffffff;
    padding: 4px 5px;
    background-color: #259d6b;
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
}
#newsContainer{
    overflow-y:scroll;
    max-height:20rem;
    min-height: 10rem;
    padding: 20px;
}
.easy-button-container{
    width: 40px;
    height: 40px;
}
.easy-button-button{
    width: 100% !important;
    height: 100% !important;
}


#selectMenu{
    margin-left: auto;
margin-right: auto;
min-width: 210px;
position: absolute;
top: 3;
left: 26%;
z-index: 1000;
right: 29%;
max-width: 210px;
}

.tableContent{
    min-width: 15rem;
    
    text-align: center;
}
.tableContent tr{
    background-color: whitetrasmoke;
    padding:5px 0 10px 0;
}
.tableContent tr:first-child{
    
    background-color: transparent;
}
.tableContent tr:nth-child(even) {
    background-color: #d4d4d4;
  }
  .tableContent tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .tableContent tr:first-child {
    background-color: transparent;
  }

.tableContent th{
    background-color: steelblue;
    border-radius: 10px 10px 0 0;
    font-size:1.6rem;
    padding:3px;
    color: white;
}

#forecastMissing{
    padding:15px;
    font-size: 1.5rem;
    background-color: rgb(55, 96, 173);
    color: white;
}

#map{
    
    
    overflow: hidden;
    height: 100%!important;
    
}
.tableContent .left{
    text-align: left;
    padding: 4px 0px 4px 15px;
    
}
.tableContent .right{
    text-align: left;
    padding: 4px 0px 4px 15px;
}

.right{
    text-align: right;
    
}
.close-button{
    float:right;
    padding:2px
}
.loaderWrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 42%;
    left: 43%;
    
}
.border-right{
    border-right: 2px solid black;
}

#infoBox{
    z-index:400;
    position: absolute;
    top: 7rem;
    left:6rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    
}

.infoTabel{
    border-radius: 10px;
    width: 100%;
    padding:0 5px;
    max-width: 15rem;
}
.infoTabel:nth-child(odd){
    background-color: #f3f3f3;
}
.infoTabel tr:first-child{
    border-radius: 10px ;
    background-color: transparent!important;
}

.infoTabel tr:nth-child(n)
{
    border-radius: 10px;
}
.infoTabel tr td{
    padding:4px 12px;
    
}
.infoTabel tr:nth-child(odd){
    background-color: rgb(152, 219, 169);
    color: black;
}

img#weatherIcon{
    padding:2px !important;
}
.description{
    color: white;
}
.infoWrapper{
    color:white;
    display: flex;
    flex-direction: row;
    font-size:0.9rem;
    justify-content: space-around;
    padding-top: 6px;
    line-height: 27px;
}

.infoWrapper div {
    padding-bottom:3px;
}

#forecastWrapper{
    display: flex;
    flex:1 1 auto;
    flex-direction: row;
    justify-content: space-between;
}

.forecast{
display: flex;
flex-direction: column;
padding:10px 15px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
line-height: 1.6;
}
.forecastIcon{
    width: 4rem;
}

.tableWeather{
    width:100%;
    background: linear-gradient(176deg, rgb(97, 188, 223) 0%, rgb(62, 102, 145) 50%, rgb(96, 141, 221) 100%);;
    text-align: center;
    border-radius:10px;
    color: white;
    line-height: 1.2;
    max-width: 16rem !important
}

.tableWeather > div {
    color:white!important;
}

.forecast td{
    padding:20px;
}
#thImage{
    
    width: 5rem;
    height: 5rem;
    
}
#temperature{
    color: white !important;
    font-size: 2rem;
    padding-top:18px;
    padding-left: 30px;
}


#wrapper>div:first-of-type{
    display: flex;
justify-content: space-evenly;
}
.forecastTh{
    padding:20px;
    font-size:1.1rem;
    border-bottom: solid 1px gray;
    
}
#wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.forecastTh th #thCity{
    padding: 0px 5px;
    color:white;
    margin-top:4px;
    font-size:1.8rem
}

.loaderrrr{
    
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    z-index: 1000;
  }
  #newsWrapper{
      background-color: white;
      min-width: 14rem;
      max-width: 16rem;
    min-height: 19rem;
    
    border-radius: 10px;
  }
#newsContainer{
    min-height: inherit;
}
  #newsContainer{
      padding:0 20px;
     
  }
.POIContainer{
    max-height: 15rem;
    margin: 0.7px;
    min-height: 16px;
    overflow-y: scroll;
}
.POIContent{
    max-height: 13rem;
    
    padding: 0 20px;
}
hr{
    color: gray !important;
    margin-top:7px !important;
    margin-bottom: 8px !important;
}

.hero{
    color: black !important;
}
 .title{
    color: black !important;
    margin-bottom: 5px !important;
    text-align: center;
    border-radius: 10px;
    padding: 15px 19px 0 18px;
    font-size:1.5rem !important;
}
a{
    color:black !important;
}
a:hover{
    color:#3c83ec!important;
}
#flag{
    max-width: 1.4rem;
    max-height: 1rem;
    
}
.circles {
    width:300px;
    height:300px;
    position:relative;
    margin:auto;
    margin-top:25vh;
  }
  .circles > * {
    background-color:transparent;
    box-sizing:border-box;
    border:5px solid powderblue;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-radius: 50%;
    position:absolute;
    animation: spin 2s infinite linear alternate;
  }
  
 
  .circle1 {
    width: 180px; height: 180px;
    top:60px;left:60px;
    animation-delay:-4.4s;
    border-color:rgb(7, 117, 71);
  }

  .circle2 {
    width: 140px; height: 140px;
    top:80px;left:80px;
    animation-delay:-4.2s;
    border-color:rgb(8, 150, 91);
  }
 
  .circle3 {
    width: 100px; height: 100px;
    top:100px;left:100px;
    animation-delay:-4s;
    border-color:rgb(9, 180, 109);
  }
 
  .circle4 {
    width: 60px; height: 60px;
    top:120px;left:120px;
    animation-delay:-3.8s;
    border-color:rgb(10, 209, 126);
  }

  .circle5 {
    width: 20px; height: 20px;
    top:140px;left:140px;
    animation-delay:-3.6s;
    border-color:rgb(15, 219, 134);
  }
        
  @keyframes spin {
      0% {transform: rotate(0deg);}
      100% {transform: rotate(360deg);};
  }


@media screen and (min-width:1020px){
    #newsContainer{
        padding:0 20px;
    }

    .leaflet-popup-content{
        width: 100%;
    }

   
    .leaflet-popup-content {
        margin:0 !important;
        width: 100% !important;
        padding:0 !important;
    }
       
    

    .leaflet-container .leaflet-control-mouseposition{
        font-size:1.2rem !important;
    }
    
} 

