/* Shared shell rules retained for active non-redesigned member pages. */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* header start */
.custom-container {
  position: relative;
}

.menu {
  right: 0%;
  display: flex;
  align-items: center;
}

.menu a {
  color: white;
  margin: 20px !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.menu a:hover {
  text-decoration: underline;
  /* Add underline on hover */
  color: white;
  /* Change text color on hover */
}

.login-button {
  background-color: #0000007d;
  /* Set the background to transparent */
  color: white;
  /* White text color */
  padding: 10px 20px;
  /* Padding around the text */
  border: 1px solid white;
  /* Add a border for visibility */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

/* header finish */
/* dashboard page css start */
.dashboard-menu li {
  /* position: relative;
  top: 10px; */
  font-size: 22px;
  /* margin-bottom: 16px; */
  margin-right: 69px;
}

.dashboard-menu li a {
  color: inherit;
  text-decoration: none;
}

.margin-right-15 {
  margin-right: 15px;
}

/* dashboard page css end */

/* Subscription  page css start */
.subscription-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  /* padding: 20px; */
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.subsription-card-title {
  border-radius: 14px 13px 0px 0px;
  color: #fff;
}

.stripe-input-fields {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.font-weight-bolder {
  font-weight: bolder;
}

.margin-bottom-none {
  margin-bottom: 0px !important;

}

.subscription-ul {
  margin-left: 0px;
  line-height: 36px;
  font-size: 20px;
}

.main-color,
.main-color:hover {
  background-color: #327F5C;
}

.main-color-card-1 {
  background-color: #5B6F53;
}

.main-color-card-last {
  background-color: #635E6D;
}

.main-blue-color {
  background-color: rgb(25, 39, 240);
}

/* Subscription  page css end */


.profile-container {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.profile-details {
  flex: 1;
  margin-left: 30px;
  vertical-align: text-top;
}

.profile-details h2 {
  margin-top: 0;
}

.profile-image {
  width: 350px;
  border-radius: 50%;
}

.profile-image img {
  width: 100%;
}

.action-buttons {
  display: flex;
  align-items: center;
}

.like-icon {
  margin-left: 10px;
  color: red;
}

.home-pg-relation_type {
  /* margin-left: 47px; */
  background-color: #fff;
  color: black;
  padding: 15px;
  border-radius: 15px;
  /* width: 400px; */
}

.home-pg-relation_type .radio {
  width: 100% !important;
}

/* profile page css start */

.info-block {
  border: 1px solid #ede9e9b3;
  box-shadow: 5px 5px 15px rgb(25 39 240 / 25%);
}

.edit-row-setting {
  text-align: end;
  margin-right: 16px;
  font-size: 25px;
}

/* profile page css end */
.cursor-pointer {
  cursor: pointer;
}

.profile-details span {
  font-size: 22px;
  font-weight: normal;
}


.register-detail-font-size {
  font-size: 20px;

}

.red-color {
  color: red;
}

.top-27px {
  top: 27px;
}


.pg-welcome-button {
  padding: 11px 70px;
  font-size: larger;
  font-weight: bolder;
}


.pg-welcome-title {
  text-align: center;
  margin-bottom: 21px;
}

.wrong-password {
  border: 1px solid red;
  border-radius: 15px;
  top: -174px;
  left: 492px;
  background-color: #ffffff85;
  padding: 6px;
  line-height: 16px;
}

.wrong-password ul {}

.wrong-password ul li {
  margin-bottom: 5px;
}

.text-align-left {
  text-align: left;
}

.noneq-question-padding-bt-21 {
  padding: 0px 0px 13px 0px !important;
}

.text-white {
  color: #fff;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.offset-col-6 {
  margin-right: auto;
  margin-top: 12px;
}

.ml-10px {
  margin-left: 10px;
}

.line-height-14px {
  line-height: 14px;
  width: 100%;
}

.no-shrink {
  height: 24px;
  flex-shrink: 0;
}


.checkbox-height {
  height: 20px;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Create a custom checkbox */
.custom-checkbox input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

/* Custom checkbox style */
.custom-checkbox input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background: #fff;
}

/* Checked state */
.custom-checkbox input[type="checkbox"]:checked+label:before {
  background: rgb(25, 39, 240);
  border-color: rgb(25, 39, 240);
}

/* Removing the tick mark */
.custom-checkbox input[type="checkbox"]:checked+label:after {
  content: '';
}

.add-validation-class {
  border: 3px solid red !important;
}

.margin-0-auto {
  margin: 0 auto;
}

.sub-show-detials {
  display: inline-block;
  width: 123px !important;
}

.font-size-small {
  font-size: small;
}

.main-bg-green {
  background-color: #1e5a32;
  color: white;
}

.main-text-green {
  color: #1e5a32;
}

.main-green-border {
  border: 1px solid #327F5C;
}

.btn-plan:hover {
  border: 1px solid rgb(25, 39, 240);
  background-color: rgb(25, 39, 240);
}

.text-font-size-12px {
  /* font-size:12px; */
  margin-top: 58px !important;
}

.text-font-size-16px {
  font-size: 16px;
}

.text-font-size-43px {
  font-size: 34px;
}

.text-font-size-19px {
  font-size: 19px;
}

.logo-heading-title h1 {
  font-size: 1.3rem !important;
}

#ShowNotificationAlert .modal-content,
#afterActivatePopup .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#ShowNotificationAlert .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#ShowNotificationAlert .modal-body h5 {
  color: #e39f62;
  text-align: center;
}

#ShowNotificationAlert .modal-body h1 {
  color: #e39f62;
  text-align: center;
}

#waitForApprovalImage .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#waitForApprovalImage .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#waitForApprovalImage .modal-body h1 {
  color: #fff;
  text-align: center;
}

.swal2-popup.nt-photo-review-dialog {
  width: min(calc(100% - 2rem), 36rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #0f2438;
  background: #fffcf6;
  border: 1px solid #d9e0e8;
  border-radius: 1.5rem;
  box-shadow: 0 28px 80px rgba(8, 18, 30, 0.42);
}

.nt-photo-review-dialog .nt-photo-review-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  color: #806126;
  background: #f7edda;
  border-color: #d5a83f;
}

.nt-photo-review-dialog .nt-photo-review-icon .swal2-icon-content {
  font-size: 2.15rem;
  font-weight: 800;
}

.nt-photo-review-dialog .nt-photo-review-copy {
  margin: 0;
  color: #34465a;
  font-size: 1rem;
  line-height: 1.6;
}

.nt-photo-review-dialog .nt-photo-review-copy p {
  color: inherit;
}

.nt-photo-review-dialog .nt-photo-review-actions {
  margin: 1.5rem 0 0;
}

.nt-photo-review-dialog .nt-photo-review-continue {
  min-width: min(100%, 13rem);
  min-height: 48px;
  padding: 0.7rem 1.2rem;
  color: #fff;
  background: #0f2438;
  border: 2px solid #0f2438;
  border-radius: 0.75rem;
  font-weight: 800;
}

.nt-photo-review-dialog .nt-photo-review-continue:hover {
  background: #1d3b59;
}

.nt-photo-review-dialog .nt-photo-review-continue:focus-visible {
  outline: 3px solid #d5a83f;
  outline-offset: 3px;
}

#showCancelSubscriptionNotification .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#showCancelSubscriptionNotification .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#showCancelSubscriptionNotification .modal-body h5 {
  color: #e39f62;
  text-align: center;
}

