.file_name {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}

.file_name_inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.filename_alter {
  position: relative;
}

.file-name-display-parent {
  position: absolute;
  left: 160px;
  top: 0;
  right: 0;
  align-items: center;
  z-index: 0;
  display: flex;
  bottom: 0;
  margin: auto;
}

#file-name-display{
  text-overflow: ellipsis;
  overflow: hidden;
}

.tc_transaction_content .dasboard_cards_payment {
  background: unset !important;
  background-color: #fff !important;
  box-shadow: unset !important;
}

/* advance_filter_start */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.template-dowdnload-button {
  color: #fff;
}

.filter-div {
  display: inline-flex;
  right: 0;
  position: absolute;
  bottom: 0px;
}

.filter_btn_grp {
  display: flex;
  position: relative;
  left: 32%;
}

.filter-div .merchant_btn {
  cursor: pointer;
  text-align: center;
  position: relative;
  /* left: 32%; */
  background-color: #04AA61;
  color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 4px 0px 0px 4px;
  padding: 0px 8px;
  height: 40px;
}

.filter-div .vendors_merchant {
  cursor: pointer;
  text-align: center;
  position: relative;
  /* left: 32%; */
  background-color: #fff;
  color: #78787A;
  border: none;
  box-shadow: 0px 4px 10px 0px #60606033;
  font-size: 14px;
  border-radius: 0px 4px 4px 0px;
  padding: 0px 8px;
  height: 40px;
}

.settlement_filter_div {
  bottom: -30px;
}

.reports_filter {
  margin-top: 20px;
}

.button-container-filter {
  display: flex;
}

.button-container-filter .left-button {
  position: relative;
  left: 55%;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #EEA300;
  cursor: pointer;
  height: 30px;
  text-align: center;
  width: 100px;
  height: 35px;
  text-align: center;
  transition: all 0.5s ease-out;
}

.button-container-filter.active .left-button {
  /* display: block; */
  opacity: 1;
  position: relative;
  left: 9%;
  width: 157px;
  transition: all 0.3s ease-out;
}

.button-container-filter .middle-button {
  position: relative;
  z-index: 2;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  top: -2px;
  padding: 8px;
  /* right: -30%; */
  transition: all 0.3s ease-out;
}

.button-container-filter.active .middle-button {
  display: block;
  position: relative;
  right: -5.5%;
  top: -2px;
  width: 160px;
}

.button-container-filter .right-button {
  position: relative;
  right: 15%;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #EEA300;
  cursor: pointer;
  width: 120px;
  height: 35px;
  padding-left: 35px;
  transition: all 0.5s ease;
}

.button-container-filter.active .right-button {
  display: block;
  position: relative;
  right: 0%;
  width: 157px;
  transition-timing-function: ease-in;
  transition: all 0.3s;
}

/* advance_filter_end */
.badge-normal {
  margin-left: 7px;
  padding: 2px;
}

button {
  cursor: pointer;
}

#py_entries {
  padding: 8px 46px 8px 8px;
  border: 0;
  text-align: left;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
  border-radius: 5px;
  background: url(../images/icons/down_arrow_page.svg) no-repeat;
  background-position: 80% 50%;
  appearance: none;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}

.tc_transaction_content .dasboard_cards {
  margin-bottom: 30px;
}

.tc_transaction_content .section_title_section {
  margin-bottom: 40px;
}

.pay_transaction_parent {
  margin-bottom: 30px;
  margin-top: -15px;
}

.transaction {
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 20px;
}

.transaction table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
}

.transaction th,
td {
  text-align: left;
  white-space: nowrap;
}

.transaction th {
  white-space: nowrap;
  height: 20px;
  padding: 10px 18px;
  color: #494848;
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: rgba(5, 160, 93, 0.09);
}

.transaction td {
  border: none;
  vertical-align: middle;
  width: auto;
  word-wrap: normal;
  height: 42px;
  color: #494949;
  font-family: Poppins;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 18px;
  box-shadow: 0px 3px 0px 0px rgba(143, 140, 140, 0.07);
  vertical-align: middle;
}

