@charset "UTF-8";
html {
  visibility: hidden;
  height: 100%;
}
html body {
  overflow: hidden;
  height: 100%;
}
html body .container-sm {
  height: 85%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
}
html body .container-sm .list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: auto;
  justify-content: flex-end;
  align-items: center;
}
html body .input-error {
  border: 2px solid #dc3545;
  background-color: #f1aeb5;
}
html body .file-list {
  max-height: 700px;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 2px 2px 12px 2px rgb(194, 194, 194);
  -moz-box-shadow: 2px 2px 12px 2px rgb(194, 194, 194);
  box-shadow: 2px 2px 12px 2px rgb(194, 194, 194);
}
html body .file-list:empty::after {
  content: "リストは空です";
  font-size: 24px;
  display: block;
  text-align: center;
}
html body .file-list li {
  padding: 0;
}
html body .file-list li .d-flex {
  padding: 10px;
  vertical-align: middle;
  align-items: center;
}
html body .file-list li .d-flex .btn-group {
  margin-left: auto;
  min-width: 240px;
}
html body .nav .nav-link {
  color: #000000;
}
html body .nav .nav-link:hover {
  color: #fff;
  background-color: #3169f4;
}
html body .nav .nav-link.active {
  color: #fff;
  background-color: #3169f4;
}
html body .upload-zone {
  -webkit-box-shadow: 2px 2px 12px 2px rgb(194, 194, 194);
  -moz-box-shadow: 2px 2px 12px 2px rgb(194, 194, 194);
  box-shadow: 2px 2px 12px 2px rgb(194, 194, 194);
  margin-top: 40px;
  width: 40%;
}
html body .upload-zone div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 15px;
}
html body .upload-zone div:hover {
  color: #fff;
  background-color: #3169f4 !important;
}
html body #process-info-form {
  padding: 10px;
}
html body #process-info-form input.highlight {
  border: 2px solid #fc4444;
  background-color: #ffe6e6;
}
html body #process-info-form .form-check.form-switch {
  margin-top: 20px;
}
html body .item-btn-group button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1 !important;
  gap: 5px;
}
html body .item-btn-group button p {
  text-wrap: nowrap;
  margin: 0;
}
@media (max-width: 1000px) {
  html body .item-btn-group {
    min-width: 0 !important;
    max-width: none !important;
    justify-content: flex-end;
  }
  html body .item-btn-group button {
    flex: 0 !important;
  }
  html body .item-btn-group button p {
    display: none;
  }
}
html body .modal-body thead {
  background-color: #e3e3e3;
}
html body .modal-body thead tr {
  font-weight: bold;
  border: black solid 1px;
  text-align: center;
  text-wrap: nowrap;
}
html body .modal-body thead tr th {
  border: black solid 1px;
  padding: 10px;
  text-align: center;
}
html body .modal-body tbody tr {
  background-color: #fff;
}
html body .modal-body tbody tr th {
  text-align: center;
  border: black solid 1px;
  padding: 10px;
}
html body .modal-body tbody tr td {
  text-wrap: nowrap;
  border: black solid 1px;
  padding: 10px;
}
html body .modal-body tbody tr:nth-child(2n) {
  background-color: #e3e3e3;
}
html body .toast .toast-header strong {
  max-width: 180px;
}
html body .ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
@media (max-width: 990px) {
  html body .ellipsis {
    max-width: 50%;
  }
}
html body footer {
  border-top: 1px solid #3169f4;
}
html body footer p {
  color: #3169f4;
}
html body .modal-max-600 {
  max-width: 615px;
}
html body .config-info {
  justify-self: center;
}
html body .config-info tr th {
  text-wrap: nowrap;
}
html body .toast-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #3169f4;
  color: #fff;
  border: #0b5ed7 solid 2px;
}
html body .toast-button:hover {
  background-color: transparent;
  border: #0b5ed7 solid 2px;
}
html body .toast-container {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 20px;
  max-height: 85%;
  overflow-y: hidden;
}

/*# sourceMappingURL=styles.css.map */
