.trader-table-section{
    margin-top: 30px;
    padding-top: 30px;
}

.grey-header{
    background: #283361;
    color: #fff;
    text-align: center;
    font-family: tahoma;
    font-size: 18px;
}

.section-table thead td,
.section-table thead th
{ background: #1C2A45; color:#fff; font-weight: normal; }

table.dataTable thead th, table.dataTable tfoot th { font-weight: normal !important;}


#traderDataTable thead td, #infrastructureDataTable thead td, #projectDataTable thead td,
#traderDataTable thead th, #infrastructureDataTable thead th, #projectDataTable thead th
{
    vertical-align: middle;
    font-family: 'Kanit'!important;
    font-size: 13px;
    text-align: center;
}

#traderDataTable td, 
#traderDataTable td a, 
#infrastructureDataTable td, 
#infrastructureDataTable td a, 
#projectDataTable td, 
#projectDataTable td a{
    font-family: 'Kanit'!important;
    font-size: 12px;
}

#traderDataTable td a, #projectDataTable td a, #infrastructureDataTable td a {font-size: 12px ;color: #2B2A29;}


.dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0.2em 0.8em; margin-left: 5px; }
.table-bordered td, .table-bordered th { border: 1px solid #fff; }

table.dataTable tbody th, table.dataTable tbody td {padding: 8px 20px !important;}

.bg-vido {object-fit: cover;width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;}
