.size-logo{
    width: 80px;
    align-content: center;
    margin: 0;
    margin-top: 20px;
    height: 60px;
}
.judul{
    background-color: #ced4da;
    border-radius: 10px;
}
.status{
    background-color: aqua;
}
.ikon {
    width: 170px;
    border-radius: 10px;
    height: 100px;
    background-color: rgb(212, 236, 236);
}
.ikon1 {
    width: 170px;
    height: 100px;
    border-radius: 10px;
    background-color: rgb(212, 236, 236);
}
.ikon2 {
    width: 170px;
    height: 100px;
    border-radius: 10px;
    background-color: rgb(212, 236, 236);
}
.ikon-logo {
    width: 40px;
    height: 40px;
}

.menu {
    position: fixed;
    background: linear-gradient(to right, #5dc1bd, rgb(17, 58, 73));
    padding: 8px;
    border-radius: 8px;
    box-shadow: black;
    width: max-content;
}

.hidden-show {
    display: none; /* Sembunyikan elemen secara default */
}
/* Tambahkan gaya lain sesuai kebutuhan Anda */

/* Gaya untuk ikon menu */
.bi-menu-button-fill {
    cursor: pointer; /* Ubah kursor menjadi pointer */
}
.data-menu{
    position: absolute;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 6px;
    background-color: rgb(235, 204, 163);
}