body{
    /* background-color: #D2D6DE; */
    font-family: 'Poppins', sans-serif;
}
.home-table{
    font-size: 13px;
}
.breadcrumb{
    font-size: 13px;
}
td:last-child{
  text-align: center;
}
div.dataTables_wrapper div.dataTables_filter input{
    border: 1px solid #ddd;
    outline: none !important;
}
.flex-container {
    display: flex;
    align-items: center;
    justify-content:center;
}
.btn-fcz{
    font-size: 12px;
}
.f-14{
    font-size: 14px;
}
/* datatable */

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.2em;
    display: block;
    opacity: 0.3;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
    padding: 3.8px 18px !important;
    border-bottom: 1px solid #111;
}
table.dataTable tr td .btn-dark{
    font-size: 10px;
    padding: 0.1rem 0.5rem;
}
table.dataTable{
    font-size: .7rem;
}