.c-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 300px;
  margin-left: -256px;
  flex: 0 0 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: -1;
  order: -1;
  width: 300px;
  padding: 0;
  box-shadow: none;
  color: #fff;
  background: #fff; }
  .c-sidebar.c-sidebar-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
    margin-left: 0; }
  .c-sidebar .c-sidebar-brand {
    color: #fff;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    padding: 0 0 0 3rem;
    height: 56px; }
  .c-sidebar .c-sidebar-minimizer {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    -ms-flex-pack: end;
    width: inherit;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    color: #a0a0a0;
    padding: 0 0 0 3rem; }
    .c-sidebar .c-sidebar-minimizer:focus {
      outline: 0; }
  .c-sidebar .c-sidebar-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    height: 90%; }
    .c-sidebar .c-sidebar-nav .c-sidebar-nav-title {
      color: #1d1d1d;
      padding: 0 1rem;
      font-weight: 700;
      text-transform: uppercase;
      transition: .3s;
      /* border-top: 1px solid #3b9fff; */
      font-size: 1rem;
      background: #f8f9fa; }
    .c-sidebar .c-sidebar-nav .c-sidebar-nav-item {
      width: inherit; }
      .c-sidebar .c-sidebar-nav .c-sidebar-nav-item .c-sidebar-nav-link {
        color: #4c4c4c;
        background: 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-align: center;
        align-items: center;
        padding: .1rem 0 0.5rem 3rem;
        text-decoration: none;
        white-space: nowrap; }
        .c-sidebar .c-sidebar-nav .c-sidebar-nav-item .c-sidebar-nav-link.active {
          color: #fff; }
    .c-sidebar .c-sidebar-nav .c-sidebar-nav-divider {
      height: 10px;
      transition: height .3s; }

@media (hover: hover) {
  .c-sidebar .c-sidebar-nav-link:hover {
    color: #fff;
    background: #8a3900; } }
@media (max-width: 768px) {
  .c-sidebar {
    display: none;
    width: 100%;
    background: #fff !important; }

  .c-app .c-wrapper.with-left-sidebar {
    margin-left: 0; }

  .display-4 {
    font-size: 1.5rem !important; } }

/*# sourceMappingURL=sidebar.css.map */
