body {
    direction : rtl;
    text-align : right;
    }

.right-0
{
    left: 0 !important;
    right:auto !important;
}

.oblique {
    transform: skewX(-10deg) !important;
    overflow: hidden;
    width: 60% ;
    left: -10rem !important;
    right: auto !important;
    border-bottom-right-radius: 0.75rem !important;
}

/* כיוון כללי לתוך ה-input-group */
.chat-reply-wrapper .input-group {
    direction: rtl;
}

/* כפתור האימוג'י - גבול בצד שמאל בלבד */
.chat-reply-wrapper .input-group-prepend button {
    border-left-color: transparent !important;
    border-right-color: #cad1d7 !important;
    border-radius: 0 .375rem .375rem 0 !important;
}

/* טקסט־אראה (textarea) - פינות פתוחות ימין */
.chat-reply-wrapper textarea {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
    text-align: right;
}

/* כפתור שליחה – סיבוב של האיקון */
.chat-reply-wrapper .btn-icon svg {
    transform: rotate(180deg);
}
