@charset "UTF-8";
/* Prettier removes line-breaks in @import and make it less readable */
/* prettier-ignore */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
.non-touch .responsive-table tr:hover:not(.disabled),
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* Custom additions */
html {
  box-sizing: border-box;
}

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

.unstyled-button {
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  background: transparent;
  border: none;
  /* Inherit font & color from ancestor */
  color: inherit;
  cursor: pointer;
  font: inherit;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  text-align: left;
  width: auto;
}

/* Font Sizes */
/* Maximum break-point for: IPhone 6, IPhone 6+, HTC One */
/* Maximum break-point for: IPad, IPad Mini  */
/* Maximum break-point for: Standard Laptop Size, IPad Pro */
/* Logo Font */
/* Maximum break-point for: IPhone 6, IPhone 6+, HTC One */
/* Maximum break-point for: IPad, IPad Mini  */
/* Maximum break-point for: Standard Laptop Size, IPad Pro */
/*
  Allows accessing value for a given key that
  belongs to a deeply nested map.

  Example:

  $map: (
    lorem: (
      ipsum: 666,
      dolor: (
        sit: 777,
      ),
    ),
  );

  map-deep-get($map, lorem, ipsum) returns '666'
  map-deep-get($map, lorem, dolor, sit) returns '777'
*/
/*
 * Adds ellipsis to text that is longer that the container it's placed in
 * Note: we're getting rid of placeholders, so in the process of transition we're aliasing
 * the placeholder as this mixin.
 */
.u-push-top--tenth {
  margin-top: 1px !important;
}

.u-push-top--fifth {
  margin-top: 2px !important;
}

.u-push-top--half {
  margin-top: 5px !important;
}

.u-push-top {
  margin-top: 10px !important;
}

.u-push-top--one-and-half {
  margin-top: 15px !important;
}

.u-push-top--double {
  margin-top: 20px !important;
}

.u-push-top--double-and-half {
  margin-top: 25px !important;
}

.u-push-top--triple {
  margin-top: 30px !important;
}

.u-push-top--none {
  margin-top: 0 !important;
}

.u-push-top--auto {
  margin-top: auto;
}

.u-push-bottom--tenth {
  margin-bottom: 1px !important;
}

.u-push-bottom--fifth {
  margin-bottom: 2px !important;
}

.u-push-bottom--half {
  margin-bottom: 5px !important;
}

.u-push-bottom {
  margin-bottom: 10px !important;
}

.u-push-bottom--one-and-half {
  margin-bottom: 15px !important;
}

.u-push-bottom--double {
  margin-bottom: 20px !important;
}

.u-push-bottom--double-and-half {
  margin-bottom: 25px !important;
}

.u-push-bottom--triple {
  margin-bottom: 30px !important;
}

.u-push-bottom--none {
  margin-bottom: 0 !important;
}

.u-push-bottom--auto {
  margin-bottom: auto;
}

.u-push-right--tenth {
  margin-right: 1px !important;
}

.u-push-right--fifth {
  margin-right: 2px !important;
}

.u-push-right--half {
  margin-right: 5px !important;
}

.u-push-right {
  margin-right: 10px !important;
}

.u-push-right--one-and-half {
  margin-right: 15px !important;
}

.u-push-right--double {
  margin-right: 20px !important;
}

.u-push-right--double-and-half {
  margin-right: 25px !important;
}

.u-push-right--triple {
  margin-right: 30px !important;
}

.u-push-right--none {
  margin-right: 0 !important;
}

.u-push-right--auto {
  margin-right: auto;
}

.u-push-left--tenth {
  margin-left: 1px !important;
}

.u-push-left--fifth {
  margin-left: 2px !important;
}

.u-push-left--half {
  margin-left: 5px !important;
}

.u-push-left {
  margin-left: 10px !important;
}

.u-push-left--one-and-half {
  margin-left: 15px !important;
}

.u-push-left--double {
  margin-left: 20px !important;
}

.u-push-left--double-and-half {
  margin-left: 25px !important;
}

.u-push-left--triple {
  margin-left: 30px !important;
}

.u-push-left--none {
  margin-left: 0 !important;
}

