/***BEGIN Breakpoint.css***/
.bolt-breakpoint {
  pointer-events: none; }

.bolt-breakpoint-container {
  height: 2px; }

.bolt-breakpoint-observation {
  bottom: 0;
  left: 0;
  top: 0; }
/***END Breakpoint.css***/

/***BEGIN Callout.css***/
.bolt-callout {
  background-color: transparent;
  pointer-events: auto; }

/* NOTE: Create a element that overlaps the container by 5000px on all sides.
 * This allows callouts to layout naturally and not be influenced by edges of
 * the window.
 */
.bolt-portal.bolt-layout-relative {
  bottom: -5000px;
  left: -5000px;
  right: -5000px;
  top: -5000px; }

.bolt-light-dismiss {
  pointer-events: auto; }

.bolt-callout-modal {
  background-color: rgba(0, 0, 0, 0.20);
  background-color: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20)); }
  @media (forced-colors: active) {
    .bolt-callout-modal {
      background: transparent; } }

.bolt-callout-content {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--callout-background-color,rgba(255, 255, 255, 1));
  z-index: 1; }

.bolt-callout-shadow {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, .132);
  box-shadow: 0px 6px 12px var(--callout-shadow-color,rgba(0, 0, 0, .132)); }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-callout-shadow {
    box-shadow: none;
    border: 2px solid rgba(0, 120, 212, 1);
    border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-callout-shadow {
    box-shadow: none;
    border: 2px solid rgba(0, 120, 212, 1);
    border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1)); }

.bolt-callout-extra-large {
  width: 800px; }
  @media screen and (max-width: 1023px) {
    .bolt-callout-extra-large {
      max-width: 800px;
      min-width: 80%;
      width: auto; } }

.bolt-callout-large {
  width: 640px; }
  @media screen and (max-width: 1023px) {
    .bolt-callout-large {
      max-width: 640px;
      min-width: 80%;
      width: auto; } }

.bolt-callout-medium {
  width: 480px; }

.bolt-callout-small {
  width: 320px; }

.bolt-callout-auto {
  width: auto; }
/***END Callout.css***/

/***BEGIN FabricIcons.css***/
@font-face {
  font-family: "AzureDevOpsMDL2Assets";
  src: url("Components/Icon/fonts/AzDevMDL2.woff") format("woff"); }

.fabric-icon {
  align-self: center;
  display: inline-flex;
  font-family: "AzureDevOpsMDL2Assets";
  -webkit-font-smoothing: antialiased; }
  .fabric-icon.small {
    font-size: 0.75rem;
    line-height: 0.75rem; }
  .fabric-icon.medium {
    font-size: 1rem;
    line-height: 1rem; }
  .fabric-icon.large {
    font-size: 1.5rem;
    line-height: 1.5rem; }

/**
 * Adjustments to specific icon placements based on their default layout.
 */
.ms-Icon--FabricFolder,
.ms-Icon--FabricFolderFill {
  transform: translateY(1px); }

.ms-Icon--Tag {
  transform: translateY(1px); }

/**
 * Your use of the content in the files referenced here is subject to the terms of the license at https://aka.ms/fabric-assets-license
 */
.ms-Icon--WindowsLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E782"; }

.ms-Icon--Preview:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E8FF"; }

.ms-Icon--ChevronUpSmall:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E96D"; }

.ms-Icon--ChevronDownSmall:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E96E"; }

.ms-Icon--ChevronLeftSmall:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E96F"; }

.ms-Icon--ChevronRightSmall:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E970"; }

.ms-Icon--ChevronUpMed:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E971"; }

.ms-Icon--ChevronDownMed:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E972"; }

.ms-Icon--ChevronLeftMed:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E973"; }

.ms-Icon--ChevronRightMed:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E974"; }

.ms-Icon--PowerBILogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EA1E"; }

.ms-Icon--AzureLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EB6A"; }

.ms-Icon--OfficeLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EB6E"; }

.ms-Icon--SkypeLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EB6F"; }

.ms-Icon--VisualStudioLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EC22"; }

.ms-Icon--MicrosoftLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EC6A"; }

.ms-Icon--YammerLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\ED19"; }

.ms-Icon--AADLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\ED68"; }

.ms-Icon--AccessLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\ED69"; }

.ms-Icon--Dynamics365Logo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EDCC"; }

.ms-Icon--OfflineOneDriveParachute:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EEC8"; }

.ms-Icon--OfflineOneDriveParachuteDisabled:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EEC9"; }

.ms-Icon--ViewAll2:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF56"; }

.ms-Icon--ReceiptCheck:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF5B"; }

.ms-Icon--Lifesaver:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF62"; }

.ms-Icon--ExcelDocument:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF73"; }

.ms-Icon--SkypeCircleCheck:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF7D"; }

.ms-Icon--SkypeCircleMinus:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF7F"; }

.ms-Icon--SkypeMinus:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF82"; }

.ms-Icon--ConnectContacts:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EFD4"; }

.ms-Icon--GiftboxOpen:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F133"; }

.ms-Icon--StatusCircleCheckmark:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F13E"; }

.ms-Icon--ProgressRingDots:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F16A"; }

.ms-Icon--WordLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F1E3"; }

.ms-Icon--ExcelLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F1E5"; }

.ms-Icon--OneNoteLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F1E7"; }

.ms-Icon--OutlookLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F1E9"; }

.ms-Icon--PowerPointLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F1EB"; }

.ms-Icon--TriggerUser:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F24B"; }

.ms-Icon--Build:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F28F"; }

.ms-Icon--BranchCommit:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F293"; }

.ms-Icon--BranchShelveset:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F298"; }

.ms-Icon--Deploy:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F29D"; }

.ms-Icon--VisioLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2A7"; }

.ms-Icon--TaskGroup:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2AE"; }

.ms-Icon--AutoFillTemplate:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F313"; }

.ms-Icon--ParachuteSolid:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F352"; }

.ms-Icon--ReviewRequestSolid:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F356"; }

.ms-Icon--ReviewResponseSolid:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F358"; }

.ms-Icon--FeedbackResponseSolid:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F35B"; }

.ms-Icon--EngineeringGroup:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F362"; }

.ms-Icon--VSTSLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F381"; }

.ms-Icon--TestStep:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F3AC"; }

.ms-Icon--TestParameter:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F3AD"; }

.ms-Icon--TestSuite:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F3AE"; }

.ms-Icon--TestCase:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F3AF"; }

.ms-Icon--AzureKeyVault:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F3B4"; }

.ms-Icon--CRMCustomerInsightsApp:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F3C8"; }

.ms-Icon--DefectSolid:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F449"; }

.ms-Icon--LadybugSolid:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F44A"; }

.ms-Icon--NugetLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F44C"; }

.ms-Icon--TFVCLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F44D"; }

.ms-Icon--ProjectLogo32:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F47E"; }

.ms-Icon--FontColorSwatch:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F4ED"; }

.ms-Icon--BitbucketLogo32:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F5D2"; }

.ms-Icon--GradleLogo32:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F5D4"; }

.ms-Icon--GitLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F65D" !important; }

.ms-Icon--GitHubLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F65E"; }

.ms-Icon--ApacheMavenLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F65F"; }

.ms-Icon--NPMLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F660"; }

.ms-Icon--GitFork:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F661"; }

.ms-Icon--SVNLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F662"; }

.ms-Icon--JenkinsLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F663"; }

.ms-Icon--ExternalGit:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F665"; }

.ms-Icon--QuadColumn:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F66F"; }

.ms-Icon--AuthenticatorApp:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F6B1"; }

.ms-Icon--ButtonControl:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F6C0"; }

.ms-Icon--UserGauge:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F6ED"; }

.ms-Icon--BulletedListText:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F792"; }

.ms-Icon--BulletedListBullet:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F793"; }

.ms-Icon--NumberedListText:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F796"; }

.ms-Icon--NumberedListNumber:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F797"; }

.ms-Icon--RemoveLinkChain:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F79A"; }

.ms-Icon--RemoveLinkX:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F79B"; }

.ms-Icon--FabricTextHighlight:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F79C"; }

.ms-Icon--ClearFormattingA:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F79D"; }

.ms-Icon--ClearFormattingEraser:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F79E"; }

.ms-Icon--Photo2Fill:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F79F"; }

.ms-Icon--IncreaseIndentText:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7A0"; }

.ms-Icon--IncreaseIndentArrow:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7A1"; }

.ms-Icon--DecreaseIndentText:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7A2"; }

.ms-Icon--DecreaseIndentArrow:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7A3"; }

.ms-Icon--CheckListText:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7A8"; }

.ms-Icon--CheckListCheck:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7A9"; }

.ms-Icon--ReleaseGateCheck:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7BF"; }

.ms-Icon--ReleaseGateError:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F7C0"; }

.ms-Icon--SkypeCircleSlash:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F825"; }

.ms-Icon--PythonLogoBlue:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F84D"; }

.ms-Icon--PythonLogoYellow:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F84E"; }

.ms-Icon--RustLanguageLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F84F"; }

.ms-Icon--RubyGemsLogo:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F850"; }

.ms-Icon--DecreaseIndentLegacy:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E290"; }

.ms-Icon--IncreaseIndentLegacy:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E291"; }

.ms-Icon--ImageDiff:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F30B"; }

.ms-Icon--GitGraph:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2CA"; }

.ms-Icon--WordDocument:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF71"; }

.ms-Icon--PowerPointDocument:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\EF72"; }

.ms-Icon--PowerShell:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F1FD"; }

.ms-Icon--FileSQL:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2E7"; }

.ms-Icon--FileASPX:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2E9"; }

.ms-Icon--FileSass:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2EB"; }

.ms-Icon--FileLess:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2EC"; }

.ms-Icon--CSharpLanguage:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2EF"; }

.ms-Icon--CPlusPlusLanguage:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F2F3"; }

