

/*
@ref: https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/dist/flexboxgrid.css
 */

/*Website and forms*/

/*TODO: remove website specific selectors? e.g. material-icons, Search bar, QSIFeedback*/

/*material icons: start*/

/*material icons: end*/

/**** BUTTONS: START ****/

/***vvv New button styles vvv***/

/***vvv Old button styles vvv***/

/* Can be removed/merged with existing styles when they've been fully replaced by the new buttons on the website and forms */

/***vvv Old forms.css buttons vvv***/

/**** BUTTONS: END ****/

/******** Toggle styles *********/

/****** Toggle END *****/

/*forms*/

/*************
Search bar
*************/

/*************
OVERFLOW FIX
*************/

/*
search select
 */

/*
dialog.cmpa-react-modal.duplicate-file {
    margin-top: 50% !important;
    top: 0 !important;
}
*/

/* Tooltip text */

/*
div.actions-container > .action-button> button:first-child {
    float: left;
}
*/

/* 
.spacing-top {
  padding-top: 8px;
}

.spacing-bottom {
  padding-bottom: 8px;
}

.spacing-left {
  padding-left: 8px;
}

.spacing-right {
  padding-right: 8px;
}

*/

/* password style */

/* fix to hide edge default password icon*/

/* primary section */

/* -----Accordion--------- */

/* ----------- Tabs ---------------- */

/* ----------- Custom Modal ---------------- */

/* Headings */

/* Paragraphs */

/* Other Text Styles */

/* DIVS */

/* Navbar */

/* AppBar*/

/* App Internal Header */

/* Buttons */

/* Button groups */

/* Utility Classes */

/* Dashlet Classes */

/*
@ref: https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/dist/flexboxgrid.css
 */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: left;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: right;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: left;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: left;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: right;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: left;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: right;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}

/*Website and forms*/

/*TODO: remove website specific selectors? e.g. material-icons, Search bar, QSIFeedback*/

