html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.card-border-radius {
  border-radius: 20px;
}

.card-description {
  margin-bottom: .875rem;
  font-weight: 400;
  color: #76838f;
}

.text-small {
  font-size: 0.9rem;
}

@media only screen and (max-width: 576px) {
  .icon-visibility {
    display: none;
  }
}

.not-data-image {
  width: 20rem !important;
}
