﻿.w-15 {
    width: 15% !important;
}
.gridjs-table {
    direction: rtl;
    text-align: right;
}
select {
    font-family: "IRANSans" !important;
    appearance: none;
    -moz-appearance: none; /* برای فایرفاکس */
}
select option {
    font-family: "IRANSans" !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-results__option {
    font-family: "Vazir FD" !important;
}
.gridjs-th,
.gridjs-td {
    text-align: right !important;
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.border {
    border: 1px solid #ddd;
}

.rounded-md {
    border-radius: 6px;
}

.bg-blue-600 {
    background-color: #2563eb;
}

.text-white {
    color: white;
}
html, body {
    font-size: calc(100% - 3px); 
}

* {
    font-size: inherit; 
}
