
/* Feed */


#ne_feed {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 14px;
    max-height: 350px;
    background: rgb(38 38 38);
    padding: 0px;
    width: 340px;

    z-index: 25;
    box-shadow: 0 7px 15px 0px rgb(0, 0, 0, 0.3);
    display: none;
    border-radius: 0px;
    overflow: hidden;
}

#ne_feed.active {
    display: block;
}

#ne_feed ul {
    overflow-y: scroll;
    max-height: 164px;
    width: 102%;
    padding: 10px 20px;
}

#ne_feed li {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
    line-height: 20px;
    color: #000;
    width: 270px;
}

#ne_feed li .avatar-wrapper {
    height: 20px;
    background-color: #000;
    width: 20px;
    top: -2px;
}

#ne_feed li .today {
    text-transform: uppercase;
    font-size: 10px;
    color: #f4a83c;
    height: 16px;
    width: 50px;
    line-height: 17px;
}

@media screen and (min-width: 768px) {

    #ne_feed {
        width: 100%;
        border: 0;
        top: calc(100vh - 520px);
        right: 210px;
        overflow-y: scroll;
        left: unset;
        box-shadow: -2px -2px 26px 0px rgb(0, 0, 0, 0.1);
        max-height: 340px;
        overflow: hidden;
    }

    #ne_feed li {
        padding: 15px 0;
        border-bottom: 1px solid rgb(238, 238, 238);
        line-height: 18px;
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #000;
        width: calc(100% - 40px);
    }

    #ne_feed li {
        padding: 15px 15px;
        border-bottom: 1px solid rgb(238, 238, 238);
        line-height: 17px;
        color: #000;
    }
}

@media screen and (min-width: 1024px) {

    #ne_feed {
        top: 61px;
        right: 0px;
        bottom: 110px;
        width: 580px;
    }

    #ne_feed li {
        padding: 8px 12px;
        border-bottom: 1px solid rgb(238, 238, 238);
        line-height: 18px;
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #000;
        width: calc(100% - 40px);
    }

    #ne_feed ul {
        padding: 0;
    }

    #ne_feed li {
        border-bottom: 1px solid rgb(52 52 52);
        color: #dedede;
        display: grid;
        grid-template-columns: 91px 20px auto auto;
        height: 33px;
    }

    #ne_feed li span {
        padding: 4px 8px;
        font-weight: 400;
        color: #dedede;
        border-radius: 2px;
        font-size: 12px;
    }
}


/* Feed */


#ne_feed {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 14px;
    max-height: 350px;
    background: rgb(38 38 38);
    padding: 0px;
    width: 340px;
    z-index: 27;
    box-shadow: 0 7px 15px 0px rgb(0, 0, 0, 0.3);
    display: none;
    border-radius: 0px;
}

#ne_feed.active {
    display: block;
}

#ne_feed ul {
    overflow-y: scroll;
    width: 102%;
    padding: 10px 20px;
}

#ne_feed li {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
    line-height: 20px;
    color: #000;
    width: 270px;
}

#ne_feed li .avatar-wrapper {
    height: 20px;
    background-color: #000;
    width: 20px;
    top: -2px;
}



@media screen and (min-width: 768px) {

    #ne_feed {
        width: 100%;
        border: 0;
        top: calc(100vh - 520px);
        right: 210px;
        left: unset;
        box-shadow: -2px -2px 26px 0px rgb(0, 0, 0, 0.1);
        max-height: calc(100vh - 790px);
    }

    #ne_feed li {
        padding: 15px 0;
        border-bottom: 1px solid rgb(238, 238, 238);
        line-height: 18px;
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #000;
        width: calc(100% - 40px);
        width: 100%;
    }

    #ne_feed li {
        padding: 15px 15px;
        border-bottom: 1px solid rgb(238, 238, 238);
        line-height: 17px;
        color: #000;
    }
}

@media screen and (min-width: 1024px) {

    #ne_feed {
        bottom: 0;
        right: 0;
        bottom: 270px;
        width: 580px;
        display: block;
        overflow: initial;
        height: fit-content;
        top: unset;
    }

    #ne_feed li {
        padding: 8px 12px;
        border-bottom: 1px solid rgb(238, 238, 238);
        line-height: 17px;
        font-size: 12px;
        letter-spacing: 0.02em;
        color: #000;
    }

    #ne_feed ul {
        display: none;
        padding: 0;
    }

    #ne_feed.active ul {
        display: block;
    }

    #ne_feed li {
        border-bottom: 1px solid rgb(52 52 52);
        color: #dedede;
        display: grid;
        grid-template-columns: 70px 20px 100px 290px;
        height: 33px;
    }

    #ne_feed li span {
        padding: 0;
        font-weight: 300;
        color: #dddddd40;
        border-radius: 2px;
        font-size: 12px;
        width: max-content;
    }
}
