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

.tttx-checkbox {
  padding: 8px;
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  align-items: center;
  font-weight: normal;
  line-height: 18.752px;
}
.tttx-checkbox tttx-icon {
  height: 24px;
}
.tttx-checkbox.--inline {
  display: inline-flex;
}
.tttx-checkbox__input {
  display: none;
}
.tttx-checkbox__label {
  margin-left: 8px;
  padding-right: 0;
  color: #212121;
  font-weight: normal;
}