
.our_custom_scrollbar::-webkit-scrollbar {
    width: 4px;
}

.our_custom_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1);
}

.comment {
    font-size: 10pt;
}

.comment:hover .deleteComment {
    opacity: .8;
    cursor: pointer;
}

.deleteComment {
    color: #b0b0b0;
    font-size: 12px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 1px;
    border-radius: 50px;
    background-color: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.deleteComment:hover {
    color: #000000;
}

.feedbackButton:hover {
    cursor: pointer;
}

.glyphicon {
    -webkit-transition-property: text-shadow;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.arrowContainer:hover > span {
    text-shadow: 0 0 3px #000000;
}

.addButtonDiv {
    padding: 0;
}

.addButtonDiv:hover {
    cursor: pointer;
}

.addButtonDiv:hover > .commentButton {
    background-color: lightgrey;
}

.action_buttons > div > img {
    padding: 0;
    height: 16px;
    position: absolute;
}

.action_buttons > div > span {
    font-size: 12pt;
}

.action_buttons {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .plugin_plus_btn {
        top: -5px;
        width: 30px;
    }

    .plugin_plus_btn > span {
        font-size: 12pt;
        top: 2px !important;
    }
}

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

}

.commentButton {
    width: 30px;
    height: 20px;
    font-size: 12pt;
}

.commentButton > span {
    top: -1px !important;
}


.commentButton > span {
    color: grey;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.addButtonDiv:hover > .commentButton > span {
    color: white;
}

.beauty_btn {
    cursor: pointer;
    background-color: rgba(211, 211, 211, 0);
    border: 1px solid lightgrey;
    color: grey;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.beauty_btn:hover {
    background-color: rgba(211, 211, 211, 1);
    color: white;
}

.rollup_cover {
    cursor: pointer;
    padding: 5px 0 7px;
}

.rollup_cover:hover > .beauty_btn {
    background-color: rgba(211, 211, 211, 1);
    color: white;
}

.addDiv {
    margin: 0;
}

.attachment {
    cursor: pointer;
}

.attachment:hover .deleteSpan {
    opacity: 1;
}

.urlAttachmentHead {
    color: #045FB4;
    cursor: pointer;
    font-size: 9pt;
    line-height: 1.3;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.urlAttachmentHead:hover {
    color: #0431B4;
}

.pulledURLtext {
    font-size: 8pt;
    text-align: justify;
}

.comment_meta_row {
    margin: 0;
    margin-top: 10px;
}

.avaContainer {
    padding: 0;
}

.avatara {
    max-width: 43px;
    cursor: pointer;
}

.commentContainer {
    text-align: left;
    font-size: 10pt;
    margin-left: 4px;
    padding: 0;
    cursor: default;
    word-break: break-word;
}

.commentOwner {
    border-top: 1px solid #d3d3d3;
    font-size: 10pt;
    padding-left: 4px;
    position: relative;
}

.MyComment {
    cursor: default;
    float: right;
    padding: 0 4px;
    color: #b0b0b0;
}

.like {
    cursor: pointer;
    float: right;
    padding: 0 4px;
    color: #b0b0b0;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.like:hover {
    color: black;
}

.like_clicked {
    padding: 0 4px;
    color: black;
    cursor: default;
}

.likeDiv {
    font-size: 8pt;
    position: absolute;
    right: 0;
}

.BothLikes {
    background-color: #ffffff;
    float: right;
}

.name {
    color: darkgray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    float: left;
    font-size: 8pt;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.name:hover {
    color: black
}

.settings_list {
    padding: 0;
    display: none;
}

.Cancel {
    margin-right: 3px;
}

.lifetime {
    padding: 0;
}

.timeOfComment {
    background-color: #ffffff;
    white-space: nowrap;
    padding-right: 5px;
    color: darkgray;
    font-size: 8pt;
    cursor: default;
    margin: 0;
    float: left;
}

.addCommentTextArea {
    padding-bottom: 5px;
    margin: 0;
}

.relayToPost {
    padding: 0;
    margin-top: 5px;
    position: relative;
}

.addCommentButtons {
    margin: 0 0 5px;
    position: relative;
}

.cancel_OK:hover {
    color: #1abc9c;
}

.slider {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
}

.label_of_slider {
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    cursor: default;
    line-height: 1;
}

.pop_up {
    z-index: 10;
    top: -71px;
    position: absolute;
    display: none;
}

.bell_item {
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bell_item:hover {
    background-color: rgba(220, 220, 220, 0.9);
}

.triangleDown {
    width: 150px;
    font-family: Arial;
    background: rgba(164, 164, 164, 0.9);
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    color: #fff;
    border: 0 transparent;
    cursor: default;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 2px 2px 9px 0px rgba(153, 153, 153, 1);
    box-shadow: 2px 2px 9px 0px rgba(153, 153, 153, 1);
}

.triangleDown::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: 8px;
    bottom: -14px; /* Положение треугольника */
    border: 7px solid transparent; /* Прозрачные границы */
    border-top: 7px solid rgba(164, 164, 164, 0.9); /* Добавляем треугольник */
}

.like_panel {
    padding: 3px 0 2px;
    background: rgba(98, 98, 98, 0.85);
    border-radius: 5px;
    position: absolute;
    color: #fff;
    border: 0 transparent;
}

.like_panel::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    right: -8px;
    bottom: 5px; /* Положение треугольника */
    border: 3px solid transparent; /* Прозрачные границы */
    border-left: 5px solid rgba(98, 98, 98, 0.85); /* Добавляем треугольник */
}

.paddingBottom0 {
    padding-bottom: 0;
}

.gradient {
    float: left;
    width: 20px;
    height: 17px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.more {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.more:hover {
    cursor: pointer;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.like_item {
    margin-bottom: 10px;
    border-radius: 5px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.like_item:hover {
    background-color: rgba(100, 100, 100, 0.05);
}

.comments_div {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}

.content_block {
    padding: 0 5px;
}