/* ENGINE 14.0
Developer: t.me/moretheme
Developer site: https://lapse.site/
Screen resolution: 460, 860, 1440, 1920 */
#loading-layer {
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: var(--radius);
}

#dropmenudiv {
    display: inline-block;
    min-width: 220px!important;
    background: var(--bg2);
    box-shadow: 0 2px 15px rgb(61 61 61 / 8%);
    padding: 15px;
    border-radius: 20px;
    opacity: 1!important;
    font-size: 13px;
}

#dropmenudiv a {
    display: block;
    padding: 8px;
    border-radius: var(--radius);
}

#dropmenudiv a:hover {
    background: var(--light);
}

/* FAST EDIT */
.dlepopupnewsedit input, .dlepopupnewsedit textarea {
    background: var(--bg2);
}

.dlepopupnewsedit .xfieldsrow > b {
    display: inline-block;
    margin-top: 20px;
}

.dlepopupnewsedit .xfieldsrow {
    display: grid;
    grid-gap: 20px 20px;
    grid-auto-rows: max-content;
    grid-template-columns: 30% 1fr;
    align-items: center;
}

@media (max-width: 860px) {
    .dlepopupnewsedit .xfieldsrow {
        grid-template-columns: 1fr;
    }
}

.dlepopupnewsedit .xfieldsrow + .xfieldsrow {
    margin-top: 20px;
}

.dlepopupnewsedit .xfieldscolleft, .dlepopupnewsedit .xfieldsrow label {
    color: #808191
}

.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button {
    display: inline-block;
    background: var(--color1);
    color: inherit;
    padding: 14px 20px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#uploadedfile_poster {
    display: flex;
    align-items: center;
}

.uploadedfile {
    background: #fff;
    color: #000;
    border-radius: var(--radius);
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

.file-preview-card .file-content, .folder-preview-card .file-content {
    border-radius: var(--radius);
    height: auto!important;
    overflow: hidden;
}

.file-preview-card .file-footer {
    border-top: none;
}

.file-box {
    background: var(--bg2);
    padding: 10px;
    border-radius: var(--radius);
    font-size: 12px;
    margin: 10px 0;
    overflow: hidden;
}

.progress {
    background: #eaeaf5;
    border-radius: var(--radius);
    height: 10px;
    margin-top: 5px;
    overflow: hidden;
}

.progress .progress-bar {
    background: #23d2e2;
    height: 100%;
}

.progress-bar span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

/* INFO */
.attention {
    position: relative;
    padding: 20px 30px;
    background: var(--color1);
    color: var(--text);
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
    grid-column: 1/-1;
}

.attention form input {
    background: var(--light);
    font-weight: bold;
    margin: 10px 0;
}

.attention form input[type="submit"] {
    background: var(--bg);
}

.attention form input[type="submit"]:hover {
    background: var(--bg2);
}

/* NAVIGATION */
.navigation {
    grid-column: 1/-1;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.navigation a, .navigation span, .navigation-ajax a {
    display: inline-block;
    background-color: var(--bg2);
    border-radius: 6px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
}

.navigation span {
    background: var(--color1);
}

.navigation a:hover, .navigation-ajax a:hover {
    background-color: var(--color2);
    color: #fff;
}

.navigation .navigation-ajax a, .navigation .navigation-ajax span {
    width: 200px;
}

/* EMOJI */
.emoji {
    vertical-align: middle;
    width: 20px;
    height: 22px;
}

.emoji_box {
    width: 100%;
    max-width: 250px;
}

.emoji_list {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
    overflow: auto;
}

.emoji_list::-webkit-scrollbar {
    height: 5px;
}

.emoji_list::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
}

.emoji_symbol {
    cursor: pointer;
}

.native-emoji {
    font-size: 10px;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
}

/* RATING */
.rating {
    font-size: 11px;
}

.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
    background-image: url(../dleimages/rating.svg);
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}

