.wz-widget-chat-widget {
    position: fixed;
    z-index: 100;
}

.wz-widget-btn-chat-widget {
    border: 1px solid #fff;
    background: #011452;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    padding: 8px;
    color: #fff;
    box-shadow: 0 0 13px 0 #03145240;
    position: fixed;
    bottom: 16px;
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wz-widget-btn-chat-widget:hover {
    background: #2742a3;
}

.wz-widget-icon-message {
    width: 26px;
    height: 26px;
}

.wz-widget-chat-header {
    padding: 16px;
    background: #031452;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 16px;

    img {
        width: 80px;
    }
}

.wz-widget-chat-body {
    display: none;
    z-index: 110;
    border-radius: 10px;
    width: 385px;
    height: 100%;
    max-height: 550px;
    overflow: hidden;
    position: fixed;
    bottom: 74px;
    right: 20px;
    background: #fff;
    box-shadow: 2px 4px 13px 0 #00000040;
    flex-direction: column;
}

.wz-widget-chat-body-container {
    padding: 8px 16px;
    margin-bottom: 8px;
    overflow: auto;
    height: 100%;
}

.wz-widget-welcome-bot {
    display: grid;
    row-gap: 16px;
    padding: 50px 30px;

    a {
        background: #031452;
        color: #fff;
        width: 100%;
        border: none;
        padding: 14px 8px;
        border-radius: 8px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

    a:hover {
        background: #2742a3;
    }
}

.wz-widget-chat-message-bot {
    display: grid;
    row-gap: 16px;
}

.wz-widget-receiver-chat {
    display: flex;
    justify-content: start;
    margin-bottom: 8px;
    max-width: 80%;

    p {
        font-size: 14px;
        width: 100%;
        border-radius: 8px;
        color: #191919;
        padding: 12px 16px;
        background: #efefef;
        width: auto;
    }
}

.wz-widget-sender-chat {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;

    p {
        white-space: pre-wrap;
        font-size: 14px;
        width: 100%;
        border-radius: 8px;
        color: #fff;
        padding: 12px 16px;
        max-width: 80%;
        background: #4d5c92;
        width: auto;
    }
}

.wz-widget-chat-footer {
    border-top: 1px solid rgb(203 203 203);
    position: relative;
    display: flex;
    padding: 10px 16px;
    align-items: center;
    min-height: 63px;
    padding-right: 0;
}

.wz-widget-write-message {
    display: flex;
    width: 100%;
    border: none;
    resize: none;
    padding: 0;
    padding-right: 40px;
}

.wz-widget-write-message:focus {
    outline: none;
}

.wz-widget-send-btn {
    background: #031452;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    padding: 6px;
    position: absolute;
    bottom: 10px;
    right: 16px;
}

.wz-widget-send-btn:hover {
    background: #2742a3;
}

/* .carousel-item {
    background: #efefef;
    border-radius: 8px;
    overflow: hidden;
}

button.carousel-control-prev,
button.carousel-control-next {
    background: #000000;
    bottom: unset;
    translate: 0 -50%;
    top: 50%;
    width: auto;
    border-radius: 50px;
    padding: 8px;
    opacity: 0.2;
}

button.carousel-control-next {
    right: -10px;
}

button.carousel-control-prev {
    left: -10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
    opacity: 0.2;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.4;
}

.wz-widget-card-text1 {
    font-size: 14px;
    margin-bottom: 4px;
}

.wz-widget-card-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wz-widget-ate {
    font-weight: 600;
}

.wz-widget-showMore {
    color: #3781ff;
    margin-top: 12px;
    display: block;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 12px;
} */

.wz-widget-typing-loader {
    display: flex;
    justify-content: start;
    margin-bottom: 8px;
    max-width: 80%;
}

.wz-widget-typing {
    align-items: center;
    display: flex;
    height: 45px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    color: #191919;
    padding: 12px 16px;
    max-width: 80%;
    background: #efefef;
    width: auto;
}

.wz-widget-active{
    display: flex;
}

.wz-widget-typing .wz-widget-dot {
    animation: mercuryTypingAnimation 1.3s infinite ease-in-out;
    background-color: #636363;
    border-radius: 50%;
    height: 7px;
    margin-right: 4px;
    vertical-align: middle;
    width: 7px;
    display: inline-block;
}

.wz-widget-typing .wz-widget-dot:nth-child(1) {
    animation-delay: 200ms;
}

.wz-widget-typing .wz-widget-dot:nth-child(2) {
    animation-delay: 300ms;
}

.wz-widget-typing .wz-widget-dot:nth-child(3) {
    animation-delay: 400ms;
}

.wz-widget-typing .wz-widget-dot:last-child {
    margin-right: 0;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #777777;
    }

    28% {
        transform: translateY(-7px);
        background-color: #989898;
    }

    44% {
        transform: translateY(0px);
        background-color: #bfbfbf;
    }
}