body {
  /* font-family: Arial, sans-serif; */
  background: #e0f2ff14;
  margin: 0;
  font-size: 18px;
}

.pricing-table {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow-x: auto;
  font-family: system-ui;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}

thead {
  background: #2196f3;
  color: #fff;
}

/* th {
  font-size: 1.2em;
} */

.check {
  color: green;
  font-size: 15px;
  font-weight: 800;
}

.cross {
  color: red;
  font-size: 15px;
  font-weight: 800;
}

button {
  padding: 12px 40px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
}

.btn-free {
  background-color: #4caf50;
  color: white;
}

.btn-free:hover {
  background-color: #359239;
}

.btn-buy {
  background-color: #f44336;
  color: white;
}
.css-web-ekgnie8 {
  font-size: 22px;
  font-weight: 600;
  padding: 0px 2px;
}
table td {
  font-size: 14px;
}

.css-kvddnkd {
  margin: 0px 5px;
  display: grid;
  justify-content: center;
  margin-top: 60px;
  /* margin-bottom: 40px; */
  text-align: center;
  gap: 5px;
}
.css-kvddnkd p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #607D8B;
}
h4 {
  font-size: 24px;
  margin-bottom: 0;
}
.css-vldmvdl {
  background: aliceblue;
  /* color: white; */
  /* padding: 5px; */
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid lightblue;
}
.css-kdvmdkm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  padding: 5px 0px;
  gap: 15px;
}
.css-kdvmdkm:not(.active):hover {
  background: #e0f1ff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.css-cscbsjjf {
  display: grid;
}
.css-dkvndkvn {
  font-size: 15px;
  font-weight: 500;
}
.css-ovlsls {
  font-size: 14px;
}
.css-kdvmdkm.active {
  background: cornflowerblue;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 4px 0px;
  color: white;
  margin: 2px;
}
.css-vvdmlkmdk {
  color: #09750d;
  font-weight: 500;
}
.css-kdvmdkm.active .css-vvdmlkmdk {
  color: #fcff7a;
  font-weight: 500;
}
.css-kdvmdkm input {
  width: 20px;
  height: 20px;
}
.css-vkdnvk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-right: none;
}
.css-kvldmdk {
  display: none;
  background: black;
  color: white;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  width: 180px;
  font-size: 15px;
  margin-left: 25px;
  margin-top: -20px;
}
.css-kggeedun {
  padding: 3px;
  cursor: pointer;
}
.css-vdkdngn:hover .css-kvldmdk {
  display: block;
}
.css-vnmdnkgnrk {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.css-vmkdvdk {
  padding: 25px;
}
.css-vmkdvdk h4 {
  text-align: center;
}
.css-vkdvdkyy {
  padding-top: 25px;
  display: grid;
  gap: 20px;
}
.css-lvdmdmvdku p {
  font-size: 15px;
  display: grid;
  gap: 8px;
  margin: 8px 0;
}
.css-lvdmdmvdku h6 {
  font-size: 16px;
  margin: 5px 0;
}
.css-fkenf {
  margin-top: 15px;
  font-size: 16px;
  padding: 0px 75px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 22px;
  opacity: 0.7;
  font-family: system-ui;
}
.css-mvkdkm {
  font-size: 13px;
  padding: 20px;
  color: #878787;
  text-align: center;
  margin-top: 25px;
}
/* Loader container */
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
}

/* Loader text */
.loader-text {
  font-size: 15px;
  text-align: center;
  position: absolute;
  font-weight: 600;
  color: blue;
  width: min-content;
}

/* Loader animation */
.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid blue;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}

.css-vfkuuffeeq,
.css-djfbdfjdyfbd {
  margin-top: 10px;
  font-size: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0);
  opacity: 0;
  height: 0;
}
.css-vfkuuffeeq.show,
.css-djfbdfjdyfbd.show {
  transform: scale(1);
  opacity: 1;
  height: 100%;
}
.css-djfbdfjdyfbd {
  margin-top: 5px;
}
.css-vkvkfky {
  background: forestgreen;
  color: white;
  padding: 1px 4px;
  border-radius: 5px;
  font-weight: 600;
}
.css-lvpufnekqq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: scale(0);
  z-index: 100000;
}
.css-lvpufnekqq.show {
  opacity: 1;
  transform: scale(1);
}
.css-lblfrrh {
  background: white;
  box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0.5);
}
.css-biufkjttd {
  width: 100%;
  display: flex;
  justify-content: end;
  border-bottom: 1px solid lightgray;
}
.css-vmkddtyyn {
  padding: 10px !important;
  background: none !important;
  font-size: 17px !important;
}
.css-vvkfjjfyytut {
  overflow: auto;
  padding: 15px;
}
.css-bkrirrke {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 5px;
  align-items: center;
}
.css-obmbyrr {
  font-weight: 700;
  font-size: 18px;
  background: darkgreen;
  color: white;
  border-radius: 10px;
  padding: 0px 15px;
}
.css-kblfuitit {
  font-size: 15px;
  text-align: center;
  padding: 10px 25px 5px 25px;
}
.css-vjdjdtyy {
  color: blue;
  font-weight: 500;
  cursor: pointer;
}

