/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.calcButton:hover svg .cls-1 {
  fill-opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.calcButton svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.calcButton svg .cls-1 {
  fill: url(#linear-gradient);
  fill-opacity: 0;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-alignment: inner;
  stroke: url(#linear-gradient);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.calcButton svg .cls-2 {
  fill: #d5001d;
  fill-opacity: 1;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-alignment: inner;
  stroke: #d5001d;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*# sourceMappingURL=gradient_button.css.map */