/*
 * -------------------------------------------------------------------------
 * This file is part of the MindStudio project.
 * Copyright (c) 2025 Huawei Technologies Co.,Ltd.
 *
 * MindStudio is licensed under Mulan PSL v2.
 * You can use this software according to the terms and conditions of the Mulan PSL v2.
 * You may obtain a copy of Mulan PSL v2 at:
 *
 *          http://license.coscl.org.cn/MulanPSL2
 *
 * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
 * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
 * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
 * See the Mulan PSL v2 for more details.
 * -------------------------------------------------------------------------
 */
.theme_dark .h5 {
    color: var(--whiteblue) !important;
}

.theme_dark .left20 {
    color: var(--grey15);
}

.theme_dark .home-tab-children {
    background: var(--grey85);
}

.theme_dark .legend-tooltip {
    background: var(--grey90);
    color: var(--grey0);
    margin: -12px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 10px;
}

.theme_dark .common-title-bottom {
    color: var(--whiteblue) !important;
}

.theme_dark .tan-box > div > .bottomC, .theme_dark .tan-box > div {
    background: none;
}

.theme_dark .container-header {
    background: var(--grey70);
}