/**
 * Do not edit directly
 * Generated on Fri, 28 Mar 2025 18:17:30 GMT
 */
/* ---- DESIGN SYSTEM COLORS ---- */
/* ---- BASE COLORS ---- */
/* ---- UTILITY COLORS ---- */
/**
 * Generates utility classes and custom property for the colour
 *
 * Generates:
 *
 * [Custom Property]: --ms-color-* -> Allows access to the custom property
 * [Utility Class]: .ms-color-* -> Sets the text colour
 * [Utility Class]: .ms-background-* -> Sets the background colour
 * [Utility Class]: .ms-fill-* -> Sets the fill colour
 */
:root {
  --ms-color-base-white: #ffffff;
}
.ms-color-base-white {
  color: var(--ms-color-base-white);
}
.ms-background-base-white {
  background-color: var(--ms-color-base-white);
}
.ms-fill-base-white {
  fill: var(--ms-color-base-white);
}
:root {
  --ms-color-base-black: #111928;
}
.ms-color-base-black {
  color: var(--ms-color-base-black);
}
.ms-background-base-black {
  background-color: var(--ms-color-base-black);
}
.ms-fill-base-black {
  fill: var(--ms-color-base-black);
}
:root {
  --ms-color-primary-900: #362f78;
}
.ms-color-primary-900 {
  color: var(--ms-color-primary-900);
}
.ms-background-primary-900 {
  background-color: var(--ms-color-primary-900);
}
.ms-fill-primary-900 {
  fill: var(--ms-color-primary-900);
}
:root {
  --ms-color-primary-800: #42389d;
}
.ms-color-primary-800 {
  color: var(--ms-color-primary-800);
}
.ms-background-primary-800 {
  background-color: var(--ms-color-primary-800);
}
.ms-fill-primary-800 {
  fill: var(--ms-color-primary-800);
}
:root {
  --ms-color-primary-700: #3a8518ff;
}
.ms-color-primary-700 {
  color: var(--ms-color-primary-700);
}
.ms-background-primary-700 {
  background-color: var(--ms-color-primary-700);
}
.ms-fill-primary-700 {
  fill: var(--ms-color-primary-700);
}
:root {
  --ms-color-primary-600: #395c27ff;
}
.ms-color-primary-600 {
  color: var(--ms-color-primary-600);
}
.ms-background-primary-600 {
  background-color: var(--ms-color-primary-600);
}
.ms-fill-primary-600 {
  fill: var(--ms-color-primary-600);
}
:root {
  --ms-color-primary-500: #3d6b24ff;
}
.ms-color-primary-500 {
  color: var(--ms-color-primary-500);
}
.ms-background-primary-500 {
  background-color: var(--ms-color-primary-500);
}
.ms-fill-primary-500 {
  fill: var(--ms-color-primary-500);
}
:root {
  --ms-color-primary-400: #8da2fb;
}
.ms-color-primary-400 {
  color: var(--ms-color-primary-400);
}
.ms-background-primary-400 {
  background-color: var(--ms-color-primary-400);
}
.ms-fill-primary-400 {
  fill: var(--ms-color-primary-400);
}
:root {
  --ms-color-primary-300: #b4c6fc;
}
.ms-color-primary-300 {
  color: var(--ms-color-primary-300);
}
.ms-background-primary-300 {
  background-color: var(--ms-color-primary-300);
}
.ms-fill-primary-300 {
  fill: var(--ms-color-primary-300);
}
:root {
  --ms-color-primary-200: #cddbfe;
}
.ms-color-primary-200 {
  color: var(--ms-color-primary-200);
}
.ms-background-primary-200 {
  background-color: var(--ms-color-primary-200);
}
.ms-fill-primary-200 {
  fill: var(--ms-color-primary-200);
}
:root {
  --ms-color-primary-100: #e5edff;
}
.ms-color-primary-100 {
  color: var(--ms-color-primary-100);
}
.ms-background-primary-100 {
  background-color: var(--ms-color-primary-100);
}
.ms-fill-primary-100 {
  fill: var(--ms-color-primary-100);
}
:root {
  --ms-color-primary-50: #f0f5ff;
}
.ms-color-primary-50 {
  color: var(--ms-color-primary-50);
}
.ms-background-primary-50 {
  background-color: var(--ms-color-primary-50);
}
.ms-fill-primary-50 {
  fill: var(--ms-color-primary-50);
}
:root {
  --ms-color-secondary-900: #111928;
}
.ms-color-secondary-900 {
  color: var(--ms-color-secondary-900);
}
.ms-background-secondary-900 {
  background-color: var(--ms-color-secondary-900);
}
.ms-fill-secondary-900 {
  fill: var(--ms-color-secondary-900);
}
:root {
  --ms-color-secondary-800: #1f2a37;
}
.ms-color-secondary-800 {
  color: var(--ms-color-secondary-800);
}
.ms-background-secondary-800 {
  background-color: var(--ms-color-secondary-800);
}
.ms-fill-secondary-800 {
  fill: var(--ms-color-secondary-800);
}
:root {
  --ms-color-secondary-700: #717f90ff;
}
.ms-color-secondary-700 {
  color: var(--ms-color-secondary-700);
}
.ms-background-secondary-700 {
  background-color: var(--ms-color-secondary-700);
}
.ms-fill-secondary-700 {
  fill: var(--ms-color-secondary-700);
}
:root {
  --ms-color-secondary-600: #4b5563;
}
.ms-color-secondary-600 {
  color: var(--ms-color-secondary-600);
}
.ms-background-secondary-600 {
  background-color: var(--ms-color-secondary-600);
}
.ms-fill-secondary-600 {
  fill: var(--ms-color-secondary-600);
}
:root {
  --ms-color-secondary-500: #6b7280;
}
.ms-color-secondary-500 {
  color: var(--ms-color-secondary-500);
}
.ms-background-secondary-500 {
  background-color: var(--ms-color-secondary-500);
}
.ms-fill-secondary-500 {
  fill: var(--ms-color-secondary-500);
}
:root {
  --ms-color-secondary-400: #9ca3af;
}
.ms-color-secondary-400 {
  color: var(--ms-color-secondary-400);
}
.ms-background-secondary-400 {
  background-color: var(--ms-color-secondary-400);
}
.ms-fill-secondary-400 {
  fill: var(--ms-color-secondary-400);
}
:root {
  --ms-color-secondary-300: #e5ebf1ff;
}
.ms-color-secondary-300 {
  color: var(--ms-color-secondary-300);
}
.ms-background-secondary-300 {
  background-color: var(--ms-color-secondary-300);
}
.ms-fill-secondary-300 {
  fill: var(--ms-color-secondary-300);
}
:root {
  --ms-color-secondary-200: #eef2f6ff;
}
.ms-color-secondary-200 {
  color: var(--ms-color-secondary-200);
}
.ms-background-secondary-200 {
  background-color: var(--ms-color-secondary-200);
}
.ms-fill-secondary-200 {
  fill: var(--ms-color-secondary-200);
}
:root {
  --ms-color-secondary-100: #f3f4f6;
}
.ms-color-secondary-100 {
  color: var(--ms-color-secondary-100);
}
.ms-background-secondary-100 {
  background-color: var(--ms-color-secondary-100);
}
.ms-fill-secondary-100 {
  fill: var(--ms-color-secondary-100);
}
:root {
  --ms-color-secondary-50: #f9fafb;
}
.ms-color-secondary-50 {
  color: var(--ms-color-secondary-50);
}
.ms-background-secondary-50 {
  background-color: var(--ms-color-secondary-50);
}
.ms-fill-secondary-50 {
  fill: var(--ms-color-secondary-50);
}
:root {
  --ms-color-success-900: #014737;
}
.ms-color-success-900 {
  color: var(--ms-color-success-900);
}
.ms-background-success-900 {
  background-color: var(--ms-color-success-900);
}
.ms-fill-success-900 {
  fill: var(--ms-color-success-900);
}
:root {
  --ms-color-success-800: #03543f;
}
.ms-color-success-800 {
  color: var(--ms-color-success-800);
}
.ms-background-success-800 {
  background-color: var(--ms-color-success-800);
}
.ms-fill-success-800 {
  fill: var(--ms-color-success-800);
}
:root {
  --ms-color-success-700: #046c4e;
}
.ms-color-success-700 {
  color: var(--ms-color-success-700);
}
.ms-background-success-700 {
  background-color: var(--ms-color-success-700);
}
.ms-fill-success-700 {
  fill: var(--ms-color-success-700);
}
:root {
  --ms-color-success-600: #057a55;
}
.ms-color-success-600 {
  color: var(--ms-color-success-600);
}
.ms-background-success-600 {
  background-color: var(--ms-color-success-600);
}
.ms-fill-success-600 {
  fill: var(--ms-color-success-600);
}
:root {
  --ms-color-success-500: #0e9f6e;
}
.ms-color-success-500 {
  color: var(--ms-color-success-500);
}
.ms-background-success-500 {
  background-color: var(--ms-color-success-500);
}
.ms-fill-success-500 {
  fill: var(--ms-color-success-500);
}
:root {
  --ms-color-success-400: #31c48d;
}
.ms-color-success-400 {
  color: var(--ms-color-success-400);
}
.ms-background-success-400 {
  background-color: var(--ms-color-success-400);
}
.ms-fill-success-400 {
  fill: var(--ms-color-success-400);
}
:root {
  --ms-color-success-300: #84e1bc;
}
.ms-color-success-300 {
  color: var(--ms-color-success-300);
}
.ms-background-success-300 {
  background-color: var(--ms-color-success-300);
}
.ms-fill-success-300 {
  fill: var(--ms-color-success-300);
}
:root {
  --ms-color-success-200: #bcf0da;
}
.ms-color-success-200 {
  color: var(--ms-color-success-200);
}
.ms-background-success-200 {
  background-color: var(--ms-color-success-200);
}
.ms-fill-success-200 {
  fill: var(--ms-color-success-200);
}
:root {
  --ms-color-success-100: #def7ec;
}
.ms-color-success-100 {
  color: var(--ms-color-success-100);
}
.ms-background-success-100 {
  background-color: var(--ms-color-success-100);
}
.ms-fill-success-100 {
  fill: var(--ms-color-success-100);
}
:root {
  --ms-color-success-50: #f3faf7;
}
.ms-color-success-50 {
  color: var(--ms-color-success-50);
}
.ms-background-success-50 {
  background-color: var(--ms-color-success-50);
}
.ms-fill-success-50 {
  fill: var(--ms-color-success-50);
}
:root {
  --ms-color-warning-900: #633112;
}
.ms-color-warning-900 {
  color: var(--ms-color-warning-900);
}
.ms-background-warning-900 {
  background-color: var(--ms-color-warning-900);
}
.ms-fill-warning-900 {
  fill: var(--ms-color-warning-900);
}
:root {
  --ms-color-warning-800: #723b13;
}
.ms-color-warning-800 {
  color: var(--ms-color-warning-800);
}
.ms-background-warning-800 {
  background-color: var(--ms-color-warning-800);
}
.ms-fill-warning-800 {
  fill: var(--ms-color-warning-800);
}
:root {
  --ms-color-warning-700: #8e4b10;
}
.ms-color-warning-700 {
  color: var(--ms-color-warning-700);
}
.ms-background-warning-700 {
  background-color: var(--ms-color-warning-700);
}
.ms-fill-warning-700 {
  fill: var(--ms-color-warning-700);
}
:root {
  --ms-color-warning-600: #9f580a;
}
.ms-color-warning-600 {
  color: var(--ms-color-warning-600);
}
.ms-background-warning-600 {
  background-color: var(--ms-color-warning-600);
}
.ms-fill-warning-600 {
  fill: var(--ms-color-warning-600);
}
:root {
  --ms-color-warning-500: #c27803;
}
.ms-color-warning-500 {
  color: var(--ms-color-warning-500);
}
.ms-background-warning-500 {
  background-color: var(--ms-color-warning-500);
}
.ms-fill-warning-500 {
  fill: var(--ms-color-warning-500);
}
:root {
  --ms-color-warning-400: #e3a008;
}
.ms-color-warning-400 {
  color: var(--ms-color-warning-400);
}
.ms-background-warning-400 {
  background-color: var(--ms-color-warning-400);
}
.ms-fill-warning-400 {
  fill: var(--ms-color-warning-400);
}
:root {
  --ms-color-warning-300: #faca15;
}
.ms-color-warning-300 {
  color: var(--ms-color-warning-300);
}
.ms-background-warning-300 {
  background-color: var(--ms-color-warning-300);
}
.ms-fill-warning-300 {
  fill: var(--ms-color-warning-300);
}
:root {
  --ms-color-warning-200: #fce96a;
}
.ms-color-warning-200 {
  color: var(--ms-color-warning-200);
}
.ms-background-warning-200 {
  background-color: var(--ms-color-warning-200);
}
.ms-fill-warning-200 {
  fill: var(--ms-color-warning-200);
}
:root {
  --ms-color-warning-100: #fdf6b2;
}
.ms-color-warning-100 {
  color: var(--ms-color-warning-100);
}
.ms-background-warning-100 {
  background-color: var(--ms-color-warning-100);
}
.ms-fill-warning-100 {
  fill: var(--ms-color-warning-100);
}
:root {
  --ms-color-warning-50: #fdfdea;
}
.ms-color-warning-50 {
  color: var(--ms-color-warning-50);
}
.ms-background-warning-50 {
  background-color: var(--ms-color-warning-50);
}
.ms-fill-warning-50 {
  fill: var(--ms-color-warning-50);
}
:root {
  --ms-color-danger-900: #771d1d;
}
.ms-color-danger-900 {
  color: var(--ms-color-danger-900);
}
.ms-background-danger-900 {
  background-color: var(--ms-color-danger-900);
}
.ms-fill-danger-900 {
  fill: var(--ms-color-danger-900);
}
:root {
  --ms-color-danger-800: #9b1c1c;
}
.ms-color-danger-800 {
  color: var(--ms-color-danger-800);
}
.ms-background-danger-800 {
  background-color: var(--ms-color-danger-800);
}
.ms-fill-danger-800 {
  fill: var(--ms-color-danger-800);
}
:root {
  --ms-color-danger-700: #c81e1e;
}
.ms-color-danger-700 {
  color: var(--ms-color-danger-700);
}
.ms-background-danger-700 {
  background-color: var(--ms-color-danger-700);
}
.ms-fill-danger-700 {
  fill: var(--ms-color-danger-700);
}
:root {
  --ms-color-danger-600: #e02424;
}
.ms-color-danger-600 {
  color: var(--ms-color-danger-600);
}
.ms-background-danger-600 {
  background-color: var(--ms-color-danger-600);
}
.ms-fill-danger-600 {
  fill: var(--ms-color-danger-600);
}
:root {
  --ms-color-danger-500: #f05252;
}
.ms-color-danger-500 {
  color: var(--ms-color-danger-500);
}
.ms-background-danger-500 {
  background-color: var(--ms-color-danger-500);
}
.ms-fill-danger-500 {
  fill: var(--ms-color-danger-500);
}
:root {
  --ms-color-danger-400: #f98080;
}
.ms-color-danger-400 {
  color: var(--ms-color-danger-400);
}
.ms-background-danger-400 {
  background-color: var(--ms-color-danger-400);
}
.ms-fill-danger-400 {
  fill: var(--ms-color-danger-400);
}
:root {
  --ms-color-danger-300: #f8b4b4;
}
.ms-color-danger-300 {
  color: var(--ms-color-danger-300);
}
.ms-background-danger-300 {
  background-color: var(--ms-color-danger-300);
}
.ms-fill-danger-300 {
  fill: var(--ms-color-danger-300);
}
:root {
  --ms-color-danger-200: #fbd5d5;
}
.ms-color-danger-200 {
  color: var(--ms-color-danger-200);
}
.ms-background-danger-200 {
  background-color: var(--ms-color-danger-200);
}
.ms-fill-danger-200 {
  fill: var(--ms-color-danger-200);
}
:root {
  --ms-color-danger-100: #fde8e8;
}
.ms-color-danger-100 {
  color: var(--ms-color-danger-100);
}
.ms-background-danger-100 {
  background-color: var(--ms-color-danger-100);
}
.ms-fill-danger-100 {
  fill: var(--ms-color-danger-100);
}
:root {
  --ms-color-danger-50: #fdf2f2;
}
.ms-color-danger-50 {
  color: var(--ms-color-danger-50);
}
.ms-background-danger-50 {
  background-color: var(--ms-color-danger-50);
}
.ms-fill-danger-50 {
  fill: var(--ms-color-danger-50);
}
:root {
  --ms-color-orange-900: #771D1D;
}
.ms-color-orange-900 {
  color: var(--ms-color-orange-900);
}
.ms-background-orange-900 {
  background-color: var(--ms-color-orange-900);
}
.ms-fill-orange-900 {
  fill: var(--ms-color-orange-900);
}
:root {
  --ms-color-orange-800: #8A2C0D;
}
.ms-color-orange-800 {
  color: var(--ms-color-orange-800);
}
.ms-background-orange-800 {
  background-color: var(--ms-color-orange-800);
}
.ms-fill-orange-800 {
  fill: var(--ms-color-orange-800);
}
:root {
  --ms-color-orange-700: #B43403;
}
.ms-color-orange-700 {
  color: var(--ms-color-orange-700);
}
.ms-background-orange-700 {
  background-color: var(--ms-color-orange-700);
}
.ms-fill-orange-700 {
  fill: var(--ms-color-orange-700);
}
:root {
  --ms-color-orange-600: #D03801;
}
.ms-color-orange-600 {
  color: var(--ms-color-orange-600);
}
.ms-background-orange-600 {
  background-color: var(--ms-color-orange-600);
}
.ms-fill-orange-600 {
  fill: var(--ms-color-orange-600);
}
:root {
  --ms-color-orange-500: #FF5A1F;
}
.ms-color-orange-500 {
  color: var(--ms-color-orange-500);
}
.ms-background-orange-500 {
  background-color: var(--ms-color-orange-500);
}
.ms-fill-orange-500 {
  fill: var(--ms-color-orange-500);
}
:root {
  --ms-color-orange-400: #ff8a4c;
}
.ms-color-orange-400 {
  color: var(--ms-color-orange-400);
}
.ms-background-orange-400 {
  background-color: var(--ms-color-orange-400);
}
.ms-fill-orange-400 {
  fill: var(--ms-color-orange-400);
}
:root {
  --ms-color-orange-300: #fdba8c;
}
.ms-color-orange-300 {
  color: var(--ms-color-orange-300);
}
.ms-background-orange-300 {
  background-color: var(--ms-color-orange-300);
}
.ms-fill-orange-300 {
  fill: var(--ms-color-orange-300);
}
:root {
  --ms-color-orange-200: #fcd9bd;
}
.ms-color-orange-200 {
  color: var(--ms-color-orange-200);
}
.ms-background-orange-200 {
  background-color: var(--ms-color-orange-200);
}
.ms-fill-orange-200 {
  fill: var(--ms-color-orange-200);
}
:root {
  --ms-color-orange-100: #feecdc;
}
.ms-color-orange-100 {
  color: var(--ms-color-orange-100);
}
.ms-background-orange-100 {
  background-color: var(--ms-color-orange-100);
}
.ms-fill-orange-100 {
  fill: var(--ms-color-orange-100);
}
:root {
  --ms-color-orange-50: #fff8f1;
}
.ms-color-orange-50 {
  color: var(--ms-color-orange-50);
}
.ms-background-orange-50 {
  background-color: var(--ms-color-orange-50);
}
.ms-fill-orange-50 {
  fill: var(--ms-color-orange-50);
}
:root {
  --ms-color-teal-900: #014451;
}
.ms-color-teal-900 {
  color: var(--ms-color-teal-900);
}
.ms-background-teal-900 {
  background-color: var(--ms-color-teal-900);
}
.ms-fill-teal-900 {
  fill: var(--ms-color-teal-900);
}
:root {
  --ms-color-teal-800: #05505C;
}
.ms-color-teal-800 {
  color: var(--ms-color-teal-800);
}
.ms-background-teal-800 {
  background-color: var(--ms-color-teal-800);
}
.ms-fill-teal-800 {
  fill: var(--ms-color-teal-800);
}
:root {
  --ms-color-teal-700: #036672;
}
.ms-color-teal-700 {
  color: var(--ms-color-teal-700);
}
.ms-background-teal-700 {
  background-color: var(--ms-color-teal-700);
}
.ms-fill-teal-700 {
  fill: var(--ms-color-teal-700);
}
:root {
  --ms-color-teal-600: #047481;
}
.ms-color-teal-600 {
  color: var(--ms-color-teal-600);
}
.ms-background-teal-600 {
  background-color: var(--ms-color-teal-600);
}
.ms-fill-teal-600 {
  fill: var(--ms-color-teal-600);
}
:root {
  --ms-color-teal-500: #0694A2;
}
.ms-color-teal-500 {
  color: var(--ms-color-teal-500);
}
.ms-background-teal-500 {
  background-color: var(--ms-color-teal-500);
}
.ms-fill-teal-500 {
  fill: var(--ms-color-teal-500);
}
:root {
  --ms-color-teal-400: #16bdca;
}
.ms-color-teal-400 {
  color: var(--ms-color-teal-400);
}
.ms-background-teal-400 {
  background-color: var(--ms-color-teal-400);
}
.ms-fill-teal-400 {
  fill: var(--ms-color-teal-400);
}
:root {
  --ms-color-teal-300: #7edce2;
}
.ms-color-teal-300 {
  color: var(--ms-color-teal-300);
}
.ms-background-teal-300 {
  background-color: var(--ms-color-teal-300);
}
.ms-fill-teal-300 {
  fill: var(--ms-color-teal-300);
}
:root {
  --ms-color-teal-200: #afecef;
}
.ms-color-teal-200 {
  color: var(--ms-color-teal-200);
}
.ms-background-teal-200 {
  background-color: var(--ms-color-teal-200);
}
.ms-fill-teal-200 {
  fill: var(--ms-color-teal-200);
}
:root {
  --ms-color-teal-100: #d5f5f6;
}
.ms-color-teal-100 {
  color: var(--ms-color-teal-100);
}
.ms-background-teal-100 {
  background-color: var(--ms-color-teal-100);
}
.ms-fill-teal-100 {
  fill: var(--ms-color-teal-100);
}
:root {
  --ms-color-teal-50: #edfafa;
}
.ms-color-teal-50 {
  color: var(--ms-color-teal-50);
}
.ms-background-teal-50 {
  background-color: var(--ms-color-teal-50);
}
.ms-fill-teal-50 {
  fill: var(--ms-color-teal-50);
}
:root {
  --ms-color-blue-900: #233876;
}
.ms-color-blue-900 {
  color: var(--ms-color-blue-900);
}
.ms-background-blue-900 {
  background-color: var(--ms-color-blue-900);
}
.ms-fill-blue-900 {
  fill: var(--ms-color-blue-900);
}
:root {
  --ms-color-blue-800: #1e429f;
}
.ms-color-blue-800 {
  color: var(--ms-color-blue-800);
}
.ms-background-blue-800 {
  background-color: var(--ms-color-blue-800);
}
.ms-fill-blue-800 {
  fill: var(--ms-color-blue-800);
}
:root {
  --ms-color-blue-700: #1a56db;
}
.ms-color-blue-700 {
  color: var(--ms-color-blue-700);
}
.ms-background-blue-700 {
  background-color: var(--ms-color-blue-700);
}
.ms-fill-blue-700 {
  fill: var(--ms-color-blue-700);
}
:root {
  --ms-color-blue-600: #1c64f2;
}
.ms-color-blue-600 {
  color: var(--ms-color-blue-600);
}
.ms-background-blue-600 {
  background-color: var(--ms-color-blue-600);
}
.ms-fill-blue-600 {
  fill: var(--ms-color-blue-600);
}
:root {
  --ms-color-blue-500: #3f83f8;
}
.ms-color-blue-500 {
  color: var(--ms-color-blue-500);
}
.ms-background-blue-500 {
  background-color: var(--ms-color-blue-500);
}
.ms-fill-blue-500 {
  fill: var(--ms-color-blue-500);
}
:root {
  --ms-color-blue-400: #76a9fa;
}
.ms-color-blue-400 {
  color: var(--ms-color-blue-400);
}
.ms-background-blue-400 {
  background-color: var(--ms-color-blue-400);
}
.ms-fill-blue-400 {
  fill: var(--ms-color-blue-400);
}
:root {
  --ms-color-blue-300: #a4cafe;
}
.ms-color-blue-300 {
  color: var(--ms-color-blue-300);
}
.ms-background-blue-300 {
  background-color: var(--ms-color-blue-300);
}
.ms-fill-blue-300 {
  fill: var(--ms-color-blue-300);
}
:root {
  --ms-color-blue-200: #c3ddfd;
}
.ms-color-blue-200 {
  color: var(--ms-color-blue-200);
}
.ms-background-blue-200 {
  background-color: var(--ms-color-blue-200);
}
.ms-fill-blue-200 {
  fill: var(--ms-color-blue-200);
}
:root {
  --ms-color-blue-100: #e1effe;
}
.ms-color-blue-100 {
  color: var(--ms-color-blue-100);
}
.ms-background-blue-100 {
  background-color: var(--ms-color-blue-100);
}
.ms-fill-blue-100 {
  fill: var(--ms-color-blue-100);
}
:root {
  --ms-color-blue-50: #ebf5ff;
}
.ms-color-blue-50 {
  color: var(--ms-color-blue-50);
}
.ms-background-blue-50 {
  background-color: var(--ms-color-blue-50);
}
.ms-fill-blue-50 {
  fill: var(--ms-color-blue-50);
}
:root {
  --ms-color-purple-900: #4A1D96;
}
.ms-color-purple-900 {
  color: var(--ms-color-purple-900);
}
.ms-background-purple-900 {
  background-color: var(--ms-color-purple-900);
}
.ms-fill-purple-900 {
  fill: var(--ms-color-purple-900);
}
:root {
  --ms-color-purple-800: #5521B5;
}
.ms-color-purple-800 {
  color: var(--ms-color-purple-800);
}
.ms-background-purple-800 {
  background-color: var(--ms-color-purple-800);
}
.ms-fill-purple-800 {
  fill: var(--ms-color-purple-800);
}
:root {
  --ms-color-purple-700: #6C2BD9;
}
.ms-color-purple-700 {
  color: var(--ms-color-purple-700);
}
.ms-background-purple-700 {
  background-color: var(--ms-color-purple-700);
}
.ms-fill-purple-700 {
  fill: var(--ms-color-purple-700);
}
:root {
  --ms-color-purple-600: #7E3AF2;
}
.ms-color-purple-600 {
  color: var(--ms-color-purple-600);
}
.ms-background-purple-600 {
  background-color: var(--ms-color-purple-600);
}
.ms-fill-purple-600 {
  fill: var(--ms-color-purple-600);
}
:root {
  --ms-color-purple-500: #9061F9;
}
.ms-color-purple-500 {
  color: var(--ms-color-purple-500);
}
.ms-background-purple-500 {
  background-color: var(--ms-color-purple-500);
}
.ms-fill-purple-500 {
  fill: var(--ms-color-purple-500);
}
:root {
  --ms-color-purple-400: #ac94fa;
}
.ms-color-purple-400 {
  color: var(--ms-color-purple-400);
}
.ms-background-purple-400 {
  background-color: var(--ms-color-purple-400);
}
.ms-fill-purple-400 {
  fill: var(--ms-color-purple-400);
}
:root {
  --ms-color-purple-300: #cabffd;
}
.ms-color-purple-300 {
  color: var(--ms-color-purple-300);
}
.ms-background-purple-300 {
  background-color: var(--ms-color-purple-300);
}
.ms-fill-purple-300 {
  fill: var(--ms-color-purple-300);
}
:root {
  --ms-color-purple-200: #dcd7fe;
}
.ms-color-purple-200 {
  color: var(--ms-color-purple-200);
}
.ms-background-purple-200 {
  background-color: var(--ms-color-purple-200);
}
.ms-fill-purple-200 {
  fill: var(--ms-color-purple-200);
}
:root {
  --ms-color-purple-100: #edebfe;
}
.ms-color-purple-100 {
  color: var(--ms-color-purple-100);
}
.ms-background-purple-100 {
  background-color: var(--ms-color-purple-100);
}
.ms-fill-purple-100 {
  fill: var(--ms-color-purple-100);
}
:root {
  --ms-color-purple-50: #f6f5ff;
}
.ms-color-purple-50 {
  color: var(--ms-color-purple-50);
}
.ms-background-purple-50 {
  background-color: var(--ms-color-purple-50);
}
.ms-fill-purple-50 {
  fill: var(--ms-color-purple-50);
}
:root {
  --ms-color-pink-900: #751A3D;
}
.ms-color-pink-900 {
  color: var(--ms-color-pink-900);
}
.ms-background-pink-900 {
  background-color: var(--ms-color-pink-900);
}
.ms-fill-pink-900 {
  fill: var(--ms-color-pink-900);
}
:root {
  --ms-color-pink-800: #99154B;
}
.ms-color-pink-800 {
  color: var(--ms-color-pink-800);
}
.ms-background-pink-800 {
  background-color: var(--ms-color-pink-800);
}
.ms-fill-pink-800 {
  fill: var(--ms-color-pink-800);
}
:root {
  --ms-color-pink-700: #BF125D;
}
.ms-color-pink-700 {
  color: var(--ms-color-pink-700);
}
.ms-background-pink-700 {
  background-color: var(--ms-color-pink-700);
}
.ms-fill-pink-700 {
  fill: var(--ms-color-pink-700);
}
:root {
  --ms-color-pink-600: #D61F69;
}
.ms-color-pink-600 {
  color: var(--ms-color-pink-600);
}
.ms-background-pink-600 {
  background-color: var(--ms-color-pink-600);
}
.ms-fill-pink-600 {
  fill: var(--ms-color-pink-600);
}
:root {
  --ms-color-pink-500: #E74694;
}
.ms-color-pink-500 {
  color: var(--ms-color-pink-500);
}
.ms-background-pink-500 {
  background-color: var(--ms-color-pink-500);
}
.ms-fill-pink-500 {
  fill: var(--ms-color-pink-500);
}
:root {
  --ms-color-pink-400: #f17eb8;
}
.ms-color-pink-400 {
  color: var(--ms-color-pink-400);
}
.ms-background-pink-400 {
  background-color: var(--ms-color-pink-400);
}
.ms-fill-pink-400 {
  fill: var(--ms-color-pink-400);
}
:root {
  --ms-color-pink-300: #f8b4d9;
}
.ms-color-pink-300 {
  color: var(--ms-color-pink-300);
}
.ms-background-pink-300 {
  background-color: var(--ms-color-pink-300);
}
.ms-fill-pink-300 {
  fill: var(--ms-color-pink-300);
}
:root {
  --ms-color-pink-200: #fad1e8;
}
.ms-color-pink-200 {
  color: var(--ms-color-pink-200);
}
.ms-background-pink-200 {
  background-color: var(--ms-color-pink-200);
}
.ms-fill-pink-200 {
  fill: var(--ms-color-pink-200);
}
:root {
  --ms-color-pink-100: #fce8f3;
}
.ms-color-pink-100 {
  color: var(--ms-color-pink-100);
}
.ms-background-pink-100 {
  background-color: var(--ms-color-pink-100);
}
.ms-fill-pink-100 {
  fill: var(--ms-color-pink-100);
}
:root {
  --ms-color-pink-50: #fdf2f8;
}
.ms-color-pink-50 {
  color: var(--ms-color-pink-50);
}
.ms-background-pink-50 {
  background-color: var(--ms-color-pink-50);
}
.ms-fill-pink-50 {
  fill: var(--ms-color-pink-50);
}
.ms-background-transparent {
  background-color: transparent;
}
.ms-color-base-primary {
  color: #2f2f2f;
}
.ms-color-base-secondary {
  color: #2f2f2f;
}
.ms-color-base-secondary--2 {
  color: #636363;
}
.ms-color-base-secondary--3 {
  color: #979797;
}
.ms-color-base-secondary--3-important {
  color: #979797 !important;
}
.ms-color-info-warning {
  color: #fca641;
}
.ms-color-info-success {
  color: #3a8518ff;
}
.ms-color-info-danger {
  color: #ea426a;
}
.ms-color-info-info {
  color: #3a8518ff;
}
.ms-color-action {
  color: #3a8518ff;
}
.ms-color-charting-lower {
  color: #faa071;
}
.ms-bg-color-base-primary {
  background: #2f2f2f;
}
.ms-bg-color-base-primary--6 {
  background: #e9ebef;
}
.ms-bg-color-base-secondary {
  background: #2f2f2f;
}
.ms-bg-color-base-secondary--6 {
  background: #f4f4f4;
}
.ms-bg-color-base-white {
  background: #ffffff;
}
.ms-bg-color-info-success {
  background: #3a8518ff;
}
.ms-bg-color-info-info {
  background: #3a8518ff;
}
.ms-bg-color-info-info--2 {
  background: #6793d5;
}
.ms-bg-color-charting-neutral {
  background: #c0c0c0;
}
.ms-bg-color-charting-lower {
  background: #faa071;
}
.ms-border-color-base-secondary--5 {
  border: 1px solid #eaeaea;
}
.ms-charting-color-percentile-above-top {
  background-color: #3a8518ff;
  color: #ffffffff;
}
.ms-charting-color-percentile-above-top-bg {
  background-color: #3a8518ff;
}
.ms-charting-color-percentile-above-top-color {
  color: #3a8518ff;
}
.ms-charting-color-percentile-between {
  background-color: #697687ff;
  color: #ffffffff;
}
.ms-charting-color-percentile-between-bg {
  background-color: #697687ff;
}
.ms-charting-color-percentile-between-color {
  color: #697687ff;
}
.ms-charting-color-percentile-below-bottom {
  background-color: #e7cb38ff;
  color: #050301ff;
}
.ms-charting-color-percentile-below-bottom-bg {
  background-color: #e7cb38ff;
}
.ms-charting-color-percentile-below-bottom-color {
  color: #847320ff;
}
.ms-button,
.md-primary.md-button.md-ink-ripple.md-default-theme.md-confirm-button,
.md-primary.md-button.md-ink-ripple.md-default-theme.md-cancel-button {
  min-height: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 5px;
  padding: 0 15px;
  border: none;
  border-radius: 56.25rem;
  background: #3a8518ff;
  color: #ffffff;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: padding 250ms, opacity 500ms, background 250ms;
  transition: padding 250ms, opacity 500ms, background 250ms;
}
.ms-button md-icon {
  color: #ffffff;
  margin-top: 2px;
}
.ms-button:hover,
.md-primary.md-button.md-ink-ripple.md-default-theme.md-confirm-button:hover {
  background: #3d6b24ff;
}
.ms-button:disabled {
  cursor: not-allowed;
}
.ms-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ms-button.has-interaction:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ms-button:focus-visible {
  outline: 1px solid #3a8518ff;
  outline-offset: 3px;
}
.ms-button.is-sm {
  min-height: 20px;
  padding: 0 11px;
}
.ms-button.is-lg {
  font-size: 14px;
  min-height: 36px;
  padding: 0 20px;
}
.ms-button.is-standard {
  background-color: #79869c;
}
.ms-button.is-standard:hover {
  background-color: #a6afbd;
}
.ms-button.is-success,
.ms-button.is-info {
  background-color: #3a8518ff;
}
.ms-button.is-success:hover,
.ms-button.is-info:hover {
  background-color: #3d6b24ff;
}
.ms-button.is-success:disabled,
.ms-button.is-info:disabled,
.ms-button.is-success[class*="--disabled"],
.ms-button.is-info[class*="--disabled"] {
  color: var(--ms-color-secondary-700);
  background-color: var(--ms-color-secondary-300);
}
.ms-button.is-success:active:not(:disabled):not([class*="--disabled"]),
.ms-button.is-info:active:not(:disabled):not([class*="--disabled"]) {
  background: #395c27ff;
}
.ms-button.is-danger {
  background-color: #ea426a;
}
.ms-button.is-danger:hover {
  background-color: #ee6888;
}
.ms-button.is-text {
  background-color: transparent;
  color: #636363;
  font-style: italic;
}
.ms-button.is-text:hover {
  background-color: #eaeaea;
}
.ms-button.is-outline,
.md-primary.md-button.md-ink-ripple.md-default-theme.md-cancel-button {
  border-style: solid;
  border-width: 1px;
  border-color: #3a8518ff;
  color: #050301ff;
  background-color: #ffffff;
}
.ms-button.is-outline:hover {
  color: currentColor;
  background-color: #ffffff;
}
.ms-button.is-outline:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ms-button.is-outline:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ms-button.is-outline.has-interaction:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ms-button.is-outline.is-standard {
  border-color: #79869c;
  color: #79869c;
  background-color: #ffffff;
}
.ms-button.is-outline.is-standard.is-selected {
  background-color: #79869c;
  color: #ffffff;
}
.ms-button.is-outline.is-standard.is-selected:hover {
  background-color: #a6afbd;
  color: #ffffff;
}
.ms-button.is-outline.is-standard:hover {
  border-color: #a6afbd;
  color: #a6afbd;
  background-color: #ffffff;
}
.ms-button.is-outline.is-black {
  border-color: #111928;
  color: #ffffff;
  background-color: #111928;
}
.ms-button.is-outline.is-black:hover {
  border-color: #2f2f2f;
  color: #ffffff;
  background-color: #2f2f2f;
}
.ms-button.is-outline.is-success,
.ms-button.is-outline.is-info {
  border-color: #3a8518ff;
  background-color: #ffffff;
}
.ms-button.is-outline.is-success:disabled,
.ms-button.is-outline.is-info:disabled,
.ms-button.is-outline.is-success[class*="--disabled"],
.ms-button.is-outline.is-info[class*="--disabled"] {
  color: var(--ms-color-secondary-700);
  border-color: #717f90ff;
}
.ms-button.is-outline.is-success:hover:not(:disabled):not([class*="--disabled"]),
.ms-button.is-outline.is-info:hover:not(:disabled):not([class*="--disabled"]) {
  background: #eef2f6ff;
}
.ms-button.is-outline.is-success:active:not(:disabled):not([class*="--disabled"]),
.ms-button.is-outline.is-info:active:not(:disabled):not([class*="--disabled"]) {
  background: #e5ebf1ff;
}
.ms-button.is-outline.is-danger {
  border-color: #ea426a;
  color: #ea426a;
  background-color: #ffffff;
}
.ms-button.is-outline.is-danger:hover {
  border-color: #ee6888;
  color: #ee6888;
  background-color: #ffffff;
}
.ms-button--link {
  text-decoration: underline;
  color: #3a8518ff;
}
.md-primary.md-button.md-ink-ripple.md-default-theme.md-confirm-button {
  text-transform: capitalize;
}
.md-primary.md-button.md-ink-ripple.md-default-theme.md-cancel-button {
  text-transform: capitalize;
}
.back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #eaeaea;
  border-radius: 50%;
}
.back-button:hover {
  background: #cbcbcb;
}
.back-button.is-sm {
  font-size: 10px;
}
.back-button.is-lg {
  font-size: 14px;
}
.ms-outline {
  outline: 2px solid #cddbfe;
}
.ms-box-shadow {
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
}
.ms-box-shadow--full {
  -webkit-box-shadow: 0 0 20px #cbcbcb;
          box-shadow: 0 0 20px #cbcbcb;
}
.ms-box-shadow--tight {
  -webkit-box-shadow: 0 0 3px #979797;
          box-shadow: 0 0 3px #979797;
}
.ms-shadow-1 {
  background-color: #c4c4c4;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 24px 32px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 24px 32px rgba(0, 0, 0, 0.04);
}
.ms-shadow-2 {
  background-color: #c4c4c4;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ms-shadow-3 {
  background-color: #c4c4c4;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}
.vertical-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**
 * Base Input styling that can be passed to any select, input and textarea
 */
.ms-input {
  background-color: var(--ms-color-secondary-50);
  padding: 12px 16px;
  border: 1px solid #e5ebf1ff;
  border-radius: 8px;
  font-family: inherit;
}
.ms-input::-webkit-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-input::-moz-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-input:-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-input::-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-input::placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-input:disabled::-webkit-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-input:disabled::-moz-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-input:disabled:-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-input:disabled::-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-input:disabled,
.ms-input:disabled::placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-input:focus,
.ms-input:hover:not(:disabled) {
  border-color: #3a8518ff;
}
.ms-input:focus:not(:focus-visible) {
  border-color: #3a8518ff;
}
/** TODO: REMOVE when all inputs are converted to using the DS component */
.ms-form-input {
  background-color: var(--ms-color-secondary-50);
  padding: 12px 16px;
  border: 1px solid #e5ebf1ff;
  border-radius: 8px;
  font-family: inherit;
}
.ms-form-input::-webkit-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-form-input::-moz-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-form-input:-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-form-input::-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-form-input::placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-form-input:disabled::-webkit-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-form-input:disabled::-moz-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-form-input:disabled:-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-form-input:disabled::-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-form-input:disabled,
.ms-form-input:disabled::placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-form-input:focus,
.ms-form-input:hover:not(:disabled) {
  border-color: #3a8518ff;
}
.ms-form-input:focus:not(:focus-visible) {
  border-color: #3a8518ff;
}
.ms-form-input.is-success {
  background: #dff8f2 !important;
  border-color: #8be5d0 !important;
}
.ms-form-input.is-error {
  background: #fbd9e1 !important;
  border-color: #f28ea6 !important;
  color: #ee6888 !important;
}
.ms-form-input.is-error::-webkit-input-placeholder {
  color: #ee6888 !important;
}
.ms-form-input.is-error::-moz-placeholder {
  color: #ee6888 !important;
}
.ms-form-input.is-error:-ms-input-placeholder {
  color: #ee6888 !important;
}
.ms-form-input.is-error::-ms-input-placeholder {
  color: #ee6888 !important;
}
.ms-form-input.is-error::placeholder {
  color: #ee6888 !important;
}
.ms-form-input-message {
  font-size: 10px;
  line-height: 12px;
  color: #979797;
  margin-left: 2px;
  margin-top: 5px;
}
.ms-form-input-message.is-success {
  color: #3a8518ff;
}
.ms-form-input-message.is-error {
  color: #ee6888;
}
/* Customize the label (the ms-input-container--checkbox) */
.ms-input-container--checkbox,
.ms-input-container--radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.ms-input-container--checkbox input,
.ms-input-container--radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #979797;
  border-radius: 3.5px;
}
.radiomark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #979797;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.ms-input-container--checkbox:hover input ~ .checkmark,
.ms-input-container--radio:hover input ~ .radiomark {
  background-color: #f4f4f4;
}
/* When the checkbox is checked, add a blue background */
.ms-input-container--checkbox input:checked ~ .checkmark,
.ms-input-container--radio input:checked ~ .radiomark {
  background-color: #3a8518ff;
  border: 1px solid #3a8518ff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after,
.radiomark::after {
  content: "";
  position: absolute;
  display: none;
}
/* Style the checkmark/indicator */
.ms-input-container--checkbox .checkmark::after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ms-input-container--radio .radiomark::after {
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
/* Show the checkmark when checked */
.ms-input-container--checkbox input:checked ~ .checkmark::after,
.ms-input-container--radio input:checked ~ .radiomark::after {
  display: block;
}
.ms-form-select {
  -webkit-appearance: none;
  font-size: 12px;
  color: #2f2f2f;
  border-color: #cbcbcb;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  height: 30px;
  min-width: 100px;
  padding: 5px;
  background-color: #ffffff;
  background-image: url(./assets/fonts/f330b004d22a07cce2c4.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-origin: content-box;
  cursor: pointer;
}
.ms-form-select:disabled {
  cursor: not-allowed;
  color: #636363;
  border-color: #636363;
  opacity: 0.5;
}
.ms-form-select.is-success {
  color: #dff8f2 !important;
  border-color: #8be5d0 !important;
}
.ms-form-select.is-info {
  color: #3a8518ff !important;
  border-color: #3a8518ff !important;
}
.ms-form-select[class*="custom-"] {
  min-width: 130px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 20px;
  padding: 3px 10px;
  font-size: 14px;
}
.ms-form-select[class*="custom-"].custom-primary {
  color: #717f90ff;
  border-color: #717f90ff;
}
.ms-form-select[class*="custom-"].custom-secondary {
  color: #3a8518ff;
  border-color: #3a8518ff;
}
.ms-form-select[class*="custom-"].custom-tertiary {
  font-weight: bold;
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.ms-textarea {
  background-color: var(--ms-color-secondary-50);
  padding: 12px 16px;
  border: 1px solid #e5ebf1ff;
  border-radius: 8px;
  font-family: inherit;
  line-height: 20px;
  resize: none;
  scrollbar-color: #e5ebf1ff transparent;
}
.ms-textarea::-webkit-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-textarea::-moz-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-textarea:-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-textarea::-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-textarea::placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-textarea:disabled::-webkit-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-textarea:disabled::-moz-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-textarea:disabled:-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-textarea:disabled::-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-textarea:disabled,
.ms-textarea:disabled::placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-textarea:focus,
.ms-textarea:hover:not(:disabled) {
  border-color: #3a8518ff;
}
.ms-textarea:focus:not(:focus-visible) {
  border-color: #3a8518ff;
}
.ms-textarea::-webkit-scrollbar-thumb {
  background-color: #e5ebf1ff;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
.ms-textarea::-webkit-scrollbar {
  width: 16px;
}
.ms-label {
  padding: 3px 8px;
  border-radius: 10px;
  background-color: #979797;
  color: #ffffff;
}
.ms-label.is-primary {
  background-color: #2f2f2f;
}
.ms-label.is-success {
  background-color: #3a8518ff;
}
.ms-label.is-info {
  background-color: #3a8518ff;
}
.ms-label.is-warning {
  background-color: #fca641;
}
.ms-label.is-secondary-5 {
  color: #636363;
  background-color: #eaeaea;
  font-weight: 600;
}
.ms-label.is-secondary-6 {
  color: #979797;
  background-color: #f4f4f4;
  font-weight: 600;
}
*[tooltip] {
  position: relative;
  overflow: visible;
  display: inline-block;
}
*[tooltip]:hover::after {
  content: attr(tooltip);
  position: absolute;
  top: 100%;
  left: 30%;
  z-index: 5000;
  display: block;
  font-size: 12px;
  color: #2f2f2f;
  font-weight: 800;
  border: 1px solid #eaeaea;
  margin-top: 3px;
  margin-left: 3px;
  padding: 3px 7px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 2px 6px #cbcbcb;
          box-shadow: 0 2px 6px #cbcbcb;
  overflow-wrap: break-word;
  overflow: hidden;
  width: 160px;
  border-radius: 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: normal;
}
/*
Creates a flexible repeat grid of items. Items are all the same size and flexibly fill out the row of the grid.
@width: smallest width of each item in the grid at which point they break to next line.
@gap: gap between all items in the grid.
*/
.ms-card-base-mixin {
  padding: 24px;
  background-color: var(--ms-color-base-white);
  border-radius: 8px;
  border: 1px solid #e5ebf1ff;
}
.ms-card-selected-mixin {
  border-color: #76a9fa;
}
.ms-text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.unstyled-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: none;
}
.ms-text-left {
  text-align: left;
}
.ms-text-right {
  text-align: right;
}
.ms-text-justify {
  text-align: justify;
}
.ms-text-center {
  text-align: center;
}
/**
Comma separated values are values, that have commas between them.
There will be no commas at the beginning or end of the values.
*/
.focus-visible {
  outline: 1px solid #3a8518ff;
  outline-offset: 2px;
}
.input-base {
  border-radius: 8px;
  background-color: #ffffff00;
  border: 1px solid #e5ebf1ff;
}
.input-base::-webkit-input-placeholder {
  color: #636c79ff;
}
.input-base::-moz-placeholder {
  color: #636c79ff;
}
.input-base:-ms-input-placeholder {
  color: #636c79ff;
}
.input-base::-ms-input-placeholder {
  color: #636c79ff;
}
.input-base::placeholder {
  color: #636c79ff;
}
.input-hover {
  background-color: #eef2f6ff;
}
.input-focus-visible {
  border-color: #3a8518ff;
}
.input-mixin {
  border-radius: 8px;
  background-color: #ffffff00;
  border: 1px solid #e5ebf1ff;
}
.input-mixin::-webkit-input-placeholder {
  color: #636c79ff;
}
.input-mixin::-moz-placeholder {
  color: #636c79ff;
}
.input-mixin:-ms-input-placeholder {
  color: #636c79ff;
}
.input-mixin::-ms-input-placeholder {
  color: #636c79ff;
}
.input-mixin::placeholder {
  color: #636c79ff;
}
.input-mixin:hover {
  background-color: #eef2f6ff;
}
.input-mixin:focus-visible {
  border-color: #3a8518ff;
}
/* ---- DESIGN SYSTEM TYPOGRAPHY ---- */
:root {
  font-size: 16px;
}
.ms-text-12 {
  font-size: 12px;
}
.ms-text-14 {
  font-size: 14px;
}
.ms-text-16 {
  font-size: 16px;
}
.ms-text-18 {
  font-size: 18px;
}
.ms-text-24 {
  font-size: 24px;
}
.ms-text-32 {
  font-size: 32px;
}
.ms-text-48 {
  font-size: 48px;
}
/** Heading 6 */
.ms-heading-14 {
  font-size: 14px;
}
/** Heading 5 */
.ms-heading-16 {
  font-size: 16px;
}
/** Heading 4 */
.ms-heading-18 {
  font-size: 18px;
}
/** Heading 3 */
.ms-heading-24 {
  font-size: 24px;
}
/** Heading 2 */
.ms-heading-32 {
  font-size: 32px;
}
/** Heading 1 */
.ms-heading-48 {
  font-size: 48px;
}
.ms-font-thin {
  font-weight: 100;
}
.ms-font-extra-light {
  font-weight: 200;
}
.ms-font-light {
  font-weight: 300;
}
.ms-font-normal {
  font-weight: 400;
}
.ms-font-medium {
  font-weight: 500;
}
.ms-font-semi-bold {
  font-weight: 600;
}
.ms-font-bold {
  font-weight: 700;
}
.ms-font-extra-bold {
  font-weight: 800;
}
.ms-font-black {
  font-weight: 900;
}
.ms-heading-1 {
  font-size: 40px;
}
.ms-heading-2 {
  font-size: 32px;
}
.ms-heading-3 {
  font-size: 28px;
}
.ms-heading-4 {
  font-size: 24px;
}
.ms-heading-5 {
  font-size: 20px;
}
.ms-heading-6 {
  font-size: 16px;
}
.ms-text-1 {
  font-size: 20px;
}
.ms-text-2 {
  font-size: 18px;
}
.ms-text-3 {
  font-size: 16px;
}
.ms-text-4 {
  font-size: 14px;
}
.ms-text-5 {
  font-size: 12px;
}
.ms-text-6 {
  font-size: 10px;
}
.ms-text-7 {
  font-size: 8px;
}
@-webkit-keyframes voila {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes voila {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.voila {
  -webkit-animation-name: voila;
  animation-name: voila;
}
/**
 * Generates padding or margin classes
 */
/**
 * Converts padding and margin values to classes
 */
.ms-padding-0 {
  padding: 0;
}
.ms-padding-8 {
  padding: 8px;
}
.ms-padding-top-8 {
  padding-top: 8px;
}
.ms-padding-bottom-8 {
  padding-bottom: 8px;
}
.ms-padding-left-8 {
  padding-left: 8px;
}
.ms-padding-right-8 {
  padding-right: 8px;
}
.ms-padding-12 {
  padding: 12px;
}
.ms-padding-top-12 {
  padding-top: 12px;
}
.ms-padding-bottom-12 {
  padding-bottom: 12px;
}
.ms-padding-left-12 {
  padding-left: 12px;
}
.ms-padding-right-12 {
  padding-right: 12px;
}
.ms-padding-16 {
  padding: 16px;
}
.ms-padding-top-16 {
  padding-top: 16px;
}
.ms-padding-bottom-16 {
  padding-bottom: 16px;
}
.ms-padding-left-16 {
  padding-left: 16px;
}
.ms-padding-right-16 {
  padding-right: 16px;
}
.ms-padding-24 {
  padding: 24px;
}
.ms-padding-top-24 {
  padding-top: 24px;
}
.ms-padding-bottom-24 {
  padding-bottom: 24px;
}
.ms-padding-left-24 {
  padding-left: 24px;
}
.ms-padding-right-24 {
  padding-right: 24px;
}
.ms-padding-32 {
  padding: 32px;
}
.ms-padding-top-32 {
  padding-top: 32px;
}
.ms-padding-bottom-32 {
  padding-bottom: 32px;
}
.ms-padding-left-32 {
  padding-left: 32px;
}
.ms-padding-right-32 {
  padding-right: 32px;
}
.ms-padding-48 {
  padding: 48px;
}
.ms-padding-top-48 {
  padding-top: 48px;
}
.ms-padding-bottom-48 {
  padding-bottom: 48px;
}
.ms-padding-left-48 {
  padding-left: 48px;
}
.ms-padding-right-48 {
  padding-right: 48px;
}
.ms-margin-0 {
  margin: 0;
}
.ms-margin-8 {
  margin: 8px;
}
.ms-margin-top-8 {
  margin-top: 8px;
}
.ms-margin-bottom-8 {
  margin-bottom: 8px;
}
.ms-margin-left-8 {
  margin-left: 8px;
}
.ms-margin-right-8 {
  margin-right: 8px;
}
.ms-margin-12 {
  margin: 12px;
}
.ms-margin-top-12 {
  margin-top: 12px;
}
.ms-margin-bottom-12 {
  margin-bottom: 12px;
}
.ms-margin-left-12 {
  margin-left: 12px;
}
.ms-margin-right-12 {
  margin-right: 12px;
}
.ms-margin-16 {
  margin: 16px;
}
.ms-margin-top-16 {
  margin-top: 16px;
}
.ms-margin-bottom-16 {
  margin-bottom: 16px;
}
.ms-margin-left-16 {
  margin-left: 16px;
}
.ms-margin-right-16 {
  margin-right: 16px;
}
.ms-margin-24 {
  margin: 24px;
}
.ms-margin-top-24 {
  margin-top: 24px;
}
.ms-margin-bottom-24 {
  margin-bottom: 24px;
}
.ms-margin-left-24 {
  margin-left: 24px;
}
.ms-margin-right-24 {
  margin-right: 24px;
}
.ms-margin-32 {
  margin: 32px;
}
.ms-margin-top-32 {
  margin-top: 32px;
}
.ms-margin-bottom-32 {
  margin-bottom: 32px;
}
.ms-margin-left-32 {
  margin-left: 32px;
}
.ms-margin-right-32 {
  margin-right: 32px;
}
.ms-margin-48 {
  margin: 48px;
}
.ms-margin-top-48 {
  margin-top: 48px;
}
.ms-margin-bottom-48 {
  margin-bottom: 48px;
}
.ms-margin-left-48 {
  margin-left: 48px;
}
.ms-margin-right-48 {
  margin-right: 48px;
}
/* ---- FLEXBOX ---- */
/* ---- Direction ---- */
/* ---- Justify content ---- */
/* ---- Align items ---- */
/* ---- Individual flex styles ---- */
.ms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* flex-direction classes */
.ms-flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ms-flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ms-flex-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* justify-content classes */
.ms-flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ms-flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ms-flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms-flex-justify-even {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.ms-flex-justify-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* align-items classes */
.ms-flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ms-flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ms-flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ms-flex-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* ---- Layout flex styles ---- */
/* creates a display flex with just the direction */
.ms-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with just the direction */
.ms-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with just the direction */
.ms-flex-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with just the direction */
.ms-flex-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates class with only direction */
/* creates class with above direction, justify layout */
/* create classes for all possible align-items layout */
.page-container-padding {
  padding: 30px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.tight-input {
  margin-bottom: 4px;
  margin-top: 4px;
}
.margin-bottom {
  margin-bottom: 8px;
}
.margin-left {
  margin-left: 8px;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-0-important {
  margin-left: 0 !important;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right {
  margin-right: 8px;
}
.margin-top {
  margin-top: 8px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-tight {
  margin-top: 4px;
}
.margin-top-large {
  margin-top: 40px;
}
.margin-top-none {
  margin-top: 4px;
}
.margin-large {
  margin: 40px;
}
.margin-bottom-tight {
  margin-bottom: 3px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-horizontal {
  margin-left: 8px;
  margin-right: 8px;
}
.margin-horizontal-important {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.margin-right-large {
  margin-right: 20px;
}
.margin-right-4 {
  margin-right: 4px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-tight {
  margin: 4px;
}
.margin-super-tight {
  margin: 2px;
}
.margin-none {
  margin: 0;
}
.margin-none-important {
  margin: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-vertical-none {
  margin-bottom: 0;
  margin-top: 0;
}
.margin-vertical-tight {
  margin-top: 4px;
  margin-bottom: 4px;
}
.margin-vertical-lg {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-left-badge {
  margin-left: 12px;
}
.margin-left-large,
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-tight {
  margin-right: 4px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-none {
  padding: 0;
}
.padding-none-important {
  padding: 0 !important;
}
.padding-right-none-important {
  padding-right: 0 !important;
}
.padding-5 {
  padding: 5px;
}
.padding-top-lg {
  padding-top: 25px;
}
.padding-top-large {
  padding-top: 40px;
}
.padding-bottom-large {
  padding-bottom: 40px;
}
.padding-vertical {
  padding-top: 8px;
  padding-bottom: 8px;
}
.padding-bottom {
  padding-bottom: 8px;
}
.padding-top-3 {
  padding-top: 3px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-vertical-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.padding-top-medium {
  padding-top: 15px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-right-8 {
  padding-right: 8px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-horizontal {
  padding-left: 8px;
  padding-right: 8px;
}
.padding-horizontal-small {
  padding-left: 4px;
  padding-right: 4px;
}
.margin-medium {
  margin: 20px;
}
.padding-horizontal-medium {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-medium {
  padding: 20px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-small {
  padding-right: 10px;
}
.padding-right-medium {
  padding-right: 20px;
}
.padding-right-large {
  padding-right: 40px;
}
.padding-left-medium {
  padding-left: 20px;
}
.padding-left-large {
  padding-left: 40px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-vertical-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-left-80 {
  padding-left: 80px;
}
.padding-right-80 {
  padding-right: 80px;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.font-bold {
  font-weight: bold;
}
.width-250 {
  width: 250px;
}
.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.min-width-150 {
  min-width: 150px;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  color: var(--ms-color-secondary-800);
  font-size: 16px;
  font-weight: 400;
  font-family: Inter, sans-serif;
}
input::-webkit-input-placeholder {
  font-family: Inter, sans-serif;
}
input::-moz-placeholder {
  font-family: Inter, sans-serif;
}
input:-ms-input-placeholder {
  font-family: Inter, sans-serif;
}
input::-ms-input-placeholder {
  font-family: Inter, sans-serif;
}
html,
button,
input,
input::placeholder,
textarea,
select {
  font-family: Inter, sans-serif;
}
.app-alert {
  min-height: 40px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .app-alert {
    margin-top: 0;
  }
}
.main-container.sidenav-open,
.app-alert.sidenav-open {
  padding-left: 250px;
}
@media print {
  .main-container.sidenav-open,
  .app-alert.sidenav-open {
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .main-container.sidenav-open,
  .app-alert.sidenav-open {
    padding-left: 0;
  }
}
.main-container:not(.navbar-hidden) {
  padding-top: 90px;
  min-height: 100vh;
}
a {
  color: var(--ms-color-primary-700);
  cursor: pointer;
  font-weight: inherit;
  text-decoration: inherit;
}
*:focus {
  outline: none;
}
[ng-click] {
  cursor: pointer;
}
/* ----- TYPOGRAPHY ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  line-height: 150%;
}
.bold {
  font-weight: bold;
}
.font-500 {
  font-weight: 500;
}
.italic {
  font-style: italic;
}
.capitalize {
  text-transform: capitalize;
}
.rotate180 {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.smaller-6 {
  font-size: 0.6rem;
}
.smaller-7 {
  font-size: 0.7rem;
}
.smaller-8 {
  font-size: 0.8rem;
}
.smaller-9 {
  font-size: 0.9rem;
}
.larger-1 {
  font-size: 1.1rem;
}
.font-32 {
  font-size: 32px;
}
.font-40 {
  font-size: 40px;
}
.line-height-initial {
  line-height: initial;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.bold-text {
  font-weight: 600;
}
.display-none {
  display: none !important;
}
.max-width {
  margin: 0 auto;
  max-width: 100%;
}
.max-width-100 {
  max-width: 100%;
}
.min-width-none {
  min-width: 0 !important;
}
.max-width-minus-padding {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1275px) {
  .max-width-minus-padding {
    padding: 0;
  }
}
.max-width-left {
  margin: 0 auto;
  max-width: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 1275px) {
  .max-width-left {
    padding: 0;
  }
}
#horizontal-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.placeholder,
.add-edit-brand .placeholder-logo {
  background-color: rgba(158, 158, 158, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
  cursor: pointer;
  width: 250px;
  outline: none;
}
.placeholder:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.md-open-menu-container {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
          box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
}
.md-open-menu-container hr {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-bottom: none;
  width: 100%;
}
.md-open-menu-container .disabled {
  opacity: 0.25 !important;
  cursor: not-allowed;
}
.md-autocomplete-suggestions-container,
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  border-radius: 5px;
  border: 1px solid #a6afbd;
  -webkit-box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
          box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
}
md-select-menu {
  -webkit-box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
          box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
  border-radius: 5px;
}
.md-select-menu-container {
  z-index: 4000;
}
md-menu-content {
  max-height: 500px !important;
}
md-toast {
  position: fixed;
}
/* Removes background when dialog open */
.md-toast-animating {
  overflow: initial !important;
}
md-toast.md-error-toast-theme .md-toast-content {
  color: #ea426a;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.full-width {
  width: 100%;
}
.full-width.cross-browser {
  display: block;
}
.full-height {
  height: 100%;
}
.auto-height {
  height: inherit !important;
}
.hide-me {
  display: none;
}
.input {
  border-radius: 2.4px;
}
.pointer {
  cursor: pointer;
}
.default-cursor {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-progress {
  cursor: progress;
}
.grabber {
  cursor: -webkit-grab;
  cursor: grab;
}
.text-underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.wrap-any {
  white-space: normal;
  word-wrap: break-word;
}
.thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
}
.thumbnail-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
}
.thumbnail-sm-contain {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}
.thumbnail-sm-contain-center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}
.thumbnail-xs-contain-center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
}
.thumbnail-md {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 350px;
}
.transparent-20 {
  opacity: 0.2;
}
.transparent-40 {
  opacity: 0.4;
}
.transparent-50 {
  opacity: 0.5;
}
.transparent-60 {
  opacity: 0.6;
}
.transparent-80 {
  opacity: 0.8;
}
.transparent-bg {
  background-color: transparent;
}
.white {
  color: #ffffff;
}
.white-important {
  color: #ffffff !important;
}
.contain {
  background-size: contain !important;
}
input[type="file"] {
  display: none;
}
md-dialog {
  border-radius: 0;
  /* Overwrite the default to keep the scrollbar always visible */
}
md-dialog ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
md-dialog ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(47, 47, 47, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
md-badge {
  background-color: transparent;
  color: #2f2f2f;
  position: relative;
  top: -8px;
  margin-left: -4px;
  font-size: 10px;
}
.md-button.md-primary.md-raised {
  color: #ffffff;
}
.md-button.wrap-text {
  word-wrap: normal;
  white-space: inherit;
  line-height: 1.1em;
}
.md-button-fab-super-small {
  height: 30px !important;
  width: 30px !important;
  min-height: 30px;
  min-width: 30px;
  line-height: 30px !important;
  /* stylelint-disable-next-line */
}
.md-button-fab-super-small md-icon {
  font-size: 14px;
  line-height: 14px !important;
  width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  min-width: 14px !important;
}
.md-button-fab-small {
  height: 30px !important;
  width: 30px !important;
  min-height: 30px;
  min-width: 30px;
  line-height: 30px !important;
  /* stylelint-disable-next-line */
}
.md-button-fab-small md-icon {
  font-size: 14px;
  line-height: 14px !important;
  width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  min-width: 14px !important;
}
.md-button-fab-smallest {
  height: 24px !important;
  width: 24px !important;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px !important;
  padding: 0;
  margin: 0;
  /* stylelint-disable-next-line */
}
.md-button-fab-smallest md-icon {
  padding: 0;
  margin-left: 2px !important;
  margin-right: 2px !important;
  font-size: 10px;
  line-height: 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  min-width: 10px !important;
}
.button-small {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  min-width: 10px;
  min-height: 10px;
}
.icon-button-small {
  height: 18px !important;
  width: 18px !important;
  min-height: 18px !important;
  min-width: 18px !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 1px !important;
  /* stylelint-disable-next-line */
}
.icon-button-small md-icon {
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-weight: 600;
  font-size: 10px !important;
  line-height: 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  min-width: 10px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.md-color-picker-preview {
  top: 0 !important;
}
md-table-container tbody tr:hover {
  background-color: #f4f4f4;
}
table.md-table th.md-column {
  font-weight: 500;
}
md-radio-button {
  outline: none;
}
/* stylelint-disable-next-line */
md-icon {
  outline: none;
}
md-icon svg {
  fill: #979797;
}
.white svg,
.white svg text,
.white svg rect {
  fill: #ffffff;
}
.md-text {
  font-size: 14px;
}
.md-chip-input-container {
  width: 100%;
}
.md-chip-input-container input {
  width: 100%;
}
.short-chip-input .md-chip-input-container {
  height: 25px;
}
.md-errors-spacer,
.no-error-spacers .md-errors-spacer {
  display: none;
}
.md-button.md-icon-button {
  line-height: 4px;
}
.white-space-text {
  white-space: pre-wrap;
}
.admin-brands-table {
  max-height: 600px;
}
md-option .md-text {
  width: 100%;
}
.md-dialog-container {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 4000;
}
.block-fix {
  display: block;
}
.block-fix-important {
  display: block !important;
}
.ie .block-fix {
  display: block;
}
.ie .ie-margin-top-30 {
  margin-top: 30px;
}
.ie .block-fix-important {
  display: block !important;
}
.ie .full-width.cross-browser {
  margin-bottom: 20px;
}
.ie .block-fix-special.layout-gt-sm-column {
  display: block;
}
.ie .min-width-100-pct {
  min-width: 100%;
}
.ie .min-width-90-pct {
  min-width: 90%;
}
.ie .min-height-40 {
  min-height: 40px;
}
@media only screen and (max-width: 600px) {
  .ie .min-height-md-s {
    min-height: 300px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1280px) {
  .ie .min-height-md-s {
    min-height: 240px;
  }
}
.ie .ie-height-200 {
  height: 320px;
}
.ie .ie-share-report-link {
  height: 40px;
}
.circular-loader-button {
  text-align: center;
  width: 40px;
  padding: 8px;
  margin-left: 6px;
  margin-right: 6px;
}
.text-align-center {
  text-align: center !important;
}
.disabled {
  pointer-events: none;
}
.dropbox-small {
  border: 2px dashed #3a8518ff;
  color: #3a8518ff;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f4f4f4;
}
.dropbox-small .md-button {
  line-height: 1.6;
}
.droppableBG {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 2px dashed #3a8518ff;
}
.droppableBG .dropbox-small {
  border: none !important;
}
.dashed-border {
  border: 1px dashed #eaeaea;
}
.rounded-devin {
  border-radius: 5px;
}
.rounded-top-left {
  border-top-left-radius: 5px;
}
.rounded-top-right {
  border-top-right-radius: 5px;
}
.rounded-bottom-right {
  border-bottom-right-radius: 5px;
}
.rounded-bottom-left {
  border-bottom-left-radius: 5px;
}
.normalcase {
  text-transform: none;
}
.mirror-horizontal {
  /* Gecko */
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  -webkit-filter: fliph;
          filter: fliph;
  /* IE 6/7/8 */
  -ms-filter: "fliph";
}
.mirror-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: flipv;
          filter: flipv;
  -ms-filter: "flipv";
}
.mirror-both {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.strikethrough {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.print-break-after {
  page-break-after: always !important;
}
.print-break-avoid {
  page-break-inside: avoid !important;
}
.vertical-align-baseline {
  vertical-align: baseline;
}
@media print {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  @page {
    size: landscape;
    orientation: landscape;
  }
  .hide-on-print {
    display: none !important;
  }
}
@media print {
  #chatlio-widget {
    display: none;
  }
}
#chatlio-widget .chatlio-closed {
  height: 30px;
  width: 30px;
}
#chatlio-widget .chatlio-controls-close {
  height: 30px;
  width: 30px;
}
#chatlio-widget .chatlio-title-bar-button {
  height: 30px !important;
  width: 30px !important;
  position: relative;
  bottom: 20px;
  right: 15px;
}
@media screen and (max-width: 460px) {
  #chatlio-widget .chatlio-title-bar-button {
    bottom: 100px;
    right: 40px;
  }
}
#chatlio-widget .chatlio-powered-by {
  display: none !important;
  color: #ffffff !important;
}
.flex-fifty-gap {
  width: calc(50% - 1px);
}
.flex-none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.border-5 {
  border-radius: 5px;
}
.no-outline:focus {
  outline: none;
}
.products-autocomplete .head-to-head-item {
  padding: 10px;
}
.products-autocomplete .head-to-head-item.dropped {
  opacity: 0.5;
  cursor: not-allowed;
}
.products-autocomplete li {
  height: 100px !important;
  line-height: 18px !important;
  white-space: normal;
}
.loader-height {
  min-height: 4px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container-placeholder {
  background-color: #f4f4f4;
  border: 2px dashed #3a8518ff;
}
.ms--fade-in-left {
  max-width: inherit;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.ms-fade-in-left.ng-hide {
  opacity: 0;
  max-width: 0%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.ms-fade-in-left.ng-hide-add,
.ms-fade-in-left.ng-hide-remove {
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.ms-fade-in-top.ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0);
  -webkit-transition: all linear 500ms;
  transition: all linear 500ms;
}
.ms-fade-in-top.ng-enter.ng-enter-active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.ms-fade-in-out.ng-enter {
  opacity: 0;
  -webkit-transition: opacity linear 500ms;
  transition: opacity linear 500ms;
}
.ms-fade-in-out.ng-enter.ng-enter-active {
  opacity: 1;
}
.ms-fade-in-out.ng-leave {
  opacity: 1;
  -webkit-transition: opacity linear 500ms;
  transition: opacity linear 500ms;
}
.ms-fade-in-out.ng-leave.ng-leave-active {
  opacity: 0;
}
.ms-slide-down {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  max-height: 1500px;
}
.ms-slide-down-tiny {
  max-height: 50px;
}
.ms-slide-down.ng-hide {
  opacity: 0.5;
  max-height: 0;
}
.ms-delay.ng-enter {
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.ms-delay.ng-enter-stagger {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.ms-delay.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ms-grow-in-fast.ng-enter {
  -webkit-transition: 0.25s ease-in all;
  transition: 0.25s ease-in all;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.ms-grow-in-fast.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ms-grow-in.ng-enter {
  -webkit-transition: 0.5s ease-in all;
  transition: 0.5s ease-in all;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.ms-grow-delay.ng-enter-stagger {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.ms-grow-delay-fast.ng-enter-stagger {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.ms-grow-in.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wobbleme {
  -webkit-animation: wobble 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: wobble 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.brands {
  margin-left: 10px;
  margin-right: 10px;
}
.brands .brand-header {
  margin-top: 8px;
  padding-bottom: 8px;
}
.brands md-virtual-repeat-container {
  height: 75vh;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
}
.brands .brandstable tbody .md-row {
  height: 50px !important;
}
.brands .thumbnail-contain {
  height: 40px;
  width: 80px;
}
.products-page {
  padding: 30px;
}
.products-page .products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-page .products-row tests-filters-container {
  padding-right: 10px;
}
.products-page .products-row product-cards-container {
  width: 100%;
}
.products-page empty-state {
  width: 100%;
}
.dialogs.share-report {
  max-width: 1000px;
}
.dialogs.share-report .active-checkbox {
  margin-top: 10px;
  margin-left: 4px;
}
.dialogs.share-report .share-link-btn {
  max-width: 300px;
  margin-bottom: 20px;
}
.dialogs.share-report .share-link-container {
  min-width: 450px;
}
.dialogs.share-report .share-link-row {
  padding-left: 20px;
  padding-right: 20px;
}
.dialogs .indent {
  margin-left: 16px;
  margin-right: 16px;
}
.dialogs .md-toolbar-tools-white {
  color: #2f2f2f;
  background-color: #ffffff;
}
.dialogs .md-toolbar-tools-white md-icon {
  color: #2f2f2f;
}
.dialogs .instructions {
  font-size: 12px;
  color: #79869c;
}
.dialogs .left-pane {
  background-color: #3a8518ff;
}
.dialogs .left-pane-blue {
  padding-left: 25px;
  padding-right: 25px;
}
.dialogs .aside-text {
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}
.dialogs text-angular {
  background-color: #ffffff !important;
  font-size: 14px;
}
.dialogs text-angular textarea,
.dialogs text-angular .ta-scroll-window {
  background-color: #ffffff !important;
  font-size: 14px;
}
.dialogs text-angular textarea p,
.dialogs text-angular .ta-scroll-window p,
.dialogs text-angular textarea span,
.dialogs text-angular .ta-scroll-window span,
.dialogs text-angular textarea div,
.dialogs text-angular .ta-scroll-window div,
.dialogs text-angular textarea li,
.dialogs text-angular .ta-scroll-window li,
.dialogs text-angular textarea ul,
.dialogs text-angular .ta-scroll-window ul {
  font-size: 14px;
}
.dialogs text-angular .ta-toolbar {
  border: none;
  background-color: #f4f4f4;
}
.dialogs text-angular .md-errors-spacer {
  display: none;
}
.dialogs.new-user-dialog {
  max-width: 500px;
}
.dialogs.new-user-dialog input {
  padding-left: 10px !important;
  max-width: 445px;
}
.dialogs .input-row .input-item #select-dept {
  margin: 0;
}
.dialogs#settings-dialog {
  width: 50vw;
}
@media screen and (max-width: 1763px) {
  .dialogs#settings-dialog {
    width: 50vw;
  }
}
@media screen and (max-width: 1600px) {
  .dialogs#settings-dialog {
    width: 55vw;
  }
}
@media screen and (max-width: 1434px) {
  .dialogs#settings-dialog {
    width: 75vw;
  }
}
.dialogs#settings-dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 35px auto 10px;
}
.dialogs#settings-dialog .input-row .input-item #select-dept {
  margin: 0;
}
.dialogs#settings-dialog .input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 40px auto 20px;
}
.dialogs#settings-dialog .input-container .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dialogs#settings-dialog .input-container .input-row .input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  width: 50%;
  font-size: 14px;
  margin-left: 7%;
}
.dialogs#settings-dialog .input-container .input-row .input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin-right: 7%;
}
.dialogs#settings-dialog .profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
}
.dialogs#settings-dialog .settings-dialog-header {
  text-align: center;
  margin-top: 35px;
}
.dialogs#settings-dialog .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
}
.dialogs#settings-dialog #update-button {
  cursor: pointer;
}
.md-input.dialogs#settings-dialog.ng-dirty.dialogs#settings-dialog.ng-valid-parse.dialogs#settings-dialog.ng-not-empty.dialogs#settings-dialog.ng-invalid.dialogs#settings-dialog.ng-invalid-minlength.dialogs#settings-dialog.ng-touched {
  border-width: 1px;
}
.dialogs#settings-dialog .ms-color-info-warning.md-input-message-animation {
  margin-left: 0;
  font-size: 12px;
}
.add-edit-brand .container-moz-fix {
  display: block;
  min-height: 100%;
}
.add-edit-brand .logo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 981px) and (min-width: 0) {
  .add-edit-brand .safari-ie {
    display: block;
  }
}
@media (max-width: 981px) and (min-width: 0) {
  .add-edit-brand .safari-ie.merchant-table-body {
    min-height: 150px;
  }
}
@media (max-width: 400px) and (min-width: 0) {
  .add-edit-brand .safari-ie.merchant-table-body label.email {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
}
.add-edit-brand .actions {
  margin: 16px 0;
}
.add-edit-brand .information {
  background-color: #ffffff;
  padding: 16px 24px;
}
.add-edit-brand .information .add-padding-header {
  margin-bottom: 1.5rem;
}
.add-edit-brand .information .paragraph-header {
  margin-bottom: 4px;
}
.add-edit-brand .information md-input-container {
  margin: 0 0 1rem;
  color: #ea426a;
}
.add-edit-brand .placeholder-logo {
  background-color: #ffffff;
  background-size: contain !important;
  border: 2px solid #979797;
  height: 165px;
  position: relative;
}
.add-edit-brand .placeholder-logo.placeholder-logo_none {
  background-color: #6793d5;
  border: 2px dashed #3a8518ff;
  color: #3a8518ff;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.add-edit-brand .placeholder-logo .logoInput {
  display: inline-block;
  max-width: 100%;
  height: 165px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.add-edit-brand .placeholder-logo .label_logo {
  border: 2px solid transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.add-edit-brand .placeholder-logo .label_logo md-icon {
  color: #2f2f2f;
}
.add-edit-brand .placeholder-logo:hover .delete-image {
  display: block;
}
.add-edit-brand .delete-image {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.add-edit-brand .delete-image .background-color {
  background-color: #979797;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}
.add-edit-brand .delete-image .delete-basket-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.add-edit-brand .delete-image .delete-basket-div md-icon {
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 48px;
  color: #ffffff;
}
.add-edit-brand .merchant-table-title {
  background-color: #979797;
  color: #ffffff;
}
.add-edit-brand .merchant-table-body {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.add-edit-brand .brand-access-button {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.add-product-dialog {
  height: 80vh;
  border-radius: 3px;
}
.add-product-dialog md-toolbar {
  color: #2f2f2f;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
}
.add-product-dialog md-toolbar md-icon {
  color: #2f2f2f;
}
.add-product-dialog md-tabs [role="tabpanel"] {
  -webkit-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
  opacity: 1;
}
.add-product-dialog .flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}
.add-product-dialog md-input-container {
  display: block;
}
.add-product-dialog md-input-container .md-errors-spacer {
  display: none;
}
.add-product-dialog md-autocomplete input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
}
.add-product-dialog .ta-editor,
.add-product-dialog .ta-editor > .ta-bind {
  min-height: 250px;
}
.add-product-dialog .ta-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.add-product-dialog .ta-toolbar .ta-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.add-product-dialog .ta-toolbar .ta-button-group button {
  min-width: 0;
  min-height: 0;
  line-height: normal;
  margin-left: 0;
}
.add-product-dialog .ta-toolbar .ta-button-group button.active {
  color: #6793d5;
}
.add-product-dialog .ta-text-editor .ta-bind {
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.add-product-dialog .ta-text-editor .ta-bind:focus {
  border-bottom: 2px solid #3a8518ff;
  outline: none;
}
.add-product-dialog .red {
  color: #ea426a;
}
.add-product-dialog .statictoolbar {
  position: fixed;
  top: 12px;
  z-index: 200;
  left: 0;
  right: 0;
}
.add-product-dialog .gray-bg {
  background-color: #979797;
}
.add-product-dialog .product-column .product-preview {
  border-radius: 5px;
}
.add-product-dialog .product-column .product-preview-inner {
  background-color: #ffffff;
  border-radius: 5px;
}
.add-product-dialog .product-column .product-preview-inner .preview-image {
  width: 100%;
  margin-bottom: 16px;
}
.add-product-dialog .product-column img {
  margin-bottom: 16px;
  border-radius: 5px;
}
.add-product-dialog .product-column ms-stars {
  display: block;
}
.add-product-dialog .product-column ms-stars svg path {
  fill: gray;
  stroke: gray;
}
.add-product-dialog .product-column p {
  margin: 0 0 8px;
  text-align: left;
}
.add-product-dialog .product-column h3 {
  margin-bottom: 2px;
}
.add-product-dialog .add-product-dropzone {
  max-height: 250px;
  height: 100%;
  position: relative;
}
.add-product-dialog .add-product-dropzone .dropzone-text {
  color: #3a8518ff;
  font-size: 16px;
}
.add-product-dialog .add-product-dropzone #product-dropzone {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  z-index: 1;
}
.add-product-dialog .add-product-dropzone .image {
  border: 1px dotted #cbcbcb;
  height: 200px;
  margin-right: 2%;
  background-color: #ffffff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.add-product-dialog .add-product-dropzone .image .actions-icons {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
}
.add-product-dialog .add-product-dropzone .image .actions-icons md-icon {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.add-product-dialog .add-product-dropzone .image .actions-icons md-icon:hover {
  opacity: 0.5;
}
.add-product-dialog .text-description {
  padding: 0.5rem;
  border-radius: 5px;
}
.add-product-dialog .cancel-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.add-product-dialog .product-message-alert {
  padding: 15px 15px 0;
}
.chart-container {
  width: 100% !important;
  height: 100%;
}
.chart-small {
  height: 100% !important;
  margin-top: 5px;
}
.stack-rank-EST {
  height: 570px;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  background: #ffffff;
  pointer-events: bounding-box;
}
.stack-rank-EST .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stack-rank-EST .hidden {
  opacity: 0.3;
}
.stack-rank-EST .axis {
  cursor: pointer;
}
.stack-rank-EST .axis line,
.stack-rank-EST .axis path {
  fill: none;
  shape-rendering: crispEdges;
}
.stack-rank-EST .axis line {
  stroke: #cbcbcb;
  opacity: 0.5;
}
.stack-rank-EST .axis path {
  stroke: none;
}
.stack-rank-EST .axis .axis-image-hide-icon {
  fill: #111928;
}
.stack-rank-EST .axis .x-icon {
  fill: #ea426a;
}
.stack-rank-EST .axis .hidden-icon {
  display: none;
}
.stack-rank-EST .axis-image {
  cursor: pointer;
}
.stack-rank-EST .score-bar:hover {
  cursor: pointer;
}
.stack-rank-EST .filter-score-bar:hover {
  cursor: pointer;
}
.stack-rank-EST .benchmark-help-rect {
  fill: #636c79ff;
  cursor: pointer;
}
.stack-rank-EST .benchmark-help-text1 {
  fill: #ffffff;
  cursor: pointer;
}
.stack-rank-EST .brand-avg-zone {
  fill: #eef2f6ff;
}
.stack-rank-EST .score-circle {
  cursor: default;
}
.stack-rank-EST .custom-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 72px;
  width: 330px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border: 1 px solid #e9ebef;
}
.stack-rank-EST .custom-tooltip .wrapper {
  width: 100%;
  height: 100%;
}
.stack-rank-EST .custom-tooltip .data-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #e9ebef;
}
.stack-rank-EST .custom-tooltip .data-section .product-name {
  color: #4d5e7b;
  margin-left: 10px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stack-rank-EST .custom-tooltip .data-section .product-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a8518ff;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin-left: auto;
}
.stack-rank-EST .custom-tooltip .data-section .product-score .sentiment-score-label {
  font-size: 10px;
  line-height: 4px;
  margin: 0;
  padding-top: 5px;
  white-space: nowrap;
  color: #4d5e7b;
}
.stack-rank-EST .custom-tooltip .change-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 5px 16px;
  border-radius: 0 0 3px 3px;
}
.stack-rank-EST .custom-tooltip .change-section .product-filter-change {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #4d5e7b;
  font-style: italic;
}
.stack-rank-EST::-webkit-scrollbar {
  -webkit-appearance: none;
}
.stack-rank-EST::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.stack-rank-EST::-webkit-scrollbar:horizontal {
  height: 7px;
}
.decision-point-timeline {
  border: 1px solid rgba(203, 203, 203, 0.4);
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
}
.decision-point-timeline .decision-point {
  stroke-width: 1px;
}
.decision-point-timeline .decision-point-text {
  fill-opacity: 0.75;
  text-anchor: middle;
  font-weight: bold;
}
.decision-point-timeline .decision-point,
.decision-point-timeline .decision-point-text {
  text-align: center;
  cursor: pointer;
  color: #636363;
  font-size: 10px;
  line-height: 11px;
  overflow: hidden;
}
.decision-point-timeline .x-axis-group {
  font-weight: bold;
  opacity: 0.5;
}
.decision-point-timeline .y-axis-group {
  font-weight: bold;
  text-anchor: flex-start;
  line-height: 35px;
}
.decision-point-timeline .y-axis-group .tick {
  cursor: default;
}
.decision-point-timeline .y-axis-group .collapse-text {
  font-size: 14px;
}
#dp-timeline-chart-container {
  overflow: hidden;
  background-color: #ffffff;
}
#dp-timeline-filters {
  height: 60px;
  min-height: 60px;
}
#dp-timeline-filters #category-filter {
  width: 250px;
}
#dp-timeline-filters #category-filter md-input-container {
  width: 240px;
}
#dp-timeline-filters #time-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dp-timeline-tooltip {
  padding: 10px;
}
.dp-timeline-tooltip .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 14px;
  height: 36px;
}
.dp-timeline-tooltip .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-timeline-tooltip .title-row,
.dp-timeline-tooltip .data-row {
  margin-bottom: 10px;
}
.dp-timeline-tooltip .data-row,
.dp-timeline-tooltip .pillbox-row {
  margin-left: 10px;
}
.dp-timeline-tooltip .pillbox-row {
  margin-bottom: 15px;
}
.dp-timeline-tooltip .pillbox-row .pillbox {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background-color: #3a8518ff;
  width: 65px;
  margin-right: 5px;
  margin-bottom: 20px;
  border-radius: 9px;
}
.dp-timeline-tooltip .pillbox-row .pillbox.closed {
  background-color: #fca641;
}
.dp-timeline-tooltip .pillbox-row .pillbox.decision-point {
  background-color: #3a8518ff;
}
.dp-timeline-tooltip .tooltip-type,
.dp-timeline-tooltip .tooltip-responses,
.dp-timeline-tooltip .tooltip-date {
  margin-right: 5px;
}
.dp-timeline-tooltip .tooltip-type::after,
.dp-timeline-tooltip .tooltip-responses::after {
  content: "|";
  margin-left: 5px;
}
.dp-timeline-tooltip .tooltip-separator {
  width: 100%;
  border-top: 1px solid #79869c;
  margin-bottom: 10px;
}
.d3-tip {
  line-height: 1;
  font-weight: bold;
  background: #ffffff;
  border-radius: 5px;
  pointer-events: none;
  /* Creates a small triangle extender for the tooltip */
}
.d3-tip::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  pointer-events: none;
}
/* Northward tooltips */
.d3-tip.n::after {
  text-align: center;
  content: "\25BC";
  margin: -1px 0 0;
  top: 100%;
  left: 0;
}
/* Eastward tooltips */
.d3-tip.e::after {
  content: "\25C0";
  margin: -4px 0 0;
  top: 50%;
  left: -8px;
}
/* Southward tooltips */
.d3-tip.s::after {
  text-align: center;
  content: "\25B2";
  margin: 0 0 1px;
  top: -8px;
  left: 0;
}
/* Westward tooltips */
.d3-tip.w::after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}
.custom-tooltip.increased .change-section .direction-text,
.custom-tooltip.increased .change-section .material-icons {
  color: #3a8518ff;
}
.custom-tooltip.decreased .change-section .direction-text,
.custom-tooltip.decreased .change-section .material-icons {
  color: #ea426a;
}
.homepage {
  margin-bottom: 3em;
}
.homepage .period-of-the-day {
  text-align: center;
  color: #979797;
  margin: 8px 0;
}
.homepage .logo {
  height: auto;
  max-width: 200px;
}
.homepage .notification-icon {
  font-size: 20px;
}
.homepage .campaign-title,
.homepage .product-title {
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0.5em 0 0.5rem;
  overflow: auto;
}
@media screen and (max-width: 780px) {
  .homepage .campaign-title,
  .homepage .product-title {
    margin: 8px 0 6px;
  }
}
.homepage .recent-campaign-title {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  overflow: auto;
}
.homepage .count {
  height: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.homepage .count .respondent-count {
  margin-right: 10px;
}
.homepage .status {
  text-align: center;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 500;
  margin: 0 5px 5px 0;
}
.homepage .status.active {
  background-color: #6793d5;
}
.homepage .status.draft {
  background-color: #2f2f2f;
}
.homepage .status.completed,
.homepage .status.closed {
  background-color: #3a8518ff;
}
.homepage .status.decision-point,
.homepage .status.legacy,
.homepage .status.line_review,
.homepage .status.early_stage {
  background: #979797;
}
.homepage .status.audience_type {
  background: #2f2f2f;
}
.homepage .date {
  font-size: 14px;
}
.homepage .list {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.homepage .list.collapsed {
  height: 70px;
}
.homepage .list .list-empty {
  cursor: pointer;
  padding: 32px;
}
.homepage .list .list-empty-icon {
  font-size: 64px;
  height: 64px;
  width: 64px;
}
.homepage .list .list-empty-text {
  text-align: center;
  width: 66%;
}
.homepage .list #vertical-container {
  height: 600px;
  width: 100%;
}
.homepage .list md-input-container {
  margin: 0;
}
.homepage .list button.upload-button {
  border: dashed 2px #3a8518ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 96%;
}
.homepage .list button.upload-button > h3 {
  color: #3a8518ff;
  font-size: 14px;
  margin: 0;
  text-transform: none;
}
.homepage .list button.upload-button.disabled {
  border-color: #979797;
}
.homepage .list button.upload-button.disabled > h3 {
  color: #979797;
}
.homepage .list button.upload-button-small {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 96%;
  max-height: 30px;
  line-height: 30px;
  padding: 0;
  padding-left: 0;
}
.homepage .list button.upload-button-small > h4 {
  text-align: right;
  color: #3a8518ff;
  font-size: 11px;
  margin: 0;
  text-transform: none;
}
.homepage .list button.upload-button-small.disabled {
  border-color: #979797;
}
.homepage .list button.upload-button-small.disabled > h4 {
  text-align: right;
  color: #979797;
}
.homepage .list md-autocomplete md-autocomplete-wrap {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.homepage .list md-autocomplete input {
  text-align: center;
  background-color: #eaeaea !important;
  color: #2f2f2f;
}
.homepage .list .repeated-item {
  border-bottom: 1px solid #f4f4f4;
  padding: 16px;
  position: relative;
}
.homepage .list .repeated-item.disabled {
  cursor: default;
  outline: none;
}
.homepage .list .item {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.homepage .list .item:hover {
  background-color: #f4f4f4;
  outline: none;
}
.homepage .list .item:active,
.homepage .list .item:hover,
.homepage .list .item:focus {
  outline: none;
}
.homepage .list .md-avatar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
  width: 150px;
}
@media screen and (max-width: 780px) {
  .homepage .list .md-avatar {
    border-radius: 2px;
    height: 200px;
    width: 100%;
  }
}
.homepage .list .list-column-text {
  padding-left: 16px;
}
@media screen and (max-width: 780px) {
  .homepage .list .list-column-text {
    padding: 8px 0 0;
    width: 100%;
  }
}
.homepage .list .menu-button {
  position: absolute;
  right: 0;
  top: 16px;
}
@media screen and (max-width: 780px) {
  .homepage .list .menu-button {
    right: 16px;
    top: 24px;
  }
  .homepage .list .menu-button md-icon {
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 2px #979797);
            filter: drop-shadow(0 1px 2px #979797);
  }
}
.homepage .list .upload-image-container {
  padding-bottom: 2rem;
}
.homepage .list .group-name {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.homepage .list .info .color,
.homepage .list .info .date,
.homepage .list .info .price {
  font-size: 0.875rem;
}
.homepage .list .info .color {
  text-transform: capitalize;
}
.snt-content-details-height {
  height: 900px;
  height: -o-calc(calc(calc(calc(100vh - 40px) - 40px) - 107px - 70px));
  height: calc(calc(calc(calc(100vh - 40px) - 40px) - 107px - 70px));
}
.SNT:focus {
  outline: none !important;
}
.SNT .display-as-h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #3a8518ff;
}
.SNT .display-as-h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #3a8518ff;
}
.SNT .display-as-h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.SNT .display-as-h4 {
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
}
.SNT .display-as-h5 {
  color: #2f2f2f;
  font-size: 12px;
}
.SNT hr {
  border-top: #79869c;
}
.SNT .display-as-p {
  font-size: 13px;
  line-height: 16px;
}
.SNT p.secondary,
.SNT .display-as-secondary-p {
  font-size: 12px;
  line-height: 17px;
  color: #79869c;
}
.SNT label:not(.ms-form-label),
.SNT .label {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #050301ff;
  font-weight: bold;
}
.SNT .timeline-color {
  color: #979797;
}
.SNT caption,
.SNT .caption {
  font-size: 11px;
  line-height: 18px;
  color: #79869c;
}
.SNT .container-label {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 600;
}
.SNT .container {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  /* @media screen and (max-width: 1200px) {
      max-width: 720px;
    } */
}
.SNT .btn {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 11px;
  height: 36px;
  background-color: #2f2f2f;
  color: #ffffff;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid transparent;
}
.SNT .btn:hover {
  background-color: #f4f4f4;
  color: #3a8518ff;
  border: 1px solid #3a8518ff;
}
.SNT .btn.secondary {
  background-color: #ffffff;
  color: #3a8518ff;
  border: 1px solid #3a8518ff;
}
.SNT .btn.secondary:hover {
  background-color: #f4f4f4;
  color: #3a8518ff;
}
.SNT .btn.tertiary {
  background-color: #f4f4f4;
  border: 1px solid #a6afbd;
  color: #2f2f2f;
}
.SNT .btn.tertiary:hover {
  background-color: #f4f4f4;
  color: #2f2f2f;
}
.SNT .btn.quaternary {
  background-color: #f4f4f4;
  color: #3a8518ff;
}
.SNT .btn.quinary {
  background-color: #3a8518ff;
  color: #ffffff;
  border: 1px solid #3a8518ff;
}
.SNT .btn.quinary:hover {
  background-color: #f4f4f4;
  color: #3a8518ff;
}
.SNT .btn.round {
  height: 143px;
  width: 143px;
  border-radius: 50%;
}
.SNT .icon-white-background {
  background-color: #ffffff;
  border-radius: 23px;
  float: right;
  -webkit-box-shadow: 0 0 5px 0 #eaeaea;
          box-shadow: 0 0 5px 0 #eaeaea;
  margin-right: 3px;
  border: 1px solid #a6afbd;
}
.SNT .md-button.md-warn.md-raised {
  background-color: #fca641;
}
.SNT .md-button.md-error.md-raised {
  background-color: #ea426a;
  color: #ffffff;
}
.SNT .md-text {
  color: #2f2f2f;
}
.SNT .ms-product-list-item,
.SNT .ms-product-list-item-actionable {
  padding: 10px;
  margin-bottom: 10px;
  height: 75px;
  min-height: 75px;
  max-height: 75px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 #cbcbcb;
          box-shadow: 0 0 3px 0 #cbcbcb;
  outline: 0;
}
.SNT .ms-product-list-item-image,
.SNT .ms-product-list-item-actionable-image {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.SNT .ms-product-list-item-text,
.SNT .ms-product-list-item-actionable-text {
  color: #2f2f2f;
  font-size: 12px;
}
.SNT .ms-product-list-item-icon,
.SNT .ms-product-list-item-actionable-icon {
  cursor: default;
}
.SNT .ms-product-list-item-icon-on-hover,
.SNT .ms-product-list-item-actionable-icon-on-hover {
  display: none;
}
.SNT .ms-product-list-item-toolbar,
.SNT .ms-product-list-item-actionable-toolbar {
  cursor: default;
}
.SNT .ms-product-list-item .md-icon-button,
.SNT .ms-product-list-item-actionable .md-icon-button {
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
}
.SNT .ms-product-list-item-actionable {
  border: 1px solid #3a8518ff;
}
.SNT .ms-product-list-item-actionable-icon {
  cursor: pointer;
}
.SNT .ms-drag-drop,
.SNT .productDND {
  list-style-type: none;
  /**
     * Reduce opacity of elements during the drag operation. This allows the user
     * to see where he is dropping his element, even if the element is huge. The
     * .dndDragging class is automatically set during the drag operation.
     */
  /**
     * The dndDraggingSource class will be applied to the source element of a drag
     * operation.
     */
  /**
     * An element with .dndPlaceholder class will be added as child of the dnd-list
     * while the user is dragging over it.
     */
}
.SNT .ms-drag-drop .dndDragging,
.SNT .productDND .dndDragging {
  opacity: 0.7;
  cursor: -moz-move;
  cursor: -webkit-move;
  cursor: move;
}
.SNT .ms-drag-drop .dndDraggingSource,
.SNT .productDND .dndDraggingSource {
  display: none;
}
.SNT .ms-drag-drop .dndPlaceholder,
.SNT .productDND .dndPlaceholder {
  background-color: #d2d7de !important;
  display: block;
  min-height: 50px;
}
.SNT .productDND .dndDragging {
  max-height: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.SNT .productDND .dndPlaceholder {
  min-height: 150px;
  min-width: 150px;
  background-color: #cbcbcb;
  border: 1px dashed #3a8518ff;
}
.SNT .ms-product-list-item:hover .ms-product-list-item-icon-on-hover,
.SNT .ms-product-list-item-actionable:hover .ms-product-list-item-icon-on-hover,
.SNT .ms-product-list-item:hover .ms-product-list-item-actionable-icon-on-hover,
.SNT .ms-product-list-item-actionable:hover .ms-product-list-item-actionable-icon-on-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SNT .md-fab-toolbar-background {
  background-color: #3a8518ff !important;
}
.SNT md-toolbar {
  background-color: #ffffff;
  color: #ffffff;
}
.SNT .md-fab-toolbar {
  height: 40px;
}
.SNT .md-fab-toolbarbackground {
  background-color: #ea426a;
}
.SNT .md-fab-toolbar md-fab-trigger {
  margin-right: 4px;
}
.SNT .md-fab-toolbar md-fab-trigger md-button {
  background-color: transparent;
}
.SNT .md-fab-toolbar .md-button {
  margin-top: none;
  line-height: 14px;
  font-size: 14px;
}
.SNT .md-fab-toolbar .md-button md-icon {
  line-height: 24px;
}
.SNT .md-fab-toolbar md-fab-actions {
  margin-top: 0;
}
.SNT .md-fab-toolbar md-toolbar {
  height: 40px !important;
}
.SNT .md-fab-toolbar ._md-toolbar-transitions,
.SNT .md-fab-toolbar md-fab-actions,
.SNT .md-fab-toolbar-wrapper,
.SNT .md-fab-toolbar-content {
  height: 40px;
}
.SNT md-icon.icon-2x {
  font-size: 40px;
  height: 40px;
  width: 40px;
}
.SNT .ms-card {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
}
.SNT .ms-card.inner-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.SNT .ms-card .header,
.SNT .ms-card-header {
  min-height: 37px;
  font-size: 12px;
  font-weight: 400;
  color: #2f2f2f;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #a6afbd;
}
.SNT .ms-card .header .md-icon-button,
.SNT .ms-card-header .md-icon-button {
  margin: 2px;
  padding: 1px;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 20px;
  font-size: 20px;
}
.SNT .ms-card .header .action-text-button,
.SNT .ms-card-header .action-text-button {
  background-color: #3a8518ff;
  color: #ffffff;
  border: 1px solid #3a8518ff;
  margin: 2px;
  padding: 1px 5px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 20px;
  font-size: 8px;
}
.SNT .ms-card .header .action-text-button:hover,
.SNT .ms-card-header .action-text-button:hover {
  background-color: #f4f4f4;
  color: #3a8518ff;
}
.SNT .ms-card .header md-autocomplete,
.SNT .ms-card-header md-autocomplete {
  background-color: transparent;
  line-height: 20px;
  height: 23px;
  padding-left: 5px;
  padding-right: 5px;
}
.SNT .ms-card .header md-autocomplete md-autocomplete-wrap,
.SNT .ms-card-header md-autocomplete md-autocomplete-wrap {
  height: 23px;
  line-height: 20px;
  outline: 0;
}
.SNT .ms-card .header md-autocomplete md-autocomplete-wrap:hover,
.SNT .ms-card-header md-autocomplete md-autocomplete-wrap:hover {
  outline: 0;
  border: 0;
}
.SNT .ms-card .header md-autocomplete input,
.SNT .ms-card-header md-autocomplete input {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  border: none;
}
.SNT .ms-card .header md-autocomplete input:hover,
.SNT .ms-card-header md-autocomplete input:hover,
.SNT .ms-card .header md-autocomplete input:focus,
.SNT .ms-card-header md-autocomplete input:focus {
  border-radius: 10px;
  border: 0;
  height: 20px;
  line-height: 20px;
  outline: 0;
}
.SNT .ms-card-header-with-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.SNT .ms-card-body {
  padding: 20px;
}
.SNT .ms-card-footer {
  padding: 20px;
  border-top: 1px solid #a6afbd;
}
.SNT .ms-card-table {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
}
.SNT .ms-card-table.inner-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.SNT .ms-card-table .header,
.SNT .ms-card-table-header {
  min-height: 37px;
  font-size: 12px;
  font-weight: 400;
  color: #2f2f2f;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #a6afbd;
}
.SNT .ms-card-table .header .md-icon-button,
.SNT .ms-card-table-header .md-icon-button {
  margin: 2px;
  padding: 1px;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 20px;
  font-size: 20px;
}
.SNT .ms-card-table .header .action-text-button,
.SNT .ms-card-table-header .action-text-button {
  background-color: #3a8518ff;
  color: #ffffff;
  border: 1px solid #3a8518ff;
  margin: 2px;
  padding: 1px 5px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 20px;
  font-size: 8px;
}
.SNT .ms-card-table .header .action-text-button:hover,
.SNT .ms-card-table-header .action-text-button:hover {
  background-color: #f4f4f4;
  color: #3a8518ff;
}
.SNT .ms-card-table .header md-autocomplete,
.SNT .ms-card-table-header md-autocomplete {
  background-color: transparent;
  line-height: 20px;
  height: 23px;
  padding-left: 5px;
  padding-right: 5px;
}
.SNT .ms-card-table .header md-autocomplete md-autocomplete-wrap,
.SNT .ms-card-table-header md-autocomplete md-autocomplete-wrap {
  height: 23px;
  line-height: 20px;
  outline: 0;
}
.SNT .ms-card-table .header md-autocomplete md-autocomplete-wrap:hover,
.SNT .ms-card-table-header md-autocomplete md-autocomplete-wrap:hover {
  outline: 0;
  border: 0;
}
.SNT .ms-card-table .header md-autocomplete input,
.SNT .ms-card-table-header md-autocomplete input {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  border: none;
}
.SNT .ms-card-table .header md-autocomplete input:hover,
.SNT .ms-card-table-header md-autocomplete input:hover,
.SNT .ms-card-table .header md-autocomplete input:focus,
.SNT .ms-card-table-header md-autocomplete input:focus {
  border-radius: 10px;
  border: 0;
  height: 20px;
  line-height: 20px;
  outline: 0;
}
.SNT .ms-card-table-header-with-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.SNT .ms-card-table-body {
  padding: 20px;
}
.SNT .ms-card-table-footer {
  padding: 20px;
  border-top: 1px solid #a6afbd;
}
.SNT .ms-card-table-body {
  padding: 0;
}
.SNT .ms-card-table-body .table-headers {
  border-bottom: 1px solid #a6afbd;
}
.SNT .ms-card-table-body .table-headers .header-item {
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
  font-size: 12px;
  padding: 12px 20px;
}
.SNT .ms-card-table-body .table-headers :last-child {
  border-right: 0;
}
.SNT .ms-card-table-body .table-body .body-item {
  font-size: 13px;
  line-height: 16px;
  height: 60px;
  padding: 12px 20px;
}
.SNT .ms-card-non-actionable {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  background-color: #f4f4f4;
}
.SNT .ms-card-non-actionable.inner-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.SNT .ms-card-non-actionable .header,
.SNT .ms-card-non-actionable-header {
  min-height: 37px;
  font-size: 12px;
  font-weight: 400;
  color: #2f2f2f;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #a6afbd;
}
.SNT .ms-card-non-actionable .header .md-icon-button,
.SNT .ms-card-non-actionable-header .md-icon-button {
  margin: 2px;
  padding: 1px;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 20px;
  font-size: 20px;
}
.SNT .ms-card-non-actionable .header .action-text-button,
.SNT .ms-card-non-actionable-header .action-text-button {
  background-color: #3a8518ff;
  color: #ffffff;
  border: 1px solid #3a8518ff;
  margin: 2px;
  padding: 1px 5px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 20px;
  font-size: 8px;
}
.SNT .ms-card-non-actionable .header .action-text-button:hover,
.SNT .ms-card-non-actionable-header .action-text-button:hover {
  background-color: #f4f4f4;
  color: #3a8518ff;
}
.SNT .ms-card-non-actionable .header md-autocomplete,
.SNT .ms-card-non-actionable-header md-autocomplete {
  background-color: transparent;
  line-height: 20px;
  height: 23px;
  padding-left: 5px;
  padding-right: 5px;
}
.SNT .ms-card-non-actionable .header md-autocomplete md-autocomplete-wrap,
.SNT .ms-card-non-actionable-header md-autocomplete md-autocomplete-wrap {
  height: 23px;
  line-height: 20px;
  outline: 0;
}
.SNT .ms-card-non-actionable .header md-autocomplete md-autocomplete-wrap:hover,
.SNT .ms-card-non-actionable-header md-autocomplete md-autocomplete-wrap:hover {
  outline: 0;
  border: 0;
}
.SNT .ms-card-non-actionable .header md-autocomplete input,
.SNT .ms-card-non-actionable-header md-autocomplete input {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  border: none;
}
.SNT .ms-card-non-actionable .header md-autocomplete input:hover,
.SNT .ms-card-non-actionable-header md-autocomplete input:hover,
.SNT .ms-card-non-actionable .header md-autocomplete input:focus,
.SNT .ms-card-non-actionable-header md-autocomplete input:focus {
  border-radius: 10px;
  border: 0;
  height: 20px;
  line-height: 20px;
  outline: 0;
}
.SNT .ms-card-non-actionable-header-with-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.SNT .ms-card-non-actionable-body {
  padding: 20px;
}
.SNT .ms-card-non-actionable-footer {
  padding: 20px;
  border-top: 1px solid #a6afbd;
}
.SNT .ms-card-non-actionable-header {
  background-color: #ffffff;
}
.SNT .ms-insight-card .image {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.SNT .alert-card-icon {
  color: #ffffff !important;
  font-size: 25px !important;
}
.SNT .alert-card-icon-container {
  height: 40px;
  min-width: 40px;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}
.SNT .alert-card-icon-yellow {
  background: #fca641;
}
.SNT .alert-card-icon-red {
  background-color: #ea426a;
}
.SNT .alert-card-icon-blue {
  background-color: #3a8518ff;
}
.SNT .alert-card-font {
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}
.SNT .alert-card-message {
  height: 40px;
  width: 100%;
  border-radius: 0 3px 3px 0;
}
.SNT .alert-card-yellow {
  background-color: rgba(252, 166, 65, 0.1);
}
.SNT .alert-card-red {
  background-color: rgba(234, 66, 106, 0.1);
}
.SNT .alert-card-blue {
  background-color: rgba(58, 133, 24, 0.1);
}
.SNT .alert-card-no-icon {
  height: 40px;
  border-radius: 3px;
}
.SNT .border-right {
  border-right: 1px solid #eaeaea;
}
.SNT .border-left {
  border-left: 1px solid #eaeaea;
}
.SNT .border-bottom {
  border-bottom: 1px solid #eaeaea;
}
.SNT .border-top {
  border-top: 1px solid #eaeaea;
}
.SNT md-input,
.SNT md-autocomplete,
.SNT .snt-input {
  border-radius: 8px;
  background-color: #ffffff00;
  border: 1px solid #e5ebf1ff;
  height: 36px;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 18px;
  padding-left: 18px;
  padding-right: 18px;
}
.SNT md-input::-webkit-input-placeholder, .SNT md-autocomplete::-webkit-input-placeholder, .SNT .snt-input::-webkit-input-placeholder {
  color: #636c79ff;
}
.SNT md-input::-moz-placeholder, .SNT md-autocomplete::-moz-placeholder, .SNT .snt-input::-moz-placeholder {
  color: #636c79ff;
}
.SNT md-input:-ms-input-placeholder, .SNT md-autocomplete:-ms-input-placeholder, .SNT .snt-input:-ms-input-placeholder {
  color: #636c79ff;
}
.SNT md-input::-ms-input-placeholder, .SNT md-autocomplete::-ms-input-placeholder, .SNT .snt-input::-ms-input-placeholder {
  color: #636c79ff;
}
.SNT md-input::placeholder,
.SNT md-autocomplete::placeholder,
.SNT .snt-input::placeholder {
  color: #636c79ff;
}
.SNT md-input:hover,
.SNT md-autocomplete:hover,
.SNT .snt-input:hover {
  background-color: #eef2f6ff;
}
.SNT md-input:focus-visible,
.SNT md-autocomplete:focus-visible,
.SNT .snt-input:focus-visible {
  border-color: #3a8518ff;
}
.SNT md-input md-autocomplete-wrap,
.SNT md-autocomplete md-autocomplete-wrap,
.SNT .snt-input md-autocomplete-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.SNT .DateRangePicker .DateInput .DateInput_input {
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  min-width: 100px;
  padding: 5px;
  border-bottom: 0;
  background-color: #ffffff;
  border: initial;
}
.SNT .DateRangePicker .DateInput .DateInput_input::-webkit-input-placeholder {
  color: #2f2f2f;
}
.SNT .DateRangePicker .DateInput .DateInput_input::-moz-placeholder {
  color: #2f2f2f;
}
.SNT .DateRangePicker .DateInput .DateInput_input:-ms-input-placeholder {
  color: #2f2f2f;
}
.SNT .DateRangePicker .DateInput .DateInput_input::-ms-input-placeholder {
  color: #2f2f2f;
}
.SNT .DateRangePicker .DateInput .DateInput_input::placeholder {
  color: #2f2f2f;
}
.SNT textarea:not(.ms-textarea) {
  border-radius: 8px;
  background-color: #ffffff00;
  border: 1px solid #e5ebf1ff;
  padding: 15px;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SNT textarea:not(.ms-textarea)::-webkit-input-placeholder {
  color: #636c79ff;
}
.SNT textarea:not(.ms-textarea)::-moz-placeholder {
  color: #636c79ff;
}
.SNT textarea:not(.ms-textarea):-ms-input-placeholder {
  color: #636c79ff;
}
.SNT textarea:not(.ms-textarea)::-ms-input-placeholder {
  color: #636c79ff;
}
.SNT textarea:not(.ms-textarea)::placeholder {
  color: #636c79ff;
}
.SNT textarea:not(.ms-textarea):hover {
  background-color: #eef2f6ff;
}
.SNT textarea:not(.ms-textarea):focus-visible {
  border-color: #3a8518ff;
}
.SNT .material-icons {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
}
.SNT md-checkbox .md-icon {
  border-radius: 5px;
  border: 1px solid #a6afbd;
  background-color: #f4f4f4;
}
.SNT md-radio-button .md-on {
  border: 1px solid #a6afbd;
  background-color: #3a8518ff;
}
.SNT md-radio-button .md-off {
  border: 1px solid #a6afbd;
  background-color: #f4f4f4;
}
.SNT md-radio-button[disabled] .md-container .md-off {
  background-color: #f4f4f4;
}
.SNT md-checkbox.md-checked .md-icon::after {
  left: 6px;
  top: 1.5px;
  width: 6px;
  height: 11px;
  border-color: #3a8518ff;
}
.SNT md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border: 1px solid #3a8518ff;
}
.SNT md-input-container .md-input[disabled] {
  border-bottom-color: #a6afbd;
}
.SNT .md-datepicker-triangle-button.md-button.md-icon-button {
  margin: 0 17px 2px 0;
}
.SNT md-select {
  height: 36px;
  font-size: 14px;
  background-color: #f4f4f4;
  border: 1px solid #a6afbd;
  border-radius: 3px;
  padding-left: 18px;
  padding-right: 18px;
  color: #2f2f2f;
}
.SNT md-select .md-select-value {
  border-bottom: none;
}
.SNT md-select:focus {
  border: 1px solid #3a8518ff;
  background-color: #ffffff;
}
.SNT md-select:focus .md-select-value {
  border-bottom-width: 0;
}
.SNT .product-image {
  height: 85px;
  width: 85px;
  border-radius: 5px;
}
.SNT md-chips .md-chips {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
}
.SNT md-chips .md-chips input {
  border-radius: 8px !important;
  background-color: #ffffff00 !important;
  border: 1px solid #e5ebf1ff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.SNT md-chips .md-chips input::-webkit-input-placeholder {
  color: #636c79ff !important;
}
.SNT md-chips .md-chips input::-moz-placeholder {
  color: #636c79ff !important;
}
.SNT md-chips .md-chips input:-ms-input-placeholder {
  color: #636c79ff !important;
}
.SNT md-chips .md-chips input::-ms-input-placeholder {
  color: #636c79ff !important;
}
.SNT md-chips .md-chips input::placeholder {
  color: #636c79ff !important;
}
.SNT md-chips .md-chips input:hover {
  background-color: #eef2f6ff !important;
}
.SNT md-chips .md-chips input:focus-visible {
  border-color: #3a8518ff !important;
}
.SNT md-chip.md-focused {
  background-color: #20365a !important;
  color: #ffffff !important;
}
.SNT md-chip {
  width: 100%;
  font-size: 14px;
  background-color: #f4f4f4;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #a6afbd !important;
  border-radius: 3px;
}
.SNT md-chip .md-chip-content {
  width: 100%;
}
.SNT .pillbox {
  width: auto;
  height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
}
.SNT .pillbox-page {
  background-color: #eaeaea;
}
.SNT .pillbox-light {
  background-color: #eaeaea;
}
.SNT .pillbox-wrap {
  height: auto;
  min-height: 20px;
}
.SNT .price-pillbox {
  border-radius: 8px;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.SNT .textarea-label {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #050301ff;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 4px;
}
.SNT .tiers .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.SNT .tiers .top-tier {
  background-color: #3a8518ff;
}
.SNT .tiers .top-tier .vs-all,
.SNT .tiers .top-tier .tiny-percent,
.SNT .tiers .top-tier.percentage {
  color: #ffffff;
}
.SNT .tiers .middle-tier {
  background-color: #bdd0ec;
}
.SNT .tiers .middle-tier .vs-all,
.SNT .tiers .middle-tier .tiny-percent,
.SNT .tiers .middle-tier.percentage {
  color: #3a8518ff;
}
.SNT .tiers .bottom-tier {
  background-color: #eaeaea;
}
.SNT .tiers .bottom-tier .vs-all,
.SNT .tiers .bottom-tier .tiny-percent,
.SNT .tiers .bottom-tier.percentage {
  color: #3a8518ff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .SNT .flex-50 {
    max-height: 100%;
  }
  .SNT .respondents,
  .SNT .insight,
  .SNT .product-selected,
  .SNT .live-link,
  .SNT .product-preview,
  .SNT .product-selected-name,
  .SNT .planned-sales-input,
  .SNT .product-list-name,
  .SNT .insight-view-more,
  .SNT .persona-details,
  .SNT .persona-tabs,
  .SNT .tab-insight-cards,
  .SNT .insight-product-info,
  .SNT .learnings-input,
  .SNT .tab-learnings-impact,
  .SNT .takeaway-cards {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .SNT .help-text,
  .SNT .products-names {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
ms-card {
  border-radius: 5px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border: 1px solid #eaeaea;
}
ms-card .border-radius-bottom {
  border-radius: 0 0 5px 5px;
}
ms-card ms-title-row {
  font-size: 12px;
  line-height: 14px;
  height: 42px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #a6afbd;
}
ms-card ms-expanded-content {
  -webkit-box-shadow: 0 1px 3px 0 #f4f4f4, 0 1px 1px 0 #979797, 0 2px 1px -1px #eaeaea;
          box-shadow: 0 1px 3px 0 #f4f4f4, 0 1px 1px 0 #979797, 0 2px 1px -1px #eaeaea;
  padding-left: 10px;
  background-color: #f4f4f4;
  border-radius: 0 0 5px 5px;
}
md-input-container:focus .snt-input,
.md-input-focused .snt-input {
  border: 1px solid #3a8518ff !important;
  background-color: #ffffff !important;
}
md-input-container .md-input-message-animation:not(.md-char-counter) {
  margin-left: 15px;
}
md-select-menu md-content {
  border-radius: 5px;
  padding: 0 !important;
}
md-select-menu md-content .md-input-message-animation {
  margin-left: 15px;
}
md-dialog,
md-dialog.md-default-theme {
  border-radius: 5px;
  color: #4d5e7b;
}
md-dialog .md-dialog-content,
md-dialog.md-default-theme .md-dialog-content {
  width: 300px;
}
md-dialog md-dialog-actions,
md-dialog.md-default-theme md-dialog-actions {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.ms-bg-green {
  background-color: #3a8518ff;
}
.ms-bg-yellow {
  background-color: #fca641;
}
.ms-bg-red {
  background-color: #ea426a;
}
.ms-bg-gray {
  background-color: #636363;
}
md-radio-button.md-default-theme .md-on,
md-radio-button .md-on {
  background-color: #3a8518ff;
}
md-radio-button .md-off {
  background-color: #f4f4f4;
  border: none;
}
md-select-header {
  line-height: 16px;
  margin-left: 18px;
  color: #79869c;
}
.dropdown-hover md-option:hover,
.dropdown-hover md-option[selected] {
  background: #e9ebef !important;
  color: #2f2f2f !important;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ReactTable .rt-thead.-filters input {
  border-radius: 8px;
  background-color: #ffffff00;
  border: 1px solid #e5ebf1ff;
}
.ReactTable .rt-thead.-filters input::-webkit-input-placeholder {
  color: #636c79ff;
}
.ReactTable .rt-thead.-filters input::-moz-placeholder {
  color: #636c79ff;
}
.ReactTable .rt-thead.-filters input:-ms-input-placeholder {
  color: #636c79ff;
}
.ReactTable .rt-thead.-filters input::-ms-input-placeholder {
  color: #636c79ff;
}
.ReactTable .rt-thead.-filters input::placeholder {
  color: #636c79ff;
}
.ReactTable .rt-thead.-filters input:hover {
  background-color: #eef2f6ff;
}
.ReactTable .rt-thead.-filters input:focus-visible {
  border-color: #3a8518ff;
}
.DateRangePicker {
  height: 30px;
  min-width: 100px;
  color: #2f2f2f;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  background-color: #ffffff;
  cursor: pointer;
}
.DateRangePicker .DateRangePickerInput {
  border: 0;
}
.DateRangePicker .DateRangePickerInput_arrow {
  width: 34px;
}
.DateRangePicker .DateInput_input {
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  min-width: 100px;
  padding: 5px;
  border-bottom: 0;
}
.DateRangePicker .DateInput_input::-webkit-input-placeholder {
  color: #2f2f2f;
}
.DateRangePicker .DateInput_input::-moz-placeholder {
  color: #2f2f2f;
}
.DateRangePicker .DateInput_input:-ms-input-placeholder {
  color: #2f2f2f;
}
.DateRangePicker .DateInput_input::-ms-input-placeholder {
  color: #2f2f2f;
}
.DateRangePicker .DateInput_input::placeholder {
  color: #2f2f2f;
}
.raf-button--primary {
  background-color: #3a8518ff !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ms-stack-rank.is-loading {
  position: relative;
}
.ms-stack-rank .loading-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(245, 247, 249, 0.1);
  font-weight: bold;
  font-size: 18px;
}
.ms-stack-rank .loading-overlay .spinner {
  width: 45px;
  height: 45px;
  border: 4px solid #202020;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  margin-bottom: 15px;
}
.ms-stack-rank .chart-stack.is-loading {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
:root {
  --cc-btn-primary-bg: #3a8518ff;
  --cc-btn-primary-border-color: #3a8518ff;
  --cc-btn-primary-hover-bg: #3d6b24ff;
  --cc-btn-primary-hover-border-color: #3d6b24ff;
  --cc-btn-secondary-bg: transparent;
  --cc-btn-secondary-border-color: transparent;
  --cc-btn-secondary-hover-bg: #eef2f6ff;
  --cc-btn-secondary-hover-border-color: #eef2f6ff;
  --cc-secondary-color: #050301ff;
}
#cc-main [class*="btn"] {
  border-radius: 900px;
}
#cc-main [class*="btn"],
#cc-main .pm__section-title,
#cc-main .section__toggle {
  outline-offset: 4px;
  outline-color: #3a8518ff;
}
#cc-main .cm__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#cc-main .cm__link-group a {
  margin-left: 0;
  outline-offset: 4px;
  outline-color: #3a8518ff;
}
.cc-preference {
  cursor: pointer;
  background: transparent;
  border: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 54px;
  height: 54px;
  padding: 10px;
  z-index: 9999;
  outline-offset: 4px;
  outline-color: #3a8518ff;
}
.campaign-wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding-left: 250px;
  padding-bottom: 90px;
}
.campaign-wizard .left-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 250px;
  height: calc(100% - 90px);
  background: #f4f4f4;
  padding: 50px 20px;
  border: 1px solid #eaeaea;
  position: fixed;
  left: 0;
  top: 90px;
  z-index: 2;
}
.campaign-wizard .left-nav .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.campaign-wizard .left-nav .step-box .step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.campaign-wizard .left-nav .step-box .step-row .step-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  color: #636363;
  z-index: 1;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
}
.campaign-wizard .left-nav .step-box .step-row .step-circle.selected {
  background: #2f2f2f;
  color: #ffffff;
}
.campaign-wizard .left-nav .step-box .step-row .step-circle:last-child {
  margin-bottom: 0;
}
.campaign-wizard .left-nav .step-box .step-row .step-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  color: #636363;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
.campaign-wizard .left-nav .step-box .step-row .step-text.selected {
  color: #2f2f2f;
}
.campaign-wizard .left-nav .bottom-box {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 27px;
  color: #636363;
  padding: calc(35px / 2 - 1px);
}
.campaign-wizard .left-nav .bottom-box .link {
  cursor: pointer;
}
.campaign-wizard .left-nav .bottom-box .link:active {
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
}
.campaign-wizard .left-nav .bottom-box .link:hover {
  font-weight: bold;
}
.campaign-wizard .left-nav .vertical-line {
  width: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: calc(35px / 2 - 1px);
}
.campaign-wizard .right-content {
  width: 100%;
  padding: 20px 40px;
  overflow-y: scroll;
  background: #ffffff;
  min-height: calc(100vh - 90px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.campaign-wizard .right-content.no-nav-padding {
  padding: 40px 60px;
}
.campaign-wizard .loader {
  height: calc(calc(100vh - 40px) - 40px);
}
.campaign-wizard .top-nav {
  cursor: pointer;
  height: 40px;
  background-image: url(./assets/img/df4a99c51f57022348a5.png);
}
.campaign-wizard .top-nav .nav-element {
  text-align: center;
  overflow-x: hidden;
  height: 40px;
  color: #636363;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px solid #a6afbd;
}
.campaign-wizard .top-nav .nav-white-text {
  color: #ffffff;
}
.campaign-wizard .top-nav .nav-white-mask {
  margin-right: -10px;
  height: 50px;
}
.campaign-wizard .top-nav .nav-blue-text {
  color: #3a8518ff;
}
.campaign-wizard .top-nav .nav-gray-text {
  color: gray;
}
.campaign-wizard .top-nav .nav-white-bg {
  background-color: #f4f4f4;
}
.campaign-wizard .top-nav .navigation-buttons {
  height: 40px;
  border-radius: 0;
  border-bottom: 1px solid #a6afbd;
  margin: 0;
}
.campaign-wizard .top-nav .navigation-buttons md-icon {
  color: #ffffff;
}
.campaign-wizard .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.campaign-wizard .page-header .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.campaign-wizard .page-header .left-column .page-title {
  color: #2f2f2f;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 600;
}
.campaign-wizard .page-header .left-column .page-title .title {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .campaign-wizard .page-header .left-column .page-title .title {
    margin-left: 0;
  }
}
.campaign-wizard .page-header .left-column .page-subtitle {
  color: #3a8518ff;
  font-size: 12px;
  font-weight: 600;
}
.campaign-wizard .page-header .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.campaign-wizard .button-section {
  padding: 15px 0;
}
.campaign-wizard .selected-products-list {
  padding: 14px;
}
.campaign-wizard .prep-to-send-btn.md-button {
  min-height: 0;
  min-width: 0;
  width: 65px;
  margin: 0;
  text-transform: none;
}
.campaign-wizard .prep-to-send-btn.md-button.right {
  text-align: right;
}
.campaign-wizard .prep-to-send-btn.md-button.left {
  text-align: left;
}
.campaign-wizard .active {
  color: #3a8518ff;
  font-weight: bold;
}
.campaign-wizard md-progress-circular svg path {
  stroke: #ffffff;
}
.campaign-wizard .product-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #3a8518ff;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
}
.campaign-wizard #e2e-saved-message {
  white-space: nowrap;
  overflow: hidden;
}
.step-start .modal-common-settings {
  background-color: rgba(4, 16, 31, 0.9);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 70;
}
.step-start .decision-point-modal {
  min-height: 400px;
  min-width: 400px;
  width: calc(100vw * 0.8);
  max-width: 1000px;
  background: white;
  border-radius: 3px;
  padding: 50px;
  overflow: hidden;
}
.step-start .decision-point-modal .title {
  text-align: center;
  font-size: 20px;
  color: #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
}
.step-start .decision-point-modal .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  overflow-y: scroll;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .step-start .decision-point-modal .options {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@-webkit-keyframes pulseDP {
  30% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 20px #cbcbcb;
            box-shadow: 0 0 20px #cbcbcb;
  }
}
@keyframes pulseDP {
  30% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 20px #cbcbcb;
            box-shadow: 0 0 20px #cbcbcb;
  }
}
.step-start .decision-point-modal .options .dp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  height: 250px;
  padding: 10px;
  border-radius: 3px;
  margin: 0 10px 30px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step-start .decision-point-modal .options .dp.hovered {
  -webkit-box-shadow: 0 0 20px #cbcbcb;
          box-shadow: 0 0 20px #cbcbcb;
  -webkit-animation-name: pulseDP;
          animation-name: pulseDP;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms;
}
.step-start .decision-point-modal .options .dp .dp-inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-start .decision-point-modal .options .dp .dp-inner-row.dp-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.step-start .decision-point-modal .options .dp .dp-inner-row.dp-image img {
  width: 85px;
  height: 85px;
}
.step-start .decision-point-modal .options .dp .dp-inner-row.dp-title {
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #2f2f2f;
}
.step-start .decision-point-modal .options .dp .dp-inner-row.dp-description {
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  padding: 5px;
  color: #2f2f2f;
}
.step-start .decision-point-modal .options .dp .dp-inner-row.dp-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  opacity: 1;
}
.step-start .decision-point-modal .options .dp .dp-inner-row.dp-cta.nothovered {
  opacity: 0;
}
.step-start .content-section md-input-container {
  width: 100%;
  margin: 0;
}
.step-start .content-section .ms-fade-in-top {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.step-start .snt-intro {
  background-color: rgba(4, 16, 31, 0.9);
  position: absolute;
  width: 100%;
  z-index: 70;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
}
.step-start .snt-intro-text {
  line-height: 22px;
  max-width: 100%;
}
.step-start .snt-intro-inner {
  background-color: #ffffff;
  max-width: 90%;
  border-radius: 5px;
}
.step-start .snt-intro-inner.background-img {
  background-image: url(./assets/img/169a298f755cd84e80b7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.step-start .snt-intro-inner.test-choice-modal {
  height: 80%;
}
.step-start .snt-intro-bottom {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 25px;
  border-radius: 5px;
}
.step-start .snt-intro .dismiss-btn {
  padding-right: 20px;
}
.step-start .snt-intro .vertical-divider {
  height: 350px;
}
.step-start .snt-intro .horizontal-divider {
  width: 250px;
}
.step-start .snt-intro .new-feature {
  min-height: 15px;
}
.step-start .snt-intro .new-feature.pillbox-div {
  width: 50px;
  border-radius: 8px;
  background-color: #ee6888;
}
.step-products .content-section {
  height: 100%;
  overflow: auto;
}
.step-products .content-section .column-container {
  height: 425px;
}
.step-products .content-section .column-one {
  margin-right: 12px;
  margin-bottom: 0;
  height: 100%;
  position: relative;
}
.step-products .content-section .column-one .filter-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  cursor: pointer;
}
.step-products .content-section .column-one .filter-icon.applied {
  color: #fca641;
}
.step-products .content-section .column-one .filter-icon:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.step-products .content-section .column-one .filter-box {
  background: #ffffff;
  position: absolute;
  z-index: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-size: 14px;
  padding: 20px;
  border-top: 1px solid #eaeaea;
}
.step-products .content-section .column-one .filter-box.open {
  opacity: 0.95;
  z-index: 4;
}
.step-products .content-section .column-one .filter-box md-radio-group md-radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-products .content-section .column-one .add-product-button {
  min-width: 80px;
}
.step-products .content-section .column-one .product-images {
  position: absolute;
  top: 37px;
  bottom: 0;
  left: 0;
  right: 0;
}
.step-products .content-section .column-one .product-images .no-products-found-text {
  text-align: center;
  padding-top: 28px;
  font-size: 12px;
  line-height: 17px;
  color: #79869c;
}
.step-products .content-section .column-one .product-images md-virtual-repeat-container {
  height: 375px;
  overflow-y: scroll;
}
.step-products .content-section .column-one .product-images .products-row {
  height: 85px;
  margin-bottom: 20px;
}
.step-products .content-section .column-one .product-images .first-product-row {
  margin-top: 20px;
}
.step-products .content-section .column-one .product-images .product-selected {
  border: 1px solid #3a8518ff;
}
.step-products .content-section .column-one .product-search {
  background-color: #f4f4f4;
}
.step-products .content-section .no-products-selected {
  margin-top: 50px;
}
.step-products .content-section .column-two {
  margin-left: 12px;
  margin-bottom: 0;
  height: 100%;
}
.step-products .content-section .column-two .chosen-products-list {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e9ebef;
  padding: 0 20px;
  margin: 0;
  border-bottom: 1px solid #a6afbd;
  border-radius: 0;
}
.step-products .content-section .column-two .chosen-products-list md-chip {
  margin: 4px 4px 0 0;
}
.step-products .content-section .column-two .chosen-products-list .md-chips {
  padding: 0;
}
.step-products .content-section .column-two .chosen-products-list .edit-deselect-product {
  opacity: 0;
  min-width: 40px;
  width: 40px;
  max-width: 40px;
}
.step-products .content-section .column-two .chosen-products-list:hover .edit-deselect-product {
  opacity: 1;
  min-width: 40px;
  width: 40px;
  max-width: 40px;
}
.step-sales-plan {
  height: 900px;
  height: -o-calc(calc(calc(calc(100vh - 40px) - 40px) - 107px - 70px));
  height: calc(calc(calc(calc(100vh - 40px) - 40px) - 107px - 70px));
}
.step-sales-plan .product-details {
  padding-top: 5px;
}
.step-sales-plan .product-details-none {
  padding-top: 10px;
}
.step-sales-plan .content-section {
  height: 100%;
}
.step-sales-plan .content-section .ms-card-non-actionable-body {
  height: calc(calc(calc(calc(100vh - 40px) - 40px) - 107px - 70px) - 42px - 20px);
  overflow: auto;
}
.segmentation .content-section {
  height: 100%;
  overflow: auto;
}
.segmentation .ms-product-list .dndPlaceholder {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  border-radius: 5px;
  min-height: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.step-prep-to-send .summary-container {
  padding: 20px;
  border: 1px solid #cbcbcb;
  background-color: rgba(58, 133, 24, 0.05);
}
.step-detail-questions .content-section .initial-question {
  margin-top: 60px;
}
.step-detail-questions .content-section .column-one {
  margin-right: 12px;
}
.step-detail-questions .content-section .column-two .price-testing-table .snt-input {
  max-height: 25px;
  padding: 0 10px;
}
.step-detail-questions .content-section .column-two .intro-card {
  margin-bottom: 0;
}
.step-detail-questions .content-section .column-two .answer-string {
  opacity: 0;
  height: 0;
}
.step-detail-questions .content-section .column-two .customize-question-card {
  margin-bottom: 0;
}
.step-detail-questions .content-section .column-two .single-followup-card {
  padding: 20px;
}
.step-detail-questions .content-section .column-two .single-followup-card .border-top-black {
  border-top: 3px solid #2f2f2f;
}
.followup-question-modal .followup-modal-content {
  height: 100%;
  overflow: auto;
}
.followup-question-modal .type-choice-icon {
  width: 200px;
  min-height: 50px;
}
.followup-question-modal .success-green {
  color: #3a8518ff;
}
.followup-question-modal .green-border {
  border: 2px dashed #3a8518ff;
}
.followup-question-modal .upload-image-container {
  height: 178px;
}
.followup-question-modal .answer-string {
  opacity: 0;
  height: 0;
}
.intro-modal .intro-modal-content {
  height: 100%;
  overflow: auto;
}
.intro-modal .type-icon {
  width: 100px;
  min-height: 55px;
}
.intro-modal .success-green {
  color: #3a8518ff;
}
.intro-modal .green-border {
  border: 2px dashed #3a8518ff;
}
.intro-modal .upload-image-container {
  height: 178px;
}
#finish-modal {
  width: 400px;
  padding: 30px 100px;
}
#finish-modal md-icon {
  font-size: 100px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #3a8518ff;
}
#finish-modal .text-header,
#finish-modal .text-text {
  margin-top: 15px;
}
#finish-modal .text-header {
  color: black;
}
#finish-modal .text-sub-header {
  color: #3a8518ff;
}
#finish-modal .text-text {
  text-align: center;
  font-size: 11px;
}
#finish-modal md-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#finish-modal md-dialog-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.advanced-settings {
  height: 80vh;
}
.advanced-settings .nav-button {
  width: 75px;
}
.advanced-settings .nav-button:hover {
  font-weight: bold;
}
.advanced-settings .test-intro-content {
  overflow: auto;
}
.advanced-settings .tab-container {
  height: calc(80vh - 64px);
  padding: 20px;
  overflow-y: scroll;
}
.advanced-settings .logo-image {
  max-height: 200px;
}
.advanced-settings .expanded-card {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px;
}
.advanced-settings .type-icon {
  width: 100px;
  min-height: 55px;
}
.survey-results {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .survey-results {
    height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 980px) {
  .survey-results {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .survey-results {
    margin: 0;
  }
}
.survey-results__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
  padding-top: 35px;
}
.survey-results__benchmark-country-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 3px 3px 0 0;
}
.survey-results__benchmark-country-row .survey-results__benchmarks-tabs {
  height: 100%;
  margin-right: -1px;
}
.survey-results__benchmark-country-row .survey-results__country-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-x: auto;
  border-radius: 0;
}
@media screen and (max-width: 1050px) {
  .survey-results__benchmark-country-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 94px;
  }
  .survey-results__benchmark-country-row .survey-results__benchmarks-tabs {
    height: 50%;
    width: 100%;
  }
  .survey-results__benchmark-country-row .survey-results__country-tabs {
    height: 50%;
    width: 100%;
  }
}
.survey-results__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
}
.survey-results .survey-results__linear-progress-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
.learnings-report .email-capture {
  background-image: url(./assets/img/5f5aecc73d68dfbbff59.jpg);
  background-position: center top;
  background-size: 200%;
  height: 100vh;
}
.learnings-report .email-capture .logo {
  background-image: url(./assets/img/e3d8bbcac9fb312350b5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 100%;
}
.learnings-report .email-capture .btn.tertiary {
  color: #2f2f2f;
}
.learnings-report .email-capture input {
  color: #2f2f2f;
}
.learnings-report .report-toolbar {
  height: 40px;
  background-color: #2f2f2f;
}
.learnings-report .report-toolbar .downloading-loader svg path {
  stroke: #ffffff;
}
@media print {
  .learnings-report .report-toolbar,
  .learnings-report .view-test-results-links {
    display: none;
  }
  .learnings-report .learnings-impact-report {
    background-size: 106% !important;
    background-position: right top !important;
    max-height: 100vh;
    border: none !important;
    margin-bottom: 0 !important;
  }
  .learnings-report .learnings-impact-report .report-link {
    font-size: 10px !important;
  }
  .learnings-report .learnings-impact-report .subheader-font {
    font-size: 15px !important;
  }
  .learnings-report .learnings-impact-report .header-footer-size {
    padding: 10px !important;
  }
  .learnings-report .learnings-impact-report .header .brand-logo-thumbnail {
    max-height: 45px !important;
  }
  .learnings-report .learnings-impact-report .header .report-icon {
    margin-right: 2px !important;
    font-size: 15px !important;
  }
  .learnings-report .learnings-impact-report .report-body {
    padding: 30px 20px !important;
  }
  .learnings-report .learnings-impact-report .report-body-header {
    padding: 30px 0 0 20px !important;
  }
  .learnings-report .learnings-impact-report .report-body-header .body-label {
    margin-right: 5px !important;
  }
  .learnings-report .learnings-impact-report .report-body-header .divider-width {
    width: 600px !important;
  }
  .learnings-report .learnings-impact-report .test-image-container .test-image {
    height: 150px !important;
  }
  .learnings-report .learnings-impact-report .test-image-container .overlay-positioning {
    height: 150px !important;
  }
  .learnings-report .learnings-impact-report .test-image-container .report-title {
    padding-left: 60px !important;
    padding-right: 30px !important;
  }
  .learnings-report .learnings-impact-report .test-image-container .report-title .title-text {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
  .learnings-report .learnings-impact-report .test-image-container .test-owner {
    font-size: 12px !important;
  }
  .learnings-report .learnings-impact-report .takeaway-cards-container {
    padding: 30px 20px !important;
    display: block;
  }
  .learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .product-thumbnail-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .product-thumbnail-container .product-thumbnail {
    max-width: 70px !important;
    max-height: 70px !important;
    width: 70px;
    height: 70px;
  }
  .learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .learning-text {
    font-size: 12px !important;
  }
  .learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .decision-text {
    font-size: 10px !important;
  }
  .learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .roi-text {
    font-size: 11px !important;
  }
  .learnings-report .learnings-impact-report .view-more-learnings {
    font-size: 10px !important;
  }
  .learnings-report .learnings-impact-report .report-analytics .data-label {
    font-size: 12px !important;
  }
  .learnings-report .learnings-impact-report .report-analytics .data-point {
    margin: 10px !important;
  }
  .learnings-report .learnings-impact-report .report-analytics .data-description {
    font-size: 15px !important;
  }
  .learnings-report .learnings-impact-report .report-analytics .audience-type-container {
    margin: 10px !important;
  }
  .learnings-report .learnings-impact-report .report-analytics .audience-type-icon {
    font-size: 32px !important;
  }
  .learnings-report .learnings-impact-report .page-count {
    bottom: 50px !important;
  }
  .learnings-report .learnings-impact-report .page-count-text {
    padding-right: 10px !important;
  }
  .learnings-report .learnings-impact-report .report-footer .footer-text {
    font-size: 12px;
  }
}
.learnings-report .learnings-impact-report {
  width: 1275px;
  height: 1500px;
  position: relative;
  background-image: url(./assets/img/4d2ce1b5afd0c600f08a.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 1275px;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.learnings-report .learnings-impact-report .label-text-color {
  color: #2f2f2f;
}
.learnings-report .learnings-impact-report .report-text-color {
  color: #2f2f2f;
}
.learnings-report .learnings-impact-report .report-link {
  font-size: 12px;
  color: #2f2f2f;
  text-decoration: underline;
}
.learnings-report .learnings-impact-report .subheader-font {
  font-size: 20px;
}
.learnings-report .learnings-impact-report .header-footer-size {
  padding: 25px;
  max-height: 80px;
}
.learnings-report .learnings-impact-report .header .brand-logo-thumbnail {
  max-height: 65px;
}
.learnings-report .learnings-impact-report .header .report-icon {
  margin-right: 4px;
  font-size: 20px;
  color: #2f2f2f;
}
.learnings-report .learnings-impact-report .report-body {
  padding: 40px 60px;
}
.learnings-report .learnings-impact-report .report-body-header {
  padding: 40px 0 0 60px;
}
.learnings-report .learnings-impact-report .report-body-header .body-label {
  margin-right: 20px;
}
.learnings-report .learnings-impact-report .report-body-header .divider-width {
  width: 820px;
}
.learnings-report .learnings-impact-report .test-image-container .test-image {
  position: relative;
  height: 200px;
}
.learnings-report .learnings-impact-report .test-image-container .overlay-positioning {
  position: absolute;
  height: 200px;
  width: 100%;
}
.learnings-report .learnings-impact-report .test-image-container .background-overlay {
  background-color: #2f2f2f;
  opacity: 0.75;
}
.learnings-report .learnings-impact-report .test-image-container .report-title {
  padding-left: 100px;
  padding-right: 50px;
}
.learnings-report .learnings-impact-report .test-image-container .report-title .title-text {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.learnings-report .learnings-impact-report .test-image-container .test-owner {
  font-size: 14px;
}
.learnings-report .learnings-impact-report .takeaway-cards-container {
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card {
  padding: 15px;
  min-height: 50px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
.learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .learning-text {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 600;
}
.learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .decision-text {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 400;
}
.learnings-report .learnings-impact-report .takeaway-cards-container .takeaway-card .roi-text {
  color: #3a8518ff;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.learnings-report .learnings-impact-report .view-more-learnings {
  font-size: 12px;
}
.learnings-report .learnings-impact-report .report-analytics .data-point {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 600;
  height: 90px;
  max-height: 90px;
  margin: 15px;
}
.learnings-report .learnings-impact-report .report-analytics .data-description {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
}
.learnings-report .learnings-impact-report .report-analytics .audience-type-icon {
  font-size: 40px;
  width: auto;
  height: auto;
}
.learnings-report .learnings-impact-report .page-count {
  bottom: 80px;
  position: absolute;
  font-size: 12px;
}
.learnings-report .learnings-impact-report .page-count-text {
  padding-right: 40px;
}
.learnings-report .learnings-impact-report .report-footer {
  position: absolute;
  bottom: 0;
  background-color: #2f2f2f;
}
.learnings-report .learnings-impact-report .ms-logo {
  background-image: url(./assets/img/9dde2e9d6f7e530ddf4e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  min-width: 150px;
  width: 100%;
}
.ms-pivot-table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.ms-pivot-table-container .ms-pivot-table {
  display: inline-table;
  min-width: 100%;
}
.ms-pivot-table-container .ms-pivot-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  margin-bottom: 40px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ms-pivot-table-container .ms-pivot-table .row .row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  background-color: #717f90ff;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ms-pivot-table-container .ms-pivot-table .row .row-header span {
  padding: 0 16px;
  position: absolute;
  -webkit-transition: left 0.1s linear;
  transition: left 0.1s linear;
}
.ms-pivot-table-container .ms-pivot-table .row .row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0 24px 10px;
  padding-right: 25px;
  -webkit-transition: all 0s ease-out 0.2s;
  transition: all 0s ease-out 0.2s;
}
.ms-pivot-table-container .ms-pivot-table .row .row-content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  border-radius: 3px;
}
.ms-pivot-table-container .ms-pivot-table .row .row-content .col .col-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  background-color: #3a8518ff;
  color: white;
  margin-bottom: 10px;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ms-pivot-table-container .ms-pivot-table .row .row-content .col .col-header span {
  padding: 0 16px;
  position: absolute;
  -webkit-transition: left 0.1s linear;
  transition: left 0.1s linear;
}
.ms-pivot-table-container .ms-pivot-table .row .row-content .col .col-content {
  width: 650px;
  padding: 20px;
  border: 1px dotted #3a8518ff;
  min-height: 200px;
  border-radius: 3px;
  background-color: #f4fdfb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ms-pivot-table-container .ms-pivot-table .row .row-content .col .col-content .ms-product-cards-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -20px;
}
.ms-pivot-table-container .ms-pivot-table.zoomed-out .row {
  margin-bottom: 15px;
}
.ms-pivot-table-container .ms-pivot-table.zoomed-out .row .row-header {
  font-size: 14px;
  height: 24px;
  font-weight: 600;
}
.ms-pivot-table-container .ms-pivot-table.zoomed-out .row .row-content {
  margin: 7px 0 20px 5px;
}
.ms-pivot-table-container .ms-pivot-table.zoomed-out .row .row-content .col .col-header {
  font-size: 14px;
  height: 24px;
  font-weight: 600;
}
.ms-pivot-table-container .ms-pivot-table.zoomed-out .row .row-content .col .col-content {
  width: 539px;
  padding: 10px;
}
.ms-pivot-table-container .ms-pivot-table.zoomed-out .row .row-content .col .col-content .ms-product-cards-container {
  margin-left: -10px;
}
.pivot-controls-container {
  max-width: 100%;
  margin-bottom: 20px;
}
.pivot-controls-container.fixed {
  position: fixed;
  z-index: 2000;
  top: calc(90px + 8px);
  right: 30px;
  left: calc(250px + 30px);
}
.pivot-controls-container.presentation {
  width: calc(100vw - 30px - 30px);
}
.pivot-controls-container .pivot-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 30px;
}
.pivot-controls-container .pivot-controls .left-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pivot-controls-container .pivot-controls .left-controls div.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.pivot-controls-container .pivot-controls .left-controls div.control .ms-form-select {
  margin-right: 5px;
}
.pivot-controls-container .pivot-controls .left-controls div[class*="label-"] {
  font-weight: bold;
  margin-right: 5px;
}
.pivot-controls-container .pivot-controls .left-controls div[class*="label-"].label-primary {
  color: #717f90ff;
}
.pivot-controls-container .pivot-controls .left-controls div[class*="label-"].label-secondary {
  color: #3a8518ff;
}
.pivot-controls-container .pivot-controls .left-controls div[class*="label-"].label-tertiary {
  color: #2f2f2f;
}
.pivot-controls-container .pivot-controls .right-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pivot-controls-container .pivot-controls .right-controls .copy-link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-left: 16px;
}
.pivot-controls-container .pivot-controls .right-controls .copy-link .share-icon {
  margin-right: 5px;
}
.pivot-controls-container .pivot-controls .right-controls .copy-link input.copy-link-value {
  width: 1px;
  height: 24px;
  padding: 0;
  margin: 0;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
.pivot-controls-container .pivot-controls .right-controls .copy-link input.copy-link-value::-moz-selection {
  background-color: transparent;
}
.pivot-controls-container .pivot-controls .right-controls .copy-link input.copy-link-value::selection {
  background-color: transparent;
}
.pivot-controls-container .pivot-controls .right-controls .zoom-icon,
.pivot-controls-container .pivot-controls .right-controls .hide-icon,
.pivot-controls-container .pivot-controls .right-controls .download-icon {
  font-size: 18px;
  cursor: pointer;
}
.pivot-controls-container .pivot-controls .right-controls .zoom-icon,
.pivot-controls-container .pivot-controls .right-controls .download-icon {
  margin-left: 16px;
}
.product-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.product-board .ms-product-cards-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -20px;
}
.product-view-modal .modal-divider {
  border-bottom: 1px solid #eaeaea;
  margin: 8px 0;
}
.product-view-modal .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .product-view-modal .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-view-modal .top-section .enlarged-image-previewer {
  background-color: var(--ms-color-base-white);
  position: absolute;
  width: calc(70vw - 20px - 30px);
  height: calc(100% - 40px - 40px - 40px);
  -webkit-transition: opacity 500ms ease-out, -webkit-transform 0ms ease 500ms;
  transition: opacity 500ms ease-out, -webkit-transform 0ms ease 500ms;
  transition: transform 0ms ease 500ms, opacity 500ms ease-out;
  transition: transform 0ms ease 500ms, opacity 500ms ease-out, -webkit-transform 0ms ease 500ms;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 100;
  opacity: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.product-view-modal .top-section .enlarged-image-previewer.expanded {
  -webkit-transition: opacity 500ms, background 500ms;
  transition: opacity 500ms, background 500ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.product-view-modal .top-section .enlarged-image-previewer .img-container {
  width: 100%;
  height: 100%;
}
.product-view-modal .top-section .left-column {
  padding-right: 8px;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
@media only screen and (max-width: 1024px) {
  .product-view-modal .top-section .left-column {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.product-view-modal .top-section .left-column .image-or-3D-previewer-with-thumbnails {
  max-width: 340px;
}
.product-view-modal .top-section .left-column .image-or-3D-previewer-with-thumbnails .image-or-3D-previewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-view-modal .top-section .left-column .image-or-3D-previewer-with-thumbnails .previewer-inner {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.product-view-modal .top-section .left-column .image-or-3D-previewer-with-thumbnails .previewer-inner .preview-image {
  width: 100%;
  height: 100%;
}
.product-view-modal .top-section .left-column .image-or-3D-previewer-with-thumbnails .thumbnails-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 95px;
  height: 95px;
  overflow-x: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-view-modal .top-section .left-column .forecast-table {
  color: #111928;
  border: 1px solid #979797;
  border-radius: 3px;
  font-size: 12px;
}
.product-view-modal .top-section .left-column .forecast-table .forecast-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #979797;
  padding: 10px;
}
.product-view-modal .top-section .left-column .forecast-table .forecast-row:last-child {
  border-bottom: none;
}
.product-view-modal .top-section .left-column .forecast-table .forecast-row .forecast-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.product-view-modal .top-section .left-column .forecast-table .forecast-row .forecast-value {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-view-modal .top-section .right-column {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .product-view-modal .top-section .right-column {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.product-view-modal .info .info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #111928;
  margin-bottom: 20px;
}
.product-view-modal .info .info-header .name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-view-modal .info .info-header .name-container .name {
  font-size: 28px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-view-modal .info .info-header .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.product-view-modal .info .info-header .price-container .price {
  margin-right: 8px;
}
.product-view-modal .info .info-header .price-container .margin {
  font-size: 20px;
  height: auto;
}
.product-view-modal .info .info-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer !important;
}
.product-view-modal .info .info-activity .info-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.product-view-modal .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111928;
}
.product-view-modal .details .properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding: 10px 0;
}
.product-view-modal .details .properties .properties-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-view-modal .details .properties .properties-column .prop-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-view-modal .details .properties .properties-column .prop-label-container .prop-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.product-view-modal .details .properties .properties-column .prop-label-container .prop-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-view-modal .details .section {
  padding: 10px 0;
}
.product-view-modal .details .section .section-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-view-modal .details .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.product-view-modal .details .variants .variant {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: border 100ms ease-in-out;
  transition: border 100ms ease-in-out;
}
.product-view-modal .details .variants .variant .variant-thumbnail {
  border: 1px solid #979797;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.product-view-modal .details .variants .variant .variant-thumbnail.active,
.product-view-modal .details .variants .variant .variant-thumbnail:hover {
  border: 1px solid #111928;
}
.product-view-modal .details .product-description {
  font-size: 14px;
}
.product-view-modal .tabs {
  border-bottom: 1px solid #cbcbcb;
}
.product-view-modal .tabs .tabs-menu {
  padding: 0 50px;
}
.product-view-modal .tabs .tabs-menu .menu-item {
  font-size: 12px;
  color: #111928;
  border-bottom: none;
}
.product-view-modal .tabs .tabs-menu .menu-item--active {
  border-bottom: 2px solid #111928;
  font-weight: 600;
}
.product-view-modal .tabs .tabs-menu .menu-item--active .menu-item--variant-custom {
  background-color: none;
}
.product-view-modal .tabs .tabs-menu .comment-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product-view-modal .tabs .tabs-menu .comment-tab .comment-count {
  text-align: center;
  margin-left: 5px;
  border: 1px solid #111928;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  width: 15px;
}
.product-view-modal .rating-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-view-modal .avg-rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  margin-left: 15px;
}
.product-score-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  position: relative;
}
.product-score-card .score-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-score-card .score-card-header .test-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px;
  color: #636363;
}
.product-score-card .score-card-header .test-scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-score-card .score-card-header .test-scores .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 34px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-score-card .score-card-header .test-scores .percentile {
  text-align: center;
  font-size: 8px;
  height: 16px;
}
.product-score-card .score-card-header .test-scores.sentiment {
  width: 65px;
}
.product-score-card .score-card-header .test-scores.consumer-demand {
  width: 65px;
  position: relative;
}
.product-score-card .score-card-header .test-scores.consumer-demand .score {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #3a8518ff;
  height: 34px;
  line-height: 34px;
  border-bottom-left-radius: 3px;
}
.product-score-card .consumer-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 12px 12px;
}
.product-score-card .score-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-top: 1px solid #eaeaea;
  padding: 0 12px;
  font-size: 12px;
}
.product-score-card .score-card-footer .test-link {
  color: #2f2f2f;
  cursor: pointer;
}
.product-score-card .score-chart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ms-table .ms-table-container {
  max-height: 600px;
}
.ms-table th.md-column:not(:first-child) {
  border-left: 1px solid #eaeaea;
}
.ms-table th.md-column,
.ms-table td.md-cell {
  padding-left: 20px !important;
}
.ms-table tbody.md-body tr.md-row:nth-child(even) {
  background-color: #ffffff;
}
.ms-table tbody.md-body tr.md-row:nth-child(odd) {
  background-color: #f4f4f4;
}
ms-image-upload-form .success-green {
  color: #3a8518ff;
}
ms-image-upload-form .green-border {
  border: 2px dashed #3a8518ff;
}
ms-image-upload-form .upload-image-container {
  height: 178px;
}
.ms-multi-followup-card.ms-card.border-top-red {
  border-top: 3px solid #ea426a;
}
.ms-multi-followup-card.ms-card.border-top-green {
  border-top: 3px solid #3a8518ff;
}
.ms-multi-followup-card .followup-question {
  padding: 5px 15px;
}
.ms-question-preview-card {
  margin-bottom: 0;
}
.ms-question-preview-card .question-preview-body {
  background-color: #e6f8ff;
}
.ms-question-preview-card .question-preview-image {
  max-width: 100px;
  height: 100px;
  width: 100%;
}
.ms-question-preview-card .stars {
  width: 120px;
}
.ms-question-preview-card .editable-empty {
  font-style: normal;
  color: #2f2f2f;
}
.ms-question-preview-card input[type="text"].editable-input {
  height: 25px;
  padding: 0 5px;
  margin-top: 5px;
}
.ms-question-preview-card .question-text .editable-wrap.editable-text {
  width: 80%;
}
.ms-question-preview-card .question-text .editable-wrap.editable-text input[name="question-text"] {
  width: 100%;
}
.Toastify__toast {
  white-space: pre-line;
}
.Toastify__toast--info {
  background-color: #3a8518ff;
}
.Toastify__toast--success {
  background-color: #3a8518ff;
}
.Toastify__toast--warning {
  background-color: #fca641;
}
.Toastify__toast--error {
  background-color: #ea426a;
}
.ms-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  right: 0;
  z-index: 3000;
  border-bottom: 1px solid #cbcbcb;
}
.ms-navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.ms-navbar__brand-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 0 38px rgba(125, 125, 125, 0.1);
          box-shadow: 10px 0 38px rgba(125, 125, 125, 0.1);
}
.ms-navbar__brand-section .ms-image {
  width: 150px;
  max-height: 75px;
}
.ms-navbar__ms-logo {
  height: 17px;
  width: 190px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .ms-navbar__ms-logo {
    height: 30px;
    width: 30px;
  }
}
.ms-navbar__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
}
@media only screen and (max-width: 480px) {
  .ms-navbar__details {
    padding: 0 30px;
  }
}
.ms-navbar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-navbar__user .ms-dropdown {
  padding-right: 0;
}
.ms-navbar__brand-logo {
  height: 35px;
  width: auto;
}
.ms-sidenav {
  background: #202020;
  position: fixed;
  width: 250px;
  top: 90px;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 90px);
}
.ms-sidenav a:last-child {
  margin: auto 0 24px 0;
}
@media only screen and (max-width: 750px) {
  .ms-sidenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    bottom: initial;
    width: 100%;
    height: auto;
  }
  .ms-sidenav a:last-child {
    margin: 0;
  }
}
.ms-sidenav__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-right: 4px solid transparent;
  color: #ffffff;
}
@media only screen and (max-width: 750px) {
  .ms-sidenav__nav-item {
    padding-left: 10px;
  }
}
.ms-sidenav__nav-item--active {
  font-weight: 700;
  border-right: 2px solid #3a8518ff;
}
.ms-sidenav__nav-item--active .ms-sidenav__icon {
  color: #202020;
  background: #ffffff;
  border-radius: 100%;
}
.ms-sidenav__nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 750px) {
  .ms-sidenav__nav-item:hover {
    padding-right: 10px;
  }
}
.ms-sidenav .ms-sidenav__icon {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ms-sidenav .ms-sidenav__icon svg {
  width: 18px;
  height: auto;
}
.ms-text-with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ms-text-with-label--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-text-with-label__label {
  color: #979797;
  padding-right: 5px;
}
.ms-text-with-label__text--formatted {
  white-space: pre-line;
}
.stat-sig-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stat-sig-circle__circle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.stat-sig-circle__circle--success {
  background-color: #3a8518ff;
}
.stat-sig-circle__circle--warning {
  background-color: #fca641;
}
.stat-sig-circle__circle--danger {
  background-color: #ea426a;
}
.user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: relative;
}
.user-container .icon-container {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ee6888;
  font-size: 12px;
  cursor: pointer;
}
.user-container .user-container-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-container .display-name {
  text-align: center;
  color: #2f2f2f;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
  overflow-x: hidden;
}
/* Needs to be like this because it's being use for inheritance */
.ms-card {
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  position: relative;
}
.ms-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
  border-radius: 3px;
}
.ms-card__header--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 0 25px;
  height: 60px;
}
.ms-card__header--no-bottom-border {
  border-bottom: none;
}
.ms-card__content {
  padding: 16px;
  font-size: 12px;
}
.ms-card__content--no-padding {
  padding: 0;
}
.ms-carousel-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  z-index: 1;
}
.ms-carousel-arrow::before {
  content: none;
}
.ms-carousel-arrow:hover,
.ms-carousel-arrow:focus {
  color: var(--ms-color-base-black);
}
.ms-dropdown {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 160px;
  cursor: pointer;
  padding: 8px 12px;
  color: #2f2f2f;
  font-size: 13px;
  border: #2f2f2f;
  border-radius: 3px;
}
.ms-dropdown.flexible-width {
  min-width: 0%;
}
.ms-dropdown.no-box-padding {
  padding: 0;
}
.ms-dropdown.dropdown-icon-only {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
  padding: 0;
  cursor: default;
}
.ms-dropdown.dropdown-icon-only .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.ms-dropdown.dropdown-icon-only .icon:hover {
  background: #eaeaea;
}
.ms-dropdown.dropdown-icon-only .icon.grow:hover {
  background: none;
  font-size: 20px;
}
.ms-dropdown .dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.ms-dropdown .dropdown-header .dropdown-title {
  margin-right: 5px;
}
.ms-dropdown .dropdown-header .dropdown-title.large {
  font-size: 14px;
  font-weight: 600;
}
.ms-dropdown button {
  margin: 0;
}
.ms-dropdown .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-dropdown .button-row .icon-arrow {
  margin-left: 8px;
}
.ms-dropdown .button-row .icon-arrow.isOpen {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ms-dropdown .dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
          box-shadow: 0 0 1px rgba(32, 54, 90, 0.25), 0 2px 18px rgba(47, 47, 47, 0.25);
  z-index: 1000;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  top: 100%;
  right: 0;
}
.ms-dropdown .dropdown-content.justify-left {
  left: 0;
}
.ms-dropdown .dropdown-content.open {
  display: block;
}
.ms-dropdown .dropdown-item {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 16px;
  cursor: pointer;
}
.ms-dropdown .dropdown-item:hover {
  background: #f4f4f4;
}
.ms-dropdown .dropdown-item-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 16px;
  cursor: pointer;
}
.ms-dropdown .dropdown-item-icon-section:hover {
  background: #f4f4f4;
}
.ms-dropdown .dropdown-item-icon {
  margin-right: 10px;
  font-size: 14px;
}
.ms-dropdown .dropdown-divider {
  border: 0.5px solid #cbcbcb;
}
.card-dropdown-list {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 0;
  height: 27px;
}
.modal-content-mixin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 20px 0;
  width: 60vw;
  border-radius: 3px;
  max-height: 80%;
}
.modal-content-mixin > div {
  padding: 0 20px;
}
.modal-content-mixin .close-icon {
  cursor: pointer;
  font-size: 18px;
}
.modal-content-mixin.no-width {
  width: auto;
}
.modal-content-mixin .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content-mixin .top-content .title {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 18px;
}
.modal-content-mixin .content {
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 10px;
  scroll-behavior: smooth;
}
.modal-content-mixin .content.not-scrollable {
  overflow: hidden;
}
.modal-content-mixin .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content-mixin .bottom-row .ms-ds-button {
  margin: 0 5px;
}
.modal-content-mixin-button {
  margin: 0 5px;
}
.modal-content-mixin.skinny {
  padding: 0;
}
.modal-content-mixin.skinny .content {
  margin-bottom: 0;
  height: 100%;
}
.modal-content-mixin.skinny .bottom-row {
  height: 0;
}
.modal-content-mixin.full-height.ms-modal__content {
  max-height: 95vh;
  width: 70vw;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal-content-mixin.full-height.ms-modal__content {
    width: 90vw;
  }
}
.modal-content-mixin.full-height.ms-modal__content .content {
  max-height: 100%;
}
.ms-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ms-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.ms-modal .ie11-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 20px 0;
  width: 60vw;
  border-radius: 3px;
  max-height: 80%;
}
.ms-modal__content > div {
  padding: 0 20px;
}
.ms-modal__content .close-icon {
  cursor: pointer;
  font-size: 18px;
}
.ms-modal__content.no-width {
  width: auto;
}
.ms-modal__content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ms-modal__content .top-content .title {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 18px;
}
.ms-modal__content .content {
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 10px;
  scroll-behavior: smooth;
}
.ms-modal__content .content.not-scrollable {
  overflow: hidden;
}
.ms-modal__content .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-modal__content .bottom-row .ms-ds-button {
  margin: 0 5px;
}
.ms-modal__content-button {
  margin: 0 5px;
}
.ms-modal__content.skinny {
  padding: 0;
}
.ms-modal__content.skinny .content {
  margin-bottom: 0;
  height: 100%;
}
.ms-modal__content.skinny .bottom-row {
  height: 0;
}
.ms-modal__content.full-height.ms-modal__content {
  max-height: 95vh;
  width: 70vw;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .ms-modal__content.full-height.ms-modal__content {
    width: 90vw;
  }
}
.ms-modal__content.full-height.ms-modal__content .content {
  max-height: 100%;
}
.confirm-modal-title {
  margin-bottom: 20px;
  font-weight: 400;
  color: #2f2f2f;
  font-size: 1.5em;
}
.confirm-modal-message {
  color: #4d5e7b;
  font-size: 14px;
  margin-bottom: 30px;
}
.five-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.five-star .single-star {
  margin: 2px;
}
.five-star .single-star:hover {
  cursor: pointer;
  color: #fca641;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.five-star .single-star.gold {
  color: #fca641;
}
.five-star .single-star.selected {
  -webkit-animation: voila;
          animation: voila;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.five-star .single-star.disabled {
  pointer-events: none;
  opacity: 1;
}
.ms-checkmark {
  margin: 2px;
}
.ms-checkmark.complete {
  color: #3a8518ff;
}
.ms-progress-bar__outer-progress-bar {
  padding: 0;
  height: 18px;
  overflow: hidden;
  background: #eaeaea;
  border-radius: 20px;
  color: #ffffff;
}
.ms-progress-bar__inner-color--info {
  background: #3a8518ff;
}
.ms-progress-bar__inner-color--success {
  background: #3a8518ff;
}
.ms-progress-bar__inner-color--warning {
  background: #fca641;
}
.ms-progress-bar__inner-color--danger {
  background: #ea426a;
}
.ms-progress-bar__inner-color--purple {
  background: #7b61ff;
}
.ms-progress-bar__outer-color--info {
  background: #e3ebf7;
}
.ms-progress-bar__outer-color--success {
  background: #dff8f2;
}
.ms-progress-bar__outer-color--warning {
  background: #feedd9;
}
.ms-progress-bar__outer-color--danger {
  background: #fbd9e1;
}
.ms-progress-bar__outer-color--purple {
  background: #e5dfff;
}
.ms-progress-bar__inner-progress-bar {
  position: relative;
  float: left;
  min-width: 2%;
  height: 100%;
  border-radius: 20px;
}
.ms-progress-bar__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 10px;
  height: 100%;
  padding-right: 5px;
}
.ms-progress-bar__submessage {
  margin-top: 1px;
  font-weight: 700;
  height: 18px;
  color: #111928;
  font-size: 12px;
}
.rich-text-editor-container {
  width: 510px;
}
.rich-text-editor-container .ms-rich-text-editor {
  border: 1px solid #eaeaea;
  background: #ffffff;
  border-radius: 3px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #2f2f2f;
  overflow-y: auto;
}
.rich-text-editor-container .ms-rich-text-editor .public-DraftEditor-content {
  height: 100px;
}
.rich-text-editor-container .richTextButton {
  padding: 0 10px;
  min-height: 26px;
  border-color: #cbcbcb;
  color: #636363;
  margin: 8px 8px 0 0;
  width: 32px;
}
.rich-text-editor-container .richText-activeButton {
  border: 1px solid #3a8518ff;
}
.rich-text-editor-container .rich-text-editor-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ms-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.ms-bubble__color--above-top {
  --percentile-color: #3a8518ff;
  --percentile-text-color: #ffffffff;
}
.ms-bubble__color--between {
  --percentile-color: #697687ff;
  --percentile-text-color: #ffffffff;
}
.ms-bubble__color--below-bottom {
  --percentile-color: #e7cb38ff;
  --percentile-text-color: #050301ff;
}
.ms-bubble__label {
  font-style: italic;
  color: var(--percentile-color);
  width: 100%;
}
.ms-image {
  width: 100%;
  height: 100%;
}
.ms-image__image {
  width: 100%;
  height: 100%;
}
.ms-image__image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.ms-image__image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.ms-image__image--fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.ms-image--autoSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ms-image--autoSize .ms-image__image--cover {
  width: auto;
}
.ms-image--autoSize .ms-image__image--contain,
.ms-image--autoSize .ms-image__image--fill {
  height: auto;
}
.ms-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: transparent;
  color: #636363;
  font-size: 12px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: none;
}
.ms-icon-button--variant-text {
  background-color: transparent;
  color: currentColor;
}
.ms-icon-button:hover {
  font-size: 14px;
}
.ms-icon-button.is-success {
  background-color: #3a8518ff;
  color: #ffffff;
}
.ms-icon-button:focus-visible {
  outline: 2px solid #cddbfe;
}
.ms-droppable__container {
  width: 100%;
  height: 100%;
}
.ms-droppable__container--within,
.ms-droppable__container--over {
  background-color: #f4f4f4;
}
.ms-draggable__container--dragging {
  padding: 10px;
  border: 1px solid #eaeaea;
}
.ms-circle {
  font-size: 25px;
}
.ms-geomap {
  position: relative;
}
.ms-geomap__legend {
  padding: 0 10px 10px;
  min-height: 134px;
}
.ms-geomap__respondent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.ms-geomap__respondent > div {
  -webkit-box-flex: 0.23;
      -ms-flex: 0.23;
          flex: 0.23;
}
.ms-geomap__respondent-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.ms-geomap__tooltip {
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 10px;
  width: 200px;
  font-size: 14px;
  color: #3a8518ff;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #eaeaea;
          box-shadow: 0 0 0 1px #eaeaea;
}
.ms-geomap__tooltip > div:first-child {
  margin-bottom: 10px;
}
.ms-geomap .ms-circle + div {
  margin-top: 10px;
}
.ms-bar-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  height: 100%;
}
.ms-table .ReactTable .rt-tr:hover {
  background: #f4f4f4;
}
.ms-table .actions {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(42%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 42%, #ffffff 100%);
}
.ms-table .actions .icon {
  height: 100%;
}
.ms-table .ReactTable .rt-table,
.ms-table .ReactTable .rt-tbody,
.ms-table .ReactTable .rt-tbody .actions {
  overflow: visible;
}
.ms-table .test-title {
  font-size: 14px;
  padding-left: 10px;
}
.ms-table .table-column-title {
  text-align: left;
  color: #979797;
  text-transform: uppercase;
  padding: 13px !important;
  font-size: 10px;
  font-weight: 500;
}
.ms-table .table-column-title.center {
  text-align: center;
}
.ms-table .table-column-title.right {
  text-align: right;
}
.ms-table .Table__itemCount {
  font-size: 14px;
}
.ms-table .Table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
}
.ms-table .Table__pageButton {
  font-size: 14px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #636363;
}
.ms-table .Table__pageButton:disabled {
  cursor: not-allowed;
  color: #cbcbcb;
}
.ms-table .Table__pageButton--active {
  color: #3a8518ff;
  font-weight: bold;
}
.flag-shadow {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
.flag-icon {
  border-radius: 50%;
  overflow: hidden;
}
.country-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  border-radius: 3px;
  border: 1px solid #6793d5;
  padding: 5px 6px;
  background-color: #fafafa;
  margin-bottom: 10px;
}
.country-product:hover {
  background-color: #ffffff;
}
.country-product .country-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1050px) {
  .country-product .country-product-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.country-product .image-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0px;
          flex: 2 1 0;
}
.country-product .image-placeholder {
  height: 50px;
  width: 50px;
  min-width: 50px;
  background-color: #fff2e3;
  border: 1px dashed #fca641;
  border-radius: 3px;
}
.country-product .country-product-name {
  font-weight: 600;
  margin: 0 10px;
}
.country-product .country-product-USD {
  margin-right: 5px;
  min-width: 48px;
}
.country-product .country-product-price {
  margin-left: 5px;
}
.country-product .currency-symbol {
  margin-right: 8px;
}
.country-product .country-product-info {
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: #2f2f2f;
}
.country-product .currency-input {
  border-radius: 8px;
  background-color: #ffffff00;
  border: 1px solid #e5ebf1ff;
  height: 25px !important;
  width: 100% !important;
  margin-right: 10px;
  min-width: 90px;
  padding: 5px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.country-product .currency-input::-webkit-input-placeholder {
  color: #636c79ff;
}
.country-product .currency-input::-moz-placeholder {
  color: #636c79ff;
}
.country-product .currency-input:-ms-input-placeholder {
  color: #636c79ff;
}
.country-product .currency-input::-ms-input-placeholder {
  color: #636c79ff;
}
.country-product .currency-input::placeholder {
  color: #636c79ff;
}
.country-product .currency-input:hover {
  background-color: #eef2f6ff;
}
.country-product .currency-input:focus-visible {
  border-color: #3a8518ff;
}
.country-card-active {
  border: 1px solid #6793d5;
  -webkit-box-shadow: 0 0 0 10px #e3ebf7;
          box-shadow: 0 0 0 10px #e3ebf7;
}
.country-card-inactive {
  border: 1px solid #979797;
}
.country-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  background: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
.country-card.hoverable {
  margin: 15px;
  cursor: pointer;
}
.country-card.hoverable:hover {
  border: 1px solid #6793d5;
  -webkit-box-shadow: 0 0 0 10px #e3ebf7;
          box-shadow: 0 0 0 10px #e3ebf7;
}
.country-card .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
}
@media screen and (max-width: 1050px) {
  .country-card .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1763px) {
  .country-card .left {
    width: 70%;
  }
}
@media screen and (max-width: 1600px) {
  .country-card .left {
    width: 65%;
  }
}
@media screen and (max-width: 1434px) {
  .country-card .left {
    width: 55%;
  }
}
.country-card .left .shadow {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  min-width: 50px;
}
.country-card .left .countryContainer {
  padding-left: 11px;
  padding-top: 8px;
  position: relative;
}
.country-card .left .countryContainer .country {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #2f2f2f;
}
.country-card .left .countryContainer .country-attributes {
  margin: 0;
  padding: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #2f2f2f;
}
.country-card .left .countryContainer .country-attributes span.country-parameter {
  font-weight: 600;
}
.country-card .background-map-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.05;
}
.country-card .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 26%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 1763px) {
  .country-card .right {
    width: 30%;
  }
}
@media screen and (max-width: 1600px) {
  .country-card .right {
    width: 35%;
  }
}
@media screen and (max-width: 1434px) {
  .country-card .right {
    width: 45%;
  }
}
.price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.price-card .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.price-card .top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 75%;
}
@media screen and (max-width: 1220px) {
  .price-card .top .top-left {
    width: 65%;
  }
}
@media screen and (max-width: 1350px) {
  .price-card .top .top-left {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .price-card .top .top-left {
    width: 85%;
  }
}
.price-card .top .top-left svg.flag-icon {
  min-width: 50px;
}
.price-card .top .top-left .country {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #ffffff;
  padding-left: 11px;
}
.price-card .top .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}
@media screen and (max-width: 1220px) {
  .price-card .top .top-right {
    width: 35%;
  }
}
@media screen and (max-width: 1350px) {
  .price-card .top .top-right {
    width: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .price-card .top .top-right {
    width: 15%;
  }
}
.price-card .top .top-right p {
  color: #ffffff;
}
.price-card .bottom-left {
  padding-left: 10px;
  line-height: 17px;
}
.price-card .bottom-left .languages-used span.bold-language {
  font-weight: bold;
}
.price-card .bottom-left span {
  color: #ffffff;
  font-size: 12px;
}
.ms-layered-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-layered-items .item-container {
  margin-right: -5px;
}
.ms-layered-items .item-container.large {
  margin-right: -10px;
}
.ms-layered-items.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-layered-items.vertical .item-container {
  margin-top: -5px;
  margin-right: 0;
}
.ms-layered-items.vertical .item-container.large {
  margin-top: -10px;
}
.ms-results-country-tabs {
  background-color: var(--ms-color-base-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  border-radius: inherit;
  height: 61px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.ms-results-country-tabs--hide-labels {
  height: auto;
}
.ms-results-country-tabs__country-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.ms-results-country-tabs__country-tab--single {
  padding: 5px;
}
.ms-results-country-tabs .menu-item--variant-icon {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.ms-results-country-tabs .menu-item--variant-icon .flag-icon {
  border: 1px solid #e5ebf1ff;
}
.ms-results-country-tabs .menu-item--variant-icon.menu-item--active .flag-icon {
  border: 3px solid #3a8518ff;
}
.ms-results-country-tabs__country-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
}
.ms-results-country-tabs__country-name {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 17px;
}
.product-thumbnail {
  width: 85px;
  height: 85px;
  position: relative;
  border-radius: 3px;
  cursor: default;
}
.product-thumbnail.selectable {
  cursor: pointer;
}
.product-thumbnail.is-small {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.product-thumbnail .state-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 3.5px;
  right: 5px;
  height: 17px;
  width: 17px;
  color: #3a8518ff;
  font-size: 16px;
}
.product-thumbnail.disabled-cursor {
  cursor: not-allowed;
}
.product-thumbnail .image-container {
  border-radius: inherit;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border: 1px solid #eaeaea;
}
.product-thumbnail .image-container.selected {
  border: 1px solid #3a8518ff;
}
.product-thumbnail .hover-overlay {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(47, 47, 47, 0.5);
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-transition: opacity 175ms ease-in;
  transition: opacity 175ms ease-in;
}
.product-thumbnail .hover-overlay.selected {
  border: 1px solid #3a8518ff;
}
.product-thumbnail .hover-overlay.showing {
  opacity: 1;
}
.product-thumbnail .hover-overlay .overlay-text {
  font-size: 10px;
  font-weight: 600;
  line-height: 11px;
}
.product-thumbnail .hover-overlay .overlay-number {
  font-size: 12px;
  line-height: 18px;
}
product-thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  max-height: 100%;
}
product-thumbnail-container .ms-product-thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px 0;
  height: 100%;
  width: 100%;
}
product-thumbnail-container .ms-product-thumbnail-container .product-thumbnail {
  margin-bottom: 10px;
  margin-right: 5px;
}
product-thumbnail-container .ms-product-thumbnail-container .no-products {
  text-align: center;
  width: 100%;
  font-size: 14px;
}
product-thumbnail-container .ms-product-thumbnail-container .loading {
  text-align: center;
  width: 100%;
  color: #cbcbcb;
  font-size: 12px;
}
product-thumbnail-container .space-holder {
  width: 85px;
  margin-bottom: 10px;
  margin-right: 5px;
}
message-box {
  display: block;
}
.message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 12px;
}
.message-box.warning {
  background: #fca641;
}
.message-box.info {
  background: #3a8518ff;
}
.message-box.danger {
  background: #ea426a;
}
.message-box.transparent {
  background: transparent;
  border: 1px solid #979797;
}
.message-box .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px 0 0 3px;
  margin-right: 12px;
  font-size: 16px;
  color: #ffffff;
}
.message-box .icon-container.transparent {
  background: transparent;
  color: #979797;
}
.message-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  border-radius: 0 3px 3px 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  white-space: pre-wrap;
}
.message-box .text.transparent {
  background: transparent;
  color: #979797;
}
.ms-utility-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .ms-utility-row.tertiary-exists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ms-utility-row .utility-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-utility-row .utility-section input {
  margin-right: 8px;
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  .ms-utility-row .utility-section input {
    width: 175px;
  }
}
.ms-utility-row .utility-section button {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .ms-utility-row .utility-section.tertiary-exists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ms-utility-row .page-title {
  font-size: 18px;
  color: #1f2a37;
}
.ms-empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #eaeaea;
  color: #979797;
  height: 200px;
  border-radius: 3px;
  font-size: 16px;
  padding: 30px;
}
.ms-empty-state.is-small {
  height: 100px;
}
.assortment-page__content {
  padding: 20px 30px;
}
.assortment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  min-height: 212px;
}
@media screen and (max-width: 980px) {
  .assortment-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.assortment-header__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 20px 30px;
}
@media screen and (max-width: 980px) {
  .assortment-header__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.assortment-header__season,
.assortment-header__name {
  font-weight: 500;
  text-transform: capitalize;
}
.assortment-header__season {
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
}
.assortment-header__name {
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.assortment-header__pills .ms-pill {
  margin-bottom: 10px;
}
.assortment-header__pills .ms-pill:not(:last-of-type) {
  margin-right: 30px;
}
.assortment-header__team {
  padding: 24px 70px 30px 75px;
  -webkit-box-shadow: -10px -10px 39px -3px rgba(0, 0, 0, 0.05);
          box-shadow: -10px -10px 39px -3px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 100px;
  background-color: #ffffff;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.shared-learnings-infobox__modal.ms-modal__content {
  width: 660px;
  margin-bottom: 0;
  border-radius: 3px;
}
.shared-learnings-infobox__modal.ms-modal__content > div {
  padding: 0;
}
.shared-learnings-infobox__box.ms-info-box {
  border-radius: 3px;
}
.shared-learnings-infobox__box.ms-info-box .ms-info-box__header {
  color: #2f2f2f;
}
.shared-learnings-infobox__box.ms-info-box .ms-info-box__icon {
  margin-top: 0;
}
.shared-learnings-infobox__box.ms-info-box .ms-info-box__content {
  margin-top: 2rem;
}
.shared-learnings-presentational {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  grid-gap: 16px;
}
.shared-learnings-presentational__empty-state-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px;
}
.shared-learnings-presentational__info-icon {
  font-size: 24px;
  margin-right: 16px;
}
.shared-learnings-presentational__message-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.shared-learnings-presentational__message-subtitle {
  color: #636363;
  margin: 0;
}
.snip-card {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.snip-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.snip-card__image-container {
  width: 100%;
  height: 230px;
}
.snip-card__details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #eaeaea;
}
.snip-card__details-left {
  margin-right: 24px;
}
.snip-card__details-title {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.snip-card__details-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0;
}
.snip-card__details-pills .ms-pill {
  margin: 0 3px;
}
.snip-card__details-pills .ms-pill:first-child {
  margin-left: 0;
}
.snip-card__details-pills .ms-pill:last-child {
  margin-right: 0;
}
.snip-card__details-pills .ms-pill:only-child {
  margin: 0;
}
.snip-card__test {
  font-size: 12px;
  padding: 8px 24px;
  text-decoration: underline;
}
.filtered-products-container .filtered-products-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.filtered-products-container .filtered-products-bottom .filters-container {
  padding-right: 10px;
}
.filtered-products-container .filtered-products-bottom .ms-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  max-width: calc(100vw - 325px);
}
.filtered-products-container .filtered-products-bottom .ms-table .ReactTable .rt-table {
  overflow-x: auto;
}
.filtered-products-container .filtered-products-bottom .ms-table .ReactTable .rt-tbody {
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .filtered-products-container .filtered-products-bottom .ms-table {
    max-width: calc(100vw - 565px);
  }
}
.surveys-section {
  display: inline-block;
  min-width: 100%;
}
.surveys-section .ms-table {
  width: 100%;
}
.wizard-decision-point-select .card-content {
  padding: 20px;
}
.wizard-decision-point-select .header-text {
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.wizard-international-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  border-top: 1px solid #eaeaea;
}
.wizard-international-links .audience-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wizard-international-links .audience-column .audience-selects select {
  min-width: 100px;
  max-width: 180px;
  margin-right: 8px;
}
.wizard-international-links .audience-column .audience-selects .structured-audiences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 8px;
}
.wizard-international-links .audience-column .audience-selects .structured-audiences .audience-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.wizard-international-links .audience-column .audience-selects .structured-audiences .audience-select .audience-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #3a8518ff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .wizard-international-links .audience-column .audience-selects {
    width: 100%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wizard-international-links .audience-column .audience-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wizard-international-links .audience-column .provider-country-note {
  font-size: 10px;
  color: #fca641;
}
.wizard-international-links .auto-close-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wizard-international-links .auto-close-inputs .respondents-count-input,
.wizard-international-links .auto-close-inputs .match-stat-sig-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 16px;
  height: 100%;
  font-size: 14px;
}
.wizard-international-links .auto-close-inputs .match-stat-sig-container {
  margin-left: 24px;
}
.wizard-international-links .auto-close-inputs .respondents-count-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}
.wizard-international-links .auto-close-inputs .respondents-count-input label {
  line-height: 15px;
  margin-bottom: 0;
  font-size: 10px;
}
.wizard-international-links .auto-close-inputs .respondents-count-input input {
  height: 20px;
  font-size: 10px;
}
.wizard-international-links .auto-close-inputs .ms-input-container--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 20px;
  margin-left: 10px;
  font-size: 10px;
  line-height: 15px;
}
.wizard-international-links .country-links {
  margin-bottom: 32px;
}
.wizard-international-links .country-links .simple-table {
  margin-bottom: 12px;
}
.wizard-international-links .country-links .simple-table .link-column {
  overflow: wrap;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
.wizard-international-links .country-links .simple-table .link-column input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wizard-international-links .country-links .simple-table .link-column .redirect-input-labels {
  font-size: 10px;
  text-transform: uppercase;
}
.wizard-international-links .country-links .simple-table .link-column .redirect-input-labels .header {
  font-weight: bold;
}
.wizard-international-links .country-links .avatar-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.wizard-international-links .country-links .avatar-column > div {
  margin-right: 12px;
}
.wizard-international-links .country-links .avatar-column .icon {
  cursor: pointer;
}
.wizard-international-links .country-links .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.wizard-international-links .country-links .button-row div:not(:last-child) {
  margin-right: 16px;
}
.wizard-international-links .country-links .button-row .ms-ds-button {
  margin: 0 5px;
}
.wizard-international-links .country-links .flag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.wizard-international-links .country-links .flag-container .table-header {
  margin: 0 16px;
}
.wizard-international-links .country-links .audience-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.wizard-international-links .country-links .audience-column select {
  margin-left: 12px;
}
.wizard-international-links .country-links .audience-column select.audience-type-select {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-width: 140px;
  max-width: 140px;
}
.wizard-international-links .country-links .audience-column select.consumer-profile-select {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.wizard-international-links .countries-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .wizard-international-links .card-header {
    display: none;
  }
}
.wizard-international-links .region-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media screen and (max-width: 1200px) {
  .wizard-international-links .region-column {
    width: 100%;
    margin-left: 15px;
  }
}
.wizard-international-links .links-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .wizard-international-links .links-column {
    width: 100%;
    margin-left: 15px;
  }
}
.wizard-international-links .buttons-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  min-width: 115px;
}
.wizard-international-links .buttons-column .translate-button-container {
  width: 115px;
}
@media screen and (max-width: 1200px) {
  .wizard-international-links .buttons-column {
    width: 100%;
    margin-top: 10px;
    margin-left: 5px;
  }
}
.wizard-international-links .country-links-header {
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.wizard-international-links .country-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.wizard-international-links .country-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.wizard-international-links .country-row:first-child {
  padding-top: 0;
}
.wizard-international-links .country-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .wizard-international-links .country-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wizard-international-links .audience-type {
  font-size: 14px;
}
.wizard-international-links .input-link {
  background-color: #ffffff !important;
  border: none !important;
  padding: 0 15px 0 0 !important;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  min-height: 32px;
}
.wizard-international-links .translation-question {
  color: #979797;
  font-size: 12px;
  margin: 15px 0;
}
.wizard-international-links .translation-question .email-link {
  color: #3a8518ff;
}
wizard-international-audience-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
wizard-international-audience-card .wizard-international-audience-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0 25px;
}
@media screen and (max-width: 1100px) {
  wizard-international-audience-card .wizard-international-audience-card {
    margin-left: 0;
    margin-top: 5px;
  }
}
wizard-international-audience-card .wizard-international-audience-card .summary {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}
.wizard-recruited-audience {
  padding: 25px 0;
}
.wizard-recruited-audience .header-text {
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.wizard-recruited-audience .panel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wizard-recruited-audience .panel-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.wizard-summary-messaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0 25px;
  font-size: 14px;
  color: #636363;
  line-height: 22px;
  border-bottom: 1px solid #eaeaea;
}
.wizard-summary-messaging .summary-content {
  width: 85%;
}
.settings-nav {
  padding-bottom: 30px;
}
.results-filters-container__filter-title {
  border-top: 1px solid #eef2f6ff;
}
.results-filters-container__segmentation-profile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ms-product-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}
.ms-product-cards-container .space-holder {
  width: 300px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ms-product-cards-container .loading {
  text-align: center;
  width: 100%;
  color: #cbcbcb;
  font-size: 12px;
  padding-top: 16px;
}
.ms-product-cards-container.small .space-holder {
  width: 100px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  margin-bottom: 10px;
}
.child-product-tooltip-section {
  opacity: 1 !important;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb !important;
          box-shadow: 0 4px 10px -6px #cbcbcb !important;
}
.ms-product-card .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-left: 8px;
}
.ms-product-card .numbers.hover {
  font-size: 14px;
}
.ms-product-card .numbers .price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8px;
}
.ms-product-card .numbers .margin {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #979797;
  border: 1px solid #979797;
  border-radius: 25px;
  padding: 0 5px;
}
.ms-product-card.product-hover-container .hover-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #111928;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
}
.ms-product-card.product-hover-container .hover-product:last-child {
  border-bottom: none;
}
.ms-product-card.product-hover-container .hover-product .image {
  min-width: 50px;
  width: 50px;
  min-height: 50px;
}
.ms-product-card.product-hover-container .hover-product .image img {
  width: 100%;
  height: auto;
}
.ms-product-card.product-hover-container .hover-product .name {
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 0 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.ms-product-card.product-hover-container .hover-product .numbers,
.ms-product-card.product-hover-container .hover-product .avg-rating {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ms-product-card.product-hover-container .hover-product .avg-rating {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms-product-card.main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.ms-product-card.main-card .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 3px 0 0;
  font-size: 20px;
  z-index: 100;
}
.ms-product-card.main-card .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  position: relative;
}
.ms-product-card.main-card .top-container .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ms-product-card.main-card .top-container .top-section .top-info-container {
  margin-bottom: 10px;
  width: 250px;
  z-index: 100;
}
.ms-product-card.main-card .top-container .top-section .top-info-container .category {
  font-size: 10px;
  font-weight: 600;
}
.ms-product-card.main-card .top-container .top-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}
.ms-product-card.main-card .top-container .top-image-container .image-container {
  height: 250px;
  width: 250px;
  cursor: pointer;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.ms-product-card.main-card .top-container .top-image-container img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.ms-product-card.main-card .top-container .top-image-container svg {
  width: 100px;
  height: auto;
  color: #eaeaea;
}
.ms-product-card.main-card .top-container .details-container .details-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
  font-size: 16px;
}
.ms-product-card.main-card .top-container .details-container .details-header .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ms-product-card.main-card .top-container .details-container .details-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0 0;
  font-size: 14px;
}
.ms-product-card.main-card .top-container .details-container .details-attributes .attribute {
  margin-bottom: 2px;
  font-weight: bold;
}
.ms-product-card.main-card .top-container .details-container .details-attributes .attribute.attr-label {
  margin-right: 3px;
}
.ms-product-card.main-card .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #eaeaea;
}
.ms-product-card.main-card .bottom-section .total-forecast {
  font-size: 16px;
  font-weight: bolder;
  color: #111928;
}
.ms-product-card.main-card.small {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.ms-product-card.main-card.small .score {
  width: 35px;
  height: 35px;
  font-size: 16px;
}
.ms-product-card.main-card.small .top-container {
  padding: 15px;
}
.ms-product-card.main-card.small .top-container .top-image-container {
  padding: 5px;
  width: 130px;
}
.ms-product-card.main-card.small .top-container .top-image-container .image-container {
  height: 125px;
  width: 125px;
}
.ms-product-card.main-card.small .top-container .details-container .details-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-product-card.main-card.small .top-container .details-container .details-header .title {
  font-size: 14px;
}
.ms-product-card.main-card.small .top-container .details-container .details-header .numbers {
  font-size: 14px;
  margin: 5px 0 0;
}
.ms-product-card.main-card.small .top-container .details-container .details-header .numbers .price {
  padding: 0;
}
.ms-product-card.main-card.small .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.ms-product-card.main-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.ms-product-card-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-product-card-simple .image-section img {
  max-width: 100%;
  max-height: 100%;
  height: 160px;
  width: auto;
}
.ms-product-card-simple .product-details {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-left: 10px;
}
.ms-product-card-simple .product-details .product-name,
.ms-product-card-simple .product-details .product-price {
  color: #111928;
  font-size: 14px;
  font-weight: bold;
}
.ms-product-card-simple .product-details .product-margin {
  font-size: 10px;
  color: #636363;
}
.ms-product-card-simple .product-details .total-forecast {
  font-size: 16px;
  font-weight: bolder;
  color: #111928;
}
.segmentation-questions-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.segmentation-questions-modal .question-list {
  height: 300px;
  overflow-y: scroll;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.segmentation-questions-modal .ms-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding: 10px;
}
.segmentation-questions-modal .ms-input-wrapper:first-child {
  border: none;
}
.segmentation-questions-modal .question-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  line-height: 16px;
  color: #2f2f2f;
  margin-right: 10px;
}
.segmentation-questions-modal .question-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 30px;
  margin-bottom: 0;
  width: 100%;
}
.segmentation-questions-modal .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.segmentation-questions-modal .controls button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.segmentation-questions-modal .search-input {
  width: 250px;
}
.demographic-questions__list {
  overflow: visible !important;
  /** To overwrite third-party styling because of the tooltip */
}
.segmentation-item {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  height: 45px;
}
.segmentation-item .drag-handler {
  margin-right: 12px;
  cursor: -webkit-grab;
  cursor: grab;
}
.segmentation-item .segmentation-content {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.segmentation-item .segmentation-content > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.segmentation-item .controls {
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.segmentation-item .md-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  padding: 0;
  background: transparent;
  width: 25px;
  height: auto;
  min-width: 25px;
}
.segmentation-question-full-text .list-item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 300px;
  max-width: 700px;
}
.segmentation-question-full-text .list-item-answer .list-item-answer-single {
  padding: 2.5px 0;
  width: 25%;
}
.ms-segmentation-item-collapsible.Collapsible--skinny {
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__contentInner {
  padding: 20px 35px;
}
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__trigger {
  padding: 0;
  position: relative;
}
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__trigger > div {
  font-weight: normal;
  width: 100%;
}
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__trigger svg {
  font-size: 12px;
}
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__trigger svg[data-icon="chevron-down"] {
  color: #636363;
  position: absolute;
  right: 12px;
}
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__trigger.is-open .controls svg,
.ms-segmentation-item-collapsible.Collapsible--skinny .Collapsible__trigger.is-open .drag-handler svg {
  -webkit-transform: none;
          transform: none;
}
.brand-default-country-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brand-default-country-card .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand-default-country-card .left-column {
  width: 100%;
}
.brand-default-country-card .left-column .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand-default-country-card .default-country-card {
  font-size: 12px;
}
.brand-default-country-card .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
}
.brand-default-country-card .modal-title {
  font-size: 28px;
  line-height: 37px;
  font-weight: 600;
  color: #2f2f2f;
}
.brand-default-country-card .region-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.brand-default-country-card .country-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  font-size: 12px;
  margin-bottom: 30px;
}
.brand-default-country-card .country-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.brand-default-country-card .space-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-left: 35px;
  font-size: 12px;
}
.brand-default-country-card .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.consumer-profiles .consumer-profiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}
.consumer-profiles .consumer-profiles-list .ms-card {
  width: 410px;
  margin: 10px;
}
.consumer-profiles .consumer-profiles-list .space-holder {
  width: 450px;
  margin-right: 20px;
}
.consumer-profiles .consumer-profiles-list .empty-state-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.consumer-profiles .consumer-profile-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.consumer-profiles .consumer-profile-header-row .header {
  font-weight: 700;
  font-size: 18px;
}
.structured-audience-modal .section {
  margin-bottom: 16px;
}
.structured-audience-modal .section:last-of-type {
  padding-bottom: 0;
}
.structured-audience-modal .tier-label {
  margin: 8px 0;
  font-size: 12px;
  color: #2f2f2f;
  font-weight: 600;
}
.structured-audience-modal .inputs-title {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 600;
  height: 30px;
}
.structured-audience-modal .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.structured-audience-modal .inputs select {
  width: 100%;
}
.structured-audience-modal .inputs .multi-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.structured-audience-modal .inputs .multi-input-row .multi-input-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-right: 3%;
}
.structured-audience-modal .inputs .text-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.structured-audience-modal .inputs .text-input-row .text-input-column {
  margin-right: 3%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.structured-audience-modal .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0 24px 32px;
  width: 250px;
}
.structured-audience-modal .header .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 12px;
}
.structured-audience-modal .header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 20px;
}
.structured-audience-modal .header .title .name {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 220px;
}
.structured-audience-modal .header .title .tier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a8518ff;
  font-size: 16px;
  margin-right: 7px;
  font-weight: 600;
}
.structured-audience-modal .header .title .currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #3a8518ff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.structured-audience-modal .avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.structured-audience-modal .avatars > div {
  margin: 0 24px 16px 0;
}
.structured-audience-modal .avatars > div .ms-avatar {
  opacity: 0.85;
}
.structured-audience-modal .avatars > div.selected .ms-avatar {
  border: 3px solid #2f2f2f;
  opacity: 1;
}
.structured-audience-modal .tier-link {
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 24px;
  cursor: pointer;
}
.structured-audience-modal .ms-input-container--checkbox,
.structured-audience-modal .ms-input-container--radio {
  padding-left: 24px;
}
.structured-audience-modal .ms-text-input {
  width: 100%;
}
.ms-product-settings .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-product-settings .custom-field-settings-header {
  font-size: 14px;
  margin-top: 15px;
  font-weight: bold;
}
.ms-product-settings .body-section {
  margin-top: 12px;
}
.ms-product-setting-expander .visible-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-product-setting-expander .visible-section .input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.ms-product-setting-expander .visible-section .box-options {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  margin-top: 18px;
}
.ms-product-setting-expander .visible-section .box-options .advanced-settings-toggle {
  margin-bottom: 8px;
}
.ms-product-setting-expander .visible-section .box-options a {
  color: #3a8518ff;
}
@media screen and (max-width: 980px) {
  .ms-product-setting-expander .visible-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ms-product-setting-expander .visible-section .input-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .ms-product-setting-expander .visible-section .box-options {
    width: 100%;
    margin-left: 0;
  }
}
.ms-product-setting-expander .expanded-section {
  display: grid;
  margin-top: 20px;
  grid-column-gap: 25px;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
}
.ms-product-setting-expander .expanded-section .ms-toggle-switch {
  margin-bottom: 8px;
}
.stacked-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.stacked-tabs-wrapper .tab-headers .tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
  overflow-y: auto;
  height: 300px;
}
.stacked-tabs-wrapper .tab-headers .tabs .tab-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 0 10px 0 32px;
  font-size: 16px;
  color: #2f2f2f;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.stacked-tabs-wrapper .tab-headers .tabs .tab-handle .icon-wrapper {
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #eaeaea;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stacked-tabs-wrapper .tab-headers .tabs .tab-handle .icon-wrapper svg {
  width: 14px;
  height: 14px;
}
.stacked-tabs-wrapper .tab-headers .tabs .tab-handle.selected {
  background-color: #3a8518ff;
  color: #ffffff;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.stacked-tabs-wrapper .tab-headers .tabs .tab-handle.selected .icon-wrapper {
  background-color: #979797;
}
.stacked-tabs-wrapper .tab-headers .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 24px 24px 32px;
}
.stacked-tabs-wrapper .tab-headers .header .title {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 20px;
}
.stacked-tabs-wrapper .tab-headers .header .title .name {
  margin-right: 24px;
}
.stacked-tabs-wrapper .tab-headers .header .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 12px;
}
.stacked-tabs-wrapper .tab-headers .button-row {
  padding: 24px 32px;
}
.stacked-tabs-wrapper .tab-headers .button-row button {
  margin: 0;
}
.stacked-tabs-wrapper .tab-content {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-left: 1px solid #eaeaea;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 5px #eaeaea;
          box-shadow: 0 5px 5px #eaeaea;
  max-height: 461px;
}
.stacked-tabs-wrapper .tab-content .tab-content-scroller {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding: 32px;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stacked-tabs-wrapper .tab-content .tab-content-scroller .title {
  color: #3a8518ff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stacked-tabs-wrapper .tab-content .tab-content-scroller .description {
  font-size: 12px;
}
.stacked-tabs-wrapper .tab-content .tab-content-scroller::before {
  position: absolute;
  width: 97%;
  left: 0;
  content: "";
  top: 0;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background-image: linear-gradient(#ffffff, transparent);
}
.stacked-tabs-wrapper .tab-content .tab-content-scroller::after {
  position: absolute;
  width: 97%;
  left: 0;
  content: "";
  bottom: 0;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background-image: linear-gradient(transparent, #ffffff);
}
.ms-audience-summary {
  min-width: 300px;
}
.ms-audience-summary .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.ms-audience-summary .title-section .name {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: bold;
  margin: 0 7px 0 0;
  word-break: break-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
}
.ms-audience-summary .subtitle-section {
  font-size: 12px;
  color: #979797;
  padding: 0 0 15px 0;
}
.ms-audience-summary .category-section {
  padding: 6px 0 10px 8px;
}
.ms-audience-summary .category-section .category-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.ms-audience-summary .category-section .category-title-row .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #3a8518ff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
.ms-audience-summary .category-section .category-title-row .name {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 600;
  margin-left: 10px;
}
.ms-audience-summary .category-detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  font-size: 12px;
}
.ms-audience-summary .category-detail-row .selection {
  margin: 0 5px 5px 0;
}
.ms-audience-summary .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-audience-summary .bottom-section .tier {
  color: #3a8518ff;
  font-size: 16px;
  margin-left: 8px;
  font-weight: 600;
}
.ms-audience-summary .bottom-section .currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #3a8518ff;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
.brand-profile-card__two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-profile-card__form-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.brand-profile-card__form-groups > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.brand-profile-card__form-groups > div:nth-child(odd) {
  padding-right: 20px;
}
.brand-profile-card__form-groups > div:nth-child(even) {
  padding-left: 20px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .brand-profile-card__form-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brand-profile-card__form-groups > div {
    padding: 0;
  }
  .brand-profile-card__form-groups > div:nth-child(odd),
  .brand-profile-card__form-groups > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}
.brand-profile-card__form-group {
  padding-bottom: 20px;
}
.brand-profile-card__subtext {
  font-size: 11px;
  line-height: 18px;
  color: #79869c;
}
.admin-settings-card__form-group {
  margin-top: 18px;
  margin-bottom: 20px;
}
.general-settings-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.general-settings-other .select-box {
  min-width: 225px;
  max-width: 225px;
  margin-bottom: 8px;
}
.brand-settings-style__brand-styling__pickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brand-settings-style__test-styling__form-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.brand-settings-style__test-styling__form-groups > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.brand-settings-style__test-styling__form-groups > div:nth-child(odd) {
  padding-right: 20px;
}
.brand-settings-style__test-styling__form-groups > div:nth-child(even) {
  padding-left: 20px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .brand-settings-style__test-styling__form-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brand-settings-style__test-styling__form-groups > div {
    padding: 0;
  }
  .brand-settings-style__test-styling__form-groups > div:nth-child(odd),
  .brand-settings-style__test-styling__form-groups > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}
.brand-settings-style__test-styling__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 18px;
  margin-bottom: 18px;
}
.brand-settings-style__test-styling__form-group textarea {
  display: block;
  width: 100%;
  resize: none;
}
.brand-settings-style__test-styling__delete-button {
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: transparent;
  color: #2f2f2f;
  padding: 10px;
}
.brand-settings-style__test-styling__dropdown-option span {
  padding-left: 10px;
}
.brand-settings-decision-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brand-settings-decision-point__form-groups {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 0.5fr 2.5fr;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-settings-decision-point__form-groups > div:nth-child(3n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .brand-settings-decision-point__form-groups {
    grid-template-columns: 1fr;
  }
  .brand-settings-decision-point__form-groups > strong {
    display: none;
  }
  .brand-settings-decision-point__form-groups > div:nth-child(3n):not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (min-width: 980px) {
  .brand-settings-decision-point__form-groups .ms-form-label {
    display: none;
  }
}
.brand-settings-decision-point__delete-button {
  margin-left: 10px;
  height: 30px;
  border: none;
  background-color: transparent;
}
.brand-settings-decision-point__delete-button:hover {
  opacity: 0.5;
}
@media (max-width: 980px) {
  .brand-settings-decision-point__delete-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.brand-settings-decision-point__add-button {
  -ms-flex-item-align: center;
      align-self: center;
}
.brand-settings-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.brand-settings-users__grid-cell-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-settings-users__form_control-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.brand-settings-users__form_control-center.ms-form-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.brand-settings-users__label {
  color: var(--ms-color-secondary-500);
  font-size: 14px;
  font-weight: 400;
}
.brand-settings-users__form-groups {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1.4fr 0.5fr 0.5fr 0.8fr 0.4fr 0.4fr;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .brand-settings-users__form-groups {
    grid-template-columns: 0.5fr 0.5fr;
  }
  .brand-settings-users__form-groups > div:nth-child(4n):not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (min-width: 980px) {
  .brand-settings-users__form-groups .span-label {
    display: none;
  }
}
.brand-settings-users__form-groups .brand-settings-users__resend-invitation-button {
  position: relative;
}
.brand-settings-users__form-groups .brand-settings-users__resend-invitation-button--loading {
  padding-right: 32px;
}
.brand-settings-users__row:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.brand-settings-users__resend-invitation-loading-indicator {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 980px) {
  .brand-settings-users__header {
    display: none;
  }
}
.brand-settings-users__delete-button,
.brand-settings-users__email-button {
  margin-left: 10px;
  height: 30px;
  border: none;
  background-color: transparent;
}
.brand-settings-users__delete-button:hover,
.brand-settings-users__email-button:hover {
  opacity: 0.5;
}
@media (max-width: 980px) {
  .brand-settings-users__delete-button,
  .brand-settings-users__email-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f2f2f;
  font-size: 18px;
  height: 40px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 16px;
}
@media only screen and (max-width: 750px) {
  .table-header {
    height: initial;
  }
}
.simple-table {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.simple-table.table-card {
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  position: relative;
  background-color: #ffffff;
  overflow: visible;
  border-radius: 5px;
  border: none;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
}
.simple-table .table-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 13px;
  margin-bottom: -2px;
  border-radius: 4px 4px 0 0;
}
.simple-table .table-border {
  border-width: 1px;
  border-style: solid;
  border-color: #2f2f2f;
  border-radius: 0 0 3px 3px;
}
.simple-table .header-row,
.simple-table .header-group-row {
  border-bottom: 1px solid #eaeaea;
  color: #2f2f2f;
  font-size: 10px;
  min-width: auto;
  padding: 8px;
}
.simple-table .cell-content {
  font-size: 14px;
  color: #636363;
}
.simple-table .cell-content-small {
  font-size: 12px;
  color: #636363;
}
.simple-table .ReactTable {
  border: none;
  border-color: #2f2f2f;
}
@media only screen and (max-width: 960px) {
  .simple-table .ReactTable .rt-table {
    overflow: initial !important;
    overflow-x: scroll !important;
  }
}
.simple-table .ReactTable .rt-thead.-header {
  margin-left: 1px;
}
.simple-table .ReactTable .rt-tr-group {
  margin-left: 1px;
}
.simple-table .ReactTable .rt-tr-group .rt-tr {
  overflow: visible !important;
}
.simple-table .ReactTable .rt-tr-group .rt-tr:hover.hoverable {
  background-color: #eff1f5 !important;
  cursor: pointer;
}
.users-table .table-actions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: sticky;
  top: 60px;
  background: #fafafa;
  z-index: 100;
}
.users-table .table-actions-row .left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.users-table .table-actions-row .right-section {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.users-table .ReactTable .rt-thead {
  position: sticky;
  top: calc(60px + 60px);
  background: #ffffff;
}
.users-table .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.users-table .user.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.users-table .user.name {
  font-weight: 700;
  margin: 0 15px;
}
.users-table .rt-td.wrap-text {
  white-space: pre-wrap;
}
.ms-toggle-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  border: 1px solid #2f2f2f;
  border-radius: 3px;
  color: #2f2f2f;
  background-color: #ffffff;
  max-width: 100px;
  min-width: 40px;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-toggle-control div.right,
.ms-toggle-control div.left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 8px;
  font-weight: bold;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 100;
  -webkit-transition: color 0s linear 0.2s;
  transition: color 0s linear 0.2s;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-toggle-control div.right.selected,
.ms-toggle-control div.left.selected {
  color: #ffffff;
}
.ms-toggle-control div.selector {
  height: 100%;
  width: 50%;
  background-color: #2f2f2f;
  position: absolute;
  -webkit-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  color: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: -1px;
  border: 1px solid #2f2f2f;
}
.user-profile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-profile-image .upload-component-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user-profile-image .upload-component-container .cancel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.user-profile-image .profile-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 10px 10px 10px;
}
.user-profile-image .default-profile-image {
  font-size: 130px;
  color: #111928;
}
.user-profile-image .edit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.ms-tile-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #2f2f2f;
  color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  margin-right: 20px;
  padding: 40px 0;
  position: relative;
}
.ms-tile-display .icon-container {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 20px;
}
.ms-tile-display .title {
  margin-bottom: -3px;
  font-size: 16px;
  font-weight: bold;
}
.ms-tile-display .number {
  margin-top: -3px;
  font-size: 32px;
}
@media only screen and (max-width: 1024px) {
  .ms-tile-display {
    margin-bottom: 20px;
  }
}
.ms-tile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  border: 1px solid #eaeaea;
  margin-right: 20px;
  position: relative;
  padding: 40px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .ms-tile-link {
    margin-bottom: 20px;
  }
}
.ms-tile-link .icon-container {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 20px;
  color: #2f2f2f;
}
.ms-tile-link .number {
  font-size: 32px;
  font-weight: bold;
  color: #2f2f2f;
}
.ms-tile-link .title {
  font-size: 16px;
  color: #979797;
}
.ms-tile-link .subtitle {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: bold;
}
.ms-star-rating-bar-chart {
  height: 100%;
}
.ms-assortment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
  min-width: 250px;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.ms-assortment-card .assortment-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(32, 54, 90, 0.8);
  cursor: pointer;
}
.ms-assortment-card .assortment-card-content .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ms-assortment-card .assortment-card-content .top-section .left-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ms-assortment-card .assortment-card-content .top-section .menu-section {
  padding: 10px;
}
.ms-assortment-card .assortment-card-content .top-section .menu-section .icon {
  color: #ffffff;
}
.ms-assortment-card .assortment-card-content .top-section .menu-section .icon:hover {
  background: unset;
}
.ms-assortment-card .assortment-card-content .assortment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  color: #ffffff;
}
.ms-assortment-card .assortment-card-content .assortment-info .assortment-season-year {
  font-size: 16px;
  margin-bottom: 5px;
}
.ms-assortment-card .assortment-card-content .assortment-info .assortment-brand-category-name {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.ms-assortment-cards-scroll__carousel {
  margin-bottom: 30px;
  height: 180px;
}
.ms-assortment-cards-scroll__empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #979797;
  position: relative;
  top: 50px;
  font-size: 16px;
}
.add-edit-assortment-modal .ms-form-select {
  margin: 8px 8px 8px 0;
}
.add-edit-assortment-modal__dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.add-edit-assortment-modal__dropdown:not(:last-child) {
  margin-right: 16px;
}
.product-upload-preview-table .validity {
  text-overflow: ellipsis;
}
.product-upload-preview-table .validity.type {
  font-weight: 600;
}
.product-upload-preview-table .validity.properties {
  font-style: italic;
}
.product-upload-preview-table .action-items:hover {
  cursor: pointer;
}
.product-upload-preview-modal .product-upload-number-disclaimer {
  padding: 5px;
  background-color: #e3ebf7;
  color: #3a8518ff;
  border: 1px solid #3a8518ff;
  margin: 10px 0 30px;
  font-size: 12px;
  border-radius: 3px;
}
.no-overflow {
  overflow-y: visible !important;
}
.modal-hr {
  margin: 5px -20px 5px;
  border-top: 1px solid #eaeaea;
}
.upload-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.upload-or-preview-and-drag {
  width: 340px;
}
.upload-or-preview-and-drag .upload-image-and-3d-or-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-or-preview-and-drag .upload-image-and-3d-or-preview.bordered {
  border: 1px dashed #3a8518ff;
}
.upload-or-preview-and-drag .upload-image-and-3d-or-preview .uploader-previewer-inner {
  width: 280px;
  height: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.upload-or-preview-and-drag .upload-image-and-3d-or-preview .uploader-previewer-inner .uploader-inner-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.upload-or-preview-and-drag .upload-image-and-3d-or-preview .uploader-previewer-inner .preview-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.upload-or-preview-and-drag .upload-image-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.upload-or-preview-and-drag .upload-image-bottom-row .horizontal-droppable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.upload-or-preview-and-drag .upload-image-bottom-row .add-new-image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 10px;
}
.upload-or-preview-and-drag .upload-image-bottom-row .add-new-image-item:hover {
  font-size: 20px;
  cursor: pointer;
}
.horizontal-droppable-image {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.horizontal-droppable-image.selected {
  border: 1px solid #2f2f2f;
}
.horizontal-droppable-image .thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  font-weight: 500;
}
.horizontal-droppable-image .actions-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
}
.horizontal-droppable-image .actions-overlay .trash-icon {
  height: 25px;
  visibility: hidden;
}
.horizontal-droppable-image .actions-overlay .trash-icon:hover {
  font-size: 20px;
}
.horizontal-droppable-image .actions-overlay:hover {
  background: rgba(255, 255, 255, 0.7);
}
.horizontal-droppable-image .actions-overlay:hover .trash-icon {
  visibility: visible;
}
.upload-3d-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-3d-input .url-input {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* There's a class that has too much specificity making it difficult to add global classes */
.SNT p.ms-color-info-danger {
  color: #ea426a;
}
.add-edit-product-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-product-modal-content .modal-left-column {
  width: 540px;
  margin-left: 30px;
  margin-right: 20px;
}
.add-edit-product-modal-content .modal-left-column .ms-text-input,
.add-edit-product-modal-content .modal-left-column .ms-single-date-picker,
.add-edit-product-modal-content .modal-left-column .ms-select-single:not(.assortment-field__select) {
  font-size: 12px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}
.add-edit-product-modal-content .modal-left-column .product-header-input .ms-text-input {
  width: 100%;
}
.add-edit-product-modal-content .modal-left-column .product-header-input .ms-form-input {
  font-size: 16px !important;
  font-weight: 700;
}
.add-edit-product-modal-content .modal-left-column .price-and-margin-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-product-modal-content .modal-left-column .price-and-margin-input .ms-text-input {
  width: 105px;
  padding-right: 0;
  margin-right: 10px;
}
.add-edit-product-modal-content .modal-left-column .wrapped-input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.add-edit-product-modal-content .modal-left-column .parent-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-edit-product-modal-content .modal-left-column .parent-dropdown-item .parent-image-thumbnail {
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.add-edit-product-modal-content .modal-left-column .custom-field-group-title {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  color: #2f2f2f;
  text-transform: capitalize;
}
.product-modal-translation-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 0;
}
.product-modal-translation-tabs .translation-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  padding-bottom: 6px;
}
.product-modal-translation-tabs .translation-tab:hover {
  cursor: pointer;
  border-bottom: 3px solid #2f2f2f;
}
.product-modal-translation-tabs .translation-tab.active {
  color: #2f2f2f;
  border-bottom: 3px solid #2f2f2f;
}
.product-modal-translation-tabs .translation-tab .translation-country-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-modal-translation-tabs .add-translation-language-button {
  font-size: 24px;
  cursor: pointer;
  padding-bottom: 6px;
}
.product-modal-translation-tabs .add-translation-language-button.active {
  color: #2f2f2f;
}
.product-modal-translation-tabs .add-translation-language-button:hover {
  color: #2f2f2f;
}
.assortment-field__assortments {
  padding-right: 50px;
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr 1fr;
}
.assortment-field__card {
  margin-left: 0;
  margin-right: 0;
}
.assortment-field__select.ms-input-item.ms-text-input {
  width: 100%;
  padding-right: 0;
}
.assortment-field__delete-btn {
  background: transparent;
  border: none;
  color: #ffffff;
}
.add-language-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.add-language-selector .add-language-selector-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
.add-language-selector .add-language-selector-content .add-language-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  color: #2f2f2f;
  font-weight: 500;
  font-size: 16px;
}
.add-language-selector .add-language-selector-content .add-language-add-button {
  margin-top: 16px;
}
.Collapsible {
  border-radius: 5px;
  border: 1px solid #d2d7de;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px -6px #cbcbcb;
          box-shadow: 0 4px 10px -6px #cbcbcb;
}
.Collapsible__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: transparent;
  border: none;
}
.Collapsible__trigger__text {
  padding: 25px 30px 15px 30px;
  font-weight: 700;
  font-size: 20px;
}
.Collapsible__trigger__icon {
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  font-size: 18px;
}
.Collapsible__trigger.is-open .Collapsible__trigger__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Collapsible__contentInner {
  padding: 25px 30px;
  border-top: 1px solid #d2d7de;
}
.Collapsible--skinny .Collapsible__contentInner {
  padding: 20px 30px;
}
.Collapsible--embedded {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: none;
  border-right: none;
}
.Collapsible--embedded .Collapsible__trigger {
  padding: 8px;
}
.Collapsible--embedded .Collapsible__trigger > div {
  font-size: 14px;
}
.Collapsible--embedded .Collapsible__contentInner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-top: none;
}
.Collapsible--accented {
  border-left-width: 10px;
  border-left-style: solid;
}
.Collapsible--accented-black {
  border-left-color: #111928;
}
.Collapsible--accented-blue {
  border-left-color: #3a8518ff;
}
.Collapsible--accented-purple {
  border-left-color: #7b61ff;
}
.assortment-selector-in-campaign {
  width: 50%;
  padding-right: 12px;
}
.assortment-selector-modal-content__move-items-container {
  display: grid;
  grid-template-columns: auto 100px auto;
}
.assortment-selector-modal-content__note-message {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 48px;
}
.assortment-selector-modal-content__arrow {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  margin-top: 48px;
  color: #1f2a37;
  font-size: 24px;
}
.move-item {
  margin: 16px 0;
}
.move-item__label {
  font-size: 14px;
  color: #9ca3af;
}
.move-item__box {
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5ebf1ff;
}
.move-item__icon-container {
  margin-right: 16px;
}
.consumer-profile-avatar {
  margin-right: 6px;
}
.avatar-title {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 6px;
}
.cards {
  padding: 32px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cards .cards-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111928;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cards .empty-cards-text {
  color: #111928;
  font-size: 14px;
}
.cards .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-chosen-card {
  width: 100%;
}
.product-chosen-card.selected-product {
  border: 1px solid #3a8518ff;
  border-radius: 3px;
  background-color: #e3ebf7;
}
.product-chosen-card__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eaeaea;
  background: rgba(244, 244, 244, 0.5);
  border-radius: 3px;
  width: inherit;
  height: 100%;
}
.product-chosen-card__product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-chosen-card .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f2f2f;
  font-size: 14px;
  padding-top: 5px;
}
.product-chosen-card .product-title__deleted-product-icon {
  color: #ea426a;
}
.product-chosen-card .product-attributes {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-chosen-card__action-items-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.ms-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 25px 35px;
  border: 1px solid #a6afbd;
  border-radius: 6px;
  width: 100%;
  max-width: 660px;
  min-height: 140px;
}
.ms-info-box--info {
  background-color: #e5f4ff;
}
.ms-info-box--success {
  background-color: #f4fdfb;
}
.ms-info-box--warning {
  background-color: #fff9e5;
}
.ms-info-box--danger {
  background-color: #fbd9e1;
}
.ms-info-box__close {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
}
.ms-info-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.ms-info-box__icon {
  margin-top: 5px;
  margin-right: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 20px;
}
.ms-info-box__content {
  color: #636363;
  font-size: 14px;
}
.ms-info-box__actions {
  margin-top: 15px;
}
.ms-info-box__actions--left {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ms-info-box__actions--right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.ms-info-box__actions > button:first-child {
  margin-left: 0;
}
.ms-info-box__actions > button:last-child {
  margin-right: 0;
}
.ms-editable-input-list .list-item,
.ms-editable-onDrag-portal .list-item,
.ms-editable-input-list .input-add,
.ms-editable-onDrag-portal .input-add {
  padding: 5px;
  position: relative;
  max-width: 375px;
}
.ms-editable-input-list input,
.ms-editable-onDrag-portal input {
  background: #f4f4f4;
  border: 1px solid #a6afbd;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-editable-input-list .list-item input,
.ms-editable-onDrag-portal .list-item input {
  padding: 0 30px;
}
.ms-editable-input-list button,
.ms-editable-onDrag-portal button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 8px;
  width: 20px;
  right: 10px;
  margin: 0;
}
.ms-editable-input-list .drag-handler,
.ms-editable-onDrag-portal .drag-handler {
  position: absolute;
  left: 15px;
  top: 13px;
}
.ms-results-respondents-header {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1.5rem;
  color: #111928;
}
.ms-results-respondents-header__response {
  font-size: 12px;
  padding-bottom: 12px;
}
.ms-results-respondents-header__title {
  font-size: 18px;
}
.ms-results-respondents-header__color--default {
  color: #3a8518ff;
}
.ms-results-respondents-header__color--positive {
  color: #3a8518ff;
}
.ms-results-respondents-header__color--negative {
  color: #ea426a;
}
.comment-feed__sticky-comment-form {
  position: sticky;
  z-index: 2000;
  margin: 0 -30px;
  padding: 15px 30px 1px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 8px rgba(110, 110, 110, 0.2);
          box-shadow: 0 1px 8px rgba(110, 110, 110, 0.2);
}
.comment-feed__scrollable-comments {
  position: relative;
}
.comment-feed__scrollable-comments .infinite-scroll-component {
  padding-bottom: 10px;
}
.comment-card {
  margin-bottom: 16px;
}
.comment-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.comment-card__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: 30px;
}
.comment-card__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 16px;
}
.comment-card__author-department {
  font-size: 12px;
  font-weight: 400;
}
.comment-card__secondary-pill,
.comment-card__date-updated {
  font-weight: 400;
}
.comment-card__secondary-pill {
  margin-right: 16px;
}
.comment-card__comment-content {
  color: #2f2f2f;
}
.comment-card .ms-card__content {
  padding-top: 0;
  white-space: pre-line;
}
.new-comment,
.edit-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.new-comment__content,
.edit-comment__content {
  width: 100%;
  min-width: 100%;
}
.new-comment__content textarea:focus,
.edit-comment__content textarea:focus {
  padding-bottom: 40px;
}
.new-comment__content textarea:focus:not(:focus-visible),
.edit-comment__content textarea:focus:not(:focus-visible) {
  padding-bottom: 40px;
}
.new-comment__controls,
.edit-comment__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
.new-comment__controls button,
.edit-comment__controls button {
  margin-right: 8px;
}
.new-comment__controls button:last-child,
.edit-comment__controls button:last-child {
  margin-right: 0;
}
.new-comment {
  margin-bottom: 0;
}
.new-comment__submit-button {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.new-comment__submit-button--hidden {
  visibility: hidden;
  pointer-events: none;
}
.new-comment--compact .new-comment__content {
  padding-bottom: 0;
}
.new-comment--compact button {
  right: 6px;
  bottom: 6px;
}
.new-comment .ms-textarea {
  font-size: 12px;
}
.edit-comment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  padding: 0 44px 0 16px;
}
.edit-comment__textarea {
  resize: none;
  border-radius: 3px;
}
.ms-results-question-response-card {
  position: relative;
}
.ms-results-question-response-card__actions {
  position: absolute;
  top: 14px;
  right: 65px;
}
.ms-results-question-response-card__actions .dropdown-icon-only .icon {
  color: #636363;
  font-size: 14px;
}
.ms-results-question-response-card .Collapsible__trigger > div {
  width: 100%;
  font-weight: bold;
}
.ms-results-question-response-card .Collapsible__trigger svg {
  color: #636363;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 30px;
}
.ms-results-question-response-card__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 30px;
}
.ms-results-question-response-card__tab.is-text {
  background: none;
  margin-left: 8px;
  padding: 0;
  border: none;
  color: #3a8518ff;
  font-size: 12px;
}
.ms-results-question-response-card__tab.is-text:hover {
  background-color: transparent;
}
.ms-results-question-response-card__tab--selected {
  text-decoration: underline;
}
.ms-results-question-response-card .Collapsible__contentInner {
  padding: 2rem 0;
}
.ms-consumers-segmentation-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-consumers-segmentation-questions__item {
  width: 50%;
  padding: 0 6px 6px 6px;
}
@media screen and (max-width: 1408px) {
  .ms-consumers-segmentation-questions__item {
    width: 100%;
  }
}
.ms-consumers-segmentation-questions__not-found {
  font-size: 14px;
  font-weight: 500;
}
.ms-cookie-policy {
  width: 75vw;
  max-width: 1000px;
}
.ms-cookie-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-cookie-policy__body p {
  margin-right: 70px;
}
.ms-cookie-policy__body a {
  text-decoration: underline;
}
.assortment-carousel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.assortment-carousel__title {
  font-weight: 600;
  font-size: 24px;
}
.calendar-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar-list-card > button {
  width: calc(100% - 35px);
}
.calendar-list-card__trigger-row {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 16px;
}
.calendar-list-card__trigger-row--left {
  width: 300px;
}
.calendar-list-card__trigger-icon-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 14px;
  font-size: 10px;
}
.calendar-list-card__trigger-icon-circle--blue {
  background-color: #3a8518ff;
}
.calendar-list-card__trigger-icon-circle--purple {
  background-color: #7b61ff;
}
.calendar-list-card__trigger-icon-circle--black {
  background-color: #111928;
}
.calendar-list-card__trigger-icon {
  color: #ffffff;
}
.calendar-list-card__trigger-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
.calendar-list-card__trigger-item {
  margin-top: 10px;
}
.calendar-list-card__progress {
  width: 300px;
  margin-right: 20px;
}
.calendar-list-card__stat-sig {
  margin-right: 50px;
}
.calendar-list-card__flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  width: 100px;
}
.calendar-list-card__flag {
  margin-right: 5px;
}
.calendar-list-card__flag--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  background-color: #2f2f2f;
  font-size: 10px;
}
.calendar-list-card__status-pill {
  width: 80px;
}
.calendar-list-card__trigger-date {
  text-align: right;
  width: 75px;
}
.calendar-list-card__trigger-dropdown {
  padding-right: 8px;
}
.calendar-list-card__modal-wrapper {
  text-align: left;
  cursor: default;
  white-space: normal;
}
.calendar-list-card__duplicate-modal-content {
  max-width: 768px;
  position: relative;
}
.calendar-list-card__duplicate-modal-loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.calendar-list-card__content-outer {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.calendar-list-card__text {
  margin-right: 30px;
  min-width: 80px;
}
.calendar-list-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.calendar-list-card__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.calendar-list-card__go-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.calendar-list-card__go-to--draft-survey {
  color: #fdb867;
}
.calendar-list-card__go-to--not-draft-survey {
  color: #3a8518ff;
}
.calendar-list {
  margin-top: 30px;
}
.calendar-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  color: #2f2f2f;
  font-weight: 600;
}
.calendar-list__month-year-section {
  margin-top: 40px;
}
.calendar-list__month-year-section-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.calendar-list__empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px;
  color: #979797;
  font-size: 16px;
}
.add-edit-event-modal {
  margin-top: 20px;
  margin-bottom: 20px;
}
.add-edit-event-modal__content {
  min-height: 370px;
}
.add-edit-event-modal__event-type-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-edit-event-modal__form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin-bottom: 20px;
}
.add-edit-event-modal__form-label {
  margin-bottom: 5px;
}
.add-edit-event-modal__description {
  border: 1px solid #eaeaea;
  resize: vertical;
  height: 150px;
}
.add-edit-event-modal__event-type {
  width: 30%;
}
.add-edit-event-modal__date-pickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-event-modal__date-picker {
  color: #979797;
  font-weight: normal;
  margin-left: 30px;
}
body [class^="raf-"],
body [class*=" raf-"] {
  font-family: Inter, sans-serif !important;
}
.mdundo {
  all: unset !important;
}

