.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  margin: 4px 4px; 
  border-radius: 15px;
  text-align: center;
  font-size: 1rem;
  line-height: 0.1rem;
}

// .btn-circle {
//   width: 30px;
//   height: 30px;
//   padding: 6px 0px;
//   border-radius: 15px;
//   text-align: center;
//   font-size: 12px;
//   line-height: 1.42857;
// }

.help-link-anchor {
  color: #fff;
  // color: #565656;
  cursor: help;
}

.help-link-anchor:hover {
  color: #1B95BA;
}


.help-link-text {
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-style: dotted;
  padding-left: 0.3rem;
}

.button-legend-title {
  list-style: none;
  color: #565656;
  font-size: 90%;
  font-weight: 600;
}
.button-legend-description {
  color: #565656;
  font-size: 90%;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 0;
}

.list-group-flush {
  padding-left: 0;
}

// .signup-cluster {
//   // background-color:#006B00; 
//   // color: #fff;
//   border: none;
//   // text-transform: lowercase;
//   font-variant: small-caps;
// }

.signup-light {
  color:rgba(0,107,0, 0.5); 
}

.card-header-custom {
  border: none;
  font-variant: small-caps;
}

.emphasize-entry {
  background-color: #ffc107;
  font-family: Menlo, monospace; 
  letter-spacing: 0.1rem; 
  word-spacing: -0.5rem !important;
}

// .login-cluster {
//   // background-color: #0b4d98; 
//   // color: #fff;
//   border: none;
//   font-variant: small-caps;
// }

.login-light {
  color: rgba(11,77,152, 0.7);
}

.login-dark {
  color: #0b4d98 !important;
}

