.pointer {
  cursor: pointer;
}

.top__page .top__flex {
  display: flex;
  align-items: center;
}
.top__page .top__flex .flex__h2 {
  flex-grow: 1;
}
.top__page .top__flex .flex__a {
  font-size: 25px;
}
.top__page .top__table {
  width: 100%;
  margin-bottom: 20px;
}
.top__page .top__table th, .top__page .top__table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.top__page .top__table th.max__width, .top__page .top__table td.max__width {
  width: 100%;
}
.top__page .top__table th.min__width, .top__page .top__table td.min__width {
  width: 1px;
  white-space: nowrap;
}
.top__page .top__table.--hover-bg tr:hover td {
  background: #f6f6f6;
}

.status {
  color: #666;
  font-size: 12px;
  padding: 3px 10px;
  width: fit-content;
  border-radius: 2px;
  font-weight: bold;
  white-space: nowrap;
}
.status.--waiting-upload {
  background: #eaeaea;
}
.status.--waiting-confirmation {
  background: #ffc107;
  color: #624a05;
}
.status.--confirmed {
  background: #28a745;
  color: #fff;
}
.status.--shipped {
  background: #0d6efd;
  color: #fff;
}
.status.--canceled {
  background: #9d3c40;
  color: #fff;
}

.scroll__x {
  overflow-x: scroll;
}

.base-form {
  margin-top: 30px;
}
.base-form .form-line {
  margin-bottom: 20px;
}
.base-form label {
  margin-bottom: 3px;
  color: #666;
  font-weight: bold;
  display: block;
}
.base-form .base-input {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 40px;
  line-height: 28px;
  width: 100%;
  padding: 0 10px;
}

.qrcode {
  font-size: 40px;
  cursor: pointer;
}

.modal__h3 {
  margin: 0 auto 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.error__message {
  color: #9d3c40;
  text-align: center;
  margin: 15px 0;
}

.relative {
  position: relative;
}

.logout {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #9d3c40;
  font-size: 12px;
  cursor: pointer;
}

.step__check {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 50px;
}

.flow__cell {
  color: #ccc;
  position: relative;
}

.flow__cell.--bar {
  width: 25%;
}

.flow__bar {
  width: 100%;
  height: 2px;
  background: #ccc;
  margin: auto;
}

.flow__bar.--success {
  background: #256e25;
}

.flow__circle {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.flow__circle.--success {
  color: #256e25;
  border: 2px solid #256e25;
}

.flow__text {
  position: absolute;
  bottom: 0;
  line-height: 17px;
  margin-bottom: -40px;
  width: 130px;
  font-size: 14px;
  text-align: center;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.--success {
  color: #256e25;
}

.--error {
  color: #9d3c40;
}

.pad-20 {
  padding: 20px;
}

.error {
  color: #9d3c40;
  margin: 10px 0;
  text-align: center;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.btn.--send {
  background: #256e25;
  border-color: #256e25;
  color: #fff;
}

.btn:disabled {
  opacity: 0.4;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.middle {
  background: #f7f7f7;
  padding: 5px 15px;
  margin: 10px auto 15px;
  min-height: 35px;
  text-align: center;
  width: 100%;
  border: 2px solid #eee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.player__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.audio {
  display: block;
  margin: 0 auto;
}

.file__transition {
  position: relative;
  transition: all 1s;
  opacity: 0.5;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
}
.file__transition.--show {
  opacity: 1;
  height: 115px;
}

.trash {
  color: #9d3c40;
  margin-left: 10px;
  cursor: pointer;
}

.custom-width {
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body {
  color: #666;
  position: relative;
}

.h3__modal {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  padding: 0;
  margin: 0 0 15px;
}

.--delete {
  background: #9d3c40;
  border-color: #9d3c40;
  color: #fff;
  display: inline-block;
  margin: 20px 5px 0;
}

.--confirm {
  background: #256e25;
  border-color: #256e25;
  color: #fff;
  display: inline-block;
  margin: 20px 5px 0;
}

.check__area {
  text-align: center;
  width: 20px;
  display: inline-block;
}

.mail__button {
  padding: 7px 15px;
  background: #7b9aff;
  color: #fff;
  border-radius: 3px;
}

.modal__flex {
  display: flex;
  justify-content: space-around;
}

.modal__btn {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 4px;
  margin: 0 5px;
}
.modal__btn.--primary {
  background: #0d6efd;
  color: #fff;
}
.modal__btn.--cancel {
  background: #eee;
}
.modal__btn.--error {
  background: #9d3c40;
  color: #fff;
}
.modal__btn.modal__btn.--success {
  background: #256e25;
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.filters input.filter__text {
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
}
.filters input.filter__text::placeholder {
  opacity: 0.3;
}
.filters select.filter__select {
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
  cursor: pointer;
  max-width: 50%;
  width: 300px;
}

.download__qrcode {
  display: block;
  width: 100%;
  padding: 4px 10px;
  background: #ddd;
  color: #666;
  margin: 15px auto 0;
  text-align: center;
  cursor: pointer;
}

.placeholder::placeholder {
  color: #ccc;
}

.password__error {
  height: 30px;
}

.close__modal {
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #888;
}

.modal__table {
  font-size: 95%;
  margin: 20px 0;
}
.modal__table .table__head {
  font-weight: bold;
}
.modal__table .table__body {
  padding-left: 15px;
  color: #888;
}

.modal__buttons {
  display: flex;
  justify-content: space-evenly;
}

.message {
  border: 1px solid;
  padding: 10px 15px;
  margin: 15px 0 5px;
  line-height: 18px;
}
.message.message__success {
  border-color: #256e25;
  color: #256e25;
}

.--center {
  text-align: center;
}

.alert {
  position: fixed;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  top: -80px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  animation-name: alert;
  animation-duration: 5s;
}
.alert.--alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.--alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

@keyframes alert {
  0% {
    opacity: 0;
    top: 20px;
  }
  25% {
    opacity: 1;
    top: 20px;
  }
  80% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: -80px;
  }
}
.challenge {
  width: 100px;
  padding: 5px 15px;
  border: 1px solid #ccc;
}

.receive__mail {
  font-size: 23px;
  text-align: center;
  cursor: pointer;
}
.receive__mail .--on {
  color: #39a43c;
}
.receive__mail .--off {
  color: #b7333a;
}

.googleDriveId {
  font-size: 12px;
  color: #888;
}
.googleDriveId .googleDriveId__id {
  display: inline-block;
  background: #e5ebff;
  padding: 1px 5px;
  border: 1px solid #cdd7ff;
  border-radius: 3px;
}

.backup__check {
  text-align: center;
  font-size: 23px;
}
.backup__check .--green {
  color: #39a43c;
}
.backup__check .--red {
  color: #b7333a;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

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