

#modalForWindow{
  display: none;
}

#forStationsname{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}

#closeModalForBtn{
  color: #cccccc;
  font-size: 30px;
}

#closeModalForBtn:hover, #closeModalForBtn:focus{
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

#chartForDiv{
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

#modalForBody{
  position: relative;
}

#modalForHeader_Run{
  display: flex;
  width: 100%;
  height: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

#forLoaderOverlay{
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

@media only screen and (min-width: 2000px){

  #forStationsname{
    font-size: 36px;
  }
  
  #modalForHeader_Run{
    height: 45px;
    font-size: 24px;
  }
  
  #closeModalForBtn{
    color: #cccccc;
    font-size: 48px;
  }
}

