html {
  background-color: #1a1f36;
}
.n-data-table.n-data-table--bordered .n-data-table-wrapper {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.n-data-table .n-data-table-th {
  border-bottom: 1px solid #dddddd;
}
.n-data-table .n-data-table-td {
  border-bottom: 1px solid #dddddd;
}
div.n-page-header {
  background-color: #1a1f36;
  padding-bottom: 16px;
}

.n-page-header .n-page-header__avatar {
  margin-right: 6px;
  margin-left: 16px;
}

div.n-page-header div.n-page-header__title {
  font-size: 17px;
  line-height: 24px;
}

div.n-page-header div.n-page-header__title span.t2 {
  font-size: 22px;
  font-weight: 500;
}

div.n-page-header div.n-page-header__title {
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17.5135px;
  line-height: 26px;
  color: #ffffff;
}

.env-indicator {
  height: 4px;
  border-bottom: 4px;
}
.env-text-container {
  display: flex;
  margin: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1;
}

.env-text {
  height: 20px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
  flex-basis: auto;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.env-local {
  background-color: #6dbf13;
}
div.env-local-border {
  border-top: 3px solid #6dbf13;
}

.env-dev {
  background: #008deb;
}
div.env-dev-border {
  border-top: 3px solid #008deb;
}
div.env-prod-border {
  border-top: 3px solid #ff3552;
}
.env-prod {
  background: #ff3552;
}

div.n-card > div.n-card__content:first-child {
  padding-top: 0px;
}

@media only screen and (max-width: 799px) {
  .n-card > .n-card__content,
  .n-card > .n-card__footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .n-page-header .n-page-header__avatar {
    margin-left: 9px;
    margin-right: 6px;
  }

  .n-page-header__avatar img {
    width: 34px;
    height: auto;
  }

  div.n-page-header div.n-page-header__title {
    font-size: 12px;
    line-height: 18px;
  }

  div.n-page-header div.n-page-header__title span.t2 {
    font-size: 16px;
    line-height: 18px;
  }
}
