.label-baru {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 99px;
    /* border: 1px solid greenyellow; */
}

.notif-wrapper {
    position: sticky;
    top: 65px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
    background-color: white;
    z-index: 99;
    /* border: 1px solid black; */
}

.content-item {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.active-notif {
    background-color: #07a9c913;
}

.item-card {
    width: 100%;
    user-select: none;
    /* border: 1px solid black; */
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    gap: 1rem;
}

.item-header {
    width: 100%;
}

.row-item {
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    gap: 0.3rem;
}

.row-item-icon {
    width: 15%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    gap: 0.3rem;
}

.row-item-icon img {
    width: 100%;
    height: fit-content;
    aspect-ratio: 1/1;
}

.label-notif {
    width: fit-content;
    padding: 0.2rem 1rem;
    border-radius: 99px;
}
