.modal-question__wrap {
  height: 100%;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 35px;
  padding: 20px 40px;

  font-size: 18px;

  background-color: var(--theme-hack-bg-color, #f9f9f9);

  .mat-icon {
    cursor: pointer;
  }
}

.block-center {
  justify-content: center;
}

.modal-elements-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;

  p {
    margin: 0;
    line-height: var(--default-line-height);
  }
}

.single-ok {
  display: flex;
  justify-content: center;

  button {
    background-color: var(--color-gray-eee);
  }
}

.mat-dialog-actions {
  justify-content: flex-end;
  margin-bottom: -15px;

  &.block-center {
    justify-content: center;
  }

  &.margin-45 {
    margin-bottom: 45px;
  }

  button {
    color: var(--color-gray-fff);
    background-color: var(--accent-color-bg);
    border: 1px solid #005df4;
    border-radius: 5px;

    &.no-btn {
      color: #005df4;
      background-color: transparent;
    }
  }
}

::ng-deep .mat-progress-spinner circle {
  stroke: #000;
}

::ng-deep .long-request-spinner__wrapper {
  display: flex;
  justify-content: center;
}
