.filisia-color {
  background-color: #64007D;
}

a {
  color: #64007D;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #ccc;
  border-top: 3px solid #64007D;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}


a:hover {
  color: #64007D;
}

.filisia-color:hover {
  background-color: #64007D;
}


.logo {
  width: 150px;
}


table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}



.modal-open {
  overflow: hidden;
}


.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  z-index: 60;
}

.modal-backdrop {
  display: none;
}

.modal-open {
  display: block;
}

#promoSummaryTable tr {
  text-align: left;
  cursor: pointer;
}

#promoSummaryTableDetails tr {
  text-align: left;
}

.table-scroll {
  max-height: 300px;
  overflow-y: auto;
  display: block;
}

#resellerCodesTableBody tr td:last-child {
  text-align: right;
}

#promoSummaryTable thead th:last-child {
  text-align: right;
}
