.message-container--align-right .msg-content-container {
    position: relative;
    background-color: rgb(209, 189, 149);
    border-radius: 13px;
    border-top-left-radius: 12px;
    border-top-right-radius: 2px;
    box-shadow: 1px 3px rgb(156, 156, 156);
    color: rgb(40, 40, 40);
    padding: 11px 17px 9px 17px;
}

.message-container--align-right .bubble-style1 {
    background-color: transparent !important;
    border-style: solid;
    border-color: transparent;
    border-width: 20px;
    border-image: url('../css/res/bubbles/bubbleStyle1.svg') fill stretch;
    box-shadow: none;
}

.message-container--align-right .bubble-style1 .message-content {
    color: #f0f0f0;
}

.message-container--align-right .bubble-style2 {
    background-color: transparent !important;
    border-style: solid;
    border-color: transparent;
    border-width: 20px 8px 8px 18px;
    border-image: url('../css/res/bubbles/bubbleStyle2.svg') fill stretch;
    box-shadow: none;
}

.message-container--align-right .bubble-style2 .message-content {
    color: #f0f0f0;
}

.message-container--align-right .bubble-style3 {
    background-color: transparent !important;
    border-style: solid;
    border-color: transparent;
    border-width: 18px 8px 8px 16px;
    border-image: url('../css/res/bubbles/bubbleStyle3.svg') fill stretch;
    box-shadow: none;
}

.message-container--align-right .bubble-style3 .message-content {
    color: #f0f0f0;
}

.message-container--align-right .bubble-style4 {
    background-color: transparent !important;
    border-style: solid;
    border-color: transparent;
    border-width: 24px 16px 16px 16px;
    border-image: url('../css/res/bubbles/bubbleStyle4.svg') fill stretch;
    box-shadow: none;
}

.message-container--align-right .bubble-style4 .message-content {
    color: #f0f0f0;
}

.message-container--align-right .bubble-style5 {
    background-color: transparent !important;
    border-style: solid;
    border-color: transparent;
    border-width: 24px 20px 22px 16px;
    border-image: url('../css/res/bubbles/bubbleStyle5.svg') fill stretch;
    box-shadow: none;
}

.message-container--align-right .bubble-style5 .message-content {
    color: #f0f0f0;
}

.message-container--align-right .bubble-style6 {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    position: relative;
    padding: 22px 30px 16px 42px;
    background-size: 53px 45px, 27px 36px;
    margin: 6px 0 2px 0;
    background-image: 
        url('../css/res/bubbles/bubbleStyle6/part1.png'),
        url('../css/res/bubbles/bubbleStyle6/part2.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}

.message-container--align-right .bubble-style6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-color: transparent;
    border-width: 16px 16px 12px 32px;
    border-image: url('../css/res/bubbles/bubbleStyle6/main.png') fill stretch;
    border-image-slice: 50 60 40 60 fill;
    border-image-width: 33px 40px 27px 40px;
    pointer-events: none;
}

.message-container--align-right .bubble-style6 .message-content {
    color: #864756;
}