/** ---------- TODAS CLASSES PRESENTES NESSE ARQUIVO ESTÃO DEPRECIDADAS E DEVEM SER AVALIADAS SEPARADAMENTE E POSTERIORMENTE SER REMOVIDAS CASO ENCONTRADAS NO FONTE ---------- */
/** ---------- TODAS CLASSES PRESENTES NESSE ARQUIVO ESTÃO DEPRECIDADAS E DEVEM SER AVALIADAS SEPARADAMENTE E POSTERIORMENTE REMOVIDAS CASO ENCONTRADAS NO FONTE ---------- */
/** ---------- TODAS CLASSES PRESENTES NESSE ARQUIVO ESTÃO DEPRECIDADAS E DEVEM SER AVALIADAS SEPARADAMENTE E POSTERIORMENTE REMOVIDAS CASO ENCONTRADAS NO FONTE ---------- */

@layer GOVBREstilosDeprecated {
    .TextRegular10 {
        padding-right: 3pt;
        font-style: normal;
        color: var(--colors_gray08);
        vertical-align: middle;
        font-family: var(--fonts_primary-font);
        white-space: normal;
        line-height: normal;
        font-size: 10px;
        font-weight: 400;
    }
    .TextRegular12 {
        font-family: var(--fonts_primary-font);
        white-space: normal;
        line-height: normal;
        font-size: 12px;
        font-weight: 400;
    }
    .TextRegular14 {
        font-family: var(--fonts_primary-font);
        white-space: normal;
        line-height: normal;
        font-size: 14px;
        font-weight: 400;
    }
    .TextRegular16 {
        font-family: var(--fonts_primary-font);
        white-space: normal;
        line-height: normal;
        font-size: 16px;
        font-weight: 400;
    }

    .AttributeFixMinWdth {
        min-width: 200px !important;
    }
    .AttributeFixMinWdth300 {
        min-width: 300px !important;
    }
    .AttributeFixMinWdth250 {
        min-width: 250px !important;
    }
    .AttributeFixMinWdth240 {
        min-width: 240px !important;
    }
    .AttributeFixMinWdth230 {
        min-width: 230px !important;
    }
    .AttributeFixMinWdth220 {
        min-width: 220px !important;
    }
    .AttributeFixMinWdth210 {
        min-width: 210px !important;
    }
    .AttributeFixMinWdth200 {
        min-width: 200px !important;
    }

    .CellMarginBottom5 {
        margin-bottom: 5px;
    }
    .CellMarginBottom10 {
        margin-bottom: 10px;
    }
    .CellMarginBottom15 {
        margin-bottom: 15px;
    }
    .CellMarginBottom20 {
        margin-bottom: 20px;
    }
    .CellMarginBottom25 {
        margin-bottom: 25px;
    }
    .CellMarginBottom30 {
        margin-bottom: 30px;
    }
    .CellMarginTop5 {
        margin-top: 5px;
    }
    .CellMarginTop10 {
        margin-top: 10px;
    }
    .CellMarginTop15 {
        margin-top: 15px;
    }
    .CellMarginTop20 {
        margin-top: 20px;
    }
    .CellMarginTop25 {
        margin-top: 25px;
    }
    .CellMarginTop30 {
        margin-top: 30px;
    }
    .CellMarginLeft5 {
        margin-left: 5px;
    }
    .CellMarginLeft10 {
        margin-left: 10px;
    }
    .CellMarginLeft15 {
        margin-left: 15px;
    }
    .CellMarginLeft20 {
        margin-left: 20px;
    }
    .CellMarginLeft25 {
        margin-left: 25px;
    }
    .CellMarginLeft30 {
        margin-left: 30px;
    }
    .CellMarginRight5 {
        margin-right: 5px;
    }
    .CellMarginRight10 {
        margin-right: 10px;
    }
    .CellMarginRight15 {
        margin-right: 15px;
    }
    .CellMarginRight20 {
        margin-right: 20px;
    }
    .CellMarginRight25 {
        margin-right: 25px;
    }
    .CellMarginRight30 {
        margin-right: 30px;
    }
    .CellPadding20 {
        padding: 20px;
    }
    .CellGap10 {
        gap: 10px;
    }
    .CellGap20 {
        gap: 20px;
    }
    .CellPaddingBottom {
        padding: 15px 15px 5px 15px !important;
    }

    .ColumnGrid300ch {
        max-width: 300ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
    }
    .ColumnGrid250ch {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        max-width: 250ch;
    }
    .ColumnGrid200ch {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        max-width: 200ch;
    }
    .ColumnGrid120ch {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        max-width: 120ch;
    }
    .ColumnGrid90ch {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        max-width: 90ch;
    }
}
