/*
  100: Thin - Italic
  300: Light - Italic
  400: Regular - Italic
  500: Medium - Italic
  700: Bold - Italic
  900: Black - Italic
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  -webkit-print-color-adjust: exact;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img {
  display: inline-block;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

h1.display {
  font-size: display-font-size(1);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #12263F;
  font-weight: 600;
}
h1.error,
h2.error,
h3.error,
h4.error,
h5.error,
h6.error {
  color: #E63757;
}

h1 {
  margin-bottom: 1rem;
}

h6 {
  text-transform: uppercase;
  color: #666;
}

.status {
  text-transform: capitalize;
}

.status-completed {
  color: #00D97E;
}

.status-failed {
  color: #E63757;
}

.status-error {
  color: #00D97E;
}

.status:hover {
  text-decoration: underline;
}

.status .status-icon {
  display: inline-block;
}

.status-failed .status-icon {
  color: #7cadee;
}

.status-error .status-icon {
  color: #FED503;
}

.alert.alert-error {
  color: #E63757;
}

.alert.alert-success {
  color: #00D97E;
}

/* section pages */
.import-list {
  background-color: #edf2fa;
}

.show {
  display: block;
}

.hide {
  display: none !important;
}

.hint,
.mute {
  color: #6E84A3;
}

html {
  font-size: 14px;
}

.annotation {
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  color: #6E84A3;
  padding: 0 0.3rem;
}

app-icon {
  display: inline-flex;
  align-items: center;
}

.icon-blue {
  filter: invert(38%) sepia(85%) saturate(2004%) hue-rotate(200deg) brightness(94%) contrast(90%);
}

button {
  height: 2.375rem;
  border: 1px solid #888;
  padding: 0;
  border-radius: 0.3rem;
  background-color: #eee;
  border-radius: 6px;
  font-size: 14px;
  min-width: 8rem;
  padding: 0 1rem;
}

.button-container {
  text-align: right;
}

button:disabled,
button:disabled:active {
  background-color: #a6c5f7;
  border-color: #a6c5f7;
}

input[type=submit],
button:hover:not([disabled]) {
  cursor: pointer;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

input[type=submit],
button:focus:not([disabled]) {
  border-color: #4183c4;
}

button:active {
  background-color: #4183c4;
  border: thin solid #4183c4;
}

button.medium {
  padding: 8px 12px;
}

button.grow {
  width: 100%;
}

button.text {
  background-color: unset;
  border: unset;
  color: #6F7D95;
  text-decoration: underline;
}
button.text:hover {
  box-shadow: unset;
}
button.text:focus {
  color: #354051;
}
button.text:active {
  color: #354051;
}

.btn-large {
  font-size: 18px;
}

.btn-med {
  font-size: 12px;
  height: 2rem;
  min-width: unset;
}

.btn-small {
  font-size: 10px;
  height: 1.75rem;
  min-width: unset;
}

.btn-primary {
  background-color: #2c7be5;
  border: 1px solid #2c7be5;
  color: #ECF2F6;
  height: 2.375rem;
}
.btn-primary:hover:not([disabled]) {
  border: thin solid #4494e0;
}

.btn-primary:active {
  border-color: #7cadee;
}

.btn-primary-outline {
  background: #ECF2F6;
  border: 1px solid #2c7be5;
}

.btn-secondary-outline {
  background: #fff;
  border: 1px solid #a6c5f7;
}

button.btn-primary-danger {
  background-color: #E63757;
  color: #ECF2F6;
  border: 1px solid #E63757;
}

.button-set {
  display: flex;
  flex-direction: row;
}
.button-set button:not(:first-child) {
  margin-left: 1rem;
}

button.btn-icon {
  background-color: transparent;
  border: none;
  min-width: 3rem;
}

button.btn-icon:hover {
  background-color: #eee;
}

button.btn-no-outline {
  background-color: transparent;
  color: #4183c4;
  border: none;
  min-width: 3rem;
}

button.btn-underline-hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  min-width: 3rem;
  color: #283E59;
  font-size: 12px;
}

button.btn-underline-hover:disabled {
  color: #6E84A3;
}

