/* Start My Account Page */
.ng-account-page {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.ng-account-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(20, 35, 90, 0.08);
  border: 1px solid #edf0f7;
}

.ng-account-top {
  background: linear-gradient(135deg, #4b16c5 0%, #ff7f22 100%);
  padding: 40px 35px;
  position: relative;
}

.ng-account-top::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.ng-account-user {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.ng-account-avatar {
  width: 88px;
  height: 88px;
  min-width: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  border: 3px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ng-account-user-text h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 8px;
}

.ng-account-user-text p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 15px;
}

.ng-account-body {
  padding: 35px;
}

.ng-account-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #10214d;
  margin-bottom: 22px;
}

.ng-account-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.ng-account-info-item,
.ng-form-card {
  background: #f8f9fd;
  border: 1px solid #eceff6;
  border-radius: 18px;
  padding: 20px;
  transition: all 0.3s ease;
}

.ng-account-info-item:hover,
.ng-form-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(28, 44, 94, 0.08);
}

.ng-account-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #7c859d;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.ng-account-value {
  font-size: 18px;
  font-weight: 600;
  color: #10214d;
  word-break: break-word;
  line-height: 1.5;
}

.ng-account-meta {
  margin-top: 28px;
  padding: 18px 20px;
  background: #fff8f1;
  border: 1px solid #ffe2c6;
  border-radius: 16px;
  color: #8a5a22;
  font-size: 14px;
}

.ng-alert {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}

.ng-alert-success {
  background: #ecfdf3;
  border: 1px solid #b7ebc6;
  color: #146c43;
}

.ng-alert-error {
  background: #fff1f0;
  border: 1px solid #f5b5b0;
  color: #b42318;
}

.ng-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  margin-top: 35px;
}

.ng-form-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #10214d;
  margin-bottom: 18px;
}

.ng-form-group {
  margin-bottom: 16px;
}

.ng-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4f5d7a;
  margin-bottom: 8px;
}

.ng-form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #dfe5f2;
  border-radius: 12px;
  padding: 0 15px;
  font-size: 15px;
  color: #10214d;
  background: #fff;
  outline: none;
  transition: 0.3s ease;
  box-sizing: border-box;
}

.ng-form-control:focus {
  border-color: #4b16c5;
  box-shadow: 0 0 0 3px rgba(75, 22, 197, 0.08);
}

.ng-form-note {
  font-size: 13px;
  color: #7c859d;
  margin-top: 5px;
}

.ng-account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.ng-account-btn-primary {
  background: #4b16c5;
  color: #fff;
}

.ng-account-btn-primary:hover {
  background: #3b10a0;
  color: #fff;
  transform: translateY(-2px);
}

.ng-account-btn-outline {
  background: #fff;
  color: #4b16c5;
  border: 1px solid #d8dff0;
}

.ng-account-btn-outline:hover {
  background: #f4f6fc;
  color: #4b16c5;
}

.ng-account-btn-danger {
  background: #ff7f22;
  color: #fff;
}

.ng-account-btn-danger:hover {
  background: #e96c12;
  color: #fff;
  transform: translateY(-2px);
}

.ng-logout-wrap {
  margin-top: 25px;
}

.ng-password-wrap {
  position: relative;
}

.ng-password-wrap .ng-form-control {
  padding-right: 52px;
}

.ng-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #4b16c5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ng-password-toggle:focus {
  outline: none;
  box-shadow: none;
}

.ng-password-toggle:hover {
  opacity: 0.8;
}
.ng-forgot-password-link {
  margin-top: 12px;
}

.ng-forgot-password-link a {
  color: #4b16c5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.ng-forgot-password-link a:hover {
  color: #f97a05;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .ng-account-page {
    padding: 50px 0;
  }

  .ng-account-top,
  .ng-account-body {
    padding: 28px 22px;
  }

  .ng-account-user-text h2 {
    font-size: 28px;
  }

  .ng-account-info-grid,
  .ng-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ng-account-top {
    padding: 24px 18px;
  }

  .ng-account-body {
    padding: 22px 18px;
  }

  .ng-account-user {
    align-items: flex-start;
    gap: 15px;
  }

  .ng-account-avatar {
    width: 72px;
    height: 72px;
    min-width: 72px;
    font-size: 28px;
  }

  .ng-account-user-text h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .ng-account-user-text p {
    font-size: 14px;
  }

  .ng-account-section-title {
    font-size: 20px;
  }

  .ng-account-value {
    font-size: 16px;
  }

  .ng-account-info-grid {
    grid-template-columns: 1fr;
  }

  .ng-account-info-item {
    width: 100%;
  }

  .ng-form-grid {
    grid-template-columns: 1fr;
  }

  .ng-account-btn {
    width: 100%;
  }
}
/* End My Account Page */

