* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.4px;
}

body {
  overflow-x: hidden;
}

.link-not-show, .link-not-show:hover {
  text-decoration: none;
  color: inherit;
}

.bg-color-white {
  background-color: #FFFFFF;
}

.bg-color-success {
  background-color: #146E53;
  color: #FFFFFF;
}

.bg-color-danger {
  background-color: #EB4C4C;
  color: #FFFFFF;
}

.no-item-found {
  color: #333333;
  opacity: 0.3;
  font-size: 20px;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.text-color-dark, .text-color-dark:hover {
  color: #333333;
}/*# sourceMappingURL=styles.css.map */