:root {

    --theme-r: 36;
    --theme-g: 102;
    --theme-b: 66;
    --theme-rgb: rgb(var(--theme-r), var(--theme-g), var(--theme-b));

    --theme-color: #246642;
    --secondary-color: #418761 ;
    --theme-color--light: #08bc01 ;
    /* rgb(
            calc(var(--theme-r) + 30),
            calc(var(--theme-g) + 30),
            calc(var(--theme-b) + 30)
    ) */

}

.header{
    /*background-color: #07c4a8;*/
    background-color: rgb(36, 102, 66);
}
.login-wrap{
    background: rgba(56, 157, 170, 0.82);;
}
.plugins-tips{
    background: #f2f2f2;
}
.plugins-tips a{
    color: #00d1b2;
}
.el-upload--text em {
    color: #00d1b2;
}
.pure-button{
    background: #00d1b2;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #00d1b2 !important;
    border-color: #00d1b2 !important;
}
.tags-li.active {
    border: 1px solid #00d1b2;
    background-color: #00d1b2;
}
.collapse-btn:hover{
    background: #00d1b2;
}