#helpform {
    max-width: 600px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;

    padding: 20px 30px;
    border: 1px solid #5b8b4a;
    border-radius: 50px;

    background-color: #fff9;

    position: relative;
}

#helpform .doublerow {
    display: flex;
    gap: 10px;
}

#helpform p,
#helpform label,
#helpform label > span,
#helpform label > span > input,
#helpform label > span > select {
    display: block;
    width: 100%;
}

#helpform label > span > input::placeholder,
#helpform label > span > select {
    color: #555;
}

#helpform .doublerow label {
    width: auto;
}

#helpform input:not([type="checkbox"]),
#helpform select,
#helpform .select2-selection {
    padding: 15px 20px;
    outline: none;

    border-radius: 50px;
    border: 1px solid #5b8b4a;

    background-color: #fff;
}

#helpform .select2 {
    max-width: 100%;
}

#helpform .select2-search {
    display: none;
}

#helpform button,
#helpform input[type="submit"] {
    background-color: #5b8b4a;
    color: #fff;
    font-weight: 800;
    padding: 15px 50px;
}

#helpform b {
    color: #5b8b4a;
    font-weight: 800;
}

#helpform .wpcf7-spinner {
    position: absolute;
    right: 175px;
    bottom: 45px;
}
