/*--- AJAX LOADER ---*/
#loading-layer {background-color: rgba(0,0,0,0.66); border-radius: 10px; box-shadow: var(--ui-bsh); padding: 20px; color: #fff; line-height: 1.6; max-width: calc(100w - 30px);}
#loading-layer::before {content: ''; width: 80px; height: 80px; border-radius: 50%; 
	border: 10px solid rgba(255,255,255,0.15); border-left-color: #ffda4a; 
	display: block; box-sizing: border-box; animation: rotate 1s linear infinite;}
@keyframes rotate { 100% {transform: rotate(360deg);} }
#loading-layer svg {display: none;}
#loading-layer.withtext {position: relative; padding: 15px 20px 15px 80px; min-height: 60px;}
#loading-layer.withtext::before {width: 40px; height: 40px; border-width: 5px; 
	position: absolute; left: 20px; top: 50%; margin-top: -20px;}

#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);
}
/* STATS, PM, TABLES
----------------------------------------------- */
.stats__list, .stats__latest {min-width: 200px; display: grid; gap: 10px;}
.stats__list .serv__subtitle, .pmessages__status .serv__subtitle {margin-bottom: 0;}

.pmessages__links li {white-space: nowrap; min-width: auto;}
.pm_progress_bar {border-radius: 3px; margin: 10px 0; overflow: hidden; background-color: var(--ui-bg-darker); 
	box-shadow: var(--ui-bsh-inset);}
.pm_progress_bar span {background-color: var(--ui-green); font-size: 0; height: 20px; display: block;}
.pmessages-item {border: 1px solid var(--ui-bdc); padding: 15px; gap: 15px;}
.pmessages-item__img {width: 60px; height: 60px; border-radius: 50%;}
.pmessages-item__text {margin: 6px 0 10px 0;}
.pmessages-item__meta > span {font-size: 13px;}
.pm tr td:first-child {width: 36px;}
.pm select {width:100%; margin-bottom:10px;}
/* 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);
    color: var(--text1);
}

.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 ---*/
.unit-rating {display: inline-flex; position: relative;}
.unit-rating li {background:url(../dleimages/rating.svg) no-repeat; position: relative; z-index: 5; 
	background-size: 22px auto;}
.unit-rating li a {display:block; width:22px; height:22px; text-indent: -100px; overflow: hidden;}
.unit-rating:hover li {background-position: 0 -22px; z-index: 10;}
.unit-rating li:hover ~ li {background-position: 0 0; z-index: 5;}
.unit-rating li.current-rating {background-position: 0 -44px; background-repeat: repeat-x; pointer-events: none;
	position:absolute; left: 0; top: 0; height:100%; text-indent: -200px; overflow: hidden; z-index:6;}

.page__rating--10 .unit-rating li {background-size: 16px auto;}
.page__rating--10 .unit-rating li a {width:16px; height:16px;}
.page__rating--10 .unit-rating:hover li {background-position: 0 -16px;}
.page__rating--10 .unit-rating li:hover ~ li {background-position: 0 0;}
.page__rating--10 .unit-rating li.current-rating {background-position: 0 -32px;}

