/* light blue - #219cd8 */
/* Dark blue - #2d3e50 */
/* Light Grey - #909090 */
/* Dark grey - #626363 */

/* New Requirement */
/* Client text message color - #f1f0f0 */
/* message field color - #f2f2f2 */
/* Form fields color - #e2e2e2 */


.chatter-chat-default-accent-color{
    color: #d82167; /* #219cd8 */
}
.chatter-chat-default-accent-bg-color{
    color: #d82167; /* #219cd8 */
}
.chatter-chat-default-accent-text-color{
    color: #008000; /* #fff */
}
.chatter-chat-default-accent-text-bg-color{
    color: #008000; /* #fff */
}

#chatter-chat-redirect-screen-container{
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: linear-gradient(180deg, #fff, #219cd8);
}
#chatter-chat-redirect-message{
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
#chatter-chat-company-link{
    cursor: pointer;
    text-decoration: none;
}
#chatter-chat-company-logo{
    width: 280px;
    margin-bottom: 14px;
}
#chatter-chat-company-name{
    color: #219cd8;
    font-size: 30px;
    font-weight: 700;
}

#chatter-chat-header-icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
}
#chatter-chat-dealer-name, #chatter-chat-form-dealer-name{
    font-size: 25px;
    margin: 10px 40px;
    font-weight: 600;
    color: #2d3e50;
    font-family: 'Titillium Web', sans-serif;
}

#chatter-chat-register-form-container{
    height: inherit;
    border: 0 solid red;
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    width: 100%;
    background-color: #fff;
}
#chatter-chat-provider, #chatter-chat-form-provider{
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
    font-size: 13px;
    align-items: center;
}
#chatter-chat-provider-name, #chatter-chat-form-provider-name{
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
}
#chatter-chat-provider-icon-link, #chatter-chat-form-provider-icon-link{
    display: flex;
    align-items: center;
}
#chatter-chat-provider-icon, #chatter-chat-form-provider-icon{
    height: 18px;
    margin-left: 5px;
    cursor: pointer;
}
#chatter-chat-chatForm {
    background: #fff;
    padding: 10px;
    width: 100%;
    border-color: #000;
    border-top: 0 solid #f1f1f1;
    align-items: flex-end;
    background-color: rgba(255, 255, 255, 1);
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#chatter-chat-chatForm input {
    border-style: solid;
    width: 100%;
    border: 0;
    background-color: #C4C4C4;
    border-radius: 18px;
    min-width: 100px;
    padding: 10px 8px 10px 12px;
}
.chatter-chat-form-input{
    bottom: 4px;
    left: 5px;
    right: 50px;
    padding: 10px;
    min-height: 40px;
    background: #f2f2f2;
    border-radius: 20px;
    max-height: 100px;
    width: 100%;
    padding-right: 40px;
    overflow: auto;
    outline: none;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

#chatter-chat-chat-lead-container{
    position: relative;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}
#chatter-chat-chat-lead-container::-webkit-scrollbar {
    display: none;
}


#chatter-chat-service-option-heading {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
}

#chatter-chat-sales-and-service-container {
    margin-top: 10px;
}

#chatter-chat-radio-buttons-container {
    display: flex;
    margin: 8px 0;
    align-items: baseline;
    justify-content: space-around;
}

#chatter-chat-radio-buttons-container input {
    margin-right: 5px;
}

#chatter-chat-service-option-heading{
    font-size: 17px;
    font-weight: 500;
}
#chatter-chat-sales-and-service-container{
    margin-top: 10px;
}

#chatter-chat-chatForm button {
    width: 33px;
    height: 33px;
    border: none;
    color: #000;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    border-radius: 25px;
    background: #219cd8;
    margin: 0 5px 0 0;
}
.chatter-chat-submit-button-icon{
    color: #fff;
    fill: #fff;
    font-size: 18px !important;
    font-weight: 600 !important;
    width: 60%;
    height: 60%;
}
.chatter-chat-main-window-dimensions {
    flex: 1;
    margin: 0;
    border: none;
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 10px !important;
    padding-top: 70px !important;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

#chatter-chat-shopper-form {
    height: auto;
    display: none;
    overflow: auto;
    box-shadow: none;
    background: #fff;
    flex-direction: column;
    border: 0 solid !important;
    padding: 0 50px !important;
}