.ms-Icon--RowsChild:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F29C"; }

.ms-Icon--FileTypeSolution:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F387"; }

.ms-Icon--FileYML:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\F5DA"; }

.ms-Icon--GripperResize:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E788"; }

.ms-Icon--UngroupList:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E61C"; }

.ms-Icon--BugWarning:before {
  font-family: "AzureDevOpsMDL2Assets";
  content: "\E357"; }
/***END FabricIcons.css***/

/***BEGIN FluentIcons.css***/
@font-face {
  font-family: "FluentFilled";
  src: url("Components/Icon/fonts/fluent-filled-v1.1.201.woff2") format("woff2"); }

@font-face {
  font-family: "FluentRegular";
  src: url("Components/Icon/fonts/fluent-regular-v1.1.201.woff2") format("woff2"); }

span.fluent-icons-enabled {
  display: inline-flex; }

.fluent-icons-enabled {
  /**
    * Adjustments to specific icon placements based on their default layout.
    */
  /**
    * Your use of the content in the files referenced here is subject to the terms of the license at https://aka.ms/fabric-assets-license
    */ }
  .fluent-icons-enabled .fabric-icon {
    align-self: center;
    display: inline-flex;
    -webkit-font-smoothing: antialiased; }
    .fluent-icons-enabled .fabric-icon.small {
      font-size: 0.75rem;
      line-height: 0.75rem; }
    .fluent-icons-enabled .fabric-icon.medium {
      font-size: 1rem;
      line-height: 1rem; }
    .fluent-icons-enabled .fabric-icon.large {
      font-size: 1.5rem;
      line-height: 1.5rem; }
    .fluent-icons-enabled .fabric-icon.bolt-breadcrumb-item-icon {
      font-size: 1rem; }
    .fluent-icons-enabled .fabric-icon.bolt-tab-icon {
      font-size: 1rem;
      line-height: 1rem; }
    .fluent-icons-enabled .fabric-icon:not(.bowtie-icon) {
      font-family: "FluentRegular"; }
  .fluent-icons-enabled .bolt-menuitem-cell-icon .fabric-icon {
    font-size: 1rem; }
  .fluent-icons-enabled .ms-Icon--FabricFolder,
  .fluent-icons-enabled .ms-Icon--FabricFolderFill {
    transform: translateY(1px); }
  .fluent-icons-enabled .ms-Icon--Tag {
    transform: translateY(1px); }
  .fluent-icons-enabled .ms-Icon--Insights:before {
    font-family: "FluentRegular";
    content: "\F4D9"; }
  .fluent-icons-enabled .ms-Icon--GlobalNavButton:before {
    font-family: "FluentRegular";
    content: "\E85F"; }
  .fluent-icons-enabled .ms-Icon--Airplane.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Airplane:before {
    font-family: "FluentRegular";
    content: "\F10F"; }
  .fluent-icons-enabled .ms-Icon--ChevronDown:before {
    font-family: "FluentRegular";
    content: "\F2A2"; }
  .fluent-icons-enabled .ms-Icon--ChevronUp:before {
    font-family: "FluentRegular";
    content: "\F2B5"; }
  .fluent-icons-enabled .ms-Icon--Edit:before {
    font-family: "FluentRegular";
    content: "\F3DC"; }
  .fluent-icons-enabled .ms-Icon--Add:before,
  .fluent-icons-enabled .ms-Icon--CalculatorAddition:before {
    font-family: "FluentRegular";
    content: "\F108"; }
  .fluent-icons-enabled .ms-Icon--Cancel:before {
    font-family: "FluentRegular";
    content: "\F368"; }
  .fluent-icons-enabled .ms-Icon--More:before {
    font-family: "FluentRegular";
    content: "\E823"; }
  .fluent-icons-enabled .ms-Icon--Settings:before {
    font-family: "FluentRegular";
    content: "\F6A8"; }
  .fluent-icons-enabled .ms-Icon--Video:before {
    font-family: "FluentRegular";
    content: "\F84B"; }
  .fluent-icons-enabled .ms-Icon--Mail:before {
    font-family: "FluentRegular";
    content: "\E7A1"; }
  .fluent-icons-enabled .ms-Icon--People:before {
    font-family: "FluentRegular";
    content: "\F5A7"; }
  .fluent-icons-enabled .ms-Icon--Phone:before {
    font-family: "FluentRegular";
    content: "\E26F"; }
  .fluent-icons-enabled .ms-Icon--Pin:before,
  .fluent-icons-enabled .ms-Icon--Pinned:before {
    font-family: "FluentRegular";
    content: "\F600"; }
  .fluent-icons-enabled .ms-Icon--Shop:before {
    font-family: "FluentRegular";
    content: "\F76E"; }
  .fluent-icons-enabled .ms-Icon--Link:before {
    font-family: "FluentRegular";
    content: "\F4E3"; }
  .fluent-icons-enabled .ms-Icon--Filter:before {
    font-family: "FluentRegular";
    content: "\E60A"; }
  .fluent-icons-enabled .ms-Icon--Zoom:before,
  .fluent-icons-enabled .ms-Icon--Search:before {
    font-family: "FluentRegular";
    content: "\EA7C"; }
  .fluent-icons-enabled .ms-Icon--ZoomOut:before {
    font-family: "FluentRegular";
    content: "\EE8F"; }
  .fluent-icons-enabled .ms-Icon--Attach:before {
    font-family: "FluentRegular";
    content: "\F1A8"; }
  .fluent-icons-enabled .ms-Icon--Send:before {
    font-family: "FluentRegular";
    content: "\EA8E"; }
  .fluent-icons-enabled .ms-Icon--FavoriteList:before {
    font-family: "FluentRegular";
    content: "\EBB1"; }
  .fluent-icons-enabled .ms-Icon--Forward:before {
    font-family: "FluentRegular";
    content: "\E0EB"; }
  .fluent-icons-enabled .ms-Icon--Back:before {
    font-family: "FluentRegular";
    content: "\F184"; }
  .fluent-icons-enabled .ms-Icon--Refresh:before {
    font-family: "FluentRegular";
    content: "\E0AA"; }
  .fluent-icons-enabled .ms-Icon--Share:before {
    font-family: "FluentRegular";
    content: "\EAA6"; }
  .fluent-icons-enabled .ms-Icon--Lock:before {
    font-family: "FluentRegular";
    content: "\E78E"; }
  .fluent-icons-enabled .ms-Icon--BlockedSite:before {
    font-family: "FluentRegular";
    content: "\EACC"; }
  .fluent-icons-enabled .ms-Icon--ReportHacked:before {
    font-family: "FluentRegular";
    content: "\EACE"; }
  .fluent-icons-enabled .ms-Icon--EMI:before {
    font-family: "FluentRegular";
    content: "\E20A"; }
  .fluent-icons-enabled .ms-Icon--Blocked:before {
    font-family: "FluentRegular";
    content: "\F618"; }
  .fluent-icons-enabled .ms-Icon--FavoriteStar:before {
    font-family: "FluentRegular";
    content: "\F70E"; }
  .fluent-icons-enabled .ms-Icon--FavoriteStarFill:before {
    font-family: "FluentFilled";
    content: "\F717"; }
  .fluent-icons-enabled .ms-Icon--ReadingMode.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ReadingMode:before {
    font-family: "FluentRegular";
    content: "\F65B"; }
  .fluent-icons-enabled .ms-Icon--Remove:before {
    font-family: "FluentRegular";
    content: "\EBCF"; }
  .fluent-icons-enabled .ms-Icon--CheckboxComposite:before {
    font-family: "FluentRegular";
    content: "\F27C"; }
  .fluent-icons-enabled .ms-Icon--CheckboxCompositeReversed:before {
    font-family: "FluentFilled";
    content: "\F27C"; }
  .fluent-icons-enabled .ms-Icon--CheckMark:before,
  .fluent-icons-enabled .ms-Icon--Accept:before,
  .fluent-icons-enabled .ms-Icon--ReceiptCheck:before,
  .fluent-icons-enabled .ms-Icon--StatusCircleCheckmark:before {
    font-family: "FluentRegular";
    content: "\E305"; }
  .fluent-icons-enabled .ms-Icon--BackToWindow:before {
    font-family: "FluentRegular";
    content: "\F164"; }
  .fluent-icons-enabled .ms-Icon--FullScreen:before {
    font-family: "FluentRegular";
    content: "\F15E"; }
  .fluent-icons-enabled .ms-Icon--Print:before {
    font-family: "FluentRegular";
    content: "\F6FA"; }
  .fluent-icons-enabled .ms-Icon--Up:before {
    font-family: "FluentRegular";
    content: "\F1B4"; }
  .fluent-icons-enabled .ms-Icon--Down:before {
    font-family: "FluentRegular";
    content: "\F147"; }
  .fluent-icons-enabled .ms-Icon--OEM:before {
    font-family: "FluentRegular";
    content: "\F132"; }
  .fluent-icons-enabled .ms-Icon--Delete:before {
    font-family: "FluentRegular";
    content: "\E47B"; }
  .fluent-icons-enabled .ms-Icon--Save:before {
    font-family: "FluentRegular";
    content: "\EA43"; }
  .fluent-icons-enabled .ms-Icon--Flashlight:before {
    font-family: "FluentRegular";
    content: "\E628"; }
  .fluent-icons-enabled .ms-Icon--Sad:before {
    font-family: "FluentRegular";
    content: "\E5D4"; }
  .fluent-icons-enabled .ms-Icon--MultiSelect:before {
    font-family: "FluentRegular";
    content: "\E84B"; }
  .fluent-icons-enabled .ms-Icon--KeyboardClassic:before {
    font-family: "FluentRegular";
    content: "\E74A"; }
  .fluent-icons-enabled .ms-Icon--Play:before {
    font-family: "FluentRegular";
    content: "\E990"; }
  .fluent-icons-enabled .ms-Icon--Pause:before {
    font-family: "FluentRegular";
    content: "\F5A0"; }
  .fluent-icons-enabled .ms-Icon--ChevronLeft:before {
    font-family: "FluentRegular";
    content: "\F2A9"; }
  .fluent-icons-enabled .ms-Icon--ChevronRight:before {
    font-family: "FluentRegular";
    content: "\F2AF"; }
  .fluent-icons-enabled .ms-Icon--Emoji2:before {
    font-family: "FluentRegular";
    content: "\F3DF"; }
  .fluent-icons-enabled .ms-Icon--SearchAndApps.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--SearchAndApps:before {
    font-family: "FluentRegular";
    content: "\F773"; }
  .fluent-icons-enabled .ms-Icon--Globe:before {
    font-family: "FluentRegular";
    content: "\E6B1"; }
  .fluent-icons-enabled .ms-Icon--ContactInfo:before {
    font-family: "FluentRegular";
    content: "\F6D6"; }
  .fluent-icons-enabled .ms-Icon--Unpin:before {
    font-family: "FluentRegular";
    content: "\E985"; }
  .fluent-icons-enabled .ms-Icon--Contact:before {
    font-family: "FluentRegular";
    content: "\F5BC"; }
  .fluent-icons-enabled .ms-Icon--Paste:before {
    font-family: "FluentRegular";
    content: "\E35A"; }
  .fluent-icons-enabled .ms-Icon--Error:before {
    font-family: "FluentRegular";
    content: "\F3F0"; }
  .fluent-icons-enabled .ms-Icon--Unlock:before {
    font-family: "FluentRegular";
    content: "\E794"; }
  .fluent-icons-enabled .ms-Icon--Calendar:before {
    font-family: "FluentRegular";
    content: "\E24D"; }
  .fluent-icons-enabled .ms-Icon--Megaphone:before {
    font-family: "FluentRegular";
    content: "\F536"; }
  .fluent-icons-enabled .ms-Icon--Color:before {
    font-family: "FluentRegular";
    content: "\E3BC"; }
  .fluent-icons-enabled .ms-Icon--SaveAs.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--SaveAs:before {
    font-family: "FluentRegular";
    content: "\EA48"; }
  .fluent-icons-enabled .ms-Icon--Undo:before {
    font-family: "FluentRegular";
    content: "\E126"; }
  .fluent-icons-enabled .ms-Icon--RedEye:before {
    font-family: "FluentRegular";
    content: "\E5F1"; }
  .fluent-icons-enabled .ms-Icon--Warning:before {
    font-family: "FluentRegular";
    content: "\F868"; }
  .fluent-icons-enabled .ms-Icon--ShoppingCart:before {
    font-family: "FluentRegular";
    content: "\E2AB"; }
  .fluent-icons-enabled .ms-Icon--Flag:before {
    font-family: "FluentRegular";
    content: "\F40A"; }
  .fluent-icons-enabled .ms-Icon--Page:before {
    font-family: "FluentRegular";
    content: "\E4D7"; }
  .fluent-icons-enabled .ms-Icon--Car:before {
    font-family: "FluentRegular";
    content: "\F847"; }
  .fluent-icons-enabled .ms-Icon--EatDrink:before {
    font-family: "FluentRegular";
    content: "\E666"; }
  .fluent-icons-enabled .ms-Icon--Home:before {
    font-family: "FluentRegular";
    content: "\E70F"; }
  .fluent-icons-enabled .ms-Icon--SwitcherStartEnd:before {
    font-family: "FluentRegular";
    content: "\F1AB"; }
  .fluent-icons-enabled .ms-Icon--IncidentTriangle:before {
    font-family: "FluentFilled";
    content: "\f880"; }
  .fluent-icons-enabled .ms-Icon--History:before,
  .fluent-icons-enabled .ms-Icon--FullHistory:before {
    font-family: "FluentRegular";
    content: "\E705"; }
  .fluent-icons-enabled .ms-Icon--Work:before {
    font-family: "FluentRegular";
    content: "\E1E9"; }
  .fluent-icons-enabled .ms-Icon--LocationDot.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--LocationDot:before {
    font-family: "FluentFilled";
    content: "\e353"; }
  .fluent-icons-enabled .ms-Icon--Dictionary.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Dictionary:before {
    font-family: "FluentRegular";
    content: "\F8FD"; }
  .fluent-icons-enabled .ms-Icon--RevToggleKey:before {
    font-family: "FluentRegular";
    content: "\F8DD"; }
  .fluent-icons-enabled .ms-Icon--View:before {
    font-family: "FluentRegular";
    content: "\E5F1"; }
  .fluent-icons-enabled .ms-Icon--Previous:before {
    font-family: "FluentRegular";
    content: "\F627"; }
  .fluent-icons-enabled .ms-Icon--Next:before {
    font-family: "FluentRegular";
    content: "\F568"; }
  .fluent-icons-enabled .ms-Icon--Clear:before {
    font-family: "FluentRegular";
    content: "\F368"; }
  .fluent-icons-enabled .ms-Icon--Download:before {
    font-family: "FluentRegular";
    content: "\F14F"; }
  .fluent-icons-enabled .ms-Icon--Help:before {
    font-family: "FluentRegular";
    content: "\F637"; }
  .fluent-icons-enabled .ms-Icon--Upload:before {
    font-family: "FluentRegular";
    content: "\E131"; }
  .fluent-icons-enabled .ms-Icon--Emoji:before {
    font-family: "FluentRegular";
    content: "\E5D1"; }
  .fluent-icons-enabled .ms-Icon--ClosePane:before {
    font-family: "FluentRegular";
    content: "\E8C1"; }
  .fluent-icons-enabled .ms-Icon--OpenPane.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--OpenPane:before {
    font-family: "FluentRegular";
    content: "\E8C4"; }
  .fluent-icons-enabled .ms-Icon--PreviewLink:before {
    font-family: "FluentRegular";
    content: "\F624"; }
  .fluent-icons-enabled .ms-Icon--ZoomIn:before {
    font-family: "FluentRegular";
    content: "\EE8E"; }
  .fluent-icons-enabled .ms-Icon--ViewAll:before {
    font-family: "FluentRegular";
    content: "\E19B"; }
  .fluent-icons-enabled .ms-Icon--Switch.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Switch:before {
    font-family: "FluentRegular";
    content: "\F18D"; }
  .fluent-icons-enabled .ms-Icon--Rename:before {
    font-family: "FluentRegular";
    content: "\F668"; }
  .fluent-icons-enabled .ms-Icon--Import.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Import:before {
    font-family: "FluentRegular";
    content: "\F159"; }
  .fluent-icons-enabled .ms-Icon--Folder:before {
    font-family: "FluentRegular";
    content: "\E643"; }
  .fluent-icons-enabled .ms-Icon--ChromeClose:before {
    font-family: "FluentRegular";
    content: "\F368"; }
  .fluent-icons-enabled .ms-Icon--ShowResults.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ShowResults:before {
    font-family: "FluentRegular";
    content: "\E064"; }
  .fluent-icons-enabled .ms-Icon--PaymentCard:before {
    font-family: "FluentRegular";
    content: "\E8D4"; }
  .fluent-icons-enabled .ms-Icon--Copy:before {
    font-family: "FluentRegular";
    content: "\F32A"; }
  .fluent-icons-enabled .ms-Icon--FontColor:before {
    font-family: "FluentRegular";
    content: "\ECF5"; }
  .fluent-icons-enabled .ms-Icon--Permissions:before {
    font-family: "FluentRegular";
    content: "\E740"; }
  .fluent-icons-enabled .ms-Icon--Italic:before {
    font-family: "FluentRegular";
    content: "\ED36"; }
  .fluent-icons-enabled .ms-Icon--Underline:before {
    font-family: "FluentRegular";
    content: "\ED67"; }
  .fluent-icons-enabled .ms-Icon--Bold:before {
    font-family: "FluentRegular";
    content: "\ECD2"; }
  .fluent-icons-enabled .ms-Icon--Like:before {
    font-family: "FluentRegular";
    content: "\ED78"; }
  .fluent-icons-enabled .ms-Icon--FontSize:before {
    font-family: "FluentRegular";
    content: "\ED10"; }
  .fluent-icons-enabled .ms-Icon--Tag:before {
    font-family: "FluentRegular";
    content: "\EC70"; }
  .fluent-icons-enabled .ms-Icon--Library:before {
    font-family: "FluentRegular";
    content: "\E761"; }
  .fluent-icons-enabled .ms-Icon--BlockContact:before {
    font-family: "FluentRegular";
    content: "\E942"; }
  .fluent-icons-enabled .ms-Icon--AddFriend:before {
    font-family: "FluentRegular";
    content: "\E921"; }
  .fluent-icons-enabled .ms-Icon--BulletedList:before {
    font-family: "FluentRegular";
    content: "\ECD8"; }
  .fluent-icons-enabled .ms-Icon--Chat:before {
    font-family: "FluentRegular";
    content: "\E2E4"; }
  .fluent-icons-enabled .ms-Icon--Group:before {
    font-family: "FluentRegular";
    content: "\F5B7"; }
  .fluent-icons-enabled .ms-Icon--World:before {
    font-family: "FluentRegular";
    content: "\F3D9"; }
  .fluent-icons-enabled .ms-Icon--Comment:before {
    font-family: "FluentRegular";
    content: "\F2FE"; }
  .fluent-icons-enabled .ms-Icon--Repair:before {
    font-family: "FluentRegular";
    content: "\EE85"; }
  .fluent-icons-enabled .ms-Icon--Accounts:before {
    font-family: "FluentRegular";
    content: "\F53B"; }
  .fluent-icons-enabled .ms-Icon--Stopwatch:before {
    font-family: "FluentRegular";
    content: "\ED86"; }
  .fluent-icons-enabled .ms-Icon--Clock:before,
  .fluent-icons-enabled .ms-Icon--Recent:before {
    font-family: "FluentRegular";
    content: "\F2DC"; }
  .fluent-icons-enabled .ms-Icon--WorldClock:before {
    font-family: "FluentRegular";
    content: "\E6B4"; }
  .fluent-icons-enabled .ms-Icon--Completed:before {
    font-family: "FluentRegular";
    content: "\F297"; }
  .fluent-icons-enabled .ms-Icon--MiniExpand:before {
    font-family: "FluentRegular";
    content: "\F44F"; }
  .fluent-icons-enabled .ms-Icon--Code:before {
    font-family: "FluentRegular";
    content: "\EE90"; }
  .fluent-icons-enabled .ms-Icon--Streaming.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Streaming:before {
    font-family: "FluentRegular";
    content: "\F4F0"; }
  .fluent-icons-enabled .ms-Icon--LightningBolt:before {
    font-family: "FluentRegular";
    content: "\E617"; }
  .fluent-icons-enabled .ms-Icon--Info:before {
    font-family: "FluentRegular";
    content: "\F4A2"; }
  .fluent-icons-enabled .ms-Icon--MediaStorageTower:before {
    font-family: "FluentRegular";
    content: "\f1dd"; }
  .fluent-icons-enabled .ms-Icon--PC1:before {
    font-family: "FluentRegular";
    content: "\F358"; }
  .fluent-icons-enabled .ms-Icon--Reply:before {
    font-family: "FluentRegular";
    content: "\F176"; }
  .fluent-icons-enabled .ms-Icon--Chart:before {
    font-family: "FluentRegular";
    content: "\E45C"; }
  .fluent-icons-enabled .ms-Icon--LockSolid:before {
    font-family: "FluentFilled";
    content: "\e79c"; }
  .fluent-icons-enabled .ms-Icon--DashKey:before {
    font-family: "FluentRegular";
    content: "\EBCF"; }
  .fluent-icons-enabled .ms-Icon--CloudWeather:before {
    font-family: "FluentRegular";
    content: "\E382"; }
  .fluent-icons-enabled .ms-Icon--Cloudy.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Cloudy:before {
    font-family: "FluentRegular";
    content: "\F86E"; }
  .fluent-icons-enabled .ms-Icon--Unknown:before {
    font-family: "FluentRegular";
    content: "\F63C"; }
  .fluent-icons-enabled .ms-Icon--SortLines:before {
    font-family: "FluentRegular";
    content: "\F1AD"; }
  .fluent-icons-enabled .ms-Icon--Ribbon:before {
    font-family: "FluentRegular";
    content: "\EA26"; }
  .fluent-icons-enabled .ms-Icon--Assign:before {
    font-family: "FluentRegular";
    content: "\E344"; }
  .fluent-icons-enabled .ms-Icon--FlowChart.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--FlowChart:before {
    font-family: "FluentRegular";
    content: "\E638"; }
  .fluent-icons-enabled .ms-Icon--CheckList.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--CheckList:before {
    font-family: "FluentRegular";
    content: "\EC92"; }
  .fluent-icons-enabled .ms-Icon--Diagnostic.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Diagnostic:before {
    font-family: "FluentRegular";
    content: "\E9E0"; }
  .fluent-icons-enabled .ms-Icon--Equalizer:before {
    font-family: "FluentRegular";
    content: "\F586"; }
  .fluent-icons-enabled .ms-Icon--Processing.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Processing:before {
    font-family: "FluentRegular";
    content: "\f013c"; }
  .fluent-icons-enabled .ms-Icon--WorkFlow.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--WorkFlow:before {
    font-family: "FluentRegular";
    content: "\E0AE"; }
  .fluent-icons-enabled .ms-Icon--Diamond2Solid:before {
    font-family: "FluentFilled";
    content: "\e4c6"; }
  .fluent-icons-enabled .ms-Icon--Teamwork:before {
    font-family: "FluentRegular";
    content: "\F5B7"; }
  .fluent-icons-enabled .ms-Icon--PeopleAdd:before {
    font-family: "FluentRegular";
    content: "\F5AB"; }
  .fluent-icons-enabled .ms-Icon--DateTime2:before {
    font-family: "FluentRegular";
    content: "\E243"; }
  .fluent-icons-enabled .ms-Icon--Shield:before {
    font-family: "FluentRegular";
    content: "\EAC3"; }
  .fluent-icons-enabled .ms-Icon--PageAdd:before {
    font-family: "FluentRegular";
    content: "\E4DA"; }
  .fluent-icons-enabled .ms-Icon--NumberedList:before {
    font-family: "FluentRegular";
    content: "\ED3A"; }
  .fluent-icons-enabled .ms-Icon--MusicInCollectionFill:before {
    font-family: "FluentFilled";
    content: "\e861"; }
  .fluent-icons-enabled .ms-Icon--List:before {
    font-family: "FluentRegular";
    content: "\E779"; }
  .fluent-icons-enabled .ms-Icon--ErrorBadge:before {
    font-family: "FluentRegular";
    content: "\F36C"; }
  .fluent-icons-enabled .ms-Icon--CircleRing:before {
    font-family: "FluentRegular";
    content: "\F2BA"; }
  .fluent-icons-enabled .ms-Icon--CircleFill:before {
    font-family: "FluentFilled";
    content: "\F2BA"; }
  .fluent-icons-enabled .ms-Icon--Lightbulb:before {
    font-family: "FluentRegular";
    content: "\F4D5"; }
  .fluent-icons-enabled .ms-Icon--Puzzle:before {
    font-family: "FluentRegular";
    content: "\E9E8"; }
  .fluent-icons-enabled .ms-Icon--Ringer:before {
    font-family: "FluentRegular";
    content: "\E014"; }
  .fluent-icons-enabled .ms-Icon--PDF:before {
    font-family: "FluentRegular";
    content: "\F3AB"; }
  .fluent-icons-enabled .ms-Icon--StockDown:before {
    font-family: "FluentFilled";
    content: "\EDAA"; }
  .fluent-icons-enabled .ms-Icon--StockUp:before {
    font-family: "FluentFilled";
    content: "\EDA5"; }
  .fluent-icons-enabled .ms-Icon--MSNVideos:before {
    font-family: "FluentRegular";
    content: "\E993"; }
  .fluent-icons-enabled .ms-Icon--Soccer:before {
    font-family: "FluentRegular";
    content: "\EB70"; }
  .fluent-icons-enabled .ms-Icon--CollegeFootball.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--CollegeFootball:before {
    font-family: "FluentRegular";
    content: "\EB68"; }
  .fluent-icons-enabled .ms-Icon--ProFootball.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ProFootball:before {
    font-family: "FluentRegular";
    content: "\EB68"; }
  .fluent-icons-enabled .ms-Icon--Snowflake.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Snowflake:before {
    font-family: "FluentRegular";
    content: "\f89b"; }
  .fluent-icons-enabled .ms-Icon--AirplaneSolid.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--AirplaneSolid:before {
    font-family: "FluentFilled";
    content: "\f10f"; }
  .fluent-icons-enabled .ms-Icon--Heart:before {
    font-family: "FluentRegular";
    content: "\F478"; }
  .fluent-icons-enabled .ms-Icon--HeartFill:before {
    font-family: "FluentFilled";
    content: "\f47c"; }
  .fluent-icons-enabled .ms-Icon--StatusErrorFull:before {
    font-family: "FluentFilled";
    content: "\F36C"; }
  .fluent-icons-enabled .ms-Icon--Certificate:before {
    font-family: "FluentRegular";
    content: "\E539"; }
  .fluent-icons-enabled .ms-Icon--Rewind:before {
    font-family: "FluentRegular";
    content: "\EA1D"; }
  .fluent-icons-enabled .ms-Icon--Photo2:before {
    font-family: "FluentRegular";
    content: "\EF61"; }
  .fluent-icons-enabled .ms-Icon--OpenSource:before {
    font-family: "FluentRegular";
    content: "\E1DD"; }
  .fluent-icons-enabled .ms-Icon--Project.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Project:before {
    font-family: "FluentRegular";
    content: "\EABA"; }
  .fluent-icons-enabled .ms-Icon--CloudDownload:before {
    font-family: "FluentRegular";
    content: "\E38C"; }
  .fluent-icons-enabled .ms-Icon--CityNext:before {
    font-family: "FluentRegular";
    content: "\F2C1"; }
  .fluent-icons-enabled .ms-Icon--Documentation:before {
    font-family: "FluentRegular";
    content: "\E51F"; }
  .fluent-icons-enabled .ms-Icon--Giftbox:before {
    font-family: "FluentRegular";
    content: "\E69B"; }
  .fluent-icons-enabled .ms-Icon--CompletedSolid:before {
    font-family: "FluentFilled";
    content: "\F297"; }
  .fluent-icons-enabled .ms-Icon--CloudUpload:before {
    font-family: "FluentRegular";
    content: "\E392"; }
  .fluent-icons-enabled .ms-Icon--ScrollUpDown:before {
    font-family: "FluentRegular";
    content: "\E32E"; }
  .fluent-icons-enabled .ms-Icon--Tiles:before {
    font-family: "FluentRegular";
    content: "\F071"; }
  .fluent-icons-enabled .ms-Icon--Org:before {
    font-family: "FluentRegular";
    content: "\E89B"; }
  .fluent-icons-enabled .ms-Icon--PartyLeader:before {
    font-family: "FluentRegular";
    content: "\ECA7"; }
  .fluent-icons-enabled .ms-Icon--AppIconDefault:before {
    font-family: "FluentRegular";
    content: "\F132"; }
  .fluent-icons-enabled .ms-Icon--POI:before {
    font-family: "FluentRegular";
    content: "\F4F7"; }
  .fluent-icons-enabled .ms-Icon--AddTo:before,
  .fluent-icons-enabled .ms-Icon--CirclePlus:before {
    font-family: "FluentRegular";
    content: "\E005"; }
  .fluent-icons-enabled .ms-Icon--RadioBtnOff:before {
    font-family: "FluentRegular";
    content: "\F153"; }
  .fluent-icons-enabled .ms-Icon--RadioBtnOn:before {
    font-family: "FluentFilled";
    content: "\F153"; }
  .fluent-icons-enabled .ms-Icon--ExploreContent:before {
    font-family: "FluentRegular";
    content: "\E008"; }
  .fluent-icons-enabled .ms-Icon--Embed:before {
    font-family: "FluentRegular";
    content: "\F339"; }
  .fluent-icons-enabled .ms-Icon--Product:before {
    font-family: "FluentRegular";
    content: "\E1BA"; }
  .fluent-icons-enabled .ms-Icon--ProgressLoopOuter:before {
    font-family: "FluentRegular";
    content: "\f0110"; }
  .fluent-icons-enabled .ms-Icon--Blocked2:before {
    font-family: "FluentRegular";
    content: "\F7A7"; }
  .fluent-icons-enabled .ms-Icon--FangBody:before {
    font-family: "FluentRegular";
    content: "\E04F"; }
  .fluent-icons-enabled .ms-Icon--ChatInviteFriend:before {
    font-family: "FluentRegular";
    content: "\EF51"; }
  .fluent-icons-enabled .ms-Icon--Feedback:before {
    font-family: "FluentRegular";
    content: "\E930"; }
  .fluent-icons-enabled .ms-Icon--SecurityGroup.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--SecurityGroup:before {
    font-family: "FluentRegular";
    content: "\E8FF"; }
  .fluent-icons-enabled .ms-Icon--Table:before {
    font-family: "FluentRegular";
    content: "\EBF4"; }
  .fluent-icons-enabled .ms-Icon--Waffle.medium,
  .fluent-icons-enabled .ms-Icon--WaffleOffice365.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Waffle:before,
  .fluent-icons-enabled .ms-Icon--WaffleOffice365:before {
    font-family: "FluentRegular";
    content: "\E6C4"; }
  .fluent-icons-enabled .ms-Icon--RemoveLink:before {
    font-family: "FluentRegular";
    content: "\E772"; }
  .fluent-icons-enabled .ms-Icon--EditNote.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--EditNote:before {
    font-family: "FluentRegular";
    content: "\E86E"; }
  .fluent-icons-enabled .ms-Icon--DoubleChevronUp:before {
    font-family: "FluentRegular";
    content: "\E32C"; }
  .fluent-icons-enabled .ms-Icon--DoubleChevronLeft:before {
    font-family: "FluentRegular";
    content: "\F285"; }
  .fluent-icons-enabled .ms-Icon--DoubleChevronRight:before {
    font-family: "FluentRegular";
    content: "\F2A7"; }
  .fluent-icons-enabled .ms-Icon--Ascending:before {
    font-family: "FluentRegular";
    content: "\ED5A"; }
  .fluent-icons-enabled .ms-Icon--Descending:before {
    font-family: "FluentRegular";
    content: "\ED5C"; }
  .fluent-icons-enabled .ms-Icon--TextField:before {
    font-family: "FluentRegular";
    content: "\F7DE"; }
  .fluent-icons-enabled .ms-Icon--ClearFormatting:before {
    font-family: "FluentRegular";
    content: "\ECF3"; }
  .fluent-icons-enabled .ms-Icon--Strikethrough:before {
    font-family: "FluentRegular";
    content: "\ED5E"; }
  .fluent-icons-enabled .ms-Icon--Export:before {
    font-family: "FluentRegular";
    content: "\E0C6"; }
  .fluent-icons-enabled .ms-Icon--ExportMirrored:before {
    font-family: "FluentRegular";
    content: "\E0C9"; }
  .fluent-icons-enabled .ms-Icon--DoubleChevronDown:before {
    font-family: "FluentRegular";
    content: "\F284"; }
  .fluent-icons-enabled .ms-Icon--ReplyMirrored:before {
    font-family: "FluentRegular";
    content: "\F8E1"; }
  .fluent-icons-enabled .ms-Icon--AddGroup.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--AddGroup:before {
    font-family: "FluentRegular";
    content: "\E911"; }
  .fluent-icons-enabled .ms-Icon--SortUp:before {
    font-family: "FluentRegular";
    content: "\F1B3"; }
  .fluent-icons-enabled .ms-Icon--SortDown:before {
    font-family: "FluentRegular";
    content: "\F1AC"; }
  .fluent-icons-enabled .ms-Icon--AwayStatus:before {
    font-family: "FluentFilled";
    content: "\f2dc"; }
  .fluent-icons-enabled .ms-Icon--MyMoviesTV:before {
    font-family: "FluentRegular";
    content: "\E82B"; }
  .fluent-icons-enabled .ms-Icon--CPU:before {
    font-family: "FluentRegular";
    content: "\F0D9"; }
  .fluent-icons-enabled .ms-Icon--ContactCard:before {
    font-family: "FluentRegular";
    content: "\F362"; }
  .fluent-icons-enabled .ms-Icon--CustomList:before {
    font-family: "FluentRegular";
    content: "\f01ad"; }
  .fluent-icons-enabled .ms-Icon--TriangleSolidUp12:before {
    font-family: "FluentFilled";
    content: "\EDA4"; }
  .fluent-icons-enabled .ms-Icon--TriangleSolidDown12:before {
    font-family: "FluentFilled";
    content: "\EDA9"; }
  .fluent-icons-enabled .ms-Icon--TriangleSolidRight12:before {
    font-family: "FluentFilled";
    content: "\EDB3"; }
  .fluent-icons-enabled .ms-Icon--TriangleRight12:before {
    font-family: "FluentRegular";
    content: "\EDB3"; }
  .fluent-icons-enabled .ms-Icon--DocumentSet:before {
    font-family: "FluentRegular";
    content: "\F0022"; }
  .fluent-icons-enabled .ms-Icon--ArrowDownRightMirrored8:before {
    font-family: "FluentRegular";
    content: "\F8D1"; }
  .fluent-icons-enabled .ms-Icon--PlayerSettings:before {
    font-family: "FluentRegular";
    content: "\E945"; }
  .fluent-icons-enabled .ms-Icon--EditStyle.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--EditStyle:before {
    font-family: "FluentRegular";
    content: "\F7D9"; }
  .fluent-icons-enabled .ms-Icon--DocumentSearch:before {
    font-family: "FluentRegular";
    content: "\E541"; }
  .fluent-icons-enabled .ms-Icon--Starburst:before {
    font-family: "FluentRegular";
    content: "\F283"; }
  .fluent-icons-enabled .ms-Icon--SkypeCircleMinus:before {
    font-family: "FluentFilled";
    content: "\f7bf"; }
  .fluent-icons-enabled .ms-Icon--Hide2:before {
    font-family: "FluentRegular";
    content: "\E5F4"; }
  .fluent-icons-enabled .ms-Icon--ClearFilter:before {
    font-family: "FluentRegular";
    content: "\E60C"; }
  .fluent-icons-enabled .ms-Icon--TimeEntry.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--TimeEntry:before {
    font-family: "FluentRegular";
    content: "\E559"; }
  .fluent-icons-enabled .ms-Icon--PageEdit:before {
    font-family: "FluentRegular";
    content: "\F385"; }
  .fluent-icons-enabled .ms-Icon--PageArrowRight.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--PageArrowRight:before {
    font-family: "FluentRegular";
    content: "\E4E6"; }
  .fluent-icons-enabled .ms-Icon--Database:before {
    font-family: "FluentRegular";
    content: "\F0D7"; }
  .fluent-icons-enabled .ms-Icon--ActivateOrders:before {
    font-family: "FluentRegular";
    content: "\f011c"; }
  .fluent-icons-enabled .ms-Icon--ZipFolder:before {
    font-family: "FluentRegular";
    content: "\F434"; }
  .fluent-icons-enabled .ms-Icon--Configuration:before {
    font-family: "FluentRegular";
    content: "\F422"; }
  .fluent-icons-enabled .ms-Icon--TextDocument:before {
    font-family: "FluentRegular";
    content: "\EEED"; }
  .fluent-icons-enabled .ms-Icon--Script:before {
    font-family: "FluentRegular";
    content: "\F1DB"; }
  .fluent-icons-enabled .ms-Icon--ActivityFeed:before {
    font-family: "FluentRegular";
    content: "\F8A9"; }
  .fluent-icons-enabled .ms-Icon--CaretSolidDown:before {
    font-family: "FluentFilled";
    content: "\F260"; }
  .fluent-icons-enabled .ms-Icon--FabricFolder:before {
    font-family: "FluentRegular";
    content: "\E643"; }
  .fluent-icons-enabled .ms-Icon--FabricFolderFill:before {
    font-family: "FluentFilled";
    content: "\E650"; }
  .fluent-icons-enabled .ms-Icon--FabricNewFolder:before {
    font-family: "FluentRegular";
    content: "\E645"; }
  .fluent-icons-enabled .ms-Icon--PublishContent.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--PublishContent:before {
    font-family: "FluentRegular";
    content: "\E0CB"; }
  .fluent-icons-enabled .ms-Icon--CannedChat:before {
    font-family: "FluentRegular";
    content: "\E2E4"; }
  .fluent-icons-enabled .ms-Icon--SettingsApp:before {
    font-family: "FluentRegular";
    content: "\F129"; }
  .fluent-icons-enabled .ms-Icon--FolderHorizontal:before {
    font-family: "FluentRegular";
    content: "\E643"; }
  .fluent-icons-enabled .ms-Icon--StatusCircleInner:before {
    font-family: "FluentFilled";
    content: "\F2BA"; }
  .fluent-icons-enabled .ms-Icon--StatusCircleRing:before {
    font-family: "FluentRegular";
    content: "\F2BA"; }
  .fluent-icons-enabled .ms-Icon--StatusCircleErrorX:before {
    font-family: "FluentRegular";
    content: "\F368"; }
  .fluent-icons-enabled .ms-Icon--InfoSolid:before {
    font-family: "FluentFilled";
    content: "\f4a9"; }
  .fluent-icons-enabled .ms-Icon--ScheduleEventAction:before {
    font-family: "FluentRegular";
    content: "\E23F"; }
  .fluent-icons-enabled .ms-Icon--FlameSolid:before {
    font-family: "FluentFilled";
    content: "\EF68"; }
  .fluent-icons-enabled .ms-Icon--ServerProcesses.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ServerProcesses:before {
    font-family: "FluentRegular";
    content: "\EE7D"; }
  .fluent-icons-enabled .ms-Icon--Server:before {
    font-family: "FluentRegular";
    content: "\F1DC"; }
  .fluent-icons-enabled .ms-Icon--SaveAll:before {
    font-family: "FluentRegular";
    content: "\F1D2"; }
  .fluent-icons-enabled .ms-Icon--TwoKeys.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--TwoKeys:before {
    font-family: "FluentRegular";
    content: "\E745"; }
  .fluent-icons-enabled .ms-Icon--GridViewSmall:before {
    font-family: "FluentRegular";
    content: "\EBF4"; }
  .fluent-icons-enabled .ms-Icon--ViewDashboard.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ViewDashboard:before {
    font-family: "FluentRegular";
    content: "\E41A"; }
  .fluent-icons-enabled .ms-Icon--ViewList:before {
    font-family: "FluentRegular";
    content: "\f0191"; }
  .fluent-icons-enabled .ms-Icon--ViewListGroup:before {
    font-family: "FluentRegular";
    content: "\f0193"; }
  .fluent-icons-enabled .ms-Icon--ViewListTree:before {
    font-family: "FluentRegular";
    content: "\f0195"; }
  .fluent-icons-enabled .ms-Icon--TriggerAuto.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--TriggerAuto:before {
    font-family: "FluentRegular";
    content: "\E626"; }
  .fluent-icons-enabled .ms-Icon--StackedBarChart.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--StackedBarChart:before {
    font-family: "FluentRegular";
    content: "\F39B"; }
  .fluent-icons-enabled .ms-Icon--StackedLineChart.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--StackedLineChart:before {
    font-family: "FluentRegular";
    content: "\E453"; }
  .fluent-icons-enabled .ms-Icon--BuildQueue:before {
    font-family: "FluentRegular";
    content: "\F78D"; }
  .fluent-icons-enabled .ms-Icon--BuildQueueNew:before.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--BuildQueueNew:before:before {
    font-family: "FluentRegular";
    content: "\f0144"; }
  .fluent-icons-enabled .ms-Icon--UserFollowed:before {
    font-family: "FluentRegular";
    content: "\F5C9"; }
  .fluent-icons-enabled .ms-Icon--Clicked.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--Clicked:before {
    font-family: "FluentRegular";
    content: "\E445"; }
  .fluent-icons-enabled .ms-Icon--Signin:before {
    font-family: "FluentRegular";
    content: "\E933"; }
  .fluent-icons-enabled .ms-Icon--CloneToDesktop:before {
    font-family: "FluentRegular";
    content: "\f0117"; }
  .fluent-icons-enabled .ms-Icon--BranchFork2:before {
    font-family: "FluentRegular";
    content: "\e1dd"; }
  .fluent-icons-enabled .ms-Icon--BranchMerge:before {
    font-family: "FluentRegular";
    content: "\E1DD"; }
  .fluent-icons-enabled .ms-Icon--BranchPullRequest.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--BranchPullRequest:before {
    font-family: "FluentRegular";
    content: "\E1E4"; }
  .fluent-icons-enabled .ms-Icon--RawSource:before {
    font-family: "FluentRegular";
    content: "\EF64"; }
  .fluent-icons-enabled .ms-Icon--RowsGroup:before {
    font-family: "FluentRegular";
    content: "\e6ca"; }
  .fluent-icons-enabled .ms-Icon--ServerEnviroment:before {
    font-family: "FluentRegular";
    content: "\F1DD"; }
  .fluent-icons-enabled .ms-Icon--Backlog:before,
  .fluent-icons-enabled .ms-Icon--BacklogBoard:before {
    font-family: "FluentRegular";
    content: "\f018c"; }
  .fluent-icons-enabled .ms-Icon--TeamFavorite:before {
    font-family: "FluentRegular";
    content: "\F0F6"; }
  .fluent-icons-enabled .ms-Icon--CommentAdd:before {
    font-family: "FluentRegular";
    content: "\E3D7"; }
  .fluent-icons-enabled .ms-Icon--ShopServer.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ShopServer:before {
    font-family: "FluentRegular";
    content: "\F715"; }
  .fluent-icons-enabled .ms-Icon--QueryList:before {
    font-family: "FluentRegular";
    content: "\f012c"; }
  .fluent-icons-enabled .ms-Icon--StreamingOff.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--StreamingOff:before {
    font-family: "FluentRegular";
    content: "\E7AA"; }
  .fluent-icons-enabled .ms-Icon--MoreVertical:before {
    font-family: "FluentRegular";
    content: "\E829"; }
  .fluent-icons-enabled .ms-Icon--ArrowTallUpRight:before,
  .fluent-icons-enabled .ms-Icon--ArrowUpRight8:before {
    font-family: "FluentRegular";
    content: "\F8EB"; }
  .fluent-icons-enabled .ms-Icon--RingerOff:before {
    font-family: "FluentRegular";
    content: "\F117"; }
  .fluent-icons-enabled .ms-Icon--PlayResume.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--PlayResume:before {
    font-family: "FluentRegular";
    content: "\EE1A"; }
  .fluent-icons-enabled .ms-Icon--Repo:before,
  .fluent-icons-enabled .ms-Icon--Package:before {
    font-family: "FluentRegular";
    content: "\F8CC"; }
  .fluent-icons-enabled .ms-Icon--FolderQuery.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--FolderQuery:before {
    font-family: "FluentRegular";
    content: "\F425"; }
  .fluent-icons-enabled .ms-Icon--FolderList:before {
    font-family: "FluentRegular";
    content: "\f0128"; }
  .fluent-icons-enabled .ms-Icon--CirclePauseSolid.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--CirclePauseSolid:before {
    font-family: "FluentFilled";
    content: "\f6c5"; }
  .fluent-icons-enabled .ms-Icon--CirclePause.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--CirclePause:before {
    font-family: "FluentRegular";
    content: "\F6BC"; }
  .fluent-icons-enabled .ms-Icon--MSNVideosSolid:before {
    font-family: "FluentFilled";
    content: "\e9a5"; }
  .fluent-icons-enabled .ms-Icon--CircleStopSolid:before {
    font-family: "FluentFilled";
    content: "\f771"; }
  .fluent-icons-enabled .ms-Icon--CircleStop:before {
    font-family: "FluentRegular";
    content: "\F759"; }
  .fluent-icons-enabled .ms-Icon--NavigateForward:before {
    font-family: "FluentRegular";
    content: "\E09A"; }
  .fluent-icons-enabled .ms-Icon--FileTemplate:before {
    font-family: "FluentRegular";
    content: "\E543"; }
  .fluent-icons-enabled .ms-Icon--FileJAVA:before {
    font-family: "FluentRegular";
    content: "\f0177"; }
  .fluent-icons-enabled .ms-Icon--FileCSS:before {
    font-family: "FluentRegular";
    content: "\F0DC"; }
  .fluent-icons-enabled .ms-Icon--FileSass:before {
    font-family: "FluentRegular";
    content: "\f017d"; }
  .fluent-icons-enabled .ms-Icon--FileHTML.medium,
  .fluent-icons-enabled .ms-Icon--FileCode.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--FileHTML:before,
  .fluent-icons-enabled .ms-Icon--FileCode:before {
    font-family: "FluentRegular";
    content: "\E4F3"; }
  .fluent-icons-enabled .ms-Icon--JavaScriptLanguage:before {
    font-family: "FluentRegular";
    content: "\F0D0"; }
  .fluent-icons-enabled .ms-Icon--CSharpLanguage:before {
    font-family: "FluentRegular";
    content: "\F0C5"; }
  .fluent-icons-enabled .ms-Icon--TypeScriptLanguage:before {
    font-family: "FluentRegular";
    content: "\F0D0"; }
  .fluent-icons-enabled .ms-Icon--MarkDownLanguage.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--MarkDownLanguage:before {
    font-family: "FluentRegular";
    content: "\E7DB"; }
  .fluent-icons-enabled .ms-Icon--PlugConnected.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--PlugConnected:before {
    font-family: "FluentRegular";
    content: "\E999"; }
  .fluent-icons-enabled .ms-Icon--PlugDisconnected.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--PlugDisconnected:before {
    font-family: "FluentRegular";
    content: "\F609"; }
  .fluent-icons-enabled .ms-Icon--UnlockSolid:before {
    font-family: "FluentFilled";
    content: "\e7a2"; }
  .fluent-icons-enabled .ms-Icon--Variable:before {
    font-family: "FluentRegular";
    content: "\E7E1"; }
  .fluent-icons-enabled .ms-Icon--FileBug:before {
    font-family: "FluentRegular";
    content: "\F38A"; }
  .fluent-icons-enabled .ms-Icon--FileImage:before {
    font-family: "FluentRegular";
    content: "\f0175"; }
  .fluent-icons-enabled .ms-Icon--WorkItem:before {
    font-family: "FluentRegular";
    content: "\F7F3"; }
  .fluent-icons-enabled .ms-Icon--TripleColumnEdit.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--TripleColumnEdit:before {
    font-family: "FluentRegular";
    content: "\E3CF"; }
  .fluent-icons-enabled .ms-Icon--AlertSolid:before {
    font-family: "FluentFilled";
    content: "\f3ef"; }
  .fluent-icons-enabled .ms-Icon--MegaphoneSolid:before {
    font-family: "FluentFilled";
    content: "\f540"; }
  .fluent-icons-enabled .ms-Icon--TaskSolid:before {
    font-family: "FluentFilled";
    content: "\F0BF"; }
  .fluent-icons-enabled .ms-Icon--CrownSolid:before {
    font-family: "FluentFilled";
    content: "\F06E"; }
  .fluent-icons-enabled .ms-Icon--Trophy2Solid:before {
    font-family: "FluentFilled";
    content: "\f84d"; }
  .fluent-icons-enabled .ms-Icon--QuickNoteSolid:before {
    font-family: "FluentFilled";
    content: "\f66d"; }
  .fluent-icons-enabled .ms-Icon--ConstructionConeSolid:before {
    font-family: "FluentFilled";
    content: "\ea39"; }
  .fluent-icons-enabled .ms-Icon--PageListSolid:before {
    font-family: "FluentFilled";
    content: "\f0018"; }
  .fluent-icons-enabled .ms-Icon--StarburstSolid:before {
    font-family: "FluentFilled";
    content: "\F283"; }
  .fluent-icons-enabled .ms-Icon--ReadingModeSolid.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ReadingModeSolid:before {
    font-family: "FluentFilled";
    content: "\f665"; }
  .fluent-icons-enabled .ms-Icon--ShieldSolid:before {
    font-family: "FluentFilled";
    content: "\eacc"; }
  .fluent-icons-enabled .ms-Icon--GiftBoxSolid:before {
    font-family: "FluentFilled";
    content: "\e6a8"; }
  .fluent-icons-enabled .ms-Icon--RibbonSolid:before {
    font-family: "FluentFilled";
    content: "\ea2e"; }
  .fluent-icons-enabled .ms-Icon--FinancialSolid.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--FinancialSolid:before {
    font-family: "FluentFilled";
    content: "\E11C"; }
  .fluent-icons-enabled .ms-Icon--HeadsetSolid:before {
    font-family: "FluentFilled";
    content: "\e703"; }
  .fluent-icons-enabled .ms-Icon--PermissionsSolid:before {
    font-family: "FluentFilled";
    content: "\e74e"; }
  .fluent-icons-enabled .ms-Icon--ParkingSolid:before {
    font-family: "FluentFilled";
    content: "\f7e6"; }
  .fluent-icons-enabled .ms-Icon--DiamondSolid:before {
    font-family: "FluentFilled";
    content: "\f61c"; }
  .fluent-icons-enabled .ms-Icon--AsteriskSolid.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--AsteriskSolid:before {
    font-family: "FluentFilled";
    content: "\f7bb"; }
  .fluent-icons-enabled .ms-Icon--OfflineStorageSolid:before {
    font-family: "FluentFilled";
    content: "\F0D8"; }
  .fluent-icons-enabled .ms-Icon--BankSolid:before {
    font-family: "FluentFilled";
    content: "\e220"; }
  .fluent-icons-enabled .ms-Icon--DecisionSolid:before {
    font-family: "FluentFilled";
    content: "\f0185"; }
  .fluent-icons-enabled .ms-Icon--FiltersSolid:before {
    font-family: "FluentFilled";
    content: "\f59b"; }
  .fluent-icons-enabled .ms-Icon--ColorSolid:before {
    font-family: "FluentFilled";
    content: "\e3d1"; }
  .fluent-icons-enabled .ms-Icon--ReviewSolid:before {
    font-family: "FluentFilled";
    content: "\f8c1"; }
  .fluent-icons-enabled .ms-Icon--FeedbackRequestSolid.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--FeedbackRequestSolid:before {
    font-family: "FluentFilled";
    content: "\F220"; }
  .fluent-icons-enabled .ms-Icon--NavigateExternalInline:before {
    font-family: "FluentRegular";
    content: "\F581"; }
  .fluent-icons-enabled .ms-Icon--PlanView:before {
    font-family: "FluentRegular";
    content: "\E24D"; }
  .fluent-icons-enabled .ms-Icon--ProjectCollection:before {
    font-family: "FluentRegular";
    content: "\F0E7"; }
  .fluent-icons-enabled .ms-Icon--ChevronUnfold10:before {
    font-family: "FluentRegular";
    content: "\E32E"; }
  .fluent-icons-enabled .ms-Icon--ChevronFold10:before {
    font-family: "FluentRegular";
    content: "\f016b"; }
  .fluent-icons-enabled .ms-Icon--TestBeaker:before {
    font-family: "FluentRegular";
    content: "\F1D6"; }
  .fluent-icons-enabled .ms-Icon--TestBeakerSolid:before {
    font-family: "FluentFilled";
    content: "\F1D6"; }
  .fluent-icons-enabled .ms-Icon--TestAutoSolid:before {
    font-family: "FluentRegular";
    content: "\f0162"; }
  .fluent-icons-enabled .ms-Icon--TestPlan:before {
    font-family: "FluentRegular";
    content: "\f0179"; }
  .fluent-icons-enabled .ms-Icon--Sprint:before {
    font-family: "FluentRegular";
    content: "\f0160"; }
  .fluent-icons-enabled .ms-Icon--TriggerApproval:before {
    font-family: "FluentRegular";
    content: "\E61D"; }
  .fluent-icons-enabled .ms-Icon--Rocket:before {
    font-family: "FluentRegular";
    content: "\F676"; }
  .fluent-icons-enabled .ms-Icon--LikeSolid:before {
    font-family: "FluentFilled";
    content: "\ED78"; }
  .fluent-icons-enabled .ms-Icon--FilterSolid:before {
    font-family: "FluentRegular";
    content: "\e60a"; }
  .fluent-icons-enabled .ms-Icon--Inbox:before {
    font-family: "FluentRegular";
    content: "\F513"; }
  .fluent-icons-enabled .ms-Icon--NotExecuted:before {
    font-family: "FluentRegular";
    content: "\f0172"; }
  .fluent-icons-enabled .ms-Icon--NotImpactedSolid:before {
    font-family: "FluentFilled";
    content: "\f0186"; }
  .fluent-icons-enabled .ms-Icon--IssueSolid:before {
    font-family: "FluentFilled";
    content: "\F0BC"; }
  .fluent-icons-enabled .ms-Icon--FontColorA:before {
    font-family: "FluentRegular";
    content: "\ECF5"; }
  .fluent-icons-enabled .ms-Icon--SemiboldWeight:before {
    font-family: "FluentRegular";
    content: "\ECD2"; }
  .fluent-icons-enabled .ms-Icon--ChartSeries:before {
    font-family: "FluentRegular";
    content: "\f0174"; }
  .fluent-icons-enabled .ms-Icon--AlignJustify.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--AlignJustify:before {
    font-family: "FluentRegular";
    content: "\F79D"; }
  .fluent-icons-enabled .ms-Icon--BlockedSolid:before {
    font-family: "FluentFilled";
    content: "\f70e"; }
  .fluent-icons-enabled .ms-Icon--Prohibited:before {
    font-family: "FluentRegular";
    content: "\f705"; }
  .fluent-icons-enabled .ms-Icon--DownloadDocument:before {
    font-family: "FluentRegular";
    content: "\E4DF"; }
  .fluent-icons-enabled .ms-Icon--WaitlistConfirm.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--WaitlistConfirm:before {
    font-family: "FluentRegular";
    content: "\EC9F"; }
  .fluent-icons-enabled .ms-Icon--LaptopSecure:before {
    font-family: "FluentRegular";
    content: "\f018f"; }
  .fluent-icons-enabled .ms-Icon--EntryView.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--EntryView:before {
    font-family: "FluentRegular";
    content: "\E876"; }
  .fluent-icons-enabled .ms-Icon--AccountManagement.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--AccountManagement:before {
    font-family: "FluentRegular";
    content: "\E920"; }
  .fluent-icons-enabled .ms-Icon--ExploreData.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--ExploreData:before {
    font-family: "FluentRegular";
    content: "\E45F"; }
  .fluent-icons-enabled .ms-Icon--PasteAsCode:before {
    font-family: "FluentRegular";
    content: "\F2CB"; }
  .fluent-icons-enabled .ms-Icon--FileYML:before {
    font-family: "FluentRegular";
    content: "\f017f"; }
  .fluent-icons-enabled .ms-Icon--ClipboardSolid:before {
    font-family: "FluentFilled";
    content: "\E342"; }
  .fluent-icons-enabled .ms-Icon--AnalyticsView:before {
    font-family: "FluentRegular";
    content: "\EE95"; }
  .fluent-icons-enabled .ms-Icon--Trending12:before {
    font-family: "FluentRegular";
    content: "\F196"; }
  .fluent-icons-enabled .ms-Icon--CircleShapeSolid:before {
    font-family: "FluentFilled";
    content: "\F2BA"; }
  .fluent-icons-enabled .ms-Icon--DictionaryRemove:before {
    font-family: "FluentRegular";
    content: "\f0165"; }
  .fluent-icons-enabled .ms-Icon--UserRemove:before {
    font-family: "FluentRegular";
    content: "\F5D0"; }
  .fluent-icons-enabled .ms-Icon--OpenInNewTab:before {
    font-family: "FluentRegular";
    content: "\F581"; }
  .fluent-icons-enabled .ms-Icon--VerifiedBrandSolid:before {
    font-family: "FluentFilled";
    content: "\F283"; }
  .fluent-icons-enabled .ms-Icon--BacklogList:before {
    font-family: "FluentRegular";
    content: "\f0197"; }
  .fluent-icons-enabled .ms-Icon--PeopleSettings.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--PeopleSettings:before {
    font-family: "FluentRegular";
    content: "\F5B6"; }
  .fluent-icons-enabled .ms-Icon--Blocked2Solid:before {
    font-family: "FluentFilled";
    content: "\f7bf"; }
  .fluent-icons-enabled .ms-Icon--NumberSymbol:before {
    font-family: "FluentRegular";
    content: "\F57C"; }
  .fluent-icons-enabled .ms-Icon--VerifiedBrand:before {
    font-family: "FluentRegular";
    content: "\F283"; }
  .fluent-icons-enabled .ms-Icon--ReleaseGate:before {
    font-family: "FluentRegular";
    content: "\f015f"; }
  .fluent-icons-enabled .ms-Icon--FabricTextHighlightComposite:before {
    font-family: "FluentRegular";
    content: "\ECF5"; }
  .fluent-icons-enabled .ms-Icon--AddReaction:before {
    font-family: "FluentRegular";
    content: "\E5C7"; }
  .fluent-icons-enabled .ms-Icon--SurveyQuestions:before {
    font-family: "FluentRegular";
    content: "\E530"; }
  .fluent-icons-enabled .ms-Icon--BranchCompare:before {
    font-family: "FluentRegular";
    content: "\e1da"; }
  .fluent-icons-enabled .ms-Icon--DiffInline:before {
    font-family: "FluentRegular";
    content: "\f016e"; }
  .fluent-icons-enabled .ms-Icon--DiffSideBySide.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--DiffSideBySide:before {
    font-family: "FluentRegular";
    content: "\E3CB"; }
  .fluent-icons-enabled .ms-Icon--FilePDB.medium {
    font-size: 1.25rem;
    line-height: 1rem; }
  .fluent-icons-enabled .ms-Icon--FilePDB:before {
    font-family: "FluentRegular";
    content: "\F2E5"; }
  .fluent-icons-enabled .ms-Icon--VisualBasicLanguage:before {
    font-family: "FluentRegular";
    content: "\F0D2"; }
  .fluent-icons-enabled .ms-Icon--FSharpLanguage:before {
    font-family: "FluentRegular";
    content: "\F0C7"; }
  .fluent-icons-enabled .ms-Icon--PythonLanguage:before {
    font-family: "FluentRegular";
    content: "\F0CB"; }
  .fluent-icons-enabled .ms-Icon--CoffeeScript:before {
    font-family: "FluentRegular";
    content: "\e585"; }
  .fluent-icons-enabled .ms-Icon--SemanticZoom:before {
    font-family: "FluentRegular";
    content: "\f014b"; }
  .fluent-icons-enabled .ms-Icon--Camera:before {
    font-family: "FluentRegular";
    content: "\E299"; }
  .fluent-icons-enabled .ms-Icon--GripperDotsVertical:before {
    font-family: "FluentRegular";
    content: "\E9F7"; }
  .fluent-icons-enabled .ms-Icon--DockRight:before {
    font-family: "FluentRegular";
    content: "\E8BC"; }
