.bet-utilities-section {
  margin-top: -0.5rem;
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 0.5rem;
}

.bet-utilities-section .card-body {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.1rem;
}

.bet-utilities-section .card-title {
  color: #636363;
  font-weight: bold;
  margin-top: 0.5rem;
}

.bet-utilities-section .card-text {
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 0.2rem;
}
/* This file may be used for providing additional customizations to the Trestle
 * admin. It will be automatically included within all admin pages.
 *
 * For organizational purposes, you may wish to define your customizations
 * within individual partials in this folder and they'll be required below.
 *

*/

.btn-export-xlsx {
  color: #fff;
  background-color: #008000;
  border-radius: 0.25rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.btn-export-xlsx:hover {
  color: #fff;
  background-color: #00b300;
  text-decoration: none;
}

.tag.result-voided {
  background-color: #e17572;
  border-left-color: #aa332f;
}

.trestle-table a {
  text-wrap: nowrap;
}
.trestle-table a:hover {
  text-decoration: underline;
}

.trestle-table td {
  color: inherit;
}