/* Start Forgot password */
legend {
  display: none;
}

.ng-forgot-page {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.ng-forgot-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(20, 35, 90, 0.08);
  border: 1px solid #edf0f7;
}

.ng-forgot-top {
  background: linear-gradient(135deg, #4b16c5 0%, #ff7f22 100%);
  padding: 38px 32px;
  position: relative;
}

.ng-forgot-top::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.ng-forgot-top h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.ng-forgot-top p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.ng-forgot-body {
  padding: 35px 32px;
  background: #fff;
}

.ng-forgot-note {
  margin-bottom: 22px;
  padding: 16px 18px;
  background: #fff8f1;
  border: 1px solid #ffe2c6;
  border-radius: 14px;
  color: #8a5a22;
  font-size: 14px;
  line-height: 1.7;
}

.ng-forgot-body form {
  margin: 0;
}

.ng-forgot-body label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4f5d7a;
  margin-bottom: 8px;
}

.ng-forgot-body input[type="text"],
.ng-forgot-body input[type="email"],
.ng-forgot-body input[type="password"] {
  width: 100%;
  height: 52px;
  border: 1px solid #dfe5f2;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 15px;
  color: #10214d;
  background: #fff;
  outline: none;
  transition: 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.ng-forgot-body input[type="text"]:focus,
.ng-forgot-body input[type="email"]:focus,
.ng-forgot-body input[type="password"]:focus {
  border-color: #4b16c5;
  box-shadow: 0 0 0 3px rgba(75, 22, 197, 0.08);
}

.ng-forgot-body button,
.ng-forgot-body input[type="submit"],
button#reset-pass-submit {
  background: #4b16c5 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  border: 0;
  padding: 14px 24px;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: none;
}

.ng-forgot-body button:hover,
.ng-forgot-body input[type="submit"]:hover,
button#reset-pass-submit:hover {
  background: #f97a05 !important;
  color: #fff !important;
}

.ng-forgot-footer-link {
  margin-top: 22px;
}

.ng-forgot-footer-link a {
  color: #4b16c5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.ng-forgot-footer-link a:hover {
  color: #f97a05;
  text-decoration: underline;
}

.ng-forgot-body p,
.ng-forgot-body .message,
.ng-forgot-body .reset-pass,
.ng-forgot-body .login {
  font-size: 15px;
  color: #4f5d7a;
  line-height: 1.8;
}

.ng-forgot-body .message {
  background: #ecfdf3;
  border: 1px solid #b7ebc6;
  color: #146c43;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
}

.ng-forgot-body .error,
.ng-forgot-body .woocommerce-error,
.ng-forgot-body .um-field-error {
  background: #fff1f0;
  border: 1px solid #f5b5b0;
  color: #b42318;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}

.ng-forgot-body .submit input,
.ng-forgot-body form input[type="submit"],
.ng-forgot-body form button[type="submit"] {
  background: #4b16c5 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  height: auto !important;
}

.ng-forgot-body .submit input:hover,
.ng-forgot-body form input[type="submit"]:hover,
.ng-forgot-body form button[type="submit"]:hover {
  background: #f97a05 !important;
}

@media (max-width: 767px) {
  .ng-forgot-page {
    padding: 50px 0;
  }

  .ng-forgot-card {
    border-radius: 18px;
  }

  .ng-forgot-top {
    padding: 28px 20px;
  }

  .ng-forgot-top h2 {
    font-size: 26px;
  }

  .ng-forgot-body {
    padding: 24px 20px;
  }

  .ng-forgot-note {
    font-size: 13px;
  }

  .ng-forgot-body button,
  .ng-forgot-body input[type="submit"],
  button#reset-pass-submit {
    width: 100%;
  }
}
/* End Forgot password */

/* start Login & sign up popup */
.auth-password-wrap {
  position: relative;
}

.auth-password-wrap .form-control {
  padding-right: 52px;
}

.auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #4b16c5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.auth-password-toggle:hover {
  background: rgba(75, 22, 197, 0.08);
  color: #ff7f22;
}

.auth-password-toggle:focus {
  outline: none;
  box-shadow: none;
}

