:root{
    --TituloColor: #2a162f !important;

    /** Btn Default **/
    --BtnDefaultColor : #2a162f !important;

    --BtnDefaultBackGround : #2a162f !important;

    --BtnDefaultBorderColor : #2a162f !important;
    --BtnDefaultHoverColor: #000 !important;
    --BtnDefaultHoverBackGround: #2a162f !important;
    --BtnDefaultShadowColor: transparent !important;



    /** Menu */

    --MenuColor: rgb(255, 255, 255) !important;
    --MenuBackGround:  transparent;
    --MenuBackGroundImageAuxiliar: #7b1f8a !important;
    --MenuBackGroundImage: linear-gradient(to bottom right, rgb(123, 31, 138) 28%, rgb(123, 31, 138) 38% , rgb(28, 15, 32) 100% ) !important;
    --MenuHoverColor: rgb(255, 255, 255) !important;
    --MenuHoverBackGround: #1c0f20 !important;
    --MenuIconColor: var(--MenuColor);
    --MenuIconColorHover: var(--MenuHoverColor);

    /* Menu Collapse */
    --MenuCollapseColor: #ffffff !important;
    --MenuCollapseBackGround: #2a162f !important;
    --MenuCollapseHoverColor: #2a162f !important;
    --MenuCollapseHoverBackGround: rgb(123, 31, 138) !important;

    /** Menu Usuario */
    --MenuUserColor: #ffffff !important;
    --MenuUserBackGround: #2a162f !important;
    --MenuUserHoverColor: #ffffff !important;
    --MenuUserHoverBackGround: #7b1f8a !important;

    /** ScrollBar */
    --ScrollBarColor: #2a162f !important;
    --ScrollBarBackGround: #ccc !important;

    --BackGroundLogin: rgb(255,255,255) !important;
    --BackGroundLoginLinear: linear-gradient(to bottom right, rgb(123, 31, 138) 28%, rgb(123, 31, 138) 38% , rgb(28, 15, 32) 100% );
}