.logo-container {
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 767px) {
    #i95vx-2 {
        text-align: center;
        width: 100%;
    }

    #i95vx-2 a {
        display: inline-block;
    }

    .logo-container {
        justify-content: center;
        margin: 0 auto;
    }
}

.bg-unread {
    background-color: #e7f1ff !important;
}

.bg-read {
    background-color: #ffffff !important;
}

.notification-item:hover {
    background-color: #f0f8ff !important;
}
