/* Override theme based on NRG  */
/* AEM form required css updates */
/* asterisk logic - for all required check mark field in Adaptive Forms */

[data-cmp-required="true"] [class$="__label"]::after {
    content: " *";
    color: #d00000;
    font-weight: 600;
}

[data-cmp-adaptiveformcontainer-path^="/content/forms/af/directenergy-us/"] .cmp-adaptiveform-button__widget {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ca9cff;
    color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    box-shadow: 4px 4px 0 0 #000;
    min-height: 56px;
    min-width: 227px;
    padding: 1px 24px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 24px;
    margin-top: 2px;
    text-decoration: none;
    outline: none;
    width: auto;
}

[data-cmp-adaptiveformcontainer-path^="/content/forms/af/directenergy-us/"] .cmp-adaptiveform-button__text {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 24px;
}

