/*! Telia ACE Reference Chat Client. For license and copyright information, see https://[PATH-TO-TELIA-ACE-REFERENCE-CHAT-CLIENT]/LICENSE.txt file */
/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat {
  display: block;
  z-index: 1016;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #4b4b4b;
  box-sizing: content-box;
}
cg-chat #cg-chat-check-for-css-calc {
  width: 1px;
  width: calc(1px + 1px);
}
cg-chat .cg-chat-screen-reader {
  text-indent: -5000px;
  position: absolute;
}
cg-chat-view {
  display: block;
}

/*
 * Some helper mixins.
 */
/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-chat-tab .cg-chat-type-icon {
  vertical-align: middle;
}
cg-chat cg-chat-tab {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
  display: block;
  position: fixed;
  top: 100px;
  right: -60px;
  width: 50px;
  height: 160px;
  transition: right 0.55s ease-out;
  overflow: hidden;
  pointer-events: none;
  background-color: #458894;
  z-index: 1016;
  border-radius: 15px 15px 0px 15px;
}
cg-chat.cg-chat-tab-visible cg-chat-tab {
  right: 0;
  cursor: pointer;
  pointer-events: all;
  border-radius: 15px 15px 0px 15px;
}
cg-chat .closed {
  background-color: #7c99b2 !important;
}
cg-chat .cg-chat-tab {
  width: 160px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  transform: rotate(-90deg) translate(-50px, -50px);
  cursor: pointer;
}
cg-chat .cg-chat-tab .cg-chat-type-icon {
  width: 30px;
  height: 30px;
  margin-left: -14px;
}
cg-chat .cg-chat-tab.cg-chat-tab-top-down-text {
  position: relative;
  transform: translate(-50px, 35px);
}
cg-chat .cg-chat-tab.cg-chat-tab-top-down-text:before {
  content: '';
  position: absolute;
  top: calc(50% -  40px / 2 + 2px );
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 5px;
}
cg-chat .cg-chat-tab.cg-chat-tab-top-down-text:after {
  content: '';
  position: absolute;
  top: calc(50% -  40px / 2 + 13px );
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #458894;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 10px;
}
cg-chat cg-chat-tab.is-video-chat {
  color: #fff;
  background-color: #333333;
}
@media (max-width: 480px) {
  cg-chat.cg-chat-user-is-on-mobile cg-chat-tab {
    width: 30px;
    height: 125px;
  }
  cg-chat.cg-chat-user-is-on-mobile .cg-chat-tab {
    width: 125px;
    height: 30px;
    line-height: 34px;
    font-size: 18px;
    transform: rotate(-90deg) translate(-48px, -48px);
  }
  cg-chat.cg-chat-user-is-on-mobile .cg-chat-tab.cg-chat-tab-top-down-text {
    transform: translate(-48px, 33.6px);
  }
  cg-chat.cg-chat-user-is-on-mobile .cg-chat-tab.cg-chat-tab-top-down-text:before {
    top: calc(50% -  28px / 2 );
    width: 22px;
    height: 28px;
  }
  cg-chat.cg-chat-user-is-on-mobile .cg-chat-tab.cg-chat-tab-top-down-text:after {
    width: 15px;
    height: 15px;
    top: calc(50% -  28px / 2 + 11px );
    left: 0;
    right: 0;
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*
 * Sets default styles to some base elements in cg-chat element
 */
cg-chat {
  /* fix for ALM-18459: checkbox can not have a set width and height in Mac Safari */
  /* fix for ALM-18459: checkbox can not have a set width and height in Mac Safari */
}
cg-chat *:after,
cg-chat *:before {
  box-sizing: content-box;
}
cg-chat input:not([type='checkbox']),
cg-chat button,
cg-chat select,
cg-chat textarea {
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 16px;
  color: #4b4b4b;
  font-weight: normal;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  height: 30px;
  padding: 6px;
  margin: 0;
  background: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px 3px 3px 3px;
}
cg-chat input:not([type='checkbox']):focus,
cg-chat button:focus,
cg-chat select:focus,
cg-chat textarea:focus,
cg-chat input:not([type='checkbox']):hover,
cg-chat button:hover,
cg-chat select:hover,
cg-chat textarea:hover {
  background: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
cg-chat input:not([type='checkbox']).cg-chat-input-flash,
cg-chat button.cg-chat-input-flash,
cg-chat select.cg-chat-input-flash,
cg-chat textarea.cg-chat-input-flash,
cg-chat input:not([type='checkbox']):focus.cg-chat-input-flash,
cg-chat button:focus.cg-chat-input-flash,
cg-chat select:focus.cg-chat-input-flash,
cg-chat textarea:focus.cg-chat-input-flash,
cg-chat input:not([type='checkbox']):hover.cg-chat-input-flash,
cg-chat button:hover.cg-chat-input-flash,
cg-chat select:hover.cg-chat-input-flash,
cg-chat textarea:hover.cg-chat-input-flash {
  background-color: #f9dc00;
}
cg-chat input:not([type='checkbox']).cg-chat-input-error,
cg-chat button.cg-chat-input-error,
cg-chat select.cg-chat-input-error,
cg-chat textarea.cg-chat-input-error {
  background-color: #fef3f6;
  border-top-color: #b30024 !important;
}
cg-chat input:not([type='checkbox']).cg-chat-input-error::placeholder,
cg-chat button.cg-chat-input-error::placeholder,
cg-chat select.cg-chat-input-error::placeholder,
cg-chat textarea.cg-chat-input-error::placeholder {
  color: #b30024;
}
cg-chat input:not([type='checkbox']).cg-chat-input-error:not(textarea),
cg-chat button.cg-chat-input-error:not(textarea),
cg-chat select.cg-chat-input-error:not(textarea),
cg-chat textarea.cg-chat-input-error:not(textarea) {
  border-color: #b30024 !important;
}
cg-chat input:not([type='checkbox']).cg-chat-input-error + .cg-chat-input-error-label,
cg-chat button.cg-chat-input-error + .cg-chat-input-error-label,
cg-chat select.cg-chat-input-error + .cg-chat-input-error-label,
cg-chat textarea.cg-chat-input-error + .cg-chat-input-error-label {
  display: block;
}
cg-chat .cg-chat-input-error-label {
  background-color: #b30024;
  color: white;
  position: absolute;
  bottom: 100%;
  right: 20px;
  font-size: 12px;
  padding: 3px 6px 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: none;
}
cg-chat input[type='checkbox'] {
  padding: 6px;
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 16px;
  color: #4b4b4b;
  font-weight: normal;
  margin: 0;
  background: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px 3px 3px 3px;
}
cg-chat input[type='checkbox']:focus,
cg-chat input[type='checkbox']:hover {
  background: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
cg-chat input[type='checkbox'].cg-chat-input-flash,
cg-chat input[type='checkbox']:focus.cg-chat-input-flash,
cg-chat input[type='checkbox']:hover.cg-chat-input-flash {
  background-color: #f9dc00;
}
cg-chat textarea::placeholder,
cg-chat input::placeholder {
  color: #595959;
}
cg-chat input,
cg-chat select {
  min-height: 30px;
  max-height: 30px;
}
cg-chat button {
  overflow: hidden;
  line-height: 25px;
  cursor: pointer;
  letter-spacing: normal;
  text-align: center;
}
cg-chat button:active img {
  opacity: 1;
}
cg-chat select {
  color: #595959;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
cg-chat select::-ms-expand {
  display: none;
}
cg-chat select:focus::-ms-value {
  color: #4b4b4b;
  background-color: #fff;
}
cg-chat select option {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
cg-chat div {
  line-height: normal;
  padding: 0;
  margin: 0;
}
cg-chat svg,
cg-chat img {
  display: inline-block;
}
cg-chat .cg-chat-cloaked {
  opacity: 0 !important;
}
cg-chat .cg-chat-hidden {
  display: none !important;
}
cg-chat .cg-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  height: 100%;
}
cg-chat .cg-buttons-container button {
  all: unset;
  box-sizing: border-box;
  border: 0;
  color: white;
  font-family: sans-serif;
  padding: 8px 16px;
}
cg-chat .cg-buttons-container button.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
cg-chat .cg-buttons-container .icon {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
cg-chat .cg-buttons-container .icon.text {
  border-radius: 21px;
  min-height: 42px;
  width: unset;
  padding: 8px 16px;
}
cg-chat .cg-buttons-container .icon svg {
  height: 18px;
}
cg-chat .cg-buttons-container .icon.text svg {
  padding-right: 12px;
}
cg-chat .cg-buttons-container .text {
  border-radius: 21px;
  min-height: 42px;
  min-width: 96px;
  width: unset;
  padding: 0 16px;
  font-size: 16px;
}
cg-chat .cg-buttons-container .ok {
  background-color: #666666;
}
cg-chat .cg-buttons-container .ok:hover {
  background-color: #5b5b5b;
}
cg-chat .cg-buttons-container .ok:active {
  background-color: #474747;
}
cg-chat .cg-buttons-container .ok.status {
  color: white;
  background-color: #018945;
}
cg-chat .cg-buttons-container .ok.status:hover {
  color: white;
  background-color: #017b3e;
}
cg-chat .cg-buttons-container .ok.status:active {
  color: white;
  background-color: #016e37;
}
cg-chat .cg-buttons-container .cancel {
  background-color: #b2012c;
}
cg-chat .cg-buttons-container .cancel:hover {
  background-color: #a00128;
}
cg-chat .cg-buttons-container .cancel:active {
  background-color: #8e0123;
}
cg-chat .cg-buttons-container .on {
  color: black;
  background-color: #ffffff;
}
cg-chat .cg-buttons-container .on:hover {
  color: black;
  background-color: #e5e5e5;
}
cg-chat .cg-buttons-container .on:active {
  color: black;
  background-color: #cccccc;
}

/*
 * Apply normalize.css inside cg-chat.
 * Slightly adapted with:
 *  - html, body etc -> cg-chat on line 31.
 *  - font: inherit removed on line 282.
 */
/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address inconsistent styling of `abbr[title]`.
   * 1. Correct styling in Firefox 39 and Opera 12.
   * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Address inconsistent styling of b and strong.
   * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
   * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
   */
  /**
   * Address styling not present in Safari and Chrome.
   */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in IE 8/9.
   */
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  /**
   * Address inconsistent styling of `hr`.
   * 1. Correct `box-sizing` set to `border-box` in Firefox.
   * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
   */
  /**
   * Contain overflow in all browsers.
   */
  /**
   * 1. Correct inheritance and scaling of font-size for preformatted text.
   * 2. Address odd `em`-unit font size rendering in all browsers.
   */
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct font properties not being inherited.
   * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  /**
   * Re-set default cursor for disabled elements.
   */
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  /**
   * Restore focus style in Firefox 4+ (unset by a rule above)
   */
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  /**
   * Address `appearance` set to `searchfield` in Safari and Chrome.
   */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  /**
   * Define consistent border, margin, and padding.
   */
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  /**
   * Restore font weight (unset by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
}
cg-chat article,
cg-chat aside,
cg-chat details,
cg-chat figcaption,
cg-chat figure,
cg-chat footer,
cg-chat header,
cg-chat main,
cg-chat menu,
cg-chat nav,
cg-chat section,
cg-chat summary {
  display: block;
}
cg-chat audio,
cg-chat canvas,
cg-chat progress,
cg-chat video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
cg-chat audio:not([controls]) {
  display: none;
  height: 0;
}
cg-chat [hidden],
cg-chat template {
  display: none;
}
cg-chat a {
  background-color: transparent;
  color: #224771;
}
cg-chat a:active,
cg-chat a:hover {
  outline: 0;
}
cg-chat abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
cg-chat b,
cg-chat strong {
  font-weight: inherit;
  /* 1 */
}
cg-chat b,
cg-chat strong {
  font-weight: bolder;
  /* 2 */
}
cg-chat dfn {
  font-style: italic;
}
cg-chat h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
cg-chat mark {
  background-color: #ff0;
  color: #000;
}
cg-chat small {
  font-size: 80%;
}
cg-chat sub,
cg-chat sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
cg-chat sup {
  top: -0.5em;
}
cg-chat sub {
  bottom: -0.25em;
}
cg-chat img {
  border: 0;
}
cg-chat svg:not(:root) {
  overflow: hidden;
}
cg-chat figure {
  margin: 1em 40px;
}
cg-chat hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
cg-chat pre {
  overflow: auto;
}
cg-chat code,
cg-chat kbd,
cg-chat pre,
cg-chat samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
cg-chat button,
cg-chat input,
cg-chat optgroup,
cg-chat select,
cg-chat textarea {
  margin: 0;
  /* 2 */
  box-shadow: none;
}
cg-chat button {
  overflow: visible;
}
cg-chat button,
cg-chat select {
  text-transform: none;
}
cg-chat button,
cg-chat html input[type="button"],
cg-chat input[type="reset"],
cg-chat input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
cg-chat button[disabled],
cg-chat html input[disabled] {
  cursor: default;
}
cg-chat button::-moz-focus-inner,
cg-chat input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
cg-chat button:-moz-focusring,
cg-chat input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
cg-chat input {
  line-height: normal;
}
cg-chat input[type='checkbox'],
cg-chat input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
cg-chat input[type='number']::-webkit-inner-spin-button,
cg-chat input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
cg-chat input[type='search'] {
  -webkit-appearance: textfield;
}
cg-chat input[type='search']::-webkit-search-cancel-button,
cg-chat input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
cg-chat fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
cg-chat legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
cg-chat textarea {
  overflow: auto;
}
cg-chat optgroup {
  font-weight: bold;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-chat-window {
  display: block;
  position: fixed;
  width: 320px;
  height: 570px;
  bottom: 0px;
  right: 40px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1018;
  border-top-left-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window {
  border-top-left-radius: 0;
}
cg-chat .cg-chat-window-content {
  box-sizing: border-box;
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window {
  height: 100%;
  width: 100% !important;
  min-width: 320px;
  top: 0;
  left: 0;
  right: initial;
  bottom: initial;
}
cg-chat.cg-chat-user-is-on-mobile .cg-chat-window {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
cg-chat.cg-chat-user-is-on-mobile .cg-chat-window-content {
  box-sizing: border-box;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break,
cg-chat .cg-chat-survey-message {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
cg-chat .cg-chat-survey {
  overflow: auto;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px 6px;
}
cg-chat .cg-chat-survey:last-child {
  margin-bottom: 0;
}
cg-chat .cg-chat-survey-message .cg-chat-survey-message-html {
  line-height: 20px;
  font-size: 14px;
  color: #595959;
  text-align: center;
}
cg-chat .cg-chat-survey-message .cg-chat-survey-message-progress-text {
  line-height: 20px;
  font-size: 14px;
  color: #595959;
  text-align: center;
}
cg-chat .cg-chat-survey-message .cg-chat-survey-message-progress-bar {
  line-height: 20px;
  font-size: 14px;
  color: #595959;
  text-align: center;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break,
cg-chat .cg-chat-knowledge-guide-button-right p {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
cg-chat .cg-chat-knowledge-guide {
  overflow: unset;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px 6px;
  margin: 0px;
}
cg-chat .cg-chat-knowledge-guide button {
  height: 100%;
  box-shadow: 2px 2px 2px #c8e4eb;
  border-radius: 18px;
  border: 1px solid #458894;
  color: #458894;
  padding: 10px;
  margin: 0px;
}
cg-chat .cg-chat-knowledge-guide-button-left {
  float: left;
}
cg-chat .cg-chat-knowledge-guide-button-right span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 15px;
}
cg-chat .cg-chat-knowledge-guide-button-right p {
  color: #458894;
  font-size: 1em;
  text-align: left;
  width: 100%;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-chat-window-message-log {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1016;
  box-sizing: border-box;
  height: 440px;
  border-bottom: none;
  padding-top: 15px;
  background-color: #fff;
}
cg-chat .cg-chat-window-message-log cg-chat-email-offer {
  padding-top: 20px;
  padding-bottom: 20px;
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window-message-log,
cg-chat.cg-chat-user-is-on-mobile .cg-chat-window-message-log {
  height: calc(100% -  130px );
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break,
cg-chat .cg-chat-message,
cg-chat .cg-chat-system-message,
cg-chat .cg-chat-agent-message-not-open .cg-chat-agent-message-text,
cg-chat #cg-chat-open-hours,
cg-chat .cg-chat-agent-message .cg-chat-agent-message-text,
cg-chat .cg-chat-customer-message .cg-chat-agent-message-text,
cg-chat .cg-chat-agent-message .cg-chat-customer-message-text,
cg-chat .cg-chat-customer-message .cg-chat-customer-message-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
cg-chat .cg-chat-message {
  overflow: auto;
  position: relative;
  margin-bottom: 8px;
  padding: 0 15px 8px;
}
cg-chat .cg-chat-message:last-child {
  margin-bottom: 0;
}
cg-chat .cg-chat-system-message .cg-chat-system-message-text {
  line-height: 20px;
  font-size: 14px;
  color: #595959;
  text-align: center;
}
cg-chat .cg-chat-system-message-alias {
  font-size: 14px;
}
cg-chat .cg-chat-system-message-timestamp {
  font-size: 12px;
  text-align: center;
  color: #595959;
}
cg-chat .cg-chat-agent-message-not-open {
  box-sizing: content-box;
  position: relative;
  padding: 15px 15px 50px 15px;
  z-index: 1016;
  background-color: #dce4eb;
  border-radius: 0px 0px 30px 0px;
}
cg-chat .cg-chat-agent-message-not-open .cg-chat-agent-message-text {
  white-space: pre-wrap;
  font-size: 16px;
}
cg-chat .cg-chat-agent-message-not-open .cg-chat-agent-message-text div {
  font-weight: 100;
}
cg-chat #cg-chat-open-hours {
  white-space: pre-wrap;
  font-size: 16px;
}
cg-chat #cg-chat-open-hours table {
  margin-left: 12%;
}
cg-chat #cg-chat-open-hours h1 {
  font-size: 1.5em;
  text-align: center;
}
cg-chat #cg-chat-open-hours div {
  font-weight: 100;
}
cg-chat #cg-chat-open-hours td {
  padding: 4px;
  padding-left: 30px;
}
cg-chat .cg-chat-agent-message,
cg-chat .cg-chat-customer-message {
  box-sizing: content-box;
  max-width: calc(100% -  65px );
  display: inline-block;
  position: relative;
  padding: 10px;
  z-index: 1016;
}
cg-chat .cg-chat-agent-message.cg-chat-message-has-alias,
cg-chat .cg-chat-customer-message.cg-chat-message-has-alias {
  margin-top: 18px;
}
cg-chat .cg-chat-agent-message .cg-chat-agent-message-text,
cg-chat .cg-chat-customer-message .cg-chat-agent-message-text,
cg-chat .cg-chat-agent-message .cg-chat-customer-message-text,
cg-chat .cg-chat-customer-message .cg-chat-customer-message-text {
  white-space: pre-wrap;
  font-size: 16px;
}
cg-chat .cg-chat-agent-avatar {
  vertical-align: bottom;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1017;
  padding-left: 6px;
}
cg-chat .cg-chat-agent-avatar img {
  height: 34px;
  width: 32px;
}
cg-chat .cg-chat-agent-message {
  float: left;
  color: #4b4b4b;
  border-radius: 20px 20px 20px 0px;
  background-color: #e7e7e7;
}
cg-chat .cg-chat-agent-message-alias {
  margin-top: -28px;
  margin-bottom: 12px;
  color: #4b4b4b;
  margin-left: -13px;
  font-size: 14px;
}
cg-chat .cg-chat-customer-message {
  float: right;
  color: #fff;
  border-radius: 20px 20px 0px 20px;
  background-color: #458894;
}
cg-chat .cg-chat-customer-message-alias {
  margin-top: -28px;
  margin-bottom: 12px;
  color: #4b4b4b;
  margin-left: -13px;
  font-size: 14px;
}
cg-chat .cg-chat-agent-message-timestamp,
cg-chat .cg-chat-customer-message-timestamp {
  font-size: 12px;
  padding-top: 6px;
  float: right;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-chat-window-agent-pen-status {
  overflow: auto;
  position: relative;
  text-align: center;
}
cg-chat .cg-chat-window-agent-pen-status span {
  position: relative;
  bottom: 0;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation: cg-chat-pen-status-jumping-dots 1.5s linear infinite;
}
cg-chat .cg-chat-window-agent-pen-status span.cg-chat-pen-status-dot-1 {
  animation-delay: 200ms;
}
cg-chat .cg-chat-window-agent-pen-status span.cg-chat-pen-status-dot-2 {
  animation-delay: 400ms;
}
@keyframes cg-chat-pen-status-jumping-dots {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .email-offer-log {
  height: calc(100% -  50px );
}
cg-chat .cg-chat-email-offer-form {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out;
}
cg-chat .cg-chat-email-offer-form > div {
  box-sizing: border-box;
  height: 100%;
}
cg-chat .cg-chat-email-offer-form > div > input,
cg-chat .cg-chat-email-offer-form > div > button {
  margin-bottom: 10px;
  height: 30px;
  max-height: 30px;
  min-height: 30px;
}
cg-chat .cg-chat-email-offer-button {
  background: #458894;
  color: #fff;
  line-height: 36px;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
cg-chat .cg-chat-email-offer-button:focus,
cg-chat .cg-chat-email-offer-button:hover {
  background: #458894;
  color: #fff;
  outline: none;
}
cg-chat .cg-chat-email-offer-input-group {
  display: flex;
  border: 1px solid #d6d6d6;
  border-radius: 3px 3px 3px 3px;
}
cg-chat .cg-chat-email-offer-input-group > input {
  min-width: calc(100% -  30px );
  width: calc(100% -  30px );
  max-width: calc(100% -  30px );
  border: none;
}
cg-chat .cg-chat-email-offer-input-group > button {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  padding: 0;
  border: none;
}
cg-chat .cg-chat-email-offer-input-group > button img {
  background: #458894;
  border-radius: 3px;
}
cg-chat .cg-chat-email-offer-done,
cg-chat .cg-chat-email-offer-over {
  color: #458894;
  width: 100%;
  text-align: center;
  line-height: 75px;
}
cg-chat .cg-chat-email-offer-over {
  color: #4b4b4b;
}
cg-chat cg-chat-email-offer {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
cg-chat cg-chat-email-offer.cg-chat-email-offer-show .cg-chat-email-offer-form {
  height: 55px;
  margin-top: 10px;
}
cg-chat cg-chat-email-offer.cg-chat-email-offer-show:after {
  content: '';
  display: block;
  width: 100%;
  height: 55px;
  animation: cg-chat-remove-height 0.5s ease-in-out forwards;
}
@keyframes cg-chat-remove-height {
  100% {
    height: 0;
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat cg-chat-system-message {
  position: absolute;
  top: 49px;
  display: block;
  z-index: 1021;
  box-sizing: border-box;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  word-break: keep-all;
  padding: 15px;
  width: 100%;
  background-color: white;
  border: 1px solid #979797;
  transition: height 0.5s;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
}
cg-chat cg-chat-system-message.cg-chat-folded {
  animation: cg-chat-system-message-folded 1.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
}
cg-chat cg-chat-system-message.cg-chat-folded-fast {
  animation: cg-chat-system-message-folded 0s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
  display: none;
}
cg-chat cg-chat-system-message .cg-chat-system-message-button {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
@keyframes cg-chat-system-message-folded {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
cg-chat .cg-chat-window-input-area .cg-chat-request-video-chat {
  padding: 12px 15px 16px;
}
cg-chat .cg-chat-window-input-area .cg-chat-request-video-chat > div {
  display: inline;
  line-height: 10px;
  vertical-align: middle;
  margin: 130px;
}
cg-chat .cg-chat-window-input-area .cg-chat-request-video-chat label {
  display: inline;
  vertical-align: middle;
}
cg-chat .cg-chat-window-input-area .cg-chat-request-video-chat input {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
cg-chat .cg-chat-window-input-area .cg-chat-request-video-chat input:checked {
  background-color: #458894;
}
cg-chat .cg-chat-log-is-resizing {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
cg-chat .cg-chat-window-input-area {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  background-color: #fff;
}
cg-chat .cg-chat-window-input-area.cg-chat-resizable > .cg-chat-resize-handle {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 8px;
  opacity: 0.4;
  cursor: ns-resize;
  z-index: 1017;
  border-bottom: 1px solid #ececec;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-text-area {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  width: calc(100% -  60px );
  max-width: calc(100% -  60px );
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  height: 68px;
  resize: none;
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-text-area:disabled {
  opacity: 0.3;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-text-area:focus {
  outline: none;
}
cg-chat .cg-chat-window-input-area .text-area-chat-view {
  float: left;
  min-width: calc(100% -  60px );
  border-top: none !important;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-send {
  box-sizing: border-box;
  background-color: #458894;
  text-align: center;
  line-height: 0;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  color: #fff !important;
  width: calc(100% -  30px );
  max-width: calc(100% -  30px );
  min-width: calc(100% -  30px );
  margin-left: 15px;
  margin-bottom: 4px;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-send:disabled {
  cursor: default;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-send:disabled:active img {
  opacity: 1;
}
cg-chat .cg-chat-window-input-area .cg-chat-window-input-send:disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
cg-chat .cg-chat-window-input-area .button-chat-view {
  color: #458894 !important;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  float: left;
  margin: 0;
  background: none;
  height: 68px;
  min-height: 68px;
  max-height: 68px;
}
cg-chat .cg-chat-window-input-area .button-chat-view img {
  background: #458894;
  border-radius: 3px;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
/*
 * Some helper mixins.
 */
.cg-chat-prevent-text-selection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.cg-chat-word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
cg-chat .cg-chat-window-handle {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #458894;
  color: #fff;
  font-size: 18px;
  padding-left: 12px;
  z-index: 10;
  cursor: move;
  z-index: 1026;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-title {
  display: inline-block;
  color: #fff;
  max-width: calc(100% - 100px);
  overflow: hidden;
  max-height: 50px;
}
cg-chat .cg-chat-window-handle .cg-chat-switch-icon {
  padding: 9px 3px 0px 0px;
  float: left;
  width: 30px;
  height: 30px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons {
  box-sizing: content-box;
  line-height: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding-top: 5px;
  /*
       * These buttons do not use less variables since
       * the values are specific to make the different
       * icons look good
       */
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons.cg-chat-left {
  float: left;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons.cg-chat-right {
  float: right;
  padding-right: 5px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button {
  position: relative;
  background: none;
  border: none;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  padding-bottom: 2px;
  margin: 0;
  width: 22px;
  min-width: 30px;
  max-width: 30px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  line-height: 10px;
  cursor: pointer;
  box-sizing: border-box;
  fill: #fff;
  float: left;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-switch-to-video {
  padding-bottom: 3px;
  padding-right: 40px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-switch-to-text {
  padding-bottom: 3px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-switch-to-video img {
  height: 30px;
  width: 30px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-switch-to-text img {
  height: 30px;
  width: 30px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button svg {
  height: 20px;
  width: 20px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-fold-in {
  margin-right: 10px;
  padding-bottom: 3px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-minimize {
  height: 30px;
  width: 30px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-minimize svg {
  transform: scaleX(0.9) scaleY(0.5) translateY(13px);
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-pop-out {
  height: 30px;
  width: 30px;
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-leave {
  height: 30px;
  width: 30px;
  margin-right: 0;
  margin-left: 20px;
}
@media (min-width: 1025px) {
  cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-leave {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-leave {
    margin-left: 10px;
  }
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-close {
  margin-right: 0;
  margin-left: 20px;
}
@media (min-width: 1025px) {
  cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-close {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-close {
    margin-left: 10px;
  }
}
cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-close svg {
  height: 16px;
  width: 16px;
}
cg-chat .cg-chat-window-minimized .cg-chat-window {
  pointer-events: none;
  transform-origin: 50% 0%;
  animation: cg-chat-minimize-animation 0.35s ease-in-out forwards;
}
cg-chat .cg-chat-window-minimized .cg-chat-window .cg-chat-window-handle {
  cursor: default;
}
cg-chat .cg-chat-window-unminimized .cg-chat-window {
  pointer-events: none;
  transform-origin: 50% 0%;
  animation: cg-chat-unminimize-animation 0.35s ease-in-out forwards;
}
cg-chat .cg-chat-window-unminimized .cg-chat-window .cg-chat-window-handle {
  cursor: default;
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window-handle {
  cursor: default;
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window-handle .cg-chat-window-handle-title {
  max-width: calc(100% - 40px);
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window-handle .cg-chat-window-handle-buttons-minimize,
cg-chat.cg-chat-is-sub-window-chat .cg-chat-window-handle .cg-chat-window-handle-buttons-pop-out {
  display: none;
}
cg-chat .is-text-chat {
  color: #fff;
  background-color: #458894 !important;
}
cg-chat .is-video-chat {
  color: #fff;
  background-color: #333333 !important;
  border: black;
}
cg-chat #cg-chat-switch-to-text {
  display: inline-block;
}
cg-chat #cg-chat-switch-to-text-badge {
  display: none;
}
cg-chat .cg-chat-unread-messages #cg-chat-switch-to-text {
  display: none;
}
cg-chat .cg-chat-unread-messages #cg-chat-switch-to-text-badge {
  display: inline-block;
}
@keyframes cg-chat-close-button-rotate {
  100% {
    transform: rotate(720deg);
  }
}
@keyframes cg-chat-minimize-animation {
  100% {
    height: 0;
    opacity: 0;
    transform: translateX(0px) scale(0.6) translateY(0px);
  }
}
@keyframes cg-chat-unminimize-animation {
  0% {
    height: 0;
    opacity: 0;
    transform: translateX(0px) scale(0.6) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1) translateY(0);
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-container {
  margin: 16px;
}
cg-chat .cg-video-status {
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  background-color: #474747;
  width: 100%;
  margin: auto;
  color: white;
  display: block;
  text-align: center;
  z-index: 1060;
}
cg-chat .cg-video-status .cg-bottom {
  margin-top: 32px;
}
cg-chat .cg-video-status a:link {
  color: white;
}
cg-chat .cg-video-status a:visited {
  color: white;
}
cg-chat .cg-video-status a:hover {
  color: #ffcc00;
}
cg-chat .cg-video-status #cg-video-status-heading {
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
}
cg-chat .cg-video-status #cg-video-status-text {
  font-weight: normal;
}
cg-chat .cg-video-status #cg-video-status-link-container {
  margin-bottom: 48px;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat cg-chat-offer {
  display: block;
  position: fixed;
  top: 100px;
  right: -300px;
  transition: right 0.55s ease-out;
  z-index: 1017;
}
cg-chat cg-chat-offer input[type='checkbox'] {
  height: auto;
  width: auto;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel {
  box-sizing: border-box;
  width: 300px;
  border: 1px solid #d6d6d6;
  border-top: none;
  background-color: #fff;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel .cg-chat-offer-form-closed {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 150px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px;
  margin-top: 50px;
  padding-top: 15px;
  margin-bottom: 10px;
  z-index: 1016;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel .cg-chat-form-closed-contact {
  margin-top: 30px;
  width: 70%;
  margin-left: 15%;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel .cg-chat-form-closed-contact button {
  margin-bottom: 20px;
  background-color: #333333;
  color: #ffffff;
  font-weight: 100;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel > .cg-chat-window-handle {
  cursor: pointer;
  border: none;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel > .cg-chat-window-handle > .cg-chat-window-handle-buttons {
  padding-right: 10px;
}
cg-chat cg-chat-offer > .cg-chat-offer-panel > .cg-chat-window-handle > .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-fold-in {
  pointer-events: auto;
  margin: 0;
  padding: 0;
}
cg-chat cg-chat-offer:before {
  content: '';
  width: 15px;
  height: 160px;
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #ccc;
}
@media (max-height: 768px) {
  cg-chat cg-chat-offer {
    top: 0px;
  }
}
cg-chat.cg-chat-tab-hidden cg-chat-offer {
  transition: right 0.55s ease-in;
  right: 0;
  border-top-left-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}
cg-chat.cg-chat-user-is-on-mobile.cg-chat-tab-hidden cg-chat-offer {
  right: 0;
}
cg-chat.cg-chat-user-is-on-mobile cg-chat-offer {
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
cg-chat.cg-chat-user-is-on-mobile cg-chat-offer > .cg-chat-offer-panel {
  width: 100%;
  height: 100%;
}
cg-chat.cg-chat-is-sub-window-chat cg-chat-offer .cg-chat-window-input-send {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat cg-chat-offer-form {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 150px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 50px;
  padding-top: 15px;
  margin-bottom: 10px;
  z-index: 1016;
}
cg-chat cg-chat-offer-form .hidden {
  display: none;
}
cg-chat cg-chat-offer-form .cg-chat-agent-message {
  max-width: 100%;
  margin-top: 0;
}
cg-chat cg-chat-offer-form .cg-chat-agent-message.cg-chat-message-has-avatar {
  max-width: calc(100% -  70px  -  30px );
}
cg-chat cg-chat-offer-form .cg-chat-required-field-message-area {
  position: relative;
  margin-bottom: 12px;
  padding: 0 15px;
}
cg-chat cg-chat-offer-form .cg-chat-required-field-message-area::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #ececec;
}
cg-chat cg-chat-offer-form .cg-chat-required-field-message-area .cg-chat-required-field-message {
  font-size: 90%;
  vertical-align: middle;
}
cg-chat cg-chat-offer-form .cg-chat-required-field-message-area .cg-chat-required-field-icon {
  float: left;
  margin-left: 0px;
  margin-right: 5px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #458894;
  border: 1px solid #458894;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 70%;
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data-wrapper {
  position: relative;
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data {
  margin-bottom: 8px;
  padding: 0 15px;
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-form-required-field-marker {
  padding: 0;
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data > div {
  word-break: break-word;
  color: #343434;
  font-weight: bold;
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-select-box {
  position: relative;
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-select-box > .cg-chat-form-contact-data-wrapper > select {
  border: 1px solid #458894;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
cg-chat cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-select-box > span {
  display: block;
  position: absolute;
  top: calc(50% -  6px );
  right: 22px;
  text-align: center;
  box-sizing: border-box;
  cursor: default;
  pointer-events: none;
  width: 12px;
  height: 12px;
  fill: #458894;
  background: transparent;
}
cg-chat cg-chat-offer-form .cg-chat-window-input-area {
  position: relative;
  bottom: inherit;
  width: 100%;
}
cg-chat.cg-chat-user-is-on-mobile cg-chat-offer-form {
  height: calc(100% -  50px );;
  padding: 20px;
}
cg-chat.cg-chat-user-is-on-mobile .cg-video-chat-offer-view {
  width: 100vw;
  height: 100vh;
}
cg-chat.cg-chat-is-sub-window-chat .cg-chat-form-contact-data {
  padding: 0;
}
cg-chat.cg-chat-is-sub-window-chat cg-chat-offer-form .cg-chat-message {
  padding: 0;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-video-chat-window {
  display: block;
  position: fixed;
  width: 320px;
  height: 570px;
  bottom: 0px;
  right: 340px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
cg-chat cg-video-chat-offer {
  opacity: 0.9;
}
cg-chat.cg-video-chat-is-sub-window-chat .cg-video-chat-window {
  height: 100%;
  width: 100%;
  min-width: 320px;
  top: 0;
  left: 0;
  right: initial;
  bottom: initial;
}
cg-chat.cg-video-chat-user-is-on-mobile .cg-video-chat-window {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
cg-chat.cg-video-chat-user-is-on-mobile .cg-video-chat-window-content {
  box-sizing: border-box;
}
cg-chat.cg-video-chat-user-is-on-mobile.cg-video-chat-is-sub-window-chat .cg-video-chat-window {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-video-chat-view {
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  height: 520px;
  padding: 0;
  background-color: #474747;
  width: 100%;
  margin: auto;
}
cg-chat .cg-video-chat-suspended-video {
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  height: 520px;
  padding: 0;
  background-color: red;
  width: 100%;
  margin: auto;
  z-index: 1500;
}
cg-chat #cg-video-chat-move-video-here-button {
  border: none;
  padding: 1px;
  background-color: #d0021b;
}
cg-chat #cg-video-chat-move-video-here-button img {
  vertical-align: middle;
}
cg-chat .cg-video-chat-video-panel {
  display: block;
  position: relative;
  width: 93%;
  height: 77%;
  padding: 0;
  margin: auto;
  top: 23px;
}
cg-chat #cg-video-chat-video-panel-subscriber-main {
  width: 100%;
  height: 100%;
  float: left;
  top: 0;
  z-index: 1030 !important;
}
cg-chat #cg-video-chat-video-panel-subscriber-1 {
  position: absolute;
  width: 50%;
  height: 28%;
  left: 0;
  bottom: 0;
  z-index: 1035 !important;
  border: none;
}
cg-chat #cg-video-chat-video-panel-subscriber-2 {
  position: absolute;
  width: 50%;
  height: 28%;
  left: 0;
  top: 0;
  z-index: 1035 !important;
  border: none;
}
cg-chat #cg-video-chat-video-panel-subscriber-3 {
  position: absolute;
  width: 50%;
  height: 28%;
  right: 0;
  top: 0;
  z-index: 1035 !important;
  border: none;
}
cg-chat .cg-video-placeholder {
  border: 1px solid white;
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
}
cg-chat #cg-video-chat-video-panel-publisher {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1035 !important;
  width: 50%;
  height: 28%;
}
cg-chat .cg-video-chat-control-panel {
  width: 100%;
  height: 14%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  background-color: #222222;
}
.cg-chat-user-is-on-mobile .cg-video-chat-view {
  height: calc(100% -  50px );;
}
.cg-chat-is-sub-window-chat .cg-video-chat-view {
  height: calc(100% -  50px );;
}
@media (orientation: landscape) {
  .cg-chat-user-is-on-mobile .cg-video-chat-video-panel {
    width: 55%;
    height: 77%;
  }
  .cg-chat-user-is-on-mobile .cg-video-chat-video-panel #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile .cg-video-chat-video-panel #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile .cg-video-chat-video-panel #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile .cg-video-chat-video-panel #cg-video-chat-video-panel-subscriber-3 {
    width: 37%;
    height: 28%;
  }
}
.cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
.cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
.cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
.cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
.cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
.cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
.cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
.cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
  width: 50%;
  height: 28%;
  /* Device = Desktops, Screen = 1281px to higher resolution desktops, Use ration 4:3 */
  /* Device = Laptops, Desktops, Screen = B/w 1025px to 1280px, Use ration 4:3 */
  /* Device = Tablets, Ipads (portrait), Screen = B/w 768px to 1024px, Use ration 3:4 */
  /* Device = Laptops, Desktops, Screen = B/w 1025px to 1280px, Use ration 4:3 */
  /* Device = Low Resolution Tablets, Mobiles (Landscape), Screen = B/w 481px to 767px, Use ration 4:3 */
  /* Device = Most of the Smartphones Mobiles (Portrait), Screen = B/w 320px to 479px, Use ration 3:4 */
}
@media (min-width: 1281px) {
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
    width: 33%;
    height: 37%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
    width: 50%;
    height: 28%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
    width: 36%;
    height: 28%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
    width: 33%;
    height: 37%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
    width: 50%;
    height: 28%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-publisher,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-publisher,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-1,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-2,
  .cg-chat-user-is-on-mobile #cg-video-chat-video-panel-subscriber-3,
  .cg-chat-is-sub-window-chat #cg-video-chat-video-panel-subscriber-3 {
    width: 37%;
    height: 37%;
  }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-video-chat-standby {
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  height: 520px;
  padding: 0;
  background-color: #222222;
  width: 100%;
  margin: auto;
  color: white;
  display: block;
  text-align: center;
  z-index: 1050;
}
cg-chat #cg-video-chat-standby-heading {
  border: none;
  padding: 60px 55px 35px 55px;
  display: block;
  line-height: 1.5em;
}
cg-chat .cg-video-chat-standby-move-video-here-button-area {
  border: none;
  display: block;
  width: 60%;
  margin: auto;
  overflow: visible;
}
cg-chat.cg-chat-is-sub-window-chat .cg-video-chat-standby {
  height: 100%;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-video-chat-window {
  display: block;
  position: fixed;
  width: 320px;
  height: 570px;
  bottom: 0px;
  right: 340px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
cg-chat cg-video-chat-offer {
  opacity: 0.9;
}
cg-chat.cg-video-chat-is-sub-window-chat .cg-video-chat-window {
  height: 100%;
  width: 100%;
  min-width: 320px;
  top: 0;
  left: 0;
  right: initial;
  bottom: initial;
}
cg-chat.cg-video-chat-user-is-on-mobile .cg-video-chat-window {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
cg-chat.cg-video-chat-user-is-on-mobile .cg-video-chat-window-content {
  box-sizing: border-box;
}
cg-chat.cg-video-chat-user-is-on-mobile.cg-video-chat-is-sub-window-chat .cg-video-chat-window {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #458894
 Main color that does pass WCAG AA color contrast rule: #3479B7
 Main color that does pass WCAG AAA color contrast rule: #2A5A8E
 */
/*
 * Z-indices
 */
/*
 * Sourcemap hack to get this file in the sourcemaps
 */
cg-chat {
  display: block;
}
cg-chat .cg-video-chat-offer-view {
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  height: 520px;
  padding: 15px;
  background-color: #474747;
  color: white;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
cg-chat #video-chat-offer-heading {
  border: none;
  padding: 50px 30px 20px 30px;
  display: block;
  line-height: 1.5em;
  font-weight: bold;
}
cg-chat .video-chat-offer-button-area {
  border: none;
  padding: 15px 5px 15px 5px;
  display: block;
  width: 80%;
  margin: auto;
  overflow: auto;
  background-color: #333333;
  border-radius: 3px;
}
cg-chat .video-chat-offer-decline-area {
  padding-left: 25px;
  display: inline-table;
  float: left;
}
cg-chat .video-chat-offer-accept-area {
  padding-right: 25px;
  display: inline-table;
  float: right;
}
cg-chat .video-chat-offer-buttons-heading {
  border: none;
  padding-bottom: 16px;
  display: block;
}
cg-chat .video-chat-offer-button {
  border: none;
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  text-align: center;
  border-radius: 27px;
}
cg-chat .video-chat-offer-button img {
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
cg-chat #video-chat-offer-decline-button {
  background-color: #b2012c;
  border: none;
}
cg-chat #video-chat-offer-decline-button:hover {
  background-color: #a00128;
}
cg-chat #video-chat-offer-decline-button:active {
  background-color: #8e0123;
}
cg-chat #video-chat-offer-accept-button {
  background-color: #018945;
  border: none;
}
cg-chat #video-chat-offer-accept-button:hover {
  background-color: #017b3e;
}
cg-chat #video-chat-offer-accept-button:active {
  background-color: #016e37;
}
cg-chat.cg-chat-is-sub-window-chat .cg-video-chat-offer-view {
  height: 100%;
}


/*# sourceMappingURL=ACEChat.css.map*/