#CustomBackButton {
  padding: 24px 0 0 24px;
}

.back-button {
  color: #00709e;
  transition: color 0.3s ease;
}
.back-button:hover {
  color: #005678;
  text-decoration-thickness: 3px;
}
.back-button i {
  position: relative;
  left: -3px;
} /*# sourceMappingURL=backbutton.css.map */
