/**
 * RTL overrides for End User Portal.
 */

#eup-uploaded-attachments li {
    margin: 1px 0 5px 10px;
}

#eup-container .thread-message {
    margin-left: 0 !important;
    margin-right: inherit !important;
}

.eup-ticket-header .label {
    margin-left: 4px;
    margin-right: 0;
}

.eup-table-tickets th,
.eup-table-tickets td {
    text-align: right;
}

/**
 * Select2
 */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    margin-right: 2px;
    margin-left: 0;
}
