input[type=text]:read-only {
    border: none;
    background: none;
}
[data-bs-behavior="show-on-edit"] {
    display: none;
}
.text-green {
    color: green;
}
.text-blue {
    color: navy;
}
.accordion-button.active {
    background-color: green !important;
    color: white !important;
}
.accordion-button.active:after {
    color: white !important;
}
.accordion-body.active {
    background-color: lightgreen !important;
}
.area-card {
    width: 300px; 
    min-width: 200px;
}
.clean-input {
    border: none;
    max-width: 95px;
}