/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
 ::before,
 ::after {
   box-sizing: border-box;
 }

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */

::before,
 ::after {
   text-decoration: inherit; /* 1 */
   vertical-align: inherit; /* 2 */
 }

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */

html {
   cursor: default; /* 1 */
   line-height: 1.5; /* 2 */
   -moz-tab-size: 4; /* 3 */
   -o-tab-size: 4;
      tab-size: 4; /* 3 */
   -webkit-tap-highlight-color: transparent /* 4 */;
   -ms-text-size-adjust: 100%; /* 5 */
   -webkit-text-size-adjust: 100%; /* 5 */
   word-break: break-word; /* 6 */
 }

/* Sections
  * ========================================================================== */

/**
  * Remove the margin in all browsers (opinionated).
  */

body {
   margin: 0;
 }

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */

h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }

/* Grouping content
  * ========================================================================== */

/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */

dl dl,
 dl ol,
 dl ul,
 ol dl,
 ul dl {
   margin: 0;
 }

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */

ol ol,
 ol ul,
 ul ol,
 ul ul {
   margin: 0;
 }

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */

hr {
   color: inherit; /* 1 */
   height: 0; /* 2 */
   overflow: visible; /* 3 */
 }

/**
  * Add the correct display in IE.
  */

main {
   display: block;
 }

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */

nav ol,
 nav ul {
   list-style: none;
   padding: 0;
 }

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */

nav li::before {
   content: "\200B";
 }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */

pre {
   font-family: monospace, monospace; /* 1 */
   font-size: 1em; /* 2 */
   overflow: auto; /* 3 */
   -ms-overflow-style: scrollbar; /* 3 */
 }

/* Text-level semantics
  * ========================================================================== */

/**
  * Remove the gray background on active links in IE 10.
  */

a {
   background-color: transparent;
 }

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */

abbr[title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
           text-decoration: underline dotted;
 }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */

b,
 strong {
   font-weight: bolder;
 }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

code,
 kbd,
 samp {
   font-family: monospace, monospace; /* 1 */
   font-size: 1em; /* 2 */
 }

/**
  * Add the correct font size in all browsers.
  */

small {
   font-size: 80%;
 }

/* Embedded content
  * ========================================================================== */

/*
  * Change the alignment on media elements in all browsers (opinionated).
  */

audio,
 canvas,
 iframe,
 img,
 svg,
 video {
   vertical-align: middle;
 }

/**
  * Add the correct display in IE 9-.
  */

audio,
 video {
   display: inline-block;
 }

/**
  * Add the correct display in iOS 4-7.
  */

audio:not([controls]) {
   display: none;
   height: 0;
 }

/**
  * Remove the border on iframes in all browsers (opinionated).
  */

iframe {
   border-style: none;
 }

/**
  * Remove the border on images within links in IE 10-.
  */

img {
   border-style: none;
 }

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */

svg:not([fill]) {
   fill: currentColor;
 }

/**
  * Hide the overflow in IE.
  */

svg:not(:root) {
   overflow: hidden;
 }

/* Tabular data
  * ========================================================================== */

/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */

table {
   border-collapse: collapse; /* 1 */
   border-color: inherit; /* 2 */
   text-indent: 0; /* 3 */
 }

/* Forms
  * ========================================================================== */

/**
  * Remove the margin on controls in Safari.
  */

button,
 input,
 select {
   margin: 0;
 }

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */

button {
   overflow: visible; /* 1 */
   text-transform: none; /* 2 */
 }

/**
  * Correct the inability to style buttons in iOS and Safari.
  */

button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */

fieldset {
   border: 1px solid #a0a0a0; /* 1 */
   padding: 0.35em 0.75em 0.625em; /* 2 */
 }

/**
  * Show the overflow in Edge 18- and IE.
  */

input {
   overflow: visible;
 }

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */

legend {
   color: inherit; /* 2 */
   display: table; /* 1 */
   max-width: 100%; /* 1 */
   white-space: normal; /* 1 */
 }

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */

progress {
   display: inline-block; /* 1 */
   vertical-align: baseline; /* 2 */
 }

/**
  * Remove the inheritance of text transform in Firefox.
  */

select {
   text-transform: none;
 }

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */

textarea {
   margin: 0; /* 1 */
   overflow: auto; /* 2 */
   resize: vertical; /* 3 */
   resize: block; /* 3 */
 }

/**
  * Remove the padding in IE 10-.
  */

[type="checkbox"],
 [type="radio"] {
   padding: 0;
 }

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */

[type="search"] {
   -webkit-appearance: textfield; /* 1 */
   outline-offset: -2px; /* 2 */
 }

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */

::-webkit-inner-spin-button,
 ::-webkit-outer-spin-button {
   height: auto;
 }

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */

::-webkit-input-placeholder {
   color: inherit;
   opacity: 0.54;
 }

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */

::-webkit-search-decoration {
   -webkit-appearance: none;
 }

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */

::-webkit-file-upload-button {
   -webkit-appearance: button; /* 1 */
   font: inherit; /* 2 */
 }

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */

::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */

:-moz-focusring {
   outline: 1px dotted ButtonText;
 }

/**
  * Remove the additional :invalid styles in Firefox.
  */

:-moz-ui-invalid {
   box-shadow: none;
 }

/* Interactive
  * ========================================================================== */

/*
  * Add the correct display in Edge 18- and IE.
  */

details {
   display: block;
 }

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */

