.theme-gaming .theme-button {
  display: block;
  margin: 0 auto;
  border: 2px solid #999;
  color: #FFF;
  background-color: #000;
  border-image-slice: 2;
  border-width: 2px;
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
  border-image-source: linear-gradient(to left, #0057B7 0%, #440099 50%, #E81F76 100%);
  color: #E81F76;
}
.theme-gaming .theme-button:hover, .theme-gaming .theme-button:focus {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: block;
  border: 2px solid;
  border-image-slice: 2;
  border-width: 2px;
  background-color: #000;
  border-image-source: linear-gradient(to left, #5ea7f4 0%, #990078 50%, #ff84b9 100%);
  color: #fff;
}
.theme-gaming .theme-button--active {
  display: block;
  border: 2px solid;
  border-image-slice: 2;
  background-color: #000;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #0057B7 0%, #440099 50%, #E81F76 100%);
  color: #E81F76;
}

.theme-vanguard .theme-button {
  display: block;
  margin: 0 auto;
  border: 2px solid #999;
  color: #FFF;
  background-color: #000;
  border-image-slice: 2;
  border-width: 2px;
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
  border-image-source: linear-gradient(to right, #0088ff 0%, #2a00ff 100%);
  color: #fff;
}
.theme-vanguard .theme-button:hover, .theme-vanguard .theme-button:focus {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: block;
  border: 2px solid;
  border-image-slice: 2;
  border-width: 2px;
  background-color: #000;
  border-image-source: linear-gradient(to right, #46a9ff 0%, #fff 50%, #46a9ff 100%);
  color: #fff;
}
.theme-vanguard .theme-button--active {
  display: block;
  border: 2px solid;
  border-image-slice: 2;
  background-color: #000;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #0088ff 0%, #2a00ff 100%);
  color: #fff;
}

.theme-black .theme-button {
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  color: #FFF;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}
.theme-black .theme-button:hover, .theme-black .theme-button:focus {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: block;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}

.theme-white .theme-button {
  display: block;
  margin: 0 auto;
  border: 2px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.297);
  color: #000;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}
.theme-white .theme-button:hover, .theme-white .theme-button:focus {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: block;
  border: 2px solid #fff;
  background: rgba(74, 74, 74, 0.4196078431);
  color: #ffffff;
}/*# sourceMappingURL=vga-theme.css.map */