.vouchers-border-top {
  border-top: 1px solid #ccc;
}
.vouchers-font-300 {
  font-weight: 300 !important;
}
.vouchers-text-center {
  text-align: center;
}
.vouchers-status-width {
  width: 15%;
}

.vouchers-container {
  margin: 20px auto;
}
.vouchers-balance-content {
  text-align: center;
  margin-bottom: 1em;
}
.vouchers-balance-content-title {
  background: #0082c3;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  padding: 6px 10px;
}
.vouchers-balance-content-points {
  color: #0082c3;
  font-size: 3rem;
  margin: 0;
  font-weight: 700;
  margin-bottom: 15px;
}

.vouchers-balance-remaining-points {
  color: #0082c3;
  font-size: 1.7rem;
  margin: 0;
  font-weight: 700;
}

.vouchers-table,
.vouchers-table {
  overflow-x: auto;
}

.vouchers-current-title,
.vouchers-history-title {
  background-color: #0082c3;
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 300;
}
.vouchers-current-table-head td,
.vouchers-history-table-head td {
  font-weight: 300;
  font-size: 11px;
  padding: 6px 10px;
}
.vouchers-current-table-content td,
.vouchers-history-table-content td {
  font-weight: 700;
  font-size: 14px;
  padding: 20px 9px;
}

.vouchers-current-table-content-hidden {
  display: none;
}

.vouchers-history {
  margin-top: 15px;
}

/*	scroll bar design	*/
/* width */
.vouchers-table::-webkit-scrollbar {
  height: 5px;
  -webkit-overflow-scrolling: touch;
}

/* Track */
.vouchers-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.vouchers-table::-webkit-scrollbar-thumb {
  background: #0082c3;
}

/* Handle on hover */
.vouchers-table::-webkit-scrollbar-thumb:hover {
  background: #0082c3;
}

.slider {
  width: 95%;
  max-width: 30em;
  margin: auto;
  height: 1.3em;
  background: #d6d6d6;
  position: relative;
}
.slider-value {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, #d6d6d6 0%, #9f9f9f 10%);
}

.show-all-vouchers-button-wrapper {
  display: flex;
  justify-content: center;
}

.vouchers-table-inner {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .vouchers-balance-content-inner {
    display: block;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
  }
  .vouchers-balance-content-points,
  .vouchers-balance-remaining-points {
    margin: 0.2em auto;
  }
  .vouchers-balance-note {
    grid-column: 1;
  }
  .vouchers-balance-slider {
    grid-column: 2;
    grid-row: 2;
  }
  .vouchers-balance-remaining-points {
    grid-row: 1;
    grid-column: 2;
    font-size: 2.2rem;
  }
}


.vouchers-line {
  height: 2px;
  margin: 20px 0px;
  background: #0082c3;
}