#showCancelSubscriptionNotification .modal-body h1 {
  color: #e39f62;
  text-align: center;
}

.text-font-size-13px {
  font-size: small;
}

.nt-match-choice { --nt-choice-blue: var(--nt-color-focus, #1d5f91); color: var(--nt-color-text, #16222c); }
.nt-match-choice .modal-dialog { width: min(620px, calc(100% - 32px)); max-width: 620px; margin: 16px auto; }
.nt-match-choice .modal-content { max-height: calc(100dvh - 32px); overflow: auto; overscroll-behavior: contain; border: 1px solid var(--nt-color-border, #d8e0e5); border-top: 5px solid var(--nt-choice-blue); border-radius: 20px; background: #fffcf6; box-shadow: 0 24px 70px rgba(8, 18, 30, .28); }
.nt-match-choice form { min-width: 0; }
.nt-match-choice .modal-body { padding: clamp(24px, 4vw, 34px) clamp(20px, 4vw, 36px) 24px; }
.nt-match-choice__heading { max-width: 510px; }
.nt-match-choice__eyebrow { margin: 0 0 8px; color: var(--nt-choice-blue); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.nt-match-choice h2 { margin: 0; color: var(--nt-color-brand-900, #0f2438); font: 700 clamp(1.55rem, 3vw, 2rem)/1.2 var(--nt-font-family-display, Georgia, serif); }
.nt-match-choice #matchChoiceDescription { margin: 12px 0 0; color: var(--nt-color-text-muted, #5a6670); font-size: 1rem; line-height: 1.55; }
.nt-match-choice__options { display: grid; gap: 12px; min-width: 0; margin: 26px 0 0; padding: 0; border: 0; }
.nt-match-choice__option { position: relative; min-width: 0; }
.nt-match-choice__option input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.nt-match-choice__option label { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 14px; min-height: 86px; margin: 0; padding: 17px 18px; border: 1px solid var(--nt-color-border, #d8e0e5); border-radius: 14px; color: var(--nt-color-text, #16222c); background: #fff; cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
.nt-match-choice__option label:hover { border-color: #9bb7cf; background: #fbfdff; }
.nt-match-choice__option label > span:last-child { min-width: 0; display: grid; gap: 5px; }
.nt-match-choice__option strong { color: var(--nt-color-brand-900, #0f2438); font-size: 1rem; line-height: 1.25; }
.nt-match-choice__option small { color: var(--nt-color-text-muted, #5a6670); font-size: .92rem; line-height: 1.4; }
.nt-match-choice__radio { width: 22px; height: 22px; display: grid; place-items: center; border: 2px solid #8a9bad; border-radius: 50%; background: #fff; }
.nt-match-choice__radio::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--nt-choice-blue); transform: scale(0); transition: transform 160ms ease; }
.nt-match-choice__option input:checked + label { border-color: var(--nt-choice-blue); background: #eef5fb; box-shadow: 0 0 0 1px rgba(29, 95, 145, .08); }
.nt-match-choice__option input:checked + label .nt-match-choice__radio { border-color: var(--nt-choice-blue); }
.nt-match-choice__option input:checked + label .nt-match-choice__radio::after { transform: scale(1); }
.nt-match-choice__option input:focus-visible + label { outline: 3px solid var(--nt-color-focus, #1d5f91); outline-offset: 3px; }
.nt-match-choice__actions { display: flex; justify-content: flex-end; gap: 10px; padding: 0 clamp(20px, 4vw, 36px) clamp(22px, 4vw, 30px); border: 0; }
.nt-match-choice__button { min-width: 120px; min-height: 46px; padding: 10px 22px; border: 1px solid var(--nt-choice-blue); border-radius: 11px; font: inherit; font-weight: 700; line-height: 1.2; cursor: pointer; }
.nt-match-choice__button--secondary { color: var(--nt-choice-blue); background: transparent; }
.nt-match-choice__button--primary { color: #fff; background: var(--nt-choice-blue); }
.nt-match-choice__button:hover { filter: brightness(.94); }
.nt-match-choice__button:focus-visible { outline: 3px solid var(--nt-color-focus, #1d5f91); outline-offset: 3px; }
.nt-match-choice__button:disabled { cursor: wait; opacity: .68; }
.nt-match-choice form[aria-busy="true"] { cursor: wait; }
@media (max-width: 520px) { .nt-match-choice .modal-dialog { width: min(100% - 24px, 620px); margin: 12px auto; } .nt-match-choice .modal-content { max-height: calc(100dvh - 24px); border-radius: 17px; } .nt-match-choice .modal-body { padding: 22px 18px 18px; } .nt-match-choice__options { margin-top: 20px; } .nt-match-choice__option label { min-height: 82px; padding: 15px; } .nt-match-choice__actions { display: grid; grid-template-columns: 1fr; padding: 0 18px 20px; } .nt-match-choice__button { width: 100%; } .nt-match-choice__button--primary { grid-row: 1; } }
@media (max-height: 600px) { .nt-match-choice .modal-dialog { align-items: flex-start; } .nt-match-choice .modal-body { padding-top: 18px; padding-bottom: 16px; } .nt-match-choice__options { margin-top: 16px; } .nt-match-choice__option label { min-height: 70px; padding-block: 12px; } }
@media (prefers-reduced-motion: reduce) { .nt-match-choice, .nt-match-choice .modal-dialog, .nt-match-choice__option label, .nt-match-choice__radio::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

/* Hide the Google Translate toolbar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Hide the Google Translate pop-up box */
body {
  top: 0px !important;
}

/* Hide the Google Translate placeholder */
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-te-menu-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget-icon {
  display: none !important;
}

/* Hide the Google Translate logo */
.goog-logo-link {
  display: none !important;
}

.skiptranslate {
  display: none;
}

.btn-login-home {
  background-color: #1e5a32 !important;
  border: 1px solid #1e5a32 !important;
  color: white;
}

#otpVerificationModal .modal-content {
  border-radius: 38px;
}

.nt-impersonation-banner {
    position: sticky;
    top: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: #7c2d12;
    color: #fff;
    text-align: center;
}

.nt-impersonation-banner p,
.nt-impersonation-banner form {
    margin: 0;
}

.nt-impersonation-banner button {
    min-height: 2.75rem;
    padding: 0.5rem 1rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: #7c2d12;
    font-weight: 700;
}

@media (max-width: 47.99rem) {
    .nt-impersonation-banner {
        flex-direction: column;
        gap: 0.5rem;
    }
}