.css-vklrttrddeejk {
  font-weight: 600;
}
.css-vjkfllfeef {
  color: darkgreen;
}
.css-vkldkddeejk {
  background: darkgreen;
  font-weight: 600;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
}
.css-vkldkddussjk {
  padding: 2px 8px;
  background: coral;
  color: white;
  border-radius: 3px;
  font-weight: 600;
}
.css-ivufvfjf {
  display: grid;
}
.css-ofpflfppER {
  padding: 12px;
  background: #80808047;
  font-weight: 600;
  border: none;
  border-left: 1px solid #ccc;
  font-size: 16px;
  font-size: 17px;
}
.css-yfufklopfY {
  background: #80808047;
  border: none;
}
.css-vgrmifkfmnf {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.css-vvbgrmifkfmnf {
  display: flex;
  column-gap: 35px;
}
.css-fvbgifkfmnf {
  box-shadow: 0px 0px 3px 2px rgb(3 169 244 / 20%);
  padding: 35px 25px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 330px;
  padding-bottom: 20px;
}
.css-fvbgifkfmnf.active{
  box-shadow: 0px 0px 3px 2px rgb(3 169 244 / 50%);
  border: 1px solid #2196f387;
}
.css-fghcncmlk {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.css-vbifkfmnf {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.css-yhffmkl {
  font-size: 48px;
  font-weight: 600;
  color: #d70000;
  font-family: "Roboto";
}
.css-thfmnfk {
  font-size: 14px;
  font-family: system-ui;
  opacity: 0.75;
  font-weight: 500;
  color: #002639;
}
.css-ifkffmnf {
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.css-ujflfkmfjui {
  display: flex;
  align-items: end;
  gap: 8px;
  font-size: 14px;
  /* font-weight: 500; */
}
.css-ujflfkmfjui span {
  font-family: system-ui;
}
.css-ujflfkmfjui span i {
  color: green;
}
.css-ifkfmnf {
  margin-top: 10px;
  display: flex;
}
.css-ifvfkfmnf {
  width: 100%;
  background: green;
  color: white;
  border-radius: 6px;
  min-height: 46px;
  font-family: system-ui;
}
.css-ifvfkfmnf:hover {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate(1px, -2px);
}
.css-eetejkj{
  display:none;
  height: 0;
  overflow: hidden;
}
.css-eetejkj.active{
  display:flex;
  animation: heightAnimation 0.3s ease-in-out forwards;
}

.css-iffvkfmnf{
  display: flex;
  justify-content: center;
  margin: 40px 0;
  margin-bottom: 0;
}
.css-vnmdnkgnrk{
  margin-top: 0;
}
body:has(.css-eetejkj.active) .css-iffvkfmnf{
  margin-bottom: 40px;
}
body:has(.css-eetejkj.active) .css-vnmdnkgnrk{
  margin-top: 40px;
}
body:has(.css-eetejkj.active) .css-iffvkfmnf i{
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: rotate(180deg);
}
.css-lvdmdmvdku{
  box-shadow: 0px 0px 3px 0px rgb(103 208 255 / 46%);
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
}
.css-rflfmngjg{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Css-yhflkfmnf{
  display: none !important;
}
.css-lvdmdmvdku.active .Css-yhflkfmnf{
  display: block !important;
}
.css-lvdmdmvdku.active .css-rflfmngjg{
  margin-bottom: 12px;
}

.css-ifgfkfmnf{
  background: none;
  border: 1px solid #6dc9ff7d;
  border-radius: 5px;
  display: flex;
  align-items: end;
  gap: 10px;
  font-family: system-ui;
  outline: none;
  cursor: pointer;
  color: #004983;
  font-weight: 500;
}
.css-ifgfkfmnf:hover{
  background: #00488304;
  border: 1px solid #6dc9ff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate(1px, -1px);
}

@keyframes premiumGlow {
  0% {
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
  }

  50% {
      box-shadow: 0 0 15px rgba(0, 123, 255, 0.3);
  }

  100% {
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
  }
}

@keyframes heightAnimation {
  0% {
      height: 20%;
  }

  50% {
    height: 50%;
  }

  100% {
    height: auto;
  }
}


.css-fvbgifkfmnf.active {
  animation: premiumGlow 2s ease-in-out infinite;
}

@media (max-width: 768px) {
  @keyframes premiumGlow {
    0% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
    }
  
    50% {
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
    }
  
    100% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
    }
  }

  .css-lvdmdmvdku{
    box-shadow: 0px 0px 3px 1px rgb(103 208 255 / 41%);
    border-radius: 12px;
    padding: 15px 15px;
  }
  .css-rflfmngjg{
    gap: 20px;
  }
  .css-eetejkRj{
    margin: 5px;
    width: calc(100% - 10px);
  }

  th,
  td {
    padding: 10px;
  }
  .css-vvbgrmifkfmnf{
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    width: 100%;
    margin: 0 20px;
  }
  .css-ifgfkfmnf{
    width: calc(100% - 50px);
    justify-content: center;
    align-items: center;
  }
  button {
    padding: 0px 15px;
    font-size: 0.9em;
    height: 50px;
  }
  .css-fvbgifkfmnf{
    min-width: 85%;
    width: 90%;
    padding: 15px 20px;
  }
  .css-lvpufnekqq {
    align-items: end;
    transform: translateY(100%);
  }
  .css-lvpufnekqq.show {
    transform: translateY(0%);
  }
  .css-vvkfjjfyytut {
    height: 500px;
  }
}
@media (max-width: 500px) {
  table td {
    font-size: 15px;
  }
  .css-vldmvdl {
    width: 350px;
  }
  th,
  td {
    padding: 20px 10px;
  }
}

@media (max-width: 400px) {
  .css-kdvmdkm {
    gap: 10px;
  }
  .css-dkvndkvn {
    font-size: 13px;
  }
  table td {
    font-size: 14px;
  }
  section {
    padding: 5px;
  }
  th,
  td {
    padding: 20px 10px;
  }
  .css-fkenf {
    padding: 0;
  }
  .css-vmkdvdk {
    padding: 15px;
  }
  .css-vldmvdl {
    width: 300px;
  }
}

/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.css-ghdjdjhhe td {
  padding: 10px !important;
}
