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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#gcf-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;
}

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

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

#gcf-wrap .CodeMirror {
  height: 220px;
}

#gcf-wrap .cm-s-default {
  width: 100% !important;
}