/*bytewebster.com*/
/*bytewebster.com*/
/*bytewebster.com*/
@import url(https://unpkg.com/@webpixels/css@1.1.5/dist/index.css);

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


.hidden {
    display: none;
}
.ans {
  list-style: none;
  padding: 5px;
  border: 1px solid gray;
  margin: 5px;
  border-radius: 10px;
  padding-left: 10px;
  width: 100%;
  margin: 2px;
}
.ans:hover {
  background-color: greenyellow;
  box-shadow: 0 0 5px 0 gray;
  cursor: pointer;
}
#rank2:hover {
  background-color: orangered;
  box-shadow: 0 0 5px 0 gray;
  cursor: pointer;
}
label {
  width: 100%;
}


.badge {
  padding: 0.3em 0.7em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10%;
  display: inline-block;
  margin-left: 10px;
}

.badge-primary {
  background-color: #007bff;
}

.badge-secondary {
  background-color: #6c757d;
}

.badge-success {
  background-color: #28a745;
}

.badge-danger {
  background-color: #dc3545;
}

.badge-warning {
  background-color: #ffc107;
}

.badge-info {
  background-color: #17a2b8;
}

.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}

.badge-dark {
  background-color: #343a40;
}