:root {
  --small: 10px;
  --medium: 15px;
  --large: 25px;

  --base-animation-time: 300ms;
}

.mb-s {
  margin-bottom: var(--small);
}
.mb-m {
  margin-bottom: var(--medium);
}

.nav-tabs {
  margin-bottom: var(--small);
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.nav-item {
  margin-right: 5px;
  margin-top: 2px;
}

.nav-item .active {
  background-color: #93c54b61 !important;
}
