

.upload-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
}
.form_change_password_wrapper {
  padding: 20px;
  text-align: center;
  background-color: #eee4e1;
  border-radius: 5px;
}
.form_change_password_wrapper input{
  outline: 0 !important;
  border-radius: 4px;
  box-shadow: none !important;
  border-radius: 10px;
  border: 2px solid #7b7b7b !important;
  transition: 0.25sease-in-out;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  background: #fff !important;
  line-height: 21px;
  color: #7b7b7b;
  height: 43px;
  font-family: "Assistant", sans-serif !important;
}
.form_change_password_wrapper input[type="submit"] {
  color: #fff !important;
  border-radius: 4px;
  background-color: #9d6282 !important;
  transition: 0.3sease -in-out;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 20px;
  font-weight: normal;
  height: auto;
  font-family: "Assistant", sans-serif !important;
}
.form_change_password_wrapper  p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#account .woocommerce-MyAccount-content header {
    display: none;
}
.woocommerce-MyAccount-content {
    max-width: 960px !important; 
}

main#account table.subscription_details a.cancel {
    display:none !important;
}

table.shop_table.subscription_details tr td {
    padding: 5px;
}
.payment-block {
  display: flex;
  flex-direction: column;
  width: 230px;
  box-shadow: 0 16px 32px 0 rgba(89, 89, 89, 0.2);
  border: 2px solid #9d6282;
  border-radius: 4px;
}
.payment-block .payment-header {
    min-height: 140px;
}
.payment-block .btn.invert {
  width: 90% !important;
  margin: auto auto 0 auto;
  color: #fff;
  border-radius: 4px;
  background-color: #9d6282;
  transition: 0.3s ease-in-out;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 20px;
  font-weight: normal;
  height: auto;
  font-family: "Assistant", sans-serif;
  left: 0%;
  transform: none;
}
.payment-block button.btn.invert.loading::after {
      left: 20% !important;
      right: unset !important;
}
.payment-block.active-subscription {
    border: 3px solid #5b8290;
    /* box-shadow: 0 0 10px rgba(76, 175, 80, 0.5); */
}
.payment-block.active-subscription .payment-header {
    border-bottom: 2px solid #5b8290;
}
.payment-block > form {
    margin-top: auto;
}

.payment-footer .btn {
    padding: 10px 20px;
    font-size: 16px;
}
.payment-block button.current-subscription,
.payment-block button.switch-subscription-btn {
    margin: 0;
    position: absolute;
    bottom: 1.5rem;
    width: calc(100% - 3rem);
    left: 1.5rem;
    background-color: #ae819a;
    color: #fff;
    font-weight: normal;
    border: 0 !important;
    padding: 7px 10px;
    border-radius: 5px;
}
.payment-block button.current-subscription {
    background-color: #5b8290;
}
.payment-block .btn.invert:hover {
  color: #fff;
  background-color: #ae819a;
}

/* Modal Styles */
.modal.confirm-switch {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Make sure it's on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width to cover entire viewport */
    height: 100%; /* Full height to cover entire viewport */
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    justify-content: center; /* Align items in the center horizontally */
    align-items: center; /* Align items in the center vertically */
    overflow: auto; /* Allow scrolling if content overflows */
    display: flex; /* Using flexbox for centering */
}

.search-by {
    position: relative;
    z-index: 1;
}
.lead-filter-tabs {
    display: flex;
    margin-bottom: 20px;
}
.lead-filter-button {
    margin-left: 10px;
    padding: 6px 16px;
    font-size: 14px;
    background: #eee;
    border: none;
    cursor: pointer;
}
#account table.shop_table_responsive tr td {
    text-align: right;
}
.lead-filter-button.active {
    background: #000;
    color: #fff;
}
.lead-buttons {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.lead-btn {
    min-width: 85px;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}
 
.lead-btn.mark-completed {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.lead-btn:hover {
    background-color: #d9534f;
    color: #fff;
    border-color: #d43f3a;
}

.lead-btn.mark-completed:hover {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
}
.not_loggin_mess {
    font-weight: 700;
}


/* Smaller Modal Content */
.modal.confirm-switch .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px; /* Smaller width for the modal */
    width: auto; /* Allow it to adjust automatically */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    text-align: center;
}

/* Modal Text */
.modal.confirm-switch .modal-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

/* Buttons */
.modal.confirm-switch button {
    background-color: #007cba; /* Blue background */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 5px;
    transition: background-color 0.3s ease;
}

.modal.confirm-switch button:hover {
    background-color: #005a87; /* Darker blue on hover */
}

.modal.confirm-switch button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.modal.confirm-switch .close-modal {
    background-color: #f44336; /* Red background for close button */
}

.modal.confirm-switch .confirm-switch {
    background-color: #9d6282; /* Green background for confirm button */
}

.modal.confirm-switch .close-modal:hover,
.modal.confirm-switch .confirm-switch:hover {
    background-color: #333; /* Darken on hover */
}

/* Additional Mobile Responsiveness */
@media (max-width: 600px) {
    .modal.confirm-switch .modal-content {
        max-width: 90%; /* Allow more width on smaller screens */
    }
}


div.nsl-container.nsl-container-block .nsl-container-buttons {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(145px, auto)) !important;
  gap: 10px; /* Adjust the value to your desired spacing */
}

