.build_updates_module .acf-field-6638716176365{
  border: none !important;
  padding: 10px 0 !important;
}
.build_updates_module .acf-field-6638716176365 .acf-label{
  display: none;
}

.build_updates_module #acf-field-6638716176365 input{
  padding: 10px;
}

.build_updates_module form.acfe-form.acf-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.build_updates_module .acf-fields.acf-form-fields.-top {
    flex: 3;
}

.build_updates_module input.acf-button.button.button-primary.button-large {
    border: none;
    padding: 7px 15px;
    background-color: #3857ee;
    color: white;
    font-weight: 400;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
}
.build_updates_module input.acf-button.button.button-primary.button-large:hover {
  background-color: #101d2e;
}

.build_updates_module .acf-field.acf-field-text input[type=text] {
  border-radius: 3px 0 0 3px;
}

#message.alerta {
    padding: 7px 30px;
    background: #3857ee;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    color: white;
    border-radius: 4px 0 0 0;
    animation: fadeOut 4s forwards;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.build_updates_module .wpgb-block-5.wpgb-idle-scheme-1.wpgb-hover-accent-1 {
    position: absolute;
    right: 0;
    padding: 5px;
    background: #eee;
    z-index: 99999;
    border-radius: 15px;
    height: 25px;
    width: 25px;
    top: -10px;
}
.build_updates_module .wpgb-block-5.wpgb-idle-scheme-1.wpgb-hover-accent-1 a{
   line-height: 0;
}