﻿@charset "UTF-8";

:root {
    --main-bg-color: #1E1E1E;
    --body-color: #ffffff;
    --text-color: #bdbdbd;
    --title-bg-color: rgb(60, 60, 60);
    --title-bgtm-color: rgb(60, 60, 60, 0.3);
    --othertext-color: #cccccc;
    --othertext-color-91: #919191;
    --border-color: 1px solid #4f4f4f;
    --border-line: #4f4f4f;
    --body-bj-color: #1F1F1F;
    --box-shadow: 0px 0px 1px 1px #494949;
    --botton: #6190A4;
    --botton-hover: #77a9bf;
    --border-color-input: 1px solid #989898;
    --border-color-input-error: 1px solid #b69941;
    --color--888888: #888888;
    --color--262626: #262626;
    --color--000000: #000000;
    --border-color-blue: 1px solid #63C5FA;
    --border-color-blue-line: #63C5FA
}

:root {
    color-scheme: light dark
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    cursor: default
}

::-webkit-scrollbar-corner {
    background: rgb(28 28 28 / 0%)
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #6e6e6e;
    cursor: default
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: rgb(28 28 28 / 0%);
    cursor: default
}
/* .htmljquerybj{backdrop-filter:saturate(5) blur(2px);} */
.progress-bar::before {
    content: '';
    display: block;
    position: fixed;
    z-index: 999999998;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
}

.progress-bar {
    height: 2px;
    background-color: #5b5b5b;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: fixed;
    z-index: 999999999;
    left: 80px;
    right: 0px;
    top: 80px;
    display: none;
    transition: all 0.3s;
}

body:has(.bodyleft.showleftmax) .progress-bar {
    left: 280px;
}

.progress {
    height: 100%;
    background-color: #49A3F3;
    border-radius: 2px;
    animation: progress-bar 4s infinite linear;
}

@keyframes progress-bar {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.showleftmax .wrapper {
    margin-left: -84px;
    margin-bottom: -3px;
}

body.win32 .wrapper {
    display: flex;
}

body.win32 .wrapperheadermenu {
    justify-content: space-between !important;
}

.support {
    height: 100px;
    text-align: center;
    opacity: 0.6;
    font-size: 12px;
}

.wrapper {
    height: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    left: 110px;
    top: 10px;
    -webkit-app-region: no-drag;
    z-index: 999999;
    flex: 1;
    margin-left: 20px;
    margin-bottom: -3px;
    overflow: hidden;
    -webkit-app-region: no-drag;
}

td span.logtype {
    font-size: 12px;
    color: #006eef;
    margin-right: 4px;
}

.onlinehome {
    position: fixed;
    z-index: 9999;
    bottom: 165px;
    left: 45%;
    font-size: 12px;
}

    .onlinehome span {
        color: #f80;
        margin-right: 5px;
    }

.btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-app-region: no-drag;
}

    .btn:last-child {
        margin-right: 0;
    }

    .btn:before,
    .btn:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 1px;
        opacity: 0;
        transition: all 300ms ease-in-out;
    }

.close-btn {
    background: #FF5D5B;
    border: 1px solid #CF544D;
}

.min-btn {
    background: #FFBB39;
    border: 1px solid #CFA64E;
}

.max-btn {
    background: #00CD4E;
    border: 1px solid #0EA642;
}

/* Close btn */
.close-btn:before,
.close-btn:after {
    width: 1px;
    height: 70%;
    background: #460100;
}

.close-btn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* min btn */
.min-btn:before {
    width: 70%;
    height: 1px;
    background: #460100;
}

/* max btn */
.max-btn:before {
    width: 50%;
    height: 50%;
    background: #024D0F;
}

.max-btn:after {
    width: 1px;
    height: 90%;
    transform: translate(-50%, -50%) rotate(-135deg);
    background: #00CD4E;
}

/* Hover function */
.wrapper:hover .btn:before,
.wrapper:hover .btn:after {
    top: 50%;
    opacity: 1;
}




body,
html {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 12px !important;
    
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif
}

.detailedul {
    margin: 5px 10px;
    display: flex;
    flex-direction: column;
}

    .detailedul:first-child {
        margin-top: 20px;
    }

    .detailedul:last-child {
        margin-bottom: 20px;
    }

    .detailedul::before {
        display: block;
        content: attr(data-title);
        font-size: 12px;
        opacity: 0.8;
        margin-left: 7px;
    }

td.logtypeerror {
    color: #FF5D5B;
}

a.edittr {
    color: #0055ff !important;
}

    a.edittr:hover {
        color: #FF5D5B !important;
    }

.detailedli {
    background-color: #363636;
    margin: 5px 0px;
    border-radius: 8px;
    padding: 7px 10px;
    line-height: 22px;
    word-wrap: break-word;
}

.newbody {
    display: flex !important;
    height: 100% !important;
    overflow: hidden !important;
    background-color: #1E1E1E;
    flex: 1 !important;
    border-radius: 12px !important;
}

* {
    margin: 0;
    padding: 0
}

.loadingspinner {
    --square: 8px;
    --offset: 12px;
    --duration: 2.4s;
    --delay: 0.2s;
    --timing-function: ease-in-out;
    --in-duration: 0.4s;
    --in-delay: 0.1s;
    --in-timing-function: ease-out;
    width: calc(3 * var(--offset) + var(--square));
    height: calc(2 * var(--offset) + var(--square));
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative
}

    .loadingspinner div {
        display: inline-block;
        background: #ff8c00;
        border: none;
        border-radius: 2px;
        width: var(--square);
        height: var(--square);
        position: absolute;
        padding: 0;
        margin: 0;
        font-size: 6pt;
        color: #000
    }

    .loadingspinner #square1 {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
        animation: square1 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both
    }

    .loadingspinner #square2 {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
        animation: square2 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both
    }

    .loadingspinner #square3 {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
        animation: square3 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both
    }

    .loadingspinner #square4 {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
        animation: square4 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both
    }

    .loadingspinner #square5 {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
        animation: square5 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both
    }

@keyframes square1 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset))
    }

    8.333% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset))
    }

    100% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset))
    }
}

@keyframes square2 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset))
    }

    8.333% {
        left: calc(0 * var(--offset));
        top: calc(2 * var(--offset))
    }

    16.67% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset))
    }

    25.00% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset))
    }

    83.33% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset))
    }

    91.67% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset))
    }

    100% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset))
    }
}

@keyframes square3 {

    0%, 100% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset))
    }

    16.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset))
    }

    25.00% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset))
    }

    33.33% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset))
    }

    41.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset))
    }

    66.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset))
    }

    75.00% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset))
    }

    83.33% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset))
    }

    91.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset))
    }
}

@keyframes square4 {
    0% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset))
    }

    33.33% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset))
    }

    41.67% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset))
    }

    50.00% {
        left: calc(3 * var(--offset));
        top: calc(2 * var(--offset))
    }

    58.33% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset))
    }

    100% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset))
    }
}

@keyframes square5 {
    0% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset))
    }

    50.00% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset))
    }

    58.33% {
        left: calc(3 * var(--offset));
        top: calc(0 * var(--offset))
    }

    66.67% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset))
    }

    75.00% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset))
    }

    100% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset))
    }
}

