@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 */
}
textarea {
    font-family: 'Iranyekan', sans-serif !important;
    font-size: 14px !important; /* Adjust size if needed */
    color: #333 !important; /* Text color */
    background-color: #f9f9f9 !important; /* Light background */
    border: 1px solid #ccc !important; /* Border style */
    padding: 8px !important; /* Padding inside the textarea */
}