.elementor-71 .elementor-element.elementor-element-ee5a85a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-71 .elementor-element.elementor-element-eefe8a3{--display:flex;--border-radius:16px 16px 16px 16px;}.elementor-71 .elementor-element.elementor-element-eefe8a3:not(.elementor-motion-effects-element-type-background), .elementor-71 .elementor-element.elementor-element-eefe8a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F9FD;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-71 .elementor-element.elementor-element-ee5a85a{--content-width:500px;}}/* Start custom CSS for container, class: .elementor-element-ee5a85a *//* Oculta apenas os campos de "Nome do banco" e "Conta / IBAN" do formulário Dokan */
p.form-row.form-group label[for="dokan-bank-name"],
p.form-row.form-group label[for="dokan-bank-iban"],
p.form-row.form-group input#dokan-bank-name,
p.form-row.form-group input#dokan-bank-iban {
    display: none !important;
}

/* Remove o espaço do container para não deixar buraco visual */
p.form-row.form-group:has(#dokan-bank-name),
p.form-row.form-group:has(#dokan-bank-iban) {
    display: none !important;
}



label[for="dokan-company-id-number"] {
  font-size: 0; /* esconde o texto original */
}

label[for="dokan-company-id-number"]::after {
  content: "CPF";
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

/* Esconde o texto original e substitui por "CPF" */
label[for="dokan-company-id-number"] {
  font-size: 0;
}

label[for="dokan-company-id-number"]::after {
  content: "CPF";
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

/* Esconde o texto original e substitui por "CNPJ" */
label[for="dokan-vat-number"] {
  font-size: 0;
}

label[for="dokan-vat-number"]::after {
  content: "CNPJ";
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

input[type='submit'].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover, input[type='submit'].dokan-btn-theme:focus, a.dokan-btn-theme:focus, .dokan-btn-theme:focus, input[type='submit'].dokan-btn-theme:active, a.dokan-btn-theme:active, .dokan-btn-theme:active, input[type='submit'].dokan-btn-theme.active, a.dokan-btn-theme.active, .dokan-btn-theme.active, .open .dropdown-toggleinput[type='submit'].dokan-btn-theme, .open .dropdown-togglea.dokan-btn-theme, .open .dropdown-toggle.dokan-btn-theme {
    color: #fff;
    background-color: #4268C1 !important;
    border-color: #4268C1 !important;
}

input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    color: #fff;
    background-color: #24468E !important;
    border-color: #24468E !important;
}/* End custom CSS */