dialog {
   background-color: white;
   border: solid;
   color: black;
   display: block;
   height: -moz-fit-content;
   height: fit-content;
   left: 0;
   margin: auto;
   padding: 1em;
   position: absolute;
   right: 0;
   width: -moz-fit-content;
   width: fit-content;
 }

dialog:not([open]) {
   display: none;
 }

/*
  * Add the correct display in all browsers.
  */

summary {
   display: list-item;
 }

/* Scripting
  * ========================================================================== */

/**
  * Add the correct display in IE 9-.
  */

canvas {
   display: inline-block;
 }

/**
  * Add the correct display in IE.
  */

template {
   display: none;
 }

/* User interaction
  * ========================================================================== */

/*
  * Remove the tapping delay in IE 10.
  */

a,
 area,
 button,
 input,
 label,
 select,
 summary,
 textarea,
 [tabindex] {
   -ms-touch-action: manipulation;
 }

/**
  * Add the correct display in IE 10-.
  */

[hidden] {
   display: none;
 }

/* Accessibility
  * ========================================================================== */

/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */

[aria-busy="true"] {
   cursor: progress;
 }

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */

[aria-controls] {
   cursor: pointer;
 }

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */

[aria-disabled="true"],
 [disabled] {
   cursor: not-allowed;
 }

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */

[aria-hidden="false"][hidden] {
   display: inline;
   display: initial;
 }

[aria-hidden="false"][hidden]:not(:focus) {
   clip: rect(0, 0, 0, 0);
   position: absolute;
 }

/********* PRIMARY ***********/

/********* DARK ***********/

/********* LIGHT ***********/

/********* ACCENT ALTERNATES ***********/

/********* STATUS ***********/

/********* PRIMARY ***********/

/********* DARK ***********/

/********* LIGHT ***********/

/********* ACCENT ALTERNATES ***********/

/********* STATUS ***********/

/*
 * Font initialization
 */

@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?4y7gh4'); /* IE9 Compat Modes */
  src:  url('icomoon.eot?4y7gh4#iefix') format('embedded-opentype'), 
    url('icomoon.ttf?4y7gh4') format('truetype'), 
    url('icomoon.woff?4y7gh4') format('woff'), 
    url('icomoon.svg?4y7gh4#icomoon') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  display: block;

    /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-size: 1.5rem;
}

.icon-disable {
  filter: opacity(25%);
  cursor: not-allowed;
}

.icon-enable {
  cursor: pointer;
}

.icon-Prev_Active:before {
  content: "\e992";
  color: #0040dd;
}

.icon-Prev_Inactive:before {
  content: "\e993";
  color: #cbcbcb;
}

.icon-Next_Active:before {
  content: "\e994";
  color: #0040dd;
}

.icon-Next_Inactive:before {
  content: "\e995";
  color: #cbcbcb;
}

.icon-First_Active:before {
  content: "\e996";
  color: #0040dd;
}

.icon-First_Inactive:before {
  content: "\e997";
  color: #cbcbcb;
}

.icon-Last_Active:before {
  content: "\e998";
  color: #0040dd;
}

.icon-Last_Inactive:before {
  content: "\e999";
  color: #cbcbcb;
}

.icon-Tag-1:before {
  content: "\e9a3";
  color: #0040dd;
}

.icon-Check:before {
  content: "\e9a1";
}

.icon-Cross:before {
  content: "\e9a2";
}

.icon-Charts:before {
  content: "\e9a4";
}

.icon-Review_Filled:before {
  content: "\e9a0";
}

.icon-New-Model:before {
  content: "\e99e";
}

.icon-Print:before {
  content: "\e99f";
}

.icon-Tag:before {
  content: "\e99d";
  color: #0040dd;
}

.icon-Not-Available:before {
  content: "\e99c";
}

.icon-Sidebar-Collapse:before {
  content: "\e99a";
}

.icon-Sidebar-Expand:before {
  content: "\e99b";
}

.icon-Compliance1:before {
  content: "\e97b";
}

.icon-Dashboard1:before {
  content: "\e97c";
}

.icon-Design1:before {
  content: "\e97d";
}

.icon-Developer1:before {
  content: "\e97e";
}

.icon-Document-Scan1:before {
  content: "\e97f";
}

.icon-History1:before {
  content: "\e980";
}

.icon-Plugin1:before {
  content: "\e981";
}

.icon-Web-Scan1:before {
  content: "\e982";
}

.icon-Reports:before {
  content: "\e983";
}

.icon-Requirements:before {
  content: "\e984";
}

.icon-View_Off:before {
  content: "\e951";
}

.icon-Test-Data-Management:before {
  content: "\e985";
}

.icon-View_On:before {
  content: "\e962";
}

.icon-Test-Design:before {
  content: "\e986";
}

.icon-Test-Execution:before {
  content: "\e987";
}

.icon-Test-Optimization:before {
  content: "\e988";
}

.icon-Test-Repository:before {
  content: "\e989";
}

.icon-Error:before {
  content: "\e98a";
}

.icon-Help:before {
  content: "\e98b";
}

.icon-Null:before {
  content: "\e98c";
}

.icon-Queue:before {
  content: "\e98d";
}

.icon-Ready:before {
  content: "\e98e";
}

.icon-Running:before {
  content: "\e98f";
}

.icon-Success:before {
  content: "\e990";
}

.icon-Warning:before {
  content: "\e991";
}

.icon-AVA_ADE_Accent .path1:before {
  content: "\e900";
  color: rgb(0, 198, 255);
}

