@import './../cmf-sdesk-mixins';

.clients-header,
.clients-content {
  margin-top: 20px;
  margin-right: 24px;
}

.clients-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;

  .h1 {
    margin-right: auto;
    font: var(--default-font-h1);
  }

  .buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: flex-end;

    height: 36px;
  }
}

.open-settings-button {
  @include sdesk-open-settings-button;
}

.icon {
  @include sdesk-icon;
}

.settings-btn {
  cursor: default;
  color: rgb(0 0 0 / 38%);
}
