.text-dark-blue,
.text-dark-blue:link,
.text-dark-blue:visited,
.text-dark-blue:hover,
.text-dark-blue:active{
    color: #184392;
    text-decoration: none;
}
.text-grey,
.text-grey:link,
.text-grey:visited,
.text-grey:hover,
.text-grey:active{
    color: #1B0F34;
    text-decoration: none;
}
.nav-setting{
    background-color: #f6f6f6;
    border-bottom: 1px solid #dee2e6 !important;
}
.statistic-view{
    color: #000;
}
.statistic-view .fa-user{
    color: #aeaeae;
}
.statistic-view .text-views{
    color: #1f8ff2;
}

.font-size-setting{
    background-color: #d5d5d5;
}
.fa-search{
    color: #ee8333;
}
.logo-nav{
    background-color: #fff;
    box-shadow: 1px 3px 7px 0px #ebebeb;
}

.home-btn{
    background: #1f8ff2;
    color: #fff !important;
}

.block-about{
    background-color: #fff;
}
.block-news{
    background-color: #f6f6f6;
}
.tab-content{
    color: #212529;
}
.circle-common-link.icon-common-link{
    background-color: var(--bg-color, #000000);
}
.block-footer{
    background-color: #184392;
}
.icon-color{
    color: #1f8ff2;
}
/* .document-item:hover{
    background-color: #20202026;
} */
.document-item:not(:first-child){    
    border-top: 1px solid #20202026;
}
.download-text{
    white-space: nowrap;
    color: #1f90f2bf;
}
.logo-title{
    color: black;
}
.download-btn{
    background-color: #F2710F !important;
    color: #fff !important;
}
.search-btn{
    background-color: #F2710F !important;
    color: #fff !important;
}
.search-btn .fa-search{
    color: #fff !important;
}
.breadcrumb-item.active{
    color: #0E8FF2 !important;
}
.breadcrumb-item a{
    color: #000000 !important;
}

.visitor-counter{
    color: #808080;
}