:root {
  --table-wrapper-border: linear-gradient(-45deg, rgba(108, 40, 172, 0.6), rgba(139, 43, 168, 0.6));
}
main {
  flex:  1 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(34, 32, 34, 0.7);
}


.background {
  background-color: rgb(19, 19, 19);
  opacity: 0.85;

  min-height: var(--scroll-height);
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;

  z-index: 9;
}



.page-info {
  height: fit-content;
  min-height: 154px;
  width: 100%;
  background-color: rgb(44, 44, 44, 0.6);

  border-bottom: 2px var(--border-basic-color) solid;
  align-content: center;
}
.text-container {
  width: 86%;
  justify-self: center;
  padding-bottom: 8px;
}
.text-container h1 {
  margin-bottom: 8px;
  line-height: 1;
}


.border-wrapper {
  flex: 0 1 auto;

  width: 68%;
  margin-top: 20px;

  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background: var(--table-wrapper-border);
}
.border-wrapper-payment {
  position: fixed;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  max-width: 670px;
  width: 90%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
  background: linear-gradient(-45deg, rgba(108, 40, 172, 1), rgba(139, 43, 168, 1));
}
.user-plan-wrapper {
  height: 180px;
  width: 48%;
  min-width: 280px;
  margin-top: 28px;
  margin-bottom: 24px;

  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  
  background: var(--table-wrapper-border);
}
.payment-info {
  position: relative;
  border-radius: 10px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(rgb(49, 49, 49), rgb(36, 36, 36));
  overflow: hidden;
}

.premium-info-table, .user-plan {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(34, 32, 34, 0.6);
  border-radius: 10px;
  overflow: hidden;
}

.table-wrapper {
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
  padding: 0px 8px;
}

.table-content table {
  table-layout: fixed;
  height: 300px;
  width: 840px;
  text-align: center;
  border: 1px rgba(124, 124, 124, 0.6) solid;
  border-radius: 5px;
  font-size: 20px;
  margin: auto auto;
}
th, td {
  border: 1px rgba(124, 124, 124, 0.6) solid;
}

.checked-mark-icon, .window-close-icon-table {
  height: 22px;
  width: 22px;
  transform: translateY(3px);
}
.checked-mark-icon {
  color: #90f187;
}

.window-close-icon-table {
  color: #cf2e5e;
}



