.tally-does-no-exist-yet {
    color: red;
  }
  th#event_meta {
    width: 30%;
  }
  .event_meta.column-event_meta .actions {
    display: flex;
    gap: 5px;
    margin: 5px 0;
  }
  .event_meta.column-event_meta .actions .action:nth-child(2n)::before {
    content: "|";
    color: #a7aaad;
    display: inline-block;
    margin-right: 5px;
  }
  .column-user_ip .ip-info-wrapper .label {
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
  }
  .column-user_ip .ip-info-wrapper .more {
    width: 14px;
    height: 14px;
  }
  .column-user_ip .ip-info-wrapper .details {
    z-index: 900;
    position: absolute;
    background-color: #fff;
    width: 300px;
    padding: 0;
    color: #333;
    cursor: text;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .column-user_ip .ip-info-wrapper .details h2 {
    margin: 0;
    padding: 10px 20px;
    background: #1d2327;
    color: #ececed;
    font-size: 16px;
  }
  .column-user_ip .ip-info-wrapper .details ul {
    margin: 10px 20px 20px 20px;
  }
  .column-user_ip .ip-info-wrapper .details li {
    margin-bottom: 4px;
  }
  #toplevel_page_logdash_activity_log .wp-menu-image img {
    padding-top: 7px;
  }
  .value-more-link {
    margin-left: 5px;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 0 2px;
  }
  .event_meta_container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .event_meta_container .has_more .more {
    position: fixed;
    background: #fff;
    width: 80%;
    max-width: 900px;
    max-height: 80%;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: scroll;
    border-radius: 6px;
  }
  .event_title {
    font-size: 1em;
    font-weight: 400;
    line-height: 167%;
    margin: 0;
  }
  .event_title .before {
    color: red;
  }
  .event_title .after {
    color: green;
  }
  .event_title .before.has_more::after,
  .event_title .after.has_more::after {
    content: "...";
  }
  .event_title .before.has_more .more,
  .event_title .after.has_more .more {
    display: none;
  }
  .event_details {
    max-height: 0;
    overflow: hidden;
  }
  .event_details.active {
    animation: showDetails 1s ease-in-out;
    max-height: 600px;
  }
  .event_details .event_lines {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 10px 12px;
  }
  .event_details .event_line {
    margin-bottom: 0.2em;
    line-height: 167%;
  }
  .event_details .event_line_key {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 4px;
  }
  .event_details .event_line_key::after {
    content: ":";
  }
  .event_details .before {
    color: red;
  }
  .event_details .after {
    color: green;
  }
  .event_details .before.has_more::after,
  .event_details .after.has_more::after {
    content: "...";
  }
  .event_details .before.has_more .more,
  .event_details .after.has_more .more {
    display: none;
  }
  .event_actions {
    margin: 0;
    display: flex;
    gap: 4px;
  }
  .event_actions .details {
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    min-width: 54px;
  }
  .event_actions .details i {
    font-style: normal;
    color: #2271b1;
  }
  .event_actions .details .icon {
    transition: transform 0.3s;
  }
  .event_actions .details .more {
    display: block;
  }
  .event_actions .details .less {
    display: none;
  }
  .event_actions .details.active .icon {
    transform: rotate(180deg);
  }
  .event_actions .details.active .more {
    display: none;
  }
  .event_actions .details.active .less {
    display: block;
  }
  .event_actions .action::before {
    content: "|";
    color: #a7aaad;
    display: inline-block;
    margin-right: 5px;
  }
  @keyframes showDetails {
    from {
      max-height: 0;
    }
    to {
      max-height: 600px;
    }
  }
  select.ld-select + .select2-container .select2-selection--single {
    height: 30px;
  }
  