.ms-circular-loading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-circular-loading__spinner {
  color: var(--ms-color-blue-600);
  padding: 8px;
}
.ms-circular-loading .ms-circular-loading__title {
  margin: 16px 0 24px 0;
  line-height: 54px;
  color: var(--ms-color-secondary-400);
  font-size: 32px;
  font-weight: 700;
}
.ms-circular-loading .ms-circular-loading__description {
  margin: 0;
}

.ms-header {
  background-color: var(--ms-color-base-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 232px;
  right: 0;
  height: 90px;
  border-bottom: 1px solid #e5ebf1ff;
  padding: 24px 32px;
  z-index: 3000;
}
.ms-header--collapsed {
  left: 92px;
}
.ms-header--no-sidebar {
  left: 0;
}

.ms-ds-icon-button {
  padding: 8px;
  color: var(--ms-color-base-black);
  border-radius: 4px;
}
.ms-ds-icon-button:hover {
  background-color: var(--ms-color-secondary-100);
}
.ms-ds-icon-button:focus-visible {
  outline: 2px solid #cddbfe;
}
.ms-ds-icon-button:disabled,
.ms-ds-icon-button--disabled {
  color: var(--ms-color-secondary-400);
  cursor: not-allowed;
}
.ms-ds-icon-button:disabled:hover,
.ms-ds-icon-button--disabled:hover {
  background: none;
}

.ms-sidebar-header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 23px;
  position: relative;
  height: 90px;
}
.ms-sidebar-header .ms-sidebar-header__collapse-btn {
  /* To hide the button but still be "tabable" */
  position: absolute;
  left: -10000px;
}
.ms-sidebar-header .ms-sidebar-header__collapse-btn:focus-visible {
  position: static;
}
.ms-sidebar-header .ms-sidebar-header__logo-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ms-sidebar-header--collapsed {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.ms-sidebar-header--collapsed .ms-sidebar-header__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-sidebar-header--collapsed:hover .ms-sidebar-header__logo-container {
  display: none;
}
.ms-sidebar-header--collapsed .ms-sidebar-header__collapse-btn:focus-visible {
  left: 0;
}
.ms-sidebar-header--collapsed .ms-sidebar-header__collapse-btn:focus-visible + .ms-sidebar-header__logo-container {
  display: none;
}
.ms-sidebar-header__logo {
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ms-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 232px;
  z-index: calc(3000 + 1);
}
.ms-sidebar--color-light {
  background-color: var(--ms-color-secondary-50);
}
.ms-sidebar--collapsed {
  width: 92px;
}
.ms-sidebar--collapsed:hover .ms-sidebar-header__logo-container {
  display: none;
}
.ms-sidebar__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ms-sidebar:hover .ms-sidebar-header__collapse-btn {
  position: static;
}

.ms-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
}
.ms-layout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 232px;
  padding-top: 90px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%;
  width: 100%;
}
.ms-layout__content--collapsed {
  margin-left: 92px;
}
.ms-layout__content--no-header {
  padding-top: 0;
}
.ms-layout__content--no-sidebar {
  margin-left: 0;
}

