html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

html, body {
    overflow-x: hidden;
}
/*
.dataTables_wrapper { width: 100%; }
.dataTables_scrollBody { overflow-x: auto !important; }
.dataTables_scrollHead { overflow: hidden !important; }*/

table.dataTable {
    margin:0 !important;
}

.report-range-button {
    min-width: 220px;
    text-align: left;
}

.report-range-menu {
    min-width: 470px;
}

.report-range-presets {
    display: inline-block;
    width: 185px;
    border-right: 1px solid var(--bs-border-color);
    vertical-align: top;
}

.report-range-custom {
    display: inline-block;
    width: 275px;
    vertical-align: top;
}

@media (max-width: 575.98px) {
    .report-range-menu {
        min-width: 290px;
    }

    .report-range-presets,
    .report-range-custom {
        display: block;
        width: 100%;
        border-right: 0;
    }

    .report-range-presets {
        border-bottom: 1px solid var(--bs-border-color);
    }
}
