//@import '../../cvs-variables';
//@import '../../../globals';
//
//.pds-nav-list {
//  &.mat-nav-list {
//    .mat-list-item {
//      height: 40px;
//      background-color: $gray-0;
//      font-size: rem-calc(14px);
//
//      &:hover:not(.is-selected, .disabled-item) {
//        box-shadow: rem-calc(4px) 0 0 $gray inset;
//        background: $gray-2;
//      }
//
//      &.is-selected:not(.disabled-item) {
//        color: $red-med;
//        background-color: $gray-3;
//        box-shadow: rem-calc(4px) 0 0 $red-med inset;
//
//        &:hover {
//          background: $gray-3;
//        }
//
//        .mat-list-item-content {
//          .mat-list-text {
//            .mat-line {
//              font-weight: 800;
//            }
//          }
//        }
//      }
//
//      &.disabled-item {
//        &:hover {
//          background: $gray-0;
//          cursor: not-allowed;
//        }
//
//        .mat-list-item-content {
//          .mat-list-text {
//            color: $gray;
//
//            a {
//              &:hover {
//                cursor: not-allowed;
//              }
//            }
//          }
//        }
//      }
//
//      .mat-list-item-ripple.mat-ripple {
//        display: none;
//      }
//    }
//
//    // Expansion Panel
//
//    .mat-expansion-panel {
//      background-color: $gray-0;
//      font-size: 14px;
//      box-shadow: none;
//      border-radius: 0;
//      transition: margin 225ms cubic-bezier(.4,0,.2,1),box-shadow 0ms;
//
//      &.mat-expanded {
//        background-color: $gray-2;
//        box-shadow: rem-calc(4px) 0 0 $gray inset, 0 rem-calc(2px) rem-calc(2px) 0 rgba(188,188,188,.5) inset;
//        animation: none;
//
//        &.has-child-selected {
//          box-shadow: rem-calc(4px) 0 0 $red-med inset, 0 rem-calc(2px) rem-calc(2px) 0 rgba(188,188,188,.5) inset;
//        }
//
//        .mat-expansion-panel-header {
//          box-shadow: inherit;
//
//          &:hover {
//            box-shadow: inherit;
//          }
//
//          .mat-content {
//            .mat-expansion-panel-header-description {
//              font-weight: 600;
//            }
//          }
//        }
//
//        .mat-expansion-panel-content {
//          .mat-expansion-panel-body {
//            padding: 0 0;
//
//            .mat-accordion {
//              a {
//                display: block;
//                padding: 10px 24px;
//              }
//
//              .is-child-selected {
//                color: $red-med;
//                font-weight: 700;
//              }
//
//              .disabled-sub-item {
//                color: $gray;
//              }
//
//              &:hover {
//                background-color: $gray-3;
//                box-shadow: 0.2857142857rem 0 0 $red-med inset;
//              }
//            }
//          }
//        }
//      }
//
//      &.disabled-expansion-panel {
//        pointer-events: none;
//
//        .mat-expansion-panel-header {
//          .mat-content {
//            .mat-expansion-panel-header-description {
//              color: $gray;
//            }
//          }
//          .mat-expansion-indicator::after {
//            color: #a8a8a8;
//          }
//        }
//      }
//
//      .mat-expansion-panel-header {
//        padding: 11px 16px;
//        height: 100% !important;
//
//        &:hover {
//          box-shadow: rem-calc(4px) 0 0 $gray inset;
//        }
//
//        .mat-content {
//          .mat-expansion-panel-header-description {
//            color: $black;
//            font-size: 14px;
//          }
//        }
//      }
//    }
//  }
//}