/***END FluentIcons.css***/

/***BEGIN Image.css***/
.bolt-image.contain {
  align-self: center;
  justify-self: center;
  display: block;
  width: 100%;
  height: auto; }
/***END Image.css***/

/***BEGIN Link.css***/
.bolt-link {
  border-radius: 2px;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  cursor: pointer;
  outline: transparent;
  text-decoration: none;
  transition: color 80ms cubic-bezier(0.165, 0.84, 0.44, 1), background 80ms linear; }
  .bolt-link:hover {
    color: rgba( 0, 69, 120 ,  1 );
    color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 ); }
  .bolt-focus-visible .bolt-link:focus {
    animation: ms-focus-shadow-with-border-pulse 4s ease-in-out infinite;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.23), 0 0 0 1px rgba(0, 120, 212, 1);
    box-shadow: 0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, 0.23)), 0 0 0 1px var(--focus-border-color,rgba(0, 120, 212, 1)); }
    @media (forced-colors: active) {
      .bolt-focus-visible .bolt-link:focus {
        animation: none; } }
  .bolt-link.subtle {
    border-radius: 4px;
    color: inherit;
    padding: 3px 6px; }
    .bolt-link.subtle:hover {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1));
      background-color: rgba(0, 0, 0, 0.06);
      background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); }
  .bolt-link.disabled {
    cursor: default; }
  .bolt-link.underline {
    text-decoration: underline; }

