.mat-dialog-actions {
  padding-bottom: 25px;
}

.content-header {
  display: flex;
  align-items: center;

  min-height: 50px;
  margin-bottom: 25px;
  padding: 0 20px;

  font-size: 18px;

  background-color: var(--theme-hack-bg-color, #f9f9f9);
  border-bottom: 1px solid #c5c5c5;
}

.content-footer {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;

  min-height: 50px;
  padding: 0 20px;

  background-color: var(--theme-hack-bg-color, #f9f9f9);
  border-top: 1px solid #c5c5c5;
}

.content-body {
  overflow: auto;
  min-height: 150px;
  max-height: 60vh;
  padding: 0 38px;
}

:host ::ng-deep {
  .mat-progress-bar .mat-progress-bar-fill::after {
    background-color: var(--color-href);
  }
}

::ng-deep {
  .modal-alert {
    mat-dialog-container {
      padding: 0;
    }
  }
}
