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: 40px;
}

.footer[b-sqzgqy2lxu] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
}

.dataTables_filter {
    float: left !important;
    margin-top: 4px;
}

.buttons-page-length {
    margin-left: 8px;
}

@media screen and (max-width: 400px) {
    .table-column-diplay-xs {
        display: none;
    }
}

@media screen and (min-width: 401px) {
    .table-column-diplay-xs {
        display: table-cell;
    }
}

@media screen and (max-width: 540px) {
    .table-column-diplay-sm {
        display: none;
    }
}

@media screen and (min-width: 541px) {
    .table-column-diplay-sm {
        display: table-cell;
    }
}

@media screen and (max-width: 720px) {
    .table-column-diplay-md {
        display: none;
    }
}

@media screen and (min-width: 721px) {
    .table-column-diplay-md {
        display: table-cell;
    }
}

@media screen and (max-width: 960px) {
    .table-column-diplay-lg {
        display: none;
    }
}

@media screen and (min-width: 961px) {
    .table-column-diplay-lg {
        display: table-cell;
    }
}