.unit-rating {
    position: relative;
    width: 150px;
    height: 30px;
    background-position: 0 -30px;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}

.unit-rating li a {
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    border: 0 none !important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background-position: 0 -60px;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width: 30px;
}

.unit-rating a.r2-unit {
    left: 30px;
}

.unit-rating a.r2-unit:hover {
    width: 60px;
}

.unit-rating a.r3-unit {
    left: 60px;
}

.unit-rating a.r3-unit:hover {
    width: 90px;
}

.unit-rating a.r4-unit {
    left: 90px;
}

.unit-rating a.r4-unit:hover {
    width: 120px;
}

.unit-rating a.r5-unit {
    left: 120px;
}

.unit-rating a.r5-unit:hover {
    width: 150px;
}

.unit-rating li.current-rating {
    background-position: 0 0;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

/* COMMENTS 2.2 */
.dle-comm form textarea + .dle-form_flex {
    margin-top: 20px;
}

.dle-comm_submit {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 860px) {
    .dle-comm_submit {
        display: block;
    }
}

.dle-comm_submit button i {
    margin-right: 5px;
}

.dle-comm_meta {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #a5a1b2;
    margin-bottom: 20px;
}

.dle-comm_user {
    display: flex;
    align-items: center;
    color: var(--text);
    margin-right: auto;
}

.dle-comm_user > img, .dle-comm_user .dle-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    object-fit: cover;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    overflow: hidden;
}

.dle-comm_user > div a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}

.dle-comm_user > div span {
    opacity: 0.6;
    font-size: 13px;
}

.dle-comm_text {
    font-size: 16px;
    line-height: 1.5;
}

.dle-comm_det {
    position: relative;
    background: var(--light);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

.dle-comm_det.active > div {
    visibility: visible;
    opacity: 1;
}

.dle-comm_det > div {
    position: absolute;
    background: var(--bg);
    color: var(--text);
    padding: 10px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    top: 40px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    z-index: 5;
}

.dle-comm_det > div a {
    display: block;
    margin: 4px 0;
}

.dle-comm_det > div a:hover {
    opacity: 0.8
}

.comments-tree-list > li + li {
    border-top: 1px solid var(--light);
    margin-top: 30px;
    padding-top: 30px;
}

.comments-tree-item textarea {
    background: var(--bg);
}

.comments-tree-item > ol {
    background: var(--bg2);
    padding: 20px;
    border-radius: var(--radius);
    margin-left: 20px;
    margin-top: 20px;
}

#dleprofilepopup {
	overflow: hidden;
}

#dlefastreplycomments {
    background: var(--bg2);
    padding: 20px;
    border-radius: var(--radius);
    margin-top: 20px;
}

#dlefastreplycomments .commentsreplyname, #dlefastreplycomments .commentsreplymail {
    display: inline-block;
    margin-top: 20px;
}

#dlefastreplycomments input[type="text"] {
    display: inline-block;
    background: var(--bg);
}

#dlefastreplycomments .bb-editor {
    margin-top: 20px;
}

#dlefastreplycomments .dle-captcha {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

#dlefastreplycomments .dle-captcha > a img {
    display: inline-block;
    width: auto;
    height: 70px;
    border-radius: var(--radius);
    margin-right: 20px;
}

#dlefastreplycomments .save-buttons {
    display: inline-block;
}

.mass_comments_action {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 860px) {
    .mass_comments_action {
        text-indent: -9999px;
    }
}

.mass_comments_action select {
    margin-right: 20px;
}

#dle-comments-list [id^="comment"] + [id^="comment"] {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg2);
    padding-bottom: 20px;
}

/* PODSVETKA V CODE */
pre code {
    display: block;
    padding: 10px;
    background: var(--bg2);
    border: 1px solid var(--light);
    overflow: auto;
    white-space: pre;
}

.hljs-comment, .hljs-quote {
    color: #a0a1a7;
    font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
    color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
    color: #e45649;
}

