div.tablecontainer {
  overflow-x: auto;
}
@media (min-width: 1024px) {
  div.tablecontainer {
    width: 950px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  div.tablecontainer {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div.tablecontainer {
    width: 700px;
  }
}
@media (max-width: 768px) {
  div.tablecontainer {
    width: 100%;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
table, th, td {
  padding: 15px 10px;
  text-align: left;
}
.view-subscription-billing-address-email , .view-subscription-billing-address-phone {
  display: flex;
}
.view-subscription-billing-address-email::before {
  font-family: WooCommerce;
  margin-right: .618em;
  content: "\e02d";
}
.view-subscription-billing-address-phone::before {
  font-family: WooCommerce;
  margin-right: .618em;
  content: "\e037";
}
.view_subscription {
  text-decoration: none;
  padding: 5px 10px;
  background-color: black;
  color: white;
}
.view_subscription:hover {
  background-color: rgb(86, 86, 86);
  color: white;
}
.cancel_subscription {
  background-color: #ffffff;
  color: black;
  border: 2px solid black;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 10px;
}
.cancel_subscription:hover {
  background-color: #000000;
  color: white;
}
.subscription_status {
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  line-height: 24px;
  height: auto;
  width: auto;
}
.subscription-active-state {
  background: #bbf7d0;
  color: #166534;
}
.subscription-expired-state {
  background: rgb(252 187 187);
  color: rgb(177 0 0);
}
.subscription-pending-state {
  background: #ffe11f4d;
  color: #9c200c;
}
.subscription-cancelled-state {
  background: #dcdcdc;
  color: #6a6262;
}
.subscription-on-hold-state {
  background: #dcdcdc;
  color: #6a6262;
}
.subscription-completed-state {
  background: #c5dfff;
  color: #06278e;
}
.subscriptions-pagination {
  display: flex;
  justify-content: center;
  list-style: none; 
  padding: 0px;
}
.subscriptions-page-numbers {
  display: block; 
  padding: 5px 15px;
  text-decoration: none;
  border: 1px solid gray;
  color: black;
  margin: 0 4px;
  border-radius: 5px; 
}
.subscriptions-page-numbers:hover,.subscriptions-page-numbers:focus{
  background-color: #e2dddd; 
  color: black;
  border-color: #e2dddd;
  font-weight: 600;
  cursor: default;
}
.subscriptions-page-numbers.current {
  background-color: black; 
  color: #ffffff;
  border-color: black;
  font-weight: 600;
  cursor: default;
}
.view-subscription-heading {
  line-height: 1.4;
}
.view-subscription-heading mark {
  font-weight: 700;
}