div.progress-numeric span.number {
    background-color: #340458; /* Replace with your desired background color */
}

div.progress-numeric span.number.total {
    background-color: #340458; /* Replace with your desired background color for steps */
}

input[type="checkbox"]{
        transform: scale(1.5);
    }
        
textarea{
        resize: none !important;
    }