@charset "UTF-8";
.pricing-page .pricing-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.pricing-page .pricing-table thead p {
  color: var(--text-color);
}
.pricing-page .pricing-table thead .trial-plan span {
  color: rgb(14, 170, 108);
  background: rgba(14, 170, 108, 0.12);
}
.pricing-page .pricing-table thead .main-plan {
  position: relative;
  overflow: hidden;
}
.pricing-page .pricing-table thead .main-plan:after {
  content: "تدفــــع سنـــــوياً";
  position: absolute;
  left: -39px;
  top: 25px;
  transform: rotate(-45deg);
  background: var(--secondary-color);
  width: 170px;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
}
.pricing-page .pricing-table thead .main-plan .tax {
  color: var(--blue-color);
}
.pricing-page .pricing-table thead .main-plan .price span {
  color: var(--primary-color);
}
.pricing-page .pricing-table .info td p {
  color: var(--text-color);
  font-size: 14px !important;
}
.pricing-page .pricing-table .info td span {
  color: var(--blue-color);
  background: rgba(10, 58, 130, 0.08);
}
.pricing-page .pricing-table tr td:not(:empty) {
  border-width: 1px 1px 0 0;
}
.pricing-page .pricing-table tr td:last-of-type {
  border-width: 1px 1px 0;
}
.pricing-page .pricing-table tr:last-of-type td:first-of-type {
  border-radius: 0 0 16px 0;
}
.pricing-page .pricing-table thead tr:first-of-type td:not(:empty):nth-child(2) {
  border-radius: 0 16px 0 0;
}
.pricing-page .pricing-table thead tr:first-of-type td:not(:empty):nth-child(4) {
  border-radius: 16px 0 0 0;
}
.pricing-page .pricing-table tbody tr:last-of-type td {
  border-width: 1px 1px 1px 0;
}
.pricing-page .pricing-table td {
  border-color: rgb(217, 217, 217);
  vertical-align: center;
}
.pricing-page .pricing-table td .plan-name {
  color: var(--blue-color);
}
.pricing-page .pricing-table td .fa-minus {
  color: var(--text-color);
}
.pricing-page .pricing-table td .fa-check,
.pricing-page .pricing-table td .fa-circle-check {
  color: var(--blue-color);
}
.pricing-page .pricing-table td .limited {
  color: var(--text-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box {
  border: 1px solid rgb(217, 217, 217);
  background: var(--light-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box .content p {
  color: var(--text-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box .tax {
  color: var(--blue-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box.trial-plan .price {
  color: rgb(14, 170, 108);
  background: rgba(14, 170, 108, 0.12);
}
.pricing-page .mobile-prices-table .content-wrapper .box.main-plan {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pricing-page .mobile-prices-table .content-wrapper .box.main-plan:after {
  content: "تدفــــع سنـــــوياً";
  position: absolute;
  left: -39px;
  top: 25px;
  transform: rotate(-45deg);
  background: var(--secondary-color);
  width: 170px;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  z-index: -1;
}
.pricing-page .mobile-prices-table .content-wrapper .box.main-plan .tax {
  color: var(--blue-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box.main-plan .price span {
  color: var(--primary-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li {
  color: var(--blue-color);
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li.active > div {
  margin-bottom: 20px;
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li.active ul {
  max-height: 1000px;
  border-color: rgb(217, 217, 217);
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li.active .fa-chevron-down {
  transform: rotate(180deg);
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li ul {
  border-top: 1px solid transparent;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li ul li p {
  padding: 10px;
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li ul li:not(:last-of-type) {
  border-bottom: 1px solid rgb(217, 217, 217);
}
.pricing-page .mobile-prices-table .content-wrapper .box .view-plan-details .main-plan-details > li ul p {
  border-left: 1px solid rgb(217, 217, 217);
  flex: 1;
}
.pricing-page .plans-info .box {
  background: rgba(10, 58, 130, 0.06);
}
.pricing-page .plans-info .box .fa-circle-check {
  color: var(--blue-color);
}
.pricing-page .plans-info .box span {
  color: var(--black-color);
}
.pricing-page .payment-ways .content-wrapper .box {
  background: var(--light-color);
  box-shadow: 0 5px 38px rgba(10, 58, 130, 0.16);
}/*# sourceMappingURL=pricing.css.map */