.orderHistoryTable .table thead th,
.orderHistoryTable .table tbody td {
  font-size: 14px;
  color: #0E193D;
  font-weight: 500;
  padding: 13px;
  border-bottom: solid 1px #6A6D72;
}

.orderHistoryTable .table thead th:first-child,
.orderHistoryTable .table tbody td:first-child {
  padding-left: 0;
}

.orderHistoryTable .table tbody tr:last-child td {
  border-bottom: none;
}

.orderHistoryTable .table tbody td {
  font-weight: 400;
}

.orderHistoryTableMobile {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
}

.orderHistoryTableMobile p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}

.tableBadge {
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.tableBadge.tableBadgeYellow {
  background-color: #F7D991;
}

.tableBadge.tableBadgeGreen {
  background-color: #C8EFAC;
}

select.orderSelect {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url(/images/select-arrow.png?22f67edca6a375eccfc6e8f0bbfd15b0);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 16px;
  font-weight: 500;
  border-bottom: solid 1px #6E6E6E;
  padding: 10px 20px 10px 10px;
  min-width: 110px;
  background-color: #fff;
}

.tablePagination {
  font-size: 14px;
  font-weight: 400;
}

.tablePagination .disable {
  opacity: 0.35;
}

.modal .modal-body {
  font-size: 14px;
}

footer.d-flex.flex-wrap > div:first-child > div {
  display: none !important;
}

@keyframes spinner-border-show-more {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border-show-more {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border-show-more;
}

.yearList {
  position: absolute;
  right: 5px;
  top: 30px;
  border-radius: 4px;
  border: solid 1px #D9D9D9;
  background-color: #fff;
  width: 120px;
  display: none;
}

.yearList.active {
  display: block;
}

.year-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.yearList li label {
  position: relative;
  display: block;
  cursor: pointer;
  color: #1E1E1E;
  font-size: 14px;
  padding: 3px 10px;
  width: 100%;
}

.yearList li:has(input[type=radio]:checked) {
  background: rgba(168, 61, 114, 0.1490196078) !important;
}

.power-grid-table thead tr th > div {
  display: flex;
  gap: 10px;
}

.power-grid-table thead tr th > div > span:first-child {
  order: 2;
}

.power-grid-table thead tr th > div > span:last-child {
  order: 1;
}