@keyframes squarefadein {
    0% {
        transform: scale(.75);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.imgnewsfiles {
    margin-top: 10px;
    display: flex;
}

    .imgnewsfiles div {
        margin-right: 10px;
        font-size: 12px;
        border-radius: 10px;
        background-color: #4b4b4b;
        padding: 0px 8px;
        width: 150px;
        display: flex;
    }

        .imgnewsfiles div span {
            font-size: 12px;
            display: block;
            flex: 1;
            color: #b5b5b5;
        }

        .imgnewsfiles div i {
            font-style: normal;
            color: #ff5c03;
            cursor: pointer;
        }

            .imgnewsfiles div i:hover {
                color: #006eef;
            }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500
}

p {
    margin: 0
}

dl,
ol,
ul {
    margin: 0
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin: 0
    }

dt {
    font-weight: 500
}

dd {
    margin: 0
}

blockquote {
    margin: 0
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    transition: color .3s
}

.allinfotip,
.noselect,
.pagination,
a,
th,
thead {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.error {
    border: 0 !important;
    margin-right: 10px;
    font-size: 12px;
    color: #f80
}

.input:has(input.error, textarea.error, select.error) {
    border: 1px solid #f9883c !important
}

.righttitle {
    padding: 15px 25px 10px 25px;
    font-size: 18px;
    font-weight: 400
}

.booktyperight {
    margin-top: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%
}

.booktypetext {
    padding: 0 15px 15px 25px;
    font-size: 12px;
    color: var(--othertext-color);
    border-bottom: var(--border-color)
}

.booktypetextother {
    padding: 0 15px 15px 25px;
    font-size: 12px;
    color: var(--othertext-color);
    border-bottom: var(--border-color)
}

.booktypecmd {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.appsigncode {
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

    .appsigncode .appinfoabout {
        overflow: hidden;
        flex: 1
    }

        .appsigncode .appinfoabout h3 {
            font-size: 16px;
            font-weight: 400;
            padding: 10px 0;
            border-bottom: 1px solid #494949;
            position: relative
        }

        .appsigncode .appinfoabout:last-child {
            margin-left: 10px;
            border-radius: 10px
        }

        .appsigncode .appinfoabout:first-child {
            margin-right: 10px;
            border-radius: 10px
        }

.booksfileedit {
    height: 100%;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column
}

.booksfileedittab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: relative;
    z-index: 2;
    margin-top: 20px
}

.booksfileedittabhover {
    position: absolute;
    height: 2px;
    top: 70px;
    left: 0;
    z-index: 1;
    background-color: var(--botton-hover);
    width: 25%;
    transition: all .3s
}

.otheruserlogin {
    display: flex;
    justify-content: space-between;
}

    .otheruserlogin .othericon {
        position: relative;
        width: 100px;
        text-align: center;
    }

        .otheruserlogin .othericon::after {
            content: attr(data-title);
            position: absolute;
            display: block;
            bottom: -20px;
            text-align: center;
            font-size: 12px;
            opacity: 0.6;
            width: 100px;
        }

        .otheruserlogin .othericon::before {
            display: block;
            font-size: 30px;
            padding: 5px;
            height: 40px;
            width: 40px;
            background-color: #b2b2b2;
            border-radius: 100%;
            text-align: center;
            line-height: 40px;
            margin: 0 auto;
            color: #fff;
        }

        .otheruserlogin .othericon.on::before {
            background-color: #00a5fa;
        }

        .otheruserlogin .othericon a {
            display: none;
            position: absolute;
            right: 8px;
            top: 0px;
            font-size: 12px;
            height: 20px;
            width: 20px;
            background-color: #f72626;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 20px;
            color: #fff;
        }

            .otheruserlogin .othericon a::before {
                color: #fff;
            }

            .otheruserlogin .othericon a:hover {
                background-color: #f8ad36;
            }

.booksfileeditbody {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    flex: 1
}

.otheruserlogin .othericon.on a {
    display: block;
}

.booksfileedit_li {
    width: 25%;
    text-align: center
}

    .booksfileedit_li::before {
        font-size: 22px;
        font-weight: 500
    }

    .booksfileedit_li.on::before {
        color: var(--botton-hover)
    }

    .booksfileedit_li:hover::before {
        color: var(--botton-hover)
    }

.booksfileeditbody_li {
    transform: translateX(200%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

#booksfileeditinsert_1,
#booksfileeditinsertvideo_1 {
    display: block !important;
    column-gap: 15px;
    column-count: 2
}

.booksfileeditbody_li.on {
    transform: translateX(0);
    transition: all .3s
}

.booksfileedittabtitle {
    font-size: 18px;
    font-weight: 400;
    padding: 25px 15px 10px 15px;
    border-bottom: var(--border-color);
    margin-bottom: 5px
}

    .booksfileedittabtitle::after {
        display: block;
        font-size: 12px;
        color: var(--color--888888);
        content: attr(data-about);
        margin-top: 3px
    }

.booksfileeditbody_li_1,
.booksfileeditbody_li_2,
.booksfileeditbody_li_3,
.booksfileeditbody_li_4 {
    padding: 5px 15px
}

.booksfileeditmintitle {
    font-size: 12px;
    margin: 15px 5px;
    color: var(--othertext-color)
}

.booksfileeditinsert li {
    background-color: var(--main-bg-color);
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.ke-container {
    flex: 1;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column
}

.ke-edit {
    height: 100% !important;
    display: flex !important;
    flex-direction: column
}

.ke-edit-iframe {
    width: 100% !important;
    height: 100px !important;
    flex: 1
}

.booksfileeditinsert li::before {
    display: block;
    font-size: 20px;
    color: var(--text-color);
    margin-right: 5px
}

.noqxdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center;
    margin-bottom: 10%;
}

    .noqxdiv::before {
        font-size: 150px;
        color: #5c5c5c;
    }

.qxtitle {
    margin: -10px 20px -3px 20px;
    font-size: 18px;
}

.qxsmalltitle {
    font-size: 14px;
    color: #999999;
}

.qxbutton {
    display: flex;
    align-items: center;
    margin: 20px;
}

    .qxbutton a {
        margin: 0px 10px;
        padding: 8px 20px;
        background-color: #006eef;
        color: #fff;
        border-radius: 20px;
        font-size: 12px;
        width: 100px;
        text-align: center;
    }

        .qxbutton a:hover {
            background-color: #fbe774;
            color: #000;
        }

.booksfileeditinsert li:hover {
    background-color: #00a5fa
}

.booksfileeditbreak {
    display: flex;
    justify-content: space-between;
    margin: 10px - 5px
}

    .booksfileeditbreak div {
        margin: 0 5px;
        flex: 1;
        padding: 15px 6px;
        background-color: var(--main-bg-color);
        border-radius: 10px
    }

        .booksfileeditbreak div hr {
            border-bottom: 1px solid;
            border-bottom-color: var(--body-color)
        }

        .booksfileeditbreak div:hover {
            background-color: #00a5fa;
        }

.cmdmiddle div {
    text-align: center;
    padding: 6px 6px;
    font-size: 12px
}


.booksfiletextcmd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px
}

.booksfiletextcmdli {
    border-right: var(--border-color);
    text-align: center;
    padding: 8px 0;
    flex: 1
}

    .booksfiletextcmdli:last-child {
        border-width: 0
    }

    .booksfiletextcmdli:hover {
        background-color: #00a5fa
    }

.booksfileeditinsert li.booksfileeditdel {
    background-color: #cc5b5b
}

.booksfileeditinfo div {
    margin: 13px 0;
    display: flex;
    align-items: center;
    font-size: 12px
}

    .booksfileeditinfo div::before {
        content: attr(data-title);
        color: var(--color--888888);
        display: block;
        width: 60px;
        text-align: right
    }

.booksfileeditbody_li[data-disabled=false] * {
    opacity: .7 !important
}

.booksfileeditstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .booksfileeditstyle div {
        width: 30%;
        height: 80px;
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent
    }

        .booksfileeditstyle div::before {
            font-size: 60px;
            display: block;
            color: #000;
            margin-top: 5px
        }

.styledefault {
    background-color: #222 !important;
    color: #e1e1e1 !important
}

    .styledefault::before {
        color: #c2c2c2 !important
    }

.booksfileeditstyle div:hover {
    border: var(--border-color)
}

.background-blue {
    background: linear-gradient(to bottom, #2980b9, #6dd5fa) !important;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

.background-purple-pink {
    background: linear-gradient(to bottom, #b33771, #6033a7) !important;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

.background-warm-orange {
    background: linear-gradient(to bottom, #ff5722, #ffc107) !important;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

.background-sky-blue {
    background: linear-gradient(to bottom, #017394, #006276) !important;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

.background-grass-green {
    background: linear-gradient(to bottom, #326205, #3a5804) !important;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

.background-night-purple {
    background: linear-gradient(to bottom, #5a86ad, #774c9e) !important;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

    .background-blue pre ol,
    .background-grass-green pre ol,
    .background-night-purple pre ol,
    .background-purple-pink pre ol,
    .background-sky-blue pre ol,
    .background-warm-orange pre ol {
        background-color: rgb(0 0 0 / 61%) !important
    }

    .background-blue pre li,
    .background-grass-green pre li,
    .background-night-purple pre li,
    .background-purple-pink pre li,
    .background-sky-blue pre li,
    .background-warm-orange pre li {
        background: rgb(56 56 56 / 33%) !important
    }

    .background-blue .note_title,
    .background-grass-green .note_title,
    .background-night-purple .note_title,
    .background-purple-pink .note_title,
    .background-sky-blue .note_title,
    .background-warm-orange .note_title {
        border-bottom: 1px solid rgb(209 209 209 / 48%)
    }

.booksfiletextcolor {
    flex-wrap: wrap
}

    .booksfiletextcolor div {
        width: 24%;
        flex: none;
        border-bottom: var(--border-color)
    }

        .booksfiletextcolor div::before {
            content: '';
            background-color: #fff;
            height: 20px;
            width: 20px;
            display: block;
            margin: 0 auto
        }

        .booksfiletextcolor div:last-child {
            border-bottom: var(--border-color)
        }

.booksfiletextcolor {
    border-bottom: 0
}

    .booksfiletextcolor div:nth-child(1)::before {
        background-color: #fff
    }

    .booksfiletextcolor div:nth-child(2)::before {
        background-color: orange
    }

    .booksfiletextcolor div:nth-child(3)::before {
        background-color: silver
    }

    .booksfiletextcolor div:nth-child(4)::before {
        background-color: #d3d3d3
    }

    .booksfiletextcolor div:nth-child(5)::before {
        background-color: grey
    }

    .booksfiletextcolor div:nth-child(6)::before {
        background-color: navy
    }

    .booksfiletextcolor div:nth-child(7)::before {
        background-color: red
    }

    .booksfiletextcolor div:nth-child(8)::before {
        background-color: green
    }

    .booksfiletextcolor div:nth-child(4) {
        border-right: 0
    }

.booksfileeditinsert li.fav::before {
    color: #fcf806;
    content: '\e8c6'
}

.browserclass {
    display: flex;
    align-items: center;
    border: var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    margin-left: 15px
}

    .browserclass div {
        text-align: center;
        display: flex;
        overflow: hidden
    }

        .browserclass div::before {
            margin: 0 !important;
            padding: 2px 5px !important
        }

        .browserclass div::after {
            content: '';
            border-left: 1px solid #000;
            border-left-color: var(--border-line)
        }

        .browserclass div:last-child::after {
            display: none
        }

.booksfile {
    margin: 15px 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px 10px;
    color: var(--body-color);
    background: #252525;
    transition: all .3;
    border: 1px solid transparent
}

h2.booksfiletitle {
    font-size: 16px;
    font-weight: 400
}

.booksfile.on {
    background-color: var(--color--000000);
    border: 1px solid #4c4c4c
}

.booksfile span {
    font-size: 12px;
    color: #747474
}

.paginationselect .input {
    padding-right: 10px;
    border-radius: 8px;
}

    .paginationselect .input select {
        padding: 5px 10px;
    }

.booksfiletext {
    font-size: 12px;
    opacity: .8
}

.booksfile.fav {
    position: relative
}

.booksfile div.booksfiletext[data-img=true] {
    padding-left: 55px;
    background-size: 48px 33px;
    height: 33px;
    background-repeat: no-repeat
}

.booksfile.fav::before {
    color: #fcf806;
    content: '\e8c6';
    font-family: iconfont !important;
    font-size: 16px;
    margin-left: -10px;
    position: absolute;
    top: 5px;
    right: 5px
}

#editbooksfiles {
    display: flex;
    align-items: center;
    padding: 0 5px;
    flex-wrap: wrap;
    border-top: 1px solid #2b2b2a
}

    #editbooksfiles .editbooksfiles_li {
        display: flex;
        align-items: center;
        width: 150px;
        padding: 5px;
        background-color: var(--border-line);
        border-radius: 5px;
        position: relative;
        margin: 10px
    }

        #editbooksfiles .editbooksfiles_li:before {
            font-size: 30px;
            color: #979797
        }

        #editbooksfiles .editbooksfiles_li span {
            display: block;
            font-size: 12px;
            line-height: 16px;
            height: 32px
        }

        #editbooksfiles .editbooksfiles_li a {
            display: block;
            position: absolute;
            top: -6px;
            right: -4px;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 20px;
            color: var(--botton);
            font-size: 20px
        }

            #editbooksfiles .editbooksfiles_li a:hover {
                color: var(--botton-hover)
            }

.booksopenai {
    display: flex;
    align-items: center;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    border-top: var(--border-color);
    margin-top: 15px;
    background-color: #333;
    margin-bottom: 50px;
    ;
}

    .booksopenai input {
        min-height: auto !important;
        font-size: 14px;
        font-weight: 400;
        resize: none;
        background: 0 0;
        border: 0;
        outline: 0;
        padding: 12px 5px;
        color: var(--text-color);
        flex: 1
    }

    .booksopenai div:hover:before {
        color: #006eef;
    }

#fixedtools {
    position: fixed;
    right: 5px;
    top: 30%;
    background-color: var(--main-bg-color);
    border: var(--border-color);
    border-radius: 6px;
    overflow: hidden;
}

    #fixedtools .fixedtools_li::before {
        height: 20px;
        padding: 7px;
        width: 20px;
        display: block;
        font-size: 20px;
    }

    #fixedtools .fixedtools_li:hover::before {
        background-color: var(--border-line);
    }

.booksopenai div {
    width: 36px;
    text-align: center
}

.bodyinfodiv div.openailogo::before {
    color: var(--color--888888)
}

.booksopenai div::before {
    font-size: 24px
}

.bodyinfodiv div.sendopenai::before {
    color: var(--botton)
}

.bodyinfodiv div.sendopenai:hover:before {
    color: var(--botton-hover)
}

@keyframes colorChange {
    0% {
        color: #fff
    }

    25% {
        color: #8484fe
    }

    50% {
        color: #afffaf
    }

    75% {
        color: orange
    }

    100% {
        color: #ff8d8d (255, 36, 36)
    }
}

.booksopenai.animated-text div.openailogo::before {
    animation: colorChange 2s linear infinite
}

.booksopenai.animated-text input {
    animation: colorChange 2s linear infinite;
    pointer-events: none
}

.booksopenai.animated-text .sendopenai {
    pointer-events: none
}

.appsigncode .appinfoabout pre {
    display: block;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    font-size: 12px;
    color: #b9b9b9;
    overflow-y: auto;
    height: 200px;
    overflow-x: hidden
}

.appsigncode h3 a {
    position: absolute;
    height: 20px;
    width: 50px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #525252;
    border-radius: 5px;
    color: #a3a3a3;
    right: 5px
}

    .appsigncode h3 a:hover {
        background-color: #3a3a3a
    }

.rightechart {
    height: 300px;
    padding-bottom: 30px
}

.appinfotext div a {
    display: block;
    margin-left: 30px;
    background-color: #096dd9;
    padding: 2px 25px;
    border-radius: 20px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

.appinfodiv {
    display: flex;
    align-items: center
}

    .appinfodiv .appinfoimg img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 30px
    }

.appinfotext {
    line-height: 40px
}

    .appinfotext div {
        display: flex;
        align-items: center
    }

#resultsign {
    display: none
}

.appinfotext div::before {
    content: attr(data-title);
    font-size: 12px;
    color: #8d8d8d;
    width: 60px;
    display: block
}

.appinfotext div a:hover {
    background-color: #57a5f8
}

.appinfoabout {
    margin-top: 20px;
    background-color: #111113;
    padding: 10px;
    font-size: 14px;
    min-height: 60px;
    border-radius: 5px
}

.booktypecmd li {
    display: flex;
    align-items: center;
    color: var(--othertext-color);
    line-height: 30px;
    font-size: 14px;
    padding: 2px 10px 2px 15px;
    margin: 2px 2px;
    border-radius: 8px
}

    .booktypecmd li::before {
        font-size: 16px;
        margin-right: 5px
    }

    .booktypecmd li:hover {
        background-color: var(--main-bg-color)
    }

    .booktypecmd li.on {
        background-color: var(--main-bg-color)
    }

.minirefresh-downwrap,
.nosel,
.wintitle,
.upwrap-tips,
img,
a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none
}

    a:hover {
        color: #b5bc77
    }

    a:active {
        color: #fdf6b4
    }

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0
    }

    a:focus {
        text-decoration: none;
        outline: 0
    }

.icon-shouye:before {
    content: "\e62e";
    font-size: 21px;
}

a[disabled] {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto
}

figure {
    margin: 0 0 1em
}

img {
    vertical-align: middle;
    border-style: none
}

.bodyleft {
    user-select: none;
    -webkit-user-select: none;
    transition: all .3s;
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 0 0 0 #a8a8a8
}

.bodycenter {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.icon-wifi-off1::before {
    color: red
}

input[type=file] {
    position: relative
}

#rightcmdlist li {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px
}

input[type=file]::after {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #096dd9;
    color: #fff;
    height: 40px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    left: 0;
    top: 0;
    content: '选择图片';
    font-size: 14px;
}

.tdsmallimg {
    height: 30px;
    width: 30px;
    margin: -5px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff
}

input[type=file]:hover::after {
    background-color: #fbe774;
    color: #000
}

.bodyright {
    min-width: 260px;
    background-color: #e0ebfd;
    transition: all .3s;
    margin-right: 0;
    flex-direction: column;
    box-shadow: 0 0 0 0 #a8a8a8;
    overflow: hidden
}

.bodyrightcon {
    flex: 1;
    height: 100%;
    width: 100%
}

.rightcalendar {
    margin: 30px 15px 10px 15px;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px
}

input,
select,
textarea {
    outline: 0;
    resize: none;
    border: 0;
    padding: 8px 20px;
    background: 0 0;
    flex: 1
}

    select * {
        background-color: #646464;
    }

.input {
    border-radius: 30px;
    overflow: hidden;
    background-color: #3c3c3c;
    color: #000;
    display: flex;
    align-items: center;
    border: 1px solid transparent
}

    .input::before {
        margin-left: 10px;
        color: #fff
    }

    .input.iconfont input {
        padding: 8px 10px
    }

.topsearch input {
    width: 200px
}

.bodycenter .headermenu {
    margin-top: 10px
}

.bodyright.hiderightmax {
    margin-right: -270px
}

.header {
    max-height: 70px;
    overflow: hidden;
    display: flex;
    user-select: none;
    -webkit-user-select: none;
    -webkit-app-region: drag;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #333;
    padding-bottom: 16px;
    position: relative;
    z-index: 99;
}

.searchfindpage.hidefindpage {
    top: 1px !important;
}

.searchfindpage {
    height: 40px;
    position: absolute;
    z-index: 98;
    background-color: #262626;
    top: 85px;
    right: 261px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 400px;
    border-radius: 40px 0px 0px 40px;
    transition: all 0.3s;
    box-shadow: 0px 0px 1px 1px #454444;
}

body:has(.hiderightmax) .searchfindpage {
    right: 1px;
}

.findtext {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

    .findtext input {
        flex: 1;
        padding: 0px;
        margin: 0px;
        padding-left: 10px;
    }

    .findtext::after {
        display: block;
        content: attr(data-title);
        font-size: 12px;
        opacity: 0.6;
    }

.findforward, .findnext, .findclose {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    padding: 2px;
}

    .findforward:hover, .findnext:hover, .findclose:hover {
        background-color: #303030;
    }

    .findclose::before {
        font-size: 14px;
    }

.mainload {
    background-image: url(../resources/images/mainload.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: relative
}

    .mainload h1 {
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        flex: 1;
        align-items: center;
        display: flex
    }

    .mainload .mainloading {
        height: 80px;
        margin-top: 80px
    }

.lightloading1 {
    position: fixed !important;
    z-index: 1;
    left: 90px;
    top: 100px
}

.lightloading2 {
    position: fixed !important;
    z-index: 1;
    bottom: 90px;
    right: 100px
}

.lightloading3 {
    position: fixed !important;
    z-index: 1;
    bottom: 40%;
    right: 45%
}

.lightloading4 {
    position: fixed !important;
    z-index: 1;
    right: 80px;
    top: 60px;
    height: 40px !important;
    width: 40px !important;
    opacity: .3 !important
}

    .lightloading4 div {
        height: 40px !important;
        width: 40px !important
    }

.spotloading,
.spotloading > div {
    position: relative;
    box-sizing: border-box
}

.spotloading {
    display: block;
    font-size: 0;
    color: #fff
}

    .spotloading.la-dark {
        color: #fdfd90
    }

    .spotloading > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor
    }

.spotloading {
    width: 54px;
    height: 18px
}

    .spotloading > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        animation: ball-beat .7s -.15s infinite linear
    }

        .spotloading > div:nth-child(2n-1) {
            animation-delay: -.5s
        }

@keyframes ball-beat {
    50% {
        opacity: .2;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.lightloading,
.lightloading > div {
    position: relative;
    box-sizing: border-box
}

.lightloading {
    display: block;
    font-size: 0;
    color: #fff
}

    .lightloading.la-dark {
        color: #333
    }

    .lightloading > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor
    }

.lightloading {
    width: 64px;
    height: 64px
}

    .lightloading > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 64px;
        height: 64px;
        border-radius: 100%;
        opacity: 0;
        animation: ball-scale-multiple 1s 0s linear infinite
    }

        .lightloading > div:nth-child(2) {
            animation-delay: .2s
        }

        .lightloading > div:nth-child(3) {
            animation-delay: .4s
        }

    .lightloading.la-sm {
        width: 16px;
        height: 16px
    }

        .lightloading.la-sm > div {
            width: 16px;
            height: 16px
        }

    .lightloading.la-2x {
        width: 64px;
        height: 64px
    }

        .lightloading.la-2x > div {
            width: 64px;
            height: 64px
        }

    .lightloading.la-3x {
        width: 96px;
        height: 96px
    }

        .lightloading.la-3x > div {
            width: 96px;
            height: 96px
        }

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

iframe {
    border: 0;
    height: 100%;
    width: 100%;
    flex: 1;
    background: #fff
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.button,
button {
    -webkit-app-region: no-drag
}

.browserclass {
    display: none;
    transition: all .3s
}

    .browserclass .iconfont::before {
        display: block;
        margin-left: 5px;
        font-size: 18px;
        color: var(--othertext-color);
        padding: 4px 8px;
        border-radius: 5px;
        cursor: pointer
    }

    .browserclass div:first-child::before {
        border-radius: 5px 0 0 5px
    }

    .browserclass div:last-child::before {
        border-radius: 0 5px 5px 0
    }

    .browserclass .iconfont:hover::before {
        background-color: var(--main-bg-color)
    }

.bodyleft.showleftmax #headermenu-showleftmax {
    display: block;
    transition: all .3s
}

.bodyleft.showleftmax .browserclass {
    display: flex;
    transition: all .3s
}

.mylogininfo {
    display: none
}

.headermenucenter {
    flex: 1
}

.bodyleft.showleftmax .mylogininfo {
    display: block
}

.headermenu {
    height: 50px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-right: 20px;
    align-items: center;
    -webkit-app-region: drag
}

ul.menuimg {
    width: 80px
}

#headermenu-showleftmax,
#headermenucenter-hiderightmax,
#headermenucenter-showleftmax {
    display: none
}

#headermenucenter-hiderightmax {
    margin-right: 15px
}

.headermenu a {
    color: #fff;
    font-size: 18px;
    -webkit-app-region: no-drag
}

    .headermenu a:hover {
        color: #5364d0
    }

.showleftmax {
    width: 280px
}

.bodyleft-top {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    margin-left: 30px;
    -webkit-app-region: drag
}

.mylogo {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #565656
}

.noerror {
    text-align: center;
    color: #b9b9b9;
    height: 80px !important;
    line-height: 80px !important
}

.mylogo img {
    height: 50px;
    width: 50px
}

.bodyleft.showleftmax .mylogo {
    height: 50px;
    width: 50px
}

    .bodyleft.showleftmax .mylogo img {
        height: 50px;
        width: 50px
    }

.mylogininfo {
    margin-left: 10px
}

    .mylogininfo div {
        font-size: 16px;
        font-weight: 400;
        flex: 1
    }

    .mylogininfo p {
        opacity: .6;
        font-size: 12px
    }

.bodyleft-bottom {
    display: flex;
    flex: 1;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    overflow: hidden
}

    .bodyleft-bottom .bodyleft-icon {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        -webkit-app-region: drag
    }

    .bodyleft-bottom .bodyleft-submenu {
        flex: 1;
        height: 100%;
        background-color: #262626;
        border-radius: 10px 0 0 0;
        display: flex;
        flex-direction: column
    }

.leftcopy {
    text-align: center;
    font-size: 12px;
    margin: 15px 0;
    color: #6d6d6d
}

    .leftcopy strong {
        color: #d4d4d4;
        padding: 0 5px;
        font-size: 12px;
        font-weight: 400
    }

.bodyleft-icon-top {
    flex: 1
}

.bodyleft-icon-bottom {
    margin-bottom: 20px !important
}

.leftsubmenu {
    margin: 15px;
    list-style: none;
    flex: 1
}

.bodyleft-submenu h2 {
    margin: 40px 20px 10px 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #c3c3c3
}

.leftsubmenu li {
    text-align: center;
    height: 38px;
    line-height: 38px;
    background-color: #353535;
    border-radius: 15px;
    cursor: pointer;
    margin: 20px 0;
    width: 180px;
}

    .leftsubmenu li.on,
    .leftsubmenu li:hover {
        background-color: #00a5fa;
        color: #fff
    }

.charttypewriter {
    text-align: center;
    padding: 30px;
    opacity: .8
}

.block-title {
    min-height: 50px;
    color: #fff
}

    .block-title.redtip::before {
        color: red
    }

ul.menuimg li {
    padding-left: 10px;
    position: relative;
    height: 50px;
    line-height: 50px;
    list-style: none;
    background-color: #333;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    transition-duration: .3s;
    margin: 6px 0;
    -webkit-app-region: no-drag
}

.bodyleft.showleftmax ul.menuimg {
    width: 70px;
    margin: 0 auto 0;
    padding: 40px 0 0 10px;
    background-color: #333;
    box-sizing: border-box
}

    .bodyleft.showleftmax ul.menuimg li {
        padding-left: 0
    }

ul.menuimg li::after,
ul.menuimg li::before {
    position: absolute;
    right: 0;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 0 20px transparent;
    transition-duration: .3s;
    z-index: 1
}

ul.menuimg li::before {
    top: -40px;
    clip-path: inset(50% 0 0 50%)
}

ul.menuimg li::after {
    bottom: -40px;
    clip-path: inset(0 0 50% 50%)
}

ul.menuimg li.active,
ul.menuimg li:hover {
    background-color: #262626;
    transition-duration: .3s
}

    ul.menuimg li.active::after,
    ul.menuimg li.active::before,
    ul.menuimg li:hover::after,
    ul.menuimg li:hover::before {
        box-shadow: 0 0 0 20px #262626
    }

ul.menuimg li i {
    margin-left: 15px
}

    ul.menuimg li i::before {
        font-size: 26px
    }

ul.menuimg li.active i::before {
    color: #6b9bdd
}

.inputaiurldiv {
    position: absolute;
    z-index: 11;
    top: 50px;
    width: 100%;
    right: 0px;
    padding: 10px 0px 15px 0px;
    background-color: #1E1E1E;
    transition: all 0.3s;
    margin-right: -100%;
}

.inputaiurldivbj {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.135);
    backdrop-filter: blur(15px);
}

