:root {
  --white: #ffffff;
  --dark: #000000;
  --primary-yellow: #ffd700;
  --secondary-yellow: #f0b83c;
  --yellow-f7dc82: #f7dc82;
  --primary-color: var(--primary-yellow);
  --text-181818: #181818;
  --text-3a3531: #3a3531;
  --text-092e31: #092e31;
  --text-174137: #174137;
  --text-1e0f0c: #1e0f0c;
  --text-453e35: #453e35;
  --text-cfe7ca: #cfe7ca;
  --color-43615f: #43615f;
  --transition: 0.45s ease-in;
  --border: 1px solid #dfdede;
  --border-color: #dfdede;
  --body-bg: #f3f1ee;
  --ff-inter-tight: "Inter Tight", sans-serif;
  --ff-instrument-serif: "Instrument Serif", serif;
}
.pricingSecion .heading_area {
  margin-bottom: 96px;
  max-width: 590px;
}
.pricingSecion .item {
  width: calc(25% - 32px);
  padding: 32px 16px;
}
.pricingSecion .itemParent {
  justify-content: end;
}
.pricingSecion .healthierYou .itemParent .item {
  min-height: 176px;
}
.pricingSecion .healthierYou .item .icon img {
  max-height: 40px;
  max-width: 40px;
}
.pricingSecion .healthierYou .item .icon {
  margin-right: 8px;
}

.mealPlannerPricing .table > :not(caption) > * > * {
  padding: 8px;
  color: var(--text-453e35);
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  background-color: rgba(255, 255, 255, 0.27);
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
  box-shadow: none;
}
.mealPlannerPricing .table tr > *:first-child {
  padding-left: 0;
  text-align: start;
}
.mealPlannerPricing .table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  background-color: transparent;
}

.mealPlannerPricing .table tbody tr:last-child td {
  background-color: transparent;
  border-bottom: none;
}
.mealPlannerPricing .table {
  table-layout: fixed;
}
.mealPlannerPricing .table th {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--text-453e35);
  padding-bottom: 16px;
  padding-top: 41px;
  background-color: transparent !important;
  --bs-table-bg-type: none !important;
}
.mealPlannerPricing .table tbody tr:first-child th {
  padding-top: 24px;
}

.mealPlannerPricing .table .sbBtn {
  background-color: var(--yellow-f7dc82);
  border-radius: 29px;
  min-height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--text-3a3531);
  padding: 5px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 24px;
}

.signUpstep {
  display: none;
}
.signUpstep.active {
  display: block;
}
.signUpstep .imgCol,
.signUpstep .detailsCol {
  width: calc(50% - 33px);
}
.signUpstep .imgCol {
  margin-right: 66px;
}
.signUpstep .btnContainer {
  display: flex;
}
.signUpstep .btnContainer ._btn {
  /*  width: 100%;
  min-height: 64px;
  background-color: #ffc943;
  padding: 5px; */
}
.signUpstep .btnContainer .signUpPrev {
  width: 65px;
  min-width: 65px;
  margin-right: 16px;
  background-color: var(--yellow-f7dc82);
}
.signUpstep .btnContainer .signUpPrev img.icon {
  margin: 0;
  transform: rotate(180deg);
}
.signUpstep .imgCol .ratio {
  min-height: 680px;
}
.signUpstep .imgCol img {
  object-fit: cover;
  object-position: center center;
}

.signUpstep .options .option:not(:last-child) {
  margin-bottom: 8px;
}
.signUpstep .option .form-control,
.signUpstep .option .labelDefult,
.signUpstep .option label {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.signUpstep .option .form-control,
.signUpstep .option label:not(.labelDefult) {
  border-radius: 8px;
  min-height: 64px;
  text-align: center;
  color: var(--text-181818);
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
}
.signUpstep .option .form-control:focus,
.signUpstep .option .btn-check:checked + .btn {
  background: linear-gradient(#fff, #fff),
    linear-gradient(208.95deg, #ff7658 0%, #6c5dfe 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.signUpstep .option .form-control {
  text-align: start;
  padding-left: 32px;
  padding-right: 32px;
}
.signUpstep .option .form-control:focus {
  box-shadow: none;
}
.signUpstep .option .form-control::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.signUpstep .option .form-control::-ms-input-placeholder {
  color: #b1b1b1;
}
.signUpstep .options .form-check .form-check-input {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  margin-top: 0;
  border-radius: 3px;
  /* border: 1px solid #dedede; */
}
.signUpstep .options .form-check .form-check-input,
.signUpstep .options .form-check-label {
  cursor: pointer;
}
.signUpstep .formPrivacyPolicy p,
.signUpstep .options .form-check-label {
  color: #565656;
}
.signUpstep .formPrivacyPolicy p a,
.signUpstep .formPrivacyPolicy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.signUpstep .formPrivacyPolicy p a {
  font-weight: 500;
  color: #ff7658;
  text-decoration: underline;
}
.signUpstep .formPrivacyPolicy {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
#encoderCustomCommentsBlock .commenterDetails .avatar {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: var(--text-174137);
  color: var(--white);
  font-size: 12px;
}
