.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.8rem;
  padding: 1px 2px !important;
  width: 22px !important;
  height: 22px !important;
}

.dataTables_wrapper .dataTables_length label {
  font-size: 0.8rem;
}

.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;
  box-sizing: border-box !important;
  border: none;
}

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

.arrow-none {
  display: none;
}

table.dataTable.dataTableBody th {
  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: auto !important;
  padding: 2px 4px;
  font-size: 0.8rem;
  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;
}

.dataTables_info {
  display: block;
  font-size: 0.8rem;
}

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

table.dataTable.no-footer {
  border: none !important;
}

/* perticular property for interbank NDF start*/
table.dataTable.dataTableBody td:nth-child(2) {
  white-space: nowrap;
}

table.dataTable.dataTableBody td:nth-child(3) {
  white-space: nowrap;
}

table.dataTable.dataTableBody td:nth-child(4) {
  white-space: nowrap;
}

/* perticular property for interbank NDF end*/
/************************ Archive button ********************/
.archive_btn a svg {
  fill: #003267;
  height: 13px;
  width: 13px;
  padding-top: 0px;
  padding-right: 0px;
}

.archive_btn a:hover {
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}

.btn-link {
  border-radius: 1px;
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/************************ Archive button end ********************/
/************************ download file ********************/
/* Ensure container spans full width and aligns items */
.container {
  display: flex;
  justify-content: space-between;
  /* Space between elements */
  align-items: center;
  /* Center items vertically */
  width: 100%;
  /* Full width of the parent container */
}

/* Center the paragraph text */
.mt-heading {
  margin: 0;
  text-align: center;
  flex-grow: 1;
  /* Allow the paragraph to take up remaining space */
}

/* Ensure download file is right aligned */
.download_file {
  display: flex;
  align-items: center;
  /* Center icon vertically */
}

/* Reset styling for list inside download_file */
.inline-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Ensure the download button is styled properly */
#downloadButton {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 11px 12px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

/* SVG icon size */
.download_file ul.inline-list li a svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* Adjust margins or paddings if needed */
.download_file ul.inline-list li {
  margin-left: 5px;
}

/* Optional: Styling for hover states */
.download_file ul.inline-list li a.excel_download:hover {
  box-shadow: inset 0 3px 12px rgba(16, 121, 63, 0.4);
  transition: 0.5s ease;
}

.download_file ul.inline-list li a svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.download_file ul.inline-list li button svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.download_file ul.inline-list li a.excel_download:hover svg {
  fill: #10793F;
}

.download_file ul.inline-list li a.pdf_download:hover svg {
  fill: #ff0000;
}

.download_file ul.inline-list li a.csv_download:hover svg {
  fill: #003267;
}

.download_file ul.inline-list li button.csv_download:hover svg {
  fill: #003267;
}

.download_file ul.inline-list li a svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.download_file ul.inline-list li button svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.download_file ul.inline-list li a.excel_download:hover svg {
  fill: #10793F;
}

.download_file ul.inline-list li a.pdf_download:hover svg {
  fill: #ff0000;
}

.download_file ul.inline-list li a.csv_download:hover svg {
  fill: #003267;
}

.download_file ul.inline-list li button.csv_download:hover svg {
  fill: #003267;
}

/************************ download file end********************/