#chatter-chat-shopper-form label {
    color: #000;
}

#chatter-chat-form-header {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 25px 10px 0;
}

#chatter-chat-form-footer {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0 20px;
}

#chatter-chat-form-dealer-message {
    font-size: 17px;
}

#chatter-chat-form-dealer-disclaimer {
    font-size: 17px;
}

#chatter-chat-warning, .chatter-warning-message {
    color: #f00;
    display: none;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}

#chatter-chat-shopper-form .chatter-chat-shopper-inputs {
    height: 30px;
    padding: 3px;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    width: 100% !important;
    border: 0 solid grey;
    background: #e2e2e2;
    box-shadow: none;
}

#chatter-chat-client-form-submit {
    width: 100%;
    padding: 7px;
    outline: none;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
    color: #219cd8; /* @accent #219cd8 */
    font-weight: 600;
    border-radius: 5px;
    background: #fff;
    letter-spacing: .5px;
    border: 2px solid #219cd8; /* @accent #219cd8 */
}
#chatter-chat-client-form-submit:hover{
    color: #fff;
    background-color: #219cd8;
}
#chatter-chat-messages-container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#chatter-chat-messages-bottom-padding{
    height: 90px;
}

#chatter-chat-messages {
    overflow: auto;
    list-style-type: none;
    margin-top: 1px !important;
    overflow-x: hidden;
}

.chatter-chat-dealer-info {
    text-align: center;
    margin-bottom: 10px;
}

#chatter-chat-disclaimer-link {
    font-weight: 600;
    color: black;
    text-decoration: underline;
}

.chatter-chat-dealer-info p {
    font-size: 16px;
}

.chatter-chat-msg {
    max-width: 100%;
    line-height: 1.34;
    margin-right: 10px;
    position: relative;
    border-radius: 15px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

.chatter-chat-msg p {
    margin: 0.5rem;
    word-break: break-word;
}

.chatter-chat-msg ul {
    list-style: disc;
}

.chatter-chat-msg ul ul {
    list-style: circle;
}

.chatter-chat-msg ol {
    list-style: decimal;
}

.chatter-chat-msg ol,
.chatter-chat-msg ul {
    padding-left: 1rem;
    margin: 0.25rem;
    width: 96%;
}

.chatter-chat-msg ol + ul,
.chatter-chat-msg ul + ol:not([start]) {
    padding-left: 2rem;
}

.chatter-chat-msg ol li:not(:last-child),
.chatter-chat-msg ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.chatter-chat-my-msg {
    color: #000;
    min-width: 33%;
    width: max-content;
    margin-bottom: 10px;
    align-self: flex-end;
    background-color: #f1f0f0;
}

.chatter-chat-test-msg {
    width: 70%;
    display: flex;
    max-width: 100%;
    line-height: 1.34;
    border-radius: 17px;
    align-self: flex-end;
    border: 0 solid grey;
    margin: 0 10px 10px 0;
    justify-content: flex-end;
    flex-shrink: 0;
}
.chatter-chat-shopper-msg {
    float: right;
    max-width: 100%;
    width: max-content;
    position: relative;
    border-radius: 17px;
    padding: 0.5rem;
    background-color: #f1f0f0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.chatter-chat-shopper-msg p {
    margin: 0.5rem;
    word-break: break-word;
}

.chatter-chat-my-msg-span {
    background-color: #f1f0f0;
    overflow-wrap: anywhere;
}

.chatter-chat-my-msg-span a {
    overflow-wrap: anywhere;
}

.chatter-chat-my-msg-top{
    border-bottom-right-radius: 0;
    margin-bottom: 2px !important;
}
.chatter-chat-my-msg-middle{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 2px !important;
}
.chatter-chat-my-msg-bottom{
    border-top-right-radius: 0;
    margin-bottom: 2px;
}

.chatter-chat-others-msg {
    color: #fff;
    margin: 0;
    overflow-wrap: break-word;
    background-color: #219cd8;
}

.chatter-chat-others-msg a {
    width: 100%;
}

.chatter-chat-tc-msg-container {
    display: flex;
    margin: 0 0 10px 0;
    flex-shrink: 0;
    box-sizing: border-box;
    flex-direction: row;
}

.chatter-chat-tc-msg-list {
    width: 100%;
    flex: 1;
}
.chatter-chat-timestamp{
    font-size: 11px;
    white-space: nowrap;
}

.chatter-chat-profile-picture-container{
    display: flex;
    align-items: flex-end;
}

.chatter-chat-profile-image {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border-radius: 50%;
}

.chatter-chat-profile-image.chathub,
.chatter-chat-profile-image.dealer {
    border: 1px solid #ccc;
    padding: 2px;
    background-color: #219cd8;
}
.chatter-chat-hyperlink{
    color: #fff;
    text-decoration: underline;
}
.chatter-chat-others-msg-top{
    border-bottom-left-radius: 0;
    margin-bottom: 2px;
}
.chatter-chat-others-msg-middle{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 2px;
}
.chatter-chat-others-msg-bottom{
    border-top-left-radius: 0;
    margin-bottom: 10px;
}

#chatter-chat-quick-replies-container{
    width: 100%;
    text-align: center;
}

