/*
  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. */
.alternateFieldsConnectorIconBtn {
  cursor: pointer;
}
[dir=ltr] .alternateFieldsConnectorIconBtn {
  float: right;
}
[dir=rtl] .alternateFieldsConnectorIconBtn {
  float: left;
}
[dir=ltr] .alternateFieldsConnectorIconBtn {
  margin-right: 13px;
}
[dir=rtl] .alternateFieldsConnectorIconBtn {
  margin-left: 13px;
}
[dir=ltr] .alternateFieldsConnectorIconBtn {
  margin-left: 0;
}
[dir=rtl] .alternateFieldsConnectorIconBtn {
  margin-right: 0;
}

.moreIcon {
  color: "[theme:neutralPrimary, default: #323130]";
}
:global(.spDeThemeContentPanel) .moreIcon {
  color: var(--colorNeutralForeground1);
}
.moreIcon :global(.ms-Icon) {
  font-size: 20px;
  font-weight: 700;
}

.callout {
  border-width: 0;
}

.removeConnectionButton {
  position: relative;
  bottom: 0;
}
[dir=ltr] .removeConnectionButton {
  margin-left: 20px;
}
[dir=rtl] .removeConnectionButton {
  margin-right: 20px;
}

.clear {
  clear: both;
}