.hljs-literal {
    color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
    color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
    color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {
    color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
    color: #4078f2;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-link {
    text-decoration: underline;
}

.scriptcode,.text_spoiler,.title_quote,.title_spoiler {
    padding: 20px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
}

blockquote, .quote {
    position: relative;
    background: var(--bg2);
    border-radius: 10px;
    padding: 30px 30px 30px 80px;
    margin: 20px 0;
    overflow: hidden;
}

blockquote:before, .quote:before {
    content: '"';
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 80px;
    font-weight: 700;
    color: #52ca9e;
}

/* FULL STORY STYLE */
.dle-text p + p, .dle-text p + h2 {
    margin-top: 20px;
}

.dle-text a {
    color: var(--color1);
}

.dle-text ol li, .dle-text ul li {
    position: relative;
    color: #a5a1b2;
    padding-left: 20px;
    margin: 15px;
    line-height: 1.5;
}

.dle-text ol li:before, .dle-text ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #808191;
    border-radius: 50%;
    margin-right: 20px;
}

.dle-text ol li strong, .dle-full_text ol li b, .dle-full_text ul li b, {
    color: var(--color3);
}

/* FORM */
.dle-form .dle-form_flex input, .dle-form .dle-form_flexno input {
    max-width: 400px;
}

.dle-form_flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dle-form_flex input + input, .dle-form_flex button + button {
    margin-left: 10px;
}

.dle-form_flex > a img {
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.dle-form_flex > div {
    margin-left: 30px;
}

.dle-form_flex > div > label {
    display: inline-block;
    margin-bottom: 10px;
}

.dle-form_flexno {
    margin-bottom: 30px;
}

.dle-form_flexno label {
    display: block;
    margin-bottom: 10px;
    color: #898890;
    font-size: 14px;
    font-weight: 400;
}

.wseditor {
    grid-column: 1/-1;
    border-radius: var(--radius);
    overflow: hidden;
}

/* VOTE */
#dle-question {
    display: inline-block;
    border: 2px solid var(--bg);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center ;
    margin-right: 10px;
}

.dle-vote {
    border: 2px solid var(--color1);
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
}

.dle-vote_title {
    display: flex;
    align-items: center;
}

.dle-vote_title h3 {
    margin-bottom: 0;
    margin-left: 20px;
}

.dle-vote_title i {
    font-size: 22px;
    color: var(--color1);
}

.pollanswer {
    display: block;
    margin-top: 20px;
}

.pollanswer:first-child {
    margin-top: 0;
}

.dle-vote_grade {
    font-weight: 500;
    opacity: 0.6;
    margin-bottom: 20px;
}

.dle-vote_list {
    display: inline-block;
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0;
}

.pollprogress,.voteprogress {
    background: var(--dark);
    height: 6px;
    margin: 15px 0;
    border-radius: 2px;
    overflow: hidden;
}

.pollprogress span,.voteprogress span {
    display: block;
    background: var(--color1);
    text-indent: -9999px;
}

.pollallvotes {
    display: none;
}

/* DLE ATTACH */
.dle-atta {
    background: var(--bg);
    padding: 20px;
    border-radius: 10px;
}

.dle-atta_title h4 {
    margin-bottom: 10px;
}

.dle-atta span {
    font-size: 14px;
}

.dle-atta_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.dle-atta a {
    display: block;
}

/* DLE STATS */
.dle-stats_top {
    background: var(--bg2);
    padding: 30px;
    margin-bottom: 30px;
}

.dle-stats_top li {
    position: relative;
    margin: 10px 0;
    margin-top: 15px;
    padding-left: 30px;
}

.dle-stats_top li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #3394e6;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.dle-stats_top li:nth-child(1):before {
    background-color: #f6a71a;
}

.dle-stats_top li:nth-child(2):before {
    background-color: #ce3f28;
}