#chatter-chat-quick-replies-container span {
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    margin: 5px;
    border-radius: 20px;
    color: #219cd8;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #219cd8;
}

#chatter-chat-quick-replies-container .chatter-quick-reply-hidden {
    display: none;
}

#chatter-chat-quick-replies-container .chatter-chat-quick-replies-toggle {
    background: transparent;
    border: none;
    color: #219cd8;
    cursor: pointer;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
    text-decoration: underline;
}

[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}

.chatter-chat-carousel-outer-container {
    width: 100%;
    border: 0 solid black;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
    align-items: center;
}
.chatter-chat-carousel-container {
    width: 90%;
    padding: 10px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
.chatter-chat-arrow-container{
    width: 20px;
    z-index: 9;
    opacity: 0.7;
    padding: 5px;
    display: flex;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.chatter-chat-arrow {
    font-size: 20px;
    font-weight: 800;
}

.chatter-chat-left-arrow {
    left: 0;
}

.chatter-chat-right-arrow {
    right: 0;
}

.chatter-chat-carousel-content {
    overflow: hidden;
}

.chatter-chat-carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 solid #8a8a8a;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    width: 170px;
    height: 140px;
    overflow: hidden;
    flex: 0 0 auto;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: -1px 1px 2px 1px #888888;
}

.chatter-chat-carousel-item-type-width {
    width: 230px;
    height: 270px;
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    padding-bottom: 5px;
    align-items: center;
    flex-direction: column;
    border: 5px solid #fff;
    background-color: #f5f5f5;
    box-shadow: -1px 0 4px -2px #888888;
}

.chatter-chat-media-content-container {
    width: 100%;
    padding: 0 5px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    display: flex;
    min-height: 75px;
    flex-direction: column;
}

.chatter-chat-media-carousel-container {
    width: 100%;
    height: fit-content;
    background-color: grey;
    overflow: hidden;
}

.chatter-chat-carousel-media-container {
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.chatter-chat-carousel-media-container img,
.chatter-chat-carousel-media-container video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    object-fit: cover;
}

.chatter-chat-display-flex {
    display: flex;
}

.chatter-chat-display-none {
    display: none;
}

.chatter-chat-carousel-item img, .chatter-chat-carousel-item-type-width img {
    width: 100%;
    flex-shrink: 0;
    min-width: 100%;
}

.chatter-chat-header-carousel-container {
    padding-top: 15px;
}
.chatter-chat-header-carousel-container p{
    color: grey;
}

.chatter-chat-header {
    z-index: 10;
    width: 100%;
    height: 60px;
    display: none;
    position: fixed;
    min-height: 60px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
    box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.25);
}