/* 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: var(--text2);
    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.5;
    font-size: 13px;
    font-weight: 200;
}

.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(--bg2);
    color: var(--text2);
    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 {
    color: var(--color2);
}

.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;
}

#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(--dark);
    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;
}

/*--- QUOTES, SPOILERS, HIDDEN TEXT, SCRIPTCODE ---*/
.scriptcode, .title_spoiler, .text_spoiler { padding: 3px 5px; background: #f0f0f0; border: 1px solid #e3e3e3; }
.title_quote {background-color: #f1ebdf; color: #726e6a; padding: 5px 15px; font-size: 13px;}
.quote {margin-bottom: 20px; padding: 15px; padding-left: 100px; position: relative; font-size: 14px;
	background: #f9f2e8 url(../dleimages/quotes.svg) 30px center /  40px no-repeat;}
.quote23::before {content:"\f10e"; font-family:'Font Awesome 6 Free'; font-weight: var(--ui-fw-fa); 
	position: absolute; left: 30px; top: 12px; color: var(--accent); font-size: 24px;}
.comm__main .quote {margin: 0 0 10px 0; font-size: 14px; padding: 13px 15px 10px 40px; 
	background-size: 20px; background-position: 10px 15px;}
.title_spoiler {margin-top: 2px; }
.text_spoiler { margin-bottom: 2px; }
.title_spoiler img { vertical-align: middle !important; margin:0 5px 0 0; border:0;}
.scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
.title_spoiler { font-weight: normal; }
.text_spoiler { border-top: 0; text-align: justify; }
.hide { background-color: #f0f0f0; padding: 5px; color: #000; margin: 0 0 1em 0 }
.hide a { text-decoration: underline; } 
.hide a:hover { text-decoration: none }
.inhide { border: 1px solid #d1e3ef; padding: 5px; background-color: #fff; margin-bottom: 5px }

blockquote, .quote {
    position: relative;
    display: flex;
    color: #343b4c;
    background: #e0ebff;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    overflow: hidden;
}

blockquote:before, .quote:before {
    content: '"';
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    color: #161e29;
    margin-top: -12px;
    margin-right: 20px;
}

/* FULL STORY STYLE */
.dle-text p + p, .dle-text p + h2 {
    margin-top: 20px;
}

.dle-text a {
    color: var(--color1);
}

.dle-text iframe, .dle-text video {
    aspect-ratio: 16/9;
    width: 100%;
}

.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;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.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 DIALOG ---*/
.ui-front {z-index: 1000;}
.ui-widget-overlay {background: #000; opacity: 0.6; left: 0; top: 0; right: 0; bottom: 0; position: fixed;}
.ui-dialog {background-color: var(--ui-bg); border-radius: 10px; max-width: 100% !important;
	box-shadow: var(--ui-bsh); width: 600px; position: absolute;}
.ui-dialog-titlebar {padding: 15px 30px; border-radius: 10px 10px 0 0;
	display: flex; align-items: center; gap: 10px; background-color: var(--ui-bg-black); color: #fff;}
.ui-dialog-title {font-size: 19px; font-weight: var(--ui-fw-bolder);}
.ui-dialog-titlebar-close {color: #fff; font-size: 24px; width: 40px; height: 40px; 
	overflow: hidden; text-indent: -200px; position: relative; margin-right: -10px; border-radius: 6px;}
.ui-icon-closethick {display: grid; place-items: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.ui-icon-closethick::before {content:"\f00d"; font-family:'Font Awesome 6 Free'; font-weight: var(--ui-fw-fa); text-indent: 0;}
.ui-dialog-content {padding: 20px 30px;}
.ui-dialog-buttonpane {padding: 0 30px 20px 30px;}
.ui-dialog-buttonset, .save-buttons {display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px;}
.ui-dialog-buttonset button, .save-buttons input.bbcodes {height: 36px; padding: 0 15px; font-size: 14px; 
	flex: 1 1 0; max-width: 100%; min-width: auto; white-space: nowrap;}
.ui-dialog .ui-resizable-se {bottom: 3px; height: 14px; right: 3px; width: 14px;}
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.dle-popup-complaint .ui-dialog-content textarea, .dle-popup-sendpm .ui-dialog-content textarea {margin: 10px 0 20px 0; height: 100px !important;}
.dle-popup-complaint .ui-dialog-content textarea:last-child {margin-bottom: 0;}
.ui-dialog-content br + input, .ui-dialog-content br + select {margin-top: 10px; width: 100% !important;}
@media screen and (max-width: 760px) {
	.ui-dialog-titlebar, .ui-dialog-content, .ui-dialog-buttonpane {padding-left: 20px; padding-right: 20px;}
}

/* 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;
    }
}

/* 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(--bg);
    top: 65px!important;
    left: 26.7vw!important;
    width: 445px;
    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 {
        left: 0!important;
        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 {
    position: relative;
    display: grid;
    grid-gap: 15px;
    grid-auto-rows: max-content;
    grid-template-columns: 40px 1fr;
    padding: 10px;
    border-radius: var(--radius);
    margin-bottom: 10px;
    overflow: hidden;
}

.dle-fast_item:hover {
    background: var(--bg2);
}

.dle-fast_item > img {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 13;
    border-radius: 5px;
}

.dle-fast_item > div > a {
    display: block;
    color: var(--text);
    font-weight: bold;
    margin-bottom: 5px;
}

.dle-fast_item > div > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dle-fast_meta span + span {
    margin-left: 5px;
}

#searchsuggestions .seperator {
    display: block;
    background: var(--color1);
    color: #fff;
    border-radius: var(--radius);
    padding: 8px 10px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

#searchsuggestions .notfound {
    display: block;
    margin-bottom: 10px;
}

/* DLE USERS 2023 */
.dle-use {
}

.dle-use_bg {
    position: relative;
    border-radius: var(--radius);
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.dle-use_bg > span {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    background: var(--light);
    backdrop-filter: blur(10px);
    border-radius: var(--radius);
    color: #b9b3d3!important;
    padding: 4px 10px;
    font-size: 10px;
}

.dle-use_content {
    position: relative;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 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 {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    background: var(--bg2);
    padding: 30px;
    border-radius: var(--radius);
    font-size: 14px;
}

@media (max-width: 860px) {
    .dle-use_info {
        flex-direction: column;
    }
}

.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;
}

/* ALERT */
.alert {
    position: fixed;
    width: 300px;
    right: 20px;
    top: 80px;
    font-size: 14px;
    text-align: center;
    z-index: 9999;
}

@media (max-width: 860px) {
    .alert {
        right: 15px;
        top: 15px;
        font-size: 12px;
        width: 200px;
    }
}

.alert-block {
    position: relative;
    display: block;
    background: #4CAF50;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 5px 8px rgba(0, 55, 76, 0.31);
    padding: 15px 40px 15px 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.alert-block.danger {
    background: #f49336;
}

.alert-block.error {
    background: #F44336;
}

.alert-block_bar {
    position: absolute;
    background: var(--light2);
    left: 0;
    bottom: 0;
    height: 2px;
}

.alert-block_close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
