.transacciones-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.transacciones-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
}

.transacciones-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.transacciones-modal-close:hover,
.transacciones-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#transacciones-modal .sportscoins-title {
  font-size: 48px;
  color: #575757;
  font-weight: 500;
  text-align: center;
}

#transacciones-modal .sportscoins-subtitle {
  margin-bottom: 20px;
}

#transacciones-modal .sportscoins-subtitle h2 {
  font-size: 28px;
  color: #575757;
  font-weight: 500;
  text-align: center;
}

#transacciones-modal .sportscoins-quantity {
  text-align: center;
}

#transacciones-modal .sportscoins-quantity img {
  margin-right: 5px !important;
  height: 64px !important;
  max-width: 100% !important;
}

#transacciones-modal .sportscoins-quantity span {
  font-size: 68px !important;
  color: #f19100 !important;
}

#transacciones-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#transacciones-table tr {
  border-bottom: 1px solid #c7c7c7;
  vertical-align: middle;
}

#transacciones-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

#transacciones-table tr:hover {
  background-color: #f1f1f1;
}

#transacciones-table .description {
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}

#transacciones-table .fecha {
  font-size: 14px;
  color: #323232;
  margin-left: 5px;
}

#transacciones-table .cantidad {
  text-align: right;
  font-size: 26px;
  color: #f19100;
  vertical-align: middle;
  padding-right: 10px;
}

#transacciones-table .allsportscoins-logo {
  vertical-align: middle;
}

#transacciones-table img {
  margin-right: 5px !important;
  height: 24px !important;
  max-width: 100% !important;
  margin-top: 6px !important;
}
