/* 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;
}

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

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

#searchpopup h5 {
  color: #fff;
  text-align: center;
}

#searchpopup .modal-body label {
  color: #fff;
  text-align: center;
}

/* 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;
}

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

#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;
    }
}
