.next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover {
  color: #FFFFFF;
  background-color: #FF3333;
  border-color: #FF3333;
  text-decoration: none;
}

.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited {
  color: #CCCCCC;
}

.next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
  text-decoration: none;
}

.next-btn-loading {
  pointer-events: none;
}

.next-btn-loading:after {
  font-family: NextIcon;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  -webkit-animation: loadingCircle 2s infinite linear;
  animation: loadingCircle 2s infinite linear;
}

.next-btn-text {
  box-shadow: none;
}

.next-btn-text.next-btn-primary {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited {
  color: #2192D9;
}

.next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover {
  color: #15AD9D;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-secondary {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited {
  color: #333333;
}

.next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover {
  color: #15AD9D;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-normal {
  background-color: transparent;
  border-color: transparent;
}