.dle-stats_top li span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dle-stats h2 {
    margin-bottom: 10px;
}

.dle-stats p {
    border-top: 1px dotted #d5d5d5;
    margin: 10px 0;
    padding-top: 10px;
}

.dle-stats p > b {
    float: right;
}

/* DLE MODAL */
.dle-popup-newpm {
    display: none!important;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.ui-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    width: 420px;
    min-width: 500px;
    background: var(--bg);
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    padding: 30px;
    border-radius: 20px;
    cursor: move;
    z-index: 999;
}

@media (max-width: 860px) {
    .ui-dialog {
        width: calc(100% - 40px)!important;
        min-width: unset;
    }
}

.ui-dialog-titlebar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ui-dialog-title {
    font-size: 18px;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--bg);
    cursor: pointer;
}

.ui-dialog-titlebar-close:before {
    content: "\f00d";
    position: absolute;
    background: var(--bg2);
    color: var(--text);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 20px;
}

.ui-dialog-titlebar-close:hover:before {
    background: var(--color1);
}

.ui-dialog-buttonset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.ui-dialog-buttonset button {
    display: inline-block;
    background: var(--color1);
    color: var(--text);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.ui-dialog-buttonset button:hover {
    background: var(--color2);
}

.ui-dialog-buttonset button:nth-child(3) {
    display: none;
}

.ui-dialog-buttonset button + button {
    margin-left: 10px;
}

.ui-dialog #dlereplypopup textarea {
    margin-top: 20px;
}

.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

/* PM PAGE */
.pm-page > .pm-page {
    margin-top: 20px;
}

.pm-page .dle-comm_item {
    background: var(--bg2);
    padding: 20px;
    border-radius: 10px;
}

.pm-page_lists {
    align-items: center;
    margin-bottom: 20px;
}

.pm-page_lists li + li {
    margin-left: 10px;
}

.pm-page_lists a {
    display: inline-block;
    background: var(--bg2);
    padding: 10px 20px;
    border-radius: 10px;
}

@media (max-width: 860px) {
    .pm-page_lists a {
        padding: 10px;
    }
}

.pm-page_lists a:hover {
    background: var(--color1);
    color: var(--text1)
}

.pm-page_status {
    position: relative;
    background: var(--bg2);
    padding: 20px;
    border-radius: 10px;
}

.pm_progress_bar {
    background: var(--bg);
    box-shadow: inset 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
}

.pm_progress_bar span {
    display: block;
    background: var(--color1);
    box-shadow: 0 0 15px 5px var(--color1);
    font-size: 0;
    text-indent: -2000em;
    height: 20px;
    overflow: hidden
}

.pm select {
    width: 100%;
    margin-bottom: 10px
}

.pm td.pm_head,.pm td.pm_list,.userstop td {
    border-bottom: 2px solid var(--bg2);
    padding: 12px 20px;
}

@media (max-width: 860px) {
    .pm_list.pm_from, .pm td:nth-child(3) {
        display: none;
    }
}

table.pm,table.userstop {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
}

table.pm select {
    width: 175px
}

@media (max-width: 860px) {
    .pm-page tbody tr td:nth-child(1) {
        display: none;
    }
}

/* New 18.0 */

.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}   

/* SEARCH */
#fullsearch {
    grid-column: 1/-1
}

#fullsearch div, #searchinput {
    margin: 0!important;
    width: 100%!important;
}

#fullsearch #dofullsearch {
    display: none;
}

#fullsearch table {
    margin-bottom: 30px;
}

#searchsuggestions {
    background: var(--bg2);
    top: 65px!important;
    width: 350px;
    max-height: 350px;
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    overflow-y: auto;
    z-index: 9;
}

@media (max-width: 860px) {
    #searchsuggestions {
        right: 0;
        width: 100%;
        border-radius: 0 0 var(--radius) var(--radius);
    }
}

