@charset "UTF-8";
:root {
  --neo-primary-color: hsl(210, 25%, 31.3725490196%);
  --neo-primary-color-h: 210;
  --neo-primary-color-s: 25%;
  --neo-primary-color-l: 31.3725490196%;
  --neo-secondary-color: hsl(213.75, 13.1147540984%, 47.8431372549%);
  --neo-secondary-color-h: 213.75;
  --neo-secondary-color-s: 13.1147540984%;
  --neo-secondary-color-l: 47.8431372549%;
  --neo-success-color: hsl(120, 100%, 25.0980392157%);
  --neo-success-color-h: 120;
  --neo-success-color-s: 100%;
  --neo-success-color-l: 25.0980392157%;
  --neo-alert-color: hsl(120, 100%, 25.0980392157%);
  --neo-alert-color-h: 120;
  --neo-alert-color-s: 100%;
  --neo-alert-color-l: 25.0980392157%;
  --neo-warning-color: hsl(41.975308642, 96.04743083%, 50.3921568627%);
  --neo-warning-color-h: 41.975308642;
  --neo-warning-color-s: 96.04743083%;
  --neo-warning-color-l: 50.3921568627%;
  --neo-info-color: hsl(216, 100%, 50%);
  --neo-info-color-h: 216;
  --neo-info-color-s: 100%;
  --neo-info-color-l: 50%;
  --neo-global-background-color: hsl(0, 0%, 100%);
  --neo-global-background-color-h: 0;
  --neo-global-background-color-s: 0%;
  --neo-global-background-color-l: 100%;
  --neo-global-border-color: hsl(210, 16.6666666667%, 88.2352941176%);
  --neo-global-border-color-h: 210;
  --neo-global-border-color-s: 16.6666666667%;
  --neo-global-border-color-l: 88.2352941176%;
  --neo-global-text-color: hsl(206.6666666667, 62.7906976744%, 8.431372549%);
  --neo-global-text-color-h: 206.6666666667;
  --neo-global-text-color-s: 62.7906976744%;
  --neo-global-text-color-l: 8.431372549%;
  --neo-global-text-inverse-color: hsl(0, 0%, 100%);
  --neo-global-text-inverse-color-h: 0;
  --neo-global-text-inverse-color-s: 0%;
  --neo-global-text-inverse-color-l: 100%;
  --neo-link-color-color: hsl(216, 100%, 50%);
  --neo-link-color-color-h: 216;
  --neo-link-color-color-s: 100%;
  --neo-link-color-color-l: 50%;
  --neo-button-default-bg-color: hsl(210, 25%, 31.3725490196%);
  --neo-button-default-bg-color-h: 210;
  --neo-button-default-bg-color-s: 25%;
  --neo-button-default-bg-color-l: 31.3725490196%;
  --neo-button-default-text-color: hsl(0, 0%, 100%);
  --neo-button-default-text-color-h: 0;
  --neo-button-default-text-color-s: 0%;
  --neo-button-default-text-color-l: 100%;
  --neo-button-default-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-default-disabled-bg-color-h: 0;
  --neo-button-default-disabled-bg-color-s: 0%;
  --neo-button-default-disabled-bg-color-l: 94.9019607843%;
  --neo-button-primary-bg-color: hsl(210, 25%, 31.3725490196%);
  --neo-button-primary-bg-color-h: 210;
  --neo-button-primary-bg-color-s: 25%;
  --neo-button-primary-bg-color-l: 31.3725490196%;
  --neo-button-primary-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-primary-disabled-bg-color-h: 0;
  --neo-button-primary-disabled-bg-color-s: 0%;
  --neo-button-primary-disabled-bg-color-l: 94.9019607843%;
  --neo-button-primary-text-color: hsl(0, 0%, 100%);
  --neo-button-primary-text-color-h: 0;
  --neo-button-primary-text-color-s: 0%;
  --neo-button-primary-text-color-l: 100%;
  --neo-button-secondary-bg-color: hsl(210, 16.6666666667%, 88.2352941176%);
  --neo-button-secondary-bg-color-h: 210;
  --neo-button-secondary-bg-color-s: 16.6666666667%;
  --neo-button-secondary-bg-color-l: 88.2352941176%;
  --neo-button-secondary-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-secondary-disabled-bg-color-h: 0;
  --neo-button-secondary-disabled-bg-color-s: 0%;
  --neo-button-secondary-disabled-bg-color-l: 94.9019607843%;
  --neo-button-success-bg-color: hsl(120, 100%, 25.0980392157%);
  --neo-button-success-bg-color-h: 120;
  --neo-button-success-bg-color-s: 100%;
  --neo-button-success-bg-color-l: 25.0980392157%;
  --neo-button-success-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-success-disabled-bg-color-h: 0;
  --neo-button-success-disabled-bg-color-s: 0%;
  --neo-button-success-disabled-bg-color-l: 94.9019607843%;
  --neo-navbar-background-color: hsl(210, 25%, 31.3725490196%);
  --neo-navbar-background-color-h: 210;
  --neo-navbar-background-color-s: 25%;
  --neo-navbar-background-color-l: 31.3725490196%;
  --neo-navbar-text-color: hsl(0, 0%, 100%);
  --neo-navbar-text-color-h: 0;
  --neo-navbar-text-color-s: 0%;
  --neo-navbar-text-color-l: 100%;
  --neo-dropdown-background-color: hsl(210, 25%, 31.3725490196%);
  --neo-dropdown-background-color-h: 210;
  --neo-dropdown-background-color-s: 25%;
  --neo-dropdown-background-color-l: 31.3725490196%;
  --neo-dropdown-text-color: hsl(0, 0%, 100%);
  --neo-dropdown-text-color-h: 0;
  --neo-dropdown-text-color-s: 0%;
  --neo-dropdown-text-color-l: 100%;
  --neo-dropdown-divider-color: hsl(213.75, 13.1147540984%, 47.8431372549%);
  --neo-dropdown-divider-color-h: 213.75;
  --neo-dropdown-divider-color-s: 13.1147540984%;
  --neo-dropdown-divider-color-l: 47.8431372549%;
  --neo-dropdown-input-border-color: hsl(213.75, 13.1147540984%, 47.8431372549%);
  --neo-dropdown-input-border-color-h: 213.75;
  --neo-dropdown-input-border-color-s: 13.1147540984%;
  --neo-dropdown-input-border-color-l: 47.8431372549%;
  --neo-dropdown-item-hover-background-color: hsl(216, 100%, 50%);
  --neo-dropdown-item-hover-background-color-h: 216;
  --neo-dropdown-item-hover-background-color-s: 100%;
  --neo-dropdown-item-hover-background-color-l: 50%;
  --neo-popover-background-color: hsl(210, 25%, 31.3725490196%);
  --neo-popover-background-color-h: 210;
  --neo-popover-background-color-s: 25%;
  --neo-popover-background-color-l: 31.3725490196%;
  --neo-popover-text-color: hsl(0, 0%, 100%);
  --neo-popover-text-color-h: 0;
  --neo-popover-text-color-s: 0%;
  --neo-popover-text-color-l: 100%;
  --neo-footer-background-color: hsl(210, 16.6666666667%, 88.2352941176%);
  --neo-footer-background-color-h: 210;
  --neo-footer-background-color-s: 16.6666666667%;
  --neo-footer-background-color-l: 88.2352941176%;
  --neo-footer-border-color: hsl(210, 25%, 25.0980392157%);
  --neo-footer-border-color-h: 210;
  --neo-footer-border-color-s: 25%;
  --neo-footer-border-color-l: 25.0980392157%;
  --neo-footer-text-color: hsl(210, 10%, 39.2156862745%);
  --neo-footer-text-color-h: 210;
  --neo-footer-text-color-s: 10%;
  --neo-footer-text-color-l: 39.2156862745%;
}