.ms-sidebar-button {
  color: var(--ms-color-secondary-500);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  padding-left: 30px;
}
.ms-sidebar-button:focus-visible {
  outline: 2px solid #cddbfe;
}
.ms-sidebar-button:disabled,
.ms-sidebar-button--disabled {
  color: var(--ms-color-secondary-300);
  cursor: not-allowed;
}
.ms-sidebar-button:disabled .ms-sidebar-button__icon-container,
.ms-sidebar-button--disabled .ms-sidebar-button__icon-container {
  color: var(--ms-color-secondary-400);
  background-color: var(--ms-color-secondary-200);
}
.ms-sidebar-button:hover:not(:disabled):not([class*="--disabled"]) {
  background-color: var(--ms-color-secondary-100);
}
.ms-sidebar-button__icon-container {
  color: var(--ms-color-base-black);
  background-color: var(--ms-color-base-white);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.ms-sidebar-button--collapsed {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 24px;
}
.ms-sidebar-button--active {
  background-color: var(--ms-color-primary-50);
}
.ms-sidebar-button--active .ms-sidebar-button__icon-container {
  background-color: var(--ms-color-base-black);
  color: var(--ms-color-base-white);
}

.ms-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ms-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ms-avatar__alt {
  text-transform: uppercase;
}
.ms-avatar__size--xsmall {
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.ms-avatar__size--small {
  width: 32px;
  height: 32px;
  font-size: 12px;
}
.ms-avatar__size--medium {
  width: 48px;
  height: 48px;
  font-size: 16px;
}
.ms-avatar__size--large {
  width: 80px;
  height: 80px;
  font-size: 32px;
}
.ms-avatar__size--xlarge {
  width: 144px;
  height: 144px;
  font-size: 48px;
}
.ms-avatar--circular {
  border-radius: 50%;
}
.ms-avatar--circular img {
  border-radius: 50%;
}

.ms-linear-loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  background: #7adfff;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}
.ms-linear-loading-bar::before,
.ms-linear-loading-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #3a8518ff;
}
.ms-linear-loading-bar::before {
  -webkit-animation: loading-motion 3s infinite;
          animation: loading-motion 3s infinite;
}
.ms-linear-loading-bar::after {
  -webkit-animation: loading-motion 3s infinite;
          animation: loading-motion 3s infinite;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@-webkit-keyframes loading-motion {
  25%,
  100% {
    left: -100%;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  75% {
    left: 100%;
    width: 0;
  }
}
@keyframes loading-motion {
  25%,
  100% {
    left: -100%;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  75% {
    left: 100%;
    width: 0;
  }
}

.ms-legacy-workspace-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background: #202020;
}
.ms-legacy-workspace-sidebar__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  font-size: 16px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-right: 4px solid transparent;
  color: #ffffff;
}
.ms-legacy-workspace-sidebar__nav-item__icon {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ms-legacy-workspace-sidebar__nav-item__icon svg {
  width: 18px;
  height: auto;
}
.ms-legacy-workspace-sidebar__nav-item.active {
  font-weight: 700;
  border-right: 2px solid #3a8518ff;
}
.ms-legacy-workspace-sidebar__nav-item.active .ms-legacy-workspace-sidebar__nav-item__icon {
  color: #202020;
  background: #ffffff;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  .ms-legacy-workspace-sidebar__nav-item {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .ms-legacy-workspace-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ms-legacy-workspace-sidebar .ms-legacy-workspace-sidebar__top-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.my-settings {
  padding: 48px;
  margin: 0 auto;
}
.my-settings__modal-content {
  min-width: 400px;
  max-width: 700px;
}
.my-settings__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.my-settings__item .title {
  width: 40%;
  font-weight: 700;
}

.ms-ds-button {
  font-weight: 700;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 56.25rem;
  padding: 8px 16px;
}
.ms-ds-button:focus-visible {
  outline: 1px solid #3a8518ff;
  outline-offset: 3px;
}
.ms-ds-button:disabled,
.ms-ds-button--disabled {
  cursor: not-allowed;
}
.ms-ds-button--color-primary {
  color: var(--ms-color-base-white);
  background: #3a8518ff;
}
.ms-ds-button--color-primary:hover:not(:disabled):not([class*="--disabled"]) {
  background: #3d6b24ff;
}
.ms-ds-button--color-secondary {
  color: var(--ms-color-base-white);
  background: #717f90ff;
}
.ms-ds-button--color-secondary:hover:not(:disabled):not([class*="--disabled"]) {
  background: #4b5563;
}
.ms-ds-button--variant-solid:disabled,
.ms-ds-button--variant-solid[class*="--disabled"] {
  color: var(--ms-color-secondary-700);
  background-color: var(--ms-color-secondary-300);
}
.ms-ds-button--variant-solid:active:not(:disabled):not([class*="--disabled"]) {
  background: #395c27ff;
}
.ms-ds-button--variant-outline {
  background-color: transparent;
}
.ms-ds-button--variant-outline.ms-ds-button--color-primary {
  border-color: #3a8518ff;
  color: #050301ff;
}
.ms-ds-button--variant-outline.ms-ds-button--color-secondary {
  color: var(--ms-color-secondary-700);
}
.ms-ds-button--variant-outline:disabled,
.ms-ds-button--variant-outline[class*="--disabled"] {
  color: var(--ms-color-secondary-700);
  border-color: #717f90ff;
}
.ms-ds-button--variant-outline:hover:not(:disabled):not([class*="--disabled"]) {
  background: #eef2f6ff;
}
.ms-ds-button--variant-outline:active:not(:disabled):not([class*="--disabled"]) {
  background: #e5ebf1ff;
}
.ms-ds-button--variant-text {
  background-color: transparent;
  display: inline;
  border: none;
  text-decoration: underline;
}
.ms-ds-button--variant-text:disabled,
.ms-ds-button--variant-text[class*="--disabled"] {
  color: var(--ms-color-secondary-400);
}
.ms-ds-button--variant-text:not(:disabled):not([class*="--disabled"]).ms-ds-button--color-primary {
  color: var(--ms-color-primary-700);
}
.ms-ds-button--variant-text:not(:disabled):not([class*="--disabled"]).ms-ds-button--color-secondary {
  color: var(--ms-color-secondary-700);
}
.ms-ds-button--variant-text[class*="--size"] {
  padding: 0;
  font-size: inherit;
}
.ms-ds-button--variant-text:hover:not(:disabled):not([class*="--disabled"]),
.ms-ds-button--variant-text:active:not(:disabled):not([class*="--disabled"]) {
  background-color: transparent;
}
.ms-ds-button--variant-text:hover:not(:disabled):not([class*="--disabled"]):not(:disabled),
.ms-ds-button--variant-text:active:not(:disabled):not([class*="--disabled"]):not(:disabled),
.ms-ds-button--variant-text:hover:not(:disabled):not([class*="--disabled"]):not([class*="--disabled"]),
.ms-ds-button--variant-text:active:not(:disabled):not([class*="--disabled"]):not([class*="--disabled"]) {
  text-decoration: none;
}
.ms-ds-button--size-small {
  font-size: 12px;
  padding: 8px 16px;
}
.ms-ds-button--size-medium {
  font-size: 14px;
  padding: 8px 16px;
}
.ms-ds-button--size-large {
  font-size: 14px;
  padding: 16px 32px;
}

.ms-form-control {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 325px;
}
.ms-form-control--full-width {
  max-width: none;
}
.ms-form-control .ms-form-label {
  margin-bottom: 8px;
}
.ms-form-control .ms-form-help-text {
  margin-top: 8px;
}

.ms-form-label {
  font-size: 12px;
  font-weight: 700;
}
.ms-form-label--required span {
  margin-left: 8px;
  color: var(--ms-color-danger-500);
}

.ms-form-help-text {
  font-size: 12px;
  color: var(--ms-color-secondary-500);
}
.ms-form-help-text--color-success {
  color: var(--ms-color-success-400);
}
.ms-form-help-text--color-error {
  color: var(--ms-color-danger-500);
}

.ms-text-input--type-number:not(.ms-form-control--full-width) {
  max-width: 116px;
}
.ms-text-input__input-group {
  background-color: var(--ms-color-secondary-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5ebf1ff;
  border-radius: 8px;
}
.ms-text-input__input-group:not(.ms-text-input__input-group--disabled):hover,
.ms-text-input__input-group--focused {
  border-color: #3a8518ff;
}
.ms-text-input__input-group--disabled .ms-text-input-icon {
  color: var(--ms-color-secondary-400);
}
.ms-text-input--error .ms-text-input__input-group {
  color: var(--ms-color-danger-500);
  background-color: var(--ms-color-danger-50);
  border-color: currentColor;
}
.ms-text-input--error .ms-text-input__input {
  color: var(--ms-color-danger-500);
}
.ms-text-input--success .ms-text-input__input-group {
  color: var(--ms-color-success-400);
  background-color: var(--ms-color-success-50);
  border-color: currentColor;
}
.ms-text-input--success .ms-text-input__input {
  color: var(--ms-color-success-400);
}
.ms-text-input__input {
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: none;
  padding: 12px 16px;
}
.ms-text-input__input::-webkit-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-text-input__input::-moz-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-text-input__input:-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-text-input__input::-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-text-input__input::placeholder {
  color: var(--ms-color-secondary-500);
}
.ms-text-input__input:disabled::-webkit-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-text-input__input:disabled::-moz-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-text-input__input:disabled:-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-text-input__input:disabled::-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-text-input__input:disabled,
.ms-text-input__input:disabled::placeholder {
  color: var(--ms-color-secondary-400);
}
.ms-text-input__input--with-left-icon {
  padding-left: 12px;
}
.ms-text-input__input--with-right-icon {
  padding-right: 12px;
}

.ms-text-input-icon {
  padding: 12px 0;
}
.ms-text-input-icon--start {
  padding-left: 12px;
}
.ms-text-input-icon--end {
  padding-right: 12px;
}
.ms-text-input-icon i {
  font-style: normal;
}

.ms-select-single__option--is-selected {
  color: var(--ms-color-base-white);
}

.ms-error__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
}
.ms-error__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  text-align: center;
}
.ms-error__image {
  padding: 32px;
  margin-bottom: 48px;
  max-width: 500px;
}
.ms-error__header {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}
.ms-error__prompt {
  margin-bottom: 8px;
  font-size: 18px;
  margin-top: 0;
  max-width: 500px;
  line-height: 1.5;
}

.ms-legacy-workspace-layout__linear-progress-bar {
  z-index: 3002;
}
.ms-legacy-workspace-layout__inner-header {
  position: static;
  width: 100%;
}
.ms-legacy-workspace-layout .ms-sidebar {
  width: 250px;
}
.ms-legacy-workspace-layout .ms-sidebar .ms-sidebar__content {
  background: #202020;
}
.ms-legacy-workspace-layout .ms-layout__header {
  padding-left: 0;
  padding-right: 0;
  left: 0;
  z-index: 3001;
}
.ms-legacy-workspace-layout .ms-layout__content {
  margin-left: 250px;
  width: calc(100% - 250px);
}
.ms-legacy-workspace-layout .ms-layout__content.ms-layout__content--no-sidebar {
  margin-left: 0;
}
@media only screen and (max-width: 750px) {
  .ms-legacy-workspace-layout .ms-layout__content {
    margin-left: 0;
    margin-top: 70px;
    width: 100%;
  }
  .ms-legacy-workspace-layout .ms-layout__sidebar {
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
  }
}

.brands-page {
  padding: 20px;
}
.brands-page__actions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.brands-page__search {
  width: 50%;
}
.brands-page__cell-logo {
  height: 40px;
}
.brands-page__cell--left-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brands-page__cell--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.brands-page__add-new {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.ms-brand-settings {
  margin-bottom: 150px;
  padding: 30px;
  display: inline-block;
  min-width: 100%;
}
.ms-brand-settings__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ms-brand-settings__header__settings-title {
  font-size: 20px;
  color: #2f2f2f;
}
.ms-brand-settings .settings-navbar {
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 35px;
  font-size: 12px;
  width: 130px;
}
.ms-brand-settings .settings-navbar .nav-element {
  margin-bottom: 35px;
  width: 80px;
}
.ms-brand-settings .settings-navbar .nav-element .tab-name {
  min-height: 35px;
}
.ms-brand-settings .advanced-options {
  line-height: 22px;
  font-weight: 600;
}

.ms-deprecated-testing-message {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-deprecated-testing-message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.ms-deprecated-testing-message__category {
  font-size: 24px;
  font-weight: 700;
  padding: 0 8px 0 16px;
}
.ms-deprecated-testing-message__title {
  font-size: 16px;
  padding-top: 8px;
}

.ms-form-group {
  color: var(--ms-color-secondary-500);
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.ms-form-group__label--left {
  margin-right: 8px;
}
.ms-form-group__label--right {
  margin-left: 8px;
}

.ms-checkbox-input__input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
.ms-checkbox-input__input:focus-visible + .ms-checkbox-input__checkbox {
  outline: 1px solid #3a8518ff;
  outline-offset: 2px;
}
.ms-checkbox-input__input:checked + .ms-checkbox-input__checkbox {
  color: var(--ms-color-base-white);
  background-color: #3a8518ff;
  border-color: #3a8518ff;
}
.ms-checkbox-input__input:disabled + .ms-checkbox-input__checkbox {
  background-color: #eef2f6ff;
  border-color: #ced6deff;
}
.ms-checkbox-input__input:disabled:checked + .ms-checkbox-input__checkbox {
  background-color: #717f90ff;
  border-color: #717f90ff;
}
.ms-checkbox-input__input:not(:checked) + .ms-checkbox-input__checkbox .ms-checkbox-input__check-icon {
  display: none;
}
.ms-checkbox-input__input:hover:not(:disabled):checked + .ms-checkbox-input__checkbox {
  background-color: #3d6b24ff;
  border: 1px solid #3d6b24ff;
}
.ms-checkbox-input__checkbox {
  background-color: var(--ms-color-secondary-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  padding: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #717f90ff;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ms-select-multiple {
  text-transform: capitalize;
}
.ms-select-multiple__option.ms-form-label {
  margin-bottom: 0;
}
.ms-select-multiple__option--selected {
  color: var(--ms-color-base-white);
}

.ms-rich-text-editor-link-modal {
  max-width: 768px;
}

.SingleDatePickerInput__withBorder {
  border: none;
  border-radius: 8px;
}
.SingleDatePickerInput__block {
  overflow: hidden;
}
.SingleDatePickerInput .DateInput_input {
  color: var(--ms-color-secondary-800);
  background-color: var(--ms-color-secondary-50);
  font-weight: 400;
  line-height: initial;
  border: 1px solid #e5ebf1ff;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: inherit;
}
.SingleDatePickerInput .DateInput_input::-webkit-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.SingleDatePickerInput .DateInput_input::-moz-placeholder {
  color: var(--ms-color-secondary-500);
}
.SingleDatePickerInput .DateInput_input:-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.SingleDatePickerInput .DateInput_input::-ms-input-placeholder {
  color: var(--ms-color-secondary-500);
}
.SingleDatePickerInput .DateInput_input::placeholder {
  color: var(--ms-color-secondary-500);
}
.SingleDatePickerInput .DateInput_input:disabled::-webkit-input-placeholder {
  color: var(--ms-color-secondary-400);
  font-weight: 400;
}
.SingleDatePickerInput .DateInput_input:disabled::-moz-placeholder {
  color: var(--ms-color-secondary-400);
  font-weight: 400;
}
.SingleDatePickerInput .DateInput_input:disabled:-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
  font-weight: 400;
}
.SingleDatePickerInput .DateInput_input:disabled::-ms-input-placeholder {
  color: var(--ms-color-secondary-400);
  font-weight: 400;
}
.SingleDatePickerInput .DateInput_input:disabled,
.SingleDatePickerInput .DateInput_input:disabled::placeholder {
  color: var(--ms-color-secondary-400);
  font-weight: 400;
}
.SingleDatePickerInput .DateInput_input:not(.SingleDatePickerInput .DateInput_input:disabled):hover {
  border-color: #3a8518ff;
}
.SingleDatePickerInput .DateInput_input__focused {
  border-color: #3a8518ff;
}

.ms-toggle-switch .react-toggle {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: #111928;
  -webkit-tap-highlight-color: transparent;
}
.ms-toggle-switch .react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ms-toggle-switch .react-toggle-track {
  background-color: var(--ms-color-secondary-100);
  width: 35px;
  height: 20px;
  padding: 0;
  border-radius: 30px;
  border: 1px solid #ced6deff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ms-toggle-switch .react-toggle--disabled {
  cursor: not-allowed;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ms-toggle-switch .react-toggle--disabled .react-toggle-track,
.ms-toggle-switch .react-toggle--disabled.react-toggle--checked .react-toggle-track {
  background-color: #e5ebf1ff;
}
.ms-toggle-switch .react-toggle--disabled .react-toggle-thumb {
  background-color: #fafcfeff;
}
.ms-toggle-switch .react-toggle--focus {
  outline: 1px solid #3a8518ff;
  outline-offset: 2px;
  border-radius: 30px;
}
.ms-toggle-switch .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #717f90ff;
}
.ms-toggle-switch .react-toggle.react-toggle--checked:hover .react-toggle-track {
  background-color: #3d6b24ff;
}
.ms-toggle-switch .react-toggle--checked .react-toggle-track {
  background-color: #3a8518ff;
  border-color: #3a8518ff;
}
.ms-toggle-switch .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #3d6b24ff;
  border-color: #3d6b24ff;
}
.ms-toggle-switch .react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ms-toggle-switch .react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ms-toggle-switch .react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ms-toggle-switch .react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}
.ms-toggle-switch .react-toggle-thumb {
  background-color: var(--ms-color-base-white);
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffffff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.ms-toggle-switch .react-toggle--checked .react-toggle-thumb {
  left: calc(35px - 16px - 2px);
  border-color: transparent;
}

/* specific for gap between icon and text */
.ms-pill {
  --pill-text-color: #717f90ff;
  --pill-border-color: #eef2f6ff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  max-width: 100%;
  /* Needed to make ellipsis work */
  height: 22px;
  border: 1px solid var(--pill-border-color, #eef2f6ff);
  color: var(--pill-text-color, #717f90ff);
  background-color: #ffffffff;
}
.ms-pill__color--green {
  --pill-text-color: #3a8518ff;
  --pill-border-color: #c8e2baff;
}
.ms-pill__color--yellow {
  --pill-text-color: #735d32ff;
  --pill-border-color: #f7cf7cff;
}
.ms-pill__color--red {
  --pill-text-color: #bf3826ff;
  --pill-border-color: #f29691ff;
}
.ms-pill__color--gray {
  --pill-text-color: #636c79ff;
  --pill-border-color: #e5ebf1ff;
}
.ms-pill__color--blue {
  --pill-text-color: #216cbfff;
  --pill-border-color: #b3d7ffff;
}
.ms-pill__color--indigo {
  --pill-text-color: #42389d;
  --pill-border-color: #b4c6fc;
}
.ms-pill__color--purple {
  --pill-text-color: #5521B5;
  --pill-border-color: #cabffd;
}
.ms-pill__color--pink {
  --pill-text-color: #99154B;
  --pill-border-color: #f8b4d9;
}
.ms-pill--circular {
  border-radius: 80px;
  padding: 0 8px;
}
.ms-pill__remove-action.ms-ds-button {
  cursor: pointer;
  margin-left: 6px;
  color: inherit;
}
.ms-pill__remove-action.ms-ds-button:focus-visible {
  outline: 2px solid #cddbfe;
}
.ms-pill__size--large {
  font-size: 14px;
  height: 25px;
}
.ms-pill__icon {
  color: inherit;
  margin-right: 6px;
}
.ms-pill__label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  vertical-align: middle;
  width: 100%;
}

.ms-range-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.ms-range-slider__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-range-slider__input-value {
  max-width: 100px;
}

.ms-filter-sidebar {
  background-color: var(--ms-color-base-white);
  margin-right: 12px;
  max-height: 70vh;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 0;
  width: 250px;
  border: 1px solid #eef2f6ff;
  border-radius: 8px;
  overflow: auto;
}
@media only screen and (max-width: 750px) {
  .ms-filter-sidebar {
    width: 100%;
  }
}

.ms-filter-section-header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eef2f6ff;
}

.ms-filter-section {
  padding: 12px;
}
.ms-filter-section--striped:nth-child(even) {
  background-color: var(--ms-color-secondary-100);
}

.ms-products {
  padding: 32px;
}

.survey-group-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.survey-group-instructions__how {
  padding-right: 24px;
}
.survey-group-instructions__rules {
  padding-left: 24px;
}
.survey-group-instructions__how,
.survey-group-instructions__rules {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.survey-group-instructions p {
  font-size: 12px;
  margin: 0;
}
.survey-group-instructions h2 {
  color: var(--ms-color-primary-700);
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
}
.survey-group-instructions__rule:not(:last-child) {
  margin-bottom: 12px;
}

.survey-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-card__image {
  width: 68px;
  height: 68px;
}
.survey-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.survey-card__content {
  font-size: 14px;
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.survey-card__title {
  margin: 0;
}
.survey-card__limit {
  margin-top: 10px;
}
.survey-card__status {
  margin-top: 8px;
}

.survey-group__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.survey-group__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.survey-group__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.survey-group__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.survey-group__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.survey-group__heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-group__horizontal-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.survey-group__add-button {
  margin-left: 12px;
}
.survey-group__brand-surveys-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #d2d7de;
}
.survey-group__droppable-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.survey-group__draggable {
  padding: 10px 0;
  background: #ffffff;
}
.survey-group__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.survey-group__form .survey-group__draggable {
  padding-top: 20px;
  border-top: 1px solid #d2d7de;
}
.survey-group__form .survey-group__draggable:last-of-type {
  border-bottom: 1px solid #d2d7de;
  padding-bottom: 20px;
}
.survey-group__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.survey-group__fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-group__fields-container .ms-pill {
  margin-left: 10px;
}
.survey-group__input-name {
  margin-right: 10px;
}
.survey-group__link-section {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.survey-group__link {
  margin-bottom: 8px;
}
.survey-group__link .ms-ds-button {
  margin-left: 8px;
}
.survey-group__selected-surveys {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.survey-group__selected-surveys--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.survey-create__dropdown .ms-dropdown {
  padding: 0;
}

.create-category-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid lightgray;
}
.create-category-form__dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.create-category-form__dropdown {
  padding: 0;
}
.create-category-form__button-container {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu--variant-underline {
  border-bottom: 2px solid #cbcbcb;
}
.menu--variant-custom {
  width: 100%;
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-item {
  cursor: pointer;
  font-size: 14px;
  padding: 12px 16px;
  color: #636363;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.menu-item--variant-underline {
  border-bottom: 2px solid transparent;
  margin: 0 0 -2px;
}
.menu-item--variant-underline:first-child {
  padding: 12px 16px;
}
.menu-item--variant-background {
  border-radius: 3px;
  margin-right: 5px;
}
.menu-item--variant-tabs {
  border: 1px solid #eaeaea;
  background-color: #f4f4f4;
  color: #2f2f2f;
  margin-right: 8px;
  border-radius: 3px 3px 0 0;
}
.menu-item--variant-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  padding: 10px;
}
@media only screen and (max-width: 750px) {
  .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0;
    border: none;
  }
  .menu-item--variant-underline {
    border-bottom: none;
  }
  .menu-item--variant-background {
    margin-top: 5px;
    padding-left: 10px;
  }
}
.menu-item:hover {
  color: #2f2f2f;
}
.menu-item:hover--variant-underline {
  border-bottom-color: #979797;
}
.menu-item:hover--variant-background {
  background-color: #f4f4f4;
}
.menu-item:hover--variant-custom {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 750px) {
  .menu-item:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}
.menu-item--active {
  font-weight: 600;
}
.menu-item--active.menu-item--variant-underline {
  color: #3a8518ff;
  border-bottom-color: #3a8518ff;
}
.menu-item--active.menu-item--variant-background {
  background-color: #f4f4f4;
}
.menu-item--active.menu-item--variant-tabs {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.menu-item--active.menu-item--variant-custom {
  background-color: #dff8f2;
}

.toggable-editable-field__edit-button {
  visibility: hidden;
}
.toggable-editable-field:hover .toggable-editable-field__edit-button {
  visibility: visible;
}

.ms-toggle-view-filters {
  color: #111928;
  padding: 8px 0 16px;
  font-size: 14px;
}
.ms-toggle-view-filters__label {
  padding-right: 8px;
  font-weight: 600;
}
.ms-toggle-view-filters__toggle {
  margin-left: 8px;
  white-space: nowrap;
  text-decoration: underline;
  cursor: pointer;
}

.ms-modal__content.snip-view-modal {
  padding: 0;
  max-height: 90vh;
}
.ms-modal__content.snip-view-modal .top-content {
  background: #f5f7f9;
  padding: calc(30px / 2) 30px;
}
.ms-modal__content.snip-view-modal .content.snip-view-modal {
  padding: 0;
  max-height: 100%;
  scroll-padding-top: 70px;
}
.ms-modal__content.snip-view-modal .bottom-row {
  display: none;
}
.ms-modal__content.snip-view-modal .confirm-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 20px 0;
  width: 60vw;
  border-radius: 3px;
  max-height: 80%;
}
.ms-modal__content.snip-view-modal .confirm-modal > div {
  padding: 0 20px;
}
.ms-modal__content.snip-view-modal .confirm-modal .close-icon {
  cursor: pointer;
  font-size: 18px;
}
.ms-modal__content.snip-view-modal .confirm-modal.no-width {
  width: auto;
}
.ms-modal__content.snip-view-modal .confirm-modal .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ms-modal__content.snip-view-modal .confirm-modal .top-content .title {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 18px;
}
.ms-modal__content.snip-view-modal .confirm-modal .content {
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 10px;
  scroll-behavior: smooth;
}
.ms-modal__content.snip-view-modal .confirm-modal .content.not-scrollable {
  overflow: hidden;
}
.ms-modal__content.snip-view-modal .confirm-modal .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-modal__content.snip-view-modal .confirm-modal .bottom-row .ms-ds-button {
  margin: 0 5px;
}
.ms-modal__content.snip-view-modal .confirm-modal-button {
  margin: 0 5px;
}
.ms-modal__content.snip-view-modal .confirm-modal.skinny {
  padding: 0;
}
.ms-modal__content.snip-view-modal .confirm-modal.skinny .content {
  margin-bottom: 0;
  height: 100%;
}
.ms-modal__content.snip-view-modal .confirm-modal.skinny .bottom-row {
  height: 0;
}
.ms-modal__content.snip-view-modal .confirm-modal.full-height.ms-modal__content {
  max-height: 95vh;
  width: 70vw;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .ms-modal__content.snip-view-modal .confirm-modal.full-height.ms-modal__content {
    width: 90vw;
  }
}
.ms-modal__content.snip-view-modal .confirm-modal.full-height.ms-modal__content .content {
  max-height: 100%;
}
.snip-view-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f7f9;
  padding: 0 30px 30px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
          box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
}
.snip-view-modal__header img {
  max-height: 42.5vh;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  min-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.snip-view-modal__header img.portrait {
  max-height: 52.5vh;
}
.snip-view-modal__content {
  padding: 30px 30px 0;
}
.snip-view-modal .ms-card.snip-view-modal__key-insight {
  border: 1px solid #3a8518ff;
}
.snip-view-modal .snip-view-modal__key-insight .comment-card__author-name {
  color: #3a8518ff;
}
.snip-view-modal__survey-title {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 15px;
}
.snip-view-modal__title {
  margin-top: 10px;
}
.snip-view-modal__survey-title,
.snip-view-modal__title {
  color: #111928;
}
.snip-view-modal__filters {
  display: inline-block;
  width: 100%;
}
.snip-view-modal__filters .ms-toggle-view-filters {
  width: 0;
  min-width: 100%;
}

.inactive-brand-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px auto;
  padding: 48px;
  max-width: 700px;
}
.inactive-brand-page h1,
.inactive-brand-page h2,
.inactive-brand-page p {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}

.page-not-found {
  margin-top: 48px;
}
.page-not-found__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.page-not-found__content {
  padding-right: 24px;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.page-not-found__content-logo {
  padding-right: 24px;
  width: 300px;
}
.page-not-found__content h1 {
  padding-top: 24px;
  font-size: 48px;
  color: var(--ms-color-secondary-800);
}
.page-not-found__content ul {
  padding-left: 0;
  list-style: none;
}
.page-not-found__image {
  max-width: 480px;
}
@media screen and (max-width: 980px) {
  .page-not-found .page-not-found__image {
    display: none;
  }
  .page-not-found .page-not-found__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ms-alert {
  color: var(--ms-color-secondary-600);
  position: relative;
  padding: 16px 32px 16px 16px;
  border-radius: 8px;
  font-size: 14px;
  word-break: break-word;
  line-height: 20px;
}
.ms-alert > *:nth-child(1) {
  padding-top: 0;
}
.ms-alert__close-icon {
  color: var(--ms-color-secondary-700);
  position: absolute;
  top: 12px;
  right: 12px;
}
.ms-alert--color-gray {
  background-color: var(--ms-color-secondary-100);
}
.ms-alert--color-gray .ms-alert-header__icon {
  color: #1f2a37;
}
.ms-alert--color-success {
  background-color: var(--ms-color-success-100);
}
.ms-alert--color-success .ms-alert-header__icon {
  color: #31c48d;
}
.ms-alert--color-info {
  background-color: var(--ms-color-blue-100);
}
.ms-alert--color-info .ms-alert-header__icon {
  color: #1c64f2;
}
.ms-alert--color-danger {
  background-color: var(--ms-color-danger-100);
}
.ms-alert--color-danger .ms-alert-header__icon {
  color: #f05252;
}
.ms-alert--color-warning {
  background-color: var(--ms-color-warning-100);
}
.ms-alert--color-warning .ms-alert-header__icon {
  color: #e3a008;
}

.ms-alert-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}
.ms-alert-header__variant-header {
  font-size: 16px;
  font-weight: 700;
}
.ms-alert-header__icon {
  font-size: 14px;
  margin-right: 8px;
}

.ms-alert-content {
  padding-top: 8px;
}

.ms-alert-actions {
  padding-top: 16px;
}

.wizard-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 250px;
  right: 0;
  height: 90px;
  padding-right: 48px;
  background: #ffffff;
  border-top: 1px solid #eef2f6ff;
  z-index: 1;
}
.wizard-footer .ms-ds-button {
  margin-left: 12px;
}

.wizard-international-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wizard-international-step .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wizard-international-step .left-column {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
}
.wizard-international-step .left-column .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wizard-international-step .left-column .header-content .ms-ds-button {
  margin: 0 5px;
}
.wizard-international-step .right-column {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
}
.wizard-international-step .right-column .product-row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.wizard-international-step .right-column .product-row-header .product-row-categories {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wizard-international-step .right-column .product-row-header .product-row-products {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0px;
          flex: 2 1 0;
}
@media screen and (max-width: 1300px) {
  .wizard-international-step .right-column .product-row-header .product-row-products {
    -webkit-box-flex: 1.9;
        -ms-flex: 1.9 1 0px;
            flex: 1.9 1 0;
  }
}
@media screen and (max-width: 1220px) {
  .wizard-international-step .right-column .product-row-header .product-row-products {
    -webkit-box-flex: 1.7;
        -ms-flex: 1.7 1 0px;
            flex: 1.7 1 0;
  }
}
.wizard-international-step .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
}
.wizard-international-step .modal-title {
  font-size: 27px;
  line-height: 37px;
  font-weight: 600;
  color: #2f2f2f;
}
.wizard-international-step .region-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.wizard-international-step .country-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  font-size: 12px;
  margin-bottom: 30px;
}
.wizard-international-step .space-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-left: 35px;
  font-size: 12px;
}
.wizard-international-step .country-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.wizard-international-step .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wizard-international-step .prompt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 500px;
  padding: 40px;
}
.wizard-international-step .prompt-container::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: url(./assets/fonts/ed034ad676d74b262daf.svg);
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
.wizard-international-step .prompt-container .prompt-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #2f2f2f;
  font-size: 29px;
}
.wizard-international-step .prompt-container .prompt-description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 60%;
  color: #979797;
  position: relative;
  margin: 15px;
}
.wizard-international-step .prompt-container .prompt-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 20px;
}
.wizard-international-step .prompt-container .prompt-buttons .ms-ds-button {
  margin: 0 5px;
}
.wizard-international-step .ready-translation {
  margin-top: 16px;
}
.wizard-international-step .translation-finished {
  margin-bottom: 16px;
}
.wizard-international-step__translation {
  border-top: 1px solid #e5ebf1ff;
  padding-bottom: 32px;
}
.wizard-international-step__translation .wizard-international-step__translation_title {
  padding: 16px 0;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
}
.wizard-international-step__translation .wizard-international-step__translation_explanation {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
}
.wizard-international-step__translation .wizard-international-step__translation_explanation .wizard-international-step__translation_explanation_email {
  color: #1c64f2;
}
.wizard-international-step__translation .wizard-international-step__translation_explanation .wizard-international-step__translation_explanation_email:hover {
  text-decoration: underline;
}
.wizard-international-step__translation .wizard-international-step__translation_explanation .wizard-international-step__refresh_translation_explanation {
  max-width: none;
  min-height: auto;
  padding: 16px;
  line-height: 18px;
}
.wizard-international-step__translation .wizard-international-step__action_button_explanation {
  font-size: 14px;
  padding-left: 16px;
}

