.custom_widget_oc .col {
    border-right: 0;
    text-align: center;
}
.loader-overlay{
  z-index: 1056;
}

.custom_dt_wrapper .dt-buttons{
  float: right;
}

.custom-table-excel-btn{
    background-color: #217346 !important; /* Excel green */
    color: #fff !important;
    border: none !important;
    margin-top: 10px;
    font-size: 14px !important;
    margin-right: 5px;
}

.custom-table-excel-btn:hover {
    background-color: #1a5e37 !important;
}

@media (min-width: 1400px) {
  .custom_widget_oc .col {
    width: 12%;
  }
}