button.btn-no-outline:hover {
  background-color: unset;
  color: #4183c4;
  border: none;
  box-shadow: unset;
  min-width: 3rem;
}

button.btn-underline-hover:hover {
  background-color: unset;
  border: none;
  box-shadow: unset;
  min-width: 3rem;
}

button.btn-grey-outline {
  background-color: transparent;
  border: 1px solid #E4EBF6;
  border-radius: 6px;
  min-width: 3rem;
}

button.btn-grey-outline:hover {
  background-color: unset;
  color: #4183c4;
  border: none;
  box-shadow: unset;
  min-width: 3rem;
}

button.btn-icon app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
}

button.btn-no-outline.danger:hover {
  color: #E63757;
}

button.switch-project {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
button.switch-project h4,
button.switch-project svg {
  color: #fff;
}
button.switch-project h4 {
  font-weight: 500;
}
button.switch-project svg {
  width: 14px;
}

.card > * {
  padding: 2rem;
}

.card {
  height: 80%;
  width: 70vw;
  display: flex;
  flex-direction: column;
}

.card .body {
  flex: 0 1 auto;
}

.card.chart {
  width: unset;
  height: 100%;
}

.card > header,
.card .header {
  flex: 0 0 3.8rem;
  border-radius: 0.625rem 0.625rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: thin solid #eee;
  padding-top: 0;
  padding-bottom: 0;
  color: #1F2D3D;
}

.card {
  background-color: #fff;
  border: thin solid #e2ebf6;
  border-radius: 0.625rem;
}

.card > .footer {
  display: flex;
  justify-content: end;
  text-align: right;
}

column-break {
  flex: 1 0 100% !important;
}

body .content {
  display: flex;
  flex-direction: column;
}

.primary-content {
  background-color: #F9FBFD;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 45px 20px 45px;
  overflow-y: auto;
}

.primary-ml-content {
  background-color: #F9FBFD;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 45px 20px 45px;
  overflow-y: auto;
}

.primary-soc-content {
  background-color: #EDF2F9;
  height: 100%;
  padding: 20px 45px 20px 45px;
  overflow-y: auto;
}

c-router > div[data-route="#home"] {
  min-height: 100vh;
  flex-direction: column;
}

main.primary-content {
  background-color: #f9fafc;
  overflow-y: visible;
}

main.primary-ml-content {
  background-color: #EDF2F9;
  overflow-y: visible;
}

.dashboard {
  flex: 1 1 auto;
}

.dashboard-ml {
  flex: 1 1 auto;
}

.dashboard.empty {
  background-color: #f9fafc;
}

.dashboard-ml.empty {
  display: none;
}

main.primary-content .dashboard-empty {
  display: none;
}

.empty .primary-content .dashboard-empty {
  display: flex;
  flex-direction: column;
  height: 70%;
  align-items: center;
  margin-top: 11.375rem;
}

main.primary-content .dashboard-wait {
  display: none;
}

.wait .primary-content .dashboard-wait {
  margin: 100px !important;
  display: block;
  display: flex;
  flex-direction: column;
  height: 70%;
  align-items: center;
  margin-top: 11.375rem;
}

.dashboard-wait .cta-container {
  margin-top: 60px;
}

.primary-content .dashboard-content .lr h1 {
  font-size: 28px;
  font-weight: 600;
}

.empty .primary-content .dashboard-content,
.empty .dashboard-form {
  display: none;
}

img.dashboard-illustration {
  max-width: 50%;
  max-height: 50%;
  margin-bottom: 0.275rem;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-container > * {
  margin-top: 1.8rem;
}

.dashboard-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #edf2fa;
  padding: 1rem 0.8rem 0.2rem 0.8rem;
  padding: 1rem;
}

.dashboard-form.primary-content {
  overflow: visible;
  padding-left: 44px;
}

.dashboard-form input-field::part(section) {
  margin-bottom: 0;
  width: 100%;
}

.dashboard-grid donut-chart::part(label) {
  font-weight: bold;
  font-size: 12px;
}

.dashboard-ml-grid donut-chart::part(label) {
  font-weight: bold;
  font-size: 12px;
}

.dashboard-ml-grid horizontal-bar-chart::part(label) {
  font-weight: bold;
  font-size: 12px;
}

.dashboard-grid donut-chart::part(label-count) {
  font-weight: normal;
}

.dashboard-ml-grid donut-chart::part(label-count) {
  font-weight: normal;
}

.dashboard-ml-grid horizontal-bar-chart::part(label-count) {
  font-weight: normal;
}

.dashboard-form input-field [slot=field] {
  width: 100%;
}

.dashboard-form > input-field {
  width: 16rem;
}

.dashboard-form .ss-main {
  width: 100%;
}

.dashboard-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -1rem;
}