.auth-eye {
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* =========================
   Auth Modal Design
========================= */

.auth-modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(20, 35, 90, 0.18);
  background: #ffffff;
}

#loginModal .modal-dialog,
#signUpModal .modal-dialog {
  max-width: 520px;
}

#loginModal .modal-content,
#signUpModal .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
}

/* Header */
.auth-modal-content .modal-header {
  position: relative;
  padding: 26px 28px;
  border-bottom: none;
  background: linear-gradient(135deg, #4b16c5 0%, #ff7f22 100%);
}

.auth-modal-content .modal-header::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.auth-modal-content .modal-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2px;
}

.auth-modal-content .btn-close {
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
  opacity: 1;
  box-shadow: none !important;
}

/* Body */
.auth-modal-content .modal-body {
  padding: 28px;
  background: #ffffff;
}

/* Alerts */
.auth-modal-content .alert {
  border-radius: 14px;
  border: none;
  font-size: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.auth-modal-content .alert-success {
  background: #ecfdf3;
  color: #146c43;
  border: 1px solid #b7ebc6;
}

.auth-modal-content .alert-danger {
  background: #fff1f0;
  color: #b42318;
  border: 1px solid #f5b5b0;
}

/* Labels */
.auth-modal-content .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #23345f;
  margin-bottom: 8px;
}

/* Inputs */
.auth-modal-content .form-control {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #dfe5f2;
  background: #f9fbff;
  padding: 12px 16px;
  font-size: 15px;
  color: #10214d;
  box-shadow: none;
  transition: all 0.25s ease;
}

.auth-modal-content .form-control:focus {
  border-color: #4b16c5;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(75, 22, 197, 0.08);
}

.auth-modal-content .form-control::placeholder {
  color: #94a0b8;
}

/* Checkbox */
.auth-modal-content .form-check {
  margin-top: 6px;
  margin-bottom: 18px;
}

.auth-modal-content .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.18em;
  border: 1px solid #cfd8ea;
  box-shadow: none;
  cursor: pointer;
}

.auth-modal-content .form-check-input:checked {
  background-color: #4b16c5;
  border-color: #4b16c5;
}

.auth-modal-content .form-check-label {
  color: #51627f;
  font-size: 14px;
  cursor: pointer;
}

/* Buttons */
.auth-modal-content .theme-btn,
.auth-modal-content .theme-btn.bg-3,
.auth-modal-content .btn.theme-btn,
.auth-modal-content button[type="submit"] {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 14px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 24px rgba(75, 22, 197, 0.18);
}

.auth-modal-content .theme-btn,
.auth-modal-content .btn.theme-btn {
  background: linear-gradient(135deg, #4b16c5 0%, #5d25da 100%);
  color: #ffffff;
}

.auth-modal-content .theme-btn.bg-3 {
  background: linear-gradient(135deg, #ff7f22 0%, #ff9b4d 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(249, 122, 5, 0.22);
}

.auth-modal-content .theme-btn:hover,
.auth-modal-content .theme-btn.bg-3:hover,
.auth-modal-content .btn.theme-btn:hover,
.auth-modal-content button[type="submit"]:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  color: #ffffff;
}

/* Auth links */
.auth-links {
  margin-top: 18px !important;
}

.auth-links a {
  color: #4b16c5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.auth-links a:hover {
  color: #ff7f22;
  text-decoration: underline;
}

/* Spacing */
.auth-modal-content .mb-3 {
  margin-bottom: 18px !important;
}

/* Modal backdrop feel */
.modal.fade .modal-dialog {
  transition:
    transform 0.25s ease-out,
    opacity 0.25s ease-out;
}

.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal.fade .modal-dialog {
  transform: translateY(12px) scale(0.98);
}

/* Optional subtle text under title area */
.auth-modal-content .modal-body::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #4b16c5 0%, #ff7f22 100%);
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 767px) {
  #loginModal .modal-dialog,
  #signUpModal .modal-dialog {
    max-width: 100%;
    margin: 14px;
  }

  .auth-modal-content {
    border-radius: 18px;
  }

  .auth-modal-content .modal-header {
    padding: 22px 20px;
  }

  .auth-modal-content .modal-title {
    font-size: 24px;
  }

  .auth-modal-content .modal-body {
    padding: 22px 20px;
  }

  .auth-modal-content .form-control {
    height: 50px;
    font-size: 14px;
  }

  .auth-modal-content .theme-btn,
  .auth-modal-content .theme-btn.bg-3,
  .auth-modal-content .btn.theme-btn,
  .auth-modal-content button[type="submit"] {
    min-height: 50px;
    font-size: 15px;
  }
}

