/* line 1, app/assets/stylesheets/react_app/modal.css.scss */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  overflow: auto;
}

/* line 12, app/assets/stylesheets/react_app/modal.css.scss */
.modal-window {
  width: 800px;
  background: white;
  border-radius: 4px;
  margin: 5% auto;
}
