.dataTables_length label .form-select{
    padding-right: 25px !important;
}

/* Ensure error messages display in red color */
.text-danger {
    color: #dc3545 !important;
}

/* Specific rule for modal error messages */
.modal .text-danger {
    color: #dc3545 !important;
}

/* Ensure form error messages are red */
.form-control + .text-danger {
    color: #dc3545 !important;
}

.service-wizard ul li {
        display: flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 236, 237);
    border-image: initial;
    border-radius: 5px;
    padding: 12px 15px;
}

.service-wizard ul li.active {
    color: #ffffff!important;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%)!important;
}
.service-wizard ul li.active h6 {
    color: rgb(255, 255, 255);
}