

html.light-theme .sidebar-wrapper .metismenu .mm-active>a,
html.light-theme .sidebar-wrapper .metismenu a:active,
html.light-theme .sidebar-wrapper .metismenu a:focus,
html.light-theme .sidebar-wrapper .metismenu a:hover {
    color: #fff !important;
  text-decoration: none;
  background-color: rgb(17, 70, 255);
  border-left: 4px solid #3461ff;
  box-shadow: none;
}

html.light-theme .sidebar-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

html.light-theme .sidebar-wrapper .sidebar-header {
    background-color: #ffffff;
}

html.light-theme .top-header .navbar {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

html.light-theme .top-header .navbar .searchbar .form-control {
    background-color: #f9fafb;
}


html.light-theme .top-header .navbar .searchbar .form-control:focus {
    background-color: #ffffff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

html.light-theme .sidebar-wrapper .metismenu .main-menu {
  color: #000 !important;
  text-decoration: none;
  background-color: rgb(52 97 255 / 10%);
  border: 2px solid #000 !important;
  box-shadow: none;
  font-size: 20px !important;
}

html.light-theme .sidebar-wrapper .metismenu .menu2 {
    background: #fe7520 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
}

html.light-theme .sidebar-wrapper .metismenu .menu2:hover {
    background: #d8a62c !important;
}
