/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#success_message_UGC,
#loading_message_UGC {
  display: none;
}

.wpb-ugc .fileinput-cancel-button,
.wpb-ugc .fileinput-remove-button,
.fileuploaddiv .glyphicon-remove,
.fileuploaddiv .glyphicon-ok,
.videouploaddiv .glyphicon-ok,
.videouploaddiv .glyphicon-remove {
  display: none !important;
}

#uploadImageFields .control-label,
#uploadVideoField .control-label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.ugc-tab-content {
  display: block !important;
}

.wpb-ugc .gdpr_chk_box{
  border-radius: 0px;
}