.info-text {
    font-style: italic;
    color: rgba(255, 0, 0, 0.8);
    font-size: 12px;
}


.bg-softest-warning {
    background-color: rgb(247 184 75 / 7%) !important;
}
.bg-softest-success {
    background-color: rgb(10 179 156 / 7%) !important;
}
.text-purple{
color: rgb(101, 89, 204)!important;
}