div.nsl-container .nsl-button-facebook[data-skin="light"] {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25) !important;
  color: RGBA(0, 0, 0, 0.54) !important;
}
.tax-product_cat .category-description {
  margin-bottom: 2rem;
  padding: 1rem 0;
}
button#resendOtpBtn {
  background: none;
  color: #7b7b7b;
  font-size: 18px;
}

.resend-wrapper {
  margin-top: 0.5rem;
}

body.is-cropper-open {
  overflow: hidden;
  touch-action: none;
}

ul#loginTabs {
    margin: 0;
}
ul#loginTabs .nav-link {
  color: #7b7b7b;
}

ul#loginTabs .nav-link.active {
  color: #ae819a;
}

.set-images:not(:first-child) .deleteSet {
  margin-top: 10px;
  display: block;
  background: url(../images/delete.png) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#cropper-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
  padding: 16px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

#cropper-container {
  width: min(560px, 100%);
  max-height: calc(100dvh - 32px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 50px rgba(0,0,0,0.35);
  text-align: center;
}

.cropper-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.cropper-close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 0;
  background: rgba(0,0,0,0.06);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.cropper-body {
  padding: 12px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 260px;
}

#image-to-crop {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cropper-footer {
  display: flex;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.08);
  flex: 0 0 auto;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

.cropper-footer button {
  flex: 1 1 0;
  padding: 10px 14px;
  background-color: #9d6282;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

.cropper-footer button#reset-crop {
  background: rgba(0,0,0,0.08);
  color: #111;
}

#phase4 .cover-image-a .a-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 180px;
}
input#cover_photo {
  top: 30px;
}




#user-exists-popup, 
#phone-exists-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    text-align: center;
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 30px 20px;
    max-width: 400px;
    margin: 100px auto;
    border-radius: 5px;
}

.popup-content .close-popup {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup-content a {
    margin-top: 20px;
    display: inline-block;
}

.custom-modal {
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex; align-items: center; justify-content: center;
}

.custom-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.custom-modal button {
    margin: 10px;
    padding: 8px 16px;
    cursor: pointer;
}

#confirm-delete {
    background: #e63946; 
    color: white;
}

#cancel-delete {
    background: #ccc;
}
.press-slider-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.swiper-press {
  padding: 0 20px 40px 20px;
  position: relative;
  direction: rtl;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  box-sizing: border-box;
}
.swiper-press .swiper-wrapper {
  display: flex;
  align-items: stretch;
}



.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-press .swiper-button-next,
.swiper-press .swiper-button-prev {
  color: #9d6282;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 5px rgba(225,255,255,0.15);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}


.swiper-press .swiper-button-next::after,
.swiper-press .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
}


.swiper-press .swiper-button-prev {
  right: -12px;
  left: auto;
}

.swiper-press .swiper-button-next {
  left: -12px;
  right: auto;
}

.swiper-press .swiper-pagination {
  text-align: center;
  margin-top: 15px;
}

.swiper-press .swiper-pagination-bullet {
  background: #fff;
  border: 2px solid #9d6282;
  opacity: 1;
}

.swiper-press .swiper-pagination-bullet-active {
  background: #9d6282;
    
}

/* === Overlay === */
.signup-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: inherit;
}

.signup-loader__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58); 
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-loader__box {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 28px;
  max-width: 380px;
  width: 90%;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  text-align: center;
  direction: rtl;
}

.signup-loader__spinner {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 999px;
  border: 4px solid #e5e7eb;
  border-top-color: #6366f1;
  animation: signup-spin 0.9s linear infinite;
}

@keyframes signup-spin {
  to { transform: rotate(360deg); }
}

.signup-loader__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.signup-loader__message {
  font-size: 14px;
  color: #4b5563;
  min-height: 20px;
  margin-bottom: 14px;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.signup-loader__progress {
  margin-bottom: 8px;
}

.signup-loader__hint {
  font-size: 12px;
  color: #9ca3af;
}

/* Login form has no <label> above the field (only a placeholder), so the
   base .eye-see top:37px sits too low. Center the eye inside the input. */
#login_form .eye-see {
  top: 50%;
  transform: translateY(-50%);
}

.signup-loader__message.is-fading {
  opacity: 0;
}


@media (max-width: 768px) {

  .swiper-press .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
    td.lead-actions {
        margin-bottom: 40px;
    }
  input#profile_image {
    position: absolute;
    width: 79%;
    height: 83%;
    cursor: pointer;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .file-container.profile_image.position-relative.pt-5 {
    width: auto;
    max-width: 50%;
    margin: auto;
    }
    #cropper-modal {
        padding: 10px;
        align-items: flex-start;
    }

    #cropper-container {
        max-height: calc(100dvh - 20px);
        border-radius: 14px;
    }

    .cropper-body {
        min-height: 220px;
        padding: 10px;
    }

    .cropper-footer {
        padding: 10px;
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
    }

}


