.sidenav-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sidenav-menu {
  width: 20%;
  background: #40444a;
}

.sidenav-content {
  margin-left: 21%;
}

.mat-pseudo-checkbox {
  visibility: hidden;
}

.mat-list-option[aria-selected=true]:active {
  background: #5C9DB0;
}
.mat-list-option[aria-selected=true]:active.blue {
  background: #3f51b5;
}
.mat-list-option[aria-selected=true]:active.red {
  background: red;
}

.mat-list-text {
  color: white;
  font-size: 14px;
}

.menu-button-group button {
  display: flex;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-left: 5%;
}

.mat-list-base .mat-list-item .mat-list-icon, .mat-list-base .mat-list-option .side-nav-icon.mat-list-icon {
  flex-shrink: 0;
  height: 24px;
  width: 20px;
  font-size: 16px;
  box-sizing: content-box;
  padding: 4px;
}

@media screen and (max-width: 1024px) {
  .sidenav-menu {
    width: 180px;
  }

  .mat-list-base .mat-list-option {
    font-size: 12px;
  }
}