.simple-checkbox{border-radius:.375rem;position:relative;display:inline-flex;user-select:none;vertical-align:bottom}.simple-checkbox:not(.p-highlight){background:var(--checkbox-background)}.simple-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{--tw-bg-opacity:1;background-color:rgb(173 255 0/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity,1))}.simple-checkbox.p-highlight .p-checkbox-box{--tw-bg-opacity:1;background-color:rgb(173 255 0/var(--tw-bg-opacity,1));border-radius:6px}.simple-checkbox.rounded,.simple-checkbox.rounded .p-checkbox-box{border-radius:50px}.simple-checkbox .p-checkbox-box{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity,1));display:flex;justify-content:center;align-items:center;min-width:100%;min-height:100%;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:rgba(0,0,0,0)}.simple-checkbox .p-checkbox-box .p-checkbox-icon{--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity,1));transition-duration:.2s;font-size:14px}.simple-checkbox .p-checkbox-box .p-checkbox-icon .p-icon{display:inline-block;min-width:14px;min-height:14px;vertical-align:middle}.simple-checkbox .p-checkbox-input{appearance:none;position:absolute;top:0;left:0;min-width:100%;min-height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}