@import url('rtl.css');
@import url('style.css');

.module caption a{
    float: right !important;
}

.module table tbody tr th, td, th{
    text-align: center !important;
}

#content #content-main form .module div div label{
    float: right !important;
}


.form-row .select2-container--admin-autocomplete ~ .select2-container--admin-autocomplete {
    display: none; /* Hides the second span and any other similar span that follows */
}