.iconpressBB-browseIcon-iconWrapper {
  display: block;
  background-color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: default;
  border: 1px dashed #b4b9be;
  box-sizing: border-box;
  padding: 15px 0;
  margin-bottom: 15px;
  color: #9e9e9e;
  cursor: pointer;
}
.iconpressBB-browseIcon-iconWrapper svg {
  font-size: 70px !important;
  line-height: 1em !important;
  top: 0;
  color: #333;
}
.iconpressBB-browseIcon-insert::before {
  content: attr(data-change);
}
.iconpressBB-browseIcon-iconWrapper span {
  display: none;
}
.iconpressBB-browseIcon-wrapper .iconpressBB-browseIcon-remove {
  display: inline-block;
}
/* If Empty */
.iconpressBB-browseIcon-wrapper.is-empty
  .iconpressBB-browseIcon-iconWrapper
  svg,
.iconpressBB-browseIcon-wrapper.is-empty .iconpressBB-browseIcon-remove {
  display: none;
}
.iconpressBB-browseIcon-wrapper.is-empty
  .iconpressBB-browseIcon-iconWrapper
  span {
  display: inline-block;
}
.iconpressBB-browseIcon-wrapper.is-empty
  .iconpressBB-browseIcon-insert::before {
  content: attr(data-add);
}

.fl-builder-block-module[data-type="iconpress_icon"] svg {
  font-size: 20px;
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.slider-field-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-field-flex .flex-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-field-flex .slider-value {
  width: 80px;
  min-width: 60px;
  padding: 0px 5px;
}
.slider-field-flex .slider-value input {
  max-width: 90%;
}

.slider-field-flex .slider-slider {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: center;
}
