.sidebar {
  color: #fff;
  margin-bottom: 40px; }
  .sidebar .sidebar-block {
    min-height: 700px;
    background-color: #ffffff;
    height: 100%;
    border-right: 1px solid #e6e6e6; }
  .sidebar .active,
  .sidebar .active-single-page {
    background-color: #ed1666 !important; }
  .sidebar .active {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sidebar .sidebar-title,
  .sidebar .single-sidebar-title {
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    background-color: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #808080; }
  .sidebar .single-sidebar-title {
    color: #808080 !important; }
  .sidebar .sidebar-items {
    font-size: 1rem;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6; }
    .sidebar .sidebar-items.submenu {
      background-color: #dbf1f3 !important; }
    .sidebar .sidebar-items.submenu a {
      color: #4dbac2 !important; }
    .sidebar .sidebar-items.submenu a:hover {
      color: #4dbac2 !important; }
    .sidebar .sidebar-items a {
      padding-top: 1rem;
      padding-bottom: 1rem;
      color: #808080;
      text-decoration: none;
      display: block;
      width: 100%; }
    .sidebar .sidebar-items a:hover {
      color: white !important; }
    .sidebar .sidebar-items:hover {
      background-color: #ed1666;
      color: white !important; }

@media screen and (max-width: 992px) {
  .sidebar .sidebar-block {
    min-height: unset; } }

/*# sourceMappingURL=sidebar.css.map */
