.card-form {
    width: 500px;
    background: transparant;
}
.login-form button {
    width: 100%;
}

/* navbar */
.bottom-nav {
    bottom: 0;
    left: 0;
    right: 0;
    height:10px;
    z-index: 1030; /* Ensure it's above other elements */
}

.sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    width: 280px;
    background-color: #ffff;
    transition: 0.3s;
    z-index: 1050;
    overflow-y: auto;
}

.sidebar.show {
    left: 0;
}

.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1040;
}

.sidebar-backdrop.show {
    display: block;
}

.sidebar-logo {
    height: 60px;
    display: flex;
    align-items: left;
    justify-content: left;
    margin-left: 20px;
    background-color: #ffff;
}

.sidebar-menu {
    padding: 1rem 0;
}

.sidebar-item {
    padding: 0.5rem 1rem;
}

.sidebar-link {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    transition: 0.3s;
}

.sidebar-link:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-link i {
    margin-right: 0.75rem;
    width: 20px;
    text-align: center;
    color: #000;
}

.submenu {
    padding-left: 3rem;
    display: none;
}

.submenu.show {
    display: block;
}

.navbar {
    height: 70px;
}



.dropdown-toggle::after {
    margin-left: auto;
}

.has-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jumbotron {
    background-image: url("../images/jumbotron.png");
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: contain;
}
.notify {
    margin-top: 70px !important;
    z-index: 1050 !important;
}

.navigasi{
    width:100%;
    height:170px;
    background-color:#E9F2FD;
}

.navigasi-notif a.active {
    font-weight: bold;
    color: black;
    border-bottom: 5px solid black;
}
.icon-card{
    background-color:#BCF0FF;
    width:100px;
    height:100px;
    border-radius:15px;
}

.card-profile{
    background: url('../images/profile.png') center no-repeat;
    backgrounf-size:100% 100%;
}

/* catatan dashboard */
.catatan{
    width: 100%;
    height: 597px;
}
@media (max-width: 990px) {
    .card-form{
        background-color:white;
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 576px) {
    .card-form{
        background-color:white;
        width:100%; 
    }
    .navbar{
        height:70px;
    }
    .top-nav{
        width:250px !important;
        margin-left:-30px !important;
    }
    .icon-notif{
        display:hidden;
    }
    .home-logo {
        margin-top: 250px;
    }

    .home-logo img {
        width: 100%; /* Perkecil gambar di handphone */
    }

    .home-logo button {
        width: 100%; /* Tombol memenuhi lebar layar */
        margin-top: 100px;
    }

    /* dashborad */
    .jumbotron{
        padding-top:300px;
        height:180px;
    }
    .navigasi{
        height:100%;
        margin-top:0px;
        background-color:white;
    }
    .catatan{
        height:100%;
    }
    .icon-card{
        width:80px;
        height:80px;
    }
    .header-card{
        padding-top:50px;
    }
    .btn{
        width:100% !important;

    }
    .form-cuti{
        width:100% !important;
    }
    .notes{
        height:100% !important;
    }
    .header{
        margin-top:100px;
        height:auto !important;
    }
    .form-note{
        width:100% !important;
    }
    .bottom-nav{
        height:65px;
    }
}