.dashboard-ml-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -1rem;
}

.dashboard-grid > * {
  padding: 1rem;
  height: auto;
  flex-basis: 33.3333333333%;
}

.dashboard-ml-grid > * {
  padding: 1rem;
  height: auto;
  flex-basis: 33.3333333333%;
}

.dashboard-grid > donut-chart,
.dashboard-grid > .recent-imports-container {
  flex: 0 1 33.33333333%;
}

.dashboard-ml-grid > donut-chart,
.dashboard-ml-grid > horizontal-bar-chart,
.dashboard-ml-grid > .recent-imports-container {
  flex: 0 1 33.33333333%;
}

.dashboard-ml-grid > #language-translation {
  flex: 1 1 50%;
}

.dashboard-grid > bar-chart {
  flex: 0 1 66.6666666%;
}

.dashboard-grid > horizontal-bar-chart {
  flex: 0 1 66.6666666%;
}

#language-translation > h4 {
  display: none;
}

.dashboard-grid > .recent-imports-container {
  flex-direction: column;
}

.dashboard-ml-grid > .recent-imports-container {
  display: flex;
  flex-direction: column;
}

.recent-imports-container recent-imports {
  flex: 0 1 100%;
  margin-bottom: 1rem;
}

.speed-gauge-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1rem 2rem;
  border: thin solid #e2ebf6;
  border-radius: 0.625rem;
}

.speed-gauge-card img {
  width: 78px;
}

.speed-gauge-card .title {
  font-size: 12px;
  font-weight: bold;
  color: #6f7d95;
  text-transform: uppercase;
}

.speed-gauge-card .processing_speed {
  font-size: 12px;
  font-weight: bold;
}

.placeholder {
  background-color: transparent !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

.logoML {
  height: 32px;
  margin-bottom: 1rem;
}

.header-title {
  display: flex;
  gap: 0.6rem;
}

.header-title h1 {
  font-size: 28px;
  font-weight: 600;
}

.header-left {
  width: 65%;
}

h4 {
  font-size: 14px !important;
}

data-table [data-dataset] {
  display: flex;
  flex-direction: column;
}

data-table.orange [data-sort-handle] {
  background-color: #ed7d60;
  color: #fff;
}

data-table::part(container) {
  display: flex;
}

data-table [slot=dataset] {
  flex: 1 0 auto;
}

data-table [data-dataset] {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

data-table [data-dataset] > div {
  padding: 1.2rem 0;
}

data-table [slot=dataset]:last-child [data-dataset] {
  border-right: 1px solid #eee;
}

data-table [data-dataset] > *:not(:first-child) {
  border-top: 1px solid #eee;
}

c-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

c-dropdown [slot=content] {
  position: absolute;
}

* {
  font-family: "Poppins", sans-serif;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.blue-highlight {
  color: #2c7be5;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input-field {
  display: flex;
  flex-direction: row;
}

input:read-only,
textarea:read-only {
  background-color: #EDF2F9;
  border: 1px solid #d2ddec;
}

input-field [slot=field] {
  height: 2.5rem;
  border: 1px solid #D2DDEC;
  padding: 0;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
}

input-field.no-border [slot=field] {
  border: none;
}

input-field input[slot=field] {
  padding: 0 0.6rem;
}

input-field input[slot=field]:read-only {
  padding: 0 0.6rem;
  border: 1px solid #d2ddec;
  color: #B1C2D9;
}

input-field::part(section) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
  width: 100%;
}

input-field label[direction=row] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  column-gap: 15px;
}

input-field::part(field) {
  align-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

input-field.row::part(field) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: flex-start;
}

input-field [slot=field].container {
  border-color: transparent;
}

input.error,
textarea.error,
select.error {
  border: 1px #E63757 solid;
}

form-control [slot=control].radio {
  display: flex;
}

input.auto,
select.auto,
.ss-main.auto {
  min-width: 100%;
}

input.small,
select.small,
.ss-main.small {
  min-width: 16rem;
}

input.medium,
select.medium,
.ss-main.medium {
  min-width: 24rem;
}

input.large,
select.large,
.ss-main.large {
  min-width: 32rem;
}

.input-group.col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  flex: 0 1 auto;
}

