@media screen and (max-width: 992px) {
  
  .ticketdragdrop-menuDiv {
    display: block;
  }
  .login-formcard .login-title {
    margin: 20px 0px 15px 0;
    font-size: 25px;
  }

  .login-inputDiv {
    margin-bottom: 20px;
  }

  .form-label,
  .table thead th,
  .table tbody tr td,
  .primary-btn,
  p {
    font-size: 14px;
  }
  .table thead th .form-select,
  .table thead th .form-control {
    width: auto;
  }

  .table thead th {
    padding: 12px 20px;
    min-width: 120px;
  }
  .table thead th.checkbox-cols {
    width: 50px;
    min-width: 50px;
  }

  .table tbody tr td {
    padding: 15px 20px;
  }

  .responsivetag-none {
    display: none !important;
  }

  .ticket-box .img-box {
    height: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .ticket-id {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .new-status {
    padding: 2px 5px;
    font-size: 10px;
  }

  .action-btn {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .add-product-list .remove-item{
    width: 40px;
    height: 40px;
  }
  .top-input-space {
    display: block;
  }
  .top-input-space .main-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .primary-btn,
  .secondary-btn {
    padding: 8px 15px;
  }

  .table tbody tr td {
    padding: 8px 10px;
  }

  .form-check-input {
    width: 20px;
    height: 20px;
  }

  .pagination-hadsection,
  .nav-pills {
    width: 100% !important;
  }


}
