.hidden {
  display: none;
}

.eyes-test-results>.chip-body {
  padding: 0;
  height: 850px;
}

.eyes-test-results>.chip-body.empty {
  height: auto;
  padding: 16px;
}

.eyes-test-results>.chip-body>iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.eyes-filter .test-file-test:not(.eyes-test) {
  display: none;
}

.unresolved-filter .test-file-test:not(.eyes-test[status=unresolved]) {
  display: none;
}

.eyes-batch-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.eyes-info {
  display: flex;
  align-items: center;
  line-height: 16px
}
.eyes-info-link {
  text-decoration: none;
  color: inherit;
}

.test-header-info {
  font-weight: normal;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.test-header-info>a {
  display: inline-flex;
}
.test-header-info>a>span {
  display: inline-flex;
}
.test-header-info>.eyes-info {
  margin-left: 5px;
}

.visual-test-icon {
  text-align: center;
  align-content: center;
  font-size: 24px;
  height: 26px;
  width: 26px;
  display: grid;
}
.eyes-info>.status-text {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  text-transform: capitalize;
  padding: 0 5px;
}
.eyes-info>.status-bar {
  align-self: stretch;
  border-radius: 0.25rem;
  flex-shrink: 0;
  width: 5px;
}
.eyes-info>.status-bar.aborted {
  background: #e80600;
}
.eyes-info>.status-bar.unresolved {
  background: #ff8f00;
}
.eyes-info>.status-bar.failed {
  background: #e80600;
}
.eyes-info>.status-bar.passed {
  background: #24b24b;
}
.eyes-info>.status-bar.new {
  background: #24b24b;
}
.eyes-info>.status-bar.running {
  background: #0067c6;
}