label[slot=label] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

label[slot=label] .optional {
  font-size: 12px;
  color: #6E84A3;
}

input-field input[slot=field],
input-field select,
input-field .ss-main,
input-field textarea {
  color: #283E59;
}

input-field input[slot=field]::placeholder,
input-field textarea::placeholder,
input-field .ss-main .ss-single-selected .placeholder .ss-disabled,
input-field .ss-main .ss-multi-selected .ss-values .ss-disabled {
  color: #6E84A3;
}

.grid-1 {
  display: flex;
  flex-wrap: wrap;
}

.grid-1 > *,
.col-1 {
  flex: 0 0 8.3333333333%;
}

.grid-2 {
  display: flex;
  flex-wrap: wrap;
}

.grid-2 > *,
.col-2 {
  flex: 0 0 16.6666666667%;
}

.grid-3 {
  display: flex;
  flex-wrap: wrap;
}

.grid-3 > *,
.col-3 {
  flex: 0 0 25%;
}

.grid-4 {
  display: flex;
  flex-wrap: wrap;
}

.grid-4 > *,
.col-4 {
  flex: 0 0 33.3333333333%;
}

.grid-5 {
  display: flex;
  flex-wrap: wrap;
}

.grid-5 > *,
.col-5 {
  flex: 0 0 41.6666666667%;
}

.grid-6 {
  display: flex;
  flex-wrap: wrap;
}

.grid-6 > *,
.col-6 {
  flex: 0 0 50%;
}

.grid-7 {
  display: flex;
  flex-wrap: wrap;
}

.grid-7 > *,
.col-7 {
  flex: 0 0 58.3333333333%;
}

.grid-8 {
  display: flex;
  flex-wrap: wrap;
}

.grid-8 > *,
.col-8 {
  flex: 0 0 66.6666666667%;
}

.grid-9 {
  display: flex;
  flex-wrap: wrap;
}

.grid-9 > *,
.col-9 {
  flex: 0 0 75%;
}

.grid-10 {
  display: flex;
  flex-wrap: wrap;
}

.grid-10 > *,
.col-10 {
  flex: 0 0 83.3333333333%;
}

.grid-11 {
  display: flex;
  flex-wrap: wrap;
}

.grid-11 > *,
.col-11 {
  flex: 0 0 91.6666666667%;
}

.grid-12 {
  display: flex;
  flex-wrap: wrap;
}

.grid-12 > *,
.col-12 {
  flex: 0 0 100%;
}

header > .lcr {
  height: 100%;
  align-items: center;
}

header.nav-bar {
  background-color: #354051;
  color: #fff;
}

header.orange {
  background-color: #ed7d60;
  color: #fff;
}

.nav-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-bar-content-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-bar-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  position: relative;
}

.nav-bar-icon-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-bar-content-right .nav-bar-icon-container {
  border-left: 2px solid #12263F;
}

.nav-bar-icon-container img {
  width: 24px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.nav-bar-icon-container:hover .dropdown-content {
  display: block;
}

footer {
  background-color: #354051;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 0 3rem;
}
footer,
footer a {
  color: #fff;
}
footer .links a:not(:first-child) {
  margin-left: 1.75rem;
}
footer .copyright a {
  text-decoration: underline;
}

.lcr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.lcr > :nth-child(n+4) {
  display: none;
}

.lcr > :nth-child(1) {
  justify-self: start;
  text-align: start;
}

.lcr > :nth-child(2) {
  justify-self: center;
  text-align: center;
}

.lcr > :nth-child(3) {
  justify-self: end;
  text-align: end;
}

.lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lr-ml {
  display: flex;
  justify-content: space-between;
}

.lr-ml > p {
  font-size: 12px;
  color: #6E84A3;
}

c-router [data-route="#login"] {
  height: 100vh;
}

c-router [data-route="#login"] > section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #354051;
  padding: 3.375rem;
}

