
            :root { --primary: #4e73df; --success: #1cc88a; }
            body, .font-weight-bold, .sidebar .nav-item .nav-link span, h1, h2, h3, h4, h5, h6 { font-family: 'Nunito', sans-serif !important; }
            .bg-gradient-primary { background-color: #4e73df; background-image: linear-gradient(180deg, #4e73df 10%, #3e5cb2 100%); }
            .btn-primary { background-color: #4e73df; border-color: #4e73df; }
            .btn-primary:hover { background-color: #4667c8; border-color: #4261bd; }
             .btn-success { background-color: #1cc88a; border-color: #1cc88a; }
            .btn-success:hover { background-color: #19b47c; border-color: #17aa75; }
            .text-primary, a.text-primary:hover, a.text-primary:focus { color: #4e73df !important; }
             .text-success { color: #1cc88a !important; }
            .border-left-primary { border-left: .25rem solid #4e73df !important; }
             .border-left-success { border-left: .25rem solid #1cc88a !important; }
             .badge-success { background-color: #1cc88a; }
             a { color: #4e73df; }
            a:hover { color: #4261bd; }
        