.top-bar[data-v-218d1b7c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.top-bar .left-button[data-v-218d1b7c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  border: 1px solid #dfe1f2;
}
.top-bar .bar-title[data-v-218d1b7c] {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 32px;
}
.top-bar[data-v-218d1b7c] .ant-btn-background-ghost {
  background-color: #f0f2fd !important;
}


.page-container[data-v-0614efde] {
  padding: 20px;
}
.header[data-v-0614efde] {
  width: 100%;
}
.upgrade-options[data-v-0614efde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.option[data-v-0614efde] {
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 342px;
}
.option[data-v-0614efde]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.free[data-v-0614efde] {
  border: 1px solid #e0e0e0;
}
.pro[data-v-0614efde] {
  background-color: #e6f0ff;
  border: 1px solid #b3d9ff;
}
.pro-title[data-v-0614efde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.option-header[data-v-0614efde] {
  padding: 20px 20px 0px 20px;
}
.option-header h3[data-v-0614efde] {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
}
.option-header p[data-v-0614efde] {
  font-size: 14px;
  height: 40px;
  color: #4b5563;
}
.option-header h2[data-v-0614efde] {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.actions[data-v-0614efde] {
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  margin-bottom: 10px;
}
.btn[data-v-0614efde] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.btn-primary[data-v-0614efde] {
  background-color: #3f4fe4;
  color: white;
}
.btn-disabled[data-v-0614efde] {
  background-color: #3b3b3b;
  opacity: 0.5;
  color: white;
  border-color: #3b3b3b;
}
.btn-disabled[data-v-0614efde]:hover {
  background-color: #3b3b3b;
  opacity: 0.5;
  color: white;
  cursor: default;
}
.features[data-v-0614efde] {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
}
.features h4[data-v-0614efde] {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.features ul[data-v-0614efde] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features li[data-v-0614efde] {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.features .icon-check[data-v-0614efde] {
  color: #3f4fe4;
  margin: 4px 10px 0px 0px;
}
.accent[data-v-0614efde] {
  color: #3f4fe4;
  font-weight: bold;
}
.promo[data-v-0614efde] {
  width: 200px;
  color: #3f4fe4;
  text-decoration: underline;
  font-size: 12px;
}
.promo-img[data-v-0614efde] {
  width: 200px;
  height: 200px;
}
.coupon-input[data-v-0614efde] {
  text-align: center;
  margin: 10px 0px;
}
.coupon-input input[data-v-0614efde] {
  width: 80%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