body:has(.inputaiurldiv.show) .inputaiurldivbj {
    display: block;
}

.inputaiurldiv.show {
    margin-right: 0px;
}

.inputaiurldiv .inputlabel {
    margin: 0px 10px;
}

.inputaiurldiv .input a {
    display: block;
    font-size: 12px;
    background-color: #0233f6;
    height: 31px;
    line-height: 31px;
    width: 60px;
    text-align: center;
}

.titlebar {
    user-select: none;
    -webkit-user-select: none;
    -webkit-app-region: drag
}

#settingaiurl {
    position: relative;
    z-index: 10;
}

    #settingaiurl::before {
        font-size: 18px;
    }

    #settingaiurl:hover::before {
        color: #ff5500;
    }

.bodyright .headermenu {
    width: auto;
    margin-right: 20px
}

    .bodyright .headermenu a {
        margin-left: 15px
    }

@keyframes blink {
    0% {
        opacity: .5
    }

    20% {
        opacity: .2
    }

    30% {
        opacity: .4
    }

    50% {
        opacity: .8
    }

    70% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

.blink {
    animation: blink 2s 1 forwards;
    animation-fill-mode: none
}

.headermenucenter {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    margin-top: 20px
}

    .headermenucenter * {
        -webkit-app-region: no-drag
    }

.topwelcome strong {
    font-size: 20px;
    font-weight: 400
}

.topwelcome span {
    font-size: 12px;
    opacity: .7;
    color: #e7e7e7;
    margin-right: 5px;
    display: block
}

.otherheader {
    height: 60px;
    width: 100%
}

.otherbody {
    display: flex;
    flex: 1;
    align-items: center;
    justify-items: center
}

#userloginimg {
    width: 500px
}

