@media (max-width: 992px) {  /* medium screen */
  .btn-sq {
    min-height: 50px !important;
    border-bottom: 1px solid var(--bs-primary-hover);
  }
  .dropdown-menu{
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  .table-scroll{
    overflow-x: auto !important;
  }
}

@media (min-width: 992px) {  /* large screen */
  .w-lg-8 {
    width: 8rem !important;
  }
}

.select2-container {
  width: 100% !important;
}


@media (max-width: 767px) { /* tab screen */
  #content {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .flyout {
    top:120px !important;
    width: 98% !important;
  }
}