/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #428BCA
 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: #323232;
    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;
    }

    cg-chat .cg-chat-screen-reader h1 {
        position: absolute;
        margin-top: 10000px;
    }
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: #428BCA
 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: #428BCA
 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-text-chat-type-icon,
    cg-chat .cg-chat-tab .cg-video-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: #2a5a8e;
        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-text-chat-type-icon {
            width: 30px;
            height: 30px;
            margin-left: -14px;
        }

        cg-chat .cg-chat-tab .cg-video-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% - 22px );
                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% - 33px );
                left: 0;
                right: 0;
                margin-left: auto;
                margin-right: auto;
                background-color: #2a5a8e;
                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% - 14px );
                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% - 25px );
                left: 0;
                right: 0;
            }
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #428BCA
 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: 38px;
        padding: 6px;
        margin: 0;
        background: none;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        border-radius: 3px 3px 3px 3px;
        transition: background-color 0.5s ease-in-out;
    }

        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[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;
        transition: background-color 0.5s ease-in-out;
    }

        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: #323232;
    }

    cg-chat input,
    cg-chat select {
        min-height: 38px;
        max-height: 38px;
    }

    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: #323232;
        -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;
    }

/*
 * 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: #428BCA
 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: #2A9D3F;
    }

        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;
    }

/* perfect-scrollbar v0.8.1 */
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        background-color: #999;
        height: 11px;
    }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
        background-color: #999;
        width: 11px;
    }

.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px;
}

    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        position: absolute;
        /* please don't change 'position' */
        background-color: #aaa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
        transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
        -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
        -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
        transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
        transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
        bottom: 2px;
        /* there must be 'bottom' for ps__scrollbar-x */
        height: 6px;
    }

    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
    .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
        height: 11px;
    }

.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px;
}

    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
        position: absolute;
        /* please don't change 'position' */
        background-color: #aaa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
        transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
        -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
        -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
        transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
        transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
        right: 2px;
        /* there must be 'right' for ps__scrollbar-y */
        width: 6px;
    }

    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
    .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
        width: 11px;
    }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        background-color: #999;
        height: 11px;
    }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
        background-color: #999;
        width: 11px;
    }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6;
}

    .ps:hover > .ps__scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
            background-color: #999;
        }

    .ps:hover > .ps__scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
            background-color: #999;
        }

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #428BCA
 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;
        transition: opacity 0.35s;
        z-index: 1018;
        border: 1px solid #d6d6d6;
    }

    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;
        transition: opacity 0.35s;
    }

    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: #428BCA
 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: #323232;
    text-align: center;
}

cg-chat .cg-chat-survey-message .cg-chat-survey-message-progress-text {
    line-height: 20px;
    font-size: 14px;
    color: #323232;
    text-align: center;
}

cg-chat .cg-chat-survey-message .cg-chat-survey-message-progress-bar {
    line-height: 20px;
    font-size: 14px;
    color: #323232;
    text-align: center;
}

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #428BCA
 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 #2a5a8e;
        color: #2a5a8e;
        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: #2a5a8e;
    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: #428BCA
 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: #428BCA
 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: 10px;
    padding: 0 15px 6px;
}

    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: #323232;
    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: #323232;
}

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: #2A9D3F;
}

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: #428BCA
 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: #428BCA
 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: 38px;
                max-height: 38px;
                min-height: 38px;
            }

    cg-chat .cg-chat-email-offer-button {
        background: #2A9D3F;
        color: #fff;
    }

        cg-chat .cg-chat-email-offer-button:focus,
        cg-chat .cg-chat-email-offer-button:hover {
            background: #2A9D3F;
            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% - 38px );
            width: calc(100% - 38px );
            max-width: calc(100% - 38px );
            border: none;
        }

        cg-chat .cg-chat-email-offer-input-group > button {
            width: 38px;
            min-width: 38px;
            max-width: 38px;
            padding: 2px;
            border: none;
        }

            cg-chat .cg-chat-email-offer-input-group > button img {
                background: #2A9D3F;
                border-radius: 3px;
            }

    cg-chat .cg-chat-email-offer-done,
    cg-chat .cg-chat-email-offer-over {
        color: #2A9D3F;
        width: 100%;
        text-align: center;
        line-height: 91px;
    }

    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: 63px;
            margin-top: 10px;
        }

        cg-chat cg-chat-email-offer.cg-chat-email-offer-show:after {
            content: '';
            display: block;
            width: 100%;
            height: 63px;
            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: #428BCA
 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;
        }

