
.extcf7_pro_added-repeater{
	position: relative;
}

.extcf7_pro-delete-repeater{
	border: 1px solid #bababa;
    color: #7a7782;
    background-color: #f0f3f5;
    font-weight: bold;
    border-radius: 3px;
    padding: 0px;
    margin-left: 2px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    width: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.extcf7_pro-delete-repeater:hover{
	color: #da2020;
    background-color: #f5dada;
}

.wpcf7-mdnd-uploaded-file{
    display: none;
}

.extcf7_pro_added-repeater .wpcf7-form-control-wrap input {
    width: calc(100% - 42px);
}
