.brxe-ws-form-form {
    padding: 40px !important;
    padding-bottom: 0px !important;
}

.brxe-ws-form-form label, .brxe-ws-form-form .wsf-help {
color: white !important;
}

.brxe-ws-form-form input, .brxe-ws-form-form textarea {
background-color: #444444 !important;
border: 1px solid #646464 !important;
color: white !important;
}

.wsf-button[data-action="wsf-tab_next"], button[type="submit"] {
    background-color: #DEFF59 !important;
    border: none !important;
    font-weight: 600 !important;
    height: 50px !important;
    color: black !important;
}

.wsf-group-tabs {
    display: none !important;
}

.wsf-progress {
    height: 7px !important;
}

#wsf-1-field-wrapper-16 {
    margin-bottom: 0px;
}

.wsf-button[data-action="wsf-tab_previous"] {
background-color: unset !important;
border: none !important;
color: white !important;
padding: 0px !important;
}

#wsf-1-field-wrapper-20 > div:nth-of-type(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wsf-form input[type=radio].wsf-field:checked::after {
    background-color: white !important;
}

div[data-html] {
    color: white;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

#wsf-1-help-15 {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 768px) {
  #wsf-1-field-wrapper-20 > div:nth-of-type(1) {
    display: grid;
    grid-template-columns: 1fr;
}
}