.pay-now-popup-container {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.pay-now-popup {
  animation: 0.5s slide-up forwards;
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 80vh;
  max-width: 550px;
  overflow-y: auto;
  padding: 16px;
  transform: translateY(50px);
  width: 100%;
}

.pay-now-popup-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pay-now-popup-header div {
  width: 36px;
}

.pay-now-popup-header img {
  height: auto;
  width: 110px;
}

.pay-now-popup-header button {
  align-items: center;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 36px;
  width: 36px;
}

.pay-now-popup-header button svg {
  height: 20px;
  width: 20px;
}

.pay-now-popup-step-one {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pay-now-popup-step-one-error {
  color: red;
  display: none;
  font-size: 14px;
}

.pay-now-popup-step-one h4 {
  font-size: 16px;
  font-weight: 600;
}

.pay-now-popup-step-one form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pay-now-popup-step-one form label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 8px;
}

.pay-now-popup-step-one form input {
  border: 1px solid #b9b8bf;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 17px;
}

.pay-now-popup-step-one form button {
  align-items: center;
  background: #008061;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  height: 57px;
}

.pay-now-popup-step-two {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.pay-now-popup-step-two-email-container {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.pay-now-popup-step-two-email-container svg {
  height: 24px;
  width: 24px;
}

.pay-now-popup-step-two-email-container p {
  font-size: 16px;
  font-weight: 600;
}

.pay-now-popup-step-two h4 {
  text-align: center;
}

.pay-now-popup-step-two-loader {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.pay-now-popup-step-two-accounts-list {
  background: #f5f5f5;
  border-radius: 12px;
  display: grid;
  list-style: none;
  padding: 0 16px;
}

.pay-now-popup-step-two-accounts-list li button {
  align-items: center;
  background: none;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  color: #535259;
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: 500;
  grid-template-columns: 1fr max-content max-content;
  padding: 16px 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  word-break: break-all;
}

.pay-now-popup-step-two-accounts-list li:last-child button {
  border-bottom: none;
}

.pay-now-popup-step-two-accounts-list li button svg {
  height: 24px;
  width: 24px;
}

.pay-now-popup-step-two-accounts-list-paid-tag,
.pay-now-popup-step-two-accounts-list-unpaid-tag {
  align-items: center;
  border-radius: 50rem;
  display: flex;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  padding: 2px 12px;
  text-align: center;
  width: 90px;
}

.pay-now-popup-step-two-accounts-list-paid-tag {
  background: #e7f6ec;
  color: #036b26;
}

.pay-now-popup-step-two-accounts-list-unpaid-tag {
  background: #ffece5;
  color: #ad3307;
}

.pay-now-popup-step-two-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pay-now-popup-step-two-footer h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.pay-now-popup-step-two-footer p {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.pay-now-popup-step-three  {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pay-now-popup-step-three-error {
  color: red;
  display: none;
  font-size: 14px;
}

.pay-now-popup-step-three-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pay-now-popup-step-three-header h3 {
  font-size: 20px;
  font-weight: 600;
}

.pay-now-popup-step-three-header p {
  color: #4a5565;
  font-size: 14px;
}

.pay-now-popup-step-three-loader {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.pay-now-popup-step-three-subscriptions-list {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.pay-now-popup-step-three-subscriptions-list h4,
.pay-now-popup-step-three-subscriptions-list h3,
.pay-now-popup-step-three-subscriptions-list p,
.pay-now-popup-step-three-subscriptions-list a {
  font-family: 'Inter'
}

.pay-now-popup-step-three-subscriptions-list-item button {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  display: flex;
  gap: 12px;
  padding: 8px;
  text-align: left;
  width: 100%;
}

.pay-now-popup-step-three-subscriptions-list-item-active button {
  background: #f2fffd;
  border: 1px solid #008061;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content h4 {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  text-transform: capitalize;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content h4 span {
  align-items: center;
  background: #e7f6ec;
  border-radius: 50rem;
  color: #036b26;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  padding: 2px 12px;
  text-align: center;
  width: 60px;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content p {
  color: #6a7282;
  font-size: 12px;
  text-transform: capitalize;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content div p {
  color: #4a5565;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content div a {
  align-items: center;
  color: #535259;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content div a span {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: transform 0.2s;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content div a span svg {
  height: 16px;
  height: 16px;
}

.pay-now-popup-step-three-subscriptions-list-item-radio {
  cursor: pointer;
  display: block;
  position: relative;

  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 21px;
}

.pay-now-popup-step-three-subscriptions-list-item-radio input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.pay-now-popup-step-three-subscriptions-list-item-checkmark {
  background-color: transparent;
  border: 2px solid #d1d5dc;
  border-radius: 50%;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.pay-now-popup-step-three-subscriptions-list-item-radio:hover input ~ .pay-now-popup-step-three-subscriptions-list-item-checkmark {
  background-color: #ccc;
}

.pay-now-popup-step-three-subscriptions-list-item-radio input:checked ~ .pay-now-popup-step-three-subscriptions-list-item-checkmark {
  background-color: white;
  border: 2px solid #008061;
}

.pay-now-popup-step-three-subscriptions-list-item-checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.pay-now-popup-step-three-subscriptions-list-item-radio input:checked ~ .pay-now-popup-step-three-subscriptions-list-item-checkmark:after {
  display: block;
}

.pay-now-popup-step-three-subscriptions-list-item-radio .pay-now-popup-step-three-subscriptions-list-item-checkmark:after {
  background: #008061;
  border-radius: 50%;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content-details {
  background: white;
  border-radius: 10px;
  display: none;
  padding: 0 8px;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content-details li {
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content-details li:last-child {
  border-bottom: none;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content-details li p {
  color: #636363;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.pay-now-popup-step-three-subscriptions-list-item-main-content-details li p:last-child {
  color: #202020;
  font-weight: 500;
  text-transform: capitalize;
}

.pay-now-popup-step-three-pay-now-button {
  align-items: center;
  background: #008061;
  border: none;
  border-radius: 4px;
  color: white;
  display: none;
  font-family: Graphie;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
}

.pay-now-popup-step-four {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pay-now-popup-step-four-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pay-now-popup-step-four-header h3 {
  color: #0a0a0a;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.pay-now-popup-step-four-header p {
  color: #4A5565;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 296px;
  text-align: center;
}

.pay-now-popup-step-four-payment-details {
  background: #f5f5f5;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}

.pay-now-popup-step-four-payment-details h4 {
  color: #0a0a0a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pay-now-popup-step-four-payment-details ul {
  background: white;
  padding: 0 8px;
}

.pay-now-popup-step-four-payment-details ul li {
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.pay-now-popup-step-four-payment-details ul li:last-child {
  border-bottom: none;
}

.pay-now-popup-step-four-payment-details ul li p {
  color: #636363;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.pay-now-popup-step-four-payment-details ul li p:last-child {
  color: #202020;
  font-weight: 500;
  text-transform: capitalize;
}

.pay-now-popup-step-four-receipt-info {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.pay-now-popup-step-four-receipt-info svg {
  height: 14px;
  width: 14px;
}

.pay-now-popup-step-four-receipt-info p {
  color: #1e1e1e;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.pay-now-popup-step-four-receipt-info p span {
  font-weight: 700;
}

.pay-now-popup-step-four-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pay-now-popup-step-four-footer button {
  align-items: center;
  background: #008061;
  border: none;
  border-radius: 4px;
  color: white;
  display: flex;
  font-family: Graphie;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
}

.pay-now-popup-step-four-footer p {
  color: #4a5565;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.pay-now-popup-step-four-footer p a {
  color: #008061;
  text-decoration: underline;
}


