.bwl-stripe1-background {
  background-color: #003300;
}

.bwl-stripe2-background {
  background-color: #DDDAC9;
}

.bwl-stripe3-background {
  background-color: #8B846A;
}

.bwl-background {
  background-color: #D4CDB1;
}

.bwl-body-border {
  border-color: #0B1C48;
}

.main-links {
  color: #D4CDB1;
  background-color: #003300;
  border-radius: 10px;
}

.main-links a {
  color: #D4CDB1 !important;
}

.main-links .navbar-toggler {
  color: #D4CDB1;
  border-color: #D4CDB1;
}

.ncpa-link {
  cursor:pointer;
}

.hand {
  cursor:pointer;
}

#team-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background:#FFFFFF;
}

#sort-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background:#FFFFFF;
  margin-bottom:4px;
}

.sortable-list, .initial-list {
  background: #FFFFFF;
  width: 345px;
  border-redius: 6px;
  padding-right: 30px;
}

.team {
  list-style: none;
  display: flex;
  border-radius: 5px;
  margin-bottom: 1px;
  padding: 2px;
  align-items: center;
  border: 1px solid #003300;
  justify-content: space-between;
  background: #FFFFFF;
  -ms-touch-action: none;
  touch-action: none !important;
}

.initial-list .team {
  background: #999999 !important;
}

.team .details {
  display: flex;
  align-items: center;
}

.team .details img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  object-fit: cover;
}

.team .details span {
  font-size: 1rem;
}

.team i {
  color: #003300;
  font-size: 1rem;
  margin-right: 3px;
}