﻿.sr_only {
    width: .0625rem !important;
    height: .0625rem !important;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem) !important;
}

.s4_notif .slick-track {
    display: flex !important;
}

.s4_notif .slick-arrow {
    background-color: transparent;
}
.s4_notif .slick-next-icon {
    display: block;
    width: 40px;
    background-image: url("/images/img/arrow-white.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    left: -7px;
    position: relative;
}
.s4_notif .slick-prev-icon {
    display: block;
    width: 40px;
    background-image: url("/images/img/arrow-white.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    transform: rotate(180deg);
}

.s4_notif_item {
    padding: 1rem 4rem;
    display: flex !important;
    align-items: center;
    height: inherit !important;
}

    .s4_notif_item p {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .s4_notif_item a {
        padding-left: .5rem;
    }
