.sideBarMain {
  width: 276px;
  min-width: 276px;
  height: 100%; }
  .sideBarMain .sideBarMainFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 276px;
    min-width: 276px;
    z-index: 2; }
  .sideBarMain__logo {
    padding: 33px 0; }
  .sideBarMain__exit {
    position: relative;
    margin-top: 50px;
    left: 0;
    padding: 22px 12px 22px 22px; }
    .sideBarMain__exit a {
      text-decoration: none;
      color: white; }
  .sideBarMain__list {
    overflow-y: auto; }
    .sideBarMain__list::-webkit-scrollbar {
      width: 10px; }
    .sideBarMain__list::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .sideBarMain__list::-webkit-scrollbar-thumb {
      background: #888; }
    .sideBarMain__list::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .sideBarMain__list ul {
      padding: 0;
      list-style: none; }
      .sideBarMain__list ul li {
        padding: 22px 12px 22px 22px;
        cursor: pointer; }
        .sideBarMain__list ul li:hover {
          background: rgba(211, 64, 81, 0.2); }
        .sideBarMain__list ul li.active {
          background: rgba(211, 64, 81, 0.2);
          position: relative; }
          .sideBarMain__list ul li.active:after {
            background: #D34051;
            border-radius: 5px 5px 0 0;
            content: "";
            position: absolute;
            left: -28px;
            bottom: 0;
            top: 30px;
            width: 66px;
            max-height: 8px;
            transform: rotate(90deg); }
        .sideBarMain__list ul li a {
          color: white;
          text-decoration: none;
          width: 100%;
          height: 100%; }
  .sideBarMain__list-img {
    margin-right: 10px; }
    .sideBarMain__list-img img {
      width: 17px; }

/*# sourceMappingURL=sideBar.css.map */
