/********* start of @mixin variables ************/
/* start of custom-color variables */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
/* start of font variables */
/* start of block variables */
/* sizes variant */
/****** text-transform variables *******/
/**** alignment variables *****/
/**** position variables *****/
/********* box shadow variales ************/
.bodyParent {
  min-height: 100vh;
  height: max-content;
  display: flex;
  flex-direction: column;
}

.header-wrapper {
  z-index: 999;
}

.section-header {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.header-area {
  margin: 0 2rem;
  line-height: 1.5rem;
  color: #4A5568;
  font-weight: 400;
}
.header-area .email-label {
  font-weight: 500;
}

.form-control {
  border-radius: 0.5rem !important;
}
.form-control:disabled {
  color: #CBCAD7 !important;
}
.form-control.enlarge-selector {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 12rem;
}
.form-control.plan-category {
  height: auto;
}

.left-section {
  width: 55%;
  padding: 4rem 0;
  background-color: #ffffff;
  text-align: center;
}
.left-section > .left-wrapper {
  max-width: 75%;
  min-width: 50%;
}

.body-wrapper {
  padding: 2rem;
  background-color: #ffffff;
  text-align: center;
  min-width: 75%;
}

.section-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
}

.designation-parts > label {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: left;
}
.designation-parts .acc-ddl {
  text-align: left;
  margin-right: 1.875rem;
}
.designation-parts .acc-ddl span.field-validation-error {
  margin-left: 0.9375rem;
}

.custom-select-icon {
  background: url("./images/arrow-down-icon.svg") no-repeat center;
  background-size: 0.75rem;
  background-position: calc(100% - 1rem);
}

.small-header {
  font-weight: 400;
}

.large-message {
  color: #292F3E;
  font-size: 2.25rem;
  line-height: 4.1625rem;
  font-weight: 600;
}

.right-section {
  width: 45%;
  border: 1px solid #CBCAD7;
  padding: 4rem;
}

.custom-line {
  background-color: #CBCAD7;
}

.dashed-line {
  background: none;
  border-bottom: 1px dashed #CBCAD7;
}

.vertical-line {
  background-color: #F7F8FA;
  width: 1px;
  margin: 0 2rem;
}

.addon-wrapper {
  border-radius: 1.25rem;
  padding: 1rem;
  background: #F7F8FA;
  width: 22rem;
}

.addon-control {
  max-width: 25%;
}

.login-wrapper {
  height: inherit;
  background-color: #ffffff;
}
.login-wrapper > .container {
  padding: 2rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #F7F8FA;
  border-radius: 1rem;
  max-width: 35rem;
}

.img-fluid {
  height: 4rem;
  padding: 0.5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #F7F8FA;
  border-radius: 1rem;
}

.control-label {
  font-size: 1.25rem;
  font-weight: 500;
}

.otp-input input {
  height: 3.625rem;
  width: 3.625rem;
  font-size: 1.125rem;
  border: 1px solid #CBCAD7;
  outline: 0;
  color: #292F3E;
  border-radius: 0.5rem;
  text-align: center;
}
.otp-input input::-webkit-outer-spin-button, .otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.otp-validation ul {
  margin-left: 0 !important;
  padding-left: 0;
}
.otp-validation ul li {
  list-style-type: none;
  font-size: 0.875rem !important;
}

.subscription-details {
  font-size: 0.6875rem;
  color: #CBCAD7;
  line-height: 0.9375rem;
}

.text-danger {
  text-align: left;
  font-size: 0.875rem;
}

.addon-link {
  text-align: left;
  font-size: 0.875rem;
  color: #292F3E;
}
.addon-link:hover {
  text-decoration: underline;
  color: #292F3E;
}

.copyRight,
.contact-info,
.total-addons-labels {
  font-weight: 500;
}

