
@font-face {
    font-family: IRANSansX-Regular;
    src: url("/assets/fonts/woff/IRANSansXFaNum-Regular.woff") format("woff");
}
body {
    font-family: IRANSansX-Regular;
}

.no-zoom-input {
    font-size: 16px !important;
}
.hAutoImportant {
    height: auto !important;
}
.width95Important{
    width:95px !important;
}


.description-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* تعداد خطوط */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}





.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    height: 3rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #374151;
        line-height: inherit;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 0.75rem;
        transform: translateY(-50%);
    }

.select2-dropdown {
    border-radius: 0.75rem;
    font-size: 0.875rem;
    z-index: 9999;
}

.select2-search__field {
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: 0.875rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f472b6;
    color: white;
}
  
.zindexman{
    z-index:99999;
}
.mainImageHeight{
    height:400px;
    width:300px;
    margin:0 auto;
}