.icon-AVA_ADE_Accent .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(0, 64, 221);
}

.icon-AVA_ADE_Accent .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_ADE_Accent .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_ADE_Accent .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_ADE_Accent .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_ADE_Accent .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_Avaluation_Accent .path1:before {
  content: "\e907";
  color: rgb(0, 198, 255);
}

.icon-AVA_Avaluation_Accent .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_Avaluation_Accent .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_Avaluation_Accent .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_Avaluation_Accent .path5:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 64, 221);
}

.icon-AVA_Avaluation_Accent .path6:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_IAF_Accent .path1:before {
  content: "\e90d";
  color: rgb(0, 198, 255);
}

.icon-AVA_IAF_Accent .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 64, 221);
}

.icon-AVA_IAF_Accent .path3:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_IAF_Accent .path4:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-Ava_Ice_Acccent .path1:before {
  content: "\e911";
  color: rgb(0, 64, 221);
}

.icon-Ava_Ice_Acccent .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-Ava_Ice_Acccent .path3:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_ITA_Accent .path1:before {
  content: "\e914";
  color: rgb(0, 64, 221);
}

.icon-AVA_ITA_Accent .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_ITA_Accent .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_MLOps_Accent .path1:before {
  content: "\e917";
  color: rgb(0, 64, 221);
}

.icon-AVA_MLOps_Accent .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_MLOps_Accent .path3:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_OneView_Accent .path1:before {
  content: "\e91a";
  color: rgb(0, 198, 255);
}

.icon-AVA_OneView_Accent .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-AVA_OneView_Accent .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(0, 64, 221);
}

.icon-AVA_OneView_Accent .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(0, 198, 255);
}

.icon-Compliance:before {
  content: "\e91e";
}

.icon-Dashboard:before {
  content: "\e91f";
}

.icon-Design:before {
  content: "\e920";
}

.icon-Developer:before {
  content: "\e921";
}

.icon-Document-Scan:before {
  content: "\e922";
}

.icon-History:before {
  content: "\e923";
}

.icon-Plugin:before {
  content: "\e924";
}

.icon-Web-Scan:before {
  content: "\e925";
}

.icon-Add:before {
  content: "\e926";
}

.icon-Arrow-Down:before {
  content: "\e927";
}

.icon-Arrow-Left:before {
  content: "\e928";
}

.icon-Arrow-Right:before {
  content: "\e929";
}

.icon-Arrow-Up:before {
  content: "\e92a";
}

.icon-Business:before {
  content: "\e92b";
}

.icon-Chev-Down:before {
  content: "\e92c";
}

.icon-Chev-Left:before {
  content: "\e92d";
}

.icon-Chev-Right:before {
  content: "\e92e";
}

.icon-Chev-Up:before {
  content: "\e92f";
}

.icon-Chevs-Down:before {
  content: "\e930";
}

.icon-Chevs-Left:before {
  content: "\e931";
}

.icon-Chevs-Right:before {
  content: "\e932";
}

.icon-Chevs-Up:before {
  content: "\e933";
}

.icon-Clone:before {
  content: "\e934";
}

.icon-Close:before {
  content: "\e935";
}

.icon-Context-Menu:before {
  content: "\e936";
}

.icon-Copy:before {
  content: "\e937";
}

.icon-Critical:before {
  content: "\e938";
}

.icon-Cursor:before {
  content: "\e939";
}

.icon-Delete:before {
  content: "\e93a";
}

.icon-Disiked:before {
  content: "\e93b";
}

.icon-Dislike:before {
  content: "\e93c";
}

.icon-Document:before {
  content: "\e93d";
}

.icon-Download:before {
  content: "\e93e";
}

.icon-Drag:before {
  content: "\e93f";
}

.icon-Duplicate:before {
  content: "\e940";
}

.icon-Edit:before {
  content: "\e941";
}

.icon-File:before {
  content: "\e942";
}

.icon-Filter:before {
  content: "\e943";
}

.icon-Import:before {
  content: "\e944";
}

.icon-Like:before {
  content: "\e945";
}

.icon-Liked:before {
  content: "\e946";
}

.icon-Link:before {
  content: "\e947";
}

.icon-List:before {
  content: "\e948";
}

.icon-Loading:before {
  content: "\e949";
}

.icon-mail:before {
  content: "\e94a";
}

.icon-Menu:before {
  content: "\e94b";
}

.icon-Milestone:before {
  content: "\e94c";
}

.icon-Minor:before {
  content: "\e94d";
}

.icon-Minus:before {
  content: "\e94e";
}

.icon-Moderate:before {
  content: "\e94f";
}

.icon-Notification:before {
  content: "\e950";
}

.icon-Pause:before {
  content: "\e952";
}

.icon-Play:before {
  content: "\e953";
}

.icon-Plus_Filled:before {
  content: "\e954";
}

.icon-Plus:before {
  content: "\e955";
}

.icon-Recommend:before {
  content: "\e956";
}

.icon-Remove:before {
  content: "\e957";
}

.icon-Reorder:before {
  content: "\e958";
}

.icon-Reset:before {
  content: "\e959";
}

.icon-Run:before {
  content: "\e95a";
}

.icon-Search:before {
  content: "\e95b";
}

.icon-Serious:before {
  content: "\e95c";
}

.icon-Settings:before {
  content: "\e95d";
}

.icon-Stop:before {
  content: "\e95e";
}

.icon-Submit-Document:before {
  content: "\e95f";
}