.userform {
    width: 500px;
    display: flex;
    flex-direction: column
}

    .userform h1 {
        margin: 15px 0;
        font-size: 26px;
        font-weight: 400;
        display: flex;
        flex-direction: column
    }

        .userform h1::after {
            content: attr(data-title);
            font-size: 14px;
            opacity: .8
        }

    .userform .input {
        margin: 20px 0;
        height: 40px
    }

.otheruserform {
    margin: 30px
}

    .otheruserform input {
        height: 20px;
        background-color: #646464
    }

    .otheruserform .inputlabel {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 10px
    }

        .otheruserform .inputlabel::after {
            content: attr(data-tip);
            color: #f1f861;
            position: absolute;
            left: 7px;
            font-size: 12px;
            top: 15px
        }

        .otheruserform .inputlabel::before {
            content: attr(data-title);
            font-size: 14px;
            margin: 10px 10px 5px 15px;
            color: #7b7b7b
        }

    .otheruserform ::-webkit-input-placeholder {
        color: #b5b5b5
    }

.editertitle ::-webkit-input-placeholder {
    color: #b5b5b5
}

.otheruserform .inputlabel textarea {
    min-height: 60px
}

.inputimg {
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 5px 10px 0 5px
}

    .inputimg input {
        height: 30px;
        width: 54px;
        z-index: 3;
        position: absolute;
        top: 25px;
        left: 100px;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 0;
        border-radius: 5px
    }

    .inputimg img {
        height: 80px;
        width: 80px;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #646464;
        border-radius: 10px;
        overflow: hidden
    }

