    .background-top {
      background: linear-gradient(87deg, #3e4146 0, #ed3029 100%) !important;
    }
.table-style {
  padding: 1%;
}
.vgt-global-search .vgt-global-search__input form {
  width: 30%;
  float: right;
}
.vgt-global-search__input .input__icon {
  left: 95%!important;
  top: 5px!important;
}
.vgt-table.polar-bear thead th{
  color: #3e4146!important;
}
.vgt-table.polar-bear thead th.sorting-asc, .vgt-table.polar-bear thead th.sorting-desc{
    color: #ed3029!important;
}
.vgt-table th.sortable button:before{
  border-top: 5px solid #3e4146!important;
}
.vgt-table th.sortable button:after{
  border-bottom: 5px solid #3e4146!important;
}
.vgt-table thead th.sorting-desc button:before{
    border-top: 5px solid #ed3029!important;
}
.vgt-table thead th.sorting-asc button:after{
    border-bottom: 5px solid #ed3029!important;
}
.vgt-wrap__footer{
      padding: 0.5em!important;
}
.vgt-wrap__footer .footer__navigation__page-btn{
  font-weight: 400!important;
}
.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select{
    /* padding: 3px!important;
    padding-right: 3px!important;  */
}
.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__label{
  color: rgba(0, 0, 0, 0.5)!important;
}
.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn{
  color:#3e4146!important;
}
.vgt-wrap__footer .footer__navigation__page-info{
    color:#3e4146!important;
}
.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after{
      border-left: 6px solid #ed3029!important;
}
.vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after{
  border-right: 6px solid #ed3029!important;
}
.vgt-table.polar-bear th.line-numbers{
   color:#3e4146!important;
}
.vgt-table.polar-bear{
  font-size: 0.8rem!important;
}
.table-padding{
  padding: 1%;
}