.header-title {
  font-size: 18px;
  line-height: 2;
  padding-left: 15px;
}
.header-logo {
  height: 80%;
}
.header-tabs {
  align-self: flex-end;
  margin-left: auto;
}
.content {
  padding: 30px;
}

.popup-test-btn {
  float: right;
}

nts-chip,
nts-badge,
nts-face {
  margin-right: 5px;
}
.chart {
  float: left;
  padding: 15px;
  display: block;
}
.chart-half {
  width: 50%;
}
.chart-quarter {
  width: 25%;
}
div[ntsCarousel] {
    position: relative;
}

div[ntsCarouselCell] {
    width: 50px;
    height: 50px;
    background-color: lightblue;
    margin: 5px;
}
.icon-wrap {
  display: inline-block;
  width: 100px;
  margin: 0 2px 6px 0;
  padding: 4px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  line-height: 1;
  transition: transform 0.2s linear;

  span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
  }

  &:hover {
    border: 1px solid #e6e6e6;
    transform: scale(1.25);
  }
}

.clear {
  &::after {
    clear: both;
    content: '';
    display: table;
  }
}

.flex {
  display: flex;
}
