/* Write your custom CSS here */
.iium-logo {
    height: 50px;
    position: fixed;
    left: 80px;
}

.staff-logo {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    object-position: top;
}

.quick-access-logo {
    height: 80px;
}

footer {
    background-image: url('/kerawang.png') !important;
    background-repeat: no-repeat !important;
    background-color: #00928f;
    color: white;
}

footer a {
    color: white;
    font-weight: bold;
}

footer a:hover {
    color: #f8b400;
}

.custom-iium-header {
    background-image: url('/kerawang.png') !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-color: #00928f !important;
}

.custom-iium-header #sidebar-toggle svg {
    color: white;
}

.page-header .navbar #navbarNav #leftNav>li>a {
    color: #ffffff;
}