[class*=sidebar-dark-] .sidebar a {
    color: white !important;
}

.bg-gain {
    background-color: #2D2E84 !important;
}


@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-BoldItalic.ttf') format("truetype");
    font-weight: bold;
    font-style: italic;
}


body {
    font-family: 'Roboto', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',  sans-serif;
}

.ag-theme-alpine {
    font-family: 'Roboto', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',  sans-serif !important;
}


body.sidebar-mini:not(.filemaker), aside.main-sidebar {
    /*
    background: url("/img/csr/body-bg.jpg") no-repeat center center #004265 !important;
    background-size: cover!important;

     */
    /*background-color: #004265;*/
}

body.login-page, body.register-page {
    /*
    background: url("/img/csr/body-bg.jpg") no-repeat center center #004265 !important;
    background-size: cover!important;
     */
    /*background-color: #004265;*/
}

.brand-link .brand-image {
    max-height: 50px !important;
}
