.top-header__dropdown_notify {
    margin-right: 21px;
}

.top-header__dropdown_notify .bi-svg-notifications {
    margin-right: 0;
}

.top-header__dropdown-body.notify-dropdown {
    left: -200px;
    padding: 20px;
    width: 382px;
    max-height: 443px;
    overflow-y: auto;
    border-radius: 16px;
    background: var(--primary-white, #FFF);
    box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.09);

    @media (max-width: 1200px) {
        left: -300px;

    }
}
#notify-dropdown-link .badge {
    color: var(--4-b-4-b-4-b, #4B4B4B);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    border-radius: 16px;
    background: var(--additional-blue-blue-9000, #F7F5FA);
    display: flex;
    align-items: center;
    justify-content: center;
}
#notify-dropdown-link .bi-svg-bell {
    fill: none;
}
.top-header__dropdown-body.notify-dropdown:before {
    left: 180px;
}

.notify-block {
    margin-bottom: 0;
}

.notify-item {
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
    background: #fff;
}

.notify-item p,
.notify-item h4,
.notify-item small {
    margin-top: 0;
    margin-bottom: 0;
}

.notify-item:not(:first-child) {
    margin-top: 8px;
}

.notify-item.active {
    background: var(--additional-blue-blue-9000, #F7F5FA);
}

.notify-header {
    margin-bottom: 33px;
    color: var(--2000, #191919);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    margin-top: 7px;
}

.read-all {
    padding: 12px 20px !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 21px */
}

.notify-item__date {
    color: var(--5000-text-disablet, #646464);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
}

.notify-item h4 {
    color: var(--2000, #191919);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.notify-item p {
    color: var(--2000, #191919);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

.notify-item__actions li a {
    overflow: hidden;
    color: var(--additional-orange-1000, #C99D00);
    text-align: right;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
}
.notify-item__actions {
    margin-left: -12px;
}

.notify-item__actions li {
    display: inline;
}

.notify-item__actions li a {
    display: inline;
    padding: 10px 12px;
}

.body-heading {
    margin: 0 !important;
}


.notify-list .notify-item {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--additional-blue-blue-8000, #E0E7FF);
    background: #fff;
}

.notify-list .notify-item.active {
    background: var(--additional-blue-blue-9000, #F7F5FA);
}

.notify-list .notify-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.notify-list .notify-item > div {
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
}

.notify-list button.notify-read {
    padding: 6px 12px;
    align-items: center;
}

.notify-list__button {
    padding: 6px 12px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 44px !important;
    background: var(--additional-blue-blue-8000, #E0E7FF) !important;
}
