.profiletimeline {
    border-left: 3px solid #c5c5c5;
}
.sl-middle {
    background: #5accf7;
    width: 92px;
    height: 92px;
    border-radius: 150px;
    text-align: center;
    color: black;
    margin-left: -85px !important;
    padding: 40px 0;
    margin-bottom: 17px !important;
    font-weight: bold;
}
.profiletimeline .sl-date {
    color: #65666a;
}

.dashboard-events {
    height: 800px;
    padding-left: 95px;
}
.dashboard-events.profiletimeline {
    border-left: none;
    display: inline;
}

.vl {
  border-left: 2px solid #c7c7e9;
  height: 100%;
  position: absolute;
    left: 54px;
    z-index: -1;
    top: 8px 
}

.dashboard-events.profiletimeline .sl-item {
    position: relative;
    left: 105px;
    top: -20px;
}

.dashboard-events .sl-right {
    width: 86%;
}

.timeline .x-meta a.link {
    font-weight: bold;
    font-size: 15px;
}

div.reply-comment {
    padding-left: 50px !important;
}

div.reply-reply-comment {
    padding-left: 100px !important;
}

.xxcard {
    color: #000000;
}

.file-folders.enabled .folder-panel {
    max-height: 300px;
    overflow-y: scroll;
}

.fix-sidebar .logo-largexx {
    filter: drop-shadow(0 0 0.75rem rgb(0, 217, 255));
}

.emoji-picker {
    z-index: 9999;
}

.chat-main-box .chat-left-inner {
    overflow: scroll;
    height: 95vh;
}

.x-text.opacity-5 {
    background: azure;
    padding: 5px 10px;
    cursor: pointer;
}

#replying_text_wrapper {
    position: absolute !important;
    bottom: 120px;
    background: #e1e1e1 !important;
    padding: 10px 11px;
    width: 100%;
    display: none;
}

.chat-main-box .chat-rbox {
    bottom: 140px;
    top: 50px;
}

#feed-header {
    padding: 5px;
}

#feed-header .img-circle{
    width: 40px;
}

.comments .comment-widgets .comment-row {
    scroll-margin-top: 100px;
}

#replying_pjt_cmt_wrapper, #replying_tsk_cmt_wrapper, .file-replying_tsk_cmt_wrapper {
    background: #e1e1e1 !important;
    padding: 10px 11px;
    width: 100%;
    display: none;
}

body.tasks.modal-open .modalx {
    overflow-y: hidden;
}

div#sidepanel-notifications-body img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .modal .modal-dialog .modal-header {
        display: flow;
    }
    body.home div#js-trigger-home-admin-wrapper .card-body {
        padding: 0;
    }
    .dashboard-events.profiletimeline .sl-item {
        left: 75px;
    }
    .dashboard-events .sl-right {
        width: 80%;
    }
    .client .tab-body-embedded, .project .tab-body-embedded {
        padding-left: 0px;
        padding-right: 0px;
    }
    div#projects_ajaxtab #js-trigger-comments {
        padding-left: 0;
        padding-right: 0;
    }
}
.chat-main-box .chat-list li .chat-content .box {
    word-wrap: break-word;
}
.card-modal .card-left-panel .card-description {
    word-wrap: break-word;
}
#slidePanel {
    position: absolute;
    width: 250px;
    right: 0;
    background: white;
    z-index: 10;
    overflow: scroll;
    height: 100%;
    border: 1px solid #b5d1e3;
    padding: 5px;
    text-align: center;
    display: none;
}

#chatInfo, #chatInfoClose {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
}

.close-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.close-btn:hover {
    background-color: #e9ecef;
}

.close-btn svg {
    width: 16px;
    height: 16px;
    fill: #666;
}

#mediaContent .media-item img {
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    margin: 5px;
    border: 1px solid #20aee3;
    border-radius: 7px;
}

img#chatInfoImg {
    max-width: 70px;
    border-radius: 70px;
}

div#mediaContent img {
    width: 80px;
    float: left;
    margin: 5px;
    border: 1px solid #b2d1e2;
    border-radius: 4px;
}