.acf-simple-repeater-container .acf-input > input[type="text"] {
    display: none !important;
}
.acf-sample-repeater .acf-input-wrap:first-child {
    display: none !important;
}
.acf-simple-repeater {
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccd0d4;
    background: #fff;
    border-radius: 3px;
}

.acf-simple-repeater .acf-repeater-rows {
    margin-bottom: 10px;
}

.acf-simple-repeater .acf-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 3px;
}

.acf-simple-repeater .acf-sub-field {
    flex: 1;
    margin-right: 10px;
}

.acf-simple-repeater .acf-sub-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.acf-simple-repeater .acf-repeater-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccd0d4;
    border-radius: 3px;
    box-sizing: border-box;
}

.acf-simple-repeater .acf-repeater-field[data-type="checkbox"] label {
    display: inline-block;
    margin-right: 10px;
}

.acf-simple-repeater .acf-repeater-file,
.acf-simple-repeater .acf-repeater-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.acf-simple-repeater .acf-repeater-image-preview {
    margin-right: 10px;
    max-height: 100px;
}

.acf-simple-repeater .acf-repeater-file-preview {
    margin-right: 10px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acf-simple-repeater .acf-row-handle {
    display: flex;
    align-items: center;
}

.acf-simple-repeater .acf-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #ccd0d4;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    margin-left: 5px;
}

.acf-simple-repeater .acf-icon.-minus:before {
    content: "\f460";
    font-family: "dashicons";
}

.acf-simple-repeater .acf-actions {
    text-align: right;
}

.acf-simple-repeater .acf-button {
    background: #2271b1;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
}

.acf-simple-repeater .acf-button:hover {
    background: #135e96;
}

/*//repeater*/
.acf-simple-repeater-container .acf-input > input[type="text"] {
    display: none !important;
}
.repeater .acf-input-wrap:first-child {
    display: none !important;
}
.repeater {
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccd0d4;
    background: #fff;
    border-radius: 3px;
}

.acf-simple-repeater .acf-repeater-rows {
    margin-bottom: 10px;
}

.acf-simple-repeater .acf-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 3px;
}

.acf-simple-repeater .acf-sub-field {
    flex: 1;
    margin-right: 10px;
}

.acf-simple-repeater .acf-sub-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.acf-simple-repeater .acf-repeater-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccd0d4;
    border-radius: 3px;
    box-sizing: border-box;
}

.acf-simple-repeater .acf-repeater-field[data-type="checkbox"] label {
    display: inline-block;
    margin-right: 10px;
}

.acf-simple-repeater .acf-repeater-file,
.acf-simple-repeater .acf-repeater-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.acf-simple-repeater .acf-repeater-image-preview {
    margin-right: 10px;
    max-height: 100px;
}

.acf-simple-repeater .acf-repeater-file-preview {
    margin-right: 10px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acf-simple-repeater .acf-row-handle {
    display: flex;
    align-items: center;
}

.acf-simple-repeater .acf-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #ccd0d4;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    margin-left: 5px;
}

.acf-simple-repeater .acf-icon.-minus:before {
    content: "\f460";
    font-family: "dashicons";
}

.acf-simple-repeater .acf-actions {
    text-align: right;
}

.acf-simple-repeater .acf-button {
    background: #2271b1;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
}

.acf-simple-repeater .acf-button:hover {
    background: #135e96;
}