/* ------------------ Sidebar ----------------- */

#sidebar_first {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}

/* collapsed sidebar styles */
@media (max-width: 47.9em) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  .sidebar_first {
    padding-top: 0;
  }
}