c-router [data-route="#login"] > section .auth-card-container {
  display: flex;
  justify-content: right;
  align-items: center;
  background-color: #f8f8f8;
  width: 35.75rem;
  padding: 3.875rem;
  border-radius: 0.875rem;
}

c-router [data-route="#login"] > section auth-card {
  width: 100%;
}

c-router [data-route="#login"] .terms-container {
  margin-top: 1.8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
c-router [data-route="#login"] .terms-container a {
  color: #fff;
  text-decoration: underline;
}
c-router [data-route="#login"] .terms-container a:not(:first-child) {
  margin-left: 0.8rem;
}

c-router [data-route="#login"] .logo {
  margin-bottom: 2rem;
}

c-router [data-route="#login"] header {
  align-items: center;
  background-color: #354052;
  display: flex;
  flex-direction: row-reverse;
  height: 3rem;
  padding-right: 10px;
  text-align: center;
}

c-router [data-route="#login"] header .logo {
  height: 2rem;
  width: 2rem;
  margin-bottom: 0;
}

html, body {
  position: relative;
}

app-modal {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}

app-modal [slot=content] {
  position: absolute;
  max-width: 80%;
  height: auto !important;
}

app-modal.show {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-top: 5.125em;
}

app-modal.hide {
  display: none;
}

nav {
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
}

nav > * > span:hover {
  cursor: pointer;
}

nav > *,
nav > * > span,
tab-group [slot=tab-head] {
  font-size: 1rem;
}

nav > *,
nav > * > span {
  color: #fff;
}

nav > *,
tab-group [slot=tab-head] {
  padding: 1.2rem 0.4rem 1.1rem 0.4rem;
  margin-right: 0.5rem;
  border-bottom: 0.1rem solid transparent;
}

nav > * {
  height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid transparent;
}

nav > *:last-child,
tab-group [slot=tab-head]:last-child {
  margin-right: 0;
}

nav > .active {
  border-bottom: 0.1rem solid #fff;
}

tab-group [slot=tab-head] {
  color: #6E84A3;
}

tab-group [slot=tab-head].active {
  color: #283E59;
  border-bottom: 0.1rem solid #2c7be5;
}

nav > * > span:hover {
  font-weight: 500;
}

nav > .active,
nav > .active > span {
  font-weight: 600;
}

c-router > [slot=body] {
  display: none;
}

.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-main .ss-single-selected .placeholder {
  flex: 1 1 100%;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-single-selected .placeholder * {
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0;
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px;
}

.ss-content .ss-search.ss-hide, .ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

.ss-content .ss-addable {
  padding-top: 0;
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
  padding: 6px 10px;
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

.ss-main,
.ss-main .ss-single-selected,
.ss-main .ss-multi-selected {
  height: 100%;
}

.ss-add {
  display: flex !important;
  align-items: center !important;
  padding-right: 15px !important;
  margin: 0px !important;
}

.ss-main .ss-multi-selected .ss-values {
  flex-wrap: nowrap;
  overflow: hidden;
}

.ss-main .ss-single-selected, .ss-main .ss-multi-selected {
  border: none;
}

.ss-main {
  width: unset;
}

.ss-option.new, .ss-option.new app-icon {
  color: #2c7be5;
}

.ss-value-text {
  white-space: nowrap;
}

select.flat {
  border: none;
}

select.big {
  font-size: 1rem;
}

tab-group [slot=tab-head]:hover {
  cursor: pointer;
}

tab-group [slot=tab-body] {
  display: none;
  width: 100%;
  height: 100%;
}

tab-group::part(section) {
  height: 100%;
  display: flex;
  flex-direction: column;
}

div[part=tab-body] {
  height: 100%;
}

tab-group::part(section) > :first-child {
  display: flex;
}

tab-group::part(section) > :last-child {
  position: relative;
}

tab-group::part(section) > :last-child > * {
  position: absolute;
}

tab-group::part(tab-head) {
  padding: 1.2rem 1.2rem 1.2rem 0;
}

toggle-switch::part(switch) {
  position: relative;
  width: 2.8rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  transition: background-color 0.07s;
}

toggle-switch::part(actuator) {
  position: absolute;
  background-color: #fff;
  border-radius: 0.7rem;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.07s;
}

toggle-switch::part(input) {
  position: absolute;
  width: 2.8rem;
  height: 1.4rem;
  z-index: 100;
  opacity: 0;
}

toggle-switch::part(input):checked {
  opacity: 1;
}

c-router [data-route="#slice"] > section {
  display: flex;
  flex-direction: column;
}

#sliceHeading {
  font-size: 28px;
  font-weight: 600;
  font-family: Poppins;
  color: #12263F;
  padding-top: 20px;
}

#slice-builder-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

.slice-body {
  height: 100%;
}

.swal-my-custom-class {
  margin-top: 60px;
  padding-left: 80px;
}

#searchHeading {
  font-size: 28px;
  font-weight: 600;
  font-family: Poppins;
  color: #12263F;
  padding-top: 20px;
}

#search-builder-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

#saved-searches-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

#search-list-ag {
  flex-grow: 1;
  margin: 10px 0px;
  min-height: 16rem;
  height: 50rem;
}

