.filters_wrapper_nm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filters_wrapper_nm input {
  max-width: 300px;
}
#dataSection .frm_pagination_cont ul.frm_pagination > li {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background-color: #00a4c4;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dataSection .frm_pagination_cont ul.frm_pagination > li a {
  color: white;
  text-decoration: none;
}
#dataSection li.dots.disabled {
  background-color: transparent !important;
  color: #007d8d !important;
}
#dataSection .frm_pagination_cont ul.frm_pagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#dataSection li.active {
  background-color: #007d8d !important;
  color: white;
}
#dataSection a.export-view ,.loading-nm{
  display: none;
}
* {
  font-family: "Open Sans", sans-serif;
}

body {
  overflow-x: hidden;
  /* prevent full page horizontal scroll */
}

.nav-pills .nav-link.active {
  background-color: #00a79d !important;
}

.nav-link {
  color: #0d0d0d;
}

.nav-link:hover {
  color: #00a79d;
}

.btn-primary {
  background-color: #00a79d !important;
  border: 1px solid #00a79d !important;
}

/* Make only table scrollable */
.table-responsive {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 40px;
}

/* PDF Export Button */
.export-btn {
  float: right;
  margin-bottom: 15px;
}
.nm-info-text p{
  color:#c36;
}