.wait-page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 16px;
  box-sizing: border-box;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .wait-page {
    padding: 70px 16px;
  }
}
@media (max-width: 768px) {
  .wait-page {
    padding: 40px 16px;
  }
}
@media (max-width: 480px) {
  .wait-page {
    padding: 30px 12px;
  }
}
.wait-page * {
  box-sizing: border-box;
}
.wait-page .wait-head {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .wait-page .wait-head {
    margin-bottom: 60px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .wait-page .wait-head {
    margin-bottom: 40px;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .wait-page .wait-head {
    margin-bottom: 28px;
    gap: 8px;
  }
}
.wait-page .wait-head h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .wait-page .wait-head h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .wait-page .wait-head h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .wait-page .wait-head h1 {
    font-size: 20px;
  }
}
.wait-page .wait-head p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
  color: #3D3D3D;
  text-align: center;
}
@media (max-width: 768px) {
  .wait-page .wait-head p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .wait-page .wait-head p {
    font-size: 14px;
  }
}
.wait-page .wait-search {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 14px;
}
@media (max-width: 640px) {
  .wait-page .wait-search {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .wait-page .wait-search {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.wait-page .wait-search .label {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #1e293b;
  padding: 0 10px;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .wait-page .wait-search .label {
    padding: 0;
    justify-content: center;
  }
}
.wait-page .wait-search input[type=text] {
  flex: 1;
  width: auto;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
}
.wait-page .wait-search input[type=text]:focus {
  border-color: #2b6cb0;
}
@media (max-width: 480px) {
  .wait-page .wait-search input[type=text] {
    flex: unset;
    width: 100%;
    height: 42px;
  }
}
.wait-page .wait-search .btn {
  height: 46px;
  padding: 0 24px;
  background: #0f2d59;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .wait-page .wait-search .btn {
    width: 100%;
    height: 44px;
  }
}
.wait-page .check-queue {
  width: 100%;
  height: 46px;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #0f2d59;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 480px) {
  .wait-page .check-queue {
    margin-top: 16px;
    font-size: 16px;
  }
}
.wait-page .wait-table {
  width: 100%;
  border-top: 2px solid #0f2d59;
  border-collapse: collapse;
  word-break: keep-all;
}
.wait-page .wait-table th, .wait-page .wait-table td {
  padding: 10px 5px;
  border-bottom: 1px solid #cbd5e1;
  font-size: 14px;
  text-align: center;
  color: #1e293b;
  word-break: keep-all;
}
@media (max-width: 640px) {
  .wait-page .wait-table th, .wait-page .wait-table td {
    padding: 8px 4px;
    font-size: 13px;
  }
}
.wait-page .wait-table thead th {
  background: #f8fafc;
  font-weight: 700;
  color: #0f2d59;
}
.wait-page .wait-table .btn-view {
  display: inline-block;
  padding: 6px 16px;
  background: #2b6cb0;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 640px) {
  .wait-page .wait-table .btn-view {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.wait-page .wait-result-msg {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 18px;
  text-align: center;
  font-size: 16px;
  color: #1e293b;
  margin-bottom: 24px;
  word-break: keep-all;
}
@media (max-width: 640px) {
  .wait-page .wait-result-msg {
    padding: 14px;
    font-size: 15px;
  }
}
.wait-page .wait-result-msg strong {
  color: #2b6cb0;
  font-size: 20px;
}
@media (max-width: 640px) {
  .wait-page .wait-result-msg strong {
    font-size: 18px;
  }
}
.wait-page .wait-sec-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f2d59;
  border-bottom: 2px solid #0f2d59;
  padding-bottom: 8px;
  margin: 28px 0 0;
  word-break: keep-all;
}
.wait-page .wait-info {
  width: 100%;
  border-collapse: collapse;
  word-break: keep-all;
}
.wait-page .wait-info th {
  width: 120px;
  text-align: left;
  padding: 12px;
  background: #f8fafc;
  font-weight: 700;
  color: #1e293b;
  font-size: 14px;
  border-bottom: 1px solid #cbd5e1;
  vertical-align: top;
  word-break: keep-all;
}
@media (max-width: 640px) {
  .wait-page .wait-info th {
    width: 100px;
    padding: 10px 8px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .wait-page .wait-info th {
    width: 90px;
  }
}
.wait-page .wait-info td {
  padding: 12px;
  font-size: 14px;
  color: #1e293b;
  border-bottom: 1px solid #cbd5e1;
  word-break: keep-all;
}
@media (max-width: 640px) {
  .wait-page .wait-info td {
    padding: 10px 8px;
    font-size: 13px;
  }
}
.wait-page .wait-btns {
  text-align: center;
  margin: 30px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 640px) {
  .wait-page .wait-btns {
    margin: 20px 0 40px;
  }
}
.wait-page .wait-btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 48px;
  margin: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 640px) {
  .wait-page .wait-btns .btn {
    min-width: 100px;
    height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .wait-page .wait-btns .btn {
    flex: 1 1 calc(50% - 4px);
  }
}
.wait-page .wait-btns .btn-cancel {
  background: #0f2d59;
  color: #fff;
}
.wait-page .wait-btns .btn-delay {
  background: #2b6cb0;
  color: #fff;
}
.wait-page .wait-btns .btn-list {
  background: #e2e8f0;
  color: #334155;
}

.wait-modal-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.wait-modal-bg.on {
  display: block;
}
.wait-modal-bg .wait-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 380px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .wait-modal-bg .wait-modal {
    padding: 20px 16px;
  }
}
.wait-modal-bg .wait-modal h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f2d59;
  margin: 0 0 6px;
  text-align: center;
  word-break: keep-all;
}
.wait-modal-bg .wait-modal p {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 16px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
.wait-modal-bg .wait-modal input[type=text] {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 16px;
  outline: none;
}
.wait-modal-bg .wait-modal input[type=text]:focus {
  border-color: #2b6cb0;
}
.wait-modal-bg .wait-modal .modal-btns {
  display: flex;
  gap: 8px;
}
.wait-modal-bg .wait-modal .modal-btns button {
  flex: 1;
  height: 44px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
}
.wait-modal-bg .wait-modal .modal-btns .ok {
  background: #0f2d59;
  color: #fff;
}
.wait-modal-bg .wait-modal .modal-btns .cancel {
  background: #e2e8f0;
  color: #334155;
}/*# sourceMappingURL=wait.css.map */