﻿.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid black !important;
    margin: 5px;
    padding: 5px;
}
button:disabled,
button[disabled] {
    background-color: gray !important;
    content: image('images/progress.gif') !important;
}

.bg-custom-danger {
    --bs-bg-opacity: 1;
    background-color: rgb(139 0 0) !important;
}
.accordion-button::after{
    margin-right:auto !important;
    margin-left:unset !important;
}
