.cisiw-repeating-fields a {
  outline: 0;
}
.cisiw-repeating-fields .loading {
  position: relative;
}
.cisiw-repeating-fields .loading:after {
  font-family: dashicons;
  font-size: 20px;
  content: "\f463";
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #232323;
  -webkit-animation: infinite-spinning 0.5s infinite;
  -moz-animation: infinite-spinning 0.5s infinite;
  animation: infinite-spinning 0.5s infinite;
}
.cisiw-repeating-fields .cisiw-repeating-add-field {
  margin-bottom: 15px;
}
.cisiw-repeating-fields .cisiw-repeating-remove-action {
  position: relative;
  text-align: right;
  z-index: 100;
}
.cisiw-repeating-fields .dashicons {
  font-size: 16px;
  position: relative;
  top: 5px;
  left: -4px;
}
.cisiw-repeating-fields .dashicons-dismiss {
  color: red;
}
.cisiw-repeating-fields .post-field {
  background: #fff;
  padding: 9px 12px 0 12px;
  margin-bottom: 15px;
  border: solid 1px #ddd;
  border-radius: 2px;
  cursor: move;
  -webkit-animation: pulse 1.5s;
  -moz-animation: pulse 1.5s;
  animation: pulse 1.5s;
}
.cisiw-repeating-fields .post-field:hover {
  border-color: #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.cisiw-repeating-fields .post-field.loading {
  background: #fffdc3;
}
.cisiw-repeating-fields label {
  display: block;
}
.cisiw-repeating-fields .post-field-item {
  margin-top: 10px;
}
.cisiw-repeating-fields .post-field select {
  margin-top: 5px;
}
.cisiw-repeating-fields .ui-sortable-helper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
}
.cisiw-repeating-fields .ui-state-highlight {
  background: #f1f1f1;
  height: 173px;
  border: dotted 2px #ccc;
  border-radius: 2px;
  margin-bottom: 15px;
}
.cisiw-repeating-fields .inner input, .cisiw-repeating-fields .inner textarea {
  display: block;
  margin: 5px 0 10px 0;
}
.cisiw-repeating-fields .inner input[type="checkbox"] {
  display: inline-block;
}
.cisiw-repeating-fields .inner textarea {
  width: 100%;
  height: 150px;
}
.cisiw-repeating-fields .inner .ui-state-highlight {
  height: 111px;
}
