.custom-checkbox{display:inline-flex;align-items:center;cursor:pointer;user-select:none;font-size:14px;color:#006937;transition:color .3s}.custom-checkbox input[type="checkbox"]{display:none}.custom-checkbox .checkmark{width:20px;height:20px;border:2px solid #006937;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .3s,border-color .3s,transform .3s;transform-style:preserve-3d}.custom-checkbox .checkmark::before{content:"✓";font-size:14px;color:transparent;transition:color .3s,transform .3s}.custom-checkbox input[type="checkbox"]:checked+.checkmark{background-color:#006937;border-color:#006937;transform:scale(1.1) rotateZ(360deg) rotateY(360deg)}.custom-checkbox input[type="checkbox"]:checked+.checkmark::before{color:#fff}.custom-checkbox:hover{color:#a39161}.custom-checkbox:hover .checkmark{border-color:#a39161;background-color:#f0f0f0;transform:scale(1.05)}.custom-checkbox input[type="checkbox"]:focus+.checkmark{box-shadow:0 0 3px 2px rgba(0,0,0,.2);outline:none}.custom-checkbox .checkmark,.custom-checkbox input[type="checkbox"]:checked+.checkmark{transition:background-color 1.3s,border-color 1.3s,color 1.3s,transform .3s}