.badge-purple {
    background-color: #8B00FF;
    color: #fff;
}
.badge-orange {
    background-color: #FF6600;
    color: #fff;
}
.badge-bright-orange {
    background-color: #ffa364;
    color: #fff;
}

.badge-light-orange {
    background-color: #ffa76f;
    color: #fff;
}

.badge-light-yellow {
    background-color: #ffda00e3;
    color: #000;
}

.badge-brown {
    background-color: brown;
    color: #fff;
}

.export-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-fields-group{
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.comment-fields-group .col-md-8{
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}
.comment-fields-group button{
    margin-top: 19px;
}
/**/

.table .table-success, .table .table-success > th, .table .table-success > td {

    background-color: rgba(184, 255, 227, .18);
}
.table .table-danger, .table .table-danger > th, .table .table-danger > td {
    background-color: rgba(255, 190, 185, 0.18);
}



#scan-form ~ .table .table-success, #scan-form ~ .table .table-success > th, #scan-form ~ .table .table-success > td {

    background-color: rgba(184, 255, 227, .48);
}
#scan-form ~ .table .table-danger, #scan-form ~ .table .table-danger > th, #scan-form ~ .table .table-danger > td {
    background-color: rgba(255, 190, 185, 0.48);
}
