:root {
  --main-font: Graphik, sans-serif;
  --main-color: #001da0;
  --color2: #000;
}

@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);
  margin-bottom: 15px;
}

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

.szb-vfr-btns {
  justify-content: flex-end;
  background-color: transparent;
  border-color: transparent;
}

.vfr__button--clean,
.vfr__button--clean-icon {
  line-height: normal;
  font-size: 13px;
  color: var(--color2);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--main-font);
  outline: none !important;
}

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

button#szb-vfr-button:before {
  -webkit-mask: url(https://static.sizebay.technology/icons/hangerBoldBlue.svg) center/100% no-repeat;
  mask: url(https://static.sizebay.technology/icons/hangerBoldBlue.svg) center/100% no-repeat;
  background-color: #001da0;
  height: 19px;
  width: 19px;
  content: '';
  display: inline-block;
  margin-right: 6px;
}

button#szb-measurements-button:before {
  -webkit-mask: url(https://static.sizebay.technology/icons/reguaBoldBlue.svg) center/100% no-repeat;
  mask: url(https://static.sizebay.technology/icons/reguaBoldBlue.svg) center/100% no-repeat;
  background-color: #001da0;
  height: 19px;
  width: 19px;
  content: '';
  display: inline-block;
  margin-right: 6px;
}

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

@media screen and (max-width: 768px) {
  #szb-vfr-recommendation {
    font-size: 14px !important;
  }

  .vfr__container {
    margin-left: 0px;
    margin-bottom: -2%;
  }

  .szb-vfr-btns {
    flex-direction: column;
    margin-top: 5%;
  }
}

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