/* ============================================================
   ContMS Theme: Default (Metronic Blue)
   Blue primary + Dark sidebar
   ============================================================ */
:root {
    --kt-primary:           #1b84ff;
    --kt-primary-light:     rgba(27, 132, 255, 0.1);
    --kt-primary-active:    #056ee9;

    --kt-sidebar-bg:        #1e2129;
    --kt-sidebar-text:      #9d9da6;
    --kt-sidebar-heading:   #636674;
    --kt-sidebar-active-bg: rgba(27, 132, 255, 0.15);
    --kt-sidebar-active-text: #ffffff;
    --kt-sidebar-hover-bg:  rgba(255, 255, 255, 0.04);
    --kt-sidebar-border:    rgba(255, 255, 255, 0.07);
    --kt-sidebar-logo-color: #ffffff;

    --kt-header-bg:         #ffffff;
    --kt-body-bg:           #f5f8fa;
}
