	:root {
	  /* Brand */
	  --sc-primary: rgba(114, 57, 234, 1);   /* أزرق داكن */
	  --sc-secondary: #0099FF; /* أزرق فاتح */
	  --sc-secondary-head: rgb(239, 241, 241);

	  /* Surfaces */
	  --sc-bg: rgba(248, 248, 248, 1);        /* خلفية عامة */
	  --sc-surface: #ffffff;   /* بطاقات/جداول */
	  --sc-border: rgba(235, 235, 235, 1);    /* حدود وفواصل */
	  --sc-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);

	  /* Text */
	  --sc-text: rgba(0, 10, 25, 1);      /* نص أساسي */
	  --sc-text-muted: rgba(104, 104, 104, 1);/* نص ثانوي */
	  --sc-text-mutedx: #eee;/* نص ثانوي */
	  --sc-on-primary: #FFFFFF;/* نص فوق الألوان الداكنة */

	  /* States */
	  --sc-success: #28A745;
	  --sc-warning: #FFC107;
	  --sc-danger:  #DC3545;
	  --sc-info:    #17A2B8;
	}
#notification-menu_toggleNote ,
#NOTIFICATION_ID_LIST + span {
    display: none !important;
}


	.t-PageBody--leftNav .t-Body-nav {
	  border-right: 1px solid rgba(0, 0, 0, 0.075);
	}
	.u-RTL .t-PageBody--leftNav .t-Body-nav {
	  border-right-width: 0;
	  border-left: 1px solid rgba(0, 0, 0, 0.075);
	}
	.t-AVPList-item {
	  box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset;
	}
	.t-AVPList-label,
	.t-AVPList-value {
	  box-shadow: 0 0.1rem rgba(0, 0, 0, 0.075) inset;
	}
	.t-AVPList-value {
	  color: #4d4d4d;
	}
	.t-Body-info .t-AVPList-value {
	  color: #4d4d4d;
	}
	.t-Region .t-AVPList-value {
	  color: #4d4d4d;
	}
	.t-AVPList-label {
	  color: #262626;
	}
	.t-Body-info .t-AVPList-label {
	  color: #262626;
	}
	.t-Region .t-AVPList-label {
	  color: #262626;
	}
	.t-AVPList + .t-Report-pagination {
	  border-top-color: rgba(0, 0, 0, 0.05);
	}
	:root {
	  --a-palette-danger: #b31004;
	  --a-palette-danger-shade: #fc8f87;
	}
	.t-Alert--wizard,
	.t-Alert--horizontal {
	  border-radius: 6px;
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.t-Alert--wizard .t-Alert-icon,
	.t-Alert--horizontal .t-Alert-icon {
	  border-top-left-radius: 6px;
	  border-bottom-left-radius: 6px;
	}
	.t-Alert--colorBG.t-Alert--warning,
	.t-Alert--colorBG.t-Alert--yellow {
	  background-color: #fef7e0;
	  color: #000000;
	}
	.t-Alert--colorBG.t-Alert--success {
	  background-color: #bff5b8;
	  color: #000000;
	}
	.t-Alert--colorBG.t-Alert--danger,
	.t-Alert--colorBG.t-Alert--red {
	  background-color: #fc8f87;
	  color: #ffffff;
	}
	.t-Alert--colorBG.t-Alert--info {
	  background-color: #f9fcff;
	  color: #000000;
	}
	.t-Alert-icon .t-Icon {
	  color: #FFF;
	}
	.t-Alert--warning .t-Alert-icon .t-Icon,
	.t-Alert--yellow .t-Alert-icon .t-Icon {
	  color: #000000;
	}
	.t-Alert--warning.t-Alert--horizontal .t-Alert-icon,
	.t-Alert--yellow.t-Alert--horizontal .t-Alert-icon {
	  background-color: #FBCE4A;
	}
	.t-Alert--success .t-Alert-icon .t-Icon {
	  color: #208113;
	}
	.t-Alert--success.t-Alert--horizontal .t-Alert-icon {
	  background-color: rgba(32, 129, 19, 0.15);
	}
	.t-Alert--info .t-Alert-icon .t-Icon {
	  color: var(--sc-primary);
	}
	.t-Alert--info.t-Alert--horizontal .t-Alert-icon {
	  background-color: rgba(0, 118, 223, 0.15);
	}
	.t-Alert--danger .t-Alert-icon .t-Icon,
	.t-Alert--red .t-Alert-icon .t-Icon {
	  color: #b31004;
	}
	.t-Alert--danger.t-Alert--horizontal .t-Alert-icon,
	.t-Alert--red.t-Alert--horizontal .t-Alert-icon {
	  background-color: rgba(179, 16, 4, 0.15);
	}
	.t-Alert--wizard .t-Alert-inset {
	  border-radius: 6px;
	}
	.t-Alert--horizontal,
	.t-Alert--wizard {
	  background-color: #fbcf4a88;
	  color: #262626;
	  margin: 10px;
	}
	.t-Alert--page {
	  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1) inset, 0 3px 9px -2px rgba(0, 0, 0, 0.1);
	}
	.t-Alert--page .a-Notification-item:before {
	  background-color: rgba(0, 0, 0, 0.5);
	}
	.t-Alert--page.t-Alert--success {
	  background-color: rgba(32, 129, 19, 0.9);
	  color: #ffffff;
	}
	.t-Alert--page.t-Alert--success .t-Alert-icon {
	  background-color: transparent;
	  color: #ffffff;
	}
	.t-Alert--page.t-Alert--success .t-Alert-icon .t-Icon {
	  color: inherit;
	}
	.t-Alert--page.t-Alert--success .t-Button--closeAlert {
	  color: #ffffff !important;
	}
	.t-Alert--page.t-Alert--warning {
	  background-color: #FBCE4A;
	  color: #443302;
	}
	.t-Alert--page.t-Alert--warning .t-Alert-icon .t-Icon {
	  color: inherit;
	}
	.t-Alert--page.t-Alert--warning a {
	  color: inherit;
	  text-decoration: underline;
	}
	.t-Alert--page.t-Alert--warning .a-Notification-item:before {
	  background-color: currentColor;
	}
	.t-Login-containerBody .t-Body-alert {
	  width: 460px;
	}
	.t-Badge--basic {
	  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.025) inset;
	}
	.t-Badge--orb:before {
	  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.05) inset;
	}
	.t-Badge--orb.is-null:before {
	  color: #707070;
	}
	.t-Badge--basic.is-null {
	  color: #707070;
	}
	.t-BadgeList,
	.t-BadgeList:not(.u-colors) a .t-BadgeList-label {
	  color: #262626;
	}
	.t-BadgeList--circular .t-BadgeList-value {
	  box-shadow: 0 0 0 1px rgba(38, 38, 38, 0.1) inset;
	  background-color: #ffffff;
	}
	.t-BadgeList--circular a.t-BadgeList-wrap:hover .t-BadgeList-value {
	  box-shadow: 0 0 0 4px #eaeaea inset;
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-BadgeList--dash a.t-BadgeList-wrap:focus,
	.t-BadgeList--dash .t-BadgeList-wrap:focus-within,
	.t-BadgeList--circular a.t-BadgeList-wrap:focus .t-BadgeList-value,
	.t-BadgeList--circular .t-BadgeList-value a:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 0 2px #ffffff inset;
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-BadgeList--dash .t-BadgeList-wrap:focus-within,
	.t-BadgeList--circular .t-BadgeList-value a:hover {
	  background-color: #eaeaea !important;
	  color: #2b2b2b !important;
	}
	.t-BadgeList--dash .t-BadgeList-value a:focus,
	.t-BadgeList--dash a.t-BadgeList-wrap:focus-within .t-BadgeList-label {
	  color: #2b2b2b;
	}
	.t-BadgeList-item:after,
	.t-BadgeList-item:before {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.t-BadgeList--dash a.t-BadgeList-wrap:hover:before {
	  background-color: rgba(0, 0, 0, 0.1);
	}
	.t-BadgeList.u-colors.t-BadgeList--circular .t-BadgeList-wrap:before {
	  background-color: #ffffff;
	}
	.t-BadgeList.u-colors.t-BadgeList--circular .t-BadgeList-label {
	  color: #262626;
	}
	.t-BadgeList.u-colors .t-BadgeList-value a {
	  color: inherit;
	}
	.a-BarChart .a-BarChart-item {
	  box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset;
	}
	.a-BarChart .a-BarChart-item:hover {
	  background-color: #f2f2f2;
	}
	.t-Body .a-BarChart .a-BarChart-item .a-BarChart-value {
	  color: #808080;
	}
	.t-Body-title .a-BarChart .a-BarChart-item .a-BarChart-value {
	  color: #808080;
	}
	.t-Body-info .a-BarChart .a-BarChart-item .a-BarChart-value {
	  color: #808080;
	}
	.t-Region .a-BarChart .a-BarChart-item .a-BarChart-value,
	.t-ButtonRegion .a-BarChart .a-BarChart-item .a-BarChart-value {
	  color: #808080;
	}
.a-BarChart .a-BarChart-item img {
  border-radius: 2px;
}

/* =============================
   Active State Tweaks (White)
   - Icons/text turn white on press
   - Side indicator stripe turns white on press
   - Safe, scoped to nav/menu components
   ============================= */
/* Side Navigation Tree (press state) */
.t-TreeNav .a-TreeView-content:active,
.t-TreeNav .a-TreeView-content:active .a-Icon,
.t-TreeNav .a-TreeView-content:active .fa,
.t-TreeNav .a-TreeView-content:active .a-TreeView-label {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-row:active + .a-TreeView-toggle,
.t-TreeNav .a-TreeView-toggle:active {
  color: #ffffff !important;
}
/* Active left/right indicator stripe */
.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row:active {
  box-shadow: inset #ffffff 4px 0 0 !important;
}
.u-RTL .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row:active {
  box-shadow: inset #ffffff -4px 0 0 !important;
}

/* Header menu bar (press state) */
.t-Header-nav .a-MenuBar-item:active .a-MenuBar-label,
.t-Header-nav .a-MenuBar-item:active > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff !important;
}

/* Dropdown/Popup menus (press state) */
.a-Menu .a-Menu-item:active > .a-Menu-inner .a-Menu-label,
.a-Menu .a-Menu-item:active > .a-Menu-inner .a-Icon {
  color: #ffffff !important;
}

/* Optional: White cursor (requires asset)
   Provide a white cursor asset and uncomment to enable.
   Example usage shown; replace CURSOR_URL_WHITE.* with your path.
   Note: Pure CSS cannot recolor system cursor without a custom image. */
/*
.t-TreeNav .a-TreeView-content,
.t-Header-nav .a-MenuBar-item,
.a-Menu .a-Menu-item {
  cursor: url('CURSOR_URL_WHITE.cur'), url('CURSOR_URL_WHITE.png') 8 2, pointer;
}
*/
	.a-BarChart .a-BarChart-bar {
	  background-color: rgba(0, 0, 0, 0.025);
	}
	.a-BarChart--classic .a-BarChart-label,
	.a-BarChart--classic .a-BarChart-barLink,
	.a-BarChart--classic .a-BarChart-value {
	  box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset;
	}
	.a-BarChart--classic .a-BarChart-bar,
	.a-BarChart--classic .a-BarChart-filled {
	  border-radius: 1px;
	}
	.a-BarChart--classic .a-BarChart-item:hover .a-BarChart-bar {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.a-BarChart--modern .a-BarChart-bar,
	.a-BarChart--modern .a-BarChart-filled {
	  border-radius: 1px;
	}
	.a-BarChart--modern .a-BarChart-item:hover .a-BarChart-bar {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.a-BarChart-filled {
	  background-color: #eaeaea;
	}
	:root {
	  color-scheme: light;
	}
	.apex_wait_overlay {
	  background: rgba(255, 255, 255, 0.5);
	}
	:root {
	  --a-base-link-text-color: #000000;
	}
	body {
	  background-color: #ffffff;
	  color: #262626;
	}
	body .grid-debug-on .container {
	  border-bottom-color: rgba(0, 0, 0, 0.1);
	}
	a {
	  color: #000000;
	}
	.t-Body-actions {
	  background-color: #fbfbfb;
	  border-left: 1px solid rgba(0, 0, 0, 0.075);
	}
	.u-RTL .t-Body-actions {
	  border-left: 0;
	  border-right: 1px solid rgba(0, 0, 0, 0.075);
	}
	.t-Body-title {
	  background-color: rgba(255, 255, 255, 0.9);
	  color: #262626;
	  border-bottom: 1px solid #e6e6e6;
	  border-bottom-color: rgba(0, 0, 0, 0.1);
	}
	.t-PageBody--masterDetail #t_Body_content_offset {
	  background-color: rgba(255, 255, 255, 0.9);
	}
	.t-PageBody--masterDetail .t-Body-title.has-shadow {
	  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
	}
	.t-PageBody--masterDetail .t-Body-title.has-shadow:after {
	  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	}
	.t-PageBody--masterDetail .apex-rds-container {
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	}
	.t-PageBody--masterDetail .apex-rds-container.is-stuck:after {
	  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	}
	.ui-widget-content {
	  background-color: #ffffff;
	}
	.t-Body .ui-widget-content {
	  color: #404040;
	}
	.t-Body-title .ui-widget-content {
	  color: #404040;
	}
	.t-Body-info .ui-widget-content {
	  color: #404040;
	}
	.t-Region .ui-widget-content,
	.t-ButtonRegion .ui-widget-content {
	  color: #404040;
	}
	.t-Body-side {
	  background-color: #ffffff;
	  color: #262626;
	}
	@media only screen and (min-width: 641px) {
	  .t-Body-side {
		box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
	  }
	  .u-RTL .t-Body-side {
		box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
	  }
	}
	.apex-rds-container {
	  background-color: transparent;
	}
	.t-Body-info .apex-rds-container {
	  background-color: #ffffff;
	}
	.t-Body-info .apex-rds-container.is-stuck {
	  background-color: rgba(255, 255, 255, 0.95);
	  backdrop-filter: blur(4px);
	}
	.t-Body-info {
	  background-color: #ffffff;
	}
	.t-Body-title.js-hideBreadcrumbs {
	  background-color: rgba(0, 0, 0, 0.95);
	}
	.t-Body-topButton {
	  border-radius: 100%;
	  background-color: #ffffff;
	  color: #e6e6e6;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.t-Body-topButton:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	}
	.t-Body-topButton:hover,
	.t-Body-topButton:focus {
	  color: #00b0dc;
	}
	.t-Body-topButton:hover,
	.t-Body-topButton:active {
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	}
	.t-Body-topButton:active {
	  background-color: #ffffff;
	  color: #e6e6e6;
	}
	.t-Header-branding {
	  height: 40px;
	}
	.t-Header-logo-link img {
	  max-height: 32px;
	}
	.t-Body-content {
	  min-height: calc(100vh -  40px);
	}
	.apex-side-nav .t-Body-nav,
	.apex-side-nav .t-Body-actions,
	.apex-side-nav .t-Body-title {
	  top: 40px;
	}
	@media only screen and (min-width: 641px) {
	  :not(.u-RTL) .apex-side-nav .t-Body-title {
		left: 250px;
	  }
	  .u-RTL .apex-side-nav .t-Body-title {
		right: 250px;
	  }
	  :not(.u-RTL) .apex-side-nav .t-Body-title {
		right: 0;
	  }
	  .u-RTL .apex-side-nav .t-Body-title {
		left: 0;
	  }
	}
	@media only screen and (min-width: 641px) {
	  :not(.u-RTL) .apex-side-nav .t-Body-content {
		margin-left: 250px;
	  }
	  .u-RTL .apex-side-nav .t-Body-content {
		margin-right: 250px;
	  }
	}
	:not(.u-RTL) .apex-side-nav .t-Body-main {
	  margin-left: 0;
	}
	.u-RTL .apex-side-nav .t-Body-main {
	  margin-right: 0;
	}
	.apex-top-nav .t-Body-actions {
	  top: 80px;
	}
	.apex-top-nav .t-Body-title {
	  top: 80px;
	}
	@media only screen and (max-width: 640px) {
	  .apex-top-nav.js-menuNavCollapsed .t-Header-nav {
		transform: translateY(-100%);
	  }
	}
	.t-Body-nav {
	  width: 250px;
	}
	.t-Body-actions {
	  width: 240px;
	}
	:not(.u-RTL) .t-Body-actions .t-Button--header {
	  transform: translate3d(-40px, 0, 0);
	}
	.u-RTL .t-Body-actions .t-Button--header {
	  transform: translate3d(40px, 0, 0);
	}
	@media only screen and (min-width: 641px) {
	  .t-Body-side {
		width: 270px;
	  }
	}
	@media only screen and (min-width: 641px) {
	  :not(.u-RTL) .apex-side-nav .t-Body-side {
		left: 48px;
	  }
	  .u-RTL .apex-side-nav .t-Body-side {
		right: 48px;
	  }
	}
	.no-anim .t-Body-nav,
	.no-anim .t-TreeNav {
	  background-color: transparent !important;
	  border-color: transparent !important;
	  visibility: hidden;
	}
	:not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
	  margin-left: 48px;
	}
	.u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
	  margin-right: 48px;
	}
	:not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
	  transform: translate3d(202px, 0, 0);
	}
	.u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
	  transform: translate3d(-202px, 0, 0);
	}
	@media only screen and (max-width: 480px) {
	  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-title,
	  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-side,
	  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-content {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded .t-Body-title,
	  .u-RTL .apex-side-nav.js-navExpanded .t-Body-side,
	  .u-RTL .apex-side-nav.js-navExpanded .t-Body-content {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
		transform: translate3d(250px, 0, 0);
	  }
	  .u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
		transform: translate3d(-250px, 0, 0);
	  }
	}
	@media only screen and (min-width: 641px) {
	  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title,
	  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content,
	  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
		transform: none;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
		left: 250px;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
		right: 250px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
		right: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
		left: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
		margin-left: 202px;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
		margin-right: 202px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
		margin-left: 48px;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
		margin-right: 48px;
	  }
	  .apex-side-nav.js-navExpanded .t-Body-side {
		transform: translate3d(250px, 0, 0);
	  }
	  .u-RTL .apex-side-nav.js-navExpanded .t-Body-side {
		transform: translate3d(-250px, 0, 0);
	  }
	  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
		transform: none;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
		left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
		right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		margin-left: 318px;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		margin-right: 318px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		transform: translate3d(202px, 0, 0);
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		transform: translate3d(-202px, 0, 0);
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		transform: translate3d(250px, 0, 0);
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		transform: translate3d(-250px, 0, 0);
	  }
	}
	@media only screen and (min-width: 993px) {
	  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
		transform: none;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
		margin-right: 0;
	  }
	  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		transform: none !important;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		margin-left: 250px;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
		margin-right: 250px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		margin-left: 520px;
	  }
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		margin-right: 520px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content,
	  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
		transform: none;
	  }
	}
	.apex-side-nav.js-navCollapsed .t-Body-nav,
	.apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
	  width: 48px;
	}
	:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-content,
	:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title,
	:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side {
	  margin-left: 48px;
	}
	.u-RTL .apex-side-nav.js-navCollapsed .t-Body-content,
	.u-RTL .apex-side-nav.js-navCollapsed .t-Body-title,
	.u-RTL .apex-side-nav.js-navCollapsed .t-Body-side {
	  margin-right: 48px;
	}
	:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title.is-stuck {
	  left: 0;
	}
	.u-RTL .apex-side-nav.js-navCollapsed .t-Body-title.is-stuck {
	  right: 0;
	}
	@media only screen and (max-width: 480px) {
	  .apex-side-nav.js-navCollapsed .t-Body-nav {
		transform: translateX(-48px);
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-nav {
		transform: translateX(48px);
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title,
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side,
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-content {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-title,
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-side,
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-content {
		margin-right: 0;
	  }
	}
	@media only screen and (max-width: 640px) {
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed.t-PageBody.js-rightExpanded .t-Body-main {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed.t-PageBody.js-rightExpanded .t-Body-main {
		margin-right: 0;
	  }
	}
	@media only screen and (min-width: 641px) {
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-title {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title {
		left: 48px;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-title {
		right: 48px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
		margin-left: 318px;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
		margin-right: 318px;
	  }
	}
	@media only screen and (min-width: 993px) {
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side {
		left: 48px;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-side {
		right: 48px;
	  }
	}
	.apex-side-nav.js-navCollapsed--hidden.js-navCollapsed .t-Body-nav {
	  width: 0;
	  visibility: hidden;
	}
	.apex-side-nav.js-navCollapsed--hidden.js-navCollapsed .t-Body-nav .a-TreeView-badge {
	  visibility: hidden !important;
	}
	.apex-side-nav.js-navCollapsed--hidden .t-Body-nav,
	.apex-side-nav.js-navCollapsed--hidden .t-Body-nav .t-TreeNav {
	  width: 250px;
	}
	:not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-content,
	:not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-title,
	:not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-side {
	  margin-left: 0;
	}
	.u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-content,
	.u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-title,
	.u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-side {
	  margin-right: 0;
	}
	:not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-title.is-stuck {
	  left: 0;
	}
	.u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-title.is-stuck {
	  right: 0;
	}
	@media only screen and (max-width: 480px) {
	  .apex-side-nav.js-navCollapsed--hidden .t-Body-nav {
		transform: translateX(0);
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-nav {
		transform: translateX(0);
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-title,
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-side,
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-content {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-title,
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-side,
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-content {
		margin-right: 0;
	  }
	}
	@media only screen and (max-width: 640px) {
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden.t-PageBody.js-rightExpanded .t-Body-main {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden.t-PageBody.js-rightExpanded .t-Body-main {
		margin-right: 0;
	  }
	}
	@media only screen and (min-width: 641px) {
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-title {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-title {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-title {
		left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-title {
		right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-side {
		left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-side {
		right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-content {
		margin-left: 270px;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-content {
		margin-right: 270px;
	  }
	}
	@media only screen and (min-width: 993px) {
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-side {
		margin-left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-side {
		margin-right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-side {
		left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden .t-Body-side {
		right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-side {
		left: 0;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-side {
		right: 0;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-content {
		margin-left: 270px;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft .t-Body-content {
		margin-right: 270px;
	  }
	  :not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft.js-navExpanded .t-Body-content {
		margin-left: 520px;
	  }
	  .u-RTL .apex-side-nav.js-navCollapsed--hidden.t-PageBody--showLeft.js-navExpanded .t-Body-content {
		margin-right: 520px;
	  }
	}
	.t-PageBody.js-rightExpanded .t-Body-main {
	  margin-right: 0;
	}
	:not(.u-RTL) .t-PageBody.js-rightExpanded .t-Body-main,
	:not(.u-RTL) .t-PageBody.js-rightExpanded .t-Body-nav {
	  transform: translate3d(-240px, 0, 0);
	}
	.u-RTL .t-PageBody.js-rightExpanded .t-Body-main,
	.u-RTL .t-PageBody.js-rightExpanded .t-Body-nav {
	  transform: translate3d(240px, 0, 0);
	}
	@media only screen and (min-width: 641px) {
	  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main,
	  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-nav {
		transform: none;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
		margin-right: 240px;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
		margin-left: 240px;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
		right: 240px;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
		left: 240px;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
		right: 0;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
		left: 0;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
		margin-left: 0;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
		margin-right: 0;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
		left: 0;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
		right: 0;
	  }
	}
	@media only screen and (min-width: 993px) {
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
		margin-right: 240px;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
		margin-left: 240px;
	  }
	  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main,
	  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-nav {
		transform: none;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
		right: 240px;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
		left: 240px;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft:not(.js-navCollapsed--hidden) .t-Body-side {
		left: 48px;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft:not(.js-navCollapsed--hidden) .t-Body-side {
		right: 48px;
	  }
	}
	@media only screen and (max-width: 992px) {
	  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
		transform: none;
	  }
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title,
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
	  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
		transform: translate3d(-240px, 0, 0);
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title,
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
		transform: translate3d(240px, 0, 0);
	  }
	  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
		margin-left: 48px !important;
	  }
	  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
		margin-left: 0 !important;
		right: 48px !important;
	  }
	}
	.t-PageBody.js-rightCollapsed .t-Body-main {
	  margin-right: 0px;
	}
	.t-PageBody.js-rightCollapsed .t-Body-title {
	  right: 0px;
	}
	:not(.u-RTL) .t-PageBody.js-rightCollapsed .t-Body-actions {
	  transform: translate3d(240px, 0, 0);
	}
	.u-RTL .t-PageBody.js-rightCollapsed .t-Body-actions {
	  transform: translate3d(-240px, 0, 0);
	}
	@media only screen and (min-width: 641px) {
	  :not(.u-RTL) .t-PageBody--showLeft .t-Body-content {
		margin-left: 270px;
	  }
	  .u-RTL .t-PageBody--showLeft .t-Body-content {
		margin-right: 270px;
	  }
	}
	.t-Body-contentInner {
	  margin: 0 auto;
	  max-width: 100%;
	}
	#t_Body_skipToContent {
	  color: #eaeaea;
	  background-color: #2b2b2b;
	}
	.t-MegaMenu--fullWidth:not(.js-menu-callout) {
	  padding-top: 8px / 2;
	}
	.t-MegaMenu--layout2Cols .t-MegaMenu-item--top,
	.t-MegaMenu--layout3Cols .t-MegaMenu-item--top,
	.t-MegaMenu--layout4Cols .t-MegaMenu-item--top,
	.t-MegaMenu--layout5Cols .t-MegaMenu-item--top {
	  max-width: 250px;
	}
	.t-Breadcrumb-item:after {
	  color: rgba(38, 38, 38, 0.75);
	}
	.t-Breadcrumb-item,
	.t-Breadcrumb-item a {
	  color: #595959;
	}
	.t-Breadcrumb-item a:hover,
	.t-Breadcrumb-item a:focus {
	  color: #000000;
	  text-decoration: underline;
	  outline: none;
	}
	.t-Body-title-shrink .t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item.is-active,
	.t-Body-title-shrink .t-BreadcrumbRegion--useRegionTitle .t-BreadcrumbRegion-titleText {
	  color: #262626;
	}
	@media only screen and (max-width: 640px) {
	  .t-BreadcrumbRegion--useRegionTitle .t-BreadcrumbRegion-titleText {
		color: #262626;
	  }
	}
	.t-Breadcrumb-item .t-Icon:hover {
	  color: #eaeaea;
	}
	.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item.is-active,
	.t-BreadcrumbRegion-titleText {
	  color: #262626;
	}
	.t-Body-title .t-Breadcrumb-item:after {
	  color: rgba(38, 38, 38, 0.75);
	}
	.t-Body-title .t-Breadcrumb-item,
	.t-Body-title .t-Breadcrumb-item a,
	.t-Body-title .t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item.is-active,
	.t-Body-title .t-BreadcrumbRegion-titleText {
	  color: #262626;
	}
	.a-Button {
	  --a-button-font-size: 12px;
	  --a-button-line-height: 16px;
	}
	.t-Button,
	.a-Button,
	.ui-button {
	  --a-button-border-width: 0px;
	  border: none;
	  text-shadow: none;
	  border-radius: 6px;
	  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	}
	.t-Button .t-Icon,
	.a-Button .t-Icon,
	.ui-button .t-Icon {
	  transition: inherit;
	}
	.t-Button:hover,
	.a-Button:hover,
	.ui-button:hover,
	.t-Button:focus,
	.a-Button:focus,
	.ui-button:focus {
	  z-index: 100;
	  outline: none !important;
	}
	.t-Button:focus:before,
	.a-Button:focus:before,
	.ui-button:focus:before,
	.t-Button.is-active:focus:before,
	.a-Button.is-active:focus:before,
	.ui-button.is-active:focus:before {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset !important;
	  opacity: 1;
	}
	.t-Button:focus:active:before,
	.a-Button:focus:active:before,
	.ui-button:focus:active:before,
	.t-Button.is-active:focus:active:before,
	.a-Button.is-active:focus:active:before,
	.ui-button.is-active:focus:active:before {
	  opacity: 0;
	}
	.t-Button:not(.t-Button--link):not(.t-Button--header):active,
	.t-Button:not(.t-Button--link):not(.t-Button--header).is-active {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.15) inset !important;
	}
	.a-Button:before,
	.t-Button:before,
	.ui-button:before,
	.a-Button:after,
	.t-Button:after,
	.ui-button:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border-radius: inherit;
	  opacity: 0;
	  transition: 0.2s ease;
	}
	.a-Button:before,
	.t-Button:before,
	.ui-button:before {
	  z-index: 1;
	}
	.a-Button:after,
	.t-Button:after,
	.ui-button:after {
	  z-index: -1;
	  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075);
	  transform: translateY(-2px);
	}
	.a-Button:focus:after,
	.t-Button:focus:after,
	.ui-button:focus:after,
	.a-Button:not(.t-Button--link):hover:after,
	.t-Button:not(.t-Button--link):hover:after,
	.ui-button:not(.t-Button--link):hover:after {
	  opacity: 1;
	  transform: translateY(0);
	}
	.a-Button:focus:active:after,
	.t-Button:focus:active:after,
	.ui-button:focus:active:after {
	  opacity: 0;
	  transform: translateY(-2px);
	}
	.a-Button:focus:after,
	.t-Button:focus:after,
	.ui-button:focus:after {
	  transform: translateY(0);
	  box-shadow: 0 0 1px 1px rgba(0, 176, 220, 0.25);
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label,
	.apex-button-group input + label,
	.t-Button:not(.t-Button--simple),
	.ui-button,
	.a-Button,
	.a-Button.a-Button--popupLOV,
	.a-IG-button.a-IG-button--controls {
	  color: #000000;
	  background-color: #f0f2f5;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label:hover,
	.apex-button-group input + label:hover,
	.t-Button:not(.t-Button--simple):hover,
	.ui-button:hover,
	.a-Button:hover,
	.a-Button.a-Button--popupLOV:hover,
	.a-IG-button.a-IG-button--controls:hover {
	  background-color: #ffffff;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label:focus,
	.apex-button-group input + label:focus,
	.t-Button:not(.t-Button--simple):focus,
	.ui-button:focus,
	.a-Button:focus,
	.a-Button.a-Button--popupLOV:focus,
	.a-IG-button.a-IG-button--controls:focus {
	  background-color: #ffffff;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label.is-active,
	.apex-button-group input + label.is-active,
	.t-Button:not(.t-Button--simple).is-active,
	.ui-button.is-active,
	.a-Button.is-active,
	.a-Button.a-Button--popupLOV.is-active,
	.a-IG-button.a-IG-button--controls.is-active,
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label:active,
	.apex-button-group input + label:active,
	.t-Button:not(.t-Button--simple):active,
	.ui-button:active,
	.a-Button:active,
	.a-Button.a-Button--popupLOV:active,
	.a-IG-button.a-IG-button--controls:active {
	  background-color: #d1d7e1;
	}
	.ui-button:hover {
	  color: #000000;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-grid {
	  background-color: #cad1dc;
	  border-radius: 6px;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:active + label,
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:focus:not(:checked) + label,
	.apex-button-group input:active + label,
	.apex-button-group input:focus:not(:checked) + label {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 0 2px #ffffff inset !important;
	  outline: none;
	  border-color: #00b0dc;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked:focus + label,
	.apex-button-group input:checked:focus + label {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 0 2px #ffffff inset !important;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked + label,
	.apex-button-group input:checked + label {
	  border-color: #00b0dc;
	  background-color: #00b0dc;
	  color: #ffffff;
	  box-shadow: none;
	}
	.a-Button--hot,
	.t-Button--hot:not(.t-Button--simple),
	body .ui-button.ui-button--hot,
	body .ui-state-default.ui-priority-primary {
	  background-color: var(--sc-primary);
	  color: var(--sc-on-primary);
      border-radius: 20px;
	}
	.a-Button--hot:hover,
	.t-Button--hot:not(.t-Button--simple):hover,
	body .ui-button.ui-button--hot:hover,
	body .ui-state-default.ui-priority-primary:hover,
	.a-Button--hot:not(:active):focus,
	.t-Button--hot:not(.t-Button--simple):not(:active):focus,
	body .ui-button.ui-button--hot:not(:active):focus,
	body .ui-state-default.ui-priority-primary:not(:active):focus {
	  background-color: #00c4f6;
	}
	.a-Button--hot:active,
	.t-Button--hot:not(.t-Button--simple):active,
	body .ui-button.ui-button--hot:active,
	body .ui-state-default.ui-priority-primary:active,
	.a-Button--hot.is-active,
	.t-Button--hot:not(.t-Button--simple).is-active,
	body .ui-button.ui-button--hot.is-active,
	body .ui-state-default.ui-priority-primary.is-active {
	  background-color: #009cc3;
	}
	body .ui-button.ui-button--hot {
	  font-weight: bold;
	}
	:root {
	  --ut-palette-primary: #00b0dc;
	  --ut-palette-primary-contrast: #111111;
	}
	.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot) {
	  color: #000000;
	}
	.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot):hover,
	.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
	  background-color: #ffff42;
	}
	.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot),
	.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot):active,
	.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot).is-active {
	  background-color: #ffff0f;
	}
	.t-Button--success:not(.t-Button--simple):not(.t-Button--hot) {
	  color: #000000;
	}
	.t-Button--success:not(.t-Button--simple):not(.t-Button--hot):hover,
	.t-Button--success:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
	  background-color: #67ca59;
	}
	.t-Button--success:not(.t-Button--simple):not(.t-Button--hot),
	.t-Button--success:not(.t-Button--simple):not(.t-Button--hot):active,
	.t-Button--success:not(.t-Button--simple):not(.t-Button--hot).is-active {
	  background-color: #55c446;
	}
	.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot) {
	  color: #000000;
	}
	.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot):hover,
	.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
	  background-color: #d45349;
	}
	.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot),
	.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot):active,
	.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot).is-active {
	  background-color: #cf3f34;
	}
	.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot) {
	  color: #ffffff;
	}
	.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot):hover,
	.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
	  background-color: #133662;
	}
	.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot),
	.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot):active,
	.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot).is-active {
	  background-color: #0f2a4d;
	}
	.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning) {
	  background-color: #ffffff;
	  color: #000000;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
	}
	.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning):hover,
	.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning):focus,
	.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning).is-active {
	  background-color: #e6e6e6;
	}
	.t-Button--simple.t-Button--hot {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	  background-color: #ffffff;
	}
	.t-Button--simple.t-Button--hot,
	.t-Button--simple.t-Button--hot .t-Icon {
	  color: #00b0dc;
	}
	.t-Button--simple.t-Button--hot:hover,
	.t-Button--simple.t-Button--hot:focus,
	.t-Button--simple.t-Button--hot.is-active {
	  background-color: #00b0dc;
	  color: #111111;
	}
	.t-Button--simple.t-Button--hot:hover .t-Icon,
	.t-Button--simple.t-Button--hot:focus .t-Icon,
	.t-Button--simple.t-Button--hot.is-active .t-Icon {
	  color: #111111;
	}
	.t-Button--simple.t-Button--primary:not(.t-Button--hot) {
	  box-shadow: 0 0 0 1px #0f2a4d inset;
	  background-color: #ffffff;
	}
	.t-Button--simple.t-Button--primary:not(.t-Button--hot),
	.t-Button--simple.t-Button--primary:not(.t-Button--hot) .t-Icon {
	  color: #0f2a4d;
	}
	.t-Button--simple.t-Button--primary:not(.t-Button--hot):hover,
	.t-Button--simple.t-Button--primary:not(.t-Button--hot):focus,
	.t-Button--simple.t-Button--primary:not(.t-Button--hot).is-active {
	  background-color: #0f2a4d;
	  color: #ffffff;
	}
	.t-Button--simple.t-Button--primary:not(.t-Button--hot):hover .t-Icon,
	.t-Button--simple.t-Button--primary:not(.t-Button--hot):focus .t-Icon,
	.t-Button--simple.t-Button--primary:not(.t-Button--hot).is-active .t-Icon {
	  color: #ffffff;
	}
	.t-Button--simple.t-Button--warning:not(.t-Button--hot) {
	  box-shadow: 0 0 0 1px #ffff0f inset;
	  background-color: #ffffff;
	}
	.t-Button--simple.t-Button--warning:not(.t-Button--hot),
	.t-Button--simple.t-Button--warning:not(.t-Button--hot) .t-Icon {
	  color: #8e8f00;
	}
	.t-Button--simple.t-Button--warning:not(.t-Button--hot):hover,
	.t-Button--simple.t-Button--warning:not(.t-Button--hot):focus,
	.t-Button--simple.t-Button--warning:not(.t-Button--hot).is-active {
	  background-color: #ffff0f;
	  color: #000000;
	}
	.t-Button--simple.t-Button--warning:not(.t-Button--hot):hover .t-Icon,
	.t-Button--simple.t-Button--warning:not(.t-Button--hot):focus .t-Icon,
	.t-Button--simple.t-Button--warning:not(.t-Button--hot).is-active .t-Icon {
	  color: #000000;
	}
	.t-Button--simple.t-Button--danger:not(.t-Button--hot) {
	  box-shadow: 0 0 0 1px #cf3f34 inset;
	  background-color: #ffffff;
	}
	.t-Button--simple.t-Button--danger:not(.t-Button--hot),
	.t-Button--simple.t-Button--danger:not(.t-Button--hot) .t-Icon {
	  color: #cf3f34;
	}
	.t-Button--simple.t-Button--danger:not(.t-Button--hot):hover,
	.t-Button--simple.t-Button--danger:not(.t-Button--hot):focus,
	.t-Button--simple.t-Button--danger:not(.t-Button--hot).is-active {
	  background-color: #cf3f34;
	  color: #000000;
	}
	.t-Button--simple.t-Button--danger:not(.t-Button--hot):hover .t-Icon,
	.t-Button--simple.t-Button--danger:not(.t-Button--hot):focus .t-Icon,
	.t-Button--simple.t-Button--danger:not(.t-Button--hot).is-active .t-Icon {
	  color: #000000;
	}
	.t-Button--simple.t-Button--success:not(.t-Button--hot) {
	  box-shadow: 0 0 0 1px #55c446 inset;
	  background-color: #ffffff;
	}
	.t-Button--simple.t-Button--success:not(.t-Button--hot),
	.t-Button--simple.t-Button--success:not(.t-Button--hot) .t-Icon {
	  color: #55c446;
	}
	.t-Button--simple.t-Button--success:not(.t-Button--hot):hover,
	.t-Button--simple.t-Button--success:not(.t-Button--hot):focus,
	.t-Button--simple.t-Button--success:not(.t-Button--hot).is-active {
	  background-color: #55c446;
	  color: #000000;
	}
	.t-Button--simple.t-Button--success:not(.t-Button--hot):hover .t-Icon,
	.t-Button--simple.t-Button--success:not(.t-Button--hot):focus .t-Icon,
	.t-Button--simple.t-Button--success:not(.t-Button--hot).is-active .t-Icon {
	  color: #000000;
	}
	.t-Button--noUI {
	  background-color: transparent !important;
	}
	.t-Button--noUI:not(:hover):not(:focus):not(.is-active) {
	  box-shadow: none;
	}
	.t-Button--noUI:hover,
	.t-Button--noUI:focus,
	.t-Button--noUI.is-active {
	  background-color: #e6e6e6;
	}
	.t-Button--noUI:focus:hover {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
	}
	.t-Button--link {
	  background-color: transparent !important;
	  box-shadow: none !important;
	}
	.t-Button--link:hover {
	  text-decoration: underline;
	}
	.t-Button--link.t-Button,
	.t-Button--link .t-Icon {
	  color: #000000;
	}
	.t-Button--noUI.t-Button--hot,
	.t-Button--noUI.t-Button--hot .t-Icon {
	  color: #00b0dc;
	}
	.t-Button--noUI.t-Button--primary,
	.t-Button--link.t-Button--primary,
	.t-Button--noUI.t-Button--primary .t-Icon,
	.t-Button--link.t-Button--primary .t-Icon {
	  color: #0f2a4d !important;
	}
	.t-Button--noUI.t-Button--warning,
	.t-Button--link.t-Button--warning,
	.t-Button--noUI.t-Button--warning .t-Icon,
	.t-Button--link.t-Button--warning .t-Icon {
	  color: #8e8f00 !important;
	}
	.t-Button--noUI.t-Button--danger,
	.t-Button--link.t-Button--danger,
	.t-Button--noUI.t-Button--danger .t-Icon,
	.t-Button--link.t-Button--danger .t-Icon {
	  color: #cf3f34 !important;
	}
	.t-Button--noUI.t-Button--success,
	.t-Button--link.t-Button--success,
	.t-Button--noUI.t-Button--success .t-Icon,
	.t-Button--link.t-Button--success .t-Icon {
	  color: #55c446 !important;
	}
	.t-Header-branding .t-Button {
	  background-color: transparent;
	}
	.t-Button.t-Button--header {
	  border-radius: 2px;
	  box-shadow: none;
	}
	.t-Button.t-Button--header:focus:before,
	.t-Button.t-Button--header:active:focus:before {
	  box-shadow: 0 0 0 1px #2ad4ff inset !important;
	}
	.t-Button.t-Button--header:hover,
	.t-Button.t-Button--header:focus,
	.t-Button.t-Button--header:active {
	  background-color: transparent;
	}
	.t-Button.t-Button--header:hover {
	  background-color: rgba(0, 0, 0, 0.1);
	}
	.t-Button.t-Button--header:active,
	.t-Button.t-Button--header:focus:active {
	  background-color: rgba(0, 0, 0, 0.4);
	}
	.t-Button.t-Button--header.is-active {
	  background-color: rgba(0, 0, 0, 0.25);
	  box-shadow: none;
	}
	.t-Button.t-Button--headerTree:focus {
	  box-shadow: 0 0 0 1px #2ad4ff inset;
	}
	@media only screen and (max-width: 480px) {
	  .t-Button.t-Button--headerTree {
		background-color: rgba(0, 0, 0, 0.25);
	  }
	}
	.t-Button.t-Button--headerRight {
	  background-color: #fbfbfb;
	  border: 1px solid #e2e2e2;
	}
	.t-Button.t-Button--headerRight:hover {
	  background-color: #e2e2e2;
	}
	.t-Button.t-Button--headerRight:active,
	.t-Button.t-Button--headerRight.is-active {
	  color: #222222;
	}
	.t-Button--navBar .t-Button-badge {
	  border-radius: 16px;
	  background-color: rgba(0, 0, 0, 0.35);
	}
	.t-Button--helpButton .a-Icon {
	  opacity: 0.5;
	}
	.t-Header-navBar .t-Button--header.is-active {
	  background-color: #c4c4c4;
	  color: #000000;
	}
	.t-Button.t-Button--noUI .fa:after,
	.t-Button.t-Button--link .fa:after,
	.t-Button.t-Button--simple .fa:after {
	  background-color: #FFF;
	}
	.t-Button--danger .fa:after,
	.t-Button--simple.t-Button--danger:hover .fa:after {
	  background-color: #b31004;
	}
	.t-Button--success .fa:after,
	.t-Button--simple.t-Button--success:hover .fa:after {
	  background-color: #208113;
	}
	.t-Button--primary .fa:after,
	.t-Button--simple.t-Button--primary:hover .fa:after {
	  background-color: #1e5562;
	}
	.t-Button--warning .fa:after,
	.t-Button--simple.t-Button--warning:hover .fa:after {
	  background-color: #FBCE4A;
	}
	.t-Button--hot .fa:after,
	.t-Button--simple.t-Button--hot:hover .fa:after {
	  background-color: #00b0dc;
	}
	.t-Body-actionsToggle {
	  background-color: #fbfbfb;
	  border-color: rgba(0, 0, 0, 0.075);
	  border-right-color: transparent;
	  color: #000000;
	}
	.u-RTL .t-Body-actionsToggle {
	  border-color: rgba(0, 0, 0, 0.075);
	  border-left-color: transparent;
	}
	.t-Body-actionsToggle:active {
	  background-color: #e2e2e2;
	}
	.t-Body-actionsToggle:focus,
	.t-Body-actionsToggle:active {
	  border-color: #00b0dc;
	}
	.t-ButtonRegion {
	  background-color: #ffffff;
	  color: #262626;
	  border-radius: 6px;
	  border-color: rgba(0, 0, 0, 0.075);
	  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	}
	.t-ButtonRegion--noUI {
	  background-color: transparent;
	  box-shadow: none;
	}
	.t-ButtonRegion--wizard,
	.t-ButtonRegion--dialogRegion {
	  border-radius: 0 0 2px 2px;
	}
	.t-ButtonRegion--dialogRegion {
	  background-color: transparent;
	}
	.t-Body .t-ButtonRegion--showTitle .t-ButtonRegion-title {
	  color: #404040;
	}
	.t-Body-title .t-ButtonRegion--showTitle .t-ButtonRegion-title {
	  color: #404040;
	}
	.t-Body-info .t-ButtonRegion--showTitle .t-ButtonRegion-title {
	  color: #404040;
	}
	.t-Region .t-ButtonRegion--showTitle .t-ButtonRegion-title,
	.t-ButtonRegion .t-ButtonRegion--showTitle .t-ButtonRegion-title {
	  color: #404040;
	}
	.t-Body-actions .t-ButtonRegion {
	  background-color: transparent;
	  border-radius: 0;
	}
	.t-Dialog-footer .t-ButtonRegion {
	  border-top-color: rgba(0, 0, 0, 0.05);
	}
	.ck-editor {
	  --ck-color-base-foreground: rgba(0, 0, 0, 0.025);
	  --ck-color-base-background: #ffffff;
	  --ck-color-base-border: rgba(0, 0, 0, 0.1);
	  --ck-color-base-text: #000;
	  --ck-color-base-active: #eaeaea;
	  --ck-color-base-active-focus: #00b0dc;
	  --ck-color-base-error: #b31004;
	  --ck-color-focus-border: #00b0dc;
	  --ck-color-text: var(--ck-color-base-text);
	  --ck-color-shadow-inner: none;
	  --ck-color-button-default-hover-background: rgba(0, 0, 0, 0.075);
	  --ck-color-split-button-hover-background: var(--ck-color-button-default-hover-background);
	  --ck-color-split-button-hover-border: var(--ck-color-base-border);
	  --ck-color-button-default-active-background: rgba(0, 0, 0, 0.1);
	  --ck-color-button-default-active-shadow: rgba(0, 0, 0, 0.1);
	  --ck-color-button-on-background: rgba(0, 0, 0, 0.15);
	  --ck-color-button-on-hover-background: rgba(0, 0, 0, 0.2);
	  --ck-color-button-on-active-background: rgba(0, 0, 0, 0.25);
	  --ck-color-button-on-active-shadow: rgba(0, 0, 0, 0.1);
	  --ck-color-button-on-disabled-background: rgba(0, 0, 0, 0.1);
	  --ck-color-button-action-text: var(--ck-color-base-background);
	  --ck-color-switch-button-inner-background: var(--ck-color-base-background);
	  --ck-color-dropdown-panel-background: var(--ck-color-base-background);
	  --ck-color-dropdown-panel-border: var(--ck-color-base-border);
	  --ck-color-input-background: var(--ck-color-base-background);
	  --ck-color-input-error-border: var(--ck-color-base-error);
	  --ck-color-input-text: var(--ck-color-base-text);
	  --ck-color-list-background: var(--ck-color-base-background);
	  --ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background);
	  --ck-color-list-button-on-background: var(--ck-color-base-active);
	  --ck-color-list-button-on-background-focus: var(--ck-color-base-active-focus);
	  --ck-color-list-button-on-text: #2b2b2b;
	  --ck-color-panel-background: var(--ck-color-base-background);
	  --ck-color-panel-border: var(--ck-color-base-border);
	  --ck-color-toolbar-background: var(--ck-color-base-foreground);
	  --ck-color-toolbar-border: var(--ck-color-base-border);
	  --ck-focus-ring: 1px solid var(--ck-color-focus-border);
	  --ck-font-face: inherit;
	}
	.ck.ck-editor__main > .ck-editor__editable {
	  --ck-color-base-background: #ffffff;
	}
	.ck.ck-editor__editable:not(.ck-editor__nested-editable):hover {
	  --ck-color-base-background: #ffffff;
	}
	.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
	  --ck-color-base-background: #ffffff;
	  box-shadow: none !important;
	}
	body .ck-content pre {
	  color: #202020;
	  border-color: rgba(0, 0, 0, 0.1);
	  background-color: rgba(0, 0, 0, 0.075);
	}
	body .cke_chrome {
	  box-shadow: none;
	  border-radius: 2px;
	}
	.fc.ui-widget {
	  background-color: #ffffff;
	  border-radius: 6px;
	}
	.fc-toolbar {
	  border-color: #ebebeb;
	  background-color: #ffffff;
	  border-radius: 6px 6px 0 0;
	}
	.fc-toolbar h2,
	.fc .fc-basic-view td.fc-day-number,
	.fc .fc-day-number {
	  color: #262626;
	}
	.fc-day-header.ui-widget-header,
	.fc-view .ui-widget-header {
	  background-color: #f2f2f2;
	  color: #1a1a1a;
	  border-color: #e6e6e6;
	}
	div.fc-agendaList {
	  background-color: #ffffff;
	  border-color: #ebebeb;
	  color: #262626;
	}
	.fc .fc-agendaList-dayHeader {
	  background-color: #d9d9d9;
	  color: #1a1a1a;
	  border-color: #fafafa;
	}
	.fc .fc-agendaList-day {
	  color: #1a1a1a;
	}
	.fc .fc-agendaList-date {
	  color: #404040;
	}
	.fc .fc-agendaList .fc-event-start-time,
	.fc .fc-agendaList .fc-event-all-day {
	  color: #4d4d4d;
	}
	body .fc td.fc-today,
	body .fc .ui-widget-content {
	  border-color: #e6e6e6;
	  color: #262626;
	}
	body .ui-widget-content.fc-today.ui-state-highlight {
	  background-color: #f2f2f2;
	}
	.fc .fc-agendaList-item {
	  border-color: #fafafa;
	}
	.fc .ui-button:active,
	.fc .ui-button:focus,
	.fc-view:active,
	.fc-view:focus {
	  outline: 1px solid #00b0dc;
	}
	.fc-view-container > .fc-view:active,
	.fc-view-container > .fc-view:focus {
	  outline: none;
	}
	.apex-fullcalendar-5 {
	  --fc-small-font-size: 0.85em;
	  --fc-page-bg-color: #ffffff;
	  --fc-neutral-bg-color: rgba(110, 133, 152, 0.3);
	  --fc-neutral-text-color: #666666;
	  --fc-border-color: #e0e0e0;
	  --fc-event-bg-color: #309FDB;
	  --fc-event-border-color: #309FDB;
	  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
	  --fc-event-resizer-thickness: 8px;
	  --fc-event-resizer-dot-total-width: 8px;
	  --fc-event-resizer-dot-border-width: 1px;
	  --fc-non-business-color: rgba(175, 186, 197, 0.3);
	  --fc-bg-event-color: #81BB5F;
	  --fc-bg-event-opacity: 0.3;
	  --fc-highlight-color: rgba(110, 133, 152, 0.3);
	  --fc-today-bg-color: rgba(110, 133, 152, 0.15);
	  --fc-now-indicator-color: #E95B54;
	  --fc-daygrid-event-dot-width: 8px;
	  --fc-list-event-dot-width: 10px;
	  --fc-list-event-hover-bg-color: #f9f9f9;
	  --fc-button-text-color: #000000;
	  --fc-button-bg-color: #f0f2f5;
	  --fc-button-border-color: #e1e5eb;
	  --fc-button-hover-bg-color: #ffffff;
	  --fc-button-hover-border-color: #e1e5eb;
	  --fc-button-active-bg-color: #d1d7e1;
	  --fc-button-active-border-color: #d1d7e1;
	}
	.apex-fullcalendar-5 .fc-list-table .fc-list-event {
	  background-color: transparent;
	  color: inherit;
	}
	.apex-fullcalendar-5 a:not([href]) {
	  color: inherit;
	}
	:root {
	  --a-cv-grid-gap: 16px;
	  --a-cv-item-width: 304px;
	  --a-cv-focus-outline: none;
	  --a-cv-border-width: 1px;
	  --a-cv-border-color: rgba(0, 0, 0, 0.075);
	  --a-cv-border-radius: 3px;
	  --a-cv-background-color: #ffffff;
	  --a-cv-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.075);
	  --a-cv-hover-background-color: var(--a-cv-background-color);
	  --a-cv-hover-text-color: var(--a-cv-text-color);
	  --a-cv-hover-border-color: var(--a-cv-border-color);
	  --a-cv-hover-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	  --a-cv-active-background-color: var(--a-cv-background-color);
	  --a-cv-active-text-color: var(--a-cv-text-color);
	  --a-cv-active-border-color: var(--a-cv-border-color);
	  --a-cv-active-shadow: var(--a-cv-shadow);
	  --a-cv-focus-border-color: #00b0dc;
	  --a-cv-media-padding-y: 16px;
	  --a-cv-media-padding-x: 16px;
	  --a-cv-header-padding-y: 16px;
	  --a-cv-header-padding-x: 16px;
	  --a-cv-header-border-width: 1px;
	  --a-cv-header-border-color: rgba(0, 0, 0, 0.05);
	  --a-cv-icon-background-color: #eaeaea;
	  --a-cv-icon-text-color: #2b2b2b;
	  --a-cv-icon-border-radius: 100%;
	  --a-cv-icon-size: 16px;
	  --a-cv-icon-container-size: 32px;
	  --a-cv-icon-padding: 8px;
	  --a-cv-initials-font-weight: 700;
	  --a-cv-initials-background-color: #eaeaea;
	  --a-cv-subtitle-font-size: 12px;
	  --a-cv-subtitle-font-weight: 400;
	  --a-cv-subtitle-line-height: 16px;
	  --a-cv-subtitle-text-color: #666666;
	  --a-cv-body-padding-x: 16px;
	  --a-cv-body-padding-y: 16px;
	  --a-cv-maincontent-font-size: 14px;
	  --a-cv-maincontent-line-height: 20px;
	  --a-cv-subcontent-font-size: 11px;
	  --a-cv-subcontent-line-height: 16px;
	  --a-cv-subcontent-text-color: #666666;
	  --a-cv-actions-border-width: 1px;
	  --a-cv-actions-border-color: rgba(0, 0, 0, 0.05);
	  --a-cv-actions-padding-y: 16px;
	  --a-cv-actions-padding-x: 16px;
	}
	.a-TMV--cards .a-GV-footer {
	  min-height: unset;
	  padding-top: 0;
	  padding-bottom: 0;
	}
	.a-TMV--cards .a-GV-footer .js-rangeDisplay {
	  margin-top: var(--a-gv-footer-padding-y);
	  margin-bottom: var(--a-gv-footer-padding-y);
	}
	.a-CardView-fullLink:focus {
	  box-shadow: inset 0 0 0 var(--a-cv-border-width, 0) var(--a-cv-focus-border-color);
	}
	.a-CardView-media {
	  align-items: center;
	  justify-content: center;
	}
	.a-CardView-media a {
	  transition: opacity 0.2s ease;
	}
	.a-CardView-media a:focus {
	  opacity: 0.5;
	}
	.has-media--first {
	  --a-cv-media-padding-y: 0;
	  --a-cv-media-padding-x: 0;
	}
	.has-media--background {
	  --a-cv-media-padding-y: 0px;
	  --a-cv-media-padding-x: 0px;
	  --a-cv-text-color: #fff;
	  --a-cv-subtitle-text-color: rgba(255, 255, 255, 0.65);
	  --a-cv-subcontent-text-color: rgba(255, 255, 255, 0.65);
	  --a-cv-badge-background-color: rgba(255, 255, 255, 0.25);
	}
	.has-media--background a:not([class]) {
	  color: inherit;
	}
	.has-media--background a:not([class]):hover,
	.has-media--background a:not([class]):focus {
	  text-decoration: underline;
	}
	.a-CardView-button {
	  --a-button-font-size: 12px;
	  --a-button-line-height: 16px;
	  --a-button-border-width: 0px;
	  --a-button-border-radius: 6px;
	  --a-button-background-color: #f0f2f5;
	  --a-button-text-color: #000000;
	  --a-button-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
	  --a-button-hover-background-color: #ffffff;
	  --a-button-hover-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	  --a-button-active-background-color: #d1d7e1;
	  --a-button-focus-background-color: #ffffff;
	  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	}
	.a-CardView-button--hot {
	  --a-button-background-color: #00b0dc;
	  --a-button-text-color: #111111;
	  --a-button-hover-background-color: #00c4f6;
	  --a-button-active-background-color: #009cc3;
	  --a-button-focus-background-color: #00c4f6;
	}
	.t-CardsRegion--styleA {
	  --a-cv-overflow: hidden;
	  --a-cv-media-background-color: rgba(0, 0, 0, 0.025);
	  --a-cv-media-overlay-color: rgba(0, 0, 0, 0.75);
	  --a-cv-header-border-width: 0px;
	  --a-cv-header-background-color: unset;
	  --a-cv-actions-border-width: 0px;
	  --a-cv-actions-background-color: unset;
	  --a-cv-icon-container-size: 40px;
	  --a-cv-icon-size: 20px;
	  --a-cv-icon-border-radius: 3px;
	  --a-cv-icon-image-size: var(--a-cv-icon-container-size);
	  --a-cv-icon-image-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-size: var(--a-cv-icon-container-size);
	  --a-cv-initials-font-size: 20px;
	  --a-cv-initials-font-weight: 400;
	  --a-cv-badge-padding: 4px 8px;
	  --a-cv-badge-border-radius: 20px;
	}
	.t-CardsRegion--styleA .has-media--body,
	.t-CardsRegion--styleA .has-media--first {
	  --a-cv-media-border-radius: 3px;
	  --a-cv-media-padding-y: 16px;
	  --a-cv-media-padding-x: 16px;
	}
	.t-CardsRegion--styleA .has-media--body .a-CardView-media,
	.t-CardsRegion--styleA .has-media--first .a-CardView-media {
	  margin-left: var(--a-cv-media-padding-x);
	  margin-right: var(--a-cv-media-padding-x);
	  padding: 0;
	}
	.t-CardsRegion--styleA .has-media--first .a-CardView-media {
	  margin-top: var(--a-cv-media-padding-y);
	}
	.t-CardsRegion--styleA .has-icon--top {
	  --a-cv-icon-container-size: 96px;
	  --a-cv-icon-size: 48px;
	  --a-cv-icon-border-radius: 8px;
	  --a-cv-icon-image-size: var(--a-cv-icon-container-size);
	  --a-cv-icon-image-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-size: var(--a-cv-icon-container-size);
	  --a-cv-initials-font-size: 24px;
	}
	.t-CardsRegion--styleA .has-media--first .a-CardView-header + .a-CardView-body,
	.t-CardsRegion--styleA .has-media--background .a-CardView-header + .a-CardView-body,
	.t-CardsRegion--styleA .a-CardView-body + .a-CardView-actions {
	  padding-top: 0;
	}
	.t-CardsRegion--styleA .a-CardView-items--row .t-CardsRegion--styleA .a-CardView-actions {
	  flex-direction: column;
	  align-items: flex-end;
	  grid-column: 4;
	  grid-row-start: 1;
	  grid-row-end: 4;
	}
	.t-CardsRegion--styleA .a-CardView-items--row .a-CardView-media {
	  margin-top: var(--a-cv-media-padding-y);
	  margin-bottom: var(--a-cv-media-padding-y);
	  margin-right: 0;
	}
	.u-RTL .t-CardsRegion--styleA .a-CardView-items--row .a-CardView-media {
	  margin-right: var(--a-cv-media-padding-x);
	  margin-left: 0;
	}
	.t-CardsRegion--styleB {
	  --a-cv-overflow: hidden;
	  --a-cv-media-background-color: rgba(0, 0, 0, 0.025);
	  --a-cv-icon-container-size: 64px;
	  --a-cv-icon-size: 32px;
	  --a-cv-icon-border-radius: 4px;
	  --a-cv-icon-image-size: var(--a-cv-icon-container-size);
	  --a-cv-icon-image-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-size: var(--a-cv-icon-container-size);
	  --a-cv-initials-font-size: 32px;
	  --a-cv-initials-font-weight: 400;
	  --a-cv-media-overlay-color: rgba(0, 0, 0, 0.75);
	  --a-cv-media-padding-y: 0px;
	  --a-cv-media-padding-x: 0px;
	  --a-cv-header-border-width: 0px;
	  --a-cv-header-background-color: unset;
	  --a-cv-actions-border-width: 0px;
	  --a-cv-actions-background-color: unset;
	  --a-cv-title-font-size: 20px;
	  --a-cv-title-line-height: 28px;
	  --a-cv-badge-padding: 4px 12px;
	  --a-cv-badge-border-radius: 20px;
	}
	.t-CardsRegion--styleB .has-icon--top {
	  --a-cv-icon-container-size: 112px;
	  --a-cv-icon-size: 32px;
	  --a-cv-icon-border-radius: 4px;
	  --a-cv-icon-image-size: var(--a-cv-icon-container-size);
	  --a-cv-icon-image-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-border-radius: var(--a-cv-icon-border-radius);
	  --a-cv-initials-size: var(--a-cv-icon-container-size);
	  --a-cv-initials-font-size: 32px;
	}
	.t-CardsRegion--styleB .has-icon--top .a-CardView-iconWrap {
	  margin-left: calc(var(--a-cv-header-padding-x) * -1);
	  margin-right: calc(var(--a-cv-header-padding-x) * -1);
	  margin-top: calc(var(--a-cv-header-padding-y) * -1);
	}
	.t-CardsRegion--styleB .has-icon--top .a-CardView-iconWrap .a-CardView-initials,
	.t-CardsRegion--styleB .has-icon--top .a-CardView-iconWrap .a-CardView-icon,
	.t-CardsRegion--styleB .has-icon--top .a-CardView-iconWrap .a-CardView-iconImg {
	  width: 100%;
	  border-radius: 0;
	}
	.t-CardsRegion--styleB .has-icon--top .a-CardView-icon:before {
	  border-radius: 100%;
	  background-color: rgba(0, 0, 0, 0.1);
	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	  margin: auto;
	  padding: calc(var(--a-cv-icon-size) / 2);
	}
	.t-CardsRegion--styleB .has-icon--start .a-CardView-iconWrap {
	  margin-bottom: var(--a-cv-header-item-spacing-x, 12px);
	}
	.t-CardsRegion--styleB .has-icon--end .a-CardView-iconWrap {
	  margin-top: var(--a-cv-header-item-spacing-x, 12px);
	  grid-area: badge-bottom;
	}
	.t-CardsRegion--styleB .has-icon--end .a-CardView-headerBody {
	  grid-area: icon-top;
	}
	.t-CardsRegion--styleB .has-icon--end .a-CardView-badge {
	  grid-area: body;
	}
	.t-CardsRegion--styleB .a-CardView-iconWrap {
	  grid-area: icon-top;
	  margin-right: unset;
	  margin-left: unset;
	  display: flex;
	  justify-content: center;
	}
	.t-CardsRegion--styleB .a-CardView-headerBody {
	  text-align: center;
	}
	.t-CardsRegion--styleB .a-CardView-badge {
	  margin-left: auto;
	  margin-right: auto;
	  grid-area: badge-bottom;
	}
	.t-CardsRegion--styleB .a-CardView-badge:not(:first-child) {
	  margin-top: var(--a-cv-header-item-spacing-x, 12px);
	}
	.t-CardsRegion--styleB .a-CardView-badgeLabel {
	  border: unset;
	  clip: unset;
	  height: unset;
	  margin: unset;
	  overflow: unset;
	  padding: unset;
	  position: unset;
	  width: unset;
	}
	.t-CardsRegion--styleB .a-CardView-actions {
	  flex-direction: column;
	}
	.t-CardsRegion--styleB .a-CardView-actionsPrimary .a-CardView-button {
	  width: 100%;
	}
	.t-CardsRegion--styleB .a-CardView-actionsPrimary .a-CardView-button + .a-CardView-button {
	  margin-top: 4px;
	}
	.t-CardsRegion--styleB .a-CardView-actionsSecondary {
	  text-align: center;
	}
	.t-CardsRegion--styleB .a-CardView-actionsSecondary:not(:only-child) {
	  margin-top: 8px;
	}
	.t-CardsRegion--styleC {
	  --a-cv-overflow: hidden;
	  --a-cv-media-background-color: rgba(0, 0, 0, 0.025);
	  --a-cv-media-overlay-color: rgba(0, 0, 0, 0.75);
	  --a-cv-media-padding-y: 0px;
	  --a-cv-media-padding-x: 0px;
	  --a-cv-header-border-width: 0px;
	  --a-cv-header-background-color: unset;
	  --a-cv-actions-border-width: 0px;
	  --a-cv-actions-background-color: unset;
	}
	.t-CardsRegion--styleC .has-title.has-body:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-title.has-secondary:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-subtitle.has-body:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-subtitle.has-secondary:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-icon.has-body:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-icon.has-secondary:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-badge.has-body:not(.has-media--body) .a-CardView-body,
	.t-CardsRegion--styleC .has-badge.has-secondary:not(.has-media--body) .a-CardView-body {
	  padding-top: 0;
	}
	.t-CardsRegion--styleC .a-CardView-items--row .a-CardView-body {
	  grid-column-start: 3;
	}
	.t-CardsRegion--styleC .a-CardView-items--row .a-CardView-actions {
	  flex-direction: column;
	  align-items: flex-end;
	  grid-column: 4;
	  grid-row-start: 1;
	  grid-row-end: 4;
	}
	.t-CardsRegion--styleC .a-CardView-items--row .a-CardView:not(.has-icon),
	.t-CardsRegion--styleC .a-CardView-items--row .has-icon--top,
	.t-CardsRegion--styleC .a-CardView-items--row .has-icon--end {
	  --a-cv-icon-spacer: 0px;
	}
	@media (max-width: 768px) {
	  .t-CardsRegion--styleC .a-CardView-items--row .has-media {
		grid-template-columns: minmax(20px, 80px) minmax(0, var(--a-cv-icon-spacer, 44px)) 1fr minmax(0, auto);
	  }
	}
	.t-Card {
	  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.075);
	}
	.t-Card-wrap {
	  border-radius: 2px;
	  background-color: #ffffff;
	  border-color: rgba(0, 0, 0, 0.075);
	}
	.t-Card-wrap:focus {
	  border-color: #00b0dc;
	}
	.t-Card-icon {
	  color: #ffffff;
	}
	.t-Card-desc {
	  color: #262626;
	}
	.t-Card-info,
	.t-Card-subtitle {
	  color: #666666;
	}
	.t-Card-title {
	  color: #262626;
	}
	.t-Card-colorFill,
	.t-Card-icon {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Cards--featured .t-Card-body {
	  border-top-color: rgba(0, 0, 0, 0.075);
	}
	.t-Cards--basic .t-Card-titleWrap {
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	}
	.t-Cards--compact .t-Card-titleWrap {
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	}
	.t-Cards--featured .t-Card-body {
	  border-top-color: rgba(0, 0, 0, 0.075);
	}
	.t-Cards--block .t-Icon {
	  background-color: rgba(0, 0, 0, 0.1);
	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	}
	.t-Cards--animRaiseCard .t-Card:hover {
	  box-shadow: 0 10px 4px -4px rgba(0, 0, 0, 0.05);
	}
	.t-Cards--sampleAppsFooter {
	  margin-top: 32px;
	}
	.t-Cards--sampleAppsFooter .t-Card {
	  box-shadow: none;
	}
	.t-Cards--sampleAppsFooter .t-Cards-item {
	  display: block;
	  flex-grow: 1;
	  width: 25%;
	}
	@media only screen and (max-width: 480px) {
	  .t-Cards--sampleAppsFooter .t-Cards-item {
		width: 50%;
	  }
	}
	.t-Cards--sampleAppsFooter .t-Card-wrap,
	.t-Cards--sampleAppsFooter .t-Card-icon {
	  background-color: transparent;
	  border-color: transparent;
	}
	.t-Cards--sampleAppsFooter .t-Card-icon {
	  transition: 0.2s ease;
	}
	.t-Cards--sampleAppsFooter .t-Icon {
	  background-color: #ffffff;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	}
	.t-ClassicCalendar-monthTitle {
	  color: #262626;
	}
	.t-ClassicCalendar-dayColumn {
	  background-color: #fafafa;
	  vertical-align: top;
	  border-color: #f2f2f2;
	  color: #4d4d4d;
	}
	.t-ClassicCalendar-day {
	  border-color: #f2f2f2;
	}
	.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
	  opacity: 0.5;
	}
	.t-ClassicCalendar-day.is-weekend,
	.t-ClassicCalendar-day.is-inactive {
	  background-color: #fcfcfc;
	}
	.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-ClassicCalendar-date {
	  color: #666666;
	}
	.t-ClassicCalendar-event {
	  background-color: #f2f2f2;
	}
	.t-ClassicCalendar-event {
	  color: #262626;
	}
	.t-ClassicCalendar-event a {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol,
	.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol {
	  background-color: #fafafa;
	}
	.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents,
	.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents {
	  color: #262626;
	}
	.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a,
	.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today,
	.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today {
	  background-color: #6a6a6a;
	}
	.t-ClassicCalendar-list {
	  border-color: #f2f2f2;
	}
	.t-ClassicCalendar-listTitle,
	.t-ClassicCalendar-listEvent {
	  border-color: #f2f2f2;
	}
	.t-ClassicCalendar-listTitle {
	  background-color: #fafafa;
	  color: #4d4d4d;
	}
	.t-ClassicCalendar-listEvent {
	  color: #262626;
	}
	.t-Comments--chat .t-Comments-comment {
	  background-color: rgba(0, 0, 0, 0.05);
	  color: #000;
	}
	.t-Comments--chat .t-Comments-comment:after {
	  border-color: rgba(0, 0, 0, 0);
	  border-right-color: rgba(0, 0, 0, 0.05);
	}
	.u-RTL .t-Comments--chat .t-Comments-comment:after {
	  border-right-color: rgba(0, 0, 0, 0);
	  border-left-color: rgba(0, 0, 0, 0.05);
	}
	.t-Comments--chat .t-Comments-item.is-active .t-Comments-comment {
	  background-color: rgba(0, 0, 0, 0.1);
	  color: #000;
	}
	.t-Comments--chat .t-Comments-item.is-active .t-Comments-comment:after {
	  border-right-color: rgba(0, 0, 0, 0.1);
	}
	.u-RTL .t-Comments--chat .t-Comments-item.is-active .t-Comments-comment:after {
	  border-right-color: rgba(0, 0, 0, 0);
	  border-left-color: rgba(0, 0, 0, 0.1);
	}
	.t-Comments--basic .t-Comments-item.is-active {
	  background-color: #fbfbfb;
	}
	.t-Comments-item.is-systemMessage {
	  background-color: rgba(13, 13, 13, 0.05);
	}
	.t-Comments-info {
	  color: rgba(0, 0, 0, 0.65);
	}
	.t-Comments-comment {
	  color: #000;
	}
	.t-Completeness {
	  background-color: #ffffff;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	}
	a.t-Completeness:hover .t-Completeness-labelWrap {
	  background-color: rgba(0, 0, 0, 0.25);
	}
	a.t-Completeness:hover .t-Completeness-label {
	  background-color: #ffffff;
	}
	.t-Completeness-fill {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	}
	.t-Completeness-label {
	  background-color: rgba(255, 255, 255, 0.75);
	  color: rgba(0, 0, 0, 0.75);
	}
	.t-ConfigPanel {
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	}
	.t-ConfigPanel-about {
	  background-color: #fff7e0;
	  color: #565656;
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	}
	.t-ConfigPanel-main {
	  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	}
	@media only screen and (max-width: 640px) {
	  .t-ConfigPanel-main {
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	  }
	}
	.t-ConfigPanel-icon {
	  border-radius: 100%;
	  background-color: #A0A0A0;
	  color: #FFF;
	}
	.t-ConfigPanel-icon.is-enabled {
	  background-color: #208113;
	}
	.t-ConfigPanel-icon.is-disabled {
	  background-color: #b31004;
	}
	.t-ConfigPanel-setting,
	.t-ConfigPanel-status {
	  color: #666666;
	}
	.t-ConfigPanel-status {
	  color: #262626;
	}
	.t-ConfigPanel-attrLink {
	  color: #666666;
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	}
	.t-ConfigPanel-attrLink:hover {
	  background-color: rgba(0, 0, 0, 0.05);
	  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	}
	.t-ConfigPanel-attrValue {
	  color: #000000;
	}
	.t-ContentBlock--shadowBG .t-ContentBlock-body {
	  background-color: rgba(0, 0, 0, 0.05);
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.t-ContentBlock--lightBG .t-ContentBlock-body {
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.t-ContentRow-item {
	  border-bottom-color: rgba(0, 0, 0, 0.075);
	}
	.t-ContentRow-iconWrap,
	.t-ContentRow-description,
	.t-ContentRow-misc {
	  color: #666666;
	}
	.t-Dialog {
	  background-color: #ffffff;
	}
	.t-Dialog ::-webkit-scrollbar-thumb {
	  background-color: #bfbfbf;
	}
	.t-Dialog ::-webkit-scrollbar-thumb:hover {
	  background-color: #b3b3b3;
	}
	.t-Dialog::-webkit-scrollbar-track {
	  background-color: #ffffff;
	}
	.t-DialogRegion-buttons {
	  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
	}
	.a-FS-control + .a-FS-control {
	  border-top-color: rgba(0, 0, 0, 0.1);
	}
	.a-FS-toggle {
	  background-color: rgba(0, 0, 0, 0.2);
	  color: #2b2b2b;
	  border-radius: 2px;
	}
	.a-FS-toggle:hover {
	  background-color: rgba(0, 0, 0, 0.25);
	}
	.a-FS-toggle:focus {
	  background-color: #eaeaea;
	  box-shadow: 0 1px 1px 0 rgba(234, 234, 234, 0.85);
	}
	.a-FS-clearButton,
	.a-FS-toggleOverflow {
	  background-color: transparent;
	  color: #000000;
	}
	.a-FS-search span.apex-item-icon,
	.a-FS-filter span.apex-item-icon {
	  color: rgba(0, 0, 0, 0.65);
	}
	.a-FS-search {
	  border-bottom-color: rgba(0, 0, 0, 0.1);
	}
	.a-FS-clear {
	  outline: none;
	  --a-button-background-color: rgba(0, 0, 0, 0.05);
	  --a-button-hover-background-color: rgba(0, 0, 0, 0.075);
	  --a-button-active-background-color: rgba(0, 0, 0, 0.1);
	  --a-button-focus-background-color: rgba(0, 0, 0, 0.1);
	  --a-button-focus-border-color: #eaeaea;
	}
	.a-FS-clear:focus {
	  box-shadow: inset 0 0 0 1px #eaeaea;
	}
	.a-FS-currentList {
	  --a-fs-filter-group-border-color: rgba(0, 0, 0, 0.1);
	  --a-fs-filter-group-label-text-color: #707070;
	}
	.a-FS-facetChart {
	  --jui-dialog-titlebar-border-width: 1px;
	  --jui-dialog-titlebar-border-color: rgba(0, 0, 0, 0.05);
	  --jui-dialog-titlebar-background-color: #ffffff;
	  --jui-dialog-titlebar-text-color: #262626;
	  --a-fs-chart-border-color: rgba(0, 0, 0, 0.1);
	}
	:root {
	  --a-filedrop-border-radius: 6px;
	  --a-filedrop-border-color: #e6e6e6;
	  --a-filedrop-background-color: #ffffff;
	  --a-filedrop-focus-border-color: #00b0dc;
	  --a-filedrop-dragging-background-color: rgba(0, 176, 220, 0.1);
	  --a-filedrop-dragging-border-color: #00b0dc;
	  --a-filedrop-progress-background-color: rgba(0, 0, 0, 0.1);
	  --a-filedrop-progress-bar-background-color: #00b0dc;
	}
	.apex-item-file-download {
	  margin-top: 0.4rem;
	  display: inline-block;
	}
	.apex-item-group--file-block {
	  --a-filedrop-item-spacing: 6px;
	  --a-filedrop-padding-y: 24px;
	}
	.apex-item-group--file-browse {
	  --a-filedrop-padding-y: 0px;
	  --a-filedrop-padding-x: 0px;
	  --a-filedrop-icon-size: 16px;
	  --a-filedrop-heading-font-size: 12px;
	  --a-filedrop-heading-line-height: 16px;
	  --a-filedrop-heading-font-weight: 400;
	  --a-filedrop-text-color: rgba(32, 32, 32, 0.7);
	}
	.apex-item-group--file-browse .apex-item-filedrop-body,
	.apex-item-group--file-browse .apex-item-filedrop-icon {
	  padding: 0.4rem 0.8rem;
	}
	.apex-item-group--file-browse .apex-item-filedrop-icon {
	  border-left-width: var(--a-filedrop-border-width);
	  border-left-style: var(--a-filedrop-border-style);
	  border-left-color: var(--a-filedrop-border-color);
	  background-color: #ffffff;
	  border-radius: 0 6px 6px 0;
	}
	.u-RTL .apex-item-group--file-browse .apex-item-filedrop-icon {
	  border-radius: 6px 0 0 6px;
	  border-left-width: 0;
	  border-right-width: var(--a-filedrop-border-width);
	  border-right-style: solid;
	  border-right-color: var(--a-filedrop-border-color);
	}
	.apex-item-group--file-browse .apex-item-filedrop {
	  flex-direction: row;
	  height: auto;
	  outline: none;
	}
	.apex-item-group--file-browse .apex-item-filedrop:hover {
	  --a-filedrop-text-color: #202020;
	}
	.apex-item-group--file-browse .apex-item-filedrop:hover .apex-item-filedrop-icon {
	  background-color: #ffffff;
	  color: #202020;
	}
	.apex-item-group--file-browse .apex-item-filedrop:focus .apex-item-filedrop-icon {
	  border-color: #00b0dc;
	  background-color: #00b0dc;
	  color: #ffffff;
	}
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--large .apex-item-group--file-browse {
	  --a-filedrop-heading-font-size: 14px;
	}
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--large .apex-item-group--file-browse .apex-item-filedrop-body,
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--large .apex-item-group--file-browse .apex-item-filedrop-icon {
	  padding-top: 6px;
	  padding-bottom: 6px;
	}
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--large .apex-item-group--file-browse .apex-item-filedrop-icon {
	  padding-left: 12px;
	  padding-right: 12px;
	}
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--xlarge .apex-item-group--file-browse {
	  --a-filedrop-heading-font-size: 16px;
	}
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--xlarge .apex-item-group--file-browse .apex-item-filedrop-body,
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--xlarge .apex-item-group--file-browse .apex-item-filedrop-icon {
	  padding-top: 8px;
	  padding-bottom: 8px;
	}
	.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--xlarge .apex-item-group--file-browse .apex-item-filedrop-icon {
	  padding-left: 16px;
	  padding-right: 16px;
	}
	.t-Footer {
	  border-top: 1px solid rgba(0, 0, 0, 0.05);
	  background-color: rgba(0, 0, 0, 0.025);
	}
	.t-Footer-topButton {
	  background-color: #ffffff;
	  color: #595959;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	}
	.t-Footer-topButton:hover {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(0, 0, 0, 0.05);
	}
	.t-Footer-topButton:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	:root {
	  --a-field-input-text-color: #202020;
	  --a-field-input-background-color: #ffffff;
	  --a-field-input-border-color: #e6e6e6;
	}
	.t-Form-inputContainer:before {
	  color: #202020;
	}
	.a-IRR-search-field,
	.a-IG .a-Toolbar-inputText,
	.a-IRR-selectList,
	.a-Toolbar-selectList {
	  --a-field-input-text-color: #202020;
	  --a-field-input-background-color: #ffffff;
	  --a-field-input-border-color: #e6e6e6;
	  color: #202020;
	  background-color: #ffffff;
	  border-color: #e6e6e6;
	}
	.a-IRR-search-field:hover,
	.a-IG .a-Toolbar-inputText:hover,
	.a-IRR-selectList:hover,
	.a-Toolbar-selectList:hover {
	  --a-field-input-background-color: #ffffff;
	  background-color: #ffffff;
	}
	.a-IRR-search-field:focus,
	.a-IG .a-Toolbar-inputText:focus,
	.a-IRR-selectList:focus,
	.a-Toolbar-selectList:focus {
	  --a-field-input-background-color: #ffffff;
	  --a-field-input-border-color: #00b0dc;
	  background-color: #ffffff !important;
	  border-color: var(--sc-secondary) !important;
	  outline: none;
	}
	.a-Toolbar-group--together .a-Toolbar-item + .a-Toolbar-item {
	  margin-left: -1px;
	}
	.u-RTL .a-Toolbar-group--together .a-Toolbar-item + .a-Toolbar-item {
	  margin-left: 0;
	  margin-right: -1px;
	}
	.apex-item-file-dropzone-label,
	.apex-item-file-dropzone-icon {
	  border-color: #e6e6e6;
	}
	.apex-item-file:focus + .apex-item-file-dropzone .apex-item-file-dropzone-label {
	  border-color: #00b0dc;
	}
	.apex-item-file:focus + .apex-item-file-dropzone .apex-item-file-dropzone-icon {
	  background-color: #00b0dc;
	  border-color: #00b0dc;
	}
	.apex-item-textarea,
	.apex-item-text,
	.apex-item-select,
	.apex-item-multi,
	select.listmanager,
	select.ui-datepicker-month,
	select.ui-datepicker-year,
	.oj-text-field .oj-text-field-container,
	.oj-datepicker-inline .oj-datepicker-content {
	  color: #202020;
	  background-color: #ffffff;
	  border-color: #e6e6e6;
	}
	.apex-item-textarea.apex-page-item-error,
	.apex-item-text.apex-page-item-error,
	.apex-item-select.apex-page-item-error,
	.apex-item-multi.apex-page-item-error,
	select.listmanager.apex-page-item-error,
	select.ui-datepicker-month.apex-page-item-error,
	select.ui-datepicker-year.apex-page-item-error,
	.oj-text-field .oj-text-field-container.apex-page-item-error,
	.oj-datepicker-inline .oj-datepicker-content.apex-page-item-error {
	  border-color: #e51405;
	}
	.apex-item-textarea.apex-page-item-error:required:valid,
	.apex-item-text.apex-page-item-error:required:valid,
	.apex-item-select.apex-page-item-error:required:valid,
	.apex-item-multi.apex-page-item-error:required:valid,
	select.listmanager.apex-page-item-error:required:valid,
	select.ui-datepicker-month.apex-page-item-error:required:valid,
	select.ui-datepicker-year.apex-page-item-error:required:valid,
	.oj-text-field .oj-text-field-container.apex-page-item-error:required:valid,
	.oj-datepicker-inline .oj-datepicker-content.apex-page-item-error:required:valid {
	  border-color: #e6e6e6;
	}
	.oj-text-field.oj-invalid .oj-text-field-container {
	  border-color: #e51405;
	}
	.ui-dialog .u-Form-inputContainer input,
	.ui-dialog .u-Form-inputContainer select,
	.ui-dialog .u-Form-inputContainer textarea {
	  --a-field-input-text-color: #202020;
	  --a-field-input-background-color: #ffffff;
	  --a-field-input-border-color: #e6e6e6;
	  color: #202020;
	  background-color: #ffffff;
	  border-color: #e6e6e6;
	}
	.ui-dialog .u-Form-inputContainer input:hover,
	.ui-dialog .u-Form-inputContainer select:hover,
	.ui-dialog .u-Form-inputContainer textarea:hover {
	  --a-field-input-background-color: #ffffff;
	  background-color: #ffffff;
	}
	.ui-dialog .u-Form-inputContainer input:focus,
	.ui-dialog .u-Form-inputContainer select:focus,
	.ui-dialog .u-Form-inputContainer textarea:focus {
	  --a-field-input-background-color: #ffffff;
	  --a-field-input-border-color: #00b0dc;
	  background-color: #ffffff !important;
	  border-color: var(--sc-primary)!important;
	}
	.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--textarea.js-show-label .t-Form-label:before,
	.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--textarea.is-active .t-Form-label:before {
	  background-color: #ffffff;
	}
	.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--textarea:focus-within .t-Form-label:before {
	  background-color: #ffffff !important;
	}
	.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--textarea:hover .t-Form-label:before {
	  background-color: #ffffff;
	}
	.apex-item-text,
	.apex-item-select,
	.apex-item-textarea,
	.oj-text-field .oj-text-field-container,
	.oj-datepicker-inline .oj-datepicker-content {
	  border-radius: 6px;
	}
	.apex-item-multi .apex-item-text.apex-item-popup-lov {
	  background-color: transparent;
	  border-color: transparent;
	}
	.t-Form-fieldContainer--floatingLabel .t-Form-inputContainer .apex-item-display-only {
	  color: #202020;
	  background-color: #ffffff;
	  border-color: #e6e6e6;
	  border-style: dashed;
	}
	.apex-item-file-dropzone-label {
	  background-color: #ffffff;
	  color: rgba(32, 32, 32, 0.7);
	  border-radius: 6px 0 0 6px;
	}
	.u-RTL .apex-item-file-dropzone-label {
	  border-radius: 0 6px 6px 0;
	}
	.apex-item-file-dropzone-icon {
	  background-color: #ffffff;
	  border-radius: 0 6px 6px 0;
	}
	.u-RTL .apex-item-file-dropzone-icon {
	  border-radius: 6px 0 0 6px;
	}
	.apex-item-file:hover + .apex-item-file-dropzone .apex-item-file-dropzone-label {
	  color: #202020;
	}
	.apex-item-file:hover + .apex-item-file-dropzone .apex-item-file-dropzone-icon {
	  background-color: #ffffff;
	  color: #202020;
	}
	.apex-item-file:focus + .apex-item-file-dropzone .apex-item-file-dropzone-label {
	  border-color: #00b0dc;
	  color: #202020;
	}
	.apex-item-file:focus + .apex-item-file-dropzone .apex-item-file-dropzone-icon {
	  border-color: #00b0dc;
	  background-color: #00b0dc;
	  color: #ffffff;
	}
	.apex-item-textarea:focus,
	.apex-item-text:focus,
	.apex-item-select:focus,
	.apex-item-multi:focus,
	select.listmanager:focus,
	.oj-text-field.oj-focus .oj-text-field-container,
	.oj-inputdatetime-inline.oj-focus .oj-datepicker-content {
	  background-color: #ffffff !important;
	  border-color: var(--sc-primary)!important;
	}
	.apex-item-text.a-PopupLOV-search:focus + .a-Button--popupLOV,
	.apex-item-text.a-PopupLOV-search.is-focused + .a-Button--popupLOV,
	.apex-item-text.apex-item-popup-lov:focus + .a-Button--popupLOV,
	.apex-item-text.apex-item-popup-lov.is-focused + .a-Button--popupLOV,
	.apex-item-multi:focus + .a-Button--popupLOV,
	.apex-item-multi.is-focused + .a-Button--popupLOV,
	.apex-item-text.a-PopupLOV-search:focus + .apex-item-icon + .a-Button--popupLOV,
	.apex-item-text.a-PopupLOV-search.is-focused + .apex-item-icon + .a-Button--popupLOV,
	.apex-item-text.apex-item-popup-lov:focus + .apex-item-icon + .a-Button--popupLOV,
	.apex-item-text.apex-item-popup-lov.is-focused + .a-Button--popupLOV,
	.apex-item-multi:focus + .apex-item-icon + .a-Button--popupLOV,
	.apex-item-multi.is-focused + .apex-item-icon + .a-Button--popupLOV {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.apex-item-textarea:hover,
	.apex-item-text:hover,
	.apex-item-select:hover,
	.apex-item-multi:hover,
	select.listmanager:hover,
	.oj-datepicker-inline .oj-datepicker-content,
	.oj-text-field:hover .oj-text-field-container {
	  background-color: #ffffff;
	}
	.t-Form-inputContainer input::-webkit-input-placeholder {
	  color: rgba(32, 32, 32, 0.62);
	  opacity: 1;
	}
	.t-Form-inputContainer input::-moz-placeholder {
	  color: rgba(32, 32, 32, 0.62);
	  opacity: 1;
	}
	.t-Form-inputContainer input:-ms-input-placeholder {
	  color: rgba(32, 32, 32, 0.62);
	  opacity: 1;
	}
	.t-Form input.file {
	  color: #202020;
	}
	.t-Form-inputContainer span.display_only {
	  border-color: transparent;
	  background-color: transparent;
	}
	.t-Form-select,
	.t-Form-inputContainer select.yes_no {
	  color: #202020;
	  border-color: #e6e6e6;
	}
	.t-Form-field--readOnly {
	  background-color: transparent;
	}
	.t-Form-radioLabel,
	.t-Form-inputContainer .radio_group label,
	.t-Form-checkboxLabel,
	.t-Form-inputContainer .checkbox_group label,
	.t-Form-label,
	.u-Form-label {
	  color: #262626;
	}
	.t-Form-fieldContainer--floatingLabel .t-Form-label {
	  color: #595959;
	}
	.t-Form-error {
	  color: #b31004;
	}
	.t-Form-postText {
	  color: #a6a6a6;
	}
	.t-Form--search input.t-Form-searchField {
	  background-color: #ffffff;
	  color: #262626;
	}
	.oj-helphints-inline-container,
	.oj-user-assistance-inline-container,
	.oj-user-assistance-inline-container .oj-message-detail {
	  --oj-user-assistance-inline-text-color: #a6a6a6;
	}
	.a-Button.a-Button--calendar,
	.a-Button.a-Button--popupLOV,
	.a-Button.a-Button--colorPicker {
	  border-radius: 0 6px 6px 0;
	}
	.u-RTL .a-Button.a-Button--calendar,
	.u-RTL .a-Button.a-Button--popupLOV,
	.u-RTL .a-Button.a-Button--colorPicker {
	  border-radius: 6px 0 0 6px;
	}
	.t-Form-inputContainer input.hasDatepicker,
	.t-Form-inputContainer input.popup_lov {
	  border-radius: 6px 0 0 6px;
	}
	.u-RTL .t-Form-inputContainer input.hasDatepicker,
	.u-RTL .t-Form-inputContainer input.popup_lov {
	  border-radius: 0 6px 6px 0;
	}
	.ui-datepicker {
	  border-color: #e6e6e6;
	}
	body .ui-datepicker.ui-datepicker-inline {
	  outline: none;
	  box-shadow: none !important;
	  background-color: transparent !important;
	}
	.t-Form-fieldContainer--floatingLabel .ui-datepicker-inline {
	  box-shadow: none !important;
	  background-color: transparent;
	  padding: 0;
	  border: none;
	}
	.t-Form-fieldContainer--floatingLabel .ui-datepicker-inline .ui-widget-header {
	  background-color: transparent !important;
	}
	:root,
	.u-selector {
	  --a-checkbox-background-color: #ffffff;
	  --a-checkbox-border-color: rgba(0, 0, 0, 0.15);
	  --a-checkbox-text-color: #ffffff;
	  --a-checkbox-checked-background-color: #00b0dc;
	  --a-checkbox-checked-text-color: #ffffff;
	  --a-checkbox-hover-background-color: rgba(0, 0, 0, 0.05);
	}
	.apex-item-group--rc input {
	  
	}
	.apex-item-group--rc input + label:before {
	  --a-checkbox-background-color: #ffffff;
	  box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 0 1px;
	  background-color: #ffffff;
	}
	.apex-item-group--rc input + label:after {
	  color: #ffffff;
	}
	.apex-item-group--rc input:hover + label:before {
	  box-shadow: inset rgba(0, 0, 0, 0.25) 0 0 0 1px;
	}
	.apex-item-group--rc input:focus + label:before {
	  box-shadow: inset var(--sc-primary)0 0 0 1px, inset #ffffff 0 0 0 2px;
	}
	.apex-item-single-checkbox input {
	  
	}
	.apex-item-single-checkbox input:hover + label:before {
	  --a-checkbox-border-color: rgba(0, 0, 0, 0.25);
	}
	.apex-item-single-checkbox input:checked + label:hover:before {
	  --a-checkbox-background-color: #009cc3;
	}
	.checkbox_group input,
	.radio_group input {
	  
	}
	.checkbox_group input:focus:checked + label:before,
	.radio_group input:focus:checked + label:before {
	  box-shadow: inset var(--sc-primary)0 0 0 1px, inset #ffffff 0 0 0 2px;
	}
	.checkbox_group input:checked + label:before,
	.radio_group input:checked + label:before {
	  background-color: #00b0dc;
	  box-shadow: none;
	  border-color: transparent;
	}
	.checkbox_group input:checked + label:hover:before,
	.radio_group input:checked + label:hover:before {
	  background-color: #009cc3;
	}
	.u-checkbox:focus:before,
	.apex-item-single-checkbox input:focus + .u-checkbox:before,
	.apex-item-single-checkbox input:focus + label:before,
	.u-radio:focus:before {
	  --a-checkbox-border-color: #00b0dc;
	  box-shadow: inset #ffffff 0 0 0 1px;
	}
	.radio_group input + label:after {
	  background-color: #ffffff;
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input {
	  
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input + label:before {
	  background-color: #ececec;
	  border-color: transparent;
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:focus + label:before {
	  border-color: #00b0dc;
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:focus:checked + label:before {
	  border-color: #ffffff;
	  background-color: #ffffff;
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:focus:checked + label:after {
	  color: #00b0dc;
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:checked + label:before {
	  border-color: #ffffff;
	  background-color: #ffffff;
	}
	.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:checked + label:after {
	  color: #00b0dc;
	}
	.t-Form-fieldContainer--preTextBlock .t-Form-itemText--pre,
	.t-Form-fieldContainer--postTextBlock .t-Form-itemText--post {
	  background-color: #ffffff;
	  box-shadow: 0 0 0 0.1rem #e6e6e6 inset;
	  border-radius: 6px;
	}
	.t-Form-fieldContainer--preTextBlock .t-Form-itemText--pre {
	  border-radius: 6px 0 0 6px;
	}
	.u-RTL .t-Form-fieldContainer--preTextBlock .t-Form-itemText--pre {
	  border-radius: 0 6px 6px 0;
	}
	.t-Form-fieldContainer--postTextBlock .t-Form-itemText--post {
	  border-radius: 0 6px 6px 0;
	}
	.u-RTL .t-Form-fieldContainer--postTextBlock .t-Form-itemText--post {
	  border-radius: 6px 0 0 6px;
	}
	.apex-item-has-icon:focus + .apex-item-icon,
	.apex-item-multi.is-focused + .apex-item-icon {
	  color: #00b0dc;
	}
	.t-Form-fieldContainer--floatingLabel .apex-item-icon {
	  color: #404040;
	  box-shadow: -0.1rem 0 0 #e6e6e6 inset;
	  border-radius: 6px 0 0 6px;
	}
	.u-RTL .t-Form-fieldContainer--floatingLabel .apex-item-icon {
	  box-shadow: 0.1rem 0 0 #e6e6e6 inset;
	  border-radius: 0 6px 6px 0;
	}
	.t-Form-fieldContainer--floatingLabel.is-required:before {
	  border-top-left-radius: 6px;
	}
	.u-RTL .t-Form-fieldContainer--floatingLabel.is-required:before {
	  border-top-left-radius: 0;
	  border-top-right-radius: 6px;
	}
	.t-Form-fieldContainer--floatingLabel .apex-item-has-icon:focus + .apex-item-icon,
	.t-Form-fieldContainer--floatingLabel .apex-item-multi.is-focused + .apex-item-icon {
	  box-shadow: none;
	  background-color: #00b0dc;
	  color: #ffffff;
	}
	.t-Form-helpButton:focus .a-Icon {
	  color: #00b0dc;
	}
	.t-Form-fieldContainer--radioButtonGroup .t-Form-itemWrapper > .apex-item-group > .apex-item-option:first-of-type label {
	  border-radius: 6px 6px 0 0;
	}
	.t-Form-fieldContainer--radioButtonGroup .t-Form-itemWrapper > .apex-item-group > .apex-item-option:last-of-type label {
	  border-radius: 0 0 6px 6px;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:first-of-type label {
	  border-radius: 6px 0 0 6px;
	}
	.t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:last-of-type label {
	  border-radius: 0 6px 6px 0;
	}
	.u-RTL .t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:first-of-type label {
	  border-radius: 0 6px 6px 0;
	}
	.u-RTL .t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:last-of-type label {
	  border-radius: 6px 0 0 6px;
	}
	.a-Switch-toggle {
	  box-shadow: inset rgba(0, 0, 0, 0.05) 0 0 0 1px;
	  background-color: #8c8c8c;
	}
	.a-Switch-toggle:before {
	  background-color: #fff;
	}
	.a-Switch:hover .a-Switch-toggle {
	  background-color: rgba(0, 0, 0, 0.75);
	}
	.a-Switch input[type=checkbox]:focus + .a-Switch-toggle {
	  box-shadow: inset var(--sc-primary)0 0 0 1px, inset #fff 0 0 0 2px;
	}
	.a-Switch input[type=checkbox]:checked + .a-Switch-toggle {
	  background-color: #00b0dc;
	}
	.a-Switch:hover input[type=checkbox]:checked + .a-Switch-toggle {
	  background-color: #009cc3;
	}
	.a-Switch input[type=checkbox]:indeterminate + .a-Switch-toggle:before {
	  box-shadow: inset #fff 0 0 0 1px;
	  background-color: rgba(255, 255, 255, 0.5);
	}
	.t-Header-branding {
	  background-color: #0f2a4d;
	}
	.t-Header-logo,
	.t-Header .t-Button--header.is-active,
	.t-Header .t-Button--header {
	  color: #ffffff;
	}
	.t-Header-logo:hover,
	.t-Header .t-Button--header.is-active:hover,
	.t-Header .t-Button--header:hover {
	  text-decoration: none;
	}
	.t-Header-logo-link {
	  color: inherit;
	}
	.t-Header-logo-link:focus,
	.t-Header-logo-link:active:focus {
	  outline: none;
	  box-shadow: 0 0 0 1px #2ad4ff inset;
	}
	.t-HeroRegion-icon {
	  border-radius: 4px;
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-HeroRegion-title {
	  color: #262626;
	}
	.t-HeroRegion-col--content {
	  color: #737373;
	}
	.t-Body-title .t-HeroRegion-title,
	.t-Body-title .t-HeroRegion-col--content {
	  color: #262626;
	}
	.a-IG {
	  border-color: #ececec;
	  background-color: #fff;
	}
	.a-RV-toolbar,
	.a-IG-dialog-side {
	  border-color: #d1d1d1;
	}
	.a-IG-dialog-side {
	  background-color: #f0f0f0;
	}
	.a-GV-hdr,
	.a-IG-header {
	  border-color: #ececec;
	  background-color: #ffffff;
	}
	:root {
	  --a-gv-header-background-color: #ffffff;
	  --a-gv-background-color: #ffffff;
	}
	.a-GV-table {
	  --a-gv-cell-border-color: #ececec;
	}
	.a-GV-hdr {
	  box-shadow: inset 0 -1px 0 0 #ececec;
	}
	.a-GV-w-frozen .a-GV-table,
	.a-GV-w-hdr .a-GV-table {
	  border-color: #e0e0e0 !important;
	}
	.a-GV-bdy {
	  background-color: #ffffff;
	}
	.a-GV-header,
	.a-GV-headerGroup,
	.a-Toolbar-group {
	  border-color: #ececec;
	}
	.a-GV-table .a-GV-cell {
	  border-color: #ececec;
	}
	.a-GV-table tr.is-selected .a-GV-cell {
	  background-color: #e6f7fc;
	}
	.a-GV-table tr.is-deleted.is-selected .a-GV-cell.has-button {
	  background-color: rgba(229, 247, 252, 0.5);
	}
	.a-IRR-paginationWrap--bottom {
	  border-top-color: #ececec;
	}
	.a-IG-gridView .a-GV-footer {
	  border-color: #ececec;
	}
	.a-GV-footer {
	  border-color: #ececec;
	  background-color: #fbfbfb;
	}
	.a-GV-pageRange {
	  color: rgba(0, 0, 0, 0.65);
	}
	.a-GV-pageButton {
	  color: rgba(0, 0, 0, 0.65);
	}
	.a-GV-pageButton:hover {
	  background-color: rgba(0, 0, 0, 0.075);
	}
	.a-GV-pageSelector-item.is-selected .a-GV-pageButton {
	  background-color: rgba(0, 0, 0, 0.15);
	  color: rgba(0, 0, 0, 0.95);
	}
	.a-GV-table th.a-GV-controlBreakHeader {
	  background-color: rgba(0, 0, 0, 0.05);
	  border-color: rgba(0, 0, 0, 0.1);
	  color: rgba(0, 0, 0, 0.75);
	}
	.a-GV-row.is-hover,
	.a-IRR-table tr:hover td {
	  --a-gv-row-hover-background-color: #fafafa;
	}
	.a-GV--editMode .a-GV-row.is-readonly .a-GV-cell,
	.a-GV--editMode .a-GV-cell.is-readonly {
	  background-color: #f9f9f9;
	  color: #707070;
	}
	.a-IG-recordView .u-Form-fieldContainer .t-Button.t-Button--helpButton {
	  box-shadow: none !important;
	  background-color: transparent !important;
	}
	.a-IG-recordView .u-Form-fieldContainer .t-Button.t-Button--helpButton:before,
	.a-IG-recordView .u-Form-fieldContainer .t-Button.t-Button--helpButton:after {
	  content: none;
	}
	.a-IG-recordView .u-Form-fieldContainer .t-Button.t-Button--helpButton:hover .a-Icon {
	  opacity: 1;
	}
	.a-IG-recordView .u-Form-fieldContainer .t-Button.t-Button--helpButton:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset !important;
	}
	.a-IG-header,
	.a-IGDialog-header,
	.a-IGDialog-footer,
	.a-IGDialog-side {
	  border-color: #e0e0e0;
	  background-color: #f9f9f9;
	}
	.a-GV-columnControls .a-Button {
	  color: #000000;
	  background-color: #f0f2f5;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
	}
	.a-GV-columnControls .a-Button.is-active {
	  background-color: #d1d7e1;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.025) inset;
	}
	.a-GV-floatingItem.is-expanded {
	  background-color: rgba(255, 255, 255, 0.95);
	}
	.a-GV-columnHandle,
	.a-GV-cellMoveHandle {
	  opacity: 0.5;
	  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA0IDQiPjxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0wIDBoMnYyaC0yeiIvPjwvc3ZnPg==);
	}
	.a-GV-columnHandle:hover,
	.a-GV-cellMoveHandle:hover {
	  opacity: 0.75;
	}
	:root {
	  --a-splitter-bar-background-color: #f0f2f5;
	  --a-splitter-bar-border-color: rgba(0, 0, 0, 0.125);
	  --a-splitter-bar-hover-background-color: #ffffff;
	  --a-splitter-bar-active-background-color: var(--a-splitter-bar-hover-background-color);
	  --a-splitter-bar-focus-background-color: #00b0dc;
	  --a-splitter-bar-focus-border-color: var(--a-splitter-bar-focus-background-color);
	  --a-splitter-thumb-border-color: var(--a-splitter-bar-border-color);
	  --a-splitter-thumb-background-color: var(--a-splitter-bar-background-color);
	  --a-splitter-thumb-arrow-color: #000000;
	  --a-splitter-thumb-hover-border-color: var(--a-splitter-bar-focus-background-color);
	  --a-splitter-thumb-hover-background-color: var(--a-splitter-bar-hover-background-color);
	  --a-splitter-thumb-focus-border-color: var(--a-splitter-bar-focus-background-color);
	  --a-splitter-thumb-focus-background-color: var(--a-splitter-bar-focus-background-color);
	  --a-splitter-thumb-focus-arrow-color: #000000;
	  --a-splitter-thumb-focus-hover-background-color: var(--a-splitter-thumb-focus-background-color);
	}
	:root {
	  --a-report-controls-cell-label-background-color: #ffffff;
	  --a-report-controls-cell-label-text-color: #262626;
	}
	.a-IRR {
	  border-radius: 6px;
	  border-color: rgba(0, 0, 0, 0.1);
	  background-color: #ffffff;
	}
	.a-IRR .a-IRR-pagination-label {
	  color: #737373;
	}
	.a-IRR-dialogRow--header {
	  color: inherit;
	}
	.a-IRR-dialogList a {
	  color: inherit !important;
	}
	.a-IRR-reportSummary-value,
	.a-IG-reportSummary-value {
	  color: #262626;
	}
	.a-IRR-controlsContainer {
	  --a-report-controls-border-color: #e6e6e6;
	  border-top-color: #f5f5f5;
	  background-color: #fafafa;
	}
	.a-IRR-fullView {
	  background-color: #ffffff;
	}
	.a-IRR-button.a-IRR-button--controls {
	  background-color: transparent;
	}
	.a-IRR-toolbar {
	  background: #ffffff;
	  border-color: #e6e6e6;
	}
	.a-Report-percentChart-fill {
	  background-color: #eaeaea;
	}
	.a-Report-percentChart {
	  background-color: #6a6a6a;
	}
	.a-IRR-button--colSearch {
	  border-top-right-radius: 0 !important;
	  border-bottom-right-radius: 0 !important;
	}
	.u-RTL .a-IRR-button--colSearch {
	  border-top-right-radius: 6px !important;
	  border-bottom-right-radius: 6px !important;
	  border-top-left-radius: 0 !important;
	  border-bottom-left-radius: 0 !important;
	}
	.a-IRR-iconViewTable,
	.a-IRR-chartView,
	.a-IRR-pivotView,
	.a-IRR-groupByView,
	.a-IRR-detailView {
	  border-top-color: #f5f5f5;
	}
	.a-IRR-toolbar--singleRow {
	  border-bottom-color: #f0f0f0;
	}
	.a-IRR-header {
	  --a-gv-header-cell-border-color: #e6e6e6;
	  background-color: #fafafa;
	  border-top: 1px solid #e6e6e6;
	  color: rgba(0, 0, 0, 0.95);
	}
	.a-IRR-header:hover {
	  background-color: #f2f2f2;
	}
	.a-IRR-header.is-active {
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	}
	.a-IRR-header.is-active a {
	  color: inherit;
	}
	.a-IRR-header.is-active .a-IRR-headerSort {
	  color: inherit;
	}
	.a-IRR-header.is-active,
	.a-GV-header.is-active {
	  background-color: #202020;
	  color: #FFF;
	}
	.a-IRR-header--group {
	  background-color: #f5f5f5;
	}
	.t-IRR-region {
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.075);
	}
	.a-IRR-tableContainer .js-stickyTableHeader.is-stuck {
	  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
	}
	@media only screen and (max-width: 768px) {
	  .a-IRR-buttons:before {
		background-color: rgba(0, 0, 0, 0.05);
	  }
	}
	.a-IRR-table tr td {
	  background-color: #ffffff;
	  color: #262626;
	}
	.a-IRR-table tr:hover td {
	  background-color: #f9f9f9;
	}
	.t-IRR-region--noBorders .a-IRR {
	  border-radius: 6px;
	}
	.a-IRR-table td {
	  --a-gv-cell-border-color: #f2f2f2;
	  border-left: 1px solid #f2f2f2;
	  border-top: 1px solid #f2f2f2;
	}
	.a-IRR-table tr td:last-child {
	  border-right-color: #f2f2f2;
	}
	.a-IRR-headerLink:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.a-IRR-singleRow-name,
	.a-IRR-singleRow-value {
	  border-bottom-color: #f0f0f0;
	  color: #404040;
	}
	.a-IRR-singleRow-value {
	  background-color: #ffffff;
	}
	.a-IRR-singleRow-row:hover .a-IRR-singleRow-value {
	  background-color: #f7f7f7;
	}
	.a-IRR-singleRow-name {
	  background-color: #f7f7f7;
	}
	.a-IRR-singleRow-row:hover .a-IRR-singleRow-name {
	  background-color: #f0f0f0;
	}
	.a-IRR-button.a-IRR-button--pagination:hover {
	  background-color: #00b0dc;
	}
	@media only screen and (min-width: 769px) {
	  .is-maximized.t-IRR-region .t-fht-thead .a-IRR-header {
		border-bottom: 1px solid #e6e6e6;
	  }
	}
	.ui-widget-content .a-IRR-iconList-link {
	  color: #262626;
	  background-color: #ffffff;
	}
	.a-IRR-iconList-link:hover {
	  background-color: #f7f7f7;
	}
	.a-IRR-iconList-item .a-IRR-iconList-link:hover,
	.a-IRR-iconList-item .a-IRR-iconList-link.is-active,
	.a-IRR-radioIconList-item input[type=radio]:checked + label {
	  background-color: #f7f7f7 !important;
	}
	.a-IRR-button:focus,
	.a-IRR-button:focus {
	  box-shadow: inherit;
	}
	.a-IRR-sortWidget {
	  background-color: rgba(32, 32, 32, 0.95);
	  backdrop-filter: blur(4px);
	  color: #FFF;
	  border-width: 0;
	  border-bottom-left-radius: 6px;
	  border-bottom-right-radius: 6px;
	  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.a-IRR-sortWidget ::-webkit-scrollbar {
	  width: 8px;
	  height: 8px;
	}
	.a-IRR-sortWidget ::-webkit-scrollbar-thumb {
	  background-color: rgba(255, 255, 255, 0.5);
	}
	.a-IRR-sortWidget ::-webkit-scrollbar-track {
	  background-color: rgba(255, 255, 255, 0.25);
	}
	.a-IRR-sortWidget-help {
	  background-color: transparent;
	}
	.a-IRR-sortWidget-actions {
	  padding: 8px;
	  border-radius: 2px;
	  width: auto;
	  border-bottom-width: 0;
	}
	.a-IRR-sortWidget-actions-item {
	  border-right-width: 0;
	}
	.a-IRR-button.a-IRR-sortWidget-button {
	  background-color: transparent;
	  color: #FFF;
	  border-radius: 2px;
	}
	.a-IRR-button.a-IRR-sortWidget-button:hover {
	  background-color: rgba(0, 0, 0, 0.2);
	}
	.a-IRR-button.a-IRR-sortWidget-button:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.a-IRR-button.a-IRR-sortWidget-button.is-active,
	.a-IRR-button.a-IRR-sortWidget-button:active:focus {
	  background-color: rgba(0, 0, 0, 0.5);
	}
	.a-IRR-sortWidget-searchLabel {
	  height: 40px;
	  padding: 12px 8px;
	}
	.a-IRR-sortWidget-searchLabel:before {
	  color: #FFF;
	}
	.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"] {
	  appearance: none;
	  background-color: rgba(255, 255, 255, 0.1);
	  height: 40px;
	  color: #FFF;
	}
	.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"]:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.a-IRR-sortWidget-rows {
	  border-top-width: 0;
	}
	.a-IRR-sortWidget-row {
	  color: #FFF;
	  box-shadow: none;
	}
	.a-IRR-sortWidget-row:hover {
	  background-color: rgba(255, 255, 255, 0.15);
	}
	.a-IRR-sortWidget-row:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.a-IG .a-IRR-sortWidget:before {
	  color: rgba(32, 32, 32, 0.95);
	}
	.a-IRR .hour-graph span.hour.is-null {
	  background-color: #e0e0e0 !important;
	}
	.a-IRR .hour-graph span.hour {
	  background-color: #a6cda1 !important;
	}
	.a-IRR-dialog--download .a-IconList-item {
	  outline: none;
	  color: #262626;
	  box-shadow: inset rgba(0, 0, 0, 0.05) 0 -1px 0 0;
	}
	.a-IRR-dialog--download .a-IconList-item:hover {
	  background-color: #f7f7f7 !important;
	}
	.a-IRR-dialog--download .a-IconList-item.is-selected {
	  background-color: #f7f7f7 !important;
	  box-shadow: inset #eaeaea 0 2px 0 0;
	}
	.a-IRR-dialog--download .a-IconList-item.is-selected.is-focused {
	  color: inherit;
	  box-shadow: inset #eaeaea 0 2px 0 0, inset #eaeaea 0 0 0 1px;
	  background-color: #f7f7f7 !important;
	}
	.a-IRR-iconList-item + .a-IRR-iconList-item {
	  border-color: rgba(0, 0, 0, 0.05);
	}
	.a-IRR-dialogInfo:first-child {
	  border-bottom-color: rgba(0, 0, 0, 0.05);
	}
	.a-IG-reportSummary-item--savedReport,
	.a-IG-controls-item--savedReport,
	.a-IRR-reportSummary-item--savedReport,
	.a-IRR-controls-item--savedReport {
	  --a-report-controls-cell-label-icon-background-color: #4AA4EC;
	  --a-report-controls-cell-label-hover-background-color: #ecf5fd;
	}
	.a-IG-reportSummary-item--search,
	.a-IG-controls-item--search,
	.a-IRR-reportSummary-item--search,
	.a-IRR-controls-item--search {
	  --a-report-controls-cell-label-icon-background-color: #4AA4EC;
	  --a-report-controls-cell-label-hover-background-color: #ecf5fd;
	}
	.a-IG-reportSummary-item--filter,
	.a-IG-controls-item--filter,
	.a-IRR-reportSummary-item--filter,
	.a-IRR-controls-item--filter {
	  --a-report-controls-cell-label-icon-background-color: #24CB7F;
	  --a-report-controls-cell-label-hover-background-color: #dcf9ec;
	}
	.a-IG-reportSummary-item--controlBreak,
	.a-IG-controls-item--controlBreak,
	.a-IRR-reportSummary-item--controlBreak,
	.a-IRR-controls-item--controlBreak {
	  --a-report-controls-cell-label-icon-background-color: #3B83BD;
	  --a-report-controls-cell-label-hover-background-color: #e6f0f7;
	}
	.a-IG-reportSummary-item--groupBy,
	.a-IG-controls-item--groupBy,
	.a-IRR-reportSummary-item--groupBy,
	.a-IRR-controls-item--groupBy {
	  --a-report-controls-cell-label-icon-background-color: #3B83BD;
	  --a-report-controls-cell-label-hover-background-color: #e6f0f7;
	}
	.a-IG-reportSummary-item--aggregate,
	.a-IG-controls-item--aggregate,
	.a-IRR-reportSummary-item--aggregate,
	.a-IRR-controls-item--aggregate {
	  --a-report-controls-cell-label-icon-background-color: #3B83BD;
	  --a-report-controls-cell-label-hover-background-color: #e6f0f7;
	}
	.a-IG-reportSummary-item--highlight,
	.a-IG-controls-item--highlight,
	.a-IRR-reportSummary-item--highlight,
	.a-IRR-controls-item--highlight {
	  --a-report-controls-cell-label-icon-background-color: #FFBE2A;
	  --a-report-controls-cell-label-hover-background-color: #fff0cd;
	}
	.a-IG-reportSummary-item--flashback,
	.a-IG-controls-item--flashback,
	.a-IRR-reportSummary-item--flashback,
	.a-IRR-controls-item--flashback {
	  --a-report-controls-cell-label-icon-background-color: #9EA7AD;
	  --a-report-controls-cell-label-hover-background-color: #d5d9dc;
	}
	.a-IG-reportSummary-item--chart,
	.a-IG-controls-item--chart,
	.a-IRR-reportSummary-item--chart,
	.a-IRR-controls-item--chart {
	  --a-report-controls-cell-label-icon-background-color: #3B83BD;
	  --a-report-controls-cell-label-hover-background-color: #85b4d9;
	}
	.a-IG-reportSummary-item--pivot,
	.a-IG-controls-item--pivot,
	.a-IRR-reportSummary-item--pivot,
	.a-IRR-controls-item--pivot {
	  --a-report-controls-cell-label-icon-background-color: #9EA7AD;
	  --a-report-controls-cell-label-hover-background-color: #d5d9dc;
	}
	.a-IG-reportSummary-item--invalidSettings,
	.a-IG-controls-item--invalidSettings,
	.a-IRR-reportSummary-item--invalidSettings,
	.a-IRR-controls-item--invalidSettings {
	  --a-report-controls-cell-label-icon-background-color: #BDC3C7;
	  --a-report-controls-cell-label-hover-background-color: #f4f5f6;
	}
	.a-IG-reportSummary-item--inactiveSettings,
	.a-IG-controls-item--inactiveSettings,
	.a-IRR-reportSummary-item--inactiveSettings,
	.a-IRR-controls-item--inactiveSettings {
	  --a-report-controls-cell-label-icon-background-color: #BDC3C7;
	  --a-report-controls-cell-label-hover-background-color: #f4f5f6;
	}
	.oj-dvt-category1 {
	  color: #309FDB;
	}
	.oj-dvt-category2 {
	  color: #3CAF85;
	}
	.oj-dvt-category3 {
	  color: #FBCE4A;
	}
	.oj-dvt-category4 {
	  color: #E95B54;
	}
	.oj-dvt-category5 {
	  color: #854E9B;
	}
	.oj-dvt-category6 {
	  color: #2EBFBC;
	}
	.oj-dvt-category7 {
	  color: #ED813E;
	}
	.oj-dvt-category8 {
	  color: #E85D88;
	}
	.oj-dvt-category9 {
	  color: #13B6CF;
	}
	.oj-dvt-category10 {
	  color: #81BB5F;
	}
	.oj-dvt-category11 {
	  color: #CA589D;
	}
	.oj-dvt-category12 {
	  color: #DDDE53;
	}
	.oj-legend,
	.oj-legend-title,
	.oj-chart-pie-center-label,
	.oj-chart-xaxis-title,
	.oj-chart-yaxis-title,
	.oj-chart-y2axis-title,
	.oj-chart-xaxis-tick-label,
	.oj-chart-yaxis-tick-label,
	.oj-chart-y2axis-tick-label,
	.oj-chart-data-label,
	.oj-dvt-no-data-message {
	  color: #262626;
	}
	:root {
	  --oj-body-bg-color: #ffffff;
	  --oj-body-text-color: #262626;
	  --oj-header-text-color: #262626;
	  --oj-core-text-color-primary: #262626;
	  --oj-core-text-color-secondary: rgba(38, 38, 38, 0.7);
	  --oj-core-bg-color-hover: rgba(0, 0, 0, 0.05);
	  --oj-core-bg-color-active: rgba(0, 0, 0, 0.075);
	  --oj-dvt-datatip-bg-color: #f0f0f0;
	  --oj-dvt-datatip-border-color: #e0e0e0;
	  --oj-dvt-datatip-text-color: #000;
	  --oj-dvt-datatip-label-color: #404040;
	  --oj-dvt-datatip-value-color: #000;
	  --oj-listbox-bg-color-hover: #eaeaea;
	  --oj-core-bg-color-content: #d1d1d1;
	  --oj-popup-border-color: #e0e0e0;
	  --oj-popup-bg-color: #fff;
	  --oj-collection-bg-color: #ffffff;
	  --oj-collection-border-color: rgba(0, 0, 0, 0.1);
	  --oj-collection-free-space-bg-color: rgba(0, 0, 0, 0.05);
	  --oj-collection-header-bg-color: rgba(0, 0, 0, 0.075);
	  --oj-collection-header-text-color: #262626;
	  --oj-dvt-contrast-line-color: rgba(0, 0, 0, 0.4);
	  --oj-dvt-reference-object-line-color: rgba(255, 255, 255, 0.4);
	}
	.oj-listbox-drop {
	  background-color: #f7f8f9;
	  color: #180c0c;
	  border-width: 0;
	  border-radius: 2px;
	  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	  padding: 8px 0;
	}
	.oj-inputsearch-choice {
	  color: inherit;
	  background-color: transparent;
	  border-color: transparent;
	}
	.oj-listbox-results {
	  outline: none;
	}
	.oj-listbox-results .oj-hover,
	.oj-listbox-drop:not(.oj-listbox-hide-hover) .oj-listbox-results .oj-hover {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.oj-dvtbase.oj-chart.oj-component-initnode svg g text {
	  fill: #000;
	}
	.t-LinksList-item,
	.t-LinksList-link {
	  border-color: #e6e6e6;
	}
	.t-LinksList-icon {
	  color: #d9d9d9;
	}
	.t-LinksList-link:hover {
	  background-color: #f2f2f2;
	}
	.t-LinksList-link:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-LinksList--actions .t-LinksList-item--separator {
	  border-bottom-color: rgba(0, 0, 0, 0.05);
	}
	.t-LinksList--showArrow .t-LinksList-link:before {
	  color: #d9d9d9;
	}
	.t-LinksList--showBadge .t-LinksList-badge {
	  background-color: #f5f5f5;
	  color: #262626;
	}
	.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
	  background-color: #ebebeb;
	}
	.t-LinksList--showBadge .t-LinksList-item.is-expanded > .t-LinksList-link .t-LinksList-badge {
	  background-color: #bfbfbf;
	}
	.t-LinksList--brightHover .t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
	  color: rgba(255, 255, 255, 0.5);
	}
	.t-LinksList--brightHover .t-LinksList-link:hover {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-LinksList--brightHover .t-LinksList-link:hover .t-LinksList-icon {
	  color: rgba(255, 255, 255, 0.75);
	}
	.t-LinksList-item.is-expanded {
	  background-color: #FCFCFC;
	  background: linear-gradient(rgba(0, 0, 0, 0.015), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015));
	}
	.t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
	  color: #eaeaea;
	}
	.t-LinksList-item.is-expanded .t-LinksList-link:before {
	  color: rgba(0, 0, 0, 0.25);
	}
	.t-LinksList--showBadge .t-LinksList-badge {
	  border-radius: 4px;
	}
	.t-LinksList--iconOnly .t-LinksList-icon {
	  border-radius: 100%;
	}
	.t-LinksList--actions .t-LinksList-label {
	  color: #222222;
	}
	.t-LinksList--actions .t-LinksList-icon {
	  color: #222222;
	}
	.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-icon,
	.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-label,
	.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-badge {
	  color: #404040;
	}
	.t-Body-actions .t-LinksList-link:hover {
	  background-color: #eeeeee;
	}
	.a-ListView-item {
	  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.a-ListView-item .ul-li-aside {
	  color: rgba(0, 0, 0, 0.65);
	}
	.a-ListView-item .ui-li-count {
	  background-color: rgba(0, 0, 0, 0.05);
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
	  color: rgba(0, 0, 0, 0.65);
	}
	.a-ListView-item .ui-btn {
	  color: #262626;
	}
	.a-ListView-item .ui-btn:hover {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.a-ListView-item .fa {
	  color: #d9d9d9;
	}
	.a-ListView-item .ui-li-count {
	  color: #595959;
	  background-color: #e6e6e6;
	}
	.t-PageBody--login {
	  background-color: #e0e0e0;
	}
	.t-LoginPage--bg1,
	.t-LoginPage--bg2,
	.t-LoginPage--bg3 {
	  background-color: #eaeaea;
	}
	.app-icon {
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: 50%;
	  background-color: #eaeaea;
	}
	.t-Login-iconValidation {
	  background-color: #208113;
	  color: #fff;
	}
	.t-Login-region {
	  background-color: rgba(255, 255, 255, 0.65);
	  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.t-LoginPage--split .t-Login-container {
	  background-color: rgba(255, 255, 255, 1);
	  /* box-shadow: 7px 5px 24px 20px rgba(0, 0, 0, 0.2), 9px 4px 20px 1px rgba(0, 0, 0, 0.1); */
	}
	.a-MDEditor .a-Toolbar {
	  border-color: rgba(0, 0, 0, 0.075);
	  background-color: rgba(0, 0, 0, 0.025);
	  border-top-left-radius: 0.2rem;
	  border-top-right-radius: 0.2rem;
	}
	.a-MDEditor .a-Toolbar .a-Button:not(:hover):not(:active):not(:focus):not(.is-active) {
	  background-color: transparent;
	  box-shadow: none;
	}
	.a-MDEditor-previewPanel,
	.a-MDEditor textarea.apex-item-textarea,
	.a-MDEditor .CodeMirror {
	  border-color: rgba(0, 0, 0, 0.075);
	  background-color: #ffffff;
	  color: #202020;
	  border-bottom-left-radius: 0.2rem;
	  border-bottom-right-radius: 0.2rem;
	}
	.a-MDEditor-previewPanel:hover,
	.a-MDEditor textarea.apex-item-textarea:hover,
	.a-MDEditor .CodeMirror:hover {
	  background-color: #ffffff;
	}
	.a-MDEditor-previewPanel:focus,
	.a-MDEditor textarea.apex-item-textarea:focus,
	.a-MDEditor .CodeMirror:focus,
	.a-MDEditor-previewPanel.CodeMirror-focused,
	.a-MDEditor textarea.apex-item-textarea.CodeMirror-focused,
	.a-MDEditor .CodeMirror.CodeMirror-focused {
	  border-color: #eaeaea;
	  background-color: #ffffff;
	}
	.CodeMirror-cursor {
	  border-left-color: #202020 !important;
	}
	.is-markdownified h1,
	.is-markdownified h2,
	.is-markdownified h3,
	.is-markdownified h4,
	.is-markdownified h5,
	.is-markdownified h6 {
	  color: inherit;
	}
	.is-markdownified hr {
	  background: none;
	  border-top-color: rgba(0, 0, 0, 0.2);
	}
	.is-markdownified blockquote {
	  border-left-color: rgba(0, 0, 0, 0.1);
	}
	.is-markdownified code {
	  background-color: rgba(0, 0, 0, 0.25);
	  box-shadow: inset rgba(0, 0, 0, 0.05) 0 0 0 1px;
	}
	.is-markdownified pre {
	  background-color: rgba(0, 0, 0, 0.25);
	  box-shadow: inset rgba(0, 0, 0, 0.05) 0 0 0 1px;
	}
	.is-markdownified pre code {
	  background-color: transparent;
	  box-shadow: none;
	}
	.is-markdownified table {
	  background-color: #fff;
	  border-color: rgba(0, 0, 0, 0.1);
	  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.075);
	}
	.is-markdownified table th {
	  background-color: rgba(0, 0, 0, 0.015);
	}
	.is-markdownified table th,
	.is-markdownified table td {
	  border-bottom-color: rgba(0, 0, 0, 0.05);
	}
	.is-markdownified table tr:hover td {
	  background-color: rgba(0, 0, 0, 0.0125);
	}
	.is-markdownified table tr:hover th {
	  background-color: rgba(0, 0, 0, 0.25);
	}
	.t-MediaList {
	  border-color: #e0e0e0;
	  background-color: #ffffff;
	}
	.t-MediaList-item {
	  border-color: #e0e0e0;
	}
	.t-MediaList-item.is-active {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.t-MediaList--horizontal .t-MediaList-item {
	  border-right: 1px solid #e0e0e0;
	}
	a.t-MediaList-itemWrap {
	  color: #000000;
	}
	a.t-MediaList-itemWrap:hover {
	  background-color: #fafafa;
	  color: #000000;
	}
	a.t-MediaList-itemWrap:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-MediaList-itemWrap {
	  color: #262626;
	}
	.t-MediaList-badge {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.t-MediaList-badge,
	.t-MediaList-desc {
	  color: #666666;
	}
	.t-MediaList-icon {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-MediaList--cols {
	  box-shadow: -1px -1px 0 0 #e0e0e0 inset;
	}
	.t-MediaList--cols .t-MediaList-item:before,
	.t-MediaList--cols .t-MediaList-item:after {
	  background-color: #e6e6e6;
	}
	.a-Menu.t-MegaMenu .a-Menu-item.is-focused,
	.a-Menu.t-MegaMenu .a-Menu-item.is-expanded {
	  background-color: transparent;
	  color: inherit;
	}
	.t-MegaMenu-itemBody.is-focused .t-MegaMenu-label,
	.t-MegaMenu-itemBody:hover .t-MegaMenu-label {
	  color: #000000;
	}
	.t-MegaMenu-badge {
	  background-color: #eef0f2;
	  color: #4b2626;
	}
	.t-MegaMenu--layoutStacked .t-MegaMenu-item--top + .t-MegaMenu-item--top {
	  border-top-color: rgba(0, 0, 0, 0.05);
	}
	:root {
	  --a-menu-border-radius: 2px;
	  --a-menu-border-width: 0px;
	  --a-menu-background-color: #f7f8f9;
	  --a-menu-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	  --a-menu-padding-y: 8px;
	  --a-menu-scroll-button-background-color: #eef0f2;
	  --a-menu-scroll-button-text-color: #180c0c;
	  --a-menu-callout-background-color: #f7f8f9;
	  --a-menu-callout-border-color: rgba(0, 0, 0, 0.1);
	  --a-menu-callout-border-width: 0px;
	  --a-menu-callout-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	  --a-menu-disabled-focused-text-color: #180c0c;
	  --a-menu-disabled-focused-background-color: #f7f8f9;
	}
	.a-Menu {
	  min-width: 160px;
	}
	.a-Menu .a-Menu-item {
	  line-height: 36px;
	  color: #180c0c;
	}
	.a-Menu .a-Menu-item > .a-Menu-inner .a-Menu-accel,
	.a-Menu .a-Menu-item > .a-Menu-inner .a-Menu-subMenuCol {
	  opacity: 0.85;
	}
	.a-Menu .a-Menu-item.is-focused,
	.a-Menu .a-Menu-item.is-expanded {
	  color: #2b2b2b;
	  background-color: #eaeaea;
	}
	.a-Menu .a-Menu-item .a-Menu-subMenuCol {
	  height: 36px;
	  padding: 10px 4px 10px 0;
	}
	.a-Menu .a-Menu-item .a-Menu-statusCol {
	  padding: 10px 8px;
	}
	.a-Menu-hSeparator {
	  border-color: rgba(24, 12, 12, 0.1);
	  margin-top: 4px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	}
	.a-MenuBar-label {
	  display: inline-block;
	  font-size: 1.4rem;
	  line-height: 1.6rem;
	  padding: 12px;
	  text-decoration: none;
	  flex-grow: 1;
	}
	.a-MenuBar-label:hover {
	  background-clip: padding-box;
	  text-decoration: none;
	}
	.a-MenuBar-label + .a-Menu-subMenuCol {
	  flex-shrink: 0;
	  align-self: center;
	  line-height: 1;
	}
	.a-MenuBar-item {
	  display: flex;
	  float: left;
	  padding: 0;
	  border-width: 0 1px;
	  box-shadow: none;
	  margin-left: 0;
	  background-clip: content-box;
	}
	.u-RTL .a-MenuBar-item {
	  float: right;
	}
	.a-MenuBar-item.is-expanded {
	  outline: none;
	}
	.a-MenuBar-item:hover {
	  background-color: transparent;
	}
	.a-MenuBar-item:first-child {
	  border-left-width: 0;
	}
	.u-RTL .a-MenuBar-item:first-child {
	  border-right-width: 0;
	  border-left-width: 1px;
	}
	.a-MenuBar-item.is-focused {
	  box-shadow: none;
	}
	.a-MenuBar-item.a-Menu--current .a-MenuBar-label {
	  font-weight: bold;
	}
	.a-MenuBar-item > .a-Menu-subMenuCol,
	.a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
	  border-width: 0;
	  padding: 0 12px 0 0;
	}
	.u-RTL .a-MenuBar-item > .a-Menu-subMenuCol,
	.u-RTL .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
	  padding-right: 0;
	  padding-left: 12px;
	  border-right: 0 !important;
	}
	.a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
	  border-radius: 12.5%;
	}
	.a-MenuBar-item > .a-Menu-subMenuCol .a-Icon:before {
	  content: '\e0c2';
	}
	.a-MenuBar-item > button + .a-Menu-subMenuCol {
	  margin-left: -6px;
	}
	.u-RTL .a-MenuBar-item > button + .a-Menu-subMenuCol {
	  margin-left: 0;
	  margin-right: -6px;
	}
	.t-Header-nav-list {
	  background-color: #0f2a4d;
	}
	.t-Header-nav .a-MenuBar-label {
	  color: #ffffff;
	}
	.t-Header-nav .t-Menu-badge {
	  padding: 0 6px;
	  font-size: 11px;
	  line-height: inherit;
	  font-weight: 500;
	  background-color: #eaeaea;
	  color: #2b2b2b;
	  display: inline-block;
	  vertical-align: top;
	  margin-left: 4px;
	  border-radius: 16px;
	}
	.u-RTL .t-Header-nav .t-Menu-badge {
	  margin-left: 0;
	  margin-right: 4px;
	}
	.t-Header-nav .a-MenuBar-item {
	  border-color: #213a5a;
	}
	.t-Header-nav .a-MenuBar-item.is-focused {
	  background-color: #067b98;
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-Header-nav .a-MenuBar-item.is-focused .a-MenuBar-label {
	  color: #ffffff;
	}
	.t-Header-nav .a-MenuBar-item.a-Menu--current,
	.t-Header-nav .a-MenuBar-item.a-Menu--current.is-focused,
	.t-Header-nav .a-MenuBar-item.is-expanded,
	.t-Header-nav .a-MenuBar-item.a-Menu--current.is-expanded {
	  background-color: #056f89;
	}
	.t-Header-nav .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
	.t-Header-nav .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label,
	.t-Header-nav .a-MenuBar-item.is-expanded .a-MenuBar-label,
	.t-Header-nav .a-MenuBar-item.a-Menu--current.is-expanded .a-MenuBar-label {
	  color: #ffffff;
	}
	.t-Header-nav .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
	  color: rgba(255, 255, 255, 0.8);
	}
	.t-Header-nav .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol:hover .a-Icon,
	.t-Header-nav .a-MenuBar-item.is-focused > button + .a-Menu-subMenuCol .a-Icon {
	  background-color: rgba(255, 255, 255, 0.15);
	}
	.t-Header-nav .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon,
	.t-Header-nav .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol:hover .a-Icon {
	  background-color: #056f89;
	  border-color: #056f89;
	  color: #ffffff;
	}
	.t-MenuBar {
	  background-color: #f0f2f5;
	}
	.t-MenuBar .a-MenuBar-label {
	  color: #000000;
	}
	.t-MenuBar .a-MenuBar-item {
	  border-color: #d8dadd;
	}
	.t-MenuBar .a-MenuBar-item.is-focused {
	  background-color: #e7eaef;
	}
	.t-MenuBar .a-MenuBar-item.a-Menu--current,
	.t-MenuBar .a-MenuBar-item.a-Menu--current.is-focused,
	.t-MenuBar .a-MenuBar-item.is-expanded,
	.t-MenuBar .a-MenuBar-item.a-Menu--current.is-expanded {
	  background-color: #eaeaea;
	}
	.t-MenuBar .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
	.t-MenuBar .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label,
	.t-MenuBar .a-MenuBar-item.is-expanded .a-MenuBar-label,
	.t-MenuBar .a-MenuBar-item.a-Menu--current.is-expanded .a-MenuBar-label {
	  color: #2b2b2b;
	}
	.t-MenuBar .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
	  color: rgba(0, 0, 0, 0.8);
	}
	.t-MenuBar .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol:hover .a-Icon,
	.t-MenuBar .a-MenuBar-item.is-focused > button + .a-Menu-subMenuCol .a-Icon {
	  background-color: rgba(0, 0, 0, 0.15);
	}
	.t-MenuBar .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon,
	.t-MenuBar .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol:hover .a-Icon {
	  background-color: #2b2b2b;
	  border-color: #2b2b2b;
	  color: #eaeaea;
	}
	.t-NavTabs {
	  background-color: #0f2a4d;
	}
	.t-NavTabs::-webkit-scrollbar-thumb {
	  background-color: #067b98;
	  box-shadow: inset 1px 0 0 0 #0f2a4d;
	}
	.t-NavTabs::-webkit-scrollbar-thumb:hover {
	  background-color: #08abd3;
	}
	.t-NavTabs::-webkit-scrollbar-track {
	  background: #0f2a4d;
	}
	.t-NavTabs::-webkit-scrollbar-track:hover {
	  background-color: #1b4d8d;
	}
	.t-NavTabs-item {
	  color: #ffffff;
	  border-color: #08abd3;
	}
	.t-NavTabs-item:hover,
	.t-NavTabs-item.is-active {
	  background-color: #056f89;
	  color: #ffffff;
	}
	.t-NavTabs-badge {
	  background-color: #ffffff;
	  color: #056f89;
	}
	.t-PopupLOV-links a:hover {
	  background-color: #000000;
	  color: #bfbfbf;
	}
	.t-PopupLOV-resultsSet tr:hover td {
	  background-color: #ECF2FB !important;
	}
	.t-PopupLOV-resultsSet tr:nth-child(2n) td {
	  background-color: #FAFAFA;
	}
	.t-PopupLOV-resultsSet-link,
	.ui-widget-content a.t-PopupLOV-resultsSet-link {
	  color: #000000;
	}
	.t-Page--popupLOV {
	  background-color: #FFF;
	}
	.t-PopupLOV-actions {
	  background-color: #ffffff;
	  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	}
	.t-Body .t-PopupLOV-links a {
	  color: #404040;
	}
	.t-Body-title .t-PopupLOV-links a {
	  color: #404040;
	}
	.t-Body-info .t-PopupLOV-links a {
	  color: #404040;
	}
	.t-Region .t-PopupLOV-links a,
	.t-ButtonRegion .t-PopupLOV-links a {
	  color: #404040;
	}
	.t-PopupLOV-links a:hover {
	  background-color: #1a1a1a;
	  color: #bfbfbf;
	}
	.t-Body .t-PopupLOV-pagination {
	  color: #808080;
	}
	.t-Body-title .t-PopupLOV-pagination {
	  color: #808080;
	}
	.t-Body-info .t-PopupLOV-pagination {
	  color: #808080;
	}
	.t-Region .t-PopupLOV-pagination,
	.t-ButtonRegion .t-PopupLOV-pagination {
	  color: #808080;
	}
	.a-PopupLOV-searchBar {
	  padding: 8px;
	}
	.a-PopupLOV-results .a-IconList-item {
	  color: inherit;
	}
	.a-PopupLOV-results .a-IconList-item:hover {
	  background-color: #00b0dc;
	  color: #ffffff;
	  box-shadow: 0 0 0 1px #009cc3 inset;
	}
	.a-PopupLOV-results .a-IconList-item:hover a {
	  color: inherit;
	}
	.a-PopupLOV-results .a-GV-loadMore {
	  border-top-color: rgba(0, 0, 0, 0.15);
	}
	.a-GV-loadMoreButton {
	  --a-button-border-width: 0px;
	  color: #000000;
	  background-color: #f0f2f5;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
	}
	.a-GV-loadMoreButton:hover {
	  background-color: #ffffff;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	}
	.a-GV-loadMoreButton:focus {
	  background-color: #ffffff;
	}
	.a-GV-loadMoreButton:active {
	  background-color: #d1d7e1;
	}
	.a-GV-loadMoreButton:active:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 1px 0 rgba(5, 114, 206, 0.25);
	}
	.apex-item-group--popup-lov .apex-item-multi-item > span {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.apex-item-group--popup-lov .apex-item-multi-item.is-active > span {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.apex-item-group--popup-lov .apex-item-multi-remove {
	  background-color: transparent;
	}
	.apex-item-group--popup-lov .apex-item-multi-remove:hover {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.apex-item-text.a-PopupLOV-search,
	.apex-item-text.apex-item-popup-lov,
	.apex-item-multi {
	  color: #202020;
	  background-color: #ffffff;
	  border-color: #e6e6e6;
	}
	.apex-item-text.a-PopupLOV-search:focus,
	.apex-item-text.apex-item-popup-lov:focus,
	.apex-item-multi:focus,
	.apex-item-text.a-PopupLOV-search.is-focused,
	.apex-item-text.apex-item-popup-lov.is-focused,
	.apex-item-multi.is-focused {
	  color: #202020;
	  background-color: #ffffff !important;
	  border-color: var(--sc-primary)!important;
	}
	.apex-item-text.a-PopupLOV-search:focus + .a-Button--popupLOV,
	.apex-item-text.apex-item-popup-lov:focus + .a-Button--popupLOV,
	.apex-item-multi:focus + .a-Button--popupLOV,
	.apex-item-text.a-PopupLOV-search.is-focused + .a-Button--popupLOV,
	.apex-item-text.apex-item-popup-lov.is-focused + .a-Button--popupLOV,
	.apex-item-multi.is-focused + .a-Button--popupLOV {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.ui-dialog .ui-dialog-content.a-PopupLOV-dialog {
	  background-color: #fff;
	}
	.a-PopupLOV-doSearch:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.a-PopupLOV-searchBar,
	.a-PopupLOV-clear {
	  border-bottom-color: rgba(0, 0, 0, 0.1);
	}
	.a-PopupLOV-clearButton {
	  background-color: transparent;
	  color: inherit;
	}
	.a-PopupLOV-clearButton:hover {
	  color: #fff;
	  background-color: #00b0dc;
	}
	.a-PopupLOV-clearButton:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-Region {
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.t-Region,
	.t-ContentBlock--lightBG .t-ContentBlock-body {
	  background-color: #ffffff;
	}
	.t-Body .fielddata b {
	  color: #404040;
	}
	.t-Body-title .fielddata b {
	  color: #404040;
	}
	.t-Body-info .fielddata b {
	  color: #404040;
	}
	.t-Region .fielddata b,
	.t-ButtonRegion .fielddata b {
	  color: #404040;
	}
	.t-Region-header {
	  border-bottom-color: rgba(0, 0, 0, 0.075);
	  background-color: #ffffff;
	  color: #1a1a1a;
	}
	.t-Region-header .t-Button--noUI,
	.t-Region-header .t-Button--link {
	  color: #1a1a1a;
	}
	.t-Body-actions .t-Region-header {
	  background: transparent;
	  color: #222222;
	}
	.t-Region--stacked {
	  border-radius: 0 !important;
	}
	.t-Region--noBorder > .t-Region-header {
	  background-color: #ffffff;
	  color: #262626;
	}
	.t-Region--noBorder > .t-Region-header .t-Button--noUI,
	.t-Region--noBorder > .t-Region-header .t-Button--link {
	  color: #262626;
	}
	.t-Region--accent1 > .t-Region-header {
	  background-color: #309FDB;
	  color: #ffffff;
	}
	.t-Region--accent1 > .t-Region-header .t-Button--noUI,
	.t-Region--accent1 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent1.t-Region--textContent > .t-Region-header {
	  color: #309FDB;
	}
	.t-Region--accent2 > .t-Region-header {
	  background-color: #13B6CF;
	  color: #e4f9fd;
	}
	.t-Region--accent2 > .t-Region-header .t-Button--noUI,
	.t-Region--accent2 > .t-Region-header .t-Button--link {
	  color: #e4f9fd;
	}
	.t-Region--accent2.t-Region--textContent > .t-Region-header {
	  color: #13B6CF;
	}
	.t-Region--accent3 > .t-Region-header {
	  background-color: #2EBFBC;
	  color: #f0fcfb;
	}
	.t-Region--accent3 > .t-Region-header .t-Button--noUI,
	.t-Region--accent3 > .t-Region-header .t-Button--link {
	  color: #f0fcfb;
	}
	.t-Region--accent3.t-Region--textContent > .t-Region-header {
	  color: #2EBFBC;
	}
	.t-Region--accent4 > .t-Region-header {
	  background-color: #3CAF85;
	  color: #f0faf6;
	}
	.t-Region--accent4 > .t-Region-header .t-Button--noUI,
	.t-Region--accent4 > .t-Region-header .t-Button--link {
	  color: #f0faf6;
	}
	.t-Region--accent4.t-Region--textContent > .t-Region-header {
	  color: #3CAF85;
	}
	.t-Region--accent5 > .t-Region-header {
	  background-color: #81BB5F;
	  color: #ffffff;
	}
	.t-Region--accent5 > .t-Region-header .t-Button--noUI,
	.t-Region--accent5 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent5.t-Region--textContent > .t-Region-header {
	  color: #81BB5F;
	}
	.t-Region--accent6 > .t-Region-header {
	  background-color: #DDDE53;
	  color: #2a2a08;
	}
	.t-Region--accent6 > .t-Region-header .t-Button--noUI,
	.t-Region--accent6 > .t-Region-header .t-Button--link {
	  color: #2a2a08;
	}
	.t-Region--accent6.t-Region--textContent > .t-Region-header {
	  color: #DDDE53;
	}
	.t-Region--accent7 > .t-Region-header {
	  background-color: #FBCE4A;
	  color: #443302;
	}
	.t-Region--accent7 > .t-Region-header .t-Button--noUI,
	.t-Region--accent7 > .t-Region-header .t-Button--link {
	  color: #443302;
	}
	.t-Region--accent7.t-Region--textContent > .t-Region-header {
	  color: #FBCE4A;
	}
	.t-Region--accent8 > .t-Region-header {
	  background-color: #ED813E;
	  color: #ffffff;
	}
	.t-Region--accent8 > .t-Region-header .t-Button--noUI,
	.t-Region--accent8 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent8.t-Region--textContent > .t-Region-header {
	  color: #ED813E;
	}
	.t-Region--accent9 > .t-Region-header {
	  background-color: #E95B54;
	  color: #ffffff;
	}
	.t-Region--accent9 > .t-Region-header .t-Button--noUI,
	.t-Region--accent9 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent9.t-Region--textContent > .t-Region-header {
	  color: #E95B54;
	}
	.t-Region--accent10 > .t-Region-header {
	  background-color: #E85D88;
	  color: #ffffff;
	}
	.t-Region--accent10 > .t-Region-header .t-Button--noUI,
	.t-Region--accent10 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent10.t-Region--textContent > .t-Region-header {
	  color: #E85D88;
	}
	.t-Region--accent11 > .t-Region-header {
	  background-color: #CA589D;
	  color: #ffffff;
	}
	.t-Region--accent11 > .t-Region-header .t-Button--noUI,
	.t-Region--accent11 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent11.t-Region--textContent > .t-Region-header {
	  color: #CA589D;
	}
	.t-Region--accent12 > .t-Region-header {
	  background-color: #854E9B;
	  color: #f6f0f8;
	}
	.t-Region--accent12 > .t-Region-header .t-Button--noUI,
	.t-Region--accent12 > .t-Region-header .t-Button--link {
	  color: #f6f0f8;
	}
	.t-Region--accent12.t-Region--textContent > .t-Region-header {
	  color: #854E9B;
	}
	.t-Region--accent13 > .t-Region-header {
	  background-color: #5A68AD;
	  color: #ffffff;
	}
	.t-Region--accent13 > .t-Region-header .t-Button--noUI,
	.t-Region--accent13 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent13.t-Region--textContent > .t-Region-header {
	  color: #5A68AD;
	}
	.t-Region--accent14 > .t-Region-header {
	  background-color: #AFBAC5;
	  color: #313a44;
	}
	.t-Region--accent14 > .t-Region-header .t-Button--noUI,
	.t-Region--accent14 > .t-Region-header .t-Button--link {
	  color: #313a44;
	}
	.t-Region--accent14.t-Region--textContent > .t-Region-header {
	  color: #AFBAC5;
	}
	.t-Region--accent15 > .t-Region-header {
	  background-color: #6E8598;
	  color: #ffffff;
	}
	.t-Region--accent15 > .t-Region-header .t-Button--noUI,
	.t-Region--accent15 > .t-Region-header .t-Button--link {
	  color: #ffffff;
	}
	.t-Region--accent15.t-Region--textContent > .t-Region-header {
	  color: #6E8598;
	}
	.t-Region-body {
	  color: #262626;
	}
	.t-Region--hideShow.is-collapsed {
	  border-bottom-color: transparent;
	}
	.t-Body-actions .t-Region {
	  background-color: transparent;
	}
	.t-Body-actions .t-Region-header {
	  background-color: transparent;
	}
	.t-Body-side .t-Region {
	  background-color: transparent;
	}
	.t-Region,
	.t-Region-header {
	  border-radius: 6px;
	}
	.t-Region--noBG {
	  background-color: transparent;
	}
	.t-Body-actions .t-Region {
	  background-color: transparent;
	}
	.t-Region--carousel .a-Tabs-button {
	  border-radius: 2px;
	  background-color: rgba(0, 0, 0, 0.4);
	  color: #2b2b2b;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	}
	.t-Region--carousel .a-Tabs-button:hover {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	  background-color: rgba(0, 0, 0, 0.5);
	}
	.t-Region--carousel .a-Tabs-button:active,
	.t-Region--carousel .a-Tabs-button:active:focus {
	  opacity: 1;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	  background-color: rgba(0, 0, 0, 0.75);
	}
	.t-Region--carousel .a-Tabs-next-region {
	  border-radius: 2px 0 0 2px;
	}
	.t-Region--carousel .a-Tabs-previous-region {
	  border-radius: 0 2px 2px 0;
	}
	.t-Region--carousel .a-Region-carouselNavItem.a-Tabs-selected .a-Region-carouselLink {
	  background-color: rgba(0, 0, 0, 0.4);
	}
	.t-Region--carousel .a-Region-carouselNavItem.a-Tabs-selected .a-Region-carouselLink:focus {
	  background-color: #eaeaea;
	}
	.t-Region--carousel .a-Region-carouselLink {
	  background-color: rgba(0, 0, 0, 0.15);
	  border-radius: 100%;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	}
	.t-Report-cell,
	.t-Report-colHead {
	  border: 1px solid #e6e6e6;
	}
	.t-Report-report tr .t-Report-cell:last-child,
	.t-Report-report tr .t-Report-colHead:last-child {
	  border-right: 1px solid #e6e6e6;
	}
	.u-RTL .t-Report-report tr .t-Report-cell:last-child,
	.u-RTL .t-Report-report tr .t-Report-colHead:last-child {
	  border-left: 1px solid #e6e6e6;
	}
	.t-Report-report tr:last-child .t-Report-cell {
	  border-bottom: 1px solid #e6e6e6;
	}
	.t-Report .is-stuck .t-Report-colHead {
	  background-color: rgba(255, 255, 255, 0.95);
	  -webkit-backdrop-filter: blur(4px);
	}
	.t-Region--noPadding .t-Report--horizontalBorders .is-stuck .t-Report-colHead,
	.t-Report--inline .is-stuck .t-Report-colHead {
	  background-color: rgba(255, 255, 255, 0.95);
	  border-bottom-color: rgba(0, 0, 0, 0.05);
	}
	.t-Report--rowHighlight .t-Report-report tr:hover .t-Report-cell,
	.t-Report--rowHighlight .t-Report-report tr:nth-child(odd):hover .t-Report-cell {
	  background-color: #fafafa !important;
	}
	.t-Report--staticRowColors .t-Report-report tr:nth-child(odd) .t-Report-cell {
	  background-color: transparent;
	}
	.t-Report--altRowsDefault .t-Report-report tr:nth-child(odd) .t-Report-cell {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.t-Report-paginationText b,
	.t-Report-paginationText a:hover {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Report-links {
	  border-color: rgba(0, 0, 0, 0.075);
	  background-color: rgba(0, 0, 0, 0.025);
	}
	.t-SearchResults-desc {
	  color: #262626;
	}
	.t-SearchResults-date {
	  color: #737373;
	}
	.t-SearchResults-misc {
	  color: #737373;
	}
	.t-Region .t-SearchResults-desc {
	  color: #262626;
	}
	.t-Region .t-SearchResults-date {
	  color: #737373;
	}
	.t-Region .t-SearchResults-misc {
	  color: #737373;
	}
	.a-StarRating-stars {
	  --a-starrating-stars-bg-color: rgba(0, 0, 0, 0.15);
	  color: rgba(0, 0, 0, 0.15);
	}
	.a-StarRating-stars.is-focused {
	  box-shadow: 0 0 0 1px currentColor inset;
	}
	.a-StarRating-stars.is-focused .a-StarRating-stars-fg .a-StarRating-star {
	  text-shadow: 0 0 2px currentColor;
	}
	.a-GV-cell.is-active .a-StarRating-stars.is-focused {
	  box-shadow: none;
	}
	.a-StarRating-stars-fg {
	  color: #eaeaea;
	}
	.a-StarRating-value {
	  color: #262626;
	}
	.a-StarRating-clear:focus {
	  box-shadow: inset #eaeaea 0 0 0 1px;
	}
	.a-StarRating--disabled .a-StarRating-stars-fg {
	  color: initial;
	}
	.t-StatusList-blockHeader {
	  color: #262626;
	  background-color: #ffffff;
	  border-bottom-color: rgba(0, 0, 0, 0.05);
	  border-top-color: rgba(0, 0, 0, 0.05);
	}
	.t-StatusList-headerTextAlt,
	.t-StatusList-attr,
	.t-StatusList-textDesc {
	  color: #737373;
	}
	.t-StatusList-itemTitle {
	  color: #262626;
	}
	.t-StatusList--dates .t-StatusList-marker {
	  color: rgba(0, 0, 0, 0.5);
	  border-radius: 2px;
	  background-color: #ffffff;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	}
	.t-StatusList--dates .t-StatusList-marker:after {
	  background-color: rgba(0, 0, 0, 0.2);
	  border-radius: 2px 2px 0 0;
	}
	.t-StatusList--dates .t-StatusList-item.is-null .t-StatusList-marker {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
	}
	.t-StatusList--bullets .t-StatusList-marker {
	  border-radius: 24px;
	  background-color: #fff;
	  color: #404040;
	  border-color: rgba(0, 0, 0, 0.15);
	}
	.t-StatusList--bullets .t-StatusList-item.is-complete .t-StatusList-marker {
	  background-color: #707070;
	}
	.t-StatusList--bullets .t-StatusList-item.is-danger .t-StatusList-marker,
	.t-StatusList--bullets .t-StatusList-item.is-error .t-StatusList-marker {
	  background-color: #ff3b30;
	}
	.t-StatusList--bullets .t-StatusList-item.is-open .t-StatusList-marker {
	  background-color: #4cd964;
	}
	.t-StatusList--bullets .t-StatusList-item.is-warning .t-StatusList-marker {
	  background-color: #ffcc00;
	}
	.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
	  background-color: rgba(0, 0, 0, 0.95);
	  color: rgba(255, 255, 255, 0.75);
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
	}
	.t-StatusList-itemIcon {
	  color: rgba(0, 0, 0, 0.4);
	  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2) inset;
	  background-color: #ffffff;
	}
	.a-Table.u-Report td,
	.a-Table.u-Report th {
	  border-color: transparent;
	}
	.a-Table.u-Report.table-stroke td,
	.a-Table.u-Report.table-stroke th {
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.a-Table.u-Report tr:nth-child(even) td,
	.a-Table.u-Report tr:nth-child(even) th[scope="row"] {
	  background-color: #fff;
	}
	.a-Table.u-Report.table-stripe tr:nth-child(even) td,
	.a-Table.u-Report.table-stripe tr:nth-child(even) th[scope="row"] {
	  background-color: rgba(0, 0, 0, 0.025);
	}
	@media (max-width: 560px) {
	  .a-Table--reflow.ui-responsive td,
	  .a-Table--reflow.ui-responsive th {
		border-bottom-color: rgba(0, 0, 0, 0.05);
	  }
	}
	.u-Report .u-Report-header,
	.u-Report th {
	  background-color: rgba(0, 0, 0, 0.025);
	  color: #000;
	}
	.u-Report th[scope="rowgroup"] {
	  background-color: rgba(0, 0, 0, 0.05);
	}
	.u-Report th[scope="row"] {
	  background-color: #fff;
	}
	.u-Report td {
	  color: #000;
	  background-color: #fff;
	}
	.u-Report tr:nth-child(even) td,
	.u-Report tr:nth-child(even) th[scope="row"] {
	  background-color: rgba(0, 0, 0, 0.025);
	}
	.u-Report td,
	.u-Report th {
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.u-Report--staticBG tr:nth-child(even) td,
	.u-Report--staticBG tr:nth-child(even) th[scope="row"] {
	  border-color: rgba(0, 0, 0, 0.025);
	}
	.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link {
	  box-shadow: 0 -2px 0 var(--sc-primary)inset;
	}
	.t-Tabs--simple .t-Tabs-link:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-Tabs--pill {
	  background-color: #f9f9f9;
	  border-radius: 2px;
	  border-color: rgba(0, 0, 0, 0.1);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	.t-Tabs--pill .t-Icon {
	  color: #262626;
	}
	.t-Tabs--pill .t-Tabs-link {
	  color: #262626;
	  border-left-color: rgba(0, 0, 0, 0.1);
	}
	.u-RTL .t-Tabs--pill .t-Tabs-link {
	  border-right-color: rgba(0, 0, 0, 0.1);
	}
	.t-Tabs--pill .t-Tabs-link:hover {
	  background-color: #ffffff;
	}
	.t-Tabs--pill .t-Tabs-link:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-Tabs--pill .t-Tabs-link:active {
	  background-color: #ffffff;
	  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05) inset;
	}
	.t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
	  border-radius: 2px 0 0 2px;
	}
	.u-RTL .t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
	  border-radius: 0 2px 2px 0;
	}
	.t-Tabs--pill .t-Tabs-item:last-child .t-Tabs-link {
	  border-right-color: rgba(0, 0, 0, 0.1);
	}
	.u-RTL .t-Tabs--pill .t-Tabs-item:last-child .t-Tabs-link {
	  border-left-color: rgba(0, 0, 0, 0.1);
	}
	.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link {
	  background-color: #ffffff;
	}
	.t-Tabs--simple .t-Icon {
	  color: #262626;
	}
	.t-Tabs--simple .t-Tabs-link {
	  color: #262626;
	}
	.t-Tabs--simple .t-Tabs-link:hover {
	  background-color: rgba(0, 0, 0, 0.025);
	}
	.t-Tabs--simple .t-Tabs-link:active {
	  background-color: rgba(0, 0, 0, 0.15);
	}
	.t-Body .t-Tabs--simple .t-Tabs-link {
	  color: #262626;
	}
	.t-Body-title .t-Tabs--simple .t-Tabs-link {
	  color: #262626;
	}
	.t-Region .t-Tabs--simple .t-Tabs-link {
	  color: #262626;
	}
	.apex-rds .apex-rds-selected span {
	  box-shadow: 0 -2px 0 var(--sc-primary)inset;
	}
	.apex-rds a:focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.apex-rds a {
	  color: #262626;
	}
	.t-Body-title .apex-rds a,
	.t-Body-info .apex-rds a {
	  color: #262626;
	}
	.t-Region .apex-rds a {
	  color: #262626;
	}
	.apex-rds a:hover {
	  color: #000000;
	}
	.apex-rds .apex-rds-selected a {
	  color: #000000;
	}
	.apex-rds-hover.left a {
	  background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
	}
	.apex-rds-hover.right a {
	  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 1%, #ffffff 50%);
	}
	.apex-rds-item--hint a span {
	  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
	}
	.vertical-rds .apex-rds .apex-rds-selected span,
	.t-Body-side .apex-rds .apex-rds-selected span {
	  box-shadow: 4px 0 0 var(--sc-primary)inset;
	}
	.u-RTL .vertical-rds .apex-rds .apex-rds-selected span,
	.u-RTL .t-Body-side .apex-rds .apex-rds-selected span {
	  box-shadow: -4px 0 0 var(--sc-primary)inset;
	}
	.a-TagCloud-link {
	  border-color: #f2f2f2;
	  border-radius: 2px;
	  background: #fafafa;
	  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
	  color: #000000;
	}
	.a-TagCloud-link span {
	  transition: color 0.2s;
	}
	.a-TagCloud-link:hover {
	  text-decoration: none;
	  background-color: #eaeaea;
	  border-color: #eaeaea;
	  color: #2b2b2b;
	  box-shadow: 0 0 0 2px #eaeaea inset;
	}
	.a-TagCloud-link:hover span {
	  color: #2b2b2b;
	}
	.a-TagCloud-count {
	  color: #666666;
	  font-weight: 500;
	}
	.t-Timeline {
	  color: #262626;
	}
	.t-Timeline-item {
	  border-bottom-color: rgba(0, 0, 0, 0.1);
	}
	.t-Timeline-username,
	.t-Timeline-date,
	.t-Timeline-desc {
	  color: #666666;
	}
	.t-Timeline-avatar {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Timeline-wrap {
	  color: #262626;
	}
	a.t-Timeline-wrap:hover,
	a.t-Timeline-wrap:focus {
	  background-color: rgba(0, 0, 0, 0.05);
	  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.05), 0 2px 8px -2px rgba(0, 0, 0, 0.1);
	}
	.t-Timeline-type {
	  background-color: #f5f5f5;
	  color: #1a1a1a;
	}
	.t-Timeline-type.is-new {
	  background-color: #208113;
	  color: #FFF;
	}
	.t-Timeline-type.is-updated {
	  background-color: var(--sc-primary);
	  color: #FFF;
	}
	.t-Timeline-type.is-removed {
	  background-color: #b31004;
	  color: #FFF;
	}
	.t-Timeline-wrap:focus {
	  outline: none;
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	}
	.t-Timeline + .t-Report-pagination {
	  border-top-color: rgba(0, 0, 0, 0.1);
	}
	@media (min-width: 769px) {
	  .t-Body-nav {
		background-color: #0f2a4d;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	  }
	  .u-RTL .t-Body-nav {
		border-right: 0;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	  }
	}
	.t-TreeNav {
	  background-color: #0f2a4d;
	}
	.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-thumb {
	  background-color: #067b98;
	  box-shadow: inset 1px 0 0 0 #0f2a4d;
	}
	.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-thumb:hover {
	  background-color: #08abd3;
	}
	.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-track {
	  background: #0f2a4d;
	}
	.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-track:hover {
	  background-color: #1b4d8d;
	}
	.t-Region {
	  
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	  background-color: transparent;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
	  background-color: #f7f7f7;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
	.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
	.t-Region .a-TreeView-node--topLevel ul {
	  background-color: #ffffff;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
	  background-color: #f0f0f0 !important;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
	.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
	  color: rgba(38, 38, 38, 0.75);
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
	.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
	  color: #262626 !important;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
	  color: #262626 !important;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content {
	  color: #262626;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
	  color: rgba(38, 38, 38, 0.95);
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa:before,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon:before {
	  color: inherit;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
	  color: #262626;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-label {
	  color: inherit;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
	.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
	  color: #262626;
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle {
	  color: rgba(38, 38, 38, 0.75);
	}
	.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
	  color: #262626 !important;
	}
	.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-selected,
	.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-focused {
	  background-color: #f7f7f7;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset;
	  background-color: transparent;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
	  background-color: #067b98;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
	.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
	.t-TreeNav .a-TreeView-node--topLevel ul {
	  background-color: #056f89;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
	  background-color: #0687a7 !important;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
	.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
	  color: rgba(255, 255, 255, 0.75);
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
	.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
	  color: #ffffff !important;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
	  color: #ffffff !important;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content {
	  color: #ffffff;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
	  color: #ffffff;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa:before,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon:before {
	  color: inherit;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
	  color: #ffffff;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-label {
	  color: inherit;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
	  color: #ffffff;
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle {
	  color: rgba(255, 255, 255, 0.75);
	}
	.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
	  color: #ffffff !important;
	}
	.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .fa,
	.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon {
	  color: #ffffff;
	}
	.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content {
	  color: #ffffff;
	}
	.js-navCollapsed .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .a-TreeView-label .a-TreeView-badge {
	  background: #03070d;
	  color: #ffffff;
	}
	.t-TreeNav .a-TreeView-badge {
	  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
	  font-weight: 400;
	}
	.t-TreeNav .a-TreeView-content.is-current .a-TreeView-label,
	.t-TreeNav .a-TreeView-content.is-current--top .a-TreeView-label {
	  font-weight: 500;
	}
	.t-TreeNav--styleA .a-TreeView-node--topLevel {
	  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	}
	.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
	.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top ~ ul .a-TreeView-row {
	  box-shadow: inset #056f89 4px 0 0;
	}
	.u-RTL .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
	.u-RTL .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top ~ ul .a-TreeView-row {
	  box-shadow: inset #056f89 -4px 0 0;
	}
	.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-focused,
	.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top ~ ul .a-TreeView-row.is-focused {
	  box-shadow: inset #056f89 4px 0 0, 0 0 0 1px #056f89 inset;
	}
	.u-RTL .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-focused,
	.u-RTL .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top ~ ul .a-TreeView-row.is-focused {
	  box-shadow: inset #056f89 -4px 0 0, 0 0 0 1px #056f89 inset;
	}
	.t-TreeNav--styleA .a-TreeView-badge {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.js-navCollapsed .t-TreeNav--styleA .a-TreeView-node--topLevel > .a-TreeView-content .a-TreeView-label .a-TreeView-badge {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	  box-shadow: none;
	}
	.t-TreeNav--styleB .a-TreeView-node--topLevel ul {
	  background-color: transparent;
	  border-radius: 6px;
	}
	.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
	.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
	  background-color: #056f89;
	}
	.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected + .a-TreeView-toggle,
	.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
	  color: #ffffff;
	}
	.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-content.is-current--top.is-hover {
	  color: #ffffff !important;
	}
	.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-hover {
	  background-color: #05738e !important;
	}
	.t-TreeNav--styleB .a-TreeView-badge {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	  box-shadow: none;
	}
	.t-Validation-date {
	  color: #262626;
	}
	.t-Validation-user {
	  color: #404040;
	}
	.t-Body-actions .t-Validation-date {
	  color: #222222;
	}
	.t-Body-actions .t-Validation-user {
	  color: #3c3c3c;
	}
	.t-Dialog-page--wizard {
	  border: #e6e6e6;
	}
	.t-Wizard {
	  background-color: #ffffff;
	  border-radius: 6px;
	  border-color: #e6e6e6;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	.t-Wizard .t-Wizard-title {
	  color: #262626;
	}
	.t-Wizard .t-Wizard-header {
	  background-color: #fafafa;
	  border-color: #ededed;
	}
	.t-WizardSteps-wrap:after {
	  background-color: #e6e6e6;
	}
	.t-WizardSteps-step .t-WizardSteps-marker {
	  background-color: #cccccc;
	}
	.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
	  background-color: #208113;
	  color: #FFF;
	}
	.t-WizardSteps-step.is-active .t-WizardSteps-marker {
	  background-color: #eaeaea;
	}
	.t-WizardSteps-label {
	  color: #262626;
	}
	a.t-WizardSteps-wrap[href]:hover .t-WizardSteps-label,
	a.t-WizardSteps-wrap[href]:focus .t-WizardSteps-label {
	  color: #000000;
	  text-decoration: underline;
	}
	a.t-WizardSteps-wrap[href]:focus .t-WizardSteps-marker {
	  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #00b0dc, 0 0 1px 2px rgba(0, 176, 220, 0.25);
	}
	.ui-widget-overlay {
	  --jui-overlay-background-color: rgba(0, 0, 0, 0.25);
	}
	.ui-widget {
	  font-size: 12px;
	}
	.ui-widget .ui-widget {
	  font-size: 12px;
	}
	body .ui-widget-content,
	body .ui-widget.ui-widget-content {
	  border-color: #ebebeb;
	  background-color: #ffffff;
	  color: #262626;
	}
	body .ui-widget-content a {
	  color: #000000;
	}
	body .ui-widget-header {
	  border-color: #ebebeb;
	  background-color: #ffffff;
	  color: #1a1a1a;
	}
	body .ui-widget-header a {
	  color: #1a1a1a;
	}
	body .ui-state-default,
	body .ui-widget-content .ui-state-default,
	body .ui-widget-header .ui-state-default {
	  background-color: #f0f2f5;
	  color: #000000;
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0125) inset;
	}
	body .ui-state-default a,
	body .ui-state-default a:link,
	body .ui-state-default a:visited,
	body .ui-state-active a,
	body .ui-state-active a:link,
	body .ui-state-active a:visited {
	  color: #000000;
	}
	body .ui-state-active,
	body .ui-widget-content .ui-state-active,
	body .ui-widget-header .ui-state-active {
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
	}
	body .ui-state-hover,
	body .ui-widget-content .ui-state-hover,
	body .ui-widget-header .ui-state-hover {
	  background-color: #ffffff;
	  color: #000000;
	  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.0125) inset;
	}
	body .ui-state-focus,
	body .ui-widget-content .ui-state-focus,
	body .ui-widget-header .ui-state-focus {
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 1px 2px rgba(0, 176, 220, 0.25) !important;
	  background-color: #ffffff;
	  color: #000000;
	}
	body .ui-datepicker .ui-datepicker-buttonpane button:focus {
	  outline: none;
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 1px 2px rgba(0, 176, 220, 0.25) !important;
	}
	body .ui-state-hover a,
	body .ui-state-hover a:hover,
	body .ui-state-hover a:link,
	body .ui-state-hover a:visited,
	body .ui-state-focus a,
	body .ui-state-focus a:hover,
	body .ui-state-focus a:link,
	body .ui-state-focus a:visited {
	  color: #000000;
	}
	body .ui-state-active,
	body .ui-widget-content .ui-state-active,
	body .ui-widget-header .ui-state-active {
	  background-color: #d1d7e1;
	  color: #000000;
	}
	body .ui-state-highlight,
	body .ui-widget-content .ui-state-highlight,
	body .ui-widget-header .ui-state-highlight {
	  background-color: #ffffff;
	  color: #ffffff;
	}
	body .ui-state-highlight a,
	body .ui-widget-content .ui-state-highlight a,
	body .ui-widget-header .ui-state-highlight a {
	  color: #ffffff;
	}
	body .ui-state-error,
	body .ui-widget-content .ui-state-error,
	body .ui-widget-header .ui-state-error {
	  background-color: #b31004;
	  color: #ffffff;
	}
	body .ui-state-error a,
	body .ui-widget-content .ui-state-error a,
	body .ui-widget-header .ui-state-error a {
	  color: #ffffff;
	}
	body .ui-state-error-text,
	body .ui-widget-content .ui-state-error-text,
	body .ui-widget-header .ui-state-error-text {
	  color: #b31004;
	}
	.ui-datepicker {
	  --jui-datepicker-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	}
	body .ui-datepicker td span.ui-state-default,
	body .ui-datepicker td a.ui-state-default {
	  background-color: transparent;
	  color: #262626;
	}
	body .ui-datepicker td span.ui-state-default.ui-state-active,
	body .ui-datepicker td a.ui-state-default.ui-state-active {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	  font-weight: bold;
	}
	body .ui-datepicker td span.ui-state-default.ui-state-active.ui-state-hover,
	body .ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover {
	  background-color: #eaeaea !important;
	  color: #2b2b2b;
	}
	body .ui-datepicker td span.ui-state-default.ui-state-hover,
	body .ui-datepicker td a.ui-state-default.ui-state-hover {
	  background-color: #f2f2f2 !important;
	}
	body .ui-datepicker td span.ui-state-default:focus,
	body .ui-datepicker td a.ui-state-default:focus {
	  outline: none;
	  box-shadow: 0 0 0 1px var(--sc-primary)inset, 0 0 1px 2px rgba(0, 176, 220, 0.25) !important;
	}
	body .ui-datepicker td span.ui-state-default.ui-state-highlight,
	body .ui-datepicker td a.ui-state-default.ui-state-highlight {
	  background-color: #ebebeb;
	  color: #262626;
	}
	body .ui-datepicker th {
	  color: #666666;
	  border-bottom-color: rgba(0, 0, 0, 0.1);
	}
	body .ui-datepicker .ui-datepicker-header,
	body .ui-datepicker .ui-datepicker-buttonpane button,
	body .ui-datepicker .ui-datepicker-next,
	body .ui-datepicker .ui-datepicker-prev {
	  border-radius: 6px;
	}
	body .ui-datepicker .ui-datepicker-prev:active,
	body .ui-datepicker .ui-datepicker-next:active {
	  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.0125) inset;
	}
	.ui-dialog {
	  --jui-dialog-title-close-border-radius: 100%;
	  --jui-dialog-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2);
	  --jui-dialog-titlebar-border-width: 1px;
	  --jui-dialog-titlebar-border-color: rgba(0, 0, 0, 0.05);
	  --jui-dialog-titlebar-background-color: #ffffff;
	  --jui-dialog-titlebar-text-color: #262626;
	  --jui-dialog-buttonpane-border-color: #ebebeb;
	}
	.ui-dialog.t-Dialog-page--wizard .ui-dialog-titlebar {
	  background-color: #ffffff;
	}
	.ui-dialog .ui-dialog-content,
	.t-Dialog-page {
	  background-color: #ffffff;
	  color: #262626;
	}
	.t-Dialog--wizard.ui-dialog,
	.t-Dialog--wizard.ui-dialog .ui-dialog-titlebar,
	.t-Dialog--wizard body .ui-dialog .ui-dialog-content {
	  background-color: #ffffff;
	  color: #262626;
	}
	.t-Dialog--wizard.ui-dialog .ui-dialog-title {
	  color: #262626;
	}
	body .ui-corner-all {
	  border-radius: 6px;
	}
	body .ui-corner-top,
	body .ui-corner-left,
	body .ui-corner-tl {
	  border-top-left-radius: 6px;
	}
	body .ui-corner-top,
	body .ui-corner-right,
	body .ui-corner-tr {
	  border-top-right-radius: 6px;
	}
	body .ui-corner-bottom,
	body .ui-corner-left,
	body .ui-corner-bl {
	  border-bottom-left-radius: 6px;
	}
	body .ui-corner-bottom,
	body .ui-corner-right,
	body .ui-corner-br {
	  border-bottom-right-radius: 6px;
	}
	body .ui-button.ui-corner-all {
	  border-radius: 6px;
	}
	body .ui-button.ui-corner-top,
	body .ui-button.ui-corner-left,
	body .ui-button.ui-corner-tl {
	  border-top-left-radius: 6px;
	}
	body .ui-button.ui-corner-top,
	body .ui-button.ui-corner-right,
	body .ui-button.ui-corner-tr {
	  border-top-right-radius: 6px;
	}
	body .ui-button.ui-corner-bottom,
	body .ui-button.ui-corner-left,
	body .ui-button.ui-corner-bl {
	  border-bottom-left-radius: 6px;
	}
	body .ui-button.ui-corner-bottom,
	body .ui-button.ui-corner-right,
	body .ui-button.ui-corner-br {
	  border-bottom-right-radius: 6px;
	}
	.u-warning {
	  background-color: #FBCE4A !important;
	  color: #443302;
	}
	.u-warning-text {
	  color: #FBCE4A !important;
	}
	.u-warning-bg {
	  background-color: #FBCE4A !important;
	}
	.u-warning-border {
	  border-color: #FBCE4A !important;
	}
	.u-success {
	  background-color: #208113 !important;
	  color: #ffffff;
	}
	.u-success-text {
	  color: #208113 !important;
	}
	.u-success-bg {
	  background-color: #208113 !important;
	}
	.u-success-border {
	  border-color: #208113 !important;
	}
	.u-danger {
	  background-color: #b31004 !important;
	  color: #ffffff;
	}
	.u-danger-text {
	  color: #b31004 !important;
	}
	.u-danger-bg {
	  background-color: #b31004 !important;
	}
	.u-danger-border {
	  border-color: #b31004 !important;
	}
	.u-info {
	  background-color: var(--sc-primary) !important;
	  color: #ffffff;
	}
	.u-info-text {
	  color: var(--sc-primary) !important;
	}
	.u-info-bg {
	  background-color: var(--sc-primary) !important;
	}
	.u-info-border {
	  border-color: var(--sc-primary) !important;
	}
	.u-hot {
	  background-color: var(--sc-primary)!important;
	  color: #111111;
	}
	.u-hot-text {
	  color: var(--sc-primary)!important;
	}
	.u-hot-bg {
	  background-color: var(--sc-primary)!important;
	}
	.u-hot-border {
	  border-color: var(--sc-primary)!important;
	}
	.u-normal {
	  background-color: #ffffff !important;
	  color: #262626;
	}
	.u-normal-text {
	  color: #262626 !important;
	}
	.u-normal-bg {
	  background-color: #262626 !important;
	}
	.u-normal-border {
	  border-color: #262626 !important;
	}
	.t-Body {
	  
	}
	.t-Body .a-MiniCal {
	  border: 1px solid #e6e6e6;
	  border-radius: 6px;
	  background-color: #ffffff;
	}
	.t-Body .a-MiniCal-title {
	  color: #262626;
	}
	.t-Body .a-MiniCal-dayOfWeek {
	  color: #808080;
	}
	.t-Body .a-MiniCal-day {
	  border-color: #f9f9f9;
	  color: #404040;
	}
	.t-Body .a-MiniCal-day.is-today .a-MiniCal-date {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Body .a-MiniCal-day.is-active .a-MiniCal-date {
	  background-color: #FBCE4A;
	  color: #443302;
	}
	.t-Body .a-MiniCal-day.is-weekend {
	  background-color: #fafafa;
	}
	.t-Body .a-MiniCal-day.is-null {
	  background-color: #f5f5f5;
	}
	.t-Region {
	  
	}
	.t-Region .a-MiniCal {
	  border: 1px solid #e6e6e6;
	  border-radius: 6px;
	  background-color: #ffffff;
	}
	.t-Region .a-MiniCal-title {
	  color: #262626;
	}
	.t-Region .a-MiniCal-dayOfWeek {
	  color: #808080;
	}
	.t-Region .a-MiniCal-day {
	  border-color: #f9f9f9;
	  color: #404040;
	}
	.t-Region .a-MiniCal-day.is-today .a-MiniCal-date {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Region .a-MiniCal-day.is-active .a-MiniCal-date {
	  background-color: #FBCE4A;
	  color: #443302;
	}
	.t-Region .a-MiniCal-day.is-weekend {
	  background-color: #fafafa;
	}
	.t-Region .a-MiniCal-day.is-null {
	  background-color: #f5f5f5;
	}
	.t-Body-actions {
	  
	}
	.t-Body-actions .a-MiniCal {
	  border: 1px solid #e2e2e2;
	  border-radius: 6px;
	  background-color: #fbfbfb;
	}
	.t-Body-actions .a-MiniCal-title {
	  color: #222222;
	}
	.t-Body-actions .a-MiniCal-dayOfWeek {
	  color: #7c7c7c;
	}
	.t-Body-actions .a-MiniCal-day {
	  border-color: #f5f5f5;
	  color: #3c3c3c;
	}
	.t-Body-actions .a-MiniCal-day.is-today .a-MiniCal-date {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Body-actions .a-MiniCal-day.is-active .a-MiniCal-date {
	  background-color: #FBCE4A;
	  color: #443302;
	}
	.t-Body-actions .a-MiniCal-day.is-weekend {
	  background-color: #f6f6f6;
	}
	.t-Body-actions .a-MiniCal-day.is-null {
	  background-color: #f1f1f1;
	}
	.t-Body-info {
	  
	}
	.t-Body-info .a-MiniCal {
	  border: 1px solid #e6e6e6;
	  border-radius: 6px;
	  background-color: #ffffff;
	}
	.t-Body-info .a-MiniCal-title {
	  color: #262626;
	}
	.t-Body-info .a-MiniCal-dayOfWeek {
	  color: #808080;
	}
	.t-Body-info .a-MiniCal-day {
	  border-color: #f9f9f9;
	  color: #404040;
	}
	.t-Body-info .a-MiniCal-day.is-today .a-MiniCal-date {
	  background-color: #eaeaea;
	  color: #2b2b2b;
	}
	.t-Body-info .a-MiniCal-day.is-active .a-MiniCal-date {
	  background-color: #FBCE4A;
	  color: #443302;
	}
	.t-Body-info .a-MiniCal-day.is-weekend {
	  background-color: #fafafa;
	}
	.t-Body-info .a-MiniCal-day.is-null {
	  background-color: #f5f5f5;
	}
	.u-colors > :nth-child(45n + 1) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color {
	  --u-color-bg: #309FDB;
	  --u-color-fg: #ffffff;
	  background-color: #309FDB;
	  fill: #309FDB;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 1) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color-bg,
	.u-colors > :nth-child(45n + 1) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color-background {
	  --u-color-bg: #309FDB;
	  background-color: #309FDB;
	}
	.u-colors > :nth-child(45n + 1) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color-txt,
	.u-colors > :nth-child(45n + 1) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color-text {
	  --u-color-fg: #309FDB;
	  color: #309FDB;
	}
	.u-colors > :nth-child(45n + 1) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color-bd,
	.u-colors > :nth-child(45n + 1) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 1) .u-color-border {
	  --u-color-bd: #309FDB;
	  border-color: #309FDB;
	  stroke: #309FDB;
	}
	.u-colors > :nth-child(45n + 2) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color {
	  --u-color-bg: #13B6CF;
	  --u-color-fg: #e4f9fd;
	  background-color: #13B6CF;
	  fill: #13B6CF;
	  color: #e4f9fd;
	}
	.u-colors > :nth-child(45n + 2) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color-bg,
	.u-colors > :nth-child(45n + 2) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color-background {
	  --u-color-bg: #13B6CF;
	  background-color: #13B6CF;
	}
	.u-colors > :nth-child(45n + 2) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color-txt,
	.u-colors > :nth-child(45n + 2) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color-text {
	  --u-color-fg: #13B6CF;
	  color: #13B6CF;
	}
	.u-colors > :nth-child(45n + 2) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color-bd,
	.u-colors > :nth-child(45n + 2) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 2) .u-color-border {
	  --u-color-bd: #13B6CF;
	  border-color: #13B6CF;
	  stroke: #13B6CF;
	}
	.u-colors > :nth-child(45n + 3) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color {
	  --u-color-bg: #2EBFBC;
	  --u-color-fg: #f0fcfb;
	  background-color: #2EBFBC;
	  fill: #2EBFBC;
	  color: #f0fcfb;
	}
	.u-colors > :nth-child(45n + 3) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color-bg,
	.u-colors > :nth-child(45n + 3) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color-background {
	  --u-color-bg: #2EBFBC;
	  background-color: #2EBFBC;
	}
	.u-colors > :nth-child(45n + 3) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color-txt,
	.u-colors > :nth-child(45n + 3) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color-text {
	  --u-color-fg: #2EBFBC;
	  color: #2EBFBC;
	}
	.u-colors > :nth-child(45n + 3) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color-bd,
	.u-colors > :nth-child(45n + 3) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 3) .u-color-border {
	  --u-color-bd: #2EBFBC;
	  border-color: #2EBFBC;
	  stroke: #2EBFBC;
	}
	.u-colors > :nth-child(45n + 4) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color {
	  --u-color-bg: #3CAF85;
	  --u-color-fg: #f0faf6;
	  background-color: #3CAF85;
	  fill: #3CAF85;
	  color: #f0faf6;
	}
	.u-colors > :nth-child(45n + 4) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color-bg,
	.u-colors > :nth-child(45n + 4) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color-background {
	  --u-color-bg: #3CAF85;
	  background-color: #3CAF85;
	}
	.u-colors > :nth-child(45n + 4) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color-txt,
	.u-colors > :nth-child(45n + 4) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color-text {
	  --u-color-fg: #3CAF85;
	  color: #3CAF85;
	}
	.u-colors > :nth-child(45n + 4) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color-bd,
	.u-colors > :nth-child(45n + 4) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 4) .u-color-border {
	  --u-color-bd: #3CAF85;
	  border-color: #3CAF85;
	  stroke: #3CAF85;
	}
	.u-colors > :nth-child(45n + 5) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color {
	  --u-color-bg: #81BB5F;
	  --u-color-fg: #ffffff;
	  background-color: #81BB5F;
	  fill: #81BB5F;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 5) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color-bg,
	.u-colors > :nth-child(45n + 5) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color-background {
	  --u-color-bg: #81BB5F;
	  background-color: #81BB5F;
	}
	.u-colors > :nth-child(45n + 5) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color-txt,
	.u-colors > :nth-child(45n + 5) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color-text {
	  --u-color-fg: #81BB5F;
	  color: #81BB5F;
	}
	.u-colors > :nth-child(45n + 5) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color-bd,
	.u-colors > :nth-child(45n + 5) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 5) .u-color-border {
	  --u-color-bd: #81BB5F;
	  border-color: #81BB5F;
	  stroke: #81BB5F;
	}
	.u-colors > :nth-child(45n + 6) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color {
	  --u-color-bg: #DDDE53;
	  --u-color-fg: #2a2a08;
	  background-color: #DDDE53;
	  fill: #DDDE53;
	  color: #2a2a08;
	}
	.u-colors > :nth-child(45n + 6) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color-bg,
	.u-colors > :nth-child(45n + 6) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color-background {
	  --u-color-bg: #DDDE53;
	  background-color: #DDDE53;
	}
	.u-colors > :nth-child(45n + 6) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color-txt,
	.u-colors > :nth-child(45n + 6) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color-text {
	  --u-color-fg: #DDDE53;
	  color: #DDDE53;
	}
	.u-colors > :nth-child(45n + 6) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color-bd,
	.u-colors > :nth-child(45n + 6) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 6) .u-color-border {
	  --u-color-bd: #DDDE53;
	  border-color: #DDDE53;
	  stroke: #DDDE53;
	}
	.u-colors > :nth-child(45n + 7) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color {
	  --u-color-bg: #FBCE4A;
	  --u-color-fg: #443302;
	  background-color: #FBCE4A;
	  fill: #FBCE4A;
	  color: #443302;
	}
	.u-colors > :nth-child(45n + 7) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color-bg,
	.u-colors > :nth-child(45n + 7) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color-background {
	  --u-color-bg: #FBCE4A;
	  background-color: #FBCE4A;
	}
	.u-colors > :nth-child(45n + 7) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color-txt,
	.u-colors > :nth-child(45n + 7) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color-text {
	  --u-color-fg: #FBCE4A;
	  color: #FBCE4A;
	}
	.u-colors > :nth-child(45n + 7) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color-bd,
	.u-colors > :nth-child(45n + 7) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 7) .u-color-border {
	  --u-color-bd: #FBCE4A;
	  border-color: #FBCE4A;
	  stroke: #FBCE4A;
	}
	.u-colors > :nth-child(45n + 8) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color {
	  --u-color-bg: #ED813E;
	  --u-color-fg: #ffffff;
	  background-color: #ED813E;
	  fill: #ED813E;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 8) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color-bg,
	.u-colors > :nth-child(45n + 8) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color-background {
	  --u-color-bg: #ED813E;
	  background-color: #ED813E;
	}
	.u-colors > :nth-child(45n + 8) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color-txt,
	.u-colors > :nth-child(45n + 8) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color-text {
	  --u-color-fg: #ED813E;
	  color: #ED813E;
	}
	.u-colors > :nth-child(45n + 8) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color-bd,
	.u-colors > :nth-child(45n + 8) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 8) .u-color-border {
	  --u-color-bd: #ED813E;
	  border-color: #ED813E;
	  stroke: #ED813E;
	}
	.u-colors > :nth-child(45n + 9) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color {
	  --u-color-bg: #E95B54;
	  --u-color-fg: #ffffff;
	  background-color: #E95B54;
	  fill: #E95B54;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 9) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color-bg,
	.u-colors > :nth-child(45n + 9) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color-background {
	  --u-color-bg: #E95B54;
	  background-color: #E95B54;
	}
	.u-colors > :nth-child(45n + 9) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color-txt,
	.u-colors > :nth-child(45n + 9) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color-text {
	  --u-color-fg: #E95B54;
	  color: #E95B54;
	}
	.u-colors > :nth-child(45n + 9) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color-bd,
	.u-colors > :nth-child(45n + 9) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 9) .u-color-border {
	  --u-color-bd: #E95B54;
	  border-color: #E95B54;
	  stroke: #E95B54;
	}
	.u-colors > :nth-child(45n + 10) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color {
	  --u-color-bg: #E85D88;
	  --u-color-fg: #ffffff;
	  background-color: #E85D88;
	  fill: #E85D88;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 10) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color-bg,
	.u-colors > :nth-child(45n + 10) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color-background {
	  --u-color-bg: #E85D88;
	  background-color: #E85D88;
	}
	.u-colors > :nth-child(45n + 10) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color-txt,
	.u-colors > :nth-child(45n + 10) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color-text {
	  --u-color-fg: #E85D88;
	  color: #E85D88;
	}
	.u-colors > :nth-child(45n + 10) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color-bd,
	.u-colors > :nth-child(45n + 10) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 10) .u-color-border {
	  --u-color-bd: #E85D88;
	  border-color: #E85D88;
	  stroke: #E85D88;
	}
	.u-colors > :nth-child(45n + 11) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color {
	  --u-color-bg: #CA589D;
	  --u-color-fg: #ffffff;
	  background-color: #CA589D;
	  fill: #CA589D;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 11) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color-bg,
	.u-colors > :nth-child(45n + 11) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color-background {
	  --u-color-bg: #CA589D;
	  background-color: #CA589D;
	}
	.u-colors > :nth-child(45n + 11) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color-txt,
	.u-colors > :nth-child(45n + 11) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color-text {
	  --u-color-fg: #CA589D;
	  color: #CA589D;
	}
	.u-colors > :nth-child(45n + 11) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color-bd,
	.u-colors > :nth-child(45n + 11) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 11) .u-color-border {
	  --u-color-bd: #CA589D;
	  border-color: #CA589D;
	  stroke: #CA589D;
	}
	.u-colors > :nth-child(45n + 12) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color {
	  --u-color-bg: #854E9B;
	  --u-color-fg: #f6f0f8;
	  background-color: #854E9B;
	  fill: #854E9B;
	  color: #f6f0f8;
	}
	.u-colors > :nth-child(45n + 12) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color-bg,
	.u-colors > :nth-child(45n + 12) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color-background {
	  --u-color-bg: #854E9B;
	  background-color: #854E9B;
	}
	.u-colors > :nth-child(45n + 12) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color-txt,
	.u-colors > :nth-child(45n + 12) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color-text {
	  --u-color-fg: #854E9B;
	  color: #854E9B;
	}
	.u-colors > :nth-child(45n + 12) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color-bd,
	.u-colors > :nth-child(45n + 12) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 12) .u-color-border {
	  --u-color-bd: #854E9B;
	  border-color: #854E9B;
	  stroke: #854E9B;
	}
	.u-colors > :nth-child(45n + 13) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color {
	  --u-color-bg: #5A68AD;
	  --u-color-fg: #ffffff;
	  background-color: #5A68AD;
	  fill: #5A68AD;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 13) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color-bg,
	.u-colors > :nth-child(45n + 13) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color-background {
	  --u-color-bg: #5A68AD;
	  background-color: #5A68AD;
	}
	.u-colors > :nth-child(45n + 13) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color-txt,
	.u-colors > :nth-child(45n + 13) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color-text {
	  --u-color-fg: #5A68AD;
	  color: #5A68AD;
	}
	.u-colors > :nth-child(45n + 13) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color-bd,
	.u-colors > :nth-child(45n + 13) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 13) .u-color-border {
	  --u-color-bd: #5A68AD;
	  border-color: #5A68AD;
	  stroke: #5A68AD;
	}
	.u-colors > :nth-child(45n + 14) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color {
	  --u-color-bg: #AFBAC5;
	  --u-color-fg: #313a44;
	  background-color: #AFBAC5;
	  fill: #AFBAC5;
	  color: #313a44;
	}
	.u-colors > :nth-child(45n + 14) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color-bg,
	.u-colors > :nth-child(45n + 14) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color-background {
	  --u-color-bg: #AFBAC5;
	  background-color: #AFBAC5;
	}
	.u-colors > :nth-child(45n + 14) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color-txt,
	.u-colors > :nth-child(45n + 14) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color-text {
	  --u-color-fg: #AFBAC5;
	  color: #AFBAC5;
	}
	.u-colors > :nth-child(45n + 14) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color-bd,
	.u-colors > :nth-child(45n + 14) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 14) .u-color-border {
	  --u-color-bd: #AFBAC5;
	  border-color: #AFBAC5;
	  stroke: #AFBAC5;
	}
	.u-colors > :nth-child(45n + 15) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color {
	  --u-color-bg: #6E8598;
	  --u-color-fg: #ffffff;
	  background-color: #6E8598;
	  fill: #6E8598;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 15) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color-bg,
	.u-colors > :nth-child(45n + 15) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color-background {
	  --u-color-bg: #6E8598;
	  background-color: #6E8598;
	}
	.u-colors > :nth-child(45n + 15) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color-txt,
	.u-colors > :nth-child(45n + 15) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color-text {
	  --u-color-fg: #6E8598;
	  color: #6E8598;
	}
	.u-colors > :nth-child(45n + 15) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color-bd,
	.u-colors > :nth-child(45n + 15) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 15) .u-color-border {
	  --u-color-bd: #6E8598;
	  border-color: #6E8598;
	  stroke: #6E8598;
	}
	.u-colors > :nth-child(45n + 16) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color {
	  --u-color-bg: #59b2e2;
	  --u-color-fg: #ffffff;
	  background-color: #59b2e2;
	  fill: #59b2e2;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 16) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color-bg,
	.u-colors > :nth-child(45n + 16) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color-background {
	  --u-color-bg: #59b2e2;
	  background-color: #59b2e2;
	}
	.u-colors > :nth-child(45n + 16) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color-txt,
	.u-colors > :nth-child(45n + 16) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color-text {
	  --u-color-fg: #59b2e2;
	  color: #59b2e2;
	}
	.u-colors > :nth-child(45n + 16) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color-bd,
	.u-colors > :nth-child(45n + 16) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 16) .u-color-border {
	  --u-color-bd: #59b2e2;
	  border-color: #59b2e2;
	  stroke: #59b2e2;
	}
	.u-colors > :nth-child(45n + 17) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color {
	  --u-color-bg: #42c5d9;
	  --u-color-fg: #051517;
	  background-color: #42c5d9;
	  fill: #42c5d9;
	  color: #051517;
	}
	.u-colors > :nth-child(45n + 17) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color-bg,
	.u-colors > :nth-child(45n + 17) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color-background {
	  --u-color-bg: #42c5d9;
	  background-color: #42c5d9;
	}
	.u-colors > :nth-child(45n + 17) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color-txt,
	.u-colors > :nth-child(45n + 17) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color-text {
	  --u-color-fg: #42c5d9;
	  color: #42c5d9;
	}
	.u-colors > :nth-child(45n + 17) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color-bd,
	.u-colors > :nth-child(45n + 17) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 17) .u-color-border {
	  --u-color-bd: #42c5d9;
	  border-color: #42c5d9;
	  stroke: #42c5d9;
	}
	.u-colors > :nth-child(45n + 18) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color {
	  --u-color-bg: #58ccc9;
	  --u-color-fg: #091c1c;
	  background-color: #58ccc9;
	  fill: #58ccc9;
	  color: #091c1c;
	}
	.u-colors > :nth-child(45n + 18) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color-bg,
	.u-colors > :nth-child(45n + 18) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color-background {
	  --u-color-bg: #58ccc9;
	  background-color: #58ccc9;
	}
	.u-colors > :nth-child(45n + 18) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color-txt,
	.u-colors > :nth-child(45n + 18) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color-text {
	  --u-color-fg: #58ccc9;
	  color: #58ccc9;
	}
	.u-colors > :nth-child(45n + 18) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color-bd,
	.u-colors > :nth-child(45n + 18) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 18) .u-color-border {
	  --u-color-bd: #58ccc9;
	  border-color: #58ccc9;
	  stroke: #58ccc9;
	}
	.u-colors > :nth-child(45n + 19) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color {
	  --u-color-bg: #63bf9d;
	  --u-color-fg: #ffffff;
	  background-color: #63bf9d;
	  fill: #63bf9d;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 19) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color-bg,
	.u-colors > :nth-child(45n + 19) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color-background {
	  --u-color-bg: #63bf9d;
	  background-color: #63bf9d;
	}
	.u-colors > :nth-child(45n + 19) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color-txt,
	.u-colors > :nth-child(45n + 19) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color-text {
	  --u-color-fg: #63bf9d;
	  color: #63bf9d;
	}
	.u-colors > :nth-child(45n + 19) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color-bd,
	.u-colors > :nth-child(45n + 19) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 19) .u-color-border {
	  --u-color-bd: #63bf9d;
	  border-color: #63bf9d;
	  stroke: #63bf9d;
	}
	.u-colors > :nth-child(45n + 20) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color {
	  --u-color-bg: #9ac97f;
	  --u-color-fg: #203316;
	  background-color: #9ac97f;
	  fill: #9ac97f;
	  color: #203316;
	}
	.u-colors > :nth-child(45n + 20) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color-bg,
	.u-colors > :nth-child(45n + 20) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color-background {
	  --u-color-bg: #9ac97f;
	  background-color: #9ac97f;
	}
	.u-colors > :nth-child(45n + 20) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color-txt,
	.u-colors > :nth-child(45n + 20) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color-text {
	  --u-color-fg: #9ac97f;
	  color: #9ac97f;
	}
	.u-colors > :nth-child(45n + 20) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color-bd,
	.u-colors > :nth-child(45n + 20) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 20) .u-color-border {
	  --u-color-bd: #9ac97f;
	  border-color: #9ac97f;
	  stroke: #9ac97f;
	}
	.u-colors > :nth-child(45n + 21) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color {
	  --u-color-bg: #e4e575;
	  --u-color-fg: #4c4c0f;
	  background-color: #e4e575;
	  fill: #e4e575;
	  color: #4c4c0f;
	}
	.u-colors > :nth-child(45n + 21) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color-bg,
	.u-colors > :nth-child(45n + 21) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color-background {
	  --u-color-bg: #e4e575;
	  background-color: #e4e575;
	}
	.u-colors > :nth-child(45n + 21) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color-txt,
	.u-colors > :nth-child(45n + 21) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color-text {
	  --u-color-fg: #e4e575;
	  color: #e4e575;
	}
	.u-colors > :nth-child(45n + 21) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color-bd,
	.u-colors > :nth-child(45n + 21) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 21) .u-color-border {
	  --u-color-bd: #e4e575;
	  border-color: #e4e575;
	  stroke: #e4e575;
	}
	.u-colors > :nth-child(45n + 22) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color {
	  --u-color-bg: #fcd86e;
	  --u-color-fg: #694f02;
	  background-color: #fcd86e;
	  fill: #fcd86e;
	  color: #694f02;
	}
	.u-colors > :nth-child(45n + 22) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color-bg,
	.u-colors > :nth-child(45n + 22) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color-background {
	  --u-color-bg: #fcd86e;
	  background-color: #fcd86e;
	}
	.u-colors > :nth-child(45n + 22) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color-txt,
	.u-colors > :nth-child(45n + 22) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color-text {
	  --u-color-fg: #fcd86e;
	  color: #fcd86e;
	}
	.u-colors > :nth-child(45n + 22) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color-bd,
	.u-colors > :nth-child(45n + 22) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 22) .u-color-border {
	  --u-color-bd: #fcd86e;
	  border-color: #fcd86e;
	  stroke: #fcd86e;
	}
	.u-colors > :nth-child(45n + 23) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color {
	  --u-color-bg: #f19a65;
	  --u-color-fg: #ffffff;
	  background-color: #f19a65;
	  fill: #f19a65;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 23) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color-bg,
	.u-colors > :nth-child(45n + 23) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color-background {
	  --u-color-bg: #f19a65;
	  background-color: #f19a65;
	}
	.u-colors > :nth-child(45n + 23) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color-txt,
	.u-colors > :nth-child(45n + 23) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color-text {
	  --u-color-fg: #f19a65;
	  color: #f19a65;
	}
	.u-colors > :nth-child(45n + 23) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color-bd,
	.u-colors > :nth-child(45n + 23) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 23) .u-color-border {
	  --u-color-bd: #f19a65;
	  border-color: #f19a65;
	  stroke: #f19a65;
	}
	.u-colors > :nth-child(45n + 24) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color {
	  --u-color-bg: #ed7c76;
	  --u-color-fg: #ffffff;
	  background-color: #ed7c76;
	  fill: #ed7c76;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 24) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color-bg,
	.u-colors > :nth-child(45n + 24) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color-background {
	  --u-color-bg: #ed7c76;
	  background-color: #ed7c76;
	}
	.u-colors > :nth-child(45n + 24) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color-txt,
	.u-colors > :nth-child(45n + 24) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color-text {
	  --u-color-fg: #ed7c76;
	  color: #ed7c76;
	}
	.u-colors > :nth-child(45n + 24) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color-bd,
	.u-colors > :nth-child(45n + 24) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 24) .u-color-border {
	  --u-color-bd: #ed7c76;
	  border-color: #ed7c76;
	  stroke: #ed7c76;
	}
	.u-colors > :nth-child(45n + 25) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color {
	  --u-color-bg: #ed7da0;
	  --u-color-fg: #ffffff;
	  background-color: #ed7da0;
	  fill: #ed7da0;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 25) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color-bg,
	.u-colors > :nth-child(45n + 25) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color-background {
	  --u-color-bg: #ed7da0;
	  background-color: #ed7da0;
	}
	.u-colors > :nth-child(45n + 25) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color-txt,
	.u-colors > :nth-child(45n + 25) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color-text {
	  --u-color-fg: #ed7da0;
	  color: #ed7da0;
	}
	.u-colors > :nth-child(45n + 25) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color-bd,
	.u-colors > :nth-child(45n + 25) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 25) .u-color-border {
	  --u-color-bd: #ed7da0;
	  border-color: #ed7da0;
	  stroke: #ed7da0;
	}
	.u-colors > :nth-child(45n + 26) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color {
	  --u-color-bg: #d579b1;
	  --u-color-fg: #ffffff;
	  background-color: #d579b1;
	  fill: #d579b1;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 26) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color-bg,
	.u-colors > :nth-child(45n + 26) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color-background {
	  --u-color-bg: #d579b1;
	  background-color: #d579b1;
	}
	.u-colors > :nth-child(45n + 26) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color-txt,
	.u-colors > :nth-child(45n + 26) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color-text {
	  --u-color-fg: #d579b1;
	  color: #d579b1;
	}
	.u-colors > :nth-child(45n + 26) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color-bd,
	.u-colors > :nth-child(45n + 26) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 26) .u-color-border {
	  --u-color-bd: #d579b1;
	  border-color: #d579b1;
	  stroke: #d579b1;
	}
	.u-colors > :nth-child(45n + 27) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color {
	  --u-color-bg: #9d71af;
	  --u-color-fg: #ffffff;
	  background-color: #9d71af;
	  fill: #9d71af;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 27) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color-bg,
	.u-colors > :nth-child(45n + 27) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color-background {
	  --u-color-bg: #9d71af;
	  background-color: #9d71af;
	}
	.u-colors > :nth-child(45n + 27) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color-txt,
	.u-colors > :nth-child(45n + 27) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color-text {
	  --u-color-fg: #9d71af;
	  color: #9d71af;
	}
	.u-colors > :nth-child(45n + 27) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color-bd,
	.u-colors > :nth-child(45n + 27) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 27) .u-color-border {
	  --u-color-bd: #9d71af;
	  border-color: #9d71af;
	  stroke: #9d71af;
	}
	.u-colors > :nth-child(45n + 28) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color {
	  --u-color-bg: #7b86bd;
	  --u-color-fg: #ffffff;
	  background-color: #7b86bd;
	  fill: #7b86bd;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 28) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color-bg,
	.u-colors > :nth-child(45n + 28) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color-background {
	  --u-color-bg: #7b86bd;
	  background-color: #7b86bd;
	}
	.u-colors > :nth-child(45n + 28) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color-txt,
	.u-colors > :nth-child(45n + 28) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color-text {
	  --u-color-fg: #7b86bd;
	  color: #7b86bd;
	}
	.u-colors > :nth-child(45n + 28) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color-bd,
	.u-colors > :nth-child(45n + 28) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 28) .u-color-border {
	  --u-color-bd: #7b86bd;
	  border-color: #7b86bd;
	  stroke: #7b86bd;
	}
	.u-colors > :nth-child(45n + 29) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color {
	  --u-color-bg: #bfc8d1;
	  --u-color-fg: #3d4854;
	  background-color: #bfc8d1;
	  fill: #bfc8d1;
	  color: #3d4854;
	}
	.u-colors > :nth-child(45n + 29) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color-bg,
	.u-colors > :nth-child(45n + 29) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color-background {
	  --u-color-bg: #bfc8d1;
	  background-color: #bfc8d1;
	}
	.u-colors > :nth-child(45n + 29) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color-txt,
	.u-colors > :nth-child(45n + 29) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color-text {
	  --u-color-fg: #bfc8d1;
	  color: #bfc8d1;
	}
	.u-colors > :nth-child(45n + 29) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color-bd,
	.u-colors > :nth-child(45n + 29) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 29) .u-color-border {
	  --u-color-bd: #bfc8d1;
	  border-color: #bfc8d1;
	  stroke: #bfc8d1;
	}
	.u-colors > :nth-child(45n + 30) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color {
	  --u-color-bg: #8b9dad;
	  --u-color-fg: #ffffff;
	  background-color: #8b9dad;
	  fill: #8b9dad;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 30) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color-bg,
	.u-colors > :nth-child(45n + 30) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color-background {
	  --u-color-bg: #8b9dad;
	  background-color: #8b9dad;
	}
	.u-colors > :nth-child(45n + 30) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color-txt,
	.u-colors > :nth-child(45n + 30) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color-text {
	  --u-color-fg: #8b9dad;
	  color: #8b9dad;
	}
	.u-colors > :nth-child(45n + 30) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color-bd,
	.u-colors > :nth-child(45n + 30) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 30) .u-color-border {
	  --u-color-bd: #8b9dad;
	  border-color: #8b9dad;
	  stroke: #8b9dad;
	}
	.u-colors > :nth-child(45n + 31) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color {
	  --u-color-bg: #198cca;
	  --u-color-fg: #ffffff;
	  background-color: #198cca;
	  fill: #198cca;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 31) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color-bg,
	.u-colors > :nth-child(45n + 31) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color-background {
	  --u-color-bg: #198cca;
	  background-color: #198cca;
	}
	.u-colors > :nth-child(45n + 31) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color-txt,
	.u-colors > :nth-child(45n + 31) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color-text {
	  --u-color-fg: #198cca;
	  color: #198cca;
	}
	.u-colors > :nth-child(45n + 31) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color-bd,
	.u-colors > :nth-child(45n + 31) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 31) .u-color-border {
	  --u-color-bd: #198cca;
	  border-color: #198cca;
	  stroke: #198cca;
	}
	.u-colors > :nth-child(45n + 32) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color {
	  --u-color-bg: #02a5be;
	  --u-color-fg: #000000;
	  background-color: #02a5be;
	  fill: #02a5be;
	  color: #000000;
	}
	.u-colors > :nth-child(45n + 32) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color-bg,
	.u-colors > :nth-child(45n + 32) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color-background {
	  --u-color-bg: #02a5be;
	  background-color: #02a5be;
	}
	.u-colors > :nth-child(45n + 32) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color-txt,
	.u-colors > :nth-child(45n + 32) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color-text {
	  --u-color-fg: #02a5be;
	  color: #02a5be;
	}
	.u-colors > :nth-child(45n + 32) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color-bd,
	.u-colors > :nth-child(45n + 32) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 32) .u-color-border {
	  --u-color-bd: #02a5be;
	  border-color: #02a5be;
	  stroke: #02a5be;
	}
	.u-colors > :nth-child(45n + 33) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color {
	  --u-color-bg: #18b1ae;
	  --u-color-fg: #000000;
	  background-color: #18b1ae;
	  fill: #18b1ae;
	  color: #000000;
	}
	.u-colors > :nth-child(45n + 33) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color-bg,
	.u-colors > :nth-child(45n + 33) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color-background {
	  --u-color-bg: #18b1ae;
	  background-color: #18b1ae;
	}
	.u-colors > :nth-child(45n + 33) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color-txt,
	.u-colors > :nth-child(45n + 33) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color-text {
	  --u-color-fg: #18b1ae;
	  color: #18b1ae;
	}
	.u-colors > :nth-child(45n + 33) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color-bd,
	.u-colors > :nth-child(45n + 33) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 33) .u-color-border {
	  --u-color-bd: #18b1ae;
	  border-color: #18b1ae;
	  stroke: #18b1ae;
	}
	.u-colors > :nth-child(45n + 34) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color {
	  --u-color-bg: #24a475;
	  --u-color-fg: #effbf7;
	  background-color: #24a475;
	  fill: #24a475;
	  color: #effbf7;
	}
	.u-colors > :nth-child(45n + 34) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color-bg,
	.u-colors > :nth-child(45n + 34) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color-background {
	  --u-color-bg: #24a475;
	  background-color: #24a475;
	}
	.u-colors > :nth-child(45n + 34) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color-txt,
	.u-colors > :nth-child(45n + 34) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color-text {
	  --u-color-fg: #24a475;
	  color: #24a475;
	}
	.u-colors > :nth-child(45n + 34) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color-bd,
	.u-colors > :nth-child(45n + 34) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 34) .u-color-border {
	  --u-color-bd: #24a475;
	  border-color: #24a475;
	  stroke: #24a475;
	}
	.u-colors > :nth-child(45n + 35) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color {
	  --u-color-bg: #6aad42;
	  --u-color-fg: #0c1506;
	  background-color: #6aad42;
	  fill: #6aad42;
	  color: #0c1506;
	}
	.u-colors > :nth-child(45n + 35) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color-bg,
	.u-colors > :nth-child(45n + 35) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color-background {
	  --u-color-bg: #6aad42;
	  background-color: #6aad42;
	}
	.u-colors > :nth-child(45n + 35) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color-txt,
	.u-colors > :nth-child(45n + 35) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color-text {
	  --u-color-fg: #6aad42;
	  color: #6aad42;
	}
	.u-colors > :nth-child(45n + 35) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color-bd,
	.u-colors > :nth-child(45n + 35) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 35) .u-color-border {
	  --u-color-bd: #6aad42;
	  border-color: #6aad42;
	  stroke: #6aad42;
	}
	.u-colors > :nth-child(45n + 36) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color {
	  --u-color-bg: #c9ca39;
	  --u-color-fg: #2d2e04;
	  background-color: #c9ca39;
	  fill: #c9ca39;
	  color: #2d2e04;
	}
	.u-colors > :nth-child(45n + 36) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color-bg,
	.u-colors > :nth-child(45n + 36) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color-background {
	  --u-color-bg: #c9ca39;
	  background-color: #c9ca39;
	}
	.u-colors > :nth-child(45n + 36) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color-txt,
	.u-colors > :nth-child(45n + 36) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color-text {
	  --u-color-fg: #c9ca39;
	  color: #c9ca39;
	}
	.u-colors > :nth-child(45n + 36) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color-bd,
	.u-colors > :nth-child(45n + 36) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 36) .u-color-border {
	  --u-color-bd: #c9ca39;
	  border-color: #c9ca39;
	  stroke: #c9ca39;
	}
	.u-colors > :nth-child(45n + 37) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color {
	  --u-color-bg: #d9b13b;
	  --u-color-fg: #463400;
	  background-color: #d9b13b;
	  fill: #d9b13b;
	  color: #463400;
	}
	.u-colors > :nth-child(45n + 37) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color-bg,
	.u-colors > :nth-child(45n + 37) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color-background {
	  --u-color-bg: #d9b13b;
	  background-color: #d9b13b;
	}
	.u-colors > :nth-child(45n + 37) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color-txt,
	.u-colors > :nth-child(45n + 37) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color-text {
	  --u-color-fg: #d9b13b;
	  color: #d9b13b;
	}
	.u-colors > :nth-child(45n + 37) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color-bd,
	.u-colors > :nth-child(45n + 37) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 37) .u-color-border {
	  --u-color-bd: #d9b13b;
	  border-color: #d9b13b;
	  stroke: #d9b13b;
	}
	.u-colors > :nth-child(45n + 38) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color {
	  --u-color-bg: #d76a27;
	  --u-color-fg: #ffffff;
	  background-color: #d76a27;
	  fill: #d76a27;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 38) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color-bg,
	.u-colors > :nth-child(45n + 38) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color-background {
	  --u-color-bg: #d76a27;
	  background-color: #d76a27;
	}
	.u-colors > :nth-child(45n + 38) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color-txt,
	.u-colors > :nth-child(45n + 38) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color-text {
	  --u-color-fg: #d76a27;
	  color: #d76a27;
	}
	.u-colors > :nth-child(45n + 38) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color-bd,
	.u-colors > :nth-child(45n + 38) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 38) .u-color-border {
	  --u-color-bd: #d76a27;
	  border-color: #d76a27;
	  stroke: #d76a27;
	}
	.u-colors > :nth-child(45n + 39) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color {
	  --u-color-bg: #d2423b;
	  --u-color-fg: #ffffff;
	  background-color: #d2423b;
	  fill: #d2423b;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 39) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color-bg,
	.u-colors > :nth-child(45n + 39) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color-background {
	  --u-color-bg: #d2423b;
	  background-color: #d2423b;
	}
	.u-colors > :nth-child(45n + 39) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color-txt,
	.u-colors > :nth-child(45n + 39) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color-text {
	  --u-color-fg: #d2423b;
	  color: #d2423b;
	}
	.u-colors > :nth-child(45n + 39) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color-bd,
	.u-colors > :nth-child(45n + 39) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 39) .u-color-border {
	  --u-color-bd: #d2423b;
	  border-color: #d2423b;
	  stroke: #d2423b;
	}
	.u-colors > :nth-child(45n + 40) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color {
	  --u-color-bg: #d1436f;
	  --u-color-fg: #ffffff;
	  background-color: #d1436f;
	  fill: #d1436f;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 40) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color-bg,
	.u-colors > :nth-child(45n + 40) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color-background {
	  --u-color-bg: #d1436f;
	  background-color: #d1436f;
	}
	.u-colors > :nth-child(45n + 40) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color-txt,
	.u-colors > :nth-child(45n + 40) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color-text {
	  --u-color-fg: #d1436f;
	  color: #d1436f;
	}
	.u-colors > :nth-child(45n + 40) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color-bd,
	.u-colors > :nth-child(45n + 40) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 40) .u-color-border {
	  --u-color-bd: #d1436f;
	  border-color: #d1436f;
	  stroke: #d1436f;
	}
	.u-colors > :nth-child(45n + 41) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color {
	  --u-color-bg: #ba3d88;
	  --u-color-fg: #ffffff;
	  background-color: #ba3d88;
	  fill: #ba3d88;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 41) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color-bg,
	.u-colors > :nth-child(45n + 41) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color-background {
	  --u-color-bg: #ba3d88;
	  background-color: #ba3d88;
	}
	.u-colors > :nth-child(45n + 41) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color-txt,
	.u-colors > :nth-child(45n + 41) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color-text {
	  --u-color-fg: #ba3d88;
	  color: #ba3d88;
	}
	.u-colors > :nth-child(45n + 41) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color-bd,
	.u-colors > :nth-child(45n + 41) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 41) .u-color-border {
	  --u-color-bd: #ba3d88;
	  border-color: #ba3d88;
	  stroke: #ba3d88;
	}
	.u-colors > :nth-child(45n + 42) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color {
	  --u-color-bg: #773393;
	  --u-color-fg: #f6eff9;
	  background-color: #773393;
	  fill: #773393;
	  color: #f6eff9;
	}
	.u-colors > :nth-child(45n + 42) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color-bg,
	.u-colors > :nth-child(45n + 42) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color-background {
	  --u-color-bg: #773393;
	  background-color: #773393;
	}
	.u-colors > :nth-child(45n + 42) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color-txt,
	.u-colors > :nth-child(45n + 42) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color-text {
	  --u-color-fg: #773393;
	  color: #773393;
	}
	.u-colors > :nth-child(45n + 42) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color-bd,
	.u-colors > :nth-child(45n + 42) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 42) .u-color-border {
	  --u-color-bd: #773393;
	  border-color: #773393;
	  stroke: #773393;
	}
	.u-colors > :nth-child(45n + 43) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color {
	  --u-color-bg: #3d4ea3;
	  --u-color-fg: #ffffff;
	  background-color: #3d4ea3;
	  fill: #3d4ea3;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 43) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color-bg,
	.u-colors > :nth-child(45n + 43) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color-background {
	  --u-color-bg: #3d4ea3;
	  background-color: #3d4ea3;
	}
	.u-colors > :nth-child(45n + 43) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color-txt,
	.u-colors > :nth-child(45n + 43) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color-text {
	  --u-color-fg: #3d4ea3;
	  color: #3d4ea3;
	}
	.u-colors > :nth-child(45n + 43) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color-bd,
	.u-colors > :nth-child(45n + 43) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 43) .u-color-border {
	  --u-color-bd: #3d4ea3;
	  border-color: #3d4ea3;
	  stroke: #3d4ea3;
	}
	.u-colors > :nth-child(45n + 44) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color {
	  --u-color-bg: #8c9eb0;
	  --u-color-fg: #283a4d;
	  background-color: #8c9eb0;
	  fill: #8c9eb0;
	  color: #283a4d;
	}
	.u-colors > :nth-child(45n + 44) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color-bg,
	.u-colors > :nth-child(45n + 44) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color-background {
	  --u-color-bg: #8c9eb0;
	  background-color: #8c9eb0;
	}
	.u-colors > :nth-child(45n + 44) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color-txt,
	.u-colors > :nth-child(45n + 44) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color-text {
	  --u-color-fg: #8c9eb0;
	  color: #8c9eb0;
	}
	.u-colors > :nth-child(45n + 44) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color-bd,
	.u-colors > :nth-child(45n + 44) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 44) .u-color-border {
	  --u-color-bd: #8c9eb0;
	  border-color: #8c9eb0;
	  stroke: #8c9eb0;
	}
	.u-colors > :nth-child(45n + 45) .u-color,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color {
	  --u-color-bg: #4e7391;
	  --u-color-fg: #ffffff;
	  background-color: #4e7391;
	  fill: #4e7391;
	  color: #ffffff;
	}
	.u-colors > :nth-child(45n + 45) .u-color-bg,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color-bg,
	.u-colors > :nth-child(45n + 45) .u-color-background,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color-background {
	  --u-color-bg: #4e7391;
	  background-color: #4e7391;
	}
	.u-colors > :nth-child(45n + 45) .u-color-txt,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color-txt,
	.u-colors > :nth-child(45n + 45) .u-color-text,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color-text {
	  --u-color-fg: #4e7391;
	  color: #4e7391;
	}
	.u-colors > :nth-child(45n + 45) .u-color-bd,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color-bd,
	.u-colors > :nth-child(45n + 45) .u-color-border,
	.u-colors .a-CardView-items > :nth-child(45n + 45) .u-color-border {
	  --u-color-bd: #4e7391;
	  border-color: #4e7391;
	  stroke: #4e7391;
	}
	.u-color-1 {
	  --u-color-bg: #309FDB !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #309FDB !important;
	  fill: #309FDB !important;
	  color: #ffffff !important;
	}
	.u-color-1-bg,
	.u-color-1-background {
	  --u-color-bg: #309FDB !important;
	  background-color: #309FDB !important;
	  fill: #309FDB !important;
	}
	.u-color-1-txt,
	.u-color-1-text {
	  --u-color-fg: #309FDB !important;
	  color: #309FDB !important;
	}
	.u-color-1-bd,
	.u-color-1-border {
	  --u-color-bd: #309FDB !important;
	  border-color: #309FDB !important;
	  stroke: #309FDB !important;
	}
	.u-color-2 {
	  --u-color-bg: #13B6CF !important;
	  --u-color-fg: #e4f9fd !important;
	  background-color: #13B6CF !important;
	  fill: #13B6CF !important;
	  color: #e4f9fd !important;
	}
	.u-color-2-bg,
	.u-color-2-background {
	  --u-color-bg: #13B6CF !important;
	  background-color: #13B6CF !important;
	  fill: #13B6CF !important;
	}
	.u-color-2-txt,
	.u-color-2-text {
	  --u-color-fg: #13B6CF !important;
	  color: #13B6CF !important;
	}
	.u-color-2-bd,
	.u-color-2-border {
	  --u-color-bd: #13B6CF !important;
	  border-color: #13B6CF !important;
	  stroke: #13B6CF !important;
	}
	.u-color-3 {
	  --u-color-bg: #2EBFBC !important;
	  --u-color-fg: #f0fcfb !important;
	  background-color: #2EBFBC !important;
	  fill: #2EBFBC !important;
	  color: #f0fcfb !important;
	}
	.u-color-3-bg,
	.u-color-3-background {
	  --u-color-bg: #2EBFBC !important;
	  background-color: #2EBFBC !important;
	  fill: #2EBFBC !important;
	}
	.u-color-3-txt,
	.u-color-3-text {
	  --u-color-fg: #2EBFBC !important;
	  color: #2EBFBC !important;
	}
	.u-color-3-bd,
	.u-color-3-border {
	  --u-color-bd: #2EBFBC !important;
	  border-color: #2EBFBC !important;
	  stroke: #2EBFBC !important;
	}
	.u-color-4 {
	  --u-color-bg: #3CAF85 !important;
	  --u-color-fg: #f0faf6 !important;
	  background-color: #3CAF85 !important;
	  fill: #3CAF85 !important;
	  color: #f0faf6 !important;
	}
	.u-color-4-bg,
	.u-color-4-background {
	  --u-color-bg: #3CAF85 !important;
	  background-color: #3CAF85 !important;
	  fill: #3CAF85 !important;
	}
	.u-color-4-txt,
	.u-color-4-text {
	  --u-color-fg: #3CAF85 !important;
	  color: #3CAF85 !important;
	}
	.u-color-4-bd,
	.u-color-4-border {
	  --u-color-bd: #3CAF85 !important;
	  border-color: #3CAF85 !important;
	  stroke: #3CAF85 !important;
	}
	.u-color-5 {
	  --u-color-bg: #81BB5F !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #81BB5F !important;
	  fill: #81BB5F !important;
	  color: #ffffff !important;
	}
	.u-color-5-bg,
	.u-color-5-background {
	  --u-color-bg: #81BB5F !important;
	  background-color: #81BB5F !important;
	  fill: #81BB5F !important;
	}
	.u-color-5-txt,
	.u-color-5-text {
	  --u-color-fg: #81BB5F !important;
	  color: #81BB5F !important;
	}
	.u-color-5-bd,
	.u-color-5-border {
	  --u-color-bd: #81BB5F !important;
	  border-color: #81BB5F !important;
	  stroke: #81BB5F !important;
	}
	.u-color-6 {
	  --u-color-bg: #DDDE53 !important;
	  --u-color-fg: #2a2a08 !important;
	  background-color: #DDDE53 !important;
	  fill: #DDDE53 !important;
	  color: #2a2a08 !important;
	}
	.u-color-6-bg,
	.u-color-6-background {
	  --u-color-bg: #DDDE53 !important;
	  background-color: #DDDE53 !important;
	  fill: #DDDE53 !important;
	}
	.u-color-6-txt,
	.u-color-6-text {
	  --u-color-fg: #DDDE53 !important;
	  color: #DDDE53 !important;
	}
	.u-color-6-bd,
	.u-color-6-border {
	  --u-color-bd: #DDDE53 !important;
	  border-color: #DDDE53 !important;
	  stroke: #DDDE53 !important;
	}
	.u-color-7 {
	  --u-color-bg: #FBCE4A !important;
	  --u-color-fg: #443302 !important;
	  background-color: #FBCE4A !important;
	  fill: #FBCE4A !important;
	  color: #443302 !important;
	}
	.u-color-7-bg,
	.u-color-7-background {
	  --u-color-bg: #FBCE4A !important;
	  background-color: #FBCE4A !important;
	  fill: #FBCE4A !important;
	}
	.u-color-7-txt,
	.u-color-7-text {
	  --u-color-fg: #FBCE4A !important;
	  color: #FBCE4A !important;
	}
	.u-color-7-bd,
	.u-color-7-border {
	  --u-color-bd: #FBCE4A !important;
	  border-color: #FBCE4A !important;
	  stroke: #FBCE4A !important;
	}
	.u-color-8 {
	  --u-color-bg: #ED813E !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #ED813E !important;
	  fill: #ED813E !important;
	  color: #ffffff !important;
	}
	.u-color-8-bg,
	.u-color-8-background {
	  --u-color-bg: #ED813E !important;
	  background-color: #ED813E !important;
	  fill: #ED813E !important;
	}
	.u-color-8-txt,
	.u-color-8-text {
	  --u-color-fg: #ED813E !important;
	  color: #ED813E !important;
	}
	.u-color-8-bd,
	.u-color-8-border {
	  --u-color-bd: #ED813E !important;
	  border-color: #ED813E !important;
	  stroke: #ED813E !important;
	}
	.u-color-9 {
	  --u-color-bg: #E95B54 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #E95B54 !important;
	  fill: #E95B54 !important;
	  color: #ffffff !important;
	}
	.u-color-9-bg,
	.u-color-9-background {
	  --u-color-bg: #E95B54 !important;
	  background-color: #E95B54 !important;
	  fill: #E95B54 !important;
	}
	.u-color-9-txt,
	.u-color-9-text {
	  --u-color-fg: #E95B54 !important;
	  color: #E95B54 !important;
	}
	.u-color-9-bd,
	.u-color-9-border {
	  --u-color-bd: #E95B54 !important;
	  border-color: #E95B54 !important;
	  stroke: #E95B54 !important;
	}
	.u-color-10 {
	  --u-color-bg: #E85D88 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #E85D88 !important;
	  fill: #E85D88 !important;
	  color: #ffffff !important;
	}
	.u-color-10-bg,
	.u-color-10-background {
	  --u-color-bg: #E85D88 !important;
	  background-color: #E85D88 !important;
	  fill: #E85D88 !important;
	}
	.u-color-10-txt,
	.u-color-10-text {
	  --u-color-fg: #E85D88 !important;
	  color: #E85D88 !important;
	}
	.u-color-10-bd,
	.u-color-10-border {
	  --u-color-bd: #E85D88 !important;
	  border-color: #E85D88 !important;
	  stroke: #E85D88 !important;
	}
	.u-color-11 {
	  --u-color-bg: #CA589D !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #CA589D !important;
	  fill: #CA589D !important;
	  color: #ffffff !important;
	}
	.u-color-11-bg,
	.u-color-11-background {
	  --u-color-bg: #CA589D !important;
	  background-color: #CA589D !important;
	  fill: #CA589D !important;
	}
	.u-color-11-txt,
	.u-color-11-text {
	  --u-color-fg: #CA589D !important;
	  color: #CA589D !important;
	}
	.u-color-11-bd,
	.u-color-11-border {
	  --u-color-bd: #CA589D !important;
	  border-color: #CA589D !important;
	  stroke: #CA589D !important;
	}
	.u-color-12 {
	  --u-color-bg: #854E9B !important;
	  --u-color-fg: #f6f0f8 !important;
	  background-color: #854E9B !important;
	  fill: #854E9B !important;
	  color: #f6f0f8 !important;
	}
	.u-color-12-bg,
	.u-color-12-background {
	  --u-color-bg: #854E9B !important;
	  background-color: #854E9B !important;
	  fill: #854E9B !important;
	}
	.u-color-12-txt,
	.u-color-12-text {
	  --u-color-fg: #854E9B !important;
	  color: #854E9B !important;
	}
	.u-color-12-bd,
	.u-color-12-border {
	  --u-color-bd: #854E9B !important;
	  border-color: #854E9B !important;
	  stroke: #854E9B !important;
	}
	.u-color-13 {
	  --u-color-bg: #5A68AD !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #5A68AD !important;
	  fill: #5A68AD !important;
	  color: #ffffff !important;
	}
	.u-color-13-bg,
	.u-color-13-background {
	  --u-color-bg: #5A68AD !important;
	  background-color: #5A68AD !important;
	  fill: #5A68AD !important;
	}
	.u-color-13-txt,
	.u-color-13-text {
	  --u-color-fg: #5A68AD !important;
	  color: #5A68AD !important;
	}
	.u-color-13-bd,
	.u-color-13-border {
	  --u-color-bd: #5A68AD !important;
	  border-color: #5A68AD !important;
	  stroke: #5A68AD !important;
	}
	.u-color-14 {
	  --u-color-bg: #AFBAC5 !important;
	  --u-color-fg: #313a44 !important;
	  background-color: #AFBAC5 !important;
	  fill: #AFBAC5 !important;
	  color: #313a44 !important;
	}
	.u-color-14-bg,
	.u-color-14-background {
	  --u-color-bg: #AFBAC5 !important;
	  background-color: #AFBAC5 !important;
	  fill: #AFBAC5 !important;
	}
	.u-color-14-txt,
	.u-color-14-text {
	  --u-color-fg: #AFBAC5 !important;
	  color: #AFBAC5 !important;
	}
	.u-color-14-bd,
	.u-color-14-border {
	  --u-color-bd: #AFBAC5 !important;
	  border-color: #AFBAC5 !important;
	  stroke: #AFBAC5 !important;
	}
	.u-color-15 {
	  --u-color-bg: #6E8598 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #6E8598 !important;
	  fill: #6E8598 !important;
	  color: #ffffff !important;
	}
	.u-color-15-bg,
	.u-color-15-background {
	  --u-color-bg: #6E8598 !important;
	  background-color: #6E8598 !important;
	  fill: #6E8598 !important;
	}
	.u-color-15-txt,
	.u-color-15-text {
	  --u-color-fg: #6E8598 !important;
	  color: #6E8598 !important;
	}
	.u-color-15-bd,
	.u-color-15-border {
	  --u-color-bd: #6E8598 !important;
	  border-color: #6E8598 !important;
	  stroke: #6E8598 !important;
	}
	.u-color-16 {
	  --u-color-bg: #59b2e2 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #59b2e2 !important;
	  fill: #59b2e2 !important;
	  color: #ffffff !important;
	}
	.u-color-16-bg,
	.u-color-16-background {
	  --u-color-bg: #59b2e2 !important;
	  background-color: #59b2e2 !important;
	  fill: #59b2e2 !important;
	}
	.u-color-16-txt,
	.u-color-16-text {
	  --u-color-fg: #59b2e2 !important;
	  color: #59b2e2 !important;
	}
	.u-color-16-bd,
	.u-color-16-border {
	  --u-color-bd: #59b2e2 !important;
	  border-color: #59b2e2 !important;
	  stroke: #59b2e2 !important;
	}
	.u-color-17 {
	  --u-color-bg: #42c5d9 !important;
	  --u-color-fg: #051517 !important;
	  background-color: #42c5d9 !important;
	  fill: #42c5d9 !important;
	  color: #051517 !important;
	}
	.u-color-17-bg,
	.u-color-17-background {
	  --u-color-bg: #42c5d9 !important;
	  background-color: #42c5d9 !important;
	  fill: #42c5d9 !important;
	}
	.u-color-17-txt,
	.u-color-17-text {
	  --u-color-fg: #42c5d9 !important;
	  color: #42c5d9 !important;
	}
	.u-color-17-bd,
	.u-color-17-border {
	  --u-color-bd: #42c5d9 !important;
	  border-color: #42c5d9 !important;
	  stroke: #42c5d9 !important;
	}
	.u-color-18 {
	  --u-color-bg: #58ccc9 !important;
	  --u-color-fg: #091c1c !important;
	  background-color: #58ccc9 !important;
	  fill: #58ccc9 !important;
	  color: #091c1c !important;
	}
	.u-color-18-bg,
	.u-color-18-background {
	  --u-color-bg: #58ccc9 !important;
	  background-color: #58ccc9 !important;
	  fill: #58ccc9 !important;
	}
	.u-color-18-txt,
	.u-color-18-text {
	  --u-color-fg: #58ccc9 !important;
	  color: #58ccc9 !important;
	}
	.u-color-18-bd,
	.u-color-18-border {
	  --u-color-bd: #58ccc9 !important;
	  border-color: #58ccc9 !important;
	  stroke: #58ccc9 !important;
	}
	.u-color-19 {
	  --u-color-bg: #63bf9d !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #63bf9d !important;
	  fill: #63bf9d !important;
	  color: #ffffff !important;
	}
	.u-color-19-bg,
	.u-color-19-background {
	  --u-color-bg: #63bf9d !important;
	  background-color: #63bf9d !important;
	  fill: #63bf9d !important;
	}
	.u-color-19-txt,
	.u-color-19-text {
	  --u-color-fg: #63bf9d !important;
	  color: #63bf9d !important;
	}
	.u-color-19-bd,
	.u-color-19-border {
	  --u-color-bd: #63bf9d !important;
	  border-color: #63bf9d !important;
	  stroke: #63bf9d !important;
	}
	.u-color-20 {
	  --u-color-bg: #9ac97f !important;
	  --u-color-fg: #203316 !important;
	  background-color: #9ac97f !important;
	  fill: #9ac97f !important;
	  color: #203316 !important;
	}
	.u-color-20-bg,
	.u-color-20-background {
	  --u-color-bg: #9ac97f !important;
	  background-color: #9ac97f !important;
	  fill: #9ac97f !important;
	}
	.u-color-20-txt,
	.u-color-20-text {
	  --u-color-fg: #9ac97f !important;
	  color: #9ac97f !important;
	}
	.u-color-20-bd,
	.u-color-20-border {
	  --u-color-bd: #9ac97f !important;
	  border-color: #9ac97f !important;
	  stroke: #9ac97f !important;
	}
	.u-color-21 {
	  --u-color-bg: #e4e575 !important;
	  --u-color-fg: #4c4c0f !important;
	  background-color: #e4e575 !important;
	  fill: #e4e575 !important;
	  color: #4c4c0f !important;
	}
	.u-color-21-bg,
	.u-color-21-background {
	  --u-color-bg: #e4e575 !important;
	  background-color: #e4e575 !important;
	  fill: #e4e575 !important;
	}
	.u-color-21-txt,
	.u-color-21-text {
	  --u-color-fg: #e4e575 !important;
	  color: #e4e575 !important;
	}
	.u-color-21-bd,
	.u-color-21-border {
	  --u-color-bd: #e4e575 !important;
	  border-color: #e4e575 !important;
	  stroke: #e4e575 !important;
	}
	.u-color-22 {
	  --u-color-bg: #fcd86e !important;
	  --u-color-fg: #694f02 !important;
	  background-color: #fcd86e !important;
	  fill: #fcd86e !important;
	  color: #694f02 !important;
	}
	.u-color-22-bg,
	.u-color-22-background {
	  --u-color-bg: #fcd86e !important;
	  background-color: #fcd86e !important;
	  fill: #fcd86e !important;
	}
	.u-color-22-txt,
	.u-color-22-text {
	  --u-color-fg: #fcd86e !important;
	  color: #fcd86e !important;
	}
	.u-color-22-bd,
	.u-color-22-border {
	  --u-color-bd: #fcd86e !important;
	  border-color: #fcd86e !important;
	  stroke: #fcd86e !important;
	}
	.u-color-23 {
	  --u-color-bg: #f19a65 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #f19a65 !important;
	  fill: #f19a65 !important;
	  color: #ffffff !important;
	}
	.u-color-23-bg,
	.u-color-23-background {
	  --u-color-bg: #f19a65 !important;
	  background-color: #f19a65 !important;
	  fill: #f19a65 !important;
	}
	.u-color-23-txt,
	.u-color-23-text {
	  --u-color-fg: #f19a65 !important;
	  color: #f19a65 !important;
	}
	.u-color-23-bd,
	.u-color-23-border {
	  --u-color-bd: #f19a65 !important;
	  border-color: #f19a65 !important;
	  stroke: #f19a65 !important;
	}
	.u-color-24 {
	  --u-color-bg: #ed7c76 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #ed7c76 !important;
	  fill: #ed7c76 !important;
	  color: #ffffff !important;
	}
	.u-color-24-bg,
	.u-color-24-background {
	  --u-color-bg: #ed7c76 !important;
	  background-color: #ed7c76 !important;
	  fill: #ed7c76 !important;
	}
	.u-color-24-txt,
	.u-color-24-text {
	  --u-color-fg: #ed7c76 !important;
	  color: #ed7c76 !important;
	}
	.u-color-24-bd,
	.u-color-24-border {
	  --u-color-bd: #ed7c76 !important;
	  border-color: #ed7c76 !important;
	  stroke: #ed7c76 !important;
	}
	.u-color-25 {
	  --u-color-bg: #ed7da0 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #ed7da0 !important;
	  fill: #ed7da0 !important;
	  color: #ffffff !important;
	}
	.u-color-25-bg,
	.u-color-25-background {
	  --u-color-bg: #ed7da0 !important;
	  background-color: #ed7da0 !important;
	  fill: #ed7da0 !important;
	}
	.u-color-25-txt,
	.u-color-25-text {
	  --u-color-fg: #ed7da0 !important;
	  color: #ed7da0 !important;
	}
	.u-color-25-bd,
	.u-color-25-border {
	  --u-color-bd: #ed7da0 !important;
	  border-color: #ed7da0 !important;
	  stroke: #ed7da0 !important;
	}
	.u-color-26 {
	  --u-color-bg: #d579b1 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #d579b1 !important;
	  fill: #d579b1 !important;
	  color: #ffffff !important;
	}
	.u-color-26-bg,
	.u-color-26-background {
	  --u-color-bg: #d579b1 !important;
	  background-color: #d579b1 !important;
	  fill: #d579b1 !important;
	}
	.u-color-26-txt,
	.u-color-26-text {
	  --u-color-fg: #d579b1 !important;
	  color: #d579b1 !important;
	}
	.u-color-26-bd,
	.u-color-26-border {
	  --u-color-bd: #d579b1 !important;
	  border-color: #d579b1 !important;
	  stroke: #d579b1 !important;
	}
	.u-color-27 {
	  --u-color-bg: #9d71af !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #9d71af !important;
	  fill: #9d71af !important;
	  color: #ffffff !important;
	}
	.u-color-27-bg,
	.u-color-27-background {
	  --u-color-bg: #9d71af !important;
	  background-color: #9d71af !important;
	  fill: #9d71af !important;
	}
	.u-color-27-txt,
	.u-color-27-text {
	  --u-color-fg: #9d71af !important;
	  color: #9d71af !important;
	}
	.u-color-27-bd,
	.u-color-27-border {
	  --u-color-bd: #9d71af !important;
	  border-color: #9d71af !important;
	  stroke: #9d71af !important;
	}
	.u-color-28 {
	  --u-color-bg: #7b86bd !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #7b86bd !important;
	  fill: #7b86bd !important;
	  color: #ffffff !important;
	}
	.u-color-28-bg,
	.u-color-28-background {
	  --u-color-bg: #7b86bd !important;
	  background-color: #7b86bd !important;
	  fill: #7b86bd !important;
	}
	.u-color-28-txt,
	.u-color-28-text {
	  --u-color-fg: #7b86bd !important;
	  color: #7b86bd !important;
	}
	.u-color-28-bd,
	.u-color-28-border {
	  --u-color-bd: #7b86bd !important;
	  border-color: #7b86bd !important;
	  stroke: #7b86bd !important;
	}
	.u-color-29 {
	  --u-color-bg: #bfc8d1 !important;
	  --u-color-fg: #3d4854 !important;
	  background-color: #bfc8d1 !important;
	  fill: #bfc8d1 !important;
	  color: #3d4854 !important;
	}
	.u-color-29-bg,
	.u-color-29-background {
	  --u-color-bg: #bfc8d1 !important;
	  background-color: #bfc8d1 !important;
	  fill: #bfc8d1 !important;
	}
	.u-color-29-txt,
	.u-color-29-text {
	  --u-color-fg: #bfc8d1 !important;
	  color: #bfc8d1 !important;
	}
	.u-color-29-bd,
	.u-color-29-border {
	  --u-color-bd: #bfc8d1 !important;
	  border-color: #bfc8d1 !important;
	  stroke: #bfc8d1 !important;
	}
	.u-color-30 {
	  --u-color-bg: #8b9dad !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #8b9dad !important;
	  fill: #8b9dad !important;
	  color: #ffffff !important;
	}
	.u-color-30-bg,
	.u-color-30-background {
	  --u-color-bg: #8b9dad !important;
	  background-color: #8b9dad !important;
	  fill: #8b9dad !important;
	}
	.u-color-30-txt,
	.u-color-30-text {
	  --u-color-fg: #8b9dad !important;
	  color: #8b9dad !important;
	}
	.u-color-30-bd,
	.u-color-30-border {
	  --u-color-bd: #8b9dad !important;
	  border-color: #8b9dad !important;
	  stroke: #8b9dad !important;
	}
	.u-color-31 {
	  --u-color-bg: #198cca !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #198cca !important;
	  fill: #198cca !important;
	  color: #ffffff !important;
	}
	.u-color-31-bg,
	.u-color-31-background {
	  --u-color-bg: #198cca !important;
	  background-color: #198cca !important;
	  fill: #198cca !important;
	}
	.u-color-31-txt,
	.u-color-31-text {
	  --u-color-fg: #198cca !important;
	  color: #198cca !important;
	}
	.u-color-31-bd,
	.u-color-31-border {
	  --u-color-bd: #198cca !important;
	  border-color: #198cca !important;
	  stroke: #198cca !important;
	}
	.u-color-32 {
	  --u-color-bg: #02a5be !important;
	  --u-color-fg: #000000 !important;
	  background-color: #02a5be !important;
	  fill: #02a5be !important;
	  color: #000000 !important;
	}
	.u-color-32-bg,
	.u-color-32-background {
	  --u-color-bg: #02a5be !important;
	  background-color: #02a5be !important;
	  fill: #02a5be !important;
	}
	.u-color-32-txt,
	.u-color-32-text {
	  --u-color-fg: #02a5be !important;
	  color: #02a5be !important;
	}
	.u-color-32-bd,
	.u-color-32-border {
	  --u-color-bd: #02a5be !important;
	  border-color: #02a5be !important;
	  stroke: #02a5be !important;
	}
	.u-color-33 {
	  --u-color-bg: #18b1ae !important;
	  --u-color-fg: #000000 !important;
	  background-color: #18b1ae !important;
	  fill: #18b1ae !important;
	  color: #000000 !important;
	}
	.u-color-33-bg,
	.u-color-33-background {
	  --u-color-bg: #18b1ae !important;
	  background-color: #18b1ae !important;
	  fill: #18b1ae !important;
	}
	.u-color-33-txt,
	.u-color-33-text {
	  --u-color-fg: #18b1ae !important;
	  color: #18b1ae !important;
	}
	.u-color-33-bd,
	.u-color-33-border {
	  --u-color-bd: #18b1ae !important;
	  border-color: #18b1ae !important;
	  stroke: #18b1ae !important;
	}
	.u-color-34 {
	  --u-color-bg: #24a475 !important;
	  --u-color-fg: #effbf7 !important;
	  background-color: #24a475 !important;
	  fill: #24a475 !important;
	  color: #effbf7 !important;
	}
	.u-color-34-bg,
	.u-color-34-background {
	  --u-color-bg: #24a475 !important;
	  background-color: #24a475 !important;
	  fill: #24a475 !important;
	}
	.u-color-34-txt,
	.u-color-34-text {
	  --u-color-fg: #24a475 !important;
	  color: #24a475 !important;
	}
	.u-color-34-bd,
	.u-color-34-border {
	  --u-color-bd: #24a475 !important;
	  border-color: #24a475 !important;
	  stroke: #24a475 !important;
	}
	.u-color-35 {
	  --u-color-bg: #6aad42 !important;
	  --u-color-fg: #0c1506 !important;
	  background-color: #6aad42 !important;
	  fill: #6aad42 !important;
	  color: #0c1506 !important;
	}
	.u-color-35-bg,
	.u-color-35-background {
	  --u-color-bg: #6aad42 !important;
	  background-color: #6aad42 !important;
	  fill: #6aad42 !important;
	}
	.u-color-35-txt,
	.u-color-35-text {
	  --u-color-fg: #6aad42 !important;
	  color: #6aad42 !important;
	}
	.u-color-35-bd,
	.u-color-35-border {
	  --u-color-bd: #6aad42 !important;
	  border-color: #6aad42 !important;
	  stroke: #6aad42 !important;
	}
	.u-color-36 {
	  --u-color-bg: #c9ca39 !important;
	  --u-color-fg: #2d2e04 !important;
	  background-color: #c9ca39 !important;
	  fill: #c9ca39 !important;
	  color: #2d2e04 !important;
	}
	.u-color-36-bg,
	.u-color-36-background {
	  --u-color-bg: #c9ca39 !important;
	  background-color: #c9ca39 !important;
	  fill: #c9ca39 !important;
	}
	.u-color-36-txt,
	.u-color-36-text {
	  --u-color-fg: #c9ca39 !important;
	  color: #c9ca39 !important;
	}
	.u-color-36-bd,
	.u-color-36-border {
	  --u-color-bd: #c9ca39 !important;
	  border-color: #c9ca39 !important;
	  stroke: #c9ca39 !important;
	}
	.u-color-37 {
	  --u-color-bg: #d9b13b !important;
	  --u-color-fg: #463400 !important;
	  background-color: #d9b13b !important;
	  fill: #d9b13b !important;
	  color: #463400 !important;
	}
	.u-color-37-bg,
	.u-color-37-background {
	  --u-color-bg: #d9b13b !important;
	  background-color: #d9b13b !important;
	  fill: #d9b13b !important;
	}
	.u-color-37-txt,
	.u-color-37-text {
	  --u-color-fg: #d9b13b !important;
	  color: #d9b13b !important;
	}
	.u-color-37-bd,
	.u-color-37-border {
	  --u-color-bd: #d9b13b !important;
	  border-color: #d9b13b !important;
	  stroke: #d9b13b !important;
	}
	.u-color-38 {
	  --u-color-bg: #d76a27 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #d76a27 !important;
	  fill: #d76a27 !important;
	  color: #ffffff !important;
	}
	.u-color-38-bg,
	.u-color-38-background {
	  --u-color-bg: #d76a27 !important;
	  background-color: #d76a27 !important;
	  fill: #d76a27 !important;
	}
	.u-color-38-txt,
	.u-color-38-text {
	  --u-color-fg: #d76a27 !important;
	  color: #d76a27 !important;
	}
	.u-color-38-bd,
	.u-color-38-border {
	  --u-color-bd: #d76a27 !important;
	  border-color: #d76a27 !important;
	  stroke: #d76a27 !important;
	}
	.u-color-39 {
	  --u-color-bg: #d2423b !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #d2423b !important;
	  fill: #d2423b !important;
	  color: #ffffff !important;
	}
	.u-color-39-bg,
	.u-color-39-background {
	  --u-color-bg: #d2423b !important;
	  background-color: #d2423b !important;
	  fill: #d2423b !important;
	}
	.u-color-39-txt,
	.u-color-39-text {
	  --u-color-fg: #d2423b !important;
	  color: #d2423b !important;
	}
	.u-color-39-bd,
	.u-color-39-border {
	  --u-color-bd: #d2423b !important;
	  border-color: #d2423b !important;
	  stroke: #d2423b !important;
	}
	.u-color-40 {
	  --u-color-bg: #d1436f !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #d1436f !important;
	  fill: #d1436f !important;
	  color: #ffffff !important;
	}
	.u-color-40-bg,
	.u-color-40-background {
	  --u-color-bg: #d1436f !important;
	  background-color: #d1436f !important;
	  fill: #d1436f !important;
	}
	.u-color-40-txt,
	.u-color-40-text {
	  --u-color-fg: #d1436f !important;
	  color: #d1436f !important;
	}
	.u-color-40-bd,
	.u-color-40-border {
	  --u-color-bd: #d1436f !important;
	  border-color: #d1436f !important;
	  stroke: #d1436f !important;
	}
	.u-color-41 {
	  --u-color-bg: #ba3d88 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #ba3d88 !important;
	  fill: #ba3d88 !important;
	  color: #ffffff !important;
	}
	.u-color-41-bg,
	.u-color-41-background {
	  --u-color-bg: #ba3d88 !important;
	  background-color: #ba3d88 !important;
	  fill: #ba3d88 !important;
	}
	.u-color-41-txt,
	.u-color-41-text {
	  --u-color-fg: #ba3d88 !important;
	  color: #ba3d88 !important;
	}
	.u-color-41-bd,
	.u-color-41-border {
	  --u-color-bd: #ba3d88 !important;
	  border-color: #ba3d88 !important;
	  stroke: #ba3d88 !important;
	}
	.u-color-42 {
	  --u-color-bg: #773393 !important;
	  --u-color-fg: #f6eff9 !important;
	  background-color: #773393 !important;
	  fill: #773393 !important;
	  color: #f6eff9 !important;
	}
	.u-color-42-bg,
	.u-color-42-background {
	  --u-color-bg: #773393 !important;
	  background-color: #773393 !important;
	  fill: #773393 !important;
	}
	.u-color-42-txt,
	.u-color-42-text {
	  --u-color-fg: #773393 !important;
	  color: #773393 !important;
	}
	.u-color-42-bd,
	.u-color-42-border {
	  --u-color-bd: #773393 !important;
	  border-color: #773393 !important;
	  stroke: #773393 !important;
	}
	.u-color-43 {
	  --u-color-bg: #3d4ea3 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #3d4ea3 !important;
	  fill: #3d4ea3 !important;
	  color: #ffffff !important;
	}
	.u-color-43-bg,
	.u-color-43-background {
	  --u-color-bg: #3d4ea3 !important;
	  background-color: #3d4ea3 !important;
	  fill: #3d4ea3 !important;
	}
	.u-color-43-txt,
	.u-color-43-text {
	  --u-color-fg: #3d4ea3 !important;
	  color: #3d4ea3 !important;
	}
	.u-color-43-bd,
	.u-color-43-border {
	  --u-color-bd: #3d4ea3 !important;
	  border-color: #3d4ea3 !important;
	  stroke: #3d4ea3 !important;
	}
	.u-color-44 {
	  --u-color-bg: #8c9eb0 !important;
	  --u-color-fg: #283a4d !important;
	  background-color: #8c9eb0 !important;
	  fill: #8c9eb0 !important;
	  color: #283a4d !important;
	}
	.u-color-44-bg,
	.u-color-44-background {
	  --u-color-bg: #8c9eb0 !important;
	  background-color: #8c9eb0 !important;
	  fill: #8c9eb0 !important;
	}
	.u-color-44-txt,
	.u-color-44-text {
	  --u-color-fg: #8c9eb0 !important;
	  color: #8c9eb0 !important;
	}
	.u-color-44-bd,
	.u-color-44-border {
	  --u-color-bd: #8c9eb0 !important;
	  border-color: #8c9eb0 !important;
	  stroke: #8c9eb0 !important;
	}
	.u-color-45 {
	  --u-color-bg: #4e7391 !important;
	  --u-color-fg: #ffffff !important;
	  background-color: #4e7391 !important;
	  fill: #4e7391 !important;
	  color: #ffffff !important;
	}
	.u-color-45-bg,
	.u-color-45-background {
	  --u-color-bg: #4e7391 !important;
	  background-color: #4e7391 !important;
	  fill: #4e7391 !important;
	}
	.u-color-45-txt,
	.u-color-45-text {
	  --u-color-fg: #4e7391 !important;
	  color: #4e7391 !important;
	}
	.u-color-45-bd,
	.u-color-45-border {
	  --u-color-bd: #4e7391 !important;
	  border-color: #4e7391 !important;
	  stroke: #4e7391 !important;
	}
	.u-color-transparent {
	  --u-color-bg: transparent !important;
	  --u-color-fg: transparent !important;
	  background-color: transparent !important;
	  color: transparent !important;
	}
	.u-color-transparent-bg {
	  --u-color-bg: transparent !important;
	  background-color: transparent !important;
	}
	.u-color-transparent-txt,
	.u-color-transparent-text {
	  --u-color-fg: transparent !important;
	  color: transparent !important;
	}
	.u-color-transparent-bd,
	.u-color-transparent-border {
	  --u-color-bd: transparent !important;
	  border-color: transparent !important;
	}
.apex-side-nav .t-Body-nav ,.t-TreeNav{
  background: var(--sc-surface) !important;
}
.t-Header-logo {
    background-color: var(--sc-surface);
    width: 230px;
}
.t-Header-logo::after {
        background-color: white;
}
:root{
  --sc-nav-accent:rgba(114, 57, 234, 1);  /* purple active pill (mock) */
  --sc-nav-accent-ink:#ffffff;
  --sc-nav-hover:rgba(114,57,234,.10);
  --sc-nav-sub-bg:#F2ECFF;                /* light lavender submenu card */
  --sc-nav-sub-bd:#E5DBFF;
  --sc-nav-text:#3b4758;                  /* neutral label */
  --sc-nav-ink:#2b2c34;
  --sc-nav-ico:#98a2b3;                   /* icon color */
  --sc-nav-sub-bg-2:#F7F3FF;              /* lighter lavender for deeper levels */
  --sc-nav-sub-bd-2:#F7F3FF;

  /* added to match usage */
  --sc-text-muted:#667085;
}
  .t-Header-branding .fa-sun-o {
      display: none;
  }