body {
  font-family: "Lato", sans-serif;
  word-break: break-word;
  overflow-x: hidden;
  background: #f9f9f9;
}

a {
  color: initial;
  cursor: pointer;
}

a:hover {
  color: initial;
  text-decoration: none;
}

.navbar {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.navbar .navbar-brand img {
  width: 90px;
}

.nav-link {
  font-size: 22px;
  color: #333;
  cursor: pointer;
}

.nav-pills {
  display: block;
  margin: 0 auto;
}

.nav-pills .nav-item .nav-link {
  display: inline-block;
  padding: 2px 5px 0 5px;
  margin: 10px 0;
}

.nav-pills .nav-item .nav-link.active {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 2px 5px 0 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
  background: none;
  border-radius: 0;
}

.nav-pills .nav-item .nav-link.disabled {
  opacity: 0.5;
}

.welcome-image {
  text-align: center;
}

.tab-content {
  width: 100%;
  min-height: calc(100vh - 120px);
}

.sidebar-container {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 2px 5px 0 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  overflow-y: auto;
  background-color: #c51a17;
  text-align: center;
  color: #fff;
  padding: 0;
  position: fixed;
  height: 100%;
}

.sidebar-container .sidebar a {
  color: #fff;
  font-size: 16px;
}

.sidebar-container .sidebar .brand-container {
  height: 220px;
  background: #fff;
  margin-bottom: 40px;
}

.sidebar-container .sidebar .brand-container .navbar-brand {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.sidebar-container .sidebar .brand-container .navbar-brand img {
  width: 60%;
  margin: 0 auto;
}

.sidebar-container .sidebar .btn {
  display: block;
  padding: 5px;
}

.sidebar-container .sidebar .btn a {
  display: inline;
}

.sidebar-container .sidebar .btn a.active {
  border: 2px solid #fff;
  border-radius: 0px;
}

.sidebar-container .sidebar .link-separator {
  border-top: 2px solid #fff;
  width: 40%;
  margin: 30px auto;
}

.sidebar-container .sidebar .link-separator::before {
  content: "";
  position: absolute;
  width: 100px;
  margin-top: 2px solid #fff;
}

.page-title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 2px 5px 0 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c51a17;
  border: 3px solid #c51a17;
  background: none;
  border-radius: 0;
  display: inline-block;
}

.cluster-tabs {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.cluster-tabs::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.cluster-tabs::-webkit-scrollbar-thumb {
  background: #cecece;
  border: 8px solid transparent;
  background-clip: content-box;
}

.cluster-tabs:hover {
  cursor: pointer;
}

.cluster-tabs:hover::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
}

.cluster-tabs .cluster-tab {
  display: inline-block;
  max-width: 12rem;
  width: initial !important;
  text-align: center;
  opacity: 0.4;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 2px 5px 0 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #212529;
  border-bottom: 4px solid;
  cursor: pointer;
  padding: 10px 0;
}

.cluster-tabs .cluster-tab.active {
  opacity: 1;
}

.cluster-tabs .cluster-tab.success {
  color: #0be881;
  border-color: #0be881;
}

.cluster-tabs .cluster-tab.warning {
  color: #ffc048;
  border-color: #ffc048;
}

.cluster-tabs .cluster-tab.error {
  color: #c51a17;
  border-color: #c51a17;
}

.tab-content .section {
  margin-bottom: 40px;
}

.tab-content .section .section-title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 2px 5px 0 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.tab-content .section:not(:first-of-type) {
  padding-top: 30px;
  border-top: 1px solid #e9ecef;
}

.subsection-title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 2px 5px 0 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #212529;
  border-bottom: 2px solid #212529;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
}

.content-audit .content-link-status {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
  width: 80%;
  max-width: 70vw;
}

.response-success {
  background: #0be881;
  padding: 3px 5px;
}

.response-error {
  color: #c51a17;
}

.response-warning {
  color: #ffc048;
}

.response-fail {
  background: #c51a17;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.report {
  margin-bottom: 10px;
}

.report .status {
  border-left: 5px solid;
  padding: 2px 5px 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  width: 80px;
  text-align: center;
}

.report .status.success {
  border-color: #0be881;
  background: rgba(11, 232, 129, 0.2);
}

.report .status.warning {
  border-color: #ffc048;
  background: rgba(255, 192, 72, 0.2);
}

.report .status.error {
  border-color: #c51a17;
  background: rgba(197, 26, 22, 0.2);
}

.reputation ul {
  padding-left: 5px;
  margin-top: 20px;
}

.reputation ul li {
  list-style: none;
  padding-left: 5px;
  border-left: 5px solid #c51a17;
  background: rgba(197, 26, 22, 0.2);
}

.header-param {
  font-weight: bold;
  color: #c51a17;
}

.email-address {
  font-weight: bold;
  color: #007bff;
}

.email-url {
  font-weight: bold;
  color: #5f27cd;
}

.email-ip {
  font-weight: bold;
  color: #1dd1a1;
}

.plain-text-block code {
  color: #576574;
}

iframe#email-iframe-html {
  max-width: 960px;
  background: #fff;
  border: none;
  display: block;
  margin: 0 auto;
}

footer {
  font-size: 13px;
}

@media only screen and (max-width: 992px) {
  .nav-pills .nav-item {
    margin: 0;
  }

  .nav-pills .nav-item .nav-link {
    font-size: 1.2rem;
  }

  .tabs-container {
    position: fixed;
    margin-top: 10px;
    background: #c51a17;
    top: 54px;
    width: calc(100% + 15px);
    z-index: 999;
    text-align: center;
  }

  .tabs-container .nav-pills .nav-item .nav-link {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding: 2px 5px 0 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
  }

  .tabs-container .nav-pills .nav-item .nav-link.active {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding: 2px 5px 0 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #fff;
    background: none;
    border-radius: 0;
  }

  .tab-content {
    margin-top: 150px;
  }

  .cluster-tabs {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    box-sizing: initial;
    overflow-x: scroll;
    background: #fff;
  }

  .cluster-tabs .cluster-tab {
    padding: 5px 0;
    min-width: initial;
    max-width: initial;
    border-top: 4px solid;
    border-bottom: none;
  }
}