.u-push-left--auto {
  margin-left: auto;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-no-decoration {
  text-decoration: none;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

.u-text-heavy {
  font-weight: 800 !important;
}

.u-text-font-size-xs {
  font-size: 11px;
}

.u-text-font-size-s {
  font-size: 12px !important;
}

.u-text-font-size-sm {
  font-size: 14px !important;
}

.u-text-font-size-m {
  font-size: 16px;
}

.u-text-font-size-ml {
  font-size: 18px;
}

.u-text-font-size-l {
  font-size: 20px;
}

.u-text-font-size-l-1 {
  font-size: 21px;
}

.u-text-font-size-xl {
  font-size: 28px;
}

.u-text-break-word {
  word-break: break-word;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-list--unordered {
  line-height: 1.6;
  list-style: disc;
  margin-left: 20px;
}

.u-line-height-1 {
  line-height: 1;
}

.u-line-height-1-2 {
  line-height: 1.2;
}

.u-line-height-1-4 {
  line-height: 1.4;
}

.u-line-height-1-5 {
  line-height: 1.5;
}

.u-line-height-0 {
  line-height: 0 !important;
}

.u-width-full {
  width: 100% !important;
}

.u-width-75 {
  width: 75% !important;
}

.u-width-50 {
  width: 50% !important;
}

.u-max-width--min-content {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.u-min-width--fit-content {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.u-max-width--fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.u-max-width-full {
  max-width: 100% !important;
}

.u-height-full {
  height: 100%;
}

.u-height-auto {
  height: auto !important;
}

.u-max-height-full {
  max-height: 100% !important;
}

.u-cursor-default {
  cursor: default !important;
}

.u-cursor-not-allowed {
  cursor: not-allowed;
}

.u-cursor-pointer {
  cursor: pointer !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-flex {
  display: flex !important;
}

.u-display-inline-flex {
  display: inline-flex !important;
}

.u-display-none {
  display: none !important;
}
@media (max-width: 1230px) {
  .u-display-none--app-container-min-width-down {
    display: none !important;
  }
}
@media (max-width: 1380px) {
  .u-display-none--app-content-max-width-down {
    display: none !important;
  }
}

.u-content-blur {
  filter: blur(2px);
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.u-content-blur--with-fade-out::before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
  content: "";
  z-index: 999;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-overflow-auto {
  overflow: auto !important;
}

.u-position-relative {
  position: relative !important;
}

.u-pad-horizontal,
.u-pad-horizontal--single {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-pad-horizontal--one-and-half,
.u-pad-horizontal--single-and-half {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-pad-horizontal--double {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-pad-horizontal--triple {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-pad-horizontal--none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pad-vertical,
.u-pad-vertical--single {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.u-pad-vertical--one-and-half,
.u-pad-vertical--single-and-half {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.u-pad-vertical--half {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.u-pad-vertical--double {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.u-pad-vertical--double-and-half {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.u-pad-vertical--triple {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.u-pad-top {
  padding-top: 10px !important;
}

.u-pad-top--half {
  padding-top: 5px !important;
}

.u-pad-top--one-and-half {
  padding-top: 15px !important;
}

.u-pad-top--double {
  padding-top: 20px !important;
}

.u-pad-top--triple {
  padding-top: 30px !important;
}

.u-pad-top--none {
  padding-top: 0 !important;
}

.u-pad-bottom {
  padding-bottom: 10px !important;
}

.u-pad-bottom--half {
  padding-bottom: 5px !important;
}

.u-pad-bottom--one-and-half {
  padding-bottom: 15px !important;
}

.u-pad-bottom--double {
  padding-bottom: 20px !important;
}

.u-pad-bottom--triple {
  padding-bottom: 30px !important;
}

.u-pad-bottom--none {
  padding-bottom: 0 !important;
}

.u-pad-right {
  padding-right: 10px !important;
}

.u-pad-right--half {
  padding-right: 5px !important;
}

.u-pad-right--one-and-half {
  padding-right: 15px !important;
}

.u-pad-right--double {
  padding-right: 20px !important;
}

.u-pad-right--triple {
  padding-right: 30px !important;
}

.u-pad-right--none {
  padding-right: 0 !important;
}

.u-pad-left {
  padding-left: 10px !important;
}

.u-pad-left--half {
  padding-left: 5px !important;
}

.u-pad-left--one-and-half {
  padding-left: 15px !important;
}

.u-pad-left--double {
  padding-left: 20px !important;
}

.u-pad-left--triple {
  padding-left: 30px !important;
}

.u-pad-left--none {
  padding-left: 0 !important;
}

.u-pad--none {
  padding: 0 !important;
}

.u-pad--single {
  padding: 10px !important;
}

.u-pad--double {
  padding: 20px !important;
}

.u-text-first-capital {
  text-transform: lowercase;
}
.u-text-first-capital::first-letter {
  text-transform: capitalize;
}

.u-info-icon {
  color: #62718a !important;
}

.u-text-body {
  color: #404b55 !important;
}

.u-text-utility {
  color: #596976;
}

.u-text-muted, .required-fields-legend__legend {
  color: #b7b7b7;
}

.u-text-muted-alt {
  color: #8c9eab !important;
}

.u-text-success {
  color: #73c11d;
}

.u-text-warning {
  color: #ec8c1d !important;
}

.u-text-alert {
  color: #ef5555 !important;
}

.u-text-dark-blue {
  color: #404b55 !important;
}

.u-text-primary {
  color: #073572 !important;
}

.u-text-white {
  color: #fff;
}

.u-animation-none {
  animation: none !important;
}

.u-border-alert {
  border-color: #ef5555 !important;
}

.u-border-input {
  border: 1px solid #b7b7b7 !important;
}

.u-border-top {
  border-top: 1px solid #e6eaec !important;
}

.u-border-bottom {
  border-bottom: 1px solid #e6eaec !important;
}

.u-border-right {
  border-right: 1px solid #e6eaec !important;
}

.u-border-left {
  border-left: 1px solid #e6eaec !important;
}

.u-border {
  border: 1px solid #e6eaec !important;
}

.u-border-bottom {
  border-bottom: 1px solid #e6eaec !important;
}

.u-border-bottom--no-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.u-border-top--dark {
  border-top: 1px solid #d7dde2 !important;
}

.u-border-top--no-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-width: 0 !important;
}

.u-no-border {
  border: 0 !important;
}

.u-no-border--top {
  border-top-width: 0 !important;
}

.u-transition-color {
  transition: color 0.15s ease-in;
}

.u-transition-border-color-background-color {
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.modal-dialog__close-btn,
.u-reset-btn,
.u-reset-fa-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.u-reset-section,
.u-reset-heading,
.u-reset-field-label,
.u-reset-info-hint,
.u-reset-ul {
  margin-bottom: 0 !important;
}
.u-reset-inputs {
  margin-right: 0 !important;
}
.u-reset-p {
  padding-bottom: 0 !important;
}
.modal-dialog__close-btn,
.u-reset-modal-dialog__close-btn {
  border: none !important;
  height: auto !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  min-height: auto !important;
}

.u-vertical-align-middle {
  vertical-align: middle !important;
}

.u-float-left {
  float: left !important;
}

.u-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.u-min-width-0 {
  min-width: 0;
}

.u-whitespace-nowrap {
  white-space: nowrap;
}

.u-ellipsis-2-lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/** Generic flex utilities **/
.flex-columns {
  margin: -0.5rem;
  display: flex;
}
.flex-columns > .flex-column {
  padding: 0.5rem;
}
.flex-columns .flex-column {
  flex: 1;
}
.flex-columns .flex-column--is-1 {
  flex: none;
  width: 8.3333333333%;
}
.flex-columns .flex-column--is-offset-1 {
  margin-left: 8.3333333333%;
}
.flex-columns .flex-column--is-2 {
  flex: none;
  width: 16.6666666667%;
}
.flex-columns .flex-column--is-offset-2 {
  margin-left: 16.6666666667%;
}
.flex-columns .flex-column--is-3 {
  flex: none;
  width: 25%;
}
.flex-columns .flex-column--is-offset-3 {
  margin-left: 25%;
}
.flex-columns .flex-column--is-4 {
  flex: none;
  width: 33.3333333333%;
}
.flex-columns .flex-column--is-offset-4 {
  margin-left: 33.3333333333%;
}
.flex-columns .flex-column--is-5 {
  flex: none;
  width: 41.6666666667%;
}
.flex-columns .flex-column--is-offset-5 {
  margin-left: 41.6666666667%;
}
.flex-columns .flex-column--is-6 {
  flex: none;
  width: 50%;
}
.flex-columns .flex-column--is-offset-6 {
  margin-left: 50%;
}
.flex-columns .flex-column--is-7 {
  flex: none;
  width: 58.3333333333%;
}
.flex-columns .flex-column--is-offset-7 {
  margin-left: 58.3333333333%;
}
.flex-columns .flex-column--is-8 {
  flex: none;
  width: 66.6666666667%;
}
.flex-columns .flex-column--is-offset-8 {
  margin-left: 66.6666666667%;
}
.flex-columns .flex-column--is-9 {
  flex: none;
  width: 75%;
}
.flex-columns .flex-column--is-offset-9 {
  margin-left: 75%;
}
.flex-columns .flex-column--is-10 {
  flex: none;
  width: 83.3333333333%;
}
.flex-columns .flex-column--is-offset-10 {
  margin-left: 83.3333333333%;
}
.flex-columns .flex-column--is-11 {
  flex: none;
  width: 91.6666666667%;
}
.flex-columns .flex-column--is-offset-11 {
  margin-left: 91.6666666667%;
}
.flex-columns .flex-column--is-12 {
  flex: none;
  width: 100%;
}
.flex-columns .flex-column--is-offset-12 {
  margin-left: 100%;
}
.flex-columns .flex-column--is-narrow {
  flex: none;
}
.flex-columns--is-multiline {
  flex-wrap: wrap;
}
.flex-columns--gap-none {
  margin: 0;
}
.flex-columns--gap-none > .flex-column {
  padding: 0;
}
.flex-columns--gap-large {
  margin: -1rem;
}
.flex-columns--gap-large > .flex-column {
  padding: 1rem;
}
.flex-columns--gap-x-large {
  margin: -40px;
}
.flex-columns--gap-x-large > .flex-column {
  padding: 40px;
}

.flex-none {
  flex: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-column {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 0) {
  .flex-row-column {
    flex-direction: column;
  }
}

.flex-item {
  flex: 1;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-1-1 {
  flex: 1.1 1 0%;
}

.flex-1-2 {
  flex: 1.2 1 0%;
}

.flex-1-3 {
  flex: 1.3 1 0%;
}

.flex-1-4 {
  flex: 1.4 1 0%;
}

.flex-1-5 {
  flex: 1.5 1 0%;
}

.flex-1-6 {
  flex: 1.6 1 0%;
}

.flex-1-7 {
  flex: 1.7 1 0%;
}

.flex-1-8 {
  flex: 1.8 1 0%;
}

.flex-1-9 {
  flex: 1.9 1 0%;
}

.flex-1-10 {
  flex: 2 1 0%;
}

.flex-2 {
  flex: 2 1 0%;
}

.flex-2-1 {
  flex: 2.1 1 0%;
}

.flex-2-2 {
  flex: 2.2 1 0%;
}

.flex-2-3 {
  flex: 2.3 1 0%;
}

.flex-2-4 {
  flex: 2.4 1 0%;
}

.flex-2-5 {
  flex: 2.5 1 0%;
}

.flex-2-6 {
  flex: 2.6 1 0%;
}

.flex-2-7 {
  flex: 2.7 1 0%;
}

.flex-2-8 {
  flex: 2.8 1 0%;
}

.flex-2-9 {
  flex: 2.9 1 0%;
}

.flex-2-10 {
  flex: 3 1 0%;
}

.flex-3 {
  flex: 3 1 0%;
}

.flex-3-1 {
  flex: 3.1 1 0%;
}

.flex-3-2 {
  flex: 3.2 1 0%;
}

.flex-3-3 {
  flex: 3.3 1 0%;
}

.flex-3-4 {
  flex: 3.4 1 0%;
}

.flex-3-5 {
  flex: 3.5 1 0%;
}

.flex-3-6 {
  flex: 3.6 1 0%;
}

.flex-3-7 {
  flex: 3.7 1 0%;
}

.flex-3-8 {
  flex: 3.8 1 0%;
}

.flex-3-9 {
  flex: 3.9 1 0%;
}

.flex-3-10 {
  flex: 4 1 0%;
}

.flex-4 {
  flex: 4 1 0%;
}

.flex-4-1 {
  flex: 4.1 1 0%;
}

.flex-4-2 {
  flex: 4.2 1 0%;
}

.flex-4-3 {
  flex: 4.3 1 0%;
}

.flex-4-4 {
  flex: 4.4 1 0%;
}

.flex-4-5 {
  flex: 4.5 1 0%;
}

.flex-4-6 {
  flex: 4.6 1 0%;
}

.flex-4-7 {
  flex: 4.7 1 0%;
}

.flex-4-8 {
  flex: 4.8 1 0%;
}

.flex-4-9 {
  flex: 4.9 1 0%;
}

.flex-4-10 {
  flex: 5 1 0%;
}

.flex-5 {
  flex: 5 1 0%;
}

.flex-5-1 {
  flex: 5.1 1 0%;
}

.flex-5-2 {
  flex: 5.2 1 0%;
}

.flex-5-3 {
  flex: 5.3 1 0%;
}

.flex-5-4 {
  flex: 5.4 1 0%;
}

.flex-5-5 {
  flex: 5.5 1 0%;
}

.flex-5-6 {
  flex: 5.6 1 0%;
}

.flex-5-7 {
  flex: 5.7 1 0%;
}

.flex-5-8 {
  flex: 5.8 1 0%;
}

.flex-5-9 {
  flex: 5.9 1 0%;
}

.flex-5-10 {
  flex: 6 1 0%;
}

.flex-6 {
  flex: 6 1 0%;
}

.flex-6-1 {
  flex: 6.1 1 0%;
}

.flex-6-2 {
  flex: 6.2 1 0%;
}

.flex-6-3 {
  flex: 6.3 1 0%;
}

.flex-6-4 {
  flex: 6.4 1 0%;
}

.flex-6-5 {
  flex: 6.5 1 0%;
}

.flex-6-6 {
  flex: 6.6 1 0%;
}

.flex-6-7 {
  flex: 6.7 1 0%;
}

.flex-6-8 {
  flex: 6.8 1 0%;
}

.flex-6-9 {
  flex: 6.9 1 0%;
}

.flex-6-10 {
  flex: 7 1 0%;
}

.flex-7 {
  flex: 7 1 0%;
}

.flex-7-1 {
  flex: 7.1 1 0%;
}

.flex-7-2 {
  flex: 7.2 1 0%;
}

.flex-7-3 {
  flex: 7.3 1 0%;
}

.flex-7-4 {
  flex: 7.4 1 0%;
}

.flex-7-5 {
  flex: 7.5 1 0%;
}

.flex-7-6 {
  flex: 7.6 1 0%;
}

.flex-7-7 {
  flex: 7.7 1 0%;
}

.flex-7-8 {
  flex: 7.8 1 0%;
}

.flex-7-9 {
  flex: 7.9 1 0%;
}

.flex-7-10 {
  flex: 8 1 0%;
}

.flex-8 {
  flex: 8 1 0%;
}

.flex-8-1 {
  flex: 8.1 1 0%;
}

.flex-8-2 {
  flex: 8.2 1 0%;
}

.flex-8-3 {
  flex: 8.3 1 0%;
}

.flex-8-4 {
  flex: 8.4 1 0%;
}

.flex-8-5 {
  flex: 8.5 1 0%;
}

.flex-8-6 {
  flex: 8.6 1 0%;
}

.flex-8-7 {
  flex: 8.7 1 0%;
}

.flex-8-8 {
  flex: 8.8 1 0%;
}

.flex-8-9 {
  flex: 8.9 1 0%;
}

.flex-8-10 {
  flex: 9 1 0%;
}

.flex-9 {
  flex: 9 1 0%;
}

.flex-9-1 {
  flex: 9.1 1 0%;
}

.flex-9-2 {
  flex: 9.2 1 0%;
}

.flex-9-3 {
  flex: 9.3 1 0%;
}

.flex-9-4 {
  flex: 9.4 1 0%;
}

.flex-9-5 {
  flex: 9.5 1 0%;
}

.flex-9-6 {
  flex: 9.6 1 0%;
}

.flex-9-7 {
  flex: 9.7 1 0%;
}

.flex-9-8 {
  flex: 9.8 1 0%;
}

.flex-9-9 {
  flex: 9.9 1 0%;
}

.flex-9-10 {
  flex: 10 1 0%;
}

.flex-10 {
  flex: 10 1 0%;
}

.flex-10-1 {
  flex: 10.1 1 0%;
}

.flex-10-2 {
  flex: 10.2 1 0%;
}

.flex-10-3 {
  flex: 10.3 1 0%;
}

.flex-10-4 {
  flex: 10.4 1 0%;
}

.flex-10-5 {
  flex: 10.5 1 0%;
}

.flex-10-6 {
  flex: 10.6 1 0%;
}

.flex-10-7 {
  flex: 10.7 1 0%;
}

.flex-10-8 {
  flex: 10.8 1 0%;
}

.flex-10-9 {
  flex: 10.9 1 0%;
}

.flex-10-10 {
  flex: 11 1 0%;
}

.flex-11 {
  flex: 11 1 0%;
}

.flex-11-1 {
  flex: 11.1 1 0%;
}

.flex-11-2 {
  flex: 11.2 1 0%;
}

.flex-11-3 {
  flex: 11.3 1 0%;
}

.flex-11-4 {
  flex: 11.4 1 0%;
}

.flex-11-5 {
  flex: 11.5 1 0%;
}

.flex-11-6 {
  flex: 11.6 1 0%;
}

.flex-11-7 {
  flex: 11.7 1 0%;
}

.flex-11-8 {
  flex: 11.8 1 0%;
}

.flex-11-9 {
  flex: 11.9 1 0%;
}

.flex-11-10 {
  flex: 12 1 0%;
}

.flex-12 {
  flex: 12 1 0%;
}

.flex-12-1 {
  flex: 12.1 1 0%;
}

.flex-12-2 {
  flex: 12.2 1 0%;
}

.flex-12-3 {
  flex: 12.3 1 0%;
}

.flex-12-4 {
  flex: 12.4 1 0%;
}

.flex-12-5 {
  flex: 12.5 1 0%;
}

.flex-12-6 {
  flex: 12.6 1 0%;
}

.flex-12-7 {
  flex: 12.7 1 0%;
}

.flex-12-8 {
  flex: 12.8 1 0%;
}

.flex-12-9 {
  flex: 12.9 1 0%;
}

.flex-12-10 {
  flex: 13 1 0%;
}

.flex-05 {
  flex: 0.5 !important;
}

.flex-parent-for-ellipsis {
  min-width: 0;
}

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

.flex-center {
  align-items: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-end-self {
  align-self: flex-end;
}

.flex-grow--1 {
  flex-grow: 1;
}

.flex-basis--0 {
  flex-basis: 0;
}

.flex-basis--100 {
  flex-basis: 100%;
}

.flex-start {
  align-self: flex-start;
}

.flex-align-center-center {
  align-items: center;
  justify-content: center;
}

.flex-align-center-initial {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-initial-center {
  justify-content: center;
}

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

.flex-align-self-center,
.align-self--center {
  align-self: center;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

.flex-justify-center {
  justify-content: center;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-shrink-none {
  flex-shrink: 0 !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-id::after, .responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::after, .responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::before,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::after,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::before, .responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper::after, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td .table-loading-row__wrapper::after, .responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper::before, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td .table-loading-row__wrapper::before, .share-panel__loader::before, .skeleton-loader::before, .company-picture--placeholder::after, .checkbox-control__toggle-switch::before, .pagination li a::after,
.pagination li span::after {
  content: "";
  display: block;
  position: absolute;
}

.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td .table-loading-row__wrapper {
  animation: contentPlaceholderBackgroundShimmer 1s infinite linear;
  background: linear-gradient(to right, #eceff0 8%, #dae0e3 18%, #eceff0 33%);
  background-size: 180% 100%;
  max-width: 400px;
  position: relative;
}

.animation-bounce {
  animation: bounce-highlight 0.5s ease-out;
}

.animation-pulsate,
.count-label .count-label-loading {
  animation: pulsate 0.75s ease-out infinite;
}

.gradient-border {
  position: relative;
  z-index: 0;
}

.gradient-border::before {
  animation: gradient-rotate 6s ease infinite;
  background: linear-gradient(90deg, #ef8eff, #9d20d8, rgba(172, 4, 251, 0.1019607843), #9d20d8, #ef8eff);
  background-size: 300% 300%;
  border-radius: 0.5rem;
  content: "";
  inset: -1px;
  position: absolute;
  z-index: -1;
}

.gradient-border::after {
  background: inherit;
  border-radius: 0.4rem;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

@keyframes gradient-rotate {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
[role=button],
.btn,
.modal-dialog__close-btn {
  cursor: pointer;
}

.btn,
.modal-dialog__close-btn {
  align-items: center;
  background-color: transparent;
  border: 2px solid #073572;
  border-radius: 5px;
  color: #073572;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  justify-content: center;
  line-height: 1em;
  min-height: 40px;
  outline: none;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.btn.btn-tiny,
.btn-tiny.modal-dialog__close-btn {
  border-radius: 3px;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 16px -1px;
  font-size: 11px;
  height: 20px;
  line-height: 1.1em;
  min-height: 20px;
  padding: 0.2em 0.8em;
}
.btn.btn--allow-text-wrap,
.btn--allow-text-wrap.modal-dialog__close-btn {
  height: auto;
  white-space: normal;
}
.btn.btn-small,
.btn-small.modal-dialog__close-btn {
  border-width: 1px;
  font-size: 12px;
  height: 27px;
  line-height: 1.1em;
  min-height: 27px;
  padding: 0.5em 0.75em;
}
.btn.btn--allow-text-wrap,
.btn--allow-text-wrap.modal-dialog__close-btn {
  height: auto;
  white-space: normal;
}
.btn.btn-medium,
.btn-medium.modal-dialog__close-btn {
  border-width: 1px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  padding: 0.65em 1em;
}
.btn.btn--allow-text-wrap,
.btn--allow-text-wrap.modal-dialog__close-btn {
  height: auto;
  white-space: normal;
}
.btn.btn-regular,
.btn-regular.modal-dialog__close-btn {
  border-width: 1px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  padding: 0.65em 1em;
}
.btn.btn--allow-text-wrap,
.btn--allow-text-wrap.modal-dialog__close-btn {
  height: auto;
  white-space: normal;
}
.btn.btn-fill-primary,
.btn-fill-primary.modal-dialog__close-btn {
  background-color: #073572;
  border-color: transparent;
  color: #fff;
}
.btn.btn-fill-primary:focus:not(.disabled):not([disabled]), .btn.btn-fill-primary:hover:not(.disabled):not([disabled]), .btn.btn-fill-primary:active:not(.disabled):not([disabled]), .btn.btn-fill-primary--active:not(.disabled):not([disabled]),
.btn-fill-primary.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-fill-primary.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-fill-primary.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-fill-primary--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #05234c;
  border-color: transparent;
}
.btn.btn-fill-success,
.btn-fill-success.modal-dialog__close-btn {
  background-color: #73c11d;
  border-color: transparent;
  color: #fff;
}
.btn.btn-fill-success:focus:not(.disabled):not([disabled]), .btn.btn-fill-success:hover:not(.disabled):not([disabled]), .btn.btn-fill-success:active:not(.disabled):not([disabled]), .btn.btn-fill-success--active:not(.disabled):not([disabled]),
.btn-fill-success.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-fill-success.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-fill-success.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-fill-success--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #6bb41b;
  border-color: transparent;
}
.btn.btn-fill-warning,
.btn-fill-warning.modal-dialog__close-btn {
  background-color: #ffb700;
  border-color: transparent;
  color: #fff;
}
.btn.btn-fill-warning:focus:not(.disabled):not([disabled]), .btn.btn-fill-warning:hover:not(.disabled):not([disabled]), .btn.btn-fill-warning:active:not(.disabled):not([disabled]), .btn.btn-fill-warning--active:not(.disabled):not([disabled]),
.btn-fill-warning.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-fill-warning.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-fill-warning.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-fill-warning--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #f0ac00;
  border-color: transparent;
}
.btn.btn-fill-alert,
.btn-fill-alert.modal-dialog__close-btn {
  background-color: #ef5555;
  border-color: transparent;
  color: #fff;
}
.btn.btn-fill-alert:focus:not(.disabled):not([disabled]), .btn.btn-fill-alert:hover:not(.disabled):not([disabled]), .btn.btn-fill-alert:active:not(.disabled):not([disabled]), .btn.btn-fill-alert--active:not(.disabled):not([disabled]),
.btn-fill-alert.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-fill-alert.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-fill-alert.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-fill-alert--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #eb3030;
  border-color: transparent;
}
.btn.btn-fill-primary--inverted,
.btn-fill-primary--inverted.modal-dialog__close-btn {
  background-color: #fff;
  border-color: transparent;
  color: #073572 #fff;
}
.btn.btn-fill-primary--inverted:focus:not(.disabled):not([disabled]), .btn.btn-fill-primary--inverted:hover:not(.disabled):not([disabled]), .btn.btn-fill-primary--inverted:active:not(.disabled):not([disabled]), .btn.btn-fill-primary--inverted--active:not(.disabled):not([disabled]),
.btn-fill-primary--inverted.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-fill-primary--inverted.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-fill-primary--inverted.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-fill-primary--inverted--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #05234c;
  border-color: transparent;
  color: #fff;
}
.btn.btn-outline-primary,
.btn-outline-primary.modal-dialog__close-btn {
  border-color: #073572;
  color: #073572;
}
.btn.btn-outline-primary:focus:not(.disabled):not([disabled]), .btn.btn-outline-primary:hover:not(.disabled):not([disabled]), .btn.btn-outline-primary:active:not(.disabled):not([disabled]), .btn.btn-outline-primary--active:not(.disabled):not([disabled]),
.btn-outline-primary.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-outline-primary.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-outline-primary.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-outline-primary--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #073572;
  color: #fff;
}
.btn.btn-outline-success,
.btn-outline-success.modal-dialog__close-btn {
  border-color: #73c11d;
  color: #73c11d;
}
.btn.btn-outline-success:focus:not(.disabled):not([disabled]), .btn.btn-outline-success:hover:not(.disabled):not([disabled]), .btn.btn-outline-success:active:not(.disabled):not([disabled]), .btn.btn-outline-success--active:not(.disabled):not([disabled]),
.btn-outline-success.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-outline-success.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-outline-success.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-outline-success--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #73c11d;
  color: #fff;
}
.btn.btn-outline-warning,
.btn-outline-warning.modal-dialog__close-btn {
  border-color: #ffb700;
  color: #ffb700;
}
.btn.btn-outline-warning:focus:not(.disabled):not([disabled]), .btn.btn-outline-warning:hover:not(.disabled):not([disabled]), .btn.btn-outline-warning:active:not(.disabled):not([disabled]), .btn.btn-outline-warning--active:not(.disabled):not([disabled]),
.btn-outline-warning.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-outline-warning.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-outline-warning.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-outline-warning--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #ffb700;
  color: #fff;
}
.btn.btn-outline-alert,
.btn-outline-alert.modal-dialog__close-btn {
  border-color: #ef5555;
  color: #ef5555;
}
.btn.btn-outline-alert:focus:not(.disabled):not([disabled]), .btn.btn-outline-alert:hover:not(.disabled):not([disabled]), .btn.btn-outline-alert:active:not(.disabled):not([disabled]), .btn.btn-outline-alert--active:not(.disabled):not([disabled]),
.btn-outline-alert.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-outline-alert.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-outline-alert.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-outline-alert--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #ef5555;
  color: #fff;
}
.btn.btn-outline-dark,
.btn-outline-dark.modal-dialog__close-btn {
  border-color: #404b55;
  color: #404b55;
}
.btn.btn-outline-dark:focus:not(.disabled):not([disabled]), .btn.btn-outline-dark:hover:not(.disabled):not([disabled]), .btn.btn-outline-dark:active:not(.disabled):not([disabled]), .btn.btn-outline-dark--active:not(.disabled):not([disabled]),
.btn-outline-dark.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-outline-dark.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-outline-dark.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-outline-dark--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #404b55;
  color: #fff;
}
.btn.btn-outline-white,
.btn-outline-white.modal-dialog__close-btn {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white:focus:not(.disabled):not([disabled]), .btn.btn-outline-white:hover:not(.disabled):not([disabled]), .btn.btn-outline-white:active:not(.disabled):not([disabled]), .btn.btn-outline-white--active:not(.disabled):not([disabled]),
.btn-outline-white.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-outline-white.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-outline-white.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-outline-white--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  background-color: #fff;
  color: #404b55;
}
.btn.btn-link-primary,
.btn-link-primary.modal-dialog__close-btn {
  border-color: transparent;
  color: #073572;
}
.btn.btn-link-primary:focus:not(.disabled):not([disabled]), .btn.btn-link-primary:hover:not(.disabled):not([disabled]), .btn.btn-link-primary:active:not(.disabled):not([disabled]), .btn.btn-link-primary--active:not(.disabled):not([disabled]),
.btn-link-primary.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-link-primary.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-link-primary.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-link-primary--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  color: #03132a;
}
.btn.btn-link-muted,
.btn-link-muted.modal-dialog__close-btn {
  border-color: transparent;
  color: #9eb2c0;
}
.btn.btn-link-muted:focus:not(.disabled):not([disabled]), .btn.btn-link-muted:hover:not(.disabled):not([disabled]), .btn.btn-link-muted:active:not(.disabled):not([disabled]), .btn.btn-link-muted--active:not(.disabled):not([disabled]),
.btn-link-muted.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-link-muted.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-link-muted.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-link-muted--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  color: #587387;
}
.btn.btn-link-dark,
.btn-link-dark.modal-dialog__close-btn {
  border-color: transparent;
  color: #404b55;
}
.btn.btn-link-dark:focus:not(.disabled):not([disabled]), .btn.btn-link-dark:hover:not(.disabled):not([disabled]), .btn.btn-link-dark:active:not(.disabled):not([disabled]), .btn.btn-link-dark--active:not(.disabled):not([disabled]),
.btn-link-dark.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-link-dark.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-link-dark.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-link-dark--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  color: #090b0c;
}
.btn.btn-link-alert,
.btn-link-alert.modal-dialog__close-btn {
  border-color: transparent;
  color: #ef5555;
}
.btn.btn-link-alert:focus:not(.disabled):not([disabled]), .btn.btn-link-alert:hover:not(.disabled):not([disabled]), .btn.btn-link-alert:active:not(.disabled):not([disabled]), .btn.btn-link-alert--active:not(.disabled):not([disabled]),
.btn-link-alert.modal-dialog__close-btn:focus:not(.disabled):not([disabled]),
.btn-link-alert.modal-dialog__close-btn:hover:not(.disabled):not([disabled]),
.btn-link-alert.modal-dialog__close-btn:active:not(.disabled):not([disabled]),
.btn-link-alert--active.modal-dialog__close-btn:not(.disabled):not([disabled]) {
  color: #cb1313;
}
.btn.btn-link-white,
.btn-link-white.modal-dialog__close-btn {
  border-color: transparent;
  color: #fff;
}
.btn-full-width {
  width: 100%;
}
.btn__icon {
  margin-right: 5px;
}
.btn[disabled], .btn.disabled,
[disabled].modal-dialog__close-btn,
.disabled.modal-dialog__close-btn {
  cursor: default;
  opacity: 0.5;
}

.btn-group {
  display: inline-flex;
  vertical-align: top;
}
.btn-group > .btn, .btn-group > button {
  flex: 0 1 auto;
  margin-right: 0;
}
.btn-group > .btn:first-child, .btn-group > button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-left: 0;
}
.btn-group > .btn:last-child, .btn-group > button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:not(:last-child), .btn-group > button:not(:last-child) {
  border-right: none;
}

button.as-link {
  background-color: transparent;
  border: 0;
  color: #073572;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
}
body button.as-link {
  font-family: "Figree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button.as-link:hover {
  color: #041f42;
}
button.as-link--muted {
  color: #9eb2c0;
}
button.as-link--muted:hover {
  color: #587387;
}
button.as-link--no-underscore {
  text-decoration: none;
}

.field-with-addon {
  display: flex;
}
.field-with-addon > * {
  margin: 0;
}
.field-with-addon input:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field-with-addon input:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field-with-addon .field-addon {
  align-items: center;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  display: flex;
  padding: 0 10px;
}
.field-with-addon .field-addon--no-border {
  border: none;
}
.field-with-addon .field-addon__button {
  align-items: center;
  border: 1px solid #b7b7b7;
  display: flex;
  font-size: 12px;
  height: 100%;
  margin: 0 -10px;
  padding: 0 10px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.field-with-addon .field-addon__button:hover {
  background-color: #073572;
  border-color: #073572;
  color: #fff;
}
.field-with-addon .field-addon__input-right input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field-with-addon .field-addon:not(:first-child) {
  border-bottom-left-radius: 0;
  border-left: none;
  border-top-left-radius: 0;
}
.field-with-addon .field-addon:not(:first-child) .field-addon__button {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.field-with-addon .field-addon:not(:last-child) {
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
}
.field-with-addon .field-addon:not(:last-child) .field-addon__button {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

/*!*****************************************************

Freak Flags, Copyright ©2020 Michael P. Cohen. Freak flags is licenced under the MIT licence.

For complete information visit: www.freakflagsprite.com

******************************************************/
.fflag {
  background-image: url("https://app.dealfront.com/sc-auth/assets/images/icons/flagSprite42-e588591a5521269abc77f1a937e71725b1af8890.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  border: 1px solid #e6eaec;
  border-radius: 3px;
  box-sizing: content-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

/* prettier-ignore */
.fflag-CH,
.fflag-NP {
  box-shadow: none !important;
}

.fflag-DZ {
  background-position: center 0.2287%;
}

.fflag-AO {
  background-position: center 0.4524%;
}

.fflag-BJ {
  background-position: center 0.6721%;
}

.fflag-BW {
  background-position: center 0.8958%;
}

.fflag-BF {
  background-position: center 1.1162%;
}

.fflag-BI {
  background-position: center 1.3379%;
}

.fflag-CM {
  background-position: center 1.5589%;
}

.fflag-CV {
  background-position: center 1.7836%;
}

.fflag-CF {
  background-position: center 2.0047%;
}

.fflag-TD {
  background-position: center 2.2247%;
}

.fflag-CD {
  background-position: left 2.4467%;
}

.fflag-DJ {
  background-position: left 2.6674%;
}

.fflag-EG {
  background-position: center 2.8931%;
}

.fflag-GQ {
  background-position: center 3.1125%;
}

.fflag-ER {
  background-position: left 3.3325%;
}

.fflag-ET {
  background-position: center 3.5542%;
}

.fflag-GA {
  background-position: center 3.7759%;
}

.fflag-GM {
  background-position: center 4.0015%;
}

.fflag-GH {
  background-position: center 4.2229%;
}

.fflag-GN {
  background-position: center 4.441%;
}

.fflag-GW {
  background-position: left 4.66663%;
}

.fflag-CI {
  background-position: center 4.8844%;
}

.fflag-KE {
  background-position: center 5.1061%;
}

.fflag-LS {
  background-position: center 5.3278%;
}

.fflag-LR {
  background-position: left 5.5495%;
}

.fflag-LY {
  background-position: center 5.7712%;
}

.fflag-MG {
  background-position: center 5.994%;
}

.fflag-MW {
  background-position: center 6.2156%;
}

.fflag-ML {
  background-position: center 6.4363%;
}

.fflag-MR {
  background-position: center 6.658%;
}

.fflag-MU {
  background-position: center 6.8805%;
}

.fflag-YT {
  background-position: center 7.1038%;
}

.fflag-MA {
  background-position: center 7.3231%;
}

.fflag-MZ {
  background-position: left 7.5448%;
}

.fflag-NA {
  background-position: left 7.7661%;
}

.fflag-NE {
  background-position: center 7.98937%;
}

.fflag-NG {
  background-position: center 8.2099%;
}

.fflag-CG {
  background-position: center 8.4316%;
}

.fflag-RE {
  background-position: center 8.6533%;
}

.fflag-RW {
  background-position: right 8.875%;
}

.fflag-SH {
  background-position: center 9.0967%;
}

.fflag-ST {
  background-position: center 9.32237%;
}

.fflag-SN {
  background-position: center 9.5426%;
}

.fflag-SC {
  background-position: left 9.7628%;
}

.fflag-SL {
  background-position: center 9.9845%;
}

.fflag-SO {
  background-position: center 10.2052%;
}

.fflag-ZA {
  background-position: left 10.4269%;
}

.fflag-SS {
  background-position: left 10.6486%;
}

.fflag-SD {
  background-position: center 10.8703%;
}

.fflag-SR {
  background-position: center 11.0945%;
}

.fflag-SZ {
  background-position: center 11.3135%;
}

.fflag-TG {
  background-position: left 11.5354%;
}

.fflag-TN {
  background-position: center 11.7593%;
}

.fflag-UG {
  background-position: center 11.9799%;
}

.fflag-TZ {
  background-position: center 12.2005%;
}

.fflag-EH {
  background-position: center 12.4222%;
}

.fflag-YE {
  background-position: center 12.644%;
}

.fflag-ZM {
  background-position: center 12.8664%;
}

.fflag-ZW {
  background-position: left 13.0873%;
}

.fflag-AI {
  background-position: center 13.309%;
}

.fflag-AG {
  background-position: center 13.5307%;
}

.fflag-AR {
  background-position: center 13.7524%;
}

.fflag-AW {
  background-position: left 13.9741%;
}

.fflag-BS {
  background-position: left 14.1958%;
}

.fflag-BB {
  background-position: center 14.4175%;
}

.fflag-BQ {
  background-position: center 14.6415%;
}

.fflag-BZ {
  background-position: center 14.8609%;
}

.fflag-BM {
  background-position: center 15.0826%;
}

.fflag-BO {
  background-position: center 15.306%;
}

.fflag-VG {
  background-position: center 15.528%;
}

.fflag-BR {
  background-position: center 15.7496%;
}

.fflag-CA {
  background-position: center 15.9694%;
}

.fflag-KY {
  background-position: center 16.1911%;
}

.fflag-CL {
  background-position: left 16.4128%;
}

.fflag-CO {
  background-position: left 16.6345%;
}

.fflag-KM {
  background-position: center 16.8562%;
}

.fflag-CR {
  background-position: center 17.0779%;
}

.fflag-CU {
  background-position: left 17.2996%;
}

.fflag-CW {
  background-position: center 17.5213%;
}

.fflag-DM {
  background-position: center 17.743%;
}

.fflag-DO {
  background-position: center 17.968%;
}

.fflag-EC {
  background-position: center 18.1864%;
}

.fflag-SV {
  background-position: center 18.4081%;
}

.fflag-FK {
  background-position: center 18.6298%;
}

.fflag-GF {
  background-position: center 18.8515%;
}

.fflag-GL {
  background-position: left 19.0732%;
}

.fflag-GD {
  background-position: center 19.2987%;
}

.fflag-GP {
  background-position: center 19.518%;
}

.fflag-GT {
  background-position: center 19.7383%;
}

.fflag-GY {
  background-position: center 19.96%;
}

.fflag-HT {
  background-position: center 20.1817%;
}

.fflag-HN {
  background-position: center 20.4034%;
}

.fflag-JM {
  background-position: center 20.6241%;
}

.fflag-MQ {
  background-position: center 20.8468%;
}

.fflag-MX {
  background-position: center 21.0685%;
}

.fflag-MS {
  background-position: center 21.2902%;
}

.fflag-NI {
  background-position: center 21.5119%;
}

.fflag-PA {
  background-position: center 21.7336%;
}

.fflag-PY {
  background-position: center 21.9553%;
}

.fflag-PE {
  background-position: center 22.177%;
}

.fflag-PR {
  background-position: left 22.4002%;
}

.fflag-BL {
  background-position: center 22.6204%;
}

.fflag-KN {
  background-position: center 22.8421%;
}

.fflag-LC {
  background-position: center 23.0638%;
}

.fflag-PM {
  background-position: center 23.2855%;
}

.fflag-VC {
  background-position: center 23.5072%;
}

.fflag-SX {
  background-position: left 23.732%;
}

.fflag-TT {
  background-position: center 23.9506%;
}

.fflag-TC {
  background-position: center 24.1723%;
}

.fflag-US {
  background-position: center 24.394%;
}

.fflag-VI {
  background-position: center 24.6157%;
}

.fflag-UY {
  background-position: left 24.8374%;
}

.fflag-VE {
  background-position: center 25.0591%;
}

.fflag-AF {
  background-position: center 25.2808%;
}

.fflag-AZ {
  background-position: center 25.5025%;
}

.fflag-BD {
  background-position: center 25.7242%;
}

.fflag-BT {
  background-position: center 25.9459%;
}

.fflag-BN {
  background-position: center 26.1676%;
}

.fflag-KH {
  background-position: center 26.3885%;
}

.fflag-CN {
  background-position: left 26.611%;
}

.fflag-GE {
  background-position: center 26.8327%;
}

.fflag-HK {
  background-position: center 27.0544%;
}

.fflag-IN {
  background-position: center 27.2761%;
}

.fflag-ID {
  background-position: center 27.4978%;
}

.fflag-JP {
  background-position: center 27.7195%;
}

.fflag-KZ {
  background-position: center 27.9412%;
}

.fflag-LA {
  background-position: center 28.1615%;
}

.fflag-MO {
  background-position: center 28.3846%;
}

.fflag-MY {
  background-position: center 28.6063%;
}

.fflag-MV {
  background-position: center 28.829%;
}

.fflag-MN {
  background-position: left 29.0497%;
}

.fflag-MM {
  background-position: center 29.2714%;
}

.fflag-NP {
  background-position: left 29.4931%;
}

.fflag-KP {
  background-position: left 29.7148%;
}

.fflag-MP {
  background-position: center 29.9365%;
}

.fflag-PW {
  background-position: center 30.1582%;
}

.fflag-PG {
  background-position: center 30.3799%;
}

.fflag-PH {
  background-position: left 30.6016%;
}

.fflag-SG {
  background-position: left 30.8233%;
}

.fflag-KR {
  background-position: center 31.045%;
}

.fflag-LK {
  background-position: right 31.2667%;
}

.fflag-TW {
  background-position: left 31.4884%;
}

.fflag-TJ {
  background-position: center 31.7101%;
}

.fflag-TH {
  background-position: center 31.9318%;
}

.fflag-TL {
  background-position: left 32.1535%;
}

.fflag-TM {
  background-position: center 32.3752%;
}

.fflag-VN {
  background-position: center 32.5969%;
}

.fflag-AL {
  background-position: center 32.8186%;
}

.fflag-AD {
  background-position: center 33.0403%;
}

.fflag-AM {
  background-position: center 33.258%;
}

.fflag-AT {
  background-position: center 33.4837%;
}

.fflag-BY {
  background-position: left 33.7054%;
}

.fflag-BE {
  background-position: center 33.9271%;
}

.fflag-BA {
  background-position: center 34.1488%;
}

.fflag-BG {
  background-position: center 34.3705%;
}

.fflag-HR {
  background-position: center 34.5922%;
}

.fflag-CY {
  background-position: center 34.8139%;
}

.fflag-CZ {
  background-position: left 35.0356%;
}

.fflag-DK {
  background-position: center 35.2555%;
}

.fflag-EE {
  background-position: center 35.479%;
}

.fflag-FO {
  background-position: center 35.7007%;
}

.fflag-FI {
  background-position: center 35.9224%;
}

.fflag-FR {
  background-position: center 36.1441%;
}

.fflag-DE {
  background-position: center 36.3658%;
}

.fflag-GI {
  background-position: center 36.5875%;
}

.fflag-GR {
  background-position: left 36.8092%;
}

.fflag-HU {
  background-position: center 37.0309%;
}

.fflag-IS {
  background-position: center 37.2526%;
}

.fflag-IE {
  background-position: center 37.4743%;
}

.fflag-IM {
  background-position: center 37.696%;
}

.fflag-IT {
  background-position: center 37.9177%;
}

.fflag-JE {
  background-position: center 38.1394%;
}

.fflag-XK {
  background-position: center 38.3611%;
}

.fflag-LV {
  background-position: center 38.5828%;
}

.fflag-LI {
  background-position: left 38.8045%;
}

.fflag-LT {
  background-position: center 39.0262%;
}

.fflag-LU {
  background-position: center 39.2479%;
}

.fflag-MT {
  background-position: left 39.4696%;
}

.fflag-MD {
  background-position: center 39.6913%;
}

.fflag-MC {
  background-position: center 27.5%;
}

.fflag-ME {
  background-position: center 40.1347%;
}

.fflag-NL {
  background-position: center 40.3564%;
}

.fflag-MK {
  background-position: center 40.5781%;
}

.fflag-NO {
  background-position: center 40.7998%;
}

.fflag-PL {
  background-position: center 41.0215%;
}

.fflag-PT {
  background-position: center 41.2432%;
}

.fflag-RO {
  background-position: center 41.4649%;
}

.fflag-RU {
  background-position: center 41.6866%;
}

.fflag-SM {
  background-position: center 41.9083%;
}

.fflag-RS {
  background-position: center 42.13%;
}

.fflag-SK {
  background-position: center 42.3517%;
}

.fflag-SI {
  background-position: center 42.5734%;
}

.fflag-ES {
  background-position: left 42.7951%;
}

.fflag-SE {
  background-position: center 43.0168%;
}

.fflag-CH {
  background-position: center 43.2385%;
}

.fflag-TR {
  background-position: center 43.4602%;
}

.fflag-UA {
  background-position: center 43.6819%;
}

.fflag-GB {
  background-position: center 43.9036%;
}

.fflag-VA {
  background-position: right 44.1253%;
}

.fflag-BH {
  background-position: center 44.347%;
}

.fflag-IR {
  background-position: center 44.5687%;
}

.fflag-IQ {
  background-position: center 44.7904%;
}

.fflag-IL {
  background-position: center 45.0121%;
}

.fflag-KW {
  background-position: left 45.2338%;
}

.fflag-JO {
  background-position: left 45.4555%;
}

.fflag-KG {
  background-position: center 45.6772%;
}

.fflag-LB {
  background-position: center 45.897%;
}

.fflag-OM {
  background-position: left 46.1206%;
}

.fflag-PK {
  background-position: center 46.3423%;
}

.fflag-PS {
  background-position: center 46.561%;
}

.fflag-QA {
  background-position: center 46.7857%;
}

.fflag-SA {
  background-position: center 47.0074%;
}

.fflag-SY {
  background-position: center 47.2291%;
}

.fflag-AE {
  background-position: center 47.4508%;
}

.fflag-UZ {
  background-position: left 47.6725%;
}

.fflag-AS {
  background-position: right 47.8942%;
}

.fflag-AU {
  background-position: center 48.1159%;
}

.fflag-CX {
  background-position: center 48.3376%;
}

.fflag-CC {
  background-position: center 48.5593%;
}

.fflag-CK {
  background-position: center 48.781%;
}

.fflag-FJ {
  background-position: center 49.0027%;
}

.fflag-PF {
  background-position: center 49.2244%;
}

.fflag-GU {
  background-position: center 49.4445%;
}

.fflag-KI {
  background-position: center 49.6678%;
}

.fflag-MH {
  background-position: left 49.8895%;
}

.fflag-FM {
  background-position: center 50.1112%;
}

.fflag-NC {
  background-position: center 50.3329%;
}

.fflag-NZ {
  background-position: center 50.5546%;
}

.fflag-NR {
  background-position: left 50.7763%;
}

.fflag-NU {
  background-position: center 50.998%;
}

.fflag-NF {
  background-position: center 51.2197%;
}

.fflag-WS {
  background-position: left 51.4414%;
}

.fflag-SB {
  background-position: left 51.6631%;
}

.fflag-TK {
  background-position: center 51.8848%;
}

.fflag-TO {
  background-position: left 52.1065%;
}

.fflag-TV {
  background-position: center 52.3282%;
}

.fflag-VU {
  background-position: left 52.5499%;
}

.fflag-WF {
  background-position: center 52.7716%;
}

.fflag.ff-xs {
  min-width: 12px;
  height: 7px;
}

.fflag.ff-sm {
  min-width: 18px;
  height: 11px;
}

.fflag.ff-md {
  min-width: 27px;
  height: 17px;
}

.fflag.ff-lg {
  min-width: 42px;
  height: 27px;
}

.fflag.ff-xl {
  min-width: 60px;
  height: 37px;
}

/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
@font-face {
  font-family: "Lato";
  font-weight: 300;
  src: url("/assets/fonts/Lato-Light.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/Lato-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  src: url("/assets/fonts/Lato-Italic.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url("/assets/fonts/Lato-Bold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/Lato-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  src: url("/assets/fonts/Lato-Black.woff") format("woff");
}
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
@font-face {
  font-family: "Soehne";
  font-weight: 400;
  src: url("/assets/fonts/Soehne-Buch.otf") format("opentype");
}
@font-face {
  font-family: "Soehne";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/Soehne-BuchKursiv.otf") format("opentype");
}
@font-face {
  font-family: "Soehne";
  font-weight: 500;
  src: url("/assets/fonts/Soehne-Kraeftig.otf") format("opentype");
}
@font-face {
  font-family: "Soehne";
  font-weight: 600;
  src: url("/assets/fonts/Soehne-Halbfett.otf") format("opentype");
}
@font-face {
  font-family: "Soehne";
  font-weight: 700;
  src: url("/assets/fonts/Soehne-Dreiviertelfett.otf") format("opentype");
}
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("/assets/fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("/assets/fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("/assets/fonts/Inter-Bold.woff2") format("woff2");
}
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("/assets/fonts/Open-Sans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  src: url("/assets/fonts/Open-Sans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  src: url("/assets/fonts/Open-Sans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("/assets/fonts/Open-Sans-Bold.woff") format("woff");
}
body {
  /* stylelint-disable-next-line value-keyword-case */
  font-size: 14px;
  line-height: 1.25em;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes simple-appear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-highlight {
  from {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pulsate {
  from {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes group-dropdown-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes group-dropdown-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bubble-appear {
  from {
    transform: scale(0);
  }
  30% {
    transform: scale(1.1);
  }
  55% {
    transform: scale(0.98);
  }
  75% {
    transform: scale(1.01);
  }
  to {
    transform: scale(1);
  }
}
@keyframes logoLoader {
  from {
    opacity: 0.5;
    transform: scale(0.995, 0.995);
  }
  50% {
    opacity: 0.95;
    transform: scale(1, 1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.995, 0.995);
  }
}
@keyframes contentPlaceholderBackgroundShimmer {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 400px 0;
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes drop-fade-below {
  0% {
    opacity: 0;
    transform: translateY(-7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-area {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  /* Scroll momentum on touch devices */
  /* stylelint-disable-next-line property-no-unknown */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 0;
}
.scroll-area__flex-content {
  display: flex;
  flex: 100 0 auto;
  flex-direction: column;
  min-height: 100%;
}

.note {
  background-color: #fffeed;
  border: 1px solid #e2db6b;
  border-radius: 3px;
  color: #596976;
  padding: 20px;
}
.note--compact {
  font-size: 15px;
  padding: 15px;
}
.note__header {
  color: #f5a623;
  margin-bottom: 8px;
}

.notification-icon {
  animation: bounce-highlight 0.5s ease-out;
  flex-shrink: 0;
}

.table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  color: #596976;
  text-align: left;
  width: 100%;
}
.table__wrapper {
  border-left: 1px solid #e6eaec;
  border-radius: 3px;
  border-right: 1px solid #e6eaec;
}
.table__wrapper-no-header {
  border-top: 1px solid #e6eaec;
}
.table--users tbody tr, .table--users tbody .non-touch .responsive-table tr:hover:not(.disabled), .non-touch .responsive-table .table--users tbody tr:hover:not(.disabled) {
  height: 62px;
}
.table--fixed:not(.table--empty) {
  table-layout: fixed;
}
.table--top-aligned-cells .table__cell {
  vertical-align: top;
}
.table__head .table__row .table__header:first-child {
  border-top-left-radius: 3px;
}
.table__head .table__row .table__header:last-child {
  border-top-right-radius: 3px;
}
.table__row.highlight--warning {
  background-color: #fffeed;
}
.table__row .expandable-content-toggle-cell {
  display: block;
}
.table__row .expandable-content-toggle-cell:hover .expandable-content-toggle-icon {
  color: #073572;
}
.table__row--expandable {
  cursor: pointer;
}
.table__row--expanded .table__cell {
  border-bottom: none;
}
.table__row:has(.f-table-cell-row-checkbox.platform-checkbox-checked){
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.table__row:has(.f-table-cell-row-checkbox.platform-checkbox-checked) td{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.table__row--clickable:hover .table__cell:not(.table__cell--loading) {
  cursor: pointer;
}
.table__cell, .table__header {
  border-bottom: 1px solid #E8ECF1;
  height: 40px;
  padding: 13px 10px;
  vertical-align: middle;
}
.table__cell:first-child, .table__header:first-child {
  padding-left: 15px;
}
.table__cell:last-child, .table__header:last-child {
  padding-right: 15px;
}
.table__cell.width--min, .table__header.width--min {
  white-space: nowrap;
  width: 1%;
}
.table__cell.width--1-eighths, .table__header.width--1-eighths {
  width: 12.5%;
}
.table__cell.width--2-eighths, .table__header.width--2-eighths {
  width: 25%;
}
.table__cell.width--3-eighths, .table__header.width--3-eighths {
  width: 37.5%;
}
.table__cell.width--4-eighths, .table__header.width--4-eighths {
  width: 50%;
}
.table__cell.width--5-eighths, .table__header.width--5-eighths {
  width: 62.5%;
}
.table__cell.width--6-eighths, .table__header.width--6-eighths {
  width: 75%;
}
.table__cell.width--7-eighths, .table__header.width--7-eighths {
  width: 87.5%;
}
.table__cell.width--8-eighths, .table__header.width--8-eighths {
  width: 100%;
}
.table__cell.width--1-tenths, .table__header.width--1-tenths {
  width: 10%;
}
.table__cell.width--2-tenths, .table__header.width--2-tenths {
  width: 20%;
}
.table__cell.width--3-tenths, .table__header.width--3-tenths {
  width: 30%;
}
.table__cell.width--4-tenths, .table__header.width--4-tenths {
  width: 40%;
}
.table__cell.width--5-tenths, .table__header.width--5-tenths {
  width: 50%;
}
.table__cell.width--6-tenths, .table__header.width--6-tenths {
  width: 60%;
}
.table__cell.width--7-tenths, .table__header.width--7-tenths {
  width: 70%;
}
.table__cell.width--8-tenths, .table__header.width--8-tenths {
  width: 80%;
}
.table__cell.width--9-tenths, .table__header.width--9-tenths {
  width: 90%;
}
.table__cell.width--10-tenths, .table__header.width--10-tenths {
  width: 100%;
}
.table__cell.width--1-twelfths, .table__header.width--1-twelfths {
  width: calc(1 * 1 / 12 * 100%);
}
.table__cell.width--2-twelfths, .table__header.width--2-twelfths {
  width: calc(2 * 1 / 12 * 100%);
}
.table__cell.width--3-twelfths, .table__header.width--3-twelfths {
  width: calc(3 * 1 / 12 * 100%);
}
.table__cell.width--4-twelfths, .table__header.width--4-twelfths {
  width: calc(4 * 1 / 12 * 100%);
}
.table__cell.width--5-twelfths, .table__header.width--5-twelfths {
  width: calc(5 * 1 / 12 * 100%);
}
.table__cell.width--6-twelfths, .table__header.width--6-twelfths {
  width: calc(6 * 1 / 12 * 100%);
}
.table__cell.width--7-twelfths, .table__header.width--7-twelfths {
  width: calc(7 * 1 / 12 * 100%);
}
.table__cell.width--8-twelfths, .table__header.width--8-twelfths {
  width: calc(8 * 1 / 12 * 100%);
}
.table__cell.width--9-twelfths, .table__header.width--9-twelfths {
  width: calc(9 * 1 / 12 * 100%);
}
.table__cell.width--10-twelfths, .table__header.width--10-twelfths {
  width: calc(10 * 1 / 12 * 100%);
}
.table__cell.width--11-twelfths, .table__header.width--11-twelfths {
  width: calc(11 * 1 / 12 * 100%);
}
.table__cell.width--12-twelfths, .table__header.width--12-twelfths {
  width: calc(12 * 1 / 12 * 100%);
}
.table__cell.width--1-sixteenths, .table__header.width--1-sixteenths {
  width: calc(1 * 1 / 16 * 100%);
}
.table__cell.width--2-sixteenths, .table__header.width--2-sixteenths {
  width: calc(2 * 1 / 16 * 100%);
}
.table__cell.width--3-sixteenths, .table__header.width--3-sixteenths {
  width: calc(3 * 1 / 16 * 100%);
}
.table__cell.width--4-sixteenths, .table__header.width--4-sixteenths {
  width: calc(4 * 1 / 16 * 100%);
}
.table__cell.width--5-sixteenths, .table__header.width--5-sixteenths {
  width: calc(5 * 1 / 16 * 100%);
}
.table__cell.width--6-sixteenths, .table__header.width--6-sixteenths {
  width: calc(6 * 1 / 16 * 100%);
}
.table__cell.width--7-sixteenths, .table__header.width--7-sixteenths {
  width: calc(7 * 1 / 16 * 100%);
}
.table__cell.width--8-sixteenths, .table__header.width--8-sixteenths {
  width: calc(8 * 1 / 16 * 100%);
}
.table__cell.width--9-sixteenths, .table__header.width--9-sixteenths {
  width: calc(9 * 1 / 16 * 100%);
}
.table__cell.width--10-sixteenths, .table__header.width--10-sixteenths {
  width: calc(10 * 1 / 16 * 100%);
}
.table__cell.width--11-sixteenths, .table__header.width--11-sixteenths {
  width: calc(11 * 1 / 16 * 100%);
}
.table__cell.width--12-sixteenths, .table__header.width--12-sixteenths {
  width: calc(12 * 1 / 16 * 100%);
}
.table__cell.width--13-sixteenths, .table__header.width--13-sixteenths {
  width: calc(13 * 1 / 16 * 100%);
}
.table__cell.width--14-sixteenths, .table__header.width--14-sixteenths {
  width: calc(14 * 1 / 16 * 100%);
}
.table__cell.width--15-sixteenths, .table__header.width--15-sixteenths {
  width: calc(15 * 1 / 16 * 100%);
}
.table__cell.width--16-sixteenths, .table__header.width--16-sixteenths {
  width: calc(16 * 1 / 16 * 100%);
}
.table__cell .expandable-content-toggle-icon, .table__header .expandable-content-toggle-icon {
  width: 33px;
  height: 33px;
  align-items: center;
  color: #596976;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.table__cell--checkbox-container, .table__header--checkbox-container {
  padding: 0 !important;
}
.table__checkbox {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transition: background 200ms ease;
  width: auto;
}
.table__checkbox:hover {
  background-color: #f2f2f2;
}
.table__checkbox--with-dropdown {
  pointer-events: none;
}
.table__checkbox-dropdown {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 10px;
  transition: background 200ms ease;
}
.table__checkbox-dropdown:hover {
  background-color: #f7f7f7;
}
.table__checkbox-dropdown-button {
  display: block;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.table__checkbox-dropdown-button:not(.table__checkbox-dropdown-button--disabled):hover {
  background-color: #5897fb;
  color: #fff;
}
.table__checkbox-dropdown-button--disabled {
  color: #b7b7b7;
  cursor: default;
}
.table__checkbox-dropdown-options {
  border-radius: 4px;
  overflow: hidden;
}
.table__header {
  background-color: #fafcfc;
  border-top: 1px solid #e6eaec;
  color: #8c9eab;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 10px;
  text-transform: uppercase;
}
.table__header--sticky {
  position: sticky !important;
  top: 0;
  z-index: 3;
}
.table__header .with-items {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.table__header .with-items .title {
  flex: 1;
  padding-right: 5px;
}
.table__header-checkbox-dropdown-icon {
  right: 8px;
  position: relative;
}

.table-mobile__checkboxes-container {
  display: flex;
  flex-wrap: wrap;
}
.table-mobile__checkbox {
  margin-left: 5px;
}
.table-mobile__checkbox-container {
  align-items: center;
  display: flex;
  flex: 1;
  margin: 10px 0;
  padding-left: 0;
  text-align: center;
}
.tooltip[aria-label] {
  font-weight: normal;
  position: relative;
  text-transform: initial;
}
.tooltip[aria-label]::before {
  background: #617281;
  border: 1px solid #6c7e8f;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  line-height: 1.4;
  padding: 4px 7px !important;
  text-align: center;
  z-index: 2000;
  bottom: 0;
  content: attr(aria-label);
  opacity: 0;
  font-size: 14px;
  padding: 16px !important;
  position: absolute;
  transform: translateY(100%);
  white-space: pre;
}
.tooltip[aria-label].text-align-left::before {
  text-align: left;
}
.tooltip[aria-label].fixed-width::before {
  white-space: normal;
  width: 228px;
  word-wrap: break-word;
}
.tooltip[aria-label]::after {
  background: #617281;
  border-right: 1px solid #6c7e8f;
  border-top: 1px solid #6c7e8f;
  bottom: -4.5px;
  content: "";
  height: 9px;
  margin: auto;
  opacity: 0;
  transform: rotate(-45deg);
  width: 9px;
  z-index: 2000;
}
.tooltip[aria-label]::after, .tooltip[aria-label]::before {
  position: absolute;
  transition: 0.2s opacity, 0.2s transform, 0.14s bottom;
  visibility: hidden;
}
.tooltip[aria-label]:hover::before, .tooltip[aria-label]:hover::after {
  opacity: 1;
  transform: translateY(calc(100% + 7px));
  visibility: visible;
}
.tooltip[aria-label]:hover::after {
  bottom: -11.5px;
  transform: rotate(-45deg);
}
.tooltip[aria-label].above::before {
  bottom: auto;
  top: 0;
  transform: translateY(-100%);
}
.tooltip[aria-label].above::after {
  border-bottom: 1px solid #6c7e8f;
  border-left: 1px solid #6c7e8f;
  border-right: 0;
  border-top: 0;
  bottom: auto;
  top: -4.5px;
}
.tooltip[aria-label].above::after, .tooltip[aria-label].above::before {
  transition: 0.2s opacity, 0.2s transform, 0.2s top;
}
.tooltip[aria-label].above:hover::before {
  transform: translateY(calc(-100% - 7px));
}
.tooltip[aria-label].above:hover::after {
  bottom: auto;
  top: -11.5px;
  transform: rotate(-45deg);
}
.tooltip[aria-label].align-left::before {
  left: -5px;
}
.tooltip[aria-label].align-left::after {
  left: 0;
  right: 0;
}
.tooltip[aria-label].align-right::before {
  right: -5px;
}
.tooltip[aria-label].align-right::after {
  left: 0;
  right: 0;
}
.tooltip[aria-label].align-center::before {
  left: 50%;
}
.tooltip[aria-label].align-center:after {
  left: calc(50% - 9px * 0.5);
}
.tooltip[aria-label].align-center.above::before {
  transform: translateY(-100%) translateX(-50%);
}
.tooltip[aria-label].align-center.above:hover::before {
  transform: translateY(calc(-100% - 7px)) translateX(-50%);
}
.tooltip[aria-label][aria-label=""]::before, .tooltip[aria-label][aria-label=""]::after {
  display: none;
}

.animated {
  transition: 0.2s transform;
}

.rotate-180-deg {
  transform: rotate(-180deg);
}

.text-lowercase {
  text-transform: lowercase !important;
}

/* prettier-ignore */
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}
.ember-power-select-trigger .ember-power-select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container {
  flex-grow: 1;
  display: flex;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container input {
  flex-grow: 1;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-search-input-field {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item,
.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-visually-hidden {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.4286;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days,
.ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 1 1 100%;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

.ember-power-calendar {
  width: calc(calc(30px + 2px) * 7 - 2px + 0px + 0px);
  width: 100%;
  padding: 0.5rem;
  font-family: Inter, sans-serif;
}
.ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(calc(30px + 2px) * 1);
}
.ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(calc(30px + 2px) * 2);
}
.ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(calc(30px + 2px) * 3);
}
.ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(calc(30px + 2px) * 4);
}
.ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(calc(30px + 2px) * 5);
}
.ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(calc(30px + 2px) * 6);
}
.ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(calc(30px + 2px) * 1);
}
.ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(calc(30px + 2px) * 2);
}
.ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(calc(30px + 2px) * 3);
}
.ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(calc(30px + 2px) * 4);
}
.ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(calc(30px + 2px) * 5);
}
.ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(calc(30px + 2px) * 6);
}
.ember-power-calendar .ember-power-calendar-day,
.ember-power-calendar .ember-power-calendar-weekday {
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
}
.ember-power-calendar .ember-power-calendar-weekdays,
.ember-power-calendar .ember-power-calendar-week {
  height: calc(30px + 2px);
  padding-left: 0px;
  padding-right: 0px;
}
.ember-power-calendar .ember-power-calendar-day {
  color: #bbb;
}
.ember-power-calendar .ember-power-calendar-weekdays {
  color: #333333;
}
.ember-power-calendar .ember-power-calendar-nav-control {
  color: #0078c9;
}
.ember-power-calendar .ember-power-calendar-nav-control:focus {
  color: #30acff;
}
.ember-power-calendar .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.ember-power-calendar .ember-power-calendar-day--today {
  background-color: #eee;
}
.ember-power-calendar .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.ember-power-calendar .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: #96d5ff;
}
.ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: #96d5ff;
}
.ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: #96d5ff;
}
.ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: #96d5ff;
}
.ember-power-calendar .ember-power-calendar-day--selected {
  background-color: #c9e9ff;
  color: #656d78;
}
.ember-power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: #c9e9ff;
  color: #656d78;
}
.ember-power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}

.ember-power-calendar-nav{
  margin-bottom: 1rem;
  height: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.ember-power-calendar-nav-control{
  transform: none !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.ember-power-calendar-nav-control:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1)) !important;
}

.ember-power-calendar-nav-control:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1)) !important;
}

.ember-power-calendar-nav-control:hover:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1)) !important;
}

.ember-power-calendar-nav-title{
  font-family: Soehne, sans-serif;
}

.ember-power-calendar-weekdays{
  white-space: nowrap !important;
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.ember-power-calendar-weekday{
  font-family: Soehne, sans-serif;
  font-weight: 700;
}

.ember-power-calendar-day{
  margin: 0.125rem !important;
  height: 1.75rem !important;
  width: 1.75rem !important;
  max-width: none !important;
  border-radius: 5px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ember-power-calendar-day:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1)) !important;
}

.ember-power-calendar-day:disabled{
  --tw-text-opacity: 1 !important;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
}

.ember-power-calendar-day:hover:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.ember-power-calendar-day--selected{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.ember-power-calendar-day--selected:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 400 !important;
}
.ember-power-calendar-day--selected:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1)) !important;
}
.ember-power-calendar-day--selected:hover:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1)) !important;
}
.ember-power-calendar-day--other-month{
  --tw-text-opacity: 1 !important;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1)) !important;
}

.ember-basic-dropdown-content--above .ember-power-calendar {
  border-bottom: none;
}

.ember-basic-dropdown-content--below .ember-power-calendar {
  border-top: none;
}

.accordion-section {
  margin: 0;
}

.accordion-section-head {
  align-items: center;
  color: #404b55;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
}

.accordion-section-head-trigger {
  align-items: center;
  min-width: 0;
}
.accordion-section-head-trigger:focus {
  outline: 0;
}
.accordion-section-head-trigger:disabled {
  cursor: default;
}

.accordion-section-body--with-border {
  border-top: 1px solid #e6eaec;
}

.website-install-tracker__styled-list {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 35px;
}
.website-install-tracker__styled-list-item {
  counter-increment: list-counter;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.website-install-tracker__styled-list-item::before {
  width: 22px;
  height: 22px;
  align-items: center;
  border: 2px solid #8c9eab;
  border-radius: 50%;
  color: #8c9eab;
  content: counter(list-counter);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  left: -35px;
  letter-spacing: 0;
  line-height: 0;
  position: absolute;
  word-spacing: 0;
}

.full-screen-panel {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.full-screen-panel--x-small {
  max-width: 400px;
}
.full-screen-panel--small {
  max-width: 560px;
}
.full-screen-panel--normal {
  max-width: 660px;
}
.full-screen-panel--wide {
  max-width: 820px;
}
.full-screen-panel--super-wide {
  max-width: 1080px;
}
.full-screen-panel--full {
  width: 100%;
}
.full-screen-panel__main--with-shadow {
  box-shadow: 0 1px 5px rgba(10, 10, 10, 0.08);
}

.full-screen-panel-body {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.full-screen-panel-body--with-panel-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}

.full-screen-panel-header {
  align-items: center;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #404b55;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  min-height: initial;
  padding: 40px 40px 0 40px;
}

.full-screen-panel-title {
  margin-bottom: 20px;
  overflow-wrap: break-word;
  white-space: normal;
}

.full-screen-panel-body-column:not(:first-child) {
  border-left: 1px solid #e6eaec;
  margin-left: 30px;
  padding-left: 30px;
}

.pagination {
  display: table;
  margin: 22px auto 0;
}
.pagination li {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 -1px;
}
.pagination li a,
.pagination li span {
  border: 1px solid #e6eaec;
  color: #767676;
  display: block;
  line-height: 12px;
  padding: 9px 0;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 35px;
}
.pagination li a:hover,
.pagination li span:hover {
  color: #073572;
}
.pagination li a::after,
.pagination li span::after {
  background-color: transparent;
  bottom: -1px;
  height: 2px;
  left: -1px;
  right: -1px;
  z-index: 10;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li.disabled a {
  color: #b7b7b7;
  cursor: not-allowed;
}
.pagination li.active a {
  color: #073572;
}
.pagination li.active a::after {
  background-color: #073572;
}
.pagination li.dots span {
  pointer-events: none;
}

.ember-power-select-trigger{
  display: flex;
  width: 100%;
  min-width: 0px;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  border-width: 1px;
  border-right-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
  outline-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ember-power-select-trigger[aria-disabled=true] {
  background: #f7f7f7;
  color: #8c9eab;
  cursor: default;
}
.ember-power-select-trigger[aria-disabled=true] .ember-power-select-status-icon {
  border-top-color: #b7b7b7;
}
.ember-power-select-trigger > *{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ember-power-select-trigger--no-options .ember-power-select-status-icon{
  display: none;
}
.ember-power-select-trigger[aria-disabled=true] .ember-power-select-multiple-option::after {
  content: "×";
  color: #b7b7b7;
  position: absolute;
  right: 9px;
  top: 6px;
  transform: scale(1.4);
}
.ember-power-select-trigger input:focus{
  border-width: 0px;
}
.ember-power-select-trigger.no-right-margin{
  margin-right: 0px;
}
.ember-power-select-trigger:not(.ember-power-select-trigger-unstyled){
  height: 2.5rem;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ember-power-select-trigger.ember-power-select-trigger-unstyled:focus {
  border-color: inherit;
}
.ember-power-select-trigger .ember-power-select-status-icon{
  display: block;
  height: 0.875rem;
  width: 1.25rem;
  border-width: 0px;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.premium-teaser.ember-power-select-trigger .ember-power-select-status-icon {
  display: block;
}
.ember-power-select-trigger .ember-power-select-status-icon {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%234D5666' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/></svg>");
  background-size: 14px auto;
}
.ember-power-select-trigger.ember-power-select-multiple-trigger{
  height: auto;
  min-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ember-power-select-trigger.ember-power-select-multiple-trigger[aria-disabled=true]{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}
.ember-power-select-trigger[aria-expanded=true]{
  --tw-border-opacity: 1;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1));
}
.ember-power-select-trigger[aria-expanded=true].ember-basic-dropdown-trigger--above{
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ember-power-select-trigger[aria-expanded=true].ember-basic-dropdown-trigger--below{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ember-power-select-trigger[aria-disabled=true]{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.ember-power-select-trigger[aria-disabled=true] .ember-power-select-status-icon{
  transform: none;
  opacity: 0.5;
}
.ember-power-select-trigger[aria-disabled=true] .ember-power-select-multiple-option{
  --tw-border-opacity: 1;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.ember-power-select-trigger[aria-disabled=true] .ember-power-select-multiple-option::after{
  top: auto;
  bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.ember-power-select-trigger .ember-power-select-clear-btn {
  align-self: center;
  display: flex;
  font-size: 22px;
  right: 34px;
}

.ember-power-select-option{
  padding: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ember-power-select-option[aria-selected=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
}
.ember-power-select-option[aria-current=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ember-power-select-option[aria-current=true] *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ember-basic-dropdown-content.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-basic-dropdown-content.ember-power-select-dropdown.ember-basic-dropdown-content--above{
  --tw-border-opacity: 1;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ember-power-select-trigger-multiple-input{
  width: 100%;
  flex: 1 1 0%;
}
.ember-power-select-trigger-multiple-input:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}
.ember-power-select-trigger-multiple-input::-webkit-search-cancel-button{
  display: none;
}

.ember-power-select-multiple-option{
  position: relative;
  margin: 0.25rem;
  display: flex;
  min-height: 24px;
  align-items: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
  padding-right: 1.75rem;
  padding-left: 0.75rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(13 66 141 / var(--tw-text-opacity, 1));
}
.ember-power-select-multiple-option .ember-power-select-multiple-remove-btn{
  position: absolute;
  right: 0.5rem;
  top: 1px;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(13 66 141 / var(--tw-text-opacity, 1));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ember-power-select-multiple-option .ember-power-select-multiple-remove-btn:hover{
  opacity: 0.6;
}
.ember-power-select-multiple-option--highlighted{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(222 242 203 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ember-power-select-multiple-options{
  display: flex;
  align-items: center;
  flex: 1 1 0%;
  flex-wrap: wrap;
}

.ember-power-select-trigger-multiple-input::-webkit-search-decoration,
.ember-power-select-trigger-multiple-input::-webkit-search-cancel-button,
.ember-power-select-trigger-multiple-input::-webkit-search-results-button,
.ember-power-select-trigger-multiple-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.ember-power-select-placeholder,
.ember-power-select-selected-item{
  margin-left: 0px;
}

.ember-power-select-trigger-multiple-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}

.ember-power-select-placeholder,
.ember-power-select-trigger-multiple-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}

.ember-power-select-dropdown {
  z-index: 1005;
}

.ember-power-select-search{
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ember-power-select-search input{
  height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ember-power-select-search-input {
  border: 1px solid #e4e4e4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
}

.ember-power-select-group .ember-power-select-option{
  padding-left: 1.25rem;
}

.ember-power-select-option-support-text{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}

.ember-power-select-option--no-matches-message{
  cursor: default;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ember-power-select-options[role=listbox] {
  max-height: 35vh;
}

.condition-builder__inputs {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: [condition-subject] min-content [operator] min-content [value] auto [buttons] min-content;
}
.condition-builder__condition-subject {
  width: 280px;
}
@media (max-width: 1250px) {
  .condition-builder__condition-subject {
    grid-column: span 4;
    width: 100%;
  }
}
@media (min-width: 1251px) {
  .condition-builder__condition-subject--option-selected {
    width: 200px;
  }
}
.condition-builder__operator {
  min-width: 100px;
}
@media (max-width: 1250px) {
  .condition-builder__operator {
    grid-row: 2;
  }
  .condition-builder__value {
    grid-column: span 2;
    grid-row: 2;
  }
}
.condition-builder__buttons {
  grid-column: buttons;
}
@media (max-width: 1250px) {
  .condition-builder__buttons {
    grid-row: 2;
  }
}
.condition-builder__select-requires-additional-setup {
  font-size: 16px;
  grid-column: span 3;
  grid-row: 2;
}

.navigable-select-option-item {
  /* higher specificity needed to overwrite ember-power-select default styling */
}
.navigable-select-option-item__category-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.navigable-select-option-item__group-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.navigable-select-option-item__option-name {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.navigable-select-option-item__category-name {
  font-size: 14px;
}
.navigable-select-option-item__disabled-option.ember-power-select-option[aria-disabled=true] {
  color: #62718a;
  cursor: text;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navigable-select-trigger-selected__parent-name {
  color: #999;
  font-size: 11px;
}
.navigable-select-trigger-selected__selected-option {
  font-size: 14px;
}
.navigable-select-trigger-selected__clear-btn {
  top: 0;
  right: 35px;
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 40px;
  text-align: center;
}

.navigable-select-trigger__placeholder-container {
  display: flex;
}
.navigable-select-trigger__caret-container {
  margin-left: 50px;
}

.processing-overlay {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.processing-overlay--more-opaque {
  background: rgba(255, 255, 255, 0.85);
}
.processing-overlay__label {
  color: #596976;
  font-size: 13px;
  font-weight: bold;
  padding-left: 7px;
  text-transform: uppercase;
}

.abstract-prospects-table__column {
  max-width: 100px;
}
.abstract-prospects-table__column.table__cell {
  font-size: 14px;
  line-height: 1.25em;
}

.avatar-item {
  background-color: #93158f;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
.avatar-item--cursor-pointer {
  cursor: pointer;
}
.avatar-item--cursor-default {
  cursor: default;
}
.avatar-item img {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.avatar-item--small {
  font-size: 9px;
  height: 20px;
  line-height: 21px;
  width: 20px;
}
.avatar-item--medium {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.avatar-item--large {
  font-size: 38px;
  height: 100px;
  line-height: 100px;
  width: 100px;
}
.avatar-item--squared {
  border-radius: 6px;
}
.avatar-item--squared img {
  border-radius: 6px;
}
.avatar-item.bright-green {
  background-color: #7ed320;
}
.avatar-item.bright-orange {
  background-color: #ffa363;
}
.avatar-item.bright-blue {
  background-color: #073572;
}
.avatar-item.bright-red {
  background-color: #ef5555;
}
.avatar-item.bright-yellow {
  background-color: #ffb700;
}
.avatar-item.bright-purple {
  background-color: #9865ff;
}
.avatar-item.dark-green {
  background-color: #159324;
}
.avatar-item.dark-red {
  background-color: #931e15;
}
.avatar-item.dark-blue {
  background-color: #404b55;
}
.avatar-item.dark-purple {
  background-color: #93158f;
}
.avatar-item.dark-turquoise {
  background-color: #158993;
}
.avatar-item.dark-yellow {
  background-color: #899315;
}
.avatar-item.bright-turquoise {
  background-color: #53a8a2;
}
.avatar-item.dark-orange {
  background-color: #b67417;
}

.basic-dropdown-styled__trigger {
  cursor: default;
  outline: none;
}
.basic-dropdown-styled__trigger--is-clickable {
  cursor: pointer;
}

.basic-dropdown-styled__content {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px -1px;
  max-width: 500px;
  padding: 5px;
  will-change: transform, opacity;
  word-break: break-word;
  z-index: 1005;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in, .basic-dropdown-styled__content.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioned-in {
  animation: drop-fade-below 0.2s;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in, .basic-dropdown-styled__content.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioned-in {
  animation: drop-fade-above 0.2s;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.2s reverse;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.2s reverse;
}
.basic-dropdown-styled__content--no-arrow {
  margin-top: 0.25rem;
}
.basic-dropdown-styled__content--no-arrow.tooltip-decorator__content::before {
  width: 0;
  height: 0;
}
.basic-dropdown-styled__content--arrow::before {
  background: #fff;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: -7px;
  transform: rotate(-45deg);
  width: 12px;
  z-index: -1;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--above {
  margin-top: -12px !important;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--above::before {
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: none;
  border-top: none;
  bottom: -7px;
  top: auto;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--below:not(.basic-dropdown-styled__content--no-arrow) {
  margin-top: 12px !important;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--left {
  margin-left: -10px;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--left::before {
  left: 10px;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--right {
  margin-right: -10px;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--right::before {
  right: 10px;
}
.basic-dropdown-styled__content.ember-basic-dropdown-content--center::before {
  left: calc(50% - 6px);
}

.ember-basic-dropdown-trigger{
  cursor: pointer;
  outline: none;
}

.book-a-training-calendar {
  height: 950px;
  min-width: 1000px;
  /* stylelint-disable-next-line selector-max-specificity */
}
.book-a-training-calendar--without-top-spacing {
  margin-top: -60px;
}
.book-a-training-calendar__loading-indicator {
  top: 100px;
}
.book-a-training-calendar iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.box-with-badge {
  width: 120px;
  height: 90px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  position: relative;
  transition: border-color 200ms ease;
}
.box-with-badge--primary {
  border-color: #073572;
}
.box-with-badge--primary:hover {
  border-color: #03132a;
}
.box-with-badge--primary:hover .box-with-badge__badge--primary {
  background-color: #03132a;
}
.box-with-badge--primary.box-with-badge--not-allowed:hover {
  border-color: #073572;
}
.box-with-badge--primary.box-with-badge--not-allowed:hover .box-with-badge__badge {
  background-color: #073572;
}
.box-with-badge__badge--primary {
  background-color: #073572;
}
.box-with-badge--green {
  border-color: #7ed320;
}
.box-with-badge--green:hover {
  border-color: #569116;
}
.box-with-badge--green:hover .box-with-badge__badge--green {
  background-color: #569116;
}
.box-with-badge--green.box-with-badge--not-allowed:hover {
  border-color: #7ed320;
}
.box-with-badge--green.box-with-badge--not-allowed:hover .box-with-badge__badge {
  background-color: #7ed320;
}
.box-with-badge__badge--green {
  background-color: #7ed320;
}
.box-with-badge--light-green {
  border-color: #b9e8b9;
}
.box-with-badge--light-green:hover {
  border-color: #7fd57f;
}
.box-with-badge--light-green:hover .box-with-badge__badge--light-green {
  background-color: #7fd57f;
}
.box-with-badge--light-green.box-with-badge--not-allowed:hover {
  border-color: #b9e8b9;
}
.box-with-badge--light-green.box-with-badge--not-allowed:hover .box-with-badge__badge {
  background-color: #b9e8b9;
}
.box-with-badge__badge--light-green {
  background-color: #b9e8b9;
}
.box-with-badge--light-orange {
  border-color: #f7971d;
}
.box-with-badge--light-orange:hover {
  border-color: #c16f07;
}
.box-with-badge--light-orange:hover .box-with-badge__badge--light-orange {
  background-color: #c16f07;
}
.box-with-badge--light-orange.box-with-badge--not-allowed:hover {
  border-color: #f7971d;
}
.box-with-badge--light-orange.box-with-badge--not-allowed:hover .box-with-badge__badge {
  background-color: #f7971d;
}
.box-with-badge__badge--light-orange {
  background-color: #f7971d;
}
.box-with-badge--yellow {
  border-color: #ffb700;
}
.box-with-badge--yellow:hover {
  border-color: #b38000;
}
.box-with-badge--yellow:hover .box-with-badge__badge--yellow {
  background-color: #b38000;
}
.box-with-badge--yellow.box-with-badge--not-allowed:hover {
  border-color: #ffb700;
}
.box-with-badge--yellow.box-with-badge--not-allowed:hover .box-with-badge__badge {
  background-color: #ffb700;
}
.box-with-badge__badge--yellow {
  background-color: #ffb700;
}
.box-with-badge--red {
  border-color: #ef5555;
}
.box-with-badge--red:hover {
  border-color: #e21515;
}
.box-with-badge--red:hover .box-with-badge__badge--red {
  background-color: #e21515;
}
.box-with-badge--red.box-with-badge--not-allowed:hover {
  border-color: #ef5555;
}
.box-with-badge--red.box-with-badge--not-allowed:hover .box-with-badge__badge {
  background-color: #ef5555;
}
.box-with-badge__badge--red {
  background-color: #ef5555;
}
.box-with-badge:hover {
  border-color: #073572;
}
.box-with-badge--small {
  width: 80px;
  height: 60px;
}
.box-with-badge--medium {
  width: 100px;
  height: 75px;
}
.box-with-badge--large {
  width: 230px;
  height: 140px;
}
.box-with-badge--not-allowed {
  cursor: not-allowed;
}
.box-with-badge--unavailable {
  cursor: not-allowed;
  opacity: 0.5;
}
.box-with-badge__badge {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  transition: background-color 200ms ease;
  width: 100%;
}
.box-with-badge__content {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 120px;
}
.box-with-badge__content svg {
  max-height: 50px;
  width: 100%;
}
.box-with-badge--small .box-with-badge__content {
  padding-left: 10px;
  padding-right: 10px;
  width: 80px;
}
.box-with-badge--small .box-with-badge__content svg {
  max-height: 44px;
}
.box-with-badge--medium .box-with-badge__content {
  padding-left: 15px;
  padding-right: 15px;
  width: 100px;
}
.box-with-badge--medium .box-with-badge__content svg {
  max-height: 47px;
}
.box-with-badge__overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  color: #62718a;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  justify-content: center;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity 200ms ease, background-color 200ms ease;
}
.box-with-badge__overlay:hover {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.changeset-input {
  position: relative;
}
.changeset-input__dropdown {
  border: 1px solid #f38484;
  border-radius: 0 0 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px -1px;
  font-size: 14px;
  padding: 11px 16px;
  width: 100%;
  word-break: break-word;
}
.changeset-input__dropdown.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in, .changeset-input__dropdown.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioned-in {
  animation: drop-fade-below 0.2s;
}
.changeset-input__dropdown.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in, .changeset-input__dropdown.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioned-in {
  animation: drop-fade-above 0.2s;
}
.changeset-input__dropdown.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.2s reverse;
}
.changeset-input__dropdown.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.2s reverse;
}
.changeset-input__dropdown--above {
  border-radius: 5px 5px 0 0;
}
.changeset-input__dropdown.ember-basic-dropdown-content--above {
  margin-top: 1px;
}
.changeset-input__dropdown.ember-basic-dropdown-content--below {
  margin-top: -1px;
}
.changeset-input__dropdown .error {
  color: #423e3e;
  line-height: 1.2em;
  margin: 6px 0;
  padding-left: 12px;
  position: relative;
}
.changeset-input__dropdown .error::before {
  background-color: #423e3e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -2px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.changeset-input__dropdown .error:first-child {
  margin-top: 0;
}
.changeset-input__dropdown .error:last-child {
  margin-bottom: 0;
}
.changeset-input__dropdown .error:only-child {
  padding-left: 0;
}
.changeset-input__dropdown .error:only-child::before {
  display: none;
}
.changeset-input__textarea {
  display: block;
  height: auto;
  max-height: 500px;
  max-width: 100%;
  min-height: 40px;
  min-width: 100%;
}
.changeset-input .input-wrap {
  position: relative;
}
.changeset-input .input-wrap.error {
  z-index: 1006;
}
.changeset-input .input-wrap.error input,
.changeset-input .input-wrap.error .changeset-input__textarea {
  border-color: #f16c6c !important;
  color: #ef5555;
}
.changeset-input .input-wrap.error input::-webkit-input-placeholder,
.changeset-input .input-wrap.error .changeset-input__textarea::-webkit-input-placeholder {
  color: #f8b2b2;
}
.changeset-input .input-wrap.error input:-moz-placeholder,
.changeset-input .input-wrap.error .changeset-input__textarea:-moz-placeholder {
  color: #f8b2b2;
}
.changeset-input .input-wrap.error input::-moz-placeholder,
.changeset-input .input-wrap.error .changeset-input__textarea::-moz-placeholder {
  color: #f8b2b2;
}
.changeset-input .input-wrap.error input:-ms-input-placeholder,
.changeset-input .input-wrap.error .changeset-input__textarea:-ms-input-placeholder {
  color: #f8b2b2;
}
.changeset-input .input-wrap.error input:focus,
.changeset-input .input-wrap.error .changeset-input__textarea:focus {
  border-color: #f16c6c;
  border-radius: 5px 5px 0 0 !important;
}
.changeset-input .input-wrap.error.error--above input:focus {
  border-radius: 0 0 5px 5px;
}
.changeset-input__checklist-error {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 5px;
}
.changeset-input__checklist-error--invalid {
  color: #ef5555;
}

.checkbox-control {
  color: #404b55;
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-control input {
  display: none;
}
.checkbox-control__container {
  top: 2px;
  position: relative;
  align-items: center;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  display: flex;
  height: 16px;
  justify-content: center;
  min-width: 16px;
  transition: background-color 200ms ease, border 200ms ease;
}
.checkbox-control__container--checked {
  background: #073572;
  border-color: #073572;
}
.checkbox-control__container--no-label {
  top: 0;
}
.checkbox-control__icon {
  color: #fff;
  height: 10px;
  width: auto !important;
}
.checkbox-control__description {
  color: #b7b7b7;
  font-size: 14px;
}
.checkbox-control--disabled {
  cursor: default;
  opacity: 0.7;
}
.checkbox-control--disabled .checkbox-control__container {
  background-color: #e6eaec;
  border-color: #d8dee1;
}
.checkbox-control--disabled .checkbox-control__icon {
  color: #b7b7b7;
}

.checkbox-control--toggle {
  display: inline-block;
}
.checkbox-control--toggle.checkbox-control--disabled .checkbox-control__toggle-switch {
  opacity: 0.6;
}
.checkbox-control__toggle-switch {
  width: 40px;
  height: 22px;
  align-items: center;
  background-color: #fff;
  border: 2px solid #d8dee1;
  border-radius: 34px;
  display: flex;
  overflow: hidden;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.checkbox-control__toggle-switch::before {
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #d8dee1;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  left: -1px;
  position: absolute;
  transition: left 0.2s ease, background-color 0.2s ease;
}
.checkbox-control__toggle-switch--light {
  border-color: #e6eaec;
}
.checkbox-control__toggle-switch--light::before {
  border-color: #e6eaec;
}
.checkbox-control__toggle-switch--checked {
  background-color: #073572;
  border-color: #073572;
}
.checkbox-control__toggle-switch--checked::before {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  content: "";
  left: calc(100% - 20px);
}
.checkbox-control__toggle-switch--large {
  width: 54px;
  height: 30px;
}
.checkbox-control__toggle-switch--large::before {
  width: 26px;
  height: 26px;
}
.checkbox-control__toggle-switch--large.checkbox-control__toggle-switch--checked::before {
  left: calc(100% - 26px);
}

.code-snippet--oneline {
  padding: 10px;
}
.code-snippet--multiline {
  line-height: 1;
  padding: 20px;
}
.code-snippet--inline {
  align-items: center;
  display: inline-flex;
  padding: 0 0 0 10px;
}
.code-snippet__code {
  font-family: monospace;
}
.code-snippet__button-icon {
  margin-right: 2px;
}
.code-snippet--compact {
  align-items: center;
  display: flex;
  height: 40px;
}

.company-picture {
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #e6eaec;
  border-radius: 5px;
  min-width: 50px;
  position: relative;
}
.company-picture--placeholder::after {
  background: url("https://app.dealfront.com/sc-auth/assets/images/icons/building-e588591a5521269abc77f1a937e71725b1af8890.svg") no-repeat center;
  background-size: 36px auto;
  height: 100%;
  left: 0;
  opacity: 0.13;
  top: 0;
  width: 100%;
}
.company-picture--large {
  width: 120px;
  height: 120px;
  background-size: 100px;
  border-radius: 0;
}
.company-picture--large::after {
  background-size: 62px auto;
  opacity: 0.1;
}
.company-picture--large::before {
  font-size: 46px;
}

.count-label {
  border: 1px solid #9eb2c0;
  border-radius: 30px;
  color: #9eb2c0;
  display: inline-block;
  font-size: 10px;
  line-height: 1.3em;
  min-width: 3em;
  padding: 3px 6px;
  text-align: center;
  transition: border 0.15s ease, color 0.15s ease, opacity 0.2s ease, background-color 0.2s ease;
}
.count-label.active, .non-touch .responsive-table tr.count-label:hover:not(.disabled) {
  background-color: #073572;
  border: 1px solid #073572;
  color: #fff;
}
.count-label--light {
  border-color: #fff;
  color: #fff;
}
.count-label .count-label-loading {
  top: -1px;
  position: relative;
  display: inline-flex;
  font-size: 6px;
}

.copy-btn {
  background-color: transparent;
  border: none;
  color: #596976;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  transition: color 0.2s ease, background-color 0.2 ease;
}
.copy-btn--field {
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6eaec;
  border-bottom: 0;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  padding: 5px;
}
.copy-btn--field:focus:not(.disabled):not([disabled]), .copy-btn--field:hover:not(.disabled):not([disabled]), .copy-btn--field:active:not(.disabled):not([disabled]), .copy-btn--field--active:not(.disabled):not([disabled]) {
  background-color: #073572;
  color: #fff;
}
.copy-btn--field-inline {
  border: none;
  border-left: 1px solid #e6eaec;
  border-radius: initial;
  margin-left: 10px;
  position: static;
}

.ember-modal-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  z-index: 1004;
}
.ember-modal-overlay.translucent {
  background-color: rgba(0, 0, 0, 0.3);
}
.ember-modal-overlay.translucent--darken {
  background-color: rgba(0, 0, 0, 0.6);
}

.ember-modal-dialog {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 1px;
  margin: auto 0;
  max-width: 420px;
  min-width: 280px;
  padding: 30px 35px;
  position: relative;
}
.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  left: 0;
  top: 0;
  transform: none;
}

.modal-dialog__action-buttons {
  margin-top: 5px;
}
.modal-dialog__action-buttons button {
  line-height: 10px;
}
.modal-dialog__action-buttons button:first-child {
  margin-right: 0;
}
.modal-dialog__close-btn {
  color: #9eb2c0;
  font-size: 25px;
  padding: 0;
}
.modal-dialog__close-btn:focus:not(.disabled):not([disabled]), .modal-dialog__close-btn:hover:not(.disabled):not([disabled]), .modal-dialog__close-btn:active:not(.disabled):not([disabled]), .modal-dialog__close-btn--active:not(.disabled):not([disabled]) {
  color: #587387;
}

.expandable-section-toggle__wrapper {
  height: 40px;
  position: relative;
}
.expandable-section-toggle__wrapper::after {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6eaec;
  content: "";
  pointer-events: none;
}
.expandable-section-toggle__content {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 20;
}

.feature-teaser {
  position: relative;
}
.feature-teaser__content {
  background: #fafafa;
  border: 1px solid #e6eaec;
  border-left: 3px solid #073572;
  border-radius: 2px;
  padding: 20px;
}
.feature-teaser__headline {
  color: #404b55;
  font-weight: 700;
}
.feature-teaser__description {
  color: #596976;
  font-size: 14px;
}
.feature-teaser__expandable-section-toggle {
  bottom: -19px;
  left: 0;
  position: absolute;
  right: 0;
}

.group-dropdown {
  align-items: center;
  align-self: stretch;
  display: flex;
  position: relative;
}
.group-dropdown .dropdown-menu {
  animation: group-dropdown-show 0.15s ease forwards;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  z-index: 10;
}
.group-dropdown .dropdown-menu-fade-out {
  animation: group-dropdown-hide 0.15s ease forwards;
}
.group-dropdown .dropdown-menu-wrapper {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  color: #404b55;
  min-height: 100px;
}

.lead-usage-indicator {
  color: #767676;
  font-size: 14px;
  padding-top: 10px;
}
.lead-usage-indicator__data {
  display: flex;
  justify-content: space-between;
}
.lead-usage-indicator__bar {
  background-color: #e6eaec;
  border-radius: 3px;
  height: 5px;
  margin: 8px 0 0;
  position: relative;
  width: 100%;
}
.lead-usage-indicator__bar-value {
  background-color: #073572;
  border-radius: 3px;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
}
.lead-usage-indicator__bar-value--warning {
  background-color: #ffa363;
}
.lead-usage-indicator__bar-value--danger {
  background-color: #ef5555;
}
.lead-usage-indicator__message {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
}
.lead-usage-indicator .load-indicator__spinner {
  height: 26px;
  top: 4px;
}

.load-indicator {
  position: relative;
}
.load-indicator__spinner {
  height: 30px;
  margin: 15px auto;
  width: 19px;
}
.load-indicator__spinner.x-small {
  height: 16px;
  margin-bottom: 0;
  margin-top: 0;
  width: 12px;
}
.load-indicator__spinner.small {
  height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 14px;
}
.load-indicator__spinner.large {
  height: 50px;
  width: 30px;
}
.load-indicator__spinner.x-small .load-indicator__circle::before, .load-indicator__spinner.small .load-indicator__circle::before {
  height: 3px;
  width: 2px;
}
.load-indicator__spinner.display-inline {
  display: inline-block;
  margin: 0 12px 0 5px;
  position: relative;
  top: 4px;
}
.load-indicator__spinner.align-left {
  margin-left: 0;
}
.load-indicator__spinner.light .load-indicator__circle::before {
  background-color: #fff;
}
.load-indicator__circle {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.load-indicator__circle::before {
  animation: loadIndicatorCircleFadeDelay 1.2s infinite ease-in-out both;
  background-color: #767676;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15%;
  margin: 0 auto;
  width: 15%;
}
.load-indicator__circle--1 {
  height: 120%;
}
.load-indicator__circle--2 {
  transform: rotate(30deg);
}
.load-indicator__circle--2::before {
  animation-delay: -1.1s;
}
.load-indicator__circle--3 {
  transform: rotate(60deg);
}
.load-indicator__circle--3::before {
  animation-delay: -1s;
}
.load-indicator__circle--4 {
  transform: rotate(90deg);
}
.load-indicator__circle--4::before {
  animation-delay: -0.9s;
}
.load-indicator__circle--5 {
  transform: rotate(120deg);
}
.load-indicator__circle--5::before {
  animation-delay: -0.8s;
}
.load-indicator__circle--6 {
  transform: rotate(150deg);
}
.load-indicator__circle--6::before {
  animation-delay: -0.7s;
}
.load-indicator__circle--7 {
  transform: rotate(180deg);
}
.load-indicator__circle--7::before {
  animation-delay: -0.6s;
}
.load-indicator__circle--8 {
  transform: rotate(210deg);
}
.load-indicator__circle--8::before {
  animation-delay: -0.5s;
}
.load-indicator__circle--9 {
  transform: rotate(240deg);
}
.load-indicator__circle--9::before {
  animation-delay: -0.4s;
}
.load-indicator__circle--10 {
  transform: rotate(270deg);
}
.load-indicator__circle--10::before {
  animation-delay: -0.3s;
}
.load-indicator__circle--11 {
  transform: rotate(300deg);
}
.load-indicator__circle--11::before {
  animation-delay: -0.2s;
}
.load-indicator__circle--12 {
  transform: rotate(330deg);
}
.load-indicator__circle--12::before {
  animation-delay: -0.1s;
}

@keyframes loadIndicatorCircleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.loading-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loading-overlay__logo-wrapper {
  animation: logoLoader 1.2s ease-in-out infinite;
  width: 250px;
}

.media-icon {
  width: 24px;
  height: 24px;
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 3px;
}
.media-icon--crunchbase {
  border-color: #2292a7;
  transition: background-color 0.2s ease;
}
.media-icon--crunchbase path {
  fill: #2292a7;
  transition: fill 0.2s ease;
}
.media-icon--crunchbase:hover {
  background-color: #2292a7;
}
.media-icon--crunchbase:hover path {
  fill: #fff;
}
.media-icon--linkedin {
  border-color: #2d7bbd;
  color: #2d7bbd;
  transition: background-color, color 0.2s ease;
  font-size: 14px;
}
.media-icon--linkedin:hover {
  background-color: #2d7bbd;
  color: #fff;
}
.media-icon--twitter {
  border-color: #1da1f2;
  color: #1da1f2;
  transition: background-color, color 0.2s ease;
  font-size: 14px;
}
.media-icon--twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
.media-icon--facebook {
  border-color: #3b5998;
  color: #3b5998;
  transition: background-color, color 0.2s ease;
  font-size: 13px;
}
.media-icon--facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.media-icon--google-search {
  background-color: #fff;
  border-color: #073572;
  transition: background-color 0.2s ease;
}
.media-icon--google-search .media-icon__svg-icon {
  position: relative;
  top: 2px;
}
.media-icon--google-search path {
  transition: fill 0.2s ease;
}
.media-icon--google-search:hover {
  background-color: #073572;
  border-color: #073572;
}
.media-icon--google-search:hover path {
  fill: #fff;
}
.media-icon--yandex {
  border-color: red;
  transition: background-color 0.2s ease;
}
.media-icon--yandex path {
  fill: red;
  transition: fill 0.2s ease;
}
.media-icon--yandex:hover {
  background-color: red;
}
.media-icon--yandex:hover path {
  fill: #fff;
}
.media-icon--baidu {
  border-color: #2319dc;
  transition: background-color 0.2s ease;
}
.media-icon--baidu path {
  fill: #2319dc;
  transition: fill 0.2s ease;
}
.media-icon--baidu:hover {
  background-color: #2319dc;
}
.media-icon--baidu:hover path {
  fill: #fff;
}
.media-icon--github {
  border-color: #24292f;
  color: #24292f;
  transition: background-color, color 0.2s ease;
}
.media-icon--github:hover {
  background-color: #24292f;
  color: #fff;
}

.premium-teaser {
  display: inline-block;
  position: relative;
}
.premium-teaser.block {
  display: block;
}
.premium-teaser__toggle-wrapper {
  width: 100%;
  height: 100%;
  cursor: default;
  display: inline-block;
}

#premium-teaser-wormhole {
  position: absolute;
  transition-duration: 0.3s;
  transition-property: top left;
  transition-timing-function: ease;
  z-index: 2000;
}

.premium-teaser-bubble {
  animation: bubble-appear 0.5s ease;
  background: #fafafa;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 16px -1px;
  display: inline-block;
  height: auto;
  padding: 14px;
  position: relative;
  white-space: normal;
  width: 180px;
  z-index: 11;
}
.premium-teaser-bubble::before {
  content: "";
  position: absolute;
}
.premium-teaser-bubble.bottom {
  transform-origin: 50% 0%;
}
.premium-teaser-bubble.bottom::before {
  0width: 0;
  0height: 0;
  display: block;
  border-bottom: 8px solid #fafafa;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  margin-left: -6px;
  top: -7px;
}
.premium-teaser-bubble.left {
  transform-origin: 100% 50%;
}
.premium-teaser-bubble.left::before {
  0width: 0;
  0height: 0;
  display: block;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fafafa;
  border-top: 8px solid transparent;
  margin-top: -8px;
  right: -8px;
  top: 50%;
}
.premium-teaser-bubble.right {
  transform-origin: 0% 0%;
}
.premium-teaser-bubble.right::before {
  0width: 0;
  0height: 0;
  display: block;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fafafa;
  border-top: 8px solid transparent;
  left: -8px;
  margin-top: -8px;
  top: 50%;
}
.premium-teaser-bubble.top {
  transform-origin: 50% 100%;
}
.premium-teaser-bubble.top::before {
  0width: 0;
  0height: 0;
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fafafa;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}
.premium-teaser-bubble.top-right {
  transform-origin: 0% 10%;
}
.premium-teaser-bubble.top-right::before {
  0width: 0;
  0height: 0;
  display: block;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fafafa;
  border-top: 8px solid transparent;
  left: -8px;
  top: 20px;
}
.premium-teaser-bubble div.header {
  color: #423e3e;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.premium-teaser-bubble div.content {
  color: #423e3e;
  font-size: 13px;
  padding: 6px;
  text-align: center;
}
.premium-teaser-bubble div.content p {
  padding: 6px;
}

.prospect-lists-icon__trigger {
  color: #8c9eab;
  display: inline;
}
.prospect-lists-icon__content {
  padding: 0;
  z-index: 1004;
}
.prospect-lists-icon__table {
  max-height: 250px;
  overflow: hidden;
}
.prospect-lists-icon__table-cell {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

.server-error-message {
  background: #ffe8e4;
  border-radius: 5px;
  color: #931e15;
  font-size: 15px;
  margin: 10px 0;
  padding: 13px 18px;
}
.server-error-message:first-child {
  margin-bottom: 15px;
  margin-top: 0;
}

.full-page-error-base .error-details {
  margin: 15px auto 25px;
}
.full-page-error-base .error-details-wrapper {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  align-items: center;
  background-color: #474747;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  justify-content: center;
  text-align: center;
  z-index: 9999;
}

.help-icon {
  color: #62718a;
  margin-left: 1px;
}

.scrollable-view {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  /* Scroll momentum on touch devices */
  /* stylelint-disable-next-line property-no-unknown */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: scroll;
}
.scrollable-view__content {
  position: relative;
}

.code-snippet--oneline {
  padding: 10px;
}
.code-snippet--multiline {
  line-height: 1;
  padding: 20px;
}
.code-snippet--inline {
  align-items: center;
  display: inline-flex;
  padding: 0 0 0 10px;
}
.code-snippet__code {
  font-family: monospace;
}
.code-snippet__button-icon {
  margin-right: 2px;
}
.code-snippet--compact {
  align-items: center;
  display: flex;
  height: 40px;
}

.icon-button {
  align-items: center;
  color: #596976;
  display: flex;
  font-weight: normal;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.icon-button--without-label {
  width: 33px;
  height: 33px;
}
.icon-button--with-label {
  border: 1px solid #e6eaec;
  border-radius: 5px;
  padding: 4px 6px;
}
.icon-button--with-label .icon {
  color: #b7b7b7;
  margin-right: 0;
}
.icon-button:hover, .icon-button.active, .non-touch .responsive-table tr.icon-button:hover:not(.disabled) {
  border-color: #073572;
}
.icon-button:hover .icon-button__icon, .icon-button.active .icon-button__icon, .non-touch .responsive-table tr.icon-button:hover:not(.disabled) .icon-button__icon {
  color: #073572;
}
.icon-button:disabled {
  color: #e6eaec;
  cursor: default;
}
.icon-button:disabled:hover .icon-button__icon {
  color: #e6eaec;
}
.icon-button--blue {
  color: #073572;
}
.icon-button--blue:hover {
  color: black;
}

/* Add margin if there are not only icon buttons in a row */
button:not(.icon-button) + .icon-button {
  margin-left: 7px;
}

.button-group-selection__item {
  border: 1px solid #d7dde2;
  display: block;
  font-size: 15px;
  margin-bottom: -1px;
  padding: 11px 18px;
  text-align: left;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.button-group-selection__item:hover, .button-group-selection__item.active, .non-touch .responsive-table tr.button-group-selection__item:hover:not(.disabled) {
  color: #fff;
  cursor: pointer;
}
.button-group-selection__item:hover {
  background-color: #073572;
  border-color: #073572;
}
.button-group-selection__item:hover:not(:last-child) + button {
  border-top-color: #073572;
}
.button-group-selection__item.active, .non-touch .responsive-table tr.button-group-selection__item:hover:not(.disabled) {
  background-color: #05234c;
  border-color: #05234c;
}
.button-group-selection__item.active:not(:last-child) + button, .non-touch .responsive-table tr.button-group-selection__item:not(:last-child):hover:not(.disabled) + button {
  border-top-color: #05234c;
}
.button-group-selection__item:focus {
  border-color: #073572;
  outline: 0;
}
.button-group-selection__item:focus:not(:last-child) + button {
  border-top-color: #073572;
}
.button-group-selection__item:first-child {
  border-radius: 3px 3px 0 0;
}
.button-group-selection__item:last-child {
  border-radius: 0 0 3px 3px;
  margin-bottom: 0;
}

.skeleton-loader {
  background-color: #e6eaec;
  border-radius: 5px;
  height: 10px;
  min-height: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.skeleton-loader::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  animation: shimmer 1s ease-in-out infinite;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  min-height: 7px;
  transform: translateX(-100%);
}

.status-indicator {
  align-items: center;
  border: 1px solid #9eb2c0;
  border-radius: 30px;
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  min-width: 3em;
  padding: 3px 10px;
  position: relative;
  transition: none;
  white-space: nowrap;
}
.status-indicator::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 3px;
}
.status-indicator--success {
  border-color: #73c11d;
  color: #73c11d;
}
.status-indicator--success::before {
  background-color: #73c11d;
}
.status-indicator--danger {
  border-color: #ef5555;
  color: #ef5555;
}
.status-indicator--danger::before {
  background-color: #ef5555;
}
.status-indicator--warning {
  border-color: #ffa363;
  color: #ffa363;
}
.status-indicator--warning::before {
  background-color: #ffa363;
}
.status-indicator--neutral {
  border-color: #8c9eab;
  color: #8c9eab;
}
.status-indicator--neutral::before {
  background-color: #8c9eab;
}
.status-indicator--dot-outline::before {
  background-color: transparent;
  border: 1px solid currentColor;
}

.tooltip-decorator__trigger {
  cursor: inherit;
}
.tooltip-decorator__content {
  background: #617281;
  border: 1px solid #6c7e8f;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  padding: 4px 7px !important;
  text-align: center;
  z-index: 2000;
  pointer-events: none;
}
.tooltip-decorator__content.ember-basic-dropdown-content--above::before {
  border: none;
  bottom: -5px;
}
.tooltip-decorator__content.ember-basic-dropdown-content--below::before {
  border: none;
  top: -5px;
}
.tooltip-decorator__content::before {
  width: 10px;
  height: 10px;
  background-color: #617281;
  display: block !important;
}
.tooltip-decorator__content--fixed-width {
  white-space: normal;
  width: 228px;
  word-wrap: break-word;
}
.tooltip-decorator__content-tooltip-text {
  white-space: pre-line;
}
.tooltip-decorator__content {
  font-size: 14px;
  padding: 16px !important;
}

.info-hint {
  display: flex;
  margin-bottom: 20px;
}
.info-hint__icon {
  font-size: 14px;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 3px;
}

.progress-bar[value] {
  width: 100%;
  height: 5px;
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of default border in Firefox. */
  border: none;
  border-radius: 3px;
  color: #073572;
}
.progress-bar[value]::-webkit-progress-bar {
  background-color: #e6eaec;
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar[value]::-webkit-progress-value {
  background-color: #073572;
  border-radius: 3px;
}
.progress-bar[value]::-moz-progress-bar {
  background-color: #073572;
  border-radius: 3px;
}

.required-fields-legend__legend {
  font-size: 14px;
  font-style: italic;
}

.flash-notification {
  align-items: center;
  background-color: #404b55;
  border-top: 1px solid #353e46;
  color: #fff;
  display: flex;
  font-size: 16px;
  min-height: 60px;
  padding: 12px 50px 12px 20px;
  position: relative;
  transition: background-color 0.3s ease;
  position: fixed;
  will-change: transform, opacity;
  z-index: 1002;
}
.flash-notification__close {
  cursor: pointer;
  flex-shrink: 0;
  padding: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.2s, opacity 0.2s;
}
.flash-notification__close:hover {
  color: #404b55;
  opacity: 0.6;
}
.flash-notification--success {
  background-color: #62c462;
  border-top: 1px solid #4fbd4f;
}
.flash-notification--danger {
  background-color: #da595b;
  border-top: 1px solid #d54446;
}
.flash-notification__action-button {
  background-color: transparent !important;
  margin-left: 5px;
}
.flash-notification--major {
  animation: slideDown 0.18s ease-out;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 100%;
}
.flash-notification--major.flash-notification--exiting {
  animation: slideUp 0.18s ease-in;
}
.flash-notifications-container-top-layer .flash-notification--major {
  left: 0;
  max-width: 100%;
  right: 0;
  z-index: 10000;
}
.flash-notification--minor {
  animation: moveOpen 0.15s;
  bottom: 20px;
  padding-right: 70px;
  right: 100px;
}
.flash-notification--minor.flash-notification--exiting {
  animation: moveClose 0.15s;
}
.flash-notifications-container-top-layer .flash-notification--minor {
  z-index: 10000;
}
.flash-notification.flash-notification--exiting {
  animation-fill-mode: forwards;
}
.flash-notification__custom-action-link {
  color: #fff;
  text-decoration: underline;
}

@keyframes moveOpen {
  from {
    opacity: 0;
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes moveClose {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 10px);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translate(0, -60px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, -60px);
  }
}
.static-notification {
  align-items: center;
  background-color: #404b55;
  border-top: 1px solid #353e46;
  color: #fff;
  display: flex;
  font-size: 16px;
  min-height: 60px;
  padding: 12px 50px 12px 20px;
  position: relative;
  transition: background-color 0.3s ease;
}
.static-notification__close {
  cursor: pointer;
  flex-shrink: 0;
  padding: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.2s, opacity 0.2s;
}
.static-notification__close:hover {
  color: #404b55;
  opacity: 0.6;
}
.static-notification--success {
  background-color: #62c462;
  border-top: 1px solid #4fbd4f;
}
.static-notification--danger {
  background-color: #da595b;
  border-top: 1px solid #d54446;
}
.static-notification__action-button {
  background-color: transparent !important;
  margin-left: 5px;
}
.static-notification:first-child {
  border-top: none;
}
.static-notification:not(:first-child) {
  display: none;
}
.static-notification--feature {
  background-color: #ff9b56;
  border-top: 1px solid #ff8c3d;
}
.static-notification--info {
  background-color: #073572;
  border-top: 1px solid #062a5a;
}
.static-notification--warning {
  background-color: #f5a623;
  border-top: 1px solid #f39c0b;
}

.static-notifications-container {
  margin: 0 auto;
  min-width: 1230px;
  position: relative;
  width: 100%;
  z-index: 1001;
}

.badge {
  background-color: #073572;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  padding: 2px 10px;
  text-transform: uppercase;
}

.info-card {
  border: 1px solid #e6eaec;
  border-radius: 3px;
  flex: initial;
  margin: 0 1%;
  width: 32%;
}
.info-card--warning {
  border-color: #e2db6b;
}
.info-card--danger {
  border-color: #da595b;
}
.info-card:first-child {
  margin-left: 0;
}
.info-card:last-child {
  margin-right: 0;
}
.info-card__header {
  align-items: center;
  background-color: #fafcfc;
  border-bottom: 1px solid #e6eaec;
  border-radius: 3px 3px 0 0;
  color: #8c9eab;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  min-height: 40px;
  padding: 5px 18px;
  text-transform: uppercase;
}
.info-card__header > *:first-child {
  margin-right: 6px;
}
.info-card--warning .info-card__header {
  background-color: #fffeed;
  border-color: #e2db6b;
  color: #f5a623;
}
.info-card--danger .info-card__header {
  background-color: #fbefef;
  border-color: #da595b;
  color: #ef5555;
}
.info-card__icon {
  font-size: 13px;
}
.info-card__content {
  color: #8c9eab;
  font-size: 14px;
  line-height: 1.4;
  padding: 18px;
}
.info-card--warning .info-card__content {
  border-color: #e2db6b;
  color: #404b55;
}
.info-card--danger .info-card__content {
  border-color: #da595b;
  color: #404b55;
}
.info-card__subsection {
  margin-top: 10px;
}
.info-card__subsection:first-child {
  margin-top: 0;
}
.info-card__subsection-header {
  color: #596976;
  display: block;
}
.info-card__subsection p {
  line-height: 1.45;
}
.info-card__subsection p + p {
  margin-top: 10px;
}
.info-card ul {
  list-style-type: disc;
  margin-bottom: 12px;
}
.info-card ul:not(:first-child) {
  margin-top: 8px;
}
.info-card ul li {
  margin-left: 20px;
}

.credit-card-preview {
  align-items: center;
  display: flex;
}
.credit-card-preview__cc-icon {
  color: #9eb2c0;
  font-size: 32px;
  margin: 0;
  width: 42px;
}
.credit-card-preview__cc-data {
  display: flex;
  flex-flow: column wrap;
  margin-left: 10px;
}
.credit-card-preview__cc-number {
  color: #62718a;
  font-size: 12px;
  line-height: 1;
}

/**
 * Button classes that can be applied to `<a>`, `<button>`, `<input>`, etc. elements.
 * Automatically applied to `<FLinkTo>` & `<Platform::Button>` components via their `@appearance` arguments.
 * Example usage: <button class="button button-default-size button-filled" type="button">
 * @see https://www.figma.com/file/7cm0DOEGHPoxEqhbE9zkKY/Buttons?node-id=0%3A1&t=pLzHW9PnAG425zOB-1
 */
/**
 * Link classes that can be applied to `<a>`, `<button>`, `<LinkTo>`, etc.
 * Automatically applied to the `<FLinkTo @argument="link-blue-light-mode">` component via the `@appearance` argument.
 * Example usage: <a class="link link-grey-light-mode" href="#">
 * @see https://www.figma.com/file/v4NfW4ndQkKGgUxuHWwjwy/Links?t=vU7DImV43aBBIKor-1
 */
.h-flex {
  display: flex;
}
.h-flex--dir-row {
  flex-direction: row;
}
.h-flex--dir-column {
  flex-direction: column;
}
.h-flex--gap-single {
  gap: 10px;
}
.h-flex--gap-single-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 10px !important;
}
.h-flex--gap-single-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 10px !important;
}
.h-flex--gap-single-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 10px !important;
}
.h-flex--gap-single-and-half {
  gap: 15px;
}
.h-flex--gap-single-and-half-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 15px !important;
}
.h-flex--gap-single-and-half-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 15px !important;
}
.h-flex--gap-single-and-half-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 15px !important;
}
.h-flex--gap-double-and-half {
  gap: 25px;
}
.h-flex--gap-double-and-half-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 25px !important;
}
.h-flex--gap-double-and-half-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 25px !important;
}
.h-flex--gap-double-and-half-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 25px !important;
}
.h-flex--gap-double {
  gap: 20px;
}
.h-flex--gap-double-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 20px !important;
}
.h-flex--gap-double-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 20px !important;
}
.h-flex--gap-double-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 20px !important;
}
.h-flex--gap-half {
  gap: 5px;
}
.h-flex--gap-half-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 5px !important;
}
.h-flex--gap-half-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 5px !important;
}
.h-flex--gap-half-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 5px !important;
}
.h-flex--gap-triple {
  gap: 30px;
}
.h-flex--gap-triple-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 30px !important;
}
.h-flex--gap-triple-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 30px !important;
}
.h-flex--gap-triple-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 30px !important;
}
.h-flex--gap-quadruple {
  gap: 40px;
}
.h-flex--gap-quadruple-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 40px !important;
}
.h-flex--gap-quadruple-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 40px !important;
}
.h-flex--gap-quadruple-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 40px !important;
}
.h-flex--gap-fifth {
  gap: 2px;
}
.h-flex--gap-fifth-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 2px !important;
}
.h-flex--gap-fifth-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 2px !important;
}
.h-flex--gap-fifth-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 2px !important;
}
.h-flex--gap-none {
  gap: 0;
}
.h-flex--gap-none-compat.h-flex--dir-row:not(.flex-row-reverse) > *:not(:first-child) {
  margin-left: 0 !important;
}
.h-flex--gap-none-compat.h-flex--dir-row.flex-row-reverse > *:not(:last-child) {
  margin-left: 0 !important;
}
.h-flex--gap-none-compat.h-flex--dir-column:not(.flex-row-reverse) > *:not(:first-child) {
  margin-top: 0 !important;
}
.h-flex--wrap {
  flex-wrap: wrap;
}
.h-flex--nowrap {
  flex-wrap: nowrap;
}
.h-flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* Prettier removes line-breaks in @import and make it less readable */
/* prettier-ignore */
.card {
  border-radius: 5px;
  width: 350px;
}
@media (max-width: 350px) {
  .card {
    border-radius: 0;
    width: 100%;
  }
}
.card h2 {
  margin-bottom: 20px;
}
.card__header .logo-leadfeeder {
  display: block;
  margin: 0 auto 20px;
}
.card__body {
  background-color: #fff;
  border-radius: 5px;
  padding: 38px;
}
@media (max-width: 350px) {
  .card__body {
    border-radius: 0;
  }
}
.card--with-footer .card__body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 23px;
}
.card__footer {
  background: #f7f7f7;
  border-radius: 0 0 5px 5px;
  color: #404b55;
  font-size: 15px;
  padding: 18px 38px;
}
.card__footer a {
  margin-left: 4px;
}
@media (max-width: 350px) {
  .card__footer {
    border-radius: 0;
  }
}

form .field,
.form .field {
  margin: 12px 0;
  position: relative;
}
form .field:last-of-type,
.form .field:last-of-type {
  margin-bottom: 0;
}
form .field .checkbox-control__label,
.form .field .checkbox-control__label {
  text-transform: none;
}
form .field input,
.form .field input {
  -webkit-appearance: none;
}
form .field input[type=text], form .field input[type=password], form .field input[type=email], form .field input[type=number], form .field input[type=tel],
.form .field input[type=text],
.form .field input[type=password],
.form .field input[type=email],
.form .field input[type=number],
.form .field input[type=tel] {
  border-color: #d7dde2;
  border-radius: 3px;
  width: 100%;
}
form .field input[type=text]:focus, form .field input[type=password]:focus, form .field input[type=email]:focus, form .field input[type=number]:focus, form .field input[type=tel]:focus,
.form .field input[type=text]:focus,
.form .field input[type=password]:focus,
.form .field input[type=email]:focus,
.form .field input[type=number]:focus,
.form .field input[type=tel]:focus {
  border-color: #073572;
  box-shadow: none;
}
form .field input[type=text].disabled, form .field input[type=text][disabled], form .field input[type=password].disabled, form .field input[type=password][disabled], form .field input[type=email].disabled, form .field input[type=email][disabled], form .field input[type=number].disabled, form .field input[type=number][disabled], form .field input[type=tel].disabled, form .field input[type=tel][disabled],
.form .field input[type=text].disabled,
.form .field input[type=text][disabled],
.form .field input[type=password].disabled,
.form .field input[type=password][disabled],
.form .field input[type=email].disabled,
.form .field input[type=email][disabled],
.form .field input[type=number].disabled,
.form .field input[type=number][disabled],
.form .field input[type=tel].disabled,
.form .field input[type=tel][disabled] {
  background-color: #f7f7f7;
  color: #8c9eab;
  -webkit-text-fill-color: #8c9eab;
}
form .field textarea,
.form .field textarea {
  border-color: #d7dde2;
  border-radius: 3px;
  width: 100%;
  display: block;
}
form .field textarea:focus,
.form .field textarea:focus {
  border-color: #073572;
  box-shadow: none;
}
form .field textarea.disabled, form .field textarea[disabled],
.form .field textarea.disabled,
.form .field textarea[disabled] {
  background-color: #f7f7f7;
  color: #8c9eab;
  -webkit-text-fill-color: #8c9eab;
}
form .field--error,
.form .field--error {
  color: #ef5555;
}
form .field--error label,
.form .field--error label {
  color: #ef5555;
}

.field-label {
  color: #8c9eab;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.field-label--darker {
  color: #637888;
}
@media (max-width: 575px) {
  .field-label {
    font-size: 11px;
  }
}

.francium-auth{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .francium-auth:not(.not-authenticated) .scroll-area__flex-content{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.scroll-area__flex-content {
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 575px) {
  .scroll-area__flex-content {
    background-color: #fff;
    display: block;
    margin-top: 0;
    padding: 30px 0;
  }
}

.container {
  max-width: 1280px;
  position: relative;
}

.btn {
  border-radius: 3px;
}

.full-width {
  max-width: 100%;
}

.server-error-message {
  border-radius: 3px;
}

.hide-md-up {
  display: block;
}
@media (min-width: 901px) {
  .hide-md-up {
    display: none;
  }
}

@media (max-width: 900px) {
  .pagination .page-number {
    display: none;
  }
}

table {
  width: 100%;
}
table thead th {
  background-color: transparent;
  border-bottom: 1px solid #f7f7f7;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
table th,
table td {
  min-height: 40px;
  padding: 12px 16px;
  word-break: break-word;
}
table td {
  font-size: 14px;
}

.ember-power-select-trigger {
  border-color: #dcdbdb;
  border-radius: 3px;
  height: 40px;
}
.ember-power-select-trigger.ember-basic-dropdown-trigger--above, .ember-power-select-trigger.ember-basic-dropdown-trigger--below {
  border-color: #073572;
  box-shadow: none;
}
.ember-power-select-trigger.small {
  font-size: 15px;
  height: 40px;
}

.ember-power-select-placeholder {
  margin-left: 15px;
}

.ember-power-select-status-icon{
  margin-left: 0.5rem;
}

.responsive-table {
  overflow: hidden;
}
@media (max-width: 575px) {
  .responsive-table {
    margin-bottom: 90px;
  }
}
.responsive-table__head {
  position: relative;
  z-index: 10;
}
.responsive-table__head table th {
  background-color: #fff;
  border-bottom: 2px solid #e4e4e4;
  height: 60px;
  line-height: 1.2em;
  padding-left: 0;
  vertical-align: middle;
}
.responsive-table__head table th:first-child {
  border-radius: 5px 0 0;
  padding-left: 22px;
}
.responsive-table__head table th:last-child {
  border-radius: 0 5px 0 0;
}
.responsive-table__head table th small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
  opacity: 0.8;
  text-transform: none;
}
@media (max-width: 575px) {
  .responsive-table__head table th {
    background-color: #fafafa;
    border-bottom-width: 1px;
    border-top: 1px solid #e4e4e4;
    color: #8c9eab;
    font-size: 12px;
    height: 30px;
    text-transform: uppercase;
  }
}
.responsive-table__body {
  border-radius: 5px;
  position: relative;
}
.responsive-table__body tr, .responsive-table__body .non-touch .responsive-table tr:hover:not(.disabled), .non-touch .responsive-table .responsive-table__body tr:hover:not(.disabled) {
  cursor: pointer;
}
.responsive-table__body tr td, .responsive-table__body .non-touch .responsive-table tr:hover:not(.disabled) td, .non-touch .responsive-table .responsive-table__body tr:hover:not(.disabled) td {
  padding-left: 0;
}
.responsive-table__footer {
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  padding: 8px 20px;
}
.responsive-table__footer .refresh-button {
  color: #616b72;
  font-size: 15px;
  margin-left: auto;
  padding: 0;
}
.responsive-table__footer .refresh-button i {
  font-size: 15px;
}
.responsive-table__footer .pagination {
  margin: 4px 0;
}
.responsive-table__footer-no-divide {
  border-top: 0;
}
.responsive-table table {
  table-layout: fixed;
}
.responsive-table tr, .non-touch .responsive-table tr:hover:not(.disabled) {
  position: relative;
}
.responsive-table tr td, .non-touch .responsive-table tr:hover:not(.disabled) td {
  background-color: #fff;
  line-height: 1.2em;
  min-height: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .responsive-table tr td, .non-touch .responsive-table tr:hover:not(.disabled) td {
    border-bottom: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
    min-height: 0;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .responsive-table tr:first-child td, .non-touch .responsive-table tr:first-child:hover:not(.disabled) td {
    border-top: none;
  }
  .responsive-table tr:last-child td, .non-touch .responsive-table tr:last-child:hover:not(.disabled) td {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .responsive-table tr:nth-child(odd) td, .non-touch .responsive-table tr:nth-child(odd):hover:not(.disabled) td {
    background-color: #fafafa;
  }
}
.responsive-table tr .property-name-column, .non-touch .responsive-table tr:hover:not(.disabled) .property-name-column {
  width: 242px;
}
.responsive-table tr .view-name-column, .non-touch .responsive-table tr:hover:not(.disabled) .view-name-column {
  width: 242px;
}
@media (max-width: 575px) {
  .responsive-table tr .view-name-column, .non-touch .responsive-table tr:hover:not(.disabled) .view-name-column {
    display: none;
  }
}
.responsive-table tr .domain-column, .non-touch .responsive-table tr:hover:not(.disabled) .domain-column {
  width: 180px;
}
@media (max-width: 900px) {
  .responsive-table tr .domain-column, .non-touch .responsive-table tr:hover:not(.disabled) .domain-column {
    display: none;
  }
}
.responsive-table tr .visits-column, .non-touch .responsive-table tr:hover:not(.disabled) .visits-column {
  white-space: nowrap;
  width: 135px;
}
@media (max-width: 900px) {
  .responsive-table tr .visits-column, .non-touch .responsive-table tr:hover:not(.disabled) .visits-column {
    white-space: normal;
    width: 80px;
  }
  .responsive-table tr .visits-column small, .non-touch .responsive-table tr:hover:not(.disabled) .visits-column small {
    display: block;
    margin-left: 0;
  }
}
.responsive-table tr td:first-child, .non-touch .responsive-table tr:hover:not(.disabled) td:first-child {
  padding-left: 20px;
}
.responsive-table tr .property-name, .non-touch .responsive-table tr:hover:not(.disabled) .property-name {
  display: inline-block;
}
.responsive-table tr .property-name__wrapper, .non-touch .responsive-table tr:hover:not(.disabled) .property-name__wrapper {
  align-items: center;
  display: flex;
}
.responsive-table tr .property-name::before, .non-touch .responsive-table tr:hover:not(.disabled) .property-name::before {
  background-color: #073572;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 0;
}
.responsive-table tr.active, .non-touch .responsive-table tr:hover:not(.disabled) {
  font-weight: bold;
}
@media (max-width: 575px) {
  .responsive-table tr.active, .non-touch .responsive-table tr:hover:not(.disabled) {
    font-weight: normal;
  }
}
.responsive-table tr.active td, .non-touch .responsive-table tr:hover:not(.disabled) td {
  color: #073572;
}
.responsive-table tr.active .property-name::before, .non-touch .responsive-table tr:hover:not(.disabled) .property-name::before {
  width: 3px;
}
.non-touch .responsive-table tr:hover:not(.disabled) {
  font-weight: normal;
}
.responsive-table tr .profile-already-used, .non-touch .responsive-table tr:hover:not(.disabled) .profile-already-used {
  color: #ec8c1d;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.responsive-table tr .profile-already-used--vendor, .non-touch .responsive-table tr:hover:not(.disabled) .profile-already-used--vendor {
  color: #159324;
}
.responsive-table tr.responsive-table__loading-row, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) {
  background-color: #fafafa;
  cursor: default;
}
.responsive-table tr.responsive-table__loading-row td, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td {
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  height: 74px;
  padding: 22px 0;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td .table-loading-row__wrapper {
  height: 100%;
  width: 100%;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper::before, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td .table-loading-row__wrapper::before {
  background-color: #fafafa;
  height: 100%;
  left: 0;
  top: 0;
  width: 35px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper::after, .non-touch .responsive-table tr.responsive-table__loading-row:hover:not(.disabled) td .table-loading-row__wrapper::after {
  background-color: #fafafa;
  height: 11px;
  left: 0;
  top: 10px;
  width: 480px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain {
  background-color: #fafafa;
  height: 10px;
  position: absolute;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::after, .responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::before,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::after,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::before {
  background-color: #fafafa;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::after,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::after {
  bottom: -23px;
  height: 12px;
  width: 100%;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::before,
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::before {
  height: 34px;
  right: 0;
  top: 0;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain {
  left: 529px;
  width: 195px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-domain::before {
  width: 50px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits {
  right: 0;
  top: 0;
  width: 150px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-visits::before {
  width: 40px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-id {
  background-color: #fafafa;
  height: 9px;
  position: absolute;
  top: 21px;
  width: 100px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-id::after {
  background-color: #fafafa;
  height: 34px;
  right: 0;
  top: -26px;
  width: 50px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-id--first {
  left: 150px;
  width: 115px;
}
.responsive-table tr.responsive-table__loading-row td .table-loading-row__wrapper .table-loading-row__mask-id--second {
  left: 368px;
  width: 162px;
}
.responsive-table tr.responsive-table__loading-row:last-child td, .non-touch .responsive-table tr.responsive-table__loading-row:last-child:hover:not(.disabled) td {
  border-bottom: none;
}
.responsive-table tr.table-no-results-row, .non-touch .responsive-table tr.table-no-results-row:hover:not(.disabled) {
  cursor: default;
}
.responsive-table tr.table-no-results-row td:hover, .non-touch .responsive-table tr.table-no-results-row:hover:not(.disabled) td:hover {
  color: #404b55;
}

.or-divider {
  align-items: center;
  color: #b3b3b3;
  display: flex;
  margin-bottom: -5px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.or-divider span {
  font-size: 10px;
  font-weight: 700;
  margin: 0 18px 3px;
  margin-bottom: 2px;
}
.or-divider::before, .or-divider::after {
  background-color: #ebebeb;
  content: "";
  height: 2px;
  width: 100%;
}
@media (min-width: 1024px) {
  .or-divider--vertical {
    height: 225px;
    margin: 0 18px;
  }
  .or-divider--vertical span {
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    z-index: 20;
  }
  .or-divider--vertical::before {
    background-color: #f0f0f0;
    height: 100%;
    left: 50%;
    position: absolute;
    width: 2px;
  }
  .or-divider--vertical::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .or-divider--vertical {
    margin: 10px 0 5px;
  }
}

@media (max-width: 575px) {
  .flash-notification--minor {
    right: 20px;
  }
  .flash-notification {
    font-size: 14px;
    min-height: 52px;
  }
  .flash-notification span {
    line-height: 1em;
  }
  .flash-notification__close-icon {
    font-size: 12px;
  }
}

.signup-main-view__promo-box-leadfeeder {
  background: linear-gradient(108.54deg, #36abff 0.35%, #3a7dff 45.91%, #8423ff 95.74%);
}

.logo-leadfeeder-svg.large {
  height: 70px;
  width: 210px;
}
.logo-leadfeeder-svg.small {
  height: 38px;
  width: 135px;
}

.email-notifications-settings {
  max-width: 870px;
  width: 870px;
}
@media (max-width: 900px) {
  .email-notifications-settings {
    margin: -8px 0 0;
    max-width: 100%;
    padding: 0 10px 10px;
    width: 100%;
  }
}
.email-notifications-settings--sticky {
  position: absolute;
}
.email-notifications-settings__heading {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .email-notifications-settings__heading {
    font-size: 16px;
  }
}
.email-notifications-settings__top-area {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .email-notifications-settings__top-area {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .email-notifications-settings__website-info {
    width: 100%;
  }
}
.email-notifications-settings__website-info b {
  font-weight: bold;
}
.email-notifications-settings__search {
  margin-left: auto;
  position: relative;
  width: 250px;
}
@media (max-width: 900px) {
  .email-notifications-settings__search {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .email-notifications-settings__search {
    margin-top: 10px;
  }
}
.email-notifications-settings__search-icon {
  top: 11px;
  left: 10px;
  position: absolute;
  opacity: 0.7;
}
.email-notifications-settings__search-input {
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 34px;
}
@media (max-width: 900px) {
  .email-notifications-settings__search-input {
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .email-notifications-settings__search-input {
    border: 1px solid #e6eaec;
    font-size: 14px;
  }
}

.notifications-step__container {
  max-width: 865px;
}
@media (max-width: 575px) {
  .notifications-step__container {
    padding: 0 30px;
  }
}
@media (max-width: 901px) {
  .notifications-step__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.notifications-step__table-container {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 575px) {
  .notification-settings-table {
    margin-bottom: 0;
  }
}
.notification-settings-table__body tr, .notification-settings-table__body .non-touch .responsive-table tr:hover:not(.disabled), .non-touch .responsive-table .notification-settings-table__body tr:hover:not(.disabled) {
  cursor: default;
}
.notification-settings-table__mobile-checkboxes-area {
  margin-top: 10px;
}
.notification-settings-table__mobile-checkboxes-area .checkbox-control {
  color: #404b55;
  margin-bottom: 5px;
}
.notification-settings-table__save-area {
  margin-top: 20px;
}
.notification-settings-table__mobile-checkbox {
  margin: 5px 0;
}
.notification-settings-table__medium-column {
  width: 180px;
}
@media (max-width: 900px) {
  .notification-settings-table__medium-column {
    display: none;
  }
}
.notification-settings-table__wider-column {
  width: 242px;
}
.notification-settings-table__body-saving {
  position: relative;
}
.notification-settings-table__body-saving::after {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  display: block;
  z-index: 1;
}
.notification-settings-table__saving-area {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}

/* Font Sizes */
/*
 * Adds ellipsis to text that is longer that the container it's placed in
 * Note: we're getting rid of placeholders, so in the process of transition we're aliasing
 * the placeholder as this mixin.
 */
.company-picker-wrapper {
  min-height: 65px;
}
.company-picker__add-company {
  align-items: center;
  display: flex;
}

.company-picker__dropdown .company-picker__add-company::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #e6eaec;
  content: "";
  display: block;
}

/* Font Sizes */
.power-select-dropdown__francium-auth.ember-basic-dropdown-content {
  z-index: 1005;
}
.power-select-dropdown__francium-auth .ember-power-select-option {
  padding: 8px 15px;
  position: relative;
}
@media (max-width: 575px) {
  .power-select-dropdown__francium-auth.power-select-dropdown--mobile-sm .ember-power-select-option {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.__17c42__no-access-info {
  color: #ec8c1d;
  font-size: 14px;
  line-height: 1;
}

.__a32fa {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 18px 38px 34px;
  transition-duration: 0.1s;
  transition-property: height;
  transition-timing-function: ease;
  width: 380px;
}
@media (max-width: 901px) {
  .__a32fa {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .__a32fa {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.__43e18__link-style {
  margin-bottom: -18px;
  margin-left: -18px;
}

.__2a911__business-goal {
  height: 100px;
  resize: none;
}

.__d0f8f .system-selector__icon-container {
  width: 20px;
  height: 11px;
  display: inline-block;
  margin-left: -3px;
  margin-right: 10px;
  position: relative;
}
.__d0f8f .system-selector__icon {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: auto;
  margin: auto;
}
.__d0f8f .system-selector__icon--salesforce-icon {
  width: 20px;
}
.__d0f8f .system-selector__icon--pipedrive-icon {
  width: 12px;
}
.__d0f8f .system-selector__icon--dynamics-icon {
  width: 11px;
}
.__d0f8f .system-selector__icon--zoho-icon {
  width: 15px;
}
.__d0f8f .system-selector__icon--hubspot-icon {
  width: 17px;
}
.__d0f8f .system-selector__icon--hub_spot_marketing-icon {
  width: 17px;
}
.__d0f8f .system-selector__icon--active_campaign-icon {
  width: 12px;
}
.__d0f8f .system-selector__icon--campaign_monitor-icon {
  width: 16px;
}
.__d0f8f .system-selector__icon--intercom-icon {
  width: 16px;
}
.__d0f8f .system-selector__icon--other {
  color: #999;
  font-size: 14px;
  margin-top: -2px;
}
.__d0f8f .system-selector__button:hover .system-selector__icon, .__d0f8f .system-selector__button.active .system-selector__icon, .__d0f8f .non-touch .responsive-table tr.system-selector__button:hover:not(.disabled) .system-selector__icon, .non-touch .responsive-table .__d0f8f tr.system-selector__button:hover:not(.disabled) .system-selector__icon {
  color: #fff;
}
.__d0f8f .system-selector__button:hover .system-selector__icon path, .__d0f8f .system-selector__button.active .system-selector__icon path {
  fill: #fff;
}
.__d0f8f .system-selector__button:hover .system-selector__icon path.zoho-icon-z-symbol, .__d0f8f .system-selector__button.active .system-selector__icon path.zoho-icon-z-symbol {
  fill: #073572;
}

body {
  color: #404b55;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Lato, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 575px){
  .container{
    max-width: 575px;
  }
}
@media (min-width: 901px){
  .container{
    max-width: 901px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 2240px){
  .container{
    max-width: 2240px;
  }
}
.cell-shadow::after{
  position: absolute;
  right: -30px;
  top: 0px;
  height: 100%;
  width: 30px;
  --tw-shadow: inset 25px 0 10px -20px rgb(0,0,0,0.1);
  --tw-shadow-colored: inset 25px 0 10px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-content: "";
  content: var(--tw-content);
}
.cell-shadow{
  overflow: visible !important;
}
.\!button{
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button{
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\!button:disabled{
  pointer-events: none;
  opacity: 0.3;
}
.button:disabled{
  pointer-events: none;
  opacity: 0.3;
}
.\!button:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.button:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:focus-visible .\!button{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:focus-visible .button{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.button-default-size{
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.button-small-size{
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.button-tiny-size{
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.button-filled{
  --tw-bg-opacity: 1;
  background-color: rgb(2 78 193 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-filled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 66 141 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-filled:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-filled{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-filled:active{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
}
.button-filled:disabled{
  cursor: not-allowed;
  background-color: rgb(22 22 22 / 0.5);
  color: rgb(22 22 22 / 0.75);
  opacity: 0.7;
}
.button-secondary-filled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 26 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.button-secondary-filled:hover{
  background-color: rgb(255 190 26 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 180 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.button-secondary-filled:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-secondary-filled{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-secondary-filled:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 26 / var(--tw-bg-opacity, 1));
}
.button-secondary-filled:disabled{
  cursor: not-allowed;
  background-color: rgb(22 22 22 / 0.5);
  color: rgb(22 22 22 / 0.75);
  opacity: 0.7;
}
.button-outline{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.button-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.button-outline:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-outline{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-outline:active{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
}
.button-outline:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(155 166 185 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.button-outline-dark{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-outline-dark:hover{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-outline-dark:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-outline-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-outline-dark:active{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
}
.button-outline-dark:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
.button-text{
  height: auto;
  width: auto;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
  margin-left: 0;
  margin-right: 0;
}
.button-text:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.button-text:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 230 240 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-text{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 230 240 / var(--tw-ring-opacity, 1));
}
.button-text:active{
  --tw-bg-opacity: 1;
  background-color: rgb(223 230 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.button-text:disabled{
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.button-link{
  height: auto;
  width: auto;
  cursor: pointer;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(27 112 240 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  margin-left: 0;
  margin-right: 0;
}
.button-link:hover{
  --tw-text-opacity: 1;
  color: rgb(2 78 193 / var(--tw-text-opacity, 1));
}
.button-link:active{
  --tw-text-opacity: 1;
  color: rgb(2 78 193 / var(--tw-text-opacity, 1));
}
.button-link:disabled{
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.button-transparent{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.button-transparent:hover{
  background-color: rgb(7 53 114 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.button-transparent:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-transparent{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-transparent:active{
  background-color: rgb(7 53 114 / 0.5);
}
.button-transparent:disabled{
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.button-transparent-active{
  background-color: rgb(7 53 114 / 0.5);
}
.button-pill{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(155 166 185 / var(--tw-border-opacity, 1));
}
.button-pill:hover{
  background-color: rgb(7 53 114 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.button-pill:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-pill{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-pill:active{
  background-color: rgb(7 53 114 / 0.5);
}
.button-pill:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(155 166 185 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.button-secondary-pill{
  --tw-bg-opacity: 1;
  background-color: rgb(77 86 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 1.5rem;
}
.button-secondary-pill:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .button-secondary-pill{
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}
.button-secondary-pill:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-secondary-pill{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}
.button-secondary-pill:active{
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}
.button-secondary-pill:disabled{
  cursor: not-allowed;
  background-color: rgb(22 22 22 / 0.5);
  color: rgb(22 22 22 / 0.75);
  opacity: 0.7;
}
.button-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(244 77 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(182 94 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-danger:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 239 238 / var(--tw-ring-opacity, 1));
}
.group:focus-visible .button-danger{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 239 238 / var(--tw-ring-opacity, 1));
}
.button-danger:active{
  --tw-bg-opacity: 1;
  background-color: rgb(135 79 82 / var(--tw-bg-opacity, 1));
}
.button-danger:disabled{
  cursor: not-allowed;
  background-color: rgb(22 22 22 / 0.5);
  color: rgb(22 22 22 / 0.75);
  opacity: 0.7;
}
.button-legacy-target{
  display: inline-flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(188 202 208 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(117 137 147 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-legacy-target:hover:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}
.button-legacy-target:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
.input-text, .select{
  border-radius: 5px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: Inter, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 62 73 / var(--tw-text-opacity, 1)) !important;
  outline-width: 0px !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
 .\!select{
  border-radius: 5px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: Inter, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 62 73 / var(--tw-text-opacity, 1)) !important;
  outline-width: 0px !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.input-text:disabled, .select:disabled{
  cursor: not-allowed;
}
 .\!select:disabled{
  cursor: not-allowed;
}
.input-text:focus-visible, .select:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
}
 .\!select:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
}
.input-text:hover, .select:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1)) !important;
}
 .\!select:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1)) !important;
}
.input-text::-moz-placeholder, .select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.input-text::placeholder, .select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
 .\!select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
 .\!select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.\!select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%234D5666' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/></svg>") !important;
    background-size: 14px auto !important;
    background-position: right 8px center !important;
  }
.select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%234D5666' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/></svg>");
    background-size: 14px auto;
    background-position: right 8px center;
  }
.\!select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
}
.select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
}
.\!select{
  padding-right: 1.75rem !important;
}
.select{
  padding-right: 1.75rem !important;
}
.input-text-validated:not(:focus){
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1)) !important;
}
.input-text-has-error{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 77 68 / var(--tw-border-opacity, 1)) !important;
}
.input-text-has-error:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 77 68 / var(--tw-border-opacity, 1)) !important;
}
.input-text-validation-success{
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1)) !important;
}
.input-text-validation-success:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1)) !important;
}
.link{
  display: inline-block;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-weight: 600;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link:active{
  margin-bottom: -1px;
  border-bottom-width: 2px;
}
.link:focus-visible{
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 0px;
}
.link:disabled{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.link-blue-dark-mode{
  --tw-text-opacity: 1;
  color: rgb(245 250 255 / var(--tw-text-opacity, 1));
}
.link-blue-dark-mode:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 250 255 / var(--tw-border-opacity, 1));
}
.link-blue-dark-mode:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(245 250 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 112 240 / var(--tw-text-opacity, 1));
}
.link-blue-dark-mode:disabled:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.link-blue-light-mode{
  --tw-text-opacity: 1;
  color: rgb(27 112 240 / var(--tw-text-opacity, 1));
}
.link-blue-light-mode:hover{
  --tw-border-opacity: 1;
  border-color: rgb(2 78 193 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 78 193 / var(--tw-text-opacity, 1));
}
.link-blue-light-mode:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(27 112 240 / var(--tw-border-opacity, 1));
}
.link-blue-light-mode:disabled:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.link-grey-light-mode{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.link-grey-light-mode:hover{
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.link-grey-light-mode:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
}
.link-grey-light-mode:disabled:hover{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.link-grey-dark-mode{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.link-grey-dark-mode:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 242 245 / var(--tw-text-opacity, 1));
}
.link-grey-dark-mode:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.link-grey-dark-mode:disabled:hover{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.\!notification{
  border-width: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.notification{
  border-width: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.notification-success{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 177 73 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.notification-danger{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 77 68 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.notification-info{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 112 240 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.notification-warning{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 190 26 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1)) !important;
}
.share-panel__loader{
  height: 20px;
  width: 120px;
}
.share-panel__loader::before {
    animation: contentPlaceholderBackgroundShimmer 2s infinite linear;
    background: linear-gradient(to right, #fafafa 8%, #dae0e3 18%, #fafafa 33%);
    background-size: 180% 100%;
    max-width: 400px;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    background-size: 400% 100%;
  }
.circular-progress-spin {
    animation: stroke-dashoffset-circle-fill 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
@keyframes stroke-dashoffset-circle-fill {
    0% {
      stroke-dashoffset: 200;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
.table-column-configuration-column.sortable-item.is-dragging{
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(87 157 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.table-column-configuration-column.sortable-item.is-dragging .table-column-configuration-column-icon{
  --tw-text-opacity: 1;
  color: rgb(87 157 247 / var(--tw-text-opacity, 1));
}
.table-column-configuration-column.sortable-item.is-dragging .table-column-configuration-column-action-button-wrapper{
  opacity: 0;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!pointer-events-none{
  pointer-events: none !important;
}
.pointer-events-none{
  pointer-events: none;
}
.\!pointer-events-auto{
  pointer-events: auto !important;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}
.\!bottom-0{
  bottom: 0px !important;
}
.\!top-0{
  top: 0px !important;
}
.-bottom-px{
  bottom: -1px;
}
.-left-px{
  left: -1px;
}
.-right-1{
  right: -0.25rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-px{
  top: -1px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.bottom-\[-22px\]{
  bottom: -22px;
}
.bottom-\[3px\]{
  bottom: 3px;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-\[-46px\]{
  left: -46px;
}
.left-\[12px\]{
  left: 12px;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[-2px\]{
  right: -2px;
}
.right-\[-50px\]{
  right: -50px;
}
.right-\[12px\]{
  right: 12px;
}
.right-\[1px\]{
  right: 1px;
}
.right-\[5px\]{
  right: 5px;
}
.right-full{
  right: 100%;
}
.right-single{
  right: 10px;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[-20px\]{
  top: -20px;
}
.top-\[-25px\]{
  top: -25px;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[14px\]{
  top: 14px;
}
.top-\[3px\]{
  top: 3px;
}
.top-\[56px\]{
  top: 56px;
}
.top-\[5px\]{
  top: 5px;
}
.top-\[6px\]{
  top: 6px;
}
.top-\[9px\]{
  top: 9px;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[10001\]{
  z-index: 10001;
}
.z-\[1001\]{
  z-index: 1001;
}
.z-\[1004\]{
  z-index: 1004;
}
.z-\[1005\]{
  z-index: 1005;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.z-\[10px\]{
  z-index: 10px;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2001\]{
  z-index: 2001;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[99\]{
  z-index: 99;
}
.z-tech-bar{
  z-index: 1004;
}
.z-tooltip{
  z-index: 2000;
}
.z-top-navigation{
  z-index: 1003;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-start-1{
  grid-column-start: 1;
}
.col-end-3{
  grid-column-end: 3;
}
.float-right{
  float: right;
}
.m-0{
  margin: 0px;
}
.m-6{
  margin: 1.5rem;
}
.m-\[-1px\]{
  margin: -1px;
}
.m-auto{
  margin: auto;
}
.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[-11px\]{
  margin-left: -11px;
  margin-right: -11px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-half{
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-single{
  margin-top: 10px;
  margin-bottom: 10px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.\!mb-5{
  margin-bottom: 1.25rem !important;
}
.\!ml-\[-12px\]{
  margin-left: -12px !important;
}
.\!ml-\[10px\]{
  margin-left: 10px !important;
}
.\!mr-0{
  margin-right: 0px !important;
}
.\!mr-2{
  margin-right: 0.5rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-1{
  margin-top: 0.25rem !important;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-ml-\[7px\]{
  margin-left: -7px;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-5{
  margin-top: -1.25rem;
}
.-mt-\[15px\]{
  margin-top: -15px;
}
.-mt-single{
  margin-top: -10px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[1px\]{
  margin-bottom: 1px;
}
.mb-half{
  margin-bottom: 5px;
}
.mb-single{
  margin-bottom: 10px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[65px\]{
  margin-left: 65px;
}
.ml-\[8px\]{
  margin-left: 8px;
}
.ml-auto{
  margin-left: auto;
}
.ml-fifth{
  margin-left: 2px;
}
.ml-one-and-half{
  margin-left: 15px;
}
.ml-single{
  margin-left: 10px;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[-11px\]{
  margin-right: -11px;
}
.mr-\[-1px\]{
  margin-right: -1px;
}
.mr-\[11px\]{
  margin-right: 11px;
}
.mr-\[26px\]{
  margin-right: 26px;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.mr-auto{
  margin-right: auto;
}
.mr-double{
  margin-right: 20px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[-52px\]{
  margin-top: -52px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[33px\]{
  margin-top: 33px;
}
.mt-auto{
  margin-top: auto;
}
.mt-double{
  margin-top: 20px;
}
.mt-half{
  margin-top: 5px;
}
.mt-px{
  margin-top: 1px;
}
.mt-single{
  margin-top: 10px;
}
.mt-triple{
  margin-top: 30px;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.\!inline-block{
  display: inline-block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-10{
  height: 2.5rem !important;
}
.\!h-2{
  height: 0.5rem !important;
}
.\!h-4{
  height: 1rem !important;
}
.\!h-8{
  height: 2rem !important;
}
.\!h-\[38px\]{
  height: 38px !important;
}
.\!h-\[49px\]{
  height: 49px !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-1\/3{
  height: 33.333333%;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[184px\]{
  height: 184px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[430px\]{
  height: 430px;
}
.h-\[49px\]{
  height: 49px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[85\%\]{
  height: 85%;
}
.h-\[90dvh\]{
  height: 90dvh;
}
.h-\[90px\]{
  height: 90px;
}
.h-app-header-height{
  height: 60px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-one-and-half{
  height: 15px;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.h-triple{
  height: 30px;
}
.\!max-h-\[42px\]{
  max-height: 42px !important;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-\[1000px\]{
  max-height: 1000px;
}
.max-h-\[111px\]{
  max-height: 111px;
}
.max-h-\[225px\]{
  max-height: 225px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[45px\]{
  max-height: 45px;
}
.max-h-\[460px\]{
  max-height: 460px;
}
.max-h-\[565px\]{
  max-height: 565px;
}
.max-h-\[60px\]{
  max-height: 60px;
}
.max-h-\[calc\(100vh-100px\)\]{
  max-height: calc(100vh - 100px);
}
.max-h-\[calc\(100vh-300px\)\]{
  max-height: calc(100vh - 300px);
}
.max-h-\[calc\(100vh-64px\)\]{
  max-height: calc(100vh - 64px);
}
.max-h-full{
  max-height: 100%;
}
.\!min-h-0{
  min-height: 0px !important;
}
.\!min-h-\[auto\]{
  min-height: auto !important;
}
.min-h-0{
  min-height: 0px;
}
.min-h-11{
  min-height: 2.75rem;
}
.min-h-32{
  min-height: 8rem;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[170px\]{
  min-height: 170px;
}
.min-h-\[21px\]{
  min-height: 21px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[381px\]{
  min-height: 381px;
}
.min-h-\[42px\]{
  min-height: 42px;
}
.min-h-\[565px\]{
  min-height: 565px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[90px\]{
  min-height: 90px;
}
.min-h-\[95px\]{
  min-height: 95px;
}
.\!w-10{
  width: 2.5rem !important;
}
.\!w-16{
  width: 4rem !important;
}
.\!w-4{
  width: 1rem !important;
}
.\!w-5{
  width: 1.25rem !important;
}
.\!w-6{
  width: 1.5rem !important;
}
.\!w-8{
  width: 2rem !important;
}
.\!w-\[270px\]{
  width: 270px !important;
}
.\!w-\[330px\]{
  width: 330px !important;
}
.\!w-\[500px\]{
  width: 500px !important;
}
.\!w-\[700px\]{
  width: 700px !important;
}
.\!w-auto{
  width: auto !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[1100px\]{
  width: 1100px;
}
.w-\[1136px\]{
  width: 1136px;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[13\%\]{
  width: 13%;
}
.w-\[132px\]{
  width: 132px;
}
.w-\[14\%\]{
  width: 14%;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[155px\]{
  width: 155px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[17\%\]{
  width: 17%;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[18\%\]{
  width: 18%;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[19\%\]{
  width: 19%;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[204px\]{
  width: 204px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[22\%\]{
  width: 22%;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[28\%\]{
  width: 28%;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[308px\]{
  width: 308px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[321px\]{
  width: 321px;
}
.w-\[34\%\]{
  width: 34%;
}
.w-\[343px\]{
  width: 343px;
}
.w-\[370px\]{
  width: 370px;
}
.w-\[4\%\]{
  width: 4%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[410px\]{
  width: 410px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[46\%\]{
  width: 46%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[52\%\]{
  width: 52%;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[6\%\]{
  width: 6%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[65px\]{
  width: 65px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[680px\]{
  width: 680px;
}
.w-\[703px\]{
  width: 703px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[8\%\]{
  width: 8%;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[9\%\]{
  width: 9%;
}
.w-\[90dvw\]{
  width: 90dvw;
}
.w-\[calc\(100\%\+2px\)\]{
  width: calc(100% + 2px);
}
.w-auto{
  width: auto;
}
.w-double{
  width: 20px;
}
.w-form-modal{
  width: 570px;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-triple{
  width: 30px;
}
.\!min-w-full{
  min-width: 100% !important;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[1200px\]{
  min-width: 1200px;
}
.min-w-\[132px\]{
  min-width: 132px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[17px\]{
  min-width: 17px;
}
.min-w-\[18px\]{
  min-width: 18px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[204px\]{
  min-width: 204px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[380px\]{
  min-width: 380px;
}
.min-w-\[410px\]{
  min-width: 410px;
}
.min-w-\[450px\]{
  min-width: 450px;
}
.min-w-\[500px\]{
  min-width: 500px;
}
.min-w-\[624px\]{
  min-width: 624px;
}
.min-w-\[710px\]{
  min-width: 710px;
}
.min-w-\[800px\]{
  min-width: 800px;
}
.min-w-\[850px\]{
  min-width: 850px;
}
.min-w-\[90dvw\]{
  min-width: 90dvw;
}
.min-w-full{
  min-width: 100%;
}
.\!max-w-\[500px\]{
  max-width: 500px !important;
}
.\!max-w-\[700px\]{
  max-width: 700px !important;
}
.\!max-w-\[75px\]{
  max-width: 75px !important;
}
.\!max-w-\[90px\]{
  max-width: 90px !important;
}
.\!max-w-full{
  max-width: 100% !important;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[710px\]{
  max-width: 710px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[calc\(100\%-180px\)\]{
  max-width: calc(100% - 180px);
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-form-modal{
  max-width: 570px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-min{
  max-width: -moz-min-content;
  max-width: min-content;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.\!flex-1{
  flex: 1 1 0% !important;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-\[10\%\]{
  flex-basis: 10%;
}
.table-fixed{
  table-layout: fixed;
}
.origin-bottom{
  transform-origin: bottom;
}
.-translate-x-\[2px\]{
  --tw-translate-x: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[105\%\]{
  --tw-translate-x: 105%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-3{
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100{
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0{
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-100{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{
  from, 20%, 53%, to{
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43%{
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scale3d(1, 1.1, 1);
  }
  70%{
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scale3d(1, 1.05, 1);
  }
  80%{
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 0.95, 1);
  }
  90%{
    transform: translate3d(0, -4px, 0) scale3d(1, 1.02, 1);
  }
}
.animate-bounce{
  animation: 1s both bounce;
}
@keyframes fadeInDown{
  from{
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.animate-fadeInDown{
  animation: 1s both fadeInDown;
}
@keyframes fadeInUp{
  from{
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.animate-fadeInUp{
  animation: 1s both fadeInUp;
}
@keyframes loading-pulse{
  0%, 100%{
    opacity: 1;
  }
  50%{
    opacity: .5;
  }
}
.animate-loading-pulse{
  animation: loading-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes progress-bar-loading{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(46px);
  }
}
.animate-progress-bar-loading{
  animation: progress-bar-loading 1.5s linear infinite;
}
@keyframes pulse{
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.animate-pulse-fast{
  animation: pulse 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.\!cursor-auto{
  cursor: auto !important;
}
.\!cursor-default{
  cursor: default !important;
}
.cursor-auto{
  cursor: auto;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.\!grid-cols-\[18\%_auto\]{
  grid-template-columns: 18% auto !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[max-content_auto\]{
  grid-template-columns: max-content auto;
}
.grid-cols-subgrid{
  grid-template-columns: subgrid;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.\!flex-col{
  flex-direction: column !important;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-start{
  align-content: flex-start;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.\!justify-normal{
  justify-content: normal !important;
}
.\!justify-start{
  justify-content: flex-start !important;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-stretch{
  justify-items: stretch;
}
.\!gap-0{
  gap: 0px !important;
}
.\!gap-2{
  gap: 0.5rem !important;
}
.\!gap-4{
  gap: 1rem !important;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-double{
  gap: 20px;
}
.gap-fifth{
  gap: 2px;
}
.gap-half{
  gap: 5px;
}
.gap-one-and-half{
  gap: 15px;
}
.gap-single{
  gap: 10px;
}
.gap-triple{
  gap: 30px;
}
.\!gap-y-single{
  row-gap: 10px !important;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}
.divide-grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(230 234 236 / var(--tw-divide-opacity, 1));
}
.divide-platform-neutral-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.\!overflow-auto{
  overflow: auto !important;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.\!whitespace-normal{
  white-space: normal !important;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.\!rounded{
  border-radius: 5px !important;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 5px;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 3px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.\!rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-b{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-r{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rounded-t{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-bl{
  border-bottom-left-radius: 5px;
}
.rounded-br{
  border-bottom-right-radius: 5px;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.rounded-tl{
  border-top-left-radius: 5px;
}
.rounded-tr{
  border-top-right-radius: 5px;
}
.\!border{
  border-width: 1px !important;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[10px\]{
  border-width: 10px;
}
.border-\[3px\]{
  border-width: 3px;
}
.\!border-r-0{
  border-right-width: 0px !important;
}
.\!border-t-0{
  border-top-width: 0px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.\!border-solid{
  border-style: solid !important;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-platform-neutral-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1)) !important;
}
.\!border-platform-neutral-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 230 240 / var(--tw-border-opacity, 1)) !important;
}
.\!border-platform-neutral-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1)) !important;
}
.\!border-platform-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 78 193 / var(--tw-border-opacity, 1)) !important;
}
.\!border-platform-system-danger{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 77 68 / var(--tw-border-opacity, 1)) !important;
}
.\!border-platform-system-success{
  --tw-border-opacity: 1 !important;
  border-color: rgb(73 177 73 / var(--tw-border-opacity, 1)) !important;
}
.\!border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#6c7e8f\]{
  --tw-border-opacity: 1;
  border-color: rgb(108 126 143 / var(--tw-border-opacity, 1));
}
.border-\[\#DFE6F0\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 230 240 / var(--tw-border-opacity, 1));
}
.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1));
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(126 211 32 / var(--tw-border-opacity, 1));
}
.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(230 234 236 / var(--tw-border-opacity, 1));
}
.border-grey-light-2{
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}
.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 163 99 / var(--tw-border-opacity, 1));
}
.border-platform-neutral{
  --tw-border-opacity: 1;
  border-color: rgb(100 111 131 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(223 230 240 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(155 166 185 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-600{
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-800\/25{
  border-color: rgb(33 37 43 / 0.25);
}
.border-platform-neutral-800\/50{
  border-color: rgb(33 37 43 / 0.5);
}
.border-platform-neutral-900{
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity, 1));
}
.border-platform-neutral-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-platform-primary{
  --tw-border-opacity: 1;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1));
}
.border-platform-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(219 238 255 / var(--tw-border-opacity, 1));
}
.border-platform-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(87 157 247 / var(--tw-border-opacity, 1));
}
.border-platform-primary-50{
  --tw-border-opacity: 1;
  border-color: rgb(245 250 255 / var(--tw-border-opacity, 1));
}
.border-platform-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(27 112 240 / var(--tw-border-opacity, 1));
}
.border-platform-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(2 78 193 / var(--tw-border-opacity, 1));
}
.border-platform-system-danger-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 77 68 / var(--tw-border-opacity, 1));
}
.border-platform-system-danger-600{
  --tw-border-opacity: 1;
  border-color: rgb(189 52 45 / var(--tw-border-opacity, 1));
}
.border-platform-system-success{
  --tw-border-opacity: 1;
  border-color: rgb(73 177 73 / var(--tw-border-opacity, 1));
}
.border-platform-system-success-500{
  --tw-border-opacity: 1;
  border-color: rgb(73 177 73 / var(--tw-border-opacity, 1));
}
.border-platform-system-warning{
  --tw-border-opacity: 1;
  border-color: rgb(255 190 26 / var(--tw-border-opacity, 1));
}
.border-red-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(241 108 108 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-platform-neutral-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 242 245 / var(--tw-border-opacity, 1));
}
.border-b-platform-neutral-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 230 240 / var(--tw-border-opacity, 1));
}
.border-t-platform-neutral-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(223 230 240 / var(--tw-border-opacity, 1));
}
.\!bg-platform-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-platform-neutral-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-platform-neutral-800\/25{
  background-color: rgb(33 37 43 / 0.25) !important;
}
.\!bg-platform-neutral-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-platform-primary-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-platform-primary-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 78 193 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-platform-primary\/50{
  background-color: rgb(7 53 114 / 0.5) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-\[\#376ee8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(55 110 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#617281\]{
  --tw-bg-opacity: 1;
  background-color: rgb(97 114 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BCCAD0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(188 202 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2EBEE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 235 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5ebf0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(126 211 32 / var(--tw-bg-opacity, 1));
}
.bg-green-marketing{
  --tw-bg-opacity: 1;
  background-color: rgb(51 209 140 / var(--tw-bg-opacity, 1));
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 236 / var(--tw-bg-opacity, 1));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-inherit{
  background-color: inherit;
}
.bg-platform-avatar-1{
  --tw-bg-opacity: 1;
  background-color: rgb(93 34 161 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-10{
  --tw-bg-opacity: 1;
  background-color: rgb(10 153 153 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-11{
  --tw-bg-opacity: 1;
  background-color: rgb(9 163 163 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-12{
  --tw-bg-opacity: 1;
  background-color: rgb(9 171 171 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-13{
  --tw-bg-opacity: 1;
  background-color: rgb(8 180 180 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-14{
  --tw-bg-opacity: 1;
  background-color: rgb(7 188 188 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-15{
  --tw-bg-opacity: 1;
  background-color: rgb(6 196 196 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-16{
  --tw-bg-opacity: 1;
  background-color: rgb(38 206 206 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-2{
  --tw-bg-opacity: 1;
  background-color: rgb(104 35 183 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-3{
  --tw-bg-opacity: 1;
  background-color: rgb(110 36 195 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-4{
  --tw-bg-opacity: 1;
  background-color: rgb(118 38 211 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-5{
  --tw-bg-opacity: 1;
  background-color: rgb(129 48 223 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-6{
  --tw-bg-opacity: 1;
  background-color: rgb(145 74 227 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-7{
  --tw-bg-opacity: 1;
  background-color: rgb(166 109 232 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-8{
  --tw-bg-opacity: 1;
  background-color: rgb(184 139 237 / var(--tw-bg-opacity, 1));
}
.bg-platform-avatar-9{
  --tw-bg-opacity: 1;
  background-color: rgb(11 143 143 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(174 84 13 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-cyan-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 131 143 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-green{
  --tw-bg-opacity: 1;
  background-color: rgb(8 163 96 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(76 58 237 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(182 26 92 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-purple-heavy{
  --tw-bg-opacity: 1;
  background-color: rgb(90 33 155 / var(--tw-bg-opacity, 1));
}
.bg-platform-extra-red-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(212 36 34 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(223 230 240 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(206 218 237 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(77 86 102 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 62 73 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-800\/50{
  background-color: rgb(33 37 43 / 0.5);
}
.bg-platform-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}
.bg-platform-neutral-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 255 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(161 212 255 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(27 112 240 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 78 193 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(13 66 141 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
}
.bg-platform-primary\/50{
  background-color: rgb(7 53 114 / 0.5);
}
.bg-platform-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 26 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(244 77 68 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-danger-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 238 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-info-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-success{
  --tw-bg-opacity: 1;
  background-color: rgb(73 177 73 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(222 242 203 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 26 / var(--tw-bg-opacity, 1));
}
.bg-platform-system-warning-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 229 / var(--tw-bg-opacity, 1));
}
.bg-red-lighter\/20{
  background-color: rgb(241 108 108 / 0.2);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-\[repeating-linear-gradient\(-55deg\2c _\#1B70F0_1px\2c _\#579DF7_2px\2c _\#579DF7_11px\2c _\#1B70F0_12px\2c _\#1B70F0_20px\)\]{
  background-image: repeating-linear-gradient(-55deg, #1B70F0 1px, #579DF7 2px, #579DF7 11px, #1B70F0 12px, #1B70F0 20px);
}
.bg-\[length\:90\%\]{
  background-size: 90%;
}
.fill-current{
  fill: currentColor;
}
.fill-grey-dark{
  fill: #8c9eab;
}
.stroke-current{
  stroke: currentColor;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-6{
  padding: 1.5rem !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[48px\]{
  padding: 48px;
}
.p-double{
  padding: 20px;
}
.p-one-and-half{
  padding: 15px;
}
.p-single{
  padding: 10px;
}
.p-triple{
  padding: 30px;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[48px\]{
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}
.px-single{
  padding-left: 10px;
  padding-right: 10px;
}
.px-triple{
  padding-left: 30px;
  padding-right: 30px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-double{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-half{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-single{
  padding-top: 10px;
  padding-bottom: 10px;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pb-10{
  padding-bottom: 2.5rem !important;
}
.\!pb-4{
  padding-bottom: 1rem !important;
}
.\!pl-0{
  padding-left: 0px !important;
}
.\!pl-\[34px\]{
  padding-left: 34px !important;
}
.\!pt-4{
  padding-top: 1rem !important;
}
.\!pt-8{
  padding-top: 2rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-double-and-half{
  padding-left: 25px;
}
.pl-half{
  padding-left: 5px;
}
.pl-single{
  padding-left: 10px;
}
.pr-0{
  padding-right: 0px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.pt-double{
  padding-top: 20px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-platform-body{
  font-family: Inter, sans-serif;
}
.font-platform-header{
  font-family: Soehne, sans-serif;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0\.65rem\]{
  font-size: 0.65rem;
}
.text-\[0\.8em\]{
  font-size: 0.8em;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-base{
  font-size: 16px;
}
.text-font-l{
  font-size: 20px;
}
.text-font-l-1{
  font-size: 21px;
}
.text-font-l-2{
  font-size: 24px;
}
.text-font-ml{
  font-size: 18px;
}
.text-font-s{
  font-size: 12px;
}
.text-font-s-1{
  font-size: 13px;
}
.text-font-sm{
  font-size: 14px;
}
.text-font-xs{
  font-size: 11px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/4{
  font-size: 0.875rem;
  line-height: 1rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/4{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs{
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[0\.455rem\]{
  line-height: 0.455rem;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-platform-neutral{
  --tw-text-opacity: 1 !important;
  color: rgb(100 111 131 / var(--tw-text-opacity, 1)) !important;
}
.\!text-platform-neutral-100{
  --tw-text-opacity: 1 !important;
  color: rgb(240 242 245 / var(--tw-text-opacity, 1)) !important;
}
.\!text-platform-neutral-400{
  --tw-text-opacity: 1 !important;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1)) !important;
}
.\!text-platform-neutral-900{
  --tw-text-opacity: 1 !important;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1)) !important;
}
.\!text-platform-neutral-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-platform-system-danger{
  --tw-text-opacity: 1 !important;
  color: rgb(244 77 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(239 85 85 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#007388\]{
  --tw-text-opacity: 1;
  color: rgb(0 115 136 / var(--tw-text-opacity, 1));
}
.text-\[\#282d34\]{
  --tw-text-opacity: 1;
  color: rgb(40 45 52 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1));
}
.text-blue-hover{
  --tw-text-opacity: 1;
  color: rgb(15 33 62 / var(--tw-text-opacity, 1));
}
.text-danger{
  --tw-text-opacity: 1;
  color: rgb(218 89 91 / var(--tw-text-opacity, 1));
}
.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(140 158 171 / var(--tw-text-opacity, 1));
}
.text-grey-dark-1{
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity, 1));
}
.text-grey-dark-3{
  --tw-text-opacity: 1;
  color: rgb(66 62 62 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-muted{
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity, 1));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 163 99 / var(--tw-text-opacity, 1));
}
.text-platform-neutral{
  --tw-text-opacity: 1;
  color: rgb(100 111 131 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(206 218 237 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(100 111 131 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-600\/60{
  color: rgb(77 86 102 / 0.6);
}
.text-platform-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(55 62 73 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(33 37 43 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.text-platform-neutral-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-platform-primary{
  --tw-text-opacity: 1;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1));
}
.text-platform-primary-400{
  --tw-text-opacity: 1;
  color: rgb(87 157 247 / var(--tw-text-opacity, 1));
}
.text-platform-primary-500{
  --tw-text-opacity: 1;
  color: rgb(27 112 240 / var(--tw-text-opacity, 1));
}
.text-platform-primary-600{
  --tw-text-opacity: 1;
  color: rgb(2 78 193 / var(--tw-text-opacity, 1));
}
.text-platform-primary-700{
  --tw-text-opacity: 1;
  color: rgb(13 66 141 / var(--tw-text-opacity, 1));
}
.text-platform-secondary{
  --tw-text-opacity: 1;
  color: rgb(255 190 26 / var(--tw-text-opacity, 1));
}
.text-platform-system-danger{
  --tw-text-opacity: 1;
  color: rgb(244 77 68 / var(--tw-text-opacity, 1));
}
.text-platform-system-danger-500{
  --tw-text-opacity: 1;
  color: rgb(244 77 68 / var(--tw-text-opacity, 1));
}
.text-platform-system-info{
  --tw-text-opacity: 1;
  color: rgb(27 112 240 / var(--tw-text-opacity, 1));
}
.text-platform-system-success{
  --tw-text-opacity: 1;
  color: rgb(73 177 73 / var(--tw-text-opacity, 1));
}
.text-platform-system-success-500{
  --tw-text-opacity: 1;
  color: rgb(73 177 73 / var(--tw-text-opacity, 1));
}
.text-platform-system-warning{
  --tw-text-opacity: 1;
  color: rgb(255 190 26 / var(--tw-text-opacity, 1));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(239 85 85 / var(--tw-text-opacity, 1));
}
.text-red-lighter{
  --tw-text-opacity: 1;
  color: rgb(241 108 108 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.\!antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.\!opacity-100{
  opacity: 1 !important;
}
.\!opacity-50{
  opacity: 0.5 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_-7px_12px_-7px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: inset 0 -7px 12px -7px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset 0 -7px 12px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_7px_12px_-7px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: inset 0 7px 12px -7px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset 0 7px 12px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_rgb\(0\2c 0\2c 0\2c 0\.05\)_25px_0px_10px_-25px\]{
  --tw-shadow: inset rgb(0,0,0,0.05) 25px 0px 10px -25px;
  --tw-shadow-colored: inset 25px 0px 10px -25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-table-horizontal-scroll-right{
  --tw-shadow: inset -25px 0 10px -20px rgb(0,0,0,0.1);
  --tw-shadow-colored: inset -25px 0 10px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#1B70F025\]{
  --tw-shadow-color: #1B70F025;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.outline-4{
  outline-width: 4px;
}
.outline-platform-primary-300{
  outline-color: #A1D4FF;
}
.outline-transparent{
  outline-color: transparent;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background\2c outline\]{
  transition-property: background,outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\2c transform\]{
  transition-property: height,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\2c width\]{
  transition-property: height,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[right\2c visibility\]{
  transition-property: right,visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c visibility\]{
  transition-property: transform,visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\]{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-width{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-\[250ms\]{
  transition-duration: 250ms;
}
.ease-\[cubic-bezier\(0\.77\2c -0\.01\2c 1\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.77,-0.01,1,1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
.animate-bounce{
  transform-origin: center bottom;
}
.animate-infinite{
  animation-iteration-count: infinite;
}
.animate-duration-\[0\.2s\]{
  animation-duration: 0.2s;
}
.animate-duration-\[2s\]{
  animation-duration: 2s;
}
.animate-ease-in{
  animation-timing-function: cubic-bezier(.42,0,1,1);
}
.animate-delay-1000{
  animation-delay: 1000ms;
}
.animate-delay-500{
  animation-delay: 500ms;
}
.\@container{
  container-type: inline-size;
}
.u-shadow-scroll {
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  }
input,
textarea {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  color: #404b55;
  font: inherit;
  font-size: 14px;
  outline: 0;
  padding: 12px;
}
input.disabled, input[disabled],
textarea.disabled,
textarea[disabled] {
  background-color: #f7f7f7;
  color: #8c9eab;
  -webkit-text-fill-color: #8c9eab;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b7b7b7;
}
input::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}
input:focus,
textarea:focus {
  border: 1px solid rgba(7, 53, 114, 0.7);
  box-shadow: none;
}

input:not([type=checkbox]),
textarea {
  height: 40px;
}

small {
  font-size: 13px;
  line-height: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.125em;
}

h1 {
  font-size: 2.15em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1.1125em;
}

p {
  line-height: 1.4;
  padding-bottom: 1em;
}

.placeholder\:text-platform-neutral-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}

.placeholder\:text-platform-neutral-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}

.backdrop\:bg-black::backdrop{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.backdrop\:opacity-30::backdrop{
  opacity: 0.3;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:ml-\[-6px\]::before{
  content: var(--tw-content);
  margin-left: -6px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.before\:h-8::before{
  content: var(--tw-content);
  height: 2rem;
}

.before\:\!w-1::before{
  content: var(--tw-content);
  width: 0.25rem !important;
}

.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}

.before\:w-1::before{
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:rounded-r-sm::before{
  content: var(--tw-content);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.before\:border-none::before{
  content: var(--tw-content);
  border-style: none;
}

.before\:border-platform-neutral-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1));
}

.before\:bg-platform-neutral-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(55 62 73 / var(--tw-bg-opacity, 1));
}

.before\:bg-platform-primary-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(27 112 240 / var(--tw-bg-opacity, 1));
}

.before\:bg-platform-primary-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 78 193 / var(--tw-bg-opacity, 1));
}

.before\:transition-\[width\]::before{
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-x-0::after{
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:\!h-1::after{
  content: var(--tw-content);
  height: 0.25rem !important;
}

.after\:h-0::after{
  content: var(--tw-content);
  height: 0px;
}

.after\:h-0\.5::after{
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:h-\[3px\]::after{
  content: var(--tw-content);
  height: 3px;
}

.after\:origin-center::after{
  content: var(--tw-content);
  transform-origin: center;
}

.after\:scale-x-100::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded::after{
  content: var(--tw-content);
  border-radius: 5px;
}

.after\:bg-platform-primary-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(27 112 240 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[length\:26px\]::after{
  content: var(--tw-content);
  background-size: 26px;
}

.after\:transition::after{
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:transition-\[height\]::after{
  content: var(--tw-content);
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.first\:rounded-none:first-child{
  border-radius: 0px;
}

.last\:mb-\[55px\]:last-child{
  margin-bottom: 55px;
}

.last\:ml-0:last-child{
  margin-left: 0px;
}

.last\:border-r-0:last-child{
  border-right-width: 0px;
}

.last\:pb-\[55px\]:last-child{
  padding-bottom: 55px;
}

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-grab:hover{
  cursor: grab;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:\!border-platform-primary-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(87 157 247 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-amber-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(174 84 13 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-cyan-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 131 143 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-green:hover{
  --tw-border-opacity: 1;
  border-color: rgb(8 163 96 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-indigo-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 58 237 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-pink-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(182 26 92 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-purple-heavy:hover{
  --tw-border-opacity: 1;
  border-color: rgb(90 33 155 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-extra-red-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(212 36 34 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-neutral-800\/25:hover{
  border-color: rgb(33 37 43 / 0.25);
}

.hover\:border-platform-primary-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(87 157 247 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(27 112 240 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-primary-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(2 78 193 / var(--tw-border-opacity, 1));
}

.hover\:border-platform-primary\/50:hover{
  border-color: rgb(7 53 114 / 0.5);
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:\!bg-\[\#f5f9fb\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 249 251 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-platform-primary-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-platform-primary-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 66 141 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-marketing-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 229 144 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-neutral-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 86 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-neutral-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-primary-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-primary-600\/75:hover{
  background-color: rgb(2 78 193 / 0.75);
}

.hover\:bg-platform-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 66 141 / var(--tw-bg-opacity, 1));
}

.hover\:bg-platform-primary\/75:hover{
  background-color: rgb(7 53 114 / 0.75);
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-platform-neutral-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-platform-neutral-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(15 33 62 / var(--tw-text-opacity, 1));
}

.hover\:text-inherit:hover{
  color: inherit;
}

.hover\:text-muted:hover{
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(174 84 13 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-cyan-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(0 131 143 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-green:hover{
  --tw-text-opacity: 1;
  color: rgb(8 163 96 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgb(76 58 237 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgb(182 26 92 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-purple-heavy:hover{
  --tw-text-opacity: 1;
  color: rgb(90 33 155 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-extra-red-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(212 36 34 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-neutral-100:hover{
  --tw-text-opacity: 1;
  color: rgb(240 242 245 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-neutral-600:hover{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-neutral-800\/25:hover{
  color: rgb(33 37 43 / 0.25);
}

.hover\:text-platform-neutral-900:hover{
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-neutral-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(27 112 240 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(2 78 193 / var(--tw-text-opacity, 1));
}

.hover\:text-platform-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:after\:h-\[3px\]:hover::after{
  content: var(--tw-content);
  height: 3px;
}

.hover\:after\:scale-x-75:hover::after{
  content: var(--tw-content);
  --tw-scale-x: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:after\:bg-platform-primary-500:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(27 112 240 / var(--tw-bg-opacity, 1));
}

.focus\:\!rounded:focus{
  border-radius: 5px !important;
}

.focus\:border-platform-neutral-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1));
}

.focus\:border-platform-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(7 53 114 / var(--tw-border-opacity, 1));
}

.focus\:border-red-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgb(241 108 108 / var(--tw-border-opacity, 1));
}

.focus\:no-underline:focus{
  text-decoration-line: none;
}

.focus-visible\:rounded:focus-visible{
  border-radius: 5px;
}

.focus-visible\:border-platform-neutral-600:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(77 86 102 / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}

.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-4:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:\!ring-platform-primary-400:focus-visible{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1)) !important;
}

.focus-visible\:ring-blue\/50:focus-visible{
  --tw-ring-color: rgb(7 53 114 / 0.5);
}

.focus-visible\:ring-platform-primary-400:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 157 247 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-platform-primary-500:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(27 112 240 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-1:focus-visible{
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

.active\:pointer-events-none:active{
  pointer-events: none;
}

.active\:border-platform-neutral-800\/25:active{
  border-color: rgb(33 37 43 / 0.25);
}

.active\:border-platform-primary-600:active{
  --tw-border-opacity: 1;
  border-color: rgb(2 78 193 / var(--tw-border-opacity, 1));
}

.active\:border-platform-primary\/90:active{
  border-color: rgb(7 53 114 / 0.9);
}

.active\:\!bg-platform-primary-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 53 114 / var(--tw-bg-opacity, 1)) !important;
}

.active\:bg-platform-neutral-white:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-platform-primary-200:active{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-platform-primary-300:active{
  --tw-bg-opacity: 1;
  background-color: rgb(161 212 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-platform-primary-600\/50:active{
  background-color: rgb(2 78 193 / 0.5);
}

.active\:bg-platform-primary\/90:active{
  background-color: rgb(7 53 114 / 0.9);
}

.active\:text-platform-neutral-100:active{
  --tw-text-opacity: 1;
  color: rgb(240 242 245 / var(--tw-text-opacity, 1));
}

.active\:text-platform-neutral-600:active{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}

.active\:text-platform-neutral-800\/50:active{
  color: rgb(33 37 43 / 0.5);
}

.enabled\:cursor-pointer:enabled{
  cursor: pointer;
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:border-0:disabled{
  border-width: 0px;
}

.disabled\:\!border-platform-neutral-300:disabled{
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 218 237 / var(--tw-border-opacity, 1)) !important;
}

.disabled\:border-platform-neutral-800\/50:disabled{
  border-color: rgb(33 37 43 / 0.5);
}

.disabled\:\!bg-platform-neutral-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1)) !important;
}

.disabled\:bg-platform-neutral-800\/25:disabled{
  background-color: rgb(33 37 43 / 0.25);
}

.disabled\:bg-platform-neutral-800\/50:disabled{
  background-color: rgb(33 37 43 / 0.5);
}

.disabled\:text-platform-neutral-400:disabled{
  --tw-text-opacity: 1;
  color: rgb(155 166 185 / var(--tw-text-opacity, 1));
}

.disabled\:text-platform-neutral-800\/50:disabled{
  color: rgb(33 37 43 / 0.5);
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:hover\:cursor-not-allowed:hover:disabled{
  cursor: not-allowed;
}

.disabled\:hover\:text-platform-neutral-800\/50:hover:disabled{
  color: rgb(33 37 43 / 0.5);
}

.disabled\:hover\:text-transparent:hover:disabled{
  color: transparent;
}

.group\/match-button:hover .group-hover\/match-button\:visible{
  visibility: visible;
}

.group\/match-button:hover .group-hover\/match-button\:invisible{
  visibility: hidden;
}

.group\/radio:hover .group-hover\/radio\:\!block{
  display: block !important;
}

.group\/radio:hover .group-hover\/radio\:h-2\.5{
  height: 0.625rem;
}

.group\/radio:hover .group-hover\/radio\:w-2\.5{
  width: 0.625rem;
}

.group:hover .group-hover\:scale-y-100{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:cursor-pointer{
  cursor: pointer;
}

.group\/radio:hover .group-hover\/radio\:\!bg-platform-primary\/50{
  background-color: rgb(7 53 114 / 0.5) !important;
}

.group:hover .group-hover\:bg-platform-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-platform-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(219 238 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-platform-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:fill-platform-primary{
  fill: #073572;
}

.group:hover .group-hover\:text-platform-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(77 86 102 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-platform-primary{
  --tw-text-opacity: 1;
  color: rgb(7 53 114 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .enabled\:group-hover\:bg-platform-neutral-50:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}

.group:active .group-active\:bg-platform-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(87 157 247 / var(--tw-bg-opacity, 1));
}

.group.ember-basic-dropdown-content--above .group-\[\.ember-basic-dropdown-content--above\]\:bottom-\[-6\.5px\]{
  bottom: -6.5px;
}

.group.ember-basic-dropdown-content--below .group-\[\.ember-basic-dropdown-content--below\]\:top-\[-6\.5px\]{
  top: -6.5px;
}

.group.ember-basic-dropdown-content--center .group-\[\.ember-basic-dropdown-content--center\]\:left-1\/2{
  left: 50%;
}

.group.ember-basic-dropdown-content--left .group-\[\.ember-basic-dropdown-content--left\]\:left-1\.5{
  left: 0.375rem;
}

.group.ember-basic-dropdown-content--right .group-\[\.ember-basic-dropdown-content--right\]\:right-1\.5{
  right: 0.375rem;
}

.group.ember-basic-dropdown-content--center .group-\[\.ember-basic-dropdown-content--center\]\:-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.ember-basic-dropdown-content--above .group-\[\.ember-basic-dropdown-content--above\]\:border-b{
  border-bottom-width: 1px;
}

.group.ember-basic-dropdown-content--above .group-\[\.ember-basic-dropdown-content--above\]\:border-r{
  border-right-width: 1px;
}

.group.ember-basic-dropdown-content--below .group-\[\.ember-basic-dropdown-content--below\]\:border-l{
  border-left-width: 1px;
}

.group.ember-basic-dropdown-content--below .group-\[\.ember-basic-dropdown-content--below\]\:border-t{
  border-top-width: 1px;
}

.group.has-bottom-shadow .group-\[\.has-bottom-shadow\]\:opacity-100{
  opacity: 1;
}

.group.has-top-shadow .group-\[\.has-top-shadow\]\:opacity-100{
  opacity: 1;
}

@media (min-width: 575px){
  .sm\:-mx-double-and-half{
    margin-left: -25px;
    margin-right: -25px;
  }
  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[40px\]{
    height: 40px;
  }
  .sm\:w-0{
    width: 0px;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-double{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 901px){
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:max-h-\[700px\]{
    max-height: 700px;
  }
  .md\:w-\[388px\]{
    width: 388px;
  }
  .md\:w-\[410px\]{
    width: 410px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.\[\&\.dragging-active_button\]\:\!cursor-grabbing.dragging-active button{
  cursor: grabbing !important;
}

.\[\&\:\:-webkit-inner-spin-button\]\:opacity-100::-webkit-inner-spin-button{
  opacity: 1;
}

.\[\&\:\:-webkit-outer-spin-button\]\:opacity-100::-webkit-outer-spin-button{
  opacity: 1;
}

.\[\&\:empty\]\:hidden:empty{
  display: none;
}

.\[\&\:not\(\:first-child\)\:not\(\:empty\)\]\:mt-2:not(:first-child):not(:empty){
  margin-top: 0.5rem;
}

.\[\&\:not\(\:last-child\)\]\:mb-2:not(:last-child){
  margin-bottom: 0.5rem;
}

.\[\&\>a\]\:underline>a{
  text-decoration-line: underline;
}

.\[\&\>td\]\:\!bg-platform-primary-100>td{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 246 255 / var(--tw-bg-opacity, 1)) !important;
}

.ember-power-select-option .\[\.ember-power-select-option_\&\]\:hidden{
  display: none;
}