#header_notification_bar li.header {
    font-weight: bold;
}

li.notification.un-read {
    background: #eee;
}

#header_notification_bar > li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 12px;
}

#header_notification_bar li ul {
    overflow-y: scroll;
    height: 275px
}

#header_notification_bar li.external {
    background: #eaedf2;
}

#header_notification_bar .dropdown-menu {
    width: 400px;
    max-width: 400px;
}

#notifications-content {
    padding: 0;
}

#notifications-content ul li a .time{
    padding: 0;
    max-width: 100px;
}

/* Modern 2026 Clean Card Toastr Notification (NO BORDER-LEFT) */
#toast-container {
    top: 65px !important;
    right: 24px !important;
    z-index: 999999 !important;
}

#toast-container > div {
    opacity: 1 !important;
    background-color: #ffffff !important;
    color: #1e293b !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.12), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    padding: 16px 20px 16px 56px !important;
    width: 380px !important;
    max-width: 90vw !important;
    border: 1px solid #e2e8f0 !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    position: relative !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

#toast-container > div:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.16), 0 8px 10px -6px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-2px) !important;
}

#toast-container > div::before {
    font-family: FontAwesome;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

#toast-container > .toast-info {
    background-image: none !important;
}

#toast-container > .toast-info::before {
    content: "\f0f3"; /* fa-bell */
    color: #2563eb;
    background-color: #eff6ff;
}

#toast-container > .toast-success {
    background-image: none !important;
}

#toast-container > .toast-success::before {
    content: "\f00c"; /* fa-check */
    color: #16a34a;
    background-color: #f0fdf4;
}

#toast-container > .toast-warning {
    background-image: none !important;
}

#toast-container > .toast-warning::before {
    content: "\f071"; /* fa-exclamation-triangle */
    color: #d97706;
    background-color: #fffbeb;
}

#toast-container > .toast-error {
    background-image: none !important;
}

#toast-container > .toast-error::before {
    content: "\f057"; /* fa-times-circle */
    color: #dc2626;
    background-color: #fef2f2;
}

#toast-container .toast-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 4px !important;
    letter-spacing: -0.01em !important;
}

#toast-container .toast-message {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #475569 !important;
    font-weight: 400 !important;
    word-break: break-word !important;
}

#toast-container .toast-message strong,
#toast-container .toast-message b {
    color: #0f172a !important;
    font-weight: 600 !important;
}

#toast-container .toast-close-button {
    color: #94a3b8 !important;
    font-size: 18px !important;
    opacity: 0.8 !important;
    text-shadow: none !important;
    right: 12px !important;
    top: 12px !important;
    transition: color 0.2s ease !important;
}

#toast-container .toast-close-button:hover {
    color: #0f172a !important;
    opacity: 1 !important;
}

#toast-container .toast-progress {
    background-color: #3b82f6 !important;
    opacity: 0.8 !important;
    height: 3px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}