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 {
  display: grid;
  justify-content: center;
  margin-top: 60px;
  /* margin-bottom: 40px; */
  text-align: center;
  gap: 5px;
}
.css-kvddnkd p{
  font-size: 15px;
}
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: 25px;
}
.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;
}

@media (max-width: 768px) {
  th,
  td {
    padding: 10px;
  }

  button {
    padding: 0px 15px;
    font-size: 0.9em;
    height: 50px;
  }
  .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;
}