:root {
  --black: #05070b;
  --navy: #071c3a;
  --royal: #0057d8;
  --royal-2: #0d6bff;
  --amber: #f8b31a;
  --line: #d7deea;
  --soft: #f5f7fb;
  --text: #152238;
  --muted: #63708a;
  --ok: #138a4b;
  --danger: #b42318;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--soft);
}

button, input, select, textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  background: var(--black);
  border-bottom: 4px solid var(--amber);
}

.logo {
  width: 220px;
  max-width: 48vw;
}

.topbar__meta {
  color: white;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}

.topbar__link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  padding: 0 12px;
  color: white;
  text-decoration: none;
  font-weight: 800;
}

.login {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(120deg, rgba(7, 28, 58, .94), rgba(0, 87, 216, .78)),
    radial-gradient(circle at 80% 10%, rgba(248, 179, 26, .26), transparent 35%),
    var(--navy);
}

.login__panel {
  width: min(680px, 100%);
  background: white;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.login-brand img {
  width: min(330px, 62%);
  height: auto;
}

.login-brand h1 {
  color: var(--navy);
  font-size: 1.65rem;
  line-height: 1;
  white-space: nowrap;
}

h1, h2, h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 { font-size: 34px; }
h2 { font-size: 24px; }
h3 { font-size: 17px; }

.muted, .hint {
  color: var(--muted);
}

.hint {
  font-size: 13px;
  margin-bottom: 0;
}

.role-toggle, .tabs, .segmented, .language-toggle {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.language-toggle {
  padding: 4px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
}

.role-toggle {
  margin: 24px 0 18px;
  padding: 5px;
  background: #e9eef7;
  border-radius: 8px;
}

.role-toggle button {
  flex: 1 1 0;
}

.role-toggle button, .tabs button, .segmented button, .language-toggle button {
  min-height: 38px;
  border-radius: 6px;
  color: var(--navy);
  background: transparent;
  padding: 0 14px;
  font-weight: 700;
}

.language-toggle button {
  min-height: 30px;
  padding: 0 10px;
  color: white;
}

.role-toggle button.active, .tabs button.active, .segmented button.active, .language-toggle button.active {
  background: var(--royal);
  color: white;
}

.form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  background: white;
  color: var(--text);
}

textarea {
  min-height: 88px;
  resize: vertical;
}

.primary, .secondary, .ghost, .danger {
  min-height: 40px;
  border-radius: 6px;
  padding: 0 14px;
  font-weight: 800;
}

.primary {
  background: var(--royal);
  color: white;
}

.secondary {
  background: var(--amber);
  color: var(--black);
}

.ghost {
  background: rgba(255, 255, 255, .12);
  color: white;
  border: 1px solid rgba(255, 255, 255, .28);
}

.panel .ghost,
.modal__panel .ghost {
  background: white;
  color: var(--navy);
  border: 1px solid var(--line);
}

.danger {
  background: var(--danger);
  color: white;
}

button.small, .small {
  min-height: 32px;
  padding: 0 10px;
  font-size: 13px;
}

.action-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-actions,
.table-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.form-actions {
  justify-content: flex-end;
}

.user-form {
  gap: 16px;
}

.user-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}

.user-role-section .panel__header {
  margin-bottom: 10px;
}

#dashboardView {
  padding: 24px;
}

.tabs {
  max-width: 1220px;
  margin: 0 auto 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px;
  align-items: center;
}

.tabs [data-tab="repInfo"] {
  margin-left: auto;
}

.tab-menu {
  position: relative;
}

.tab-menu__button {
  width: 100%;
}

.tab-menu.active > .tab-menu__button {
  background: var(--royal);
  color: white;
}

.tab-menu__list {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  min-width: 210px;
  display: none;
  gap: 5px;
  padding: 13px 7px 7px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(7, 28, 58, .18);
}

.tab-menu:hover .tab-menu__list,
.tab-menu:focus-within .tab-menu__list {
  display: grid;
}

.tab-menu__list button,
.tab-menu__list a {
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
}

.tab-menu__list a {
  min-height: 38px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: var(--navy);
  background: transparent;
  padding: 0 14px;
  font-weight: 700;
  text-decoration: none;
}

.tab-menu__list a:hover {
  background: #e9eef7;
}

.shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.overview-actions .action {
  text-align: left;
  text-decoration: none;
  color: inherit;
}

.overview-actions .action:hover {
  border-color: rgba(0, 87, 216, .42);
  box-shadow: 0 10px 24px rgba(0, 87, 216, .10);
}

.panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.form-box {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbff;
}

.form-box h3 {
  color: var(--navy);
}

.header-actions {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
}