.wizard-preview-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}

.survey-purpose-input {
  padding-top: 16px;
}
.survey-purpose-input > div {
  width: 50%;
  padding-bottom: 16px;
  padding-right: 24px;
}
.survey-purpose-input .ms-select-multiple {
  text-transform: none;
}

.ms-uppy-drag-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px dashed #3a8518ff;
  border-radius: 8px;
  min-height: 200px;
}
.ms-uppy-drag-drop__uppy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ms-uppy-drag-drop .uppy-DragDrop--isDragDropSupported {
  border: none;
}
.ms-uppy-drag-drop .uppy-DragDrop--isDraggingOver {
  background-color: var(--ms-color-secondary-100);
}
.ms-uppy-drag-drop .uppy-DragDrop-arrow {
  display: none;
}
.ms-uppy-drag-drop .uppy-DragDrop-label {
  color: var(--ms-color-secondary-700);
  font-size: 16px;
}
.ms-uppy-drag-drop .uppy-DragDrop-browse {
  color: var(--ms-color-primary-700);
}
.ms-uppy-drag-drop .uppy-ProgressBar-inner {
  background-color: var(--ms-color-primary-700);
}

.ms-advanced-settings-image-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.ms-country-tab-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.ms-country-tab-select__flag-tabs {
  padding: 0 24px;
}
.ms-country-tab-select__flag-tab {
  padding: 0;
  background: none;
  border: none;
  margin-right: 10px;
  opacity: 0.5;
}
.ms-country-tab-select__flag-tab--selected {
  opacity: 1;
}
.ms-country-tab-select__country-select {
  max-width: 300px;
}

