*, ::after, ::before {
    box-sizing: border-box;
}
.chatter-font-Roboto{
    font-family: 'Roboto', sans-serif;
}
.chatter-font-Opensans{
    font-family: 'Open Sans', sans-serif;
}
#chatter-chat-widget-button{
    width: 70px;
    height: 70px;
    border: 0;
    outline: none;
    box-shadow: 1px 1px 16px -2px #888888;
    border-radius: 50%;
    font-family: monospace;
    font-weight: 600;
    background-color: #173b50;
    cursor: pointer;
    color: #fff;
    margin: 10px;
}
#chatter-chat-widget-icon {
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
}

#chatter-chat-widget-icon-container {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    background-color: #219cd8;
    border: 1px solid #fff;
    box-shadow: 1px 1px 12px -4px #888888;
}

#chatter-chat-widget-icon-container .new-message-badge {
    background: #f00;
    display: inline-flex;
    position: absolute;
    color: white;
    padding: 5px;
    font-size: 12px;
    justify-content: center;
    min-width: 24px;
    right: -5px;
    top: -5px;
    border-radius: 100%;
    overflow: hidden;
    will-change: transform, background;
    transition: .2s transform ease-in-out, .2s background ease-in-out;
    transform: scale(0);
    box-sizing: border-box;
}

#chatter-chat-widget-icon-container .new-message-badge--active {
    transform: scale(1);
}

#chatter-bubble-div, #chatter-sms-div {
    cursor: pointer;
}

#chatter-bubble-sample-div {
    width: 70px;
    height: 50px;
    margin: 10px;
}

.chatter-container-titles {
    width: 50%;
    text-align: center;
}

.chatter-common-container {
    width: 100%;
    height: 80px;
    border: 0 solid;
    display: flex;
    align-items: center;
    background-color: #219cd8;
}

.chatter-common-container > div {
    height: fit-content;
    padding: 5px;
}
#chatter-sms-button{
    border: 0;
    width: 70px;
    height: 50px;
    margin: 10px;
    outline: none;
    font-size: 15px;
    cursor: pointer;
    color: #219cd8;
    font-weight: 600;
    border-radius: 50px;
    font-family: monospace;
    background-color: #fff;
    box-shadow: 1px 1px 12px -7px #888888;
}

.chatter-icon-button {
    border: 0;
    cursor: pointer;
    outline: none;
    background-color: #e09236;
}

#chatter-icons-container {
    display: none;
    position: absolute;
    border-radius: 14px;
    align-items: flex-end;
    flex-direction: column;
    background-color: #219cd8;
    justify-content: space-around;
    box-shadow: 1px 1px 12px -4px #888888;
    height: 122px;
    width: 150px;
}

#chatter-icons-container picture {
    display: flex;
}

#chatter-icons-container-bg, #chatter-chat-only-bg-image {
    width: 150px;
    cursor: pointer;
}

#chatter-chat-only-container {
    right: 0;
    border: 0;
    bottom: 1.5px;
    display: none;
    overflow: hidden;
    width: fit-content;
    position: absolute;
    border-radius: 11px;
    width: -moz-fit-content;
    background-color: #fff;
    box-shadow: 1px 1px 12px -4px #888888;
}
#chatter-clickable-view-outer-view{
    width: 97%;
    height: 97%;
    position: absolute;
    top: 0;
    left: 0;
}
.chatter-common-clickable-view{
    width: 100%;
    height: 50%;
    cursor: pointer;
}

#chatter-horizontal-divider {
    width: 99%;
    height: 0;
    margin: 0;
    cursor: initial;
    border-radius: 5px;
    border: 0.5px solid #fff;
}

#chatter-divider {
    height: 30px;
}

#chatter-widget-form-container {
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 324px;
    display: none;
    min-height: 500px;
    margin-bottom: 0;
    text-align: center;
    overflow-y: hidden;
    position: absolute;
    border-radius: 10px;
    background: #FCFCFC;
    padding: 30px 20px 20px 20px;
    box-shadow: 1px 1px 12px -4px #888888;
}

#chatter-widget-form-container .chatter-chat-widget-input {
    padding: 3px;
    height: 30px;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    background: #e2e2e2; /* Form fields color */
    width: 100% !important;
    border: 0 solid grey;
    box-shadow: none;
    color: #000;
}

.chatter-warning-message {
    margin: 0;
    color: #f00;
    display: none;
    font-size: 13px;
    text-align: initial;
}
.chatter-marginTop{
    margin-top: 10px !important;
}
#chatter-textarea-div{
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}
#chatter-client-message {
    width: 100%;
    height: 60px;
    padding: 3px;
    resize: none;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    padding-right: 40px;
    background: #e2e2e2; /* Form fields color */
    border: 0 solid grey;
    font-family: 'Roboto', sans-serif;
}
#chatter-submit-button {
    width: 100%;
    padding: 6px;
    outline: none;
    font-size: 15px;
    color: #219cd8;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 5px;
    background: #fff;
    margin: 20px 0 0 0;
    border: 2px solid #219cd8;
}
#chatter-submit-button:hover {
    color: #fff;
    background: #219cd8;
}

