/**
 * RTL overrides for Chat widget form.
 */

#chatw-back {
    float: right;
}

/* Flip the chevron so "back" points the correct way in RTL */
#chatw-back .glyphicon-chevron-left {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

#chatw-minimize {
    float: left;
}

#chatw-form-wrapper {
    padding: 10px 15px 0 15px;
}

#chat-threads {
    margin-right: 0;
    margin-left: -15px;
    padding-right: 0;
    padding-left: 15px;
}

#chat-toolbar i {
    margin-right: 0;
    margin-left: 2px;
}

/* Customer bubbles are anchored to the left in RTL (sender side) */
.chat-thread-customer .chat-thread-text {
    float: left;
}

.chat-thread-customer .chat-thread-status {
    float: left;
}

/* User (agent) messages indent from the right in RTL */
.chat-thread-user .chat-thread-text {
    margin-left: 0;
    margin-right: 40px;
}

.chat-thread-user-name {
    margin-left: 0;
    margin-right: 43px;
}

/* From style.css */
#chat-uploaded-attachments li {
    margin: 1px 0 5px 10px;
}
#chat-container .thread-message {
    margin-right: inherit !important;
    margin-left: 0 !important;
}
