@import '../../../../assets/css/variables.scss';

mat-icon {
  font-size: 21px;
  &.neutral {
    color: $light-accent;
  }
}

.mat-icon-button {
  height: 30px;
  width: 30px;
  line-height: 24px;
}

/deep/ div.cdk-overlay-pane {
  margin: 0;
  max-width: calc(100vw * 0.55);
  min-height: 50px;
  max-height: calc(100vh * 0.5);
  @media(max-width: $screen-xs-max) {
    left: 20px !important;
    max-width: calc(100vw * 0.70);
  }

  @media(min-width: $screen-lg) {
    max-width: calc(100vw * 0.4);
  }
}

/deep/ div.cdk-overlay-pane div {
  div.mat-menu-content {
    max-height: 300px;
    overflow: auto;
    background-color: white;
  }
}

.info {
  margin: 0px 10px 10px 10px;
  text-align: left;
}