.p-checkbox-input {
  /* appearance: auto; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  /* z-index: 1; */
  outline: 0 none;
  cursor: pointer;
}

.p-checkbox-box {
  /* align checkbox content */
  display: flex;
  justify-content: center;
  align-items: center;
}
