.dfce-dripfeed-heading {
  padding: 14px;
  background: #fafafa;
  height: 20px;
  border: 1px solid #cfd2d5c4;
  border-left: 0;
  border-right: 0;
  color: black;
  margin: 0;
}
.dfce-wrap {
  margin-top: 36px;
  width: 98%;
  background: #ffffff;
  position: relative;
}
.dfce-detail-text {
  margin: 2px 0 0 24px;
} 
.dfce-dripfeed-title {
  float: left;
  margin-top: 20px;
}
.dfce-radio-options {
  margin: 2% 0 0 20%;
}
.dfce-dripfeed-title {
  font-weight: bolder;
}
.dfce-radio-options .dfce-days-field {
  width: 10%;
  vertical-align: unset;
  text-align: center;
}
.dfce-dripfeed-option {
  padding: 5px;
}
.dfce-specific-date-field input,
.dfce-specific-date-field select {
    width: 13%;
    text-align: center;
    height: 35px;
}
.dfce-specific-date-field, 
.dfce-days-field {
  margin: 2% 0 0 2%;
}
.dfce-enrollment-based-field, 
.dfce-specific-date-field {
  display: none;
}
.dfce-quiz-dripfeed textarea,
.dfce-topic-dripfeed textarea {
    border: unset;
    outline: 1px solid #d4d4d4;
    border-radius: unset;
}
.dfce-desc {
  margin-left: 8px;
  font-style: italic;
  font-weight: 600;
}
.dfce-radio-options label {
  font-weight: bolder;
}
.dfce-post-content:first-child {
  border-bottom: 1px solid #d4d4d4;
}
.dfce-post-content {
  padding: 0 40px;
}
.dfce-tags-wrap {
  position: absolute;
  top: 10%;
  right: 20%;
  width: 15%;
  height: 90%;
}
.dfce-tags-wrap .dfce-tags-title {
    color: #2298d3;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    top: 8%;
    left: 40%;
}
.dfce-tags-wrap .dfce-available-tags {
    font-style: italic;
    position: relative;
    top: 8%;
    left: 40%;
}
.dfce-tags-wrap .dfce-available-tags code {
    font-weight: lighter;
}
.dec-topic,
.dfce-quiz {
  background: #ffffff;
  padding-top: 10px;
}
.dec-topic h3,
.dfce-quiz h3 {
  padding: 14px 40px;
  font-size: 15px;
  height: 20px;
  color: black;
  margin-top: 25px;
  margin: 0;
}
.dec-topic h4,
.dfce-quiz h4 {
  font-size: 15px;
  color: black;
}
.dfce-dripfeed-settings .dfce-save-setting {
  margin-left: 36px;
  margin-bottom: 22px;
}


/** Add swich checkbox style */ 
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/** End swich checkbox style */