/* ENGINE 18.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-color: #5f5887;
}

.navigation a:hover, .navigation-ajax a:hover {
    background-color: #5f5887;
    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: 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;
}

.scriptcode,.text_spoiler,.title_quote,.title_spoiler {
    padding: 20px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
}

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

/* 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(--bg3);
    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: 35px;
    grid-auto-rows: max-content;
    grid-template-columns: 40px 1fr;
    padding: 10px;
    border-radius: var(--radius);
    margin-top: 10px;
    overflow: hidden;
}

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

.dle-fast_item > img {
    width: 150%;
    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;
}
