/* Font - Start */
@font-face {
    font-family: "bellslimregular";
    src: url(../fonts/bellslim_regular-webfont.eot);
    src: url(../fonts/bellslim_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bellslim_regular-webfont.ttf) format("truetype"), url(../fonts/bellslim_regular-webfont.svg#bellslimregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bellslim_mediumregular";
    src: url(../fonts/bellslim_medium-webfont.eot);
    src: url(../fonts/bellslim_medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bellslim_medium-webfont.ttf) format("truetype"), url(../fonts/bellslim_medium-webfont.svg#bellslim_mediumregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bellslim_semiboldregular";
    src: url(../fonts/bellslim_semibold-webfont.eot);
    src: url(../fonts/bellslim_semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bellslim_semibold-webfont.ttf) format("truetype"), url(../fonts/bellslim_semibold-webfont.svg#bellslim_semiboldregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bellslim_font_heavy";
    src: url(../fonts/bellslim_heavy-webfont.woff) format("woff"), url(../fonts/bellslim_heavy-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bellslim_font_black";
    src: url(../fonts/bellslim_black-webfont.woff) format("woff"), url(../fonts/bellslim_black-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "gt-walsheim-regular";
    src: url(../fonts/GT\ Walsheim/GTWalsheimPro-Regular.woff) format("woff"), url(../fonts/GT\ Walsheim/GTWalsheimPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "gt-walsheim-bold";
    src: url(../fonts/GT\ Walsheim/GTWalsheimPro-Bold.woff) format("woff"), url(../fonts/GT\ Walsheim/GTWalsheimPro-Bold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "gt-walsheim-bold-2";
    src: url(../fonts/GT\ Walsheim/GTWalsheim-Bold.woff) format("woff"), url(../fonts/GT\ Walsheim/GTWalsheim-Bold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "bellslim_font_black_2";
    src: url(../fonts/BellSlim-Black.otf);
}

@font-face {
    font-family: "Ultramagnetic Virgin-Bold";
    src: url(../fonts/UltraBol_Virgin.ttf);
}

@font-face {
    font-family: "Ultramagnetic Virgin-Regular";
    src: url(../fonts/UltraReg_Virgin.ttf);
}

@font-face {
    font-family: "Ultramagnetic Virgin-Regular";
    src: url(../fonts/UltraReg_Virgin.ttf);
}

@font-face {
    font-family: "Ultramagnetic Virgin-Light";
    src: url(../fonts/VMUltramagnetic-Light.otf);
}

.eChat-GT-Walsheim {
    font-family: "gt-walsheim-regular", Helvetica, Arial, sans-serif;
}

.eChat-GT-Walsheim-Bold {
    font-family: "gt-walsheim-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.eChat-GT-Walsheim-Bold-2 {
    font-family: "gt-walsheim-bold-2", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.eChat-bellSlim {
    font-family: "bellslim_mediumregular", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
}

.eChat-bellSlimRegular {
    font-family: "bellslimregular", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
}

.eChat-bellSlimSemibold {
    font-family: "bellslim_semiboldregular", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
}

.eChat-bellSlimHeavy {
    font-family: "bellslim_font_heavy", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
}

.eChat-bellSlimBlack {
    font-family: "bellslim_font_black", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
}
/* Font - End */

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/*Typography*/
.echat-arial-font {
    font-family: Arial, sans-serif;
}

.echat-helvetica-font {
    font-family: Helvetica, Arial, sans-serif;
}

/*======== Custom Flex Box - Start ========*/
.echat-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eChat-display-flex {
    display: flex;
}

.eChat-display-flex-center {
    display: flex;
    justify-content: center;
}
/*======== Custom Flex Box - End ========*/

/* Default eChat Container  - Start*/
.eChat-bot-container {
    width: 80px;
    height: 80px;
    min-width: 80px;
    position: fixed;
    z-index: 900;
    bottom: 95px;
    right: 15px;
    border-radius: 50%!important;
    display: flex;
    align-items: center;
    box-shadow: 0 14px 36px 0 rgba(0, 0, 0, 0.3);
}

.eChat-bot-anchor {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.eChat-bot-anchor-notification {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1001;
    bottom: 0px;
    left: -3px;
    background: none repeat scroll 0 0 #bd2025;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
}

#chat-icon::before {
    top: -3px;
}

p {
    margin-top: 0px;
}

.eChat-position-static {
    position: static;
}

.eChat-position-relative {
    position: relative;
}

.eChat-remove-position {
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.eChat-spacer {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.eChat-spacer-2 {
    border: 1px solid #d7d7d7;
    width: 100%;
}

.eChat-spacer-3 {
    border: none;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.eChat-margin-v-auto-child > * {
    margin-top: auto;
    margin-bottom: auto;
}

.echat-annotation-body {
    color: black;
    background-color: #ffffff;
    order: 2;
    overflow-y: scroll;
    overflow-x: hidden;
    flex: 2;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
}

/* === Start - Agent Response === */
/* This is the whole message box  */
.eChat-agent-message {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 15px 0px;
    padding-right: 15px;
}

/* This is text portion of message box */
.eChat-agent-text {
    padding: 15px;
    text-align: left;
    border-radius: 10px 10px 10px 0px;
    width: 100%;
    word-break: break-word;
}

.echat-window-header-shadow {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.45);
    z-index: 2;
}

    .eChat-agent-text.eChat-typing-agent-text {
        padding: 10px;
        height: 32px;
        width: 61px;
        border-radius: 16px;
        background-color: #f0f0f0;
        display: flex;
        position: relative;
    }
        .eChat-agent-text.eChat-typing-agent-text img {
            position: absolute;
            top: 0;
            left: 0;
        }
    .eChat-agent-text p {
        line-height: 18px;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #555;
        margin: 0px;
    }
        .eChat-agent-text p.eChat-margin-15-bottom {
            margin-bottom: 15px;
        }
/* Logo of an agent*/
.eChat-agent-logo {
    padding-right: 10px;
}
    .eChat-agent-logo > img {
        width: 33px;
    }
/* === End - Agent Response === */

/* === Start - User Response === */
.eChat-user-message {
    margin: 15px 0px;
    padding-left: 60px;
}

.eChat-user-text {
    padding: 15px;
    text-align: left;
    border-radius: 10px 10px 0px 10px;
    width: 100%;
}
/* === End - User Response === */

.eChat-agent-text-left {
    /* padding: 3% 3%;
  text-align: left;
  background-color: #f4f4f4;
  border-radius: 10px 10px 0px 10px;
  width: 100%; */
}

    .eChat-agent-text-left.eChat-margin-10-bottom {
        margin-bottom: 10px;
    }
/* Type of Text card used in text */
.eChat-agent-text-card {
    background-color: #ffffff;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
}

.eChat-user-logo {
    padding: 0 3%;
    align-self: flex-end;
}

.palceholder-logo-div {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #00549a;
}

#chat-icon::before {
    top: -3px;
}

.eChat-full-height {
    height: 95vh;
}

/* This is text portion of message box */
.eChat-agent-text {
    /* padding: 15px;
  text-align: left;
  background-color: #f0f0f0;
  border-radius: 10px 10px 10px 0px; */
}

/* This is for typing agent text bubble*/
.eChat-typing-agent-text {
    padding: 10px;
    height: 32px;
    width: 61px;
    border-radius: 16px;
    background-color: #f0f0f0;
    display: flex;
}

/* This is for echat typing agent dot*/
.eChat-typing-agent-dot {
    display: flex;
    justify-content: space-around;
    align-content: center;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
}

.eChat-space-between {
    justify-content: space-between;
}
.eChat-inline-block {
    display: inline-block;
}
.eChat-header-buttons {
    background: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
}
.eChat-setting-link {
    color: #002d72;
    font-family: Arial;
    font-size: 14px;
    letter-spacing: -0.09px;
    line-height: 16px;
    text-decoration: none;
}
.eChat-setting-link-2 {
    color: #00549a;
}
.eChat-setting-link-3 {
    color: #00549a;
}
.eChat-setting-link-2 p {
    font-weight: bold;
}
.eChat-setting-link > * {
    margin-top: auto;
    margin-bottom: auto;
}

/*Notification for chat bubble*/
.eChat-bottom-right-notification {
    position: fixed;
    bottom: 130px;
    right: 45px;
    box-shadow: 0 14px 36px 0 rgba(0, 0, 0, 0.3);
    padding: 15px;
    z-index: 900;
    width: 200px;
    background-color: #ffffff;
}
.eChat-bottom-right-notification-2 {
    width: 222px;
    color: #666666;
}
    .eChat-bottom-right-notification-2 p {
        width: 185px;
        line-height: 17px;
    }
.echat-proactive-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0px;
}
.echat-proactive-close-button-2 {
    top: 10px;
    right: 10px;
}
.eChat-avatar-spacer {
    width: 33px;
}

.eChat-flex-grow-1 {
    flex-grow: 1;
}

.eChat-no-pointer-events {
    pointer-events: none;
}
.eChat-margin-75-left {
    margin-left: 75px;
}
.snippet {
    margin: auto;
}
/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #a0a6af;
    color: #a0a6af;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

    .dot-flashing::before,
    .dot-flashing::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -13px;
        width: 7px;
        height: 7px;
        border-radius: 5px;
        background-color: #a0a6af;
        color: #a0a6af;
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 13px;
        width: 7px;
        height: 7px;
        border-radius: 5px;
        background-color: #a0a6af;
        color: #a0a6af;
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 1s;
    }
.eChat-setting-button-div {
    margin-right: 15px;
    min-width: 25px;
}
.eChat-100-percent-width {
    width: 100%;
}
@keyframes dotFlashing {
    0% {
        background-color: #a0a6af;
    }
    50%,
    100% {
        background-color: #ebe6ff;
    }
}

.eChat-custom-padding-1 {
    padding: 5px;
    padding-right: 20px;
}
.echat-confirm-close-session-icon-div {
    margin-right: 15px;
    width: 18px;
    display: flex;
}

    .echat-confirm-close-session-icon-div img {
        margin: auto;
    }
/*# sourceMappingURL=three-dots.css.map */
/* For Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* For Tablet and Mobile*/
@media (max-width: 991.98px) {
}

/*For Mobile*/
@media screen and (max-width: 767.98px) {
    .eChat-hide-on-mobile {
        display: none;
    }
    .eChat-bottom-right-notification {
        bottom: 165px !important;
        right: 15px !important;
    }
    .eChat-bot-container {
        height: 56px;
        width: 56px;
        bottom: 2em;
        right: 2em;
        min-width: 0px;
    }

        .eChat-bot-container.eChat-bot-container-bell {
            height: 35px;
            width: 35px;
        }

    .eChat-main-text > p {
        display: none;
    }

    .eChat-bot-anchor-notification {
        left: -13px;
    }
    .eChat-bot-container-window {
        width: 100%;
        right: 0em;
        background-color: lightseagreen;
    }
    .eChat-agent-text {
        max-width: 100%;
        width: 100%;
    }
}

/* START = Default CSS - Also used in Demo*/
.eChat-bot-container-window {
    width: 375px;
    height: 667px;
    position: fixed;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column;
    z-index: 900;
    top: auto;
    bottom: 0;
    right: 0;
    /* padding: 5px; */
    background: none repeat scroll 0 0 #00549a;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}

/* CHAT WINDOW END */

/* For Tablet */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
}

/* END = Default CSS - Also used in Demo*/

::-ms-clear {
    display: none;
}
.eChat-user-message:first-child,
.eChat-agent-message:first-child {
    margin-top: 0px;
}
.eChat-agent-message + .eChat-user-message,
.eChat-user-message + .eChat-agent-message {
    margin-top: 30px;
}

.eChat-agent-message .eChat-agent-text a {
    text-decoration: underline !important;
}
    .eChat-agent-message .eChat-agent-text a:hover,
    .eChat-agent-message .eChat-agent-text a:focus {
        text-decoration: none !important;
    }
.eChat-agent-message .eChat-agent-text img + a {
    text-decoration: none !important;
}
    .eChat-agent-message .eChat-agent-text img + a:hover,
    .eChat-agent-message .eChat-agent-text img + a:focus {
        text-decoration: underline !important;
    }
.eChat-agent-message a.eChat-txtUnderline:hover,
.eChat-agent-message a.eChat-txtUnderline:focus {
    text-decoration: none !important;
}