.bolt-focus-visible .bolt-link.subtle:focus {
  background-color: rgba(0, 0, 0, 0.06);
  background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06));
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  outline: none; }

@media (forced-colors: active) {
  .bolt-focus-visible .bolt-link:focus {
    outline: 1px solid highlight !important; } }

.redesigned-link-component-enabled .bolt-link:not(.no-underline-link) {
  text-decoration: underline !important; }
  .redesigned-link-component-enabled .bolt-link:not(.no-underline-link).subtle:hover {
    background-color: unset; }

.redesigned-link-component-enabled .bolt-link.no-underline-link {
  text-decoration: none !important; }
  .redesigned-link-component-enabled .bolt-link.no-underline-link:hover {
    background-color: rgba(0, 0, 0, 0.06);
    background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); }

.redesigned-link-component-enabled.bolt-focus-visible .bolt-link:focus {
  text-decoration: none !important;
  color: rgba( 0, 69, 120 ,  1 );
  color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 ); }

.redesigned-link-component-enabled.bolt-focus-visible .bolt-link.subtle:focus {
  background-color: unset; }

.redesigned-link-component-enabled.bolt-focus-visible .bolt-link:not(.no-underline-link).subtle:focus {
  background-color: unset;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
/***END Link.css***/

/***BEGIN Portal.css***/
.bolt-portal-host {
  position: fixed;
  /* 1 million used because OF used it and the product has built around this number */
  z-index: 1000000; }

.bolt-portal {
  overflow: hidden;
  pointer-events: none;
  z-index: 10; }
/***END Portal.css***/

/***BEGIN Surface.css***/
.bolt-condensed-horizontal-spacing {
  padding-left: 16px;
  padding-right: 16px; }

.bolt-default-horizontal-spacing {
  padding-left: 20px;
  padding-right: 20px; }

.bolt-relaxed-horizontal-spacing {
  padding-left: 32px;
  padding-right: 32px; }
/***END Surface.css***/

/***BEGIN Tooltip.css***/
.bolt-tooltip {
  max-width: 320px;
  animation: tooltip-fade-in 300ms ease-in; }
  .bolt-tooltip .bolt-callout-content {
    background-color: transparent; }

.bolt-tooltip-content {
  background-color: rgba( 51, 51, 51 ,  0.95 );
  background-color: rgba( var(--palette-neutral-80,51, 51, 51) ,  0.95 );
  border-radius: 2px;
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  padding: 8px 12px;
  text-align: left;
  word-break: break-word; }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-tooltip-content {
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--background-color,rgba(255, 255, 255, 1));
    border: 2px solid rgba(0, 120, 212, 1);
    border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-tooltip-content {
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--background-color,rgba(255, 255, 255, 1));
    border: 2px solid rgba(0, 120, 212, 1);
    border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1)); }

