.mt-heading {
  color: #003267;
  line-height: 1.16rem;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0.5rem 0rem;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-align: center !important;
  border: 1px solid transparent !important;
  border-radius: 100% !important;
  font-size: 0.87rem;
  padding: 1px 4px !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
  background: #00adef !important;
  color: #fff !important;
}

.dataTables_filter {
  display: none !important;
}

table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
}

table.dataTable.dataTableBody td, table.dataTable.dataTableBody th {
  padding: 2px;
  font-size: 0.8rem;
  padding: 3px 5px;
  box-sizing: border-box;
  border-collapse: collapse;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: border-box !important;
}

.custom-form {
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 5px 15px;
  font-size: 0.9rem;
}

.custom-form:focus, .custom-form:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: 0.7s;
}

.arrow-none {
  display: none;
}

table.dataTable.dataTableBody th {
  white-space: normal;
  font-weight: 500;
  text-align: center;
}

table.dataTable.dataTableBody tfoot td {
  text-align: center;
}

table.dataTableBody td {
  line-height: 1rem;
  text-align: center;
}

/*table.dataTable.dataTableBody td:first-child{text-align:left}*/
.dataTables_length select {
  border-radius: 30px !important;
  height: 30px !important;
  margin-top: 5px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}

.nav .nav-tabs .active {
  display: block;
}

.nav.nav-tabs {
  border-width: 0px;
  margin-bottom: 0.62rem;
}

.nav.nav-tabs li {
  display: list-item;
  list-style: none;
  float: left;
  padding: 12px 15px;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  background: none;
  border-bottom: 4px solid #003267;
  margin-right: 10px;
}

.nav.nav-tabs li a {
  color: #000000;
  font-family: "Poppins-Medium";
}

.nav.nav-tabs li.active {
  color: #00ADEF;
  border-bottom: 4px solid #003267;
  background: linear-gradient(180deg, white 0%, #ceeffc 59%, #00adef 100%);
  border-bottom: 3px solid #003267;
  border-width: 0px 0px 3px 0px;
}

.nav-tabs + .tabs-content .tabs-pane.active {
  opacity: 1;
}

/**.nav.nav-tabs li.active a {
    background-color: #00ADEF; 
}**/
.nav .sub-nav-tabs .active {
  display: block;
}

.nav.sub-nav-tabs {
  border-width: 0px;
  margin-bottom: 1rem;
}

.nav.sub-nav-tabs li {
  display: list-item;
  list-style: none;
  float: left;
  padding: 12px 15px;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  background: none;
  border-bottom: 4px solid #003267;
  margin-right: 10px;
}

.nav.sub-nav-tabs li a {
  color: #000000;
  font-family: "Poppins-Medium";
}

.sub-nav-tabs li.active {
  color: #00ADEF;
  border-bottom: 4px solid #003267;
}

.sub-nav-tabs + .tabs-content .tabs-pane.active {
  opacity: 1;
}

.nav.sub-nav-tabs li.active a {
  color: #00ADEF;
}

.tab-pane, .sub-tab-pane {
  transition: opacity 0.3s ease-in-out;
}

.dataTables_wrapper .dataTables_info {
  position: absolute !important;
  bottom: 12px !important;
  left: 115px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  font-size: 0.8rem;
}

.dataTables_wrapper p {
  font-size: 0.8rem;
}

.btn.btn-primary {
  font-size: 0.9rem;
  padding: 5px 15px;
}

.txt-sm {
  font-size: 0.87rem;
}

.cds-home {
  font-weight: bold;
}

.cds-home-para {
  font-family: "DejaVu Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.1640625;
  font-weight: bold;
  padding-left: 10px;
}

.gap-paragraph {
  margin-top: 50px;
  /* Adjust the value as needed */
}

#refreshid {
  display: none;
  /* Ensure it's hidden by default */
}

@media (max-width: 767px) {
  table.dataTable.dataTableBody td, table.dataTable.dataTableBody th {
    white-space: normal;
  }

  .dataTables_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}