deal-business-single {
  display: block;
  li {
    &.active,
    {
      border-bottom: 3px var(--global-theme-color-light, #00C8C1) solid;
    }
  }
  .table-format-list {
    tr {
      &.bg-yellow {
        background: #FFE97B !important;
      }
      &.bg-red {
        background: #FF8C8C !important;
      }
      &.bg-green {
        background: #4caf50 !important;
        color: white;
        a {
          color: white;
        }
      }
    }
  }
}