.icon-Upload:before {
  content: "\e960";
}

.icon-User:before {
  content: "\e961";
}

.icon-IAF-1:before {
  content: "\e963";
}

.icon-IAF:before {
  content: "\e964";
}

.icon-Icon-1:before {
  content: "\e965";
}

.icon-Icon-2:before {
  content: "\e966";
}

.icon-Icon-3:before {
  content: "\e967";
}

.icon-Icon-4:before {
  content: "\e968";
}

.icon-Icon-5:before {
  content: "\e969";
}

.icon-MLOps:before {
  content: "\e96a";
}

.icon-OneView:before {
  content: "\e96b";
}

.icon-Classification:before {
  content: "\e96c";
}

.icon-Components:before {
  content: "\e96d";
}

.icon-Continue:before {
  content: "\e96e";
}

.icon-Modules:before {
  content: "\e96f";
}

.icon-Review:before {
  content: "\e970";
}

.icon-Test-Cases:before {
  content: "\e971";
}

.icon-Total:before {
  content: "\e972";
}

.icon-Accessible:before {
  content: "\e973";
}

.icon-Audit:before {
  content: "\e974";
}

.icon-Impact:before {
  content: "\e975";
}

.icon-Language:before {
  content: "\e976";
}

.icon-Remediation:before {
  content: "\e977";
}

.icon-Request-History:before {
  content: "\e978";
}

.icon-Rescan:before {
  content: "\e979";
}

.icon-View-Document:before {
  content: "\e97a";
}

.container__mainContentWrapper, .container__headerWrapper, footer {
  margin-right: -15px;
  margin-left: -15px;
}

.margin__left--0 {
  margin-left: 0rem;
}

.margin__left--25 {
  margin-left: 0.25rem;
}

.margin__left--50 {
  margin-left: 0.5rem;
}

.margin__left--75 {
  margin-left: 0.75rem;
}

.margin__left--100 {
  margin-left: 1rem;
}

.margin__left--125 {
  margin-left: 1.25rem;
}

.margin__left--150 {
  margin-left: 1.5rem;
}

.margin__left--175 {
  margin-left: 1.75rem;
}

.margin__left--200 {
  margin-left: 2rem;
}

.margin__left--225 {
  margin-left: 2.25rem;
}

.margin__left--250 {
  margin-left: 2.5rem;
}

.margin__left--275 {
  margin-left: 2.75rem;
}

.margin__left--300 {
  margin-left: 3rem;
}

.margin__top--0 {
  margin-top: 0rem;
}

.margin__top--25 {
  margin-top: 0.25rem;
}

.margin__top--50 {
  margin-top: 0.5rem;
}

.margin__top--75 {
  margin-top: 0.75rem;
}

.margin__top--100 {
  margin-top: 1rem;
}

.margin__top--125 {
  margin-top: 1.25rem;
}

.margin__top--150 {
  margin-top: 1.5rem;
}

.margin__top--175 {
  margin-top: 1.75rem;
}

.margin__top--200 {
  margin-top: 2rem;
}

.margin__top--225 {
  margin-top: 2.25rem;
}

.margin__top--250 {
  margin-top: 2.5rem;
}

.margin__top--275 {
  margin-top: 2.75rem;
}

.margin__top--300 {
  margin-top: 3rem;
}

.margin__right--0 {
  margin-right: 0rem;
}

.margin__right--25 {
  margin-right: 0.25rem;
}

.margin__right--50 {
  margin-right: 0.5rem;
}

.margin__right--75 {
  margin-right: 0.75rem;
}

.margin__right--100 {
  margin-right: 1rem;
}

.margin__right--125 {
  margin-right: 1.25rem;
}

.margin__right--150 {
  margin-right: 1.5rem;
}

.margin__right--175 {
  margin-right: 1.75rem;
}

.margin__right--200 {
  margin-right: 2rem;
}

.margin__right--225 {
  margin-right: 2.25rem;
}

.margin__right--250 {
  margin-right: 2.5rem;
}

.margin__right--275 {
  margin-right: 2.75rem;
}

.margin__right--300 {
  margin-right: 3rem;
}

.margin__bottom--0 {
  margin-bottom: 0rem;
}

.margin__bottom--25 {
  margin-bottom: 0.25rem;
}

.margin__bottom--50 {
  margin-bottom: 0.5rem;
}

.margin__bottom--75 {
  margin-bottom: 0.75rem;
}

.margin__bottom--100 {
  margin-bottom: 1rem;
}

.margin__bottom--125 {
  margin-bottom: 1.25rem;
}

.margin__bottom--150 {
  margin-bottom: 1.5rem;
}

.margin__bottom--175 {
  margin-bottom: 1.75rem;
}

.margin__bottom--200 {
  margin-bottom: 2rem;
}

.margin__bottom--225 {
  margin-bottom: 2.25rem;
}

.margin__bottom--250 {
  margin-bottom: 2.5rem;
}

.margin__bottom--275 {
  margin-bottom: 2.75rem;
}

.margin__bottom--300 {
  margin-bottom: 3rem;
}

.padding__left--0 {
  padding-left: 0rem;
}

.padding__left--25 {
  padding-left: 0.25rem;
}

.padding__left--50 {
  padding-left: 0.5rem;
}

.padding__left--75 {
  padding-left: 0.75rem;
}

.padding__left--100 {
  padding-left: 1rem;
}

.padding__left--125 {
  padding-left: 1.25rem;
}

