/* line 1, /var/app/labo-pos/app/assets/stylesheets/company/export/orderhistory.scss */
.js-history-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15, /var/app/labo-pos/app/assets/stylesheets/company/export/orderhistory.scss */
.history-modal-content {
  background-color: white;
  border-radius: 6px;
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  width: 450px;
  z-index: 45;
  text-align: center;
}

/* line 26, /var/app/labo-pos/app/assets/stylesheets/company/export/orderhistory.scss */
.js-history-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 41;
}

/* line 35, /var/app/labo-pos/app/assets/stylesheets/company/export/orderhistory.scss */
.history-modal-message {
  color: red;
  margin: 15px 0px;
}

/* line 40, /var/app/labo-pos/app/assets/stylesheets/company/export/orderhistory.scss */
.history-modal-button {
  margin: 15px 0px;
  width: 80px;
}

/* line 45, /var/app/labo-pos/app/assets/stylesheets/company/export/orderhistory.scss */
.hidden {
  display: none;
}
