.elementor-kit-3 input.roi_custom_input:not([type="button"]):not([type="submit"]),
.elementor-kit-3 input.roi_custom_input:not([type="button"]):not([type="submit"]):focus,
.elementor-kit-3 input.roi_custom_input:not([type="button"]):not([type="submit"]):hover{
  background-color: #FFFFFF;
  margin: 0% 66% 0% 0%;
  padding: 3px 12px 3px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #1E93FA;  
  border-radius: 8px;
  box-shadow: none;

  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 30px;
}

.elementor-kit-3 input.roi_custom_input:not([type="button"]):not([type="submit"])::placeholder{
  color: #bbbbbb;
}

body:not(.elementor-editor-active) .elementor-section.opacity-0{
  /*opacity: 0;*/
}

body:not(.elementor-editor-active) .elementor-section.opacity-0.last-block #save_btn{
  display: none;
}