﻿body {
}
.sidebarimg {
   max-width:100%;
   opacity: 80%;
}
.logout-button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.top-row-left,
.top-row-right {
    display: flex;
    align-items: center;
}

.top-row-right {
    margin-left: auto;
}
.notification-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    background: #eef2ff;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.12);
    cursor: pointer;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    transition: all 0.18s ease;
}

.notification-btn:hover {
    background: #e0e7ff;
    border-color: #a5b4fc;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.18);
}

.bell-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #4338ca;
}