.form-container-planejamento .form-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
}

.form-container-planejamento .form-row {
    margin-bottom: 15px;
}

.form-container-planejamento .form-row label {
    color: #234F8B;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    line-height: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
}

.form-container-planejamento input[type="text"],
.form-container-planejamento input[type="email"],
.form-container-planejamento input[type="tel"] {
    border-radius: 8px;
    border: 1px solid #ABB0B8;
    background: #FFF;
    height: 50px;
}

.form-container-planejamento input[type="submit"] {
    display: flex;
    padding: 12px 35px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #489577;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 250px;
    line-height: 150%;
    background-image: url('../img/chevron-right.svg');
    background-position: right 35px top 19px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.page-id-22614 p {
    margin-bottom: 16px;
}

.form-field-submit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#wpcf7-f26698-p22614-o1 form.wpcf7-form {
    position: relative;
}

#wpcf7-f26698-p22614-o1 form.sent .wpcf7-response-output {
    margin: 32px 0 0;
    padding: 14px 24px 14px 58px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#wpcf7-f26698-p22614-o1 form.sent .wpcf7-response-output {
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 0;
}

#wpcf7-f26698-p22614-o1 form.sent .wpcf7-response-output {
    background-image: url('../img/icon-checkin-form-planejamento.png'), linear-gradient(90deg, #86C086 5px, white 5px);
    background-position: center left 24px, top left;
    background-repeat: no-repeat;
    color: #5F5C6B;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.3);
}

#wpcf7-f26698-p22614-o1 form.sent .wpcf7-submit {
    opacity: 0;
}