.bk-dashboard {
    display: flex;
    min-height: 100vh;
    font-family: Arial;
}

.bk-sidebar {
    width: 240px;
    background: #1e1e2f;
    color: #fff;
}

.bk-sidebar ul {
    list-style: none;
    padding: 0;
}

.bk-sidebar li {
    padding: 15px;
    cursor: pointer;
}

.bk-sidebar li:hover {
    background: #333;
}

.bk-main {
    flex: 1;
    background: #f5f5f5;
}

.bk-topbar {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.bk-notification-list li {
    background: #fff;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 6px;
}

.bk-notification-detail {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