.top-header {
  background-color: #ffffff;
  color: #292F3E;
  font-size: 0.875rem;
  font-weight: 500;
}
.top-header .container {
  min-height: 2.625rem;
}
@media (max-width: 991.98px) {
  .top-header .container {
    min-height: 0;
    padding: 0 0 0.5rem 0 !important;
  }
}

.phone-number-wrapper {
  left: 0.75rem;
}
.phone-number-wrapper > a {
  color: #ffffff !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}

.region-wrapper {
  right: 0.75rem;
  margin-top: -0.4375rem;
}

.input-password-group {
  position: relative;
}
.input-password-group input {
  padding-right: 1.875rem;
}
.input-password-group i {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  cursor: pointer;
  color: #CBCAD7;
  font-size: 1.2rem;
  width: 1.1875rem;
}

.inputIconHere .input-filed {
  padding-right: 3rem;
}

.plans-wrapper {
  margin: 2rem 5.625rem;
}
.plans-wrapper .category-link {
  font-weight: 600;
  color: #292F3E;
}

.createNewInvoiceAdd .createNewInvoice {
  border: 2px solid #519F66;
  border-radius: 1.25rem;
  text-align: center;
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  font-size: 1.125rem;
  font-weight: 600;
  color: #519F66;
}
.createNewInvoiceAdd .createNewInvoice:hover {
  background-color: #519F66;
  color: #ffffff;
}

.plans-list {
  background: #ffffff;
  border: 1px solid #F7F8FA;
  border-radius: 1.45rem;
  display: flex;
  flex-direction: column;
}

.tableSectionNew {
  overflow-x: auto;
}
.tableSectionNew .tableSectionRow {
  display: grid;
  grid-template-columns: 5% 25% 10% 10% 10% 10% 10% 10% 10%;
  padding-left: 1rem;
  padding-right: 1rem;
  grid-gap: 0;
  align-items: center;
  min-width: min-content;
}
.tableSectionNew .tableSectionRow.tableSectionHead {
  background-color: #F7F8FA;
  border: 2px solid #F7F8FA;
  border-bottom-width: 3px;
  border-radius: 1.3rem 1.3rem 0 0;
}
.tableSectionNew .tableSectionRow.tableSectionHead div {
  color: #CBCAD7;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  font-size: 0.875rem;
  text-align: left;
  letter-spacing: 0.05px;
  padding: 0.75rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: max-content;
}
.tableSectionNew .tableSectionRow.tableSectionHead div::first-letter {
  text-transform: uppercase;
}
.tableSectionNew .tableSectionRow.tableSectionHead div.textRight {
  text-align: right;
}
.tableSectionNew .tableSectionRow.tableSectionBody div {
  color: #CBCAD7;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
  font-style: normal;
  word-break: keep-all;
  hyphens: auto;
  white-space: wrap;
}
.tableSectionNew .tableSectionRow.tableSectionBody div a {
  color: #4A5568;
}
.tableSectionNew .tableSectionRow.tableSectionBody div a:hover {
  color: #519F66;
}
.tableSectionNew .tableSectionRow.tableSectionBody div.textRight {
  text-align: right;
}
.tableSectionNew .tableSectionRow.tableSectionBody div.textCenter {
  text-align: center;
}
.tableSectionNew .tableSectionRow.tableSectionBody.inactive div {
  color: #BDC5CD;
}
.tableSectionNew .tableSectionRow.tableSectionBody:hover {
  background-color: #F7F8FA;
}
.tableSectionNew .tableSectionRow.tableSectionBody > *:not(:first-child):not(:nth-child(2)):not(:last-child) {
  color: #CBCAD7;
  font-size: 0.875rem;
  font-weight: 500;
}
.tableSectionNew .tableSectionRow.tableSectionBody:last-child {
  border-radius: 0 0 1.45rem 1.45rem;
}
.tableSectionNew .tableSectionRow.dataNotFound {
  grid-template-columns: auto;
  justify-content: center;
  padding: 3.125rem 0;
}
.tableSectionNew .tableSectionRow.dataNotFound div {
  text-align: center;
  font-size: 1.25rem;
  color: #d52a3f;
}
.tableSectionNew .tableSectionContainer > div:not(:last-child) {
  border-bottom: 1px solid #F7F8FA;
}

.rght_header {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 0 3rem;
}

.dropdown-toggle,
.link_items,
.dropdown-item {
  color: #292F3E !important;
}
.dropdown-toggle:active,
.link_items:active,
.dropdown-item:active {
  color: #ffffff !important;
}

.sign_btn {
  margin: 0 1rem 0 0;
  color: #519F66;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 1px solid #519F66;
  text-align: center;
}
.sign_btn:hover {
  background-color: #519F66;
  color: #ffffff;
}

.started_btn {
  color: #ffffff;
  background: #519F66;
  border: 1px solid #519F66;
  border-radius: 0.625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.6rem 2rem;
  text-align: center;
}
.started_btn:hover {
  color: #292F3E;
  border-color: #519F66;
}
.started_btn.disabled, .started_btn:disabled {
  color: #ffffff;
  background-color: #CBCAD7;
  border: 1px solid #CBCAD7;
}

.non_started_btn {
  color: #292F3E;
  border-radius: 0.625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.6rem 2rem;
  text-align: center;
  border: 1px solid #292F3E;
}
.non_started_btn:hover {
  color: #519F66;
  border-color: #519F66;
}

.withoutBG {
  color: #519F66;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  text-decoration: underline;
}

.toast-container {
  position: fixed;
  top: 2rem;
  right: 0;
  z-index: 999999;
}
.toast-container .alert {
  opacity: 1;
  padding: 0.5rem 0.625rem 0.5rem 2.625rem;
  background: #CBCAD7;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.toast-container .alert::before {
  position: absolute;
  top: -0.75rem;
  transform: scale(0.32);
  left: -1.5rem;
  width: 5.625rem;
  height: 5.625rem;
  display: block;
}
.toast-container .alert .toast-title {
  font-weight: 700;
}
.toast-container .alert > * {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #CBCAD7;
}
.toast-container .alert > *:not(:last-child) {
  margin-bottom: 2px;
}
.toast-container .alert.alert-success {
  background: #B3D3BC;
}
.toast-container .alert.alert-success::before {
  content: url("./images/successCheck.svg");
}
.toast-container .alert.alert-success > * {
  color: #44AC21;
}
.toast-container .alert.alert-error {
  background: #F57E77;
}
.toast-container .alert.alert-error::before {
  content: url("./images/errorCross.svg");
}
.toast-container .alert.alert-error > * {
  color: #d52a3f;
}

.plan-wrapper {
  background: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  padding: 2rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #F7F8FA;
}
.plan-wrapper .control-label {
  font-size: 1rem;
}
.plan-wrapper .form-group {
  width: 23%;
  min-width: 15rem;
  margin-bottom: 1rem;
}
.plan-wrapper .form-group.features-section {
  width: 46%;
  margin-bottom: 0.5rem;
  height: 2.5rem;
}
.plan-wrapper .form-group.features-section .feature-title {
  width: -webkit-fill-available;
}
.plan-wrapper .form-group .checkbox,
.plan-wrapper .form-group .category-checkbox {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.plan-wrapper .form-section {
  gap: 2%;
}
.plan-wrapper .section-whapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border-radius: 1rem;
  background: #F7F8FA;
}
.plan-wrapper .imp-star {
  color: #d52a3f;
}

.features-section {
  margin-left: 2%;
}

.addon-label {
  font-weight: 600;
}

.addon-list {
  max-height: 19.25rem;
  overflow-y: auto;
  width: 105%;
  padding-right: 0.9rem;
}

.form-field {
  font-size: 0.8125rem;
  font-weight: 500;
}

.disabled-title,
.summary-section {
  color: #CBCAD7;
}

.features-summary-section {
  color: #4A5568;
}

.hidden-addons,
.addon-checkbox {
  display: none;
}

.custom-checkbox .checkbox-icon::before {
  content: "+";
  display: inline-block;
  font-size: 1.125rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #F7F8FA;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
}
.custom-checkbox input[type=checkbox]:checked + .checkbox-icon::before {
  content: "-";
  background-color: #292F3E;
  border-color: #ffffff;
  color: #ffffff;
}

.custom-number-input input::-webkit-outer-spin-button,
.custom-number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.custom-number-input .custom-number {
  width: 6.25rem;
  height: 3rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 2px solid #F7F8FA;
  outline: 0;
  padding: 0 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.radio-buttons input[type=radio] {
  border: 1px solid #4A5568;
  box-shadow: 0 0 0 1px #CBCAD7;
  appearance: none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  transition: all ease-in 0.2s;
  cursor: pointer;
}
.radio-buttons input[type=radio]:checked {
  background-color: #519F66;
  box-shadow: 0 0 0 1px #519F66;
}
.radio-buttons .radio-label {
  color: #4A5568;
}
.radio-buttons .radio-label.yes-no-label {
  margin-bottom: 0;
}

.custom-number-decrement,
.custom-number-increment {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0 0.75rem;
  margin: 0;
  height: 3rem;
  line-height: 0;
}

.custom-number-decrement {
  background-color: #F7F8FA;
}
.custom-number-decrement::before {
  content: url("./images/icon-minus.svg");
}

.custom-number-increment {
  border-radius: 0 0.5rem 0.5rem 0;
  border: 2px solid #F7F8FA;
}
.custom-number-increment::before {
  content: url("./images/icon-plus.svg");
}

.form-max-width {
  max-width: 30rem;
}

.addon-feature-image {
  width: 3rem;
  height: 3rem;
}

.addon-feature-image-small {
  width: 1.5rem;
  height: 1.5rem;
}

.addon-counter {
  background-color: #519F66;
  border-radius: 0.375rem;
  padding: 0 0.375rem;
  color: #ffffff;
  line-height: 1.2rem;
  margin: auto 0;
  font-size: 0.75rem;
}

.flex-equal-arrangement,
.main-content {
  flex: 1;
}
.flex-equal-arrangement.profile-wrapper,
.main-content.profile-wrapper {
  background-color: #ffffff;
}

.create-account-form {
  text-align: left;
}

.payment-details .payment-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  text-align: left;
}
.payment-details .payment-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.payment-details .payment-item .payment-title {
  color: #CBCAD7;
}
.payment-details .payment-item .payment-description {
  color: #000000;
  margin-left: 1rem;
  font-weight: 500;
}

.background-profile-image {
  content: url("./images/complete-profile-image2.svg");
  left: 35%;
  top: 20vh;
}

.finalStepsHeader {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.finalStepsHeader .finalStepsCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.finalStepsHeader .finalStepsCenter > * {
  margin: 0;
}
.finalStepsHeader .finalStepsCenter > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.finalStepsHeader .finalStepsLeft {
  position: absolute;
  top: -2.5rem;
}
.finalStepsHeader .finalStepsLeft .background-profile-title-image {
  content: url("./images/complete-profile-image1.svg");
  position: relative;
}
.finalStepsHeader .finalStepsLeft .circleWithArrow {
  position: relative;
}
.finalStepsHeader .finalStepsLeft .finalStepsInline {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: -1.875rem;
}

.pricing-review-header .start-title {
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 0rem 10rem 2rem 10rem;
}
.pricing-review-header .start-title b {
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
}
.pricing-review-header .start-title b:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(./images/line-long.svg) no-repeat 50%;
  background-size: 100% 100%;
}
.pricing-review-header .start-description {
  font-size: 1.25rem;
  font-weight: 400;
  color: #4A5568;
}
.pricing-review-header .container {
  padding-top: 3.5rem;
  padding-bottom: 7rem;
  color: #292F3E;
}

.applicationSuggestedPlans .card:hover, .applicationSuggestedPlans .card.active {
  background-color: #ffffff !important;
}
.applicationSuggestedPlans .card:before {
  content: none !important;
}

.pricing-review-main .applicationSuggestedPlans {
  margin-top: -5rem;
}
.pricing-review-main .applicationSuggestedPlans .flex-equal-arrangement {
  margin: 0 1rem !important;
}
.pricing-review-main .sign_btn {
  background-color: #ffffff !important;
}

.priceText > div:not(:last-child) {
  margin-bottom: 2.5rem;
}

.plansList > div:not(:last-child) {
  margin-bottom: 1rem;
}

.plan-title {
  font-size: 1.875rem;
  font-family: "DM Serif Display", serif;
}

.price-common-text {
  font-size: 1rem;
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #4A5568;
  min-height: 3rem;
}
.price-common-text .h2 {
  font-size: 2.25rem;
}

.plan-select {
  margin-top: 1rem;
}
.plan-select .started_btn {
  background-color: #ffffff;
  color: #519F66;
  border-radius: 0.375rem;
  min-width: 13.438rem;
  padding: 0.438rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.plan-select .started_btn:hover {
  background-color: #B3D3BC;
}

.card-item.is-popular .plan-select .started_btn {
  background-color: #519F66;
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.card-item.is-popular .plan-select .started_btn:hover {
  background-color: #f8f9fa;
  color: #519F66;
}

.plan-cost {
  margin-top: 1.5rem;
}
.plan-cost .h2 {
  font-family: "DM Serif Display", serif;
}

.addons-list-icon {
  width: 2rem;
  height: 2rem;
}

select:required:invalid {
  color: #CBCAD7;
}

select,
option {
  color: #292F3E;
}

.hidden {
  display: none;
}

.field-validation-error {
  color: #d52a3f;
  text-align: left;
  font-weight: normal;
  font-size: 0.875rem;
  display: block;
}

em {
  font-weight: bold;
  margin: 0 0.2rem 0 0;
}

.alert {
  padding: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}
.alert.warning {
  background-color: #E86D13;
}

.closebtn {
  margin-left: 0.9375rem;
  color: #ffffff;
  font-weight: bold;
  float: right;
  font-size: 1.375rem;
  line-height: 1.25rem;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: #000000;
}

/** media css **/
@media (max-width: 767.98px) {
  .phone-number-wrapper {
    display: none;
  }
  .top-header .container {
    min-height: auto;
  }
  .left-section,
  .right-section {
    width: 100%;
    padding: 1rem;
    border: none;
  }
  .left-section .left-wrapper {
    max-width: 100%;
  }
  .left-section .left-wrapper .designation-parts {
    flex-direction: column;
  }
  .left-section .left-wrapper .designation-parts > * {
    margin: 0;
  }
  .left-section .left-wrapper .designation-parts > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .left-section .left-wrapper .designation-parts > * select {
    margin: 0;
  }
  .body-wrapper {
    padding: 1rem;
    border: none;
    max-width: 100%;
  }
  .body-wrapper .designation-parts {
    flex-direction: column;
  }
  .body-wrapper .designation-parts > * {
    margin: 0;
  }
  .body-wrapper .designation-parts > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .body-wrapper .designation-parts > * select {
    margin: 0;
  }
  .large-message {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .finalStepsHeader {
    padding-top: 0;
  }
  .finalStepsHeader .finalStepsLeft {
    display: none;
  }
}
.cart-item-total {
  margin-left: 0.625rem;
  white-space: nowrap;
}

select.form-control.plan-category, select.form-control.plan-category:not([size]):not([multiple]) {
  height: auto;
}

.radio-label.yes-no-label {
  margin-bottom: 0;
}

.logo-minimal {
  max-height: 42px;
}

/*# sourceMappingURL=pricing.css.map */
