.elementor-element .icon .igd-uploader:before,
.elementor-element .icon .igd-shortcodes:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: auto;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.elementor-element .icon .igd-uploader:after,
.elementor-element .icon .igd-shortcodes:after {
  background-image: url('../images/drive.png');
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.elementor-element .icon .igd-shortcodes:before {
  background-image: url('../images/shortcode-builder/types/shortcodes.svg');
}

.elementor-element .icon .igd-uploader:before {
  background-image: url('../images/shortcode-builder/types/uploader.svg');
}


.igd-dialog-buttons-action {
  display: flex;
  text-align: center;
  height: 40px;
  align-items: center;
  justify-content: center;

  & + .dialog-buttons-action {
    display: none;
  }
}
