/* 
  
  .pricing-table {
    color: #fff;
    max-width: 500px;
    padding-inline: 5vw;
    margin-inline: auto;
    margin-block: 40px;
    @media screen and (min-width: 920px) {
      max-width: 1400px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .plan {
      background-color: #22262C;
      padding: 2rem;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      @media screen and (max-width: 920px) {
        &:not(:last-of-type) {
          margin-bottom: 40px;
        }
      }
      .name {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 18px;
      }
      .price {
        text-align: center;
        font-size: 3.5rem;
        font-weight: 700;
        sub {
          position: static;
          font-size: 1.5rem;
        }
      }
    
      .features {
        margin-block: 30px;
        text-align: center;
        li {
          margin-bottom: 15px;
          line-height: 1.5;
          &::marker {
            color: #452de0;

          }
        }
      }
      .choose-btn {
        display: block;
        width: 100%;
        max-width: 250px;
        margin-inline: auto;
        margin-top: auto;
        padding: 1rem 1rem;
        font-weight: 600;
        background-color: transparent;
        color: #fff;
        border: 1px solid #452de0;

        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.1s;
        &:hover, &.active {
          background-color: #452de0;

        }
      }
    }
  } */


.table-container {
    display: flex;
    justify-content: center;
    margin: 2rem ;
    margin-bottom: 0px;
  }
  
  .table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
  }
  
  .table th,
  .table td {
    padding: 1rem 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
  }
  
  .table thead th {
    background-color: #f2f2f2;
    border-bottom: 2px solid #ddd;
  }
  
  .plan-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  
  
  #welcome {
    text-align: center;
  }

  

  .new-user-offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #222;
  }
  
  
  .offer-content {
    display: flex;
  
    align-items: center;
    color: #fff;
  }
  
  .offer-content i {
    font-size: 3em;
    margin-bottom: 10px;
  }
  
  .offer-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .offer-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .btn-primary {
    background-color: #333; 
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .btn-primary:hover {
    background-color: #222; 
  }
  

  .subscription-container {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.subscription-container p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  border-width: 2px;
  border-color: #333;
  padding: 20px;
  width: 300px; 
  text-align: center;
}

.top-text,
.plan-title,
.price,
.details {
  margin-bottom: 5px;
}

.top-text,
.details {
  font-style: italic;
}

.plan-title {
  font-weight: bold;
  font-size: 18px;
}

.price {
  font-weight: bold;
  font-size: 14px;
}

.details {
  font-size: 12px;
}

button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

table {
  
  width: 100%;
}


td {
    padding: 10px;
    text-align: center;
  
}

th {
    background-color: #f0f0f0;
    text-align: left;
    padding: 10px;
}


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

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

 .choose-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0;
  }

  .choose-btn:hover {
    background-color: #333; 
  }
  .price{
    font-size: 2vw; 
    font-weight: bold;
}

.footnote {
  font-size: 14px;
  color: #666;
  margin-left: 45px;
}

.footnote a {
  color: #007bff;
  text-decoration: none;
}

.footnote a:hover {
  text-decoration: underline;
}
.plan {
      font-size: 5vw; 
    font-weight: bold;
}
.plandesc {
  font-size: 2vw; 
 font-weight: bold;
 text-align: center;
 white-space: pre-line;
}
.quota {
  font-size: 2vw; 
 font-weight: bold;
 padding-left:10px;
 padding-right: 10px;
 
}
.quotadesc {
  font-size: 1.5vw; 
  color : dimgray;
  white-space: pre-line;
  text-align: left;
}


.quota-container {
    display: flex;  
}

.plan-container {
  display: inline-flex; /* Use inline-flex to make container width based on content */
  flex-direction: column;
  align-items: center; 
  border: 2px solid grey;
  padding: 0 50px 0 ;
}

.plan-container > * {
  margin: 10px 0; 
}
.product-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  border: 2px solid grey;
}

.product-container > * {
  margin: 10px 0; 
}


.table-container {
  display: flex;
  justify-content: center;
  align-items: center; 

}


.plan-table {
  flex: 1; /* Make the .plan-table div take up all available space */
  display: flex;
  flex-direction: row;
}

.plan-table > div {
  flex: 1; /* Make each div inside .plan-table take up equal space */
  margin: 10px;
}

