#custom_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #custom_table td, #custom_table th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  
  #custom_table tr:nth-child(even){background-color: #f2f2f2;}
  
  #custom_table tr:hover {background-color: #ddd;}
  
  #custom_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #6f1365;
    color: white;
  }

  .custom_pagination .pagination{
    float: right;

  }
  .gift_voucher {
    text-align: center;
    margin: 1rem;
  }
  .custom_color{
    color: #6f1365 !important;

  }

  .gift_voucher a{
    text-transform: uppercase;
    font-size: 24px;

  }
  .custom_button{
    background-color: #6f1365 !important;
    border-color: #6f1365 !important;
    color: #fff;
    font-size: 16px !important;
    border-radius: 5px !important;


  }
  .custom_button:hover,.custom_button:focus{
    color: #fff;
    background: #6f1365;


  }