/* line 8, /app/app/assets/stylesheets/physical.scss */
#physical_modal.modal1 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
}

/* line 16, /app/app/assets/stylesheets/physical.scss */
#physical_modal.modal1 .modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* line 23, /app/app/assets/stylesheets/physical.scss */
#physical_modal.modal1 .modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 160px;
  transform: translate(-50%, 0%);
  width: 890px;
  border-radius: 10px;
}

/* line 33, /app/app/assets/stylesheets/physical.scss */
#physical_modal.js-modal {
  text-align: center;
}
