.more-menu-item {
  display: flex;
  flex-flow: row nowrap;
}

.checklist-button {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  padding-right: 6px;
}

.mass-management-panel {
  position: relative;

  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;

  width: auto;
  height: 40px;
  padding: 6px 0;

  color: var(--app-bg-color-l1);

  background-color: var(--accent-color-bg);
  border-radius: 5px;

  .caption {
    pointer-events: none;
    user-select: none;

    width: fit-content;
    min-width: 170px;
    padding-left: 24px;

    font-weight: 600;
  }

  .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .close {
    margin-left: auto;
  }
}

.panel-dots {
  font-weight: 900;
  letter-spacing: 3px;
}

:host ::ng-deep .mass-management-panel .mat-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--app-bg-color-l1);
}

button {
  padding: 0 12px;
}
