.szb-vfr-btns {
  margin: 0;
}

.vfr__button--clean {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-family: 'Lato', sans-serif;
  color: #919191;
  position: relative;
  width: max-content;
}

button#szb-chart-button {
  margin: 0;
}

#szb-vfr-recommendation {
  padding-left: 5px;
  width: 35%;
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, 0.83);
  position: relative;
  height: 34px;
  color: rgba(0, 0, 0, 0.83);
  border-right-color: rgba(0, 0, 0, 0.83);
  top: 10px;
}

.vfr__button--clean:hover {
  text-decoration: underline;
}

button#szb-vfr-button:before {
  background: url(https://static.sizebay.technology/738/provador-virtual.svg) center center / 100% 100% no-repeat;
}

button#szb-chart-button:before {
  background: url(https://static.sizebay.technology/738/tabela-medidas.svg) center center / 100% 100% no-repeat;
  transform: rotate(45deg);
}

button#szb-vfr-button:before,
button#szb-chart-button:before {
  display: flex;
  height: 20px;
  width: 20px;
  content: '';
  margin-right: 5px;
}

.vfr__button--clean:focus {
  outline: 0 !important;
}

.vfr__container {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .vfr__container {
    margin: 0;
    width: unset;
    align-items: center;
  }

  .szb-vfr-btns {
    flex-direction: column;
    margin: 10px 0;
  }

  .vfr__button--clean {
    margin: 0;
  }

  #szb-vfr-recommendation {
    padding-left: 0;
    width: 100%;
    height: 34px;
    font-size: 15px;
    border: none;
    color: #000;
  }

  #sizebay-tooltip {
    position: absolute;
    background: #555;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    background-color: #000000;
    border-radius: 10px;
    width: 150% !important;
    right: 10px !important;
    padding: 10px;
    top: -40px !important;
  }

  #sizebay-tooltip::after {
    left: 50%;
    top: 48px !important;
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 10%);
  }
}

#szb-tooltip {
  background-color: #fff;
}

#szb-tooltip > span {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #919191;
  text-transform: uppercase;
}

#szb-tooltip::after {
  background-color: #fff;
}

.spark-0,
.spark-1,
.spark-2 {
  position: absolute;
  background-color: #830810;
  width: 0px;
  height: 0px;
}

.spark-0 {
  top: 10px;
  left: 2px;
  animation: spark 2.4s infinite;
}

.spark-1 {
  top: 18px;
  left: 16px;
  animation: spark 2.4s infinite;
}

.spark-2 {
  top: 27px;
  left: 4px;
  animation: spark 2.4s 0.3s linear infinite;
}

@keyframes spark {
  15% {
    height: 0px;
    width: 0px;
    transform: scale(0) rotate(0deg);
  }

  30% {
    height: 2px;
    width: 2px;
    transform: scale(0) rotate(45deg);
  }

  45% {
    height: 4px;
    width: 4px;
    transform: scale(0) rotate(67.5deg);
  }

  50% {
    transform: scale(1) rotate(90deg);
    height: 6px;
    width: 6px;
  }

  65% {
    transform: scale(1) rotate(135deg);
  }

  80% {
    transform: scale(1) rotate(157.5deg);
  }

  100% {
    transform: scale(1) rotate(180deg);
  }
}

.szb-overflow {
  overflow: visible !important;
}

#sizebay-tooltip {
  position: absolute;
  background: #555;
  box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
  background-color: #000000;
  border-radius: 10px;
  width: 70%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -55px;
  transition: 1s ease-in-out;
  right: 200px;
  padding: 10px;
}

#sizebay-tooltip::after {
  background-color: #000000;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  bottom: 12px;
  box-shadow: 5px -5px 10px 5px rgb(0 0 0 / 10%);
  visibility: visible;
  opacity: 1;
  left: 95px;
  top: 52px;
}

#sizebay-tooltip > span {
  font-family: 'Futura', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

#sizebay-tooltip > b {
  font-weight: bold;
}