.inputlabel:has(.inputimg) {
    background-color: rgba(0, 0, 0, 0)
}

.inputimg:has(label) label {
    right: 0;
    position: absolute;
    top: 30px
}

.otheruserform .inputbutton a {
    margin: 0 30px;
    max-width: 150px;
    background-color: #006eef
}

    .otheruserform .inputbutton a:first-child {
        background-color: #3d515b
    }

    .otheruserform .inputbutton a:hover {
        opacity: .8
    }

.otheruserform .inputlabel .input {
    background-color: #646464
}

    .otheruserform .inputlabel .input:has(textarea) {
        border-radius: 15px !important;
        background-color: #646464
    }

    .otheruserform .inputlabel .input:has(select) {
        background-color: #646464;
        padding-right: 15px
    }

.otheruserformflex {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

    .otheruserformflex .otheruserform {
        flex: 1;
        margin-left: 10px !important;
    }

        .otheruserformflex .otheruserform:last-child {
            margin-right: 10px !important;
        }

.apprightli {
    display: flex;
    align-items: center;
    background-color: #222;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important
}

    .apprightli.on,
    .apprightli:hover {
        background-color: #006eef !important
    }

.booktypecmdul {
    padding: 0 10px
}

.apprightli img {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: -5px
}

.apprightli p:first-child {
    font-size: 16px;
    font-weight: 500
}

.apprightli p:last-child {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px
}

.inputbutton {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center
}

    .inputbutton a {
        display: block;
        background-color: #53aad0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 30px;
        flex: 1;
        text-align: center
    }

        .inputbutton a:hover {
            opacity: .8
        }

.copy {
    font-size: 12px;
    text-align: center;
    opacity: .5
}

.centerblock {
    margin: 0 15px 15px 15px;
    background-color: #363636;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 0 0 #a8a8a8
}

.block-title {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #454545;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center
}

    .block-title::before {
        content: attr(data-title);
        position: absolute;
        font-size: 12px;
        bottom: 8px;
        color: #c6c6c6
    }

    .block-title:has(i) {
        padding-bottom: 20px
    }

.centerblock .block-title i {
    display: block;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    margin-top: 12px
}

.hideleftcss {
    margin-right: 10px
}



.h2search {
    display: flex
}

    .h2search .input {
        flex: 1;
        overflow: hidden;
        margin-left: 15px;
        padding-right: 4px
    }

        .h2search .input:first-child {
            margin-left: 0
        }

    .h2search h2 .input {
        width: 110px;
        overflow: hidden;
        margin-left: 15px;
        padding-right: 4px
    }

.editerblock {
    display: flex;
    flex-direction: column;
    flex: 1
}

.editerbody {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden
}

.editertitle {
    display: flex;
    /* border-bottom: 1px solid #474545; */
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    margin-right: 10px;
    background: #646464;
    border-radius: 20px;
    margin-right: 0px;
    padding-right: 10px;
}

.singlesearch {
    margin: 15px 0px;
    background: #646464;
}

.editertitle:has(.inputimg) {
    background: none;
}

    .editertitle:has(.inputimg) textarea {
        background-color: #646464;
        border-radius: 10px;
        padding: 7px 10px;
    }

.editertitle label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #dbdada;
}

    .editertitle label input {
        margin-right: 3px;
    }

