.bg-custom {
    background-color: #3c8dbc !important;
}

/* Navbar customization */
.main-header.navbar.bg-custom {
    color: #ffffff;
}

.main-header.navbar.bg-custom .nav-link {
    color: #ffffff !important;
}

/* Sidebar customization */
.main-sidebar.bg-custom {
    color: #ffffff;
}

.main-sidebar.bg-custom .brand-link {
    color: #ffffff;
}

.main-sidebar.bg-custom .nav-sidebar .nav-link {
    color: #ffffff;
}

.main-sidebar.bg-custom .nav-sidebar .nav-link.active {
    background-color: transparent !important;
    color: #3c8dbc !important;
    font-weight: bold !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #3c8dbc !important;
    background-color: transparent !important;
    font-weight: bold !important;
}

.main-sidebar.bg-custom .nav-sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link.active {
    background-color: transparent !important;
    color: #3c8dbc !important;
    font-weight: bold !important;
}

.text-custom{
    color: #3c8dbc !important;
}

.btn-custom {
    background-color: #3c8dbc;
    color: #ffffff;
}

.btn-custom:hover {
    background-color: #1871a5;
    color: #ffffff;
}