#search-list-ag .ag-root-wrapper {
  height: 100%;
}

c-router [data-route="#search"] > section {
  display: flex;
  flex-direction: column;
  height: auto;
}

.search-term-link {
  color: #2c7be5;
  cursor: pointer;
}

c-router [data-route="#search"] [data-action=results-info-link] {
  align-self: end;
  font-size: 12px;
}

.conditions-check {
  color: #2c7be5;
}

.tippy-box {
  position: inherit;
  top: -5px;
}

.tippy-arrow {
  margin-top: 7px;
}

.search-body {
  height: 100%;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box {
  border: 1px transparent;
}

.tippy-box[data-placement^=top] > .tippy-arrow:after {
  border-top-color: inherit;
  border-width: 8px 8px 0;
  bottom: -8px;
  left: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: inherit;
  border-width: 0 8px 8px;
  top: -8px;
  left: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:after {
  border-left-color: inherit;
  border-width: 8px 0 8px 8px;
  right: -8px;
  top: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:after {
  border-width: 8px 8px 8px 0;
  left: -8px;
  top: 0;
  border-right-color: inherit;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  top: 17px;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  bottom: 17px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  left: 12px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  right: 12px;
}

.tippy-arrow {
  border-color: inherit;
}

.tippy-arrow:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=np-light] {
  background-color: #fff;
  border: 1px solid #e2ebf6;
  border-radius: 5px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07);
  color: #6E84A3;
  padding: 12px;
  font-size: 12px;
  font-weight: 500;
}

.tippy-box[data-theme~=np-popover] {
  border-radius: 10px;
  border: thin solid #e2ebf6;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07);
}
.tippy-box[data-theme~=np-popover] .tippy-content {
  padding: 0px;
}

.tippy-box[data-theme~=np-popover][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=np-popover][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=np-popover][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=np-popover][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fff;
}

c-router [data-route="#export"] > section {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#exportHeading {
  font-size: 28px;
  font-weight: 600;
  font-family: Poppins;
  color: #12263F;
  padding-top: 20px;
}

#export-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

#export-report-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

.export-body {
  height: 100%;
}

c-router [data-route="#settings"] > section {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#settingsHeading {
  font-size: 28px;
  font-weight: 600;
  font-family: Poppins;
  color: #12263F;
  padding-top: 20px;
}

#settings-s3-locations-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

#settings-security-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

#settings-users-list {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  height: 100%;
}

.settings-body {
  height: 100%;
}

c-router [data-route="#project"] > section {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#project-dashboard {
  display: flex;
  flex-direction: column;
  height: 70%;
  align-items: center;
  margin-top: 11.375rem;
}

#project-dashboard [data-prop=existing-projects] > * {
  margin-top: 1.8rem;
  text-align: center;
}