.table-piggy {
  margin-top: 36px;
  border-radius: 13px;
  overflow: hidden;
}
.table-piggy section {
  overflow-x: scroll;
}
.table-piggy .MuiPaper-root {
  max-width: 100% !important;
}
.table-piggy table {
  min-width: 640px;
}
.table-piggy table thead {
  background-color: #00667D;
}
.table-piggy table thead th {
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.table-piggy table thead th .walletTooltip {
  position: relative;
  top: -2px;
}
.table-piggy table tbody tr:last-child td {
  border-bottom: none;
}
.table-piggy table tbody tr td {
  padding: 12px 20px;
}
.table-piggy table tbody td {
  color: #3C3C3B;
  font-size: 12px;
  border-bottom: 1px solid #969695;
}
.table-piggy table tbody td.td-heading {
  background-color: #D9D9D9;
  border-bottom: none;
  position: relative;
}
.table-piggy table tbody td.td-heading:before {
  content: "";
  display: flex;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #D9D9D9;
}
.table-piggy table tbody td.td-heading .tooltip {
  color: #0096A2;
  font-weight: 700;
}
.table-piggy table tbody td.td-heading .deadline-box {
  color: #00667D;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.table-piggy table tbody td.td-heading .deadline-box span {
  width: 45%;
  text-align: right;
  font-weight: 500;
  font-style: italic;
}
.table-piggy table tbody td.td-heading .deadline-box span.deadline-to {
  text-align: left;
}

.tgTransactions .transactionsWrapper {
  min-height: 500px;
  height: auto;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  background-color: #fff;
}
.tgTransactions .transactionsHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 16px;
  background-color: #00667D;
  color: #fff;
}
@media (max-width: 767px) {
  .tgTransactions .transactionsHeader {
    border-radius: unset;
  }
}
.tgTransactions .transactionsFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.tgTransactions .transactionsFooter span {
  color: #00CBC3;
  font-size: 14px;
}
.tgTransactions h2 {
  font-size: 36px;
  font-weight: 500;
  padding: 0 5px;
  margin: 0;
}
.tgTransactions .modalCloseButton {
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #a1a3a6;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.tgTransactions .inputContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 0 12px;
}
.tgTransactions .inputWrapper {
  position: relative;
  height: 40px;
  margin: 0 10px 10px;
}
.tgTransactions .inputWrapper .calendarIco {
  position: absolute;
  padding: 10px;
}
.tgTransactions .inputLabel {
  font-size: 15px;
  padding: 10px 16px 10px 0;
}
.tgTransactions .dateInput {
  width: 200px;
}
.tgTransactions .inputReset {
  position: absolute;
  padding: 10px;
  right: 0;
  cursor: pointer;
}
.tgTransactions .calendarContainer {
  display: flex;
  justify-content: space-around;
  margin-bottom: 12px;
}
.tgTransactions input {
  height: 40px;
  padding: 5px 15px;
  text-align: center;
  font-size: 15px;
  font-family: gotham-rounded-book, sans-serif;
  color: #3C3C3B;
  background-color: #fff;
  letter-spacing: 0.3px;
  border: 1px solid #f0f3f7;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
.tgTransactions input:focus {
  border: 1px solid #00CBC3;
}
.tgTransactions .calendarReset {
  position: absolute;
  right: 8px;
  top: 40px;
  cursor: pointer;
}
.tgTransactions .fetching {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.tgTransactions .simpleButton {
  border: none;
  background-color: transparent;
}
.tgTransactions .seeMore {
  cursor: pointer;
}
.tgTransactions .tableContainer {
  box-shadow: none;
  box-sizing: border-box;
  width: calc(100% - 3px);
}
.tgTransactions .columnHeader {
  padding: 10px;
  border-bottom: 1px solid #f0f3f7;
}
.tgTransactions .columnHeader > span {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #5c5c5c;
  padding-bottom: 6px;
}
.tgTransactions .cell {
  font-size: 16px;
  color: #626262;
  font-weight: 500;
  padding: 8px 10px;
  border-bottom: 1px solid #D9D9D9;
}
.tgTransactions .hover {
  position: relative;
}
.tgTransactions .tooltip {
  top: 8px;
  color: white;
  background-color: #797979;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px 5px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.tgTransactions .hover:hover .tooltip {
  opacity: 1;
}
.tgTransactions .success {
  color: #7ed321;
}
.tgTransactions .error {
  color: #dc004e;
}
.tgTransactions .pending {
  color: #faa76c;
}
@media screen and (max-width: 750px) {
  .tgTransactions .columnHeader {
    font-size: 14px;
  }
  .tgTransactions .cell {
    font-size: 12px;
  }
}
