
.timeline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.timeline-left {
    flex: 1;
    align-self: start;
}

.timeline-right {
    flex: 7
}

.timeline-date {

}

.timeline-header {

    display: flex;
}

.timeline-user-level {
    width: 90%;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    max-height: 50px;
    max-width: 50px;
    text-align: center;
}

.timeline-second-header {

    display: flex;
    justify-content: space-between;
}

.timeline-badge {

}

.timeline-badge img {
    width: 25px;
    height: 25px;
    border-radius: 15px;
}

.timeline-user-title {
    font-size: 13px;
    padding: 2px;
}

.timeline-content {
    margin-bottom: 1rem;
    margin-top: 1rem;
    word-break: break-all;
}

.timeline-content img {
    width: auto !important;
    max-width: 100% !important;
}

.timeline-info {

}

.timeline-like {
    background-color: #d7d7d7;
    padding: 5px;
    border-radius: 15px;
    font-size: 15px;
}

.timeline-info-liked {
    color: #333333;
}

.timeline-info-reply {
    color: #FF7A00;
    cursor: pointer;
}

.timeline-username {
    color: #FF7A00;
    font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 900;
    font-style: normal;

    font-size: 14px;
}

.timeline-date {
    white-space: nowrap;
    font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.timeline-ft {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    width: 27%;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    text-align: right;
    padding-top: 5px;

}

.timeline-avatar {
    width: 80%;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    max-height: 80px;
    max-width: 80px;
}

.timeline-ft a small {
    font-size: 12px;
    color: #7F7F7F;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.timeline-content {
    color: black;
}

.timeline-panel {
    margin-bottom: 5px;
}

.timeline-panel-body {
    padding-top: 8px
}

.timeline-info a {
    cursor: pointer;
    text-decoration: none;
    color: #777;
}

.timeline-info a:hover {
    text-decoration: none;
}

.timeline-info a i.active {
    background-color: #FF7A00;
    color: white;
}

.timeline-info-other-reply {

    color: #FF7A00;
    cursor: pointer;

}

.reply-line {
    border-left: 1px #d7d7d7 dotted;
    width: 10px;
    height: calc(100% - 180px);
    position: absolute;
    left: 3.8rem;
    top: 79px;
    vertical-align: middle;
    text-align: center;
}

.timeline-panel-body {
    position: relative;
}

.reply-dot {
    position: absolute;
    left: 2rem;
    top: -2.5rem;
    height: 38%;
    width: 9px;
}

.timeline-info-other-reply {

    color: #FF7A00;
    cursor: pointer;
}

.other-timelines {
    display: none;
}

.other-timelines .timeline {
    margin-top: 2rem
}

#loadMoreBlock {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.other-timelines {
    width: 100%;
}

.other-timelines .timeline-left {
    justify-content: flex-end;
}

.other-timelines .timeline-left > a {
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
}

.other-timelines .timeline-avatar {
    width: 30px;
}

.other-timelines .timeline-user-level {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.other-timelines .timeline-date, .other-timelines .timeline-username {
    font-family: inherit;
    font-weight: normal;
}

.reply-last-line {
    border-top: 1px #d7d7d7 dotted;
    width: 1%;
    height: 10px;
    position: absolute;
    left: calc(3.5%);
    top: 17%;
    vertical-align: middle;
    text-align: center;
    display: none !important;
}

@media screen and (max-width: 2500px ) {
    .timeline-right {
        flex: 10
    }


    .other-timelines .timeline-left > a {
        padding: 0;
    }

    .other-timelines .timeline-left {
        padding-right: 1rem;
    }

    .other-timelines .timeline-avatar {
        width: 50%;
    }

    .other-timelines .timeline-user-level {
        width: 50%;
    }

}

@media screen and (max-width: 991px) {
    .forum-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .timeline-right {
        flex: 8;
    }

    #content_m {
        padding-left: 0;
        padding-right: 0;
    }

    .reply-line {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .timeline-right {
        flex: 6;
    }
}

@media screen and (max-width: 481px) {
    .timeline-right {
        flex: 4;
    }
}

.comment-vote {
    margin-left: auto;
    font-size: 12px;
}