.checkbox-wrapper-53 input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-53 .container53 {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
}

.checkbox-wrapper-53 .checkmark {
  position: relative;
  top: 2px;
  left: 4px;
  height: 1.3em;
  width: 1.3em;
  border: 1px solid rgb(73, 73, 73);
  border-radius: 20%;
}

.checkbox-wrapper-53 .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
}

.checkbox-wrapper-53 .container53 input:checked ~ .checkmark:after {
  opacity: 1;
}

.checkbox-wrapper-53 .container53 .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid darkgray;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
  transition: all 250ms;
}

.tz-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}
