.line-unavailable td {
    color: #666 !important;
    text-decoration: line-through;
}

.notifications .nav-link {
    position: relative;
}

.notifications .badge {
    position: absolute;
    top: -7px;
    right: 7px;
    background: red;
    border-radius: 50%;
    padding: 3px 5px 3px 5px;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 30px !important;
    right: 0 !important;
}

.notifications .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
    color: #222222;
}

.notifications .dropdown-menu a {
    text-decoration: none;
    color: #222222;
}

.notifications .dropdown-menu a:hover {
    text-decoration: none;
    color: #333333;
}

.notifications .dropdown-menu .dropdown-divider {
    border-top-color: rgba(0, 0, 0, 0.05);
}

.notify-box {
    min-width: 350px;
}

.notify-box .notify-title {
    font-weight: 600;
    margin-bottom: 0rem;
    display: block;
    font-size: 13px;
}

.notify-box .notify-content {
    display: block;
    font-size: 13px;
    margin-bottom: 0.6rem;
}

.notify-box .notify-date {
    text-align: left;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
}

.notify-box li.read {
    opacity: 0.6;
}

.notifications .mark-all-read {
    float: right;
    color: #666 !important;
    font-size: 0.8rem;
}