.chatter-chat-carousel-button-container{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.chatter-chat-carousel-button {
    width: 90%;
    border: 0 solid blue;
    border-radius: 5px;
    padding: 5px;
    margin: 3px;
    background-color: #fff;
}


.chatter-chat-scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.chatter-chat-media-content h5 {
    margin: 6px 0;
    font-size: 15px;
}

.chatter-chat-media-title {
    text-align: left;
}

.chatter-chat-media-title h5 {
    font-weight: 700;
    color: #031450;
}

.chatter-chat-media-title p {
    color: #031450;
}

.chatter-chat-media-price h5 {
    display: flex;
    color: #219cd8;
    font-weight: 500;
}

.chatter-chat-currency {
    font-size: 9px;
    float: left;
    margin-top: 3px;
}

.chatter-chat-carousel-caption-type-width {
    width: 100%;
    text-align: initial;
    padding: 0 10px;
    color: #626363;
    font-size: 13px;
}

.chatter-chat-outer-item {
    margin-right: 10px;
    margin-bottom: 15px;
}

.chatter-chat-carousel-li {
    background-color: #f5f5f5;
    box-shadow: 0 0 8px -3px #675655;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.chatter-chat-slides-ul {
    padding: 3px !important;
    display: flex;
    transition-duration: 0.6s;
    list-style: none;
    min-height: 200px;
}

.chatter-chat-slides-ul li {
    width: 150px;
    margin-right: 5px;
    flex-shrink: 0;
}

.chatter-chat-media-slider-container {
    width: 76%;
    margin-left: 10px;
    margin-bottom: 15px;
    max-width: 400px;
    box-shadow: 0 0 12px -6px #675656;
}

.chatter-chat-details-button-div {
    text-align: center;
}

.chatter-chat-context-button-div {
    text-align: right;
    color: #219cd8;
    padding: 5px;
}

.chatter-chat-details-button {
    border: 0;
    margin: 5px;
    width: 120px;
    color: #fff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #219cd8; /* @accent #219cd8 */
    box-shadow: -1px 0 4px -2px #888888;
}

.chatter-chat-card {
    flex: 0 0 auto;
}

.chatter-chat-media-main-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px 0;
}

/* CAROUSEL STYLES */
.chatter-chat-ex-carousel-container {
    width: 100%;
    height: 200px;
    border: 1px solid grey;
    background-color: #fff;
}
.chatter-chat-horizontalScroll {
    width: 100vh;
    height: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    background: #2E2E2E;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transform: rotate(-90deg) translate3d(-200px, 0vh, 0);
}
.chatter-chat-horizontalScroll > * {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transform: rotate(90deg) translate3d(15px, -185px, 0);
}
.chatter-chat-item {
    width: 170px;
    height: 170px;
    background: #FDFFFC;
    position: relative;
}
.chatter-chat-item:not(:first-child) {
    margin-top: 30px;
}
.chatter-chat-item .chatter-chat-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center / cover;
    opacity: .8;
    background-blend-mode: luminosity;
}

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

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

.chatter-chat-tc-email {
    color: #000;
}

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