/* =========================
   Auth Choice Modal Design
========================= */

#authChoiceModal .modal-dialog {
  max-width: 480px;
}

#authChoiceModal .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(20, 35, 90, 0.18);
  background: #ffffff;
}

#authChoiceModal .modal-header {
  position: relative;
  padding: 26px 28px;
  border-bottom: none;
  background: linear-gradient(135deg, #4b16c5 0%, #ff7f22 100%);
}

#authChoiceModal .modal-header::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

#authChoiceModal .modal-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2px;
}

#authChoiceModal .btn-close {
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
  opacity: 1;
  box-shadow: none !important;
}

#authChoiceModal .modal-body {
  padding: 30px 28px 32px;
  text-align: center;
  background: #ffffff;
}

#authChoiceModal .modal-body::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #4b16c5 0%, #ff7f22 100%);
  margin: 0 auto 20px;
}

#authChoiceModal .modal-body p {
  font-size: 16px;
  color: #51627f;
  line-height: 1.7;
  margin-bottom: 22px !important;
}

#authChoiceModal .theme-btn,
#authChoiceModal .theme-btn.bg-3,
#authChoiceModal .btn.theme-btn {
  min-width: 140px;
  min-height: 52px;
  border: none;
  border-radius: 14px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
}

#authChoiceModal .theme-btn,
#authChoiceModal .btn.theme-btn {
  background: linear-gradient(135deg, #4b16c5 0%, #5d25da 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(75, 22, 197, 0.18);
}

#authChoiceModal .theme-btn.bg-3 {
  background: linear-gradient(135deg, #ff7f22 0%, #ff9b4d 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(249, 122, 5, 0.22);
}

#authChoiceModal .theme-btn:hover,
#authChoiceModal .theme-btn.bg-3:hover,
#authChoiceModal .btn.theme-btn:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  color: #ffffff;
}

#authChoiceModal .d-flex {
  gap: 14px !important;
}

/* animation */
#authChoiceModal.modal.fade .modal-dialog {
  transform: translateY(12px) scale(0.98);
  transition:
    transform 0.25s ease-out,
    opacity 0.25s ease-out;
}

#authChoiceModal.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}

/* mobile */
@media (max-width: 767px) {
  #authChoiceModal .modal-dialog {
    max-width: 100%;
    margin: 14px;
  }

  #authChoiceModal .modal-content {
    border-radius: 18px;
  }

  #authChoiceModal .modal-header {
    padding: 22px 20px;
  }

  #authChoiceModal .modal-title {
    font-size: 24px;
  }

  #authChoiceModal .modal-body {
    padding: 24px 20px 26px;
  }

  #authChoiceModal .modal-body p {
    font-size: 14px;
  }

  #authChoiceModal .theme-btn,
  #authChoiceModal .theme-btn.bg-3,
  #authChoiceModal .btn.theme-btn {
    width: 100%;
    min-width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  #authChoiceModal .d-flex {
    flex-direction: column;
    gap: 12px !important;
  }
}
/* start Login & sign up popup */

/* Set Password */
.somfrp-password-wrapper input[type="password"].som-password-input,
.somfrp-password-wrapper input[type="text"].som-password-input,
.somfrp-password-wrapper {
  width: 350px;
}

.somfrp-password-wrapper {
  position: relative;
}

.somfrp-password-wrapper .somfrp-eye-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  line-height: 1 !important;
  cursor: pointer;
}

.somfrp-password-wrapper .somfrp-eye-toggle:hover,
.somfrp-password-wrapper .somfrp-eye-toggle:focus {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.somfrp-password-wrapper .somfrp-eye-toggle i {
  font-size: 20px;
  color: #5b21b6 !important;
  display: inline-block;
  background: transparent !important;
}

.somfrp-password-wrapper input[type="password"],
.somfrp-password-wrapper input[type="text"] {
  padding-right: 46px;
}
.ng-forgot-body p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}

.ng-forgot-body p a {
  color: #f77922;
}

/* Set Password */

/* Search */
.candidate-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
  display: none;
}

.candidate-search-item {
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.candidate-search-item:hover {
  background: #f5f5f5;
}

.candidate-search-item img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}
.search-candidate {
  font-weight: 700;
  color: #262626;
  line-height: 1.1;
  font-size: 16px;
}

/* search */
