form.eloqua_form .conditional-hidden-field {
    display: none;
}

form.eloqua_form .form-row {
    margin-bottom: 10px;
}

form.eloqua_form .eloqua_form_alert.error_msg {
    position: relative;
    font-weight: 500;
    padding: 16px 16px 16px 16px;
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
}

form.eloqua_form .form-row :is(label, span).error {
    color: #ec0000;
    font-size: 14px;
}

form.eloqua_form .form-row :is(input, select, textarea):not([type="checkbox"]) {
    width: 100%;
    font-size: 16px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8705882353);
    outline: none;
    padding: 10px 16px;
    resize: vertical;
    border: 1px solid rgba(34, 36, 38, 0.1490196078);
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
    width: 100%;
    transition: box-shadow 0.1s linear;
}

form.eloqua_form .form-row :is(input, select, textarea):focus {
    color: rgba(0, 0, 0, 0.95);
    border-color: #85b7d9;
    border-radius: 7px;
    box-shadow: 0 0 0 3px rgba(0, 182, 209, 0.2509803922);
}

form.eloqua_form .form-row input[type="radio"] {
    width: auto;
}

form.eloqua_form .btn-container {
    margin-bottom: 10px;
}

form.eloqua_form .btn-container button.btn-submit {
    box-sizing: border-box;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    transition-duration: 0.2s;
    transition-property: all !important;
    position: relative;
    font-family: inherit;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    background-color: #00b6d1;
    border-width: 0px !important;
    border-radius: 5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 40px !important;
    color: #ffffff;
    width: 100%;
    height: auto;
}

form.eloqua_form .btn-container button.btn-submit:hover {
    filter: brightness(85%);
}

form.eloqua_form .btn-container button.btn-submit:focus {
    outline: 2px solid #000;
    border-radius: 2px;
}

form.eloqua_form a:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.eloqua-form-render-msg {
    padding: 5px 5px;
    background: #ff3535;
    color: #fff;
    border: 2px solid #bb0000;
    font-size: 13px;
    font-style: italic;
}

.eloqua-form-render-msg a {
    color: #fff;
}

/** -------------------------------- Select 2 -------------------------------- **/
form.eloqua_form span.select2-selection.select2-selection--single {
    height: auto;
    padding: 4px 8px;
    border-color: rgba(34, 36, 38, 0.1490196078);
    border-radius: 7px;
}

form.eloqua_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    margin-right: 8px;
}

form.eloqua_form .select2-container {
    width: 100% !important;
}

form.eloqua_form .form-row .select2-container textarea:focus {
    box-shadow: none;
}

form.eloqua_form .select2-container--default .select2-selection--multiple {
    border-color: rgba(34, 36, 38, 0.1490196078);
}

form.eloqua_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 0;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 32px;
}

form.eloqua_form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 100%;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999999999;
}