.uacf7-slidecontainer {
width: 100%;
position: relative;
}
.uacf7-slider {
-webkit-appearance: none;
width: 100%;
height: 25px;
background: #d3d3d3;
outline: none;
-webkit-transition: .2s;
transition: opacity .2s;
}
.uacf7-slidecontainer::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: #0ad80a;
cursor: pointer;
}
.uacf7-slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #3498db;
cursor: pointer;
}
span.uacf7-value {
float: right;
}
div.slider-range {
margin: 15px 0;
}
input[type="range"]{
padding: unset !important;
}
.uacf7-range-slider-style-wrapper {
background: #fff;
padding: 5px 30px 15px;
margin: 15px auto;
border: 1px solid #ccc;
overflow: hidden;
}
.uacf7-range-slider-style-wrapper .col{
width: 25%;
float: left;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.2em;
margin-left: -.6em;
}
span.uacf7-amount {
float: right;
margin-top: 14px;
}
.ui-state-focus,.ui-widget-content .ui-state-focus{
color: unset !important;
border: none !important;
outline: unset;
}
.uacf7-slider-label{
display: inline-block;
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}