.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}

.table-basic {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.875rem;
  color: #35393C;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.table-basic thead tr {
  background: #043F6D;
  color: #fff;
}
.table-basic thead th {
  padding: 10px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid rgb(3.0973451327, 48.7831858407, 84.4026548673);
}
.table-basic thead th:first-child {
  border-radius: 8px 0 0 0;
}
.table-basic thead th:last-child {
  border-radius: 0 8px 0 0;
}
.table-basic tbody tr {
  transition: background 0.15s;
}
.table-basic tbody tr:nth-child(even) {
  background: #f5f8fb;
}
.table-basic tbody tr:hover {
  background: rgb(206, 230.3675675676, 245.2);
}
.table-basic tbody td {
  padding: 10px 14px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(169.8272251309, 172.4345549738, 174.1727748691);
}
.table-basic tbody tr:last-child td {
  border-bottom: none;
}
.table-basic tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.table-basic tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.table-basic .cell-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  transition: -webkit-line-clamp 0.1s;
}
.table-basic .cell-clamp.is-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.table-basic .cell-toggle-btn {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #46A2DA;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.table-basic .cell-toggle-btn:hover {
  color: rgb(35.25, 122.8986486486, 176.25);
}

.col-action {
  white-space: nowrap;
  text-align: center;
  width: 1%;
}

.toggle-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle-switch .slider {
  position: absolute;
  inset: 0;
  background: rgb(169.8272251309, 172.4345549738, 174.1727748691);
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.2s;
}
.toggle-switch .slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.toggle-switch input:checked + .slider {
  background: #EB4878;
}
.toggle-switch input:checked + .slider::before {
  transform: translateX(20px);
}
.toggle-switch input:disabled + .slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.toggle-label {
  font-size: 0.78rem;
  color: #5D6062;
  min-width: 4em;
}

.table-black th,
.table-black td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 12px;
  border: 1px solid #ddd;
}
.table-black th {
  background-color: #35393C;
  color: #F9F9F9;
  text-align: center;
}
.table-black .word-break-180px {
  white-space: normal;
  word-break: break-all;
  min-width: 180px;
}
.table-black tr:hover {
  background-color: #F9F9F9;
}

.table-th-horizontal {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.table-th-horizontal thead {
  background-image: linear-gradient(135deg, #043F6D 0%, rgb(5.8053097345, 91.4336283186, 158.1946902655) 50%, #46A2DA 100%);
  color: #ffffff;
}
.table-th-horizontal thead tr th {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border: none;
}
.table-th-horizontal tbody tr {
  border-bottom: 1px solid rgb(222.1623036649, 223.167539267, 223.8376963351);
  transition: background-color 0.2s ease;
}
.table-th-horizontal tbody tr:hover {
  background-color: rgb(216.4159292035, 237.3008849558, 253.5840707965);
}
.table-th-horizontal tbody tr:last-child {
  border-bottom: none;
}
.table-th-horizontal tbody tr td {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #35393C;
  vertical-align: middle;
}
.table-th-horizontal tbody tr td a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.table-th-horizontal tbody tr td a:hover {
  color: #46A2DA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .table-th-horizontal {
    font-size: 0.9rem;
  }
  .table-th-horizontal thead tr th {
    padding: 1rem 0.75rem;
    font-size: 0.85rem;
  }
  .table-th-horizontal tbody tr td {
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 480px) {
  .table-th-horizontal thead {
    display: none;
  }
  .table-th-horizontal tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid rgb(222.1623036649, 223.167539267, 223.8376963351);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .table-th-horizontal tbody tr td {
    display: block;
    padding: 0.75rem 1rem;
    text-align: right;
    position: relative;
    border-bottom: 1px solid rgb(248.3298429319, 248.5340314136, 248.6701570681);
  }
  .table-th-horizontal tbody tr td:last-child {
    border-bottom: none;
  }
  .table-th-horizontal tbody tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    font-weight: 600;
    color: #043F6D;
    text-align: left;
  }
  .table-th-horizontal tbody tr td.no-label::before {
    content: "";
    text-align: center;
  }
}

.table-th-vertical {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.table-th-vertical thead {
  background-image: linear-gradient(135deg, #043F6D 0%, rgb(5.8053097345, 91.4336283186, 158.1946902655) 50%, #46A2DA 100%);
  color: #ffffff;
}
.table-th-vertical thead tr th {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border: none;
}
.table-th-vertical tbody tr {
  border-bottom: 1px solid rgb(222.1623036649, 223.167539267, 223.8376963351);
  transition: background-color 0.2s ease;
}
.table-th-vertical tbody tr:hover {
  background-color: rgb(216.4159292035, 237.3008849558, 253.5840707965);
}
.table-th-vertical tbody tr:last-child {
  border-bottom: none;
}
.table-th-vertical tbody tr td {
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  color: #35393C;
  vertical-align: middle;
}
.table-th-vertical tbody tr td a {
  color: #043F6D;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.table-th-vertical tbody tr td a:hover {
  color: #46A2DA;
  text-decoration: underline;
}
.table-th-vertical tr {
  border-bottom: 1px solid rgb(222.1623036649, 223.167539267, 223.8376963351);
  transition: background-color 0.2s ease;
}
.table-th-vertical tr:hover {
  background-color: rgb(216.4159292035, 237.3008849558, 253.5840707965);
}
.table-th-vertical tr:last-child {
  border-bottom: none;
}
.table-th-vertical tr th {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  background: rgba(70, 162, 218, 0.05);
  color: #043F6D;
  vertical-align: middle;
}
.table-th-vertical tr td {
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  color: #35393C;
  vertical-align: middle;
}
.table-th-vertical tr td a {
  color: #043F6D;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.table-th-vertical tr td a:hover {
  color: #46A2DA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .table-th-vertical {
    font-size: 0.9rem;
  }
  .table-th-vertical thead tr th,
  .table-th-vertical tr th,
  .table-th-vertical tbody tr td,
  .table-th-vertical tr td {
    padding: 1rem 0.75rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .table-th-vertical thead {
    display: none;
  }
  .table-th-vertical tbody tr,
  .table-th-vertical tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid rgb(222.1623036649, 223.167539267, 223.8376963351);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .table-th-vertical tbody tr th,
  .table-th-vertical tr th {
    display: block;
    padding: 0.75rem 1rem;
    text-align: left;
    background: rgba(70, 162, 218, 0.08);
    border-bottom: 1px solid rgb(248.3298429319, 248.5340314136, 248.6701570681);
    font-size: 0.85rem;
    font-weight: 600;
  }
  .table-th-vertical tbody tr td,
  .table-th-vertical tr td {
    display: block;
    padding: 0.75rem 1rem;
    text-align: right;
    position: relative;
    border-bottom: 1px solid rgb(248.3298429319, 248.5340314136, 248.6701570681);
  }
  .table-th-vertical tbody tr td:last-child,
  .table-th-vertical tr td:last-child {
    border-bottom: none;
    text-align: center;
  }
  .table-th-vertical tbody tr td::before,
  .table-th-vertical tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    font-weight: 600;
    color: #043F6D;
    text-align: left;
  }
  .table-th-vertical tbody tr td:last-child::before,
  .table-th-vertical tr td:last-child::before {
    content: "";
  }
}/*# sourceMappingURL=table.css.map */