
.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);
}

/* IP GEO Style */
.wpcf7-extcf7-country, .wpcf7-extcf7-state, .wpcf7-extcf7-city, .wpcf7-extcf7-zip {
    width: 100%;
}
.wpcf7-extcf7-country .country-select {
    display: block;
}

/* Column Style */
.extcf7-row, .extcf7-row *, .extcf7-row *::before, .extcf7-row *::after{
    box-sizing: border-box;
}
.extcf7-row {
    --extcf7-row-gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--extcf7-row-gap));
    margin-left: calc(-.5* var(--extcf7-row-gap));
}
.extcf7-row:not(:last-child) {
    margin-bottom: var(--extcf7-row-gap);
}
.extcf7-col {
    padding-right: calc(0.5* var(--extcf7-row-gap));
    padding-left: calc(0.5* var(--extcf7-row-gap));
}
.extcf7-col-12 {
    width: 100%;
}
.extcf7-col-6 {
    width: 50%;
}
.extcf7-col-4 {
    width: 33.3333%;
}
.extcf7-col-3 {
    width: 25%;
}

/* Range Slider Default Style */
.wpcf7-extcf7-range-slider {
    width: 100%;
}
.wpcf7-extcf7-range-slider-amount {
    line-height: 1;
    text-align: right;
    margin-bottom: 10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content {
    width: 100%;
    height: 10px;
    border: none;
    background-color: #DCDCDC;
    border-radius: 10px;
    margin-block: 5px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-range {
    background-color: #1D39D7;
    border-radius: 10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #ffffff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    border: 3px solid #1D39D7;
    outline: none;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active,
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle.ui-state-hover {
    background-color: #1D39D7;
}