@media (max-width: 506px) {
  /* Seach form admin */
  .card-header {
    padding: 0.75rem;
  }

  /* #condition_form.search-form {
    max-width: 15rem;
  } */

  .btn-search-form-wrap {
    max-width: 5.6rem;
  }
}

@media (max-width: 1136px) {
  .table-responsive table {
    min-width: 60rem;
  }
}

@media (max-width: 575px) {
  div.select-index {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  div.select-combo {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  div.select-index-3 {
    gap: 0 !important;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) and (min-width: 577px) {
  /* .status-select-style {
    margin-right: 36px;
  } */
}

@media only screen and (max-width: 1025px) and (min-width: 980px) {
  /* .status-select-style {
    margin-right: 36px;
  } */
}

@media only screen and (max-width: 1200px) {
  /* .select-index {
    flex-direction: column;
    gap: unset !important;
  } */
}