.chatter-flex-viewport {
    width: 310px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.chatter-slides-chevron-button svg {
    width: 60%;
    height: 60%;
}

.chatter-single-flex-viewport .chatter-slides-chevron-button {
    top: 90px;
}

.chatter-flex-viewport .chatter-slides-chevron-button {
    top: 140px;
}

.chatter-slides-chevron-button {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    opacity: 0.7;
    display: flex;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.chatter-slides-chevron-button:hover {
    opacity: 1;
}

.chatter-flex-viewport:hover .chatter-slides-chevron-button-left,
.chatter-single-flex-viewport:hover .chatter-slides-chevron-button-left {
    transform: translateX(0px);
}

.chatter-slides-chevron-button-left {
    left: 10px;
    transform: translateX(-50px);
    transition-duration: 0.6s;
}

.chatter-flex-viewport:hover .chatter-slides-chevron-button-right,
.chatter-single-flex-viewport:hover .chatter-slides-chevron-button-right {
    transform: translateX(0px);
}

.chatter-slides-chevron-button-right {
    right: 10px;
    transform: translateX(50px);
    transition-duration: 0.6s;
}

.chatter-slides-pagination {
    bottom: 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    list-style: none;
}

.chatter-slides-pagination li {
    padding: 0 5px;
}

.chatter-slides-pagination li button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    opacity: 0.5;
}

.chatter-slides-pagination .chatter-slider-pagination-button,
.chatter-slides-pagination li button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatter-slides-pagination .chatter-slider-pagination-button svg,
.chatter-slides-pagination li button svg {
    fill: #000;
    width: 14px;
    height: 14px;
}

.chatter-slides-pagination .chatter-slider-pagination-button.selected,
.chatter-slides-pagination li button:hover {
    opacity: 1;
}

.chatter-single-flex-viewport {
    width: 250px;
    overflow: hidden;
    position: relative;
}

.chatter-chat-single-slides-ul {
    list-style: none;
    padding: 0;
    display: flex;
    transition-duration: 0.6s;
    min-height: 250px;
}

.chatter-chat-single-slides-ul li {
    width: 250px;
    flex-shrink: 0;
}

.chatter-chat-row {
    margin-bottom: 10px;
}

.chatter-chat-row span {
    color: #f00;
}

.chatter-video-thumbnail-placeholder,
.chatter-video-thumbnail-container {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chatter-video-thumbnail-container {
    position: relative;
}

.chatter-video-thumbnail-placeholder {
    position: absolute;
}

.chatter-video-thumbnail-placeholder .chatter-video-thumbnail-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: white;
    padding: 12px;
    border-radius: 25px;
    border: 1px solid #000000;
}

.chatter-video-thumbnail-placeholder .chatter-video-thumbnail-play-icon svg {
    margin-left: 4px;
}

#chatter-chat-carbo-thinking .chatter-chat-tc-msg-list .chatter-chat-msg {
    width: fit-content;
    max-width: calc(100% - 24px);
    align-items: flex-start;
}

/* Compact padding for carbo thinking bubble */
#chatter-chat-carbo-thinking .chatter-chat-msg {
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
}
/* Thinking/Loading Loader Styles */
.chatter-chat-thinking-bubble {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 15px;
    background-color: #f0f0f0;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    min-width: 120px;
    max-width: calc(100% - 24px);
    width: fit-content;
    margin: 5px 0 5px 0;
}

.chatter-chat-thinking-bubble.system {
    background-color: #e8e8e8;
    color: #555;
    border-left: 2px solid #219cd8;
    padding: 6px 16px 6px 14px;
}
.chatter-chat-thinking-text {
    display: inline;
}

.chatter-chat-loader-dots {
    display: inline-flex;
    max-width: calc(100% - 24px);
    width: fit-content;
    gap: 3px;
    align-items: center;
}

.chatter-chat-loader-dot {
    width: 6px;
    height: 6px;
    background-color: #666;
    animation: chatter-loader-dot-animation 1.4s infinite;
}

.chatter-chat-thinking-bubble.system .chatter-chat-loader-dot {
    background-color: #555;
}

.chatter-chat-loader-dot:nth-child(1) {
    animation-delay: 0s;
}

.chatter-chat-loader-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.chatter-chat-loader-dot:nth-child(3) {
    animation-delay: 0.4s;
}

.chatter-chat-loader-dot:nth-child(4) {
    animation-delay: 0.6s;
}

.chatter-chat-loader-dot:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes chatter-loader-dot-animation {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    30% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.chatter-chat-loader-container {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 10px 0;
}

.chatter-chat-thinking-id {
    display: none;
}
