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

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

.btn-border-dashed {
  border: 3px dashed #fff !important;
}

.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: #023D97 !important;
}

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