i {
  display: flex;
}

.my-account-inner {
  display: grid;
  gap: 32px;
  align-items: stretch;
  grid-template-columns: 260px minmax(0, auto);
  min-block-size: 100vh;
}

/**********************************************/
/*******              menue              ******/
/**********************************************/
.sepidsolar-account-toggle {
  display: none;
}

.my-account-navigation {
  border: 1px solid var(--Neutral---100, #ebebeb);
  border-radius: 0;
  background: #fff;
  display: flex;
  min-inline-size: 280px;
  flex-direction: column;
  block-size: 100%;
}

.my-account-user {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
  padding: 8px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  border-radius: 8px;
  background: #fff;
  margin: 12px 12px 10px 12px;
}

.my-account-user__avatar {
  flex: 0 0 42px;
  inline-size: 42px;
  block-size: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: #e9eaeb;
}

.my-account-user__avatar img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.my-account-user__body {
  min-inline-size: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  text-align: start;
  margin-inline-end: 4px;
}

.my-account-user__name,
.my-account-user__email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-account-user__name {
  color: var(--Neutral---800, #292929);
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}

.my-account-user__email {
  color: var(--Neutral---500, #666);
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
  direction: ltr;
  text-align: start;
}

.my-account-user__chevron {
  flex: 0 0 12px;
  inline-size: 12px;
  block-size: 12px;
  background: var(--Neutral---500, #666);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5 6 7.5 8.5 5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5 6 7.5 8.5 5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.my-account-nav-group {
  padding: 12px 12px;
  border-top: 1px dashed var(--Neutral---100, #ebebeb);
}

.my-account-nav-group--secondary {
  padding: 0 12px;
  margin-bottom: 32px;
  border-top: unset;
}

.my-account-nav-group--secondary {
}

.my-account-nav-title {
  display: block;
  line-height: 150%;
  margin-bottom: 8px;
  padding-inline: 8px;
  color: var(--Greyscale-300, #a1a1a1);
  text-align: start;
  font-size: 10px;
  font-weight: 500;
  /* 15px */
}

.my-account-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.my-account-navigation ul a,
.my-account-navigation ul form {
  list-style-type: none;
  border-radius: 8px;
  display: flex;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  color: var(--Neutral---500, #666);
}

.my-account-navigation ul a[aria-current="page"] {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: var(--Greyscale-5, #f9f9f9);
  box-shadow: 0 0 0 2px #fff inset, 0 1px 1px 0 rgba(44, 54, 53, 0.03);
  color: var(--Greyscale-900, #141414);
}

.my-account-navigation ul a[aria-current="page"] > li {
  color: var(--Greyscale-900, #141414);
}
.my-account-navigation ul a li,
.my-account-navigation ul form .solardev-delete-account {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: unset;
  border: unset;
  padding: unset;
  inline-size: 100%;
  color: var(--Greyscale-500, #727272);
  text-align: start;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.12px;
}

.my-account-navigation ul a li::before,
.my-account-navigation ul form .solardev-delete-account::before {
  content: "";
  inline-size: 20px;
  block-size: 20px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.my-account-navigation ul a:hover {
  background: #fafafa;
  color: var(--Neutral---800, #292929);
}

.my-account-navigation ul form {
  margin: 0;
  color: var(--Neutral---500, #666);
}

.my-account-navigation ul form:hover {
  background: #fafafa;
  color: var(--Neutral---800, #292929);
}

.my-account-navigation ul form .solardev-delete-account {
  cursor: pointer;
}

.woocommerce-MyAccount-navigation-link--edit-account {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjgzMzcgMTcuNUMxNS44MzM3IDE2LjczNCAxNS42ODI4IDE1Ljk3NTQgMTUuMzg5NiAxNS4yNjc3QzE1LjA5NjUgMTQuNTU5OSAxNC42NjY4IDEzLjkxNjkgMTQuMTI1MSAxMy4zNzUyQzEzLjU4MzQgMTIuODMzNSAxMi45NDA0IDEyLjQwMzkgMTIuMjMyNiAxMi4xMTA3QzExLjUyNDkgMTEuODE3NiAxMC43NjY0IDExLjY2NjcgMTAuMDAwMyAxMS42NjY3QzkuMjM0MjggMTEuNjY2NyA4LjQ3NTc0IDExLjgxNzYgNy43NjgwMSAxMi4xMTA3QzcuMDYwMjcgMTIuNDAzOSA2LjQxNzIxIDEyLjgzMzUgNS44NzU1NCAxMy4zNzUyQzUuMzMzODYgMTMuOTE2OSA0LjkwNDE4IDE0LjU1OTkgNC42MTEwMyAxNS4yNjc3QzQuMzE3ODggMTUuOTc1NCA0LjE2Njk5IDE2LjczNCA0LjE2Njk5IDE3LjVNMTAuMDAwMyA5LjE2NjY3QzkuMTE2MjcgOS4xNjY2NyA4LjI2ODQyIDguODE1NDggNy42NDMzIDguMTkwMzZDNy4wMTgxOCA3LjU2NTIzIDYuNjY2OTkgNi43MTczOSA2LjY2Njk5IDUuODMzMzNDNi42NjY5OSA0Ljk0OTI4IDcuMDE4MTggNC4xMDE0MyA3LjY0MzMgMy40NzYzMUM4LjI2ODQyIDIuODUxMTkgOS4xMTYyNyAyLjUgMTAuMDAwMyAyLjVDMTAuODg0NCAyLjUgMTEuNzMyMiAyLjg1MTE5IDEyLjM1NzMgMy40NzYzMUMxMi45ODI1IDQuMTAxNDMgMTMuMzMzNyA0Ljk0OTI4IDEzLjMzMzcgNS44MzMzM0MxMy4zMzM3IDYuNzE3MzkgMTIuOTgyNSA3LjU2NTIzIDEyLjM1NzMgOC4xOTAzNkMxMS43MzIyIDguODE1NDggMTAuODg0NCA5LjE2NjY3IDEwLjAwMDMgOS4xNjY2N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.woocommerce-MyAccount-navigation-link--orders {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAyLjVINC4xNjY2N0w0LjUgNC4xNjY2N001LjgzMzMzIDEwLjgzMzNIMTQuMTY2N0wxNy41IDQuMTY2NjdINC41TTUuODMzMzMgMTAuODMzM0w0LjUgNC4xNjY2N001LjgzMzMzIDEwLjgzMzNMMy45MjI1OSAxMi43NDQxQzMuMzk3NjIgMTMuMjY5IDMuNzY5NDIgMTQuMTY2NyA0LjUxMTg0IDE0LjE2NjdIMTQuMTY2N00xNC4xNjY3IDE0LjE2NjdDMTMuMjQ2MiAxNC4xNjY3IDEyLjUgMTQuOTEyOSAxMi41IDE1LjgzMzNDMTIuNSAxNi43NTM4IDEzLjI0NjIgMTcuNSAxNC4xNjY3IDE3LjVDMTUuMDg3MSAxNy41IDE1LjgzMzMgMTYuNzUzOCAxNS44MzMzIDE1LjgzMzNDMTUuODMzMyAxNC45MTI5IDE1LjA4NzEgMTQuMTY2NyAxNC4xNjY3IDE0LjE2NjdaTTcuNSAxNS44MzMzQzcuNSAxNi43NTM4IDYuNzUzODEgMTcuNSA1LjgzMzMzIDE3LjVDNC45MTI4NiAxNy41IDQuMTY2NjcgMTYuNzUzOCA0LjE2NjY3IDE1LjgzMzNDNC4xNjY2NyAxNC45MTI5IDQuOTEyODYgMTQuMTY2NyA1LjgzMzMzIDE0LjE2NjdDNi43NTM4MSAxNC4xNjY3IDcuNSAxNC45MTI5IDcuNSAxNS44MzMzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.woocommerce-MyAccount-navigation-link--downloads {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMDEgMTMuODMzM0wzLjMzMzAxIDE0LjY2NjdDMy4zMzMwMSAxNi4wNDc0IDQuNDUyMyAxNy4xNjY3IDUuODMzMDEgMTcuMTY2N0wxNC4xNjYzIDE3LjE2NjdDMTUuNTQ3MSAxNy4xNjY3IDE2LjY2NjMgMTYuMDQ3NCAxNi42NjYzIDE0LjY2NjdMMTYuNjY2MyAxMy44MzMzTTEzLjMzMyAxMC41TDkuOTk5NjcgMTMuODMzM005Ljk5OTY3IDEzLjgzMzNMNi42NjYzNCAxMC41TTkuOTk5NjcgMTMuODMzM0w5Ljk5OTY3IDMuODMzMzIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  display: none;
}

.woocommerce-MyAccount-navigation-link--edit-address {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjcxMzcgMTQuMzgwN0MxMy45ODYyIDE1LjEwODMgMTIuNTE4NiAxNi41NzU4IDExLjQxMzEgMTcuNjgxM0MxMC42MzIxIDE4LjQ2MjQgOS4zNjcyNiAxOC40NjIzIDguNTg2MjIgMTcuNjgxM0M3LjUwMDYgMTYuNTk1NyA2LjA2MDEzIDE1LjE1NTIgNS4yODU2MyAxNC4zODA3QzIuNjgyMTMgMTEuNzc3MiAyLjY4MjEzIDcuNTU2MTIgNS4yODU2MyA0Ljk1MjYyQzcuODg5MTIgMi4zNDkxMyAxMi4xMTAyIDIuMzQ5MTMgMTQuNzEzNyA0Ljk1MjYyQzE3LjMxNzIgNy41NTYxMiAxNy4zMTcyIDExLjc3NzIgMTQuNzEzNyAxNC4zODA3WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNDk5NyA5LjY2NjY3QzEyLjQ5OTcgMTEuMDQ3NCAxMS4zODA0IDEyLjE2NjcgOS45OTk2NyAxMi4xNjY3QzguNjE4OTYgMTIuMTY2NyA3LjQ5OTY3IDExLjA0NzQgNy40OTk2NyA5LjY2NjY3QzcuNDk5NjcgOC4yODU5NiA4LjYxODk2IDcuMTY2NjcgOS45OTk2NyA3LjE2NjY3QzExLjM4MDQgNy4xNjY2NyAxMi40OTk3IDguMjg1OTYgMTIuNDk5NyA5LjY2NjY3WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjIzMDggMTguMjA0Mkg2Ljk0OTkyQzUuODczMzcgMTguMjUzNCA0LjgyMDczIDE3Ljg3NjggNC4wMTk3NSAxNy4xNTU4QzMuMjE4NzcgMTYuNDM0OCAyLjczMzg1IDE1LjQyNzUgMi42Njk5MiAxNC4zNTE3VjYuNjQ4MzVDMi43MzM4NSA1LjU3MjU3IDMuMjE4NzcgNC41NjUyMiA0LjAxOTc1IDMuODQ0MjRDNC44MjA3MyAzLjEyMzI2IDUuODczMzcgMi43NDY2NCA2Ljk0OTkyIDIuNzk1ODVIMTEuMjI5OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcuMzI4NyAxMC41SDYuMjAxMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuNDAyMyAxNC43OEwxNy4wNzIzIDExLjExQzE3LjIzMzIgMTAuOTQ3NyAxNy4zMjM0IDEwLjcyODUgMTcuMzIzNCAxMC41QzE3LjMyMzQgMTAuMjcxNiAxNy4yMzMyIDEwLjA1MjMgMTcuMDcyMyA5Ljg5MDAzTDEzLjQwMjMgNi4yMjAwMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.woocommerce-MyAccount-navigation-link--dashboard {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wMDAzIDIuMTY2NzVDNS4zOTc5NyAyLjE2Njc1IDEuNjY2OTkgNS44OTc2OSAxLjY2Njk5IDEwLjUwMDFDMS42NjY5OSAxNS4xMDI0IDUuMzk3OTcgMTguODMzNCAxMC4wMDAzIDE4LjgzMzRDMTQuNjAyNyAxOC44MzM0IDE4LjMzMzcgMTUuMTAyNSAxOC4zMzM3IDEwLjUwMDFDMTguMzMzNyA1Ljg5NzY5IDE0LjYwMjcgMi4xNjY3NSAxMC4wMDAzIDIuMTY2NzVaTTEwLjAwMDMgMTcuMTY2N0M2LjMyNDM0IDE3LjE2NjcgMy4zMzM2NyAxNC4xNzYxIDMuMzMzNjcgMTAuNTAwMUMzLjMzMzY3IDYuODI0MDUgNi4zMjQzIDMuODMzNDMgMTAuMDAwMyAzLjgzMzQzQzEzLjY3NjQgMy44MzM0MyAxNi42NjcgNi44MjQwNSAxNi42NjcgMTAuNTAwMUMxNi42NjcgMTQuMTc2MSAxMy42NzY0IDE3LjE2NjcgMTAuMDAwMyAxNy4xNjY3Wk0xMS4wNDM4IDcuMTY2NzVDMTEuMDQzOCA3Ljc3MDk3IDEwLjYwMzkgOC4yMDg0MyAxMC4wMDg4IDguMjA4NDNDOS4zODk2MSA4LjIwODQzIDguOTYwNDcgNy43NzA5MyA4Ljk2MDQ3IDcuMTU1MTlDOC45NjA0NyA2LjU2MzM5IDkuNDAxMjEgNi4xMjUxMSAxMC4wMDg4IDYuMTI1MTFDMTAuNjAzOSA2LjEyNTExIDExLjA0MzggNi41NjMzOSAxMS4wNDM4IDcuMTY2NzVaTTkuMTY4ODMgOS42NjY3NUgxMC44MzU1VjE0LjY2NjdIOS4xNjg4M1Y5LjY2Njc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

.woocommerce-MyAccount-navigation-link--wishlist {
  --icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 2.5 2.318 4.696 5.182.753-3.75 3.655.885 5.161L10 14.328l-4.635 2.437.885-5.161L2.5 7.949l5.182-.753L10 2.5Z' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--about {
  --icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.333A8.333 8.333 0 1 0 10 1.667a8.333 8.333 0 0 0 0 16.666ZM10 9.167v5M10 5.833h.008' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.solardev-delete-account {
  --icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjY2NjcgNC42NjY5OUMxNi44ODc3IDQuNjY2OTkgMTcuMDk5NiA0Ljc1NDc5IDE3LjI1NTkgNC45MTEwN0MxNy40MTIyIDUuMDY3MzUgMTcuNSA1LjI3OTMxIDE3LjUgNS41MDAzM0MxNy41IDUuNzIxMzQgMTcuNDEyMiA1LjkzMzMgMTcuMjU1OSA2LjA4OTU4QzE3LjA5OTYgNi4yNDU4NiAxNi44ODc3IDYuMzMzNjYgMTYuNjY2NyA2LjMzMzY2SDE1LjgzMzNMMTUuODMwOCA2LjM5MjgzTDE1LjA1MzMgMTcuMjg1M0MxNS4wMjM0IDE3LjcwNTggMTQuODM1MiAxOC4wOTkzIDE0LjUyNjggMTguMzg2NkMxNC4yMTgzIDE4LjY3MzkgMTMuODEyNCAxOC44MzM3IDEzLjM5MDggMTguODMzN0g2LjYwODMzQzYuMTg2NzggMTguODMzNyA1Ljc4MDg5IDE4LjY3MzkgNS40NzI0IDE4LjM4NjZDNS4xNjM5MiAxOC4wOTkzIDQuOTc1NzYgMTcuNzA1OCA0Ljk0NTgzIDE3LjI4NTNMNC4xNjgzMyA2LjM5MzY2TDQuMTY2NjcgNi4zMzM2NkgzLjMzMzMzQzMuMTEyMzIgNi4zMzM2NiAyLjkwMDM2IDYuMjQ1ODYgMi43NDQwOCA2LjA4OTU4QzIuNTg3OCA1LjkzMzMgMi41IDUuNzIxMzQgMi41IDUuNTAwMzNDMi41IDUuMjc5MzEgMi41ODc4IDUuMDY3MzUgMi43NDQwOCA0LjkxMTA3QzIuOTAwMzYgNC43NTQ3OSAzLjExMjMyIDQuNjY2OTkgMy4zMzMzMyA0LjY2Njk5SDE2LjY2NjdaTTE0LjE2NDIgNi4zMzM2Nkg1LjgzNTgzTDYuNjA5MTcgMTcuMTY3SDEzLjM5MDhMMTQuMTY0MiA2LjMzMzY2Wk0xMS42NjY3IDIuMTY2OTlDMTEuODg3NyAyLjE2Njk5IDEyLjA5OTYgMi4yNTQ3OSAxMi4yNTU5IDIuNDExMDdDMTIuNDEyMiAyLjU2NzM1IDEyLjUgMi43NzkzMSAxMi41IDMuMDAwMzNDMTIuNSAzLjIyMTM0IDEyLjQxMjIgMy40MzMzIDEyLjI1NTkgMy41ODk1OEMxMi4wOTk2IDMuNzQ1ODYgMTEuODg3NyAzLjgzMzY2IDExLjY2NjcgMy44MzM2Nkg4LjMzMzMzQzguMTEyMzIgMy44MzM2NiA3LjkwMDM2IDMuNzQ1ODYgNy43NDQwOCAzLjU4OTU4QzcuNTg3OCAzLjQzMzMgNy41IDMuMjIxMzQgNy41IDMuMDAwMzNDNy41IDIuNzc5MzEgNy41ODc4IDIuNTY3MzUgNy43NDQwOCAyLjQxMTA3QzcuOTAwMzYgMi4yNTQ3OSA4LjExMjMyIDIuMTY2OTkgOC4zMzMzMyAyLjE2Njk5SDExLjY2NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

@media (max-width: 768px) {
  .sepidsolar-account-toggle {
    inline-size: 48px;
    block-size: 48px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--Primary, #eeb94c);
    background: linear-gradient(135deg, rgba(12, 60, 48, 0.07), rgba(255, 255, 255, 0) 52%),    #fff;
    box-shadow: 0 12px 26px rgba(12, 60, 48, 0.12), 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    display: flex;
    padding: 5px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    color: var(--Primary, #eeb94c);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    position: fixed;
    inset-inline-end: 10px;
    inset-block-end: 75px;
    z-index: 99999;
    animation: sepidsolar-account-toggle-grow 0.62s cubic-bezier(0.2, 0.9, 0.2, 1) 0.42s forwards;
  }
  .sepidsolar-account-toggle .sepidsolar-burger {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    inline-size: 36px;
    block-size: 36px;
    border-radius: 10px;
    background: rgba(12, 60, 48, 0.08);
    box-shadow: inset 0 0 0 1px rgba(12, 60, 48, 0.08);
  }
  .sepidsolar-account-toggle .sepidsolar-burger svg {
    inline-size: 20px;
    block-size: 20px;
  }
  .sepidsolar-account-toggle .sepidsolar-label {
    display: inline-block;
    flex: 0 0 auto;
    max-inline-size: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transform: translateX(-10px);
    animation: sepidsolar-account-toggle-label 0.42s cubic-bezier(0.2, 0.9, 0.2, 1) 0.74s forwards;
  }
  @keyframes sepidsolar-account-toggle-grow {
    from {
      inline-size: 48px;
    }
    to {
      inline-size: 138px;
    }
  }
  @keyframes sepidsolar-account-toggle-label {
    from {
      max-inline-size: 0;
      opacity: 0;
      transform: translateX(-10px);
    }
    to {
      max-inline-size: 86px;
      opacity: 1;
      transform: translateX(0);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .sepidsolar-account-toggle,
    .sepidsolar-account-toggle .sepidsolar-label {
      animation: none;
    }

    .sepidsolar-account-toggle {
      inline-size: 138px;
    }

    .sepidsolar-account-toggle .sepidsolar-label {
      max-inline-size: 86px;
      opacity: 1;
      transform: none;
    }
  }
  .my-account-navigation {
    position: fixed;
    inset-block-start: 0;
    inset-block-end: 0;
    z-index: 99999;
    inline-size: 280px;
    transition: transform 0.25s;
  }
  .my-account-navigation {
    inset-inline-start: -110%;
    z-index: 999999;
    transition: 0.3s;
  }
  .my-account-navigation.active {
    inset-inline-start: 0;
    border-radius: 16px 0 0 16px;
  }
  body.my-account-navigation-is-active {
    overflow: hidden;
  }
  body.my-account-navigation-is-active .sepidsolar-shadow {
    position: fixed;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    transition: opacity 0.12s ease, backdrop-filter 0.12s ease, visibility 0s;
  }

  .my-account-navigation.active ul a li::after {
    content: none;
  }
}

/**********************************************/
/*******              personal-info      ******/
/**********************************************/
.sepidsolar-account-profile-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.sepidsolar-account-profile-head__avatar {
  inline-size: 64px;
  block-size: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #e9eaeb;
}

.sepidsolar-account-profile-head__avatar img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.sepidsolar-account-profile-head__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #111827;
}

.sepidsolar-account-profile-head__body strong {
  color: var(--Gray-900, #181D27);
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px; /* 190% */
}

.sepidsolar-account-profile-head__body span {
  color: var(--Gray-600, #535862);
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.sepidsolar-account-section {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.sepidsolar-account-section__summary {
  flex: 0 0 220px;
  text-align: start;
}

.sepidsolar-account-section__summary h2 {
  color: var(--Gray-700, #414651);
  text-align: start;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin: 0 0 4px;
}

.sepidsolar-account-section__summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--Gray-700, #414651);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sepidsolar-account-section__summary p {
  margin: 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
}

.sepidsolar-account-section > .myaccount-edit-profile,
.sepidsolar-account-section > .myaccount-edit-password {
  flex: 1 1 auto;
  min-inline-size: 0;
  inline-size: 100%;
}

.myaccount-avatar-field {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 1 / -1;
  margin: 0;
  flex-direction: row;
}

.myaccount-avatar-preview {
  inline-size: 64px;
  block-size: 64px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  background: #e9eaeb;
}

.myaccount-avatar-preview img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.myaccount-avatar-picker {
  min-block-size: 74px;
  border-radius: 12px;
  border: 1px dashed var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  color: var(--Gray-700, #414651);
  flex: 1;
}

.myaccount-avatar-picker__label {
  flex: 0 0 auto;
  color: var(--Gray-700, #414651);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.myaccount-avatar-picker__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.myaccount-avatar-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 56px;
  block-size: 56px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.myaccount-avatar-option:hover,
.myaccount-avatar-option.is-selected {
  transform: translateY(-1px);
}

.myaccount-avatar-option::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 var(--Primary, #eeb94c);
  pointer-events: none;
  transition: box-shadow 0.2s ease;
}

.myaccount-avatar-option.has-loaded-avatar:hover::after,
.myaccount-avatar-option.has-loaded-avatar.is-selected::after {
  box-shadow: inset 0 0 0 2.5px var(--Primary, #eeb94c);
}

.myaccount-avatar-option input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.myaccount-avatar-option img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.16s ease;
}

.myaccount-avatar-option.has-loaded-avatar img {
  opacity: 1;
}

.myaccount-edit-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  margin: 0;
}

.woocommerce-EditAccountForm .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.myaccount-edit-profile legend {
  color: var(--Gray-700, #414651);
  text-align: start;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

.woocommerce-EditAccountForm .woocommerce-form-row label {
  color: var(--Gray-700, #414651);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.woocommerce-EditAccountForm .woocommerce-form-row input {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  inline-size: 100%;
  min-block-size: 44px;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.woocommerce-EditAccountForm .woocommerce-form-row input:focus-visible {
  outline: unset;
}
.woocommerce-EditAccountForm .woocommerce-form-row input:focus {
  outline: unset;
  border: 1px solid #eeb94c;
}

.woocommerce-EditAccountForm .woocommerce-password-strength {
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #abefc6;
  border-radius: 8px;
  background: #ecfdf3;
  color: #067647;
  text-align: start;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.woocommerce-EditAccountForm .woocommerce-password-strength.short,
.woocommerce-EditAccountForm .woocommerce-password-strength.bad {
  border-color: #fedf89;
  background: #fffaeb;
  color: #b54708;
}

.woocommerce-EditAccountForm .woocommerce-password-strength.good,
.woocommerce-EditAccountForm .woocommerce-password-strength.strong {
  border-color: #abefc6;
  background: #ecfdf3;
  color: #067647;
}

.woocommerce-EditAccountForm .woocommerce-password-hint {
  display: block;
  margin-top: 6px;
  padding: 0;
  color: #067647;
  text-align: start;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}
.myaccount-edit-profile .password-input .show-password-input {
  inset-block-start: 10px;
  inset-inline-end: 0px;
}

.myaccount-edit-password {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.myaccount-edit-password .myaccount-edit-profile {
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

.sepidsolar-account-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--Gray-200, #e9eaeb);
}

.sepidsolar-account-actions form {
  margin: 0;
}

.sepidsolar-account-actions .button,
.sepidsolar-account-actions button {
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-block-size: 40px;
}

.sepidsolar-account-actions .woocommerce-Button {
  border: 1px solid var(--Primary, #eeb94c);
  background: var(--Primary, #eeb94c);
  color: var(--White, #fff);
}

.sepidsolar-account-actions__delete {
  border: 1px solid #d92d20;
  background: #d92d20;
  color: #fff;
}

@media (max-width: 768px) {
  .sepidsolar-account-profile-head {
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .sepidsolar-account-profile-head__avatar {
    inline-size: 52px;
    block-size: 52px;
  }

  .sepidsolar-account-profile-head__body strong {
    font-size: 16px;
  }

  .sepidsolar-account-profile-head__body span {
    font-size: 12px;
  }

  .sepidsolar-account-section {
    flex-direction: column-reverse;
    gap: 12px;
    margin-bottom: 28px;
  }

  .sepidsolar-account-section__summary {
    flex: none;
    inline-size: 100%;
    text-align: start;
  }

  .sepidsolar-account-section__summary h2 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .sepidsolar-account-section__summary strong {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .sepidsolar-account-section__summary p,
  .woocommerce-MyAccount-content .sepidsolar-account-section__summary p {
    font-size: 11px;
    line-height: 170%;
  }

  .myaccount-edit-profile,
  .myaccount-edit-password .myaccount-edit-profile {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
  }

  .myaccount-avatar-field {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  }

  .woocommerce-EditAccountForm .woocommerce-form-row {
    gap: 4px;
  }

  .woocommerce-EditAccountForm .woocommerce-form-row label {
    font-size: 11px;
    line-height: 18px;
  }

  .woocommerce-EditAccountForm .woocommerce-form-row input {
    min-block-size: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .sepidsolar-account-actions {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px;
  }

  .sepidsolar-account-actions .button,
  .sepidsolar-account-actions button {
    inline-size: 100%;
  }

  #sepidsolar-profile-delete-account-form {
    display: block;
    inline-size: 100%;
  }

  .sepidsolar-account-actions__delete {
    display: flex;
    justify-content: center;
  }
}

/**********************************************/
/*******               address           ******/
/**********************************************/

.woocommerce-MyAccount-content .sepidsolar-account-section__summary p {
  margin: 0;
  color: var(--Gray-600, #535862);
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.woocommerce-MyAccount-content .sepidsolar-account-actions form {
  margin: 0;
}

.sepidsolar-addresses-title {
  margin: 0 0 24px;
  color: #111827;
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.sepidsolar-address-tabs {
}

.sepidsolar-address-tabs__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e9eaeb;
}

.sepidsolar-address-tabs__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-block-size: 48px;
  padding: 0 16px 12px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
}

.sepidsolar-address-tabs__tab.is-active {
  border-bottom-color: #eeb94c;
  color: #111827;
}

.sepidsolar-address-tabs__panel {
  display: none;
  flex-direction: row-reverse;
  gap: 32px;
  align-items: start;
}

.sepidsolar-address-tabs__panel.is-active {
  display: flex;
}

.sepidsolar-address-tabs__summary {
  flex: 0 0 220px;
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sepidsolar-address-tabs__summary strong {
  display: block;
  margin-bottom: 8px;
  color: #414651;
  font-size: 14px;
  font-weight: 700;
}

.sepidsolar-address-tabs__summary p {
  margin: 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.sepidsolar-address-tabs__form {
  flex: 1 1 auto;
  min-inline-size: 0;
}

.sepidsolar-address-tabs__form .woocommerce-address-fields {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sepidsolar-addresses-title {
    margin-bottom: 18px;
    font-size: 18px;
    text-align: start;
  }

  .sepidsolar-address-tabs__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #e9eaeb;
  }

  .sepidsolar-address-tabs__tab {
    min-block-size: 42px;
    font-size: 13px;
    padding: 0 8px 10px;
    border-bottom-width: 3px;
  }

  .sepidsolar-address-tabs__panel {
    display: none;
  }

  .sepidsolar-address-tabs__panel.is-active {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sepidsolar-address-tabs__summary,
  .sepidsolar-address-tabs__form {
    inline-size: 100%;
  }

  .sepidsolar-address-tabs__summary {
    order: -1;
    flex: none;
    text-align: start;
  }

  .sepidsolar-address-tabs__summary strong {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 150%;
  }

  .sepidsolar-address-tabs__summary p {
    font-size: 12px;
    line-height: 150%;
  }
}

/**********************************************/
/*******       form-edit-address         ******/
/**********************************************/

.woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--Gray-300, #d5d7da);
}

.woocommerce-address-fields__field-wrapper > p:nth-child(1) {
  grid-column: span 2 / span 2;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(4) {
  grid-column: span 3 / span 3;
  grid-row-start: 2;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(5) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 2;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(6) {
  grid-column: span 6 / span 6;
  grid-row-start: 3;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(7) {
  grid-column: span 3 / span 3;
  grid-row-start: 4;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(8) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(9) {
  grid-column: span 3 / span 3;
  grid-row-start: 5;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(10) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 5;
}

.woocommerce-address-fields__field-wrapper > p:nth-child(5) label {
  position: unset !important;
  inline-size: unset;
  block-size: unset;
  clip-path: unset;
}

.woocommerce-address-fields__field-wrapper > p {
  display: flex;
  flex-direction: column;
  color: var(--Gray-700, #414651);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin: 0;
  gap: 6px;
  justify-content: center;
}

.woocommerce-address-fields__field-wrapper > p span.selection {
}

.woocommerce-address-fields__field-wrapper > p span input,
.woocommerce-address-fields__field-wrapper > p select {
  inline-size: 100%;
  min-block-size: 48px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.woocommerce-address-fields__field-wrapper > p select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: start;
  text-align-last: right;
  padding-inline-end: 14px;
  padding-inline-start: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23414651' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 20px 20px;
}

.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  select,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  select {
  inline-size: 100%;
  min-block-size: 48px;
  padding: 10px 44px 10px 14px;
  border: 1px solid var(--Gray-300, #d5d7da);
  border-radius: 8px;
  background-color: #fff;
  background-position: left 14px center;
  color: #111827;
  text-align: start;
  text-align-last: right;
}

.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  .select2-container,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  .select2-container {
  inline-size: 100% !important;
}

.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  .select2-container--default
  .select2-selection--single,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  .select2-container--default
  .select2-selection--single {
  position: relative;
  display: flex;
  align-items: center;
  inline-size: 100%;
  min-block-size: 48px;
  padding: 10px 44px 10px 14px;
  border: 1px solid var(--Gray-300, #d5d7da);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  .select2-container--default.select2-container--focus
  .select2-selection--single,
.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  .select2-container--default.select2-container--open
  .select2-selection--single,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  .select2-container--default.select2-container--focus
  .select2-selection--single,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-color: #eeb94c;
}

.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  flex: 1 1 auto;
  padding: 0;
  padding-inline-end: 24px;
  color: #111827;
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.woocommerce-address-fields__field-wrapper
  > p[id$="_country_field"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.woocommerce-address-fields__field-wrapper
  > p[id$="_state_field"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  inset-inline-start: 14px;
  inset-inline-end: auto;
  inset-inline-end: 14px;
  inset-inline-start: auto;
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 10px 14px;
  min-block-size: 48px;
  block-size: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  inset-block-start: 50%;
  inset-inline-start: 14px;
  inset-inline-end: auto;
  inline-size: 20px;
  block-size: 20px;
  transform: translateY(-50%);
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  inset-inline-start: 14px;
  inset-inline-end: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  content: "";
  display: block;
  inline-size: 20px;
  block-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23414651' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
  padding-inline-start: 0;
  padding-inline-end: 0;
  text-align: start;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-address-fields__field-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: start;
}

.select2-dropdown {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--Gray-900, #181d27);
  text-align: start;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px; /* 184.615% */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  outline: unset;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: unset;
  border: 1px solid #eeb94c;
}

.select2-search--dropdown {
  margin-bottom: 10px;
}

.woocommerce-address-fields__field-wrapper > p span input:focus-visible,
.woocommerce-address-fields__field-wrapper > p select:focus-visible {
  outline: unset;
}

.woocommerce-address-fields__field-wrapper > p span input:focus,
.woocommerce-address-fields__field-wrapper > p select:focus {
  outline: unset;
  border: 1px solid #eeb94c;
}

.woocommerce-MyAccount-content form > h2 {
  margin: 0 0 40px 0;
  color: #111827;
  text-align: start;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
}

.woocommerce-address-fields {
  display: flex;
  padding: 24px;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  margin-bottom: 158px;
}

.woocommerce-address-fields > p {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.woocommerce-address-fields > p button {
  display: flex;
  padding: 10px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Primary, #eeb94c);
  background: var(--Primary, #eeb94c);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content form > h2 {
    margin-bottom: 30px;
  }
  .woocommerce-address-fields__field-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 6 / 7;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(8) {
    grid-column: 2 / 3;
    grid-row: 7 / 8;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(9) {
    grid-column: 1 / 3;
    grid-row: 8 / 9;
  }

  .woocommerce-address-fields__field-wrapper > p:nth-child(10) {
    grid-column: 1 / 3;
    grid-row: 9 / 10;
  }

  .woocommerce-address-fields {
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 0;
  }

  .woocommerce-address-fields > p {
    justify-content: stretch;
  }

  .woocommerce-address-fields > p button {
    inline-size: 100%;
    min-block-size: 44px;
  }

  .woocommerce-address-fields__field-wrapper > p {
    gap: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .woocommerce-address-fields__field-wrapper > p span input,
  .woocommerce-address-fields__field-wrapper > p select,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_country_field"]
    select,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_state_field"]
    select,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_country_field"]
    .select2-container--default
    .select2-selection--single,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_state_field"]
    .select2-container--default
    .select2-selection--single {
    min-block-size: 40px;
    padding-block: 8px;
  }

  .woocommerce-address-fields__field-wrapper
    > p[id$="_country_field"]
    select,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_state_field"]
    select,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_country_field"]
    .select2-container--default
    .select2-selection--single,
  .woocommerce-address-fields__field-wrapper
    > p[id$="_state_field"]
    .select2-container--default
    .select2-selection--single {
    padding-inline-start: 14px;
    padding-inline-end: 14px;
  }
}

/**********************************************/
/*******          dashboard           ******/
/**********************************************/
.dashboard-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin: 40px 0 40px 0;
}

.dashboard-img {
  inline-size: 317px;
  block-size: 235px;
  background-image: url(/wp-content/sepidsolar-assets/images/empty.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dashboard-wrapper span {
  color: var(--Neutral---700, #3d3d3d);
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
}

@media (max-width: 768px) {
  .my-account-inner {
    display: flex;
    flex-direction: column;
  }

  .myaccount-edit-profile {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
  .woocommerce-MyAccount-content form {
    inline-size: 100%;
  }
}

/**********************************************/
/*******              orders              ******/
/**********************************************/
.orders-mobile-breadcrumb {
  display: none;
}

h2.orders-title {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 16px 0;
}

.status-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.status-tabs button {
  block-size: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: var(--Neutral---500, #666);
  font-size: 14px;
  font-weight: 400;
  text-wrap: nowrap;
  cursor: pointer;
  display: flex;
  min-inline-size: 128px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.status-tabs button.active {
  background: var(--Secondary---50, #fffbf6);
  border: 1px solid var(--Secondary---500, #bc9f72);
  color: var(--Secondary---500, #bc9f72);
  font-weight: 600;
}

.orders-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
}

.orders-search {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  gap: 6px;
}

.orders-search__icon {
}

.orders-search__input {
  inline-size: 100%;
  min-inline-size: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(97, 97, 97, 0.8);
}

.orders-search__input:focus {
  outline: 0;
}

.orders-sort {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.orders-sort__label {
  line-height: 20px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #5c5c5c;
}

.orders-sort > .orders-sort__label {
  display: none;
}

.orders-sort__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5c5c5c;
  cursor: pointer;
  font: inherit;
}

.orders-sort__current {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.orders-sort__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  color: var(--Neutral---800, #292929);
}

.orders-sort__icon svg {
  display: block;
}

.orders-sort__select {
  display: none;
}

.orders-sort__menu {
  position: absolute;
  z-index: 99999;
  inset-block-start: calc(100% + 8px);
  inset-inline: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid var(--Neutral---100, #ebebeb);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 13, 18, 0.1);
}

.orders-sort__menu button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  inline-size: 100%;
  min-block-size: 56px;
  padding: 0 24px;
  border: 0;
  background: transparent;
  color: #5c5c5c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: start;
}

.orders-sort__menu button:hover,
.orders-sort__menu button[aria-selected="true"] {
  background: #fafafa;
  color: var(--Neutral---800, #292929);
}

.woocommerce-MyAccount-orders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.woocommerce-MyAccount-orders .order-box.active {
  min-block-size: 204px;
  border-radius: 12px;
  border: 1px solid #e0e1e3;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.04);
  display: flex;
  flex-direction: column;
}

.woocommerce-MyAccount-orders .order-box {
  display: none;
}

.order-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--Neutral---100, #ebebeb);
}

.order-card-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.order-card-icon {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #f3f3f3;
}

.woocommerce-MyAccount-orders .order-box .order-number {
  color: #121212;
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}

.woocommerce-MyAccount-orders .order-box .order-status {
  inline-size: fit-content;
  border-radius: 20px;
  display: flex;
  padding: 5px 9px;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 105%;
}

.order-status.status-completed {
  color: var(--Success, #29a366);
  background: #dfffef;
}

.order-status.status-processing {
  color: var(--Info, #eeb94c);
  background: #e7f2ff;
}

.order-status.status-cancelled {
  background: #fdecec;
  color: #d92d20;
}

.order-status.status-on-hold {
  color: #414651;
  background: #f4f5f5;
}

.order-receipt-link {
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-inline-size: 96px;
  block-size: 40px;
  padding: 10px 16px;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  background: #fff;
  white-space: nowrap;
  display: flex;
  block-size: 44px;
  color: #414651;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.order-receipt-link__icon {
}

.order-card-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 0;
}

.order-card-meta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #414651;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.order-card-meta__row span {
  color: var(--Greyscale-800, #14201f);
}

.order-card-meta__row strong,
.order-card-meta__row time {
  color: var(--Greyscale-500, #666e6d);
  font-size: 14px;
  font-weight: 400;
}

.order-card-meta__row > strong > span {
  color: var(--Greyscale-500, #666e6d);
}

.order-card-meta__row > strong > span > span {
  color: var(--Greyscale-500, #666e6d);
}

.woocommerce-button.button.view {
  border-radius: 8px;
  border: 1px solid var(--Primary, #eeb94c);
  background: var(--Primary, #eeb94c);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  inline-size: 50%;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.order-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 16px 16px;
}

.woocommerce-button.button.order-again-link {
  border-radius: 8px;
  border: 1px solid #d5d7da;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  inline-size: 50%;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #414651;
}

.woocommerce-button.button.order-again-link.is-loading {
  opacity: .65;
  pointer-events: none;
}

.order-actions .woocommerce-button:only-child {
  inline-size: 100%;
}

.order-again-link__icon {
}

.orders-empty-state {
  margin: 0 0 30px;
  padding: 18px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  border-radius: 12px;
  background: #fff;
  color: var(--Neutral---500, #666);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.orders-empty-orders {
  min-block-size: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 72px;
  text-align: center;
}

.orders-empty-orders__illustration {
  inline-size: min(260px, 70vw);
  block-size: auto;
  margin-block-end: 18px;
}

.orders-empty-orders__text {
  margin: 0 0 16px;
  color: var(--Neutral---800, #292929);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.orders-empty-orders__button {
  min-inline-size: 182px;
  min-block-size: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid var(--Primary, #eeb94c);
  background: var(--Primary, #eeb94c);

/* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  width: 212px;
  height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.orders-empty-orders__button:hover {
  color: #fff;
  background: #082d24;
}

.orders-toast {
  position: fixed;
  z-index: 9999;
  left: 50%;
  right: auto;
  inset-block-end: 24px;
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .18s ease, transform .18s ease;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 10px 16px 12px 16px;
  align-items: center;
  border-radius: 12px;
  background: var(--Secondary---100, #FFEDD0);
  box-shadow: 0 4px 56px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}

.orders-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}

.orders-toast--error {
  min-block-size: auto;
  padding: 12px 16px;
  border-radius: 10px;
  background: #D92D20;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.orders-toast__message {
  flex: 1 1 auto;
  color: var(--Neutral---900, #1A1A1A);
  font-size: 14px;
  font-weight: 500;
   /* 21px */
  margin-inline-end: 24px;
}

.orders-toast__success-icon {
  display: flex;
  inline-size: 28px;
  block-size: 28px;
  align-items: center;
  justify-content: center;
  color: #22a06b;
  margin-inline-end: 20px;
}

.orders-toast__success-icon svg {
  inline-size: 100%;
  block-size: auto;
}

.orders-toast__action {
  flex: 0 0 auto;
  color: #414651;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  height: 44px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-inline-end: 24px;
  border-radius: 12px;
  border: 1px solid #D5D7DA;
  background: var(--Neutral---50, #FFF);

/* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.orders-toast__action span {
    color: #414651;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.orders-toast__action:hover {
  background-color: var(--Primary, #21473E);
}

.orders-toast__action:hover svg path {
    stroke: #fff;
    stroke-width: 1.2px;
}

.orders-toast__action:hover span{
  color: #fff;
}


.orders-toast__action svg {
  inline-size: 24px;
  block-size: 24px;
}

.orders-toast__close {
  display: flex;
  inline-size: 24px;
  block-size: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #292929;
  cursor: pointer;
}

.orders-toast__close svg {
  inline-size: 100%;
  block-size: auto;
}

.orders-toast--error .orders-toast__close {
  color: #fff;
}

.order-again-modal[hidden] {
  display: none;
}

.order-again-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.order-again-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, .64);
}

.order-again-modal__dialog {
  position: relative;
  inline-size: min(100%, 440px);
  padding: 48px 24px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(10, 13, 18, .2);
  text-align: center;
}

.order-again-modal__close {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-end: 16px;
  display: flex;
  inline-size: 36px;
  block-size: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f1f1f1;
  color: #616161;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.order-again-modal__illustration {
  inline-size: 132px;
  block-size: 132px;
  margin: 0 auto 32px;
}

.order-again-modal__image {
  display: block;
  inline-size: 100%;
  block-size: 100%;
}

.order-again-modal__title {
  margin: 0 0 8px;
  color: var(--Greyscale-900, #141414);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}

.order-again-modal__text {
  margin: 0 0 20px;
  color: var(--Greyscale-500, #727272);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.order-again-modal__primary,
.order-again-modal__secondary {
  display: flex;
  inline-size: 100%;
  min-block-size: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.order-again-modal__primary {
  border: 1px solid var(--Primary, #eeb94c);
  background: var(--Primary, #eeb94c);
  color: var(--White, #FFF);
  
   /* 142.857% */
}

.order-again-modal__primary:hover {
  background: #082d24;
  color: #fff;
}

.order-again-modal__secondary {
  margin-block-start: 12px;
  border: 0;
  background: transparent;
  color: #666;
  cursor: pointer;
}

body.order-again-modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .orders-toast {
    left: 50%;
    right: auto;
    inset-block-end: 12px;
    inline-size: calc(100vw - 24px);
    gap: 10px;
    max-inline-size: none;
    min-block-size: 68px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 20px;
  }

  .orders-toast__success-icon {
    flex-basis: 24px;
    inline-size: 24px;
    block-size: 24px;
  }

  .orders-toast__success-icon svg {
    inline-size: 24px;
    block-size: 24px;
  }

  .orders-toast__action {
    min-block-size: 44px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .orders-toast__action svg {
    inline-size: 20px;
    block-size: 20px;
  }

  .orders-toast__close {
    flex-basis: 24px;
    inline-size: 24px;
    block-size: 24px;
  }

  .orders-mobile-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--Neutral---500, #666);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .orders-mobile-breadcrumb a {
    font-size: 12px;
    color: var(--Neutral---500, #666);
    text-decoration: none;
  }

  .orders-mobile-breadcrumb span[aria-current="page"] {
    color: var(--Primary, #eeb94c);
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .orders-mobile-breadcrumb__sep {
    flex: 0 0 16px;
    inline-size: 16px;
    block-size: 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.5 5.5 8l4.5 4.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.5 5.5 8l4.5 4.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / contain no-repeat;
  }

  .status-tabs {
    overflow: scroll;
  }

  .orders-toolbar {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .orders-sort {
    flex: 0 0 48px;
    inline-size: 48px;
    min-inline-size: 48px;
    min-block-size: 48px;
    padding: 0;
    border-radius: 12px;
  }

  .orders-sort__button {
    position: absolute;
    inset: 0;
    opacity: 0;
  }

  .orders-sort__button .orders-sort__label,
  .orders-sort__current {
    display: none;
  }

  .orders-sort__icon {
    pointer-events: none;
  }

  .orders-sort__menu {
    inset-inline: auto 0;
    max-inline-size: calc(100vw - 48px);
    min-inline-size: 150px;
  }

  .orders-sort__menu button {
    justify-content: flex-start;
    min-block-size: 56px;
    font-size: 12px;
  }

  .woocommerce-MyAccount-orders {
    grid-template-columns: repeat(1, 1fr);
  }

  .orders-empty-orders {
    min-block-size: 360px;
    padding: 24px 12px 48px;
  }

  .orders-empty-orders__illustration {
    inline-size: min(220px, 78vw);
  }

  .woocommerce-MyAccount-orders .order-box .order-number {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .order-receipt-link {
    font-size: 12px;
    /* height: 40px; */
  }

  .woocommerce-MyAccount-orders .order-box .order-status {
    font-size: 10px;
  }

  .order-card-heading {
    gap: 8px;
  }

  .order-card-meta__row strong,
  .order-card-meta__row time {
    font-size: 12px;
  }

  .woocommerce-button.button.view {
    font-size: 12px;
  }

  a.woocommerce-button.button.order-again-link {
  }

  a.woocommerce-button.button.order-again-link {
    font-size: 12px;
  }

  .orders-sort__menu button:hover,
  .orders-sort__menu button {
    font-size: 12px;
    padding: 0 15px;
  }
}

/**********************************************/
/*******         orders-detail           ******/
/**********************************************/
.woocommerce-MyAccount-content .order-number {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
}

.woocommerce-MyAccount-content {
  box-sizing: border-box;
  padding: 32px;
}

.woocommerce-MyAccount-content .order-ds-wrapper {
  display: flex;
  gap: 12px;
  margin: 16px 0 16px 0;
}

.woocommerce-MyAccount-content .order-ds-wrapper .order-date {
  border-radius: 12px;
  background: #f4f5f5;
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  color: #414651;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}

.woocommerce-MyAccount-content .order-ds-wrapper .order-status {
  border-radius: 12px;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  block-size: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 105%; /* 14.7px */
}

section.woocommerce-order-details {
  inline-size: 100%;
  border: 1px solid var(--Neutral-50, #f4f4f4);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}
.woocommerce-order-details .woocommerce-table--order-details {
  inline-size: 100%;
}

.woocommerce-table--order-details thead th {
  padding-bottom: 16px;
  color: var(--Neutral---800, #292929);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.woocommerce-table--order-details thead th.product-name,
.woocommerce-table--order-details tbody td.product-name,
.woocommerce-table--order-details tfoot th {
  text-align: start;
}
.woocommerce-table--order-details thead th.product-total,
.woocommerce-table--order-details tbody td.product-total,
.woocommerce-table--order-details tfoot td {
  text-align: end;
}

.woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  padding: 16px 0;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

td.woocommerce-table__product-name.product-name a,
td.woocommerce-table__product-name.product-name strong {
  color: var(--Neutral-color-500, #666);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

td.woocommerce-table__product-total.product-total {
  color: var(--Neutral-900, #060709);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.woocommerce-table--order-details tfoot tr th {
  color: var(--Neutral-color-500, #666);
}

.woocommerce-table--order-details tfoot tr td {
  color: var(--Neutral-900, #060709);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

section.woocommerce-order-details p.order-again {
  margin: 0;
}

section.woocommerce-order-details p.order-again a {
  border-radius: 12px;
  border: 1px solid #d5d7da;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  inline-size: 100%;
  block-size: 44px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #414651;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.sepidsolar-view-order {
}

.sepidsolar-view-order__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.sepidsolar-view-order__heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sepidsolar-view-order__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 32px;
  block-size: 32px;
  color: #060709;
}

.sepidsolar-view-order__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.sepidsolar-view-order__badges {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-inline-start: auto;
}

.sepidsolar-view-order__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-block-size: 40px;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.sepidsolar-view-order__badge--date {
  color: #414651;
  background: #f4f5f5;
}

.sepidsolar-view-order__badge--status {
  color: #079455;
  background: #dcfae6;
}

section.woocommerce-order-details.sepidsolar-view-order__card {
  padding: 24px;
  border: 1px solid #e9eaeb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.sepidsolar-view-order__section-title {
  margin: 0 0 20px;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: start;
}

.sepidsolar-view-order__products {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sepidsolar-view-order-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-block-size: 44px;
}

.sepidsolar-view-order-product__thumb {
  flex: 0 0 40px;
  inline-size: 40px;
  block-size: 40px;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f4f4;
}

.sepidsolar-view-order-product__thumb img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.sepidsolar-view-order-product__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-inline-size: 0;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.sepidsolar-view-order-product__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sepidsolar-view-order-product__quantity {
  flex: 0 0 auto;
  color: #858585;
}

.sepidsolar-view-order-product__total {
  margin-inline-start: auto;
  color: #060709;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}

.sepidsolar-view-order__totals {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9eaeb;
}

.sepidsolar-view-order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.sepidsolar-view-order-total strong {
  color: #060709;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-align: end;
}

.sepidsolar-view-order__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
  display: flex;
}

.sepidsolar-view-order__actions .woocommerce-button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-block-size: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  flex: 1;
}

.sepidsolar-view-order__actions i,
.sepidsolar-view-order__actions svg {
  display: inline-flex;
  flex: 0 0 auto;
}

.sepidsolar-view-order__receipt {
  border: 1px solid #064e3b;
  background: #064e3b;
  color: #fff;
}

.sepidsolar-view-order__receipt svg path {
  stroke: currentColor;
}

.sepidsolar-view-order__reorder {
  border: 1px solid #d5d7da;
  background: #fff;
  color: #414651;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.sepidsolar-view-order__notes {
  margin-bottom: 16px;
}

.woocommerce-customer-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 100px;
}

.woocommerce-customer-details .solardev-address-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--Base-White, #fff);

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.woocommerce-customer-details .solardev-address-card h2 {
  margin: 0;
  padding: 20px 24px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.woocommerce-customer-details .solardev-address-card .solardev-table-wrap {
  inline-size: 100%;
  overflow-x: auto;
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table {
  inline-size: 100%;
  min-inline-size: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table
  thead {
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table
  thead
  tr {
  block-size: 44px;
  background: var(--Gray-50, #fafafa);
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table
  thead
  tr
  th {
  border-bottom: 1px solid var(--Gray-200, #e9eaeb);
  border-top: 1px solid var(--Gray-200, #e9eaeb);
  color: var(--Neutral---500, #666);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  text-align: start;
  padding: 12px 24px;
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table
  tbody {
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table
  tbody
  tr {
}

.woocommerce-customer-details
  .solardev-address-card
  .solardev-table-wrap
  table.solardev-address-table
  tbody
  tr
  td {
  padding: 16px 24px 16px 24px;
  color: var(--Neutral---800, #292929);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-align: start;
  overflow-wrap: anywhere;
}

.woocommerce-account .site-footer {
  margin-top: 0;
}

.woocommerce-account .woocommerce-notices-wrapper {
  position: fixed;
  inset-block-start: auto;
  inset-block-end: 24px;
  inset-inline-start: 24px;
  inset-inline-end: auto;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  inline-size: auto;
  max-inline-size: calc(100vw - 48px);
  pointer-events: none;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
  pointer-events: auto;
  inline-size: fit-content;
  max-inline-size: min(520px, calc(100vw - 48px));
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #eeb94c;
  background: #eeb94c;
  box-shadow: 0 16px 40px rgba(10, 13, 18, 0.14);
  color: #fff;
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  animation: sepidsolar-toast-in 0.22s ease-out both;
  cursor: pointer;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
  border-color: #eeb94c;
  background: #eeb94c;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
  border-color: #eeb94c;
  background: #eeb94c;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
  border-color: #eeb94c;
  background: #eeb94c;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error li {
  margin: 0;
  list-style: none;
  color: inherit;
  text-align: start;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.woocommerce-account .woocommerce-notices-wrapper .sepidsolar-account-toast.is-hiding {
  animation: sepidsolar-toast-out 0.26s ease-in both;
}

@keyframes sepidsolar-toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sepidsolar-toast-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-notices-wrapper {
    inset-block-start: auto;
    inset-block-end: 12px;
    inset-inline-start: 12px;
    inset-inline-end: auto;
    inline-size: auto;
    max-inline-size: calc(100vw - 24px);
  }

  .woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
    max-inline-size: calc(100vw - 24px);
  }

  .sepidsolar-view-order__header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .sepidsolar-view-order__heading {
    justify-content: flex-start;
  }

  .sepidsolar-view-order__badges {
    margin-inline-start: 0;
    flex-wrap: wrap;
  }

  .sepidsolar-view-order__badge--status {
    flex: 1;
}

  section.woocommerce-order-details.sepidsolar-view-order__card {
    padding: 16px;
    border-radius: 12px;
  }

  .sepidsolar-view-order-product {
    align-items: flex-start;
    position: relative;
  }

  .sepidsolar-view-order-product__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .sepidsolar-view-order-product__name {
    white-space: normal;
  }

  .sepidsolar-view-order-product__total {
    margin-inline-start: 0;
    position: absolute;
    inset-inline-end: 0;
  }

  .sepidsolar-view-order__actions {
    grid-template-columns: 1fr;
  }

  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    thead {
    position: absolute;
    inset-inline-end: -9999px;
    inset-block-start: -9999px;
    block-size: 0;
    inline-size: 0;
    overflow: hidden;
  }

  .woocommerce-customer-details .solardev-address-card .solardev-table-wrap {
    overflow-x: hidden;
  }

  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table,
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    tbody,
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    tr,
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    th,
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    td {
    display: block;
    inline-size: 100%;
    border: none;
  }
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    tr {
  }
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    tbody
    tr
    td {
    padding: 0 16px 12px;
    border-bottom: 1px solid #f2f2f2;
    text-align: start;
    font-weight: 700;
    color: var(--Neutral---800, #292929);
  }

  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    tbody
    tr
    td::before {
    content: attr(data-label);
    display: block;
    margin: 0 -24px 18px;
    padding: 16px 24px;
    border-bottom: 1px solid #f2f2f2;
    background: #fafafa;
    color: var(--Neutral---500, #666);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }
  .woocommerce-customer-details
    .solardev-address-card
    .solardev-table-wrap
    table.solardev-address-table
    tbody
    tr
    td:last-child {
    border-bottom: none;
  }

  .woocommerce-customer-details .solardev-address-card h2 {
    border-bottom: 1px solid #f2f2f2;
    inline-size: 100%;
  }
}
.woocommerce-account .woocommerce-message {
  margin: 0;
}

.sepidsolar-logout-modal[hidden] {
  display: none;
}

.sepidsolar-logout-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.sepidsolar-logout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.64);
  backdrop-filter: blur(2px);
}

.sepidsolar-logout-modal__dialog {
  position: relative;
  z-index: 1;
  inline-size: 485px;
  max-inline-size: calc(100vw - 32px);
  padding: 48px 24px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 20, 20, 0.24);
  text-align: center;
  color: var(--Neutral---800, #292929);
}

.sepidsolar-logout-modal__close {
  position: absolute;
  inset-block-start: 14px;
  inset-inline-start: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 28px;
  block-size: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--Greyscale-50, #f5f5f5);
  color: var(--Greyscale-500, #727272);
  cursor: pointer;
}

.sepidsolar-logout-modal__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: auto;
  margin: 0 auto 24px;
}

.sepidsolar-logout-modal__icon svg {
  max-inline-size: 160px;
  max-block-size: 160px;
}

.sepidsolar-logout-modal__title {
  margin: 0 0 8px;
  color: var(--Greyscale-900, #141414);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}

.sepidsolar-logout-modal__text {
  margin: 0 0 32px;
  color: var(--Greyscale-500, #727272);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.sepidsolar-logout-modal__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  min-block-size: 42px;
  background: #fff;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #D5D7DA;

/* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--Fail, #D12030);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.sepidsolar-logout-modal__confirm:hover {
  background: #fff5f4;
  color: var(--Error---500, #d92d20);
}

.sepidsolar-logout-modal__cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--Greyscale-900, #141414);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
}

body.sepidsolar-logout-modal-open {
  overflow: hidden;
}

.sepidsolar-delete-account-modal[hidden] {
  display: none;
}

.sepidsolar-delete-account-modal {
  position: fixed;
  inset: 84px 0 0;
  z-index: 100001;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 16px 24px 24px;
  overflow-y: auto;
}

.sepidsolar-delete-account-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.64);
  backdrop-filter: blur(2px);
}

.sepidsolar-delete-account-modal__dialog {
  position: relative;
  z-index: 1;
  inline-size: 500px;
  max-inline-size: calc(100vw - 32px);
  padding: 8px 26px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 20, 20, 0.24);
  text-align: center;
  color: var(--Neutral---800, #292929);
  overflow: hidden;
}

.sepidsolar-delete-account-modal__close {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-start: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 28px;
  block-size: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--Greyscale-50, #f5f5f5);
  color: var(--Greyscale-500, #727272);
  cursor: pointer;
}

.sepidsolar-delete-account-modal__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  block-size: 226px;
  margin: -8px -26px 20px;
  border-radius: 12px;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='236' viewBox='0 0 560 236' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='560' height='236' rx='16' fill='%23FAFAFA'/%3E%3Cdefs%3E%3Cmask id='ringsCut'%3E%3Crect width='560' height='236' fill='white'/%3E%3Ccircle cx='280' cy='118' r='62' fill='black'/%3E%3C/mask%3E%3C/defs%3E%3Cg mask='url(%23ringsCut)' opacity='.9' stroke='%23E2E4E7' stroke-width='1'%3E%3Crect x='222' y='72' width='116' height='92' rx='46'/%3E%3Crect x='178' y='58' width='204' height='120' rx='60'/%3E%3Crect x='134' y='44' width='292' height='148' rx='74'/%3E%3Crect x='90' y='30' width='380' height='176' rx='88'/%3E%3Crect x='46' y='16' width='468' height='204' rx='102'/%3E%3Crect x='2' y='2' width='556' height='232' rx='116'/%3E%3C/g%3E%3Cg mask='url(%23ringsCut)' opacity='.28' stroke='%23EFF0F2' stroke-width='1'%3E%3Cpath d='M84 0h392'/%3E%3Cpath d='M84 236h392'/%3E%3Cpath d='M0 118h560'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sepidsolar-delete-account-modal__key {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 72px;
  block-size: 72px;
  border: 1px solid #f2f4f7;
  border-radius: 50%;
  background: #fff;
  color: var(--Fail, #d12030);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.sepidsolar-delete-account-modal__key svg {
  display: block;
  inline-size: 72px;
  block-size: 72px;
}

.sepidsolar-delete-account-modal__title {
  max-inline-size: 430px;
  margin: 0 auto 10px;
  color: var(--Greyscale-900, #141414);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.sepidsolar-delete-account-modal__text {
  max-inline-size: 430px;
  margin: 0 auto 18px;
  color: var(--Greyscale-500, #727272);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
}

.woocommerce-MyAccount-content .sepidsolar-delete-account-modal__alert {
  display: flex;
  gap: 4px;
  max-inline-size: 430px;
  margin: 0 auto 20px;
  color: var(--Fail, #d12030);
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  justify-content: center;
  align-items: flex-start;
}

.sepidsolar-delete-account-modal__alert span {
  flex: 0 0 auto;
  display: inline-flex;
  margin-top: 1px;
  width: 20px;
  height: 20px;
}

.sepidsolar-delete-account-modal__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  min-block-size: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: var(--Fail, #d12030);
  cursor: pointer;
  color: var(--Neutral---50, #FFF);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.sepidsolar-delete-account-modal__confirm:hover {
  background: #b91c2b;
}

.sepidsolar-delete-account-modal__cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--Greyscale-900, #141414);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
}

body.sepidsolar-delete-account-modal-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  .sepidsolar-logout-modal {
    align-items: center;
    padding: 76px 16px 12px;
    overflow-y: auto;
  }

  .sepidsolar-logout-modal__dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    inline-size: 100%;
    max-inline-size: 364px;
    max-block-size: calc(100vh - 88px);
    max-block-size: calc(100dvh - 88px);
    padding: 28px 20px 22px;
    border-radius: 20px;
    overflow-y: auto;
  }

  .sepidsolar-logout-modal__close {
    inset-block-start: 18px;
    inset-inline-start: 18px;
    inline-size: 34px;
    block-size: 34px;
  }

  .sepidsolar-logout-modal__icon svg {
    max-inline-size: 118px;
    max-block-size: 118px;
  }

  .sepidsolar-logout-modal__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.55;
  }

  .sepidsolar-logout-modal__text {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .sepidsolar-logout-modal__confirm {
    min-block-size: 48px;
  }

  .sepidsolar-logout-modal__cancel {
    margin-top: 16px;
  }

  .sepidsolar-delete-account-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    padding: 76px 16px 12px;
    overflow-y: auto;
  }

  .sepidsolar-delete-account-modal__dialog {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    inline-size: min(360px, calc(100vw - 32px));
    width: min(360px, calc(100vw - 32px));
    max-inline-size: none;
    margin-inline: auto;
    max-block-size: min(560px, calc(100vh - 84px));
    max-block-size: min(560px, calc(100dvh - 84px));
    padding: 6px 16px 22px;
    border-radius: 18px;
    overflow-y: auto;
  }

  .sepidsolar-delete-account-modal__hero {
    block-size: 180px;
    margin: -6px -16px 26px;
  }

  .sepidsolar-delete-account-modal__key {
    inline-size: 72px;
    block-size: 72px;
  }

  .sepidsolar-delete-account-modal__key svg {
    inline-size: 72px;
    block-size: 72px;
  }

  .sepidsolar-delete-account-modal__close {
    inset-block-start: 12px;
    inset-inline-start: 12px;
    inline-size: 26px;
    block-size: 26px;
  }

  .sepidsolar-delete-account-modal__title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .sepidsolar-delete-account-modal__text {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.55;
  }

  .sepidsolar-delete-account-modal__alert {
    margin-bottom: 18px;
    font-size: 11.5px;
    line-height: 1.45;
  }

  .sepidsolar-delete-account-modal__confirm {
    min-block-size: 42px;
    font-size: 13px;
  }

  .sepidsolar-delete-account-modal__cancel {
    margin-top: 14px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .myaccount-avatar-picker {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px 24px;
  }

  .myaccount-avatar-picker__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .myaccount-avatar-picker__options {
    justify-content: space-between;
  }

  .myaccount-avatar-option {
  }
}
