.holder_dropdown_notifications::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    left: auto;
    right: 25px;
}
.holder_dropdown_notifications.live_sessions::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    left: 25px;
    right: auto;
}
#text_name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.holder_notificare:hover .holder_actions {
    display: flex;
}
.relative:hover .dark_text.small_info {
    display: block;
}
.holder_notificari {
    min-height: min-content;
}

.holder_dropdown_notifications {
    position: fixed;
    top: 90px;
    right: 240px;
    z-index: 999;
    display: none;
    width: 350px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
}

.holder_dropdown_notifications.live_sessions {
    left: 55px;
}

.holder_dropdown_notifications.bell {
    display: none;
}

.holder_notificari {
    overflow: auto;
    max-height: 40vh;
}

.holder_notificare {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 180px;
    min-height: 120px;
    margin-top: -1px;
    padding: 15px 30px;
    border-top: 1px solid #e4e6eb;
    border-bottom: 1px solid #e4e6eb;
}

.holder_notificare:hover {
    background-color: #f1f2f6;
}

.div_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div_center.relative {
    position: relative;
}

.div_center.relative.full {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div_center.relative.full.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div_center.relative.full.vertical.left_5 {
    margin-left: 10px;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bold_dark_txt {
    color: #242542;
    font-weight: 600;
}

.bold_dark_txt.mb3px {
    margin-bottom: 3px;
}

.indicator_notiifcare {
    position: absolute;
    bottom: -3px;
    left: -5px;
    z-index: 33;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #242542;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.indicator_notiifcare.business {
    border-style: solid;
    border-width: 1px;
    border-color: #242542;
    background-color: #fff;
    color: #242542;
}

.indicator_notiifcare.alert {
    position: static;
    width: 50px;
    height: 50px;
    font-size: 15px;
}

.div_not_actions {
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.holder_actions {
    display: none;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buton_request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    max-width: 90px;
    min-width: 50px;
    margin-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #242542;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.relative {
    position: relative;
}

.grey_text.small {
    font-size: 11px;
}

.link_dropdown_avatar.rounded_corners.center {
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dark_text.icon._20.red {
    color: #e61657;
}

.dark_text.icon._20 {
    font-family: 'Fa solid 900', sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.divider_up_or_bottom.notifications {
    border-bottom: 1px solid #e4e6eb;
}

.status.notificari {
    bottom: -2px;
    right: 2px;
}

.icon_span.right5 {
    margin-right: 5px;
}

.link_img_top.min {
    width: 50px;
    height: 50px;
}

.notification.text.active.bottom {
    left: auto;
    top: auto;
    bottom: -10px;
}

.holder_dropdown_notifications.live_sessions.active {
    display:block;
}

.wrapper-bell {
    position: relative;
}

.holder_dropdown_notifications.bell.active {
    display: block;
    right: 1px;
    position: absolute;
}

.chevron_down {
    font-size: 15px!important;
}

@media screen and (max-width: 991px) {
    .holder_dropdown_notifications.bell.shown, .holder_dropdown_notifications.live_sessions.shown {
        width: 100vw;
        display: block;
        right: 1px;
        position: absolute;
        bottom: 70px;
        top: auto;
        left:auto;
    }

    .holder_dropdown_notifications::before {
        display: none;
    }
}