/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
/** Imports all theming-related SASS files. */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
/** Imports all theming-related SASS files. */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
.propertyPaneGroupHeader {
  background: transparent;
  border-color: "[theme:neutralLight, default: #edebe9]" transparent transparent transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  line-height: 44px;
  height: 44px;
  width: 100%;
  padding: 0 20px;
}
.propertyPaneGroupHeader:last-of-type:not(:focus) {
  border-bottom-color: "[theme:neutralLight, default: #edebe9]";
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.propertyPaneGroupHeader:last-of-type:not(:focus).propertyPaneGroupExpanded {
  border-bottom: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.propertyPaneGroupHeader:focus {
  outline: none;
  border-width: 1px;
  border-color: "[theme:neutralSecondary, default: #605e5c]";
  border-style: solid;
}
.propertyPaneGroupHeader:focus + .propertyPaneGroupHeader {
  border-top: transparent;
  border-top-style: solid;
  border-top-width: 1px;
}
.propertyPaneGroupHeader:hover {
  background: "[theme:neutralLighter, default: #f3f2f1]";
}
:global(.spDeThemeContentPanel) .propertyPaneGroupHeader {
  border-color: var(--colorNeutralBackground1Selected) transparent transparent transparent;
}
:global(.spDeThemeContentPanel) .propertyPaneGroupHeader:last-of-type:not(:focus) {
  border-bottom-color: var(--colorNeutralBackground1Selected);
}
:global(.spDeThemeContentPanel) .propertyPaneGroupHeader:focus {
  border-color: var(--colorNeutralForeground2);
}
:global(.spDeThemeContentPanel) .propertyPaneGroupHeader:hover {
  background-color: var(--colorNeutralBackground1Hover);
}

.highContrastFocusState:focus {
  outline: inherit;
  border: inherit;
  border-color: inherit;
  border-style: inherit;
}
.highContrastFocusState:focus::-moz-focus-inner {
  border: 0;
}
.highContrastFocusState:focus {
  outline: transparent;
  position: relative;
}
.highContrastFocusState:focus::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  pointer-events: none;
  border: 2px solid "[theme:neutralSecondary, default: #605e5c]";
}
:global(.spDeThemeContentPanel) .highContrastFocusState:focus::-moz-focus-inner {
  border: 0;
}
:global(.spDeThemeContentPanel) .highContrastFocusState:focus {
  outline: transparent;
  position: relative;
}
:global(.spDeThemeContentPanel) .highContrastFocusState:focus::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  pointer-events: none;
  border: 2px solid var(--colorNeutralForeground2);
}

