.download-form-modal{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 10;
}
.download-form-modal.active{
  display: flex;
}
.download-form{
  background-color: white;
  position: relative;
}
.form-close-btn{
  position: absolute;
  right: 25px;
  top: 17px;
  width: 19px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.download-form-modal .modal-form-container{
  height: 100vh;
  width: 100vh;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.download-form .hidden-input{
  display: none;
}
.flag-review{
  display: none;
}
.download-btn{
  background: none;
  outline: none;
  border: none;
  text-align: left;
}
.file-download-link{
  display: none;
}
