/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap"); */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
}

.hidden {
  display: none !important;
}

.custom_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.pricing_card_wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 100px;
}

.pricing_card_wrapper .pricing_card {
  border-radius: 10px;
  border: 2px solid #ebeff3;
  background: #fff;
  max-width: 428px;
  width: 100%;
  flex: 1 1 340px;
  padding: 24px 24px;
  position: relative;
}

.pricing_card_wrapper .pricing_card .pricing_card_header {
  margin-bottom: 25px;
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_title {
  color: var(--text-main-900, #0a0d14);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_price {
  color: var(--text-main-900, #0a0d14);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  font-size: 38px;
  font-weight: 500;
  line-height: 140%;
  /* 67.2px */
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_price_info {
  color: var(--text-soft-400, #868c98);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_description {
  color: #000;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 20px;
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_button,
.pricing_card_button {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 10px;
  border: 1px solid rgba(21, 93, 252, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%), rgba(21, 93, 252);
  box-shadow: 0 -2px 10px 0 rgba(255, 255, 255, 0.16) inset, 0 2px 0 0 rgba(255, 255, 255, 0.16) inset, 0 1px 2px 0 rgba(81, 57, 234, 0.28);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_most_popular {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: 29px;
  width: 144px;
  padding: 7px 21px 7px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #155dfc;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 15.4px;
  /* 140% */
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_current_plan {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background: #155dfc;
  outline: 3px solid #155dfc;
  outline-offset: -1px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
}

.pricing_card_wrapper .pricing_card .pricing_card_header .pricing_card_current_plan .free_days_limit {
  display: none;
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list_title {
  color: #000;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item .pricing_card_list_item_icon {
  background: var(--CheckboxColor) 1A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item .pricing_card_list_item_icon svg {
  width: 30.4px;
  height: 30.4px;
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item .pricing_card_list_item_icon svg rect,
.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item .pricing_card_list_item_icon svg path {
  fill: var(--CheckboxColor);
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item .pricing_card_list_item_text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
}

.pricing_card_wrapper .pricing_card .pricing_card_body .pricing_card_list .pricing_card_list_item .pricing_card_list_item_text .pricing_card_list_item_limit {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.pricing_card_wrapper .pricing_card.current_plan {
  border-color: #155dfc;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
}

.pricing_card_wrapper .pricing_card.current_plan .pricing_card_header .pricing_card_button {
  border-radius: 10px;
  border: 1px solid rgba(21, 93, 252, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%), #155dfc;
  box-shadow: 0 -2px 10px 0 rgba(255, 255, 255, 0.16) inset, 0 2px 0 0 rgba(255, 255, 255, 0.16) inset, 0 1px 2px 0 rgba(81, 57, 234, 0.28);
}

.pricing_card_button:hover {
  color: #FFFFFF;
}

.pricing_card_wrapper .pricing_card.current_plan .pricing_card_header .pricing_card_current_plan,
.pricing_card_current_plan {
  display: flex;
}

.pricing_card_wrapper .pricing_card.free_days .pricing_card_current_plan .free_days_limit,
.pricing_card_current_plan .free_days_limit {
  display: inline-block;
  color: #fffe43;
}

.pricing_card_wrapper .pricing_card.most_popular .pricing_card_header .pricing_card_most_popular {
  display: flex;
}

.plans_billing_container {
  /* margin-top: 100px; */
}

.plans_billing_container .plans_billing_title {
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; 
  margin-bottom: 32px;
}

.plans_billing_container .plans_billing_wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card {
  max-width: 320px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 10px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_header {
  background: #155dfc;
  color: #fff;
  padding: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body {
    padding: 24px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_info .plan_logo svg {
  width: 40px;
  height: 40px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_info .plan_details .plan_name {
  color: #101828;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .switch_plan {
  color: #155dfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 10px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .switch_plan:hover {
  text-decoration: underline;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_pricing {
  /* margin-bottom: 30px; */
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_pricing .pricing_label {
  color: #66696e;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_pricing .pricing_amount {
  color: #101828;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  /* 120% */
  margin-bottom: 9px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .plan_pricing .pricing_description {
  color: #4a5565;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
  margin-bottom: 22px;
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .proceed_payment_btn {
  display: flex;
  height: 40px;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #155dfc;
  background: #155dfc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.plans_billing_container .plans_billing_wrapper .plan_status_card .plan_status_body .proceed_payment_btn:hover {
  background: #034ef4;
}

.plans_billing_container .plans_billing_wrapper .key_features_box {
  flex-grow: 1;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #fff;
  padding: 20px;
  position: sticky;
  top: 10px;
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_title {
  color: #101828;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid ul {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: stretch;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;  
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid li .check_icon,
.key_features_box .check_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid .features_list li .check_icon svg rect,
.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid .features_list li .check_icon svg path {
  fill: var(--CheckboxColor);
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid li span {
  text-wrap: nowrap;
  word-wrap: break-word;
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid li .check_icon svg,
.key_features_box .check_icon svg {
  width: 30.4px;
  height: 30.4px;
}

.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid li .check_icon svg rect,
.key_features_box .check_icon svg rect,
.key_features_box .check_icon svg rect,
.plans_billing_container .plans_billing_wrapper .key_features_box .features_grid li .check_icon svg path,
.key_features_box .check_icon svg path {
  fill: var(--CheckboxColor);
}

@media (max-width: 992px) {
  .plans_billing_container .plans_billing_wrapper {
    flex-direction: column;
  }

  .plans_billing_container .plans_billing_wrapper .key_features_box{
    width: 100%;
  }
  .plans_billing_container .plans_billing_wrapper .plan_status_card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .plans_billing_container .plans_billing_wrapper .key_features_box .features_grid {
    flex-direction: column;
    gap: 0;
  }
}
/*# sourceMappingURL=style.css.map */
.pricing_card_actions .badge-success {
    width: 100%;
    display: flex;
    padding: 18px 18px 18px 18px;
    gap: 10px;
    border-radius: 14px;
    border: 1px solid #DBEAFE;
    background: linear-gradient(90deg, #EFF6FF 0%, #EEF2FF 100%);
    align-items: center;
    justify-content: space-between;
}

.pricing_card_actions .btn-danger {
  border-radius: 10px;
  padding: 10px 0;
  border: 1px solid #dc2626;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%), #dc2626;
  box-shadow: 0 -2px 10px 0 rgba(255, 255, 255, 0.16) inset, 0 2px 0 0 rgba(255, 255, 255, 0.16) inset, 0 1px 2px 0 rgba(81, 57, 234, 0.28);
}

.pricing_card_actions .badge-success .icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.pricing_card_actions .badge-success .next-invoice-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.pricing_card_actions .badge-success .next-invoice-date b {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.pricing_card_actions .badge-success .next-invoice-date span {
  color: #6A7282;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}