.modal-content .table-filter-option {
  margin-bottom: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  /* -moz-appearance: textfield; */
  appearance: textfield;
}

.main-content {
  min-height: 1254px;
}

.main-content .footer {
  position: fixed !important;
}

.table-align-left th:not(:first-child),
.table-align-left td:not(:first-child) {
  text-align: left !important;
}
