@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('./../fonts/eot/iranyekanwebbold(fanum).eot');
    src: url('./../fonts/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./../fonts/woff2/iranyekanwebbold(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('./../fonts/woff/iranyekanwebbold(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./../fonts/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('./../fonts/eot/iranyekanweblight(fanum).eot');
    src: url('./../fonts/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./../fonts/woff2/iranyekanweblight(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('./../fonts/woff/iranyekanweblight(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./../fonts/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('./../fonts/eot/iranyekanwebregular(fanum).eot');
    src: url('./../fonts/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./../fonts/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('./../fonts/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./../fonts/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}
body::-webkit-scrollbar, body ::-webkit-scrollbar{
    height: 10px;
    width: 10px;
    border-radius: 20px;
}
body::-webkit-scrollbar-track, body ::-webkit-scrollbar-track{
    background-color: var(--bs-gray-200);
    border-radius: 20px;
}
body::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb{
    background-color: var(--bs-gray-600);
    border-radius: 20px;
}
body::-webkit-scrollbar-thumb:hover, body ::-webkit-scrollbar-thumb:hover{
    background-color: var(--bs-gray-300);
}
html[dir="rtl"] body{
    font-family: "iranyekan", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 13px;
}
html[dir="rtl"] body .select2{
    height: 33px;
    width: 100% !important;
}
html[dir="rtl"] body .select2 .select2-selection{
    height: 100%;
    border-color: #ced4da;
}
html[dir="rtl"] body  .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 0px;
    line-height: 24px;
}
html[dir="rtl"] body .select2-container--default .select2-selection--single .select2-selection__rendered:has(.select2-selection__placeholder){
    padding-top: 5px;
}
html[dir="rtl"] body .select2 .select2-selection .select2-selection__arrow{
    top: 4px;
}
html[dir="rtl"] body .select2-container--default .select2-selection--multiple.select2-selection--clearable,
html[dir="rtl"] body .select2-container--default .select2-selection--single.select2-selection--clearable{
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 3px;
}
html[dir="rtl"] body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{
    right: unset;
    left: 0;
}
html[dir="rtl"] div:where(.swal2-container) div:where(.swal2-actions){
    flex-direction: row-reverse;
}
html[dir="rtl"] .form-group .form-control{
    font-size: inherit;
}