.dowdiv {
  margin: 0 auto;
  max-width: 1140px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rowdiv {
  border-bottom-style: solid;
  border-bottom-color: rgb(212,229,255);
  border-bottom-width: 1px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(212,229,255);
  border-radius: .25rem;
}

.spanbt {
  position: absolute;
  margin-top: -28px;
  background: #ffffff;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.75);
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgb(212,229,255);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0);
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211,212,213,0);
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211,212,213,0);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(124,184,255);
  border-radius: .25rem;
  box-shadow: 0px 0px 15px 0px var(--bs-blue);
}

.payfsdiv .card-body {
  cursor: pointer;
  border: solid 1px #ffffff;
}

.payfsdiv .card-body:hover {
  border: solid 1px #009606;
}

.circles {
  font-size: 40px;
  color: rgba(0,160,45,0.71);
  display: none;
}

.payfsdiv .card-body.active {
  border: solid 1px #009606;
}

#paylist img:hover {
  transform: scale(1.05);
}

