﻿.user-registration .user-registration-error {
  border: 1px solid #f2c4c4;
  background: #fff5f5;
  color: #8a1f1f;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
}

.user-registration .user-registration-error ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-registration .user-registration-error li + li {
  margin-top: 6px;
}

.user-registration .ur-frontend-form {
  border-radius: 12px;
}

.user-registration.horizontal {
  direction: rtl;
}

.user-registration .user-registration-MyAccount-navigation {
  margin: 0 0 18px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: none;
}

.user-registration .user-registration-MyAccount-navigation::-webkit-scrollbar {
  display: none;
}

.user-registration .user-registration-MyAccount-navigation ul {
  align-items: center;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
  border: 1px solid rgba(44, 123, 229, 0.13);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(21, 58, 112, 0.08);
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  min-width: max-content;
  padding: 8px;
}

.user-registration .user-registration-MyAccount-navigation-link {
  margin: 0;
  padding: 0;
}

.user-registration .user-registration-MyAccount-navigation-link a {
  align-items: center;
  border-radius: 13px;
  color: #40516b;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
  min-height: 38px;
  padding: 0 14px;
  text-decoration: none;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.user-registration .user-registration-MyAccount-navigation-link a::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 15px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  opacity: 0.72;
  width: 15px;
}

.user-registration .user-registration-MyAccount-navigation-link--dashboard a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.5 10 4l7 6.5V17a1 1 0 0 1-1 1h-4v-5H8v5H4a1 1 0 0 1-1-1v-6.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.5 10 4l7 6.5V17a1 1 0 0 1-1 1h-4v-5H8v5H4a1 1 0 0 1-1-1v-6.5Z'/%3E%3C/svg%3E");
}

.user-registration .user-registration-MyAccount-navigation-link--edit-profile a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-7 7.2C3.8 13.8 6.4 12 10 12s6.2 1.8 7 5.2c.2.8-.5 1.3-1.2 1.3H4.2c-.7 0-1.4-.5-1.2-1.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-7 7.2C3.8 13.8 6.4 12 10 12s6.2 1.8 7 5.2c.2.8-.5 1.3-1.2 1.3H4.2c-.7 0-1.4-.5-1.2-1.3Z'/%3E%3C/svg%3E");
}

.user-registration .user-registration-MyAccount-navigation-link--edit-password a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6a4 4 0 0 1 8 0v2h1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1Zm2 0h4V6a2 2 0 1 0-4 0v2Zm2 3a1.5 1.5 0 0 0-.7 2.83V15h1.4v-1.17A1.5 1.5 0 0 0 10 11Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6a4 4 0 0 1 8 0v2h1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1Zm2 0h4V6a2 2 0 1 0-4 0v2Zm2 3a1.5 1.5 0 0 0-.7 2.83V15h1.4v-1.17A1.5 1.5 0 0 0 10 11Z'/%3E%3C/svg%3E");
}

.user-registration .user-registration-MyAccount-navigation-link--user-logout {
  margin-right: auto;
}

.user-registration .user-registration-MyAccount-navigation-link--user-logout a {
  color: #b33b3b;
}

.user-registration .user-registration-MyAccount-navigation-link--user-logout a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3h6a1 1 0 0 1 1 1v2H9V5H5v10h4v-1h2v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm9.6 3.4 3.9 3.9-3.9 3.9-1.4-1.4 1.5-1.5H8v-2h5.7l-1.5-1.5 1.4-1.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3h6a1 1 0 0 1 1 1v2H9V5H5v10h4v-1h2v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm9.6 3.4 3.9 3.9-3.9 3.9-1.4-1.4 1.5-1.5H8v-2h5.7l-1.5-1.5 1.4-1.4Z'/%3E%3C/svg%3E");
}

.user-registration .user-registration-MyAccount-navigation-link a:hover,
.user-registration .user-registration-MyAccount-navigation-link.is-active a {
  background: #fff;
  box-shadow: 0 9px 22px rgba(33, 104, 181, 0.14);
  color: #1769c2;
  transform: translateY(-1px);
}

.user-registration .user-registration-MyAccount-navigation-link--user-logout a:hover {
  color: #d63638;
}

.user-registration .user-registration-profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 18px;
}

.user-registration .user-registration-img-container {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eef2ff;
}

.user-registration .user-registration-nick-name {
  opacity: 0.7;
  font-size: 13px;
}

.user-registration .user-registration-profile-header h3,
.user-registration .user-registration-profile-header header {
  margin: 0;
}

.user-registration #ur-frontend-form .ur-form-row,
.user-registration #ur-frontend-form .ur-form-grid {
  width: 100%;
}

.user-registration form input,
.user-registration form textarea,
.user-registration form select {
  margin-bottom: 0.75rem;
}

@media (max-width: 640px) {
  .user-registration .user-registration-MyAccount-navigation {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .user-registration .user-registration-MyAccount-navigation ul {
    border-radius: 16px;
    gap: 6px;
    padding: 7px;
  }

  .user-registration .user-registration-MyAccount-navigation-link a {
    font-size: 12px;
    min-height: 36px;
    padding: 0 11px;
  }
}
