/* table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before { display:none } table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{ display:none } */ .table tbody { font-size: 10px !important; } .table thead tr { font-size: 10px !important; } .table thead tr th { text-align: center; } table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting { padding-right: 10px !important; } div.dataTables_wrapper div.dataTables_info { padding-top: 0.85em; font-family: 'IRANSansFaNum'; white-space: nowrap; font-size: 14px !important; } div.dataTables_wrapper div.dataTables_paginate { margin: 0; white-space: nowrap; text-align: right; font-size: 14px; } .dataTables_paginate .pagination li.page-item a { border: 1px solid #e1e1e1 !important; } .pagination>.page-item>.page-link, .pagination>.page-item>span { border: 0; /* border-radius: 30px !important; */ transition: all 0.3s; padding: 0 11px; margin: 0 0px; min-width: 30px; height: 30px; line-height: 30px; /* color: #999; */ font-weight: 400; font-size: 12px; text-transform: uppercase; background: transparent; text-align: center; } .page-item.active .page-link { background: #ff5c0f !important; box-shadow: unset; } @keyframes loader { 0% { transform: rotate(0deg); } 25% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(360deg); } 100% { transform: rotate(360deg); } } @keyframes loader-inner { 0% { height: 0%; } 25% { height: 0%; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0%; } } .divloader { display: none; justify-content: center; align-items: center; position: fixed; right: 0; left: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1200; } .loader { display: inline-block; width: 40px; height: 40px; position: relative; border: 4px solid #ff5c0f; top: 0; animation: loader 2s infinite ease; } .loader-inner { vertical-align: top; display: inline-block; width: 100%; background-color: #fff; animation: loader-inner 2s infinite ease-in; }