@layer GOVBREstilosBotoes {
    .ButtonPrimary {
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap;
        background-color: var(--colors_basecolor);
        display: inline-block;
        text-decoration: none;
        color: var(--colors_baseforecolor);
        border: var(--borders_xs) solid var(--colors_actionborder_and_focuscolor);
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        cursor: pointer;
        font-size: var(--fontsizes_s);
        font-style: normal;
        font-variant: normal;
        margin-right: 3pt;
        padding-bottom: 6px;
        padding-top: 6px;
        border-style: solid;
        font-weight: bold;
        min-width: 86px;
        border-radius: var(--radius_m);
        transition-duration: 0.3s;
    }

    .ButtonPrimary:hover {
        background-color: var(--colors_actionhover);
        border-color: var(--colors_actionhoverborder);
        color: var(--colors_baseforecolor);
    }

    .ButtonPrimary:focus,
    .ButtonPrimary:active,
    .ButtonPrimary:active:focus {
        background-color: var(--colors_actionhover);
        color: var(--colors_baseforecolor);
        background-color: var(--colors_actionhover);
        border-color: var(--colors_basecolor);
    }

    .btnDefaultBlack50 {
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        border: var(--borders_xs) solid var(--colors_actionborder_and_focuscolor);
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        cursor: pointer;
        font-size: var(--fontsizes_s);
        font-style: normal;
        font-variant: normal;
        margin-right: 3pt;
        padding-bottom: 6px;
        padding-top: 6px;
        border-style: solid;
        font-weight: bold;
        min-width: 86px;
        border-radius: var(--radius_m);
        background-color: var(--colors_blackcolor50);
        color: var(--colors_databackgroundcolor);
        border-color: Transparent;
        transition-duration: 0.3s;
    }

    .btnDefaultBlack50:hover {
        border-color: var(--colors_borderpopupcolor);
    }

    .ButtonSecondary {
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        cursor: pointer;
        font-size: var(--fontsizes_s);
        font-style: normal;
        font-variant: normal;
        margin-right: 3pt;
        padding-bottom: 6px;
        padding-top: 6px;
        border-style: solid;
        font-weight: bold;
        min-width: 86px;
        border-radius: var(--radius_m);
        background-color: Transparent;
        color: var(--colors_basecolor);
        border: var(--borders_xs) solid var(--colors_basecolor);
        transition-duration: 0.3s;
    }

    .ButtonSecondary:hover {
        background-color: var(--colors_basecolor10);
        transition-duration: 0.3s;
    }

    .ExtendedCombo .btn-default {
        min-height: 34px !important;
        padding: 6px 12px !important;
    }

    .ExtendedCombo .btn-default .caret {
        position: absolute;
        right: 10px;
        margin: 7px 0;
    }

    .ExtendedCombo .btn-default,
    .ExtendedCombo .btn-default.Errorbtn:focus,
    .ExtendedCombo .btn-default.Errorbtn,
    .ExtendedCombo.btn-group.open .dropdown-toggle.Errorbtn,
    .ExtendedCombo.btn-group.open .dropdown-toggle.Errorbtn:hover {
        min-width: 200px;
        text-overflow: ellipsis;
    }

    input[data-gx-password-reveal] + * .btn-default {
        background: none !important;
        border: none !important;
        color: var(--colors_actionborder_and_focuscolor) !important;
    }

    input[data-gx-password-reveal] + * .btn-default:hover {
        background: var(--colors_gray03) !important;
        color: var(--colors_basecolor) !important;
    }

    input[data-gx-password-reveal] + * .btn-default .glyphicon {
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
    }

    input[data-gx-password-reveal] + * .btn-default .glyphicon.glyphicon-eye-open:before {
        content: '\f06e';
    }
    input[data-gx-password-reveal] + * .btn-default .glyphicon.glyphicon-eye-close:before {
        content: '\f070';
    }
}
