/* Custom branding has been enabled for this application */
    .btn-primary{
        background-color: #001f51 !important;
        border-color: #001f51 !important;
    }

    .btn-secondary{
        background-color: #855500 !important;
        border-color: #855500 !important;
    }

    .text-primary{
        color: #a6b0cf !important;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff !important;
        background-color: #a6b0cf !important;
        border-color: #a6b0cf !important;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #a6b0cf !important;
    }

    body {
    background-color: #f8f8fb !important;
    color: #a6b0cf !important;
    }

    #page-topbar {
    background-color: white !important;
    }

    .footer {
    background-color: #f2f2f5 !important;
    }

    .vertical-menu {
    background-color: #2a3042 !important;
    }

    #sidebar-menu ul li a {
    color: #a6b0cf !important;
    }

    #sidebar-menu ul .menu-title {
    color: #a6b0cf !important;
    }

    #sidebar-menu ul li a i {
    color: #a6b0cf !important;
    }


            .bg-overlay {
        
        background: url("https://mer.smart-desk.co.za/images/branding/background_1693375157.png") !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        opacity : none !important;
        }
    
