/**
 * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
/**
 * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
/*
* Ensure proper alignment of the vue material icons
*/
._material-design-icon_jy9UL {
  display: flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
}
._ncFormBox_hfm4f {
  display: flex;
  flex-direction: column;
  gap: calc(1 * var(--default-grid-baseline));
}
._ncFormBox_hfm4f._ncFormBox_row_aPH49 {
  flex-direction: row;
}
._ncFormBox__item_6Ti-E {
  border-radius: var(--border-radius-small) !important;
}
._ncFormBox_col_RxD6y {
  flex-direction: column;
}
._ncFormBox_col_RxD6y ._ncFormBox__item_6Ti-E:first-child {
  border-start-start-radius: var(--border-radius-element) !important;
  border-start-end-radius: var(--border-radius-element) !important;
}
._ncFormBox_col_RxD6y ._ncFormBox__item_6Ti-E:last-child {
  border-end-start-radius: var(--border-radius-element) !important;
  border-end-end-radius: var(--border-radius-element) !important;
}
._ncFormBox_row_aPH49 {
  flex-direction: row;
}
._ncFormBox_row_aPH49 ._ncFormBox__item_6Ti-E {
  flex: 1 1;
}
._ncFormBox_row_aPH49 ._ncFormBox__item_6Ti-E:first-child {
  border-start-start-radius: var(--border-radius-element) !important;
  border-end-start-radius: var(--border-radius-element) !important;
}
._ncFormBox_row_aPH49 ._ncFormBox__item_6Ti-E:last-child {
  border-end-end-radius: var(--border-radius-element) !important;
  border-start-end-radius: var(--border-radius-element) !important;
}