.propertyPaneGroup:last-child .propertyPaneGroupHeader {
  border-bottom-color: "[theme:neutralLighter, default: #f3f2f1]";
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
:global(.spDeThemeContentPanel) .propertyPaneGroup:last-child .propertyPaneGroupHeader {
  border-bottom-color: var(--colorNeutralBackground1Hover);
}

.propertyPaneGroupExpanded {
  border-bottom: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.propertyPaneGroupHeaderText {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.propertyPaneGroupHeaderIcon {
  color: "[theme:neutralSecondary, default: #605e5c]";
  font-size: 14px;
  line-height: 42px;
  position: relative;
}
[dir=ltr] .propertyPaneGroupHeaderIcon {
  float: right;
}
[dir=rtl] .propertyPaneGroupHeaderIcon {
  float: left;
}
:global(.spDeThemeContentPanel) .propertyPaneGroupHeaderIcon {
  color: var(--colorNeutralForeground2);
}

.propertyPaneGroupHeaderNoAccordion {
  height: 40px;
  line-height: 40px;
  padding-top: 4px;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}
[dir=ltr] .propertyPaneGroupHeaderNoAccordion {
  padding-right: 0;
}
[dir=rtl] .propertyPaneGroupHeaderNoAccordion {
  padding-left: 0;
}
[dir=ltr] .propertyPaneGroupHeaderNoAccordion {
  padding-left: 20px;
}
[dir=rtl] .propertyPaneGroupHeaderNoAccordion {
  padding-right: 20px;
}

.propertyPaneGroupHeaderNoAccordion,
.propertyPaneGroupHeader {
  font-size: 16px;
  font-weight: 400;
  color: "[theme:neutralPrimary, default: #323130]";
}
[dir=ltr] .propertyPaneGroupHeaderNoAccordion,
[dir=ltr] .propertyPaneGroupHeader {
  text-align: left;
}
[dir=rtl] .propertyPaneGroupHeaderNoAccordion,
[dir=rtl] .propertyPaneGroupHeader {
  text-align: right;
}
:global(.spDeThemeContentPanel) .propertyPaneGroupHeaderNoAccordion,
:global(.spDeThemeContentPanel) .propertyPaneGroupHeader {
  color: var(--colorNeutralForeground1);
}

.propertyPaneGroupContent {
  padding: 0 20px 24px 20px;
}
:global(.propertyPaneCopilotPane) .propertyPaneGroupContent {
  padding-left: 0;
}

.propertyPaneGroupContent h2 {
  font-size: 15px;
  color: "[theme:neutralPrimary, default: #323130]";
  font-weight: 600;
  font-weight: normal;
}
:global(.spDeThemeContentPanel) .propertyPaneGroupContent h2 {
  color: var(--colorNeutralForeground1);
}

.propertyPaneChoiceGroupNew :global .ms-Label-overflow {
  overflow: visible;
}
.propertyPaneChoiceGroupNew :global .ms-Label {
  overflow: hidden;
}
.propertyPaneChoiceGroupNew :global .ms-Label-overflow,
.propertyPaneChoiceGroupNew :global .ms-Label {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.propertyPaneChoiceGroupNew :global .ms-ChoiceField--image,
.propertyPaneChoiceGroupNew :global .ms-ChoiceField--icon {
  height: initial;
  width: calc(33.33% - 4px);
}
.propertyPaneChoiceGroupNew :global .ms-ChoiceField--image .ms-ChoiceField-field,
.propertyPaneChoiceGroupNew :global .ms-ChoiceField--icon .ms-ChoiceField-field {
  min-width: 100%;
  justify-content: unset;
}
.propertyPaneChoiceGroupNew :global .ms-ChoiceField--image .ms-ChoiceField-labelWrapper,
.propertyPaneChoiceGroupNew :global .ms-ChoiceField--icon .ms-ChoiceField-labelWrapper {
  max-width: 92px;
  margin-bottom: 8px;
}
.propertyPaneChoiceGroupNew :global .ms-ChoiceField-wrapper {
  width: 100%;
  height: 100%;
}
.propertyPaneChoiceGroupNew :global .themeableSvgPath {
  fill: "[theme:neutralPrimary, default: #323130]";
}
:global(.spDeThemeContentPanel) .propertyPaneChoiceGroupNew :global .themeableSvgPath {
  fill: var(--colorNeutralForeground1);
}
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
  .propertyPaneChoiceGroupNew :global .themeableSvgPath {
    fill: ButtonText;
  }
}
.propertyPaneChoiceGroupNew :global .themeableSvgStroke {
  stroke: "[theme:neutralPrimary, default: #323130]";
}
:global(.spDeThemeContentPanel) .propertyPaneChoiceGroupNew :global .themeableSvgStroke {
  stroke: var(--colorNeutralForeground1);
}
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
  .propertyPaneChoiceGroupNew :global .themeableSvgStroke {
    stroke: ButtonText;
  }
}
.propertyPaneChoiceGroupNew :global .ms-ChoiceFieldGroup-flexContainer {
  width: 100%;
}

.choiceGroupContainsIconOrImage :global .ms-ChoiceFieldGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.propertyPaneGroupField {
  padding-top: 4px;
  color: "[theme:neutralPrimary, default: #323130]";
  word-wrap: break-word;
}
.propertyPaneGroupField :global a.ms-Link {
  font-size: 14px;
  margin-bottom: 16px;
}
.propertyPaneGroupField :global button.ms-Checkbox {
  max-width: 100%;
}
.propertyPaneGroupField :global button.ms-Toggle-background {
  min-width: 0;
}
.propertyPaneGroupField :global .contrastRatio-overwrite .ms-TextField-fieldGroup:enabled {
  border-color: "[theme:neutralSecondary, default: #605e5c]";
}
.propertyPaneGroupField :global .contrastRatio-overwrite .ms-TextField-fieldGroup:hover[enabled] {
  border-color: "[theme:neutralSecondaryAlt, default: #8a8886]";
}
:global(.spDeThemeContentPanel) .propertyPaneGroupField :global .contrastRatio-overwrite .ms-TextField-fieldGroup:enabled {
  border-color: var(--colorNeutralForeground2);
}
:global(.spDeThemeContentPanel) .propertyPaneGroupField :global .contrastRatio-overwrite .ms-TextField-fieldGroup:hover[enabled] {
  border-color: var(--colorNeutralForeground3);
}
.propertyPaneGroupField h3,
.propertyPaneGroupField h4 {
  padding: 5px 0px;
  display: block;
  margin: 0px;
  color: "[theme:neutralPrimary, default: #323130]";
  font-weight: 600;
}
.propertyPaneGroupField h3 {
  font-size: 20px;
}
.propertyPaneGroupField h4 {
  font-size: 14px;
}
:global(.spDeThemeContentPanel) .propertyPaneGroupField {
  color: var(--colorNeutralForeground1);
}
:global(.spDeThemeContentPanel) .propertyPaneGroupField h3,
:global(.spDeThemeContentPanel) .propertyPaneGroupField h4 {
  color: var(--colorNeutralForeground1);
}

.labelWithTooltipButton {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (-ms-high-contrast: active) {
  .propertyPaneGroupField :global a.ms-Link:hover {
    text-decoration: underline;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .propertyPaneGroupField :global a.ms-Link {
    color: #ffff00;
  }
}
.expandedPropertyPanePropertyPaneChoiceGroup :global .ms-ChoiceField--image,
.expandedPropertyPanePropertyPaneChoiceGroup :global .ms-ChoiceField--icon {
  width: 96px;
}

.propertyPaneGroupFieldReadOnly {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}