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

#szb-vfr-recommendation {
  width: 100%;
  display: flex;
  justify-content: left;
  font-size: 13px !important;
  color: var(--main-color);
  font-family: 'Poppins', sans-serif;
  margin-top: 5px;
}

#szb-vfr-recommendation b {
  display: contents;
  font-weight: bolder;
  font-size: 13px;
  color: #000000;
}

.vfr__container {
  width: 100%;
}

.szb-vfr-btns {
  margin-top: 10px;
  margin-bottom: -20px;
}

.vfr__button--clean,
.vfr__button--clean-icon {
  line-height: normal;
  font-size: 13px;
  /* XXX */
  color: #313131 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #262626;
  border-radius: 1px;
  padding: 8px;
}

.vfr__button--clean:hover,
.vfr__button--clean-icon:hover {
  background: #262626;
  color: white !important;
}

button#szb-vfr-button:hover:before {
  background: url('https://static.sizebay.technology/3907/nanui-bikini-hover.svg') center center / 100% 100% no-repeat;
}

button#szb-measurements-button:hover:before {
  background: url('https://static.sizebay.technology/3907/chart-nanui-hover.svg') center center / 100% 100% no-repeat;
}

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

button#szb-vfr-button:before {
  background: url('https://static.sizebay.technology/3907/nanui-bikini.svg') center center / 100% 100% no-repeat;
  margin-bottom: 3px;
}

button#szb-measurements-button:before {
  background: url('https://static.sizebay.technology/3907/chart-nanui.svg') center center / 100% 100% no-repeat;
  display: flex;
  height: 20px;
  width: 20px;
  color: #000000;
  font-weight: bold !important;
  content: '';
  margin-right: 7px;
}

button#szb-vfr-button:before {
  display: flex;
  height: 18px;
  width: 18px;
  content: '';
  margin-right: 4px;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  #szb-vfr-recommendation {
    justify-content: left;
    margin-top: 5px;
    font-size: 13px !important;
  }

  .vfr__container {
    margin-bottom: 10px !important;
    width: 100%;
    margin-left: 0px !important;
  }

  .szb-vfr-btns {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .vfr__button--clean,
  .vfr__button--clean-icon {
    font-size: 13px !important;
  }

  button#szb-vfr-button,
  button#szb-measurements-button {
    margin-right: 0px;
    justify-content: center;
  }

  button#szb-measurements-button:before {
    margin-left: 0;
  }

  button#szb-vfr-button:before {
    margin-left: 0;
  }
}

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