.ms-radio-input__input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
.ms-radio-input__input:focus-visible + .ms-radio-input__radio {
  outline: 1px solid #3a8518ff;
  outline-offset: 2px;
}
.ms-radio-input__input:checked + .ms-radio-input__radio {
  color: var(--ms-color-base-white);
  background-color: #3a8518ff;
  border-color: #3a8518ff;
}
.ms-radio-input__input:disabled + .ms-radio-input__radio {
  background-color: #eef2f6ff;
}
.ms-radio-input__input:disabled:checked + .ms-radio-input__radio {
  background-color: #717f90ff;
  border-color: #717f90ff;
}
.ms-radio-input__input:not(:checked) + .ms-radio-input__radio .ms-radio-input__radio-icon {
  display: none;
}
.ms-radio-input__input:hover:not(:disabled):checked + .ms-radio-input__radio {
  background-color: #3d6b24ff;
  border: 1px solid #3d6b24ff;
}
.ms-radio-input__radio {
  background-color: var(--ms-color-secondary-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(16px / 2);
  width: 16px;
  height: 16px;
  border: 1px solid #717f90ff;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.add-edit-demographic-question-modal__form {
  font-size: 12px;
  overflow: hidden;
}
.add-edit-demographic-question-modal__form-group {
  position: relative;
  margin: 10px 0;
}
.add-edit-demographic-question-modal__choice-warning {
  color: #fdb867;
}
.add-edit-demographic-question-modal__question-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.add-edit-demographic-question-modal__choice-sub-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-demographic-question-modal__choice-sub-questions label {
  margin-left: 32px;
}
.add-edit-demographic-question-modal__options {
  padding: 0 24px;
}
.add-edit-demographic-question-modal__options > .add-edit-demographic-question-modal__option:first-of-type {
  margin-top: 10px;
}
.add-edit-demographic-question-modal__advanced-settings {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-demographic-question-modal__advanced-settings [class*="ms-toggle-"] {
  margin-right: 8px;
}
.add-edit-demographic-question-modal__copy-button {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
.add-edit-demographic-question-modal__copy-button:hover {
  font-size: 20px;
}
.add-edit-demographic-question-modal__answers-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 0 24px;
}
.add-edit-demographic-question-modal__answers-labels label {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.add-edit-demographic-question-modal__text-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.add-edit-demographic-question-modal__text-option:focus-visible {
  outline: 2px solid #cddbfe;
}
.add-edit-demographic-question-modal__text-option .ms-text-input {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.add-edit-demographic-question-modal__text-option button {
  margin-left: 10px;
}
.add-edit-demographic-question-modal__point-value {
  margin-left: 16px;
}
.add-edit-demographic-question-modal__country-option-answers-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.add-edit-demographic-question-modal__country-option-point-values-col {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  padding-left: 8px;
}
.add-edit-demographic-question-modal__point-limit-warning {
  margin: 0 20px;
}
.add-edit-demographic-question-modal__image-answers-label {
  padding: 0 16px;
}
.add-edit-demographic-question-modal__image-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  padding: 8px 12px;
  min-height: 100px;
}
.add-edit-demographic-question-modal__image-options p {
  -ms-flex-item-align: center;
      align-self: center;
}
.add-edit-demographic-question-modal__image-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.add-edit-demographic-question-modal__image-option-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}
.add-edit-demographic-question-modal__grip {
  margin-right: 10px;
}
.add-edit-demographic-question-modal__image {
  background-color: var(--ms-color-secondary-50);
  width: 100px;
  height: 100px;
  border: 1px solid #e5ebf1ff;
  border-radius: 8px;
}
.add-edit-demographic-question-modal__options-and-controllers {
  padding: 24px 0;
  border: 1px solid #e5ebf1ff;
  border-radius: 12px;
}
.add-edit-demographic-question-modal__country-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.add-edit-demographic-question-modal__country-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-edit-demographic-question-modal__country-actions-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 0;
  border-top: 1px solid #e5ebf1ff;
}
.add-edit-demographic-question-modal__country-actions-button {
  margin-right: 8px;
}
.add-edit-demographic-question-modal__free-text-body {
  padding-left: 16px;
}

/**
 * Generates padding or margin classes
 */
/**
 * Converts padding and margin values to classes
 */
.ms-padding-0 {
  padding: 0;
}
.ms-padding-8 {
  padding: 8px;
}
.ms-padding-top-8 {
  padding-top: 8px;
}
.ms-padding-bottom-8 {
  padding-bottom: 8px;
}
.ms-padding-left-8 {
  padding-left: 8px;
}
.ms-padding-right-8 {
  padding-right: 8px;
}
.ms-padding-12 {
  padding: 12px;
}
.ms-padding-top-12 {
  padding-top: 12px;
}
.ms-padding-bottom-12 {
  padding-bottom: 12px;
}
.ms-padding-left-12 {
  padding-left: 12px;
}
.ms-padding-right-12 {
  padding-right: 12px;
}
.ms-padding-16 {
  padding: 16px;
}
.ms-padding-top-16 {
  padding-top: 16px;
}
.ms-padding-bottom-16 {
  padding-bottom: 16px;
}
.ms-padding-left-16 {
  padding-left: 16px;
}
.ms-padding-right-16 {
  padding-right: 16px;
}
.ms-padding-24 {
  padding: 24px;
}
.ms-padding-top-24 {
  padding-top: 24px;
}
.ms-padding-bottom-24 {
  padding-bottom: 24px;
}
.ms-padding-left-24 {
  padding-left: 24px;
}
.ms-padding-right-24 {
  padding-right: 24px;
}
.ms-padding-32 {
  padding: 32px;
}
.ms-padding-top-32 {
  padding-top: 32px;
}
.ms-padding-bottom-32 {
  padding-bottom: 32px;
}
.ms-padding-left-32 {
  padding-left: 32px;
}
.ms-padding-right-32 {
  padding-right: 32px;
}
.ms-padding-48 {
  padding: 48px;
}
.ms-padding-top-48 {
  padding-top: 48px;
}
.ms-padding-bottom-48 {
  padding-bottom: 48px;
}
.ms-padding-left-48 {
  padding-left: 48px;
}
.ms-padding-right-48 {
  padding-right: 48px;
}
.ms-margin-0 {
  margin: 0;
}
.ms-margin-8 {
  margin: 8px;
}
.ms-margin-top-8 {
  margin-top: 8px;
}
.ms-margin-bottom-8 {
  margin-bottom: 8px;
}
.ms-margin-left-8 {
  margin-left: 8px;
}
.ms-margin-right-8 {
  margin-right: 8px;
}
.ms-margin-12 {
  margin: 12px;
}
.ms-margin-top-12 {
  margin-top: 12px;
}
.ms-margin-bottom-12 {
  margin-bottom: 12px;
}
.ms-margin-left-12 {
  margin-left: 12px;
}
.ms-margin-right-12 {
  margin-right: 12px;
}
.ms-margin-16 {
  margin: 16px;
}
.ms-margin-top-16 {
  margin-top: 16px;
}
.ms-margin-bottom-16 {
  margin-bottom: 16px;
}
.ms-margin-left-16 {
  margin-left: 16px;
}
.ms-margin-right-16 {
  margin-right: 16px;
}
.ms-margin-24 {
  margin: 24px;
}
.ms-margin-top-24 {
  margin-top: 24px;
}
.ms-margin-bottom-24 {
  margin-bottom: 24px;
}
.ms-margin-left-24 {
  margin-left: 24px;
}
.ms-margin-right-24 {
  margin-right: 24px;
}
.ms-margin-32 {
  margin: 32px;
}
.ms-margin-top-32 {
  margin-top: 32px;
}
.ms-margin-bottom-32 {
  margin-bottom: 32px;
}
.ms-margin-left-32 {
  margin-left: 32px;
}
.ms-margin-right-32 {
  margin-right: 32px;
}
.ms-margin-48 {
  margin: 48px;
}
.ms-margin-top-48 {
  margin-top: 48px;
}
.ms-margin-bottom-48 {
  margin-bottom: 48px;
}
.ms-margin-left-48 {
  margin-left: 48px;
}
.ms-margin-right-48 {
  margin-right: 48px;
}
/* ---- FLEXBOX ---- */
/* ---- Direction ---- */
/* ---- Justify content ---- */
/* ---- Align items ---- */
/* ---- Individual flex styles ---- */
.ms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* flex-direction classes */
.ms-flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ms-flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ms-flex-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* justify-content classes */
.ms-flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ms-flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ms-flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms-flex-justify-even {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.ms-flex-justify-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* align-items classes */
.ms-flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ms-flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ms-flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ms-flex-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* ---- Layout flex styles ---- */
/* creates a display flex with just the direction */
.ms-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with just the direction */
.ms-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with just the direction */
.ms-flex-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-row-reverse-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-row-reverse-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with just the direction */
.ms-flex-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-start-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-end-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-even-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-center-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-around-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-between-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates a display flex with justify-content layout */
.ms-flex-column-reverse-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* creates a display flex with justify-content and align-items layout */
.ms-flex-column-reverse-stretch-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* creates class with only direction */
/* creates class with above direction, justify layout */
/* create classes for all possible align-items layout */
.segmentation-profile-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.segmentation-profile-avatars__avatar {
  content: " ";
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.segmentation-profile-avatars__avatar:not(:last-child) {
  margin-right: 8px;
}

.segmentation-step__section-header {
  padding: 24px;
  background-color: var(--ms-color-secondary-50);
  font-size: 18px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}

.segmentation-profile-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5ebf1ff;
  background-color: var(--ms-color-base-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 394px;
  padding: 0;
  position: relative;
}
.segmentation-profile-card::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 24px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.segmentation-profile-card--selectable {
  cursor: pointer;
}
.segmentation-profile-card--selectable:hover,
.segmentation-profile-card--selectable:focus-visible {
  -webkit-box-shadow: 0 2px 8px rgba(17, 25, 40, 0.24);
          box-shadow: 0 2px 8px rgba(17, 25, 40, 0.24);
}
.segmentation-profile-card--selected {
  border-color: #76a9fa;
}
.segmentation-profile-card__header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.segmentation-profile-card__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.segmentation-profile-card__header h4 {
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.segmentation-profile-card__selected-icon {
  color: var(--ms-color-secondary-200);
}
.segmentation-profile-card__selected-icon--selected {
  color: var(--ms-color-success-400);
}
.segmentation-profile-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 24px;
}
.segmentation-profile-card__questions {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.segmentation-profile-card__question {
  margin-bottom: 16px;
}
.segmentation-profile-card__question-name,
.segmentation-profile-card__question-extra {
  font-size: 12px;
  color: var(--ms-color-secondary-500);
  font-style: italic;
}
.segmentation-profile-card__question .ms-pill {
  margin-right: 8px;
  margin-top: 4px;
}
.segmentation-profile-card__question:last-child {
  margin-bottom: 24px;
}

.segmentation-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.segmentation-step__segmentation-profiles__add-new {
  text-decoration: underline;
}
.segmentation-step__segmentation-profiles__add-new:hover {
  text-decoration: none;
}
.segmentation-step__segmentation-profiles__add-new:focus-visible {
  outline: 2px solid #cddbfe;
}
.segmentation-step__segmentation-profiles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-left: 24px;
  margin-bottom: 24px;
}

.ms-segmentation-profile-mini-card {
  padding: 24px;
  background-color: var(--ms-color-base-white);
  border-radius: 8px;
  border: 1px solid #e5ebf1ff;
  padding-bottom: 16px;
}
.ms-segmentation-profile-mini-card--selected {
  border-color: #76a9fa;
}
.ms-segmentation-profile-mini-card__content {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-segmentation-profile-mini-card__profile-name {
  font-size: 18px;
  margin-left: 8px;
  margin-right: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ms-segmentation-profile-mini-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms-segmentation-profile-mini-card [class*="-btn"] {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}
.ms-segmentation-profile-mini-card [class*="-btn"]:hover {
  background-color: var(--ms-color-secondary-100);
}
.ms-segmentation-profile-mini-card [class*="-btn"]:focus-visible {
  outline: 2px solid #cddbfe;
}
.ms-segmentation-profile-mini-card [class*="-btn"]:disabled {
  color: var(--ms-color-secondary-200);
}
.ms-segmentation-profile-mini-card [class*="-btn"]:disabled:hover {
  background: none;
}
.ms-segmentation-profile-mini-card__select-btn {
  color: var(--ms-color-secondary-200);
}
.ms-segmentation-profile-mini-card__select-btn--selected {
  color: var(--ms-color-success-400);
}
.ms-segmentation-profile-mini-card__aux-btn {
  color: var(--ms-color-secondary-500);
}