.editertitle input {
    flex: 1;
    font-size: 16px
}

.editerbody textarea {
    flex: 1
}

.centeriframe {
    flex-direction: column;
    flex: 1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    margin: 15px 0 0 0
}

.centerbanner {
    margin: 10px 15px 20px 15px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-items: center
}

.rootstatistics {
    height: 200px
}

.centerbanner-left {
    margin-right: 0;
    display: flex;
    flex-direction: column
}

    .centerbanner-left h2 {
        width: 250px;
        display: flex;
        font-size: 18px;
        font-weight: 400;
        justify-content: space-between;
        padding-left: 10px
    }

        .centerbanner-left h2::after {
            display: block;
            content: attr(data-date);
            font-size: 12px;
            margin-left: 5px;
            margin-top: 10px;
            color: silver
        }

    .centerbanner-left span {
        display: flex;
        margin-top: 5px;
        font-size: 40px;
        font-weight: 400;
        justify-content: center;
        margin-right: 50px
    }

        .centerbanner-left span::after {
            display: block;
            content: attr(data-title);
            font-size: 14px;
            margin-top: 30px;
            margin-left: 10px;
            color: #dadada
        }

.centerbanner-right {
    height: 120px;
    flex: 1
}

.logrightchart {
    display: flex;
    align-items: center;
    justify-items: center
}

    .logrightchart div {
        flex: 1;
        margin: 10px 0 15px 15px;
        border-radius: 10px;
        background-color: #066a50;
        text-align: center;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-items: center;
        cursor: pointer
    }

        .logrightchart div:hover,
        .logrightchart div:last-child:hover {
            background-color: #00a5fa
        }

        .logrightchart div span {
            display: flex;
            flex-direction: column;
            font-size: 20px;
            flex: 1;
            text-align: left;
            margin-left: 8px;
            max-width: 60px;
            overflow: hidden;
            color: #fff
        }

        .logrightchart div:last-child span {
            color: #000
        }

        .logrightchart div span::before {
            content: attr(data-ltitle);
            display: block;
            font-size: 12px;
            color: #d5d5d5;
            margin-bottom: -3px
        }

        .logrightchart div::before {
            font-size: 30px;
            color: #e5e5e5;
            display: block
        }

        .logrightchart div:last-child span::before,
        .logrightchart div:last-child::before {
            color: #4a4a4a
        }

        .logrightchart div:last-child {
            margin-right: 15px;
            background-color: #e9dabb
        }

.systeminfo {
    margin: 5px 15px 15px 15px;
    border-radius: 10px;
    padding: 5px 0
}

    .systeminfo li {
        overflow: hidden;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 12px;
        color: #fff;
        max-width: 200px
    }

        .systeminfo li::before {
            content: attr(data-title);
            color: #e5e5e5;
            font-size: 12px;
            width: 72px
        }

.rightchartbottom {
    position: absolute;
    bottom: 70px;
    left: 0px;
    height: 205px;
    background: #2F2F2F;
    width: 100%;
}

.centeriframe:has(#bottomechart) {
    margin-bottom: 210px;
}

