@charset "UTF-8";
body,
html {
  height: 100%; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 26, 2023 */
@font-face {
  font-family: 'robotoblack_italic';
  src: url("/fonts/roboto-blackitalic-webfont.woff2") format("woff2"), url("/fonts/roboto-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoblack';
  src: url("/fonts/roboto-black-webfont.woff2") format("woff2"), url("/fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotobold_italic';
  src: url("/fonts/roboto-bolditalic-webfont.woff2") format("woff2"), url("/fonts/roboto-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotobold';
  src: url("/fonts/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotomedium_italic';
  src: url("/fonts/roboto-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/roboto-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotomedium';
  src: url("/fonts/roboto-medium-webfont.woff2") format("woff2"), url("/fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoitalic';
  src: url("/fonts/roboto-italic-webfont.woff2") format("woff2"), url("/fonts/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("/fonts/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotolight_italic';
  src: url("/fonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("/fonts/roboto-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotolight';
  src: url("/fonts/roboto-light-webfont.woff2") format("woff2"), url("/fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotothin_italic';
  src: url("/fonts/roboto-thinitalic-webfont.woff2") format("woff2"), url("/fonts/roboto-thinitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotothin';
  src: url("/fonts/roboto-thin-webfont.woff2") format("woff2"), url("/fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
:root {
  --primary: #6366f1;
  --primary-dark: #4f46e5;
  --text: #1f2937;
  --text-light: #6b7280;
  --bg: #f8fafc;
  --card: #ffffff;
  --border: #e2e8f0; }

.membershipArea .container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px; }
.membershipArea header {
  text-align: center;
  margin-bottom: 40px; }
.membershipArea h1 {
  font-size: 2.1rem;
  margin-bottom: 8px;
  color: var(--text); }
.membershipArea .subtitle {
  color: var(--text-light);
  font-size: 1.05rem; }
.membershipArea .payment-details-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  padding: 1em; }
.membershipArea .history-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.membershipArea .history-header {
  background: #f1f5f9;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; }
.membershipArea .plan-name {
  font-size: 1.25rem;
  font-weight: 600; }
.membershipArea .status {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500; }
.membershipArea .status.active {
  background: #dcfce7;
  color: #166534; }
.membershipArea .status.canceled {
  background: #fee2e2;
  color: #991b1b; }
.membershipArea .status.expired {
  background: #fef3c7;
  color: #92400e; }
.membershipArea .history-body {
  padding: 24px; }
.membershipArea .detail-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px 24px;
  margin-bottom: 20px; }
.membershipArea .detail-label {
  color: var(--text-light);
  font-weight: 500; }
.membershipArea .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary); }
.membershipArea table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px; }
.membershipArea th, .membershipArea td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid var(--border); }
.membershipArea th {
  color: var(--text-light);
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
.membershipArea tr:last-child td {
  border-bottom: none; }
.membershipArea .amount {
  font-weight: 600; }
@media (max-width: 600px) {
  .membershipArea .detail-grid {
    grid-template-columns: 1fr;
    gap: 8px; }
  .membershipArea .history-header {
    flex-direction: column;
    align-items: flex-start; } }
.membershipArea .paymentSection {
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 1em;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .membershipArea .paymentSection .title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em; }
  .membershipArea .paymentSection p {
    margin-top: 1em; }
  .membershipArea .paymentSection .paymentButtons {
    margin-top: 1em;
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center; }
    .membershipArea .paymentSection .paymentButtons div {
      margin-left: 0.5em;
      margin-right: 0.5em; }

.subscribeCardSection {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .subscribeCardSection .card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 3rem 2.5rem;
    width: 100%;
    max-width: 420px;
    text-align: center; }
  .subscribeCardSection h1 {
    font-size: 2.1rem;
    margin: 0 0 1.2rem;
    color: #111; }
  .subscribeCardSection .price {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem;
    color: #0066cc; }
  .subscribeCardSection .price span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #555; }
  .subscribeCardSection .period {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2.5rem; }
  .subscribeCardSection .features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
    text-align: left; }
  .subscribeCardSection .features li {
    margin: 1rem 0;
    font-size: 1.05rem;
    padding-left: 1.8rem;
    position: relative; }
  .subscribeCardSection .features li:before {
    content: "✓";
    color: #28a745;
    position: absolute;
    left: 0;
    font-weight: bold; }
  .subscribeCardSection .subscribe-btn {
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1.1rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block; }
  .subscribeCardSection .subscribe-btn:hover {
    background: #0055aa;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.25); }
  .subscribeCardSection .subscribe-btn:active {
    transform: translateY(0); }
  .subscribeCardSection .secure-note {
    margin-top: 2rem;
    font-size: 0.95rem;
    color: #777; }

body {
  font-size: 16px; }

.loginFormContainer,
.registerFormContainer {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column; }

.registerFormContainer form,
.loginFormContainer form {
  width: 100%;
  max-width: 30em;
  margin-right: 1em;
  margin-left: 1em;
  border-radius: 20px;
  padding: 1em; }

.registerFormContainer form {
  max-width: 60em; }

/* class for adding to tables to alternate row backgorund colors */
.alternatingRowBackground tbody tr:nth-child(odd) {
  background-color: #ffffff; }
.alternatingRowBackground tbody tr:nth-child(even) {
  background-color: #f0f0f0; }

.hightlightOnHoverTableRow:hover {
  background-color: rgba(200, 200, 200, 0.5); }

.clickableTableRow:hover {
  cursor: pointer; }

.welcome-heading {
  font-size: 1.5em;
  font-weight: 600; }

#memberBenefitsList em {
  font-style: normal;
  /* removes italics (the default em behavior) */
  font-weight: bold;
  /* makes it bold instead */ }

/* utility class for combining with opacity-50 to make element fully visible when one hovers over it */
.hover-opacity-100:hover {
  opacity: 1 !important;
  transition: opacity 0.15s ease-in-out; }

.modal.fade .modal-dialog {
  transition: transform 0.1s ease-in-out; }

/* Add this to your stylesheet */
tr.deleting {
  transition: all 1s ease-out;
  opacity: 0;
  height: 0;
  /* helps collapse faster */
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  overflow: hidden; }

/* Optional: fade cells too if you see weird artifacts */
tr.deleting td {
  transition: opacity 1s ease-out;
  opacity: 0; }

td a {
  color: black;
  text-decoration: none; }

td a:hover {
  color: black;
  text-decoration: underline; }

@media (max-width: 600px) {
  body {
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
