.btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 15px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/img/icon-arrow-white.svg);
  z-index: 10;
}

.btn-arrow {
  width: 80%;
  font-weight: bold;
  font-size: 16px;
}

.btn-arrow-blue::after {
  background-image: url(../../assets/img/icon-arrow-blue.svg);
}

.btn-red {
  box-shadow: #8B1010 0 3px 1px;
}

.btn-blue {
  box-shadow: #3018A2 0 3px 1px;
}

.btn-arrow-end:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/img/icon-arrow-white.svg);
}

.hover-reverse-blue, .hover-reverse-red {
  transition: all 0.3s ease 0s;
}

.hover-reverse-blue:hover {
  color: #fff !important;
  background-color: #009FBB !important;
}

.hover-reverse-red:hover {
  color: #fff !important;
  background-color: #C43F3F !important;
}/*# sourceMappingURL=button.css.map */