/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */
 .navbar { padding-top: 0; }
 .navbar-bg { height: 60px; background: linear-gradient(45deg, #5CADE0, #3162AC); }
 .sidebar-brand { background-color: #f0f0f0; }
 .sidebar-brand a img{ height: 50px; }
 .sidebar-brand.sidebar-brand-sm a img{ height: 40px; }
 .sidebar-menu { padding-top: 40px; }
 .card { border-radius: 10px; border: 1px solid #d1d1d1; }
 .card .card-header h4 { font-size: 1.5em; }
 .card .card-footer { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
 .card h4 i{ display: none; }
 body {
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Nunito', 'Segoe UI', arial;
  color: #6c757d; 
}
.section{ margin-top: 20px; margin-bottom: 20px; }

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
  box-shadow: none;
  background-color: transparent !important;
  color: #fff; 
}

.section .section-header {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
}

.section .section-header i{
  display: none;
}

.wizard-step.wizard-step-light {
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  margin: 0;
}

.section .section-title:before { display: none; }
.section .section-lead { margin-left: 0; }
.section-header-breadcrumb div{ display: none; }

.section-title .btn i{ display: none; }

/*# sourceMappingURL=custom.css.map */
