[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;
}.emaus-legal-buttons-container {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
display: flex;
flex-direction: row;
align-items: center; gap: 12px;
border: 2px solid #00406e; border-radius: 18px;
padding: 6px 8px; background: transparent; }
.emaus-legal-button {
display: flex;
align-items: center;
justify-content: center;
min-width: 120px;
height: 30px; padding: 0 14px;
background-color: #fe5000;
color: #fff;
border-radius: 15px; text-decoration: none;
box-shadow: 0 2px 8px rgba(254,80,0,.4);
transition: all 0.3s ease;
font-weight: 600;
font-size: 14px;
line-height: 1;
white-space: nowrap; }
.emaus-legal-button:hover {
background-color: #e04600;
transform: scale(1.05);
box-shadow: 0 4px 12px rgba(254,80,0,.6);
} .emaus-close-buttons {
display: flex;
align-items: center;
justify-content: center;
width: 30px; height: 30px;
flex: 0 0 30px; border-radius: 50%;
background: #ccc;
color: #333;
border: none;
padding: 0;
cursor: pointer;
transition: background 0.2s, color 0.2s, transform 0.2s;
}
.emaus-close-buttons:hover {
background: #999;
color: #fff;
transform: scale(1.05);
} @media (max-width: 768px) {
.emaus-legal-buttons-container {
bottom: 10px;
right: 10px;
flex-direction: column; align-items: stretch;
gap: 8px;
padding: 10px;
border: none; }
.emaus-legal-button {
min-width: 110px;
height: 28px;
font-size: 13px;
border-radius: 14px;
padding: 0 12px;
align-self: flex-end;
}
.emaus-close-buttons {
align-self: flex-end;
width: 28px;
height: 28px;
flex-basis: 28px;
}
} @media (max-width: 480px) {
.emaus-legal-button {
min-width: 100px;
height: 26px;
font-size: 12px;
border-radius: 13px;
padding: 0 10px;
}
.emaus-close-buttons {
width: 26px;
height: 26px;
flex-basis: 26px;
}
} #toplevel_page_emaus-theme-settings .wp-menu-image {
background: url(//ojala.itakaescolapios.org/wp-content/themes/logo.svg) no-repeat center center !important;
background-size: 20px 20px !important;
}
#toplevel_page_emaus-theme-settings .wp-menu-image:before {
content: "" !important;
}