.btnstyle2 {
  border: 2px solid #06C26F;
  border-radius: 15%;
  width: 40px;
  height: 40px;
  background-color: white;
}

.transition-pg {
  text-align: center;
  margin-top: 20px;
}

.trans-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.trans-pagination a {
  color: #333333;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  font-size: clamp(0.8125rem, 0.7589rem + 0.2679vw, 1rem);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trans-pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.subtext-table {
  color: #494949;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.subtd-table {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* .subtext-td-profile{
    line-height: 50%;
  } */
.banking-img {
  position: relative;
  height: 40px;
  width: 40px;
}

.topnav span {
  padding-top: 4px;
}

.trans-pagination a:hover:not(.active) {
  background-color: #ddd;
}


/* Style the links inside the navigation bar */
.navbar-scetion {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.topnav {
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-basis: 70%;
}

.topnav a {
  float: left;
  width: max-content;
  height: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #666E80;
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 4px;
}

.topnav .badge {
  background-color: rgba(238, 170, 32, 0.17);
  border: 2px solid rgba(255, 170, 0, 0.17);
  color: rgba(158, 106, 0, 1);
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  border-radius: 6px;
  line-height: normal;
  margin-left: 5px;
  padding: 2px 12px;
}

.topnav h6 {
  color: #666E80;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.topnav .badge-normal {
  background-color: rgba(238, 170, 32, 0.17);
  border: 2px solid transparent;
  padding: 4px 10px;
  color: #666E80;
  background: #EAEAED;
  border-radius: 4px;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.topnav a:hover {
  border-bottom: 3px solid rgb(239 163 7);
  text-decoration: none;
  color: rgb(15, 16, 19);
  height: 35px;
}

.topnav a:hover h6 {
  color: rgb(15, 16, 19);
}

.topnav a.active {
  border-bottom: 3px solid rgba(255, 204, 99, 1);
}

.topnav a:hover .badge-normal {
  background: rgba(238, 170, 32, 0.17);
  border: 2px solid rgba(228, 190, 116, 0.17);
  color: rgba(158, 106, 0, 1);
}


.add-ticket-button {
  display: flex;
  width: 135px;
  padding: 8px 7px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  background: #04AA61;
  border: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 32px;
}

/* .button-container-filter {
    display: flex;
  } */

.button {
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  background-color: #EEA300;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0 0px;
  z-index: 1;
}





/* filter css end */





/* dropdown list css */

* .drop12 {
  box-sizing: border-box;
  padding: 0%;
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  width: 1000px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.drop12 li {
  display: flex;
  padding-left: 10px;
  height: 40px;
  vertical-align: middle;
  list-style: none;
  align-items: center;
  vertical-align: middle;
  border: 1px solid rgb(235, 231, 231);
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;

}

.drop12 li:hover {
  background-color: rgb(233, 228, 228);
}



/* dropdown list css */



/* dropdown button start */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 10px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.dropdown-content a img {
  width: 24px;
  height: 24px;
}

.dropdown-content a.tl_link.active {
  background-color: #04aa611c;
}

.dropdown a:hover {
  background-color: #ddd;
}

.dropdown-content.show {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 25%);
}

/* dropdown button end */



.status-filed {
  display: flex;
  width: 84px;
  padding: 2px 12px;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  background: rgba(248, 15, 15, 0.16);
  color: var(--Semantic-Red, #F80F0F);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  justify-content: center;
}

.status-success {
  display: flex;
  width: 84px;
  padding: 2px 12px;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  background: rgba(4, 170, 97, 0.16);
  color: var(--Secondary, #04AA61);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  justify-content: center;
}

.status-pending {
  display: flex;
  width: 84px;
  padding: 2px 12px;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  background: rgba(251, 176, 22, 0.16);
  color: var(--Primary, #FBB016);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  justify-content: center;
}

.status-test-Approved {
  display: flex;
  width: 89px;
  padding: 2px 12px;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  background: rgba(55, 124, 235, 0.16);
  color: #377CEB;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  justify-content: center;
}





/* refund transaction table css start */

.api-button {
  padding: 10px 18px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(46, 194, 46);
  border: none;
  color: white;
  border-radius: 5px;
  margin-right: 20px;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.Cancle-refund-button {

  padding: 10px 18px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(212, 17, 17);
  border: none;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}


.Cancle-refund-button:hover {
  background-color: rgb(156, 0, 0);
  cursor: pointer;
}

.api-button:hover {
  background-color: rgb(3, 158, 3);
  cursor: pointer;

}

/* refund transaction table css end */



/* settlement table css start */


.tc_transaction_content input[type='checkbox'] {
  accent-color: green;
}

/* settlement table css end */

/* report datatable export css start */
.transaction td a {
  text-decoration: none;
  color: var(--Semantic-Pending, #D48F00);
  font-family: Poppins;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* report datatable export css end */


/* dropdown list button css start */
.section3 {
  padding-bottom: 25px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.reports_section3 {
  padding-top: 65px;
}

.section31 {
  padding-bottom: 25px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}


.droplist-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.droplist-section1 {
  flex: 15%;
}



/* #getImges21{
  width: 12px;
  height: 8px;
  margin-left: 5px;
} */

.Main-ul-list {
  display: none;
  padding: 0px 0;
  position: absolute;
  margin-top: 40px;
  background-color: white;
  z-index: 999;
}

.selectprocess {
  height: 20px;
  width: 20px;
  position: relative;
  left: 90px;

}

.liwidth {
  width: 200px;
}

.dropdown-button {
  padding: 10px 18px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  gap: 10px;
  color: #050505;
  font-family: Poppins;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-style: normal;
  border: none;
  font-weight: 400;
  line-height: 13px;
  height: 32px;
  cursor: pointer;
}


.droplist-section .dropdown-button img {
  pointer-events: none;
}

.Reset-filter-button {
  border-radius: 4px;
  border: 1px solid #04AA61;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  background-color: white;
  color: #04AA61;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  height: 32px;
  cursor: pointer;
}

.New-button {
  border-radius: 4px;
  border: 1px solid #04AA61;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 4px;
  background-color: white;
  color: #04AA61;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  height: 32px;
  cursor: pointer;
}

.edit-button {
  border-radius: 4px;
  border: 1px solid #666E80;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 4px;
  background-color: white;
  color: #666E80;
  pointer-events: none;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  height: 32px;
  cursor: pointer;
}

.delete-button {
  border-radius: 4px;
  border: 1px solid #666E80;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 8px;
  background-color: white;
  color: #666E80;
  pointer-events: none;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  height: 32px;
  cursor: pointer;

}

.duplicate-button {
  border-radius: 4px;
  border: 1px solid #666E80;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 8px;
  background-color: white;
  color: #666E80;
  pointer-events: none;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  height: 32px;
  cursor: pointer;
}

.Reload-button {
  border-radius: 4px;
  border: 1px solid #04AA61;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  background-color: white;
  color: #04AA61;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  height: 32px;
  cursor: pointer;
}

.Reload-button:hover {
  background-color: #04AA61;
  color: white;
}

.Reset-filter-button:hover {
  background-color: #04AA61;
  color: white;
}



.button-group {
  display: inline-flex;
  gap: 15px;
  margin-left: 0px;
}


.Export-Entries-button {
  display: inline-flex;
  float: right;
  gap: 10px;
  align-items: center;
}

.Export-Entries-button1 {
  display: inline-flex;
  float: right;
  gap: 10px;
}



.Export-Entries-button .lable {
  color: #666E80;
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.Export-Entries-button1 .lable {
  color: #666E80;
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.Export-button {
  padding: 8px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #04AA61;
  color: #06C26F;
  background-color: white;
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  gap: 12px;
  font-style: normal;
  display: flex;
  font-weight: 400;
  line-height: 15px;
}

.Export-button i {
  font-size: 14px;
  font-weight: bolder;
}

.droplist-section .button-group i {
  font-size: 14px;
  font-weight: bolder;
}

.Export-button:hover {
  background-color: #04AA61;
  color: white;
}


/* upload file csss start */

.upload-main-div {
  /* height: 308px; */
  border-radius: 8px;
  background: #FFF;
  position: relative;
  margin-bottom: 20px;
  /* height: 200px; */
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;

  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container {
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 20px 0px;
  /* height: 120px; */
}


.drop-container span {
  color: var(--H6, #17181A);
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7232rem + 0.4464vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

.tc_transaction_content input[type=file] {
  moz-appearance: initial;
  width: 670px;
  height: 50px;
  max-width: 100%;
  color: #444;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #939393;
  color: transparent;
  position: relative;
  z-index: 2;
  line-height: 30px;
}

.ticket_fileselct_input {
  position: relative;
}

.ticket_fileselct_input::before {
  content: "Choose file";
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  height: 48px;
  background: #FBB016;
  color: #000000;
  width: 170px;
  justify-content: center;
  position: absolute;
}

.tc_transaction_content input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  /* border-right: 1px solid #555; */
  width: 150px;
  height: 48px;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
  color: var(--body, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.disable-text {
  color: var(--Placeholder, #939393);
  font-family: Poppins;
  font-size: clamp(0.75rem, 0.6429rem + 0.5357vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: 0;
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 43px;
}


.Upload-button {
  background: var(--Primary, #FBB016);
  padding: 8px 24px;
  gap: 10px;
  color: #FFF;
  font-family: Poppins;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  position: relative;
  display: flex;
}

.upload-action-button {
  position: relative;
  top: 0px;
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.upload-status1-button {
  position: relative;
  top: 5px;
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: end;
  align-items: end;
}

.Upload-status-button {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: var(--Secondary, #04AA61);
}

.template-dowdnload-button {
  display: inline-flex;
  padding: 4px 10px;
  justify-content: flex-end;
  align-items: end;
  gap: 10px;
  border: none;
  border-radius: 4px;
  background: var(--Secondary, #04AA61);
}

.title-upload {
  font-size: clamp(0.8125rem, 0.7232rem + 0.4464vw, 1.125rem);
  display: flex;
  flex-direction: row;
  /* justify-content: end; */
  align-items: end;
}

.headingtitle {
  display: flex;
  align-items: flex-start;
  flex: 50%;
}

.tc_transaction_content .drop-container label {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.tc_transaction_content .drop-container label::before {
  content: 'Browse...';
  padding-right: 10px;
  display: -webkit-inline-flex;
  align-items: center;
  height: 95%;
  background: #EAEAED;
  color: #000000;
  width: 120px;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  z-index: 3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 1px;
}

.filename_alter label::before {
  content: 'Browse...';
  padding-right: 10px;
  display: -webkit-inline-flex;
  align-items: center;
  height: 50px;
  background: #EAEAED;
  color: #000000;
  width: 120px;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
}


.tc_transaction_content input[type=file]::-webkit-file-upload-button {
  display: none;
}


.ticket_fileselct_input>input[type=file] {
  opacity: 0;
  /* display: none;
  visibility: hidden;
  overflow: hidden; */
}

/* .middle-button {
  z-index: 2;
  height: 40px;
  width: 195px;
  border-radius: 4px;
  padding: 8px;
  margin-right: 10px;
  background-color: #EEA300;
  color: #fff;
  border: none;
}
.left-button {
  position: absolute;
  opacity: 1;
  transition: all 0.3s ease-out;
  width: 150px;
  height: 35px;
  text-align: center;
} */
/* .left-button {
  position: absolute;
  left: 80%;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #EEA300;
  cursor: pointer;
  transition: all 1.4s ease-out;
  transition-delay: 4s;
  transition-duration: 5s;
  width: 120px;
  height: -30px;
  display: none;
  text-align: center;
} */
/* .right-button {
  position: absolute;
  right: 1%;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #EEA300;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 170px;
  height: 35px;
  display: none;
  padding-left: 35px;
} */


/* upload fil css end */


@media only screen and (max-width:1250px) {
  .topnav {
    flex-basis: 100%;
    width: 100%;
  }

  .navbar-scetion {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .filter-div {
    position: relative;
    display: flex;
    margin: 0 auto;
    margin-top: 12px;
  }

  .filter_btn_grp {
    left: -2%;
  }

  .settlement_filter_div {
    margin-top: -15px;
    bottom: 0;
  }

  .button-container-filter .left-button,
  .button-container-filter.active .left-button {
    left: 0;
    width: 150px;
  }

  .button-container-filter .middle-button,
  .button-container-filter.active .middle-button {
    right: 2%;
    width: 210px;
  }

  .button-container-filter .right-button,
  .button-container-filter.active .right-button {
    padding-left: 0px;
    right: 3%;
    width: 150px;
  }

  .filter-div .vendors_merchant {
    height: 35px;
  }

  .filter-div .merchant_btn {
    height: 35px;
  }
}



@media only screen and (max-width:1024px) {
  .topnav {
    flex-basis: 100%;
  }

  .tc_transaction_content .section_title_section {
    margin-bottom: 30px;
  }

  .button-container-filter .middle-button,
  .button-container-filter.active .middle-button {
    width: 160px;
    right: 2%;
  }

  .button-container-filter .left-button {
    left: 0%;
  }

  .button-container-filter .right-button {
    right: 3%;
  }
}

/* media query for start */

@media only screen and (min-width: 2560px) {



  /* .button-container-filter.active .middle-button {
    display: block;
    position: relative;
    left: 7.0%;
    }
    .button-container-filter.active .left-button {
      display: block;
      position: relative;
      left: 11.5%;
    } */


}

@media only screen and (max-width: 2559px) and (min-width: 1439px) {

  /*
    .button-container-filter.active .middle-button {
      display: block;
      position: relative;
      left: 10%;
      top: 2px;
      width: 105px;
      transition: all 0.9s ease-in;
  } */


}


@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .Main-ul-list {
    /* width: 850px; */
    overflow-x: auto;

  }


  .topnav .badge-normal {
    font-size: 11px;
    margin-left: 5px;
    height: 16px;
  }

  .topnav .badge {
    margin-left: 5px;
    height: 16px;
  }

  .Export-Entries-button1 {
    display: inline-flex;
    float: right;
    gap: 10px;
    margin-top: 0px;
  }

  /* .merchant-table .transaction {
    margin-top: 40px;
  } */

}


@media only screen and (max-width: 850px) {
  .filter-div {
    flex-direction: column;
    gap: 14px;
  }

  .filter_btn_grp {
    left: auto;
    justify-content: center;
  }
}


@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .Main-ul-list {
    width: 650px;
    overflow-x: auto;

  }



  .right-button {
    position: absolute;
    right: 35%;
  }

  .topnav .badge-normal {
    font-size: 11px;
    margin-left: 5px;
    height: 16px;
  }

  .topnav .badge {
    margin-left: 5px;
    height: 16px;
  }

  .dropdown-button {
    padding: 9px 5px;
  }

  .Reload-button {
    padding: 5px 4px;
  }

  .Reset-filter-button {
    padding: 5px 4px;
  }

  .Export-button {
    padding: 5px 5px;
  }

  .drop-container span {
    font-size: 16px;
  }

  .title-upload {
    font-size: 15px;
  }

  .mainsections .Export-Entries-button {
    display: inline-flex;
    float: left;
    gap: 10px;
    margin-top: 10px;
  }

  .fund-transfer .transaction {
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .Export-Entries-button1 {
    display: inline-flex;
    float: left;
    gap: 10px;
    margin-top: 10px;
  }

  .button-group {
    display: inline-flex;
    gap: 10px;
    margin-left: 0px;
  }



}


@media only screen and (max-width: 767px) {
  .tc_transaction_content input[type=file]::before {
    width: 120px;
  }

  #file-name-display {
    font-size: 10px;
  }
}



@media only screen and (max-width: 767px) and (min-width: 420px) {


  .Main-ul-list {
    width: 250px;
    overflow-x: auto;

  }

  .button-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0px;
  }

  .Export-Entries-button1 {
    display: inline-flex;
    float: left;
    gap: 10px;
    margin-top: 10px;
  }


  .merchant-vendor.Export-Entries-button {
    display: inline-flex;
    float: left;
    gap: 10px;
  }

  .Export-Entries-button {
    display: inline-flex;
    float: left;
    gap: 10px;
    padding-bottom: 15px;
  }

  .topnav .badge-normal {
    font-size: 11px;
    margin-left: 5px;
    height: 16px;
  }

  .topnav .badge {
    margin-left: 5px;
    height: 16px;
  }

  .drop-container span {
    font-size: 10px;
  }

  .tc_transaction_content input[type=file] {
    width: 180px;
    height: 38px;
  }

  .tc_transaction_content input[type=file]::before {
    height: 38px;
    font-size: 12px;
  }

  .disable-text {
    font-size: 8px;
  }


  .Upload-button {
    padding: 6px 12px;
  }

  /* .upload-action-button{
    margin-bottom: 10px;
  } */

  .Upload-status-button {
    font-size: 10px;
    color: white;
  }

  .title-upload {
    font-size: 12px;
  }

  /* body{
    padding-left: 60px;
  } */
  /* upload fil css end */


}

@media only screen and (max-width: 575px) {
  .tc_transaction_content input[type=file]::before {
    width: 90px;
  }
}


@media only screen and (max-width: 420px) and (min-width: 300px) {


  .Export-Entries-button1 {
    display: inline-flex;
    float: left;
    gap: 10px;
    margin-top: 0px;
    align-items: center;
  }

  .merchant-vendor .Export-Entries-button {
    display: inline-flex;
    float: left;
    gap: 10px;
    margin-top: 55px;
  }

  .Export-Entries-button {
    display: inline-flex;
    float: left;
    gap: 10px;
    padding-bottom: 15px;
  }

  .Export-button {
    padding: 4px 5px;
    font-size: 11px;

  }

  .button-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0px;
    margin-top: 15px;
    /* height: 31px; */
    /* padding-bottom: 15px; */
  }

  .dropdown-button {
    padding: 9px 18px;
  }

  .Main-ul-list {
    width: 200px;
    overflow-x: auto;
  }

  .drop12 li {
    padding-left: 10px;
    height: 31px;
    font-size: 10px;
  }


  .button {
    font-size: 14px;
    background-color: #EEA300;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 10px;
    z-index: 1;
  }

  /* .middle-button {
            height: 36px;
            width: 164px;
            border-radius: 4px;
            padding: 8px;
            margin-right: 10px;
            right: 10px;
        }
        .button-container-filter.active .left-button {
          display: block;
          position: relative;
          left: 26.5%;
          width: 100.button-container-filterpx;
          height: 30px;
          font-size: 11px;
      }
        .button-container-filter.active .middle-button {
          display: block;
          position: relative;
          left: 15.5%;
          top: 2px;
          width: 93px;
          transition: all 0.9s ease-in;
          font-size: 12px;
      }

        .button-container-filter.active .right-button {
          display: block;
          position: relative;
          right: 80.5%;
          width: 105px;
          font-size: 12px;
        }
        .button-container-filter .right-button {
          position: relative;
          left: 5%;
          background-color: #FFFFFF;
          color: #000000;
          border: 1px solid #EEA300;
          cursor: pointer;
          width: 170px;
          height: 31px;
          display: none;
          padding-left: 35px;
          transition: all 0.9s ease-out;
        } */

  /* upload file csss start */

  /* .upload-main-div{
              height: 210px;
            } */

  /* .drop-container{
                height: 120px;
            } */


  .drop-container span {
    font-size: 10px;
  }

  .tc_transaction_content input[type=file] {
    width: 180px;
    height: 38px;
  }

  .tc_transaction_content input[type=file]::before {
    height: 38px;
    font-size: 12px;
  }

  .disable-text {
    font-size: 8px;
  }


  .Upload-button {
    padding: 6px 12px;
  }

  /* .upload-action-button{
              margin-bottom: 10px;
              margin-top:14px;
            } */

  .Upload-status-button {
    font-size: 10px;
    color: white;
  }

  .title-upload {
    font-size: 10px;
    display: block;
  }

  .template-dowdnload-button {
    margin-top: 10px;
  }
}

@media only screen and (max-width:479px) {

  .disable-text {
    margin-left: 0;
  }

  .button-container-filter .right-button,
  .button-container-filter.active .right-button,
  .button-container-filter .left-button,
  .button-container-filter.active .left-button {
    display: none;
  }

  .section_title_section {
    flex-direction: column
  }

  .section_title {
    margin-bottom: 5px;
  }

  .drop-container {
    padding: 10px 0px
  }

  .headingtitle,
  .drop-container span,
  .Upload-button {
    font-size: 12px !important;
  }

  .template-dowdnload-button {
    margin-top: 0px;
  }

  .title-upload {
    display: flex;
    align-items: center;
  }

  .template-dowdnload-button {
    font-size: 12px;
  }

  .Export-button {
    padding: 6px 5px;
  }

  .droplist-section {
    gap: 10px;
    position: relative;
  }

  .Main-ul-list {
    top: 0;
    width: 100%;
  }

  .section3 {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .cal_title_text {
    text-align: left;
  }

  .tc_transaction_content .section_title_section {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .button {
    margin: 0 0px;
  }

  .button-container-filter .left-button,
  .button-container-filter.active .left-button,
  .button-container-filter .right-button,
  .button-container-filter.active .right-button {
    width: 100px;
  }
}


@media only screen and (max-width:550px) {

  .button-container-filter .left-button,
  .button-container-filter.active .left-button {
    width: 120px;
  }

  .button-container-filter .right-button,
  .button-container-filter.active .right-button {
    width: 120px;
  }
}

@media only screen and (max-width:767px) {
  .navbar-scetion .merchant_vendor {
    margin-top: 5px;
  }

  .reports_section3 {
    padding-top: 25px;
  }

  .upload-main-div {
    padding: 20px 20px 30px;
  }

  .upload-status1-button {
    justify-content: center;
    top: 15px;
  }

  .droplist-section {
    position: relative;
  }

  .Main-ul-list {
    width: 100%;
    top: 10px;
  }

  .droplist-section {
    display: flex;
    align-items: center;

  }

  .section3 .droplist-section .dropdown-button {
    margin-right: 10px;
  }
}

@media only screen and (max-width:920px) {
  .tc_transaction_content input[type=file] {
    width: 100%;
    max-width: unset;

  }

  .drop-container {
    display: block;
  }

  .drop-container span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }


}

@media only screen and (max-width:1023px) {

  .tc_transaction_content .section_title_section {
    margin-bottom: 20px;
    /* flex-direction: column; */
    gap: 20px;
  }

  .topnav::-webkit-scrollbar {
    display: none;
  }

  .navbar-scetion {
    gap: 20px;
  }

  .topnav {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .topnav .badge,
  .topnav .badge-normal {
    height: auto;
  }

  .topnav a {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width:420px) {
  .pay_transaction_parent {
    margin-top: 20px;
  }

  .pay_transaction_parent .dash_content_hd,
  .pay_transaction_parent .dash_content_p,
  .pay_transaction_parent .dash_card_num {
    width: unset !important;
    overflow: unset !important;
    white-space: unset !important;
    text-overflow: unset !important;
  }

  .pay_transaction_parent .dasboard_cards_inner.dasboard_cards_inner {
    flex-basis: 100%;
  }

}

@media only screen and (max-width:380px) {

  .button-container-filter .left-button,
  .button-container-filter.active .left-button,
  .button-container-filter .right-button,
  .button-container-filter.active .right-button {
    width: 80px;
  }

  .tc_transaction_content input[type=file]::before {
    width: 50px;
  }


}