/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 05:22:50 */
.blog-table td {
    background: #ea7b28;
    color: #ffff;
    border-right: 1px solid; 
}

.blog-tabbar-1 {
    background: #bad3f9;
    padding: 20px;
    border-right: 5px solid #1b3f76;
    margin-bottom: 10px;
    border-radius: 10px 20px 20px 10px;
}

.blog-tabbar {
    background: #ffcba4;
    padding: 20px;
    border-left: 5px solid #ea7b28;
    margin-bottom: 10px;
    border-radius: 20px 10px 10px 20px;
}

.blog-table,
.blog-table-2{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 10px;
}

.blog-table th,
.blog-table thead,
.blog-table td,
.blog-table-2 th,
.blog-table-2 td {
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
}

.blog-table thead th,
.blog-table-2 thead th{
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}

.blog-table tbody tr:nth-child(odd) td,
.blog-table-2 tbody tr:nth-child(odd) td{
  background: #f7f7f7;
}

.blog-table tbody tr:nth-child(even) td,
.blog-table-2 tbody tr:nth-child(even) td{
  background: #ffffff;
}

.blog-table tbody td:first-child,
.blog-table-2 tbody td:first-child{
  background: #ea7b28 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 160px;
}

.blog-table tbody td:not(:first-child),
.blog-table-2 tbody td:not(:first-child){
  text-align: center;
  color: #000;
}


.blog-table table thead tr:first-child td:nth-child(2) {
  background: #033265;
  color: #fff;
  font-weight: 600;
}

.blog-table table thead tr:first-child td:nth-child(3) {
  background: #033265;
  color: #fff;
  font-weight: 600;
}

.blog-table table thead tr:first-child td:nth-child(4) {
  background: #033265;
  color: #fff;
  font-weight: 600;
}