.s-site-logo-img {
  content: url(/Content/site/images/iabllc-logo.png);
  background: none;
  width: 100px;
  height: 50px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-horizontal-divider {
  margin: 1em 0;
  line-height: 0;
  text-align: center;
}

.s-horizontal-divider span {
  background-color: var(--s-card-bg);
  padding: 1em;
}

.s-horizontal-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}

.tab-iframe {
  height: 90vh;
}

.report-nav {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5; /* Light gray background */
}

.report-nav button {
  margin: 0 10px;
  padding: 8px 20px;
  cursor: pointer;
  background-color: #007bff; /* Blue background */
  color: white;
  border: none;
  border-radius: 4px;
}

.report-nav button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}