/* your styles go here */

a {
    text-decoration: none !important;
}

.status-badge-waiting {
    background-color: rgba(222,90,19,0.91);
    color: #ffffff;
    padding: 3px 10px;
}

.status-badge-validated {
    background-color: rgba(49, 165, 8, 0.91);
    color: #ffffff;
    padding: 3px 10px;
}

.custom-modal {
    border: 2px solid #000000 !important;
    margin-top: 100px !important;
    box-shadow: 0 0 10px 5px !important;
}

.text-black {
    color: #000000 !important;
}

.red-badge {
    background-color: rgba(238, 3, 51, 0.91);
    color: #ffffff;
    padding: 3px 10px;
}