#chatter-close-form-button, #chatter-chat-close-embedded-chatter-button {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    right: 10px;
    z-index: 11;
    width: 30px;
    height: 30px;
    padding: 0;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    position: absolute;
    border-radius: 61px;
    border: 0 solid grey;
    background-color: #219cd8; /* @accent #219cd8 */
}
#chatter-close-bubles-button {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 11;
    width: 25px;
    height: 25px;
    padding: 0;
    outline: none;
    cursor: pointer;
    border-radius: 60px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #5a728a;
}
#chatter-dealer-name {
    color: #031450;
    font-size: 30px;
    margin: 0 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
#chatter-dealer-message {
    font-size: 17px;
    margin: 10px 0 0 0;
}
#chatter-dealer-disclaimer{
    font-size: 17px;
    margin: 5px 0 5px 0;
}
#chatter-disclaimer-link{
    font-weight: 600;
    color: black;
    text-decoration: underline;
}
.chatter-form-title-text{
    float: left;
    color: #000;
}
.chatter-chat-widget-branding{
    width: 90%;
    bottom: 0;
    display: flex;
    font-size: 13px;
    position: absolute;
    align-items: center;
    padding-bottom: 3px;
    justify-content: center;
    background-color: #fff;
}
#chatter-provider-name{
    margin: 0 5px 0 0;
    font-size: 13px;
    font-weight: 600;
}
#chatter-provider-icon{
    height: 18px;
}
#chatter-provider-icon-link{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.chatter-branding img{
    height: 17px;
    margin-left: 5px;
}
#chatter-custom-note{
    display: none;
    height: 100px;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
#chatter-default-container{
    display: none;
    position: fixed;
}
.chatter-close-form-lead, .chatter-close-embedded-chatter{
    color: #fff;
    font-size: 15px !important;
}
.chatter-submit-button-icon{
    font-size: 15px !important;
    font-weight: 600 !important;
}
#chatter-warning-text{
    margin: 5px;
    color: #f00;
    display: none;
    font-size: 13px;
}

.chatter-color-white {
    color: #fff !important;
}

.chatter-color-bg-white {
    background-color: #fff !important;
}

.chatter-z-index-9999 {
    z-index: 9999 !important;
}

.chatter-widget-form-container {
    position: fixed !important;
    bottom: 10px !important;
}

.chatter-form-position-bottom {
    bottom: 0 !important;
}

.chatter-default-container-position-bottom {
    bottom: 0;
}

.chatter-default-container-position-right {
    right: 0;
}

.chatter-default-container-position-left {
    left: 0;
}

.chatter-tc-break-tag{
    padding: 12px;
}

.chatter-required-star{
    color: #f00;
}

#chatter-embedded-chatter-container {
    bottom: 0;
    z-index: 1;
    width: 324px;
    height: 550px;
    display: none;
    overflow: auto;
    font-size: 15px;
    padding-top: 2px;
    min-height: 530px; /* 430px */
    max-height: 550px;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    box-shadow: 1px 1px 12px -4px #888888;
}

@media screen and (max-height: 500px) {
    #chatter-embedded-chatter-container {
        display: none;
        min-height: auto;
        max-height: 100vh;
    }
}

#chatter-tooltip {
    min-width: 200px;
    max-width: 500px;
    position: fixed;
    display: flex;
    z-index: 9;
}

#chatter-tooltip.top {
    flex-direction: column-reverse;
}

#chatter-tooltip.bottom {
    flex-direction: column;
}

#chatter-tooltip.right {
    align-items: end;
}

#chatter-tooltip.left {
    align-items: start;
}

#chatter-tooltip .chatter-tooltip-block {
    position: relative;
    color: #000;
    font-size: 16px;
    border-radius: 10px !important;
    line-height: 1.33;
    background-color: #eee;
    padding: 15px;
    margin-top: 0.5rem;
    box-shadow: 1px 2px 1px 2px rgba(0, 0, 0, 0.15);
    width: fit-content;
    cursor: pointer;
}

.chatter-chat-online {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#chatter-chat-close-icon {
    width: 60%;
    height: 60%;
    fill: #fff;
}

#chatter-chat-send-message {
    display: flex;
    justify-content: center;
    align-items: center;
}

#chatter-chat-loader {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

#chatter-chat-loader .chatter-chat-loader-spinner,
#chatter-chat-loader .chatter-chat-loader-spinner:after {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

@-webkit-keyframes chatterSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes chatterSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#chatter-chat-loader .chatter-chat-loader-spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.4rem solid #219cd833;
    border-right: 0.4rem solid #219cd833;
    border-bottom: 0.4rem solid #219cd833;
    border-left: 0.4rem solid #219cd8ff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: chatterSpinner 1.1s infinite linear;
    animation: chatterSpinner 1.1s infinite linear;
}

#chatter-chat-loader picture {
    position: absolute;
    width: 45px;
    height: 45px;
}

#chatter-chat-loader picture img {
    height: 100%;
    width: 100%;
}

#chatter-chat-loader #chatter-chat-loader-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#chatter-chat-loader-text {
    text-align: center;
    margin-bottom: 5px;
}

#chatter-button-loader {
    display: none;
    width: 58px;
    height: 58px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(243, 243, 243) transparent transparent;
    border-image: initial;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running spin;
    position: absolute;
    top: 2px;
    left: 2px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}