body {
    margin: 0px;
}

.container-mobile {
    position: relative !important;
    background-color: #fff;
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #eef2f1;
}

#previewContainer {
    display: flex;
    flex-wrap: wrap;
}

.preview-item {
    margin: 5px;
    position: relative;
}

.preview-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.remove-item {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: red;
    font-weight: bold;
}

.kategori-item {
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px;
    background-color: #fff;
}

.kategori-item:hover {
    background-color: #dcebff !important;
}

.profil-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profil-avatar-verified {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4a89dc !important;
}

.donatur-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.donatur-avatar-sm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#header-secondary {
    height: 60px;
    width: 480px;
    position: fixed;
    z-index: 100;
    overflow-x: hidden;
}

.notification {
    position: relative;
    display: inline-block;
}

.notification-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.notification-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.notification-item:hover {
    background-color: #f0f0f0;
}

.bg-active {
    background-color: #f3f0f0;
}

.badge {
    position: relative;
    top: -5px;
    left: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 12px;
}

#pdf-viewer {
    width:100%;
}

@media screen and (min-width: 480px) and (max-width: 1366px) {
    #header-secondary {
        width: 100%;
    }
}

@media screen and (min-width: 1367px) {
    #header-secondary {
        width:480px;
    }
}

/* Media query untuk perangkat seluler (misalnya, lebar maksimum 600px) */
@media screen and (max-width: 1366px) {
    .container-mobile {
        max-width: 100%;
    }
}
