﻿#chat-container {
    border: 1px solid #A9ABAE !important;
    border-radius: 10px !important;
}

.chat-header {
    background: #366396 !important;
}

    .chat-header .chatbot-details .chatbot-icon {
        background: #fff !important;
    }

    .chat-header .chatbot-details .chatbot-name, .color-green, .color-blue {
        color: #fff !important;
    }

.chat-wrapper #chat-display .bot:before {
    background-color: #fff !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
}

.chat-wrapper #chat-display .bot1:before {
    background-size: 24px !important;
    background-repeat: no-repeat !important;
}

.chat-header .chatbot-minimize button i {
    color: #fff !important;
    font-size: 24px !important;
}

.chat-wrapper #chat-display .user span {
    background: #366396 !important;
    color: #fff !important;
}

.chat-wrapper #chat-display .user:after {
    background-color: #366396 !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.chat-wrapper #chat-display {
    padding: 15px 15px !important;
    margin-bottom: 50px !important;
}

.chat-header .chatbot-minimize button i, .chatbot-maximize button i, .chatbot-close button i {
    color: #fff !important;
}

.chatbot-open-icon {
    position: fixed !important;
    right: 5px !important;
    bottom: 20px !important;
    display: flex;
    height: 42px !important;
    width: 42px !important;
    transition: all .2s ease-in 0s;
    z-index: 1024;
    cursor: pointer;
    animation: pop;
    animation-duration: .7s;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.24));
    border: 0px;
}

    .chatbot-open-icon img {
        height: 30px !important;
    }

    .chatbot-open-icon .notification-icon {
        position: absolute;
        top: -7px !important;
        right: 4px !important;
        width: 16px !important;
        height: 16px !important;
    }
