.material-symbols-rounded.fill {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.title {
  text-align: center;
  font-family: 'Righteous', cursive;
  font-size: 3em;
  color: #FFFFFF;
}

.sub-title {
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.block {
  padding: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  margin: auto;
}

.username {
  border-bottom: 1px solid #808080;
  width: 8em;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.status {
  display: inline-block;
  margin: auto;
  width: 5em;
  border-radius: 0.25em;
  color: #FFFFFF;
}

.active {
  background-color: #4DB56A;
}

.inactive {
  background-color: #808080;
}

.absent {
  background-color: #ff7f7f;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.box {
  height: 140px;
  width: 140px;
  margin: 10px;
  border-radius: 1em;
  box-shadow: 0 0 2px #777777;
  cursor: pointer;
}

.box .icon {
  color: #8FAADC;
  text-align: center;
  font-size: 75px;
}

.box .name {
  text-align: center;
}

.box a {
  text-decoration: none;
  color: #000000;
}

#qr-code {
  padding: 10px;
}

#qr-code * {
  margin: auto;
}

h3 {
  margin: 5px;
}

input {
  width: 75px;
  font-size: 20px;
  margin: 2px;
}

input[type=text] {
  cursor: text;
}

label {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}

.submit {
  margin-top: 0.5em;
  background-color: #8FAADC;
  color: white;
  padding: 0.5em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25em;
}

.submit:disabled {
  background-color: #808080;
}

table {
  font-size: 11px;
}

.how {
  display: block;
}

.not-found {
  margin: 0.5em 0px;
}

.circle-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 1em;
  margin: 0px 0.1em;
}

.circle-button:hover {
  background-color: rgba(60,64,67,.08);
  outline: none;
}

.circle-button:active {
  background-color: rgba(60,64,67,.12);
  outline: none;
}

.circle-button:focus {
  background-color: rgba(60,64,67,.1);
  outline: none;
}