/* Back To Top : https://alphafounders.atlassian.net/browse/WOR-231 */

.back-to-top {
  visibility: hidden;
}

.back-to-top.active {
  visibility: visible;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 8;
}

.back-to-top__component {
  text-decoration: none;
  transition: 0.2s;
}
.back-to-top__component:hover {
  color: teal;
}

.back-to-top__image {
  display: inline-block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: top;
}
