#gfc-wrap .d-flex {
  display: flex !important;
}

#gfc-wrap .flex-wrap {
  flex-wrap: wrap !important;
}

#gfc-wrap .d-none {
  display: none;
}

#gfc-wrap .w-100 {
  width: 100% !important;
}

#gfc-wrap #gcf-opt-form {
  padding: 20px;
  max-width: 1000px;
}

#gfc-wrap #gcf-opt-form p {
  margin-top: 0;
}

#gfc-wrap #gcf-opt-form .submit {
  padding: 0;
  margin: 0;
}

#gfc-wrap .gcf-group-content{
  display: none;
}

#gfc-wrap .gcf-form-section label{
  font-size: 15px;
  font-weight: bold;
  width: 260px;
}

#gfc-wrap .gcf-form-section label span,
#gfc-wrap .gcf-form-section label small {
  font-weight: 300;
}

#gfc-wrap .gcf-form-section label small {
  font-size: 11px;
}

#gfc-wrap input[type="text"] {
  width: 100%;
}

#gfc-wrap #gcf-opt-form textarea{
  width: 100%;
}

#gfc-wrap #gcf textarea{
  min-height: 150px;
}

#gfc-wrap .gcf-form-section{
  margin-bottom: 15px;
}

#gfc-wrap .gcf-opt-tab {
  cursor: pointer;
}

#gfc-wrap .gcf-group-label {
  margin: 0 15px 15px 0;
  background: #888;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  position: relative;
  transition: all .3s;
}

#gfc-wrap #gcf .gcf-group-label{
  cursor: pointer;
}

#gfc-wrap #gcf .gcf-group-label.shown{
  opacity: .7;
}

#gfc-wrap .gcf-group-delete {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 20px;
  width: 20px;
  background: #ccc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  cursor: pointer;
  transition: all .3s;
}

#gfc-wrap > ul > li > span:not(.dashicons) {
  font-weight: 600;
  font-style: italic;
}

#gfc-wrap .gcf-tabs, .gcf-group-label{
  user-select: none;
}