.centeriframe:has(#bottomechart .otheruserform) {
    margin-bottom: 115px
}


#bottomechart {
    height: 175px;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 999;
    background-color: #2f2f2f
}

.flex100 {
    flex: 1
}

.celltable {
    display: flex;
    overflow-x: auto;
    transition: all .2s ease-in-out;
    margin: 0 -10px
}

h1.h1title {
    font-size: 16px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0
}

    h1.h1title::after {
        content: attr(data-title);
        font-size: 12px;
        color: #707070
    }

.home-block-3 {
    margin-bottom: 15px
}

.systemchartul {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    overflow: hidden
}

#cpuchart,
#memorychart {
    flex: 1;
    height: 250px;
    text-align: center;
    align-items: center;
    min-width: 250px
}

#flowchart {
    flex: 2;
    height: 200px;
    text-align: center;
    align-items: center;
    min-width: 200px
}

.visitbutton {
    display: flex;
    flex-wrap: wrap
}

    .visitbutton li {
        margin: 10px;
        font-size: 12px;
        background-color: #53aad0;
        padding: 5px 20px;
        border-radius: 16px;
        cursor: pointer
    }

        .visitbutton li:hover {
            opacity: .8
        }

.rootstatistics {
    height: 180px
}

h1.h1title i {
    display: block;
    position: absolute;
    right: 20px;
    font-weight: 100;
    font-style: inherit;
    margin-top: -10px;
    top: 50%
}

.jbutton {
    padding: 5px 20px;
    font-size: 12px;
    background-color: #096dd9;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    min-width: 60px;
    text-align: center
}

    .jbutton:hover {
        background-color: #fbe774;
        color: #000
    }

.today-div,
.calendar-header svg {
    color: #ffffff !important;
    fill: #fff !important;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 0;
    border-bottom: 1px solid #434343;
    width: 100%;
    flex: 1;
    table-layout: fixed
}

    .pure-table caption {
        color: #000;
        font: italic 85%/1 arial, sans-serif;
        padding: 1em 0;
        text-align: center
    }

    .pure-table td,
    .pure-table th {
        border-left: 1px solid #434343;
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: .6em 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 60px;
        cursor: default
    }

        .pure-table td:first-child,
        .pure-table th:first-child {
            border-left: 0
        }

    .pure-table thead {
        background-color: #606060;
        color: #a9a9a9;
        text-align: left;
        vertical-align: bottom
    }

    .pure-table td {
        background-color: #353535;
        word-break: nowrap
    }

    .pure-table tr:nth-child(odd) td {
        background-color: #262626
    }

.pagination {
    margin: 30px 15px;
    display: flex;
    justify-content: end;
    align-items: center
}

    .pagination a {
        margin: 0 5px;
        padding: 3px 8px;
        font-size: 12px;
        background-color: #265cd0;
        color: #fff;
        border-radius: 3px;
        cursor: pointer
    }

        .pagination a:hover {
            background-color: #00a5fa
        }

    .pagination span.current {
        margin: 0 5px;
        padding: 3px 8px;
        font-size: 12px;
        background-color: #a3a3a3;
        color: #000;
        border-radius: 3px
    }

    .pagination * {
        cursor: default
    }

a.edittr {
    margin-right: 10px
}

a.deltr {
    font-size: 12px;
    color: #f6ff00
}

    a.deltr::before {
        font-size: 12px;
        color: #f6ff00
    }

.pure-table a:hover {
    color: #096dd9
}

a.deltr:hover::before {
    font-size: 12px;
    color: #40a9ff
}

.inpucheckbox {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 6px;
}

    .inpucheckbox .checkboxul {
        width: 28%;
        margin: 10px 0px 5px 2%;
        background-color: #000;
        padding: 1.3%;
        border-radius: 8px;
        color: #Fff;
    }

.checkboxli {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .checkboxli label {
        margin: 5px;
        display: flex;
        align-items: center;
        color: #aaaaaa;
    }

        .checkboxli label input {
            margin-right: 4px;
        }

.checkboxul strong {
    display: block;
    height: 20px;
}

h2.resettitle {
    background: #454545;
    margin: -10px;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px 10px 10px;
    color: #FFF !important;
}

h2.block-title.resettitle::before {
    color: #e7e88c;
}

.input2label {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: 1fr 1fr 80px;
    gap: 20px;
    margin-top: 40px;
}

.inputdel {
    grid-area: auto;
    line-height: 36px;
    height: 36px;
    text-align: center;
    background-color: #00a5fa;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 1px;
    cursor: pointer;
}

    .inputdel:hover {
        background-color: #fde083;
        color: #000;
    }

.input2label::before {
    position: absolute;
    top: -35px;
}

.input2label::after {
    top: -20px !important;
}

#onlinemsg {
    position: relative;
}

    #onlinemsg::after {
        content: '.';
        font-size: 20px;
        background-color: #ff5722;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        display: none;
        position: absolute;
        right: -5px;
        top: 0px;
    }