.bolt-tooltip-fade-out {
  animation: tooltip-fade-out 300ms ease-in; }
  .bolt-tooltip-fade-out.bolt-callout {
    pointer-events: none; }

@keyframes tooltip-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tooltip-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/***END Tooltip.css***/

/***BEGIN VssPersona.css***/
.vss-Persona .vss-Persona-content {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: white;
  background-color: rgba( 166, 166, 166 ,  1 );
  background-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  user-select: none; }
  .vss-Persona .vss-Persona-content.using-image {
    object-fit: cover;
    background-color: transparent; }
  .vss-Persona .vss-Persona-content.extra-extra-small {
    font-size: 0.6875rem;
    line-height: 15px; }
  .vss-Persona .vss-Persona-content.extra-small {
    font-size: 0.6875rem;
    line-height: 17px; }
  .vss-Persona .vss-Persona-content.extra-small-plus {
    font-size: 0.6875rem;
    line-height: 19px; }
  .vss-Persona .vss-Persona-content.small {
    font-size: 0.6875rem;
    line-height: 24px; }
  .vss-Persona .vss-Persona-content.small-plus {
    font-size: 0.875rem;
    line-height: 27px; }
  .vss-Persona .vss-Persona-content.medium {
    font-size: 0.875rem;
    line-height: 31px; }
  .vss-Persona .vss-Persona-content.medium-plus {
    font-size: 0.875rem;
    line-height: 39px; }
  .vss-Persona .vss-Persona-content.large {
    font-size: 17px;
    line-height: 46px; }
  .vss-Persona .vss-Persona-content.extra-large {
    font-size: 1.75rem;
    line-height: 70px; }
  .vss-Persona .vss-Persona-content.extra-extra-large {
    font-size: 2.5rem;
    line-height: 98px; }

.vss-Persona.extra-extra-small {
  width: 16px;
  height: 16px; }

.vss-Persona.extra-small {
  width: 18px;
  height: 18px; }

.vss-Persona.extra-small-plus {
  width: 20px;
  height: 20px; }

.vss-Persona.small {
  width: 24px;
  height: 24px; }

.vss-Persona.small-plus {
  width: 28px;
  height: 28px; }

.vss-Persona.medium {
  width: 32px;
  height: 32px; }

.vss-Persona.medium-plus {
  width: 40px;
  height: 40px; }

.vss-Persona.large {
  width: 48px;
  height: 48px; }

.vss-Persona.extra-large {
  width: 72px;
  height: 72px; }

.vss-Persona.extra-extra-large {
  width: 100px;
  height: 100px; }
/***END VssPersona.css***/

