.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    padding-right: 0;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    left: 5px;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    left: 1.25rem;
    right: unset;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding-top: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top:5px;

}

.single-record-table {
    border-right: 1px solid #EFF2F5;
}
.single-record-table th {
    font-weight: bold;
    background-color: #EFF2F5;
    width: 120px;
    padding-right: 10px;
    border-color: #E4E6EF;
    border-left: 1px solid #E4E6EF;
    border-right: 1px solid #E4E6EF;
}

.single-record-table td {
    padding-right: 10px;
    border-color: #E4E6EF;
    border-left: 1px solid #E4E6EF;
}


.outer {
    width: 50px;
    height: 50px;
}

.inner {
    width: 30px;
    height: 30px;
    background-color: red;
}

.p-number {
    unicode-bidi: plaintext !important;
    text-align: right;
}

