.required:after {
    color: red;
    content: " *";
}

ul.sidebar-menu li{
    list-style: none;
}

.investigations-table{
    max-height: 300px;
}

.investigations-table table tbody{
    background:#faebd7b8;
}

.investigations-table table tbody tr td{
    padding: 0.2rem 1.5rem;
}

.payment-detail{
    background: blanchedalmond;
}

.card-header{
    color: #0a0a0a;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.modal .btn-close {
    right: 0 !important;
    top: 0 !important;
}

.agent-error, .referred-error, .center-error{
    background-color: #ffe5e5 !important;
    border-color: #ffcece !important;
    color: #ff5b5c !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0.25rem !important;
}

.fw-500{
    font-weight: 500;
}

thead, tbody, tfoot, tr, td, th{
    color: #0a0a0a;
}

@media only screen and (min-width: 1140px) {
    .border-right-dotted{
        border-right: 1px dotted #d4d8dd !important;
    }
}

@media only screen and (min-width: 960px) {
    .bg-menu-theme.menu-horizontal {
        background-color: none !important;
        box-shadow: none;
    }
}
