p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

a {
    font-size: 16px;
}

.card-title {
    font-size: 32px;
}

.header_iner, .footer_part {
    background: #e9ecef;
}

.main_content {
    padding-left: 245px;
    background: #e9ecef !important;
}

.main_content .main_content_iner {
    background: #ffffff;
}

.sidebar #sidebar_menu>li a {
    color: #0f0f0f;
}

.footer_part p {
    color: #474d58;
}


.bg-dark {
    background-color: #363333 !important;
    color: #fff;
    padding: 3px;
    font-size: 18px;
}