@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: #428BCA
 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: 0 15px 0px;
    border-top: 1px solid #ececec;
}

    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;
        vertical-align: middle;
    }

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: -4px;
        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;
        box-sizing: border-box;
        width: calc(100% - 60px );
        max-width: calc(100% - 60px );
        border-bottom: 1px solid #ececec;
        border-top: 1px solid #ececec;
        height: 100%;
        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: #2a5a8e;
        text-align: center;
        margin-top: 10px;
        line-height: 0;
        border: none;
        cursor: pointer;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        min-height: 40px;
        max-height: 40px;
        color: #fff !important;
        width: calc(100% - 30px );
        max-width: calc(100% - 30px );
        min-width: calc(100% - 30px );
        margin-left: 15px;
    }

        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: #2A9D3F !important;
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        float: left;
        margin: 0;
        background: none;
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

        cg-chat .cg-chat-window-input-area .button-chat-view img {
            background: #2A9D3F;
            border-radius: 3px;
        }

/*
 * All Layout variables used in the application
 */
/*
 * Sizes
 */
/*
 * Colors
 */
/*
 Main color that does not pass WCAG color contrast rule: #428BCA
 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: #2a5a8e;
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
    z-index: 10;
    border: solid 1pt;
    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-type-icon {
        padding: 9px 3px 0px 0px;
        float: left;
        width: 30px;
        height: 30px;
    }

    cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons {
        float: right;
        padding-right: 5px;
        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 > 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;
            }

            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;
                padding-top: 1px;
            }

            cg-chat .cg-chat-window-handle .cg-chat-window-handle-buttons > button.cg-chat-window-handle-buttons-close {
                margin-right: 0;
            }

                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: #2A9D3F !important;
}

cg-chat .is-video-chat {
    color: #fff;
    background-color: #333333 !important;
    border: black;
}

    cg-chat .is-video-chat .cg-chat-window-handle-buttons {
        margin-right: -30px;
    }

@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: #428BCA
 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: 9px;
}

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: #428BCA
 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 {
            margin-bottom: 20px;
            padding: 0 15px;
        }

            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: #2a5a8e;
                border: 1px solid #2a5a8e;
                color: #fff;
                text-align: center;
                vertical-align: middle;
                font-size: 70%;
            }

        cg-chat cg-chat-offer-form .cg-chat-form-contact-data {
            margin-bottom: 10px;
            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;
                padding-bottom: 6px;
            }

            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 > select {
                    border: 1px solid #d6d6d6;
                    -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% - 9px );
                    right: 20px;
                    text-align: center;
                    box-sizing: border-box;
                    cursor: default;
                    pointer-events: none;
                    width: 12px;
                    height: 12px;
                    fill: #2a5a8e;
                    background: transparent;
                }

        cg-chat cg-chat-offer-form .cg-chat-window-input-area {
            position: relative;
            bottom: inherit;
            width: 100%;
            margin-top: 20px;
        }

    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: #428BCA
 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;
        transition: opacity 0.35s;
    }

    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;
        transition: opacity 0.35s;
    }

    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: #428BCA
 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: #555555;
        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;
    }

    cg-chat #cg-video-chat-video-panel-subscriber-2 {
        position: absolute;
        width: 50%;
        height: 28%;
        left: 0;
        top: 0;
        z-index: 1035 !important;
    }

    cg-chat #cg-video-chat-video-panel-subscriber-3 {
        position: absolute;
        width: 50%;
        height: 28%;
        right: 0;
        top: 0;
        z-index: 1035 !important;
    }

    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;
        text-align: center;
        display: table;
    }

        cg-chat .cg-video-chat-control-panel button {
            min-width: 29px !important;
            max-width: 29px !important;
            min-height: 28px !important;
            max-height: 28px !important;
            border-radius: 4px;
        }

    cg-chat .cg-video-chat-control-panel-button-area {
        width: 20%;
        margin: auto;
        display: table-cell;
        vertical-align: middle;
    }

    cg-chat #cg-video-chat-mute-video-button {
        border: none;
        padding: 1px;
        background-color: #222222;
    }

    cg-chat #cg-video-chat-mute-microphone-button {
        border: none;
        padding: 1px;
        background-color: #222222;
    }

    cg-chat #cg-video-chat-mute-speakers-button {
        border: none;
        padding: 1px;
        background-color: #222222;
    }

    cg-chat #cg-video-chat-mute-video-button:hover {
        border: 1px solid white;
    }

    cg-chat #cg-video-chat-mute-microphone-button:hover {
        border: 1px solid white;
    }

    cg-chat #cg-video-chat-mute-speakers-button:hover {
        border: 1px solid white;
    }

    cg-chat #cg-video-chat-leave-button {
        border: none;
        padding: 1px;
        background-color: #d0021b;
    }

    cg-chat #cg-video-chat-mute-video-button img {
        vertical-align: middle;
        width: 25px;
        height: 25px;
        padding-bottom: 2px;
    }

    cg-chat #cg-video-chat-mute-microphone-button img {
        vertical-align: middle;
        width: 24px;
        height: 24px;
        padding-bottom: 3px;
        padding-left: 1px;
    }

    cg-chat #cg-video-chat-mute-speakers-button img {
        vertical-align: middle;
        width: 25px;
        height: 25px;
        padding-bottom: 2px;
    }

    cg-chat #cg-video-chat-leave-button img {
        vertical-align: middle;
        width: 25px;
        height: 25px;
    }

    cg-chat .muted {
        background-color: #fff !important;
    }

.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: #428BCA
 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: #333;
        width: 100%;
        margin: auto;
        border-top: 1px solid white;
        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: auto;
    }

    cg-chat #cg-video-chat-standby-move-video-here-button {
        border: solid 1px white;
        background-color: #333;
        color: white;
        margin: auto;
        text-align: center;
        border-radius: 4px;
    }

    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: #428BCA
 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;
        transition: opacity 0.35s;
    }

    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;
        transition: opacity 0.35s;
    }

    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: #428BCA
 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;
        border-top: 1px solid white;
        padding: 15px;
        background-color: #555555;
        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;
    }

    cg-chat .video-chat-offer-button-area {
        border: none;
        padding: 15px 5px 15px 5px;
        display: block;
        width: 80%;
        margin: auto;
        overflow: auto;
        background-color: #222222;
        border-radius: 3px;
    }

    cg-chat .video-chat-offer-decline-area {
        border: none;
        padding-left: 25px;
        display: inline-table;
        float: left;
    }

    cg-chat .video-chat-offer-accept-area {
        border: none;
        padding-right: 25px;
        display: inline-table;
        float: right;
    }

    cg-chat #video-chat-offer-decline-heading {
        border: none;
        padding-bottom: 10px;
        display: block;
    }

    cg-chat #video-chat-offer-accept-heading {
        border: none;
        padding-bottom: 10px;
        display: block;
    }

    cg-chat #video-chat-offer-decline-button {
        border: none;
        background-color: #d0021b;
        width: 46px;
        min-width: 46px !important;
        max-width: 46px !important;
        height: 46px;
        min-height: 46px !important;
        max-height: 46px !important;
        text-align: center;
        border-radius: 4px;
    }

    cg-chat #video-chat-offer-accept-button {
        border: none;
        background-color: #7dbe36;
        margin: auto;
        width: 46px;
        min-width: 46px !important;
        max-width: 46px !important;
        height: 46px;
        min-height: 46px !important;
        max-height: 46px !important;
        text-align: center;
        border-radius: 4px;
    }

    cg-chat #video-chat-offer-decline-button img {
        vertical-align: middle;
    }

    cg-chat #video-chat-offer-accept-button img {
        vertical-align: middle;
    }

    cg-chat.cg-chat-is-sub-window-chat .cg-video-chat-offer-view {
        height: 100%;
    }



/*# sourceMappingURL=ACEChat.css.map*/
