
.table td, .table th {
    vertical-align: middle;
}
.table-responsive {
    overflow-x: auto;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(30 79 151) !important;
}
.heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    /* padding-bottom: 10px; */
    border-bottom: 3px solid #eea01e;
    display: inline-block;
    margin-bottom: 20px;
}