/*material icons: start*/
.material-icons:not(#\#):not(#\#),
.material-icons-round:not(#\#):not(#\#),
.material-icons-outlined:not(#\#):not(#\#) {
    font-size: inherit;
}
.material-icons.md-16:not(#\#):not(#\#),
.material-icons-round.md-16:not(#\#):not(#\#),
.material-icons-outlined.md-16:not(#\#):not(#\#)
{ font-size: 16px; }
.material-icons.md-18:not(#\#):not(#\#),
.material-icons-round.md-18:not(#\#):not(#\#),
.material-icons-outlined.md-18:not(#\#):not(#\#) 
{ font-size: 18px; }
.material-icons.md-24:not(#\#):not(#\#),
.material-icons-round.md-24:not(#\#):not(#\#),
.material-icons-outlined.md-24:not(#\#):not(#\#)  
{ font-size: 24px; }
.material-icons.md-36:not(#\#):not(#\#),
.material-icons-round.md-36:not(#\#):not(#\#),
.material-icons-outlined.md-36:not(#\#):not(#\#) 
{ font-size: 36px; }

/*material icons: end*/
.p1:not(#\#):not(#\#) {
    font-size: 0.75rem;
    line-height: 1.125;
}
.p2:not(#\#):not(#\#) {
    font-size: 0.875rem;
    line-height: 1.25;
}
a:not(#\#):not(#\#) {
	color: #00719E;
	-webkit-text-decoration: none;
	text-decoration: none;
}
#tabs:not(#\#) a {
	color: #00719E !important;
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
}
a:hover:not(#\#):not(#\#) {
	color: #00719E;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
a:visited:not(#\#):not(#\#) {
	color: #814181;
}
audio:not(#\#):not(#\#) {
	margin: 1rem 0;
	width: 70%;
}
body:not(#\#) {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;

}
body:not(#\#):not(#\#) {
	background: #fff;
	font-size: 16px;
    line-height: 1.5;

}
body:not(#\#):not(#\#), dl:not(#\#):not(#\#), dt:not(#\#):not(#\#), dd:not(#\#):not(#\#), ul:not(#\#):not(#\#), ol:not(#\#):not(#\#), li:not(#\#):not(#\#), h1:not(#\#):not(#\#), h2:not(#\#):not(#\#), h3:not(#\#):not(#\#), h4:not(#\#):not(#\#), h5:not(#\#):not(#\#), h6:not(#\#):not(#\#), pre:not(#\#):not(#\#), form:not(#\#):not(#\#), fieldset:not(#\#):not(#\#), input:not(#\#):not(#\#), textarea:not(#\#):not(#\#), p:not(#\#):not(#\#), blockquote:not(#\#):not(#\#), th:not(#\#):not(#\#), td:not(#\#):not(#\#) {
	margin: 0;
	padding: 0;
}
h1:not(#\#):not(#\#) {
	border-bottom: 1px solid #004b62;
	font-size: 2.4rem;
	padding-bottom: 8px;
	margin: 1rem 0;
}
h2:not(#\#):not(#\#) {
	font-size: 1.8rem;
	margin: 2.5rem 0 1rem 0;
}
h3:not(#\#):not(#\#) {
	font-size: 1.4rem;
}
h4:not(#\#):not(#\#) {
	font-size: 1.2rem;
}
h5:not(#\#):not(#\#) {
	font-size: 1rem;
}
h6:not(#\#):not(#\#) {
	font-size: 0.8rem;
}
h1:not(#\#):not(#\#), h2:not(#\#):not(#\#), h3:not(#\#):not(#\#), h4:not(#\#):not(#\#), h5:not(#\#):not(#\#), h6:not(#\#):not(#\#) {
	color: #004b62;
	line-height: 1.3;
}
h1:not(#\#):not(#\#), h2:not(#\#):not(#\#) {
	font-weight: normal;
}
h3:not(#\#):not(#\#), h4:not(#\#):not(#\#), h5:not(#\#):not(#\#), h6:not(#\#):not(#\#) {
	font-weight: bold;
	margin: 1.75rem 0 1rem 0;
}

/**** BUTTONS: START ****/

/***vvv New button styles vvv***/
button:not(#\#):not(#\#) {
    cursor: pointer;
}
.btn-primary:not(#\#):not(#\#),
.btn-secondary:not(#\#):not(#\#),
.btn-tertiary:not(#\#):not(#\#),
.btn-brand:not(#\#):not(#\#),
.btn-error:not(#\#):not(#\#) {
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 8px 16px;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.2s ease-out;
}
button:not(#\#):not(#\#) span[class*="material-icons"],
a:not(#\#):not(#\#) span[class*="material-icons"] {
    font-size: 23px;
    padding-right: 5px;
}
.btn-small:not(#\#):not(#\#) {
	padding: 4px 15px;
	font-size: 14px;
}
button.btn-small:not(#\#):not(#\#) span[class*="material-icons"],
a.btn-small:not(#\#):not(#\#) span[class*="material-icons"] {
       font-size: 16px;
       margin-top: 1px;
}
.btn-primary:not(#\#):not(#\#) {
	background-color: #004B62;
	border: 1px solid #004B62;
}
.btn-primary:hover:not(#\#):not(#\#) {
	background-color: #2D6A7D;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 1px solid #2D6A7D;
}
.btn-secondary:not(#\#):not(#\#),
a.btn-secondary:visited:not(#\#):not(#\#) {
	background-color: #EBECEA;
	border: 1px solid #BEC5BC;
	color: #000;
}
.btn-secondary:hover:not(#\#):not(#\#),
a.btn-secondary:visited:hover:not(#\#):not(#\#) {
	background-color: #F8F6F5;
	border: 1px solid #BEC5BC;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.btn-tertiary:not(#\#):not(#\#),
a.btn-tertiary:visited:not(#\#):not(#\#) {
	background-color: #FFFFFF;
    color: #004B62;
	border: 1px solid #004B62;
}
.btn-tertiary:hover:not(#\#):not(#\#),
a.btn-tertiary:visited:hover:not(#\#):not(#\#) {
	background-color: #0E6B87;
    color: #fff;
	border: 1px solid #0E6B87;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.btn-brand:not(#\#):not(#\#) {
	background-color: #00807d;
	border: 1px solid #00807d;
}
.btn-brand:hover:not(#\#):not(#\#) {
	background-color: #005452;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 1px solid #005452;
}
.btn-error:not(#\#):not(#\#) {
	background-color: #990000;
	border: 1px solid #990000;
}
.btn-error:hover:not(#\#):not(#\#) {
	background-color: #D32F2F;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 1px solid #D32F2F;
}
.btn-primary:disabled:not(#\#):not(#\#),
.btn-secondary:disabled:not(#\#):not(#\#),
.btn-tertiary:disabled:not(#\#):not(#\#),
.btn-brand:disabled:not(#\#):not(#\#),
.btn-error:disabled:not(#\#):not(#\#) {
	opacity: 0.5;
    pointer-events: none;
}
a.btn-primary:visited:not(#\#):not(#\#),
a.btn-brand:visited:not(#\#):not(#\#),
a.btn-error:visited:not(#\#):not(#\#) {
	color: #fff;
}

/***vvv Old button styles vvv***/

/* Can be removed/merged with existing styles when they've been fully replaced by the new buttons on the website and forms */
.cmpa-button:not(#\#):not(#\#) {
	background: #004b62 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	line-height: 25px;
	padding: 8px 20px;
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: inline-block;
}
.cmpa-login:not(#\#) {
	background: #004b62 !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #FFF !important;
	text-shadow: none !important;
	padding: 8px 20px !important;
	float: left !important;
}
.cmpa-login:not(#\#):not(#\#) {
	margin: 3px 20px 10px 0;
}
.cmpa-button:hover:not(#\#):not(#\#) {
	background: #2d6a7d none repeat scroll 0 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #fff;
}
.cmpa-button:visited:not(#\#):not(#\#) {
	background: #004b62 none repeat scroll 0 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #fff;
}
.btn-cmpa-alt:not(#\#):not(#\#) {
	color: #000000;
	background-color: #EBECEA;
	border-color: #BEC5BC;
	font-size: 16px;
	margin-left: 15px;
	font-weight: normal;
}
.btn-cmpa-alt:hover:not(#\#):not(#\#) {
	color: #000000;
	background-color: #f8f6f5;
	border-color: #BEC5BC;
}
.btn-cmpa:not(#\#):not(#\#) {
    color: #ffffff;
    background-color: #004B62;
    border-color: #004B62;
}
.button-disabled:not(#\#):not(#\#), .button-disabled:hover:not(#\#):not(#\#) {
	color: #000000;
	background-color: #EBECEA;
	border-color: #BEC5BC;
	font-size: 13px;
	cursor: default;
	padding: 5px 20px;
}
.member-dock:not(#\#):not(#\#) .sign-in-button {
	background: #007b6c;
	border-radius: 2px;
	color: #FFF;
	padding: 5px 10px;
	-webkit-text-decoration: none;
	text-decoration: none;
}
.member-dock:not(#\#):not(#\#) .sign-in-button:hover {
	background: #005C51;
}
.cmpa-button-white:not(#\#) {
	background: #fff none repeat scroll 0 0 !important;
	color: #004b62 !important;
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
}
.cmpa-button-white:not(#\#):not(#\#) {
	border-radius: 5px;
	line-height: 25px;
	padding: 8px 20px;
	text-align: center;
}
.cmpa-button-white:hover:not(#\#):not(#\#) {
	background: #2d6a7d none repeat scroll 0 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #fff;
}
.cmpa-button-white:visited:not(#\#):not(#\#) {
	background: #004b62 none repeat scroll 0 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #fff;
}
.cmpa-button-white:visited:not(#\#):not(#\#) {
	background: #fff none repeat scroll 0 0;
	color: #004b62;
}
.cmpa-button-white:hover:not(#\#) {
	background: #2d6a7d none repeat scroll 0 0 !important;
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
	color: #fff !important;
}
.btn-with-icon:not(#\#):not(#\#) {
    padding: 4px 8px;
}
.button-icon:not(#\#):not(#\#) {
    /*vertical-align: middle; testing this to fix edit icon*/
    display: inline-block;
}
.button-text:not(#\#):not(#\#) {
    vertical-align: middle;
    padding-left: 8px;
}

/***vvv Old forms.css buttons vvv***/
button:not(#\#):not(#\#) {
    font-family: inherit;
    font-size: inherit;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.btn:not(#\#):not(#\#) {
    font-size: 16px;
    font-weight: normal;
    margin: 8px;
}
.btn-cmpa:not(#\#):not(#\#) {
    color: #ffffff;
    background-color: #004B62;
    border-color: #004B62;
}
.btn-cmpa-alt:not(#\#):not(#\#) {
    color: #000000;
    background-color: #EBECEA;
    border-color: #BEC5BC;
}
.btn-cmpa-alt:hover:not(#\#):not(#\#) {
  background-color: #f8f6f5;
}
.btn-cmpa:hover:not(#\#):not(#\#), .btn-cmpa:focus:not(#\#):not(#\#), .btn-cmpa:active:not(#\#):not(#\#), .btn-cmpa.active:not(#\#):not(#\#), .open:not(#\#):not(#\#) .dropdown-toggle.btn-cmpa {
  color: #ffffff;
  background-color: #2d6a7d;
  border-color: #2d6a7d;
}
.section-primary-btn:not(#\#) {
    line-height: 0.75 !important;
    margin-right: 15px !important;
}
.section-primary-btn:not(#\#):not(#\#) {
    width: 165px;
}
.section-primary-btn.selected:not(#\#) {
    background-color: #667775 !important;
    cursor: default !important;
}
.section-primary-btn.selected:not(#\#):not(#\#) {
    color: #FFF;
}
.btn:disabled:not(#\#) {
    cursor: inherit !important;
}
.btn:disabled:not(#\#):not(#\#) {
    opacity: .65;
}

/**** BUTTONS: END ****/

/******** Toggle styles *********/
details:not(#\#):not(#\#) summary {
    color: #00719E;
}
.transcript-toggle-summary:not(#\#):not(#\#) {
    width: -moz-fit-content;
    width: fit-content;
}
.standard-toggle:not(#\#):not(#\#) {
    margin-bottom: 10px;
}
.transcript-toggle-summary:not(#\#):not(#\#),
.transcript-toggle-text:not(#\#):not(#\#) {
    background-color: #F7F8F7;
}
.transcript-toggle-summary:not(#\#):not(#\#),
.transcript-toggle-text:not(#\#):not(#\#),
.standard-toggle-text:not(#\#):not(#\#) {
    padding: 0.5rem 1rem;
}
details:not(#\#):not(#\#) summary:hover {
    cursor: pointer;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
details[open]:not(#\#):not(#\#) summary {
    font-weight: bold;
}

/****** Toggle END *****/
hr:not(#\#):not(#\#) {
	border-top: 1px dotted #bfbfbf;
}
ol:not(#\#):not(#\#) {
	list-style: decimal outside;
}
ol:not(#\#):not(#\#), ul:not(#\#):not(#\#) {
	margin-left: 2rem;
}
p:not(#\#):not(#\#), ul:not(#\#):not(#\#), ol:not(#\#):not(#\#) {
	margin-bottom: 1rem;
}
table:not(#\#):not(#\#) {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}
.cmpa-table-bordered:not(#\#):not(#\#) {
	border: 1px solid #D8D8D8;
}
.cmpa-table-bordered:not(#\#):not(#\#) th, .cmpa-table-bordered:not(#\#):not(#\#) td {
	border-right: 1px solid #ddd;
}
th:not(#\#):not(#\#) {
	font-size: 16px;
	background-color: #E4F2F7;
}
th[scope]:not(#\#):not(#\#) {
	background-color: #E4F2F7;
	font-weight: normal;
	color: black;
}
th:not(#\#):not(#\#), td:not(#\#):not(#\#) {
	padding: 5px 10px;
	/*border-right: 1px solid #ddd;*/
	border-top: none;
}
tr:nth-child(even):not(#\#):not(#\#) {
	background-color: #F9F9F9;
}
table:not(#\#):not(#\#) tbody tr:last-child {
  border-bottom: 1px solid #D8D8D8;
}
ul:not(#\#):not(#\#) {
	list-style-type: square;
	margin-left: 1.3rem;
}
ul:not(#\#):not(#\#) ul {
	list-style-type: square;
	margin: 1rem 1rem 2rem 1rem;
}
.content-wrapper:not(#\#):not(#\#) li + li{
    margin-top: 8px;
}
.table-style-content:not(#\#):not(#\#) li + li {
    margin-top: 0;
}
dt:not(#\#):not(#\#) {
    color: rgb(0, 123, 108);
    font-weight: bold;
}
.hr-space:not(#\#):not(#\#) {
    margin: 2.2rem 0;
}
.grey-block:not(#\#):not(#\#) {
	background-color: #F7F8F7;
	padding: 10px 20px 25px 20px;
	margin-bottom: 1rem;
}
.grey-block:not(#\#):not(#\#) > :last-child {
    margin-bottom: 0;
}
.grey-block:not(#\#):not(#\#) > :first-child {
    margin-top: 1rem;
}
.grey-block-50:not(#\#):not(#\#) {
	background-color: #F7F8F7;
	border: 1px solid #efe8e5;
	padding: 10px;
	display: inline-block;
	width: 46%;
	min-height: 115px;
	vertical-align: middle;
}
.grey-block.error-page-block:not(#\#):not(#\#) {
	width: 250px;
	display: inline-block;
	margin: 10px 0 10px 10px;
	vertical-align: top;
	min-height: 70px;
	padding: 10px 20px;
}
.grey-block.contact-us:not(#\#):not(#\#) {
	margin: 0 2px 0 2px;
	min-height: 135px;
}
.grey-block.outline-section:not(#\#):not(#\#) {
	border: 1px solid #dddddd;
}
.lightblue-block:not(#\#):not(#\#) {
	background-color: #DCECF8;
	padding: 10px 20px 25px 20px;
	margin-bottom: 1rem;
}
.lightblue-block:not(#\#):not(#\#) > :last-child {
    margin-bottom: 0;
}
.lightblue-block:not(#\#):not(#\#) > :first-child {
    margin-top: 1rem;
}
.info-msg:not(#\#) {
	background-color: #ECFBFF !important;
	border: 1px solid #b3dae5 !important;
	color: #666 !important;
}
.info-msg:not(#\#):not(#\#) {
	margin: 10px 0;
	padding: 10px 20px;
}
.warning-msg:not(#\#):not(#\#) {
	background-color: #ffffcc;
	border: 1px solid #e6e66d;
	color: #333;
	margin: 10px 0;
	padding: 10px 20px;
}
.alert-message:not(#\#):not(#\#) {
    background-color: #f2dede;
    border: 1px solid #8B010E;
    color: #8B010E;
	margin: 10px 0;
	padding: 10px 20px;
}
.hidden:not(#\#):not(#\#) {
    display: none;
}
.alert-icon:not(#\#):not(#\#) {
	display: flex;
	display: -webkit-flex;
	margin-right: 12px;
	padding: 7px 0;
}
.alert-icon:not(#\#):not(#\#) img {
	width: 24px;
	height: 24px;
	display: inline-block;
}
.alert-text:not(#\#):not(#\#) {
	padding: 9px 0;
}
.alert-text:not(#\#):not(#\#) p:last-of-type,
.alert-text:not(#\#):not(#\#) ul:last-of-type {
	margin: 0;
}
.alert-text:not(#\#):not(#\#) ul li {
	margin-left: 1rem;
}
.alert-success:not(#\#):not(#\#),
.alert-info:not(#\#):not(#\#),
.alert-warning:not(#\#):not(#\#),
.alert-error:not(#\#):not(#\#) {
	display: flex;
	display: -webkit-flex;
	padding: 6px 16px;
	border-radius: 4px;
	margin: 1rem 0 2rem 0;
}
.alert-success:not(#\#) {
	background-color: #EDF7ED !important;
}
.alert-success:not(#\#):not(#\#) {
	color: #1E4620;
}
.alert-info:not(#\#) {
	background-color: #E5F6FD !important;
}
.alert-info:not(#\#):not(#\#) {
	color: #011823;
}
.alert-warning:not(#\#) {
	background-color: #FFF4E5 !important;
}
.alert-warning:not(#\#):not(#\#) {
	color: #663C00;
}
.alert-error:not(#\#) {
	background-color: #FDEDED !important;
}
.alert-error:not(#\#):not(#\#) {
	color: #5F2120;
}
.cmpa-notification-alert-info:not(#\#):not(#\#) .MuiAlert-message {color: #011823; }
#feedback:not(#\#):not(#\#){
    margin-bottom: 25px; margin-top: 25px;
}
.new-window-icon:not(#\#) {
	padding: 0 0 0 0 !important;
	width: 12px !important;
}
.new-window-icon:not(#\#):not(#\#) {
	vertical-align: top;
}
#schedule-table:not(#\#):not(#\#) ul:not(.content-row-a-title):nth-child(odd){
    background-color: #F9F9F9;
}

/*forms*/
input[type="text"]:not(#\#):not(#\#), input[type="password"]:not(#\#):not(#\#), input[type="file"]:not(#\#):not(#\#), input[type="submit"]:not(#\#):not(#\#), input[type="button"]:not(#\#):not(#\#), input[type="reset"]:not(#\#):not(#\#), input[type="number"]:not(#\#):not(#\#), select:not(#\#):not(#\#), textarea:not(#\#):not(#\#), .textarea:not(#\#):not(#\#) {
	border: 1px solid;
	border-color: #bfbfbf #dedede #dedede #bfbfbf;
	font: 1em "Open Sans", Arial, Helvetica, Verdana, sans-serif;
	padding: 4px 8px;
}
button:not(#\#):not(#\#) {
	border: 1px solid;
	border-color: #bfbfbf #dedede #dedede #bfbfbf;
	font: 1em "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}
input[type="submit"]:not(#\#):not(#\#), input[type="button"]:not(#\#):not(#\#), input[type="reset"]:not(#\#):not(#\#), input[type="submit"]:hover:not(#\#):not(#\#), input[type="button"]:hover:not(#\#):not(#\#), input[type="reset"]:hover:not(#\#):not(#\#), button:hover:not(#\#):not(#\#) {
	border-color: #627782;
	color: #369
}
input[type="submit"]:focus:not(#\#):not(#\#), input[type="button"]:focus:not(#\#):not(#\#), input[type="reset"]:focus:not(#\#):not(#\#), button:focus:not(#\#):not(#\#) {
	border-color: #555
}
input[type="image"]:not(#\#):not(#\#) {
	background: transparent none;
	border: 0;
	padding: 0;
}
.QSIFeedbackButton:not(#\#):not(#\#) {}
.QSIFeedbackButton:not(#\#):not(#\#)>button {
	font-weight: normal;
	text-shadow: none;
}
input[type=button]:not(#\#):not(#\#), input[type=button]:focus:not(#\#):not(#\#) {
	background: #004b62;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 5px 20px;
	text-shadow: 0 0 #fff;
	text-align: center;
	border: 0;
}
input[type="button"]:hover:not(#\#):not(#\#) {
	background: #2d6a7d;
	color: #fff;
}
input[type=button]:not(#\#):not(#\#), input[type=button]:focus:not(#\#):not(#\#) {
	margin-bottom: 10px;
}

/*************
Search bar
*************/
form[action="/en/search"]:not(#\#):not(#\#) input#search-section,
form[action="/fr/search"]:not(#\#):not(#\#) input#search-section {
    width: 98%;
}

/*************
OVERFLOW FIX
*************/
@media only screen and (min-width: 961px) {
footer:not(#\#):not(#\#) {
min-width: 1210px;
padding-left: 0; padding-right: 0;
}
}
.react-datepicker-wrapper:not(#\#) {
    width: 100% !important;
}
.cmpa-date-picker:not(#\#) {
    padding: 2px 8px !important;
}
.react-datepicker__input-container:not(#\#) {
    width: 100% !important;
}
.react-datepicker__current-month:not(#\#) {
    display: none !important;
}
.cmpa-date-picker:disabled:not(#\#) {
    background-color: #e9ecef !important;
}
.no-end-date-btn:not(#\#) {
    cursor: pointer !important;
}
.no-end-date-btn:focus:not(#\#):not(#\#) {
    background-color: #bad9f1;
}
.no-end-date-selected:not(#\#):not(#\#)::-moz-placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}
.no-end-date-selected:not(#\#):not(#\#)::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}
.react-datepicker__input-container:not(#\#):not(#\#) {
   padding: 0;
   padding: initial;
}
.react-datepicker__calendar-icon:not(#\#) {
    width: 1.2em !important;
    height: 1.2em !important;
}
.react-datepicker__calendar-icon:not(#\#):not(#\#) {
    vertical-align: baseline;
    vertical-align: initial;
}
.calendar-icon:not(#\#) {
    margin: 0 !important;
    margin: initial !important;
}
.left-wrapper:not(#\#):not(#\#), .right-wrapper:not(#\#):not(#\#) {
    display: inline-block;
}
.right-wrapper:not(#\#):not(#\#) {
    position: absolute;
    right: 0;
}
.no-end-date-btn:not(#\#):not(#\#) {
    cursor: pointer;
}
.no-end-date-btn.selected:not(#\#):not(#\#) {
    background-color: #216ba5;
    color: #fff;
}
.date-block-left:not(#\#):not(#\#) {
    width: 99%;
}
.date-block-left.stand-alone:not(#\#) {
    width: 50% !important;
}
@media only screen and (max-width: 500px) {
    
    .date-block-left.stand-alone:not(#\#) {
        width: 100% !important;
    }

}

/*
search select
 */
.cmpa-react-select-container:not(#\#) {
    max-width: revert !important;
}
.css-qbdosj-Input:not(#\#):not(#\#) {
    margin: revert;
    padding: revert;
}
.cmpa-react-select__indicator:not(#\#):not(#\#) {
    padding: 0px 8px;
}
.css-1dimb5e-singleValue:not(#\#) {
    color: inherit !important;
}
.cmpa-react-select__control:not(#\#) {
    min-height: 31px !important;
}
.cmpa-react-select__control:not(#\#):not(#\#) {
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 16px;
}
.cmpa-react-select__value-container:not(#\#) {
    padding: 0 4px !important;
}
.cmpa-react-select__value-container:not(#\#):not(#\#) {
    /*padding: 0 8px !important;*/
}
.cmpa-react-select__input-container:not(#\#){
    padding: revert !important;
    margin-left: -2px !important;
}
.cmpa-react-select__control:hover:not(#\#) {
    border-color: darkgray !important;
}
.cmpa-react-select__input:not(#\#) {
    padding-left: 4px !important;
}
.redify:not(#\#):not(#\#) {
    color: #990000;
}
.error-msg:not(#\#):not(#\#) {
    color: #990000;
    padding-top: 3px;
    padding-bottom: 5px;
}
input.is-invalid:not(#\#):not(#\#), textarea.is-invalid:not(#\#):not(#\#), .cmpa-react-select-container.is-invalid:not(#\#):not(#\#) > .cmpa-react-select__control {
    border-color: #990000;
    /* padding-right: calc(1.5em + .75rem); 
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' stroke='%23990000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23990000' stroke='none'/%3e%3c/svg%3e");
        
    */
    background-image: url("data:image/svg+xml,%3Csvg stroke='%23990000' fill='%23990000' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'%3E%3C/path%3E%3Cpath d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z'%3E%3C/path%3E%3C/svg%3E");
background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-repeat: no-repeat;

    resize: none;
}
input.is-invalid:not(#\#):not(#\#), textarea.is-invalid:not(#\#):not(#\#) {
   background-position: right calc(.375em + .1875rem) center;
}
.cmpa-react-select-container.is-invalid:not(#\#):not(#\#) > .cmpa-react-select__control {
    background-position: right 3.25em center;
}
.cmpa-datepicker-input.is-invalid:not(#\#):not(#\#), .cmpa-password-input.is-invalid:not(#\#):not(#\#) {
    background-position: right 2.75em center;
}
input[type='radio'].is-invalid:not(#\#):not(#\#), input[type='checkbox'].is-invalid:not(#\#):not(#\#) {
    outline: 1px solid #990000;;
}
.input-error-message:not(#\#):not(#\#) {
    margin-left: 5px;
}
.input-error-icon:not(#\#):not(#\#) .icon-detail {
    vertical-align:middle;
    margin-top: -1px;
}
.file-upload-list:not(#\#):not(#\#) {
   /* margin-left: 10px;
    margin-right: 10px;  
        width: 100%;
    */ 
    padding: 10px;

}
.file-upload-row:not(#\#):not(#\#) {
    background-color: #F7F8F7;
    padding: 5px;
    margin-top: 5px;
}
.file-item-name:not(#\#):not(#\#) {
    word-wrap: break-word;
}
.button-label:not(#\#):not(#\#) {
    padding-left: 5px;
}
.delete-file-icon:not(#\#) {
    margin: 4px !important;
    color: rgb(51, 51, 51) !important;
}
.file-list-row:not(#\#):not(#\#) {
    padding-bottom: 10px;
}
.file-list-row-detail:not(#\#):not(#\#) {
    width: 100%;
}

/*
dialog.cmpa-react-modal.duplicate-file {
    margin-top: 50% !important;
    top: 0 !important;
}
*/
tbody:not(#\#):not(#\#) > tr {
  border: 0;
  min-height: 40px;
}
tbody:not(#\#) > tr button {
  margin: 0 !important;
}
tr:not(#\#):not(#\#) {
  background-color: #ffffff;
}
th:not(#\#):not(#\#) {
  white-space: nowrap;
  text-align: left;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #1E1E1E;
  background-color: #e4f2f7;
}
td:not(#\#):not(#\#) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.p-column-filter-element:not(#\#):not(#\#) input {
  height: 34px;
  padding: 8px;
  outline: none;
  min-width: 168px;
  max-width: 360px;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
}
.p-column-filter-menu-button:not(#\#):not(#\#),
.p-column-filter-clear-button:not(#\#):not(#\#) {
  border: 0;
}
.p-column-filter-overlay:not(#\#):not(#\#) .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #4b5563;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-element:not(#\#):not(#\#) input :focus {
  outline: 1px solid #2684ff;
}
.p-column-filter-overlay:not(#\#):not(#\#) {
  background: #ffffff;
  color: #4b5563;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  min-width: 12.5rem;
}
th:not(#\#):not(#\#) .cmpa-react-select__placeholder, th:not(#\#):not(#\#) .cmpa-react-select__option  {
  font-weight: 400;
  font-weight: var(--font-weight-normal);
  font-size: 0.75rem;
  font-size: var(--font-size-sm);
}
table:not(#\#):not(#\#) .cmpa-react-select-container input { 
  height: 31px;
}
table:not(#\#):not(#\#) .cmpa-react-select__input-container {
  margin: 1px;
}
table:not(#\#):not(#\#) .cmpa-react-select__indicator{
  padding: 4px;
}
table:not(#\#):not(#\#) .autocomplete-wrapper .input-element :has(> svg) {
  padding: 4px 8px;
}
table:not(#\#):not(#\#) .autocomplete-wrapper .input-element div:has(> input) {
  padding: 0;
  margin: 0;
}
table:not(#\#) input[type="text"]{
  padding: 2px 0px !important;
}
.tooltip:not(#\#):not(#\#) {
  position: relative;
  display: inline-block;
}
.tooltip:hover:not(#\#):not(#\#) .tooltip-text {
  visibility: visible;
}
.tooltip:focus-within:not(#\#):not(#\#) .tooltip-text {
  visibility: visible;
}

/* Tooltip text */
.tooltip:not(#\#):not(#\#) .tooltip-text {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  background-color: rgba(74,74,74,0.8);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.38px;
  line-height: 19.2px;
  position: absolute;
  white-space: normal;
  display: block;
  z-index: 1;
}
.tooltip-text.top:not(#\#):not(#\#) {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-text.left:not(#\#):not(#\#) {
  top: -7px;
  left: 105%;
}
.tooltip-text.right:not(#\#):not(#\#) {
  top: -7px;
  right: 105%;
}
.tooltip-text.bottom:not(#\#):not(#\#) {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.App:not(#\#):not(#\#), .app:not(#\#):not(#\#) {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}
.app:not(#\#):not(#\#) .container-fluid {
    padding-right: 0;
    padding-right: initial;
    padding-left: 0;
    padding-left: initial;
}
.form-section:not(#\#):not(#\#){
}
.form-section-header:not(#\#):not(#\#){
}
.form-input-group:not(#\#):not(#\#){
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-input-group.grid:not(#\#):not(#\#)  {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}
.form-input-group.grid:not(#\#):not(#\#) .input-element {
    padding-top: 0px;
    padding-bottom: 0px;
}
.form-input-group-header:not(#\#):not(#\#) {
    padding-bottom: 8px;
}
.input-element:not(#\#):not(#\#){
    padding-top: 4px;
    padding-bottom: 4px;
}
.grey-block:not(#\#):not(#\#) .input-label {
    padding-right: 8px;
}
.radio-group:not(#\#):not(#\#){
    gap: 4px;
}
.embedded-field:not(#\#):not(#\#){
    padding-left: 24px;
    padding-bottom: 8px;
}
.form-input-group:not(#\#):not(#\#) fieldset {
    width: inherit;
}
.bold:not(#\#):not(#\#) {
    font-weight: bold;
}
.italics:not(#\#):not(#\#) {
    font-style: italic;
}
.required:not(#\#):not(#\#):after {
  color: #990000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  content:  "\00a0*";
  title: "Required field"
}
fieldset:not(#\#):not(#\#) {
    border: none;
}
.header:not(#\#):not(#\#) {
    width: 100%;
}
input:not(#\#):not(#\#), textarea:not(#\#):not(#\#) {
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-family: inherit;
}
.actions-container:not(#\#):not(#\#) {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
}

/*
div.actions-container > .action-button> button:first-child {
    float: left;
}
*/
input[type="text"]:not(#\#):not(#\#), textarea:not(#\#):not(#\#), input[type="password"]:not(#\#):not(#\#){
    min-height: 31px;
    font-size: 16px;
}
input[type="text"]:not(#\#):not(#\#), input[type="password"]:not(#\#):not(#\#) {
    padding-left: 10px;
}
input[type="checkbox"]:not(#\#):not(#\#) {
    vertical-align: middle;
}
textarea:hover:not(#\#), input:hover:not(#\#) {
    border-color: darkgray !important;
}
input[type='text']:focus:not(#\#):not(#\#), input[type='radio']:focus:not(#\#):not(#\#), input[type='checkbox']:focus:not(#\#):not(#\#), .btn:focus:not(#\#):not(#\#), textarea:focus:not(#\#):not(#\#), input[type='password']:focus:not(#\#):not(#\#) {
    outline: 2px solid #2684FF;
    resize: none;
}
.cmpa-text-input:not(#\#):not(#\#), .cmpa-datepicker-input:not(#\#):not(#\#) {
    width: 98%;
}
textarea:not(#\#):not(#\#) {
    padding: 8px;
    resize: none;
    width: 99%;
}
.clickable:not(#\#):not(#\#) {
    cursor: pointer;
}
.clickable:hover:not(#\#):not(#\#) {
    cursor: pointer;
}

/* 
.spacing-top {
  padding-top: 8px;
}

.spacing-bottom {
  padding-bottom: 8px;
}

.spacing-left {
  padding-left: 8px;
}

.spacing-right {
  padding-right: 8px;
}

*/
.padding-bottom-single:not(#\#):not(#\#) {
    padding-bottom: 8px;
}
.padding-bottom-double:not(#\#):not(#\#) {
    padding-bottom: 16px;
}
.padding-top-single:not(#\#):not(#\#) {
    padding-top: 8px;
}
.padding-top-double:not(#\#):not(#\#) {
    padding-top: 16px;
}
.padding-left-single:not(#\#):not(#\#) {
    padding-left: 8px;
}
.padding-left-double:not(#\#):not(#\#) {
    padding-left: 16px;
}
.padding-right-single:not(#\#):not(#\#) {
    padding-right: 8px;
}
.padding-right-double:not(#\#):not(#\#) {
    padding-right: 16px;
}
.margin-left-single:not(#\#):not(#\#) {
    margin-left: 8px;
}
.margin-left-double:not(#\#):not(#\#) {
    margin-left: 20px;
}
.margin-right-single:not(#\#):not(#\#) {
    margin-right: 8px;
}
.margin-right-double:not(#\#):not(#\#) {
    margin-right: 16px;
}
.margin-bottom-single:not(#\#):not(#\#) {
  margin-bottom: 8px;
}
.margin-bottom-double:not(#\#):not(#\#) {
  margin-bottom: 16px;
}
.margin-top-single:not(#\#):not(#\#) {
  margin-bottom: 8px;
}
.margin-top-double:not(#\#):not(#\#) {
  margin-bottom: 16px;
}
.float-left:not(#\#):not(#\#) {
    float: left;
}
.display-inline:not(#\#):not(#\#) {
    display: inline;
}
.align-baseline:not(#\#):not(#\#) {
    align-items: baseline;
}
.align-flex-end:not(#\#):not(#\#) {
    align-items: flex-end;
}
.pseudo-hr:not(#\#):not(#\#) {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BCBCBC;
}
.checkbox-label:not(#\#):not(#\#) {
  display: inline;
}
.radio-group-item:not(#\#):not(#\#) {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 4px;
}
.radio-group-item.inline:not(#\#):not(#\#) {
    display: inline-flex;
    margin-right: 15px;
}
.cmpa-react-modal:not(#\#) {
    transform: translate(-50%, 0) !important;
}
.cmpa-react-modal:not(#\#):not(#\#) {
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem 0.25rem hsla(0, 0%, 0%, 0.1);
    position: fixed;
   /* top: 10%; */
    left: 50%;
    width: 80%;
}
.collapse-div:not(#\#):not(#\#) {
    display: none;
}
.collapse-title:not(#\#):not(#\#) {
    width: 100%;
}
.collapse-title-img:not(#\#):not(#\#) {
    float: left;
    color: #00719E;
    padding-right: 10px;
}
.collapse-title-txt:not(#\#):not(#\#) {
    width: 98%;
}
.collapse-body:not(#\#):not(#\#) {
    margin-left: 26px;
}
.cmpa-icon:not(#\#):not(#\#) {
    height: 20px;
    width: 20px;
}
.calendar-icon:not(#\#), .cmpa-react-select__dropdown-indicator:not(#\#) {
    color: rgb(51, 51, 51) !important;
}
.cmpa-icon.close:not(#\#):not(#\#) {
    height: 2em;
    width: 2em;
}
.MuiAlertTitle-root:not(#\#) {
    font-size: 18px !important;
}
.MuiAlert-message:not(#\#) {
    font-size: 16px !important;
    font-family: inherit !important;
}
.cmpa-notification-alert-info:not(#\#):not(#\#) {
    width: inherit;
}
.chars-remaining-note:not(#\#):not(#\#) {
 font-size: 12px;   
}

/* password style */
.password-container:not(#\#):not(#\#) {
  position: relative;
  width:100%;
}
input.cmpa-password-input:not(#\#):not(#\#) {
  box-sizing: border-box;
  width:100%;
  height: 40px;
}
.password-reveal-img:not(#\#):not(#\#) {
  position: absolute;
  top: 3px;
  right: 0px;
  vertical-align: middle;
  opacity: 0.6;
  padding: .5em;
}

/* fix to hide edge default password icon*/
:not(#\#):not(#\#)::-ms-reveal {
  display: none;
}

/* primary section */
.icon-display:not(#\#):not(#\#) {
    display: inline-block;
    vertical-align: middle;
}
.cert-details-section:not(#\#) > button, .moonlight-info-section:not(#\#) > button {
    margin-top: 0 !important;
}
.consent-note:not(#\#):not(#\#) {
    padding-bottom: 20px;
}
.new-window-icon:not(#\#) {
    padding: 0 0 0 5px !important;
    width: 12px !important;
}
.new-window-icon:not(#\#):not(#\#) {
    vertical-align: top;
    box-sizing: content-box;
    box-sizing: initial;
}
.progressbar-container:not(#\#) {
    width: 300px !important;
}
.progressbar-container:not(#\#):not(#\#) {
    height: 98px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.progressbar-container.commPref:not(#\#):not(#\#){
    top: 60%;
}
.progressbar-title:not(#\#):not(#\#) {
    height: 18px;
    margin-bottom: 20px;
}
.step-1-link:hover:not(#\#):not(#\#) {
    cursor: pointer;
}
.cmpa-notification-alert-warning:not(#\#):not(#\#) {
    width: inherit;
}
.image-container:not(#\#):not(#\#) {
    position: relative;
    display: inline-block;
}
.icon-spacer:not(#\#) {
    margin: 0 0 0 5px !important;
    cursor: pointer !important;
    display: inline !important;
}
.hover-image:not(#\#):not(#\#) {
    position: absolute;
    top: -900%;
    left: -300%;
    display: none;
    z-index: 999;
}
.show-tooltip:not(#\#):not(#\#) {
    display: block;
}
.hide-tooltip:not(#\#):not(#\#) {
    display: none;
 }
.image-container:hover:not(#\#):not(#\#) .hover-image {
    display: block;
}
.form-input-group.radio:not(#\#):not(#\#) fieldset {
    display: contents;
}
.full-screen-cmpa-react-modal:not(#\#):not(#\#) {
    max-height: 90%;
    width: 90%;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem 0.25rem hsla(0, 0%, 0%, 0.1);
    position: absolute;
    top: 10%;
}
.required-indicator:not(#\#) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.chars-remaining-note:not(#\#):not(#\#) {
    text-align: right;
    width: 98%;
}
.section-padding:not(#\#) {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.grey-block-row:not(#\#):not(#\#) {
    padding-bottom: 10px
}

/* -----Accordion--------- */
.accordian-header:not(#\#):not(#\#) {
  padding: 1em 1.5em;
  /*background-color: #e4f2f7;*/
  cursor: pointer;
  margin: 0;
  transition: all 0.2s ease-out;
  align-items: center;
}
.accordion-item:first-of-type:not(#\#):not(#\#) .accordian-header {
    border-radius: 4px 4px 0 0;
}
.accordion-item:last-of-type:not(#\#):not(#\#) .accordian-header {
    border-radius: 0 0 4px 4px;
}
.accordion-item:only-of-type:not(#\#):not(#\#) .accordian-header {
    border-radius: 4px;
}
.accordion-item:not(#\#):not(#\#) {
    border-bottom: 2px solid rgba(255,255,255,0);
    box-shadow: var(--elevation-2);
    
}
.accordion-item:last-of-type:not(#\#):not(#\#) {
    border-bottom: none;
    
}
.accordion-item:last-of-type:not(#\#):not(#\#) .accordian-header[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-content:not(#\#):not(#\#) {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
}
.tab-section-accordion:not(#\#) {
  padding: 0.5em 1.5em !important;
}
.accordion-gaps:not(#\#):not(#\#) {
  margin: 4px 0;
}
.primary-accordion:not(#\#):not(#\#) .accordian-header {
  background-color: #E4F2F7;
}
.primary-accordion:not(#\#):not(#\#) .accordian-header:hover {
  background-color: #D8ECF3;
}
.secondary-accordion:not(#\#):not(#\#) .accordian-header {
  background-color: #ECECEC;
}
.secondary-accordion:not(#\#):not(#\#) .accordian-header:hover {
  background-color: #E6E6E6;
}
.small-accordion:not(#\#):not(#\#) .accordian-header {
  padding: 0.5em 1.5em;
}

/* ----------- Tabs ---------------- */
.cmpa-tabs-container:not(#\#):not(#\#) button {
  /*border: none;*/
  outline: none;
  height: 3rem;
  border-radius: 0;
  padding: 0.75rem 1rem;
}
.cmpa-tabs-container:not(#\#):not(#\#) {
    margin : 0;
}
.cmpa-tab:not(#\#):not(#\#) {
  color: #042732;
  background-color: #C0E2ED;
  border: none;
  transition: all 0.2s ease-out;
}
.cmpa-tab:hover:not(#\#):not(#\#) {
    color: #02181F;
    background-color: #ADD2DE;
}
.cmpa-active-tab:not(#\#):not(#\#) {
  color: #ffffff;
  background-color: #073545;
  border-bottom: 4px solid #2196F3;
  transition: all 0.2s ease-out;
}
.cmpa-active-tab:hover:not(#\#):not(#\#) {
    color: #E4F2F7;
    background-color: #042732;
    border-bottom: 4px solid #2196F3;
    
}

/* ----------- Custom Modal ---------------- */
.custom-modal-backdrop:not(#\#):not(#\#) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.custom-modal-section:not(#\#):not(#\#) {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  min-width: 320px;
  max-width: 90vw;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  position: relative;
}
.custom-modal-header:not(#\#):not(#\#) {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
}
.custom-modal-body:not(#\#):not(#\#) {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.custom-modal-footer:not(#\#):not(#\#) {
  margin-top: 1rem;
}
@media (max-width: 600px) {
 
    .form-input-group.grid:not(#\#):not(#\#)  {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
.icon-row.mobile:not(#\#):not(#\#) {
    display: none;
}
@media (max-width: 960px) {
    .icon-row.desktop:not(#\#):not(#\#) {
        display: none;
    }
    .icon-row.mobile:not(#\#):not(#\#) {
        display: inline-block;
    }

}
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) {
  /* ========== Global Styles & Variables ========== */
  --primary-50: #e3f8f8;
  --primary-100: #c7f0ef;
  --primary-200: #97E4E2;
  --primary-300: #68d9d5;
  --primary-400: #0cb3af;
  --primary-500: #008582;
  --primary-600: #005452;
  --primary-700: #004342;
  --primary-800: #003231;

  /* Secondary Colors */
  --secondary-50: #e4f2f7;
  --secondary-100: #C0E2ED;
  --secondary-200: #add2de;
  --secondary-300: #73adbf;
  --secondary-400: #0e6b87;
  --secondary-500: #004b62;
  --secondary-600: #073545;
  --secondary-700: #042732;
  --secondary-800: #02181f;

  /* Neutral Colors */
  --neutral-50: #f9f9f9;
  --neutral-100: #ececec;
  --neutral-200: #d8d8d8;
  --neutral-300: #b8b8b8;
  --neutral-400: #a4a4a4;
  --neutral-500: #777777;
  --neutral-600: #4a4a4a;
  --neutral-700: #343434;
  --neutral-800: #1e1e1e;

  /* Utility Colors */
  --error-dark: #990000;
  --error-main: #D32F2F;
  --error-light: #FDEDED;
  --warning-main: #EF6C00;
  --warning-light: #FFF4E5;
  --info-main: #0288D1;
  --info-light: #E5F6FD;
  --success-main: #2E7D32;
  --success-light: #EDF7ED;

  /* Basic Colors */
  --color-white: #ffffff;
  --colour-black: #000000;


  /* Semantic colour assignment */
  --colour-text-primary: var(--neutral-800);
  --colour-text-secondary: var(--neutral-600);
  --colour-text-disabled: var(--neutral-500);
  --link-colour: #0000EE;


  /* Typography */
  --font-family: "Open Sans", Arial, Helvetica, sans-serif;

  /* Font Sizes */
  --font-size-xs: 0.75rem;   /* 12px */
  --font-size-sm: 0.875rem;  /* 14px - Primary UI text size */
  --font-size-md: 1rem;    /* 16px */
  --font-size-lg: 1.125rem;  /* 18px */
  --font-size-xl: 1.25rem;   /* 20px */

  /* Font Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Line Heights */
  --line-height-tight: 1.2;  /* 19.2px */
  --line-height-snug: 1.375;  /* 22px */
  --line-height-normal: 1.5;  /* 24px */
  --line-height-relaxed: 1.625;  /* 26px */

  /* Letter Spacing */
  --letter-spacing-tight: -0.025em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.025em;
  --letter-spacing-wider: 0.05em;


  /* Spacing */
  --spacer-xs: 4px;
  --spacer-sm: 8px;
  --spacer-md: 16px;
  --spacer-lg: 24px;
  --spacer-xl: 32px;
  --spacer-2xl: 40px;


  /* Elevation */
  --elevation-0: none;
  --elevation-2: 0 1px 2px rgba(0,0,0,0.12);
  --elevation-4: 0 2px 4px rgba(0,0,0,0.14);
  --elevation-8: 0 4px 8px rgba(0,0,0,0.16);
  --elevation-12: 0 6px 12px rgba(0,0,0,0.18);

  /* ========== Typography Styles ========== */
}
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) body {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-family: var(--font-family);
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-normal);
    background-color: var(--neutral-200);
    color: var(--neutral-700); /* I want default text colour to be neutral-700, is this a good way to do that? */
    margin: 0;
  }

/* Headings */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h1,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h2,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h3,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h4 {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-family: var(--font-family);
    font-weight: var(--font-weight-semibold);
    color: var(--colour-text-primary);
    margin: 0;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h1 {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-normal);
    letter-spacing: var(--letter-spacing-wide);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h2 {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-wide);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h3 {
    font-size: var(--font-size-md);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) h4 {
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .header h1 {
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .page-title{
    border: none;
  }

/* Paragraphs */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) a,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) p,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) input[type='text'],
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) textarea {
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-normal);
  }
[data-theme="internal"] input[disabled],
  [data-theme="internal"] input[disabled]:hover {
    border: 1px solid var(--neutral-100) !important;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) input[disabled],
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) input[disabled]:hover {
    min-height: 2.5rem;
    padding: 0 0.5rem;
    outline: none;
    border-radius: 0.25rem;
    background: var(--neutral-100);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) a {
    color: var(--link-colour);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) p,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) input,
  [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) textarea {
    color: var(--colour-text-primary);
  }

/* Other Text Styles */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .tooltip-text {
    /* Typography */
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-wide);

    /* Colors */
    background-color: var(--neutral-600);
    color: var(--neutral-50);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .tooltip {
    color: var(--neutral-500);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .button {
    font-weight: var(--font-weight-semibold);
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
    /* where do we put css for diff states? */
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .label {
    font-weight: var(--font-weight-medium);
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--colour-text-primary);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .placeholder {
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--colour-text-secondary);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .helper-text {
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--colour-text-secondary);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .error-message {
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--error-dark);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .metadata {
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .hidden {
    display: none;
  }

/* DIVS */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .App, [data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .app {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--spacer-2xl);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--spacer-xl);
    height: 48px;
    background-color: var(--color-white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    margin-bottom: var(--spacer-lg);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .FormPageDiv {
    max-width: 1000px;
    margin: auto;
  }

/* Navbar */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .navbar {
    background-color: #ffffff;
    height: 0;
    z-index: 10;
    transition: width 150ms ease-out;
    width: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    white-space: nowrap;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .navbar.open {
    padding: 1.5rem;
    height: 100vh;
    width: 17.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: fixed;
    top: 0;
    overflow-y: hidden;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .navbar-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .navbar-header-content {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 1em;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .hamburger {
    margin-right: 0;
    cursor: pointer;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .hamburger.open {
    margin-right: 14px;
    margin-left: 14px;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .nav-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    gap: 0.5rem;
    margin-bottom: 12px;
    padding: 0 0.5rem;
    height: 2.75rem;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .nav-item:hover {
    background-color: #F9F9F9;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .nav-item:active {
    background-color: #E4F2F7;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 17.5rem;
    right: 0;
    bottom: 0;
    z-index: 999;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .backdrop.open {
    display: block;
  }

/* AppBar*/
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .medcode-appbar {
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .medcode-appbar-content {
    padding: 1rem 1.5rem;
    margin: 0;
  }
[data-theme="internal"] .medcode-appbar .actions-container {
    gap: 0 !important;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .medcode-appbar .actions-container {
    padding: 0;
  }
[data-theme="internal"] .medcode-appbar__btncontainer {
    margin-left: auto !important;
    align-items: center !important;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .medcode-appbar .actions-container > :first-child > button {
    border-radius: 0.25em 0 0 0.25em;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .medcode-appbar .actions-container > :last-child > button {
    border-radius: 0em 0.25em 0.25em 0;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .appbar-btn {
    margin: 0;
    background-color: #004b62;
    color: #ffffff;
    box-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
    border-radius: 0;
    cursor: pointer;
    padding: 0.38rem 1rem;
    border: none;
    border-right: 1px solid #000;
    border-color: #000000;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .appbar-btn:hover {
    color: white;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .appbar-label-container {
    gap: 1rem;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .appbar-heading {
    font-size: 0.875rem;
    border: none;
    padding: 0;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .appbar-label {
    padding-left: 1rem;
    border-left: 1px solid #a4a4a4;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .appbar-gap {
    margin-right: 1rem;
  }

/* App Internal Header */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .internal-app-header {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: var(--spacer-md) var(--spacer-lg);
    box-shadow: var(--elevation-4);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .app-header-title {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    text-align: left;
    color: var(--colour-text-primary);
    border-bottom: none;
  }

/* Buttons */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .app-header-button-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .primary-header-btn {
    color: var(--primary-50);
    background-color: var(--primary-500);
    border-color: var(--primary-600);
    padding: var(--spacer-sm) var(--spacer-md);
    border-radius: 4px;
    width: auto;
    white-space: nowrap;
    margin: 0;
    font-weight: var(--font-weight-medium);
  }

/* Button groups */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .btn-group {
    border: none;
    border-radius: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    padding: var(--spacer-sm) var(--spacer-md);
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-normal);
    box-shadow: var(--elevation-2);
    transition: all 0.2s ease-out;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .btn-group:first-of-type {
    border-left: none;
    border-radius: 4px 0 0 4px;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .btn-group:last-of-type {
    border-left: 1px solid #FFF;
    border-radius: 0 4px 4px 0;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .btn-group:only-of-type {
    border-left: none;
    border-radius: 4px;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .primary .btn-group{
    color: var(--primary-50);
    background-color: var(--primary-500);
    border-color: var(--primary-600);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .primary .btn-group:hover {
    background-color: var(--primary-600);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .secondary .btn-group {
    color: var(--secondary-600);
    background-color: var(--secondary-50);
    border-color: var(--secondary-200);

  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .secondary .btn-group:hover {
    background-color: var(--secondary-100);
  }

/* Utility Classes */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .padding-top-large {
    padding-top: var(--spacer-lg)
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .disabled-option {
    opacity: 0.5;
    pointer-events: none;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .flex {
    display: flex;
  }

/* Dashlet Classes */
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .mandatory-dashlet {
    border-radius: 8px;
    background-color: var(--error-light);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .optional-dashlet {
    border-radius: 8px;
    background-color: var(--warning-light);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .dashlet-chip {
    display: flex;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .optional-dashlet-chip {
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    background-color: var(--warning-main);
    padding: var(--spacer-xs) var(--spacer-md);
  }
[data-theme="internal"] .mandatory-dashlet-chip {
    padding: var(--spacer-xs) var(--spacer-md) !important;
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .mandatory-dashlet-chip {
    border-radius: 100px;
    color: var(--color-white);
    background-color: var(--error-main);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
  }
[data-theme="internal"]:not(#\#):not(#\#):not(#\#):not(#\#) .dashlet-border {
    border-bottom: 1px solid var(--neutral-200);
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) :root {
    /* Typography */
    --font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

    /* Font Weights */
    --font-weight-normal: 400;
    --font-weight-bold: 700;

    /* Font Sizes */
    --font-size-sm: 0.75rem;   /* 12px */
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-family: var(--font-family);
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    font-size: 0.75rem;
    font-size: var(--font-size-sm);
    color: #2B2D2E;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded .header {
    display: none;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded th, [data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded tr {
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    border: 1px solid #D8D8D8;
    padding: 4px 16px;
    color: #2B2D2E;
    line-height: 20.02px; /* 166.833% */
    letter-spacing: 0.15px;
    background-color: #FFF;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded th {
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    height: 42px;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded tr {
    font-weight: 400;
    font-weight: var(--font-weight-normal);
    height: 29px;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded tr:nth-child(even) {
    background-color: #FFF;
  }
[data-theme="sugar-embedded"] .embedded .cmpa-react-select__control {
    font-size: 0.75rem !important;
    font-size: var(--font-size-sm) !important;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded .cmpa-react-select__control {
    font-family: inherit;
  }
[data-theme="sugar-embedded"] .embedded .btn {
    font-size: 0.75rem !important;
    font-size: var(--font-size-sm) !important;
  }
[data-theme="sugar-embedded"]:not(#\#):not(#\#):not(#\#):not(#\#) .embedded .btn {
    font-family: inherit;
  }