:root {
  --main-font: Lato;
  --main-color: #000000;
}

@font-face {
  font-family: 'untitled-font-3';
  src: url('https://static.sizebay.technology/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);
  margin-bottom: 10px;
}

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

.vfr__container {
  width: 100%;
  margin-left: 0px;
}

.szb-vfr-btns {
  justify-content: left;
}

.vfr__button--clean,
.vfr__button--clean-icon {
  line-height: normal;
  font-size: 13px;
  /* XXX */
  color: var(--main-color);
  text-decoration: none;
  text-transform: none;
  font-family: var(--main-font);
  font-weight: unset;
  padding: 8px;
  background: #f3f4f6;
  border-radius: 5px;
}

.vfr__button--clean-icon:hover,
.vfr__button--clean:hover {
  text-decoration: none;
  outline: 0 !important;
}

button#szb-vfr-button:before,
button#szb-measurements-button:before {
  font-family: untitled-font-3;
  font-size: 19px;
  text-transform: none;
  margin-right: 5px;
  align-self: center;
  color: var(--main-color);
  font-weight: unset;
}

button#szb-vfr-button:before {
  content: '\61';
  margin-top: 2%;
}

button#szb-measurements-button:before {
  content: '\62';
  margin-top: 3%;
}

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

@media screen and (min-width: 768px) {
  .szb-vfr-btns {
    justify-content: left;
  }
}
