.navbar {
    box-shadow: 0px 5px 5px #23242533;
    position: fixed !important;
    width: 100% !important;
    z-index: 1001;
}

.navbar-brand {
    margin-left: 164px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #5C5C5C !important;
}

.navbar-brand span {
    font-weight: 400;
}

.notification {
    position: relative;
    display: inline-block;
}

.notification-bell {
    font-size: 24px;
    color: #333;
}

.notification-badge {
    position: absolute;
    top: 9px;
    background-color: #17a2b8;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.alert-header {
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    color: #FFFFFF !important;
    background-color: #33C5D9 !important;
    font-weight: 600 !important;
    line-height: 20px;
}

.dropdown-menu {
    padding: 3px !important;
    width: 365px;
}

.alert-content img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    margin-top: 12px;
}

.alert-content hr {
    margin-bottom: 0px !important;
}

.alert-text-content {
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
}

.alert-date {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #909090;
}

.warning-notification {
    color: #FF3F3F;
    font-weight: 700;
}

.alert-notification {
    color: #33C5D9;
    font-weight: 700;
}

.show-all-alerts {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #33C5D9;
    text-decoration: none;
}

.dropdown-toggle::after {
    margin-left: -0.745em !important;
}

.sidebar-links li:hover {
    background-color: #17a3b84d;
}

.sidebar-links li i {
    color: #17a2b8;
}

.profile-picture {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-left: 3px;
}

@media(min-width: 992px) {
    .notification-badge {
        right: 0px;
    }
}

@media(max-width: 991px) {
    .notification-badge {
        left: 12px;
    }

    .navbar-brand {
        margin-left: 0 !important;
    }
}
