:root {
  --main-font: "Poppins", sans-serif;
  --main-color: #000000;
}

@font-face {
  font-family: "untitled-font-3";
  src: url("../font/stores/fontRuler/fonts/untitled-font-3.woff");
  font-weight: normal;
  font-style: normal;
}

#szb-vfr-recommendation {
  width: 100%;
  display: flex;
  justify-content: left;
  font-size: 13px;
  color: var(--main-color);
  font-family: var(--main-font);
  letter-spacing: 0.2px;
  margin-top: 5px;
  margin-bottom: -5px;
}

#szb-vfr-recommendation b {
  display: contents;
  font-weight: bold;
}

.vfr__container {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.vfr__button--clean,
.vfr__button--clean-icon {
  line-height: normal;
  font-size: 12px;
  /* XXX */
  color: var(--main-color);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-weight: unset;
  margin-bottom: 10px;
  height: 20px;
  font-weight: 900;
  text-transform: capitalize;
}

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

button#szb-vfr-button:after {
  background: url(https://static.sizebay.technology/icons/hanger-black-t.svg) center center / 100% 100% no-repeat;
  display: none;
  height: 17px;
  width: 20px;
  content: "";
  margin-left: 5px;
  margin-bottom: 0%;
}

button#szb-chart-button {
  padding-left: 9px;
}

@media screen and (max-width: 768px) {
  #szb-vfr-recommendation {
    font-size: 12px !important;
    margin-top: 10px;
    margin-bottom: -5px;
  }

  div.custom-image-box-sizebay > div {
    font-size: 10px;
    margin-left: -20px;
    width: 140px;
  }

  .vfr__container {
    margin-left: 0px;
  }

  .vfr__button--clean,
  .vfr__button--clean-icon {
    font-size: 12px;
  }

  button#szb-vfr-button {
    width: 50%;
  }

  button#szb-chart-button {
    margin-right: 0px;
    margin-left: -13px;
    width: 50%;
  }

  button#szb-chart-button,
  button#szb-vfr-button {
    justify-content: center;
  }
}

div.vfr__container--backdrop.szb-modal-open,
iframe#szb-modal {
  z-index: 99999999999999999 !important;
}
