.report-form {
    padding: 80px 250px;
}

.report-footer-button {
    text-align: right;
}

.report-footer-button .resetinreport {
    margin-right: 10px;
}

.report-footer-button .report-printer i {
    font-size: 16px;
}

.ant-calendar-picker {
    width: 100%;
}

.form-dashboard {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.react-bootstrap-table-pagination {
    position: sticky;
    left: 0;
}

/* .table-body {
    padding: 5px;
    margin-top: 60px;
    overflow: auto;
} */

@media screen and (max-width: 1000px) {
    .report-form {
        padding: 80px 30px;
    }
}

@media screen and (max-width: 720px) {
    .searchbox {
        right: 0;
        width: unset;
        position: sticky;
        top: 60px;
    }
}