/* Custom Colors */
:root {
  --line-color: #06c755;
}

.bg-line {
  background: var(--line-color) !important;
}
