.skin-yellow .sidebar-menu .treeview-menu > li.subactive > a:after {
    background-color: #03C780;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Sans SC", sans-serif !important;
}

body {
    font-family: "Noto Sans SC", sans-serif !important;
}

.form-control {
    font-family: "Noto Sans SC", sans-serif !important;
}

.ui-widget {
    font-family:  "Noto Sans SC", sans-serif !important;
   
}

.highcharts-container,
.highcharts-container text {
    font-family:  "Noto Sans SC", sans-serif !important;
}

.general_title_green {
    font-family:  "Noto Sans SC", sans-serif !important;
}

.my-select{
	
	font-family: "Noto Sans SC", sans-serif !important;
}

/* Force font on ALL form elements */
input,
select,
textarea,
button,
.form-control,
.custom-select {
    font-family: "Noto Sans SC", sans-serif !important;
}

/* Firefox specific fix */
@-moz-document url-prefix() {
    select,
    option {
        font-family: "Noto Sans SC", sans-serif !important;
    }
}


.tooltip {
    font-family: 'Noto Sans SC', sans-serif !important;
}

.tooltip-inner {
    font-family: 'Noto Sans SC', sans-serif !important;
}

:root {
    --bs-font-sans-serif: "Noto Sans SC", sans-serif;
}