@charset "UTF-8";
.cherry-ui-repeater-container label.cherry-label {
  margin: 0 0 5px 0;
  display: block; }

.cherry-ui-repeater-add {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #298ffc;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
  .cherry-ui-repeater-add:hover {
    color: #23282d;
    box-shadow: none; }
  .cherry-ui-repeater-add:focus, .cherry-ui-repeater-add:active {
    outline: none;
    box-shadow: none;
    color: #298ffc; }
  .cherry-ui-repeater-add:before {
    content: "";
    display: inline-block;
    font-family: dashicons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: inherit;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
    vertical-align: middle;
    padding: 0 5px 0 0;
    color: #b4b7ba; }
  .cherry-ui-repeater-add:hover:before {
    color: #298ffc; }
.cherry-ui-repeater-item {
  padding: 10px 10px 10px 30px;
  position: relative; }
.cherry-ui-repeater-remove {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 13px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: red;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer; }
  .cherry-ui-repeater-remove:before {
    content: "\00D7"; }
  .cherry-ui-repeater-remove:hover {
    color: black; }

.cherry-ui-kit.cherry-ui-repeater-container {
  padding: 30px;
  border: 2px solid #e5e5e5;
  background: #f1f1f1;
  border-radius: 8px; }
.cherry-ui-kit > label.cherry-label {
  margin: -30px -30px 30px -30px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  background: #fff; }
.cherry-ui-kit .cherry-ui-repeater-item {
  margin: 0 0 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
.cherry-ui-kit .cherry-ui-repeater-actions-box {
  margin: -20px -20px 20px -20px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  padding: 15px 20px;
  cursor: move;
  position: relative;
  text-align: center;
  min-height: 18px; }
.cherry-ui-kit .cherry-ui-repeater-toggle {
  position: absolute;
  color: #b4b7ba;
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  top: 13px;
  left: 18px; }
  .cherry-ui-kit .cherry-ui-repeater-toggle:before {
    content: "\f142";
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
    font-family: dashicons;
    vertical-align: middle; }
  .cherry-ui-kit .cherry-ui-repeater-toggle:hover {
    color: #23282d; }
.cherry-ui-kit .cherry-ui-repeater-remove {
  position: absolute;
  border: none;
  color: #b4b7ba;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  top: 13px;
  right: 18px; }
  .cherry-ui-kit .cherry-ui-repeater-remove:before {
    content: "\f158";
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
    font-family: dashicons;
    vertical-align: middle; }
  .cherry-ui-kit .cherry-ui-repeater-remove:hover {
    color: #23282d; }
.cherry-ui-kit .cherry-ui-repeater-min {
  padding-bottom: 0; }
  .cherry-ui-kit .cherry-ui-repeater-min > .cheryr-ui-repeater-content-box {
    display: none; }
  .cherry-ui-kit .cherry-ui-repeater-min > .cherry-ui-repeater-actions-box {
    margin-bottom: 0;
    border-bottom: none;
    background: none; }
    .cherry-ui-kit .cherry-ui-repeater-min > .cherry-ui-repeater-actions-box .cherry-ui-repeater-toggle:before {
      content: "\f140"; }
