@import 'modules/app/viewports';

.project-module {
  position: absolute;
  inset: 55px 0 0;

  overflow: hidden;
  display: block;

  @media screen and (width <= 1590px) {
    top: 85px;
  }
}

.project-content {
  @include viewport-laptop {
    margin: 21px 0 0;
  }

  @include viewport-mobile {
    margin: 21px 0 0;
  }

  margin: 21px 0 0 30px;
}

.active-list-item {
  text-decoration: dashed underline;
}

.buttons-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  margin: 15px 0;
  padding-right: 30px;

  .button-left {
    height: 24px !important;
    line-height: 24px !important;
  }
}

.mat-drawer-container {
  height: 100%;
  background-color: transparent;
}

.mat-sidenav-content {
  // fix overflow для всплывающих окон типа будильника
  // padding-bottom: 100px;
  height: 100%;
}

.mat-drawer-content {
  z-index: 50;
  overflow: hidden;
}

.mat-sidenav {
  // border-right: solid 4px #555;
}

.mat-sidenav ngx-simplebar {
  // height: calc(100vh - 81px);
  width: 350px;
}

.mat-sidenav-content {
  ngx-simplebar {
    // height: calc(100vh - 77px);
  }

  .mat-drawer {
    z-index: 10;
  }
}

.item-desk {
  overflow: auto;
  height: 100%;
}

// .router-wrapp {
//     padding: 20px;
// }

.root-tree {
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 100px);

  display: flex;
  flex-direction: column;

  .root-tree-text {
    margin-top: -25px;
    color: #bcbcbc;
  }
}
