body {
    font-size: small;
}
table, td, th {
    border: solid 1px gray;
    border-collapse: collapse;
    font-size: small!important;
}

input[type=number]{
    text-align: right;
}

table#rates > tbody > tr > th {
    vertical-align: middle;
}

.sa-list-icon {
    width: 3rem;
    height: 3rem;
}

.material-symbols-rounded{
    display: inline-flex;
    vertical-align: middle;
    font-size: larger!important;
    font-weight: bolder;
}

div.dataTables_scrollBody {
    border-left: none !important;
}

div.dtfc-right-top-blocker{
    width: 0px !important;
}

div.dataTables_length, div.dt-buttons {
    display: inline!important;
}
div.dataTables_paginate, div.dataTables_filter{
    float: right!important;
}

.toast {
	position: absolute; 
	bottom: 80px; 
	right: 30px;
	width: 300px;
}

.toast-messages {
    list-style: none;
    padding: 0;
}

.toast-error {
	color: red;
}

table.table-sl {
    overflow-x: scroll;
}

.table-col-bg {
    background-color: #a9a9a969 !important;
}

.total-row, .total-col {
    font-weight: bolder;
}

select[multiple] {
    height: 8rem !important;
}

.form-row > .form-floating > select[multiple] {
    padding-left: 2.5rem;
}

.dtrg-group {
    background-color: #a9a9a969 !important;
}

.dropdown-item {
    font-size: small;
    padding-top: 2px;
    padding-bottom: 2px;
}