.voitto-coin-icon {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://files.voitto.com.br/ftp-files/assets/images/voittocoinsicon.png);
  width: 50px;
  height: 50px;
  display: inline-table;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
}

.voitto-coin-icon.gray {
  background-image: url(https://files.voitto.com.br/ftp-files/assets/images/voittocoin_gray.svg);
}

.voitto-coin-icon.mini {
  display: inline-table;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.menu .voitto-coin-icon {
  width: 28px;
  height: 28px;
}

.voitto-coin-icon.small {
  width: 28px;
  height: 28px;
}

.icon-radio .voitto-coin-icon {
  width: 80px;
  height: 75px;
  display: inline-block;
}

.voitto-coin-icon:after {
  content: "";
}

.voitto-coin-icon .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.voitto-coin-icon.mini .icon {
  font-size: x-small;
  color: inherit;
}

.voitto-coin-icon:disabled {
  opacity: 0.5;
}

badge {
  background-color: #ff5f5f;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  border-radius: 2px !important;
  width: 18px;
  height: 18px;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important;
}

.ui {
  font-family: "Montserrat", sans-serif !important;
}