.text-4xl {
  font-size: 36px;
}

.text-3xl {
  font-size: 30px;
}

.text-2xl {
  font-size: 24px;
}

.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 18px;
}

.text-md {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.text-link {
  color: var(--strong-grey);
}

.text-link:hover,
.text-link:hover svg {
  color: var(--sw-dark-green) !important;
  transition: 0.3s;
}

.shadow-md {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

.remove-text-old-style {
  text-transform: none;
  color: var(--black);
}

.text-dark-grey {
  color: var(--dark-grey);
}

.text-primary {
  color: var(--sw-dark-green) !important;
}

.text-decoration-none {
  text-decoration: none;
}

.alert-primary {
  background-color: #f7faf6;
  border: 1px solid #d1ecdf;
  border-radius: 14px;
  padding: 16px;

  svg {
    color: #3fb28d;
    margin-top: 2px;
  }
}

.text-transform-none {
  text-transform: none !important;
}

.card {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-primary-light {
  background: rgba(63, 178, 141, 0.1);
}

.btn-icon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