.padding__left--150 {
  padding-left: 1.5rem;
}

.padding__left--175 {
  padding-left: 1.75rem;
}

.padding__left--200 {
  padding-left: 2rem;
}

.padding__left--225 {
  padding-left: 2.25rem;
}

.padding__left--250 {
  padding-left: 2.5rem;
}

.padding__left--275 {
  padding-left: 2.75rem;
}

.padding__left--300 {
  padding-left: 3rem;
}

.padding__top--0 {
  padding-top: 0rem;
}

.padding__top--25 {
  padding-top: 0.25rem;
}

.padding__top--50 {
  padding-top: 0.5rem;
}

.padding__top--75 {
  padding-top: 0.75rem;
}

.padding__top--100 {
  padding-top: 1rem;
}

.padding__top--125 {
  padding-top: 1.25rem;
}

.padding__top--150 {
  padding-top: 1.5rem;
}

.padding__top--175 {
  padding-top: 1.75rem;
}

.padding__top--200 {
  padding-top: 2rem;
}

.padding__top--225 {
  padding-top: 2.25rem;
}

.padding__top--250 {
  padding-top: 2.5rem;
}

.padding__top--275 {
  padding-top: 2.75rem;
}

.padding__top--300 {
  padding-top: 3rem;
}

.padding__right--0 {
  padding-right: 0rem;
}

.padding__right--25 {
  padding-right: 0.25rem;
}

.padding__right--50 {
  padding-right: 0.5rem;
}

.padding__right--75 {
  padding-right: 0.75rem;
}

.padding__right--100 {
  padding-right: 1rem;
}

.padding__right--125 {
  padding-right: 1.25rem;
}

.padding__right--150 {
  padding-right: 1.5rem;
}

.padding__right--175 {
  padding-right: 1.75rem;
}

.padding__right--200 {
  padding-right: 2rem;
}

.padding__right--225 {
  padding-right: 2.25rem;
}

.padding__right--250 {
  padding-right: 2.5rem;
}

.padding__right--275 {
  padding-right: 2.75rem;
}

.padding__right--300 {
  padding-right: 3rem;
}

.padding__bottom--0 {
  padding-bottom: 0rem;
}

.padding__bottom--25 {
  padding-bottom: 0.25rem;
}

.padding__bottom--50 {
  padding-bottom: 0.5rem;
}

.padding__bottom--75 {
  padding-bottom: 0.75rem;
}

.padding__bottom--100 {
  padding-bottom: 1rem;
}

.padding__bottom--125 {
  padding-bottom: 1.25rem;
}

.padding__bottom--150 {
  padding-bottom: 1.5rem;
}

.padding__bottom--175 {
  padding-bottom: 1.75rem;
}

.padding__bottom--200 {
  padding-bottom: 2rem;
}

.padding__bottom--225 {
  padding-bottom: 2.25rem;
}

.padding__bottom--250 {
  padding-bottom: 2.5rem;
}

.padding__bottom--275 {
  padding-bottom: 2.75rem;
}

.padding__bottom--300 {
  padding-bottom: 3rem;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  font-family: Avenir-Book, Helvetica, Arial, sans-serif;
  color: rgb(34, 34, 34);
}

h6, .text__h6, h5, .text__h5, h4, .text__h4, h3, .text__h3, h2, .text__h2, h1, .text__h1 {
  font-family: Avenir-Book, Helvetica, Arial, sans-serif;
}

.text__body--small, .text__body--xlarge, .text__body--large, .text__body {
  font-family: Avenir-Book, Helvetica, Arial, sans-serif;
}

h1, .text__h1 {
  font-size: 2.5rem;
  margin-bottom: 8px;
}

h2, .text__h2 {
  font-size: 2.25rem;
  margin-bottom: 8px;
}

h3, .text__h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}

h4, .text__h4 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

p, h5, .text__h5 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.text__h6 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.text__body {
  font-size: 1rem;
  line-height: 1.25rem;
}

