.dashicons.wp-mcm-no-box-shadow {
box-shadow: none;
} img.wp-mcm-icon {
max-width: 32px;
padding: 2px;
line-height:0.3em;
}
.wp-mcm-icon {
max-width: 50px;
line-height:0.4em;
}
#wp-mcm-legend {
border: 3px double #444444;
padding: 12px;
margin: 20px 0px 10px 0px;
}
#wp-mcm-legend .legend-text, #wp-mcm-icon .legend-text {
} .legend-text {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
vertical-align: middle;
word-wrap: anywhere;
font-size: 50%
}
#wp-mcm-list {
margin: -20px 0px 0px 0px;
}
#wp-mcm-legend .legend-header {
display: inline-block;
margin: -60px 0px 0px 0px;
padding: 0px 10px 0px 10px;
background-color: #EEEEEE;
font-style: italic;
vertical-align: middle;
}
#wp-mcm-legend .tagalong-legend-icon {
display: inline-block;
margin-bottom: 12px;
min-width: 190px;
}[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;
} .wpcf7cf_repeater_sub_controls {
display: inline-flex;
gap: 4px;
margin: 4px 0;
align-items: center;
}