[data-theme=light] {
  --neo-navbar-background-color: hsl(0, 0%, 100%);
  --neo-navbar-background-color-h: 0;
  --neo-navbar-background-color-s: 0%;
  --neo-navbar-background-color-l: 100%;
  --neo-navbar-text-color: hsl(0, 0%, 0%);
  --neo-navbar-text-color-h: 0;
  --neo-navbar-text-color-s: 0%;
  --neo-navbar-text-color-l: 0%;
  --neo-footer-background-color: hsl(0, 0%, 92.9411764706%);
  --neo-footer-background-color-h: 0;
  --neo-footer-background-color-s: 0%;
  --neo-footer-background-color-l: 92.9411764706%;
  --neo-footer-border-color: hsl(0, 0%, 29.4117647059%);
  --neo-footer-border-color-h: 0;
  --neo-footer-border-color-s: 0%;
  --neo-footer-border-color-l: 29.4117647059%;
  --neo-footer-text-color: hsl(0, 0%, 29.4117647059%);
  --neo-footer-text-color-h: 0;
  --neo-footer-text-color-s: 0%;
  --neo-footer-text-color-l: 29.4117647059%;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* stylelint-disable */
body {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* stylelint-enable */
* {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
* *,
* *::before,
* *::after {
  box-sizing: border-box;
}

/* stylelint-disable selector-class-pattern */
.color-red {
  color: #d50000 !important;
}

.bg-color-red {
  background-color: #d50000;
}

.color-yellow {
  color: #fab107 !important;
}

.bg-color-yellow {
  background-color: #fab107;
}

.color-green {
  color: #4baa39 !important;
}

.bg-color-green {
  background-color: #4baa39;
}

.color-blue {
  color: #06f !important;
}

.bg-color-blue {
  background-color: #06f;
}

.color-white {
  color: #16F03A !important;
}

.bg-color-white {
  background-color: #16F03A;
}

body {
  background-color: var(--neo-global-background-color);
  color: var(--neo-global-text-color);
}

/* stylelint-enable selector-class-pattern */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c5064;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
}

h1 {
  font-size: 47.6px;
  margin-bottom: 19.04px;
}
h1:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 37.8px;
  margin-bottom: 15.12px;
}
h2:last-child {
  margin-bottom: 0;
}

h3 {
  font-size: 28px;
  margin-bottom: 11.2px;
}
h3:last-child {
  margin-bottom: 0;
}

h4 {
  font-size: 19.6px;
  margin-bottom: 7.84px;
}
h4:last-child {
  margin-bottom: 0;
}

h5 {
  font-size: 14px;
  margin-bottom: 5.6px;
}
h5:last-child {
  margin-bottom: 0;
}

h6 {
  font-size: 9.8px;
  margin-bottom: 3.92px;
}
h6:last-child {
  margin-bottom: 0;
}

.neo-subtitle {
  line-height: 19.6px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

small {
  font-size: 80%;
  line-height: inherit;
}

p {
  font-weight: normal;
  letter-spacing: 0.05px;
  margin-bottom: 6px;
  margin-top: 0;
  text-rendering: optimizeLEgibility;
}

a {
  color: var(--neo-link-color-color);
}
a:hover {
  color: hsl(var(--neo-link-color-color-h), var(--neo-link-color-color-s), calc(-15% + var(--neo-link-color-color-l)));
}

dl,
ol,
ul {
  margin-bottom: 6px;
  margin-left: 6px;
  margin-top: 0;
  padding: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 3px 0;
}

hr {
  border: 1px solid var(--neo-global-border-color);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  clear: both;
  height: 0;
  margin: 1.25rem auto;
  max-width: 75rem;
}

.neo-text-capitalized {
  text-transform: capitalize !important;
}

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

.neo-text-lowercase {
  text-transform: lowercase;
}

.neo-text-no-case {
  text-transform: none !important;
}

.neo-text-white {
  color: #16F03A !important;
}

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

/* stylelint-disable max-nesting-depth */
/* stylelint-enable max-nesting-depth */
.row::after {
  clear: both;
  content: "";
  display: block;
}

[class*=grid--] {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
[dir=rtl] [class*=grid--] {
  float: right;
}

[class*=grid--]:last-child {
  margin-right: 0;
}
[dir=rtl] [class*=grid--]:last-child {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0) {
  .grid--medium-1 {
    margin-right: gutter();
    width: span(1);
  }
  [dir=rtl] .grid--medium-1 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-1 {
    margin-left: span(1);
  }
  [dir=rtl] .push--medium-1 {
    margin-left: 0;
    margin-right: span(1);
  }

  .pull--medium-1 {
    margin-left: 0-span(1);
  }
  [dir=rtl] .pull--medium-1 {
    margin-left: 0;
    margin-right: 0-span(1);
  }

  .grid--medium-2 {
    margin-right: gutter();
    width: span(2);
  }
  [dir=rtl] .grid--medium-2 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-2 {
    margin-left: span(2);
  }
  [dir=rtl] .push--medium-2 {
    margin-left: 0;
    margin-right: span(2);
  }

  .pull--medium-2 {
    margin-left: 0-span(2);
  }
  [dir=rtl] .pull--medium-2 {
    margin-left: 0;
    margin-right: 0-span(2);
  }

  .grid--medium-3 {
    margin-right: gutter();
    width: span(3);
  }
  [dir=rtl] .grid--medium-3 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-3 {
    margin-left: span(3);
  }
  [dir=rtl] .push--medium-3 {
    margin-left: 0;
    margin-right: span(3);
  }

  .pull--medium-3 {
    margin-left: 0-span(3);
  }
  [dir=rtl] .pull--medium-3 {
    margin-left: 0;
    margin-right: 0-span(3);
  }

  .grid--medium-4 {
    margin-right: gutter();
    width: span(4);
  }
  [dir=rtl] .grid--medium-4 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-4 {
    margin-left: span(4);
  }
  [dir=rtl] .push--medium-4 {
    margin-left: 0;
    margin-right: span(4);
  }

  .pull--medium-4 {
    margin-left: 0-span(4);
  }
  [dir=rtl] .pull--medium-4 {
    margin-left: 0;
    margin-right: 0-span(4);
  }

  .grid--medium-5 {
    margin-right: gutter();
    width: span(5);
  }
  [dir=rtl] .grid--medium-5 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-5 {
    margin-left: span(5);
  }
  [dir=rtl] .push--medium-5 {
    margin-left: 0;
    margin-right: span(5);
  }

  .pull--medium-5 {
    margin-left: 0-span(5);
  }
  [dir=rtl] .pull--medium-5 {
    margin-left: 0;
    margin-right: 0-span(5);
  }

  .grid--medium-6 {
    margin-right: gutter();
    width: span(6);
  }
  [dir=rtl] .grid--medium-6 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-6 {
    margin-left: span(6);
  }
  [dir=rtl] .push--medium-6 {
    margin-left: 0;
    margin-right: span(6);
  }

  .pull--medium-6 {
    margin-left: 0-span(6);
  }
  [dir=rtl] .pull--medium-6 {
    margin-left: 0;
    margin-right: 0-span(6);
  }

  .grid--medium-7 {
    margin-right: gutter();
    width: span(7);
  }
  [dir=rtl] .grid--medium-7 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-7 {
    margin-left: span(7);
  }
  [dir=rtl] .push--medium-7 {
    margin-left: 0;
    margin-right: span(7);
  }

  .pull--medium-7 {
    margin-left: 0-span(7);
  }
  [dir=rtl] .pull--medium-7 {
    margin-left: 0;
    margin-right: 0-span(7);
  }

  .grid--medium-8 {
    margin-right: gutter();
    width: span(8);
  }
  [dir=rtl] .grid--medium-8 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-8 {
    margin-left: span(8);
  }
  [dir=rtl] .push--medium-8 {
    margin-left: 0;
    margin-right: span(8);
  }

  .pull--medium-8 {
    margin-left: 0-span(8);
  }
  [dir=rtl] .pull--medium-8 {
    margin-left: 0;
    margin-right: 0-span(8);
  }

  .grid--medium-9 {
    margin-right: gutter();
    width: span(9);
  }
  [dir=rtl] .grid--medium-9 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-9 {
    margin-left: span(9);
  }
  [dir=rtl] .push--medium-9 {
    margin-left: 0;
    margin-right: span(9);
  }

  .pull--medium-9 {
    margin-left: 0-span(9);
  }
  [dir=rtl] .pull--medium-9 {
    margin-left: 0;
    margin-right: 0-span(9);
  }

  .grid--medium-10 {
    margin-right: gutter();
    width: span(10);
  }
  [dir=rtl] .grid--medium-10 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-10 {
    margin-left: span(10);
  }
  [dir=rtl] .push--medium-10 {
    margin-left: 0;
    margin-right: span(10);
  }

  .pull--medium-10 {
    margin-left: 0-span(10);
  }
  [dir=rtl] .pull--medium-10 {
    margin-left: 0;
    margin-right: 0-span(10);
  }

  .grid--medium-11 {
    margin-right: gutter();
    width: span(11);
  }
  [dir=rtl] .grid--medium-11 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-11 {
    margin-left: span(11);
  }
  [dir=rtl] .push--medium-11 {
    margin-left: 0;
    margin-right: span(11);
  }

  .pull--medium-11 {
    margin-left: 0-span(11);
  }
  [dir=rtl] .pull--medium-11 {
    margin-left: 0;
    margin-right: 0-span(11);
  }

  .grid--medium-12 {
    margin-right: gutter();
    width: span(12);
  }
  [dir=rtl] .grid--medium-12 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--medium {
    display: none !important;
  }

  .push--medium-12 {
    margin-left: span(12);
  }
  [dir=rtl] .push--medium-12 {
    margin-left: 0;
    margin-right: span(12);
  }

  .pull--medium-12 {
    margin-left: 0-span(12);
  }
  [dir=rtl] .pull--medium-12 {
    margin-left: 0;
    margin-right: 0-span(12);
  }
}
@media only screen and (min-width: 992px) {
  .grid--large-1 {
    margin-right: gutter();
    width: span(1);
  }
  [dir=rtl] .grid--large-1 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-1 {
    margin-left: span(1);
  }
  [dir=rtl] .push--large-1 {
    margin-left: 0;
    margin-right: span(1);
  }

  .pull--large-1 {
    margin-left: 0-span(1);
  }
  [dir=rtl] .pull--large-1 {
    margin-left: 0;
    margin-right: 0-span(1);
  }

  .grid--large-2 {
    margin-right: gutter();
    width: span(2);
  }
  [dir=rtl] .grid--large-2 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-2 {
    margin-left: span(2);
  }
  [dir=rtl] .push--large-2 {
    margin-left: 0;
    margin-right: span(2);
  }

  .pull--large-2 {
    margin-left: 0-span(2);
  }
  [dir=rtl] .pull--large-2 {
    margin-left: 0;
    margin-right: 0-span(2);
  }

  .grid--large-3 {
    margin-right: gutter();
    width: span(3);
  }
  [dir=rtl] .grid--large-3 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-3 {
    margin-left: span(3);
  }
  [dir=rtl] .push--large-3 {
    margin-left: 0;
    margin-right: span(3);
  }

  .pull--large-3 {
    margin-left: 0-span(3);
  }
  [dir=rtl] .pull--large-3 {
    margin-left: 0;
    margin-right: 0-span(3);
  }

  .grid--large-4 {
    margin-right: gutter();
    width: span(4);
  }
  [dir=rtl] .grid--large-4 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-4 {
    margin-left: span(4);
  }
  [dir=rtl] .push--large-4 {
    margin-left: 0;
    margin-right: span(4);
  }

  .pull--large-4 {
    margin-left: 0-span(4);
  }
  [dir=rtl] .pull--large-4 {
    margin-left: 0;
    margin-right: 0-span(4);
  }

  .grid--large-5 {
    margin-right: gutter();
    width: span(5);
  }
  [dir=rtl] .grid--large-5 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-5 {
    margin-left: span(5);
  }
  [dir=rtl] .push--large-5 {
    margin-left: 0;
    margin-right: span(5);
  }

  .pull--large-5 {
    margin-left: 0-span(5);
  }
  [dir=rtl] .pull--large-5 {
    margin-left: 0;
    margin-right: 0-span(5);
  }

  .grid--large-6 {
    margin-right: gutter();
    width: span(6);
  }
  [dir=rtl] .grid--large-6 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-6 {
    margin-left: span(6);
  }
  [dir=rtl] .push--large-6 {
    margin-left: 0;
    margin-right: span(6);
  }

  .pull--large-6 {
    margin-left: 0-span(6);
  }
  [dir=rtl] .pull--large-6 {
    margin-left: 0;
    margin-right: 0-span(6);
  }

  .grid--large-7 {
    margin-right: gutter();
    width: span(7);
  }
  [dir=rtl] .grid--large-7 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-7 {
    margin-left: span(7);
  }
  [dir=rtl] .push--large-7 {
    margin-left: 0;
    margin-right: span(7);
  }

  .pull--large-7 {
    margin-left: 0-span(7);
  }
  [dir=rtl] .pull--large-7 {
    margin-left: 0;
    margin-right: 0-span(7);
  }

  .grid--large-8 {
    margin-right: gutter();
    width: span(8);
  }
  [dir=rtl] .grid--large-8 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-8 {
    margin-left: span(8);
  }
  [dir=rtl] .push--large-8 {
    margin-left: 0;
    margin-right: span(8);
  }

  .pull--large-8 {
    margin-left: 0-span(8);
  }
  [dir=rtl] .pull--large-8 {
    margin-left: 0;
    margin-right: 0-span(8);
  }

  .grid--large-9 {
    margin-right: gutter();
    width: span(9);
  }
  [dir=rtl] .grid--large-9 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-9 {
    margin-left: span(9);
  }
  [dir=rtl] .push--large-9 {
    margin-left: 0;
    margin-right: span(9);
  }

  .pull--large-9 {
    margin-left: 0-span(9);
  }
  [dir=rtl] .pull--large-9 {
    margin-left: 0;
    margin-right: 0-span(9);
  }

  .grid--large-10 {
    margin-right: gutter();
    width: span(10);
  }
  [dir=rtl] .grid--large-10 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-10 {
    margin-left: span(10);
  }
  [dir=rtl] .push--large-10 {
    margin-left: 0;
    margin-right: span(10);
  }

  .pull--large-10 {
    margin-left: 0-span(10);
  }
  [dir=rtl] .pull--large-10 {
    margin-left: 0;
    margin-right: 0-span(10);
  }

  .grid--large-11 {
    margin-right: gutter();
    width: span(11);
  }
  [dir=rtl] .grid--large-11 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-11 {
    margin-left: span(11);
  }
  [dir=rtl] .push--large-11 {
    margin-left: 0;
    margin-right: span(11);
  }

  .pull--large-11 {
    margin-left: 0-span(11);
  }
  [dir=rtl] .pull--large-11 {
    margin-left: 0;
    margin-right: 0-span(11);
  }

  .grid--large-12 {
    margin-right: gutter();
    width: span(12);
  }
  [dir=rtl] .grid--large-12 {
    margin-left: gutter();
    margin-right: 0;
  }

  .hidden--large {
    display: none !important;
  }

  .push--large-12 {
    margin-left: span(12);
  }
  [dir=rtl] .push--large-12 {
    margin-left: 0;
    margin-right: span(12);
  }

  .pull--large-12 {
    margin-left: 0-span(12);
  }
  [dir=rtl] .pull--large-12 {
    margin-left: 0;
    margin-right: 0-span(12);
  }
}
.neo-right-text {
  text-align: right;
}

@keyframes show-element {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-modal-content {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes spinner-animation {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: rotate(0);
  }
  50% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes widgetLoadingContent {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100vw;
  }
}
.neo-spinner {
  color: #5a646e;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  animation: spinner-animation 500ms infinite;
  height: 20px;
  width: 20px;
}
.neo-spinner::after {
  background: center center no-repeat;
  background-size: cover;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  border-style: solid;
  box-sizing: border-box;
  content: " ";
  display: inline-block;
  height: 100%;
  margin: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.neo-btn > .neo-spinner {
  color: inherit;
  margin-right: 6px;
  height: 14px;
  width: 14px;
}
[dir=rtl] .neo-btn > .neo-spinner {
  margin-left: 6px;
  margin-right: initial;
}

.neo-spinner::after {
  border-width: 1px;
}
.neo-spinner--large {
  height: 26px;
  width: 26px;
}
.neo-spinner--large::after {
  border-width: 2px;
}
.neo-spinner--x-large {
  height: 34px;
  width: 34px;
}
.neo-spinner--x-large::after {
  border-width: 3px;
}

.neo-arrow {
  display: block;
  height: 7.5px;
  position: absolute;
  width: 15px;
}
.neo-arrow::before, .neo-arrow::after {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}

.neo-form-control {
  margin-bottom: 15px;
}
.neo-form-control--success > .neo-input-group ~ label,
.neo-form-control--success > .neo-input ~ label,
.neo-form-control--success > .neo-select ~ label,
.neo-form-control--success > .neo-radio ~ label,
.neo-form-control--success > .neo-check ~ label,
.neo-form-control--success > .neo-switch,
.neo-form-control--success .neo-input-hint {
  color: var(--neo-success-color);
}
.neo-form-control--success .neo-input,
.neo-form-control--success .neo-chips,
.neo-form-control--success .neo-select select {
  border-color: var(--neo-success-color);
}
.neo-form-control--error > .neo-input-group ~ label,
.neo-form-control--error > .neo-input ~ label,
.neo-form-control--error > .neo-select ~ label,
.neo-form-control--error > .neo-radio ~ label,
.neo-form-control--error > .neo-check ~ label,
.neo-form-control--error > .neo-switch,
.neo-form-control--error .neo-input-hint {
  color: var(--neo-alert-color);
}
.neo-form-control--error .neo-input,
.neo-form-control--error .neo-chips,
.neo-form-control--error .neo-select select {
  border-color: var(--neo-alert-color);
}
.neo-form-control--required > label::after {
  color: var(--neo-alert-color);
  content: "*";
  padding-left: 2px;
}
.neo-form--inline {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.neo-input {
  background-color: var(--neo-global-background-color);
  background-image: none;
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--neo-global-text-color);
  display: block;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  min-height: 32px;
  padding: 6px 10px;
  width: 100%;
}
.neo-input[readonly] {
  background-color: hsl(var(--neo-global-background-color-h), var(--neo-global-background-color-s), calc(-5% + var(--neo-global-background-color-l)));
}
.neo-input[disabled] {
  background-color: hsl(var(--neo-global-background-color-h), var(--neo-global-background-color-s), calc(-5% + var(--neo-global-background-color-l)));
  color: rgba(var(--neo-global-text-color), 0.5);
  cursor: not-allowed;
}
label > .neo-input, label + .neo-input {
  margin-top: 3px;
}
.neo-input:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
  outline: none;
}
.neo-input--rounded {
  border: 1px solid var(--neo-global-border-color);
  border-radius: 16px;
}
.neo-input--editable {
  display: flex;
  flex-wrap: wrap;
  min-height: 20px;
}
.neo-input--editable > * {
  margin-bottom: 0 !important;
}
.neo-input--editable .neo-chip {
  line-height: 1.2;
  padding-bottom: 0;
  padding-top: 0;
}
.neo-input--editable .neo-input {
  border: 0;
  box-shadow: none;
  flex-grow: 1;
  padding: 0;
  width: auto;
}
.neo-input--success {
  border-color: var(--neo-success-color);
}
.neo-input--success:focus {
  border-color: var(--neo-success-color);
}
.neo-input--error {
  border-color: var(--neo-alert-color);
}
.neo-input--error:focus {
  border-color: var(--neo-alert-color);
}

.neo-input-group {
  border-radius: 3px;
  display: flex;
  vertical-align: middle;
  width: 100%;
  /* stylelint-disable-next-line selector-class-pattern */
}
.neo-input-hint + .neo-input-group {
  margin-bottom: 0;
}
.neo-input-group label:not(.neo-switch):not(.neo-label) {
  line-height: 1.2;
  padding: 6px 0;
}
.neo-input-group .neo-input,
.neo-input-group .neo-switch,
.neo-input-group .neo-check,
.neo-input-group .neo-btn {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.neo-input-group .neo-btn {
  flex: none;
  padding-bottom: 6px;
  padding-top: 6px;
}
.neo-input-group :first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
[dir=rtl] .neo-input-group :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
}

.neo-input-group :last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
[dir=rtl] .neo-input-group :last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}

.neo-input-group .neo-input-group__addon {
  align-items: center;
  background: hsl(var(--neo-global-background-color-h), var(--neo-global-background-color-s), calc(-5% + var(--neo-global-background-color-l)));
  border: 1px solid var(--neo-global-border-color);
  display: flex;
  line-height: 1.2;
  padding: 6px 10px;
}
.neo-input-group .neo-input-group__addon:first-child {
  border-right-width: 0;
}
[dir=rtl] .neo-input-group .neo-input-group__addon:first-child {
  border-left-width: 0;
  border-right-width: 1px;
}

.neo-input-group .neo-input-group__addon:last-child {
  border-left-width: 0;
}
[dir=rtl] .neo-input-group .neo-input-group__addon:last-child {
  border-left-width: 1px;
  border-right-width: 0;
}

.neo-input-group__icon {
  color: #d50000;
  display: flex;
  font-size: 20px;
  position: absolute;
  right: 30px;
  z-index: 1;
}
label > .neo-input-group, label + .neo-input-group {
  margin-top: 3px;
}
.neo-input-group.row {
  display: block;
}
.neo-input-group--required-state label:not(.neo-switch):not(.neo-label)::after {
  color: var(--neo-alert-color);
  content: "*";
}
.neo-input-group--rounded :first-child {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
[dir=rtl] .neo-input-group--rounded :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
}

.neo-input-group--rounded :last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
[dir=rtl] .neo-input-group--rounded :last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
}

.neo-input-icon {
  position: relative;
}
.neo-input-icon .neo-input:not(:first-child) {
  padding-left: 30px;
}
.neo-input-icon .neo-input:not(:last-child) {
  padding-right: 30px;
}
.neo-input-icon .neo-input + [class*=aoc-],
.neo-input-icon .neo-input + [class*=neo-icon] {
  left: auto;
  right: 0;
}
.neo-input-icon [class*=aoc-],
.neo-input-icon [class*=neo-icon] {
  align-items: center;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
}

.neo-input-hint {
  font-size: 12px;
}
.neo-input + .neo-input-hint, .neo-select + .neo-input-hint, .neo-input-group + .neo-input-hint, .neo-switch + .neo-input-hint, .neo-check ~ .neo-input-hint {
  margin-top: 3px;
}
.neo-check ~ .neo-input-hint {
  margin-left: 26px;
}
.neo-switch + .neo-input-hint {
  margin-left: 50px;
}
.neo-input-hint--muted {
  color: hsl(var(--neo-global-text-color-h), var(--neo-global-text-color-s), calc(40% + var(--neo-global-text-color-l)));
}
.neo-input--success + .neo-input-hint, .neo-input-group--success + .neo-input-hint {
  color: var(--neo-success-color);
}
.neo-input--error + .neo-input-hint, .neo-input-group--error + .neo-input-hint {
  color: var(--neo-alert-color);
}

.neo-pagination__item, .neo-btn {
  align-items: center;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  height: 32px;
  outline: 0;
  padding: 0 15px;
  transition: background-color 0.4s ease-in-out;
  width: auto;
  background-color: var(--neo-button-default-bg-color);
  color: var(--neo-global-text-inverse-color);
}
[type=button].neo-pagination__item, [type=button].neo-btn {
  line-height: 1;
}
.neo-pagination__item:hover, .neo-btn:hover {
  background-color: hsl(var(--neo-button-default-bg-color-h), var(--neo-button-default-bg-color-s), calc(5% + var(--neo-button-default-bg-color-l)));
}
.neo-pagination__item:focus, .neo-btn:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-pagination__item:active, .neo-btn:active {
  background-color: hsl(var(--neo-button-default-bg-color-h), var(--neo-button-default-bg-color-s), calc(5% + var(--neo-button-default-bg-color-l)));
  box-shadow: 0 1px 3px 3px rgba(var(--neo-button-default-bg-color), 0.2);
}
[disabled].neo-pagination__item, [disabled].neo-btn {
  background-color: var(--neo-button-default-disabled-bg-color);
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn[class^=aoc-]:not(:empty)::before, .neo-btn[class*=aoc-]:not(:empty)::before, .neo-btn[class^=neo-icon-]:not(:empty)::before, .neo-btn[class*=neo-icon-]:not(:empty)::before {
  margin-right: 10px;
}
[dir=rtl] .neo-btn[class^=aoc-]:not(:empty)::before, [dir=rtl] .neo-btn[class*=aoc-]:not(:empty)::before, [dir=rtl] .neo-btn[class^=neo-icon-]:not(:empty)::before, [dir=rtl] .neo-btn[class*=neo-icon-]:not(:empty)::before {
  margin-left: 10px;
  margin-right: 0;
}

[class^=aoc-].neo-btn:empty,
[class*=aoc-].neo-btn:empty,
[class^=neo-icon-].neo-btn:empty,
[class*=neo-icon-].neo-btn:empty {
  display: inline-flex;
  font-size: 32px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
[class^=aoc-].neo-btn:empty::before,
[class*=aoc-].neo-btn:empty::before,
[class^=neo-icon-].neo-btn:empty::before,
[class*=neo-icon-].neo-btn:empty::before {
  font-size: 0.6666666667em;
}

.neo-btn--primary {
  background-color: var(--neo-button-primary-bg-color);
  color: var(--neo-global-text-inverse-color);
}
.neo-btn--primary:hover {
  background-color: hsl(var(--neo-button-primary-bg-color-h), var(--neo-button-primary-bg-color-s), calc(5% + var(--neo-button-primary-bg-color-l)));
}
.neo-btn--primary:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--primary:active {
  background-color: hsl(var(--neo-button-primary-bg-color-h), var(--neo-button-primary-bg-color-s), calc(5% + var(--neo-button-primary-bg-color-l)));
  box-shadow: 0 1px 3px 3px rgba(var(--neo-button-primary-bg-color), 0.2);
}
.neo-btn--primary[disabled], .neo-btn--primary--disabled {
  background-color: var(--neo-button-default-disabled-bg-color);
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--secondary {
  background-color: #dce1e6;
  color: var(--neo-global-text-color);
}
.neo-btn--secondary:hover {
  background-color: #cdd4db;
}
.neo-btn--secondary:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--secondary:active {
  background-color: #cdd4db;
  box-shadow: 0 1px 3px 3px rgba(220, 225, 230, 0.2);
}
.neo-btn--secondary[disabled], .neo-btn--secondary--disabled {
  background-color: #f2f2f2;
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--success {
  background-color: #008000;
  color: var(--neo-global-text-inverse-color);
}
.neo-btn--success:focus {
  background-color: #006700;
}
.neo-btn--success:hover {
  background-color: #006700;
}
.neo-btn--success:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--success:active {
  background-color: #008000;
  box-shadow: 0 1px 3px 3px rgba(0, 128, 0, 0.2);
}
.neo-btn--success[disabled], .neo-btn--success--disabled {
  background-color: #f2f2f2;
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--warning {
  background-color: #fab107;
  color: var(--neo-global-text-inverse-color);
}
.neo-btn--warning:focus {
  background-color: #e3a005;
}
.neo-btn--warning:hover {
  background-color: #e3a005;
}
.neo-btn--warning:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--warning:active {
  background-color: #fab107;
  box-shadow: 0 1px 3px 3px rgba(250, 177, 7, 0.2);
}
.neo-btn--warning[disabled], .neo-btn--warning--disabled {
  background-color: #f2f2f2;
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--alert {
  background-color: #d50000;
  color: var(--neo-global-text-inverse-color);
}
.neo-btn--alert:focus {
  background-color: #bc0000;
}
.neo-btn--alert:hover {
  background-color: #bc0000;
}
.neo-btn--alert:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--alert:active {
  background-color: #d50000;
  box-shadow: 0 1px 3px 3px rgba(213, 0, 0, 0.2);
}
.neo-btn--alert[disabled], .neo-btn--alert--disabled {
  background-color: #f2f2f2;
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--info {
  background-color: #06f;
  color: var(--neo-global-text-inverse-color);
}
.neo-btn--info:focus {
  background-color: #005ce6;
}
.neo-btn--info:hover {
  background-color: #005ce6;
}
.neo-btn--info:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--info:active {
  background-color: #06f;
  box-shadow: 0 1px 3px 3px rgba(0, 102, 255, 0.2);
}
.neo-btn--info[disabled], .neo-btn--info--disabled {
  background-color: #f2f2f2;
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--ghost {
  background-color: var(--neo-global-background-color);
  color: var(--neo-global-text-color);
  border: 1px solid #3c5064;
}
.neo-btn--ghost:hover {
  background-color: hsl(var(--neo-global-background-color-h), var(--neo-global-background-color-s), calc(-5% + var(--neo-global-background-color-l)));
}
.neo-btn--ghost:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--ghost:active {
  background-color: hsl(var(--neo-global-background-color-h), var(--neo-global-background-color-s), calc(-5% + var(--neo-global-background-color-l)));
  box-shadow: 0 1px 3px 3px rgba(220, 225, 230, 0.2);
}
.neo-btn--ghost[disabled], .neo-btn--ghost--disabled {
  background-color: #f2f2f2;
  color: hsla(var(--neo-global-text-color-h), var(--neo-global-text-color-s), var(--neo-global-text-color-l), 50%);
  cursor: not-allowed;
  border-color: transparent;
}

.neo-btn--clear {
  background-color: transparent;
  color: var(--neo-global-text-color);
}
.neo-btn--clear:hover {
  background-color: transparent;
}
.neo-btn--clear:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-btn--clear:active {
  background-color: transparent;
  box-shadow: none;
}
.neo-btn--circle {
  border-radius: 50%;
}
.neo-btn--circle.neo-btn:empty::before {
  font-size: 22px;
}

.neo-button-group {
  display: flex;
}
.neo-button-group .neo-btn {
  border-radius: 0;
  flex: none;
  margin: 0;
}
.neo-button-group .neo-btn + .neo-btn {
  margin-left: 1px;
}
[dir=rtl] .neo-button-group .neo-btn + .neo-btn {
  margin-left: 0;
  margin-right: 1px;
}

.neo-button-group :first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
[dir=rtl] .neo-button-group :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
}

.neo-button-group :last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
[dir=rtl] .neo-button-group :last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}

.neo-radio {
  display: none;
}
.neo-radio + label {
  cursor: pointer;
  margin-right: 15px;
  padding: 0 !important;
  position: relative;
  text-indent: 22px;
}
[dir=rtl] .neo-radio + label {
  margin-left: 15px;
  margin-right: 0;
}

.neo-radio + label::before {
  background-color: var(--neo-global-background-color);
  border: 1px solid #304050;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 1px;
  width: 14px;
}
.neo-radio:checked + label::after {
  background: #304050;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 4px;
  position: absolute;
  top: 5px;
  width: 6px;
}
[dir=rtl] .neo-radio:checked + label::after {
  left: auto;
  right: 4px;
}

.neo-radio[disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}

.neo-check {
  opacity: 0;
  position: absolute;
}
.neo-check + label {
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  padding: 0;
  position: relative;
}
.neo-check + label::before {
  background: var(--neo-global-background-color);
  border: 1px solid #304050;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-top;
  width: 16px;
  /* stylelint-disable max-nesting-depth */
}
[dir=rtl] .neo-check + label::before {
  margin-left: 10px;
  margin-right: 0;
}

.neo-check:hover + label::before {
  background: #304050;
}
.neo-check:focus + label::before {
  background: var(--neo-global-background-color);
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-check:checked + label::before {
  background: #304050;
}
.neo-check:disabled + label {
  color: rgba(48, 64, 80, 0.5);
  cursor: not-allowed;
}
.neo-check:disabled + label::before {
  background: rgba(48, 64, 80, 0.5);
  border: 0;
  box-shadow: none;
  cursor: not-allowed;
}
.neo-check + label::after {
  border: solid #16F03A;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 1.75px;
  transform: rotate(45deg);
  width: 6px;
}
[dir=rtl] .neo-check + label::after {
  left: auto;
  right: 5px;
}

.neo-check:checked + label::after {
  display: block;
}

.neo-close {
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  outline: none;
  padding: 0;
  pointer-events: auto;
  position: relative;
  text-align: center;
  vertical-align: top;
  background-color: rgba(8, 23, 35, 0.2);
  height: 16px;
  width: 16px;
}
.neo-close::after, .neo-close::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.neo-close:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-close::before {
  height: 1px;
  width: 70%;
}
.neo-close::after {
  height: 70%;
  width: 1px;
}
.neo-close::after, .neo-close::before {
  background-color: var(--neo-global-text-inverse-color);
}
.neo-close:hover {
  background-color: rgba(8, 23, 35, 0.6);
}
.neo-close--clear {
  background-color: transparent;
}
.neo-close--clear::after, .neo-close--clear::before {
  background-color: #6a788a;
}
.neo-close--clear:hover {
  background-color: transparent;
}
.neo-close--clear:hover::after, .neo-close--clear:hover::before {
  background-color: #081723;
}
.neo-close--small {
  height: 13px;
  width: 13px;
}
.neo-close--large {
  height: 20px;
  width: 20px;
}
.neo-close--x-large {
  height: 26px;
  width: 26px;
}

.neo-accordion, .neo-group-list {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  /* Left indent in IE and Opera */
  padding-left: 0;
  /* Left indent in Firefox, Safari, Chrome */
}
[dir=rtl] .neo-accordion, [dir=rtl] .neo-group-list {
  margin-left: initial;
  margin-right: 0;
  padding-left: initial;
  padding-right: 0;
}

.neo-accordion__header, .neo-group-list__item {
  background-color: #16F03A;
  border: 1px solid var(--neo-global-border-color);
  border-bottom: 0;
  /* Remove border-bottom for better stylization */
  color: #081723;
  display: flex;
  font-size: 14px;
  list-style-type: none;
  padding: 10px 15px;
  transition: background-color 0.4s ease-in-out;
}

.neo-accordion__item:first-child, .neo-group-list__item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.neo-accordion__item:last-child, .neo-group-list__item:last-child {
  border-bottom: 1px solid var(--neo-global-border-color);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.neo-table__container--sticky {
  overflow-x: auto;
  padding-top: 0;
}
.neo-table__container--sticky th {
  position: sticky;
  top: -1px;
}

.neo-table__container--vsticky {
  overflow-y: auto;
  padding-left: 0;
}
.neo-table__container--vsticky th {
  position: sticky;
  left: -1px;
}

.neo-table {
  background-color: transparent;
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 6px;
  max-width: 100%;
  width: 100%;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}
.neo-table thead,
.neo-table tbody,
.neo-table tfoot {
  background-color: var(--neo-global-background-color);
  border: 1px solid #dce1e6;
}
.neo-table td,
.neo-table th {
  padding: 6px;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .neo-table td,
[dir=rtl] .neo-table th {
  text-align: right;
}

.neo-table td .neo-input,
.neo-table td .neo-input-group,
.neo-table td .neo-btn,
.neo-table td .neo-button-group,
.neo-table td .neo-label,
.neo-table td .neo-chip,
.neo-table td .neo-switch,
.neo-table td .neo-group-list,
.neo-table th .neo-input,
.neo-table th .neo-input-group,
.neo-table th .neo-btn,
.neo-table th .neo-button-group,
.neo-table th .neo-label,
.neo-table th .neo-chip,
.neo-table th .neo-switch,
.neo-table th .neo-group-list {
  margin-bottom: 0;
}
.neo-table .neo-table--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.neo-table th {
  background-color: #dce1e6;
  color: var(--neo-global-text-color);
}
.neo-table td {
  border-top: 1px solid #dce1e6;
}
.neo-table thead th {
  vertical-align: bottom;
}
.neo-table tfoot {
  background-color: #dce1e6;
  color: var(--neo-global-text-color);
}
.neo-table--bordered th,
.neo-table--bordered td {
  border: 1px solid #dce1e6;
}
.neo-table--striped tbody tr:nth-of-type(even) {
  background-color: #f3f8fc;
  border-bottom: 0;
}
.neo-table--hover thead tr:hover {
  background-color: #dce1e6;
}
.neo-table--hover tbody tr:hover {
  background-color: #a0c9e9;
  cursor: pointer;
}
.neo-table--hover tfoot tr:hover {
  background-color: #dce1e6;
}
.neo-table--condensed th,
.neo-table--condensed td {
  padding: 3px;
}
.neo-table--responsive {
  display: block;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  width: 100%;
}
.neo-table--sortable th {
  cursor: pointer;
  padding-right: 29px;
  position: relative;
}
.neo-table--sortable th:hover {
  background-color: #cdd4db;
}
.neo-table--sortable th::after {
  font-family: "AOC-Icons";
  font-size: 9px;
  line-height: 24px;
  position: absolute;
  right: 10px;
}
.neo-table--sortable th.neo-table--ascending {
  background-color: #cdd4db;
}
.neo-table--sortable th.neo-table--ascending::after {
  content: "";
}
.neo-table--sortable th.neo-table--descending {
  background-color: #cdd4db;
}
.neo-table--sortable th.neo-table--descending::after {
  content: "";
}
.neo-table--editable {
  background-color: #dbf2d7;
}
.neo-table--editable > td:first-child {
  position: relative;
}
.neo-table--editable > td:first-child::before {
  border-left: 3px solid #008000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
[dir=rtl] .neo-table--editable > td:first-child::before {
  left: auto;
  right: 0;
}

.neo-table :not(.neo-button-group) > .neo-btn {
  margin-right: 6px;
}
[dir=rtl] .neo-table :not(.neo-button-group) > .neo-btn {
  margin-left: 6px;
  margin-right: 0;
}

.neo-table :not(.neo-button-group) > .neo-btn:last-child {
  margin-right: 0;
}
[dir=rtl] .neo-table :not(.neo-button-group) > .neo-btn:last-child {
  margin-left: 0;
}

.neo-chips__item, .neo-chip, .neo-label {
  background: var(--neo-primary-color);
  border: 0;
  border-radius: 3px;
  color: var(--neo-global-text-color);
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
  padding: 6px 10px;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 0;
}
[class^=aoc-].neo-chips__item:not(:empty)::before, [class^=aoc-].neo-chip:not(:empty)::before, [class^=aoc-].neo-label:not(:empty)::before, [class*=aoc-].neo-chips__item:not(:empty)::before, [class*=aoc-].neo-chip:not(:empty)::before, [class*=aoc-].neo-label:not(:empty)::before, [class^=neo-icon-].neo-chips__item:not(:empty)::before, [class^=neo-icon-].neo-chip:not(:empty)::before, [class^=neo-icon-].neo-label:not(:empty)::before, [class*=neo-icon-].neo-chips__item:not(:empty)::before, [class*=neo-icon-].neo-chip:not(:empty)::before, [class*=neo-icon-].neo-label:not(:empty)::before {
  margin-right: 10px;
}
[dir=rtl] [class^=aoc-].neo-chips__item:not(:empty)::before, [dir=rtl] [class^=aoc-].neo-chip:not(:empty)::before, [dir=rtl] [class^=aoc-].neo-label:not(:empty)::before, [dir=rtl] [class*=aoc-].neo-chips__item:not(:empty)::before, [dir=rtl] [class*=aoc-].neo-chip:not(:empty)::before, [dir=rtl] [class*=aoc-].neo-label:not(:empty)::before, [dir=rtl] [class^=neo-icon-].neo-chips__item:not(:empty)::before, [dir=rtl] [class^=neo-icon-].neo-chip:not(:empty)::before, [dir=rtl] [class^=neo-icon-].neo-label:not(:empty)::before, [dir=rtl] [class*=neo-icon-].neo-chips__item:not(:empty)::before, [dir=rtl] [class*=neo-icon-].neo-chip:not(:empty)::before, [dir=rtl] [class*=neo-icon-].neo-label:not(:empty)::before {
  margin-left: 10px;
  margin-right: 0;
}

.neo-label--primary {
  background-color: var(--neo-primary-color) !important;
  color: var(--neo-global-text-inverse-color) !important;
}
.neo-label--secondary {
  background-color: var(--neo-secondary-color) !important;
  color: var(--neo-global-text-inverse-color) !important;
}
.neo-label--success {
  background-color: var(--neo-success-color) !important;
  color: var(--neo-global-text-inverse-color) !important;
}
.neo-label--warning {
  background-color: var(--neo-warning-color) !important;
  color: var(--neo-global-text-inverse-color) !important;
}
.neo-label--alert {
  background-color: var(--neo-alert-color) !important;
  color: var(--neo-global-text-inverse-color) !important;
}
.neo-label--info {
  background-color: var(--neo-info-color) !important;
  color: var(--neo-global-text-inverse-color) !important;
}

.neo-notification {
  background-color: var(--neo-primary-color);
  border: 0;
  border-radius: 3px;
  color: var(--neo-global-text-inverse-color);
  display: flex;
  margin-bottom: 6px;
  padding: 12px 20px;
  position: relative;
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.neo-notification--primary {
  background-color: rgba(var(--neo-primary-color), 0.8);
}
.neo-notification--secondary {
  background-color: rgba(var(--neo-secondary-color), 0.8);
}
.neo-notification--success {
  background-color: rgba(var(--neo-success-color), 0.8);
}
.neo-notification--warning {
  background-color: rgba(var(--neo-warning-color), 0.8);
}
.neo-notification--alert {
  background-color: rgba(var(--neo-alert-color), 0.8);
}
.neo-notification--info {
  background-color: rgba(var(--neo-info-color), 0.8);
}
.neo-notification a:not(.neo-close) {
  color: var(--neo-global-text-inverse-color);
  text-decoration: underline;
}
.neo-notification__message {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  justify-content: center;
}
.neo-notification__title {
  font-size: inherit;
  margin: 0;
}
.neo-notification__description {
  font-size: 14px;
  margin-top: 10px;
}
.neo-notification__icon {
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}
[dir=rtl] .neo-notification__icon {
  margin-left: 10px;
  margin-right: initial;
}

.neo-notification > .neo-close {
  position: absolute;
  right: 6px;
  top: 6px;
}
[dir=rtl] .neo-notification > .neo-close {
  left: 6px;
  right: initial;
}

.neo-notification__counter {
  font-size: 14px;
  text-align: center;
  bottom: 3px;
  position: absolute;
  right: 10px;
}
[dir=rtl] .neo-notification__counter {
  left: 10px;
  right: initial;
}

.neo-notification--primary {
  background-color: var(--neo-primary-color) !important;
}
.neo-notification--secondary {
  background-color: var(--neo-secondary-color) !important;
}
.neo-notification--success {
  background-color: var(--neo-success-color) !important;
}
.neo-notification--warning {
  background-color: var(--neo-warning-color) !important;
}
.neo-notification--alert {
  background-color: var(--neo-alert-color) !important;
}
.neo-notification--info {
  background-color: var(--neo-info-color) !important;
}

.neo-pagination__list, .neo-pagination {
  align-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.neo-pagination {
  font-size: 14px;
}
.neo-pagination > .neo-pagination__select {
  width: auto;
}
.neo-pagination__list {
  list-style-type: none;
  margin: 6px;
}
.neo-pagination__item {
  background-color: var(--neo-global-background-color);
  border: 1px solid var(--neo-global-border-color);
  color: #081723;
  margin: 0 6px;
  min-width: 18px;
  text-decoration: none;
}
.neo-pagination__item:hover {
  background-color: var(--neo-global-background-color);
  border-color: #6a788a;
  color: #000;
  transition: 0.4s;
}
.neo-pagination__item--disabled, .neo-pagination__item--disabled:hover, .neo-pagination__item--disabled:active, .neo-pagination__item[disabled] {
  background-color: #f2f2f2;
  border: 0;
  box-shadow: none;
  color: rgba(48, 64, 80, 0.5);
  cursor: not-allowed;
}
.neo-pagination__item--active {
  background-color: #06f;
  border-color: #003d99;
  color: #16F03A;
  font-weight: bold;
}
.neo-pagination__item--active:hover {
  background-color: #1a75ff;
  border-color: #005ce6;
  color: #16F03A;
}
.neo-pagination__dots {
  color: #6a788a;
  font-size: 20px;
  pointer-events: none;
}
.neo-pagination--is-right .neo-pagination__list {
  margin-left: auto;
}
[dir=rtl] .neo-pagination--is-right .neo-pagination__list {
  margin-left: initial;
  margin-right: auto;
}

.neo-pagination--is-left .neo-pagination__list {
  margin-right: auto;
}
[dir=rtl] .neo-pagination--is-left .neo-pagination__list {
  margin-left: auto;
  margin-right: initial;
}

.neo-pagination__label {
  font-size: 12px;
  margin-right: 6px;
}
[dir=rtl] .neo-pagination__label {
  margin-left: 6px;
  margin-right: initial;
}

.neo-select {
  background-color: var(--neo-global-background-color);
  display: inline-block;
  position: relative;
  width: 100%;
}

.neo-select > select {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-appearance: none;
  background-color: var(--neo-global-background-color);
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  box-shadow: none;
  color: var(--neo-global-text-color);
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  min-height: 32px;
  padding: 6px 32px 6px 8px;
  width: 100%;
}
[dir=rtl] .neo-select > select {
  padding-left: 32px;
  padding-right: 8px;
}

.neo-select > select:disabled {
  background-color: hsl(var(--neo-global-background-color-h), var(--neo-global-background-color-s), calc(-5% + var(--neo-global-background-color-l)));
  color: rgba(var(--neo-global-text-color), 0.5);
  cursor: not-allowed;
}
.neo-select > select:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
  outline: 0;
}
.neo-select [multiple] {
  padding: 0;
}
[dir=rtl] .neo-select [multiple] {
  padding: 0;
}

.neo-select [multiple] option {
  padding: 6px 32px 6px 8px;
}
[dir=rtl] .neo-select [multiple] option {
  padding-left: 32px;
  padding-right: 8px;
}

.neo-select:not(.neo-select--multiple)::after {
  align-items: center;
  content: "▾";
  display: inline-flex;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s all ease;
  width: 16px;
}
[dir=rtl] .neo-select:not(.neo-select--multiple)::after {
  left: 8px;
  right: auto;
}

.neo-select:hover::after {
  color: #06f;
}
.neo-select__spinner {
  color: #5a646e;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  animation: spinner-animation 500ms infinite;
  height: 20px;
  width: 20px;
  animation: none;
  height: auto;
  width: 100%;
}
.neo-select__spinner::after {
  background: center center no-repeat;
  background-size: cover;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  border-style: solid;
  box-sizing: border-box;
  content: " ";
  display: inline-block;
  height: 100%;
  margin: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.neo-btn > .neo-select__spinner {
  color: inherit;
  margin-right: 6px;
  height: 14px;
  width: 14px;
}
[dir=rtl] .neo-btn > .neo-select__spinner {
  margin-left: 6px;
  margin-right: initial;
}

.neo-select__spinner::after {
  border-width: 1px;
}
.neo-select__spinner--large {
  height: 26px;
  width: 26px;
}
.neo-select__spinner--large::after {
  border-width: 2px;
}
.neo-select__spinner--x-large {
  height: 34px;
  width: 34px;
}
.neo-select__spinner--x-large::after {
  border-width: 3px;
}
.neo-select__spinner:not(.neo-select--multiple)::after {
  content: "";
  height: 16px;
  left: auto;
  margin: 0;
  top: 8px;
  width: 16px;
  animation: spinner-animation 500ms infinite;
}
.neo-select__icon {
  align-items: center;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  left: 8px;
  position: absolute;
}
[dir=rtl] .neo-select__icon {
  left: auto;
  right: 8px;
}

.neo-select__icon + select {
  padding-left: 32px;
}
[dir=rtl] .neo-select__icon + select {
  padding-right: 32px;
}

.neo-badge {
  position: relative;
}
.neo-badge::after {
  background: var(--neo-alert-color);
  border-radius: 8.5px;
  box-sizing: border-box;
  color: var(--neo-global-text-inverse-color);
  content: attr(data-badge);
  display: flex;
  font-size: 12px;
  height: 17px;
  justify-content: center;
  line-height: 17px;
  min-width: 17px;
  padding: 0 2px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(65%, -65%);
}
[dir=rtl] .neo-badge::after {
  left: 0;
  right: auto;
  transform: translate(-65%, -65%);
}

.neo-tooltip[data-tooltip]:not([data-tooltip=""])::after {
  animation: show-element 0.4s;
  background: #fcf8d1;
  border-radius: 3px;
  color: #5b646e;
  content: attr(data-tooltip);
  display: none;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  max-width: 20em;
  overflow: hidden;
  padding: 3px 6px;
  pointer-events: none;
  text-align: center;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  z-index: 999;
}

.neo-tooltip[data-tooltip]:not([data-tooltip=""]) {
  position: relative;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after {
  display: block;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""])::after {
  margin-bottom: auto;
  margin-top: -8px;
  transform: translate(-50%, -100%);
  bottom: auto;
  left: 50%;
  position: absolute;
  right: auto;
  top: 0;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--multiline::after {
  text-overflow: clip;
  white-space: pre-line;
  width: max-content;
  word-break: keep-all;
  word-wrap: normal;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--primary::after {
  background: var(--neo-primary-color);
  color: #16F03A;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--secondary::after {
  background: var(--neo-secondary-color);
  color: #16F03A;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--success::after {
  background: var(--neo-success-color);
  color: #16F03A;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--warning::after {
  background: var(--neo-warning-color);
  color: #16F03A;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--alert::after {
  background: var(--neo-alert-color);
  color: #16F03A;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--info::after {
  background: var(--neo-info-color);
  color: #16F03A;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--right::after {
  transform: translate(100%, 50%);
  bottom: 50%;
  left: auto;
  position: absolute;
  right: -8px;
  top: auto;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--bottom::after {
  transform: translate(-50%, 100%);
  bottom: -8px;
  left: 50%;
  position: absolute;
  right: auto;
  top: auto;
}
.neo-tooltip[data-tooltip]:not([data-tooltip=""]).neo-tooltip--left::after {
  transform: translate(-100%, 50%);
  bottom: 50%;
  left: -8px;
  position: absolute;
  right: auto;
  top: auto;
}

.neo-tooltip-wrapper {
  position: relative;
}
.neo-tooltip-wrapper:hover .neo-tooltip {
  line-height: 0;
  position: static;
}
.neo-tooltip-wrapper:hover .neo-tooltip::after {
  display: block;
}

.neo-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.neo-thumbnail {
  background-color: #16F03A;
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  line-height: 0;
  margin-bottom: 6px;
  max-width: 100%;
  padding: 3px;
}

.neo-avatar {
  background: var(--neo-primary-color);
  border-radius: 50%;
  color: var(--neo-global-text-inverse-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  height: 48px;
  line-height: 1.4;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 48px;
}
.neo-avatar.neo-thumbnail {
  background: #16F03A;
}
.neo-avatar .neo-img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 100;
}
.neo-avatar--x-small {
  font-size: 9px;
  height: 24px;
  width: 24px;
}
.neo-avatar--small {
  font-size: 10.8px;
  height: 33.6px;
  width: 33.6px;
}
.neo-avatar--large {
  font-size: 27px;
  height: 72px;
  width: 72px;
}
.neo-avatar[data-initials]::before {
  content: attr(data-initials);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.neo-avatar--primary {
  border-color: var(--neo-primary-color);
  border-style: solid;
  border-width: 2px;
}
.neo-avatar--secondary {
  border-color: var(--neo-secondary-color);
  border-style: solid;
  border-width: 2px;
}
.neo-avatar--success {
  border-color: var(--neo-success-color);
  border-style: solid;
  border-width: 2px;
}
.neo-avatar--warning {
  border-color: var(--neo-warning-color);
  border-style: solid;
  border-width: 2px;
}
.neo-avatar--alert {
  border-color: var(--neo-alert-color);
  border-style: solid;
  border-width: 2px;
}
.neo-avatar--info {
  border-color: var(--neo-info-color);
  border-style: solid;
  border-width: 2px;
}

.neo-switch {
  display: inline-block;
  height: 20px;
  line-height: 1.5;
  min-width: 40px;
  outline: 0;
  padding-left: 50px;
  position: relative;
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
[dir=rtl] .neo-switch {
  padding-left: 0;
  padding-right: 50px;
}

.neo-switch:focus .neo-switch__icon::before {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
}
.neo-switch input {
  display: none;
}
.neo-switch input + .neo-switch__icon {
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
[dir=rtl] .neo-switch input + .neo-switch__icon {
  left: auto;
  right: 0;
}

.neo-switch input + .neo-switch__icon::before, .neo-switch input + .neo-switch__icon::after {
  border-radius: 10px;
  content: "";
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.neo-switch input + .neo-switch__icon::before {
  background-color: #6a788a;
  height: 20px;
  width: 40px;
}
.neo-switch input + .neo-switch__icon::after {
  background-color: #16F03A;
  height: 16px;
  left: 2px;
  top: 2px;
  transform: translate(0, 0);
  width: 16px;
}
[dir=rtl] .neo-switch input + .neo-switch__icon::after {
  left: auto;
  right: 2px;
}

.neo-switch input:checked + .neo-switch__icon::before {
  background-color: #008000;
}
.neo-switch input:checked + .neo-switch__icon::after {
  transform: translate(20px, 0);
}
[dir=rtl] .neo-switch input:checked + .neo-switch__icon::after {
  transform: translate(-20px, 0);
}

.neo-switch--disabled, input:disabled + .neo-switch__icon {
  cursor: not-allowed;
  opacity: 0.5;
}
.neo-switch:focus input:disabled + .neo-switch__icon::before {
  box-shadow: none;
}

.neo-chips__item, .neo-chip {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  line-height: 25.2px;
  padding: 0 10px;
  transition: background-color 0.4s ease-in-out;
}
.neo-chips__item:focus, .neo-chip:focus {
  outline: none;
}
.neo-chips__item .neo-avatar, .neo-chip .neo-avatar {
  margin-left: -6px;
  margin-right: 3px;
}
[dir=rtl] .neo-chips__item .neo-avatar, [dir=rtl] .neo-chip .neo-avatar {
  margin-left: 6px;
  margin-right: -3px;
}

.neo-chips__item .neo-btn:empty, .neo-chip .neo-btn:empty {
  color: inherit;
  font-size: 14px;
  height: 14px;
  opacity: 0.4;
  padding: 0;
  transform: translateY(1px);
  width: 14px;
  margin-bottom: -6px;
  margin-left: 3px;
  margin-right: -5px;
  margin-top: -6px;
}
[dir=rtl] .neo-chips__item .neo-btn:empty, [dir=rtl] .neo-chip .neo-btn:empty {
  margin-left: -5px;
  margin-right: 3px;
}

.neo-chips__item .neo-btn:empty:hover, .neo-chip .neo-btn:empty:hover {
  opacity: 1;
}
.neo-chips__item > .neo-close, .neo-chip > .neo-close {
  margin-left: 6px;
  margin-right: -6px;
}
[dir=rtl] .neo-chips__item > .neo-close, [dir=rtl] .neo-chip > .neo-close {
  margin-left: -6px;
  margin-right: 6px;
}

.neo-chips {
  align-items: start;
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3px 0 0 3px;
}
[dir=rtl] .neo-chips {
  padding-left: 0;
  padding-right: 3px;
}

.neo-chips .neo-input--editable {
  border: 0;
  margin: 0 3px 3px 3px;
  min-height: 24px;
  min-width: auto;
  padding: 0;
}
.neo-chips:focus {
  outline: none;
}

.neo-chip {
  background-color: var(--neo-button-secondary-bg-color);
}
.neo-chip:hover {
  background-color: hsl(var(--neo-button-secondary-bg-color-h), var(--neo-button-secondary-bg-color-s), calc(-5% + var(--neo-button-secondary-bg-color-l)));
}
.neo-chip.neo-chip--selected {
  background-color: hsl(var(--neo-button-secondary-bg-color-h), var(--neo-button-secondary-bg-color-s), calc(-10% + var(--neo-button-secondary-bg-color-l)));
}
.neo-chip--primary {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-primary-color);
}
.neo-chip--primary:hover {
  background-color: hsl(var(--neo-primary-color-h), var(--neo-primary-color-s), calc(-5% + var(--neo-primary-color-l)));
}
.neo-chip--primary.neo-chip--selected {
  background-color: hsl(var(--neo-primary-color-h), var(--neo-primary-color-s), calc(-10% + var(--neo-primary-color-l)));
}
.neo-chip--secondary {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-secondary-color);
}
.neo-chip--secondary:hover {
  background-color: hsl(var(--neo-secondary-color-h), var(--neo-secondary-color-s), calc(-5% + var(--neo-secondary-color-l)));
}
.neo-chip--secondary.neo-chip--selected {
  background-color: hsl(var(--neo-secondary-color-h), var(--neo-secondary-color-s), calc(-10% + var(--neo-secondary-color-l)));
}
.neo-chip--success {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-success-color);
}
.neo-chip--success:hover {
  background-color: hsl(var(--neo-success-color-h), var(--neo-success-color-s), calc(-5% + var(--neo-success-color-l)));
}
.neo-chip--success.neo-chip--selected {
  background-color: hsl(var(--neo-success-color-h), var(--neo-success-color-s), calc(-10% + var(--neo-success-color-l)));
}
.neo-chip--warning {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-warning-color);
}
.neo-chip--warning:hover {
  background-color: hsl(var(--neo-warning-color-h), var(--neo-warning-color-s), calc(-5% + var(--neo-warning-color-l)));
}
.neo-chip--warning.neo-chip--selected {
  background-color: hsl(var(--neo-warning-color-h), var(--neo-warning-color-s), calc(-10% + var(--neo-warning-color-l)));
}
.neo-chip--alert {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-alert-color);
}
.neo-chip--alert:hover {
  background-color: hsl(var(--neo-alert-color-h), var(--neo-alert-color-s), calc(-5% + var(--neo-alert-color-l)));
}
.neo-chip--alert.neo-chip--selected {
  background-color: hsl(var(--neo-alert-color-h), var(--neo-alert-color-s), calc(-10% + var(--neo-alert-color-l)));
}
.neo-chip--info {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-info-color);
}
.neo-chip--info:hover {
  background-color: hsl(var(--neo-info-color-h), var(--neo-info-color-s), calc(-5% + var(--neo-info-color-l)));
}
.neo-chip--info.neo-chip--selected {
  background-color: hsl(var(--neo-info-color-h), var(--neo-info-color-s), calc(-10% + var(--neo-info-color-l)));
}
.neo-chip--disabled, .neo-chip--disabled:hover,
.neo-chip--disabled .neo-close,
.neo-chip--disabled .neo-close:hover {
  background: #dce1e6;
  color: #6a788a;
  cursor: not-allowed;
}
.neo-chip .neo-close:focus {
  box-shadow: none;
}

.neo-chips__item {
  margin: 0 3px 3px 0;
  background-color: var(--neo-button-secondary-bg-color);
}
[dir=rtl] .neo-chips__item {
  margin-left: 3px;
  margin-right: 0;
}

.neo-chips__item--edit {
  background-color: transparent;
  cursor: text;
}
.neo-chips__item--edit .neo-btn:empty,
.neo-chips__item--edit .neo-close {
  visibility: hidden;
}
.neo-chips__item:hover {
  background-color: hsl(var(--neo-button-secondary-bg-color-h), var(--neo-button-secondary-bg-color-s), calc(-5% + var(--neo-button-secondary-bg-color-l)));
}
.neo-chips__item.neo-chips__item--selected {
  background-color: hsl(var(--neo-button-secondary-bg-color-h), var(--neo-button-secondary-bg-color-s), calc(-10% + var(--neo-button-secondary-bg-color-l)));
}
.neo-chips__item--primary {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-primary-color);
}
.neo-chips__item--primary:hover {
  background-color: hsl(var(--neo-primary-color-h), var(--neo-primary-color-s), calc(-5% + var(--neo-primary-color-l)));
}
.neo-chips__item--primary.neo-chips__item--selected {
  background-color: hsl(var(--neo-primary-color-h), var(--neo-primary-color-s), calc(-10% + var(--neo-primary-color-l)));
}
.neo-chips__item--secondary {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-secondary-color);
}
.neo-chips__item--secondary:hover {
  background-color: hsl(var(--neo-secondary-color-h), var(--neo-secondary-color-s), calc(-5% + var(--neo-secondary-color-l)));
}
.neo-chips__item--secondary.neo-chips__item--selected {
  background-color: hsl(var(--neo-secondary-color-h), var(--neo-secondary-color-s), calc(-10% + var(--neo-secondary-color-l)));
}
.neo-chips__item--success {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-success-color);
}
.neo-chips__item--success:hover {
  background-color: hsl(var(--neo-success-color-h), var(--neo-success-color-s), calc(-5% + var(--neo-success-color-l)));
}
.neo-chips__item--success.neo-chips__item--selected {
  background-color: hsl(var(--neo-success-color-h), var(--neo-success-color-s), calc(-10% + var(--neo-success-color-l)));
}
.neo-chips__item--warning {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-warning-color);
}
.neo-chips__item--warning:hover {
  background-color: hsl(var(--neo-warning-color-h), var(--neo-warning-color-s), calc(-5% + var(--neo-warning-color-l)));
}
.neo-chips__item--warning.neo-chips__item--selected {
  background-color: hsl(var(--neo-warning-color-h), var(--neo-warning-color-s), calc(-10% + var(--neo-warning-color-l)));
}
.neo-chips__item--alert {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-alert-color);
}
.neo-chips__item--alert:hover {
  background-color: hsl(var(--neo-alert-color-h), var(--neo-alert-color-s), calc(-5% + var(--neo-alert-color-l)));
}
.neo-chips__item--alert.neo-chips__item--selected {
  background-color: hsl(var(--neo-alert-color-h), var(--neo-alert-color-s), calc(-10% + var(--neo-alert-color-l)));
}
.neo-chips__item--info {
  color: var(--neo-global-text-inverse-color);
  background-color: var(--neo-info-color);
}
.neo-chips__item--info:hover {
  background-color: hsl(var(--neo-info-color-h), var(--neo-info-color-s), calc(-5% + var(--neo-info-color-l)));
}
.neo-chips__item--info.neo-chips__item--selected {
  background-color: hsl(var(--neo-info-color-h), var(--neo-info-color-s), calc(-10% + var(--neo-info-color-l)));
}
.neo-chips__item--disabled, .neo-chips__item--disabled:hover,
.neo-chips__item--disabled .neo-close,
.neo-chips__item--disabled .neo-close:hover {
  background: #dce1e6;
  color: #6a788a;
  cursor: not-allowed;
}
.neo-chips__item .neo-close:focus {
  box-shadow: none;
}

.neo-tabs__nav, .neo-tabs--vertical > .neo-tabs__nav {
  align-items: flex-end;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  transition: transform 0.5s ease;
}
[dir=rtl] .neo-tabs__nav {
  margin-left: auto;
  margin-right: 0;
}

.neo-tabs {
  display: flex;
  min-height: 54px;
}
.neo-tabs:not(.neo-tabs--vertical) {
  border-bottom: 1px solid var(--neo-global-border-color);
}
.neo-tabs--vertical {
  border-right: 2px solid #dce1e6;
  display: inline-flex;
  min-height: 100%;
}
[dir=rtl] .neo-tabs--vertical {
  border-left: 2px solid #dce1e6;
  border-right: 0;
}

.neo-tabs--wrapper {
  height: inherit;
  overflow: auto;
}
.neo-tabs--wrapper::-webkit-scrollbar {
  width: 0;
}
.neo-tabs--vertical > .neo-tabs__nav {
  align-items: flex-start;
  flex-direction: column;
}
.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item {
  border-left: 2px solid transparent;
  box-sizing: content-box;
  margin-right: 0;
  max-height: 42px;
  max-width: 120px;
  min-width: 120px;
  padding: 6px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: pre-wrap;
}
[dir=rtl] .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item {
  border-left: 0;
  border-right: 2px solid transparent;
  margin-left: 0;
}

.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item a {
  border-bottom: 0;
  line-height: 22px;
  padding: 0;
  text-transform: inherit;
}
.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item:hover {
  background: #f1f3f5;
}
.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--active, .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--active:hover {
  background: #dce1e6;
  border-left: 2px solid #3c5064;
}
[dir=rtl] .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--active, [dir=rtl] .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--active:hover {
  border-left: 0;
  border-right: 2px solid #3c5064;
}

.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled, .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled > a {
  background-color: transparent;
  box-shadow: none;
  color: rgba(48, 64, 80, 0.2);
  cursor: not-allowed;
}
.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled:hover, .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled:focus, .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled > a:hover, .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled > a:focus {
  background-color: transparent;
  box-shadow: none;
  color: rgba(48, 64, 80, 0.2);
}
.neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled .neo-close, .neo-tabs--vertical > .neo-tabs__nav > .neo-tabs__item--disabled > a .neo-close {
  display: none;
}
.neo-tabs__container {
  display: none;
  padding-top: 10px;
}
.neo-tabs__container--active {
  display: flex;
  flex-direction: column;
}
.neo-tabs .neo-close {
  opacity: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  transform: translate(0%, -50%);
}
[dir=rtl] .neo-tabs .neo-close {
  left: 0;
  right: auto;
}

.neo-tabs .neo-tabs__item:hover .neo-close {
  opacity: 1;
}
.neo-tabs__extra-content {
  align-items: center;
  display: flex;
}
.neo-tabs__extra-content .neo-dropdown .neo-btn {
  border: 0;
  margin-bottom: 0;
}
.neo-tabs__item {
  margin-right: 6px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir=rtl] .neo-tabs__item {
  margin-left: 6px;
  margin-right: initial;
}

.neo-tabs__item:last-child {
  margin-right: 0;
}
[dir=rtl] .neo-tabs__item:last-child {
  margin-left: 0;
}

.neo-tabs__item a {
  border-bottom: 2px solid transparent;
  color: rgba(48, 64, 80, 0.6);
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: capitalize;
}
.neo-tabs__item a:focus {
  box-shadow: 0 0 1px 2px rgba(0, 102, 255, 0.5);
  outline: none;
}
.neo-tabs__item:hover a {
  color: #304050;
}
.neo-tabs__item--active a {
  border-bottom-color: #fab107;
  color: #304050;
}
.neo-tabs__item--disabled, .neo-tabs__item--disabled > a {
  background-color: transparent;
  box-shadow: none;
  color: rgba(48, 64, 80, 0.2);
  cursor: not-allowed;
}
.neo-tabs__item--disabled:hover, .neo-tabs__item--disabled:focus, .neo-tabs__item--disabled > a:hover, .neo-tabs__item--disabled > a:focus {
  background-color: transparent;
  box-shadow: none;
  color: rgba(48, 64, 80, 0.2);
}
.neo-tabs__item--disabled .neo-close, .neo-tabs__item--disabled > a .neo-close {
  display: none;
}
.neo-tabs--bordered {
  border-bottom: 1px solid var(--neo-global-border-color);
  /* stylelint-disable-next-line selector-class-pattern */
}
.neo-tabs--bordered .neo-tabs__item {
  margin-bottom: -1px;
}
.neo-tabs--bordered .neo-tabs__item a {
  background-color: #f2f2f2;
  border: 1px solid var(--neo-global-border-color);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.neo-tabs--bordered .neo-tabs__item--active a {
  background-color: transparent;
  border-bottom-color: #16F03A;
}
.neo-tabs--bordered .neo-tabs__item--disabled > a {
  background-color: rgba(242, 242, 242, 0.5);
  border-left-color: rgba(242, 242, 242, 0.5);
  border-right-color: transparent;
  border-top-color: transparent;
}
.neo-tabs--bordered .neo-tabs__nav-scroll {
  margin-bottom: -1px;
}
.neo-tabs--bordered .neo-tabs__nav-scroll .neo-tabs__item {
  margin-bottom: 0;
}
.neo-tabs--bordered .neo-close {
  right: 6px;
}
[dir=rtl] .neo-tabs--bordered .neo-close {
  left: 6px;
  right: auto;
}

.neo-tabs .neo-tabs__nav-scroll {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.neo-tabs .neo-tabs__action {
  align-items: center;
  color: rgba(48, 64, 80, 0.6);
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 15px 15px;
}
[dir=rtl] .neo-tabs .neo-tabs__action.neo-tabs__action--prev::after {
  content: "";
}
[dir=rtl] .neo-tabs .neo-tabs__action.neo-tabs__action--next::after {
  content: "";
}

.neo-tabs .neo-tabs__action::after {
  font-family: "AOC-Icons";
  line-height: 14px;
}
.neo-tabs .neo-tabs__action:not(.neo-tabs__action--hidden) + .neo-tabs__nav-scroll ul {
  margin: 0 6px;
}
.neo-tabs .neo-tabs__action--hidden {
  display: none;
}
.neo-tabs .neo-tabs__action--disabled {
  color: #dce1e6;
  cursor: default;
}
.neo-tabs .neo-tabs__action.neo-tabs__action--prev::after {
  content: "";
}
.neo-tabs .neo-tabs__action.neo-tabs__action--next::after {
  content: "";
}
.neo-tabs--small {
  min-height: 35px;
}
.neo-tabs--small a {
  padding: 6px 25px;
}
.neo-tabs--small .neo-tabs__action {
  padding: 6px 15px;
}
.neo-tabs--medium {
  min-height: 44px;
}
.neo-tabs--medium a {
  padding: 10px 30px;
}
.neo-tabs--medium .neo-tabs__action {
  padding: 10px 15px;
}
.neo-tabs--large {
  min-height: 54px;
}
.neo-tabs--large a {
  padding: 15px 45px;
}
.neo-tabs--large .neo-tabs__action {
  padding: 15px 15px;
}

[class^=aoc-].neo-dropdown__link::before,
[class*=aoc-].neo-dropdown__link::before,
[class^=neo-icon-].neo-dropdown__link::before,
[class*=neo-icon-].neo-dropdown__link::before {
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 6px;
}
[dir=rtl] [class^=aoc-].neo-dropdown__link::before,
[dir=rtl] [class*=aoc-].neo-dropdown__link::before,
[dir=rtl] [class^=neo-icon-].neo-dropdown__link::before,
[dir=rtl] [class*=neo-icon-].neo-dropdown__link::before {
  margin-left: 6px;
  margin-right: initial;
}

.neo-dropdown {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.neo-dropdown__item {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.neo-dropdown__item > .neo-dropdown__link::after {
  color: var(--neo-dropdown-text-color);
  content: "▸";
  padding: 0 0 0 16px;
}
[dir=rtl] .neo-dropdown__item > .neo-dropdown__link::after {
  padding-left: initial;
  padding-right: 16px;
}

.neo-dropdown > .neo-dropdown__link {
  border-radius: 3px;
  display: inline-block;
}
.neo-dropdown > .neo-dropdown__link::after {
  color: var(--neo-dropdown-text-color);
  content: "▾";
  padding: 0 0 0 16px;
}
[dir=rtl] .neo-dropdown > .neo-dropdown__link::after {
  padding-left: initial;
  padding-right: 16px;
}

.neo-dropdown__link {
  background: var(--neo-dropdown-background-color);
  color: var(--neo-dropdown-text-color);
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.neo-dropdown__link:hover, .neo-dropdown--active > .neo-dropdown__link {
  background-color: var(--neo-dropdown-item-hover-background-color);
  color: var(--neo-dropdown-text-color);
}
.neo-dropdown__link[class^=aoc-]:not(:empty)::before, .neo-dropdown__link[class*=aoc-]:not(:empty)::before, .neo-dropdown__link[class^=neo-icon-]:not(:empty)::before, .neo-dropdown__link[class*=neo-icon-]:not(:empty)::before {
  margin-right: 10px;
}
[dir=rtl] .neo-dropdown__link[class^=aoc-]:not(:empty)::before, [dir=rtl] .neo-dropdown__link[class*=aoc-]:not(:empty)::before, [dir=rtl] .neo-dropdown__link[class^=neo-icon-]:not(:empty)::before, [dir=rtl] .neo-dropdown__link[class*=neo-icon-]:not(:empty)::before {
  margin-left: 10px;
  margin-right: 0;
}

.neo-dropdown__content .neo-dropdown__content {
  left: 100%;
  top: -7px;
}
[dir=rtl] .neo-dropdown__content .neo-dropdown__content {
  left: initial;
  right: 100%;
}

.neo-dropdown__content {
  animation: show-element 0.4s;
  background-color: var(--neo-dropdown-background-color);
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  box-shadow: none;
  display: none;
  left: 0;
  margin: 0;
  min-width: 150px;
  padding: 6px 0;
  position: absolute;
  top: 100%;
  z-index: 20;
}
[dir=rtl] .neo-dropdown__content {
  left: initial;
  right: 0;
}

.neo-dropdown .neo-dropdown__separator {
  border-bottom: 1px solid var(--neo-dropdown-divider-color);
  margin: 0;
  padding: 0;
}
.neo-dropdown--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.neo-dropdown--disabled:hover {
  background-color: transparent;
}
.neo-dropdown--disabled .neo-dropdown__link {
  background-color: transparent;
}
.neo-dropdown .neo-avatar {
  margin: 0 6px 0 0;
  /* Custom margin-right for avatar within dropdown items */
}
[dir=rtl] .neo-dropdown .neo-avatar {
  margin-left: 6px;
  margin-right: 0;
}

.neo-dropdown--right .neo-dropdown__content {
  left: auto;
  right: 100%;
}
.neo-dropdown--right > .neo-dropdown__content {
  right: 0;
}
[dir=rtl] .neo-dropdown--right > .neo-dropdown__content {
  left: 0;
  right: auto;
}

.neo-dropdown .neo-input {
  background-color: transparent;
  border: 2px solid var(--neo-dropdown-input-border-color);
  color: var(--neo-dropdown-text-color);
  margin: 6px;
  width: calc(100% - 6px * 2);
}
.neo-dropdown .neo-input::placeholder {
  color: var(--neo-dropdown-text-color);
}
.neo-dropdown .neo-input-icon {
  margin: 6px;
}
.neo-dropdown .neo-input-icon .neo-input {
  margin: 0;
  width: 100%;
}
.neo-dropdown .neo-input-icon [class*=aoc-],
.neo-dropdown .neo-input-icon [class*=neo-icon] {
  color: var(--neo-dropdown-text-color);
}
.neo-dropdown--onhover:hover > .neo-dropdown__content, .neo-dropdown--active > .neo-dropdown__content {
  display: block;
  position: absolute;
}

.neo-popover {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.neo-popover .neo-btn {
  margin-bottom: 0;
}
.neo-popover .neo-close {
  position: absolute;
  right: 6px;
  top: 6px;
}
[dir=rtl] .neo-popover .neo-close {
  bottom: auto;
  left: 6px;
  position: absolute;
  right: auto;
  top: 6px;
}

.neo-popover__header {
  padding: 5px 10px;
}
.neo-popover__content {
  animation: show-element 0.4s;
  background-color: var(--neo-global-background-color);
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  box-shadow: none;
  display: none;
  left: 0;
  margin: 0;
  min-width: 150px;
  padding: 0 0;
  position: absolute;
  top: 100%;
  z-index: 20;
}
[dir=rtl] .neo-popover__content {
  left: initial;
  right: 0;
}

.neo-popover--onhover:hover > .neo-popover__content, .neo-popover--active > .neo-popover__content {
  display: block;
  position: absolute;
}
.neo-popover__content {
  border-color: var(--neo-popover-background-color);
}
.neo-popover__content .neo-popover__header {
  background-color: var(--neo-popover-background-color);
  color: var(--neo-popover-text-color);
}
.neo-popover__content--primary {
  border-color: var(--neo-primary-color);
}
.neo-popover__content--primary .neo-popover__header {
  background-color: var(--neo-primary-color);
  color: #16F03A;
}
.neo-popover__content--secondary {
  border-color: var(--neo-secondary-color);
}
.neo-popover__content--secondary .neo-popover__header {
  background-color: var(--neo-secondary-color);
  color: #16F03A;
}
.neo-popover__content--success {
  border-color: var(--neo-success-color);
}
.neo-popover__content--success .neo-popover__header {
  background-color: var(--neo-success-color);
  color: #16F03A;
}
.neo-popover__content--warning {
  border-color: var(--neo-warning-color);
}
.neo-popover__content--warning .neo-popover__header {
  background-color: var(--neo-warning-color);
  color: #16F03A;
}
.neo-popover__content--alert {
  border-color: var(--neo-alert-color);
}
.neo-popover__content--alert .neo-popover__header {
  background-color: var(--neo-alert-color);
  color: #16F03A;
}
.neo-popover__content--info {
  border-color: var(--neo-info-color);
}
.neo-popover__content--info .neo-popover__header {
  background-color: var(--neo-info-color);
  color: #16F03A;
}
.neo-popover--down .neo-popover__content, .neo-popover--down-right .neo-popover__content, .neo-popover--down-left .neo-popover__content {
  margin-top: 15px;
}
.neo-popover--down .neo-popover__content .neo-arrow, .neo-popover--down-right .neo-popover__content .neo-arrow, .neo-popover--down-left .neo-popover__content .neo-arrow {
  left: 50%;
  top: calc((7.5px + 1px) * -1);
  transform: translateX(-50%);
}
.neo-popover--down .neo-popover__content .neo-arrow::before, .neo-popover--down-right .neo-popover__content .neo-arrow::before, .neo-popover--down-left .neo-popover__content .neo-arrow::before {
  border-bottom-color: #3c5064;
  border-width: 0 7.5px 7.5px 7.5px;
  top: 0;
}
.neo-popover--down .neo-popover__content .neo-arrow::after, .neo-popover--down-right .neo-popover__content .neo-arrow::after, .neo-popover--down-left .neo-popover__content .neo-arrow::after {
  border-bottom-color: var(--neo-global-background-color);
  border-width: 0 7.5px 7.5px 7.5px;
  top: 1px;
}
.neo-popover--down .neo-popover__content--primary .neo-arrow::before, .neo-popover--down-right .neo-popover__content--primary .neo-arrow::before, .neo-popover--down-left .neo-popover__content--primary .neo-arrow::before {
  border-bottom-color: var(--neo-primary-color);
}
.neo-popover--down .neo-popover__content--secondary .neo-arrow::before, .neo-popover--down-right .neo-popover__content--secondary .neo-arrow::before, .neo-popover--down-left .neo-popover__content--secondary .neo-arrow::before {
  border-bottom-color: var(--neo-secondary-color);
}
.neo-popover--down .neo-popover__content--success .neo-arrow::before, .neo-popover--down-right .neo-popover__content--success .neo-arrow::before, .neo-popover--down-left .neo-popover__content--success .neo-arrow::before {
  border-bottom-color: var(--neo-success-color);
}
.neo-popover--down .neo-popover__content--warning .neo-arrow::before, .neo-popover--down-right .neo-popover__content--warning .neo-arrow::before, .neo-popover--down-left .neo-popover__content--warning .neo-arrow::before {
  border-bottom-color: var(--neo-warning-color);
}
.neo-popover--down .neo-popover__content--alert .neo-arrow::before, .neo-popover--down-right .neo-popover__content--alert .neo-arrow::before, .neo-popover--down-left .neo-popover__content--alert .neo-arrow::before {
  border-bottom-color: var(--neo-alert-color);
}
.neo-popover--down .neo-popover__content--info .neo-arrow::before, .neo-popover--down-right .neo-popover__content--info .neo-arrow::before, .neo-popover--down-left .neo-popover__content--info .neo-arrow::before {
  border-bottom-color: var(--neo-info-color);
}
.neo-popover--down .neo-popover__content {
  left: 50%;
  transform: translateX(-50%);
}
[dir=rtl] .neo-popover--down .neo-popover__content {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.neo-popover--down-right .neo-popover__content {
  left: 0;
}
[dir=rtl] .neo-popover--down-right .neo-popover__content {
  left: auto;
  right: 0;
}

.neo-popover--down-right .neo-popover__content .neo-arrow {
  left: 15px;
  transform: translateX(-50%);
}
[dir=rtl] .neo-popover--down-right .neo-popover__content .neo-arrow {
  left: auto;
  right: 15px;
  transform: translateX(50%);
}

.neo-popover--down-left .neo-popover__content {
  left: 100%;
  transform: translateX(-100%);
}
[dir=rtl] .neo-popover--down-left .neo-popover__content {
  left: auto;
  right: 100%;
  transform: translateX(100%);
}

.neo-popover--down-left .neo-popover__content .neo-arrow {
  left: auto;
  right: 15px;
  transform: translateX(50%);
}
[dir=rtl] .neo-popover--down-left .neo-popover__content .neo-arrow {
  left: 15px;
  right: auto;
  transform: translateX(-50%);
}

.neo-popover--up .neo-popover__content, .neo-popover--up-left .neo-popover__content, .neo-popover--up-right .neo-popover__content {
  margin-top: -15px;
  top: 0;
}
.neo-popover--up .neo-popover__content .neo-arrow, .neo-popover--up-left .neo-popover__content .neo-arrow, .neo-popover--up-right .neo-popover__content .neo-arrow {
  bottom: calc((7.5px + 1px) * -1);
  left: 50%;
  transform: translateX(-50%);
}
.neo-popover--up .neo-popover__content .neo-arrow::before, .neo-popover--up-left .neo-popover__content .neo-arrow::before, .neo-popover--up-right .neo-popover__content .neo-arrow::before {
  border-top-color: #3c5064;
  border-width: 7.5px 7.5px 0;
  bottom: 0;
}
.neo-popover--up .neo-popover__content .neo-arrow::after, .neo-popover--up-left .neo-popover__content .neo-arrow::after, .neo-popover--up-right .neo-popover__content .neo-arrow::after {
  border-top-color: var(--neo-global-background-color);
  border-width: 7.5px 7.5px 0;
  bottom: 1px;
}
.neo-popover--up .neo-popover__content--primary .neo-arrow::before, .neo-popover--up-left .neo-popover__content--primary .neo-arrow::before, .neo-popover--up-right .neo-popover__content--primary .neo-arrow::before {
  border-top-color: var(--neo-primary-color);
}
.neo-popover--up .neo-popover__content--secondary .neo-arrow::before, .neo-popover--up-left .neo-popover__content--secondary .neo-arrow::before, .neo-popover--up-right .neo-popover__content--secondary .neo-arrow::before {
  border-top-color: var(--neo-secondary-color);
}
.neo-popover--up .neo-popover__content--success .neo-arrow::before, .neo-popover--up-left .neo-popover__content--success .neo-arrow::before, .neo-popover--up-right .neo-popover__content--success .neo-arrow::before {
  border-top-color: var(--neo-success-color);
}
.neo-popover--up .neo-popover__content--warning .neo-arrow::before, .neo-popover--up-left .neo-popover__content--warning .neo-arrow::before, .neo-popover--up-right .neo-popover__content--warning .neo-arrow::before {
  border-top-color: var(--neo-warning-color);
}
.neo-popover--up .neo-popover__content--alert .neo-arrow::before, .neo-popover--up-left .neo-popover__content--alert .neo-arrow::before, .neo-popover--up-right .neo-popover__content--alert .neo-arrow::before {
  border-top-color: var(--neo-alert-color);
}
.neo-popover--up .neo-popover__content--info .neo-arrow::before, .neo-popover--up-left .neo-popover__content--info .neo-arrow::before, .neo-popover--up-right .neo-popover__content--info .neo-arrow::before {
  border-top-color: var(--neo-info-color);
}
.neo-popover--up .neo-popover__content {
  left: 50%;
  transform: translate(-50%, -100%);
}
[dir=rtl] .neo-popover--up .neo-popover__content {
  left: auto;
  right: 50%;
  transform: translate(50%, -100%);
}

.neo-popover--up .neo-popover__content .neo-arrow {
  bottom: calc((7.5px + 1px) * -1);
  left: 50%;
  transform: translateX(-50%);
}
.neo-popover--up .neo-popover__content .neo-arrow::before {
  border-top-color: #3c5064;
  border-width: 7.5px 7.5px 0;
  bottom: 0;
}
.neo-popover--up .neo-popover__content .neo-arrow::after {
  border-top-color: var(--neo-global-background-color);
  border-width: 7.5px 7.5px 0;
  bottom: 1px;
}
.neo-popover--up .neo-popover__content--primary .neo-arrow::before {
  border-top-color: var(--neo-primary-color);
}
.neo-popover--up .neo-popover__content--secondary .neo-arrow::before {
  border-top-color: var(--neo-secondary-color);
}
.neo-popover--up .neo-popover__content--success .neo-arrow::before {
  border-top-color: var(--neo-success-color);
}
.neo-popover--up .neo-popover__content--warning .neo-arrow::before {
  border-top-color: var(--neo-warning-color);
}
.neo-popover--up .neo-popover__content--alert .neo-arrow::before {
  border-top-color: var(--neo-alert-color);
}
.neo-popover--up .neo-popover__content--info .neo-arrow::before {
  border-top-color: var(--neo-info-color);
}
.neo-popover--up-left .neo-popover__content {
  left: 100%;
  transform: translate(-100%, -100%);
}
[dir=rtl] .neo-popover--up-left .neo-popover__content {
  left: auto;
  right: 100%;
  transform: translate(100%, -100%);
}

.neo-popover--up-left .neo-popover__content .neo-arrow {
  left: auto;
  right: 15px;
  transform: translateX(50%);
}
[dir=rtl] .neo-popover--up-left .neo-popover__content .neo-arrow {
  left: 15px;
  right: auto;
  transform: translateX(-50%);
}

.neo-popover--up-right .neo-popover__content {
  left: 0;
  transform: translate(0, -100%);
}
[dir=rtl] .neo-popover--up-right .neo-popover__content {
  left: auto;
  right: 0;
  transform: translate(0, -100%);
}

.neo-popover--up-right .neo-popover__content .neo-arrow {
  left: 15px;
  transform: translateX(-50%);
}
[dir=rtl] .neo-popover--up-right .neo-popover__content .neo-arrow {
  left: auto;
  right: 15px;
  transform: translateX(50%);
}

.neo-popover--left .neo-popover__content, .neo-popover--left-up .neo-popover__content, .neo-popover--left-down .neo-popover__content {
  left: 0;
  margin-left: -15px;
}
[dir=rtl] .neo-popover--left .neo-popover__content, [dir=rtl] .neo-popover--left-up .neo-popover__content, [dir=rtl] .neo-popover--left-down .neo-popover__content {
  left: auto;
  margin-right: -15px;
  right: 0;
}
[dir=rtl] .neo-popover--left .neo-popover__content .neo-arrow, [dir=rtl] .neo-popover--left-up .neo-popover__content .neo-arrow, [dir=rtl] .neo-popover--left-down .neo-popover__content .neo-arrow {
  height: 15px;
  left: calc((7.5px + 1px) * -1);
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5px;
}
[dir=rtl] .neo-popover--left .neo-popover__content .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content .neo-arrow::before {
  border-right-color: #3c5064;
  border-width: 7.5px 7.5px 7.5px 0;
  left: 0;
}
[dir=rtl] .neo-popover--left .neo-popover__content .neo-arrow::after, [dir=rtl] .neo-popover--left-up .neo-popover__content .neo-arrow::after, [dir=rtl] .neo-popover--left-down .neo-popover__content .neo-arrow::after {
  border-right-color: var(--neo-global-background-color);
  border-width: 7.5px 7.5px 7.5px 0;
  left: 1px;
  right: auto;
}
[dir=rtl] .neo-popover--left .neo-popover__content--primary .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content--primary .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content--primary .neo-arrow::before {
  border-right-color: var(--neo-primary-color);
}
[dir=rtl] .neo-popover--left .neo-popover__content--secondary .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content--secondary .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content--secondary .neo-arrow::before {
  border-right-color: var(--neo-secondary-color);
}
[dir=rtl] .neo-popover--left .neo-popover__content--success .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content--success .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content--success .neo-arrow::before {
  border-right-color: var(--neo-success-color);
}
[dir=rtl] .neo-popover--left .neo-popover__content--warning .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content--warning .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content--warning .neo-arrow::before {
  border-right-color: var(--neo-warning-color);
}
[dir=rtl] .neo-popover--left .neo-popover__content--alert .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content--alert .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content--alert .neo-arrow::before {
  border-right-color: var(--neo-alert-color);
}
[dir=rtl] .neo-popover--left .neo-popover__content--info .neo-arrow::before, [dir=rtl] .neo-popover--left-up .neo-popover__content--info .neo-arrow::before, [dir=rtl] .neo-popover--left-down .neo-popover__content--info .neo-arrow::before {
  border-right-color: var(--neo-info-color);
}

.neo-popover--left .neo-popover__content .neo-arrow, .neo-popover--left-up .neo-popover__content .neo-arrow, .neo-popover--left-down .neo-popover__content .neo-arrow {
  height: 15px;
  right: calc((7.5px + 1px) * -1);
  top: 50%;
  transform: translateY(-50%);
  width: 7.5px;
}
.neo-popover--left .neo-popover__content .neo-arrow::before, .neo-popover--left-up .neo-popover__content .neo-arrow::before, .neo-popover--left-down .neo-popover__content .neo-arrow::before {
  border-left-color: #3c5064;
  border-width: 7.5px 0 7.5px 7.5px;
  right: 0;
}
.neo-popover--left .neo-popover__content .neo-arrow::after, .neo-popover--left-up .neo-popover__content .neo-arrow::after, .neo-popover--left-down .neo-popover__content .neo-arrow::after {
  border-left-color: var(--neo-global-background-color);
  border-width: 7.5px 0 7.5px 7.5px;
  right: 1px;
}
.neo-popover--left .neo-popover__content--primary .neo-arrow::before, .neo-popover--left-up .neo-popover__content--primary .neo-arrow::before, .neo-popover--left-down .neo-popover__content--primary .neo-arrow::before {
  border-left-color: var(--neo-primary-color);
}
.neo-popover--left .neo-popover__content--secondary .neo-arrow::before, .neo-popover--left-up .neo-popover__content--secondary .neo-arrow::before, .neo-popover--left-down .neo-popover__content--secondary .neo-arrow::before {
  border-left-color: var(--neo-secondary-color);
}
.neo-popover--left .neo-popover__content--success .neo-arrow::before, .neo-popover--left-up .neo-popover__content--success .neo-arrow::before, .neo-popover--left-down .neo-popover__content--success .neo-arrow::before {
  border-left-color: var(--neo-success-color);
}
.neo-popover--left .neo-popover__content--warning .neo-arrow::before, .neo-popover--left-up .neo-popover__content--warning .neo-arrow::before, .neo-popover--left-down .neo-popover__content--warning .neo-arrow::before {
  border-left-color: var(--neo-warning-color);
}
.neo-popover--left .neo-popover__content--alert .neo-arrow::before, .neo-popover--left-up .neo-popover__content--alert .neo-arrow::before, .neo-popover--left-down .neo-popover__content--alert .neo-arrow::before {
  border-left-color: var(--neo-alert-color);
}
.neo-popover--left .neo-popover__content--info .neo-arrow::before, .neo-popover--left-up .neo-popover__content--info .neo-arrow::before, .neo-popover--left-down .neo-popover__content--info .neo-arrow::before {
  border-left-color: var(--neo-info-color);
}
.neo-popover--left .neo-popover__content {
  top: 50%;
  transform: translate(-100%, -50%);
}
[dir=rtl] .neo-popover--left .neo-popover__content {
  transform: translate(100%, -50%);
}

.neo-popover--left-up .neo-popover__content {
  top: 100%;
  transform: translate(-100%, -100%);
}
[dir=rtl] .neo-popover--left-up .neo-popover__content {
  left: auto;
  transform: translate(100%, -100%);
}
[dir=rtl] .neo-popover--left-up .neo-popover__content .neo-arrow {
  bottom: 0;
  top: auto;
}

.neo-popover--left-up .neo-popover__content .neo-arrow {
  bottom: 0;
  top: auto;
}
.neo-popover--left-down .neo-popover__content {
  top: 0;
  transform: translate(-100%, 0);
}
[dir=rtl] .neo-popover--left-down .neo-popover__content {
  left: auto;
  transform: translate(100%, 0);
}
[dir=rtl] .neo-popover--left-down .neo-popover__content .neo-arrow {
  top: 15px;
}

.neo-popover--left-down .neo-popover__content .neo-arrow {
  top: 15px;
}
.neo-popover--right .neo-popover__content, .neo-popover--right-up .neo-popover__content, .neo-popover--right-down .neo-popover__content {
  left: 100%;
  margin-left: 15px;
}
[dir=rtl] .neo-popover--right .neo-popover__content, [dir=rtl] .neo-popover--right-up .neo-popover__content, [dir=rtl] .neo-popover--right-down .neo-popover__content {
  left: auto;
  margin-right: 15px;
  right: 100%;
}
[dir=rtl] .neo-popover--right .neo-popover__content .neo-arrow, [dir=rtl] .neo-popover--right-up .neo-popover__content .neo-arrow, [dir=rtl] .neo-popover--right-down .neo-popover__content .neo-arrow {
  height: 15px;
  right: calc((7.5px + 1px) * -1);
  top: 50%;
  transform: translateY(-50%);
  width: 7.5px;
}
[dir=rtl] .neo-popover--right .neo-popover__content .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content .neo-arrow::before {
  border-left-color: #3c5064;
  border-width: 7.5px 0 7.5px 7.5px;
  right: 0;
}
[dir=rtl] .neo-popover--right .neo-popover__content .neo-arrow::after, [dir=rtl] .neo-popover--right-up .neo-popover__content .neo-arrow::after, [dir=rtl] .neo-popover--right-down .neo-popover__content .neo-arrow::after {
  border-left-color: var(--neo-global-background-color);
  border-width: 7.5px 0 7.5px 7.5px;
  right: 1px;
}
[dir=rtl] .neo-popover--right .neo-popover__content--primary .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content--primary .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content--primary .neo-arrow::before {
  border-left-color: var(--neo-primary-color);
}
[dir=rtl] .neo-popover--right .neo-popover__content--secondary .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content--secondary .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content--secondary .neo-arrow::before {
  border-left-color: var(--neo-secondary-color);
}
[dir=rtl] .neo-popover--right .neo-popover__content--success .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content--success .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content--success .neo-arrow::before {
  border-left-color: var(--neo-success-color);
}
[dir=rtl] .neo-popover--right .neo-popover__content--warning .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content--warning .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content--warning .neo-arrow::before {
  border-left-color: var(--neo-warning-color);
}
[dir=rtl] .neo-popover--right .neo-popover__content--alert .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content--alert .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content--alert .neo-arrow::before {
  border-left-color: var(--neo-alert-color);
}
[dir=rtl] .neo-popover--right .neo-popover__content--info .neo-arrow::before, [dir=rtl] .neo-popover--right-up .neo-popover__content--info .neo-arrow::before, [dir=rtl] .neo-popover--right-down .neo-popover__content--info .neo-arrow::before {
  border-left-color: var(--neo-info-color);
}

.neo-popover--right .neo-popover__content .neo-arrow, .neo-popover--right-up .neo-popover__content .neo-arrow, .neo-popover--right-down .neo-popover__content .neo-arrow {
  height: 15px;
  left: calc((7.5px + 1px) * -1);
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5px;
}
.neo-popover--right .neo-popover__content .neo-arrow::before, .neo-popover--right-up .neo-popover__content .neo-arrow::before, .neo-popover--right-down .neo-popover__content .neo-arrow::before {
  border-right-color: #3c5064;
  border-width: 7.5px 7.5px 7.5px 0;
  left: 0;
}
.neo-popover--right .neo-popover__content .neo-arrow::after, .neo-popover--right-up .neo-popover__content .neo-arrow::after, .neo-popover--right-down .neo-popover__content .neo-arrow::after {
  border-right-color: var(--neo-global-background-color);
  border-width: 7.5px 7.5px 7.5px 0;
  left: 1px;
  right: auto;
}
.neo-popover--right .neo-popover__content--primary .neo-arrow::before, .neo-popover--right-up .neo-popover__content--primary .neo-arrow::before, .neo-popover--right-down .neo-popover__content--primary .neo-arrow::before {
  border-right-color: var(--neo-primary-color);
}
.neo-popover--right .neo-popover__content--secondary .neo-arrow::before, .neo-popover--right-up .neo-popover__content--secondary .neo-arrow::before, .neo-popover--right-down .neo-popover__content--secondary .neo-arrow::before {
  border-right-color: var(--neo-secondary-color);
}
.neo-popover--right .neo-popover__content--success .neo-arrow::before, .neo-popover--right-up .neo-popover__content--success .neo-arrow::before, .neo-popover--right-down .neo-popover__content--success .neo-arrow::before {
  border-right-color: var(--neo-success-color);
}
.neo-popover--right .neo-popover__content--warning .neo-arrow::before, .neo-popover--right-up .neo-popover__content--warning .neo-arrow::before, .neo-popover--right-down .neo-popover__content--warning .neo-arrow::before {
  border-right-color: var(--neo-warning-color);
}
.neo-popover--right .neo-popover__content--alert .neo-arrow::before, .neo-popover--right-up .neo-popover__content--alert .neo-arrow::before, .neo-popover--right-down .neo-popover__content--alert .neo-arrow::before {
  border-right-color: var(--neo-alert-color);
}
.neo-popover--right .neo-popover__content--info .neo-arrow::before, .neo-popover--right-up .neo-popover__content--info .neo-arrow::before, .neo-popover--right-down .neo-popover__content--info .neo-arrow::before {
  border-right-color: var(--neo-info-color);
}
.neo-popover--right .neo-popover__content {
  top: 50%;
  transform: translate(0, -50%);
}
.neo-popover--right-up .neo-popover__content {
  top: 100%;
  transform: translate(0, -100%);
}
[dir=rtl] .neo-popover--right-up .neo-popover__content {
  left: auto;
  transform: translate(0, -100%);
}
[dir=rtl] .neo-popover--right-up .neo-popover__content .neo-arrow {
  bottom: 0;
  top: auto;
}

.neo-popover--right-up .neo-popover__content .neo-arrow {
  bottom: 0;
  top: auto;
}
.neo-popover--right-down .neo-popover__content {
  top: 0;
  transform: translate(0, 0);
}
[dir=rtl] .neo-popover--right-down .neo-popover__content {
  transform: translate(0, 0);
}
[dir=rtl] .neo-popover--right-down .neo-popover__content .neo-arrow {
  top: 15px;
}

.neo-popover--right-down .neo-popover__content .neo-arrow {
  top: 15px;
}

.neo-widget {
  background: #16F03A;
  border: 1px solid var(--neo-global-border-color);
  border-radius: 3px;
  box-shadow: 2px 2px 2px var(--neo-global-border-color);
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 100%;
}
.neo-widget__header {
  align-items: center;
  border-bottom: 1px solid var(--neo-global-border-color);
  box-sizing: border-box;
  color: #616161;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  justify-content: flex-start;
  margin: 0;
  overflow: hidden;
  padding: 15px;
  text-overflow: ellipsis;
}
.neo-widget__header[class^=aoc-]:not(:empty)::before, .neo-widget__header[class*=aoc-]:not(:empty)::before, .neo-widget__header[class^=neo-icon-]:not(:empty)::before, .neo-widget__header[class*=neo-icon-]:not(:empty)::before {
  margin-right: 10px;
}
[dir=rtl] .neo-widget__header[class^=aoc-]:not(:empty)::before, [dir=rtl] .neo-widget__header[class*=aoc-]:not(:empty)::before, [dir=rtl] .neo-widget__header[class^=neo-icon-]:not(:empty)::before, [dir=rtl] .neo-widget__header[class*=neo-icon-]:not(:empty)::before {
  margin-left: 10px;
  margin-right: 0;
}

.neo-widget__content {
  flex: 1;
  min-height: 17vh;
  overflow: auto;
  padding: 0;
  position: relative;
}
.neo-widget__content--indented {
  padding: 15px;
}
.neo-widget__content--no-scroll {
  overflow: hidden;
}
.neo-widget--loading > .neo-widget__content {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  padding: 15px;
  text-shadow: none;
}
.neo-widget--loading > .neo-widget__content > * {
  display: none;
}
.neo-widget--loading > .neo-widget__content::before {
  animation: widgetLoadingContent 2s infinite linear;
  background: linear-gradient(to right, #6a788a 50%, #304050);
  background-size: 100vw;
  content: "";
  display: flex;
  height: 160px;
  opacity: 0.2;
}
.neo-widget--loading > .neo-widget__content::after {
  background: #16F03A;
  background-clip: content-box;
  box-shadow: 0 20px #16F03A, 0 60px #16F03A, 0 80px #16F03A, 350px 100px #16F03A, 0 120px #16F03A, 450px 140px #16F03A;
  content: "";
  height: 20px;
  left: 0;
  padding-left: 50%;
  position: absolute;
  top: 15px;
  width: 100%;
}
.neo-widget__footer {
  border-top: 1px solid var(--neo-global-border-color);
  padding: 6px 6px 6px 15px;
  text-align: right;
}
[dir=rtl] .neo-widget__footer {
  text-align: left;
}

.neo-widget--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.neo-widget--flat {
  box-shadow: none;
}

.neo-empty-state {
  color: #6a788a;
  font-size: 18px;
  font-weight: 400;
  left: 0;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.neo-empty-state [class^=aoc-]::before,
.neo-empty-state [class*=aoc-]::before,
.neo-empty-state [class^=neo-icon-]::before,
.neo-empty-state [class*=neo-icon-]::before {
  color: inherit;
  font-size: 49px;
  margin-bottom: 10px;
  width: 100%;
}
.neo-empty-state > *:last-child {
  margin-bottom: 0;
}

.neo-modal {
  display: none;
  position: absolute;
}
.neo-modal--active {
  animation: 0.4s;
  display: flex;
}
.neo-modal--active .neo-modal__background {
  animation: show-element 0.4s;
  background-color: rgba(60, 80, 100, 0.8);
  height: 100%;
  width: 100%;
  z-index: 999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.neo-modal__content {
  animation: animation-modal-content 0.4s;
  background-color: var(--neo-global-background-color);
  border: 1px solid #cdd4db;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(8, 23, 35, 0.2), 0 5px 20px 0 rgba(8, 23, 35, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 550px;
  overflow: auto;
  padding: 0 20px;
  position: relative;
  width: 550px;
  z-index: 1000;
}
.neo-modal__content .neo-modal__header {
  background-color: var(--neo-global-background-color);
  padding: 15px 0 10px 0;
}
.neo-modal__content .neo-modal__body {
  min-height: 200px;
  background-color: var(--neo-global-background-color);
  padding: 10px 0;
  border-top: 1px solid #cdd4db;
}
.neo-modal__content .neo-modal__message {
  font-size: 16px;
  margin-bottom: 10px;
}
.neo-modal__content .neo-modal__footer {
  display: flex;
  justify-content: flex-end;
  background-color: var(--neo-global-background-color);
  padding: 10px 0;
  border-top: 1px solid #cdd4db;
}
.neo-modal__content .neo-modal__footer .neo-btn {
  margin-bottom: 0;
  /* stylelint-disable max-nesting-depth */
}
.neo-modal__content .neo-modal__footer .neo-btn:not(:last-child) {
  margin-right: 10px;
}
[dir=rtl] .neo-modal__content .neo-modal__footer .neo-btn:not(:last-child) {
  margin-left: 10px;
  margin-right: initial;
}

.neo-navbar {
  align-items: center;
  background-color: var(--neo-navbar-background-color);
  display: flex;
  flex: 1;
  min-height: 48px;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 30;
}
[dir=rtl] .neo-navbar {
  padding: 0 0 0 15px;
}

.neo-navbar .neo-btn {
  background-color: var(--neo-navbar-background-color);
  color: var(--neo-navbar-text-color);
}
.neo-navbar .neo-btn:hover {
  background-color: hsl(var(--neo-navbar-background-color-h), var(--neo-navbar-background-color-s), calc(5% + var(--neo-navbar-background-color-l)));
}
.neo-navbar .neo-form--inline .neo-btn {
  background-color: hsl(var(--neo-navbar-background-color-h), var(--neo-navbar-background-color-s), calc(10% + var(--neo-navbar-background-color-l)));
}
.neo-navbar .neo-form--inline .neo-btn:hover {
  background-color: hsl(var(--neo-navbar-background-color-h), var(--neo-navbar-background-color-s), calc(15% + var(--neo-navbar-background-color-l)));
}
.neo-navbar .neo-form--inline {
  margin-left: 15px;
}
[dir=rtl] .neo-navbar .neo-form--inline {
  margin-right: 15px;
}

.neo-navbar .neo-form--inline .neo-input {
  border: 0;
}
.neo-navbar .neo-btn:empty {
  font-size: 24px;
}

.neo-navbar__brand {
  align-items: center;
  color: var(--neo-navbar-text-color);
  display: flex;
  font-size: 20px;
  margin-right: 15px;
  min-height: 48px;
  padding: 0;
  text-decoration: none;
  text-indent: 15px;
  white-space: nowrap;
}
[dir=rtl] .neo-navbar__brand {
  margin-left: 15px;
  margin-right: 0;
}

.neo-navbar__brand:hover {
  color: var(--neo-navbar-text-color);
}

.neo-navbar__logo {
  max-height: 48px;
}

.neo-navbar__heading {
  color: var(--neo-navbar-text-color);
}

.neo-nav {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

.neo-nav__link {
  border-radius: 3px;
  color: var(--neo-navbar-text-color);
  cursor: pointer;
  display: block;
  line-height: 1.2;
  padding: 6px 15px;
  text-decoration: none;
}
.neo-nav__link:hover, .neo-nav__link:active, .neo-nav__link:focus {
  background-color: transparent;
  color: var(--neo-navbar-text-color);
}
.neo-nav__link:empty {
  font-size: 18px;
}
.neo-nav__item--active .neo-nav__link {
  background-color: transparent;
  color: var(--neo-navbar-text-color);
  font-weight: bold;
}
.neo-nav__item--disabled .neo-nav__link {
  color: hsl(var(--neo-navbar-text-color-h), var(--neo-navbar-text-color-s), calc(-30% + var(--neo-navbar-text-color-l)));
}
.neo-nav__item--disabled .neo-nav__link:hover {
  background-color: transparent;
}

.neo-navbar--sticky {
  position: sticky;
  top: 0;
}

.neo-navbar--spacer {
  margin-right: auto;
}

.neo-group-list__item--primary {
  background-color: var(--neo-primary-color);
  color: #16F03A;
}
.neo-group-list__item--secondary {
  background-color: var(--neo-secondary-color);
  color: #16F03A;
}
.neo-group-list__item--success {
  background-color: var(--neo-success-color);
  color: #16F03A;
}
.neo-group-list__item--warning {
  background-color: var(--neo-warning-color);
  color: #16F03A;
}
.neo-group-list__item--alert {
  background-color: var(--neo-alert-color);
  color: #16F03A;
}
.neo-group-list__item--info {
  background-color: var(--neo-info-color);
  color: #16F03A;
}
.neo-group-list__item > .neo-btn {
  margin-bottom: 0;
}
.neo-group-list__item > .neo-btn:not(:last-child) {
  margin-right: 6px;
}
[dir=rtl] .neo-group-list__item > .neo-btn:not(:last-child) {
  margin-left: 6px;
  margin-right: initial;
}

.neo-group-list__item > .neo-group-list__item-text {
  align-self: center;
  margin-right: auto;
}
[dir=rtl] .neo-group-list__item > .neo-group-list__item-text {
  margin-left: auto;
  margin-right: initial;
}

.neo-group-list__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.neo-group-list--hover .neo-group-list__item:hover:not(.neo-group-list__item--disabled) {
  background-color: #a0c9e9;
  cursor: pointer;
}
.neo-group-list--hover .neo-group-list__item--primary:hover:not(.neo-group-list__item--disabled) {
  background-color: hsl(var(--neo-primary-color-h), var(--neo-primary-color-s), calc(-5% + var(--neo-primary-color-l)));
}
.neo-group-list--hover .neo-group-list__item--secondary:hover:not(.neo-group-list__item--disabled) {
  background-color: hsl(var(--neo-secondary-color-h), var(--neo-secondary-color-s), calc(-5% + var(--neo-secondary-color-l)));
}
.neo-group-list--hover .neo-group-list__item--success:hover:not(.neo-group-list__item--disabled) {
  background-color: hsl(var(--neo-success-color-h), var(--neo-success-color-s), calc(-5% + var(--neo-success-color-l)));
}
.neo-group-list--hover .neo-group-list__item--warning:hover:not(.neo-group-list__item--disabled) {
  background-color: hsl(var(--neo-warning-color-h), var(--neo-warning-color-s), calc(-5% + var(--neo-warning-color-l)));
}
.neo-group-list--hover .neo-group-list__item--alert:hover:not(.neo-group-list__item--disabled) {
  background-color: hsl(var(--neo-alert-color-h), var(--neo-alert-color-s), calc(-5% + var(--neo-alert-color-l)));
}
.neo-group-list--hover .neo-group-list__item--info:hover:not(.neo-group-list__item--disabled) {
  background-color: hsl(var(--neo-info-color-h), var(--neo-info-color-s), calc(-5% + var(--neo-info-color-l)));
}
.neo-group-list--borderless .neo-group-list__item {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.neo-accordion__item {
  border: 1px solid var(--neo-global-border-color);
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  overflow-y: hidden;
}
.neo-accordion__item--disabled {
  cursor: not-allowed;
}
.neo-accordion__body {
  background-color: #16F03A;
  list-style-type: none;
}
.neo-accordion__content {
  padding: 10px 15px;
}
.neo-accordion__item--active .neo-accordion__header::after {
  transform: translate(0, -50%) rotate(-180deg);
}
.neo-accordion--hover .neo-accordion__header:hover:not(.neo-accordion__header--disabled) {
  background-color: #a0c9e9;
  cursor: pointer;
}
.neo-accordion--hover .neo-accordion__header--primary:hover:not(.neo-accordion__header--disabled) {
  background-color: hsl(var(--neo-primary-color-h), var(--neo-primary-color-s), calc(-5% + var(--neo-primary-color-l)));
}
.neo-accordion--hover .neo-accordion__header--secondary:hover:not(.neo-accordion__header--disabled) {
  background-color: hsl(var(--neo-secondary-color-h), var(--neo-secondary-color-s), calc(-5% + var(--neo-secondary-color-l)));
}
.neo-accordion--hover .neo-accordion__header--success:hover:not(.neo-accordion__header--disabled) {
  background-color: hsl(var(--neo-success-color-h), var(--neo-success-color-s), calc(-5% + var(--neo-success-color-l)));
}
.neo-accordion--hover .neo-accordion__header--warning:hover:not(.neo-accordion__header--disabled) {
  background-color: hsl(var(--neo-warning-color-h), var(--neo-warning-color-s), calc(-5% + var(--neo-warning-color-l)));
}
.neo-accordion--hover .neo-accordion__header--alert:hover:not(.neo-accordion__header--disabled) {
  background-color: hsl(var(--neo-alert-color-h), var(--neo-alert-color-s), calc(-5% + var(--neo-alert-color-l)));
}
.neo-accordion--hover .neo-accordion__header--info:hover:not(.neo-accordion__header--disabled) {
  background-color: hsl(var(--neo-info-color-h), var(--neo-info-color-s), calc(-5% + var(--neo-info-color-l)));
}
.neo-accordion__header {
  border: 0;
  cursor: pointer;
  position: relative;
}
.neo-accordion__header:focus {
  outline: none;
}
.neo-accordion__header::after {
  content: "";
  font-family: "AOC-Icons";
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  transition: all 0.4s ease;
}
[dir=rtl] .neo-accordion__header::after {
  left: 10px;
  right: auto;
}

.neo-accordion__header--primary {
  background-color: var(--neo-primary-color);
  color: #16F03A;
}
.neo-accordion__header--secondary {
  background-color: var(--neo-secondary-color);
  color: #16F03A;
}
.neo-accordion__header--success {
  background-color: var(--neo-success-color);
  color: #16F03A;
}
.neo-accordion__header--warning {
  background-color: var(--neo-warning-color);
  color: #16F03A;
}
.neo-accordion__header--alert {
  background-color: var(--neo-alert-color);
  color: #16F03A;
}
.neo-accordion__header--info {
  background-color: var(--neo-info-color);
  color: #16F03A;
}
.neo-accordion__header > .neo-btn {
  margin-bottom: 0;
}
.neo-accordion__header > .neo-btn:not(:last-child) {
  margin-right: 6px;
}
[dir=rtl] .neo-accordion__header > .neo-btn:not(:last-child) {
  margin-left: 6px;
  margin-right: initial;
}

.neo-accordion__header > .neo-accordion__header-text {
  align-self: center;
  margin-right: auto;
}
[dir=rtl] .neo-accordion__header > .neo-accordion__header-text {
  margin-left: auto;
  margin-right: initial;
}

.neo-accordion__header--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.neo-accordion--borderless .neo-accordion__item {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.neo-footer {
  align-items: center;
  background-color: var(--neo-footer-background-color);
  border-top: 1px solid hsla(var(--neo-footer-border-color-h), var(--neo-footer-border-color-s), var(--neo-footer-border-color-l), 0.4);
  color: hsl(var(--neo-global-text-inverse-color-h), var(--neo-global-text-inverse-color-s), calc(13% + var(--neo-global-text-inverse-color-l)));
  display: flex;
  height: 48px;
  justify-content: flex-end;
  max-height: 48px;
}
.neo-footer__brand {
  height: 28px;
  margin-right: auto;
}
[dir=rtl] .neo-footer__brand {
  margin-left: auto;
  margin-right: 0;
}

.neo-footer .neo-footer__brand--right {
  margin-right: 0;
}
[dir=rtl] .neo-footer .neo-footer__brand--right {
  margin-left: 0;
}

.neo-footer--compressed .neo-footer__brand {
  display: none;
}
.neo-footer__expansion {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  transition: width 0.4s ease;
}
.neo-footer--collapsed .neo-footer__expansion {
  overflow: hidden;
  width: 0;
}
.neo-footer--compressed .neo-footer__expansion {
  background-color: var(--neo-footer-background-color);
  border-top: 1px solid hsla(var(--neo-footer-border-color-h), var(--neo-footer-border-color-s), var(--neo-footer-border-color-l), 0.4);
  height: 24px;
}
.neo-footer__icons {
  display: flex;
  padding: 0 10px;
}
.neo-footer__icons [class^=neo-],
.neo-footer__icons [class^=aoc-] {
  border-radius: 3px;
  color: hsl(var(--neo-footer-text-color-h), var(--neo-footer-text-color-s), calc(10% + var(--neo-footer-text-color-l)));
  font-size: 19px;
  margin-right: 2px;
  padding: 0 5px;
  transition: color 0.4s;
}
[dir=rtl] .neo-footer__icons [class^=neo-],
[dir=rtl] .neo-footer__icons [class^=aoc-] {
  margin-left: 2px;
  margin-right: 0;
}

.neo-footer__state .neo-footer__icons [class^=neo-],
.neo-footer__state .neo-footer__icons [class^=aoc-] {
  color: #16F03A;
}
.neo-footer__state .neo-footer__icons {
  display: inline-block;
  margin: 0;
}
.neo-footer__info {
  color: var(--neo-footer-text-color);
  flex-direction: column;
  margin: 0 10px;
  padding-left: 10px;
  white-space: nowrap;
}
[dir=rtl] .neo-footer__info {
  padding-left: 0;
  padding-right: 10px;
}

.neo-footer__info--separator {
  border-left: 1px solid hsla(var(--neo-footer-border-color-h), var(--neo-footer-border-color-s), var(--neo-footer-border-color-l), 0.4);
}
[dir=rtl] .neo-footer__info--separator {
  border-left: 0;
  border-right: 1px solid hsla(var(--neo-footer-border-color-h), var(--neo-footer-border-color-s), var(--neo-footer-border-color-l), 0.4);
}

.neo-footer--compressed .neo-footer__info {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.neo-footer__info--small {
  display: flex;
  margin: 0 10px;
}
.neo-footer__info--small dt {
  font-size: 12px;
  font-weight: normal;
}
.neo-footer__info--small dd {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-indent: 2px;
}
.neo-footer--compressed .neo-footer__info--small dd {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.neo-footer__state {
  background-color: #6a788a;
  flex-shrink: 0;
  line-height: 47px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.neo-footer__state--indented {
  padding-left: 2px;
}
.neo-footer--compressed .neo-footer__state {
  border-top: 1px solid rgba(48, 64, 80, 0.4);
  line-height: 23px;
  padding-left: 0 10px;
  text-transform: none;
}
.neo-footer .neo-footer__state--primary {
  background-color: var(--neo-primary-color);
}
.neo-footer .neo-footer__state--secondary {
  background-color: var(--neo-secondary-color);
}
.neo-footer .neo-footer__state--success {
  background-color: var(--neo-success-color);
}
.neo-footer .neo-footer__state--warning {
  background-color: var(--neo-warning-color);
}
.neo-footer .neo-footer__state--alert {
  background-color: var(--neo-alert-color);
}
.neo-footer .neo-footer__state--info {
  background-color: var(--neo-info-color);
}
.neo-footer--compressed {
  background-color: transparent;
  border-top: 0;
  height: 24px;
  max-height: 24px;
}
.neo-footer__indicator {
  border-bottom: 0;
  border-left: 1px solid hsla(var(--neo-footer-border-color-h), var(--neo-footer-border-color-s), var(--neo-footer-border-color-l), 0.4);
  border-right-width: 0;
  border-top: 1px solid hsla(var(--neo-footer-border-color-h), var(--neo-footer-border-color-s), var(--neo-footer-border-color-l), 0.4);
  border-top-left-radius: 15px;
  cursor: pointer;
  display: none;
  height: 24px;
  padding: 0 10px;
}
[dir=rtl] .neo-footer__indicator {
  transform: scale(-1, 1);
}

.neo-footer--collapsed .neo-footer__indicator {
  border-right: 1px solid #16F03A;
  transition: width 0.4s ease;
}
.neo-footer--collapsed .neo-footer__indicator::before {
  transform: rotate(180deg);
}
.neo-footer--compressed .neo-footer__indicator {
  display: block;
}
.neo-footer__indicator--primary {
  background-color: var(--neo-primary-color);
  color: #16F03A;
}
.neo-footer__indicator--secondary {
  background-color: var(--neo-secondary-color);
  color: #16F03A;
}
.neo-footer__indicator--success {
  background-color: var(--neo-success-color);
  color: #16F03A;
}
.neo-footer__indicator--warning {
  background-color: var(--neo-warning-color);
  color: #16F03A;
}
.neo-footer__indicator--alert {
  background-color: var(--neo-alert-color);
  color: #16F03A;
}
.neo-footer__indicator--info {
  background-color: var(--neo-info-color);
  color: #16F03A;
}

.neo-slide {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.neo-slide--in {
  animation-name: slideIn;
}
.neo-slide--out {
  animation-name: slideOut;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
@font-face {
  font-family: "AOC-Icons";
  font-style: normal;
  font-weight: normal;
  src: url("data:font/woff;base64,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") format("woff");
}
:root {
  --neo-primary-color: hsl(210, 25%, 31.3725490196%);
  --neo-primary-color-h: 210;
  --neo-primary-color-s: 25%;
  --neo-primary-color-l: 31.3725490196%;
  --neo-secondary-color: hsl(213.75, 13.1147540984%, 47.8431372549%);
  --neo-secondary-color-h: 213.75;
  --neo-secondary-color-s: 13.1147540984%;
  --neo-secondary-color-l: 47.8431372549%;
  --neo-success-color: hsl(120, 100%, 25.0980392157%);
  --neo-success-color-h: 120;
  --neo-success-color-s: 100%;
  --neo-success-color-l: 25.0980392157%;
  --neo-alert-color: hsl(120, 100%, 41.7647058824%);
  --neo-alert-color-h: 120;
  --neo-alert-color-s: 100%;
  --neo-alert-color-l: 41.7647058824%;
  --neo-warning-color: hsl(41.975308642, 96.04743083%, 50.3921568627%);
  --neo-warning-color-h: 41.975308642;
  --neo-warning-color-s: 96.04743083%;
  --neo-warning-color-l: 50.3921568627%;
  --neo-info-color: hsl(216, 100%, 50%);
  --neo-info-color-h: 216;
  --neo-info-color-s: 100%;
  --neo-info-color-l: 50%;
  --neo-global-background-color: hsl(0, 0%, 100%);
  --neo-global-background-color-h: 0;
  --neo-global-background-color-s: 0%;
  --neo-global-background-color-l: 100%;
  --neo-global-border-color: hsl(210, 16.6666666667%, 88.2352941176%);
  --neo-global-border-color-h: 210;
  --neo-global-border-color-s: 16.6666666667%;
  --neo-global-border-color-l: 88.2352941176%;
  --neo-global-text-color: hsl(206.6666666667, 62.7906976744%, 8.431372549%);
  --neo-global-text-color-h: 206.6666666667;
  --neo-global-text-color-s: 62.7906976744%;
  --neo-global-text-color-l: 8.431372549%;
  --neo-global-text-inverse-color: hsl(0, 0%, 100%);
  --neo-global-text-inverse-color-h: 0;
  --neo-global-text-inverse-color-s: 0%;
  --neo-global-text-inverse-color-l: 100%;
  --neo-link-color-color: hsl(216, 100%, 50%);
  --neo-link-color-color-h: 216;
  --neo-link-color-color-s: 100%;
  --neo-link-color-color-l: 50%;
  --neo-button-default-bg-color: hsl(210, 25%, 31.3725490196%);
  --neo-button-default-bg-color-h: 210;
  --neo-button-default-bg-color-s: 25%;
  --neo-button-default-bg-color-l: 31.3725490196%;
  --neo-button-default-text-color: hsl(0, 0%, 100%);
  --neo-button-default-text-color-h: 0;
  --neo-button-default-text-color-s: 0%;
  --neo-button-default-text-color-l: 100%;
  --neo-button-default-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-default-disabled-bg-color-h: 0;
  --neo-button-default-disabled-bg-color-s: 0%;
  --neo-button-default-disabled-bg-color-l: 94.9019607843%;
  --neo-button-primary-bg-color: hsl(210, 25%, 31.3725490196%);
  --neo-button-primary-bg-color-h: 210;
  --neo-button-primary-bg-color-s: 25%;
  --neo-button-primary-bg-color-l: 31.3725490196%;
  --neo-button-primary-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-primary-disabled-bg-color-h: 0;
  --neo-button-primary-disabled-bg-color-s: 0%;
  --neo-button-primary-disabled-bg-color-l: 94.9019607843%;
  --neo-button-primary-text-color: hsl(0, 0%, 100%);
  --neo-button-primary-text-color-h: 0;
  --neo-button-primary-text-color-s: 0%;
  --neo-button-primary-text-color-l: 100%;
  --neo-button-secondary-bg-color: hsl(210, 16.6666666667%, 88.2352941176%);
  --neo-button-secondary-bg-color-h: 210;
  --neo-button-secondary-bg-color-s: 16.6666666667%;
  --neo-button-secondary-bg-color-l: 88.2352941176%;
  --neo-button-secondary-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-secondary-disabled-bg-color-h: 0;
  --neo-button-secondary-disabled-bg-color-s: 0%;
  --neo-button-secondary-disabled-bg-color-l: 94.9019607843%;
  --neo-button-success-bg-color: hsl(120, 100%, 25.0980392157%);
  --neo-button-success-bg-color-h: 120;
  --neo-button-success-bg-color-s: 100%;
  --neo-button-success-bg-color-l: 25.0980392157%;
  --neo-button-success-disabled-bg-color: hsl(0, 0%, 94.9019607843%);
  --neo-button-success-disabled-bg-color-h: 0;
  --neo-button-success-disabled-bg-color-s: 0%;
  --neo-button-success-disabled-bg-color-l: 94.9019607843%;
  --neo-navbar-background-color: hsl(210, 25%, 31.3725490196%);
  --neo-navbar-background-color-h: 210;
  --neo-navbar-background-color-s: 25%;
  --neo-navbar-background-color-l: 31.3725490196%;
  --neo-navbar-text-color: hsl(0, 0%, 100%);
  --neo-navbar-text-color-h: 0;
  --neo-navbar-text-color-s: 0%;
  --neo-navbar-text-color-l: 100%;
  --neo-dropdown-background-color: hsl(210, 25%, 31.3725490196%);
  --neo-dropdown-background-color-h: 210;
  --neo-dropdown-background-color-s: 25%;
  --neo-dropdown-background-color-l: 31.3725490196%;
  --neo-dropdown-text-color: hsl(0, 0%, 100%);
  --neo-dropdown-text-color-h: 0;
  --neo-dropdown-text-color-s: 0%;
  --neo-dropdown-text-color-l: 100%;
  --neo-dropdown-divider-color: hsl(213.75, 13.1147540984%, 47.8431372549%);
  --neo-dropdown-divider-color-h: 213.75;
  --neo-dropdown-divider-color-s: 13.1147540984%;
  --neo-dropdown-divider-color-l: 47.8431372549%;
  --neo-dropdown-input-border-color: hsl(213.75, 13.1147540984%, 47.8431372549%);
  --neo-dropdown-input-border-color-h: 213.75;
  --neo-dropdown-input-border-color-s: 13.1147540984%;
  --neo-dropdown-input-border-color-l: 47.8431372549%;
  --neo-dropdown-item-hover-background-color: hsl(216, 100%, 50%);
  --neo-dropdown-item-hover-background-color-h: 216;
  --neo-dropdown-item-hover-background-color-s: 100%;
  --neo-dropdown-item-hover-background-color-l: 50%;
  --neo-popover-background-color: hsl(210, 25%, 31.3725490196%);
  --neo-popover-background-color-h: 210;
  --neo-popover-background-color-s: 25%;
  --neo-popover-background-color-l: 31.3725490196%;
  --neo-popover-text-color: hsl(0, 0%, 100%);
  --neo-popover-text-color-h: 0;
  --neo-popover-text-color-s: 0%;
  --neo-popover-text-color-l: 100%;
  --neo-footer-background-color: hsl(210, 16.6666666667%, 88.2352941176%);
  --neo-footer-background-color-h: 210;
  --neo-footer-background-color-s: 16.6666666667%;
  --neo-footer-background-color-l: 88.2352941176%;
  --neo-footer-border-color: hsl(210, 25%, 25.0980392157%);
  --neo-footer-border-color-h: 210;
  --neo-footer-border-color-s: 25%;
  --neo-footer-border-color-l: 25.0980392157%;
  --neo-footer-text-color: hsl(210, 10%, 39.2156862745%);
  --neo-footer-text-color-h: 210;
  --neo-footer-text-color-s: 10%;
  --neo-footer-text-color-l: 39.2156862745%;
}

[data-theme=light] {
  --neo-navbar-background-color: hsl(0, 0%, 100%);
  --neo-navbar-background-color-h: 0;
  --neo-navbar-background-color-s: 0%;
  --neo-navbar-background-color-l: 100%;
  --neo-navbar-text-color: hsl(0, 0%, 0%);
  --neo-navbar-text-color-h: 0;
  --neo-navbar-text-color-s: 0%;
  --neo-navbar-text-color-l: 0%;
  --neo-footer-background-color: hsl(0, 0%, 92.9411764706%);
  --neo-footer-background-color-h: 0;
  --neo-footer-background-color-s: 0%;
  --neo-footer-background-color-l: 92.9411764706%;
  --neo-footer-border-color: hsl(0, 0%, 29.4117647059%);
  --neo-footer-border-color-h: 0;
  --neo-footer-border-color-s: 0%;
  --neo-footer-border-color-l: 29.4117647059%;
  --neo-footer-text-color: hsl(0, 0%, 29.4117647059%);
  --neo-footer-text-color-h: 0;
  --neo-footer-text-color-s: 0%;
  --neo-footer-text-color-l: 29.4117647059%;
}

/* stylelint-disable property-no-vendor-prefix */
[class^=aoc-]::before,
[class*=aoc-]::before,
[class^=neo-icon-]::before,
[class*=neo-icon-]::before {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "AOC-Icons" !important;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: normal;
  height: auto;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  min-height: 0;
  speak: none;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  width: auto;
}

.neo-icon-error-filled::before,
.aoc-error-filled::before {
  content: "\e956";
}

.neo-icon-error-outline::before,
.aoc-error-outline::before {
  content: "\e957";
}

.neo-icon-warning-filled::before,
.aoc-warning-filled::before {
  content: "\e958";
}

.neo-icon-warning-outline::before,
.aoc-warning-outline::before {
  content: "\e959";
}

.neo-icon-info-filled::before,
.aoc-info-filled::before {
  content: "\e95a";
}

.neo-icon-info-outline::before,
.aoc-info-outline::before {
  content: "\e95b";
}

.neo-icon-star-outline::before,
.aoc-star-outline::before {
  content: "\e95c";
}

.neo-icon-star-half-filled::before,
.aoc-star-half-filled::before {
  content: "\e95d";
}
[dir=rtl] .neo-icon-star-half-filled::before,
[dir=rtl] .aoc-star-half-filled::before {
  transform: scaleX(-1) !important;
}

.neo-icon-star-filled::before,
.aoc-star-filled::before {
  content: "\e95e";
}

.neo-icon-caps-lock::before,
.aoc-caps-lock::before {
  content: "\e955";
}

.neo-icon-print::before,
.aoc-print::before {
  content: "\e953";
}
[dir=rtl] .neo-icon-print::before,
[dir=rtl] .aoc-print::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sound::before,
.aoc-sound::before {
  content: "\e954";
}
[dir=rtl] .neo-icon-sound::before,
[dir=rtl] .aoc-sound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-my-agents::before,
.aoc-my-agents::before {
  content: "\e900";
}
[dir=rtl] .neo-icon-my-agents::before,
[dir=rtl] .aoc-my-agents::before {
  transform: scaleX(-1) !important;
}

.neo-icon-agents::before,
.aoc-agents::before {
  content: "\e948";
}

.neo-icon-screenpop::before,
.aoc-screenpop::before {
  content: "\e90e";
}
[dir=rtl] .neo-icon-screenpop::before,
[dir=rtl] .aoc-screenpop::before {
  transform: scaleX(-1) !important;
}

.neo-icon-customer::before,
.aoc-customer::before {
  content: "\e909";
}

.neo-icon-co-browse::before,
.aoc-co-browse::before {
  content: "\e903";
}
[dir=rtl] .neo-icon-co-browse::before,
[dir=rtl] .aoc-co-browse::before {
  transform: scaleX(-1) !important;
}

.neo-icon-customer-journey::before,
.aoc-customer-journey::before {
  content: "\e90a";
}
[dir=rtl] .neo-icon-customer-journey::before,
[dir=rtl] .aoc-customer-journey::before {
  transform: scaleX(-1) !important;
}

.neo-icon-stop-observing::before,
.aoc-stop-observing::before {
  content: "\e922";
}
[dir=rtl] .neo-icon-stop-observing::before,
[dir=rtl] .aoc-stop-observing::before {
  transform: scaleX(-1) !important;
}

.neo-icon-home::before,
.aoc-home::before {
  content: "\e90c";
}

.neo-icon-analytics::before,
.aoc-analytics::before {
  content: "\e901";
}

.neo-icon-settings::before,
.aoc-settings::before {
  content: "\e90f";
}

.neo-icon-end::before,
.aoc-end::before {
  content: "\e914";
}

.neo-icon-accept::before,
.aoc-accept::before {
  content: "\e911";
}

.neo-icon-more::before,
.aoc-more::before {
  content: "\e916";
}

.neo-icon-hold::before,
.aoc-hold::before {
  content: "\e917";
}

.neo-icon-transfer-forward::before,
.aoc-transfer-forward::before {
  content: "\e91a";
}
[dir=rtl] .neo-icon-transfer-forward::before,
[dir=rtl] .aoc-transfer-forward::before {
  transform: scaleX(-1) !important;
}

.neo-icon-work-code::before,
.aoc-work-code::before {
  content: "\e91b";
}
[dir=rtl] .neo-icon-work-code::before,
[dir=rtl] .aoc-work-code::before {
  transform: scaleX(-1) !important;
}

.neo-icon-disposition-code::before,
.aoc-disposition-code::before {
  content: "\e96b";
}
[dir=rtl] .neo-icon-disposition-code::before,
[dir=rtl] .aoc-disposition-code::before {
  transform: scaleX(-1) !important;
}

.neo-icon-reply-to-chat::before,
.aoc-reply-to-chat::before {
  content: "\e918";
}
[dir=rtl] .neo-icon-reply-to-chat::before,
[dir=rtl] .aoc-reply-to-chat::before {
  transform: scaleX(-1) !important;
}

.neo-icon-reply-to-email::before,
.aoc-reply-to-email::before {
  content: "\e919";
}
[dir=rtl] .neo-icon-reply-to-email::before,
[dir=rtl] .aoc-reply-to-email::before {
  transform: scaleX(-1) !important;
}

.neo-icon-observe::before,
.aoc-observe::before {
  content: "\e90d";
}

.neo-icon-awfos-observe::before,
.aoc-awfos-observe::before {
  content: "\e9dd";
}

.neo-icon-undo::before,
.aoc-undo::before {
  content: "\e942";
}
[dir=rtl] .neo-icon-undo::before,
[dir=rtl] .aoc-undo::before {
  content: "\e93f";
}

.neo-icon-worklog::before,
.aoc-worklog::before {
  content: "\e924";
}

.neo-icon-dialpad::before,
.aoc-dialpad::before {
  content: "\e925";
}

.neo-icon-help::before,
.aoc-help::before {
  content: "\e920";
}

.neo-icon-address-book::before,
.aoc-address-book::before {
  content: "\e91c";
}

.neo-icon-barge-in::before,
.aoc-barge-in::before {
  content: "\e91d";
}
[dir=rtl] .neo-icon-barge-in::before,
[dir=rtl] .aoc-barge-in::before {
  transform: scaleX(-1) !important;
}

.neo-icon-go-ready::before,
.aoc-go-ready::before {
  content: "\e921";
}

.neo-icon-edit::before,
.aoc-edit::before {
  content: "\e91e";
}
[dir=rtl] .neo-icon-edit::before,
[dir=rtl] .aoc-edit::before {
  transform: scaleX(-1) !important;
}

.neo-icon-go-not-ready::before,
.aoc-go-not-ready::before {
  content: "\e91f";
}

.neo-icon-accept-call::before,
.aoc-accept-call::before {
  content: "\e912";
}

.neo-icon-voice::before,
.aoc-voice::before {
  content: "\e923";
}

.neo-icon-voice-active::before,
.aoc-voice-active::before {
  content: "\e927";
}

.neo-icon-voice-channel::before,
.aoc-voice-channel::before {
  content: "\e989";
}

.neo-icon-voice-alerting::before,
.aoc-voice-alerting::before {
  content: "\e926";
}

.neo-icon-voice-outbound::before,
.aoc-voice-outbound::before {
  content: "\e928";
}

.neo-icon-voice-missed::before,
.aoc-voice-missed::before {
  content: "\e929";
}

.neo-icon-voice-not-ready::before,
.aoc-voice-not-ready::before {
  content: "\ea02";
}

.neo-icon-voice-pending::before,
.aoc-voice-pending::before {
  content: "\ea03";
}

.neo-icon-acw::before,
.aoc-acw::before {
  content: "\e92a";
}

.neo-icon-end-call::before,
.aoc-end-call::before {
  content: "\e915";
}

.neo-icon-chat::before,
.aoc-chat::before {
  content: "\e902";
}
[dir=rtl] .neo-icon-chat::before,
[dir=rtl] .aoc-chat::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chat-channel::before,
.aoc-chat-channel::before {
  content: "\e98a";
}
[dir=rtl] .neo-icon-chat-channel::before,
[dir=rtl] .aoc-chat-channel::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chat-alerting::before,
.aoc-chat-alerting::before {
  content: "\e92b";
}
[dir=rtl] .neo-icon-chat-alerting::before,
[dir=rtl] .aoc-chat-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chat-outbound::before,
.aoc-chat-outbound::before {
  content: "\e92c";
}
[dir=rtl] .neo-icon-chat-outbound::before,
[dir=rtl] .aoc-chat-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chat-missed::before,
.aoc-chat-missed::before {
  content: "\e943";
}
[dir=rtl] .neo-icon-chat-missed::before,
[dir=rtl] .aoc-chat-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chat-not-ready::before,
.aoc-chat-not-ready::before {
  content: "\ea04";
}
[dir=rtl] .neo-icon-chat-not-ready::before,
[dir=rtl] .aoc-chat-not-ready::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chat-pending::before,
.aoc-chat-pending::before {
  content: "\ea05";
}
[dir=rtl] .neo-icon-chat-pending::before,
[dir=rtl] .aoc-chat-pending::before {
  transform: scaleX(-1) !important;
}

.neo-icon-email-alerting::before,
.aoc-email-alerting::before {
  content: "\e951";
}

.neo-icon-email-active::before,
.aoc-email-active::before {
  content: "\e90b";
}

.neo-icon-email::before,
.aoc-email::before {
  content: "\e950";
}

.neo-icon-email-channel::before,
.aoc-email-channel::before {
  content: "\e98b";
}

.neo-icon-email-outbound::before,
.aoc-email-outbound::before {
  content: "\e94f";
}

.neo-icon-email-missed::before,
.aoc-email-missed::before {
  content: "\e94e";
}

.neo-icon-email-not-ready::before,
.aoc-email-not-ready::before {
  content: "\ea06";
}

.neo-icon-email-pending::before,
.aoc-email-pending::before {
  content: "\ea08";
}

.neo-icon-email-defer::before,
.aoc-email-defer::before {
  content: "\e904";
}

.neo-icon-defer-email::before,
.aoc-defer-email::before {
  content: "\e9a3";
}

.neo-icon-sms::before,
.aoc-sms::before {
  content: "\e910";
}
[dir=rtl] .neo-icon-sms::before,
[dir=rtl] .aoc-sms::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-active::before,
.aoc-sms-active::before {
  content: "\e94c";
}
[dir=rtl] .neo-icon-sms-active::before,
[dir=rtl] .aoc-sms-active::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-channel::before,
.aoc-sms-channel::before {
  content: "\e98c";
}
[dir=rtl] .neo-icon-sms-channel::before,
[dir=rtl] .aoc-sms-channel::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-alerting::before,
.aoc-sms-alerting::before {
  content: "\e94d";
}
[dir=rtl] .neo-icon-sms-alerting::before,
[dir=rtl] .aoc-sms-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-outbound::before,
.aoc-sms-outbound::before {
  content: "\e94b";
}
[dir=rtl] .neo-icon-sms-outbound::before,
[dir=rtl] .aoc-sms-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-missed::before,
.aoc-sms-missed::before {
  content: "\e94a";
}
[dir=rtl] .neo-icon-sms-missed::before,
[dir=rtl] .aoc-sms-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-not-ready::before,
.aoc-sms-not-ready::before {
  content: "\ea09";
}
[dir=rtl] .neo-icon-sms-not-ready::before,
[dir=rtl] .aoc-sms-not-ready::before {
  transform: scaleX(-1) !important;
}

.neo-icon-sms-pending::before,
.aoc-sms-pending::before {
  content: "\ea0a";
}
[dir=rtl] .neo-icon-sms-pending::before,
[dir=rtl] .aoc-sms-pending::before {
  transform: scaleX(-1) !important;
}

.neo-icon-customer-details::before,
.aoc-customer-details::before {
  content: "\e944";
}

.neo-icon-interaction-details::before,
.aoc-interaction-details::before {
  content: "\e946";
}

.neo-icon-customer-history::before,
.aoc-customer-history::before {
  content: "\e945";
}
[dir=rtl] .neo-icon-customer-history::before,
[dir=rtl] .aoc-customer-history::before {
  transform: scaleX(-1) !important;
}

.neo-icon-customer-consult::before,
.aoc-customer-consult::before {
  content: "\e913";
}
[dir=rtl] .neo-icon-customer-consult::before,
[dir=rtl] .aoc-customer-consult::before {
  transform: scaleX(-1) !important;
}

.neo-icon-suggested-content::before,
.aoc-suggested-content::before {
  content: "\e949";
}
[dir=rtl] .neo-icon-suggested-content::before,
[dir=rtl] .aoc-suggested-content::before {
  transform: scaleX(-1) !important;
}

.neo-icon-journey-information::before,
.aoc-journey-information::before {
  content: "\e947";
}

.neo-icon-bold::before,
.aoc-bold::before {
  content: "\e934";
}

.neo-icon-italics::before,
.aoc-italics::before {
  content: "\e939";
}

.neo-icon-underline::before,
.aoc-underline::before {
  content: "\e941";
}

.neo-icon-numbered-list::before,
.aoc-numbered-list::before {
  content: "\e93c";
}
[dir=rtl] .neo-icon-numbered-list::before,
[dir=rtl] .aoc-numbered-list::before {
  content: "\ea2d";
}

.neo-icon-bullet-list::before,
.aoc-bullet-list::before {
  content: "\e935";
}
[dir=rtl] .neo-icon-bullet-list::before,
[dir=rtl] .aoc-bullet-list::before {
  transform: scaleX(-1) !important;
}

.neo-icon-link::before,
.aoc-link::before {
  content: "\e93b";
}
[dir=rtl] .neo-icon-link::before,
[dir=rtl] .aoc-link::before {
  transform: scaleX(-1) !important;
}

.neo-icon-quote::before,
.aoc-quote::before {
  content: "\e93e";
}

.neo-icon-left-alignment::before,
.aoc-left-alignment::before {
  content: "\e93a";
}
[dir=rtl] .neo-icon-left-alignment::before,
[dir=rtl] .aoc-left-alignment::before {
  transform: scaleX(-1) !important;
}

.neo-icon-right-alignment::before,
.aoc-right-alignment::before {
  content: "\e940";
}
[dir=rtl] .neo-icon-right-alignment::before,
[dir=rtl] .aoc-right-alignment::before {
  transform: scaleX(-1) !important;
}

.neo-icon-center-alignment::before,
.aoc-center-alignment::before {
  content: "\e936";
}

.neo-icon-redo::before,
.aoc-redo::before {
  content: "\e93f";
}
[dir=rtl] .neo-icon-redo::before,
[dir=rtl] .aoc-redo::before {
  content: "\e942";
}

.neo-icon-retrieve-interaction::before,
.aoc-retrieve-interaction::before {
  content: "\e9f9";
}
[dir=rtl] .neo-icon-retrieve-interaction::before,
[dir=rtl] .aoc-retrieve-interaction::before {
  transform: scaleX(-1) !important;
}

.neo-icon-attach::before,
.aoc-attach::before {
  content: "\e933";
}
[dir=rtl] .neo-icon-attach::before,
[dir=rtl] .aoc-attach::before {
  transform: scaleX(-1) !important;
}

.neo-icon-heading-1::before,
.aoc-heading-1::before {
  content: "\e937";
}

.neo-icon-heading-2::before,
.aoc-heading-2::before {
  content: "\e938";
}

.neo-icon-paragraph::before,
.aoc-paragraph::before {
  content: "\e93d";
}

.neo-icon-send-chat::before,
.aoc-send-chat::before {
  content: "\e932";
}
[dir=rtl] .neo-icon-send-chat::before,
[dir=rtl] .aoc-send-chat::before {
  transform: scaleX(-1) !important;
}

.neo-icon-backspace::before,
.aoc-backspace::before {
  content: "\e905";
}
[dir=rtl] .neo-icon-backspace::before,
[dir=rtl] .aoc-backspace::before {
  transform: scaleX(-1) !important;
}

.neo-icon-refresh::before,
.aoc-refresh::before {
  content: "\e92f";
}

.neo-icon-release-control::before,
.aoc-release-control::before {
  content: "\e930";
}
[dir=rtl] .neo-icon-release-control::before,
[dir=rtl] .aoc-release-control::before {
  transform: scaleX(-1) !important;
}

.neo-icon-request-control::before,
.aoc-request-control::before {
  content: "\e931";
}
[dir=rtl] .neo-icon-request-control::before,
[dir=rtl] .aoc-request-control::before {
  transform: scaleX(-1) !important;
}

.neo-icon-add::before,
.aoc-add::before {
  content: "\e92d";
}

.neo-icon-close-screenpop::before,
.aoc-close-screenpop::before {
  content: "\e92e";
}
[dir=rtl] .neo-icon-close-screenpop::before,
[dir=rtl] .aoc-close-screenpop::before {
  transform: scaleX(-1) !important;
}

.neo-icon-call-supervisor::before,
.aoc-call-supervisor::before {
  content: "\e906";
}
[dir=rtl] .neo-icon-call-supervisor::before,
[dir=rtl] .aoc-call-supervisor::before {
  transform: scaleX(-1) !important;
}

.neo-icon-end-work::before,
.aoc-end-work::before {
  content: "\e907";
}

.neo-icon-exit::before,
.aoc-exit::before {
  content: "\e908";
}
[dir=rtl] .neo-icon-exit::before,
[dir=rtl] .aoc-exit::before {
  transform: scaleX(-1) !important;
}

.neo-icon-exit-left::before,
.aoc-exit-left::before {
  content: "\ea20";
}

.neo-icon-search::before,
.aoc-search::before {
  content: "\e952";
}
[dir=rtl] .neo-icon-search::before,
[dir=rtl] .aoc-search::before {
  transform: scaleX(-1) !important;
}

.neo-icon-start-work::before,
.aoc-start-work::before {
  content: "\e95f";
}

.neo-icon-conference::before,
.aoc-conference::before {
  content: "\e960";
}

.neo-icon-playback::before,
.aoc-playback::before {
  content: "\e961";
}
[dir=rtl] .neo-icon-playback::before,
[dir=rtl] .aoc-playback::before {
  transform: scaleX(-1) !important;
}

.neo-icon-awfos::before,
.aoc-awfos::before {
  content: "\e962";
}
[dir=rtl] .neo-icon-awfos::before,
[dir=rtl] .aoc-awfos::before {
  content: "\ea30";
}

.neo-icon-awfos-portal::before,
.aoc-awfos-portal::before {
  content: "\e9de";
}
[dir=rtl] .neo-icon-awfos-portal::before,
[dir=rtl] .aoc-awfos-portal::before {
  content: "\ea30";
}

.neo-icon-open-in-new-tab::before,
.aoc-open-in-new-tab::before {
  content: "\e963";
}
[dir=rtl] .neo-icon-open-in-new-tab::before,
[dir=rtl] .aoc-open-in-new-tab::before {
  transform: scaleX(-1) !important;
}

.neo-icon-open-in-new-window::before,
.aoc-open-in-new-window::before {
  content: "\e9a5";
}
[dir=rtl] .neo-icon-open-in-new-window::before,
[dir=rtl] .aoc-open-in-new-window::before {
  transform: scaleX(-1) !important;
}

.neo-icon-export-logs::before,
.aoc-export-logs::before {
  content: "\e964";
}

.neo-icon-timeline::before,
.aoc-timeline::before {
  content: "\e965";
}

.neo-icon-notifications::before,
.aoc-notifications::before {
  content: "\e966";
}

.neo-icon-coach::before,
.aoc-coach::before {
  content: "\e967";
}

.neo-icon-widgets::before,
.aoc-widgets::before {
  content: "\e969";
}
[dir=rtl] .neo-icon-widgets::before,
[dir=rtl] .aoc-widgets::before {
  transform: scaleX(-1) !important;
}

.neo-icon-calendar::before,
.aoc-calendar::before {
  content: "\e96a";
}

.neo-icon-inbound::before,
.aoc-inbound::before {
  content: "\e96c";
}

.neo-icon-outbound::before,
.aoc-outbound::before {
  content: "\e96d";
}

.neo-icon-recording::before,
.aoc-recording::before {
  content: "\e96e";
}

.neo-icon-comments::before,
.aoc-comments::before {
  content: "\e96f";
}
[dir=rtl] .neo-icon-comments::before,
[dir=rtl] .aoc-comments::before {
  transform: scaleX(-1) !important;
}

.neo-icon-screen-captures::before,
.aoc-screen-captures::before {
  content: "\e970";
}
[dir=rtl] .neo-icon-screen-captures::before,
[dir=rtl] .aoc-screen-captures::before {
  transform: scaleX(-1) !important;
}

.neo-icon-agent-issue::before,
.aoc-agent-issue::before {
  content: "\e971";
}

.neo-icon-adding-columns::before,
.aoc-adding-columns::before {
  content: "\e972";
}

.neo-icon-social::before,
.aoc-social::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-social::before,
[dir=rtl] .aoc-social::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fa::before,
.aoc-fa::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fa::before,
[dir=rtl] .aoc-fa::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fa-direction_left::before,
.aoc-fa-direction_left::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fa-direction_left::before,
[dir=rtl] .aoc-fa-direction_left::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fa_direction_right::before,
.aoc-fa_direction_right::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fa_direction_right::before,
[dir=rtl] .aoc-fa_direction_right::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fa_key::before,
.aoc-fa_key::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fa_key::before,
[dir=rtl] .aoc-fa_key::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fb::before,
.aoc-fb::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fb::before,
[dir=rtl] .aoc-fb::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fb-direction_left::before,
.aoc-fb-direction_left::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fb-direction_left::before,
[dir=rtl] .aoc-fb-direction_left::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fb_direction_right::before,
.aoc-fb_direction_right::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fb_direction_right::before,
[dir=rtl] .aoc-fb_direction_right::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fb_key::before,
.aoc-fb_key::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fb_key::before,
[dir=rtl] .aoc-fb_key::before {
  transform: scaleX(-1) !important;
}

.neo-icon-instagram::before,
.aoc-instagram::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-instagram::before,
[dir=rtl] .aoc-instagram::before {
  transform: scaleX(-1) !important;
}

.neo-icon-instagram_left::before,
.aoc-instagram_left::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-instagram_left::before,
[dir=rtl] .aoc-instagram_left::before {
  transform: scaleX(-1) !important;
}

.neo-icon-instagram_right::before,
.aoc-instagram_right::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-instagram_right::before,
[dir=rtl] .aoc-instagram_right::before {
  transform: scaleX(-1) !important;
}

.neo-icon-instagram_key::before,
.aoc-instagram_key::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-instagram_key::before,
[dir=rtl] .aoc-instagram_key::before {
  transform: scaleX(-1) !important;
}

.neo-icon-twitter::before,
.aoc-twitter::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-twitter::before,
[dir=rtl] .aoc-twitter::before {
  transform: scaleX(-1) !important;
}

.neo-icon-twitter-direction_left::before,
.aoc-twitter-direction_left::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-twitter-direction_left::before,
[dir=rtl] .aoc-twitter-direction_left::before {
  transform: scaleX(-1) !important;
}

.neo-icon-twitter-direction_right::before,
.aoc-twitter-direction_right::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-twitter-direction_right::before,
[dir=rtl] .aoc-twitter-direction_right::before {
  transform: scaleX(-1) !important;
}

.neo-icon-twitter_key::before,
.aoc-twitter_key::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-twitter_key::before,
[dir=rtl] .aoc-twitter_key::before {
  transform: scaleX(-1) !important;
}

.neo-icon-youtube::before,
.aoc-youtube::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-youtube::before,
[dir=rtl] .aoc-youtube::before {
  transform: scaleX(-1) !important;
}

.neo-icon-youtube-direction_left::before,
.aoc-youtube-direction_left::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-youtube-direction_left::before,
[dir=rtl] .aoc-youtube-direction_left::before {
  transform: scaleX(-1) !important;
}

.neo-icon-youtube-direction_right::before,
.aoc-youtube-direction_right::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-youtube-direction_right::before,
[dir=rtl] .aoc-youtube-direction_right::before {
  transform: scaleX(-1) !important;
}

.neo-icon-youtube_key::before,
.aoc-youtube_key::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-youtube_key::before,
[dir=rtl] .aoc-youtube_key::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fbm::before,
.aoc-fbm::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fbm::before,
[dir=rtl] .aoc-fbm::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fbm_left::before,
.aoc-fbm_left::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fbm_left::before,
[dir=rtl] .aoc-fbm_left::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fbm_right::before,
.aoc-fbm_right::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fbm_right::before,
[dir=rtl] .aoc-fbm_right::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fbm_key::before,
.aoc-fbm_key::before {
  content: "\e968";
}
[dir=rtl] .neo-icon-fbm_key::before,
[dir=rtl] .aoc-fbm_key::before {
  transform: scaleX(-1) !important;
}

.neo-icon-social-channel::before,
.aoc-social-channel::before {
  content: "\e98d";
}
[dir=rtl] .neo-icon-social-channel::before,
[dir=rtl] .aoc-social-channel::before {
  transform: scaleX(-1) !important;
}

.neo-icon-social-alerting::before,
.aoc-social-alerting::before {
  content: "\e973";
}
[dir=rtl] .neo-icon-social-alerting::before,
[dir=rtl] .aoc-social-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-social-outbound::before,
.aoc-social-outbound::before {
  content: "\e974";
}
[dir=rtl] .neo-icon-social-outbound::before,
[dir=rtl] .aoc-social-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fa_outbound::before,
.aoc-fa_outbound::before {
  content: "\e974";
}
[dir=rtl] .neo-icon-fa_outbound::before,
[dir=rtl] .aoc-fa_outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fb_outbound::before,
.aoc-fb_outbound::before {
  content: "\e974";
}
[dir=rtl] .neo-icon-fb_outbound::before,
[dir=rtl] .aoc-fb_outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-twitter_outbound::before,
.aoc-twitter_outbound::before {
  content: "\e974";
}
[dir=rtl] .neo-icon-twitter_outbound::before,
[dir=rtl] .aoc-twitter_outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-youtube_outbound::before,
.aoc-youtube_outbound::before {
  content: "\e974";
}
[dir=rtl] .neo-icon-youtube_outbound::before,
[dir=rtl] .aoc-youtube_outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fbm_outbound::before,
.aoc-fbm_outbound::before {
  content: "\e974";
}
[dir=rtl] .neo-icon-fbm_outbound::before,
[dir=rtl] .aoc-fbm_outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-social-missed::before,
.aoc-social-missed::before {
  content: "\e975";
}
[dir=rtl] .neo-icon-social-missed::before,
[dir=rtl] .aoc-social-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-social-not-ready::before,
.aoc-social-not-ready::before {
  content: "\ea0b";
}
[dir=rtl] .neo-icon-social-not-ready::before,
[dir=rtl] .aoc-social-not-ready::before {
  transform: scaleX(-1) !important;
}

.neo-icon-social-pending::before,
.aoc-social-pending::before {
  content: "\ea0c";
}
[dir=rtl] .neo-icon-social-pending::before,
[dir=rtl] .aoc-social-pending::before {
  transform: scaleX(-1) !important;
}

.neo-icon-lock::before,
.aoc-lock::before {
  content: "\e976";
}

.neo-icon-video::before,
.aoc-video::before {
  content: "\e977";
}
[dir=rtl] .neo-icon-video::before,
[dir=rtl] .aoc-video::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-alerting::before,
.aoc-video-alerting::before {
  content: "\e978";
}
[dir=rtl] .neo-icon-video-alerting::before,
[dir=rtl] .aoc-video-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-inbound::before,
.aoc-video-inbound::before {
  content: "\e979";
}
[dir=rtl] .neo-icon-video-inbound::before,
[dir=rtl] .aoc-video-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-outbound::before,
.aoc-video-outbound::before {
  content: "\e97a";
}
[dir=rtl] .neo-icon-video-outbound::before,
[dir=rtl] .aoc-video-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-missed::before,
.aoc-video-missed::before {
  content: "\e97b";
}
[dir=rtl] .neo-icon-video-missed::before,
[dir=rtl] .aoc-video-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-not-ready::before,
.aoc-video-not-ready::before {
  content: "\ea0d";
}
[dir=rtl] .neo-icon-video-not-ready::before,
[dir=rtl] .aoc-video-not-ready::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-pending::before,
.aoc-video-pending::before {
  content: "\ea0e";
}
[dir=rtl] .neo-icon-video-pending::before,
[dir=rtl] .aoc-video-pending::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-off::before,
.aoc-video-off::before {
  content: "\e97c";
}
[dir=rtl] .neo-icon-video-off::before,
[dir=rtl] .aoc-video-off::before {
  transform: scaleX(-1) !important;
}

.neo-icon-audio::before,
.aoc-audio::before {
  content: "\e97d";
}
[dir=rtl] .neo-icon-audio::before,
[dir=rtl] .aoc-audio::before {
  transform: scaleX(-1) !important;
}

.neo-icon-audio-off::before,
.aoc-audio-off::before {
  content: "\e97e";
}
[dir=rtl] .neo-icon-audio-off::before,
[dir=rtl] .aoc-audio-off::before {
  transform: scaleX(-1) !important;
}

.neo-icon-fullscreen::before,
.aoc-fullscreen::before {
  content: "\e97f";
}

.neo-icon-fullscreen-off::before,
.aoc-fullscreen-off::before {
  content: "\e980";
}

.neo-icon-outreach::before,
.aoc-outreach::before {
  content: "\e981";
}

.neo-icon-sentiment-very-happy::before,
.aoc-sentiment-very-happy::before {
  content: "\e982";
}

.neo-icon-sentiment-happy::before,
.aoc-sentiment-happy::before {
  content: "\e983";
}

.neo-icon-sentiment-neutral::before,
.aoc-sentiment-neutral::before {
  content: "\e984";
}

.neo-icon-sentiment-sad::before,
.aoc-sentiment-sad::before {
  content: "\e985";
}

.neo-icon-sentiment-very-sad::before,
.aoc-sentiment-very-sad::before {
  content: "\e986";
}

.neo-icon-dtmf::before,
.aoc-dtmf::before {
  content: "\e987";
}

.neo-icon-email-format::before,
.aoc-email-format::before {
  content: "\e988";
}

.neo-icon-outbound-channel::before,
.aoc-outbound-channel::before {
  content: "\ea21";
}

.neo-icon-arrow-left::before,
.aoc-arrow-left::before {
  content: "\e98e";
}

.neo-icon-arrow-right::before,
.aoc-arrow-right::before {
  content: "\ea22";
}

.neo-icon-dialpad-inverted::before,
.aoc-dialpad-inverted::before {
  content: "\e98f";
}

.neo-icon-email-outbound-inverted::before,
.aoc-email-outbound-inverted::before {
  content: "\e990";
}
[dir=rtl] .neo-icon-email-outbound-inverted::before,
[dir=rtl] .aoc-email-outbound-inverted::before {
  transform: scaleX(-1) !important;
}

.neo-icon-call-supervisor-inverted::before,
.aoc-call-supervisor-inverted::before {
  content: "\e991";
}
[dir=rtl] .neo-icon-call-supervisor-inverted::before,
[dir=rtl] .aoc-call-supervisor-inverted::before {
  transform: scaleX(-1) !important;
}

.neo-icon-worklog-inverted::before,
.aoc-worklog-inverted::before {
  content: "\e992";
}
[dir=rtl] .neo-icon-worklog-inverted::before,
[dir=rtl] .aoc-worklog-inverted::before {
  transform: scaleX(-1) !important;
}

.neo-icon-notifications-inverted::before,
.aoc-notifications-inverted::before {
  content: "\e993";
}

.neo-icon-agents-inverted::before,
.aoc-agents-inverted::before {
  content: "\e994";
}
[dir=rtl] .neo-icon-agents-inverted::before,
[dir=rtl] .aoc-agents-inverted::before {
  transform: scaleX(-1) !important;
}

.neo-icon-address-book-inverted::before,
.aoc-address-book-inverted::before {
  content: "\e995";
}
[dir=rtl] .neo-icon-address-book-inverted::before,
[dir=rtl] .aoc-address-book-inverted::before {
  transform: scaleX(-1) !important;
}

.neo-icon-widget-overview::before,
.aoc-widget-overview::before {
  content: "\e996";
}

.neo-icon-widget-layout::before,
.aoc-widget-layout::before {
  content: "\e997";
}

.neo-icon-widget-list::before,
.aoc-widget-list::before {
  content: "\e998";
}
[dir=rtl] .neo-icon-widget-list::before,
[dir=rtl] .aoc-widget-list::before {
  transform: scaleX(-1) !important;
}

.neo-icon-file::before,
.aoc-file::before {
  content: "\e999";
}
[dir=rtl] .neo-icon-file::before,
[dir=rtl] .aoc-file::before {
  transform: scaleX(-1) !important;
}

.neo-icon-history-search::before,
.aoc-history-search::before {
  content: "\e99a";
}
[dir=rtl] .neo-icon-history-search::before,
[dir=rtl] .aoc-history-search::before {
  transform: scaleX(-1) !important;
}

.neo-icon-acw-extend::before,
.aoc-acw-extend::before {
  content: "\e99b";
}

.neo-icon-defer-interaction::before,
.aoc-defer-interaction::before {
  content: "\e9f8";
}

.neo-icon-clear-all::before,
.aoc-clear-all::before {
  content: "\e99c";
}

.neo-icon-center-focus::before,
.aoc-center-focus::before {
  content: "\e99d";
}

.neo-icon-chevron-left::before,
.aoc-chevron-left::before {
  content: "\e99e";
}

.neo-icon-chevron-right::before,
.aoc-chevron-right::before {
  content: "\e99f";
}

.neo-icon-chevron-bidi-base-dir::before,
.aoc-chevron-bidi-base-dir::before {
  content: "\e99f";
}
[dir=rtl] .neo-icon-chevron-bidi-base-dir::before,
[dir=rtl] .aoc-chevron-bidi-base-dir::before {
  content: "\e99e";
}

.neo-icon-chevron-bidi-opposite-dir::before,
.aoc-chevron-bidi-opposite-dir::before {
  content: "\e99e";
}
[dir=rtl] .neo-icon-chevron-bidi-opposite-dir::before,
[dir=rtl] .aoc-chevron-bidi-opposite-dir::before {
  content: "\e99f";
}

.neo-icon-chevron-up::before,
.aoc-chevron-up::before {
  content: "\e9a0";
}

.neo-icon-chevron-down::before,
.aoc-chevron-down::before {
  content: "\e9a1";
}

.neo-icon-disconnected::before,
.aoc-disconnected::before {
  content: "\e9a2";
}
[dir=rtl] .neo-icon-disconnected::before,
[dir=rtl] .aoc-disconnected::before {
  transform: scaleX(-1) !important;
}

.neo-icon-computer::before,
.aoc-computer::before {
  content: "\e9a6";
}

.neo-icon-mailbox::before,
.aoc-mailbox::before {
  content: "\e9a4";
}

.neo-icon-note::before,
.aoc-note::before {
  content: "\e9a7";
}

.neo-icon-supervisor::before,
.aoc-supervisor::before {
  content: "\e9a8";
}

.neo-icon-broadcast::before,
.aoc-broadcast::before {
  content: "\e9b1";
}
[dir=rtl] .neo-icon-broadcast::before,
[dir=rtl] .aoc-broadcast::before {
  transform: scaleX(-1) !important;
}

.neo-icon-video-in-video::before,
.aoc-video-in-video::before {
  content: "\e9dc";
}
[dir=rtl] .neo-icon-video-in-video::before,
[dir=rtl] .aoc-video-in-video::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom01::before,
.aoc-custom01::before {
  content: "\e9a9";
}
[dir=rtl] .neo-icon-custom01::before,
[dir=rtl] .aoc-custom01::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom01-alerting::before,
.aoc-custom01-alerting::before {
  content: "\e9b2";
}
[dir=rtl] .neo-icon-custom01-alerting::before,
[dir=rtl] .aoc-custom01-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom01-inbound::before,
.aoc-custom01-inbound::before {
  content: "\e9b3";
}
[dir=rtl] .neo-icon-custom01-inbound::before,
[dir=rtl] .aoc-custom01-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom01-outbound::before,
.aoc-custom01-outbound::before {
  content: "\e9b4";
}
[dir=rtl] .neo-icon-custom01-outbound::before,
[dir=rtl] .aoc-custom01-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom01-missed::before,
.aoc-custom01-missed::before {
  content: "\e9b5";
}
[dir=rtl] .neo-icon-custom01-missed::before,
[dir=rtl] .aoc-custom01-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom02::before,
.aoc-custom02::before {
  content: "\e9aa";
}
[dir=rtl] .neo-icon-custom02::before,
[dir=rtl] .aoc-custom02::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom02-alerting::before,
.aoc-custom02-alerting::before {
  content: "\e9b6";
}
[dir=rtl] .neo-icon-custom02-alerting::before,
[dir=rtl] .aoc-custom02-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom02-inbound::before,
.aoc-custom02-inbound::before {
  content: "\e9b7";
}
[dir=rtl] .neo-icon-custom02-inbound::before,
[dir=rtl] .aoc-custom02-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom02-outbound::before,
.aoc-custom02-outbound::before {
  content: "\e9b8";
}
[dir=rtl] .neo-icon-custom02-outbound::before,
[dir=rtl] .aoc-custom02-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom02-missed::before,
.aoc-custom02-missed::before {
  content: "\e9b9";
}
[dir=rtl] .neo-icon-custom02-missed::before,
[dir=rtl] .aoc-custom02-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom03::before,
.aoc-custom03::before {
  content: "\e9ab";
}
[dir=rtl] .neo-icon-custom03::before,
[dir=rtl] .aoc-custom03::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom03-alerting::before,
.aoc-custom03-alerting::before {
  content: "\e9ba";
}
[dir=rtl] .neo-icon-custom03-alerting::before,
[dir=rtl] .aoc-custom03-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom03-inbound::before,
.aoc-custom03-inbound::before {
  content: "\e9bb";
}
[dir=rtl] .neo-icon-custom03-inbound::before,
[dir=rtl] .aoc-custom03-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom03-outbound::before,
.aoc-custom03-outbound::before {
  content: "\e9bc";
}
[dir=rtl] .neo-icon-custom03-outbound::before,
[dir=rtl] .aoc-custom03-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom03-missed::before,
.aoc-custom03-missed::before {
  content: "\e9bd";
}
[dir=rtl] .neo-icon-custom03-missed::before,
[dir=rtl] .aoc-custom03-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom04::before,
.aoc-custom04::before {
  content: "\e9ac";
}
[dir=rtl] .neo-icon-custom04::before,
[dir=rtl] .aoc-custom04::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom04-alerting::before,
.aoc-custom04-alerting::before {
  content: "\e9be";
}
[dir=rtl] .neo-icon-custom04-alerting::before,
[dir=rtl] .aoc-custom04-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom04-inbound::before,
.aoc-custom04-inbound::before {
  content: "\e9bf";
}
[dir=rtl] .neo-icon-custom04-inbound::before,
[dir=rtl] .aoc-custom04-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom04-outbound::before,
.aoc-custom04-outbound::before {
  content: "\e9c0";
}
[dir=rtl] .neo-icon-custom04-outbound::before,
[dir=rtl] .aoc-custom04-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom04-missed::before,
.aoc-custom04-missed::before {
  content: "\e9c1";
}
[dir=rtl] .neo-icon-custom04-missed::before,
[dir=rtl] .aoc-custom04-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom05::before,
.aoc-custom05::before {
  content: "\e9ad";
}
[dir=rtl] .neo-icon-custom05::before,
[dir=rtl] .aoc-custom05::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom05-alerting::before,
.aoc-custom05-alerting::before {
  content: "\e9c2";
}
[dir=rtl] .neo-icon-custom05-alerting::before,
[dir=rtl] .aoc-custom05-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom05-inbound::before,
.aoc-custom05-inbound::before {
  content: "\e9c3";
}
[dir=rtl] .neo-icon-custom05-inbound::before,
[dir=rtl] .aoc-custom05-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom05-outbound::before,
.aoc-custom05-outbound::before {
  content: "\e9c4";
}
[dir=rtl] .neo-icon-custom05-outbound::before,
[dir=rtl] .aoc-custom05-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom05-missed::before,
.aoc-custom05-missed::before {
  content: "\e9c5";
}
[dir=rtl] .neo-icon-custom05-missed::before,
[dir=rtl] .aoc-custom05-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom06::before,
.aoc-custom06::before {
  content: "\e9ae";
}
[dir=rtl] .neo-icon-custom06::before,
[dir=rtl] .aoc-custom06::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom06-alerting::before,
.aoc-custom06-alerting::before {
  content: "\e9c6";
}
[dir=rtl] .neo-icon-custom06-alerting::before,
[dir=rtl] .aoc-custom06-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom06-inbound::before,
.aoc-custom06-inbound::before {
  content: "\e9c7";
}
[dir=rtl] .neo-icon-custom06-inbound::before,
[dir=rtl] .aoc-custom06-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom06-outbound::before,
.aoc-custom06-outbound::before {
  content: "\e9c8";
}
[dir=rtl] .neo-icon-custom06-outbound::before,
[dir=rtl] .aoc-custom06-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom06-missed::before,
.aoc-custom06-missed::before {
  content: "\e9c9";
}
[dir=rtl] .neo-icon-custom06-missed::before,
[dir=rtl] .aoc-custom06-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom07::before,
.aoc-custom07::before {
  content: "\e9af";
}
[dir=rtl] .neo-icon-custom07::before,
[dir=rtl] .aoc-custom07::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom07-alerting::before,
.aoc-custom07-alerting::before {
  content: "\e9ca";
}
[dir=rtl] .neo-icon-custom07-alerting::before,
[dir=rtl] .aoc-custom07-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom07-inbound::before,
.aoc-custom07-inbound::before {
  content: "\e9cb";
}
[dir=rtl] .neo-icon-custom07-inbound::before,
[dir=rtl] .aoc-custom07-inbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom07-outbound::before,
.aoc-custom07-outbound::before {
  content: "\e9cc";
}
[dir=rtl] .neo-icon-custom07-outbound::before,
[dir=rtl] .aoc-custom07-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom07-missed::before,
.aoc-custom07-missed::before {
  content: "\e9cd";
}
[dir=rtl] .neo-icon-custom07-missed::before,
[dir=rtl] .aoc-custom07-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom08::before,
.aoc-custom08::before {
  content: "\e9b0";
}

.neo-icon-custom08-alerting::before,
.aoc-custom08-alerting::before {
  content: "\e9ce";
}

.neo-icon-custom08-inbound::before,
.aoc-custom08-inbound::before {
  content: "\e9cf";
}

.neo-icon-custom08-outbound::before,
.aoc-custom08-outbound::before {
  content: "\e9d0";
}

.neo-icon-custom08-missed::before,
.aoc-custom08-missed::before {
  content: "\e9d1";
}

.neo-icon-custom09::before,
.aoc-custom09::before {
  content: "\e9d2";
}

.neo-icon-custom09-alerting::before,
.aoc-custom09-alerting::before {
  content: "\e9d3";
}

.neo-icon-custom09-inbound::before,
.aoc-custom09-inbound::before {
  content: "\e9d4";
}

.neo-icon-custom09-outbound::before,
.aoc-custom09-outbound::before {
  content: "\e9d5";
}

.neo-icon-custom09-missed::before,
.aoc-custom09-missed::before {
  content: "\e9d6";
}

.neo-icon-custom10::before,
.aoc-custom10::before {
  content: "\e9d7";
}

.neo-icon-custom10-alerting::before,
.aoc-custom10-alerting::before {
  content: "\e9d8";
}

.neo-icon-custom10-inbound::before,
.aoc-custom10-inbound::before {
  content: "\e9d9";
}

.neo-icon-custom10-outbound::before,
.aoc-custom10-outbound::before {
  content: "\e9da";
}

.neo-icon-custom10-missed::before,
.aoc-custom10-missed::before {
  content: "\e9db";
}

.neo-icon-download::before,
.aoc-download::before {
  content: "\e9df";
}

.neo-icon-upload::before,
.aoc-upload::before {
  content: "\e9e0";
}

.neo-icon-charts::before,
.aoc-charts::before {
  content: "\e9ec";
}
[dir=rtl] .neo-icon-charts::before,
[dir=rtl] .aoc-charts::before {
  transform: scaleX(-1) !important;
}

.neo-icon-pie-chart::before,
.aoc-pie-chart::before {
  content: "\e9e1";
}
[dir=rtl] .neo-icon-pie-chart::before,
[dir=rtl] .aoc-pie-chart::before {
  transform: scaleX(-1) !important;
}

.neo-icon-chart-area::before,
.aoc-chart-area::before {
  content: "\e9ed";
}

.neo-icon-chart-bubbles::before,
.aoc-chart-bubbles::before {
  content: "\e9ee";
}

.neo-icon-chart-donut::before,
.aoc-chart-donut::before {
  content: "\e9ef";
}

.neo-icon-chart-gauge::before,
.aoc-chart-gauge::before {
  content: "\e9f0";
}

.neo-icon-chart-lines::before,
.aoc-chart-lines::before {
  content: "\e9f5";
}

.neo-icon-table::before,
.aoc-table::before {
  content: "\e9e2";
}

.neo-icon-chart-billboard::before,
.aoc-chart-billboard::before {
  content: "\e9f1";
}

.neo-icon-configure::before,
.aoc-configure::before {
  content: "\e9e3";
}
[dir=rtl] .neo-icon-configure::before,
[dir=rtl] .aoc-configure::before {
  transform: scaleX(-1) !important;
}

.neo-icon-graph::before,
.aoc-graph::before {
  content: "\e9e4";
}

.neo-icon-email-outline::before,
.aoc-email-outline::before {
  content: "\e9e5";
}

.neo-icon-trash::before,
.aoc-trash::before {
  content: "\e9e6";
}

.neo-icon-robot::before,
.aoc-robot::before {
  content: "\e9e7";
}

.neo-icon-merge::before,
.aoc-merge::before {
  content: "\e9e8";
}
[dir=rtl] .neo-icon-merge::before,
[dir=rtl] .aoc-merge::before {
  transform: scaleX(-1) !important;
}

.neo-icon-pom::before,
.aoc-pom::before {
  content: "\e9e9";
}
[dir=rtl] .neo-icon-pom::before,
[dir=rtl] .aoc-pom::before {
  transform: scaleX(-1) !important;
}

.neo-icon-bar-chart::before,
.aoc-bar-chart::before {
  content: "\e9ea";
}

.neo-icon-billboard::before,
.aoc-billboard::before {
  content: "\e9eb";
}

.neo-icon-address::before,
.aoc-address::before {
  content: "\e9f2";
}

.neo-icon-business::before,
.aoc-business::before {
  content: "\e9f3";
}
[dir=rtl] .neo-icon-business::before,
[dir=rtl] .aoc-business::before {
  transform: scaleX(-1) !important;
}

.neo-icon-crm::before,
.aoc-crm::before {
  content: "\e9f4";
}
[dir=rtl] .neo-icon-crm::before,
[dir=rtl] .aoc-crm::before {
  transform: scaleX(-1) !important;
}

.neo-icon-signature::before,
.aoc-signature::before {
  content: "\e9f6";
}
[dir=rtl] .neo-icon-signature::before,
[dir=rtl] .aoc-signature::before {
  transform: scaleX(-1) !important;
}

.neo-icon-defer-inbox::before,
.aoc-defer-inbox::before {
  content: "\e9f7";
}

.neo-icon-defer-in::before,
.aoc-defer-in::before {
  content: "\e9fa";
}
[dir=rtl] .neo-icon-defer-in::before,
[dir=rtl] .aoc-defer-in::before {
  transform: scaleX(-1) !important;
}

.neo-icon-defer-out::before,
.aoc-defer-out::before {
  content: "\e9fb";
}
[dir=rtl] .neo-icon-defer-out::before,
[dir=rtl] .aoc-defer-out::before {
  transform: scaleX(-1) !important;
}

.neo-icon-preview::before,
.aoc-preview::before {
  content: "\e9fc";
}
[dir=rtl] .neo-icon-preview::before,
[dir=rtl] .aoc-preview::before {
  transform: scaleX(-1) !important;
}

.neo-icon-customer-history-search::before,
.aoc-customer-history-search::before {
  content: "\e9fd";
}
[dir=rtl] .neo-icon-customer-history-search::before,
[dir=rtl] .aoc-customer-history-search::before {
  transform: scaleX(-1) !important;
}

.neo-icon-file-json::before,
.aoc-file-json::before {
  content: "\e9fe";
}
[dir=rtl] .neo-icon-file-json::before,
[dir=rtl] .aoc-file-json::before {
  content: "\ea2e";
}

.neo-icon-chart-config::before,
.aoc-chart-config::before {
  content: "\e9ff";
}
[dir=rtl] .neo-icon-chart-config::before,
[dir=rtl] .aoc-chart-config::before {
  transform: scaleX(-1) !important;
}

.neo-icon-copy::before,
.aoc-copy::before {
  content: "\ea07";
}
[dir=rtl] .neo-icon-copy::before,
[dir=rtl] .aoc-copy::before {
  transform: scaleX(-1) !important;
}

.neo-icon-bot-avatar::before,
.aoc-bot-avatar::before {
  content: "\ea00";
}

.neo-icon-add-circle::before,
.aoc-add-circle::before {
  content: "\ea01";
}

.neo-icon-auto-answer::before,
.aoc-auto-answer::before {
  content: "\ea0f";
}

.neo-icon-calculator::before,
.aoc-calculator::before {
  content: "\ea10";
}

.neo-icon-view-manager::before,
.aoc-view-manager::before {
  content: "\ea11";
}
[dir=rtl] .neo-icon-view-manager::before,
[dir=rtl] .aoc-view-manager::before {
  transform: scaleX(-1) !important;
}

.neo-icon-socket-connected::before,
.aoc-socket-connected::before {
  content: "\ea12";
}

.neo-icon-socket-disconnected::before,
.aoc-socket-disconnected::before {
  content: "\ea13";
}
[dir=rtl] .neo-icon-socket-disconnected::before,
[dir=rtl] .aoc-socket-disconnected::before {
  transform: scaleX(-1) !important;
}

.neo-icon-drag::before,
.aoc-drag::before {
  content: "\ea14";
}

.neo-icon-item-default::before,
.aoc-item-default::before {
  content: "\ea15";
}
[dir=rtl] .neo-icon-item-default::before,
[dir=rtl] .aoc-item-default::before {
  transform: scaleX(-1) !important;
}

.neo-icon-item-show::before,
.aoc-item-show::before {
  content: "\ea16";
}

.neo-icon-item-hide::before,
.aoc-item-hide::before {
  content: "\ea17";
}
[dir=rtl] .neo-icon-item-hide::before,
[dir=rtl] .aoc-item-hide::before {
  transform: scaleX(-1) !important;
}

.neo-icon-item-private::before,
.aoc-item-private::before {
  content: "\ea18";
}
[dir=rtl] .neo-icon-item-private::before,
[dir=rtl] .aoc-item-private::before {
  transform: scaleX(-1) !important;
}

.neo-icon-item-public::before,
.aoc-item-public::before {
  content: "\ea19";
}

.neo-icon-thresholds::before,
.aoc-thresholds::before {
  content: "\ea1a";
}

.neo-icon-broken-image::before,
.aoc-broken-image::before {
  content: "\ea1c";
}
[dir=rtl] .neo-icon-broken-image::before,
[dir=rtl] .aoc-broken-image::before {
  transform: scaleX(-1) !important;
}

.neo-icon-custom-layout::before,
.aoc-custom-layout::before {
  content: "\ea1b";
}

.neo-icon-callback::before,
.aoc-callback::before {
  content: "\ea1e";
}
[dir=rtl] .neo-icon-callback::before,
[dir=rtl] .aoc-callback::before {
  transform: scaleX(-1) !important;
}

.neo-icon-email-forwarded::before,
.aoc-email-forwarded::before {
  content: "\ea1f";
}
[dir=rtl] .neo-icon-email-forwarded::before,
[dir=rtl] .aoc-email-forwarded::before {
  transform: scaleX(-1) !important;
}

.neo-icon-filter::before,
.aoc-filter::before {
  content: "\ea1d";
}

.neo-icon-filter-cancel::before,
.aoc-filter-cancel::before {
  content: "\ea23";
}

.neo-icon-address-folder::before,
.aoc-address-folder::before {
  content: "\ea24";
}

.neo-icon-clock::before,
.aoc-clock::before {
  content: "\ea25";
}
[dir=rtl] .neo-icon-clock::before,
[dir=rtl] .aoc-clock::before {
  transform: scaleX(-1) !important;
}

.neo-icon-customers::before,
.aoc-customers::before {
  content: "\ea26";
}

.neo-icon-list::before,
.aoc-list::before {
  content: "\ea27";
}

.neo-icon-list-clock::before,
.aoc-list-clock::before {
  content: "\ea28";
}

.neo-icon-list-closed::before,
.aoc-list-closed::before {
  content: "\ea29";
}

.neo-icon-list-contact::before,
.aoc-list-contact::before {
  content: "\ea2a";
}

.neo-icon-list-file::before,
.aoc-list-file::before {
  content: "\ea2b";
}

.neo-icon-waiting::before,
.aoc-waiting::before {
  content: "\ea2c";
}

.neo-icon-rtl-num-list::before,
.aoc-rtl-num-list::before {
  content: "\ea2d";
}

.neo-icon-rtl-json::before,
.aoc-rtl-json::before {
  content: "\ea2e";
}

.neo-icon-rtl-evaluation::before,
.aoc-rtl-evaluation::before {
  content: "\ea2f";
}

.neo-icon-rtl-awfos::before,
.aoc-rtl-awfos::before {
  content: "\ea30";
}

.neo-icon-collapse::before,
.aoc-collapse::before {
  content: "\ea31";
}

.neo-icon-folder::before,
.aoc-folder::before {
  content: "\ea32";
}

.neo-icon-play::before,
.aoc-play::before {
  content: "\ea33";
}

.neo-icon-layout-map::before,
.aoc-layout-map::before {
  content: "\ea34";
}

.neo-icon-messaging::before,
.aoc-messaging::before {
  content: "\ea44";
}
[dir=rtl] .neo-icon-messaging::before,
[dir=rtl] .aoc-messaging::before {
  transform: scaleX(-1) !important;
}

.neo-icon-messaging-alerting::before,
.aoc-messaging-alerting::before {
  content: "\ea45";
}
[dir=rtl] .neo-icon-messaging-alerting::before,
[dir=rtl] .aoc-messaging-alerting::before {
  transform: scaleX(-1) !important;
}

.neo-icon-messaging-missed::before,
.aoc-messaging-missed::before {
  content: "\ea46";
}
[dir=rtl] .neo-icon-messaging-missed::before,
[dir=rtl] .aoc-messaging-missed::before {
  transform: scaleX(-1) !important;
}

.neo-icon-messaging-pending::before,
.aoc-messaging-pending::before {
  content: "\ea47";
}
[dir=rtl] .neo-icon-messaging-pending::before,
[dir=rtl] .aoc-messaging-pending::before {
  transform: scaleX(-1) !important;
}

.neo-icon-messaging-not-ready::before,
.aoc-messaging-not-ready::before {
  content: "\ea48";
}
[dir=rtl] .neo-icon-messaging-not-ready::before,
[dir=rtl] .aoc-messaging-not-ready::before {
  transform: scaleX(-1) !important;
}

.neo-icon-messaging-outbound::before,
.aoc-messaging-outbound::before {
  content: "\ea49";
}
[dir=rtl] .neo-icon-messaging-outbound::before,
[dir=rtl] .aoc-messaging-outbound::before {
  transform: scaleX(-1) !important;
}

.neo-icon-digital::before,
.aoc-digital::before {
  content: "\ea4a";
}

.neo-icon-voice-inbound::before,
.aoc-voice-inbound::before {
  content: "\ea4c";
}

.neo-icon-voicemail_priority::before,
.aoc-voicemail_priority::before {
  content: "\ea4b";
}

.neo-icon-voicemail_private::before,
.aoc-voicemail_private::before {
  content: "\ea5c";
}

.neo-icon-filetype-avi::before,
.aoc-filetype-avi::before {
  content: "\ea5d";
}

.neo-icon-filetype-doc::before,
.aoc-filetype-doc::before {
  content: "\ea5e";
}

.neo-icon-filetype-jpg::before,
.aoc-filetype-jpg::before {
  content: "\ea5f";
}

.neo-icon-filetype-mp4::before,
.aoc-filetype-mp4::before {
  content: "\ea60";
}

.neo-icon-filetype-pdf::before,
.aoc-filetype-pdf::before {
  content: "\ea61";
}

.neo-icon-filetype-png::before,
.aoc-filetype-png::before {
  content: "\ea62";
}

.neo-icon-filetype-txt::before,
.aoc-filetype-txt::before {
  content: "\ea63";
}

/* stylelint-enable property-no-vendor-prefix */
.neo-icon--primary,
.aoc--primary {
  color: var(--neo-primary-color) !important;
}

.neo-icon--bg-primary,
.aoc--bg-primary {
  background-color: var(--neo-primary-color) !important;
  color: #16F03A !important;
}

.neo-icon--secondary,
.aoc--secondary {
  color: var(--neo-secondary-color) !important;
}

.neo-icon--bg-secondary,
.aoc--bg-secondary {
  background-color: var(--neo-secondary-color) !important;
  color: #16F03A !important;
}

.neo-icon--success,
.aoc--success {
  color: var(--neo-success-color) !important;
}

.neo-icon--bg-success,
.aoc--bg-success {
  background-color: var(--neo-success-color) !important;
  color: #16F03A !important;
}

.neo-icon--warning,
.aoc--warning {
  color: var(--neo-warning-color) !important;
}

.neo-icon--bg-warning,
.aoc--bg-warning {
  background-color: var(--neo-warning-color) !important;
  color: #16F03A !important;
}

.neo-icon--alert,
.aoc--alert {
  color: var(--neo-alert-color) !important;
}

.neo-icon--bg-alert,
.aoc--bg-alert {
  background-color: var(--neo-alert-color) !important;
  color: #16F03A !important;
}

.neo-icon--info,
.aoc--info {
  color: var(--neo-info-color) !important;
}

.neo-icon--bg-info,
.aoc--bg-info {
  background-color: var(--neo-info-color) !important;
  color: #16F03A !important;
}

/*# sourceMappingURL=neo.css.map */
