/* Semantics by value */
/* Semantic by usage */

.GenericSlideoutWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .GenericSlideoutWrapper .GenericModal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 1100; }
  .GenericSlideoutWrapper .ModalAppear {
    opacity: 0.01; }
  .GenericSlideoutWrapper .ModalActive {
    opacity: 1;
    transition: opacity 200ms ease-in; }
  .GenericSlideoutWrapper .GenericSlideout {
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    z-index: 1200; }
  .GenericSlideoutWrapper .SlideoutAppear {
    transform: translateX(100%); }
  .GenericSlideoutWrapper .SlideoutActive {
    transform: translateX(0%);
    transition: transform 200ms ease-in; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DraggableItems {
  height: 100%;
  flex: 1 1 auto;
  overflow: auto;
  width: 100%;
  background-color: #fff; }

.DisplayNone {
  display: none !important; }

.DraggableItems .Item, .HelperClass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 24px;
  padding: 0.3125rem; }
  .DraggableItems .Item .ItemContent, .HelperClass .ItemContent {
    display: flex;
    align-items: center;
    overflow-x: hidden; }
  .DraggableItems .Item .Handler, .HelperClass .Handler {
    cursor: grab;
    margin-right: 0.3125rem; }
  .DraggableItems .Item .ItemName, .HelperClass .ItemName {
    font-size: 0.875rem;
    font-weight: 500;
    color: #353538;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-right: 0.3125rem; }
  .DraggableItems .Item .CloseButton, .HelperClass .CloseButton {
    flex: 0 0 auto;
    border-radius: 50px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 1px;
    margin: 0 0.3125rem 0 0; }

.HelperClass {
  z-index: 9999;
  border-left: 3px solid #24b1e6;
  padding-left: 3px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SearchBoxGroup button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .SearchBoxGroup button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.SearchBoxGroup {
  padding: 0.625rem;
  display: inline-flex;
  align-items: stretch;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #ddd; }
  .SearchBoxGroup img {
    margin-top: 0.1875rem; }
  .SearchBoxGroup input {
    flex: 1 1 auto;
    padding-left: 0.625rem;
    height: 100%;
    border: none;
    outline: none;
    background-color: #fff; }
  .SearchBoxGroup button {
    width: 2em;
    flex: 0 0 auto;
    border-radius: 0px 0.3125rem 0.3125rem 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #24b1e6; }
  .SearchBoxGroup .ClearButton {
    border: 0; }
  .SearchBoxGroup .clear-section {
    display: flex;
    align-items: center;
    background-color: transparent;
    cursor: pointer; }
    .SearchBoxGroup .clear-section img {
      width: 0.875rem;
      height: 0.875rem;
      cursor: pointer; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ColumnsUiPanelContainer .ApplyButton button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .ColumnsUiPanelContainer .ApplyButton button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ColumnsUiPanelContainer {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  z-index: 500;
  width: 640px;
  height: 100%;
  display: flex; }
  .ColumnsUiPanelContainer .ActiveColumnsContainer {
    width: 50%;
    flex: 0 0 auto;
    background-color: #f1f1f1;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column; }
  .ColumnsUiPanelContainer .Header {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    align-items: center;
    flex: 0 0 auto;
    height: 82px;
    background-color: #fff;
    border-bottom: 1px solid #CDD3DD; }
    .ColumnsUiPanelContainer .Header button {
      font-size: 0.875rem;
      text-align: right;
      color: #24b1e6;
      background: transparent;
      text-transform: uppercase; }
  .ColumnsUiPanelContainer .Title {
    font-size: 1rem;
    font-weight: bold;
    color: #353538;
    margin-left: 0.3125rem; }
  .ColumnsUiPanelContainer .ApplyButton {
    flex: 0 0 auto;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
    padding: 3px;
    width: 100%; }
    .ColumnsUiPanelContainer .ApplyButton button {
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      padding: 0.625rem;
      width: inherit; }
  .ColumnsUiPanelContainer .AvailableColumnsContainer {
    background-color: #fff;
    width: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column; }
    .ColumnsUiPanelContainer .AvailableColumnsContainer .SearchContainer {
      margin: 0.75rem 1.5rem;
      display: flex;
      align-items: center;
      background-color: #fff; }
      .ColumnsUiPanelContainer .AvailableColumnsContainer .SearchContainer .SearchBoxGroup {
        display: flex;
        align-items: center; }
        .ColumnsUiPanelContainer .AvailableColumnsContainer .SearchContainer .SearchBoxGroup img {
          margin-top: 3px; }
  .ColumnsUiPanelContainer .AvailableColumnsHeader {
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    padding: 0.75rem 1.5rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    border-bottom: 1px solid #CDD3DD; }
  .ColumnsUiPanelContainer .AvailableColumnsContent {
    height: 100%;
    overflow: auto;
    flex: 1 1 auto;
    margin-top: -4px;
    margin-bottom: 7px; }
    .ColumnsUiPanelContainer .AvailableColumnsContent .CategoryContent {
      padding: 0.75rem 1.5rem; }
  .ColumnsUiPanelContainer .CategoryHeader {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000;
    padding: 8px 13px;
    text-transform: uppercase; }
    .ColumnsUiPanelContainer .CategoryHeader:first-child {
      padding: 4px 13px 8px; }
  .ColumnsUiPanelContainer .Item {
    display: flex;
    padding: 0.75rem 0px;
    background-color: #fff;
    border-bottom: solid 1px #CDD3DD;
    align-items: center;
    justify-content: space-between; }
  .ColumnsUiPanelContainer .AddColumnButton {
    height: 24px;
    width: 24px;
    cursor: pointer;
    flex: 0 0 auto; }
  .ColumnsUiPanelContainer .AddColumnField {
    font-size: 0.875rem;
    font-weight: 500;
    color: #353538;
    margin-left: 0.3125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding-right: 0.3125rem; }
  .ColumnsUiPanelContainer .Footer {
    font-size: 0.75rem;
    line-height: 1.33;
    text-align: center;
    color: #353538;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
    flex: 0 0 auto;
    padding: 8px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.Spinner {
  animation: rotate 2s linear infinite; }
  .Spinner .Path {
    stroke: #24b1e6;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite; }
  .Spinner.Centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 2; }
  .Spinner.DefaultSizing {
    width: 50px;
    height: 50px; }
  .Spinner.FooterSizing {
    width: 33px;
    height: 33px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo, .GenericBar {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

.GenericBar {
  border-radius: 10px;
  box-shadow: 0px 0px 20px #0000001a;
  padding: 1.5rem;
  height: 335px;
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .GenericBar .AxisY line,
  .GenericBar .AxisX line {
    stroke: #6A7381;
    shape-rendering: crispEdges; }
  .GenericBar .AxisY text,
  .GenericBar .AxisX text {
    fill: #6A7381; }
  .GenericBar .AxisY path,
  .GenericBar .AxisX path {
    stroke: #6A7381; }
  .GenericBar .Grid line {
    stroke: #6A7381;
    stroke-opacity: 0.5;
    shape-rendering: crispEdges; }
  .GenericBar .Grid path {
    stroke-width: 0; }
  .GenericBar .BarValue {
    font-weight: bold;
    font-size: 0.875rem; }
  .GenericBar .BarLink, .GenericBar .BarValue {
    cursor: pointer; }
  .GenericBar .ChartNameContainer {
    font-size: 18px;
    font-weight: 700;
    color: #000; }
  .GenericBar .BarChartContainer {
    transform: translate(24px, 48px); }

.GenericBar .GenericWidgetHeader {
  padding: 0px;
  position: relative;
  width: 100%; }

.GenericBar .favoriteIconWidgets {
  visibility: visible;
  position: absolute;
  max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.WidgetErrorBoundary.dashboard-tile {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0px 20px #0000001a;
  font-size: 0.875rem; }

.WidgetErrorBoundary .widget-error-boundary-message {
  margin-left: 0.3125rem; }

.WidgetErrorBoundary .favoriteIconWidgets {
  visibility: hidden;
  position: absolute; }

.WidgetErrorBoundary.without-border {
  box-shadow: none;
  border-radius: 0; }

.WidgetErrorBoundary .favoriteIconWidgets {
  visibility: visible;
  position: absolute;
  top: 4px;
  right: 0.3125rem;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.WidgetErrorBoundary.without-border .favoriteIconWidgets {
  display: none; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo, .GenericPie {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

.GenericPie {
  border-radius: 10px;
  box-shadow: 0px 0px 20px #0000001a;
  height: 335px;
  width: 480px; }
  .GenericPie rect,
  .GenericPie path {
    fill-opacity: 0.85; }
  .GenericPie text {
    fill: #000;
    font-size: 12px;
    font-weight: 400; }
  .GenericPie .PieHover rect,
  .GenericPie .PieHover path {
    fill-opacity: 1; }
  .GenericPie .PieHover text {
    font-weight: bold; }
  .GenericPie .pie-chart-svg {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .GenericPie .legendContainer {
    transform: translate(24px, 60px); }
  .GenericPie .pieChartContainer {
    transform: translate(350px, 180px); }

.GenericPie .GenericWidgetHeader {
  padding: 24px; }

.GenericPie .favoriteIconWidgets {
  visibility: visible;
  position: absolute;
  top: 20px;
  right: 24px;
  max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

.GenericSingleNumber .CenterContainer {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }
  .GenericSingleNumber .CenterContainer div {
    text-align: center; }

.GenericSingleNumber .BottomContainer {
  left: 50%;
  position: absolute;
  top: 75%;
  transform: translate(-50%, -75%); }
  .GenericSingleNumber .BottomContainer div {
    text-align: center; }

.GenericSingleNumber .Number {
  color: black;
  font-size: 22px;
  font-weight: bold;
  max-width: 150px;
  overflow-wrap: break-word; }
  .GenericSingleNumber .NumberSmall {
    font-size: 1.5em; }

.GenericSingleNumber .Red {
  color: #d0112b; }

.GenericSingleNumber .Blue {
  color: #376db6; }

.GenericSingleNumber .Image {
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 26px;
  transform: translate(-50%, 0); }

.GenericSingleNumber .GenericWidgetHeader {
  width: auto;
  padding: 4px 0px;
  font-weight: 400;
  font-size: 12px;
  color: black;
  word-wrap: break-word;
  position: relative; }
  .GenericSingleNumber .GenericWidgetHeader .favoriteIconWidgets {
    visibility: hidden;
    margin: 0; }
  .GenericSingleNumber .GenericWidgetHeader div {
    width: auto; }

.GenericSingleNumber .GenericCount {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  height: 80%;
  padding-top: 5%; }
  .GenericSingleNumber .GenericCount .count {
    font-size: 80px;
    font-weight: 700; }
    .GenericSingleNumber .GenericCount .count.red {
      color: #d0112b; }
    .GenericSingleNumber .GenericCount .count.yellow {
      color: #faa918; }
    .GenericSingleNumber .GenericCount .count.green {
      color: #008000; }
  .GenericSingleNumber .GenericCount .description {
    font-size: 16px;
    opacity: 0.6; }

.GenericSingleNumber:hover .GenericWidgetHeader .favoriteIconWidgets {
  visibility: visible;
  margin: 0;
  position: absolute;
  top: 7px;
  right: 8px; }

.GenericSingleNumberContainer {
  display: flex;
  flex-direction: column; }
  .GenericSingleNumberContainer .imageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .GenericSingleNumberContainer .imageContainer .AnnotationIconContainer {
      background-color: #115C8D;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px; }
    .GenericSingleNumberContainer .imageContainer .imgIcon {
      height: 16px;
      width: 16px;
      border-radius: 3px; }
  .GenericSingleNumberContainer .NumberContainer {
    color: black;
    font-size: 22px;
    font-weight: 700px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

.GenericMultipleNumber {
  border-radius: 10px;
  box-shadow: 0px 0px 20px #0000001a;
  padding: 24px; }
  .GenericMultipleNumber .CenterContainer {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    .GenericMultipleNumber .CenterContainer div {
      text-align: center; }
  .GenericMultipleNumber .BottomContainer {
    left: 50%;
    position: absolute;
    top: 185%;
    transform: translate(-50%, -75%); }
    .GenericMultipleNumber .BottomContainer div {
      text-align: start; }
    .GenericMultipleNumber .BottomContainer .LabelGroupContainer .LabelGroup .Label {
      cursor: pointer;
      font-size: 12px; }
    .GenericMultipleNumber .BottomContainer .LabelGroupContainer .Value {
      word-wrap: unset;
      font-size: 12px; }
  .GenericMultipleNumber .Number {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    max-width: 150px;
    overflow-wrap: break-word; }
    .GenericMultipleNumber .NumberSmall {
      font-size: 1.5em; }
  .GenericMultipleNumber .Red {
    color: #d0112b; }
  .GenericMultipleNumber .Blue {
    color: #376db6; }
  .GenericMultipleNumber .Image {
    left: 50%;
    opacity: 0.2;
    position: absolute;
    top: 26px;
    transform: translate(-50%, 0); }
  .GenericMultipleNumber .GenericWidgetHeader {
    width: 85%;
    padding: 0px; }
    .GenericMultipleNumber .GenericWidgetHeader div {
      width: 100%; }
  .GenericMultipleNumber .GenericCount {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    height: 80%;
    padding-top: 5%; }
    .GenericMultipleNumber .GenericCount .count {
      font-size: 80px;
      font-weight: 700; }
      .GenericMultipleNumber .GenericCount .count.red {
        color: #d0112b; }
      .GenericMultipleNumber .GenericCount .count.yellow {
        color: #faa918; }
      .GenericMultipleNumber .GenericCount .count.green {
        color: #008000; }
    .GenericMultipleNumber .GenericCount .description {
      font-size: 16px;
      opacity: 0.6; }
  .GenericMultipleNumber .imageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 93%; }
    .GenericMultipleNumber .imageContainer .imgIcon {
      background-color: #115C8D;
      height: 16px;
      width: 16px;
      border-radius: 3px; }
  .GenericMultipleNumber .NumberContainer {
    color: black;
    font-size: 22px;
    font-weight: 700px; }
  .GenericMultipleNumber .ContentContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .GenericMultipleNumber .ContentContainer .ContentText {
      color: #000;
      font-weight: 400;
      font-size: 12px; }

.GenericMultipleNumber .GenericWidgetHeader .favoriteIconWidgets {
  visibility: visible;
  margin: 0;
  position: absolute;
  top: 7px;
  right: 8px;
  max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.LabelGroupContainer {
  margin-top: 2px;
  overflow-x: hidden; }
  .LabelGroupContainer:first-child {
    margin-top: 0; }
  .LabelGroupContainer .LabelGroup {
    display: flex;
    max-width: 100%; }
  .LabelGroupContainer .Label,
  .LabelGroupContainer .Value {
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word; }
  .LabelGroupContainer .Label {
    font-size: 0.75em;
    font-weight: 600;
    color: #000;
    margin-top: 1px;
    flex: 0 0 auto;
    width: 115px; }
  .LabelGroupContainer .Value {
    font-size: 0.875em;
    font-weight: 600;
    color: #353538;
    padding: 0 15px;
    width: 100%; }
  .LabelGroupContainer .HighlightedField .Label,
  .LabelGroupContainer .HighlightedField .Value {
    color: #4DC0A6; }
  .LabelGroupContainer .HighlightedValue .Value {
    color: #4DC0A6; }

.DetailsPaneContainer .LabelGroupContainer {
  margin-top: 2px;
  overflow-x: hidden; }
  .DetailsPaneContainer .LabelGroupContainer:first-child {
    margin-top: 0; }
  .DetailsPaneContainer .LabelGroupContainer .LabelGroup {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0.375rem 1.5rem;
    border-bottom: 1px solid #CDD3DD; }
  .DetailsPaneContainer .LabelGroupContainer .Label,
  .DetailsPaneContainer .LabelGroupContainer .Value {
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word; }
  .DetailsPaneContainer .LabelGroupContainer .Label {
    color: #000;
    font-size: 0.625rem;
    font-weight: 400;
    flex: 0 0 auto;
    width: 115px;
    line-height: 16px; }
  .DetailsPaneContainer .LabelGroupContainer .Value {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    width: 100%;
    line-height: 16px;
    padding: 0px; }
    .DetailsPaneContainer .LabelGroupContainer .Value a {
      color: var(--brandColor, #f1f1f1); }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.hasNoBorder,
.DualColContainer.hasNoBorder {
  border: none; }

.hasNoPadding {
  padding: 0; }

.hasNoMargin {
  margin: 0; }

.HasMarginY {
  margin: 0.375rem 0px; }

.DualColContainer {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 60px;
  border-bottom: 1px solid #ccc; }
  .DualColContainer .DualColItem {
    display: inline-flex;
    width: 50%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.StaticMultiSelectFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.StaticMultiSelectFilterContainer .Title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0.3125rem 3px;
  flex: 0 0 auto; }

.StaticMultiSelectFilterContainer .SelectItems {
  overflow-y: auto; }

.StaticMultiSelectFilterContainer .SelectItem {
  margin-top: 2px;
  padding: 7px 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #353538;
  flex: 0 0 auto; }

/* Semantics by value */
/* Semantic by usage */

.StaticMultiSelectFilterContainer .SelectItem {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%; }
  .StaticMultiSelectFilterContainer .SelectItem.Selected {
    border-left: 3px solid #24b1e6;
    border-radius: 3px 0 0 3px; }
    .StaticMultiSelectFilterContainer .SelectItem.Selected .OptionContent {
      transform: translate(-2px, 0); }

.StaticMultiSelectFilterContainer .SelectCheck {
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.StaticSingleSelectFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.StaticSingleSelectFilterContainer .Title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0.3125rem 3px;
  flex: 0 0 auto; }

.StaticSingleSelectFilterContainer .SelectItems {
  overflow-y: auto; }

.StaticSingleSelectFilterContainer .SelectItem {
  margin-top: 2px;
  padding: 7px 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #353538;
  flex: 0 0 auto; }

/* Semantics by value */
/* Semantic by usage */

.StaticSingleSelectFilterContainer .SelectItem {
  display: flex;
  align-items: center;
  position: relative; }
  .StaticSingleSelectFilterContainer .SelectItem.Selected {
    border-left: 3px solid #24b1e6;
    border-radius: 3px 0 0 3px; }
    .StaticSingleSelectFilterContainer .SelectItem.Selected .OptionContent {
      transform: translate(-2px, 0); }

.StaticSingleSelectFilterContainer .RadioButton {
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 1px 0.3125rem 0 0; }

.StaticSingleSelectFilterContainer .SelectCheck {
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DateFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.DateFilterContainer .Title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0.3125rem 3px;
  flex: 0 0 auto; }

.DateFilterContainer .SelectOptions {
  overflow-y: auto; }

.DateFilterContainer .Item, .DateFilterContainer .RangeButtonGroup {
  margin-top: 2px;
  padding: 7px 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #353538;
  flex: 0 0 auto; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DateFilterContainer .DatePickerGroup .CalendarButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .DateFilterContainer .DatePickerGroup .CalendarButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.DateFilterContainer .SelectOptions {
  display: flex;
  flex-direction: column; }

.DateFilterContainer .RadioButton {
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 1px 0.3125rem 0 0; }

.DateFilterContainer .RangeItem {
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto; }

.DateFilterContainer .RangeButtonGroup {
  border: 0;
  margin: 0; }

.DateFilterContainer .RangeDate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0.625rem;
  margin: 2px; }

.DateFilterContainer .DatePickerGroup {
  display: flex;
  max-width: 198px;
  width: 198px;
  align-items: center; }
  .DateFilterContainer .DatePickerGroup .react-datepicker__input-container {
    flex: 1 1 calc(100% - 24px); }
  .DateFilterContainer .DatePickerGroup .CalendarButton {
    width: 30px;
    height: 100%;
    cursor: pointer;
    padding: 2px;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .DateFilterContainer .DatePickerGroup .DatePicker {
    width: 100%;
    text-align: left;
    padding: 6px 0.625rem;
    border: solid 1px #ddd;
    margin: 0;
    font-size: 0.875rem;
    color: #000; }

.DateFilterContainer .Item, .DateFilterContainer .RangeButtonGroup {
  display: flex;
  align-items: center;
  padding: 6px 0.625rem; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap; }

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block; }

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none; }

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer; }

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold; }

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range, .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range, .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5; }

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7"; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DetailsMultiSelectFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.DetailsMultiSelectFilterContainer .Header {
  display: flex;
  align-items: center;
  height: 41px;
  cursor: pointer;
  flex: 0 0 auto; }

.DetailsMultiSelectFilterContainer .HeaderItem {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3px;
  color: #777; }
  .DetailsMultiSelectFilterContainer .HeaderItem.TabActive {
    color: #24b1e6;
    background-color: #fff; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.MultiSearchTabContent .SearchButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .MultiSearchTabContent .SearchButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.MultiSearchTabContent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  .MultiSearchTabContent .MultiSearchGroup {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 7px 7px 7px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3125rem; }
  .MultiSearchTabContent .MultiSearchDescription {
    width: 100%;
    margin: 0.625rem 0; }
  .MultiSearchTabContent .SearchButton {
    width: 100%; }
  .MultiSearchTabContent .TextArea {
    height: 90px;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #ddd;
    font-size: 0.875rem;
    color: #353538;
    margin-top: 0.3125rem;
    padding: 0.3125rem 7px;
    resize: none; }
  .MultiSearchTabContent .SearchButton {
    height: 38px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 0.3125rem 0; }
  .MultiSearchTabContent .NoDataFound {
    background-color: #f1f1f1;
    font-size: 0.75rem;
    color: #777;
    flex: 0 0 auto;
    margin: 0 0.625rem;
    padding: 0.3125rem 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.OptionsItemContainer {
  overflow-y: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }
  .OptionsItemContainer .OptionItem {
    display: flex;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 0.3125rem;
    border-radius: 2px;
    margin: 1px 0;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    padding: 0.625rem; }
    .OptionsItemContainer .OptionItem .FilterItem {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      background-color: #fff;
      border-radius: 2px;
      margin: 1px 0;
      overflow: hidden; }
      .OptionsItemContainer .OptionItem .FilterItem .Badge {
        margin: 0 0.625rem 0 3px; }
    .OptionsItemContainer .OptionItem::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      display: none;
      border: 2px solid #24b1e6;
      background-color: #24b1e6;
      border-radius: 3px 0 0 3px; }
    .OptionsItemContainer .OptionItem.Selected {
      border-radius: 4px 0 0 4px; }
      .OptionsItemContainer .OptionItem.Selected::before {
        display: block; }
  .OptionsItemContainer .SelectCheck {
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem; }
  .OptionsItemContainer .NoDataFound {
    margin: 0.625rem;
    font-size: 1rem;
    background: fff;
    padding: 0.625rem;
    border-radius: 3px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.SearchTabContent .OverLimitMessage {
  background-color: #f1f1f1;
  font-size: 0.75rem;
  color: #777;
  flex: 0 0 auto;
  margin: 0 0.625rem;
  padding: 0.3125rem 0; }

.SearchTabContent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  .SearchTabContent .SearchBoxContainer {
    margin: 0 -5px 0.3125rem;
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    flex: 0 0 auto; }
  .SearchTabContent .NoDataFound {
    background-color: #f1f1f1;
    font-size: 0.75rem;
    color: #777;
    flex: 0 0 auto;
    margin: 0 0.625rem;
    padding: 0.3125rem 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DynamicHierarchicalMultiSelectFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.DynamicHierarchicalMultiSelectFilterContainer .Title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0.3125rem 3px;
  flex: 0 0 auto; }

.DynamicHierarchicalMultiSelectFilterContainer .SelectItems {
  overflow-y: auto; }

.SelectItem {
  margin-top: 2px;
  padding: 7px 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #353538;
  flex: 0 0 auto; }

/* Semantics by value */
/* Semantic by usage */

.SelectItem {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%; }
  .SelectItem .SelectCheck {
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem; }
  .SelectItem.Selected {
    border-left: 3px solid #24b1e6;
    border-radius: 3px 0 0 3px; }
    .SelectItem.Selected .OptionContent {
      transform: translate(-2px, 0); }
  .SelectItem.SelectedChild {
    opacity: 0.5;
    cursor: not-allowed; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SplittedCriteriaMultiSelectFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.SplittedCriteriaMultiSelectFilterContainer .Title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0.3125rem 3px;
  flex: 0 0 auto; }

.SplittedCriteriaMultiSelectFilterContainer .SelectItems {
  overflow-y: auto; }

.SplittedCriteriaMultiSelectFilterContainer .SelectItem {
  margin-top: 2px;
  padding: 7px 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #353538;
  flex: 0 0 auto; }

.SplittedCriteriaMultiSelectFilterContainer .LoadingContainer {
  height: 50px;
  width: 50px;
  position: relative;
  margin: 0 auto; }

.SplittedCriteriaMultiSelectFilterContainer .ItemsContainer {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

.SplittedCriteriaMultiSelectFilterContainer .ItemContainer {
  flex-direction: column; }

.SplittedCriteriaMultiSelectFilterContainer .ItemTitle {
  margin: 0.625rem;
  font-weight: bold; }

.SplittedCriteriaMultiSelectFilterContainer .SelectItems {
  overflow-y: initial; }

.SplittedCriteriaMultiSelectFilterContainer .SelectItem {
  display: flex;
  align-items: center;
  position: relative; }
  .SplittedCriteriaMultiSelectFilterContainer .SelectItem.Selected {
    border-left: 3px solid #24b1e6;
    border-radius: 3px 0 0 3px; }
    .SplittedCriteriaMultiSelectFilterContainer .SelectItem.Selected .OptionContent {
      transform: translate(-2px, 0); }

.SplittedCriteriaMultiSelectFilterContainer .SelectCheck {
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Select:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.Select {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.Select {
  background-color: #fff; }
  .Select [multiple] {
    padding-left: 0;
    padding-right: 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomFieldsFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 6px;
  height: 100%;
  overflow-y: auto; }

.CustomFieldsFilterContainer .Title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0.3125rem 3px;
  flex: 0 0 auto; }

.CustomFieldsFilterContainer .SelectItem, .CustomFieldsFilterContainer .SelectItems {
  overflow-y: auto; }

.CustomFieldsFilterContainer .RadioSelectItem {
  margin-top: 2px;
  padding: 7px 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #353538;
  flex: 0 0 auto; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomFieldsFilterContainer .Input:disabled, .CustomFieldsFilterContainer .Select:disabled, .CustomFieldsFilterContainer .Bool-Select-Item:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.CustomFieldsFilterContainer .Input, .CustomFieldsFilterContainer .Select, .CustomFieldsFilterContainer .Bool-Select-Item {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.CustomFieldsFilterContainer .RadioSelectItem {
  display: flex;
  align-items: center;
  position: relative; }
  .CustomFieldsFilterContainer .RadioSelectItem.Selected {
    border-left: 3px solid #24b1e6;
    border-radius: 3px 0 0 3px; }
    .CustomFieldsFilterContainer .RadioSelectItem.Selected .ItemContent, .CustomFieldsFilterContainer .RadioSelectItem.Selected .RadioButton {
      transform: translate(-2px, 0); }

.CustomFieldsFilterContainer .Column {
  flex-direction: column; }

.CustomFieldsFilterContainer .ItemWrapper {
  cursor: pointer;
  display: flex;
  align-items: center; }

.CustomFieldsFilterContainer .RadioButton {
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 1px 0.3125rem 0 0; }

.CustomFieldsFilterContainer .SelectCheck {
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem; }

.CustomFieldsFilterContainer .InputWrapper, .CustomFieldsFilterContainer .react-datepicker__input-container {
  flex: 1 1 auto;
  margin-left: 0.625rem; }

.CustomFieldsFilterContainer .Input {
  width: 100%; }

.CustomFieldsFilterContainer .ItemContent {
  margin-right: 0.3125rem; }

.CustomFieldsFilterContainer .OptionContent {
  overflow: auto;
  max-width: 95%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.FileDownloadLink {
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.3125rem; }
  .FileDownloadLink:focus {
    outline: none; }
  .FileDownloadLink:hover .FileDownloadIcon {
    fill: var(--brandColor, #f1f1f1); }
  .FileDownloadLink .FileDownloadIcon {
    height: 100%; }

.FileDownloadSpinner {
  width: 18px;
  height: 18px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ReactVirtualized__Table__Grid {
  background-color: white; }

.DragHandle {
  z-index: 999;
  cursor: col-resize;
  color: white; }

.DragHandle:hover {
  background-color: transparent;
  color: transparent; }

.DragHandleActive,
.DragHandleActive:hover {
  z-index: 3; }

.DragHandleIcon {
  width: 0.5rem;
  height: 100%; }

.separator {
  height: 100%;
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-right: 1px solid #E4E8EE; }

.FeatureGrid {
  font-size: 0.875em;
  color: #353538; }
  .FeatureGrid .headerRow {
    background-color: #fff; }
  .FeatureGrid .headerColumn {
    text-transform: none;
    text-align: left;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem; }
    .FeatureGrid .headerColumn:not(:last-child) {
      height: auto; }
  .FeatureGrid .ReactVirtualized__Table__row:hover {
    border-left: 3px solid #24b1e6;
    background-color: #EAF1FB; }
  .FeatureGrid .ReactVirtualized__Table__row.ExpandedRow:hover {
    border-left: unset;
    border-bottom: 1px solid #EEF1F6; }
  .FeatureGrid .selectedRow {
    border-left: 2px solid #24b1e6; }
  .FeatureGrid .HeaderField {
    display: flex;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
    width: 100%; }
  .FeatureGrid .Indicators {
    flex: 1 0 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
    height: inherit; }
    .FeatureGrid .Indicators .Shim {
      position: relative;
      display: block;
      min-height: 15px;
      width: 22px; }
    .FeatureGrid .Indicators .SortIndicatorWrapper {
      position: relative;
      display: block;
      width: 22px; }
      .FeatureGrid .Indicators .SortIndicatorWrapper .SortIndicator {
        position: relative; }
  .FeatureGrid .HeaderLabel {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 10px;
    font-weight: 700;
    padding-right: 0.25rem; }
  .FeatureGrid .HeaderLabel__img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    pointer-events: none; }
  .FeatureGrid .EmptyFilterIcon {
    width: 22px;
    height: 1rem; }
  .FeatureGrid .columnSorted,
  .FeatureGrid .columnUnsorted {
    padding: 0 0.3125rem;
    padding-left: 0.625rem; }
  .FeatureGrid .headerRow,
  .FeatureGrid .row {
    border-bottom: 1px solid #EEF1F6;
    align-items: stretch;
    height: 1.875rem;
    font-size: 12px; }
    .FeatureGrid .headerRow a,
    .FeatureGrid .row a {
      color: #24b1e6; }
  .FeatureGrid .noRows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: grey-bd-color; }
  .FeatureGrid .placeholder {
    display: inline-block;
    height: 1em;
    background-color: #ddd; }
  .FeatureGrid .DraggableHeader {
    position: relative;
    padding-right: 1rem; }
  .FeatureGrid .DraggableColumn {
    cursor: move; }
  .FeatureGrid .DragHandle:hover,
  .FeatureGrid .DragHandleActive {
    color: transparent; }

.RadioFilter + span::before {
  margin-right: 4px; }

.HighlightCell {
  color: #24b1e6; }

.FlagIcons {
  margin-left: 0.5rem; }
  .FlagIcons img {
    pointer-events: none;
    width: 20px;
    height: 20px;
    vertical-align: middle; }

.GridCollapseIcons {
  margin-left: 0.25rem;
  cursor: pointer; }
  .GridCollapseIcons img {
    width: 1rem;
    height: 1rem;
    vertical-align: middle; }

/* Semantics by value */
/* Semantic by usage */

.DetailsDownloadField {
  align-items: center; }

.DownloadValueContainer {
  display: flex;
  align-items: center;
  max-width: 100%; }
  .DownloadValueContainer .IconImg {
    flex: 1 0 auto; }
  .DownloadValueContainer .FileName {
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .DownloadValueContainer .FileDownloadLink {
    margin-left: 15px; }

.label {
  color: #777;
  width: 40%;
  min-width: 40%;
  margin-right: -0.6875rem;
  text-align: left;
  align-self: flex-start;
  overflow-wrap: break-word; }

.labelContainer {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  overflow-y: hidden; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne, .AvailableCreditsWidget {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

.AvailableCreditsWidget {
  border-radius: .625rem;
  box-shadow: 0px 0px 1.25rem #0000001a;
  padding: 1.5rem;
  background-color: white; }
  .AvailableCreditsWidget .GenericWidgetHeader {
    width: 100%;
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .AvailableCreditsWidget .GenericWidgetHeader div {
      width: 100%; }
    .AvailableCreditsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: relative;
      max-width: 1.0625rem; }
  .AvailableCreditsWidget .ChartNameContainer {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000; }
  .AvailableCreditsWidget .CreditPolicyText {
    margin-top: 1rem;
    font-size: 0.75em;
    font-weight: 600; }
    .AvailableCreditsWidget .CreditPolicyText .LabelGrey {
      color: #777;
      margin-top: 1px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.OneByOne {
  width: 480px;
  height: 335px;
  background-color: #fff; }

.ThreeByTwo {
  background-color: #fff;
  height: 700px;
  width: 1520px; }

.TwoByOne, .GenericTable {
  width: 1000px;
  height: 335px;
  background-color: #fff; }

.OneByTwo {
  width: 480px;
  height: 700px;
  background-color: #fff; }

.FourByThree {
  background-color: #fff;
  height: 1065px;
  width: 2000px; }

.TwoByTwo {
  width: 1000px;
  height: 700px;
  background-color: #fff; }

.OneByOne {
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1.5rem; }

.GenericWidgetHeader {
  font-weight: 700;
  padding: 15px 0px 15px 15px;
  color: #000;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px; }
  .GenericWidgetHeader .favoriteIconWidgets {
    right: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer; }

.dashboard-link {
  cursor: pointer; }

.widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  height: 100%; }
  .widgets-container > div {
    flex: 1 1 50%;
    min-height: 50%; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(2) {
      border-bottom: solid 1px #E4E8EE; }
    .widgets-container > div:nth-child(1), .widgets-container > div:nth-child(3) {
      border-right: solid 1px #E4E8EE; }
  .widgets-container .GenericSingleNumber {
    padding: 1rem; }

.SummaryMetricsWidget {
  display: flex;
  flex-direction: column; }
  .SummaryMetricsWidget .GenericWidgetHeader {
    flex-direction: row;
    padding: 0;
    max-width: calc(100% - 3rem); }
    .SummaryMetricsWidget .GenericWidgetHeader .ChartNameContainer {
      flex: 0 1 auto; }
    .SummaryMetricsWidget .GenericWidgetHeader .favoriteIconWidgets {
      visibility: visible;
      margin: 0;
      position: absolute;
      top: 0px;
      right: 8px;
      max-width: 17px; }

/* Semantics by value */
/* Semantic by usage */

.GenericTable {
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #0000001a; }
  .GenericTable text {
    fill: #777; }
  .GenericTable thead {
    background: #fff;
    font-size: 0.625rem;
    font-weight: 700; }
  .GenericTable th {
    text-align: left;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
  .GenericTable td {
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 400;
    cursor: pointer; }
  .GenericTable tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed; }
  .GenericTable table {
    width: 1000px;
    margin-top: 55px;
    display: -moz-groupbox;
    font-size: 14px; }
  .GenericTable .GenericWidgetHeader + div {
    display: flex; }
  .GenericTable tbody {
    overflow-y: auto;
    height: 65%;
    width: 1000px;
    position: absolute; }
    .GenericTable tbody tr {
      border-bottom: 1px solid #EEE1F6; }
  .GenericTable .CenterText {
    text-align: center; }
  .GenericTable .Bold {
    font-weight: bold; }
  .GenericTable .ChartTitleContainer {
    color: #000; }
    .GenericTable .ChartTitleContainer .ChartTitle {
      font-size: 1.125rem;
      font-weight: 700; }
    .GenericTable .ChartTitleContainer .ChartSubTitle {
      font-size: 0.75rem;
      font-weight: 400; }

.GenericTable .GenericWidgetHeader .favoriteIconWidgets {
  visibility: visible;
  margin: 0;
  position: absolute;
  top: 7px;
  right: 1rem;
  max-width: 17px; }

tbody tr:hover {
  background-color: #E3F3FA;
  color: #24B1E6;
  font-weight: 700; }

/* Semantics by value */
/* Semantic by usage */

.generic-stacked-bar-chart {
  color: black;
  font-weight: 700;
  font-size: 1.125rem;
  width: 100%; }
  .generic-stacked-bar-chart svg {
    display: block;
    width: 100%;
    height: 300px;
    overflow: visible; }
    .generic-stacked-bar-chart svg g line,
    .generic-stacked-bar-chart svg g path {
      stroke: #6A7381; }
  .generic-stacked-bar-chart svg rect.selection {
    stroke: none; }
  .generic-stacked-bar-chart #root {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: 100vh;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box; }
  .generic-stacked-bar-chart button {
    width: 100px;
    border: 1px solid black;
    margin: 0 auto 5px; }
  .generic-stacked-bar-chart video {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%; }
  .generic-stacked-bar-chart .fields {
    margin-bottom: 1rem; }
  .generic-stacked-bar-chart .field {
    display: inline-block;
    margin: 0 0.5em; }
  .generic-stacked-bar-chart .field input {
    margin-right: 0.5em; }

.ClearButton {
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  padding: 0; }
  .ClearButton img {
    height: 16px;
    width: 16px;
    padding: 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

.SearchPageFilterBox {
  width: auto;
  height: 1.75rem;
  border-radius: 1.5rem;
  background-color: #EEF2FF;
  border: solid 1px #24b1e6;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-right: 0.75rem;
  cursor: pointer;
  gap: 0.625rem;
  max-width: calc(24% - 0.625rem); }
  .SearchPageFilterBox .FilterBoxWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    max-width: calc(100% - 1.75rem);
    flex-shrink: 1; }
  .SearchPageFilterBox .FilterBoxTitle {
    width: fit-content;
    line-height: 1em;
    font-size: 0.75rem;
    color: #24b1e6;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0.3125rem;
    flex-shrink: 0;
    max-width: 100%;
    text-overflow: ellipsis; }
  .SearchPageFilterBox .FilterBoxContent {
    font-size: 1.2em;
    font-weight: 400;
    color: #24b1e6;
    margin-left: 0.3125rem;
    flex-shrink: 1;
    text-overflow: ellipsis;
    overflow: hidden; }
  .SearchPageFilterBox .FilterBoxText {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.75rem;
    max-width: 100%; }
  .SearchPageFilterBox .TooltipTextWidth {
    padding: 0.3125rem 0.9375rem;
    top: 144%;
    right: 0;
    left: 0; }
    .SearchPageFilterBox .TooltipTextWidth::after {
      left: 50%; }
  .SearchPageFilterBox .RemoveFilterButton {
    background-color: transparent;
    overflow: hidden;
    padding-right: 0.875rem;
    width: fit-content;
    flex-shrink: 0; }
    .SearchPageFilterBox .RemoveFilterButton img {
      height: 0.75rem;
      width: 0.75rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SearchPageActiveFiltersToolbar .AddFilterButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .SearchPageActiveFiltersToolbar .AddFilterButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.SearchPageActiveFiltersToolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .SearchPageActiveFiltersToolbar .FilterFormContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 73px;
    background-color: #24b1e6;
    border-radius: 24px;
    margin-right: 12px; }
  .SearchPageActiveFiltersToolbar .FiltersHeader {
    display: flex;
    flex-direction: column;
    margin-right: 15px; }
  .SearchPageActiveFiltersToolbar .ActiveTitle {
    font-size: 0.875em;
    font-weight: 600;
    color: #353538; }
  .SearchPageActiveFiltersToolbar .FiltersTitle {
    font-size: 1.25em;
    font-weight: 600;
    margin-top: -3px;
    text-align: right;
    color: #353538; }
  .SearchPageActiveFiltersToolbar .ButtonGroup {
    display: flex;
    justify-content: center;
    align-items: center; }
  .SearchPageActiveFiltersToolbar .AddFilterButton {
    margin-right: 0.3125rem; }
  .SearchPageActiveFiltersToolbar .ResetFilterButton {
    border-radius: 2px;
    color: #fff;
    padding: 0; }
    .SearchPageActiveFiltersToolbar .ResetFilterButton .ResetFilterContainer {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-size: 12px; }
      .SearchPageActiveFiltersToolbar .ResetFilterButton .ResetFilterContainer img {
        display: flex; }
  .SearchPageActiveFiltersToolbar .FiltersContent {
    display: flex;
    flex-direction: row;
    width: calc(100% - 170px);
    gap: 24px; }
  .SearchPageActiveFiltersToolbar .FiltersList {
    width: 100%; }
  .SearchPageActiveFiltersToolbar .FilterRow {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%; }
    .SearchPageActiveFiltersToolbar .FilterRow:not(:first-child) {
      margin-top: 6px; }
  .SearchPageActiveFiltersToolbar .ExpandButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    border-radius: 27px;
    background-color: #EEF2FF;
    border: solid 1px #24b1e6; }
  .SearchPageActiveFiltersToolbar .ExpandButtonIcon {
    transition: transform 0.3s ease-in-out; }
  .SearchPageActiveFiltersToolbar .ExpandButtonIconRotate {
    transform: rotate(90deg); }

.SearchPageActiveFiltersToolbar .AddFilterButton {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.CategoriesFiltersContainer .Header {
  flex: 0 0 auto;
  height: 54px;
  background-color: #353538;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.CategoriesFiltersContainer .RenderCategoriesHeaderTitle {
  font-size: 1rem;
  font-weight: bold;
  color: #fff; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CategoryFiltersContainer .CountBadge, .CategoriesFiltersContainer .CountBadge {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .CategoryFiltersContainer .CountBadge:disabled, .CategoriesFiltersContainer .CountBadge:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.CategoriesFiltersContainer .Header {
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 15px;
  width: 100%;
  cursor: text !important;
  outline: none !important;
  background-color: #fff;
  height: 82px;
  padding: 24px;
  border-bottom: 1px solid #CDD3DD; }
  .CategoriesFiltersContainer .Header .ResetCloseFilterContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px; }
    .CategoriesFiltersContainer .Header .ResetCloseFilterContainer .ResetText {
      color: #24b1e6;
      cursor: pointer; }
  .CategoriesFiltersContainer .Header .CloseFilterModal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    background-color: #EEF1F6;
    cursor: pointer; }

.CategoriesFiltersContainer .RenderCategoriesHeaderTitle {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700; }

.CategoriesFiltersContainer .Categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100vh - 225px);
  overflow-x: auto;
  margin-right: 1px;
  background-color: #fff;
  padding: 0px 24px 24px; }

.CategoriesFiltersContainer .Category {
  height: 48px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  color: #353538;
  cursor: pointer;
  border-bottom: solid 1px #ddd;
  line-height: 16px;
  padding: 16px 0px; }
  .CategoriesFiltersContainer .Category:last-child {
    margin-bottom: 0.3125rem; }
  .CategoriesFiltersContainer .Category .BadgeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }

.CategoryFiltersContainer .CountBadge, .CategoriesFiltersContainer .CountBadge {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.CategoryFiltersContainer .CategoryHeader {
  flex: 0 0 auto;
  height: 54px;
  background-color: #353538;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.CategoryFiltersContainer .RenderCategoryHeaderTitle {
  font-size: 1rem;
  font-weight: bold;
  color: #fff; }

.CategoryFiltersContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto; }
  .CategoryFiltersContainer .CategoryHeader {
    width: 100%;
    cursor: text !important;
    outline: none !important;
    background-color: #fff;
    padding: 24px;
    height: 82px;
    border-bottom: 1px solid #CDD3DD; }
    .CategoryFiltersContainer .CategoryHeader .ResetCloseFilterContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px; }
      .CategoryFiltersContainer .CategoryHeader .ResetCloseFilterContainer .ResetText {
        color: var(--brandColor, #f1f1f1);
        cursor: pointer; }
    .CategoryFiltersContainer .CategoryHeader .CloseFilterModal {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 24px;
      width: 24px;
      background-color: #EEF1F6 !important;
      cursor: pointer; }
  .CategoryFiltersContainer .LeftHeaderContainer {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 10px; }
  .CategoryFiltersContainer .HeaderButton {
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
    cursor: pointer; }
  .CategoryFiltersContainer .RenderCategoryHeaderTitle {
    color: #000;
    font-size: 18px; }
  .CategoryFiltersContainer .OuterFiltersContainer {
    flex: 1 1 auto;
    overflow-y: auto; }
  .CategoryFiltersContainer .FiltersContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .CategoryFiltersContainer .Filter {
    display: flex;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    min-height: 36px;
    margin: 0.3125rem 0.3125rem 0;
    padding: 0.625rem;
    border-bottom: solid 1px #ddd;
    line-height: 16px;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center; }
    .CategoryFiltersContainer .Filter:last-child {
      margin-bottom: 0.3125rem; }
    .CategoryFiltersContainer .Filter .BadgeContainer {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px; }
  .CategoryFiltersContainer.FilterApplied {
    border-left: 3px solid var(--brandColor, #f1f1f1);
    justify-content: space-between;
    align-items: center; }
  .CategoryFiltersContainer .FilterContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90%; }
  .CategoryFiltersContainer .FilterContent.Count {
    flex-direction: row;
    width: inherit;
    justify-content: space-between; }
  .CategoryFiltersContainer .FitlerTitle {
    font-size: 0.875rem;
    font-weight: 500;
    color: #353538;
    padding-right: 8px;
    text-align: start; }
    .CategoryFiltersContainer .FitlerTitle.Applied {
      color: var(--brandColor, #f1f1f1); }
  .CategoryFiltersContainer .AppliedFilterContent {
    font-size: 0.75rem;
    color: #353538;
    text-align: start; }
    .CategoryFiltersContainer .AppliedFilterContent .RowText {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow-x: hidden; }
  .CategoryFiltersContainer .FilterClearListButton {
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: transparent; }

.textclass {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }

.HeaderLabel__img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.RenderFilterContainer .CategoryHeader {
  flex: 0 0 auto;
  height: 54px;
  background-color: #353538;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.RenderFilterContainer .RenderFilterHeaderTitle {
  font-size: 1rem;
  font-weight: bold;
  color: #fff; }

.RenderFilterContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .RenderFilterContainer .CustomFieldsFilterContainer {
    margin: 6px 24px; }
    .RenderFilterContainer .CustomFieldsFilterContainer .Title {
      color: #000; }
    .RenderFilterContainer .CustomFieldsFilterContainer .RadioSelectItem {
      border: none;
      border-radius: 0px;
      border-bottom: 1px solid #CDD3DD; }
  .RenderFilterContainer .DateFilterContainer {
    margin: 0px; }
    .RenderFilterContainer .DateFilterContainer .Title {
      color: #000;
      margin: 6px 24px; }
    .RenderFilterContainer .DateFilterContainer .RangeItem {
      border: none;
      border-bottom: 1px solid #CDD3DD;
      border-radius: 0px;
      padding: 16px 0px;
      margin: 0px 24px; }
    .RenderFilterContainer .DateFilterContainer .Item {
      padding: 16px 0px;
      border: none;
      border-radius: 0px;
      border-bottom: 1px solid #CDD3DD;
      margin: 0px 24px; }
  .RenderFilterContainer .CategoryHeader {
    width: 100%;
    cursor: text !important;
    outline: none !important;
    background-color: #fff !important;
    padding: 24px;
    height: 82px;
    border-bottom: 1px solid #CDD3DD; }
    .RenderFilterContainer .CategoryHeader .ResetCloseFilterContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px; }
      .RenderFilterContainer .CategoryHeader .ResetCloseFilterContainer .ResetText {
        color: var(--brandColor, #f1f1f1);
        cursor: pointer; }
    .RenderFilterContainer .CategoryHeader .CloseFilterModal {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 24px;
      width: 24px;
      background-color: #EEF1F6 !important;
      cursor: pointer; }
  .RenderFilterContainer .LeftHeaderContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
  .RenderFilterContainer .HeaderButton {
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .RenderFilterContainer .RenderFilterHeaderTitle {
    color: #000;
    font-size: 18px; }
  .RenderFilterContainer .RangeButtonGroup {
    padding: 0;
    border: none; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SearchPageFiltersSlideout .ApplyButtonContainer {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .SearchPageFiltersSlideout .ApplyButtonContainer:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.SearchPageFiltersSlideout {
  width: 28.125rem;
  height: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  z-index: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .SearchPageFiltersSlideout .ApplyButtonContainer {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    cursor: pointer;
    margin: 0.3125rem; }
  .SearchPageFiltersSlideout .ApplyButton {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: transparent; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.BrandedTitle {
  position: 'relative';
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
  color: #000; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.TextAboveGrid {
  float: right;
  color: #ff0000;
  padding: 0.625rem; }

/* Collection default theme */
/* Grid default theme */
/* Table default theme */
.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center; }

.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center; }

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px; }

.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap; }

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px; }

.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer; }

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor; }

/* List default theme */

.InlineRadioContainer {
  display: inline-block;
  font-size: 0.6em;
  margin-left: 13px; }

.BrandedRadioInputContainer {
  /* One radio button per line */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */ }
  .BrandedRadioInputContainer label {
    display: block;
    cursor: pointer;
    line-height: 2.5;
    font-size: 1.5em; }
  .BrandedRadioInputContainer [type='radio'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .BrandedRadioInputContainer [type='radio'] + span {
    display: block; }
  .BrandedRadioInputContainer [type='radio'] + span::before {
    content: '';
    display: inline-block;
    vertical-align: -5px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQkIiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwIDE3YTcgNyAwIDEgMSAwLTE0IDcgNyAwIDAgMSAwIDE0em0wLTE2YTkgOSAwIDEgMCAwIDE4IDkgOSAwIDAgMCAwLTE4eiIvPgo8L3N2Zz4K); }
  .BrandedRadioInputContainer [type='radio']:checked + span::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9IiMyNGIxZTYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTAgMTdhNyA3IDAgMSAxIDAtMTQgNyA3IDAgMCAxIDAgMTR6bTAtMTZhOSA5IDAgMSAwIDAgMTggOSA5IDAgMCAwIDAtMTh6Ii8+CiAgICAgICAgPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iNSIvPgogICAgPC9nPgo8L3N2Zz4K); }
  .BrandedRadioInputContainer [type='radio']:focus + span::after {
    content: '\0020';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DraggableHelperClass {
  background-color: #ddd;
  color: #353538;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px;
  margin-right: 0.625rem;
  box-shadow: 3px 3px 0.625rem 2px rgba(0, 0, 0, 0.24); }

/*
This file exists to house any styles that must be applied to the grid with static classnames.
This is because the styles in SASS files are converted with webpack, and as such would break
this approach.

Static name per https://github.com/bvaughn/react-virtualized/blob/master/docs/Table.md#class-names
*/
.ReactVirtualized__Table__rowColumn {
  /*courtesy of https://stackoverflow.com/questions/25311541/how-to-vertically-align-text-inside-a-flexbox*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0; }

.ReactVirtualized__Table__rowColumn > .grid-cell-contents-wrapper {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.ReactVirtualized__Table__headerColumn {
  /*courtesy of https://stackoverflow.com/questions/25311541/how-to-vertically-align-text-inside-a-flexbox*/
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 4px 4px 4px 10px; }

/*.ReactVirtualized__Grid.ReactVirtualized__Table__Grid:focus {
    outline: none;
}*/
.ReactVirtualized__Table__sortableHeaderIcon {
  height: 22px;
  width: 22px;
  fill: #0074D9; }

.ReactVirtualized__Table__headerTruncatedText + .ReactVirtualized__Table__sortableHeaderIcon {
  display: none; }

/* Semantics by value */
/* Semantic by usage */

@keyframes fade {
  from {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

.MessagePopupContainer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.24); }
  .MessagePopupContainer .MessagePopupWindow {
    display: grid;
    top: 50%;
    left: 50%;
    width: 80%;
    min-width: 280px;
    max-width: 539px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    border-top: 1px solid fff;
    animation: fade 0.3s ease 1 forwards;
    border: 1px solid #795548;
    box-shadow: 5px 6px rgba(0, 0, 0, 0.24); }
    .MessagePopupContainer .MessagePopupWindow h1 {
      text-align: center;
      font-size: 1.2rem;
      margin: 1.5rem 1rem 0.5rem;
      color: #24b1e6; }
    .MessagePopupContainer .MessagePopupWindow h3 {
      text-align: center; }
  .MessagePopupContainer .MessagePopupTitle {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .MessagePopupContainer .MessagePopupTitle h1 {
      width: 100%; }
    .MessagePopupContainer .MessagePopupTitle .close-section {
      margin: 1rem; }
  .MessagePopupContainer .MessagePopupBody {
    text-align: center;
    font-size: 1rem;
    margin: 0 2rem 4.5rem; }
  .MessagePopupContainer .MessagePopupButtons {
    display: flex; }
  .MessagePopupContainer .MessagePopupButton {
    background: #24b1e6;
    border: 0;
    color: #fff;
    height: 3rem;
    flex: 1;
    font-size: 1rem;
    border-top: 1px solid #fff; }
    .MessagePopupContainer .MessagePopupButton.Disabled {
      opacity: 0.5; }
      .MessagePopupContainer .MessagePopupButton.Disabled:hover {
        cursor: not-allowed; }
    .MessagePopupContainer .MessagePopupButton.Single {
      border-radius: 0 0 3px 3px; }
    .MessagePopupContainer .MessagePopupButton.Left {
      border-right: 1px solid #fff;
      border-radius: 0 0 0 3px; }
    .MessagePopupContainer .MessagePopupButton.Center {
      border-right: 1px solid #fff; }
    .MessagePopupContainer .MessagePopupButton.Right {
      border-radius: 0 0 3px; }
    .MessagePopupContainer .MessagePopupButton.CancelButton {
      background: #999; }
      .MessagePopupContainer .MessagePopupButton.CancelButton:focus, .MessagePopupContainer .MessagePopupButton.CancelButton:hover {
        background: #777; }
    .MessagePopupContainer .MessagePopupButton:focus, .MessagePopupContainer .MessagePopupButton:hover {
      font-weight: bold;
      background: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CountBadge {
  font-weight: 400;
  color: #49505A;
  display: flex;
  align-items: center;
  font-size: 12px; }

/* Semantics by value */
/* Semantic by usage */

.SearchPageGridFooter {
  flex: 0 0 auto;
  height: 2.75rem;
  background-color: #E4E8EE;
  border-top: 0;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.5rem;
  display: flex;
  justify-content: space-between; }
  .SearchPageGridFooter .LeftSideContainer {
    display: flex;
    font-size: 0.75rem; }
  .SearchPageGridFooter .CenterSideContainer {
    display: flex; }
  .SearchPageGridFooter .RightSideContainer {
    display: flex; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.GridFooterButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .GridFooterButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.GridFooterButton {
  font-weight: 500;
  color: #fff;
  padding: 3px 0.625rem;
  margin-right: 0.625rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ButtonGroup .ActionButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .ButtonGroup .ActionButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ButtonGroup .ActionButton {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .ButtonGroup .ActionButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ButtonGroup {
  position: relative; }
  .ButtonGroup .ActionButton {
    background-position: right 0.625rem center;
    padding: 0 1.5625rem 0.1875rem 0.625rem;
    font-weight: 0.875rem;
    font-size: 16px;
    border-radius: 5px; }
    .ButtonGroup .ActionButton.SingleAction {
      padding: 0 1.5625rem .1875rem 1.5625rem; }
  .ButtonGroup .Menu {
    position: absolute;
    background: #fff;
    min-width: 10rem;
    max-width: 15rem;
    width: max-content;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
    background-color: #f1f1f1;
    font-weight: 500;
    z-index: 100;
    color: #353538;
    right: 0; }
  .ButtonGroup .MenuMore {
    margin-top: -35px;
    right: 100%;
    visibility: hidden; }
  .ButtonGroup .SubMenu {
    position: relative; }
    .ButtonGroup .SubMenu:hover > .Menu {
      visibility: visible; }
  .ButtonGroup .Item {
    padding: 0.625rem 1rem; }
    .ButtonGroup .Item:hover {
      cursor: pointer;
      background-color: #ddd; }
    .ButtonGroup .Item.disabled {
      color: #777; }
      .ButtonGroup .Item.disabled:hover {
        cursor: auto; }
  .ButtonGroup .Caret {
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 1rem;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomTooltip {
  position: relative; }
  .CustomTooltip .TooltipText {
    position: absolute;
    border-radius: 2px;
    background: #353538;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.3125rem 0;
    z-index: 1;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden; }
    .CustomTooltip .TooltipText::after {
      content: '';
      position: absolute;
      bottom: 100%;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #353538; }
  .CustomTooltip:hover .TooltipText {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s; }

/* Semantics by value */
/* Semantic by usage */

.SearchPageContainer {
  display: flex;
  margin-left: .5rem;
  height: 100%; }
  .SearchPageContainer .searchBySideMenu {
    width: 100%;
    height: 2.75rem; }
  .SearchPageContainer .SubMenuItemsContainer {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    width: 256px;
    justify-content: space-between;
    transition: 0.3s; }
    .SearchPageContainer .SubMenuItemsContainer a {
      color: #171717;
      width: 100%; }
    .SearchPageContainer .SubMenuItemsContainer .active {
      background-color: #E3F3FA;
      width: 100%;
      border-radius: 5px; }
    .SearchPageContainer .SubMenuItemsContainer .NavItems {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 4px 12px;
      font-size: 14px;
      font-weight: 400; }
      .SearchPageContainer .SubMenuItemsContainer .NavItems img {
        height: 16px;
        width: 16px; }
      .SearchPageContainer .SubMenuItemsContainer .NavItems .ActiveText {
        color: #24b1e6;
        font-weight: 700; }
    .SearchPageContainer .SubMenuItemsContainer .ConfigureMenuContainer {
      margin-left: 10px; }
      .SearchPageContainer .SubMenuItemsContainer .ConfigureMenuContainer .ConfigureMenu {
        display: flex;
        gap: 8px;
        align-items: center;
        margin: 8px 0px;
        font-weight: 400;
        font-size: 14px;
        cursor: pointer; }
        .SearchPageContainer .SubMenuItemsContainer .ConfigureMenuContainer .ConfigureMenu img {
          height: 16px;
          width: 16px; }
  .SearchPageContainer .Hide {
    display: none;
    transition: 0.3s; }

.SearchPage {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 99%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  padding: 24px;
  max-width: 100%; }
  .SearchPage .HeaderAndFilters {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    flex: 0 0 auto; }
    .SearchPage .HeaderAndFilters .SearchInfoContainer {
      position: relative; }
      .SearchPage .HeaderAndFilters .SearchInfoContainer .ToolTipInfoContainer {
        right: 100%;
        bottom: 5px;
        position: absolute;
        margin-right: 10px; }
        .SearchPage .HeaderAndFilters .SearchInfoContainer .ToolTipInfoContainer .button-icon.LasalleSolutionsIcon {
          position: unset; }
  .SearchPage .SearchHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; }
  .SearchPage .ActionsMenu {
    margin-bottom: 1.5rem; }
  .SearchPage .HeaderTitle {
    font-size: 18px;
    font-weight: 700;
    color: #000; }
  .SearchPage .GridWrapper {
    flex: 1;
    background-color: #f1f1f1;
    margin: 24px 6px 0; }
  .SearchPage .Grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff; }
  .SearchPage .SearchTitleContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px; }
  .SearchPage .TitleBreadCrumbContainer {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .SearchPage .SearchBackContainer {
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F9FB;
    border: 1px solid #E4E8EE;
    border-radius: .5rem;
    cursor: pointer; }
    .SearchPage .SearchBackContainer img {
      height: 1.875rem;
      width: 1.875rem; }
    .SearchPage .SearchBackContainer .FlipImg {
      transform: scaleX(-1); }
  .SearchPage .ActionButtonContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem; }
    .SearchPage .ActionButtonContainer .GridSearchContainer {
      width: 20rem; }
      .SearchPage .ActionButtonContainer .GridSearchContainer .SearchBoxGroup {
        width: 18rem !important; }
      .SearchPage .ActionButtonContainer .GridSearchContainer input {
        width: 100%;
        font-size: .875rem; }
  .SearchPage .SearchFilterContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 48px;
    border-radius: 8px;
    background-color: #F8F9FB;
    border: 1px solid #E4E8EE;
    cursor: pointer; }

.FromRightSideSlideAnimateEnter {
  transform: translateX(100%); }

.FromRightSideSlideAnimateEnterAcive {
  transform: translateX(0); }

.FromRightSideSlideAnimateLeave {
  transform: translateX(0); }

.FromRightSideSlideAnimateLeaveActive {
  transform: translateX(100%); }

/* Semantics by value */
/* Semantic by usage */

.BreadCrumbContainer {
  display: flex;
  align-items: center;
  gap: 10px; }
  .BreadCrumbContainer .BreadCrumbItemContainer a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 400; }
    .BreadCrumbContainer .BreadCrumbItemContainer a img {
      height: 12px;
      width: 12px;
      padding: 0; }
    .BreadCrumbContainer .BreadCrumbItemContainer a .BreadCrumbItemText {
      color: #000;
      font-size: 10px; }
  .BreadCrumbContainer .BreadCrumbSeparator {
    color: #D4D4D4;
    font-size: 10px;
    font-weight: 400; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.SearchTitleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px; }

.SearchBackContainer {
  height: 2.1rem;
  width: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F9FB;
  border: 1px solid #E4E8EE;
  border-radius: 8px;
  cursor: pointer; }
  .SearchBackContainer img {
    height: 20px;
    width: 20px; }
  .SearchBackContainer .FlipImg {
    transform: scaleX(-1); }

/* Semantics by value */
/* Semantic by usage */

.GenericConfigureMenuContainer {
  width: 450px; }

.NavItemsContainer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin: 0px 24px;
  padding: 16px 0px;
  border-bottom: 1px solid #CDD3DD; }

.HeaderContainer {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #CDD3DD;
  box-shadow: 0px 2px 8px rgba(106, 115, 129, 0.12); }

.ConfigureNavContainer {
  height: calc(100vh - 200px);
  overflow-y: auto; }
  .ConfigureNavContainer .SearchContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px; }

.ConfigureNavItemDraggable {
  visibility: visible;
  z-index: 99999999999;
  border-left: 3px solid #24b1e6;
  padding: 0px; }

.Handler {
  cursor: grab;
  opacity: 1; }

.DragNameContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px; }

.NSAssetImportConfigPagesContainer .ConfigureNavContainer,
.ApiAppRegistrationPagesContainer .ConfigureNavContainer,
.DiscountsPagesContainer .ConfigureNavContainer,
.CustomerNotesPagesContainer .ConfigureNavContainer,
.AuditToolPagesContainer .ConfigureNavContainer,
.UploadsPagesContainer .ConfigureNavContainer,
.OrganizationalUnitContainer .ConfigureNavContainer,
.OrdersContainer .ConfigureNavContainer {
  height: calc(100vh - 100px); }

/* Semantics by value */
/* Semantic by usage */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch input:checked + .slider {
    background-color: #09A57F; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #09A57F; }
  .switch input:checked + .slider::before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px); }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

.slider.round {
  border-radius: 35px; }

.slider.round::before {
  border-radius: 50%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SubMenuItemsContainer {
  display: flex;
  flex-direction: column;
  margin-right: 0.625rem;
  width: 16rem;
  justify-content: space-between;
  transition: 0.3s;
  height: 100%; }
  .SubMenuItemsContainer a {
    color: #171717;
    width: 100%; }
  .SubMenuItemsContainer .isActive {
    background-color: #E3F3FA;
    width: 100%;
    border-radius: 0.3125rem; }
  .SubMenuItemsContainer .NavItems {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.25rem .5rem;
    font-size: 0.875rem;
    font-weight: 400; }
    .SubMenuItemsContainer .NavItems img {
      height: 1rem;
      width: 1rem; }
    .SubMenuItemsContainer .NavItems .ActiveText {
      color: #24b1e6;
      font-weight: 700; }
    .SubMenuItemsContainer .NavItems:hover {
      background-color: #e3f3fa;
      width: 100%;
      border-radius: 0.3125rem; }
  .SubMenuItemsContainer .ConfigureMenuContainer {
    margin-left: 0.625rem; }
    .SubMenuItemsContainer .ConfigureMenuContainer .ConfigureMenu {
      display: flex;
      gap: 0.5rem;
      align-items: center;
      margin: 0.5rem 0;
      font-weight: 400;
      font-size: 0.875rem;
      cursor: pointer; }
      .SubMenuItemsContainer .ConfigureMenuContainer .ConfigureMenu img {
        height: 1rem;
        width: 1rem; }

.ConfigureNavItemDraggable {
  visibility: visible;
  z-index: 99999999999;
  border-left: 3px solid #24b1e6;
  padding: 0px; }

.NavItemContainer {
  background-color: #ffffff !important;
  width: 100%;
  display: flex;
  border: 1px solid red; }

.DragNameContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-right: 0.2rem; }
  .DragNameContainer .DragIcon {
    padding-right: 0.5rem; }
  .DragNameContainer:hover {
    background-color: #e3f3fa;
    width: 100%;
    border-radius: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.SubMenuNavigationPageContainer {
  display: flex;
  height: calc(100% - 12px);
  margin-left: 0.75rem;
  max-width: 100%; }
  .SubMenuNavigationPageContainer .SearchPageContainer {
    flex-grow: 1;
    max-width: 100%;
    overflow-x: hidden; }

.SubNavContainer {
  flex-grow: 1;
  flex-basis: 16rem;
  max-width: 16rem;
  transition: flex-basis 0.5s ease-in-out, max-width 0.5s ease-in-out;
  display: flex;
  flex-direction: column; }

.SubMenuItemsContainer {
  max-width: 16rem;
  transition: flex-basis 0.5s ease-in-out, max-width 0.5s ease-in-out; }

.SubMenuItemLabel {
  white-space: normal;
  min-width: 10.5rem; }

.SubNavCollapsed .SubMenuItemLabel {
  white-space: nowrap; }

.SubNavCollapsed {
  flex-grow: 0;
  flex-basis: 2.0625rem;
  max-width: 2.0625rem;
  overflow-x: hidden; }
  .SubNavCollapsed .SubMenuItemsContainer {
    max-width: 2rem;
    overflow-x: hidden; }

.SearchBackContainer {
  margin-bottom: 0.5rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ModalSlideoutWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .ModalSlideoutWrapper.ModalSlideoutCenter {
    display: flex;
    justify-content: center;
    align-items: center; }

.ModalSlideoutAnimateEnter .ModalSlideout {
  transform: translateX(100%); }

.ModalSlideoutAnimateLeave .ModalSlideout {
  transform: translateX(0%); }

.ModalSlideoutAnimateLeaveActive .ModalSlideout {
  transform: translateX(100%); }

.ModalSlideoutOverlayAnimateEnter {
  opacity: 0.01; }

.ModalSlideoutOverlayAnimateLeave {
  opacity: 1; }

.ModalSlideoutOverlayAnimateLeaveActive {
  opacity: 0.01; }

.ModalSlideoutOverlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 1100;
  transition: opacity 0.3s ease-in-out; }

.ModalSlideout {
  position: fixed;
  background: #fff;
  top: 64px;
  bottom: 0;
  right: 0;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  min-width: 55%;
  max-width: 85%;
  transition: transform 0.3s ease-in-out; }
  .ModalSlideout.sortCustomFields {
    min-width: unset; }
  .ModalSlideout .ModalHeader {
    flex: 0 0 auto;
    height: 82px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CDD3DD;
    color: #000;
    padding: 0.75rem 1.5rem; }
    .ModalSlideout .ModalHeader .CloseButtonWrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 24px;
      width: 24px;
      background-color: #EEF1F6;
      cursor: pointer; }
  .ModalSlideout .ModalTitle {
    margin-right: auto; }
  .ModalSlideout .ModalBody {
    margin: 0.75rem 1.5rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
  .ModalSlideout .ModalBody .SpinnerPosition {
    top: 40%;
    left: 45%;
    position: absolute; }
  .ModalSlideout .CloseButton {
    margin-left: 0.625rem;
    border-radius: 5px;
    overflow: hidden; }

.ModalSlideoutBasic {
  position: fixed;
  background: #f1f1f1;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  min-width: 30%;
  max-width: 85%;
  transition: transform 0.3s ease-in-out; }
  .ModalSlideoutBasic .ModalBody {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
  .ModalSlideoutBasic .ModalBody .SpinnerPosition {
    top: 40%;
    left: 45%;
    position: absolute; }

.ModalSlideoutCenter .ModalSlideoutBasic {
  position: relative;
  margin: auto;
  min-height: 30rem;
  max-height: 85%;
  border-radius: .625rem;
  min-width: 20rem; }

.ModalSlideoutCenter .ModalBody {
  border-radius: .625rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.SelectOptionsModal .OverLimitMessage {
  background-color: #f1f1f1;
  font-size: 0.75rem;
  color: #777;
  flex: 0 0 auto;
  margin: 0 0.625rem;
  padding: 0.3125rem 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SelectOptionsModal .Apply {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .SelectOptionsModal .Apply:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.SelectOptionsModal {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease-in-out; }
  .SelectOptionsModal .FilterItem {
    flex: 1; }
  .SelectOptionsModal .ModalContainer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
    border-width: 3px 0 3px 3px;
    border-style: solid;
    border-image: linear-gradient(to left, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0)) 1 100%;
    overflow-x: hidden;
    padding: 0.75rem 1.5rem;
    border: none; }
  .SelectOptionsModal .SearchBoxContainer {
    flex: 0 0 auto;
    background: #fff; }
  .SelectOptionsModal .Contents {
    flex: 1 1 auto;
    position: relative;
    /* need this to position inner content */
    overflow-y: auto;
    height: 100%;
    margin: 3px; }
    .SelectOptionsModal .Contents .ItemsContainer {
      overflow-y: auto;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
    .SelectOptionsModal .Contents .ItemContainer {
      display: flex;
      background-color: #fff;
      border: solid 1px #ddd;
      padding: 0.3125rem;
      border-radius: 2px;
      margin: 1px 0;
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
      padding: 0.625rem; }
    .SelectOptionsModal .Contents .FilterItem {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      background-color: #fff;
      border-radius: 2px;
      margin: 1px 0; }
  .SelectOptionsModal .Apply {
    flex: 0 0 auto;
    border-radius: 3px;
    height: 42px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff; }
  .SelectOptionsModal .NoDataFound {
    margin: 0.625rem;
    font-size: 1rem;
    background: fff;
    padding: 0.625rem;
    border-radius: 3px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Slideout .Button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .Slideout .Button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.Slideout .Button {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .Slideout .Button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.SlideoutWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 99999; }

.SlideoutAnimateEnter .Slideout {
  transform: translateX(100%); }

.SlideoutAnimateLeave .Slideout {
  transform: translateX(0%); }

.SlideoutAnimateLeaveActive .Slideout {
  transform: translateX(100%); }

.Slideout {
  position: absolute;
  background: #fff;
  top: 64px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 450px;
  transition: transform 0.3s ease-in-out; }
  .Slideout .SlideoutHeader {
    flex: 0 0 auto;
    height: 82px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #CDD3DD;
    border-left: 1px solid #CDD3DD; }
  .Slideout .SlideoutTitle {
    margin-right: auto; }
  .Slideout .CloseButtonWrapper {
    background-color: #EEF1F6;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .Slideout .SlideoutBody {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background-color: #fff;
    padding: 0.75rem 1.5rem; }
  .Slideout .ButtonsContainer {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    justify-content: space-around;
    margin-top: auto; }
  .Slideout .Button {
    flex: 1 1 auto;
    margin: 0.75rem 1.5rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FormButtons .Save, .FormButtons .Cancel, .FormButtons .AdditionalFormButtons {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .FormButtons .Save:disabled, .FormButtons .Cancel:disabled, .FormButtons .AdditionalFormButtons:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FormButtons .Save, .FormButtons .Cancel, .FormButtons .AdditionalFormButtons {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .FormButtons .Save:disabled, .FormButtons .Cancel:disabled, .FormButtons .AdditionalFormButtons:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FormButtons {
  padding: 0.3125rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: .3125rem;
  width: 100%;
  background-color: #fff;
  z-index: 99999; }
  .FormButtons .Save {
    margin-right: 0.625rem; }
  .FormButtons .Cancel {
    background: #fff;
    border: solid 1px #24b1e6;
    color: #24b1e6; }
  .FormButtons .AdditionalFormButtons {
    background: none !important;
    border: none !important;
    display: flex;
    gap: 24px; }
  .FormButtons .setDropdown {
    display: inline-block;
    margin-left: 0.625rem; }

.select-dropdown {
  width: 300px;
  height: 37px;
  overflow: visible;
  color: #777; }
  .select-dropdown select {
    background: transparent;
    width: 300px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 36px;
    -webkit-appearance: media-slider;
    outline: 1px solid  #ddd; }
    .select-dropdown select:focus {
      outline: 1px solid #777; }
    .select-dropdown select select::-ms-expand {
      display: none; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.buttonContainer {
  min-height: 40px;
  border-radius: 3px;
  background-color: var(--brandColor, #f1f1f1);
  border: solid 1px #219ecc;
  min-width: 108px;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 16px;
  font-weight: bold; }
  .buttonContainer:active {
    outline: #000 auto 1px; }
  .buttonContainer .Save {
    border-right: 1px solid #fff;
    background-repeat: no-repeat;
    background-position-x: 90px;
    background-position-y: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    outline: none;
    min-height: 38px;
    margin-right: 0px; }
    .buttonContainer .Save:disabled {
      color: #fff;
      opacity: 1; }
  .buttonContainer .alignicon {
    position: relative;
    top: 6px;
    width: 5%;
    min-height: 30px;
    outline: none; }

.buttonContainer[disabled] {
  pointer-events: none;
  opacity: 0.5; }

.dropdown {
  position: fixed;
  width: 250px;
  z-index: 10;
  border: 1px solid #000;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  bottom: 55px;
  width: 350px;
  border: 1px solid #353538; }

.alignlist {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px; }

.menu {
  background: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
  background-color: #f1f1f1;
  font-weight: 500;
  z-index: 100;
  color: #353538;
  right: 0; }

.item {
  padding: 10px 16px; }
  .item:hover {
    cursor: pointer;
    background-color: #ddd; }

.displayInline {
  display: inline-block;
  margin-right: 10px; }

/* Semantics by value */
/* Semantic by usage */

.ErrorDetailsBody {
  color: #585252;
  float: left;
  text-align: initial;
  font-size: 15px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.LabelComponent {
  color: #000;
  width: 40%;
  min-width: 40%;
  margin-right: 0.3125rem;
  text-align: left;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-weight: 700; }
  .LabelComponent.IsRequired::after {
    content: '*';
    color: #d0112b;
    margin-left: 2px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.helperClass button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .helperClass button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.helperClass {
  display: inline-flex;
  align-items: stretch;
  flex: 1 1 auto; }
  .helperClass input {
    flex: 1 1 auto;
    border-radius: 3px 0 0 3px;
    border: solid 1px #ddd;
    height: 100%; }
  .helperClass button {
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 3px 3px 0; }
  .helperClass .ClearButton {
    border: 0; }

/* Semantics by value */
/* Semantic by usage */

.TypeAheadContainer {
  position: absolute;
  max-height: 180px;
  width: 100%;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #ddd;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  z-index: 1;
  overflow: auto; }
  .TypeAheadContainer .Item {
    border-bottom: solid 1px #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }
    .TypeAheadContainer .Item:hover {
      background-color: rgba(0, 0, 0, 0.05); }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Input:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.Input {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.ValidatedInput {
  flex: 1 1 auto; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ValidatedDatePickerGroup .CalendarButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .ValidatedDatePickerGroup .CalendarButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ValidatedDatePickerGroup {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
  width: 100%; }
  .ValidatedDatePickerGroup .CalendarButton {
    width: 22px;
    height: 27px;
    cursor: pointer;
    padding: 2px;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 7px;
    right: 16px;
    background-color: transparent;
    border: none; }
  .ValidatedDatePickerGroup .DatePicker {
    font-size: 0.875rem;
    text-align: right;
    padding: 3px 0.625rem;
    margin-left: 20px;
    border: 0;
    width: 100%;
    color: #24b1e6; }
  .ValidatedDatePickerGroup .ErrorStyle {
    color: #ef4035;
    font-size: 0.875rem;
    margin-top: 0;
    margin-bottom: 0.2em; }
  .ValidatedDatePickerGroup .react-datepicker-wrapper {
    width: 100%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.react-datepicker__input-container {
  flex: 1 1 auto; }

.react-datepicker__input-container input {
  border-radius: 3px 0 0 3px;
  border: solid 1px #dddddd;
  padding: 3px 10px; }

.react-datepicker__input-container input:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FilterItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  margin: 1px 0; }
  .FilterItem .ItemIcon {
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    margin: 0 0.3125rem 0 0;
    flex: 0 0 auto; }
  .FilterItem .Badge {
    margin: 0 0.625rem 0 0;
    display: flex;
    flex: 0 0 auto; }
  .FilterItem .ItemContent {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: calc(100% - 10px); }
  .FilterItem .ContentRow {
    display: flex;
    margin: 1px 0;
    align-items: end;
    max-width: 100%;
    text-align: start; }
  .FilterItem .RowTitle {
    width: 80px;
    flex: 0 0 auto;
    font-size: 0.625rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis; }
  .FilterItem .RowText {
    font-size: 0.75rem;
    color: #000;
    margin-left: 0.3125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word; }
    .FilterItem .RowText.RowTextSpecial {
      font-size: 0.75rem;
      font-weight: 500;
      color: #353538; }
  .FilterItem .PrimaryRow {
    display: flex;
    margin: 1px 0; }
    .FilterItem .PrimaryRow .RowText {
      font-weight: 500;
      margin: 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.InputTypeGroupContainer {
  position: relative;
  margin: 20px 0;
  width: 100%; }
  .InputTypeGroupContainer .Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    font-weight: 400; }
  .InputTypeGroupContainer .Label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px;
    margin-top: -10px;
    margin-left: 10px;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 700; }
  .InputTypeGroupContainer .Required {
    color: #DF320C; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FooterButtons {
  display: flex; }
  .FooterButtons .Button {
    border-radius: 8px;
    background-color: #ddd;
    border: solid 1px #ddd;
    font-weight: 500;
    padding: 0 0.625rem;
    margin-right: 0.625rem; }

.AssetEditModalFormContainer {
  display: flex;
  flex-direction: column;
  height: 100%; }

.HasDetailsGrid .DetailsBody {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }

.HasDetailsGrid .DetailsBodyNoOverflow {
  overflow: hidden; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DetailsColumn {
  flex: 1;
  margin-right: 0.3125rem;
  min-width: 342px;
  max-width: 35%;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%; }
  .DetailsColumn.DoubleWide {
    min-width: 744px;
    max-width: 912px; }
  .DetailsColumn.FullWidth {
    max-width: 100%; }

.ApplyScroll {
  overflow: auto; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DetailsHeader {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  padding: 0.625rem 15px;
  height: 60px; }
  .DetailsHeader .DetailsTitle {
    font-size: 1.625em;
    font-weight: 700;
    color: #000;
    display: flex; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.DetailsPage {
  background-color: #f1f1f1;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  margin-left: 16px;
  background-color: #fff;
  height: calc(100% - 12px); }
  .DetailsPage.HasDetailsGrid {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 4rem); }

.UploadMapDetailsPage {
  height: calc(100% - 100px); }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.DetailsSection {
  padding: 0.3125rem 0.3125rem 0 0.3125rem;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: auto;
  gap: 24px;
  flex-basis: 50%; }
  .DetailsSection:last-child {
    padding-bottom: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DetailsPane {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  flex: 0 0 auto;
  background-color: #fff;
  border: 1px solid #CDD3DD;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0px 3px 8px rgba(87, 102, 117, 0.06);
  min-height: 18%; }

.equal50 .DetailsPane {
  height: 50%; }

.HasDetailsGrid .DetailsPane {
  flex: 1 1 auto; }

.HasDetailsGrid .DetailsPaneNoFlex {
  flex: 0 0 auto !important; }

.DisposedAssetPaneBackground {
  background: #A9A9A9; }
  .DisposedAssetPaneBackground .PaneHeaderContainer .PaneHeader {
    border-bottom: 1px solid #000; }
  .DisposedAssetPaneBackground .DetailsPaneBody .LabelGroupContainer {
    border-bottom: 1px solid #000; }

.fitContent {
  overflow: visible;
  max-height: fit-content; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.PaneHeaderContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-shrink: 0; }
  .PaneHeaderContainer .PaneHeader {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    border-bottom: 1px solid #CDD3DD;
    padding: 0.75rem 1.5rem;
    margin-bottom: 0.3125rem; }
  .PaneHeaderContainer .Title {
    font-size: 1rem;
    font-weight: bold;
    color: #000; }
  .PaneHeaderContainer .TitleButton {
    font-size: 0.75rem;
    text-align: right;
    color: #24b1e6;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700; }
    .PaneHeaderContainer .TitleButton img {
      width: 1.5rem;
      height: 1.5rem; }
  .PaneHeaderContainer .CollapseButton {
    padding: 0;
    margin-right: auto;
    margin-left: 1rem; }
    .PaneHeaderContainer .CollapseButton img {
      width: 1.25rem;
      height: 1.25rem; }

.AssetDetailsDetailsPaneContainer {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CDD3DD; }
  .AssetDetailsDetailsPaneContainer .PaneHeaderContainer .PaneHeader {
    border-bottom: 0px;
    margin-bottom: 0px; }
  .AssetDetailsDetailsPaneContainer .NewToLamp {
    margin: 0px !important; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.DetailsPaneBody {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  min-height: 0.625rem; }
  .DetailsPaneBody .NoItemFound {
    border-radius: 2px;
    margin-top: 0.3125rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    color: #000; }
  .DetailsPaneBody .LoadingContainer {
    min-height: 80px;
    position: relative; }
  .DetailsPaneBody .PanelItem {
    border: none;
    margin: 0.3125rem 0;
    padding: 0px 1.5rem;
    border-bottom: 1px solid #CDD3DD; }
    .DetailsPaneBody .PanelItem .LabelGroupContainer {
      margin: 3px 0; }
  .DetailsPaneBody .AssetsDetailsContainer {
    margin: 0px 1.5rem; }
    .DetailsPaneBody .AssetsDetailsContainer .LabelGroupContainer {
      padding: 0.75rem 0px; }

.OtherDetailsContainer .HasPadding {
  padding: 0.375rem 1.5rem; }

.OtherDetailsContainer .HasPaddingX {
  padding: 0px 1.5rem; }

.OtherDetailsContainer .LabelGroupContainer {
  padding: 0.375rem 0px;
  border-bottom: 1px solid #E4E8EE; }
  .OtherDetailsContainer .LabelGroupContainer .LabelGroup {
    padding: 0px 1.5rem; }

.OtherDetailsContainer .TicketContainer .ticket-table {
  padding: 0.75rem 1.5rem; }

.OtherDetailsContainer .LocationsMapContainer {
  padding: 0px 1.5rem; }

.OtherDetailsContainer .LabelGroupContainer:last-of-type {
  border-bottom: none; }

.OtherDetailsContainer .NoPadding .InputGroup {
  padding: 0;
  margin-bottom: 12px; }

.OtherDetailsContainer .NotesContainer {
  padding: 0.75rem 1.5rem; }

.HasDetailsGrid .DetailsPaneBody {
  flex: 1; }

.ApplyPaddingInputGroup .InputGroup {
  padding: 0.75rem 1.5rem !important; }

.HasPaddingY {
  padding: 0.75rem 0px; }

.DiplayFlex {
  display: flex;
  flex-direction: column; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.NewPaneHeaderContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 6px;
  flex-shrink: 0; }
  .NewPaneHeaderContainer .PaneHeader {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 auto;
    border-bottom: 1px solid #353538;
    width: 100%;
    padding: 0.75rem 1.5rem; }
  .NewPaneHeaderContainer .Title {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    margin-right: 7px;
    flex: 0 0 auto;
    white-space: nowrap;
    align-self: baseline; }
  .NewPaneHeaderContainer .TitleDropdown {
    padding-bottom: 4px;
    flex: 1 1 0;
    min-width: 0; }
  .NewPaneHeaderContainer .TitleButton {
    font-size: 0.75rem;
    text-align: right;
    color: #376db6;
    background: transparent;
    margin-top: 0.3125rem;
    text-transform: uppercase; }
  .NewPaneHeaderContainer .Select {
    max-width: -webkit-fill-available;
    text-overflow: ellipsis; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FullWidth {
  width: 100%;
  max-width: unset; }

.InfoPanelContainer {
  background-color: #f1f1f1;
  padding: 0.625rem;
  font-size: 0.75rem; }

.SwapDate {
  font-size: 1rem;
  padding-right: 20px; }

.SwapFooterNote {
  background-color: #56595c;
  font-size: 0.75rem;
  color: #fff;
  padding: 3px 25px;
  margin: -20px -5px 0 -5px; }

.Row {
  display: flex; }

.FieldTitle {
  color: #777; }

.Field {
  flex: 50%;
  margin-top: 4px;
  width: 20%;
  overflow-wrap: break-word; }
  .Field .InputGroup {
    margin: 25px 0 !important;
    width: 100%; }

.Vertical {
  display: flex;
  flex-direction: column; }

.AssetSwapContainer {
  height: 100%; }

.AssetSwapDateDetails {
  padding: 0.625rem 0 0 0.625rem; }
  .AssetSwapDateDetails .AssetSwapDateTitle {
    float: left;
    width: 100%;
    color: #777;
    padding-bottom: 0.625rem; }
  .AssetSwapDateDetails .AssetSwapDate {
    float: left;
    width: 15%;
    min-width: 5%;
    font-size: 0.875rem; }

.DisposalField {
  width: 50%; }
  .DisposalField .InputGroup {
    margin: 25px 125px 0 0 !important; }

.PushDown {
  justify-content: flex-end; }

.CenterContent {
  align-items: center; }

.FieldRow {
  border-bottom: solid 1px #ddd; }
  .FieldRow .Disable {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 0.3125rem 0 0.3125rem;
    margin: 0.3125rem 0 0.3125rem 0; }

.Bold {
  font-weight: bold; }

.SmallText {
  font-size: 0.875rem; }

.ThirdSection {
  margin-top: 0.3125rem; }

.FirstSection {
  margin-bottom: 0.3125rem; }

.SecondSection {
  margin-bottom: 20px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FormikDatePickerGroup .CalendarButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .FormikDatePickerGroup .CalendarButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FormikDatePickerGroup {
  align-items: center;
  flex: auto; }
  .FormikDatePickerGroup .CalendarGroup {
    display: flex; }
  .FormikDatePickerGroup .CalendarButton {
    cursor: pointer;
    padding: 2px;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center; }
  .FormikDatePickerGroup .ErrorBorder {
    border: 2px solid red; }
  .FormikDatePickerGroup .ErrorStyle {
    color: #ef4035;
    font-size: 0.875rem;
    margin-top: 0;
    margin-bottom: 0.2em; }

.react-datepicker__input-container {
  flex: 1 1 auto; }

.react-datepicker__input-container input {
  border: solid 1px #dddddd;
  padding: 3px 0.625rem; }

.react-datepicker__input-container input:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.react-datepicker-wrapper {
  width: 100%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Select:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.Select {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.Select {
  background-color: #fff; }
  .Select [multiple] {
    padding-left: 0;
    padding-right: 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.TextArea:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.TextArea {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.TextArea {
  width: 170px;
  resize: none;
  padding: 10px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Input:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.Input {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.ValidatedInput {
  flex: 1 1 auto; }

.FormTextField {
  position: relative; }
  .FormTextField input {
    width: 100%;
    box-sizing: border-box; }

.SpinnerContainer {
  position: absolute;
  right: 0.3125rem;
  top: calc(50% - 10px); }

.TextSpinner {
  height: 20px;
  width: 20px; }

.inputUnit {
  padding-left: 6px; }

.exchange-buttons {
  display: flex;
  padding: 15px 50px 11px 50px;
  width: 280px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.button-icon {
  margin: auto 0; }
  .button-icon img {
    border: solid 1px #219ecc;
    background-color: #24b1e6;
    border-radius: 2px;
    margin: 6px;
    padding: 3px;
    width: 25px;
    cursor: pointer;
    height: 19px; }
  .button-icon .Swap {
    height: 25px !important;
    width: 35px !important; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FindField button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .FindField button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FindField input:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

.FindField input {
  border-radius: 3px;
  border: solid 1px #ddd;
  padding: 3px 0.625rem;
  flex: 1 1 auto; }

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

.FindField {
  display: inline-flex;
  align-items: stretch;
  width: 100%; }
  .FindField input {
    flex: 1 1 auto;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0px 1px 1px;
    height: 100%; }
  .FindField input:read-only {
    pointer-events: unset;
    cursor: pointer; }
  .FindField .DisablePointerEvents {
    pointer-events: none;
    cursor: pointer; }
  .FindField button {
    flex: 0 0 auto;
    border-radius: 0 3px 3px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #24b1e6;
    width: 22px;
    cursor: pointer; }
  .FindField .ClearButton {
    border: none;
    cursor: pointer; }
  .FindField .ClearButtonWrapper {
    border-width: 1px 0px 1px 0px;
    cursor: pointer;
    border-style: solid;
    border-color: #ddd; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.WizardButtons .Save, .WizardButtons .Cancel, .WizardButtons .Back {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .WizardButtons .Save:disabled, .WizardButtons .Cancel:disabled, .WizardButtons .Back:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.WizardButtons .Save, .WizardButtons .Cancel, .WizardButtons .Back {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .WizardButtons .Save:disabled, .WizardButtons .Cancel:disabled, .WizardButtons .Back:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.WizardButtons {
  padding: 0.3125rem; }
  .WizardButtons .Save {
    margin-right: 0.625rem; }
  .WizardButtons .Cancel {
    background: #999;
    border: solid 1px #777; }
  .WizardButtons .Back {
    background: #000;
    border: solid 1px #777;
    margin-right: 0.625rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FormContainer .Save, .FormContainer .Cancel, .FormContainer .FormButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .FormContainer .Save:disabled, .FormContainer .Cancel:disabled, .FormContainer .FormButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FormContainer .Save, .FormContainer .Cancel {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .FormContainer .Save:disabled, .FormContainer .Cancel:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FormContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto; }
  .FormContainer .Form {
    min-height: min-content;
    margin: 0.3125rem 0.3125rem 0 0.3125rem;
    font-size: 0.875rem;
    display: flex;
    flex: 1 1 auto; }
    .FormContainer .Form li {
      color: #000;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0px; }
  .FormContainer .Section {
    background-color: #fff;
    width: 33%;
    min-width: 325px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border: 1px solid #E4E8EE;
    margin-right: 12px;
    border-radius: 5px; }
  .FormContainer .FullSection {
    background-color: #fff;
    margin-right: 15px;
    width: 100%;
    min-width: 325px; }
  .FormContainer .NoBackSection {
    padding: 0.3125rem;
    margin-right: 15px;
    width: 33%;
    min-width: 325px;
    max-width: 450px;
    float: left; }
  .FormContainer .Tile {
    border-radius: 3px; }
    .FormContainer .Tile.Disable {
      cursor: not-allowed;
      background-color: rgba(0, 0, 0, 0.1); }
    .FormContainer .Tile .HasPaddingXY {
      padding: 0.375rem 1.5rem; }
  .FormContainer .GreySection {
    padding: 0.625rem;
    float: right;
    background-color: #fff;
    height: 100%;
    margin-right: 0;
    width: 55%;
    min-height: 330px; }
    .FormContainer .GreySection .Section {
      background-color: none;
      box-shadow: none;
      background-color: #fff; }
    .FormContainer .GreySection .LabelGroupContainer {
      padding: 0px; }
  .FormContainer .Header {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    flex: 1 1 auto;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #E4E8EE;
    height: 44px;
    padding: 12px 24px; }
  .FormContainer .AppRegistrationFormItems {
    padding: 0.75rem 1.5rem; }
  .FormContainer .InputGroup {
    padding: 0px 1.5rem; }
    .FormContainer .InputGroup li {
      color: #000;
      margin: 0.75rem 0px; }
    .FormContainer .InputGroup .RequiredIcon {
      color: #d0112b; }
    .FormContainer .InputGroup .ReadOnlyFieldList {
      max-width: 100%; }
  .FormContainer .InputGroupDisplay {
    display: flex;
    gap: 12px; }
  .FormContainer .FlexDisplay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px; }
  .FormContainer .FormInstructions {
    font-size: 0.8rem;
    color: #aaa;
    margin-top: 0.3rem;
    padding-left: 0.2rem; }
  .FormContainer .LineDivider {
    width: 95%;
    height: 0.0681rem;
    background: #ddd;
    margin: 1.5rem 0; }
  .FormContainer .TypeAheadGroup {
    position: relative;
    flex: 1 1 auto; }
  .FormContainer .common input:not([type='checkbox']):not([type='radio']),
  .FormContainer select {
    width: 100%;
    height: 40px; }
  .FormContainer textarea {
    width: 100%; }
  .FormContainer .FooterNote {
    background-color: #56595c;
    font-size: 0.75rem;
    color: #fff;
    padding: 7px; }
  .FormContainer .Buttons {
    margin: 0.3125rem; }
  .FormContainer .Save {
    margin-right: 0.625rem; }
  .FormContainer .Cancel {
    background-color: #fff;
    border: solid 1px #24b1e6;
    color: #24b1e6; }
  .FormContainer .FormButton {
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    .FormContainer .FormButton:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .FormContainer .Disable {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 0.3125rem 0 0.3125rem;
    margin: 0.3125rem 0.3125rem 0.3125rem 0.3125rem; }
  .FormContainer .FooterNote {
    background-color: #56595c;
    font-size: 0.75rem;
    color: #fff;
    padding: 3px 25px;
    width: 100%; }
  .FormContainer .FormContainer_DeatilsContainer {
    margin: 0.75rem 1.5rem; }
  .FormContainer .CustomFieldsDisplaySpacingContainer {
    padding: 0px 1.5rem; }
  .FormContainer .DisposeAssetLabelComponent {
    color: #000;
    text-align: left;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-weight: 700;
    display: flex;
    padding: 0px 1.5rem; }
  .FormContainer .NoPadding {
    padding: 0px; }

.InputTypeGroupFieldsContainer {
  padding: 0px 1.5rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.RmaDetailsForm {
  overflow: unset; }
  .RmaDetailsForm .ReplacementAssetDetails .NewToLamp {
    position: relative;
    margin: -18px 0 4px 125px;
    color: #24b1e6;
    font-weight: 600; }
  .RmaDetailsForm .SwapAssetDetails .NewToLamp {
    margin: -18px 0 4px 80px;
    color: #24b1e6;
    font-weight: 600;
    position: relative; }
  .RmaDetailsForm .PaneHeaderContainer .PaneHeader .Title {
    font-size: 0.75rem; }
  .RmaDetailsForm .DetailsPaneBody {
    background-color: #fff;
    padding: 0.3125rem 0.625rem 0.625rem 55px;
    height: 95px; }
    .RmaDetailsForm .DetailsPaneBody .Badge {
      position: absolute;
      margin: 25px 0 0 -40px;
      left: 45px; }
  .RmaDetailsForm .RmaDetails {
    margin-bottom: 25px; }
  .RmaDetailsForm .RMATypeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.75rem 1.5rem; }
  .RmaDetailsForm .BenefitListContainer {
    float: right;
    border: 1px solid black;
    width: 70%; }
    .RmaDetailsForm .BenefitListContainer .BenefitHeader {
      font-size: 0.875rem;
      margin: 0.3125rem 15px 0 15px; }
    .RmaDetailsForm .BenefitListContainer .BenefitList {
      font-size: 1rem;
      margin: 0 30px 0.625rem 30px; }
      .RmaDetailsForm .BenefitListContainer .BenefitList li {
        color: #000;
        list-style: disc;
        display: list-item;
        padding-left: 0px;
        font-size: 0.875rem; }
  @media (max-width: 900px) {
    .RmaDetailsForm .BenefitListContainer {
      margin: 15px 0px 0px 0px;
      float: none;
      width: 100%; } }
  .RmaDetailsForm .BrandedRadioInputContainer label {
    line-height: 1.5; }
  .RmaDetailsForm .RmaOption {
    font-size: 0.875rem; }

.RMADetailsSectionContainer {
  background-color: #fff;
  width: 100%;
  min-width: 325px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  border: 1px solid #E4E8EE;
  margin-top: 0.75rem;
  border-radius: 5px; }

.RMADetailsNoBackSectionContainer {
  margin: 0px 1.5rem;
  display: flex; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.BrandedRadioInputContainer, .FormRadio .RadioInputContainer {
  /* One radio button per line */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */ }
  .BrandedRadioInputContainer label, .FormRadio .RadioInputContainer label {
    display: block;
    cursor: pointer;
    line-height: 2.5;
    font-size: 1.5em; }
  .BrandedRadioInputContainer [type='radio'], .FormRadio .RadioInputContainer [type='radio'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .BrandedRadioInputContainer [type='radio'] + span, .FormRadio .RadioInputContainer [type='radio'] + span {
    display: block; }
  .BrandedRadioInputContainer [type='radio'] + span::before, .FormRadio .RadioInputContainer [type='radio'] + span::before {
    content: '';
    display: inline-block;
    vertical-align: -5px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQkIiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwIDE3YTcgNyAwIDEgMSAwLTE0IDcgNyAwIDAgMSAwIDE0em0wLTE2YTkgOSAwIDEgMCAwIDE4IDkgOSAwIDAgMCAwLTE4eiIvPgo8L3N2Zz4K); }
  .BrandedRadioInputContainer [type='radio']:checked + span::before, .FormRadio .RadioInputContainer [type='radio']:checked + span::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9IiMyNGIxZTYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTAgMTdhNyA3IDAgMSAxIDAtMTQgNyA3IDAgMCAxIDAgMTR6bTAtMTZhOSA5IDAgMSAwIDAgMTggOSA5IDAgMCAwIDAtMTh6Ii8+CiAgICAgICAgPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iNSIvPgogICAgPC9nPgo8L3N2Zz4K); }
  .BrandedRadioInputContainer [type='radio']:focus + span::after, .FormRadio .RadioInputContainer [type='radio']:focus + span::after {
    content: '\0020';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em; }

.FormRadio .OptionsHorizontal {
  display: flex; }
  .FormRadio .OptionsHorizontal * {
    margin: 0 0 0 0.3125rem; }

.FormRadio .RadioInputContainer label {
  line-height: 1.6;
  font-size: unset; }

.FormRadio .OptionsVertical {
  display: flex;
  flex-direction: column; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.TypeaheadField .SearchButton {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .TypeaheadField .SearchButton:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

/* Semantics by value */
/* Semantic by usage */

.Typeahead {
  position: relative; }

.TypeaheadField {
  display: inline-flex;
  align-items: stretch;
  width: 100%;
  position: relative; }
  .TypeaheadField input {
    flex: 1 1 auto;
    border-radius: 3px 0 0 3px;
    height: 100%; }
  .TypeaheadField .ErrorBorder {
    border: 2px solid red; }
  .TypeaheadField .SearchButton {
    flex: 0 0 auto;
    border-radius: 0 3px 3px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #24b1e6;
    width: 22px;
    cursor: pointer; }

.SpinnerContainer {
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
  display: flex;
  align-items: center; }

.TextSpinner {
  height: 20px;
  width: 20px; }

.TypeaheadMenu {
  margin-top: 0;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #ddd;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  z-index: 1;
  overflow: auto;
  padding-left: 0.3125rem;
  max-height: 20vh;
  padding: 0;
  position: absolute;
  width: 100%; }
  .TypeaheadMenu li {
    color: #000; }
  .TypeaheadMenu li:last-child {
    border-bottom: none; }

.TypeaheadItem {
  border-bottom: solid 1px #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #fff;
  padding-left: 6px;
  margin: 2px 0 2px 0; }

.Highlighted {
  background-color: #ddd; }

.Selected {
  font-weight: bold; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.notificationPeriod {
  width: 50% !important; }

.notificationTime {
  width: 46% !important; }

.notificationPeriodMonth {
  width: 46% !important; }

.notificationPeriodMonthLabel {
  margin-left: 42px; }

.notificationPeriodsent {
  margin-left: 34px;
  padding-left: 0.3125rem; }

.spinnerSubscription {
  position: relative;
  top: 39%; }

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%; }

.frenquency-monthly-options {
  flex: 0 0 50%;
  max-width: 50%; }
  .frenquency-monthly-options:not(:first-child) {
    padding-left: 2%; }
  .frenquency-monthly-options:first-child {
    padding-right: 2%; }

.RadioInputContainer:first-child {
  padding-top: 1rem; }

.DisableNotificationButtonContainer {
  margin-top: 1rem; }
  .DisableNotificationButtonContainer .Button {
    background-color: #ef4035 !important;
    border: solid 1px #ef4035 !important; }

.InputDisabledLabel {
  padding: .625rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.MutationFormButtons .Save, .MutationFormButtons .Cancel, .MutationFormButtons .AdditionalFormButtons {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .MutationFormButtons .Save:disabled, .MutationFormButtons .Cancel:disabled, .MutationFormButtons .AdditionalFormButtons:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.MutationFormButtons .Save, .MutationFormButtons .Cancel, .MutationFormButtons .AdditionalFormButtons {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .MutationFormButtons .Save:disabled, .MutationFormButtons .Cancel:disabled, .MutationFormButtons .AdditionalFormButtons:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.MutationFormButtons {
  padding: 0.3125rem;
  display: flex;
  gap: 10px; }
  .MutationFormButtons .Save {
    width: 187px; }
  .MutationFormButtons .Cancel {
    background: #fff;
    border: solid 1px #CDD3DD;
    width: 187px;
    color: #24b1e6; }
  .MutationFormButtons .AdditionalFormButtons {
    background: none !important;
    border: none !important; }

.MutationFormFooter {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #F8F9FB;
  justify-content: flex-start; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.MutationPageContainer {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-grow: 1; }
  .MutationPageContainer .MutationPageHeader {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 auto;
    padding: 1.5rem;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    z-index: 1; }
  .MutationPageContainer .MutationPageActionButton {
    font-size: 0.875rem; }
    .MutationPageContainer .MutationPageActionButton .Menu {
      font-weight: 400; }
  .MutationPageContainer .MutationPageTitle {
    font-size: 1.125rem;
    font-weight: 700; }
  .MutationPageContainer .MutationPageButtons {
    display: flex; }
  .MutationPageContainer .CancelButton {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px; }
  .MutationPageContainer .MutationPageBody {
    background-color: #fff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0.3125rem;
    overflow: hidden; }
  .MutationPageContainer .MutationPageBody .SpinnerPosition {
    top: 45%;
    left: 45%;
    position: absolute; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FooterButtons {
  display: flex; }
  .FooterButtons .Button {
    border-radius: 8px;
    background-color: #ddd;
    border: solid 1px #ddd;
    font-weight: 500;
    padding: 0 0.625rem;
    margin-right: 0.625rem; }

.AssetEditModalFormContainer {
  display: flex;
  flex-direction: column;
  height: 100%; }

.Disable {
  background-color: rgba(0, 0, 0, 0.24);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.6; }

.FooterButtonsContainer {
  display: flex; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ReportMetaDataSection {
  margin: 12px 6px 6px 6px; }
  .ReportMetaDataSection .Tile {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    border: solid 1px #ddd; }
  .ReportMetaDataSection .Content {
    margin-left: 0.3125rem;
    margin-bottom: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.CustomWidget {
  overflow: auto;
  padding: 0 3px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #0000001a; }
  .CustomWidget .CustomHtmlWidgetFrame {
    border: none;
    height: calc(100% - 5px);
    width: 100%; }

.IframeHeight {
  height: 100%; }

.CustomWidgetImageContainer {
  overflow: hidden;
  padding: 0;
  display: flex; }
  .CustomWidgetImageContainer .WidgetImageLink {
    flex: 1 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: inline-flex; }
  .CustomWidgetImageContainer .WidgetImage {
    object-fit: contain;
    display: block;
    flex: 1 0 auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%; }

.CustomWidget .favoriteIconWidgets, .CustomWidgetImageContainer .favoriteIconWidgets {
  position: absolute;
  right: 17px;
  top: 10px;
  visibility: hidden;
  width: 17px;
  height: 30px; }

.CustomWidget:hover .favoriteIconWidgets, .CustomWidgetImageContainer:hover .favoriteIconWidgets {
  position: absolute;
  right: 17px;
  top: 7px;
  visibility: visible;
  width: 17px;
  height: 30px;
  cursor: pointer; }

.hyperLinkButton {
  color: #376db6;
  text-decoration: none;
  padding: 0; }

button.hyperLinkButton:focus {
  border: none;
  outline: none; }

.hyperLinkButton {
  max-width: 100%;
  color: #376db6;
  text-decoration: none; }

button.hyperLinkButton:focus {
  border: none;
  outline: none; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.NoteItem {
  border: 1px solid #999;
  display: flex;
  flex-direction: column;
  cursor: auto;
  align-items: flex-start;
  flex: 0 0 auto;
  position: relative;
  margin-bottom: 3px;
  margin-right: 0.625rem;
  padding: 7px;
  font-size: 0.875rem;
  transition: box-shadow 0.2s;
  text-align: left; }
  .NoteItem.ShouldHover:hover {
    z-index: 10;
    border: 1px solid #000; }
    .NoteItem.ShouldHover:hover .ButtonsSection {
      display: flex;
      justify-content: flex-end;
      flex: 1 1 auto; }
  .NoteItem:last-child {
    margin-bottom: 0; }
  .NoteItem .InfoWrapper {
    margin-top: 6px;
    font-size: 0.875rem; }
  .NoteItem .NoteContent {
    word-break: break-all;
    white-space: pre-line; }
  .NoteItem .CreatedBy {
    color: #24b1e6;
    font-style: italic; }
  .NoteItem.Internal {
    background-color: #B7E9F7; }
  .NoteItem.NotInternal {
    background-color: #fdf898; }
  .NoteItem .ButtonsSection {
    display: none;
    position: relative;
    float: right;
    right: 0;
    bottom: 0;
    padding: 0;
    transition: opacity 0.2s; }
  .NoteItem .NoteButton {
    background-color: #219ecc;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-right: 3px;
    opacity: 0.3;
    padding: 2px 3px; }
    .NoteItem .NoteButton:hover {
      opacity: 1; }
  .NoteItem .ButtonWrapper {
    width: 100%;
    justify-content: flex-end;
    flex: 1 1 auto; }
  .NoteItem .ContentWrapper {
    min-height: 20px;
    width: 85%; }
  .NoteItem .NotesDeleteButton {
    width: 100%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.RemoveNoteHelperClass {
  margin-bottom: 1rem !important; }
  .RemoveNoteHelperClass .NotePreviewContainer {
    margin-top: 0.625rem;
    padding-left: 30px;
    padding-right: 30px; }
  .RemoveNoteHelperClass .NoteItem .NoteContent {
    position: relative;
    max-height: 22em;
    text-align: justify;
    margin-right: -7px;
    padding-right: 3px;
    overflow-y: scroll; }
  .RemoveNoteHelperClass .ContentWrapper {
    width: 100%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.AddOrEditNoteForm {
  flex: 1 1 auto; }
  .AddOrEditNoteForm .TextArea {
    width: 100%; }
  .AddOrEditNoteForm .LabelAndInputPairWrapper {
    display: flex;
    align-items: center;
    margin-top: 0.625rem; }
    .AddOrEditNoteForm .LabelAndInputPairWrapper .ValidatedInput {
      width: 45px; }
    .AddOrEditNoteForm .LabelAndInputPairWrapper .Input {
      height: 17px;
      margin-top: 2px; }
  .AddOrEditNoteForm .Label {
    min-width: auto;
    width: auto;
    color: #00a480;
    font-weight: bold;
    margin-top: 2px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ModalBody .Button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .ModalBody .Button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ModalBody .Button {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .ModalBody .Button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ModalBody .ButtonsContainer {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  justify-content: space-around;
  margin-top: auto; }

.ModalBody .Button {
  flex: 1 1 auto;
  margin: 3px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.CustomerNoteColumn {
  max-width: 50% !important; }

.CustomerNoteDetailsBody {
  overflow: hidden; }

.CustomerNotesPagesContainer {
  display: flex;
  height: calc(100% - 24px);
  margin-left: 0.75rem; }

.CustomerNotesPagesContainer .HasDetailsGrid {
  border-radius: 8px;
  box-shadow: 0px 3px 8px rgba(87, 102, 117, 0.06);
  width: 100%;
  margin-right: 20px;
  overflow: hidden; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.Error {
  color: #ef4035;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  padding-top: 0.3em;
  max-width: fit-content; }

.ErrorBorder {
  border: 2px solid #ef4035; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.CustomerNotesDiscountsGridContainer {
  width: 100%; }
  .CustomerNotesDiscountsGridContainer .AsyncSpinner {
    height: 30px;
    width: 30px; }
  .CustomerNotesDiscountsGridContainer .GridWrapper {
    background-color: #f1f1f1;
    border: 0px !important;
    flex: 1; }
    .CustomerNotesDiscountsGridContainer .GridWrapper .Grid {
      height: 350px; }
  .CustomerNotesDiscountsGridContainer .NoTopMargin {
    margin: 0 !important; }

.NoBorder {
  border: none; }

.SmallSlideout {
  min-width: 480px; }
  .SmallSlideout .LabelComponent {
    width: 50%; }
  .SmallSlideout .DetailsColumn {
    min-width: auto;
    max-width: inherit; }
  .SmallSlideout .MessageContainer {
    display: flex; }
    .SmallSlideout .MessageContainer .Message {
      font-style: italic;
      flex-grow: 1;
      width: 0;
      text-align: center; }

.DiscountsPagesContainer {
  display: flex;
  height: calc(100% - 24px);
  margin-left: 0.75rem; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  accent-color: #24b1e6; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.DoNotShrink {
  flex-shrink: 0; }

.FlexGrowVertical {
  display: flex;
  flex-direction: column;
  flex: 1 0 0; }

.FullHeight {
  height: 100%; }

.Hide {
  visibility: hidden !important; }

.DisplayNone {
  display: none !important; }

.InlineRadioContainer {
  display: inline-block;
  font-size: 0.6em;
  margin-left: 13px; }

.ModalAnimateEnter {
  transform: translateX(100%); }

.ModalAnimateEnterActive {
  transform: translateX(0%); }

.ModalAnimateLeave {
  transform: translateX(0%); }

.ModalAnimateLeaveActive {
  transform: translateX(100%); }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.PendingAsyncWrapper {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin-left: 0.625rem; }

.AsyncSpinner {
  height: 30px;
  width: 30px; }

.ValidatedInputWrapperStyle {
  flex: 1 1 auto; }

.CustomValidatedInputWrapperStyle {
  flex: 0 0 auto; }

.ValidatedSelectWithClearButton {
  margin-right: 3px; }

.QuickDeleteUI {
  font-size: 0.875rem;
  max-width: 100%;
  margin-bottom: 0.625rem;
  padding: 0.75rem 0.75rem; }
  .QuickDeleteUI .QuickDeleteItem {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2px;
    gap: 10px; }
  .QuickDeleteUI .QuickDeleteLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.IsRequired::after {
  content: '*';
  color: #d0112b;
  margin-left: 2px; }

.ErrorMessage, .ProminentErrorMessage {
  color: #ef4035;
  font-size: 0.875rem; }

.ProminentErrorMessage {
  font-size: 1em;
  font-weight: bold;
  max-width: 54vw; }

.MapWrapper {
  height: 273px;
  margin: 15px 0;
  position: relative; }
  .MapWrapper .MapLoadingModal {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.MapSuccess {
  margin-top: 0.3125rem;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.MapSuccess, .Success {
  color: #56b881; }

.Calendar > div:first-child {
  left: 76%; }

.FormOverlay {
  background: #78787866;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  float: left;
  text-align: center;
  opacity: .80;
  overflow: hidden;
  top: 64px;
  left: 0; }

.Clickable {
  cursor: pointer; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.hasNoBorder {
  border: none; }

.hasNoPadding {
  padding: 0; }

.hasNoMargin {
  margin: 0; }

.HasMarginY {
  margin: 0.375rem 0px; }

.TextAlignCenter {
  text-align: center; }

* {
  box-sizing: border-box; }

*::before,
*::after {
  box-sizing: border-box; }

ul,
li {
  padding: 0;
  margin: 0; }

body {
  font-family: "Helvetica Neue", "Segoe UI", Calibri, Helvetica, Arial, sans-serif;
  font-size: 16px; }

button {
  border: 0;
  background-color: inherit; }

.LeftNavigation {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%; }

.AppContainer {
  position: relative; }

.App_Container {
  display: flex;
  height: 100vh;
  background-color: #E5E5E5; }

.AuthorizeContainer {
  margin: 0;
  padding: 0;
  position: absolute;
  box-sizing: border-box;
  background-color: #353538;
  font-family: sans-serif;
  font-size: 13pt;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 200px; }

.LoadingSection {
  margin: 1px;
  text-align: center;
  position: relative;
  bottom: 14%;
  flex-direction: column; }
  .LoadingSection h1 {
    font-size: 3em;
    color: white; }

.SpinnerSection .authorizeSpinner {
  margin-top: 6px;
  top: 45%; }

/* Semantics by value */
/* Semantic by usage */

.ViewContainer {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  height: 100vh;
  transition: margin-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow-y: auto; }
  .ViewContainer.ViewContainerMoveToLeft {
    margin-left: 3.4375rem;
    max-width: calc(100vw - 3.4375rem); }
  .ViewContainer.ViewContainerMoveToRight {
    margin-left: 288px; }

.main {
  margin: 3px 16px;
  width: 100%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SiteHeader .NotificationCounter {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .SiteHeader .NotificationCounter:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.SiteHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem; }
  .SiteHeader .AppLogo {
    width: 9.875rem;
    height: 3.375rem;
    background-repeat: no-repeat;
    background-position-x: .875rem;
    background-position-y: .3125rem; }
  .SiteHeader .CustomAppLogo {
    background-position: 0 0 !important;
    background-size: contain;
    height: 45px;
    margin-left: 15px;
    margin-top: 11px;
    width: 120px; }
  .SiteHeader .UnderMaintenanceBanner {
    color: red;
    display: flex;
    align-items: center; }
  .SiteHeader .SiteHeaderContainer {
    display: flex;
    align-items: center;
    position: relative; }
    .SiteHeader .SiteHeaderContainer > div {
      display: flex;
      align-items: center;
      height: 4rem;
      gap: 24px; }
      .SiteHeader .SiteHeaderContainer > div:not(:last-child) {
        border-right: none; }
  .SiteHeader .NotificationBadgeContainer {
    max-width: 70px;
    min-width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
  .SiteHeader .NotificationCounter {
    border-radius: 100px;
    position: absolute;
    left: 46%;
    bottom: 50%;
    padding: 2px 4px;
    color: #fff;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold; }

.DarkColorScheme .SiteHeader {
  background-color: #24b1e6; }
  .DarkColorScheme .SiteHeader .AppLogo {
    background-position-y: 12px; }
  .DarkColorScheme .SiteHeader .NotificationCounter {
    background-color: #24b1e6;
    border: solid 1px #219ecc; }
    .DarkColorScheme .SiteHeader .NotificationCounter:disabled {
      opacity: 0.5;
      cursor: not-allowed; }

.DarkColorScheme .SiteHeaderContainer > div:not(:last-child) {
  border-right: 1px solid #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.SearchResultsGroupHeader,
.SearchResultsNotFound {
  font-size: 0.75rem;
  color: #bbb;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 8px; }

.GlobalSearchResultsCategoryList {
  list-style: none;
  padding: 0;
  max-width: 100%;
  background-color: #fff;
  margin: 0px; }
  .GlobalSearchResultsCategoryList li {
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    border-bottom: 1px solid #CDD3DD; }

.SearchResultsGroupHeader,
.SearchResultsNotFound {
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #CDD3DD;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  background-color: #F8F9FB; }

.SearchResultsNotFound {
  color: #353538; }

.GlobalSearchResultsList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.GlobalSearchResultLink {
  color: inherit;
  padding: 0.625rem 15px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  .GlobalSearchResultLink .Product {
    font-size: 12px; }
  .GlobalSearchResultLink div:not(.GlobalSearchResultImageContainer) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .GlobalSearchResultLink > div + div {
    padding-left: 0.625rem; }

.GlobalSearchResultImageContainer {
  border: 1px solid #bbb;
  flex-shrink: 0;
  position: relative; }

.Product {
  width: 50%; }

.GlobalSearchResultImageContainer, .GlobalSearchResultImage {
  height: 30px;
  width: 30px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.GlobalSearchAssetResult .AssetVendor > div,
.GlobalSearchAssetResult .Product > div {
  padding-bottom: 0.3125rem; }

.GlobalSearchAssetResult .AssetVendor {
  width: 30%; }

.GlobalSearchAssetResult .AssetSearchValue {
  font-weight: 700;
  font-size: 14px; }

.GlobalSearchAssetResult .AssetSearchName {
  font-size: 12px;
  font-weight: 400; }

.GlobalSearchAssetResult .Product {
  width: 55%;
  padding-left: 0.625rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.GlobalSearchRmaResult {
  font-size: 12px; }
  .GlobalSearchRmaResult .RmaNumber {
    font-weight: bold;
    width: 45%; }
  .GlobalSearchRmaResult .DisposalNote {
    width: 66.666666%;
    padding-left: 0.625rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ProductSearchResult .AssetCount {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .ProductSearchResult .AssetCount:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ProductSearchResult .GlobalSearchProductResult {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px; }

.ProductSearchResult .ProductNumberRow {
  display: flex;
  padding-bottom: 0.3125rem; }

.ProductSearchResult .ProductNumber {
  font-weight: bold;
  flex-grow: 1;
  max-width: 655px; }

.ProductSearchResult .VendorName {
  color: #777; }

.ProductSearchResult .AssetCount {
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 2px 4px;
  position: absolute;
  right: -6px;
  top: -8px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.GlobalSearchLocationResult {
  width: 100%;
  font-size: 12px; }
  .GlobalSearchLocationResult .LocationName {
    font-weight: bold;
    padding-bottom: 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.GlobalSearchContractResult {
  width: 100%;
  font-size: 12px; }
  .GlobalSearchContractResult .ContractHeader {
    font-weight: bold;
    padding-bottom: 0.3125rem; }
  .GlobalSearchContractResult .ContractHeader,
  .GlobalSearchContractResult .ContractDetail {
    display: flex; }
  .GlobalSearchContractResult .Vendor,
  .GlobalSearchContractResult .ContractNumber {
    width: 30%;
    flex-shrink: 0; }
  .GlobalSearchContractResult .Vendor {
    flex-grow: 0; }
  .GlobalSearchContractResult .ContractDescription,
  .GlobalSearchContractResult .ServiceLevel,
  .GlobalSearchContractResult .EndDate {
    padding-left: 0.625rem; }
  .GlobalSearchContractResult .ContractDescription {
    flex-grow: 1; }
  .GlobalSearchContractResult .EndDate {
    color: #777;
    flex-shrink: 0; }

.GlobalSearchEntityFieldList {
  font-size: 12px; }
  .GlobalSearchEntityFieldList .EntityFieldValue {
    font-weight: bold; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.GlobalSearch .GlobalSearchDropDownHeader {
  background: #353538;
  color: #fff;
  height: 64px;
  font-size: 1rem; }

.GlobalSearch .GlobalSearchDropDownFooter {
  background: #f1f1f1;
  border-radius: 3px;
  height: 44px; }
  .GlobalSearch .GlobalSearchDropDownFooter a {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: right;
    color: #24b1e6;
    float: right;
    padding: 12px;
    cursor: pointer; }

/* Semantics by value */
/* Semantic by usage */

.GlobalSearch {
  position: relative;
  color: #353538;
  box-shadow: 0px 1px 2px #0f18280d;
  border-radius: 5px;
  background-color: #fff; }
  .GlobalSearch .GlobalSearchDropDown {
    display: none;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 45px;
    width: 500px;
    z-index: 999; }
    .GlobalSearch .GlobalSearchDropDown.active {
      display: block; }
  .GlobalSearch .GlobalSearchDropDownHeader {
    padding: 0 15px;
    line-height: 80px;
    vertical-align: bottom;
    display: flex; }
  .GlobalSearch .DropDownHeaderText {
    flex-grow: 1; }
  .GlobalSearch .AsyncSpinner {
    height: 30px;
    width: 30px; }
  .GlobalSearch .GlobalSearchResultsContainer {
    max-height: calc(100vh - 228px);
    overflow-y: auto; }
  .GlobalSearch .GlobalSearchDropDownFooter {
    background-color: #F8F9FB; }

.DarkColorScheme .GlobalSearch .SearchBoxGroup input {
  border-right: 0; }

.DarkColorScheme .GlobalSearch .SearchBoxGroup button {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.TryLampLookupLink {
  position: absolute; }
  .TryLampLookupLink a {
    font-size: 21px !important;
    font-weight: 500;
    float: right;
    padding: 0.625rem 12px 12px 15px !important;
    cursor: pointer;
    text-align: right;
    color: #0074d9 !important; }
    .TryLampLookupLink a:hover {
      text-decoration: underline; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomerDropdownContainer .GenericSlideoutWrapper {
  top: 64px; }

.CustomerDropdownContainer .CustomerDropdownButton {
  border: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  background: transparent;
  position: relative; }

.CustomerDropdownContainer .CustomerLogoImage {
  max-width: 300px;
  height: 44px; }

.CustomerDropdownContainer .CustomerName {
  max-width: 300px;
  height: 32px;
  font-size: 0.875rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center; }

.CustomerDropdownContainer .CustomerToggleIcon {
  margin-left: 6px; }

.CustomerDropdownContainer .customerSlideOutContainer .GenericSlideoutWrapper {
  overflow: unset; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomerFavoriteContainer .ApplyButton button {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .CustomerFavoriteContainer .ApplyButton button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.CustomerFavoriteContainer {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  z-index: 500;
  width: 28.125rem;
  height: calc(100vh);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  left: 1.25rem;
  bottom: 3.9375rem;
  background-color: #fff; }
  .CustomerFavoriteContainer .SearchBoxContainer {
    background-color: #F8F9FB;
    padding: 0.75rem 1.5rem; }
    .CustomerFavoriteContainer .SearchBoxContainer .SearchBoxGroup {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
  .CustomerFavoriteContainer .TenantCustomer {
    color: #474b4f;
    padding: 0.375rem 0.9375rem;
    text-decoration: none;
    display: block;
    text-align: left; }
    .CustomerFavoriteContainer .TenantCustomer a {
      color: inherit; }
  .CustomerFavoriteContainer .TenantCustomer {
    color: #474b4f;
    padding: 0.375rem 0.9375rem;
    text-decoration: none;
    display: block;
    text-align: left; }
    .CustomerFavoriteContainer .TenantCustomer a {
      color: inherit; }
  .CustomerFavoriteContainer .ActiveCustomer {
    color: #24b1e6 !important; }
  .CustomerFavoriteContainer .ActiveColumnsContainer {
    width: 100%;
    flex: 0 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
  .CustomerFavoriteContainer .Header {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    align-items: center;
    flex: 0 0 auto;
    background-color: #EEF1F6;
    font-size: 0.625rem; }
    .CustomerFavoriteContainer .Header button {
      font-size: 0.875rem;
      text-align: right;
      color: #24b1e6;
      background: transparent;
      text-transform: uppercase; }
  .CustomerFavoriteContainer .Title {
    font-size: 0.625rem;
    font-weight: 400;
    color: #353538; }
  .CustomerFavoriteContainer .ApplyButton {
    flex: 0 0 auto;
    box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.24);
    background: #fff;
    padding: 0.1875rem;
    width: 100%; }
    .CustomerFavoriteContainer .ApplyButton button {
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      padding: 0.625rem;
      width: inherit; }
  .CustomerFavoriteContainer .AvailableColumnsContainer {
    background-color: #fff;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 75%; }
  .CustomerFavoriteContainer .AvailableColumnsHeader {
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    border-bottom: 1px solid #CDD3DD;
    color: #000;
    padding: 0.75rem 1.5rem;
    flex: 0 0 auto;
    height: 5.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .CustomerFavoriteContainer .AvailableColumnsHeader .imageContainer {
      height: 1.5rem;
      width: 1.5rem;
      background-color: #EEF1F6;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
  .CustomerFavoriteContainer .AvailableColumnsContent {
    height: 100%;
    overflow: auto;
    flex: 1 1 auto;
    margin-top: -0.25rem;
    margin-bottom: 0.4375rem; }
    .CustomerFavoriteContainer .AvailableColumnsContent .NoDataFound {
      margin: 0.75rem 1.5rem; }
  .CustomerFavoriteContainer .CategoryHeader {
    font-size: 0.875rem;
    font-weight: bold;
    color: #999;
    padding: 0.5rem 0.8125rem;
    text-transform: uppercase; }
    .CustomerFavoriteContainer .CategoryHeader:first-child {
      padding: 0.25rem 0.8125rem 0.5rem; }
  .CustomerFavoriteContainer .Item {
    display: flex;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    align-items: center;
    margin: 0.75rem 1.5rem;
    justify-content: space-between;
    height: 3rem;
    padding: 0px; }
    .CustomerFavoriteContainer .Item img {
      height: 1rem;
      width: 1rem;
      cursor: pointer; }
  .CustomerFavoriteContainer .AddColumnButton {
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    flex: 0 0 auto; }
  .CustomerFavoriteContainer .AddColumnField {
    font-size: 0.875rem;
    font-weight: 500;
    color: #353538;
    margin-left: 0.3125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding-right: 0.3125rem; }

.Footer {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
  color: #353538;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.24);
  flex: 0 0 auto;
  padding: 0.5rem; }

.LoadingSpinner {
  top: 50%;
  position: sticky;
  left: 50%; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.UserProfileContainer .UserProfileDropdownHeader {
  background: #353538;
  color: #fff;
  height: 64px;
  font-size: 1rem; }

.UserProfileContainer .MenuContentHeader {
  font-size: 0.75rem;
  color: #bbb;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 8px; }

/* Semantics by value */
/* Semantic by usage */

.ContentAnimateEnter {
  height: 0; }

.ContentAnimateEnterAcive {
  height: 350px; }

.ContentAnimateLeave {
  height: 350px; }

.ContentAnimateLeaveActive {
  height: 0; }

.ImpersonateUserSpinner {
  height: 15px;
  width: 15px; }

.MyProfileSpinner {
  height: 15px;
  width: 15px;
  margin-left: 15px; }

.UserProfileContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px; }
  .UserProfileContainer .UserNameCompanyContainer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end; }
    .UserProfileContainer .UserNameCompanyContainer .UserCompanyText {
      font-size: 12px;
      font-weight: 400; }
  .UserProfileContainer .UserProfileName {
    font-size: 14px;
    font-weight: 700; }
  .UserProfileContainer .logoffMessage {
    padding-top: 0.625rem;
    padding-bottom: 30px; }
  .UserProfileContainer .UserProfileDropdownButton {
    border: 0;
    background: transparent;
    font-weight: 700;
    color: #24b1e6;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E3F3FA;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    font-size: 18px;
    position: relative; }
    .UserProfileContainer .UserProfileDropdownButton .UserStatus {
      position: absolute;
      top: 35px;
      left: 40px;
      border-radius: 10px;
      height: 10px;
      width: 10px;
      background-color: #22C55E; }
  .UserProfileContainer .ProfileImage {
    padding-right: 0.3125rem;
    width: 45px;
    border-radius: 100px; }
  .UserProfileContainer .UserProfileDropdownContent {
    position: absolute;
    background: #fff;
    width: 240px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: 65px;
    right: 1px; }
  .UserProfileContainer .UserProfileDropdownHeader {
    position: relative; }
    .UserProfileContainer .UserProfileDropdownHeader a {
      color: #fff;
      position: absolute;
      bottom: 0.625rem;
      right: 0.625rem; }
  .UserProfileContainer .DropdownImage {
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 100px;
    background-position: center;
    background-size: 54px 54px;
    position: absolute;
    bottom: -20px;
    left: 15px; }
  .UserProfileContainer .DropdownBox {
    margin-top: 14px;
    padding-bottom: 0.625rem; }
  .UserProfileContainer .ItemGroup ul {
    list-style: none; }
  .UserProfileContainer .MenuItem {
    padding: 0 15px; }
    .UserProfileContainer .MenuItem a {
      color: #353538;
      font-size: 0.875rem;
      line-height: 30px; }
    .UserProfileContainer .MenuItem .MenuButton {
      display: flex;
      align-items: center;
      cursor: pointer; }
    .UserProfileContainer .MenuItem .NotificationSettingButton {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding-top: 0.3125rem; }
  .UserProfileContainer .ImpersonateButton {
    display: flex;
    padding: 8px 10px 8px 40px;
    cursor: pointer;
    color: #000;
    font-weight: 400; }
  .UserProfileContainer .ClearImpersonationText {
    font-weight: bold; }
  .UserProfileContainer .LogoutButton {
    border: none;
    background-color: inherit;
    font-size: 0.875rem;
    cursor: pointer;
    display: inline-block; }
  .UserProfileContainer .SpinnerPosition {
    top: 40%;
    left: 50%;
    position: absolute; }

.DarkColorScheme .UserProfileContainer .UserProfileDropdownButton {
  color: #fff; }

.recentUserSpinner {
  margin-left: 15px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.dropdownheight {
  height: 30px !important; }

.Spinnermembership {
  height: 15px;
  width: 15px;
  margin-left: 15px; }

.emailHelperClass {
  overflow-wrap: anywhere; }

.dropdownHelperClass {
  align-self: auto; }

.checkBoxHelperClass {
  display: inline; }

.errorClass {
  color: red;
  padding: 0.3125rem 1.5rem; }

.welcomeMailContainer {
  padding-bottom: 0.75rem; }

.AccoutStatusContainer .InputGroup {
  padding: 0.3125rem 1.5rem; }

.AccoutStatusContainer .InputTypeGroupContainer {
  margin: 0.75rem 0px; }

.MembershipSelectFieldContainer .InputGroup {
  display: flex !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  align-items: center !important; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.MultiSelectOptionsModal .OverLimitMessage {
  background-color: #f1f1f1;
  font-size: 0.75rem;
  color: #777;
  flex: 0 0 auto;
  margin: 0 0.625rem;
  padding: 0.3125rem 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.MultiSelectOptionsModal .ApplyClearButtons {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .MultiSelectOptionsModal .ApplyClearButtons:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.MultiSelectOptionsModal {
  position: absolute;
  background: rgba(0, 0, 0, 0.24);
  left: 0;
  right: 0;
  top: 54px;
  bottom: 0;
  transition: transform 0.3s ease-in-out; }
  .MultiSelectOptionsModal .FilterItem {
    flex: 1; }
  .MultiSelectOptionsModal .ModalContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24); }
  .MultiSelectOptionsModal .SearchBoxContainer {
    background: #fff;
    margin: 0.3125rem 0.3125rem 0; }
  .MultiSelectOptionsModal .Contents {
    flex: 1 1 auto;
    display: flex;
    height: 100%;
    margin: 3px;
    overflow: hidden; }
    .MultiSelectOptionsModal .Contents .ItemsContainer {
      overflow-y: auto;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
  .MultiSelectOptionsModal .ListTitle {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.625rem; }
  .MultiSelectOptionsModal .ItemContainer {
    display: flex;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 0.3125rem;
    border-radius: 2px;
    margin: 1px 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    padding: 0.625rem; }
    .MultiSelectOptionsModal .ItemContainer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      display: none;
      border: 2px solid #24b1e6;
      background-color: #24b1e6;
      border-radius: 3px 0 0 3px; }
    .MultiSelectOptionsModal .ItemContainer.Selected {
      border-radius: 4px 0 0 4px; }
      .MultiSelectOptionsModal .ItemContainer.Selected::before {
        display: block; }
      .MultiSelectOptionsModal .ItemContainer.Selected .OptionContent {
        transform: translate(-2px, 0); }
  .MultiSelectOptionsModal .SelectCheck {
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem; }
  .MultiSelectOptionsModal .ApplyClearButtonsContainer {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    justify-content: space-around; }
  .MultiSelectOptionsModal .ApplyClearButtons {
    flex: 1 0 auto;
    height: 42px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 3px; }
  .MultiSelectOptionsModal .NoDataFound {
    margin: 0.625rem;
    font-size: 1rem;
    background: fff;
    padding: 0.625rem;
    border-radius: 3px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.AddEditUser .ApplyButtonsContainer {
  display: flex;
  margin: 0 auto; }

.AddEditUser .ApplyButton {
  flex: 1 0 auto;
  height: 42px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #24b1e6;
  width: 90px;
  border-radius: 3px;
  background-color: var(--brandColor, #f1f1f1);
  border: solid 1px var(--brandColorBorder, #ddd); }

.AddEditUser .MultiSelectOptionsModal .ModalContainer .SearchBoxContainer {
  background: #fff;
  margin: 7px 20px 0.3125rem; }

.AddEditUser .MapWrapper {
  height: 273px;
  margin: 0.3125rem 0.625rem;
  position: relative; }

.AddEditUser .NewClearButton {
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: var(--brandColor, #f1f1f1);
  border: solid 1px var(--brandColorBorder, #ddd);
  margin-left: 20px; }

.AddEditUser .NewClearButtonDiv {
  float: right; }

.AddEditUser .DropDown {
  width: 422px;
  height: 28px !important; }

.AddEditUser .ResolvedDiv {
  margin: 0.625rem 20px; }

.AddEditUser .StateZipCodeContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }
  .AddEditUser .StateZipCodeContainer .InputTypeGroupContainer {
    margin: 0px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.MultiSelectOptionsModal .OverLimitMessage {
  background-color: #f1f1f1;
  font-size: 0.75rem;
  color: #777;
  flex: 0 0 auto;
  margin: 0 0.625rem;
  padding: 0.3125rem 0; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.MultiSelectOptionsModal .ApplyClearButtons {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .MultiSelectOptionsModal .ApplyClearButtons:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.MultiSelectOptionsModal {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 83px;
  bottom: 0;
  transition: transform 0.3s ease-in-out; }
  .MultiSelectOptionsModal .FilterItem {
    flex: 1; }
  .MultiSelectOptionsModal .ModalContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    padding: 0.75rem 1.5rem; }
  .MultiSelectOptionsModal .SearchBoxContainer {
    background: #fff;
    margin: 0.3125rem 0.3125rem 0; }
  .MultiSelectOptionsModal .Contents {
    flex: 1 1 auto;
    display: flex;
    height: 100%;
    margin: 3px;
    overflow: hidden; }
    .MultiSelectOptionsModal .Contents .ItemsContainer {
      overflow-y: auto;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
  .MultiSelectOptionsModal .ListTitle {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.625rem; }
  .MultiSelectOptionsModal .ItemContainer {
    display: flex;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 0.3125rem;
    border-radius: 2px;
    margin: 1px 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    padding: 0.625rem; }
    .MultiSelectOptionsModal .ItemContainer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      display: none;
      border: 2px solid #24b1e6;
      background-color: #24b1e6;
      border-radius: 3px 0 0 3px; }
    .MultiSelectOptionsModal .ItemContainer.Selected {
      border-radius: 4px 0 0 4px; }
      .MultiSelectOptionsModal .ItemContainer.Selected::before {
        display: block; }
      .MultiSelectOptionsModal .ItemContainer.Selected .OptionContent {
        transform: translate(-2px, 0); }
  .MultiSelectOptionsModal .SelectCheck {
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem; }
  .MultiSelectOptionsModal .ApplyClearButtonsContainer {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    justify-content: space-around; }
  .MultiSelectOptionsModal .ApplyClearButtons {
    flex: 1 0 auto;
    height: 42px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 3px; }
  .MultiSelectOptionsModal .NoDataFound {
    margin: 0.625rem;
    font-size: 1rem;
    background: fff;
    padding: 0.625rem;
    border-radius: 3px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.NotificationSection {
  background-color: #F8F9FB;
  padding: 0.3125rem;
  width: 100%;
  min-width: 325px;
  display: flex;
  max-width: 1020px;
  flex-direction: column;
  flex: 1 0 auto;
  line-height: 20px; }

.NotificationSettingsPane {
  padding: 0 0.625rem; }

.NotificationSettingsRow {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #777;
  margin-bottom: 10px; }

.NotificationSettingsColumn {
  padding-top: 0.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #777;
  color: #000; }
  .NotificationSettingsColumn .ValidatedInputWrapperStyle {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .NotificationSettingsColumn .optionBox {
    padding: 0; }

.NotificationSettingsDescriptionColumn {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  width: 100%; }
  .NotificationSettingsDescriptionColumn ul {
    padding: 12px 24px 0px 24px; }
    .NotificationSettingsDescriptionColumn ul li {
      color: #000;
      display: list-item;
      list-style: disc;
      padding: 0; }

.slideOutClassName {
  min-width: 33% !important;
  max-width: 33% !important; }

.NotificationSectionToggle {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.SelectOption {
  margin-top: 16px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.termsConditionsContainer ol,
.termsConditionsContainer li {
  color: #000;
  display: block; }
  .termsConditionsContainer ol a,
  .termsConditionsContainer li a {
    color: var(--brandColor, #f1f1f1); }

.termsConditionsContainer ol {
  padding: 0px; }

.termsDiv {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  line-height: 1.6;
  word-spacing: 2px; }

.termsFlyout .Slideout {
  width: 40% !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24); }

.termsFlyout .Slideout .SlideoutBody {
  background: white !important; }

.termsFlyout .SlideoutHeader {
  padding-left: 24px !important; }

.termsFlyout ul > li {
  list-style: initial;
  color: #000; }

.termsConditionsContainer .headerTerms {
  display: none; }

.termsFlyout .Slideout .SlideoutHeader {
  height: 67px !important; }

.termsConditionsContainer ol > li {
  padding-bottom: 12px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.UserProfileDetailsContainer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: max-content;
  box-shadow: 0px 0px 20px #0000001a;
  position: absolute;
  top: 55px;
  right: -20px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 999;
  font-size: 14px;
  font-weight: 400; }
  .UserProfileDetailsContainer .UserPofileOptions {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    gap: 15px;
    cursor: pointer;
    padding: 0.75rem 1.5rem; }
  .UserProfileDetailsContainer .ImpersonateProfileOptions {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px; }
  .UserProfileDetailsContainer .HeaderTitle {
    font-weight: 700;
    padding: 0px 0.75rem;
    width: 100%;
    height: 1.5rem;
    background-color: #F8F9FB;
    font-size: 10px;
    display: flex;
    align-items: center; }
  .UserProfileDetailsContainer .ImpersonateProfileUserListContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
  .UserProfileDetailsContainer .ListHeaderTitle {
    padding: 12px 0px;
    border-bottom: 1px solid #E4E8EE;
    font-size: 14px;
    font-weight: 400; }
  .UserProfileDetailsContainer .ImpersonatePofileContainer {
    width: 100%; }
  .UserProfileDetailsContainer .ImpersonateProfileListIconContainer {
    padding: 0px 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .UserProfileDetailsContainer .ImpersonatePofileTitleContainer {
    display: flex;
    align-items: center;
    gap: 10px; }
  .UserProfileDetailsContainer .ClearImpersonateContainer {
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.UserProfileDetailsContainer::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: none; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.MessageContainer .MessageButton {
  border: 0;
  background: transparent;
  font-weight: 500;
  padding: 0;
  color: #353538;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .MessageContainer .MessageButton img {
    width: 24px; }

.MessageContainer .MessagesCount {
  background-color: #24b1e6;
  color: #fff;
  border-radius: 10px;
  height: 5px;
  width: 5px;
  text-align: center;
  font-size: 14px; }

.MessageContainer .MessageCountWrapper {
  position: absolute;
  top: 3px;
  left: 18px;
  bottom: 0px;
  background: transparent; }

.MessageContainer .MessageCountContainer {
  position: relative; }

.MessageContainer .MessagesPopup {
  position: absolute;
  background: #fff;
  width: 450px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 9995;
  top: 65px;
  height: 450px;
  overflow: auto;
  right: 0; }
  .MessageContainer .MessagesPopup .MessageList .Message {
    padding: 0.75rem 1.5rem; }
  .MessageContainer .MessagesPopup .NoMessages {
    font-size: 36px;
    color: #bbb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.MessageContainer .MessageInboxHeader .HeaderContainer {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .MessageContainer .MessageInboxHeader .HeaderContainer .MessageCloseContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: 14px; }
    .MessageContainer .MessageInboxHeader .HeaderContainer .MessageCloseContainer a {
      color: #24b1e6; }
    .MessageContainer .MessageInboxHeader .HeaderContainer .MessageCloseContainer .ClearButton {
      height: 24px;
      width: 24px;
      background-color: #EEF1F6;
      display: flex;
      justify-content: center;
      align-items: center; }

.MessageContainer .MessageInboxHeader .DismissAllButton {
  display: flex; }

.MessageContainer .MessageInboxHeader .MessageHeader {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }
  .MessageContainer .MessageInboxHeader .MessageHeader .MessageCountContainer {
    height: 24px;
    width: 24px;
    background-color: #24b1e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px; }

.markUnread {
  background-color: #f1f1f1; }

.Message {
  font-size: 1rem;
  color: #555;
  display: block;
  padding: 0.625rem;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #CDD3DD; }
  .Message .ClearButton {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 0.625rem; }
  .Message .StatusIcon {
    position: absolute; }
  .Message .MessageContent {
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .Message .MessageContent .ActionText {
      min-height: 19px;
      font-weight: bold;
      font-weight: 700;
      width: 100%;
      margin-left: 24px; }
    .Message .MessageContent .ReadActionText {
      font-size: 14px;
      font-weight: 400;
      margin-left: 0px; }
    .Message .MessageContent .unread {
      font-weight: bold;
      font-size: 15px; }
    .Message .MessageContent .unreadDot {
      height: 10px;
      width: 10px;
      background-color: #24b1e6;
      border-radius: 50%; }
    .Message .MessageContent .hideDot {
      display: none; }
    .Message .MessageContent .ClearButton {
      position: relative; }
  .Message .TimeStamp {
    font-size: 10px;
    color: #24b1e6;
    padding-left: 32px; }
  .Message .readTimeStamp {
    padding: 0px; }
  .Message .FileDownloadLink {
    position: relative;
    top: 10px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomerFeedBackContainer .CustomerFeedBackDropdownHeader {
  background: #353538;
  color: #fff;
  height: 64px;
  font-size: 1rem; }

.CustomerFeedBackContainer .MenuContentHeader {
  font-size: 0.75rem;
  color: #bbb;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 8px; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.CustomerFeedBackContainer .FeedbackButtons .Save, .CustomerFeedBackContainer .FeedbackButtons .Cancel {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .CustomerFeedBackContainer .FeedbackButtons .Save:disabled, .CustomerFeedBackContainer .FeedbackButtons .Cancel:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.CustomerFeedBackContainer .FeedbackButtons .Save, .CustomerFeedBackContainer .FeedbackButtons .Cancel {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .CustomerFeedBackContainer .FeedbackButtons .Save:disabled, .CustomerFeedBackContainer .FeedbackButtons .Cancel:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ContentAnimateEnter {
  height: 0; }

.ContentAnimateEnterAcive {
  height: 350px; }

.ContentAnimateLeave {
  height: 350px; }

.ContentAnimateLeaveActive {
  height: 0; }

.CustomerFeedBackContainer {
  position: relative; }
  .CustomerFeedBackContainer .logoffMessage {
    padding-top: 0.625rem;
    padding-bottom: 30px; }
  .CustomerFeedBackContainer .CustomerFeedBackDropdownButton {
    border: 0;
    background: transparent;
    font-weight: 500;
    padding: 0;
    color: #353538;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .CustomerFeedBackContainer .ProfileImage {
    padding-right: 0.3125rem;
    width: 45px;
    border-radius: 100px; }
  .CustomerFeedBackContainer .CustomerFeedBackDropdownContent {
    position: absolute;
    background: #fff;
    width: 465px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: 65px;
    right: 0px;
    border-radius: 8px; }
  .CustomerFeedBackContainer .CustomerFeedBackDropdownHeader {
    position: relative;
    padding: 24px;
    line-height: 80px;
    vertical-align: bottom;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #CDD3DD;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .CustomerFeedBackContainer .CustomerFeedBackDropdownHeader .CloseIconContainer {
      height: 24px;
      width: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #EEF1F6;
      cursor: pointer; }
    .CustomerFeedBackContainer .CustomerFeedBackDropdownHeader a {
      color: #fff;
      position: absolute;
      bottom: 0.625rem;
      right: 0.625rem; }
  .CustomerFeedBackContainer .DropdownImage {
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 100px;
    background-position: center;
    background-size: 54px 54px;
    position: absolute;
    bottom: -20px;
    left: 15px; }
  .CustomerFeedBackContainer .DropdownBox {
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem; }
    .CustomerFeedBackContainer .DropdownBox .AttachmentContainer {
      padding-bottom: 24px; }
    .CustomerFeedBackContainer .DropdownBox .AttachmentLabelContainer {
      color: #24b1e6;
      font-weight: 700;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px; }
      .CustomerFeedBackContainer .DropdownBox .AttachmentLabelContainer img {
        height: 8px;
        width: 8px;
        position: relative;
        top: 2px; }
    .CustomerFeedBackContainer .DropdownBox .DisplayNone {
      display: none; }
    .CustomerFeedBackContainer .DropdownBox .ButtonsContainer {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .CustomerFeedBackContainer .DropdownBox .ButtonsContainer .RequiredFieldText {
        color: #DF320C;
        font-size: 12px; }
      .CustomerFeedBackContainer .DropdownBox .ButtonsContainer .FormButtons {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px; }
        .CustomerFeedBackContainer .DropdownBox .ButtonsContainer .FormButtons .Cancel {
          background-color: #fff;
          color: #24b1e6; }
  .CustomerFeedBackContainer .ItemGroup ul {
    list-style: none; }
  .CustomerFeedBackContainer .MenuItem {
    padding: 0 15px; }
    .CustomerFeedBackContainer .MenuItem a {
      color: #353538;
      font-size: 0.875rem;
      line-height: 30px; }
  .CustomerFeedBackContainer .LogoutButton {
    border: none;
    background-color: inherit;
    font-size: 0.875rem;
    cursor: pointer;
    display: inline-block; }
  .CustomerFeedBackContainer .InputGroup {
    display: flex;
    padding: 0.3125rem; }
  .CustomerFeedBackContainer .TextAreawidth {
    width: 100%;
    height: 72px;
    resize: none; }
  .CustomerFeedBackContainer .FeedbackButtons {
    padding: 7px 7px 7px 7px;
    float: right; }
    .CustomerFeedBackContainer .FeedbackButtons .Save {
      margin-right: 0.625rem;
      height: 31px; }
    .CustomerFeedBackContainer .FeedbackButtons .Cancel {
      background: #999;
      border: solid 1px #777;
      height: 31px; }
  .CustomerFeedBackContainer .LabelComponent {
    color: #777;
    width: 30%;
    min-width: 10%;
    margin-right: 0.3125rem;
    text-align: left;
    align-self: flex-start;
    margin-top: 4px;
    overflow-wrap: break-word;
    font-size: 0.75rem; }
  .CustomerFeedBackContainer .ValidatedInput {
    width: 100%;
    height: 48px; }

.DarkColorScheme .CustomerFeedBackContainer .CustomerFeedBackDropdownButton {
  color: #fff; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.FileInput [type="file"] + label {
  border-radius: 4px;
  background-color: #24b1e6;
  border: solid 1px var(--brandColorBorder, #ddd); }
  .FileInput [type="file"] + label:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FileInput [type="file"] + label {
  min-width: 6.75rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .FileInput [type="file"] + label:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.FileInput [type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px; }

.FileInput [type="file"] + label {
  display: inline-block;
  font-size: inherit;
  width: auto;
  padding: 1px 7px 2px;
  height: auto;
  cursor: pointer; }

.FileInput [type="file"][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed; }

.FileInput [type="file"]:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 0.3125rem; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

.ShowHideWidgetsContainer {
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 10px #000;
  width: 432px; }
  .ShowHideWidgetsContainer .Header {
    background-color: #fff;
    color: #000;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 0.625rem 0.625rem 0.625rem 15px;
    display: flex;
    align-items: center;
    margin: 24px;
    justify-content: space-between; }
  .ShowHideWidgetsContainer .CloseSlideOutButton {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEF1F6;
    cursor: pointer; }
  .ShowHideWidgetsContainer .Body {
    display: flex;
    background-color: #fff;
    flex: 1 1 auto;
    width: 100%;
    height: calc(100vh - 92px); }
  .ShowHideWidgetsContainer .Column {
    width: 100%;
    height: calc(100vh - 92px); }
    .ShowHideWidgetsContainer .Column:last-child {
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24); }
    .ShowHideWidgetsContainer .Column .WidgetSearchContainer {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px; }
  .ShowHideWidgetsContainer .DisplayedWidgetHeading {
    background: #777;
    display: flex;
    align-items: center;
    padding: 1em;
    color: #fff;
    font-weight: bold;
    height: 3.75em;
    justify-content: space-between; }
  .ShowHideWidgetsContainer .widgetHeadingLeftContent {
    display: flex;
    align-items: center; }
  .ShowHideWidgetsContainer .resetWidget:hover {
    color: #24b1e6;
    cursor: pointer; }
  .ShowHideWidgetsContainer .DisplayedWidgetHeadingText {
    margin-left: 1em; }
  .ShowHideWidgetsContainer .WidgetName {
    text-align: left;
    flex-grow: 1;
    padding: 0 1em; }
  .ShowHideWidgetsContainer .AddWidgetButton {
    height: 24px;
    width: 24px;
    cursor: pointer;
    flex: 0 0 auto; }
  .ShowHideWidgetsContainer .DraggableItems {
    max-height: 75vh !important;
    cursor: pointer; }
    .ShowHideWidgetsContainer .DraggableItems .Item .ItemContent .icon {
      margin-right: 0.3125rem; }
  .ShowHideWidgetsContainer .GenericButton {
    height: 4em;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 1px #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #353538;
    padding: 0.625rem;
    cursor: pointer; }
    .ShowHideWidgetsContainer .GenericButton:hover {
      background: #000;
      box-shadow: inset 3px 0px #24b1e6;
      color: #fff; }
      .ShowHideWidgetsContainer .GenericButton:hover .Star {
        visibility: visible; }
    .ShowHideWidgetsContainer .GenericButton.isNonRemovable {
      cursor: not-allowed;
      opacity: 0.4; }
    .ShowHideWidgetsContainer .GenericButton:last-child {
      margin-bottom: 0; }
  .ShowHideWidgetsContainer .NoDataFound {
    margin: 0.625rem;
    font-size: 1rem;
    padding: 0.625rem;
    border-radius: 3px; }

.WidgetModalContainer img {
  cursor: pointer; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

img.NavItemIcon {
  width: 25px;
  height: 25px; }

.NavItemOnDrag, .LeftNavigation .NavItem:hover, .NavItemOnDrag:hover, .MainNavigation .NavLink.NonEditMode:hover {
  background: #000;
  box-shadow: inset 2px 0px var(--brandColor, #f1f1f1); }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #CDD3DD; }

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CDD3DD; }

/**
 * NEW STUFF (work ongoing)
 */
.LeftNavigation .FavoriteItem {
  height: 34px; }

.LeftNavigation .NavItemDraggable .HandleClass,
.LeftNavigation .NavItemDraggable .AddRemoveFavoriteButton {
  opacity: 0; }

.LeftNavigation .NavItemDraggable:hover .HandleClass,
.LeftNavigation .NavItemDraggable:hover .AddRemoveFavoriteButton {
  opacity: 1; }

.LeftNavigation .FavoriteNavigationCollapsed .FavoriteTitle,
.LeftNavigation .FavoriteNavigationCollapsed .NavItemName {
  opacity: 0; }

.NavItemOnDrag {
  z-index: 1000;
  pointer-events: auto !important;
  cursor: ns-resize; }
  .NavItemOnDrag .HandleClass,
  .NavItemOnDrag .NavItemLink,
  .NavItemOnDrag .AddRemoveFavoriteButton,
  .NavItemOnDrag .Clickable {
    cursor: ns-resize; }

.LeftNavigation .NavItem, .NavItemOnDrag {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.625rem;
  overflow: hidden; }

.LeftNavigation .NavItemLink, .NavItemOnDrag .NavItemLink {
  display: flex;
  align-items: center;
  flex: 1; }

.LeftNavigation .NavItemName, .NavItemOnDrag .NavItemName {
  color: #bbb;
  margin-left: 13px; }

.LeftNavigation .AddRemoveFavoriteButton, .NavItemOnDrag .AddRemoveFavoriteButton {
  height: 24px; }
  .LeftNavigation .AddRemoveFavoriteButton img, .NavItemOnDrag .AddRemoveFavoriteButton img {
    width: 24px;
    height: 24px; }
  .LeftNavigation .AddRemoveFavoriteButton .FavoriteIcon path, .NavItemOnDrag .AddRemoveFavoriteButton .FavoriteIcon path {
    stroke: #999; }
  .LeftNavigation .AddRemoveFavoriteButton:hover .FavoriteIcon path, .NavItemOnDrag .AddRemoveFavoriteButton:hover .FavoriteIcon path {
    stroke: #fff; }

/**
 * OLD STUFF (to be refactored)
 *
 * TODO: Whenever the left nav gets refactored I want to create a common set of styles for all menu states.
 * We currently have three sets of nav item styles for the collapsed nav, the main nav, and "more pages" and
 * they all look basically the same.
 */
.MainNavigation {
  height: 100%;
  background-color: #0d1329;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 500; }
  .MainNavigation .HandleClass {
    cursor: grab; }
  .MainNavigation.FavoriteNavigationCollapsed {
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .MainNavigation.FavoriteNavigationCollapsed .NavLink {
      position: relative; }
    .MainNavigation.FavoriteNavigationCollapsed .TooltipHoverTarget {
      height: 37px;
      left: 0;
      position: absolute;
      top: 0;
      width: 54px;
      z-index: 1; }
    .MainNavigation.FavoriteNavigationCollapsed .FavoriteItem {
      position: relative; }
      .MainNavigation.FavoriteNavigationCollapsed .FavoriteItem .TooltipHoverTarget {
        height: 34px; }
  .MainNavigation.FavoriteNavigationExpanded {
    width: 288px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .MainNavigation.FavoriteNavigationExpanded .Tooltip {
      display: none; }
  .MainNavigation .MainNavigationFavoriteContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center; }
  .MainNavigation .HamburgerIcon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0.625rem;
    flex: 0 0 auto; }
  .MainNavigation .FavoriteItemsContainer {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between; }
    .MainNavigation .FavoriteItemsContainer .NavContainer {
      margin-top: .9375rem;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: .4375rem; }
    .MainNavigation .FavoriteItemsContainer .AppVersionText {
      color: #fff;
      font-size: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 12px 0px; }
  .MainNavigation .FavoriteItem {
    flex: 0 0 auto;
    margin-bottom: 0.3125rem;
    background: #474b4f;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .MainNavigation .FavoriteContent {
    display: flex;
    color: #ffc715;
    align-items: center;
    flex: 1 1 auto;
    margin: 0 0.625rem; }
  .MainNavigation .FavoriteTitle {
    margin-left: 11px;
    white-space: nowrap; }
  .MainNavigation ul {
    width: 288px;
    overflow: auto;
    flex: 1 1 auto; }
  .MainNavigation .NavLink {
    padding: 0.3125rem 0.625rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 37px; }
    .MainNavigation .NavLink > img {
      width: 24px;
      margin-right: 12px; }
    .MainNavigation .NavLink.NonEditMode {
      cursor: pointer; }
      .MainNavigation .NavLink.NonEditMode .NavItemContainer {
        display: inline-flex;
        align-items: center; }
  .MainNavigation .MorePagesExpanded {
    width: 281px; }
  .MainNavigation .MorePages {
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 3px;
    background-color: #474b4f;
    margin: 3px 3px 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    user-select: none; }
    .MainNavigation .MorePages .FavoriteAddIcon {
      height: 24px;
      margin: 8px;
      width: 24px; }
    .MainNavigation .MorePages a {
      font-weight: 500;
      color: #fff; }
  .MainNavigation .MorePagesButtonClicked {
    background: #000;
    box-shadow: inset 2px 0px var(--brandColor, #f1f1f1); }
    .MainNavigation .MorePagesButtonClicked img {
      background: #000; }
    .MainNavigation .MorePagesButtonClicked a {
      background: #000; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.HistoryNavigationContainer .RecentlyViewHeader, .HistoryNavigationContainer .ReportHeader {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: bold;
  color: #bbb;
  padding: 0.625rem 24px;
  text-transform: uppercase; }

.HistoryNavigationContainer {
  height: calc(100vh - 4rem);
  background-color: #f1f1f1;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 0.875rem;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 500;
  position: absolute;
  bottom: 0;
  width: 448px; }
  .HistoryNavigationContainer .Header {
    width: inherit;
    height: 47px;
    background-color: #474b4f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px; }
    .HistoryNavigationContainer .Header button {
      width: 32px;
      height: 32px;
      border-radius: 2px;
      background-color: #000;
      border: solid 1px #474b4f;
      margin-right: 0.625rem;
      background-repeat: no-repeat;
      background-position: center; }
  .HistoryNavigationContainer .HeaderContent {
    display: flex;
    align-items: center; }
    .HistoryNavigationContainer .HeaderContent a {
      font-size: 18px;
      font-weight: bold;
      color: #fff; }
    .HistoryNavigationContainer .HeaderContent img {
      width: 13px;
      height: 13px;
      margin-left: 7px;
      padding-top: 2px;
      box-sizing: content-box; }
  .HistoryNavigationContainer .HistoryNavigationContent {
    display: flex;
    flex-direction: column;
    width: inherit; }
  .HistoryNavigationContainer .RecentlyViewContainer {
    height: calc((100vh - 4rem) / 2); }
  .HistoryNavigationContainer .ReportContainer {
    height: calc((100vh - 4rem) / 2); }

/* Semantics by value */
/* Semantic by usage */

.side_nav {
  width: 15.625rem;
  height: 100%;
  top: 0;
  left: 0;
  transition: width 0.3s;
  background-color: #192337;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.side_nav.closed {
  width: 70px; }

.side_menu {
  font-size: .625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 3rem;
  border-radius: 8px;
  text-align: center; }
  .side_menu .iconImg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    height: 20px;
    width: 20px; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

li {
  color: white;
  padding: 12px 16px;
  display: flex;
  align-items: center; }
  li a {
    color: #fff; }

.active {
  background-color: #3D444F; }

/* Semantics by value */
/* Semantic by usage */

/* Semantics by value */
/* Semantic by usage */

:root {
  --brandColor: #24b1e6;
  --brandColorBorder: #219ecc; }

.ErrorBoundary {
  padding-left: 1.5rem; }

/* Semantics by value */
/* Semantic by usage */

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  cursor: pointer;
  margin-right: -10px; }

input:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1); }

a {
  color: #24b1e6;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

.notifications-wrapper .notification.notification-hidden {
  display: none !important; }

.notifications-wrapper .notifications-tr {
  z-index: 9999 !important; }

.expandWidthSize > div {
  max-width: 100%; }
  .expandWidthSize > div > div > div {
    width: auto !important; }

