.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;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #00adef !important;
  color: #fff !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;
  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: center;
}

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

.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;
}

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

.dtpage .dataTables_wrapper .dataTables_info {
  clear: none;
}

#table.dataTable.dataTableBody tr:first-child th {
  border-width: 1px 0px;
}

#InterbankFcyInr_paginate {
  display: none;
}

#InterbankFcyInr_info {
  display: none;
}

.dt-buttons {
  display: none;
}

/************************ download file ********************/
.download_file {
  float: right;
  margin-top: 5px;
}

.download_file ul.inline-list li a {
  border-radius: 30px;
  padding: 0.3rem 0.5rem;
  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);
  display: block;
  margin-left: 5px;
}

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

.download_file ul.inline-list li a.pdf_download:hover {
  box-shadow: inset 0 3px 12px rgba(255, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 12px rgba(255, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 12px rgba(255, 0, 0, 0.3);
  transition: 0.5s ease;
}

.download_file ul.inline-list li a svg {
  width: 1.125rem;
  height: 1.125rem;
  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;
}

.archive_btn svg {
  fill: #003267;
  height: 13px;
  width: 13px;
  padding: 0px;
}

.archive_btn {
  font-family: "Poppins-Medium";
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  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);
  display: inline-block;
}

.inline-list li {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  margin-bottom: 2px;
}

/************************ download file ********************/
.required {
  color: red;
  margin-left: 2px;
}

.swal2-popup .swal2-content #swal2-content {
  color: #333;
  font-weight: 400;
  font-size: 1.125rem;
}

h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #F7ED36;
  /*margin-bottom: 1rem;*/
  margin: auto;
}

.swal2-popup .swal2-header h2.swal2-title {
  color: #003267;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.swal2-popup .swal2-header h2.swal2-title::after {
  width: 50px;
}

.swal2-container .swal2-actions button.swal2-confirm.swal2-styled {
  border: transparent;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.swal2-container .swal2-actions button.swal2-confirm.swal2-styled:hover {
  Margin: 0;
  background: none;
  border: transparent;
  box-shadow: none;
}

.swal2-container .swal2-popup .swal2-actions {
  margin: 10px 0 0;
}

/************* Button ***************/
.search_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 30px;
  border: 1px solid #F7ED36;
  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);
}

.search_btn:hover {
  transition: 0.5s ease;
  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 ease;
}

.grey_btn {
  border-radius: 50px;
  background: #DBDBDB;
  color: #000000;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #DBDBDB;
  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);
}

.grey_btn:hover {
  transition: 0.5s ease;
  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 ease;
}

.search_btn_sm {
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  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);
}

.search_btn_sm: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 ease;
}

/************* Button ***************/
.custom-form .form-inline .form-control {
  border: 1px solid #eee;
  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;
  height: 40px;
  padding: 9px 12px;
  width: 65%;
}

#fcyfcyTbl.dataTable tbody td {
  white-space: nowrap;
}

.asondate {
  float: right;
}

/************************ 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********************/
@media screen and (max-width: 767px) {
  .dtpage .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    left: 103px !important;
  }
}