li.uk-parent a {
    color: #fff!important
}
.grey {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.grey:has(.rsform-block:not([style*="display: none"])) {
    background: #F5F5F5 !important;
    padding: 20px !important;
    border-radius: 15px !important;
    margin: 20px 0 !important;
}


@media screen and (min-width: 768px) {
    .acym_module_form .acym_form {
        width: calc(100% - 180px);
        float: left;
    }

    .nlmodule #field_1 {
        padding-right: 1%;
    }

    .nlmodule #field_1, .nlmodule #field_2 {
        width: 49% !important;
        display: inline-block;
    }
}



.acym_module_form input.cell {
    width: 100%
}

.acysubbuttons {

        transform: translateY(10px);
}


.acym_module_form .onefield {
    margin: 10px 0;
}

.onefield {
    position: relative;
}