
.el-tooltip__popper, .el-popper{
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.el-tooltip__popper {
    padding: 6px 10px 3px 10px !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.el-tooltip__popper .popper__arrow {
    display: none!important;
}

.ct-tooltip{
    max-width: 280px; width: max-content; overflow-wrap: break-word; text-wrap: wrap; white-space-collapse: preserve-breaks;font-weight: 500
}
.ct-tooltip-2{
    color: rgb(115, 114, 110);line-height: 1.5;
}

.ct-tooltip-3{
    margin-right: 5px;
}


.isDark .el-notification{
    background: rgb(37, 37, 37);
    color: rgba(255, 255, 255, 0.81);
    fill: currentcolor;
    border: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.48) 0px 24px 48px -8px, rgba(0, 0, 0, 0.24) 0px 4px 12px -1px, rgba(255, 255, 255, 0.094) 0px 0px 0px 1px;
}
.isDark .el-notification__title, .isDark .el-notification__content{
    color: rgba(255, 255, 255, 0.81);
}

body .el-message {
    min-width: 240px;
}
body .el-message--success{
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 10px 15px 10px 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.48) 0px 24px 48px -8px, rgba(0, 0, 0, 0.24) 0px 4px 12px -1px, rgba(255, 255, 255, 0.094) 0px 0px 0px 1px;
}
.isDark .el-message--success{
    background: rgb(37, 37, 37);
    color: rgba(255, 255, 255, 0.81);
}

.isDark .el-message--success .el-message__content{
    color: rgba(255, 255, 255, 0.81);
}

.el-dialog {
    border-radius: 10px!important;
}

.el-button{
    height: 32px!important;
    padding: 6px 12px 6px 10px!important;
    border-radius: 6px!important;
    transition: background 20ms ease-in!important;
}

body.isDark .el-button{
    background-color: rgb(37 37 37)!important;
    color:rgba(255, 255, 255, 0.81)!important;
    border: 1px solid rgba(255, 255, 255, 0.13)!important;
}

body.isDark .el-dialog, body.isDark .el-dialog .el-dialog__body {
    background-color: rgb(37 37 37)!important;
}

.el-dialog__headerbtn {
    font-size: 12px!important;
    border-radius: 100%!important;
    background: rgba(255, 255, 255, 0.055)!important;
    padding: 3px!important;
    width: 18px!important;
    height: 18px!important;
    top: 12px!important;
    right: 16px!important;
}

.el-dialog__headerbtn:hover {
    background: rgba(255, 255, 255, 0.03)!important;
}
.el-dialog__headerbtn .el-dialog__close, .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
    color: rgba(255, 255, 255, 0.46)!important;
}

body.isDark .el-dialog .el-dialog__title {
    color: rgba(255, 255, 255, 0.46)!important;
}

.el-dialog__header {
    padding: 7px 20px 13px!important;
}

.el-dialog__footer {
    padding: 12px 20px 12px!important;
}

.el-dialog__title {
    font-size: 12px!important;
    font-style: normal!important;
    line-height: 15px!important;
    font-weight: 500!important;
}

body.isDark .el-dialog .el-dialog__header {
    box-shadow: rgba(255, 255, 255, 0.094) 0px -1px 0px inset!important;
}

body.isDark .el-input__inner {
    background: rgba(255, 255, 255, 0.055)!important;
    border-color: transparent!important;
    box-shadow: rgba(255, 255, 255, 0.075) 0px 0px 0px 1px!important;
    color: rgba(255, 255, 255, 0.81)!important;
}

.el-checkbox{
    font-weight: 400!important;
}

.el-checkbox__label {
    word-break: normal;
    overflow-wrap: break-word;
}

body.isDark .el-input__inner:focus{
    box-shadow: inset 0 0 0 1px #2383e2, 0 0 0 1px #2383e2 !important;
    border: none;
}

.el-radio-button--mini .el-radio-button__inner {
    padding: 7px!important;
}

.sidebarContent .row .rowItem .name {
    text-align: right;
}

.el-radio-button__inner{
    border: none!important;
    box-shadow: rgba(255, 255, 255, 0.094) 0px 0px 0px 1px inset!important;
}
body.isDark .el-radio-group .el-radio-button__inner {
    color: rgba(255, 255, 255, 0.46)!important;
}
body.isDark .el-tabs__nav-wrap::after {
    background-color: transparent!important;
    box-shadow: rgba(255, 255, 255, 0.094) 0px -1px 0px inset!important;
}

body.isDark .el-tree-node:focus>.el-tree-node__content {
    background-color: rgba(255, 255, 255, 0.055);
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #484848!important;
}

.isDark .el-checkbox__input.is-checked+.el-checkbox__label {
    color: rgba(255, 255, 255, 0.46)!important;
}

.outlineTree .el-tree-node > .el-tree-node__children {
    border-left: 1px solid #444;
    padding-left: 10px;
    margin-left: 12px;
}

/*.outlineTree .el-tree-node__content {*/
/*  padding-left: 0!important;*/
/*}*/

.el-message-box {
    border-color: rgba(255, 255, 255, 0.055)!important;
    border-radius: 8px!important;
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI Variable Display, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol;
}
.el-message-box__header {
    padding: 15px 20px!important;
}

.el-message-box__title {
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 590!important;
    line-height: 20px!important;
}

.el-message-box__message p {
    font-size: 14px!important;
    font-style: normal!important;
    line-height: 20px!important;
}

.isDark .el-message-box{
    background-color: rgb(37, 37, 37)!important;
}

.isDark .el-message-box__title{
    color: #fff!important;
}

.isDark .el-message-box__message p {
    color: rgba(255, 255, 255, 0.81)!important;
}