.reply-ul {
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.reply-li.admin_0 {
    flex-direction: row-reverse;
}

    .reply-li.admin_0 .replytext {
        margin-left: 20px !important;
        margin-right: 0px !important;
    }

.reply-li {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    margin-top: 70px;
}

    .reply-li img {
        height: 50px;
        width: 50px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid #424242;
        user-select: none;
    }

.replytext {
    margin-right: 20px;
    flex: 1;
    padding: 5px 10px;
    background-color: #2378f8;
    border-radius: 10px;
    position: relative;
}

.reply-li.admin_0 .replytext {
    background-color: #5c5c5c;
}

.reply-li:first-child {
    margin-top: 30px;
}

.reply-li .replytext::before {
    position: absolute;
    top: -30px;
    text-align: center;
    font-size: 12px;
    content: attr(data-date);
    background-color: #363636;
    color: #989898;
    z-index: 2;
    padding: 0px 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.reply-li .replytext::after {
    display: block;
    position: absolute;
    top: -22px;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid #676767;
    content: ' ';
}

.reply-li.admin_0 .replytext::before {
    left: 50%;
    transform: translate(-50%, 0);
}

.reply-li.admin_0 .replytext::after {
    left: 20px;
    right: 20px;
}

#onlinemsg.show::after {
    display: block;
}

@media (prefers-color-scheme:dark) {
    body {
        background: #1e1e1e;
        color: #fff
    }

    iframe {
        background-color: rgba(30, 30, 30, 0) !important
    }

    .bodyleft,
    .bodyright {
        background-color: #333
    }
}

.booktypecmd li::before {
    color: #abc9ff;
}

.h2search.otheruserform {
    margin: 0px !important;
}

    .h2search.otheruserform .inputlabel {
        margin-left: 15px !important;
        flex: 1 !important;
    }

        .h2search.otheruserform .inputlabel:first-child {
            margin-left: 0px !important;
        }

.h2search {
    overflow: hidden;
}

    .h2search.otheruserform.noticesel .inputlabel {
        margin-left: 15px;
        flex: none !important;
    }

        .h2search.otheruserform.noticesel .inputlabel:last-child {
            flex: 1 !important;
        }

.inputlabel .mininputbutton {
    background-color: #00a5fa;
    font-size: 12px;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    margin-right: -5px;
    color: #fff;
}

    .inputlabel .mininputbutton:hover {
        background-color: #faf484;
        color: #000;
    }

tr.level_jj {
    background-color: #7f650e !important;
    color: #fff !important;
}

    tr.level_jj * {
        background: none !important;
    }

tr.level_tj {
    background-color: #f44500 !important;
    color: #fff !important;
}

    tr.level_tj * {
        background: none !important;
    }

    tr.level_tj a,
    tr.level_jj a {
        color: #eeff81 !important;
    }

.systeminfo a {
    color: #eeff81;
}

    .systeminfo a:hover {
        color: #f44500;
    }

.myqxinpucheckbox.inpucheckbox {
    display: flex;
    flex-wrap: wrap;
}

    .myqxinpucheckbox.inpucheckbox .checkboxul {
        background-color: rgba(52, 52, 52, 0);
    }

@media (prefers-color-scheme:light) {
    .systeminfo a {
        color: #0044ff;
    }

    :root {
        --main-bg-color: #ffffff;
        --body-color: #1E1E1E;
        --text-color: #1d1d1d;
        --title-bg-color: rgb(60, 60, 60);
        --title-bgtm-color: #F2F5FE;
        --othertext-color: #0d0d0d;
        --othertext-color-91: #161616;
        --border-color: 1px solid #c5d5e5;
        --border-line: #e9e9e9;
        --body-bj-color: #1F1F1F;
        --box-shadow: 0px 0px 1px 1px #f3f3f3;
        --botton: #cdedff;
        --botton-hover: #bfe5fb;
        --border-color-input: 1px solid #989898;
        --border-color-input-error: 1px solid #b69941;
        --color--888888: #323232;
        --color--262626: #262626;
        --color--000000: #000000;
        --border-color-blue: 1px solid #7ccfff;
        --border-color-blue-line: #7ccfff
    }

    .browserclass .iconfont:hover::before {
        background-color: #bcbcbc
    }

    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        cursor: default
    }

    ::-webkit-scrollbar-corner {
        background: rgba(201, 201, 201, .405)
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 7px;
        -webkit-box-shadow: inset 0 0 5px rgba(178, 178, 178, .2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        background: #d3d3d3;
        cursor: default
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        border-radius: 5px;
        background: rgba(230, 230, 230, .358);
        cursor: default
    }

    .newbody {
        background-color: #eef4fe;
    }

    body {
        background: rgba(0, 0, 0, 0);
        color: #0b0b0b
    }

    a {
        color: #0b0b0b
    }

        a::before {
            color: #0b0b0b
        }

    .bodyleft-bottom .bodyleft-submenu {
        background-color: #f5f5f5
    }

    .bodyleft.showleftmax ul.menuimg {
        background-color: #fff
    }

    ul.menuimg li.active,
    ul.menuimg li:hover {
        background-color: #f5f5f5
    }

        ul.menuimg li.active::after,
        ul.menuimg li.active::before,
        ul.menuimg li:hover::after,
        ul.menuimg li:hover::before {
            box-shadow: 0 0 0 20px #f5f5f5
        }

    ul.menuimg li {
        background-color: #fff
    }

    .bodyleft-submenu h2 {
        color: #111
    }

    .leftsubmenu li {
        background-color: #fff
    }

        .leftsubmenu li:hover {
            color: #fff
        }

    .input {
        background-color: #fff;
        color: #000
    }

    .topwelcome span {
        opacity: 1;
        color: #4a4a4a
    }

    .input::before {
        color: #000
    }

    .centerblock {
        background-color: #fff
    }

        .centerblock .block-title {
            border-bottom: 1px solid #e6e6e6;
            color: #044799
        }

    .block-title::before {
        color: #827e7e
    }

    .jbutton {
        background-color: #fca738
    }

    .visitbutton li {
        color: #fff
    }

    iframe {
        background: #eef4fe
    }

    .current-month-year {
        opacity: 1 !important;
        color: #000
    }

    .leftcopy {
        color: #6d6d6d
    }

        .leftcopy strong {
            color: #000
        }

    .systeminfo li::before {
        color: #5b5b5b
    }

    .systeminfo li {
        color: #011223
    }

    .pure-table thead {
        background-color: #7dbddf;
        color: #fff
    }

    .pure-table tr:nth-child(odd) td {
        background-color: #e4ebf5
    }

    .pure-table td {
        background-color: #f3f3f3
    }

    .pure-table td,
    .pure-table th {
        border-left: 1px solid #e5e5e5
    }

    .pure-table {
        border-bottom: 1px solid #e5e5e5
    }

    a.deltr {
        color: red
    }

    a.edittr {
        color: #000
    }

    .pagination span.current {
        background-color: #e3e3e3
    }

    .header {
        background: #eef4fe;
        padding-bottom: 0
    }

    .centeriframe {
        margin: 30px 0 0 0
    }

    #bottomechart {
        background-color: #fff
    }

    .otheruserform input {
        background-color: #e8e8e8
    }

    .otheruserform .inputlabel .input:has(textarea) {
        background-color: #e8e8e8
    }

    .otheruserform .inputlabel .input:has(select) {
        background-color: #e8e8e8
    }

    .inputimg img {
        background-color: #989898
    }

    .otheruserform .inputlabel .input {
        background-color: #e8e8e8
    }

    .apprightli {
        background-color: #f2f2f2
    }

        .apprightli.on,
        .apprightli:hover {
            background-color: #006eef !important;
            color: #fff !important
        }

    .appinfoabout {
        background-color: #ededed
    }

    .appsigncode h3 a {
        background-color: #ff5c03;
        color: #fff
    }

    .spotloading {
        display: block;
        font-size: 0;
        color: #151515
    }

    .imgnewsfiles div {
        background-color: #f0efef;
    }

    .editertitle {
        border-bottom: 1px solid #e2e2e2;
    }

    .booksfileedit_li.on::before {
        color: #0e07fc;
        font-weight: 500;
    }

    .booksfileedit_li:hover::before {
        color: #0e07fc;
    }

    .booksfileedittabhover {
        background-color: #0e07fc;
    }

    .booksopenai {
        background-color: #E2EBFB;
    }

    .editertitle label {
        color: #131313;
    }

    .today-div,
    .calendar-header svg {
        color: #000 !important;
        fill: #000 !important;
    }

    .inpucheckbox .checkboxul {
        background-color: #fff;
        color: #000;
    }

    .checkboxli label {
        color: #595959;
    }

    .otheruserform .inputlabel .input.inpucheckbox {
        background-color: #dcdcdc;
    }

    .editertitle {
        border: 0px !important;
    }

        .editertitle:has(.inputimg) {
            background: none !important;
        }

            .editertitle:has(.inputimg) textarea {
                background-color: #dcdcdc;
            }

    .h2search .input,
    .editertitle {
        background: #efefef;
    }

    select * {
        background-color: #fff;
    }

    .rightchartbottom {
        background: #ffffff;
    }

    .wintitle {
        background: #E2EBFC !important;
        color: #000 !important;
    }

    .winclose::before {
        color: #000 !important;
    }

    .winiframe iframe {
        background: #EFF4FD !important;
    }

    .detailedli {
        background-color: #fff;
    }

    .paginationselect .input {
        background: #EFF4FD;
    }

    .editertitle.input:has(textarea) {
        background: #efefef;
    }

    h2.resettitle {
        background: #4e8eff;
    }

    .booktypecmd li::before {
        color: #0074ff;
    }

    .htmljquerybj a {
        color: #fff;
    }

        .htmljquerybj a:hover {
            color: #fcdc8c;
        }

    .inputlabel::after {
        color: #ff5722 !important;
    }

    .searchfindpage {
        background-color: #E5EBFB;
        top: 97px;
        box-shadow: 0px 0px 1px 1px #ffffff;
    }

    .findforward:hover, .findnext:hover, .findclose:hover {
        background-color: #cccccc;
    }

    .inputaiurldiv {
        background-color: #EFF4FD;
    }

        .inputaiurldiv .input a {
            background-color: #d3d3d3;
        }

    .headermenu a:hover::before {
        color: #0022ff !important;
    }
}
