.table-search-nav{
    display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
}

.btn-outline-primary{
    border-color: #ab8ce4;
    color: #ab8ce4;
    background-color: transparent;
}

.btn-outline-primary:hover {
    color: white;
  }

  .table-date-search-border{
    border: 1px solid #beb1d8;
    text-align: right;
  }

  .bgPrimaryLight{
      background-color: #d1c2ee;
      color: black;
  }

  .textMuted{
    opacity: 0.5;
  }
