body::-webkit-scrollbar { 
    display: none;  
}

.checklist {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.checklist img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.bg-custom-purple {
    background-color: #402E99;
}
.text-custom-purple {
    color: #402E99;
}
.text-custom-orange {
    color: #f39200;
}
