@media (min-width: 992px) {
    
  }

  .datatables .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .table-responsive .dataTables_wrapper .dataTables_length select {
    border-radius: 5px;
    border-color: var(--bs-border-color);
  }
  .table-responsive .dataTables_wrapper .dataTables_filter {
    margin-bottom: 25px;
  }
  .table-responsive .dataTables_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
  }
  .table-responsive .dataTables_wrapper .dataTables_filter button {
    position: relative;
    top: -2px;
  }
  .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    margin: 0 3px;
    color: #666;
  }
  .table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button
    .previous {
    border-radius: 7px 0 0 7px;
  }
  .table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
  }

  .body-wrapper>.container-fluid{
    max-width: 1600px;
  }

  .float-right{
    float: right;
  }

  option:hover {
    background: yellow !important;
  }

  @media (max-width: 768px) {
    .table-responsive .dataTables_wrapper .dataTables_filter input {
      width: 150px;
    }
  }

  .text-qrcode{
    color: #333;
    font-weight: bold;
  }

  #qrr-container{
    text-align: center;
  }

  .btn-scan-qrcode{
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-wrapper.mini-sidebar .left-sidebar{
    display: none;
  }

  .nav-link.sidebartoggler:focus{
    color: #fff;
  }
  .nav-link.sidebartoggler:hover{
    color: #555;
  }