@import 'modules/app/viewports';

.kanban-mode {
  display: flex;
  gap: 10px;

  .buttons,
  .button {
    margin: 0;
  }
}

.mat-form-field {
  width: 100%;
  font-size: 14px;
  color: #333f4f;

  &.border {
    padding: 4px 10px;
    border: 1px solid #939393;
    border-radius: 4px;
  }
}

.textarea {
  resize: none;

  overflow: visible;

  box-sizing: content-box;
  min-height: 20px;
  margin-top: 1px;

  &::placeholder {
    color: var(--wiki-placeholder-color);
  }
}

.text-area-wrapper {
  display: flex;
}

::ng-deep .cmf-task-find .mat-form-field-infix {
  padding: 0.25em;
}

::ng-deep .app-cmf-task-find {
  display: block;
  width: 100%;

  .mat-form-field-wrapper {
    padding-bottom: 0;
  }

  .mat-form-field-underline {
    display: none !important;
  }

  .mat-form-field-flex {
    // border-bottom: 2px solid #9f9f9f;
  }
}

.find-icon {
  cursor: pointer;
  height: 0;
}

.recent:nth-child(-n + 6) {
  font-weight: 600;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.button {
  height: 36px;
  margin-right: 10px;
}

.color-button {
  color: var(--color-gray-fff);
  background-color: var(--accent-color-bg);

  &.disabled {
    color: var(--color-gray-222);
    opacity: 0.5;
    background-color: var(--app-bg-color-l3);
    border: none;
  }
}

.option-code {
  color: var(--color-gray-888);
}
