.body {
    font-family: sans-serif!important;
}

.card {
    margin-bottom: 15px;
}

.card-body {
    padding: 20px;
}

.dataTable{
    width: 100%!important;
}

.dataTable tr td:last-child {
    text-align: center;
}

.dataTable tr th:last-child {
    text-align: center;
}

.dataTable tr td:first-child {
    text-align: left;
}

.dataTable tr th:first-child {
    text-align: left;
}

.card-title{
    padding: 0;
    font-weight: 700;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-bottom {
    z-index: 900;
    background: white;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    background: white;
    padding: 10px 20px;
}
@media (min-width: 1200px) {
    .form-bottom {
        margin-left: 250px;
    }
}
@media (min-width: 1200px) {
    .toggle-sidebar .form-bottom {
      margin-left: 0;
    }
}
#dt-search-0{
    border-radius: 0.375rem;
    color: #212529;
    border: 1px solid #ced4da;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#dt-seller_filter input {
    border-radius: 0.375rem;
    color: #212529;
    border: 1px solid #ced4da;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#dt-buyer_filter input {
    border-radius: 0.375rem;
    color: #212529;
    border: 1px solid #ced4da;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#dt-length-0{
    border-radius: 0.375rem;
    color: #212529;
    border: 1px solid #ced4da;
    background-color: #fff;
}

.table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, .7);
    border-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.dataTable-container{
    border-bottom: 0!important;
}

.bg-obs:hover{
    cursor: pointer;
}

#datatable_wrapper .justify-content-between{
    margin-top: 0!important;
}