.header-actions label {
  min-width: 220px;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.stat {
  background: var(--navy);
  color: white;
  padding: 18px;
  border-radius: 8px;
  min-height: 108px;
}

.stat strong {
  display: block;
  font-size: 30px;
  margin-top: 8px;
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
  background: white;
}

.terminal-info-table table {
  table-layout: fixed;
  min-width: 1180px;
}

.terminal-info-table th,
.terminal-info-table td {
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.terminal-info-table th:nth-child(1),
.terminal-info-table td:nth-child(1),
.terminal-info-table th:nth-child(2),
.terminal-info-table td:nth-child(2),
.terminal-info-table th:nth-child(3),
.terminal-info-table td:nth-child(3) {
  width: 12%;
}

.terminal-info-table th:last-child,
.terminal-info-table td:last-child {
  width: 96px;
}

th, td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

th {
  background: #eef3fb;
  color: var(--navy);
  font-size: 12px;
  text-transform: uppercase;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #e9eef7;
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
}

.badge.available { background: #e7f7ee; color: var(--ok); }
.badge.issued { background: #e7f0ff; color: var(--royal); }
.badge.repair { background: #fff4d8; color: #875500; }
.badge.open { background: #fff4d8; color: #875500; }
.badge.priority-emergency { background: #ffe5e1; color: var(--danger); }
.badge.priority-high { background: #fff4d8; color: #875500; }
.badge.priority-normal { background: #e7f0ff; color: var(--royal); }
.badge.priority-return { background: #edf0f5; color: var(--muted); }
.badge.application-status-review { background: #fff4d8; color: #875500; }
.badge.application-status-in_process { background: #e7f0ff; color: var(--royal); }
.badge.application-status-waiting_info { background: #fff0e5; color: #9a4700; }
.badge.application-status-approved { background: #e7f7ee; color: var(--ok); }
.badge.application-status-unapproved,
.badge.application-status-canceled { background: #ffe5e1; color: var(--danger); }

.request-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.request-timestamp {
  margin: -6px 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin-bottom: 14px;
}

.toolbar label {
  min-width: 180px;
  flex: 1;
}

.hidden {
  display: none !important;
}

.notice {
  border-left: 4px solid var(--amber);
  padding: 12px 14px;
  background: #fff9e8;
  color: #604000;
  border-radius: 6px;
}

.request-details {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr);
  gap: 16px;
  padding: 14px;
  margin-bottom: 16px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.request-details .muted {
  margin: 6px 0 0;
}

.request-details dl {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 8px 12px;
  margin: 0;
}

.request-details dt {
  color: var(--muted);
  font-weight: 800;
}

.request-details dd {
  margin: 0;
}

.application-card {
  margin-top: 14px;
}

.status-filter-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 8px 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.status-filter-bar .checkbox-filter {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-height: 34px;
  width: 100%;
  padding: 6px 8px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.25;
  font-size: .92rem;
}

.status-filter-bar .checkbox-filter input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.status-filter-bar .checkbox-filter span {
  min-width: 0;
}

.compact-filter-bar {
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  max-width: 620px;
}

.application-review .large-notes {
  min-height: 160px;
}

.review-save-bar {
  display: flex;
  justify-content: flex-end;
}

.export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.queue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.send-terminal-request {
  background: #138447;
  border-color: #138447;
  color: #fff;
}

.send-terminal-request:hover {
  background: #0f6f3c;
  border-color: #0f6f3c;
}

.confirmation-modal {
  max-width: 520px;
}

.confirmation-block {
  border: 1px solid rgba(19, 132, 71, 0.24);
  background: rgba(19, 132, 71, 0.08);
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0 18px;
}

.confirmation-block span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.confirmation-block p {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: 1.15rem;
}

.terminal-request-error {
  border-top: 6px solid var(--danger);
}

.terminal-request-error .modal__header h2,
.terminal-request-error .modal__header p {
  color: var(--danger);
}

.terminal-request-error__message {
  border: 1px solid rgba(180, 35, 24, .28);
  background: #ffe5e1;
  color: var(--danger);
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0 18px;
  font-weight: 900;
  line-height: 1.4;
}

.activity-thread,
.edit-history {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.activity-item {
  padding: 12px 14px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-left: 4px solid var(--royal);
  border-radius: 8px;
}

.activity-item.processor,
.activity-item.admin {
  border-left-color: var(--amber);
  background: #fff9e8;
}

.activity-item div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: .9rem;
}

.activity-item p {
  margin: 8px 0 0;
}

.compact-dl {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 8px 12px;
  margin: 0;
}

.compact-dl dt {
  color: var(--muted);
  font-weight: 800;
}

.compact-dl dd {
  margin: 0;
}

.review-dl {
  display: grid;
  grid-template-columns: minmax(112px, 150px) minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 0;
  margin: 0;
}

.review-dl dt,
.review-dl dd {
  min-height: 34px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.review-dl dt {
  color: var(--muted);
  font-weight: 900;
  text-align: right;
}

.review-dl dd {
  margin: 0;
  color: var(--text);
  overflow-wrap: anywhere;
}

.sales-notes {
  padding: 12px 14px;
  margin: 0 0 16px;
  background: #eef3fb;
  border: 1px solid var(--line);
  border-left: 4px solid var(--royal);
  border-radius: 8px;
}

.sales-notes p {
  margin: 6px 0 0;
  color: var(--text);
}

.closed-summary {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.repair-action-panel {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fd;
}

.repair-action-panel.hidden {
  display: none;
}

.readonly-summary {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.application-terminal-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 110px 140px auto;
  gap: 12px;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

#applicationTerminalRows {
  display: grid;
  gap: 10px;
}

.application-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 8px;
  font-weight: 900;
}

.application-total strong {
  color: var(--royal);
  font-size: 22px;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.payment-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.payment-options input {
  width: auto;
}

.paybotx-processing-block {
  display: grid;
  gap: 12px;
}

.promo-code-block {
  padding: 14px;
  border: 1px solid rgba(255, 185, 0, .45);
  border-radius: 8px;
  background: #fff9e8;
}

.paybotx-action-card,
.paybotx-approval-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.paybotx-action-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.paybotx-action-card h3,
.paybotx-approval-card h3 {
  margin: 0;
}

.paybotx-approval-card {
  border-color: rgba(0, 87, 216, .24);
  background: #f7f9fd;
}

.paybotx-processing-block input[readonly] {
  border-color: rgba(20, 39, 70, .18);
  background: #eaf0f8;
  color: var(--navy);
  font-weight: 800;
  cursor: not-allowed;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.paybotx-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.paybotx-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(5, 7, 11, .84), rgba(7, 28, 58, .74)),
    rgba(5, 7, 11, .72);
}

.paybotx-terminal {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  display: grid;
  gap: 18px;
  background: white;
  border: 1px solid rgba(0, 87, 216, .22);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.paybotx-terminal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.paybotx-terminal__header img {
  width: 190px;
  max-width: 58vw;
}

.paybotx-entry,
.paybotx-processing,
.paybotx-result {
  display: grid;
  gap: 14px;
}

.paybotx-result {
  padding: 18px;
  border: 1px solid rgba(0, 87, 216, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.paybotx-result h2 {
  margin: 0;
  color: var(--royal);
}

.paybotx-result dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 14px;
  margin: 0;
}

.paybotx-result dt {
  color: var(--muted);
  font-weight: 800;
}

.paybotx-result dd {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.paybotx-error {
  margin: 0;
  color: var(--danger);
  font-weight: 800;
}

.paybotx-countdown {
  width: 142px;
  height: 142px;
  place-self: center;
  display: grid;
  place-items: center;
  border: 8px solid var(--amber);
  border-radius: 50%;
  color: var(--navy);
  font-weight: 900;
}

.paybotx-countdown span {
  font-size: 48px;
  line-height: 1;
}

.paybotx-countdown small {
  display: block;
  margin-top: -28px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.paybotx-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9eef7;
}

.paybotx-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--royal), var(--amber));
  transition: width .25s ease;
}

.application-lines {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.application-lines span {
  padding: 7px 9px;
  border-radius: 6px;
  background: #eef3fb;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.readonly-summary span {
  color: var(--muted);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 11, .68);
}

.modal__panel {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: white;
  border-radius: 8px;
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.modal__header .muted {
  margin: 6px 0 0;
}

.modal__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.modal__actions .ghost {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.full-info-table table {
  min-width: 0;
}

.full-info-table th {
  width: 230px;
}

.substitute-tabs {
  margin-bottom: 14px;
}

.serial-hint {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.report-filters {
  gap: 16px;
}

.report-title {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.report-title .muted {
  margin: 0;
}

.report-table table {
  min-width: 1080px;
}

@media (max-width: 800px) {
  .topbar {
    height: auto;
    min-height: 76px;
    padding: 18px;
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }

  #dashboardView {
    padding: 14px;
  }

  .grid.two, .grid.three, .grid.four {
    grid-template-columns: 1fr;
  }

  .application-terminal-row {
    grid-template-columns: 1fr;
  }

  .status-filter-bar {
    grid-template-columns: 1fr;
  }

  .login-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .login-brand img {
    width: min(260px, 100%);
  }

  .panel__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .request-details {
    grid-template-columns: 1fr;
  }

  .request-details dl {
    grid-template-columns: 1fr;
  }

  .review-dl {
    grid-template-columns: 1fr;
  }

  .review-dl dt {
    min-height: 0;
    padding-bottom: 2px;
    text-align: left;
    border-bottom: 0;
  }

  .review-dl dd {
    padding-top: 0;
  }

  .modal {
    padding: 10px;
  }

  .modal__header {
    flex-direction: column;
  }
}

@media print {
  body {
    background: white;
  }

  body:not(.print-report) > :not(.modal),
  .modal__backdrop,
  .no-print {
    display: none !important;
  }

  body.print-report .topbar,
  body.print-report .tabs,
  body.print-report #message,
  body.print-report .shell > .panel:not(#reportOutput),
  body.print-report .no-print {
    display: none !important;
  }

  body.print-report #dashboardView,
  body.print-report .shell,
  body.print-report #reportOutput {
    display: block !important;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.print-report #reportOutput {
    box-shadow: none;
  }

  .modal {
    position: static;
    display: block;
    padding: 0;
  }

  .modal__panel {
    width: 100%;
    max-height: none;
    overflow: visible;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .table-wrap {
    overflow: visible;
    border: 1px solid #999;
  }

  th, td {
    color: #000;
    border-bottom: 1px solid #ccc;
  }
}
