.orichi-limit-error {
  color: red;
}
#error-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}
.modal-content {
  width: 423px;
  display: flex;
  z-index: 1001;
  border: 1px solid #e3e3e3;
  padding: 16px;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.modal-content .list-error {
  margin: 0;
  flex: 1;
  padding-left: 16px;
}

.modal-content button {
  margin: 0;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.orichi-limit-modal-error {
  cursor: not-allowed !important;
  background-color: #868686 !important;
  border: none !important;
}
.orichi-limit-modal-error:hover {
  background-color: #868686 !important;
  border: none !important;
}