.pseudo-row {
  position: absolute;
  padding: 0;
  margin: 0;
  background: linear-gradient(100deg, rgb(113, 29, 129), rgb(96, 24, 190));
  border-radius: 4px;
  width: 40px;
  height: 30px;
  top: 0;
  left: 70%;
  transform: translate(-50%, 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-color: rgb(153, 153, 153);
}

.table-header {
  width: 400px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.gradient-spacing-big {
  background: linear-gradient(-45deg, rgba(108, 40, 172, 1), rgba(139, 43, 168, 1));
  max-width: 400px;
  width: 80%;
  height: 2px;
  margin-bottom: 8px;
}
.gradient-spacing-premium {
  margin-top: 2px;
  max-width: 390px;
  width: 80%;

  height: 2px;
  margin-bottom: 10px;
  background: linear-gradient(95deg, #fffc4e, #ab19ff);
  box-shadow: 2px 2px 5px rgb(27, 27, 27);
}

.plans-container {
  position: relative;
  flex-wrap: wrap;
  width: 82%;
  column-gap: 8px;
  row-gap: 8px;
}

.plan-wrapper {
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  width: 260px;

  box-shadow: 3px 3px 5px rgb(31, 31, 31);
  background: var(--table-wrapper-border);
}
.premium-plan {
  background-color: rgba(26, 26, 26, 0.7);
  border-radius: 8px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  z-index: 4;
  transition: width 0.08s, height 0.08s;
}

.plan-wrapper {
  font-size: 26px;
  font-weight: 600;

  transition: filter 0.08s, transform 0.08s, box-shadow 0.08s;
}
.pricing-info {
  width: 100%;
  height: 60px;
  margin-top: 16px;
}
.plan-spacing {
  height: 100%;
  width: 2px;
  background-color: rgb(124, 124, 124);
  margin: 0px 8px;
}
.plan-time {
  width: fit-content;
  text-align: center;
  line-height: 1;
}
.plan-price-col {
  width: fit-content;
  height: 100%;
}

.plan-fee {
  color: rgb(150, 150, 150);
  font-size: 18px;
  margin-top: -4px;
}
.plan-wrapper:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
  box-shadow: 0px 0px 6px rgb(196, 86, 206);
}


.discount {
  position: absolute;
  height: 36px;
  width: fit-content;
  padding: 0px 5px;
  top: 12px;
  right: 10px;
  font-size: 18px;
  border-radius: 18px;
  background-color: rgb(155, 55, 185);
  border: 1px rgb(190, 190, 190) solid;
}

.plans-top {
  margin-bottom: 8px;
}
.p-prov-logo{
  margin-top: 8px;
}
.paypal-logo {
  margin-top: 6px;
  height: 36px;
  width: 114px;
  transform: scale(0.8);
  filter: brightness(0.8);
}

.payment-head {
  font-size: 40px;
  font-weight: 700;
  line-height: 0.90;
  text-align: center;
}
.payment-text {
  max-width: 500px;
  width: 84%;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  word-break: break-word;
}
.payment-text2 {
font-size: 22px;
}
.payment-btn {
  height: 48px;
  width: 78px;
  background: linear-gradient(95deg, #fffc4e, #ab19ff);
  color: white;
  font-size: 20px;
  font-weight: 500;
  border: 2px var(--border-basic-color) solid;
  border-radius: 6px;

  transition: filter 0.08s, border-color 0.08s;
}
.payment-btn:hover {
  filter: brightness(0.8);
  border-color: rgb(218, 218, 218);
}

.window-close-container-abs {
  position: absolute;
  width: fit-content;
  height: fit-content;

  top: 0px;
  right: 0px;
  transform: translate(-50%, 50%);
}

.user-premium-info  {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  text-align: center;
  padding: 0px 6px;
}

.note {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: center;
  padding: 0px 12px;
}


.ribbon {
  position: absolute;
  rotate: 45deg;
  z-index: 7;
}
.plan-disabled {
  pointer-events: none;
}
.unl-border-wrapper {
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: 2;
  background: linear-gradient(-45deg, #fffc4e, #ab19ff);
}
.unl-unlocked {
  background-color: rgb(47, 36, 54);
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 8px;
  z-index: 5;
}
.unl-opaque {
  opacity: 0.3;
}

.alternative-payment-header {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.contact-methods {
  column-gap: 10px;
  row-gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.alt-wrapper {
  width: 360px;
  height: 140px;
  
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  box-shadow: 3px 3px 5px rgb(31, 31, 31);
  background: var(--table-wrapper-border);

  transition: filter 0.08s, transform 0.08s, box-shadow 0.08s;
}
.alt-wrapper:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
}
.alternative-payment-header {
  margin-top: 10px;
  margin-bottom: 14px;
}

.p-alt {
  background-color: rgba(26, 26, 26, 0.7);
  border-radius: 8px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  z-index: 4;
  color: rgb(140, 62, 185);
}
.p-alt svg {
  height: 70px;
  width: 90px;
}
.p-alt > p {
  font-size: 24px;
  font-weight: 500;
}

.mail-icon {
  margin-right: 3px;
}
.twitter-icon {
  margin-right: -4px;
}


@media (max-width: 1450px) {
  .plans-container {
    width: 94%;
  }
}

@media (max-width: 1300px) {
  .border-wrapper {
    width: 88%;
  }
  
}

@media (max-width: 819px) {
  .page-info .text-container h1 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
@media (max-width: 500px) {
  .user-premium-info {
    margin-top: 0px;
  }

  .alt-wrapper {
    width: 200px;
  }
  .alt-wrapper p {
    display: none;
  }
}

/* coming soon overlay start */
.coming-soon-overlay {
  position: absolute;
  height: 104%;
  width: 100%;
  z-index: 5;
  background-color: rgb(19, 19, 19);
  opacity: 0.5;
  border-radius: 10px;
}

.coming-soon-text {
  font-size: 58px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  background-color: rgb(61, 10, 109);
  width: 100%;
  text-align: center;
  border-top: 2px rgb(108, 41, 197) solid;
  border-bottom: 2px rgb(108, 41, 197) solid;
}

.plans-container {
  opacity: 0.75;
  margin-top: 6px;
}

/* coming soon overlay end */