.p-checkbox {
  position: relative;
  display: inline-flex;
  user-select: none;
  vertical-align: bottom;
}

.p-checkbox-input {
  cursor: pointer;
}

.p-checkbox .p-checkbox-input {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.p-component,
.p-component * {
  box-sizing: border-box;
}

.p-checkbox-input {
  cursor: pointer;
}
