
.div-box-chat {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.div-box-chat .chat-box {
    background: url('/images/support_chat_box.png') no-repeat;
    min-height: 372px;
    max-width: 310px;
}
.chat-box .close-button {
    background: url('/images/support_close_btn.png') no-repeat;
    min-height: 41px;
    width: 60px;
    margin-left: 478px;
    margin-left: 253px;
}
.chat-box .chat-messages {
    padding: 15px;
    min-height: 320px;
    overflow-y: auto;
    max-height: 300px;
    max-width: 667px;
}
.chat-box .input-container {
    display: flex;
    padding: 15px;
    z-index: 1;
}
.chat-box input {
    flex: 1;
    padding: 10px;
    border-color: #ff000000 !important;
    margin-top: 9px;
    background-color: #ff000000 !important;
}
.chat-box div.send-message {
    background: url('/images/support_send_btn.png') no-repeat;
    height: 40px;
    width: 80px;
    cursor: pointer;
}
/*.div-box-chat .message-collapse {*/
/*    background: url('/images/support.png') no-repeat;*/
/*    margin-bottom: 20px;*/
/*    margin-right: 20px;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    z-index: 9999;*/
/*}*/
.message-collapse {
    cursor: pointer;
}
.chat-box .user-name {
    color: #3acdff;
    font-weight: bolder;
}

.chat-box .user-message {
    padding: 10px;
    align-self: flex-end;
    color: white;
}

.chat-box .bot-message {
    padding: 5px;
}

.chat-box .message:last-child {
    margin-bottom: 0;
}

.chat-box .message {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.chat-box .input-container {
    display: flex;
    padding: 15px;
    z-index: 1;
}

.chat-box .form-control:focus {
    border-color: #ff000000 !important;
    box-shadow: none;
    color: white;
}

.chat-box input {
    flex: 1;
    padding: 10px;
    border-color: #ff000000 !important;
    margin-top: 9px;
    background-color: #ff000000 !important;
}
.chat-box .message-content {
    color: white;
}
