* {
    box-sizing: border-box;
}

/* æ»šåŠ¨æ¡èƒŒæ™¯ */
::-webkit-scrollbar {
    width     : 8px;
    height    : 8px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.15);
    padding   : 0;
    border    : none;
    overflow-x: visible;
}

/* æ»šåŠ¨æ¡æ»‘å— */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    padding   : 0;
    border    : none;
    width     : 20px;
}

/*åˆ†é¡µå›ºå®š*/
.fixed-pagination {
    position: fixed;
    bottom  : 20px;
    right   : 30px;
    z-index : 1000;
}

body {
    font-size: 14px
}

[text-sm] {
    font-size: 12px;
}

[text-success] {
    color: #67C23A;
}

[text-warning] {
    color: #E6A23C;
}

[text-danger] {
    color: #F56C6C;
}

[text-info] {
    color: #909399;
}

.el-pagination[center] {
    text-align: center;
    padding   : 15px 0;
}

.edui-default .edui-colorpicker-nocolor {
    height: 20px !important;
}


/**/
body .login-form {
    padding         : 50px 45px 30px;
    height          : 480px;
    width           : 335px;
    float           : right;
    background-color: rgb(0 0 0 / 37%);
    backdrop-filter : blur(10px);
}

body .form-title {
    color: #fff;
}

body .register_box {
    display: none;
}

body .el-form-item.is-required.el-form-item--small {
    background   : #f7f5fb;
    border-radius: 100px;
    overflow     : hidden;
}

.login .box-card {
    background-image: none !important;
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(5px);
}