#DLEPush {
    display: none;
}

/* SERVICE FORM EXTENDED
----------------------------------------------- */
.group-ava {display: flex;}
.form__content--admintag {display: flex; flex-wrap: wrap; justify-content: flex-start; margin-right: -20px;}
.form__content--admintag .checkbox {width: 33.33%; margin-bottom: 20px; padding-right: 20px;}
.checkbox, .comments_subscribe {position: relative;padding-left: 50px;/* margin-top: 20px; */width: 210px;margin-left: 20px;}
.checkbox input, .comments_subscribe input { appearance: none; -webkit-appearance: none; display: inline-block; transition: all .2s linear; 
    height: 20px; width: 40px; border-radius: 10px; background-color: var(--gray-dark); cursor: pointer; position: absolute; left: 0; top: 50%; margin-top: -15px;}
.checkbox input::before, .comments_subscribe input::before {
	content: ''; width: 18px; height: 18px; border-radius: 10px; position: absolute; left: 1px; top: 1px;
    background-color: var(--light); transition: all .2s linear;}
.checkbox input:checked, .comments_subscribe input:checked {background-color: #6ab04c;}
.checkbox input:checked::before, .comments_subscribe input:checked::before {left: 21px;}
.findrelated {margin-top: 10px; padding: 8px 10px; background-color: #f6e58d; font-size: 13px;}
.form__table {width: 100%;}
.form__table td {padding-bottom: 20px;}
.form__table .addnews {width: 200px;}


[type="file"] {display: none;}
.fa-upload {font-size: 18px; height: 30px; line-height: 35px; margin-right: 10px;}
#searchsuggestions {display: none !important;}

.usp__status {position: absolute; top: 10px; left: 10px; font-size: 12px; padding: 5px 0;
    border-radius: 4px; color: #fff; width: 80px; text-align: center; white-space: nowrap;}
.usp__status--online {background-color: #6ab04c;}
.usp__status--offline {background-color: #202020;}

select.timezoneselect {width: 100%; background: none;
    color: #959595; border: none; cursor: pointer;}
.timezoneselect option {width: 100%;
    color: #959595; font-size: 14px; cursor: pointer;}
select option {padding: 6px 10px;}
select[multiple] {padding: 0 5px;}

#dle-content > *:not(.grid-item), #dle-content {width: 100%;}
#dle-content, .d-grid {display: flex; flex-wrap: wrap;}
#dle-content > *:not(.grid-item) {grid-column: 1 / -1;}
#dofullsearch {display: none;}


/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.comments-tree-list {padding: 0;}
.comments_section {margin-top: 20px;}
.comments_body {margin-bottom:20px;margin-top:45px}
.comments_item {border-radius:10px;padding:14px 20px;position:relative;margin:23px 0 60px 17px;}
.comments_ava {width:40px;height:40px;border-radius:50%;position:absolute;top:-23px;left:-19px;padding:0;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.2);background:#fff}
.comments_ava img {display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.comments_user {position:absolute;top:-25px;font-size:14px;display:flex;/* align-items:center; */left:30px;width:calc(100% - 40px);justify-content:space-between;}
.comments_user span.date {font-size:12px;margin-right:20px;font-weight:500;color:#868e9b;margin-left:0}
.comments_user .autor {font-weight: 700;}
.comments_content {padding-top:1px;}
.comments_descr {margin-top: 20px;margin-left: -30px;hyphens: auto;background: #272829;padding: 7px 15px;height: 50px;line-height: 30px;}
.add_comm_form {margin-bottom: 20px;}
.add_comm textarea {width:100%;border-radius:7px;padding:10px 15px;min-height:150px}
.add_comm .btn_more {margin-top:20px}
.no_comments {color:#868e9b;text-align:center;border:1px solid #d5d5d5;border-radius:10px;padding:20px; margin-bottom: 20px;}
.com-order-block {display:none}
.date {display: block;}
.ratingtypeplusminus {display: inline-flex;align-items: center;min-width: 25px;justify-content: center;font-weight: 600;font-size: 14px;}
.comments_item .title {font-weight:600;color:#f00;text-transform:uppercase;font-size:12px;margin-bottom:10px;display: flex;align-items: center;}
.comments_item .title::before {content:'';width:7px;height:2px;display:inline-block;background:#f00;border-radius:10px;margin-right:7px}
.comments_item .moder_comm {display:flex;justify-content:right;font-size:12px;flex-wrap:wrap;/* background:#f9f9f9; */margin:10px -20px -20px;padding:7px 15px;border-radius:0 0 10px 10px;align-items: center;}
.comments_item .moder_comm a {margin-left: 12px;color: #868e9b;line-height: 0;}
.comments_item .moder_comm a:hover {color: #ff0000;}
.comments_item .moder_comm svg {width: 16px; height: 16px; fill: #ff0000;}
.rate_like-dislike svg path {fill: #8b8b8b;}

.comments {display: flex;}
.comments-com {margin-right: 30px;}
.comments-com, .comments-movies {width: 100%;}

@media screen and (max-width: 1024px) {
    .comments {flex-wrap: wrap;}
    .comments-tree-list {padding: 0;}
    .comments-com {margin-right: 0;}
    .comments-movies {order: -1;}
}


.lastviewed {display: block; width: 100%; height: auto; padding: 5px 15px;}

