/* ==============================
   IBCA-MMA KOTA CILEGON THEME
   ============================== */

/* HEADER */
.navbar,
.navbar-dark,
.bg-primary {
    background: #d90429 !important;
    border-bottom: 4px solid #d90429 !important;
}

/* ORGANIZATION TITLE */
.navbar-brand,
.navbar-brand span {
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* SIDEBAR */
.sidebar,
#sidebar,
.nav-sidebar {
    background: #1b263b !important;
}

/* MENU */
.nav-link {
    border-radius: 8px;
    margin: 2px 6px;
    transition: all .2s ease;
}

.nav-link:hover {
    background: #d90429 !important;
    color: white !important;
}

.nav-link.active {
    background: #d90429 !important;
    color: white !important;
}

/* CARD */
.card {
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    overflow: hidden;
}

/* CARD HEADER */
.card-header {
    background: #111111 !important;
    color: white !important;
    font-weight: 600;
}

/* BUTTON */
.btn-primary {
    background: #d90429 !important;
    border-color: #d90429 !important;
}

.btn-primary:hover {
    background: #b00020 !important;
    border-color: #b00020 !important;
}

/* LINKS */
a {
    color: #d90429;
}

a:hover {
    color: #a10018;
}

/* TITLES */
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    color: #111111;
}

/* TABLES */
.table thead {
    background: #111111;
    color: white;
}

/* DASHBOARD CARDS */
.card:hover {
    transform: translateY(-2px);
    transition: .2s;
}

/* FOOTER */
footer {
    border-top: 3px solid #d90429;
}

/* LOGIN SCREEN */
.login-container,
.admidio-login {
    border-radius: 16px;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #d90429;
    border-radius: 10px;
}