
    html[data-theme="dark"] .tail-view-switch {
      border-color: rgba(226, 232, 240, 0.52);
      background: rgba(15, 23, 42, 0.22);
    }
    html[data-theme="dark"] .tail-view-button {
      color: #f1f5f9 !important;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
    }
    html[data-theme="dark"] .tail-view-button:hover:not(.is-active) {
      background: rgba(226, 232, 240, 0.16);
      color: #ffffff !important;
    }
    html[data-theme="dark"] .tail-view-button.is-active {
      background: #e2e8f0 !important;
      color: #0f172a !important;
      text-shadow: none;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
    }
    html[data-theme="dark"] .tail-carrier-table {
      border: 1px solid rgba(226, 232, 240, 0.38);
      background: rgba(15, 23, 42, 0.12);
    }
    html[data-theme="dark"] .tail-carrier-table th,
    html[data-theme="dark"] .tail-carrier-table td {
      border-right: 1px solid rgba(226, 232, 240, 0.16) !important;
      border-bottom: 1px solid rgba(226, 232, 240, 0.26) !important;
    }
    html[data-theme="dark"] .tail-carrier-table th {
      background: rgba(15, 23, 42, 0.26) !important;
      color: #f8fafc !important;
    }
    html[data-theme="dark"] .tail-carrier-table tbody tr:nth-child(odd) td {
      background: rgba(15, 23, 42, 0.08) !important;
      color: #f1f5f9 !important;
    }
    html[data-theme="dark"] .tail-carrier-table tbody tr:nth-child(even) td {
      background: rgba(226, 232, 240, 0.06) !important;
      color: #f1f5f9 !important;
    }
    html[data-theme="dark"] .tail-carrier-table tbody tr:hover td {
      background: rgba(125, 211, 252, 0.16) !important;
      color: #ffffff !important;
    }
    html[data-theme="dark"] .tail-carrier-table .tail-carrier-yes {
      color: #86efac !important;
    }
    html[data-theme="dark"] .tail-carrier-table .tail-carrier-no {
      color: #fdba74 !important;
    }
    html[data-theme="dark"] .tail-carrier-table .tail-carrier-rate {
      color: #f8fafc !important;
    }
    html[data-theme="dark"] .tail-carrier-mobile-metrics {
      color: #cbd5e1;
    }
    html[data-theme="dark"] .tail-carrier-table tfoot td {
      border-top: 1px solid rgba(226, 232, 240, 0.42) !important;
      background: rgba(15, 23, 42, 0.28) !important;
      color: #ffffff !important;
    }
    html[data-theme="dark"] .tail-carrier-table th:last-child,
    html[data-theme="dark"] .tail-carrier-table td:last-child {
      border-right: 0 !important;
    }
  