

.inscricao-footer {
    background-color: #2146f3;
    color: #ffffff;
}
.row{
    margin-bottom: -24px !important;
}
thead > tr{
    background-color: #000 !important;
}

/* Custom styles for Steps component to improve visibility on dark/green background */
.steps .step-item {
    color: #ffffff !important; 
}

.steps .step-item.active {
    color: #ffffff !important;
    font-weight: bold;
}

.steps .step-item .step-marker {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.steps .step-item.active .step-marker {
    background-color: #ffffff !important;
    color: #197a24 !important; /* Green text for active number to match button/theme */
    border-color: #ffffff !important;
}

.steps .step-item .step-title {
    color: #ffffff !important;
}