#searchsuggestions > a:not(.dle-fast_item) {
    display: inline-block;
    color: #a5a1b2;
    font-size: 14px;
    margin-bottom: 10px;
}

#searchsuggestions > a .searchheading {
    display: block;
    color: var(--color3);
    font-weight: bold;
    margin-bottom: 10px;
}

/* .dle-fast_item {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
} */

.dle-fast_item {
    display: flex;
    align-items: stretch;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.dle-fast_item > div {
    margin-top: 10px;
}

.dle-fast_item > img {
    aspect-ratio: 2/3;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    /* margin-right: 20px; */
}

.dle-fast_item > span:hover {
    color: var(--color1);
}

#searchsuggestions .seperator {
    display: block;
    background: var(--light);
    border-radius: var(--radius);
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

#searchsuggestions .notfound {
    display: block;
    margin-bottom: 10px;
}

/* DLE USERS 2023 */
.dle-use {
    position: relative;
    background: var(--bg2);
    border-radius: var(--radius) var(--radius) 0 0;
    border-bottom: 1px solid var(--light);
    overflow: hidden;
}

.dle-use_bg {
    width: 100%;
    height: 250px;
}

.dle-use_content {
    align-items: center;
    padding: 10px 20px 30px;
}

.dle-use_avatar {
    display: inline-block;
    border: 3px solid var(--bg2);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -40px;
    margin-right: 20px;
    overflow: hidden;
}

.dle-use_avatar + h2 {
    margin-bottom: 10px;
}

.dle-use_title h2 {
    margin-bottom: 5px;
}

.dle-use_title > span {
    color: #808191;
    font-size: 14px;
}

.dle-use_links {
    align-items: center;
    background: var(--light);
    border-radius: var(--radius);
    color: #a5a1b2;
    margin-left: auto;
    overflow: hidden;
}

@media (max-width: 860px) {
    .dle-use_links {
        margin-left: 0;
        margin-top: 20px;
    }
}

.dle-use_links a {
    display: inline-block;
    padding: 8px 20px;
}

.dle-use_links a:hover {
    background: var(--color1);
    color: #fff;
}

.dle-use_links a + a {
    border-left: 1px solid var(--light);
}

.dle-use_info {
    background: var(--bg2);
    padding: 30px;
    border-radius: 0 0 var(--radius) var(--radius);
    font-size: 14px;
}

.dle-use_info li span {
    display: inline-block;
    margin-right: 10px;
    color: #a5a1b2;
}

.dle-use_setting:target {
    display: block;
}

.upload-avatar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.upload-avatar input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.upload-avatar label > i {
    margin-right: 10px;
}

.upload-avatar img {
    display: none;
    border: 2px solid var(--bg2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px 0 20px;
}

.upload-avatar .fa-trash {
    color: #ff5e3a;
}

.self_delete_link {
    display: block;
    margin: 20px 0;
    color: #ff5e3a;
}

.self_delete_link > i {
    margin-right: 5px;
}

/* DLE AVATAR */
.dle-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    object-fit: cover;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

@media only screen and (max-width: 600px) {
	.xfieldscolleft {
		float: none;
		width: 100%;
	}
	.xfieldscolright {
		float: none;
		width: 100%;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

.xfieldimagegallery, .comments-image-gallery {
    margin: 0;
    padding: 0;  
    list-style: none;
    clear: both;
    background: #262632;
    padding: 10px;
    border-radius: 10px
  }
  
  .xfieldimagegallery li, .comments-image-gallery li{
      list-style: none;
      margin: 0;
      padding: 0;  
  }
  
  .xfieldimagegallery li img, .comments-image-gallery li img{
    margin-right: 5px;
    width: 100px;
    height: 80px;
    transition: box-shadow 0.5s ease;
    background: #0a90eb;
    border-radius: 10px;
  }
  
  .xfieldimagegallery li img:hover, .comments-image-gallery li img:hover {
    box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
  }