.text__body--large {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.text__body--xlarge {
  font-size: 3rem;
  line-height: 3.75rem;
}

.text__body--small {
  font-size: 14px;
  line-height: 17.5px;
}

.text__button {
  font-size: 14px;
  line-height: 17.5px;
}

.text__none {
  font-size: 0;
  line-height: 0;
}

.text--accent-primary-alt {
  color: rgb(46, 46, 138);
}

.text--accent-primary {
  color: rgb(61, 61, 184);
}

.text--alternate-Accent-1 {
  color: rgb(102, 102, 204);
}

.text--error {
  color: rgb(142, 0, 0);
}

.text--success {
  color: rgb(0, 116, 0);
}

.text--bold {
  font-weight: 800;
}

.text--regular {
  font-weight: 300;
}

.text--italic {
  font-style: italic;
}

.visually-hidden, .sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 0.1em;
  width: 0.1em;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

/********* PRIMARY ***********/

/********* DARK ***********/

/********* LIGHT ***********/

/********* ACCENT ALTERNATES ***********/

/********* STATUS ***********/

/* MODAL STYLES
-------------------------------*/

collab-comp-modal,
app-modal {
  /* modals are hidden by default */
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

collab-comp-modal .modal-wrapper,
app-modal .modal-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

collab-comp-modal .modal-wrapper .modal,
app-modal .modal-wrapper .modal {
  position: static;
  z-index: 1000;
  width: 50rem;
  max-height: 35rem;
  -moz-flex-direction: row;
  flex-direction: row;
}

collab-comp-modal .modal-wrapper .modal .modal-body,
app-modal .modal-wrapper .modal .modal-body {
  display: block;
  padding: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-title-container,
app-modal .modal-wrapper .modal .modal-body .modal-title-container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  background-color: rgb(46, 46, 138);
  padding: 15px;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-title-container .modal-first,
app-modal .modal-wrapper .modal .modal-body .modal-title-container .modal-first {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-title-container .modal-title,
app-modal .modal-wrapper .modal .modal-body .modal-title-container .modal-title {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-title-container button,
app-modal .modal-wrapper .modal .modal-body .modal-title-container button {
  margin-right: 0 !important;
  margin-right: initial !important;
  padding: 0 !important;
  padding: initial !important;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-container,
app-modal .modal-wrapper .modal .modal-body .modal-container {
  float: left;
  background: rgb(255, 255, 255);
  padding: 24px;
  width: 100%;
  display: block;
  max-height: 65vh;
  overflow: auto;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-footer,
app-modal .modal-wrapper .modal .modal-body .modal-footer {
  margin-top: 16px;
  background-color: rgb(232, 232, 232);
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}

collab-comp-modal .modal-wrapper .modal .modal-body .buttons-container,
app-modal .modal-wrapper .modal .modal-body .buttons-container {
  margin-top: 16px;
}

collab-comp-modal .modal-background,
app-modal .modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.75;
  z-index: 900;
}

body.modal-open {
  /* body overflow is hidden to hide main scrollbar when modal window is open */
  overflow: hidden;
}

.col--xl-12,
.col--lg-12,
.col--md-12,
.col--sm-12,
.col--xl-11,
.col--lg-11,
.col--md-11,
.col--sm-11,
.col--xl-10,
.col--lg-10,
.col--md-10,
.col--sm-10,
.col--xl-9,
.col--lg-9,
.col--md-9,
.col--sm-9,
.col--xl-8,
.col--lg-8,
.col--md-8,
.col--sm-8,
.col--xl-7,
.col--lg-7,
.col--md-7,
.col--sm-7,
.col--xl-6,
.col--lg-6,
.col--md-6,
.col--sm-6,
.col--xl-5,
.col--lg-5,
.col--md-5,
.col--sm-5,
.col--xl-4,
.col--lg-4,
.col--md-4,
.col--sm-4,
.col--xl-3,
.col--lg-3,
.col--md-3,
.col--sm-3,
.col--xl-2,
.col--lg-2,
.col--md-2,
.col--sm-2, .col--xl,
.col--xl-1, .col--lg,
.col--lg-1, .col--md,
.col--md-1, .col--sm,
.col--sm-1, .col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.row.nowrap {
  flex-wrap: nowrap;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col--1 {
  -moz-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col--2 {
  -moz-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col--3 {
  -moz-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col--4 {
  -moz-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col--5 {
  -moz-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col--6 {
  -moz-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col--7 {
  -moz-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col--8 {
  -moz-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col--9 {
  -moz-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col--10 {
  -moz-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col--11 {
  -moz-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col--12 {
  -moz-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col--offset-0 {
  margin-left: 0;
}

.col--order-0 {
  order: 0;
}

.col--offset-1 {
  margin-left: 8.3333333333%;
}

.col--order-1 {
  order: 1;
}

.col--offset-2 {
  margin-left: 16.6666666667%;
}

.col--order-2 {
  order: 2;
}

.col--offset-3 {
  margin-left: 25%;
}

.col--order-3 {
  order: 3;
}

.col--offset-4 {
  margin-left: 33.3333333333%;
}

.col--order-4 {
  order: 4;
}

.col--offset-5 {
  margin-left: 41.6666666667%;
}

.col--order-5 {
  order: 5;
}

.col--offset-6 {
  margin-left: 50%;
}

.col--order-6 {
  order: 6;
}

.col--offset-7 {
  margin-left: 58.3333333333%;
}

.col--order-7 {
  order: 7;
}

.col--offset-8 {
  margin-left: 66.6666666667%;
}

.col--order-8 {
  order: 8;
}

.col--offset-9 {
  margin-left: 75%;
}

.col--order-9 {
  order: 9;
}

.col--offset-10 {
  margin-left: 83.3333333333%;
}

.col--order-10 {
  order: 10;
}

.col--offset-11 {
  margin-left: 91.6666666667%;
}

.col--order-11 {
  order: 11;
}

.col--offset-12 {
  margin-left: 100%;
}

.col--order-12 {
  order: 12;
}

.col--order-first {
  order: -1;
}

.col--order-last {
  order: 13;
}

.container--justify-content-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.container--justify-content-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.container--justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}

.container--justify-content-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.container--justify-content-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.container--align-content-start {
  align-content: flex-start;
}

.container--align-content-end {
  align-content: flex-end;
}

.container--align-content-center {
  align-content: center;
}

.container--align-content-around {
  align-content: space-around;
}

.container--align-content-between {
  align-content: space-between;
}

.container--align-content-stretch {
  align-content: stretch;
}

.container--align-items-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.container--align-self-start {
  align-self: flex-start;
}

.container--align-items-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.container--align-self-end {
  align-self: flex-end;
}

.container--align-items-center {
  -moz-align-items: center;
  align-items: center;
}

.container--align-self-center {
  align-self: center;
}

.container--align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}

.container--align-self-baseline {
  align-self: baseline;
}

.container--align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}

.container--align-self-stretch {
  align-self: stretch;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col--sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col--sm-1 {
    -moz-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col--sm-2 {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col--sm-3 {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col--sm-4 {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col--sm-5 {
    -moz-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col--sm-6 {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col--sm-7 {
    -moz-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col--sm-8 {
    -moz-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col--sm-9 {
    -moz-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col--sm-10 {
    -moz-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col--sm-11 {
    -moz-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col--sm-12 {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col--md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col--md-1 {
    -moz-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col--md-2 {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col--md-3 {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col--md-4 {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col--md-5 {
    -moz-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col--md-6 {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col--md-7 {
    -moz-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col--md-8 {
    -moz-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col--md-9 {
    -moz-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col--md-10 {
    -moz-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col--md-11 {
    -moz-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col--md-12 {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col--lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col--lg-1 {
    -moz-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col--lg-2 {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col--lg-3 {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col--lg-4 {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col--lg-5 {
    -moz-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col--lg-6 {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col--lg-7 {
    -moz-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col--lg-8 {
    -moz-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col--lg-9 {
    -moz-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col--lg-10 {
    -moz-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col--lg-11 {
    -moz-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col--lg-12 {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
  .col--xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col--xl-1 {
    -moz-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col--xl-2 {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col--xl-3 {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col--xl-4 {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col--xl-5 {
    -moz-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col--xl-6 {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col--xl-7 {
    -moz-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col--xl-8 {
    -moz-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col--xl-9 {
    -moz-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col--xl-10 {
    -moz-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col--xl-11 {
    -moz-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col--xl-12 {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/********* PRIMARY ***********/

/********* DARK ***********/

/********* LIGHT ***********/

/********* ACCENT ALTERNATES ***********/

/********* STATUS ***********/

.container__mainContentWrapper, .container__headerWrapper, footer {
  margin-right: -15px;
  margin-left: -15px;
  background-color: #000212;
}

body {
  background-color: rgb(255, 255, 255);
}

footer {
  padding: 20px 0px;
  font-size: 0.5em;
  text-align: center;
}

nav {
  background-color: rgb(46, 46, 138);
  padding: 10px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.container {
  /* @include container-layout(column);
   //@include flexbox;
   //@include flex-direction (column);
   background-color: $white;
   min-height: 100vh;
   //position:relative;

   // box-shadow: 0 0 10px 0px rgb(216, 216, 216);
   // clip-path: inset(0px -10px 0px -10px);*/
}

.container__mainContent {
  margin-left: 10px;
}

.container__mainContent--body {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
  height: calc(100% - 65px);
}

.container__mainContent--body > * {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container__mainContent--body > :last-child {
  -moz-flex: 0;
  flex: 0;
}

.container__mainContent h1 {
  padding: 10px;
  background-color: rgb(46, 46, 138);
  color: rgb(255, 255, 255);
  font-size: 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 4px;
}

.container__mainContentWrapper {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}

.container__mainContentWrapper > * {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container__mainContentWrapper nav {
  -moz-flex: 0 0 200px;
  flex: 0 0 200px;
}

.container__mainContent--background {
  padding: 7px 10px 20px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.container__mainContent--background h2 {
  padding: 10px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.container__mainContent--columnLeft {
  margin-right: 10px;
}

.container__mainContent--loginBackground {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.container__mainContent--footerBackground {
  display: flex;
  background-color: rgb(0, 0, 0);
  min-height: 40vh;
}

.container__header {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  background-color: transparent !important;
  background-color: initial !important;
}

.container__header > * {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container__header .header__controls--wrapper {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container--success__modal__wrapper {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 20px 0;
}

.container--success__modal__wrapper > * {
  flex: 1;
}

.container--fileUpload__wrapper {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 20px 0;
  align-items: center;
  grid-gap: inherit;
}

.container--fileUpload__wrapper > * {
  flex: 1;
}

.container__login {
  display: block;
  padding-top: 8%;
  width: 30%;
  margin: auto;
  min-height: 94vh;
  min-width: 400px;
}

.container__login img {
  display: flex;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* min-width: 50%; */
  /* padding-bottom: 0%; */
  /* position: fixed; */
  /* min-height: 100%; */
  width: 87%;
  padding: 10%;
}

.container__login--body {
  display: flex;
  flex-wrap: wrap;
}

.content__align--center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

collab-comp-button button.button__secondary, collab-comp-button .button__secondary--iconLeft, collab-comp-button .button__secondary--iconRight {
  color: rgb(61, 61, 184) !important;
}

ol, ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

ol > *, ul > * {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 0.1em;
  width: 0.1em;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.hr-thin {
  height: 0.1em;
  margin: 1em 0;
  background-color: rgba(179, 178, 177, 0.5);
}

.disable {
  pointer-events: none;
  cursor: default;
  color: rgba(232, 232, 232, 0.5) !important;
  border-color: rgba(232, 232, 232, 0.5) !important;
}

app-policy-banner button {
  border-radius: 4px;
  border: 1px solid rgb(46, 46, 138);
  margin-right: 20px;
  font-weight: 300;
  color: rgb(46, 46, 138);
  text-align: center;
  transition: all 0.15s;
}

/********* PRIMARY ***********/

/********* DARK ***********/

/********* LIGHT ***********/

/********* ACCENT ALTERNATES ***********/

/********* STATUS ***********/

.container__input--inline, .container__input--stacked {
  display: flex;
}

.container__input--inline .input__error, .container__input--stacked .input__error {
  border: 1px solid rgb(142, 0, 0);
}

.container__input--inline .input__success, .container__input--stacked .input__success {
  border: 1px solid rgb(0, 116, 0);
}

.container__input--inline label, .container__input--stacked label {
  font-weight: bold;
}

.container__input--inline label:after, .container__input--stacked label:after {
  content: ":";
  padding-left: 0.25rem;
}

/************ common style for inputs START **********************************/

.container__input--stacked {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.container__input--stacked label {
  padding-bottom: 0.25rem;
}

.container__input--inline {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.container__input--inline label {
  padding-right: 0.25rem;
}

input[disabled], textarea[disabled], select[disabled] {
  cursor: not-allowed;
  background-color: rgb(238, 238, 240) !important;
}

input[disabled] + label, textarea[disabled] + label, select[disabled] + label {
  color: rgb(119, 119, 122);
}

input[disabled]:before, textarea[disabled]:before, select[disabled]:before {
  border-color: rgb(119, 119, 122);
}

/************ Radio CSS START **********************************/

input[type=radio] {
  position: absolute !important;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem 0 0;
  cursor: pointer;
}

input[type=radio] + label::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(17, 24, 39);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 29%;
  left: 8%;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background: rgb(61, 61, 184);
}

input[type=radio]:focus + label::before {
  outline: rgb(61, 61, 184) solid 2px;
}

input[type=radio]:disabled + label {
  border-color: rgb(17, 24, 39);
}

input[type=radio]:disabled + label::before {
  background: rgb(238, 238, 240);
}

input[type=radio]:disabled + label::after {
  color: rgb(119, 119, 122);
}

/************* Checkbox CSS *****************/

input[type=checkbox] {
  position: absolute !important;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 0 1.5rem 0 0;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(17, 24, 39);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}

input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  border-left: 2px solid rgb(61, 61, 184);
  border-bottom: 2px solid rgb(61, 61, 184);
  height: 7px;
  width: 13px;
  transform: rotate(-48deg);
}

input[type=checkbox]:focus + label::before {
  outline: rgb(61, 61, 184) solid 2px;
}

input[type=checkbox]:disabled + label {
  border-color: rgb(17, 24, 39);
}

input[type=checkbox]:disabled + label::before {
  background: rgb(238, 238, 240);
}

input[type=checkbox]:disabled + label::after {
  color: rgb(119, 119, 122);
}

/************* Textbox CSS *****************/

input[type=text], input[type=password], textarea {
  outline: none;
  border: 1px solid rgb(119, 119, 122);
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
  color: rgb(17, 24, 39);
  padding: 0.5rem 1rem;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border-color: rgb(61, 61, 184) !important;
}

input[type=text][disabled], input[type=password][disabled], textarea[disabled] {
  color: rgb(119, 119, 122);
}

/************* Select CSS *****************/

.selectBox--wrapper {
  background-color: rgb(255, 255, 255);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.selectBox--wrapper * {
  position: relative;
}

.selectBox--wrapper select {
  appearance: none;
  background-color: transparent;
  border-color: rgb(203, 203, 203);
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0;
  max-width: 100%;
  min-width: auto;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  z-index: 1;
}

.selectBox--wrapper select::-ms-expand {
  display: none;
}

.selectBox--wrapper select[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

.selectBox--wrapper::after {
  grid-area: select;
  content: "\e92c";
  position: absolute;
  font-family: "icomoon" !important;
  font-size: 2rem;
  top: 0%;
  right: 0.25rem;
}

/************ Search box START **********************************/

.search__field--wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.search__field--wrapper .icon-Search {
  margin-right: 0.75rem;
  position: absolute;
  right: 0;
}

.search__field--wrapper input {
  background-color: rgb(255, 255, 255);
  color: rgb(17, 24, 39);
  border: 1px solid rgb(119, 119, 122);
  border-radius: 0.5rem;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  width: 100%;
}

.search__field--wrapper input:focus {
  border-color: rgb(61, 61, 184) !important;
}

/********* PRIMARY ***********/

/********* DARK ***********/

/********* LIGHT ***********/

/********* ACCENT ALTERNATES ***********/

/********* STATUS ***********/

.ng-tooltip {
  position: absolute;
  max-width: 250px;
  font-size: 14px;
  text-align: start;
  color: rgb(255, 255, 255);
  padding: 15px;
  background: rgb(0, 0, 0);
  border-radius: 8px;
  z-index: 1000;
  opacity: 0;
}

.ng-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
}

.ng-tooltip-top:after {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-color: black transparent transparent transparent;
}

.ng-tooltip-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent transparent black transparent;
}

.ng-tooltip-left:after {
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-color: transparent transparent transparent black;
}

.ng-tooltip-right:after {
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-color: transparent black transparent transparent;
}

.ng-tooltip-show {
  opacity: 1;
}

.white {
  color: rgb(255, 255, 255);
}

.green {
  color: rgb(0, 116, 0) !important;
}

.blue {
  color: rgb(46, 46, 138) !important;
}

.icon-size-xl {
  font-size: 4rem;
}

#success [class^=icon-Success]:before, [class*=" icon-Success"]:before {
  font-size: 2rem !important;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-title-container {
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #F1F1F1;
  background-color: #FFF;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-title-container .modal-title {
  color: #000212;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}

collab-comp-modal .modal-wrapper .modal .modal-body .modal-footer {
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid #F1F1F1;
}

#success_password [class^=icon-Success]:before, [class*=" icon-Success"]:before {
  font-size: 42px !important;
  color: #008567 !important;
}

/*# sourceMappingURL=styles.css.map*/