.btn-outline-dark:disabled.disabled:active,
.btn-outline-dark.disabled.active {
  color: #FFF !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}
.account-list > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-list:hover {
  background-color: #e1e2e2 !important;
}
