@import url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googleAPI/css?family=PT+Sans:400,300,500,700,400italic,700italic&display=swap&_wixCacheBuster=1);
.image-fullscreen-container .overlay {
  z-index: 11;
}

.image-fullscreen-container .overlay img {
  max-width: 80%;
  max-height: 80%;
}

.article-view-container {
  display: flex;
  flex-direction: row;
}

.article-view-container .content {
  padding: 0 15px 25px;
}

.article-view-container .content .aul.components-viewer > * {
  color: #404040;
}

.article-view-container
  .content
  .aul.components-viewer
  .text-component
  pre
  code {
  white-space: pre-wrap;
}

.article-view-container
  .content
  .aul.components-viewer
  .image-component
  .image-container
  img {
  max-width: 100%;
}

.article-view-container .divider {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

.article-view-container .article-feedback {
  padding: 0 15px 25px 15px;
}

.article-view-container .article-feedback .title {
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.article-view-container .article-feedback .feedback-message,
.article-view-container .article-feedback .title {
  font-style: normal;
  font-size: 16px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
}

.article-view-container .article-feedback .feedback-message {
  font-weight: 400;
  line-height: 19px;
  margin-top: 20px;
}

.article-view-container .article-feedback .contact-us {
  padding-top: 20px;
}

.article-view-container .article-feedback .contact-us .contact-message {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.article-view-container .article-feedback .contact-us .contact-button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  display: block;
  padding-top: 4px;
  color: #404040;
  text-decoration: none;
}

.article-view-container .article-feedback .contact-us .contact-button:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.article-view-container .article-feedback .feedback-buttons-container {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-flex;
  margin-top: 8px;
  justify-content: center;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container.feature-request,
.article-view-container
  .article-feedback
  .feedback-buttons-container.known-issue {
  min-width: 59px;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container
  .answers-divider {
  width: 1px;
  margin: 8px 0;
  background-color: #e0e0e0;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container
  .feedback-option {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  text-align: center;
  width: auto;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
  min-width: 52px;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container
  .feedback-option:hover {
  opacity: 0.7;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container
  .feedback-option:hover:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 20px);
  margin: 0;
  transition: width 0.2s ease, pink 0.2s ease;
  position: absolute;
  margin: 10px;
  left: 0;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container
  .feedback-option:active {
  opacity: 1;
}

.article-view-container
  .article-feedback
  .feedback-buttons-container
  .feedback-option.chosen:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 20px);
  margin: 0;
  transition: width 0.2s ease, pink 0.2s ease;
  position: absolute;
  margin: 10px;
  left: 0;
}

.article-view-container .anchor-navigation {
  position: sticky;
  -webkit-margin-start: 140px;
  margin-inline-start: 140px;
  align-self: flex-start;
  width: 250px;
  overflow-y: auto;
}

.article-view-container .anchor-navigation.scrolled {
  border-top: 1px solid #f1f2f3;
}

.article-view-container
  .anchor-navigation.with-scroll:not(.scrolled-to-bottom) {
  border-bottom: 1px solid #f1f2f3;
}

.article-view-container .anchor-navigation .anchor-navigation-title {
  color: #818389;
  margin-bottom: 16px;
}

.article-view-container .anchor-navigation a {
  text-decoration: none;
  color: #404040;
}

.article-view-container .anchor-navigation .anchor-list {
  padding: 0;
  margin: 0;
}

.article-view-container .anchor-navigation .anchor {
  list-style-type: none;
  display: flex;
  word-break: break-word;
  height: 100%;
}

.article-view-container .anchor-navigation .anchor.in-view {
  text-decoration: none;
}

.article-view-container .anchor-navigation .anchor:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.article-view-container .anchor-navigation .anchor:active {
  opacity: 1;
}

.article-view-container .anchor-navigation .anchor.indent-2 {
  margin: 16px 0;
  font-weight: 500;
}

.article-view-container .anchor-navigation .anchor.indent-2:hover {
  text-decoration: underline;
}

.article-view-container .anchor-navigation .anchor.indent-3,
.article-view-container .anchor-navigation .anchor.indent-4 {
  -webkit-border-start: 2px solid #f1f2f3;
  border-inline-start: 2px solid #f1f2f3;
  -webkit-padding-start: 13px;
  padding-inline-start: 13px;
}

.article-view-container .anchor-navigation .anchor.indent-4 {
  -webkit-margin-start: 13px;
  margin-inline-start: 13px;
  z-index: 1;
}

.article-view-container .anchor-navigation .anchor.indent-4 + .indent-4:before {
  content: "";
  min-width: 2px;
  max-width: 2px;
  height: 10px;
  -webkit-border-start: 2px solid #f1f2f3;
  border-inline-start: 2px solid #f1f2f3;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -10px;
}

.article-view-container .anchor-navigation .anchor.indent-2 + .indent-4 {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.article-view-container .anchor-navigation .anchor:not(.indent-2) + .indent-3 {
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.article-view-container
  .anchor-navigation
  .anchor:not(.indent-2)
  + .indent-3
  .border-container {
  content: "";
  width: 2px;
  height: 10px;
  min-width: 2px;
  left: -2px;
  right: -2px;
  position: absolute;
  top: -10px;
  background: #f1f2f3;
}

.article-view-container .anchor-navigation .anchor:not(.indent-2) + .indent-4 {
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.article-view-container
  .anchor-navigation
  .anchor:not(.indent-2)
  + .indent-4
  .border-container {
  content: "";
  height: calc(100% + 10px);
  width: 17px;
  position: absolute;
  left: -30px;
  right: -30px;
  top: -10px;
  -webkit-border-end: 2px solid #f1f2f3;
  border-inline-end: 2px solid #f1f2f3;
}

body {
  font-family: PT Sans;
}

.article-view {
  max-width: 730px;
  width: 730px;
  overflow-x: hidden;
}

.article-view .components-viewer ol,
.article-view .components-viewer ul {
  padding-left: 18px;
}

.article-view .components-viewer ol > li,
.article-view .components-viewer ul > li {
  padding-left: 3px;
  margin: 3px 0;
  list-style-type: inherit;
}

.article-view .components-viewer ol,
.article-view .components-viewer ol ol ol ol {
  list-style-type: decimal;
}

.article-view .components-viewer ol ol,
.article-view .components-viewer ol ol ol ol ol {
  list-style-type: lower-latin;
}

.article-view .components-viewer ol ol:lang(he),
.article-view .components-viewer ol ol ol ol ol:lang(he) {
  list-style-type: hebrew;
}

.article-view .components-viewer ol ol ol,
.article-view .components-viewer ol ol ol ol ol ol {
  list-style-type: lower-roman;
}

.article-view .components-viewer .component {
  margin-top: 25px;
  max-width: 800px;
  font-size: 16px;
  word-break: break-word;
}

.article-view .components-viewer.rtl {
  direction: rtl;
}

.article-view .components-viewer .code-component .code-container {
  border: 1px solid #eff1f2;
  border-radius: 4px;
  position: relative;
  font-size: 1em;
  overflow-y: auto;
}

.article-view .components-viewer .code-component .code-container:before {
  content: attr(data-language);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fdfdfd;
  border-left: 1px solid #eff1f2;
  border-bottom: 1px solid #eff1f2;
  border-bottom-left-radius: 4px;
  color: #375b74;
  padding: 6px 10px;
  position: absolute;
  right: 0;
}

.article-view
  .components-viewer
  .code-component
  .code-container[data-language="json"]:before {
  text-transform: uppercase;
}

.article-view .components-viewer .code-component .code-container > pre {
  margin: 0;
  padding: 0 !important;
  font-size: 14px !important;
  color: #66737c !important;
}

.article-view
  .components-viewer
  .code-component
  .code-container
  > pre
  code:first-child {
  padding: 8px 10px !important;
  background-color: #fdfdfd;
  border-right: 1px solid #eff1f2;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
}

.article-view .components-viewer .code-component .code-container > pre .code {
  display: block;
  padding: 8px 10px !important;
  line-height: 1.4;
  margin-left: 37px;
}

.article-view .components-viewer .collapsible-component {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
}

.article-view .components-viewer .collapsible-component strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .components-viewer .collapsible-component p {
  margin: 0;
}

.article-view .components-viewer .collapsible-component .link,
.article-view .components-viewer .collapsible-component a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view .components-viewer .collapsible-component .link:hover,
.article-view .components-viewer .collapsible-component a:hover {
  opacity: 0.8;
}

.article-view .components-viewer .collapsible-component figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view .components-viewer .collapsible-component figure.attachment img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view .components-viewer .collapsible-component img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view .components-viewer .collapsible-component .collapsible-body {
  transition: background-color 0.2s linear;
  background-color: #fff;
  position: relative;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-body.open
  .collapsible-wrapper {
  background-color: #f4fafe;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-body.open
  .collapsible-wrapper:before {
  transform: rotate(135deg) translateZ(0);
  transition: transform 0.15s linear;
}

.article-view .components-viewer .collapsible-component .collapsible-wrapper {
  border: 1px solid #eff1f2;
  border-radius: 4px;
  border-color: #c1e4fe;
  padding: 16px 20px 16px 0;
  position: relative;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper:before {
  display: inline-block;
  position: absolute;
  border-right: 2px solid #3899ec;
  border-top: 2px solid #3899ec;
  width: 5px;
  height: 5px;
  top: 24px;
  left: 13px;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.15s linear;
  pointer-events: none;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper:focus:hover {
  outline: none;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
  cursor: pointer;
  font-weight: var(--article-viewer-bold, 500);
  padding-left: 32px;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  p {
  margin: 0;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  .link,
.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  .link:hover,
.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  a:hover {
  opacity: 0.8;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  figure.attachment
  img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading
  img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-content
  .rendered-html {
  display: block;
  margin-left: 32px;
}

.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-content
  .hide,
.article-view
  .components-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-content
  .show {
  transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.article-view
  .components-viewer
  .collapsible-component
  + .collapsible-component {
  margin-top: -2px;
}

.article-view
  .components-viewer
  .collapsible-component
  + .collapsible-component
  .collapsible-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.article-view .components-viewer .heading-component {
  color: #162d3d;
}

.article-view .components-viewer .heading-component h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.article-view .components-viewer .heading-component h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}

.article-view .components-viewer .heading-component h4 {
  font-size: 18px;
  font-weight: var(--article-viewer-bold, 500);
  margin: 0;
}

.article-view .components-viewer .heading-component + .component {
  margin-top: 20px;
}

.article-view .components-viewer .heading-component + .text-component {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .article-view .components-viewer .heading-component h2 {
    font-size: 26px;
  }

  .article-view .components-viewer .heading-component h3 {
    font-size: 22px;
  }
}

.article-view .components-viewer .html-component {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
}

.article-view .components-viewer .html-component strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .components-viewer .html-component p {
  margin: 0;
}

.article-view .components-viewer .html-component .link,
.article-view .components-viewer .html-component a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view .components-viewer .html-component .link:hover,
.article-view .components-viewer .html-component a:hover {
  opacity: 0.8;
}

.article-view .components-viewer .html-component figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view .components-viewer .html-component figure.attachment img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view .components-viewer .html-component img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view .components-viewer .iframe-component .iframe-wrapper {
  border: 1px solid #eff1f2;
  border-radius: 4px;
}

.article-view .components-viewer .iframe-component iframe {
  border: 0;
  width: 100%;
}

.article-view .components-viewer .image-component .image-container {
  border: 1px solid #eff1f2;
  border-radius: 4px;
  background-color: #fdfdfd;
  text-align: center;
}

.article-view .components-viewer .image-component .image-container img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}

.article-view
  .components-viewer
  .image-component
  .image-container
  img.clickable {
  cursor: pointer;
}

.article-view
  .components-viewer
  .image-component
  .image-container
  .clickable:focus:hover {
  outline: none;
}

.article-view
  .components-viewer
  .image-component
  .image-container
  .clickable:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.image-fullscreen-container .overlay {
  position: fixed;
  top: 0;
  display: flex;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 99999;
  opacity: 0;
}

.image-fullscreen-container .overlay.hide {
  display: none;
}

.image-fullscreen-container .overlay img {
  transform: scale(0.7);
  transition: all 0.2s ease;
  top: 10%;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-self: center;
  border: 0;
  border-radius: 4px;
  max-width: 95%;
  max-height: 95%;
}

.image-fullscreen-container.expanded .overlay {
  opacity: 1;
}

.image-fullscreen-container.expanded .overlay img {
  transform: scale(1);
}

.article-view .components-viewer .informative-component {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
}

.article-view .components-viewer .informative-component strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .components-viewer .informative-component p {
  margin: 0;
}

.article-view .components-viewer .informative-component .link,
.article-view .components-viewer .informative-component a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view .components-viewer .informative-component .link:hover,
.article-view .components-viewer .informative-component a:hover {
  opacity: 0.8;
}

.article-view .components-viewer .informative-component figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view .components-viewer .informative-component figure.attachment img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view .components-viewer .informative-component img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view
  .components-viewer
  .informative-component.rtl
  .informative-content {
  padding: 0 14px 0 12px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.article-view
  .components-viewer
  .informative-component.rtl
  .informative-content:before {
  right: 0;
}

.article-view
  .components-viewer
  .informative-component.ltr
  .informative-content {
  padding: 0 12px 0 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.article-view
  .components-viewer
  .informative-component.ltr
  .informative-content:before {
  left: 0;
}

.article-view .components-viewer .informative-component .informative-content {
  position: relative;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 3px;
  border-radius: 6px;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content[data-color="red"]:before {
  background-color: #d0180b;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content[data-color="green"]:before {
  background-color: #229954;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content[data-color="blue"]:before {
  background-color: #084ebd;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content[data-color="orange"]:before {
  background-color: #ffb700;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content
  .informative-title {
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #162d3d;
}

.article-view
  .components-viewer
  .informative-component
  .informative-content
  .informative-title
  strong {
  font-weight: 600;
}

.article-view .components-viewer .line-component hr {
  border: 0;
  background-color: #f6f6f6;
  width: 100%;
  height: 1px;
  margin: 0;
}

.article-view .components-viewer .line-component hr.thick-style {
  background: repeating-linear-gradient(
    90deg,
    #c4c4c4,
    #c4c4c4 2px,
    #fff 0,
    #fff 6px
  );
}

.article-view .components-viewer .markdown-component {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
}

.article-view .components-viewer .markdown-component strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .components-viewer .markdown-component p {
  margin: 0;
}

.article-view .components-viewer .markdown-component .link,
.article-view .components-viewer .markdown-component a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view .components-viewer .markdown-component .link:hover,
.article-view .components-viewer .markdown-component a:hover {
  opacity: 0.8;
}

.article-view .components-viewer .markdown-component figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view .components-viewer .markdown-component figure.attachment img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view .components-viewer .markdown-component img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view .components-viewer .markdown-component code {
  background-color: #fff;
  border-radius: 4px;
  padding: 3px;
}

.article-view .components-viewer .markdown-component pre {
  font-size: 1em;
  overflow-y: auto;
  padding: 15px;
}

.article-view .components-viewer .markdown-component pre,
.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper {
  border: 1px solid #eff1f2;
  border-radius: 4px;
  position: relative;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content.horizontal {
  display: flex;
  flex-direction: column;
  height: 500px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content.horizontal
  .step-image {
  display: flex;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content.vertical {
  display: flex;
  flex-direction: row;
  height: 400px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content.vertical
  .step-description {
  max-height: 300px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content.vertical
  .step-image {
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
  flex-grow: 1;
  margin: 18px 10px 18px 30px;
  padding-right: 20px;
  overflow-y: auto;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  p {
  margin: 0;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  .link,
.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  .link:hover,
.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  a:hover {
  opacity: 0.8;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  figure.attachment
  img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  .step-count-title {
  text-transform: uppercase;
  color: #7a92a5;
  font-weight: var(--article-viewer-bold, 500);
  font-size: 0.875em;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper:focus:hover {
  outline: none;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-text-wrapper
  .step-title {
  font-size: 1.125em;
  font-weight: var(--article-viewer-bold, 500);
  margin: 3px 0 7px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .current-step
  .step-content
  .step-image {
  flex-grow: 3;
  border-left: 1px solid #eff1f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-width: 50%;
  min-height: 50%;
  background-color: #eff1f2;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper {
  position: absolute;
  cursor: pointer;
  border: 1px solid #eff1f2;
  background-color: #fff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  box-shadow: 0 1px 11px 0 rgba(46, 46, 46, 0.04);
  top: 46%;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper:hover {
  background-color: #f7f7f7;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper
  .arrow {
  position: absolute;
  top: 40%;
  width: 7px;
  height: 7px;
  border: 2px solid #3899ec;
  transform: rotate(45deg);
  cursor: pointer;
  padding: 2px;
  background: none;
  outline: none;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper.previous {
  left: -20px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper.previous
  .arrow {
  border-top: 0;
  border-right: 0;
  left: 15px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper.previous
  .arrow:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper.next {
  right: -20px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper.next
  .arrow {
  border-bottom: 0;
  border-left: 0;
  right: 15px;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper
  .pagination-button-wrapper.next
  .arrow:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.article-view
  .components-viewer
  .step-by-step-component
  .step-by-step-component-wrapper.horizontal
  .pagination-button-wrapper {
  bottom: 46%;
  top: auto;
}

.article-view .components-viewer .text-component {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
}

.article-view .components-viewer .text-component strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .components-viewer .text-component p {
  margin: 0;
}

.article-view .components-viewer .text-component .link,
.article-view .components-viewer .text-component a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view .components-viewer .text-component .link:hover,
.article-view .components-viewer .text-component a:hover {
  opacity: 0.8;
}

.article-view .components-viewer .text-component figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view .components-viewer .text-component figure.attachment img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view .components-viewer .text-component img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view .components-viewer .text-component + .text-component {
  margin-top: 15px;
}

.article-view .components-viewer .text-component.is-safari ol,
.article-view .components-viewer .text-component.is-safari ul {
  padding-left: 24px;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  thead
  .table-cell {
  text-align: left;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  thead
  .table-cell:first-child {
  border-radius: 6px 0 0 0;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  thead
  .table-cell:last-child {
  border-radius: 0 6px 0 0;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  thead
  .table-cell:not(:first-child) {
  border-left: 0;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  tbody
  .table-row:last-child
  .table-cell:first-child {
  border-radius: 0 0 0 6px;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  tbody
  .table-row:last-child
  .table-cell:last-child {
  border-radius: 0 0 6px 0;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  tbody
  .table-cell {
  border-right: 1px solid #eff1f2;
}

.article-view
  .components-viewer
  .table-component.ltr
  .table-wrapper
  table
  tbody
  .table-cell:first-child {
  border-left: 1px solid #eff1f2;
}

.article-view .components-viewer .table-component.rtl .table-wrapper table {
  text-align: right;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  thead
  .table-cell:first-child {
  border-radius: 0 6px 0 0;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  thead
  .table-cell:last-child {
  border-radius: 6px 0 0;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  thead
  .table-cell:not(:first-child) {
  border-right: 0;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  tbody
  .table-row:last-child
  .table-cell:first-child {
  border-radius: 0 0 6px 0;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  tbody
  .table-row:last-child
  .table-cell:last-child {
  border-radius: 0 0 0 6px;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  tbody
  .table-cell {
  border-left: 1px solid #eff1f2;
}

.article-view
  .components-viewer
  .table-component.rtl
  .table-wrapper
  table
  tbody
  .table-cell:first-child {
  border-right: 1px solid #eff1f2;
}

.article-view .components-viewer .table-component .table-wrapper {
  overflow-x: auto;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper.overriden-width {
  max-width: inherit;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper.overriden-width
  table {
  table-layout: fixed;
}

.article-view .components-viewer .table-component .table-wrapper table {
  width: 100%;
  border-spacing: 0;
  background-color: #eff1f2;
  border-radius: 6px;
}

.article-view .components-viewer .table-component .table-wrapper table thead {
  border: 1px solid #c1e4fe;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  thead
  .table-cell {
  color: #20455e;
  background-color: #f4fafe;
  border: 1px solid #c1e4fe;
  font-weight: var(--article-viewer-bold, 500);
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  tbody
  .table-row {
  background-color: #fff;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  tbody
  .table-row:nth-child(2n) {
  background-color: #fdfdfd;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  tbody
  .table-row:last-child {
  border-bottom: 0;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  tbody
  .table-cell {
  padding: 12px 24px;
  border-bottom: 1px solid #eff1f2;
  min-width: 150px;
  vertical-align: top;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell {
  color: #20455e;
  font-weight: inherit;
  line-height: 1.5;
  padding: 17px 24px;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  strong {
  font-weight: var(--article-viewer-bold, 500);
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  p {
  margin: 0;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  .link,
.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  a {
  cursor: pointer;
  color: #3899ec;
  transition: opacity 0.2s;
  text-decoration: underline;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  .link:hover,
.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  a:hover {
  opacity: 0.8;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  figure.attachment {
  display: inline-block;
  margin: 0 5px;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  figure.attachment
  img {
  margin: unset;
  width: 100%;
  height: auto;
}

.article-view
  .components-viewer
  .table-component
  .table-wrapper
  table
  .table-cell
  img {
  max-width: 100%;
  margin: 0 5px;
}

.article-view .components-viewer .tabs-component {
  min-width: 0;
}

.article-view .components-viewer .tabs-component .tabs-inner {
  width: -moz-available;
  width: -webkit-fill-available;
}

.article-view .components-viewer .tabs-component.rtl {
  text-align: right;
  direction: ltr;
}

.article-view
  .components-viewer
  .tabs-component.rtl
  .tab-headings
  .tab-heading.recommended
  .heading-ellipsis {
  padding: 0 18px 0 0;
}

.article-view
  .components-viewer
  .tabs-component.rtl
  .tab-headings
  .tab-heading
  .recommended-tab-icon {
  order: -1;
  padding-right: 0;
  padding-left: 18px;
}

.article-view .components-viewer .tabs-component.rtl .tab-contents {
  border-radius: 8px 0 8px 8px;
}

.article-view .components-viewer .tabs-component .tab-headings {
  display: flex;
  justify-content: start;
}

.article-view .components-viewer .tabs-component .tab-headings .tab-heading {
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  justify-content: center;
  width: 135px;
  height: 60px;
  padding: 18px 0;
  gap: 7px;
  border: 1px solid #d4d4d4;
  border-radius: 8px 8px 0 0;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border-bottom: none;
}

.article-view
  .components-viewer
  .tabs-component
  .tab-headings
  .tab-heading.selected {
  color: #116dff;
  font-size: 16px;
  border-bottom: none;
  font-weight: 500;
  position: relative;
}

.article-view
  .components-viewer
  .tabs-component
  .tab-headings
  .tab-heading.selected:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 3px;
  transform: translateY(40px);
}

.article-view
  .components-viewer
  .tabs-component
  .tab-headings
  .tab-heading.recommended
  .heading-ellipsis {
  padding-right: 0;
}

.article-view
  .components-viewer
  .tabs-component
  .tab-headings
  .tab-heading
  .heading-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 18px;
  font-size: 16px;
}

.article-view
  .components-viewer
  .tabs-component
  .tab-headings
  .tab-heading
  .recommended-tab-icon {
  padding-right: 17px;
  display: flex;
  align-items: center;
}

.article-view .components-viewer .tabs-component .tab-headings .filler-heading {
  flex-grow: 1;
}

.article-view .components-viewer .tabs-component .tab-contents {
  padding: 18px 24px 18px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 0 8px 8px 8px;
}

.article-view
  .components-viewer
  .tabs-component
  .tab-contents
  [data-component-type="text"]:first-child
  ul {
  margin-top: 0;
}

.article-view
  .components-viewer
  .tabs-component
  .tab-contents
  [data-component-type="text"]:last-child
  ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article-view .components-viewer .tabs-component {
    padding-bottom: 25px;
    min-width: 0;
  }

  .article-view .components-viewer .tabs-component .tabs-wrapper {
    width: 100%;
    display: flex;
  }

  .article-view .components-viewer .tabs-component .tabs-wrapper .tabs-inner {
    flex: 1;
  }

  .article-view
    .components-viewer
    .tabs-component
    .tabs-wrapper
    .tabs-inner
    .tab-headings
    .tab-heading {
    flex: 1;
    width: unset;
    min-width: 60px;
    height: 40px;
    padding: 9px;
    font-size: 14px;
    line-height: 24px;
  }

  .article-view
    .components-viewer
    .tabs-component
    .tabs-wrapper
    .tabs-inner
    .tab-headings
    .tab-heading.selected:after {
    transform: translateY(29px);
  }

  .article-view
    .components-viewer
    .tabs-component
    .tabs-wrapper
    .tabs-inner
    .tab-headings
    .tab-heading
    .heading-ellipsis {
    padding: 0;
  }

  .article-view
    .components-viewer
    .tabs-component
    .tabs-wrapper
    .tabs-inner
    .tab-headings
    .tab-heading
    .recommended-tab-icon {
    width: 22px;
    padding-right: 0;
  }

  .article-view
    .components-viewer
    .tabs-component
    .tabs-wrapper
    .tabs-inner
    .tab-headings
    .filler-heading {
    flex-grow: 0;
  }

  .article-view
    .components-viewer
    .tabs-component
    .tabs-wrapper
    .tabs-inner
    .tab-contents {
    border-radius: 0 0 8px 8px;
  }
}

.article-view .components-viewer .video-component {
  border: 1px solid #eff1f2;
  border-radius: 4px;
  overflow: hidden;
  max-height: 375px;
}

.article-view .components-viewer .video-component .video-container {
  position: relative;
  padding-bottom: 49.25%;
  padding-top: 25px;
  height: 0;
}

.article-view
  .components-viewer
  .video-component
  .video-container.hide-overlay
  .video-overlay {
  opacity: 0;
  z-index: -1;
}

.article-view .components-viewer .video-component iframe {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: 375px;
  top: 0;
  left: 0;
}

.article-view .components-viewer .video-component .video-overlay {
  width: 100%;
  height: 100%;
  max-height: 375px;
  position: absolute;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s linear, z-index 0.6s linear;
  top: 0;
}

.article-view
  .components-viewer
  .video-component
  .video-overlay
  .play-btn-wrapper {
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-color: #375b74;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.28);
}

.article-view
  .components-viewer
  .video-component
  .video-overlay
  .play-btn-wrapper
  svg {
  position: absolute;
  top: 50%;
}

.article-view .components-viewer .video-component.ltr .video-overlay {
  left: 0;
}

.article-view
  .components-viewer
  .video-component.ltr
  .video-overlay
  .play-btn-wrapper {
  left: 50%;
}

.article-view
  .components-viewer
  .video-component.ltr
  .video-overlay
  .play-btn-wrapper
  svg {
  transform: translateY(-50%) scale(1.5);
  left: 47%;
}

.article-view .components-viewer .video-component.rtl .video-overlay {
  right: 0;
}

.article-view
  .components-viewer
  .video-component.rtl
  .video-overlay
  .play-btn-wrapper {
  right: 40%;
}

.article-view
  .components-viewer
  .video-component.rtl
  .video-overlay
  .play-btn-wrapper
  svg {
  transform: translateY(-50%) scale(1.5);
  right: 37%;
}

.article-view .components-viewer .article-icon-comp svg {
  display: inherit;
}

.article-view .components-viewer .article-icon-comp.has-color-override path {
  fill: currentColor;
  color: var(--var-color);
}

.article-view .components-viewer .component:first-child,
.article-view .components-viewer .component:first-child .heading-text {
  margin-top: 0;
}

.article-view .wix-custom-style .article-viewer {
  margin-top: 24px;
}

.article-view .wix-custom-style .article-viewer ul {
  -webkit-margin-before: 3px;
  margin-block-start: 3px;
  -webkit-margin-after: 3px;
  margin-block-end: 3px;
}

.article-view .wix-custom-style .action-box-component {
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(95, 103, 108, 0.3);
  border: 1px solid #f0f4f7;
  margin-top: 20px;
}

.article-view .wix-custom-style .action-box-action {
  margin: 38px 20px 0 20px;
}

.article-view .wix-custom-style .action-box-text {
  margin: 36px 0 36px 21px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.23;
  color: #000;
}

.article-view .wix-custom-style .action-box-action-btn {
  white-space: nowrap;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 40px;
  padding: 9px 23px 11px;
  border: 1px solid #005ef5;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  background-color: #318efe;
  color: #fff !important;
  border-color: #318efe;
}

.article-view .wix-custom-style .action-box-action-time {
  text-align: center;
}

.article-view .wix-custom-style .action-box-action-time-text {
  margin-left: -10px;
  font-size: 14px;
  vertical-align: top;
  padding-top: 6px;
  display: inline-block;
}

.article-view .wix-custom-style .action-box-action-time-text span {
  font-weight: 500;
}

.article-view .wix-custom-style html[lang="he"] span.rendered-html ul {
  padding-right: 18px;
}

.article-view
  .wix-custom-style
  .article-viewer
  .heading-component
  h4.heading-text {
  font-family: Madefor Display, Helvetica Neue, Helvetica, Arial !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}

@media screen and (max-width: 767px) {
  .article-view
    .wix-custom-style
    .article-viewer
    .heading-component
    h4.heading-text {
    font-family: Madefor Display, Helvetica Neue, Helvetica, Arial !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.article-view
  .wix-custom-style
  .article-viewer
  .heading-component
  h3.heading-text {
  font-family: Madefor Display, Helvetica Neue, Helvetica, Arial !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

@media screen and (max-width: 767px) {
  .article-view
    .wix-custom-style
    .article-viewer
    .heading-component
    h3.heading-text {
    font-family: Madefor Display, Helvetica Neue, Helvetica, Arial !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.article-view .wix-custom-style .article-viewer .code-component,
.article-view .wix-custom-style .article-viewer .heading-component h2,
.article-view .wix-custom-style .user-toolbar .user-toolbar-container {
  font-weight: 500 !important;
}

.article-view .wix-custom-style .article-viewer .component {
  margin: 30px auto 0 auto;
  word-wrap: break-word;
  max-width: 700px;
  font-size: 16px;
  line-height: 24px;
}

.article-view .wix-custom-style .article-viewer .tabs-component .tabs-inner {
  width: -moz-available !important;
  width: -webkit-fill-available !important;
}

.article-view .wix-custom-style .article-viewer .component.line-component {
  margin: 42px 0;
}

@media screen and (max-width: 767px) {
  .article-view .wix-custom-style .article-viewer .component.line-component {
    margin: 30px 0;
  }
}

.article-view
  .wix-custom-style
  .article-viewer
  .component.line-component
  + .component,
.article-view
  .wix-custom-style
  .article-viewer
  .component.line-component
  + [data-component-type$="text"] {
  margin-top: 0;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-heading,
.article-view .wix-custom-style .article-viewer .component strong,
.article-view .wix-custom-style .article-viewer .heading-component h4,
.article-view
  .wix-custom-style
  .article-viewer
  .step-by-step-component
  .step-count-title,
.article-view
  .wix-custom-style
  .article-viewer
  .step-by-step-component
  .step-title,
.article-view
  .wix-custom-style
  .article-viewer
  .table-component
  .heading-row
  .table-cell,
.article-view
  .wix-custom-style
  .category-page-nav.new-cat-page
  .current-category-title
  .nav-title,
.article-view
  .wix-custom-style
  .category-page.new-cat-page
  .category-header
  .category-name
  h1 {
  font-weight: 600 !important;
}

.article-view .wix-custom-style .article-viewer .heading-component h2,
.article-view .wix-custom-style .article-viewer .heading-component h3,
.article-view .wix-custom-style .article-viewer .heading-component h4 {
  color: #000 !important;
}

@media (max-width: 767px) {
  .article-view .wix-custom-style .action-box-component {
    display: block;
  }

  .article-view .wix-custom-style .action-box-text {
    margin-bottom: 10px;
    margin-top: 18px;
  }

  .article-view .wix-custom-style .action-box-action {
    margin-top: 0;
  }

  .article-view .wix-custom-style .action-box-action-time {
    text-align: left;
  }
}

.article-view
  .wix-custom-style
  .article-viewer
  .informative-component
  .informative-content
  .informative-title {
  line-height: 26px !important;
  margin-bottom: 0 !important;
  color: #000 !important;
}

.article-view
  .wix-custom-style
  .article-viewer
  .informative-component
  .informative-content
  .informative-title
  strong {
  font-family: Madefor Display, Helvetica Neue, Helvetica, Arial !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.article-view
  .wix-custom-style
  .informative-content[data-color="orange"]:before {
  background-color: #ffb700 !important;
}

.article-view .wix-custom-style .informative-content[data-color="blue"]:before {
  background-color: #084ebd !important;
}

.article-view
  .wix-custom-style
  .informative-content[data-color="green"]:before {
  background-color: #229954 !important;
}

.article-view .wix-custom-style .informative-content[data-color="red"]:before {
  background-color: #d0180b !important;
}

.article-view
  .wix-custom-style
  .article-viewer
  .code-component
  .code-container
  > pre,
.article-view .wix-custom-style .article-viewer .text-component,
.article-view .wix-custom-style .collapsible-component,
.article-view .wix-custom-style .collapsible-heading,
.article-view .wix-custom-style .html-component,
.article-view .wix-custom-style .informative-component,
.article-view .wix-custom-style .markdown-component,
.article-view .wix-custom-style .table-component {
  color: #000 !important;
}

.article-view
  .wix-custom-style
  .article-viewer
  .heading-component
  + .text-component,
.article-view
  .wix-custom-style
  .article-viewer
  .heading-component
  + [data-component-type$="text"] {
  margin-top: 12px !important;
}

.article-view
  .wix-custom-style
  .article-viewer
  .heading-component
  + .text-component
  > ol,
.article-view
  .wix-custom-style
  .article-viewer
  .heading-component
  + [data-component-type$="text"]
  > ol {
  margin: 0;
  margin-left: 3.5px !important;
}

.article-view
  .wix-custom-style
  .article-viewer
  [data-component-type$="text"]
  + [data-component-type$="text"] {
  margin-top: 12px !important;
}

.article-view .wix-custom-style .article-viewer .collapsible-component a,
.article-view .wix-custom-style .article-viewer .informative-component a,
.article-view .wix-custom-style .article-viewer .text-component a {
  color: #166aea;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-wrapper:before {
  border-color: #166aea;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-wrapper:lang(he) {
  padding: 16px 0 16px 20px;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-wrapper:lang(he):before {
  transform: rotate(225deg);
  left: unset;
  right: 13px;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-heading:lang(he) {
  -webkit-padding-start: 32px;
  padding-inline-start: 32px;
  padding-left: unset;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-wrapper
  .collapsible-content
  .rendered-html {
  margin-left: unset;
  -webkit-margin-start: 32px;
  margin-inline-start: 32px;
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-body.open
  .collapsible-wrapper {
  background-color: rgba(17, 109, 255, 0.050980392156862744);
}

.article-view
  .wix-custom-style
  .article-viewer
  .collapsible-component
  .collapsible-wrapper {
  border-color: rgba(17, 109, 255, 0.25098039215686274);
}

.article-view
  .wix-custom-style
  .article-viewer
  .image-component
  > .image-container
  img,
.article-view .wix-custom-style .article-viewer video {
  max-width: 100%;
}

.article-view .wix-custom-style .article-viewer ol,
.article-view .wix-custom-style .article-viewer ul {
  margin-top: 12px;
}

.article-view .wix-custom-style .article-viewer ol ol,
.article-view .wix-custom-style .article-viewer ul ol {
  margin-top: 0;
}

.article-view .wix-custom-style .image-fullscreen-container .expanded-img img {
  background-color: #e6e6e6;
}

.article-view .anchor-navigation:not(.rtl) {
  display: block;
  position: relative;
  font-family: inherit;
  font-weight: 300;
  color: #162d3d;
  margin: 25px 0 25px 20px;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 20px;
  direction: ltr;
}

.article-view .anchor-navigation:not(.rtl) .anchor-navigation-title {
  font-size: 18px;
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .anchor-navigation:not(.rtl) .anchor-list {
  padding: 0;
  position: relative;
  margin-top: 10px;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list:before {
  content: "";
  width: 2px;
  background-color: #2895f2;
  position: absolute;
  top: 11px;
  left: 8px;
  bottom: 0;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  list-style-type: none;
  padding: 0 30px;
  margin-bottom: 10px;
  position: relative;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor .svg-icon {
  position: absolute;
  left: 3px;
  top: 6px;
  z-index: 1;
  fill: #3899ec;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: inherit;
}

.article-view
  .anchor-navigation:not(.rtl)
  .anchor-list
  .anchor
  a.anchor-in-view {
  color: #3899ec;
}

.article-view
  .anchor-navigation:not(.rtl)
  .anchor-list
  .anchor
  a:not(.anchor-in-view) {
  color: #20455e;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor:before {
  margin-top: 7px;
  content: "";
  z-index: 1;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #2895f2;
  background-color: #2895f2;
  margin-right: 15px;
  left: 6px;
}

.article-view
  .anchor-navigation:not(.rtl)
  .anchor-list
  .anchor:last-of-type:after {
  content: "";
  width: 3px;
  background-color: #fff;
  bottom: 0;
  top: 7px;
  left: 8px;
  position: absolute;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor.indent-3:before,
.article-view
  .anchor-navigation:not(.rtl)
  .anchor-list
  .anchor.indent-4:before {
  width: 2px;
  height: 2px;
  left: 7px;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor.indent-3 a {
  margin-left: 12px;
}

.article-view .anchor-navigation:not(.rtl) .anchor-list .anchor.indent-4 a {
  margin-left: 30px;
}

.article-view .anchor-navigation.rtl {
  display: block;
  position: relative;
  font-family: inherit;
  font-weight: 300;
  color: #162d3d;
  margin: 25px 0 25px 20px;
  margin-top: 25px;
  margin-left: 0;
  margin-bottom: 25px;
  margin-right: 20px;
  direction: rtl;
}

.article-view .anchor-navigation.rtl .anchor-navigation-title {
  font-size: 18px;
  font-weight: var(--article-viewer-bold, 500);
}

.article-view .anchor-navigation.rtl .anchor-list {
  padding: 0;
  position: relative;
  margin-top: 10px;
}

.article-view .anchor-navigation.rtl .anchor-list:before {
  content: "";
  width: 2px;
  background-color: #2895f2;
  position: absolute;
  top: 11px;
  right: 8px;
  bottom: 0;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  list-style-type: none;
  padding: 0 30px;
  margin-bottom: 10px;
  position: relative;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor .svg-icon {
  position: absolute;
  right: 3px;
  top: 6px;
  z-index: 1;
  fill: #3899ec;
  transform: scaleX(-1);
}

.article-view .anchor-navigation.rtl .anchor-list .anchor a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: inherit;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor a.anchor-in-view {
  color: #3899ec;
}

.article-view
  .anchor-navigation.rtl
  .anchor-list
  .anchor
  a:not(.anchor-in-view) {
  color: #20455e;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor:before {
  margin-top: 7px;
  content: "";
  z-index: 1;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #2895f2;
  background-color: #2895f2;
  margin-left: 15px;
  right: 6px;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor:last-of-type:after {
  content: "";
  width: 3px;
  background-color: #fff;
  bottom: 0;
  top: 7px;
  right: 8px;
  position: absolute;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor.indent-3:before,
.article-view .anchor-navigation.rtl .anchor-list .anchor.indent-4:before {
  width: 2px;
  height: 2px;
  right: 7px;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor.indent-3 a {
  margin-right: 12px;
}

.article-view .anchor-navigation.rtl .anchor-list .anchor.indent-4 a {
  margin-right: 30px;
}

@media (max-width: 1200px) {
  .article-view-container .anchor-navigation {
    display: none;
  }

  .article-view-container .article-view {
    min-width: auto !important;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .article-view-container .content {
    padding: 0;
  }
}

.contact-form-comp {
  width: 730px;
}

.contact-form-comp .submitted-view {
  margin: 231px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form-comp .submitted-view .submitted-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 11px;
}

.contact-form-comp .submitted-view .submitted-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-bottom: 40px;
  text-align: center;
}

.contact-form-comp .submitted-view a {
  text-decoration: none;
}

.contact-form-comp .submitted-view .visit-helpcenter {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #fff;
  padding: 13px;
  border-radius: 7px;
}

.contact-form-comp .aul.contact-form-container {
  background: #fff;
  border-radius: 12px;
  border-color: #f1f2f3;
  padding: 40px;
}

.contact-form-comp .aul.contact-form-container .public-multilevel-field-levels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form-comp
  .aul.contact-form-container.rtl
  .suggested-articles-container
  .suggested-article
  a:after {
  transform: rotate(180deg);
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .select {
  margin-top: 8px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  input,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  textarea,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  input,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  textarea {
  height: 55px;
  padding: 16px 15px 18px;
  color: #404040;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .numeric-input
  input::-webkit-input-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .numeric-input
  input::-webkit-input-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .numeric-input
  input:-moz-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .numeric-input
  input:-moz-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .numeric-input
  input::-ms-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .numeric-input
  input::-ms-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .numeric-input
  input::-moz-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .numeric-input
  input::-moz-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .numeric-input
  input:-ms-input-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .numeric-input
  input:-ms-input-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .numeric-input
  input::placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .numeric-input
  input::placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control {
  height: 55px;
  display: flex;
  align-self: center;
  justify-content: space-between;
  align-items: center;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control
  .Select-arrow-zone,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control
  .Select-arrow-zone {
  border-left: 0;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control
  .Select-input,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control
  .Select-input {
  height: 55px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control
  .Select-value,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control
  .Select-value {
  display: flex;
  align-items: center;
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control
  .Select-placeholder
  span.Select-value-label,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-control
  .Select-value
  span.Select-value-label,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control
  .Select-placeholder
  span.Select-value-label,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-control
  .Select-value
  span.Select-value-label {
  color: #404040 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select.is-focused
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select.is-focused
  .Select-control {
  border-radius: 7px;
  box-shadow: none;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select.is-focused
  .Select-menu-outer,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select.is-focused
  .Select-menu-outer {
  margin-top: 0;
  border-radius: 0 0 7px 7px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select.is-focused
  .Select-menu-outer
  .Select-menu,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select.is-focused
  .Select-menu-outer
  .Select-menu {
  border-top: 0;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select.is-focused
  .Select-menu-outer
  .Select-menu
  .Select-option,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select.is-focused
  .Select-menu-outer
  .Select-menu
  .Select-option {
  min-height: 55px;
  display: flex;
  align-items: center;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select.is-focused.is-open
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select.is-focused.is-open
  .Select-control {
  border-radius: 7px 7px 0 0;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select
  .Select-menu-outer
  .Select-menu
  .Select-option:not(.is-disabled):not(.is-selected),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select
  .Select-menu-outer
  .Select-menu
  .Select-option:not(.is-disabled):not(.is-selected) {
  color: #404040;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .checkbox-label.checked
  .check-icon
  svg,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .checkbox-label.checked
  .check-icon
  svg {
  width: 8px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select-arrow,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select-arrow {
  border-color: #0061ff;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .spin-buttons,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .spin-buttons {
  margin-right: 5px;
  top: 10px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .spin-buttons
  svg,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .spin-buttons
  svg {
  fill: #0061ff;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  input,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  textarea,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  input,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  textarea {
  cursor: pointer;
  border-color: #b2b7bb;
  border-radius: 7px;
  font-size: 16px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select-control:not(:focus),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  input:not(:focus),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  textarea:not(:focus),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select-control:not(:focus),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  input:not(:focus),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  textarea:not(:focus) {
  opacity: 0.7;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select-control
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  input
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  textarea
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select-control
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  input
  .Select-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  textarea
  .Select-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .Select.has-value
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  input:not([value=""]),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  textarea:not(:empty),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .Select.has-value
  .Select-control,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  input:not([value=""]),
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  textarea:not(:empty) {
  opacity: 1;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .custom-field-container
  .error-msg-container
  .error-msg,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .ticket-company
  .error-msg-container
  .error-msg {
  background-color: #fff;
  padding: 0;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea {
  border-color: #b2b7bb;
  border-radius: 7px;
  text-overflow: ellipsis;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input:hover,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea:hover {
  border-color: #0061ff;
  opacity: 0.7;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input:active,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input:focus,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea:active,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea:focus {
  opacity: 1;
  border-color: #0061ff;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input::-moz-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-block-end: 0;
  margin-block-start: 0;
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input:-ms-input-placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-block-end: 0;
  margin-block-start: 0;
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  input::placeholder,
.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .input-field
  .error-msg-container
  .error-msg {
  background: transparent;
  padding: 0;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section {
  margin-top: 24px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  button.add-cc-button {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  button.add-cc-button:hover {
  opacity: 0.9;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  button.add-cc-button:active {
  opacity: 1;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .user-email-cc {
  margin-bottom: 35px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .user-email-cc
  .max-reached {
  font-size: 12px;
  margin-top: 6px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .cc-input
  .multi-input-wrapper {
  border-color: #b2b7bb;
  border-radius: 7px;
  cursor: pointer;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .multi-input-wrapper
  .react-tagsinput
  > span {
  padding: 13px 0;
  align-items: center;
  min-height: 55px;
  margin: 0 14px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input {
  height: unset;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  -webkit-margin-start: 1px;
  margin-inline-start: 1px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input
  input {
  font-weight: 400;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  padding: 1px 0 3px;
  font-size: 14px;
  color: #404040;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input
  input::-moz-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input
  input:-ms-input-placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input
  input::placeholder {
  color: #74767b;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .cc-item {
  padding: 2px 7px 2px 10px;
  border-radius: 10px;
  margin: 4px 4px 4px 0;
  height: unset;
  border: 1px solid #e0e0e0 !important;
  color: #404040 !important;
  background-color: transparent !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  display: flex;
  font-family: unset;
  max-width: 100%;
  max-height: 100%;
  overflow-wrap: anywhere;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .add-cc-section
  .cc-item:hover {
  background-color: #f1f2f3 !important;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container {
  margin-top: 25px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid #f1f2f3;
  border-radius: 8px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a {
  justify-content: space-between;
  width: 100%;
  min-height: inherit;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a:after {
  content: "";
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  background-image: url(https://d2x3xhvgiqkx42.cloudfront.net/3d412e82-d97e-487e-b1a3-41a6bd24a05b/5fcad3db-116d-4c93-be9e-df5f1c451e54/2020/08/03/40009251-a743-4a52-9b53-c4cef79463ab/vector.svg);
  background-repeat: no-repeat;
  height: 7px;
  width: 10px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  .icon.svg-icon {
  display: none;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  .article-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  margin-left: 15px;
  max-width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-error {
  background: #fafafa;
  border-radius: 7px;
  max-width: 350px;
  border-color: #e35351;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-error
  .error-message {
  margin-top: 3px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress {
  max-width: 310px;
  border-radius: 7px;
  background: #fafafa;
  border-color: #e0e0e0;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .file-name {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #818389;
  opacity: 0.7;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .attachment-btn
  .cancel {
  color: #404040;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .progress-bar
  .progress-bar-inner {
  height: 5px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  max-width: 310px;
  align-items: center;
  border-radius: 7px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-name {
  color: #404040;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-name:hover {
  opacity: 0.7;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-name:active {
  opacity: 1;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-btn
  .remove {
  color: #404040;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-btn
  .remove:active {
  opacity: 1;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-btn
  .remove:hover {
  opacity: 0.7;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .max-size {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #b2b7bb;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button:hover {
  opacity: 0.9;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button:active {
  opacity: 1;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .attachments-container
  .icon
  svg {
  display: none;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .form-actions-recaptcha-msg {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .form-actions-recaptcha-msg
  .form-actions
  .submit {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .form-actions-recaptcha-msg
  .form-actions
  .submit:hover {
  opacity: 0.9;
}

.contact-form-comp
  .aul.contact-form-container
  .submit-ticket-form
  .form-actions-recaptcha-msg
  .recaptcha-message {
  margin-top: 20px;
  max-width: 310px;
  font-size: 12px;
  line-height: 19px;
  color: #b2b7bb;
  font-family: Helvetica Neue;
}

.contact-form-comp
  .aul.contact-form-container
  .recaptcha-container
  .grecaptcha-badge {
  z-index: 1;
}

.contact-form-comp .cf-title,
.contact-form-comp label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
}

.contact-form-comp .cf-description {
  color: #818389;
}

.contact-form-comp .contact-form-container {
  padding: 20px 30px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #dadada;
}

.contact-form-comp .contact-form-container .appear-enter {
  opacity: 0.01;
  max-height: 0;
}

.contact-form-comp .contact-form-container .appear-enter.appear-enter-active {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 0.2s ease-in, max-height 0.2s ease-out;
}

.contact-form-comp .contact-form-container .appear-leave {
  opacity: 1;
  max-height: 1000px;
}

.contact-form-comp .contact-form-container .appear-leave.appear-leave-active {
  opacity: 0.01;
  max-height: 0;
  transition: opacity 0.2s ease-in, max-height 0.2s ease-in;
}

.contact-form-comp .contact-form-container.rtl {
  direction: rtl;
}

.contact-form-comp .contact-form-container.rtl .form-actions .cancel {
  margin-left: 10px;
  margin-right: 0;
}

.contact-form-comp .contact-form-container.rtl .form-actions .cancel:focus {
  outline: none;
}

.contact-form-comp
  .contact-form-container.rtl
  .form-actions
  .cancel:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.contact-form-comp .contact-form-container.rtl .attach-wrapper .max-size {
  margin-right: 5px;
  margin-left: 0;
}

.contact-form-comp
  .contact-form-container.rtl
  .suggested-articles-container
  .suggested-article
  .article-title {
  margin-right: 10px;
  margin-left: 0;
}

.contact-form-comp
  .contact-form-container.rtl
  .attachments-container
  .attachment-list-wrapper
  .attachment
  .remove {
  margin-left: 12px;
  margin-right: 0;
}

.contact-form-comp
  .contact-form-container.rtl
  .attachments-container
  .file.error
  .button.close-error-cta {
  float: left;
}

.contact-form-comp .contact-form-container.rtl .numeric-input .spin-buttons {
  right: auto;
  left: 3px;
}

.contact-form-comp .contact-form-container.rtl .select {
  text-align: right;
}

.contact-form-comp .contact-form-container.rtl .select .Select-placeholder,
.contact-form-comp .contact-form-container.rtl .select .Select-value {
  padding: 0 12px 0 26px;
}

.contact-form-comp
  .contact-form-container.rtl
  .select
  .Select-control
  .Select-arrow-zone {
  border-left: none !important;
  border-right: 1px solid #b6c1cd !important;
  left: 4px;
  right: auto;
}

.contact-form-comp .contact-form-container .custom-field-container,
.contact-form-comp .contact-form-container .input-field {
  font-size: 16px;
}

.contact-form-comp .contact-form-container .custom-field-container input,
.contact-form-comp .contact-form-container .custom-field-container textarea,
.contact-form-comp .contact-form-container .input-field input,
.contact-form-comp .contact-form-container .input-field textarea {
  font-size: 16px;
  margin-top: 8px;
}

.contact-form-comp .contact-form-container .input-field input,
.contact-form-comp .contact-form-container .input-field textarea {
  font-size: 16px;
  display: block;
  color: #20455e;
  outline: none;
  transition: border 0.1s ease;
  border-radius: 4px;
  resize: none;
  border: 1px solid #b6c1cd;
  padding: 10px;
  width: 100%;
}

.contact-form-comp .contact-form-container .input-field input:focus,
.contact-form-comp .contact-form-container .input-field textarea:focus {
  border: 1px solid #3899ec;
}

.contact-form-comp .contact-form-container .input-field input[type="checkbox"],
.contact-form-comp
  .contact-form-container
  .input-field
  textarea[type="checkbox"] {
  display: inline;
}

.contact-form-comp .contact-form-container .custom-field-container,
.contact-form-comp .contact-form-container label {
  display: block;
  margin-bottom: 20px;
}

.contact-form-comp .contact-form-container .custom-field-container label,
.contact-form-comp .contact-form-container label label {
  margin-bottom: 0;
}

.contact-form-comp .contact-form-container label.ticket-company {
  border-top: 26px;
  margin-top: 15px;
}

.contact-form-comp .contact-form-container .error-msg-container {
  display: block;
}

.contact-form-comp .contact-form-container .error-msg-container .error-msg {
  color: #f2564d;
  background-color: #feeeed;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.contact-form-comp .contact-form-container .form-actions {
  display: flex;
  text-align: center;
  flex-direction: row-reverse;
}

.contact-form-comp .contact-form-container .form-actions button {
  width: auto;
  font-size: 16px;
  margin-top: 10px;
  padding: 15px 25px;
  font-weight: 600;
}

.contact-form-comp .contact-form-container .form-actions .cancel {
  line-height: 1.5;
  color: #3899ec;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.1s ease;
  word-break: break-word;
  padding: 0;
  background-color: transparent;
  margin-right: 10px;
}

.contact-form-comp
  .contact-form-container
  .form-actions
  .cancel:not(:active):hover {
  color: #4eb7f5;
}

.contact-form-comp .contact-form-container .form-actions .cancel:focus {
  outline: none;
}

.contact-form-comp
  .contact-form-container
  .form-actions
  .cancel:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.contact-form-comp .contact-form-container .form-actions.loading .submit-text {
  display: none;
}

.contact-form-comp .contact-form-container .form-actions.loading .spinner {
  text-align: center;
  display: block;
}

.contact-form-comp
  .contact-form-container
  .form-actions.loading
  .spinner
  > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
}

.contact-form-comp
  .contact-form-container
  .form-actions.loading
  .spinner
  .bounce1 {
  animation-delay: -0.32s;
}

.contact-form-comp
  .contact-form-container
  .form-actions.loading
  .spinner
  .bounce2 {
  animation-delay: -0.16s;
}

.contact-form-comp .contact-form-container .form-actions-recaptcha-msg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-form-comp
  .contact-form-container
  .form-actions-recaptcha-msg
  .recaptcha-message
  a {
  color: #3899ec;
  text-decoration: none;
}

.contact-form-comp .contact-form-container .contact-form-description,
.contact-form-comp .contact-form-container .submit-contact-form {
  margin-top: 20px;
}

.contact-form-comp .contact-form-container .add-cc-section {
  margin-bottom: 20px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container {
  margin: 35px 0 25px 0;
  padding: 0;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .section-title {
  font-size: 18px;
  font-weight: 500;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article {
  margin: 10px 0 12px;
  list-style: none;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a
  .svg-icon {
  display: inline-flex;
  align-self: flex-start;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a
  svg {
  transition: fill 0.2s;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a:hover {
  color: #3899ec;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  a:hover
  svg {
  fill: #3899ec;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .suggested-articles-container
  .suggested-article
  .article-title {
  font-size: 16px;
  line-height: 1.4;
  margin-left: 10px;
}

.contact-form-comp .contact-form-container .submit-ticket-form .cc-input {
  margin-top: 8px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .cc-input
  .cc-item {
  margin: 6px 4px 0 0;
  height: 27px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .cc-input
  .tooltip.disabled-tooltip {
  display: none;
}

.contact-form-comp .contact-form-container .submit-ticket-form .form-actions {
  margin-top: 20px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .form-actions
  .on-resolve {
  margin-right: 10px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form.recaptcha-msg
  .grecaptcha-badge {
  visibility: hidden;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper,
.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress {
  margin-top: 10px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper {
  display: flex;
  align-items: center;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper.disabled {
  cursor: wait;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper.disabled
  .attach-button,
.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper.disabled
  .attach-button:hover {
  cursor: wait;
  color: #b6c1cd;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper.disabled
  .attach-button
  .svg-icon,
.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-wrapper.disabled
  .attach-button:hover
  .svg-icon {
  fill: #b6c1cd;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button {
  line-height: 1.5;
  color: #3899ec;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.1s ease;
  word-break: break-word;
  padding: 0;
  background-color: transparent;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button:not(:active):hover {
  color: #4eb7f5;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button
  .svg-icon {
  transition: fill 0.1s;
  fill: #3899ec;
  display: inline-flex;
  margin-right: 4px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button:hover
  .svg-icon {
  fill: #4eb7f5;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .cancel,
.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .remove {
  line-height: 1.5;
  color: #3899ec;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.1s ease;
  word-break: break-word;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .cancel:not(:active):hover,
.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .remove:not(:active):hover {
  color: #4eb7f5;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment-btn {
  min-width: 15%;
  display: inline-flex;
  justify-content: flex-end;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attach-button {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .max-size {
  margin-left: 5px;
  font-size: 16px;
  color: #b6c1cd;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f0f4f7;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 10px;
  background: #fff;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .progress-bar
  .progress-bar-inner {
  border-radius: 6px;
  height: 2px;
  background: #3899ec;
  transition: width 0.2s;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .cancel {
  float: right;
  margin-right: 12px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file-progress
  .file-name {
  margin: 0 12px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f0f4f7;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 10px;
  background-color: #eaf7ff;
  border-color: #daeffe;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .attachment-name {
  margin: 0 12px;
  text-decoration: underline;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .attachment
  .remove {
  float: right;
  margin-right: 12px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file.error {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f0f4f7;
  overflow: hidden;
  padding: 10px 0;
  display: block;
  margin-top: 10px;
  background-color: #feeeed;
  border-color: #ffd7d7;
  padding: 10px 12px;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file.error
  .error-message {
  color: #e6223c;
}

.contact-form-comp
  .contact-form-container
  .submit-ticket-form
  .attachments-container
  .file.error
  .close-error-cta {
  float: right;
}

.contact-form-hide-captcha-v3-badge .grecaptcha-badge {
  visibility: hidden;
}

.contact-form-comp .contact-form-container .custom-field-container {
  margin: 15px 0 20px;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container:not([data-type="SINGLE_SELECT"])
  input,
.contact-form-comp
  .contact-form-container
  .custom-field-container:not([data-type="SINGLE_SELECT"])
  textarea {
  font-size: 16px;
  display: block;
  color: #20455e;
  outline: none;
  transition: border 0.1s ease;
  border-radius: 4px;
  resize: none;
  border: 1px solid #b6c1cd;
  padding: 10px;
  width: 100%;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container:not([data-type="SINGLE_SELECT"])
  input:focus,
.contact-form-comp
  .contact-form-container
  .custom-field-container:not([data-type="SINGLE_SELECT"])
  textarea:focus {
  border: 1px solid #3899ec;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label:focus:hover {
  outline: none;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label
  input {
  display: none;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label
  .check-icon {
  margin-right: 8px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #3899ec;
  width: 16px;
  height: 16px;
  transition: background-color 0.1s linear, border 0.1s linear;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label
  .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label
  .svg-icon
  svg {
  fill: #fff;
  transition: fill 0.1s linear;
  background-color: transparent;
  width: 11px;
  height: 13px;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .checkbox-label.checked
  svg {
  fill: #3899ec;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.numeric-input {
  width: 100%;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.numeric-input
  input {
  margin-top: 0;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.numeric-input
  input:hover:not(:focus):not(.invalid):not(:disabled):not(:active) {
  border-color: #b6c1cd;
  box-shadow: none;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-control {
  transition: border-color 0.2s;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-control
  .Select-arrow-zone {
  width: 30px;
  border-left: 1px solid #b6c1cd;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-control
  .Select-placeholder,
.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-control
  .Select-value {
  line-height: 40px !important;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-control:focus {
  border: 1px solid #3899ec;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select:not(.is-focused)
  .Select-control:hover:not(:focus) {
  border-color: #b6c1cd;
  box-shadow: none;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-menu-outer {
  z-index: 4;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .aul.Select
  .Select-input
  input {
  margin-top: 2px;
}

.contact-form-comp
  .contact-form-container
  .custom-field-container
  .cf-description {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 14px;
}

.contact-form-comp .contact-form-container .custom-field-container > .aul {
  margin-top: 5px;
}

.contact-form-comp .contact-form-container .public-multilevel-field-levels {
  border-left: 1px solid #cbd2d9;
  padding-left: 14px;
}

@media (max-width: 600px) {
  .contact-form-comp {
    max-width: 375px;
    padding: 20px;
  }

  .contact-form-comp .submitted-view {
    margin: 0;
    align-items: baseline;
  }

  .contact-form-comp .submitted-view .submitted-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    font-size: 28px;
    line-height: 33px;
    font-style: normal;
    margin-bottom: 8px;
  }

  .contact-form-comp .submitted-view .submitted-subtitle {
    text-align: start;
    margin-bottom: 25px;
  }

  .contact-form-comp .aul.contact-form-container {
    padding: 0;
    border: transparent;
  }

  .contact-form-comp
    .aul.contact-form-container
    .submit-ticket-form
    .form-actions-recaptcha-msg {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-comp
    .aul.contact-form-container
    .submit-ticket-form
    .form-actions-recaptcha-msg
    .form-actions {
    flex-direction: row;
    margin-top: 25px;
  }

  .contact-form-comp
    .aul.contact-form-container
    .submit-ticket-form
    .form-actions-recaptcha-msg
    .recaptcha-message {
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
  }
}

@media (max-width: 375px) {
  .contact-form-comp {
    max-width: 100vw;
  }
}

.contact-form-comp .custom-field-container.not-mandatory .Select-option {
  position: relative;
}

.contact-form-comp
  .custom-field-container.not-mandatory
  .Select-option:first-child:after {
  content: "";
  display: flex;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #dfe5eb;
  position: absolute;
  bottom: 0;
}

.contact-form-comp .public-multilevel-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form-comp
  .custom-field-container
  .public-multilevel-field-wrapper
  .public-multilevel-field-level-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  margin-bottom: 6px;
}

.avatar-initials {
  border-radius: 50%;
  color: #fff;
  place-items: center;
  display: grid;
  width: 45px;
  height: 45px;
}

.avatar-initials.xlarge {
  width: 87px;
  height: 87px;
}

.avatar-initials.xlarge .initials {
  font-size: 1.35em;
}

.avatar-initials.large {
  width: 65px;
  height: 65px;
}

.avatar-initials.large .initials {
  font-size: 1.25em;
}

.avatar-initials.normal {
  font-size: 1em;
}

.avatar-initials.small {
  width: 33px;
  height: 33px;
}

.avatar-initials.small .initials {
  font-size: 0.85em;
}

.avatar-initials.xsmall {
  width: 27px;
  height: 27px;
}

.avatar-initials.xsmall .initials {
  font-size: 0.75em;
}

.avatar-initials.xxsmall {
  width: 23px;
  height: 23px;
}

.avatar-initials.xxsmall .initials {
  font-size: 12px;
  font-weight: 500;
}

.user-details .specific-user-details {
  display: flex;
  align-items: center;
}

.user-details .specific-user-details .avatar {
  margin-right: 4px;
}

.user-details .specific-user-details .first-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes mymove {
  0%,
  20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }

  40% {
    color: #000;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }

  60% {
    text-shadow: 0.25em 0 0 #000, 0.5em 0 0 transparent;
  }

  80%,
  to {
    text-shadow: 0.25em 0 0 #000, 0.5em 0 0 #000;
  }
}

.loading:after :local {
  content: " .";
  display: inline-block;
  color: #000;
  animation: mymove 1s steps(5) infinite;
}

html {
  background-color: #fff;
  height: 100%;
}

html * {
  box-sizing: border-box;
}

html .aul.loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
}

html .aul.loader.centered {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -100px;
}

html .aul.loader .loader-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: grey;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-bounce 2s ease-in-out infinite;
}

html .aul.loader .loader-inner.delayed {
  animation-delay: -1s;
}

@keyframes loader-bounce {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

html .aul.spinner-loader {
  text-align: center;
  display: block;
}

html .aul.spinner-loader > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
}

html .aul.spinner-loader .bounce1 {
  animation-delay: -0.32s;
}

html .aul.spinner-loader .bounce2 {
  animation-delay: -0.16s;
}

html .aul.tiny-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid hsla(0, 0%, 100%, 0.2);
  border-right: 2px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  border-left: 2px solid currentColor;
  transform: translateZ(0);
  animation: load8 0.5s linear infinite;
}

html .aul.tiny-loader,
html .aul.tiny-loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

html .aul.icon svg {
  display: inherit;
}

html .aul.icon.has-color-override path {
  fill: currentColor;
  color: var(--var-color);
}

html .Select {
  position: relative;
}

html .Select input::-webkit-contacts-auto-fill-button,
html .Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

html .Select input::-ms-clear,
html .Select input::-ms-reveal {
  display: none !important;
}

html .Select,
html .Select div,
html .Select input,
html .Select span {
  box-sizing: border-box;
}

html .Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

html .Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

html .Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

html .Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

html .Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

html .Select.is-searchable.is-focused:not(.is-open) > .Select-control,
html .Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

html .Select.is-focused > .Select-control {
  background: #fff;
}

html .Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

html
  .Select.has-value.is-clearable.Select--single
  > .Select-control
  .Select-value {
  padding-right: 42px;
}

html
  .Select.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label,
html
  .Select.has-value.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: #333;
}

html
  .Select.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label,
html
  .Select.has-value.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

html
  .Select.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:focus,
html
  .Select.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:hover,
html
  .Select.has-value.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:focus,
html
  .Select.has-value.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:hover {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

html
  .Select.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:focus,
html
  .Select.has-value.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:focus {
  background: #fff;
}

html .Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

html .Select.is-open .Select-arrow,
html .Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

html .Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

html .Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

html .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

html .Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

html .Select--single > .Select-control .Select-value,
html .Select-placeholder {
  bottom: 0;
  color: #b6c1cd;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html .Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

html .Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  padding: 8px 0 12px;
  -webkit-appearance: none;
}

html .is-focused .Select-input > input {
  cursor: text;
}

html .has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

html .Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

html .Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  text-align: center;
}

html .Select-loading,
html .Select-loading-zone {
  position: relative;
  vertical-align: middle;
  width: 16px;
}

html .Select-loading {
  animation: Select-animation-spin 0.4s linear infinite;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
}

html .Select-clear-zone {
  animation: Select-animation-fadeIn 0.2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

html .Select-clear-zone:hover {
  color: #d0021b;
}

html .Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

html .Select--multi .Select-clear-zone {
  width: 17px;
}

html .Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

html .Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

html .Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

html .Select-control > :last-child {
  padding-right: 5px;
}

html .Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

html .Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@keyframes Select-animation-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html .Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
}

html .Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

html .Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

html .Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

html .Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

html .Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

html .Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}

html .Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

html .Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

html .Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

html .Select--multi.has-value .Select-input {
  margin-left: 5px;
}

html .Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

html .Select--multi .Select-value-icon,
html .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

html .Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

html .Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

html .Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

html .Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

html .Select--multi .Select-value-icon:focus,
html .Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

html .Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24);
}

html .Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

html .Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

html .Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

html .Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

html .Select--multi.is-disabled .Select-value-icon:active,
html .Select--multi.is-disabled .Select-value-icon:focus,
html .Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

html .aul.Select {
  text-align: left;
  position: relative;
}

html .aul.Select.is-open > .Select-control {
  border-radius: 4px 4px 0 0;
  border-color: #3899ec;
}

html .aul.Select.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #3899ec;
}

html .aul.Select.is-disabled {
  pointer-events: none;
  color: #7a92a5;
}

html .aul.Select.is-disabled > .Select-control {
  border-color: #e6e6e6;
  background-color: #fafafa;
}

html .aul.Select.is-disabled .is-disable {
  opacity: 1;
}

html .aul.Select.is-focused:not(.is-open) > .Select-control,
html .aul.Select:not(.is-focused) .Select-control:hover {
  border-color: #4eb7f5;
}

html .aul.Select.small > .Select-control {
  height: 28px;
  font-size: 12px;
}

html .aul.Select.small > .Select-control .Select-placeholder,
html .aul.Select.small > .Select-control .Select-value {
  line-height: 28px;
}

html .aul.Select.small > .Select-control .Select-input {
  height: 28px;
  display: inline-flex;
  align-items: center;
}

html .aul.Select.small > .Select-control .Select-input > input {
  padding: 7px 0;
}

html .aul.Select.small > .Select-control .Select-arrow-zone .select-arrow {
  top: -2px;
}

html .aul.Select.small .Select-menu-outer .Select-option {
  height: 26px;
  font-size: 12px;
}

html
  .aul.Select.small
  .Select-menu-outer
  .Select-option:not(.is-selected):not(.is-disabled),
html
  .aul.Select.small
  .Select-menu-outer
  .Select-option:not(.is-selected):not(.is-disabled):hover {
  color: #20455e;
}

html .aul.Select > .Select-control {
  height: 40px;
  border-color: #b6c1cd;
  border-radius: 4px;
}

html .aul.Select > .Select-control .Select-value {
  line-height: 40px;
  color: #445868;
  padding: 0 26px 0 12px;
  font-weight: 500;
  position: absolute;
}

html .aul.Select > .Select-control .Select-value .Select-value-label {
  color: #20455e !important;
  font-weight: 400;
}

html .aul.Select > .Select-control .Select-placeholder {
  line-height: 40px;
  color: #b6c1cd;
  padding: 0 26px 0 12px;
}

html .aul.Select > .Select-control .Select-input {
  height: 40px;
}

html .aul.Select > .Select-control .Select-input > input {
  padding: 8px 0;
}

html .aul.Select > .Select-control .Select-arrow-zone {
  padding-right: 1px;
  top: 2px;
  right: 4px;
}

html .aul.Select > .Select-control .Select-arrow-zone .Select-arrow {
  width: 6px;
  height: 6px;
  transform: rotate(-315deg);
  border-right: 2px solid #3899ec;
  border-bottom: 2px solid #3899ec;
  border-top: 0;
  border-left: 0;
  position: relative;
  top: -3px;
  margin: 2px;
}

html .aul.Select .Select-menu-outer {
  border: 0;
  display: block !important;
}

html .aul.Select .Select-menu {
  border: 1px solid #3899ec;
  border-top: 1px solid #b6c1cd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

html .aul.Select .Select-menu .Select-option:not(.is-disabled) {
  color: #577083;
}

html .aul.Select .Select-menu .Select-option.is-selected {
  background-color: #3899ec;
  color: #fff;
}

html
  .aul.Select
  .Select-menu
  .Select-option:hover:not(.is-selected):not(.is-disabled) {
  color: #577083;
}

html .aul.Select .Select-menu-outer .Select-option {
  padding: 4px 12px;
}

html .aul.Select.has-value.is-pseudo-focused .Select-input {
  visibility: hidden;
}

html .aul.numeric-input {
  position: relative;
  display: flex;
  width: inherit;
}

html .aul.numeric-input input {
  display: inline-block;
  color: #20455e;
  outline: none;
  transition: border 0.1s ease;
  border-radius: 4px;
  resize: none;
  border: 1px solid #b6c1cd;
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
  width: inherit;
  text-overflow: ellipsis;
  -moz-appearance: textfield;
}

html .aul.numeric-input input:-ms-input-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input::placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:-moz-placeholder,
html .aul.numeric-input input::-moz-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:-ms-textarea-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input::-webkit-textarea-placeholder {
  color: #7a92a5;
}

html
  .aul.numeric-input
  input:hover:not(:focus):not(.invalid):not(:disabled):not(:active) {
  border-color: #4eb7f5;
}

html .aul.numeric-input input:focus {
  border-color: #3899ec;
}

html .aul.numeric-input input:focus:-ms-input-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:focus::placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:focus:-moz-placeholder,
html .aul.numeric-input input:focus::-moz-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:focus:-ms-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:focus::-webkit-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:read-only {
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
  pointer-events: none;
}

html .aul.numeric-input input:read-only:-ms-input-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:read-only::placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:read-only:-moz-placeholder,
html .aul.numeric-input input:read-only::-moz-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:read-only:-ms-textarea-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:read-only::-webkit-textarea-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:-moz-read-only {
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
  pointer-events: none;
}

html .aul.numeric-input input:-moz-read-only::placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:-moz-read-only:-moz-placeholder,
html .aul.numeric-input input:-moz-read-only::-moz-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:-moz-read-only:-ms-textarea-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:-moz-read-only::-webkit-textarea-placeholder {
  color: #7a92a5;
}

html .aul.numeric-input input:disabled {
  pointer-events: none;
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
}

html .aul.numeric-input input:disabled:-ms-input-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:disabled::placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:disabled:-moz-placeholder,
html .aul.numeric-input input:disabled::-moz-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:disabled:-ms-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input:disabled::-webkit-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.numeric-input input.invalid {
  border-color: #ee5951;
}

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

html .aul.numeric-input.small input {
  padding: 0 7px 0 8px;
  font-size: 12px;
  height: 30px;
}

html .aul.numeric-input.small .spin-buttons {
  justify-content: center;
  height: 28px;
  margin-right: 6px;
  right: 0;
  top: 1px;
}

html .aul.numeric-input.small .spin-buttons button.spin {
  display: flex;
}

html .aul.numeric-input.small .spin-buttons button.spin svg {
  transform: unset;
  fill: none;
}

html .aul.numeric-input.small .spin-buttons button.spin.increment {
  margin-bottom: 5px;
}

html .aul.numeric-input .spin-buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-self: center;
  right: 3px;
  fill: #3899ec;
}

html .aul.numeric-input .spin-buttons .spin {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
}

html .aul.numeric-input .spin-buttons .spin svg {
  fill: inherit;
}

html .aul.numeric-input .spin-buttons .spin:disabled {
  pointer-events: none;
}

html .aul.numeric-input .spin-buttons .spin:disabled svg path {
  stroke: #b6c1cd;
}

html .aul.numeric-input .spin-buttons:hover {
  fill: #3899ec;
}

html .aul.numeric-input .spin-buttons.disabled {
  fill: #b6c1cd;
  pointer-events: none;
}

html .aul.numeric-input .spin-buttons.disabled .spin {
  cursor: default;
}

html .aul.numeric-input .spin-buttons .spin.increment svg {
  transform: rotate(180deg);
}

.aul.Popover {
  z-index: 10;
}

.aul.Popover.in-front {
  z-index: 99999;
}

.aul.Popover .Popover-body {
  max-height: calc(100vh - 40px);
  border-radius: 4px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.aul.Popover.primary .Popover-body {
  background: #fff;
}

.aul.Popover.primary .Popover-tipShape {
  fill: #fff;
}

.aul.Popover.secondary .Popover-body {
  background: #31424f;
  color: #dfe5eb;
}

.aul.Popover.secondary .Popover-tipShape {
  fill: #31424f;
}

.aul.Popover.dark .Popover-body {
  background: #24313b;
  color: #c8c8c8;
}

.aul.Popover.dark .Popover-tipShape {
  fill: #24313b;
}

.aul.popover-clickable-body-container {
  cursor: pointer;
}

html .aul.checkbox {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html .aul.checkbox .check-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #3899ec;
  width: 13px;
  height: 13px;
  transition: background-color 0.1s linear, border 0.1s linear;
}

html .aul.checkbox .check-icon .svg-icon {
  display: flex;
}

html .aul.checkbox .check-icon .svg-icon svg {
  fill: #fff;
  transition: fill 0.1s linear;
  background-color: transparent;
  width: 11px;
  height: 12px;
}

html .aul.checkbox:not(.checked) .check-icon .svg-icon {
  opacity: 0;
}

html .aul.checkbox .checkbox-body {
  padding-left: 6px;
}

html .aul.checkbox:hover .check-icon {
  background-color: #eaf7ff;
}

html .aul.checkbox:hover .check-icon svg {
  fill: #eaf7ff;
}

html .aul.checkbox:active:not(.disabled) .check-icon,
html .aul.checkbox:active:not(.disabled).checked .check-icon {
  background-color: #4eb7f5;
  border-color: #4eb7f5;
}

html .aul.checkbox.large .check-icon {
  display: flex;
  width: 20px;
  height: 20px;
}

html .aul.checkbox.large .check-icon svg {
  width: inherit;
  height: inherit;
}

html .aul.checkbox.checked .check-icon {
  background-color: #3899ec;
}

html .aul.checkbox.disabled {
  cursor: default;
}

html .aul.checkbox.disabled .check-icon {
  opacity: 0.8;
  border-color: #dadada;
  background-color: #dfe5eb;
}

html .aul.checkbox.disabled .check-icon .svg-icon svg {
  fill: #dfe5eb;
}

html .aul.checkbox.disabled.checked .svg-icon svg {
  fill: #c8c8c8;
}

html .aul.info-tooltip.info-tooltip {
  display: inline-flex;
  align-items: center;
}

html .aul.info-tooltip.info-tooltip.popper {
  max-width: 300px;
  text-align: center;
}

html .aul.collapsible .title-wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html .aul.collapsible .title-wrapper .toggle-icon {
  padding: 8px 9px;
  color: #0d98e9;
  transition: transform 0.2s linear;
}

html .aul.collapsible.open > .title-wrapper > .toggle-icon,
html
  .aul.collapsible.open
  > .title-wrapper
  > .toggle-icon-wrapper
  .toggle-icon {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}

html .aul.collapsible.disabled {
  pointer-events: none;
  opacity: 0.7;
}

html .aul.collapsible.disabled .toggle-icon path {
  fill: #b6c1cd;
}

html .aul.user-avatar {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
}

html .aul.user-avatar.xlarge {
  width: 87px;
  height: 87px;
}

html .aul.user-avatar.xlarge .initials {
  font-size: 1.35em;
}

html .aul.user-avatar.large {
  width: 65px;
  height: 65px;
}

html .aul.user-avatar.large .initials {
  font-size: 1.25em;
}

html .aul.user-avatar.normal {
  font-size: 1em;
}

html .aul.user-avatar.small {
  width: 33px;
  height: 33px;
}

html .aul.user-avatar.small .initials {
  font-size: 0.85em;
}

html .aul.user-avatar.xsmall {
  width: 27px;
  height: 27px;
}

html .aul.user-avatar.xsmall .initials {
  font-size: 0.75em;
}

html .aul.user-avatar.xxsmall {
  width: 23px;
  height: 23px;
}

html .aul.user-avatar.xxsmall .initials {
  font-size: 10px;
}

html .aul.user-avatar.tiny {
  width: 20px;
  height: 20px;
}

html .aul.user-avatar.tiny .initials {
  font-size: 10px;
}

html .aul.user-avatar .initials.color-1 {
  color: #fcb941;
}

html .aul.user-avatar .initials.color-2 {
  color: #d48fd6;
}

html .aul.user-avatar .initials.color-3 {
  color: #a187e4;
}

html .aul.user-avatar .initials.color-4 {
  color: #e9bc83;
}

html .aul.user-avatar .initials.color-5 {
  color: #b9dadd;
}

html .aul.user-avatar .initials.color-6 {
  color: #c19d9d;
}

html .aul.user-avatar .initials.color-7 {
  color: #64ddc5;
}

html .aul.user-avatar .initials.color-8 {
  color: #ff736d;
}

html .aul.user-avatar .initials.color-9 {
  color: #6ce78f;
}

html .aul.user-avatar .initials.color-10 {
  color: #3197ef;
}

html .aul.user-avatar .initials,
html .aul.user-avatar img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html .aul.user-avatar .initials {
  border: 1px solid #dfe5eb;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

html .aul.user-avatar .initials .inner {
  text-transform: uppercase;
}

html .aul.user-avatar.anonymous .initials {
  color: #7a92a5;
}

html .aul.user-avatar .initials,
html .aul.user-avatar img {
  border-radius: 50%;
}

html .aul.user-avatar .avatar-inner {
  display: inline;
}

html .aul.user-avatar .user-badge {
  position: absolute;
  display: inline-flex;
  right: 0;
  bottom: -2px;
  background-color: #fff;
  border: 1px solid #dfe5eb;
  border-radius: 50%;
}

html .aul.user-avatar .user-badge.large {
  padding: 5px 6px;
}

html .aul.user-avatar .user-badge.normal {
  padding: 4px 5px;
  right: -4px;
  bottom: -5px;
}

html .aul.user-avatar .user-badge.small,
html .aul.user-avatar .user-badge.xxsmall {
  padding: 3px 4px;
  right: -4px;
  bottom: -5px;
}

html .aul.user-avatar .partner-badge {
  position: absolute;
  display: inline-flex;
  right: 0;
  bottom: -2px;
  background-color: #fff;
  border: 1px solid #dfe5eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

html .aul.user-avatar .partner-badge svg {
  padding: 1px 0 0 1px;
}

html .aul.user-avatar .partner-badge.large {
  width: 24px;
  height: 24px;
}

html .aul.user-avatar .partner-badge.normal {
  width: 20px;
  height: 20px;
  right: -4px;
  bottom: -5px;
}

html .aul.user-avatar .partner-badge.normal svg {
  padding: 2 1 1 2;
}

html .aul.user-avatar .partner-badge.small {
  width: 16px;
  height: 16px;
  right: -4px;
  bottom: -5px;
}

html .aul.user-avatar .partner-badge.small svg {
  padding: 3 2 2 3;
}

html .aul.user-avatar .partner-badge.xxsmall {
  width: 14px;
  height: 14px;
  right: -4px;
  bottom: -5px;
}

html .aul.user-avatar .partner-badge.xxsmall svg {
  padding: 3 2 2 3;
}

html .aul.user-avatar.avatar-on-background .partner-badge,
html .aul.user-avatar.avatar-on-background .user-badge {
  border-width: 3px;
  border-color: #31424f;
}

html .aul.user-avatar.avatar-on-background .partner-badge.large,
html .aul.user-avatar.avatar-on-background .user-badge.large {
  right: -4px;
}

html .aul.user-avatar.avatar-on-background .partner-badge.normal,
html .aul.user-avatar.avatar-on-background .user-badge.normal {
  right: -6px;
}

html .aul.user-avatar .status-indicator {
  position: absolute;
  display: block;
  bottom: -10%;
  right: -10%;
}

html .aul.user-avatar.small .status-indicator {
  right: -9%;
  bottom: -9%;
}

html .aul.user-avatar.normal .status-indicator {
  right: -5%;
  bottom: -5%;
}

html .aul.user-avatar.large .status-indicator {
  right: -4%;
  bottom: -5%;
}

html .aul.user-avatar.xlarge .status-indicator {
  right: -5%;
  bottom: -5%;
}

html .aul.call-center-avatar {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
}

html .aul.call-center-avatar.xlarge {
  width: 87px;
  height: 87px;
}

html .aul.call-center-avatar.xlarge .initials {
  font-size: 1.35em;
}

html .aul.call-center-avatar.large {
  width: 65px;
  height: 65px;
}

html .aul.call-center-avatar.large .initials {
  font-size: 1.25em;
}

html .aul.call-center-avatar.normal {
  font-size: 1em;
}

html .aul.call-center-avatar.small {
  width: 33px;
  height: 33px;
}

html .aul.call-center-avatar.small .initials {
  font-size: 0.85em;
}

html .aul.call-center-avatar.xsmall {
  width: 27px;
  height: 27px;
}

html .aul.call-center-avatar.xsmall .initials {
  font-size: 0.75em;
}

html .aul.call-center-avatar.xxsmall {
  width: 23px;
  height: 23px;
}

html .aul.call-center-avatar.xxsmall .initials {
  font-size: 10px;
}

html .aul.call-center-avatar.tiny {
  width: 20px;
  height: 20px;
}

html .aul.call-center-avatar.tiny .initials {
  font-size: 10px;
}

html .aul.call-center-avatar .initials.color-1 {
  color: #fcb941;
}

html .aul.call-center-avatar .initials.color-2 {
  color: #d48fd6;
}

html .aul.call-center-avatar .initials.color-3 {
  color: #a187e4;
}

html .aul.call-center-avatar .initials.color-4 {
  color: #e9bc83;
}

html .aul.call-center-avatar .initials.color-5 {
  color: #b9dadd;
}

html .aul.call-center-avatar .initials.color-6 {
  color: #c19d9d;
}

html .aul.call-center-avatar .initials.color-7 {
  color: #64ddc5;
}

html .aul.call-center-avatar .initials.color-8 {
  color: #ff736d;
}

html .aul.call-center-avatar .initials.color-9 {
  color: #6ce78f;
}

html .aul.call-center-avatar .initials.color-10 {
  color: #3197ef;
}

html .aul.call-center-avatar .initials,
html .aul.call-center-avatar img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html .aul.call-center-avatar .initials {
  border: 1px solid #dfe5eb;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

html .aul.call-center-avatar .initials .inner {
  text-transform: uppercase;
}

html .aul.call-center-avatar .status-indicator {
  position: absolute;
  display: block;
  bottom: -10%;
  right: -10%;
}

html .aul.call-center-avatar.small .status-indicator {
  right: -9%;
  bottom: -9%;
}

html .aul.call-center-avatar.normal .status-indicator {
  right: -5%;
  bottom: -5%;
}

html .aul.call-center-avatar.large .status-indicator {
  right: -4%;
  bottom: -5%;
}

html .aul.call-center-avatar.xlarge .status-indicator {
  right: -5%;
  bottom: -5%;
}

html .aul.group-avatar {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
}

html .aul.group-avatar.xlarge {
  width: 87px;
  height: 87px;
}

html .aul.group-avatar.xlarge .initials {
  font-size: 1.35em;
}

html .aul.group-avatar.large {
  width: 65px;
  height: 65px;
}

html .aul.group-avatar.large .initials {
  font-size: 1.25em;
}

html .aul.group-avatar.normal {
  font-size: 1em;
}

html .aul.group-avatar.small {
  width: 33px;
  height: 33px;
}

html .aul.group-avatar.small .initials {
  font-size: 0.85em;
}

html .aul.group-avatar.xsmall {
  width: 27px;
  height: 27px;
}

html .aul.group-avatar.xsmall .initials {
  font-size: 0.75em;
}

html .aul.group-avatar.xxsmall {
  width: 23px;
  height: 23px;
}

html .aul.group-avatar.xxsmall .initials {
  font-size: 10px;
}

html .aul.group-avatar.tiny {
  width: 20px;
  height: 20px;
}

html .aul.group-avatar.tiny .initials {
  font-size: 10px;
}

html .aul.group-avatar .initials.color-1 {
  color: #fcb941;
}

html .aul.group-avatar .initials.color-2 {
  color: #d48fd6;
}

html .aul.group-avatar .initials.color-3 {
  color: #a187e4;
}

html .aul.group-avatar .initials.color-4 {
  color: #e9bc83;
}

html .aul.group-avatar .initials.color-5 {
  color: #b9dadd;
}

html .aul.group-avatar .initials.color-6 {
  color: #c19d9d;
}

html .aul.group-avatar .initials.color-7 {
  color: #64ddc5;
}

html .aul.group-avatar .initials.color-8 {
  color: #ff736d;
}

html .aul.group-avatar .initials.color-9 {
  color: #6ce78f;
}

html .aul.group-avatar .initials.color-10 {
  color: #3197ef;
}

html .aul.group-avatar .initials,
html .aul.group-avatar img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html .aul.group-avatar .initials {
  border: 1px solid #dfe5eb;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

html .aul.group-avatar .initials .inner {
  text-transform: uppercase;
}

html .aul.group-avatar > div {
  display: inline;
}

html .aul.group-avatar .initials,
html .aul.group-avatar img {
  border-radius: 4px;
}

html .aul.group-avatar .svg-icon {
  position: absolute;
  bottom: 12%;
  right: 12%;
  display: inline-flex;
}

html .aul.group-avatar .initials {
  justify-content: flex-start;
  align-items: flex-start;
}

html .aul.group-avatar .initials .inner {
  padding-top: 12%;
  padding-left: 12%;
}

html .aul.group-avatar .lightning-icon {
  position: absolute;
  display: inline-flex;
  right: -8px;
  bottom: -4px;
  background-color: #fff;
  border: 1px solid #dfe5eb;
  border-radius: 50%;
}

html .aul.group-avatar .lightning-icon.large {
  padding: 5px 7px;
}

html .aul.group-avatar .lightning-icon.normal {
  padding: 3px 5px;
  right: -6px;
  bottom: -3px;
}

html .aul.group-avatar .lightning-icon.small {
  padding: 2px 4px;
  right: -7px;
  bottom: -4px;
}

html .aul.group-avatar .lightning-icon.xxsmall {
  padding: 1px 3px;
  right: -6px;
  bottom: -4px;
}

html .aul.group-avatar.xlarge .initials {
  font-size: 2.3em;
  border-radius: 8px;
}

html .aul.group-avatar.large .initials {
  font-size: 2em;
  border-radius: 8px;
}

html .aul.group-avatar.normal .initials {
  font-size: 1.3em;
  border-radius: 6px;
}

html .aul.group-avatar.small .initials {
  font-size: 1em;
}

html .aul.group-avatar.xsmall .initials {
  font-size: 0.9em;
}

html .aul.queue-avatar {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
}

html .aul.queue-avatar.xlarge {
  width: 87px;
  height: 87px;
}

html .aul.queue-avatar.xlarge .initials {
  font-size: 1.35em;
}

html .aul.queue-avatar.large {
  width: 65px;
  height: 65px;
}

html .aul.queue-avatar.large .initials {
  font-size: 1.25em;
}

html .aul.queue-avatar.normal {
  font-size: 1em;
}

html .aul.queue-avatar.small {
  width: 33px;
  height: 33px;
}

html .aul.queue-avatar.small .initials {
  font-size: 0.85em;
}

html .aul.queue-avatar.xsmall {
  width: 27px;
  height: 27px;
}

html .aul.queue-avatar.xsmall .initials {
  font-size: 0.75em;
}

html .aul.queue-avatar.xxsmall {
  width: 23px;
  height: 23px;
}

html .aul.queue-avatar.xxsmall .initials {
  font-size: 10px;
}

html .aul.queue-avatar.tiny {
  width: 20px;
  height: 20px;
}

html .aul.queue-avatar.tiny .initials {
  font-size: 10px;
}

html .aul.queue-avatar .initials.color-1 {
  color: #fcb941;
}

html .aul.queue-avatar .initials.color-2 {
  color: #d48fd6;
}

html .aul.queue-avatar .initials.color-3 {
  color: #a187e4;
}

html .aul.queue-avatar .initials.color-4 {
  color: #e9bc83;
}

html .aul.queue-avatar .initials.color-5 {
  color: #b9dadd;
}

html .aul.queue-avatar .initials.color-6 {
  color: #c19d9d;
}

html .aul.queue-avatar .initials.color-7 {
  color: #64ddc5;
}

html .aul.queue-avatar .initials.color-8 {
  color: #ff736d;
}

html .aul.queue-avatar .initials.color-9 {
  color: #6ce78f;
}

html .aul.queue-avatar .initials.color-10 {
  color: #3197ef;
}

html .aul.queue-avatar .initials,
html .aul.queue-avatar img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html .aul.queue-avatar .initials {
  border: 1px solid #dfe5eb;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

html .aul.queue-avatar .initials .inner {
  text-transform: uppercase;
}

html .aul.queue-avatar > div {
  display: inline;
}

html .aul.queue-avatar .initials,
html .aul.queue-avatar img {
  border-radius: 4px;
}

html .aul.queue-avatar .svg-icon {
  position: absolute;
  bottom: 12%;
  right: 12%;
  display: inline-flex;
}

html .aul.queue-avatar .initials {
  justify-content: flex-start;
  align-items: flex-start;
}

html .aul.queue-avatar .initials .inner {
  padding-top: 12%;
  padding-left: 12%;
}

html .aul.queue-avatar.xlarge .initials {
  font-size: 2.3em;
  border-radius: 8px;
}

html .aul.queue-avatar.large .initials {
  font-size: 2em;
  border-radius: 8px;
}

html .aul.queue-avatar.normal .initials {
  font-size: 1.3em;
  border-radius: 6px;
}

html .aul.queue-avatar.small .initials {
  font-size: 1em;
}

html .aul.queue-avatar.xsmall .initials {
  font-size: 0.9em;
}

html .aul.text {
  color: var(--var-color);
  margin: 0;
}

html .aul.text.hh {
  font-size: 44px;
  font-weight: 400;
}

html .aul.text.hxl {
  font-size: 34px;
  font-weight: 400;
}

html .aul.text.hxll {
  font-size: 34px;
  font-weight: 300;
}

html .aul.text.hl {
  font-size: 28px;
  font-weight: 400;
}

html .aul.text.hll {
  font-size: 28px;
  font-weight: 300;
}

html .aul.text.hn {
  font-size: 20px;
  font-weight: 400;
}

html .aul.text.hnl {
  font-size: 20px;
  font-weight: 300;
}

html .aul.text.hnm {
  font-size: 20px;
  font-weight: 500;
}

html .aul.text.hs {
  font-size: 16px;
  font-weight: 400;
}

html .aul.text.hsl {
  font-size: 16px;
  font-weight: 300;
}

html .aul.text.hsm {
  font-size: 16px;
  font-weight: 500;
}

html .aul.text.hxs {
  font-size: 14px;
  font-weight: 400;
}

html .aul.text.hxsm {
  font-size: 14px;
  font-weight: 500;
}

html .aul.text.ht {
  font-size: 12px;
  font-weight: 400;
}

html .aul.text.htl {
  font-size: 12px;
  font-weight: 300;
}

html .aul.text.htm {
  font-size: 12px;
  font-weight: 500;
}

html .aul.text.t {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

html .aul.text.ti {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

html .aul.text.tl {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

html .aul.text.tm {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}

html .aul.text.ts {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

html .aul.text.tsl {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}

html .aul.text.tsm {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}

html .aul.text.tt {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

html .aul.text.tsmi {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}

html .aul.text.tsli {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

html .aul.text.clickable {
  cursor: pointer;
}

html .aul.text.ellipsis {
  max-width: 100%;
  display: inline-block;
}

html .aul.text b,
html .aul.text strong {
  font-weight: 500;
}

html .aul.text-area {
  display: inline-block;
  color: #20455e;
  outline: none;
  transition: border 0.1s ease;
  border-radius: 4px;
  resize: none;
  border: 1px solid #b6c1cd;
  padding: 10px;
  width: 100%;
  text-overflow: ellipsis;
  min-height: 60px;
}

html .aul.text-area:-ms-input-placeholder {
  color: #7a92a5;
}

html .aul.text-area::placeholder {
  color: #7a92a5;
}

html .aul.text-area:-moz-placeholder,
html .aul.text-area::-moz-placeholder {
  color: #7a92a5;
}

html .aul.text-area:-ms-textarea-placeholder {
  color: #7a92a5;
}

html .aul.text-area::-webkit-textarea-placeholder {
  color: #7a92a5;
}

html
  .aul.text-area:hover:not(:focus):not(.invalid):not(:disabled):not(:active) {
  border-color: #4eb7f5;
}

html .aul.text-area:focus {
  border-color: #3899ec;
}

html .aul.text-area:focus:-ms-input-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:focus::placeholder {
  color: #b6c1cd;
}

html .aul.text-area:focus:-moz-placeholder,
html .aul.text-area:focus::-moz-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:focus:-ms-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:focus::-webkit-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:read-only {
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
  pointer-events: none;
}

html .aul.text-area:read-only:-ms-input-placeholder {
  color: #7a92a5;
}

html .aul.text-area:read-only::placeholder {
  color: #7a92a5;
}

html .aul.text-area:read-only:-moz-placeholder,
html .aul.text-area:read-only::-moz-placeholder {
  color: #7a92a5;
}

html .aul.text-area:read-only:-ms-textarea-placeholder {
  color: #7a92a5;
}

html .aul.text-area:read-only::-webkit-textarea-placeholder {
  color: #7a92a5;
}

html .aul.text-area:-moz-read-only {
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
  pointer-events: none;
}

html .aul.text-area:-moz-read-only::placeholder {
  color: #7a92a5;
}

html .aul.text-area:-moz-read-only:-moz-placeholder,
html .aul.text-area:-moz-read-only::-moz-placeholder {
  color: #7a92a5;
}

html .aul.text-area:-moz-read-only:-ms-textarea-placeholder {
  color: #7a92a5;
}

html .aul.text-area:-moz-read-only::-webkit-textarea-placeholder {
  color: #7a92a5;
}

html .aul.text-area:disabled {
  pointer-events: none;
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
}

html .aul.text-area:disabled:-ms-input-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:disabled::placeholder {
  color: #b6c1cd;
}

html .aul.text-area:disabled:-moz-placeholder,
html .aul.text-area:disabled::-moz-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:disabled:-ms-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.text-area:disabled::-webkit-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.text-area.invalid {
  border-color: #ee5951;
}

html .aul.floater-menu {
  min-width: 100px;
  padding: 12px 0;
}

html .aul.floater-menu.scrolled.with-header {
  box-shadow: inset 0 5px 5px -5px rgba(22, 45, 61, 0.15);
  margin-top: 12px;
  padding-top: 0;
}

.Popover-body html .aul.floater-menu {
  max-height: 100%;
  overflow: auto;
}

html .aul.floater-menu .menu-item-disabled {
  display: block;
}

html .aul.menu-item {
  color: #20455e;
  padding: 6px 14px;
}

html .aul.menu-item.selectable {
  cursor: pointer;
}

html .aul.menu-item.selectable:not(.disabled):not(.selected):hover {
  background: #eaf7ff;
}

html .aul.menu-item.selectable.selected {
  background-color: #3899ec;
  color: #fff;
}

html .aul.menu-item.danger {
  color: #ee5951;
}

html .aul.menu-item.positive {
  color: #3fd569;
}

html .aul.menu-item.disabled {
  color: #b6c1cd;
  cursor: default;
  pointer-events: none;
}

html .aul.menu-item.icon {
  display: flex;
  align-items: center;
}

html .aul.menu-item.icon .icon {
  padding-right: 9px;
}

html .aul.menu-item.disabled:not(.selected):hover {
  background: #f0f4f7;
}

html .aul.menu-item-heading {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 14px;
  color: #20455e;
}

html .aul.menu-item-subheading {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 14px;
  color: #7a92a5;
}

html .aul.menu-item-section-heading {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 14px;
  color: #577083;
  background-color: #f0f4f7;
  border-top: 1px solid #dfe5eb;
  border-bottom: 1px solid #dfe5eb;
}

html .aul.menu-item-section-heading .alert-warpper {
  display: flex;
  align-items: center;
}

html .aul.menu-item-section-heading .alert-warpper .alert {
  margin-left: 5px;
}

html .aul.menu-item-section-heading .alert-warpper .alert path {
  color: #fb7d33;
  fill: currentColor;
}

html .aul.menu-item-group-title {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 14px;
  color: #577083;
}

html .aul.menu-item-divider {
  height: 1px;
  background: #dfe5eb;
  margin: 8px 0;
}

html .aul.menu-item-subtitle {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 14px;
  color: #577083;
  position: relative;
  z-index: 1;
}

html .aul.menu-item-subtitle span {
  padding: 0 14px 0 0;
  background: #fff;
}

html .aul.menu-item-subtitle:after {
  border-top: 1px solid #dfe5eb;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  left: 14px;
  z-index: -1;
}

html .aul.multi-input {
  min-width: 150px;
  overflow: hidden;
  background-color: #fff;
}

html
  .aul.multi-input.has-values
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input {
  height: 40px;
}

html
  .aul.multi-input.has-values
  .multi-input-wrapper
  .react-tagsinput
  > span
  .label-container.react-tagsinput-tag {
  height: 28px;
  margin: 6px 4px 0 0;
  word-break: break-word;
}

html
  .aul.multi-input.with-ellipsis.has-values
  .multi-input-wrapper
  .react-tagsinput
  > span
  .react-tagsinput-input {
  max-width: 100%;
  overflow: auto;
}

html
  .aul.multi-input.with-ellipsis.has-values
  .multi-input-wrapper
  .react-tagsinput
  > span
  .label-container.react-tagsinput-tag {
  word-break: unset;
  min-width: 0;
}

html .aul.multi-input .disabled-tooltip {
  width: 100%;
}

html .aul.multi-input .multi-input-wrapper {
  display: inline-block;
  color: #20455e;
  outline: none;
  transition: border 0.1s ease;
  border-radius: 4px;
  resize: none;
  border: 1px solid #b6c1cd;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: text;
}

html .aul.multi-input .multi-input-wrapper .react-tagsinput {
  display: inline-block;
  width: 100%;
}

html .aul.multi-input .multi-input-wrapper .react-tagsinput > span {
  margin: 0 6px;
  display: flex;
  flex-wrap: wrap;
}

html
  .aul.multi-input
  .multi-input-wrapper:hover:not(.focused):not(.with-error):not(
    .max-tags-disabled
  ) {
  border-color: #4eb7f5;
}

html .aul.multi-input .multi-input-wrapper.focused {
  border-color: #3899ec;
}

html .aul.multi-input .multi-input-wrapper.focused input:-ms-input-placeholder {
  color: #b6c1cd;
}

html .aul.multi-input .multi-input-wrapper.focused input::placeholder {
  color: #b6c1cd;
}

html .aul.multi-input .multi-input-wrapper.focused input:-moz-placeholder,
html .aul.multi-input .multi-input-wrapper.focused input::-moz-placeholder {
  color: #b6c1cd;
}

html
  .aul.multi-input
  .multi-input-wrapper.focused
  input:-ms-textarea-placeholder {
  color: #b6c1cd;
}

html
  .aul.multi-input
  .multi-input-wrapper.focused
  input::-webkit-textarea-placeholder {
  color: #b6c1cd;
}

html .aul.multi-input .multi-input-wrapper.with-error {
  border-color: #ee5951;
}

html .aul.multi-input .multi-input-wrapper input {
  outline: none;
  border: none;
  font-family: inherit;
  font-size: 1em;
  background-color: transparent;
  padding: 10px 10px 10px 4px;
}

html .aul.multi-input .multi-input-wrapper input::-moz-placeholder {
  font-size: 1em;
}

html .aul.multi-input .multi-input-wrapper input:-ms-input-placeholder {
  font-size: 1em;
}

html .aul.multi-input .multi-input-wrapper input::placeholder {
  font-size: 1em;
}

html .aul.multi-input .multi-input-wrapper.has-values input {
  padding-left: 0;
}

html .aul.multi-input.disabled .multi-input-wrapper {
  pointer-events: none;
  background-color: #fafafa;
  color: #7a92a5;
  border-color: #e6e6e6;
}

html .aul.multi-input .deprecated-text.invalid-msg {
  display: block;
  text-align: left;
  color: #ee5951;
  margin-top: 5px;
}

.tooltip-trigger {
  display: inline-block;
}

.aul.popper-portal-dest {
  display: inline;
}

.aul.popper-portal-dest,
.aul.tooltip-trigger {
  font-size: inherit;
}

.aul.popper-portal-dest .tooltip,
.aul.tooltip-trigger .tooltip {
  top: 0;
  min-width: 30px;
  max-width: 340px;
  white-space: normal;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  z-index: 999999;
  text-align: center;
  background: #20455e;
  color: #fff;
}

.aul.popper-portal-dest .tooltip.light-theme-tooltip,
.aul.tooltip-trigger .tooltip.light-theme-tooltip {
  background: #fff;
  color: #20455e;
}

.aul.popper-portal-dest .tooltip .tooltip-body,
.aul.tooltip-trigger .tooltip .tooltip-body {
  padding: 12px;
  overflow-wrap: anywhere;
}

.aul.popper-portal-dest .tooltip .tooltip-body.left,
.aul.tooltip-trigger .tooltip .tooltip-body.left {
  text-align: left;
}

.aul.popper-portal-dest .tooltip .tooltip-body.right,
.aul.tooltip-trigger .tooltip .tooltip-body.right {
  text-align: right;
}

.aul.popper-portal-dest .tooltip .tooltip-body.center,
.aul.tooltip-trigger .tooltip .tooltip-body.center {
  text-align: center;
}

.aul.popper-portal-dest .popper-arrow,
.aul.tooltip-trigger .popper-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 10px;
}

.aul.popper-portal-dest .tooltip[data-placement^="top"],
.aul.tooltip-trigger .tooltip[data-placement^="top"] {
  margin-bottom: 5px;
}

.aul.popper-portal-dest .tooltip[data-placement^="top"] .popper-arrow,
.aul.tooltip-trigger .tooltip[data-placement^="top"] .popper-arrow {
  border-width: 5px 5px 0 5px;
  border-color: #20455e transparent transparent transparent;
  bottom: -15px;
}

.aul.popper-portal-dest
  .tooltip[data-placement^="top"].light-theme-tooltip
  .popper-arrow,
.aul.tooltip-trigger
  .tooltip[data-placement^="top"].light-theme-tooltip
  .popper-arrow {
  border-top-color: #fff;
}

.aul.popper-portal-dest .tooltip[data-placement^="bottom"],
.aul.tooltip-trigger .tooltip[data-placement^="bottom"] {
  margin-top: 5px;
}

.aul.popper-portal-dest .tooltip[data-placement^="bottom"] .popper-arrow,
.aul.tooltip-trigger .tooltip[data-placement^="bottom"] .popper-arrow {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #20455e transparent;
  top: -15px;
}

.aul.popper-portal-dest
  .tooltip[data-placement^="bottom"].light-theme-tooltip
  .popper-arrow,
.aul.tooltip-trigger
  .tooltip[data-placement^="bottom"].light-theme-tooltip
  .popper-arrow {
  border-bottom-color: #fff;
}

.aul.popper-portal-dest .tooltip[data-placement^="right"],
.aul.tooltip-trigger .tooltip[data-placement^="right"] {
  margin-left: 5px;
}

.aul.popper-portal-dest .tooltip[data-placement^="right"] .popper-arrow,
.aul.tooltip-trigger .tooltip[data-placement^="right"] .popper-arrow {
  border-width: 5px 5px 5px 0;
  border-color: transparent #20455e transparent transparent;
  left: -15px;
}

.aul.popper-portal-dest
  .tooltip[data-placement^="right"].light-theme-tooltip
  .popper-arrow,
.aul.tooltip-trigger
  .tooltip[data-placement^="right"].light-theme-tooltip
  .popper-arrow {
  border-right-color: #fff;
}

.aul.popper-portal-dest .tooltip[data-placement^="left"],
.aul.tooltip-trigger .tooltip[data-placement^="left"] {
  margin-right: 5px;
}

.aul.popper-portal-dest .tooltip[data-placement^="left"] .popper-arrow,
.aul.tooltip-trigger .tooltip[data-placement^="left"] .popper-arrow {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #20455e;
  right: -15px;
}

.aul.popper-portal-dest
  .tooltip[data-placement^="left"].light-theme-tooltip
  .popper-arrow,
.aul.tooltip-trigger
  .tooltip[data-placement^="left"].light-theme-tooltip
  .popper-arrow {
  border-left-color: #fff;
}

html .aul.button {
  display: inline-flex;
  color: #fff;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  border: 1px solid #3899ec;
  outline: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  background-color: #3899ec;
  border-color: #3899ec;
}

html .aul.button:hover {
  background-color: #4eb7f5;
  border-color: #4eb7f5;
}

html .aul.button:active {
  background-color: #3899ec;
  border-color: #3899ec;
}

html .aul.button.secondary {
  background-color: #fff;
  border-color: #3899ec;
  color: #3899ec;
}

html .aul.button.secondary:hover {
  background-color: #4eb7f5;
  border-color: #4eb7f5;
  color: #fff;
}

html .aul.button.secondary:active {
  background-color: #3899ec;
  border-color: #3899ec;
  color: #fff;
}

html .aul.button.tertiary {
  color: #3899ec;
  border: 0;
  padding: 0;
  background-color: transparent;
}

html .aul.button.tertiary:hover:not(:active) {
  color: #4eb7f5;
}

html .aul.button.tertiary.small {
  font-size: 12px;
  line-height: 12px;
}

html .aul.button:not(.tertiary) {
  border-radius: 50px;
}

html .aul.button:not(.tertiary).small {
  font-size: 12px;
  line-height: 12px;
  padding: 6px 14px;
}

html .aul.button:not(.tertiary).large {
  line-height: 28px;
  font-size: 16px;
  padding: 6px 22px;
}

html .aul.button:not(.tertiary).xlarge {
  line-height: 38px;
  font-size: 16px;
  padding: 6px 28px;
}

html .aul.button.positive {
  background-color: #3fd569;
  border-color: #3fd569;
}

html .aul.button.positive:hover {
  background-color: #57e07d;
  border-color: #57e07d;
}

html .aul.button.positive:active {
  background-color: #3fd569;
  border-color: #3fd569;
}

html .aul.button.positive.secondary {
  background-color: #fff;
  border-color: #3fd569;
  color: #3fd569;
}

html .aul.button.positive.secondary:hover {
  background-color: #57e07d;
  border-color: #57e07d;
  color: #fff;
}

html .aul.button.positive.secondary:active {
  background-color: #3fd569;
  border-color: #3fd569;
  color: #fff;
}

html .aul.button.positive.tertiary {
  color: #3fd569;
  border: 0;
  padding: 0;
  background-color: transparent;
}

html .aul.button.positive.tertiary:hover:not(:active) {
  color: #57e07d;
}

html .aul.button.positive.tertiary.small {
  font-size: 12px;
  line-height: 12px;
}

html .aul.button.warning {
  background-color: #fb7d33;
  border-color: #fb7d33;
}

html .aul.button.warning:hover {
  background-color: #ff9126;
  border-color: #ff9126;
}

html .aul.button.warning:active {
  background-color: #fb7d33;
  border-color: #fb7d33;
}

html .aul.button.warning.secondary {
  background-color: #fff;
  border-color: #fb7d33;
  color: #fb7d33;
}

html .aul.button.warning.secondary:hover {
  background-color: #ff9126;
  border-color: #ff9126;
  color: #fff;
}

html .aul.button.warning.secondary:active {
  background-color: #fb7d33;
  border-color: #fb7d33;
  color: #fff;
}

html .aul.button.warning.tertiary {
  color: #fb7d33;
  border: 0;
  padding: 0;
  background-color: transparent;
}

html .aul.button.warning.tertiary:hover:not(:active) {
  color: #ff9126;
}

html .aul.button.warning.tertiary.small {
  font-size: 12px;
  line-height: 12px;
}

html .aul.button.danger {
  background-color: #ee5951;
  border-color: #ee5951;
}

html .aul.button.danger:hover {
  background-color: #f66;
  border-color: #f66;
}

html .aul.button.danger:active {
  background-color: #ee5951;
  border-color: #ee5951;
}

html .aul.button.danger.secondary {
  background-color: #fff;
  border-color: #ee5951;
  color: #ee5951;
}

html .aul.button.danger.secondary:hover {
  background-color: #f66;
  border-color: #f66;
  color: #fff;
}

html .aul.button.danger.secondary:active {
  background-color: #ee5951;
  border-color: #ee5951;
  color: #fff;
}

html .aul.button.danger.tertiary {
  color: #ee5951;
  border: 0;
  padding: 0;
  background-color: transparent;
}

html .aul.button.danger.tertiary:hover:not(:active) {
  color: #f66;
}

html .aul.button.danger.tertiary.small {
  font-size: 12px;
  line-height: 12px;
}

html .aul.button.custom {
  background-color: var(--color);
  border-color: var(--color);
}

html .aul.button.custom:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

html .aul.button.custom:active {
  background-color: var(--color);
  border-color: var(--color);
}

html .aul.button.custom.secondary {
  background-color: #fff;
  border-color: var(--color);
  color: var(--color);
}

html .aul.button.custom.secondary:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  color: #fff;
}

html .aul.button.custom.secondary:active {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}

html .aul.button.custom.tertiary {
  color: var(--color);
  border: 0;
  padding: 0;
  background-color: transparent;
}

html .aul.button.custom.tertiary:hover:not(:active) {
  color: var(--hover-color);
}

html .aul.button.custom.tertiary.small {
  font-size: 12px;
  line-height: 12px;
}

html .aul.button.loading {
  justify-content: center;
}

html .aul.button.disabled {
  pointer-events: none;
  cursor: default;
}

html .aul.button.disabled.primary {
  background-color: #b6c1cd;
  border-color: #b6c1cd;
  color: #fff;
}

html .aul.button.disabled.secondary {
  background-color: #fff;
  border-color: #b6c1cd;
  color: #b6c1cd;
}

html .aul.button.disabled.tertiary {
  color: #b6c1cd;
}

html .aul.label-container {
  box-sizing: border-box;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 6px 10px 5px 10px;
  max-height: 33px;
  background-color: var(--var-color);
}

html .aul.label-container:hover {
  background-color: var(--var-hover-color);
}

html .aul.label-container.clickable {
  cursor: pointer;
}

html .aul.label-container.small {
  padding: 4px 9px;
  max-height: 24px;
}

html .aul.label-container.tiny {
  padding: 2px 6px;
  max-height: 20px;
}

html .aul.label-container .aul.text {
  font-size: var(--var-font-size);
  color: var(--var-text-color);
}

html .aul.label-container > * {
  min-width: 0;
}

html .aul.label-container .remove-icon {
  margin-left: 7px;
  cursor: pointer;
}

html .aul.label-container .remove-icon svg path {
  fill: var(--var-color);
}

html .user-toolbar-container {
  position: relative;
  transition: height 0.2s;
  height: 10px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #445868;
  color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.32);
  font-weight: 400;
  cursor: pointer;
}

html .user-toolbar-container .user-info .logged-in-as {
  text-transform: capitalize;
}

html .user-toolbar-container .user-toolbar-expansion {
  height: inherit;
}

html .user-toolbar-container.is-expanded {
  height: 42px;
}

html .user-toolbar-container.is-expanded .toggle-expansion {
  bottom: 8px;
}

html .user-toolbar-container.is-expanded .toggle-expansion:before {
  transform: rotate(-45deg);
  top: 9px;
}

html .user-toolbar-container.is-expanded .user-toolbar-wrapper {
  opacity: 1;
  height: 100%;
  overflow: visible;
}

html
  .user-toolbar-container.is-expanded
  .user-toolbar-wrapper
  .user-info-container {
  cursor: default;
}

html .user-toolbar-container .toggle-expansion {
  content: "";
  transition: bottom 0.2s;
  position: relative;
  z-index: 10;
  bottom: -2px;
  right: 100px;
  left: 15px;
  width: 34px;
  height: 25px;
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.32);
  background: #445868;
  color: #fff;
  border-radius: 0 0 50px 50px;
  outline: 0;
  border: 0;
}

html .user-toolbar-container .toggle-expansion:before {
  display: inline-block;
  font-style: normal;
  position: relative;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
  content: "";
  transition: transform 0.2s, border-color 0.2s;
  position: absolute;
  top: 8px;
  right: 14px;
}

html .user-toolbar-container .toggle-expansion:hover:before {
  border-color: #3899ec;
}

html .user-toolbar-container .user-toolbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  font-size: 12px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s, height 0.2s;
}

html .user-toolbar-container .user-toolbar-wrapper .user-name {
  text-transform: capitalize;
}

html .user-toolbar-container .user-toolbar-wrapper .nav-container {
  white-space: nowrap;
  display: flex;
  height: 100%;
}

html .user-toolbar-container .user-toolbar-wrapper .nav-container div {
  height: inherit;
}

html .user-toolbar-container .user-toolbar-wrapper .nav-container a {
  display: inline-flex;
  height: inherit;
}

html .user-toolbar-container .user-toolbar-wrapper .nav-container a .svg-icon {
  display: inline-flex;
  margin-left: 4px;
  padding: 0 11px;
  cursor: pointer;
  height: 100%;
  transition: background-color 0.2s;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .nav-container
  a
  .svg-icon:hover {
  background-color: #20455e;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .nav-container
  a
  .svg-icon:hover
  svg {
  fill: #3899ec;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .nav-container
  div:last-child:after {
  left: 0;
}

html .user-toolbar-container .user-toolbar-wrapper .svg-icon svg {
  fill: #fff;
  transition: fill 0.2s;
  align-self: center;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .aul.checkbox {
  margin-right: 8px;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .context-divider {
  display: inline-block;
  background-color: #20455e;
  width: 2px;
  margin: 0 14px;
  height: 23px;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .follow-category
  .checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container {
  display: inline-flex;
  align-items: center;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-manage,
html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-stat-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  outline: 0;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-manage:hover,
html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-stat-btn:hover {
  color: #3899ec;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-manage:hover
  svg,
html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-stat-btn:hover
  svg {
  fill: #3899ec;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-manage.article-stat-btn
  .svg-icon,
html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-stat-btn.article-stat-btn
  .svg-icon {
  margin-right: 6px;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-manage.article-manage
  .svg-icon,
html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .article-stat-btn.article-manage
  .svg-icon {
  margin-right: 10px;
  position: relative;
  top: -1;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .article-context-container
  .follow-article
  .checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.aul.Popover.article-popover {
  z-index: 999999;
}

.Popover .article-stats-body {
  padding: 20px 0;
}

.Popover .article-stats-body hr {
  margin: 15px 0;
}

.Popover .article-stats-body .times-container {
  padding: 0 23px;
}

.Popover .article-stats-body .counters-container {
  border-top: 1px solid #e6e6e6;
  padding: 0 10px;
  margin-top: 18px;
  white-space: nowrap;
}

.Popover .article-stats-body .agent-times {
  margin-bottom: 10px;
}

.Popover .article-stats-body .agent-times .time-label {
  display: inline-block;
  width: 80px;
  margin-right: 5px;
  color: #b6c1cd;
}

.Popover .article-stats-body .counter-element {
  display: inline-block;
  text-align: center;
  margin: 15px 15px 0;
  text-decoration: none;
}

.Popover .article-stats-body .counter-element.helpful .count-value {
  color: #6de18e;
}

.Popover .article-stats-body .counter-element.unhelpful .count-value {
  color: #e6223c;
}

.Popover .article-stats-body .counter-element .count-label {
  font-size: 12px;
  color: #b6c1cd;
}

.Popover .article-stats-body .counter-element .count-value {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .ticket-context-container {
  display: inline-flex;
  align-items: center;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .ticket-context-container
  .ticket-page-link {
  display: inline-flex;
  align-items: center;
  background: transparent;
  outline: 0;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .ticket-context-container
  .ticket-page-link:hover {
  color: #3899ec;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .ticket-context-container
  .ticket-page-link:hover
  svg {
  fill: #3899ec;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .ticket-context-container
  .ticket-page-link
  .svg-icon {
  margin-right: 8px;
  margin-top: 4px;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .ticket-context-container
  .follow-ticket
  .checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

html
  .user-toolbar-container
  .user-toolbar-wrapper
  .toolbar-context-container
  .category-context-container {
  display: inline-flex;
  align-items: center;
}

html .user-toolbar-container .aul.checkbox .checkbox-body {
  color: #fff;
}

html .viewer-user-toolbar-container {
  position: sticky;
  z-index: 99999;
}

html .viewer-user-toolbar-container .aul {
  font-family: inherit;
  font-size: 12px;
}

html .aul.popper-portal-dest,
html .aul.tooltip-trigger {
  font-size: inherit;
}

html .aul.popper-portal-dest .tooltip,
html .aul.tooltip-trigger .tooltip {
  top: 0;
  min-width: 30px;
  max-width: 340px;
  white-space: normal;
  background: #20455e;
  color: #dfe5eb;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  z-index: 999999;
  text-align: center;
}

html .aul.popper-portal-dest .tooltip .tooltip-body.left,
html .aul.tooltip-trigger .tooltip .tooltip-body.left {
  text-align: left;
}

html .aul.popper-portal-dest .tooltip .tooltip-body.right,
html .aul.tooltip-trigger .tooltip .tooltip-body.right {
  text-align: right;
}

html .aul.popper-portal-dest .tooltip .tooltip-body.center,
html .aul.tooltip-trigger .tooltip .tooltip-body.center {
  text-align: center;
}

html .aul.popper-portal-dest .popper-arrow,
html .aul.tooltip-trigger .popper-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 10px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="top"],
html .aul.tooltip-trigger .tooltip[data-placement^="top"] {
  margin-bottom: 5px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="top"] .popper-arrow,
html .aul.tooltip-trigger .tooltip[data-placement^="top"] .popper-arrow {
  border-width: 5px 5px 0 5px;
  border-color: #20455e transparent transparent transparent;
  bottom: -15px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="bottom"],
html .aul.tooltip-trigger .tooltip[data-placement^="bottom"] {
  margin-top: 5px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="bottom"] .popper-arrow,
html .aul.tooltip-trigger .tooltip[data-placement^="bottom"] .popper-arrow {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #20455e transparent;
  top: -15px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="right"],
html .aul.tooltip-trigger .tooltip[data-placement^="right"] {
  margin-left: 5px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="right"] .popper-arrow,
html .aul.tooltip-trigger .tooltip[data-placement^="right"] .popper-arrow {
  border-width: 5px 5px 5px 0;
  border-color: transparent #20455e transparent transparent;
  left: -15px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="left"],
html .aul.tooltip-trigger .tooltip[data-placement^="left"] {
  margin-right: 5px;
}

html .aul.popper-portal-dest .tooltip[data-placement^="left"] .popper-arrow,
html .aul.tooltip-trigger .tooltip[data-placement^="left"] .popper-arrow {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #20455e;
  right: -15px;
}

html .aul.Popover.article-popover {
  z-index: 999999;
  font-family: inherit;
}

html .aul.Popover.article-popover .Popover-tipShape {
  fill: #fff;
}

html .aul.Popover.article-popover .article-stats-body {
  padding: 20px 0;
}

html .aul.Popover.article-popover .article-stats-body hr {
  margin: 15px 0;
}

html .aul.Popover.article-popover .article-stats-body .times-container {
  padding: 0 23px;
}

html .aul.Popover.article-popover .article-stats-body .counters-container {
  border-top: 1px solid #e6e6e6;
  padding: 0 10px;
  margin-top: 18px;
  white-space: nowrap;
}

html .aul.Popover.article-popover .article-stats-body .agent-times {
  margin-bottom: 10px;
}

html .aul.Popover.article-popover .article-stats-body .agent-times .time-label {
  display: inline-block;
  width: 80px;
  margin-right: 5px;
  color: #b6c1cd;
}

html .aul.Popover.article-popover .article-stats-body .counter-element {
  display: inline-block;
  text-align: center;
  margin: 15px 15px 0;
  text-decoration: none;
}

html
  .aul.Popover.article-popover
  .article-stats-body
  .counter-element.helpful
  .count-value {
  color: #6de18e;
}

html
  .aul.Popover.article-popover
  .article-stats-body
  .counter-element.unhelpful
  .count-value {
  color: #e6223c;
}

html
  .aul.Popover.article-popover
  .article-stats-body
  .counter-element
  .count-label {
  font-size: 12px;
  color: #b6c1cd;
}

html
  .aul.Popover.article-popover
  .article-stats-body
  .counter-element
  .count-value {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

html .disabled-helpcneter-agent-notification {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  position: sticky;
  top: 0;
  z-index: 99999;
  display: flex;
  background-color: #f0f4f7;
  height: 46px;
  align-items: center;
  padding: 14px;
  color: #577083;
}

html .disabled-helpcneter-agent-notification .notification-icon svg {
  fill: #fb7d33;
}

html .disabled-helpcneter-agent-notification .notification-message {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  margin-left: 3px;
  align-items: center;
}

html .disabled-helpcneter-agent-notification .notification-message a {
  margin-left: 3px;
  color: #3899ec;
  text-decoration: none;
  display: flex;
  align-items: center;
}

html .disabled-helpcneter-agent-notification .notification-message a .icon {
  margin-top: 1px;
}

html .breadcrumbs {
  position: sticky;
  z-index: 2;
  width: 100%;
  transition: top 0.2s;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #f1f2f3;
}

html .breadcrumbs .breadcrumb-sidebar {
  align-self: center;
}

html .breadcrumbs .breadcrumb-sidebar .sidebar-icon {
  padding: 0 20px;
  height: 24px;
  align-items: center;
  border-right: 1px solid #e0e0e0;
}

html .breadcrumbs .breadcrumb-sidebar .sidebar-icon:hover {
  cursor: pointer;
}

html .breadcrumbs .breadcrumb-sidebar + .breadcrumbs-container {
  max-width: 95%;
}

@media screen and (min-width: 1170px) {
  html .breadcrumbs .breadcrumb-sidebar {
    display: none;
  }

  html .breadcrumbs .breadcrumb-sidebar + .breadcrumbs-container {
    max-width: 100%;
  }
}

html .breadcrumbs .breadcrumbs-container {
  position: relative;
  flex-grow: 1;
  padding: 21px 45px 21px 20px;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}

html .breadcrumbs .breadcrumbs-container .crumb-title-container {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  text-decoration: none;
}

html .breadcrumbs .breadcrumbs-container .breadcrumbs-item {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  display: flex;
  align-items: center;
}

html .breadcrumbs .breadcrumbs-container .breadcrumbs-item .icon {
  color: #b2b7bb;
  display: inline-flex;
  margin-top: 1px;
}

html .breadcrumbs .breadcrumbs-container .breadcrumbs-item .icon svg {
  stroke: none;
}

html .breadcrumbs .breadcrumbs-container .breadcrumbs-item:last-child .icon {
  display: none;
}

html .breadcrumbs .breadcrumbs-container .breadcrumbs-item:last-child .current {
  cursor: none;
  pointer-events: none;
  font-weight: 500;
}

html .breadcrumbs .breadcrumbs-container .breadcrumbs-item:nth-child(n + 2) {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

@media (min-width: 600px) {
  html .breadcrumbs {
    white-space: nowrap;
  }

  html
    .breadcrumbs
    .breadcrumbs-container
    .breadcrumbs-item:last-child
    .crumb-title-container,
  html
    .breadcrumbs
    .breadcrumbs-container
    .breadcrumbs-item:nth-child(6):not(:last-child)
    .crumb-title-container {
    text-overflow: ellipsis;
  }
}

@media (max-width: 600px) {
  html .breadcrumbs:after {
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    content: "";
    display: block;
    height: 20px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 8.33333%;
    z-index: 1;
  }

  html .breadcrumbs .breadcrumbs-container {
    padding: 15px 20px 15px 20px;
  }

  html .breadcrumbs .breadcrumbs-container .crumb-title-container {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }

  html .breadcrumbs .breadcrumbs-container .breadcrumbs-item {
    white-space: pre;
  }

  html .breadcrumbs .breadcrumbs-container .breadcrumbs-item:nth-child(n + 2) {
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
  }

  html .breadcrumbs .breadcrumbs-container .breadcrumbs-item .icon {
    display: inline-flex;
  }

  html .breadcrumbs .breadcrumbs-container .breadcrumbs-item:last-child {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
  }
}

html .hc-header {
  position: sticky;
  z-index: 9999;
  transition: top 0.2s;
}

html .hc-header .header {
  height: 100%;
}

html .search-box {
  overflow-y: visible;
  width: inherit;
}

html .search-box .search-bar {
  position: relative;
  width: 100%;
}

html .search-box .search-bar .search-icon-wrapper {
  position: absolute;
  top: 45%;
  left: 20px;
}

html .search-box .search-bar .search-icon-wrapper .icon {
  z-index: 10;
  margin-top: 2px;
  position: relative;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

html .search-box .search-bar input {
  border: 0;
  width: 540px;
  height: 50px;
  border-radius: 12px;
  -webkit-padding-start: 42px;
  padding-inline-start: 42px;
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
  font-size: 14px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #404040;
}

html .search-box .search-bar input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin-block-end: 0;
  margin-block-start: 0;
  color: #74767b;
}

html .search-box .search-bar input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin-block-end: 0;
  margin-block-start: 0;
  color: #74767b;
}

html .search-box .search-bar input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #74767b;
}

html .search-box .search-bar input::-webkit-input-placeholder {
  line-height: normal;
}

html .search-box .search-bar input::-moz-placeholder {
  line-height: 50px;
}

html .search-box .search-bar input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

html .search-box .search-bar input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

html .search-box .search-bar input:placeholder-shown {
  text-overflow: ellipsis;
}

html .search-box .search-bar input:focus::-moz-placeholder {
  color: transparent;
}

html .search-box .search-bar input:focus:-ms-input-placeholder {
  color: transparent;
}

html .search-box .search-bar input:focus::placeholder {
  color: transparent;
}

html .search-box .search-bar .x-wrapper {
  position: absolute;
  top: 33%;
  right: 15px;
}

html .search-box .search-bar .x-wrapper .icon {
  z-index: 10;
  padding: 4px;
  color: #404040;
  cursor: pointer;
}

html .search-box .search-bar .x-wrapper .icon:hover {
  background: #f1f2f3;
  border-radius: 50%;
}

html .search-box .search-bar .x-wrapper .icon:active {
  background: #e0e0e0;
}

html .search-box ul {
  top: 40px;
  z-index: 10;
  border-radius: 12px;
  list-style-type: none;
  padding: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
}

html .search-box ul li:not(.no-results):first-child {
  margin-top: 9px;
}

html .search-box ul li:not(.no-results):last-child {
  margin-bottom: 9px;
}

html .search-box ul .option-item {
  background-color: #fff;
  padding: 12px 20px 14px;
  font-size: 14px;
  color: #404040;
  z-index: 10;
}

html .search-box ul .option-item.highlighted,
html .search-box ul .option-item:hover {
  cursor: pointer;
  background: #f1f2f3;
  opacity: 0.8;
}

html .search-box ul .option-item:active {
  opacity: 1;
}

html .search-box ul .show-more-results {
  background-color: #fff;
  padding: 12px 20px 14px;
  font-size: 14px;
}

html .search-box ul .show-more-results.highlighted,
html .search-box ul .show-more-results:hover {
  cursor: pointer;
  background: #f1f2f3;
  opacity: 0.8;
}

html .search-box ul .show-more-results:active {
  opacity: 1;
}

html .search-box ul .show-more-results .icon {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

html .search-box ul .no-results {
  background-color: #fff;
  padding: 12px 20px 14px;
  font-size: 14px;
  color: #818389;
}

html .language-select {
  position: relative;
}

html .language-select .language-select-button:focus {
  outline: none;
}

html .language-select .language-select-button:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

html .language-select .select-icon {
  transform: rotate(90deg);
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  transition: transform 0.2s;
}

html .language-select .select-icon.open {
  transform: rotate(-90deg);
}

html .language-select .locale-menu-wrapper {
  width: 145px;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  position: absolute;
  right: 0;
  border-radius: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  max-height: 310px;
  overflow-y: auto;
}

html .language-select .locale-menu-wrapper .locale-item {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  padding: 10px 13px 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #404040;
}

html .language-select .locale-menu-wrapper .locale-item:last-child {
  margin-bottom: 5px;
}

html .language-select .locale-menu-wrapper .locale-item:first-child {
  margin-top: 5px;
}

html .language-select .locale-menu-wrapper .locale-item:hover {
  background-color: #f1f2f3;
  opacity: 0.8;
}

html .language-select .locale-menu-wrapper .locale-item:active {
  opacity: 1;
}

html .language-select .locale-menu-wrapper .locale-item .chosen-icon svg {
  fill: none;
}

html .header-mobile-menu {
  position: relative;
}

html .header-mobile-menu .user-info .user-info-title {
  padding: 14px 14px 0;
  display: flex;
  align-items: center;
}

html .header-mobile-menu .user-info .user-info-title .user-name {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-left: 8px;
  color: #404040;
}

html .header-mobile-menu .user-info .user-info-title .avatar-initials,
html .header-mobile-menu .user-info .user-info-title .user-avatar {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

html .header-mobile-menu .user-info .user-info-wrapper {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-bottom: 1px solid #b2b7bb;
}

html .header-mobile-menu .user-info .user-info-wrapper .info-row {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

html .header-mobile-menu .user-info .user-info-wrapper .info-row .label {
  min-width: 80px;
  color: #b2b7bb;
  margin-right: 2px;
}

html .header-mobile-menu .user-info .user-info-wrapper .info-row .content {
  color: #818389;
  margin-bottom: 8px;
}

html .header-mobile-menu .user-info .content.email {
  word-break: break-all;
}

html .header-mobile-menu .user-info .content.companies {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0 !important;
}

html .header-mobile-menu .user-info .companies-list,
html .header-mobile-menu .user-info phone-list {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  overflow-y: auto;
}

html .header-mobile-menu .user-info .companies-list .company-name,
html .header-mobile-menu .user-info phone-list .company-name {
  margin-bottom: 6px;
}

html .header-mobile-menu .user-info .show-more-btn {
  display: flex;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin-bottom: 6px;
}

html .header-mobile-menu .mobile-menu-button:focus {
  outline: none;
}

html .header-mobile-menu .mobile-menu-button:focus:not(:hover) {
  outline: 5px auto -webkit-focus-ring-color;
}

html .header-mobile-menu .mobile-menu-button {
  padding: 9px 15px;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
}

html .header-mobile-menu .mobile-menu-button .open {
  border: none;
  background: none;
}

html .header-mobile-menu .close-menu-icon svg {
  height: 18px;
  width: 18px;
}

html .header-mobile-menu .menu-container {
  padding: 32px 20px;
  position: absolute;
  background-color: #fff;
  top: 50px;
  opacity: 0.98;
}

html .header-mobile-menu .menu-container .mobile-title-target {
  text-decoration: none;
}

html .header-mobile-menu .menu-container .divider {
  border-top: 2px solid #404040;
  width: 30px;
  margin: 40px 0 20px 0;
}

html .header-mobile-menu .menu-container .contact-us-login-button {
  text-decoration: none;
}

html .header-mobile-menu .menu-container .contact-us-button {
  margin-top: 20px;
}

html .header-mobile-menu .menu-container .contact-us-button .button-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
}

html .header-mobile-menu .menu-container .helpcenter-url-title {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  overflow-wrap: anywhere;
}

html .header-mobile-menu .menu-container .mobile-my-profile {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  text-decoration: none;
}

html .header-mobile-menu .menu-container .customer-portal-button {
  margin-top: 20px;
}

html .header-mobile-menu .menu-container .customer-portal-button .button-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
}

html .header-mobile-menu .menu-container .mobile-login-button {
  padding-top: 20px;
}

html .header-mobile-menu .menu-container .mobile-login-button a {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  text-decoration: none;
}

html .header-mobile-menu .menu-container .mobile-login-button a.logout-link {
  color: #ee5951;
}

html .header-mobile-menu .menu-container .my-profile-menu-wrapper {
  margin-bottom: 20px;
}

html
  .header-mobile-menu
  .menu-container
  .my-profile-menu-wrapper
  .button-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  display: flex;
  cursor: pointer;
}

html
  .header-mobile-menu
  .menu-container
  .my-profile-menu-wrapper
  .button-title
  .profile-arrow-icon {
  transform: rotate(90deg);
  position: relative;
  margin-left: 10px;
  margin-top: 6px;
}

html
  .header-mobile-menu
  .menu-container
  .my-profile-menu-wrapper
  .button-title
  .profile-arrow-icon
  svg {
  height: 10px;
  width: 10px;
}

html
  .header-mobile-menu
  .menu-container
  .my-profile-menu-wrapper
  .button-title
  .profile-arrow-icon
  svg
  path {
  fill: #404040;
  height: 18px;
}

html
  .header-mobile-menu
  .menu-container
  .my-profile-menu-wrapper
  .button-title
  .profile-arrow-icon.open {
  transform: rotate(270deg);
}

html .header-mobile-menu .menu-container .user-info {
  margin-top: 20px;
}

html .header-mobile-menu .menu-container .user-info .user-info-wrapper {
  padding: 0;
  border-bottom: 1px solid #f0f4f7;
}

html .header-mobile-menu .menu-container .user-info .user-info-title {
  padding: 0 0 14px;
}

html .header-mobile-menu .menu-container .mobile-lang-picker {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

html .header-mobile-menu .menu-container .mobile-lang-picker select {
  padding: 20px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  border: none;
  background: none;
}

html .header-mobile-menu .menu-container .mobile-lang-picker select option {
  font-size: 18px;
}

html .header-mobile-menu .menu-container .mobile-lang-picker .arrow-icon {
  transform: rotate(90deg);
  position: relative;
  margin-top: 20px;
}

html .header-mobile-menu .menu-container .mobile-lang-picker .arrow-icon svg {
  height: 10px;
  width: 10px;
}

html
  .header-mobile-menu
  .menu-container
  .mobile-lang-picker
  .arrow-icon
  svg
  path {
  fill: #404040;
  height: 18px;
}

html .ticket-page-wrapper {
  width: 100%;
  height: calc(100% - 34px);
}

html .ticket-page-wrapper .ticket-page-comp {
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  color: #404040;
}

html .ticket-page-wrapper .ticket-page-comp .ticket-page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  background: #fff;
  margin: 30px;
  border-radius: 10px;
}

html .ticket-page-wrapper .ticket-page-comp .ticket-page-content .ticket-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 30px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .ticket-page-content
  .chat-content-placeholder {
  margin-bottom: 24px;
}

html .ticket-page-wrapper .ticket-page-comp .reply-info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #b2b7bb;
  margin-bottom: 5px;
  display: flex;
}

html .ticket-page-wrapper .ticket-page-comp .reply-info .callback-title,
html .ticket-page-wrapper .ticket-page-comp .reply-info .email-title,
html .ticket-page-wrapper .ticket-page-comp .reply-info .official-answer,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-info
  .plural-attachment-title,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-info
  .singular-attachment-title {
  margin-right: 5px;
  color: #818389;
}

html .ticket-page-wrapper .ticket-page-comp .replies-header {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #818389;
  margin-bottom: 30px;
}

html .ticket-page-wrapper .ticket-page-comp .replies-header .text {
  font-size: 18px;
}

html .ticket-page-wrapper .ticket-page-comp .divider {
  height: 1px;
  background: #e0e0e0;
  margin: 30px -15px;
}

html .ticket-page-wrapper .ticket-page-comp .reply-footer {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .blocked-channel-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  padding-left: 20px;
}

html .ticket-page-wrapper .ticket-page-comp .reply-footer .add-reply-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-bottom: 12px;
}

html .ticket-page-wrapper .ticket-page-comp .reply-footer .reply-input {
  position: relative;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  font-family: inherit;
  display: block;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .reply-input-box-container {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .reply-input-box-container
  .text-area {
  border-radius: 0;
  border: 0;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .reply-box-header {
  padding: 12px 14px 11px 14px;
  min-height: 44px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .reply-box-header
  .recipient-name {
  margin-right: 6px;
  cursor: pointer;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .reply-box-header
  .prefix {
  color: #818389;
  margin-right: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  line-height: 17px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .reply-box-header
  .recipients-container {
  line-height: 22px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .cc-recipient:not(:last-child)
  .recipient-name:after {
  content: ",";
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .cc-recipient
  .tooltip-body {
  padding: 8px;
  display: flex;
  align-items: center;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .cc-recipient
  .tooltip-body
  .avatar {
  margin-right: 4px;
  line-height: 0;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .cc-recipient
  .tooltip-body
  .avatar
  .avatar-inner {
  display: block;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .cc-recipient
  .tooltip-body
  .avatar
  .avatar-inner
  img {
  border: 1px solid #fff;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .reply-input
  .cc-recipient
  .tooltip-body
  .tooltip-recipient-name {
  color: #fff;
}

html .ticket-page-wrapper .ticket-page-comp .reply-footer textarea {
  margin-bottom: 12px;
  min-height: 85px;
  display: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
}

html .ticket-page-wrapper .ticket-page-comp .reply-footer .submit-button {
  font-size: 16px;
  padding: 18px 18px;
  display: flex;
  border: none;
  box-sizing: border-box;
  border-radius: 7px;
  background-color: #b2b7bb;
  place-self: flex-end;
  color: #fff;
  margin-top: 12px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .submit-button.enabled {
  cursor: pointer;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .submit-button.enabled:hover {
  opacity: 0.9;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .reply-footer
  .submit-button.enabled:active {
  opacity: 1;
}

html .ticket-page-wrapper .ticket-page-comp .attachments-container {
  margin-top: 6px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .cp-attachments-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .cp-attachments-wrapper
  .attachment {
  height: 45px;
  padding: 0 14px;
  display: flex;
  flex: unset;
  width: 220px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attach-wrapper,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress {
  margin-top: 10px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attach-wrapper {
  display: flex;
  align-items: center;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attach-wrapper
  .add-file-button:disabled {
  cursor: wait;
  color: #b6c1cd;
}

html .ticket-page-wrapper .ticket-page-comp .attachments-container .cancel,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .close-error-cta,
html .ticket-page-wrapper .ticket-page-comp .attachments-container .remove {
  border: 0;
  background: 0;
  cursor: pointer;
  display: inline-flex;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #f0f4f7;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 10px;
  background: #fff;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .progress-bar
  .progress-bar-inner {
  border-radius: 6px;
  height: 2px;
  background: #3899ec;
  transition: width 0.2s;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .cancel {
  float: right;
  margin-right: 12px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .file-name {
  margin: 0 12px;
}

html .ticket-page-wrapper .ticket-page-comp .attachments-container .file.error {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #f0f4f7;
  overflow: hidden;
  padding: 10px 0;
  display: block;
  margin-top: 10px;
  background-color: #feeeed;
  border-color: #ffd7d7;
  padding: 10px 12px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file.error
  .error-message {
  color: #e6223c;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file.error
  .close-error-cta {
  float: right;
}

html .ticket-page-wrapper .ticket-page-comp .attachments-container .attachment {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #f0f4f7;
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #e0e0e0;
  max-width: 310px;
  align-items: center;
  border-radius: 7px;
  flex: 1;
  margin-top: 10px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-name {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin: 0 12px;
  text-decoration: underline;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .remove {
  float: right;
  margin-right: 12px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-name {
  color: #404040;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-name:hover {
  opacity: 0.7;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-name:active {
  opacity: 1;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-btn
  .remove {
  color: #404040;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-btn
  .remove:active {
  opacity: 1;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attachment
  .attachment-btn
  .remove:hover {
  opacity: 0.7;
}

html .ticket-page-wrapper .ticket-page-comp .attachments-container .file-error {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  background: #fafafa;
  border-radius: 7px;
  max-width: 350px;
  border-color: #e35351;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-error
  .error-message {
  margin-top: 3px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress {
  max-width: 310px;
  border-radius: 7px;
  background: #fafafa;
  border-color: #e0e0e0;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .file-name {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #818389;
  opacity: 0.7;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .attachment-btn
  .cancel {
  color: #404040;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .file-progress
  .progress-bar
  .progress-bar-inner {
  height: 5px;
}

html .ticket-page-wrapper .ticket-page-comp .attachments-container .max-size {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #b2b7bb;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attach-button {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attach-button:hover {
  opacity: 0.9;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .attachments-container
  .attach-button:active {
  opacity: 1;
}

html .ticket-page-wrapper .ticket-page-comp .agent-message,
html .ticket-page-wrapper .ticket-page-comp .ticket-content,
html .ticket-page-wrapper .ticket-page-comp .user-message {
  display: flex;
  margin-bottom: 30px;
}

html .ticket-page-wrapper .ticket-page-comp .agent-message .agent-name,
html .ticket-page-wrapper .ticket-page-comp .agent-message .user-name,
html .ticket-page-wrapper .ticket-page-comp .ticket-content .agent-name,
html .ticket-page-wrapper .ticket-page-comp .ticket-content .user-name,
html .ticket-page-wrapper .ticket-page-comp .user-message .agent-name,
html .ticket-page-wrapper .ticket-page-comp .user-message .user-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  text-transform: capitalize;
  margin-bottom: 5px;
}

html .ticket-page-wrapper .ticket-page-comp .agent-avatar-wrapper,
html .ticket-page-wrapper .ticket-page-comp .user-avatar-wrapper {
  display: flex;
  margin-right: 12px;
}

html .ticket-page-wrapper .ticket-page-comp .agent-avatar-wrapper .user-badge,
html .ticket-page-wrapper .ticket-page-comp .user-avatar-wrapper .user-badge {
  opacity: 0;
}

html .ticket-page-wrapper .ticket-page-comp .agent-avatar-wrapper .avatar {
  border-radius: 100%;
  padding: 1px;
  background-clip: content-box;
  width: 45px;
  height: 45px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .agent-avatar-wrapper
  .avatar-initials,
html .ticket-page-wrapper .ticket-page-comp .agent-avatar-wrapper .user-avatar {
  height: 100%;
  width: 100%;
}

html .ticket-page-wrapper .ticket-page-comp .agent-bubble,
html .ticket-page-wrapper .ticket-page-comp .user-bubble {
  padding: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 7px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 630px;
  min-width: 145px;
  word-wrap: break-word;
}

html .ticket-page-wrapper .ticket-page-comp .agent-bubble:not(:last-child),
html .ticket-page-wrapper .ticket-page-comp .user-bubble:not(:last-child) {
  margin-bottom: 8px;
}

html .ticket-page-wrapper .ticket-page-comp .agent-bubble .agent-content,
html .ticket-page-wrapper .ticket-page-comp .agent-bubble .user-content,
html .ticket-page-wrapper .ticket-page-comp .user-bubble .agent-content,
html .ticket-page-wrapper .ticket-page-comp .user-bubble .user-content {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  line-height: 20px;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .agent-bubble
  .agent-content
  .attachment-name,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .agent-bubble
  .user-content
  .attachment-name,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .user-bubble
  .agent-content
  .attachment-name,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .user-bubble
  .user-content
  .attachment-name {
  max-width: 100%;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .agent-bubble
  .agent-content
  .attachment-name.disabled,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .agent-bubble
  .user-content
  .attachment-name.disabled,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .user-bubble
  .agent-content
  .attachment-name.disabled,
html
  .ticket-page-wrapper
  .ticket-page-comp
  .user-bubble
  .user-content
  .attachment-name.disabled {
  color: #b2b7bb;
}

html .ticket-page-wrapper .ticket-page-comp .agent-bubble .agent-content img,
html .ticket-page-wrapper .ticket-page-comp .agent-bubble .user-content img,
html .ticket-page-wrapper .ticket-page-comp .user-bubble .agent-content img,
html .ticket-page-wrapper .ticket-page-comp .user-bubble .user-content img {
  max-width: 100%;
  margin-top: 5px;
}

html .ticket-page-wrapper .ticket-page-comp .user-bubble {
  background: #fafafa;
  border: 1px solid #e0e0e0;
}

html .ticket-page-wrapper .ticket-page-comp .user-bubble .attachment {
  background-color: #f1f2f3;
}

html .ticket-page-wrapper .ticket-page-comp .user-bubble.no-content {
  background: #fff;
}

html
  .ticket-page-wrapper
  .ticket-page-comp
  .user-bubble.no-content
  .attachment {
  background-color: #fafafa;
}

@media (max-width: 600px) {
  html .ticket-page-wrapper .ticket-page-comp {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }

  html .ticket-page-wrapper .ticket-page-comp .replies-header {
    margin-bottom: 20px;
  }

  html .ticket-page-wrapper .ticket-page-comp .divider {
    width: 100%;
    margin: 20px 0;
    background: #f1f2f3;
  }

  html .ticket-page-wrapper .ticket-page-comp .reply-footer {
    width: auto;
  }

  html .ticket-page-wrapper .ticket-page-comp .reply-footer .submit-button {
    place-self: flex-start;
  }

  html .ticket-page-wrapper .ticket-page-comp .ticket-page-content {
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message {
    display: block;
    margin-bottom: 20px;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .agent-name,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .user-name,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .agent-name,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .user-name,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .agent-name,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .user-name {
    margin-left: 48px;
    margin-top: -32px;
    margin-bottom: 18px;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .user-avatar,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .user-avatar,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .user-avatar {
    width: 40px;
    height: 40px;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .agent-bubble,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .user-bubble,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .agent-bubble,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .user-bubble,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .agent-bubble,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .user-bubble {
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 162px;
    word-wrap: break-word;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .agent-bubble
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .user-bubble
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .agent-bubble
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .user-bubble
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .agent-bubble
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .user-bubble
    .text {
    font-weight: 400;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .agent-bubble:not(:last-child),
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .user-bubble:not(:last-child),
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .agent-bubble:not(:last-child),
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .user-bubble:not(:last-child),
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .agent-bubble:not(:last-child),
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .user-bubble:not(:last-child) {
    margin-bottom: 5px;
  }

  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .agent-bubble
    .reply-info
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .agent-message
    .user-bubble
    .reply-info
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .agent-bubble
    .reply-info
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .ticket-content
    .user-bubble
    .reply-info
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .agent-bubble
    .reply-info
    .text,
  html
    .ticket-page-wrapper
    .ticket-page-comp
    .ticket-page-content
    .user-message
    .user-bubble
    .reply-info
    .text {
    font-size: 14px;
  }
}

html .profile-menu-wrapper {
  cursor: pointer;
  position: relative;
}

html .profile-menu-wrapper .profile-menu-button {
  display: flex;
  align-items: center;
}

html .profile-menu-wrapper .profile-menu-button .avatar {
  -webkit-margin-end: 11px;
  margin-inline-end: 11px;
}

html .profile-menu-wrapper .profile-menu-button .avatar .avatar-initials,
html .profile-menu-wrapper .profile-menu-button .avatar .user-avatar {
  width: 36px;
  height: 36px;
}

html .profile-menu-wrapper .profile-menu-button .open-icon {
  transform: rotate(90deg);
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  transition: transform 0.2s;
}

html .profile-menu-wrapper .profile-menu-button .open-icon.open {
  transform: rotate(-90deg);
}

html .profile-menu-wrapper .profile-menu-button:hover .open-icon,
html
  .profile-menu-wrapper
  .profile-menu-button:hover
  .profile-menu-button-title {
  opacity: 0.9;
}

html .profile-menu-wrapper .profile-menu-body {
  width: 128px;
  top: 46px;
  left: 0;
  position: absolute;
  border-radius: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 5px 0;
}

html .profile-menu-wrapper .profile-menu-body .menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

html .profile-menu-wrapper .profile-menu-body .menu-item a {
  padding: 10px 15px;
  text-decoration: none;
  color: #404040;
}

html .profile-menu-wrapper .profile-menu-body .menu-item:hover {
  background-color: #f1f2f3;
  opacity: 0.8;
}

html .profile-menu-wrapper .profile-menu-body .menu-item:active {
  opacity: 1;
}

html .user-info .user-info-title {
  padding: 14px 14px 0;
  display: flex;
  align-items: center;
}

html .user-info .user-info-title .user-name {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-left: 8px;
  color: #404040;
}

html .user-info .user-info-title .avatar-initials,
html .user-info .user-info-title .user-avatar {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

html .user-info .user-info-wrapper {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-bottom: 1px solid #b2b7bb;
}

html .user-info .user-info-wrapper .info-row {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

html .user-info .user-info-wrapper .info-row .label {
  min-width: 80px;
  color: #b2b7bb;
  margin-right: 2px;
}

html .user-info .user-info-wrapper .info-row .content {
  color: #818389;
  margin-bottom: 8px;
}

html .user-info .content.email {
  word-break: break-all;
}

html .user-info .content.companies {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0 !important;
}

html .user-info .companies-list,
html .user-info phone-list {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  overflow-y: auto;
}

html .user-info .companies-list .company-name,
html .user-info phone-list .company-name {
  margin-bottom: 6px;
}

html .user-info .show-more-btn {
  display: flex;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin-bottom: 6px;
}

html .user-menu-wrapper {
  position: relative;
}

html .user-menu-wrapper .user-menu-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

html .user-menu-wrapper .user-menu-button .avatar {
  -webkit-margin-end: 11px;
  margin-inline-end: 11px;
}

html .user-menu-wrapper .user-menu-button .avatar .avatar-initials,
html .user-menu-wrapper .user-menu-button .avatar .user-avatar {
  width: 36px;
  height: 36px;
}

html .user-menu-wrapper .user-menu-body {
  width: 245px;
  top: 46px;
  right: -45px;
  position: absolute;
  border-radius: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

html .user-menu-wrapper .user-menu-body .links-wrapper .menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

html .user-menu-wrapper .user-menu-body .links-wrapper .menu-item a {
  padding: 20px 14px 14px;
  text-decoration: none;
  color: #404040;
  width: 100%;
}

html .user-menu-wrapper .user-menu-body .links-wrapper .menu-item .logout-link {
  padding: 0 14px 20px;
}

html .user-menu-wrapper .user-menu-body .links-wrapper .menu-item:active {
  opacity: 1;
}

html .status-label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  --label-height: 24px;
  height: var(--label-height);
  border-radius: 6px;
  line-height: var(--label-height);
  padding: 0 8px;
  color: #fff;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

html .status-label.investigating,
html .status-label.open {
  background-color: #ff7171;
}

html .status-label.closed,
html .status-label.solved {
  background-color: #bdbdbd;
}

html .status-label.pending {
  background-color: #2995f2;
}

html .customer-portal-tabs {
  border-bottom: 1px solid #f1f2f3;
  width: 100%;
}

html .customer-portal-tabs .tabs-inner {
  display: flex;
  margin: 0 auto;
  max-width: 1048px;
  padding: 0 24px;
}

html .customer-portal-tabs .tabs-inner .tab {
  text-decoration: none;
  padding: 19px 0;
  margin-right: 36px;
  font-weight: 400;
  line-height: normal;
}

html .customer-portal-tabs .tabs-inner .tab,
html .customer-portal-tabs .tabs-inner .tab.selected {
  font-size: 14px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

html .customer-portal-tabs .tabs-inner .tab.selected {
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

html .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

html .pagination .page {
  padding: 0 3px;
  cursor: pointer;
  color: #20455e;
  text-decoration: none;
}

@media (max-width: 600px) {
  html .pagination .page {
    font-weight: 400;
    line-height: normal;
  }

  html .pagination .page,
  html .pagination .page.current {
    font-size: 14px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }

  html .pagination .page.current {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
}

@media (min-width: 600px) {
  html .pagination .page {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }

  html .pagination .page.current {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
  }
}

html .pagination .page.current {
  font-weight: 500px;
}

html .pagination .divider {
  cursor: default;
  padding: 0 5px;
}

html .pagination .arrow-wrapper {
  padding: 0 3px;
  display: flex;
  cursor: pointer;
}

html .pagination .arrow-wrapper .next-arrow {
  transform: rotate(180deg);
}

html .tooltip-comp:not(.tooltip-trigger) .popper-arrow {
  display: none;
}

html .tooltip-comp:not(.tooltip-trigger).popper {
  background-color: #404040 !important;
  border-radius: 7px !important;
  padding: 0 !important;
  top: -3px !important;
}

html .ticket-filter-multi-select-drop-down-icon {
  margin-right: 14px;
}

html .ticket-filter-multi-select-name {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-left: 6px;
  color: #818389;
}

html .ticket-filter-multi-select .tooltip-comp.tooltip-trigger {
  overflow: hidden;
}

html .ticket-filter-multi-select-value {
  color: #404040;
  display: block;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html .ticket-filter-multi-select__control {
  border: 1px solid #cbd2d9;
  box-shadow: none;
}

html .ticket-filter-multi-select__control:hover {
  border-color: #cbd2d9;
}

html .ticket-filter-multi-select__value-container {
  flex-wrap: nowrap;
}

html .ticket-filter-multi-select__indicator-separator {
  display: none;
}

html .ticket-filter-multi-select__option {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #404040;
  display: flex;
  justify-content: space-between;
}

html .ticket-filter-multi-select__option:active {
  background-color: unset;
}

html .ticket-filter-multi-select__option--is-selected {
  background-color: #fff;
}

html .ticket-filter-multi-select__option--is-active,
html .ticket-filter-multi-select__option--is-focused {
  background-color: #eaf7ff;
}

html .ticket-filter-multi-select__option:first-child {
  border-bottom: 1px solid #dfe5eb;
}

html .ticket-filter-multi-select svg {
  fill: none;
}

html .ticket-search-input {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 9px 14px;
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  cursor: pointer;
  max-width: calc(min(448px, calc(100vw - 40px)));
}

html .ticket-search-input .search-icon-wrapper {
  display: flex;
  align-items: center;
}

html .ticket-search-input .filter-input {
  font-size: 14px;
  color: #404040;
  border: none;
  outline: none;
  width: 100%;
  padding-left: 11px;
}

html .ticket-search-input .filter-input::-moz-placeholder {
  color: #b2b7bb;
}

html .ticket-search-input .filter-input:-ms-input-placeholder {
  color: #b2b7bb;
}

html .ticket-search-input .filter-input::placeholder {
  color: #b2b7bb;
}

html .ticket-search-input .clear-input .clear-input-icon {
  cursor: pointer;
}

html .loader {
  text-align: center;
  display: block;
}

html .loader > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
}

html .loader .bounce1 {
  animation-delay: -0.32s;
}

html .loader .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

html .aul {
  font-family: unset;
}

html .Popover-body {
  box-shadow: 0 6px 6px 0 rgba(22, 45, 61, 0.06),
    0 0 18px 0 rgba(22, 45, 61, 0.12);
  border-radius: 4px;
  padding: 0;
  background: #fff;
}

html .viewer-root-container {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

html .viewer-root-container.is-preview {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html .viewer-root-container.is-preview .ticket-list-table-wrapper {
  pointer-events: all;
}

html .viewer-root-container.is-preview .ticket-list-table-wrapper > * {
  pointer-events: none;
}

html .viewer-root-container .outer-page-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}

html .viewer-root-container .outer-page-container .page-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

html .viewer-root-container .outer-page-container .page-wrapper .page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

html
  .viewer-root-container
  .outer-page-container
  .page-wrapper
  .page-content
  .page-content-sections {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (max-width: 600px) {
  html .viewer-root-container .header .aul.user-toolbar-container {
    display: none;
  }
}

html .loading-container {
  padding: 300px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

html .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

html .content-wrapper > :last-child {
  flex-grow: 1;
}

html .content-wrapper .navigation-sidebar {
  position: sticky;
  align-self: flex-start;
  width: 260px;
  border-right: 1px solid #f1f2f3;
}

html .page-container {
  position: relative;
}

html .page-container.article-list.last-section,
html .page-container.article.last-section,
html .page-container.categories.last-section,
html .page-container.core-article-list.last-section,
html .page-container.search-results.last-section {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
}

html .page-container.article-list.last-section .articles-section,
html .page-container.article-list.last-section .categories-section,
html .page-container.article-list.last-section .search-results,
html .page-container.article.last-section .articles-section,
html .page-container.article.last-section .categories-section,
html .page-container.article.last-section .search-results,
html .page-container.categories.last-section .articles-section,
html .page-container.categories.last-section .categories-section,
html .page-container.categories.last-section .search-results,
html .page-container.core-article-list.last-section .articles-section,
html .page-container.core-article-list.last-section .categories-section,
html .page-container.core-article-list.last-section .search-results,
html .page-container.search-results.last-section .articles-section,
html .page-container.search-results.last-section .categories-section,
html .page-container.search-results.last-section .search-results {
  width: 100%;
}

html .page-container.article-list.last-section .section-article,
html .page-container.article.last-section .section-article,
html .page-container.categories.last-section .section-article,
html .page-container.core-article-list.last-section .section-article,
html .page-container.search-results.last-section .section-article {
  height: 100%;
}

@media screen and (min-width: 1170px) {
  html .page-container.article-list .navigation-sidebar,
  html .page-container.article .navigation-sidebar,
  html .page-container.categories .navigation-sidebar,
  html .page-container.core-article-list .navigation-sidebar,
  html .page-container.search-results .navigation-sidebar {
    position: sticky;
    align-self: flex-start;
  }
}

@media screen and (max-width: 600px) {
  html .page-container.article-list .navigation-sidebar,
  html .page-container.article .navigation-sidebar,
  html .page-container.categories .navigation-sidebar,
  html .page-container.core-article-list .navigation-sidebar,
  html .page-container.search-results .navigation-sidebar {
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.66);
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1170px) {
  html .page-container.article-list .navigation-sidebar,
  html .page-container.article .navigation-sidebar,
  html .page-container.categories .navigation-sidebar,
  html .page-container.core-article-list .navigation-sidebar,
  html .page-container.search-results .navigation-sidebar {
    position: fixed;
    z-index: 99;
  }
}

html .page-container.profile.last-section {
  display: flex;
  flex-grow: 1;
}

html .footer {
  height: 129px;
}

html .footer.banner-only {
  height: 35px;
}

html .footer.banner-only .footer-container {
  display: none;
}

html .footer.no-banner {
  height: 95px;
}

@media (max-width: 600px) {
  html .footer.mobile-hidden {
    display: none;
  }

  html .footer.mobile-banner-only {
    height: 35px;
  }

  html .footer.mobile-banner-only .footer-container {
    display: none;
  }
}

html .show-override-indicator .override-indicator {
  position: relative;
}

html .show-override-indicator .override-indicator:after {
  background-color: #000;
  color: #fff;
  float: right;
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "No Overrides";
}

html .show-override-indicator .override-indicator.ejs-true:after {
  content: "Overriden: EJS";
}

html .show-override-indicator .override-indicator.css-true:after {
  content: "Overriden: SCSS";
}

html .show-override-indicator .override-indicator.ejs-true.css-true:after {
  content: "Overriden: EJS & SCSS";
}

.editor {
  overflow-y: auto;
  width: 400px;
}

body {
  margin: 0;
  overflow: auto;
}

.root,
body {
  height: 100%;
}

.root {
  flex-grow: 1;
}
