/* purgecss start ignore */

@charset "UTF-8";

.myaccount-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 20px 15px;
}

.myaccount-wrap .btn-buy-order {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.myaccount-wrap .card-event {
  text-transform: capitalize;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 120px min-content;
  width: 100%;
  height: 355px;
}

@media (min-width: 767px) {
  .myaccount-wrap .card-event {
    height: 368px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .myaccount-wrap .card-event h1 {
    margin-bottom: .5rem;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 600;
  }
}

@media (min-width: 767px) and (min-width: 767px) {
  .myaccount-wrap .card-event h1 {
    font-size: 1.4rem;
  }
}

@media (min-width: 767px) {
  .myaccount-wrap .card-event h2 {
    margin-bottom: 0;
  }
}

.myaccount-wrap .card-event .card-header-restaurant {
  background-size: cover;
  height: 184px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.myaccount-wrap .card-event .image-card-event {
  -o-object-fit: cover;
     object-fit: cover;
  height: 184px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 767px) {
  .myaccount-wrap .card-event .image-card-event {
    height: 200px;
  }
}

.myaccount-wrap .card-event .is-disabled {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.7);
}

.myaccount-wrap .card-event .store-title {
  padding: 0 .85rem;
  margin: .85rem 0rem .85rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.myaccount-wrap .card-event .description {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.2;
}

.myaccount-wrap .card-event .logo {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .25rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

@media (min-width: 767px) {
  .myaccount-wrap .card-event .logo {
    width: 80px;
    height: 80px;
  }
}

.myaccount-wrap .card-event .icon {
  width: 20px;
  height: 20px;
}

.myaccount-wrap .card-event .info {
  color: #585757;
  display: grid;
  font-size: 12px;
  padding: 0 .85rem .85rem .8rem;
}

.myaccount-wrap .card-event .info p {
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1rem;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}

.myaccount-wrap .card-event .info .not-available {
  grid-column: 1 / span 2;
  grid-template-columns: initial;
}

.myaccount-wrap .card-event .btn-buy {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

.myaccount-wrap .box-active-event {
  background-color: #73C64C;
  border-radius: 6px;
  width: 71px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

.myaccount-wrap .box-inactive-event {
  background-color: #E15555;
  border-radius: 6px;
  width: 71px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

.myaccount-wrap .cart-img-event {
  border-radius: 4px;
  width: 200px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.myaccount-wrap .ant-card-event {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
}

.myaccount-wrap .cart-title-event {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.myaccount-wrap .cart-desc-event {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

.myaccount-wrap .cart-event {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: .75rem;
  padding: .75rem 0;
}

.myaccount-wrap .tabs-content-wrap {
  max-width: 600px;
}

.myaccount-wrap .tabs-content-wrap h1 {
  font-size: 28px !important;
  font-weight: bold !important;
  color: #000 !important;
  line-height: 1.2 !important;
}

.myaccount-wrap .address-button-acction {
  position: absolute;
  bottom: 0;
}

.myaccount-wrap .address-card-heigth {
  height: 150px;
}

.myaccount-wrap .address-col-padding {
  padding: 10px;
}

.myaccount-wrap .payment-methods-title button {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .myaccount-wrap .payment-methods-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .myaccount-wrap .payment-methods-title button {
    width: auto;
    margin-right: 10px;
  }
}

.myaccount-wrap .payment-methods-card {
  border-radius: 10px;
}

.myaccount-wrap .payment-methods-card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
}

.myaccount-wrap .payment-methods-card .header img {
  height: 32px;
}

.myaccount-wrap .payment-methods-card .number {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 15px;
}

.myaccount-wrap .payment-methods-card .ant-btn {
  padding: 0;
}

.myaccount-wrap .payment-methods-card .ant-btn > span {
  text-decoration: underline;
}

.myaccount-wrap .card-visa {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, #000780 99.8%);
  color: white;
}

.myaccount-wrap .card-visa .ant-btn-link {
  color: white;
}

.myaccount-wrap .card-americanexpress {
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.myaccount-wrap .card-americanexpress .ant-btn-link {
  color: black;
}

.myaccount-wrap .card-amex {
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.myaccount-wrap .card-amex .ant-btn-link {
  color: black;
}

.myaccount-wrap .card-redcompra {
  color: white;
  background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
}

.myaccount-wrap .card-redcompra .ant-btn-link {
  color: white;
}

.myaccount-wrap .card-magna {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.myaccount-wrap .card-magna .ant-btn-link {
  color: black;
}

.myaccount-wrap .card-diners {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.myaccount-wrap .card-diners .ant-btn-link {
  color: black;
}

.myaccount-wrap .card-mastercard {
  color: white;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.myaccount-wrap .card-mastercard .ant-btn-link {
  color: white;
}

.myaccount-wrap .card-master {
  color: white;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.myaccount-wrap .card-master .ant-btn-link {
  color: white;
}

.myaccount-wrap .card-debvisa {
  color: white;
  background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
}

.myaccount-wrap .card-debvisa .ant-btn-link {
  color: white;
}

.myaccount-wrap .cart-product {
  display: grid;
  gap: .75rem;
  border-bottom: 1px solid #DBDBDB;
  padding: .75rem 0;
}

@media (min-width: 767px) {
  .myaccount-wrap .cart-product {
    grid-template-columns: min-content 1fr;
  }
}

.myaccount-wrap .cart-product .ant-collapse-header {
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #969696;
  font-size: 13px;
  text-decoration: underline;
}

.myaccount-wrap .cart-product .ant-collapse-header .ant-collapse-arrow {
  left: 0;
}

.myaccount-wrap .cart-product .ant-collapse-content-box {
  padding-left: 24px;
}

.myaccount-wrap .resume-div-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.myaccount-wrap .cart-products-empty {
  text-align: center;
  margin-top: 50%;
}

.myaccount-wrap .cart-img {
  border-radius: 4px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.myaccount-wrap .cart-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

/* 🎯 MY ACCOUNT INPUT STYLES - Elegantes como Checkout */

/* 🌙 DARK MODE - Variables CSS para inputs de My Account */

[data-theme="dark"] .myaccount-container {
  --form-item-bg: #000000;
  --form-label-color: #FFFFFF;
  --input-bg: transparent;
  --input-border-color: #333333;
  --input-text-color: #FFFFFF;
  --input-hover-border-color: #4B5563;
  --input-focus-border-color: #9CA3AF;
  --input-focus-shadow-color: rgba(156, 163, 175, 0.1);
  --input-placeholder-color: #9CA3AF;
}

/* ☀️ LIGHT MODE - Variables CSS para inputs de My Account */

[data-theme="light"] .myaccount-container {
  --form-item-bg: transparent;
  --form-label-color: #1A1A1A;
  --input-bg: transparent;
  --input-border-color: #E5E5E5;
  --input-text-color: #1A1A1A;
  --input-hover-border-color: #D1D5DB;
  --input-focus-border-color: #9CA3AF;
  --input-focus-shadow-color: rgba(156, 163, 175, 0.1);
  --input-placeholder-color: #6B7280;
}

/* 🎯 Estilos base para Form Items en My Account */

.myaccount-container .ant-form-item {
  margin-bottom: 20px;
}

.myaccount-container .ant-form-item .ant-form-item-label label {
  color: var(--form-label-color, var(--text-color));
  font-weight: 500;
  font-size: 14px;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input,
  .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper {
  background: var(--input-bg, transparent);
  border-color: var(--input-border-color, var(--border-color));
  color: var(--input-text-color, var(--text-color));
  transition: all 0.3s ease;
  height: 48px;
  border-radius: 12px;
  font-size: 15px;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:hover,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper:hover {
  border-color: var(--input-hover-border-color, var(--primary-color));
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:focus, .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input.ant-input-focused,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper:focus,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper.ant-input-focused {
  border-color: var(--input-focus-border-color, var(--primary-color));
  box-shadow: 0 0 0 3px var(--input-focus-shadow-color, rgba(0, 0, 0, 0.1));
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input::-moz-placeholder, .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper::-moz-placeholder {
  color: var(--input-placeholder-color, var(--text-secondary-color));
  opacity: 0.6;
  font-weight: 400;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:-ms-input-placeholder, .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper:-ms-input-placeholder {
  color: var(--input-placeholder-color, var(--text-secondary-color));
  opacity: 0.6;
  font-weight: 400;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input::placeholder,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper::placeholder {
  color: var(--input-placeholder-color, var(--text-secondary-color));
  opacity: 0.6;
  font-weight: 400;
}

/* 🎯 Chrome Styles Integration - Inputs Regulares en My Account */

[data-theme="dark"] .myaccount-container input[type="text"],
[data-theme="dark"] .myaccount-container input[type="password"],
[data-theme="dark"] .myaccount-container input[type="number"],
[data-theme="dark"] .myaccount-container input[type="email"],
[data-theme="dark"] .myaccount-container textarea {
  background: transparent !important;
  border-color: #333333 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

[data-theme="light"] .myaccount-container input[type="text"],
[data-theme="light"] .myaccount-container input[type="password"],
[data-theme="light"] .myaccount-container input[type="number"],
[data-theme="light"] .myaccount-container input[type="email"],
[data-theme="light"] .myaccount-container textarea {
  background: transparent !important;
  border-color: #E5E5E5 !important;
  color: #000000 !important;
  box-shadow: none !important;
}

/* 🎯 Chrome Autofill Fix para My Account */

.myaccount-container .ant-input:-webkit-autofill,
.myaccount-container .ant-input:-webkit-autofill:hover,
.myaccount-container .ant-input:-webkit-autofill:focus,
.myaccount-container .ant-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--input-bg, transparent) inset !important;
  -webkit-text-fill-color: var(--input-text-color, var(--text-color)) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* 🌙 Dark Mode - Chrome Autofill para My Account */

[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill,
[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill:hover,
[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill:focus,
[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* ☀️ Light Mode - Chrome Autofill para My Account */

[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill,
[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill:hover,
[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill:focus,
[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

/* 🎯 Estilos específicos para el formulario de edición */

.user-edit-form .ant-form-item {
  margin-bottom: 24px;
}

.user-edit-form .ant-form-item .ant-input,
  .user-edit-form .ant-form-item .ant-input-affix-wrapper {
  border-radius: 12px;
  height: 48px;
  font-size: 15px;
  padding: 0 16px !important;
  line-height: 48px !important;
  display: flex;
  align-items: center;
}

.user-edit-form .ant-form-item .ant-input input,
    .user-edit-form .ant-form-item .ant-input-affix-wrapper input {
  padding: 0 !important;
  line-height: normal !important;
  height: auto !important;
}

.user-edit-form .ant-btn {
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.user-edit-form .ant-btn.ant-btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.user-edit-form .ant-btn.ant-btn-primary:hover {
  background: #e65a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 116, 35, 0.3);
}

.user-edit-form .ant-btn.ant-btn-default {
  border-color: var(--border-color);
  color: var(--text-color);
}

.user-edit-form .ant-btn.ant-btn-default:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/* 🎯 Estilos para mensajes de error */

.myaccount-container .ant-form-item-explain-error {
  color: #ff4d4f;
  font-size: 13px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 🎯 BOTONES DEL FORMULARIO DE EDICIÓN - WORLD CLASS */

.user-edit-form .ant-form-item:last-child {
  margin-bottom: 0;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* 🎯 BOTÓN ACTUALIZAR - PRIMARIO */
  /* 🎯 BOTÓN CANCELAR - SECUNDARIO */
  /* 🎯 ESTADO LOADING */
  /* 🎯 ICONOS EN BOTONES */
  /* 🎯 TEXTO EN BOTONES */
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn:hover:before {
  left: 100%;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.3);
  /* 🌙 Dark Mode - Botón primario */
  /* ☀️ Light Mode - Botón primario */
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #E65A1A 0%, #CC4F15 100%);
  border-color: #E65A1A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.4);
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.3);
}

[data-theme="dark"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
}

[data-theme="light"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default {
  background: transparent;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  box-shadow: none;
  /* 🌙 Dark Mode - Botón cancelar */
  /* ☀️ Light Mode - Botón cancelar */
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:hover {
  background: var(--surface-color, rgba(0, 0, 0, 0.05));
  border-color: var(--primary-color, #F57423);
  color: var(--primary-color, #F57423);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:active {
  transform: translateY(0);
}

[data-theme="dark"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default {
  background: transparent;
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default {
  background: transparent;
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-loading {
  pointer-events: none;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-loading .anticon {
  margin-right: 8px;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn .anticon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn:hover .anticon {
  transform: scale(1.1);
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn span:not(.anticon) {
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* 🎯 RESPONSIVE DESIGN PARA BOTONES */

@media (max-width: 767px) {
  .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content {
    flex-direction: column;
    gap: 12px;
  }

  .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn {
    width: 100%;
    min-width: unset;
  }
}

/* 🎯 MODAL CAMBIAR EMAIL - WORLD CLASS */

.ant-modal.modal-change-email .ant-modal-content {
  background: var(--surface-color, #FFFFFF);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: none;
  overflow: hidden;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .ant-modal.modal-change-email .ant-modal-content {
  background: #1a1a1a;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

[data-theme="light"] .ant-modal.modal-change-email .ant-modal-content {
  background: #FFFFFF;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.ant-modal.modal-change-email .ant-modal-header {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-bottom: none;
  padding: 24px 32px;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.ant-modal.modal-change-email .ant-modal-header .ant-modal-title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
}

.ant-modal.modal-change-email .ant-modal-body {
  padding: 32px;
  background: var(--surface-color, #FFFFFF);
  position: relative;
  /* Header personalizado */
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  flex: 1;
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header .modal-close-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header .modal-close-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header .modal-close-button:active {
  transform: translateY(-50%) scale(0.95);
}

[data-theme="dark"] .ant-modal.modal-change-email .ant-modal-body {
  background: #1a1a1a;
}

[data-theme="light"] .ant-modal.modal-change-email .ant-modal-body {
  background: #FFFFFF;
}

.ant-modal.modal-change-email .ant-modal-footer {
  border-top: 1px solid var(--border-color, #E5E5E5);
  padding: 20px 32px 24px;
  background: var(--surface-color, #FFFFFF);
  border-radius: 0 0 16px 16px;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .ant-modal.modal-change-email .ant-modal-footer {
  background: #1a1a1a;
  border-top-color: #333333;
}

[data-theme="light"] .ant-modal.modal-change-email .ant-modal-footer {
  background: #FFFFFF;
  border-top-color: #E5E5E5;
}

.ant-modal.modal-change-email .ant-modal-close {
  color: #FFFFFF !important;
  top: 20px !important;
  right: 20px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(10px) !important;
  z-index: 1000 !important;
}

.ant-modal.modal-change-email .ant-modal-close:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.1) !important;
}

.ant-modal.modal-change-email .ant-modal-close:active {
  transform: scale(0.95) !important;
}

.ant-modal.modal-change-email .ant-modal-close .ant-modal-close-x {
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ant-modal.modal-change-email .ant-modal-close .custom-close-icon {
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

/* 🎯 FORM EMAIL - ESTILOS ELEGANTES */

.change-email-form .form-header {
  text-align: center;
  margin-bottom: 32px;
}

.change-email-form .form-header h2 {
  color: var(--text-color, #1A1A1A);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .change-email-form .form-header h2 {
  color: #FFFFFF;
}

[data-theme="light"] .change-email-form .form-header h2 {
  color: #1A1A1A;
}

.change-email-form .form-header p {
  color: var(--text-secondary-color, #6B7280);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 400px;
  margin: 0 auto;
}

.change-email-form .ant-form-item {
  margin-bottom: 24px;
}

.change-email-form .ant-form-item .ant-form-item-label label {
  color: var(--text-color, #1A1A1A);
  font-weight: 500;
  font-size: 14px;
}

.change-email-form .ant-form-item .ant-input {
  height: 48px;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.change-email-form .ant-form-item .ant-input:focus, .change-email-form .ant-form-item .ant-input.ant-input-focused {
  border-color: #F57423;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1);
}

.change-email-form .ant-form-item .ant-input::-moz-placeholder {
  color: var(--text-secondary-color, #9CA3AF);
}

.change-email-form .ant-form-item .ant-input:-ms-input-placeholder {
  color: var(--text-secondary-color, #9CA3AF);
}

.change-email-form .ant-form-item .ant-input::placeholder {
  color: var(--text-secondary-color, #9CA3AF);
}

.change-email-form .form-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.change-email-form .form-actions .ant-btn {
  min-width: 120px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.change-email-form .form-actions .ant-btn.ant-btn-default {
  background: transparent;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.change-email-form .form-actions .ant-btn.ant-btn-default:hover {
  border-color: #F57423;
  color: #F57423;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .change-email-form .form-actions .ant-btn.ant-btn-default {
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .change-email-form .form-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .change-email-form .form-actions .ant-btn.ant-btn-default {
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .change-email-form .form-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

.change-email-form .form-actions .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.3);
}

.change-email-form .form-actions .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #E65A1A 0%, #CC4F15 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.4);
}

.change-email-form .form-actions .ant-btn.ant-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.3);
}

/* 🎯 VERIFICATION CODE EMAIL - ESTILOS ELEGANTES */

.verification-code-email .verification-header {
  text-align: center;
  margin-bottom: 32px;
}

.verification-code-email .verification-header h1 {
  color: var(--text-color, #1A1A1A);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .verification-header h1 {
  color: #FFFFFF;
}

[data-theme="light"] .verification-code-email .verification-header h1 {
  color: #1A1A1A;
}

.verification-code-email .verification-header p {
  color: var(--text-secondary-color, #6B7280);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.verification-code-email .email-info {
  text-align: center;
  margin-bottom: 32px;
}

.verification-code-email .email-info .email-label {
  color: var(--text-secondary-color, #6B7280);
  font-size: 14px;
  margin-bottom: 8px;
}

.verification-code-email .email-info .email-address {
  color: #F57423;
  font-size: 18px;
  font-weight: 600;
  background: rgba(245, 116, 35, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.2);
  color: #F57423;
}

[data-theme="light"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.1);
  color: #F57423;
}

.verification-code-email .verification-input-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  width: 48px !important;
  height: 56px !important;
  border-radius: 12px !important;
  border: 2px solid var(--border-color, #E5E5E5) !important;
  background: var(--input-bg, transparent) !important;
  color: var(--text-color, #1A1A1A) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
  outline: none !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::-moz-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:-ms-input-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #4B5563 !important;
  background: transparent !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus, [data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.2) !important;
}

[data-theme="light"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #E5E5E5 !important;
  background: transparent !important;
  color: #1A1A1A !important;
}

.verification-code-email .verification-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.verification-code-email .verification-actions .ant-btn {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.verification-code-email .verification-actions .ant-btn.ant-btn-default {
  background: transparent;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-actions .ant-btn.ant-btn-default:hover {
  border-color: #F57423;
  color: #F57423;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn.ant-btn-default {
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn.ant-btn-default {
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

/* 🎯 RESPONSIVE DESIGN PARA MODAL */

@media (max-width: 767px) {
  .ant-modal.modal-change-email {
    width: 95% !important;
    max-width: 95% !important;
    margin: 20px auto !important;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-header {
    padding: 20px 24px;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-header .ant-modal-title {
    font-size: 18px;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-body {
    padding: 24px 20px;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-footer {
    padding: 16px 20px 20px;
  }

  .change-email-form .form-actions,
  .change-email-form .verification-actions,
  .verification-code-email .form-actions,
  .verification-code-email .verification-actions {
    flex-direction: column;
    gap: 12px;
  }

  .change-email-form .form-actions .ant-btn,
    .change-email-form .verification-actions .ant-btn,
    .verification-code-email .form-actions .ant-btn,
    .verification-code-email .verification-actions .ant-btn {
    width: 100%;
  }
}

/* 🎯 ESTILOS ADICIONALES PARA VERIFICATION CODE EMAIL */

.verification-code-email .verification-header {
  margin-bottom: 32px;
}

.verification-code-email .verification-header h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .verification-header h1 {
  color: #FFFFFF;
}

[data-theme="light"] .verification-code-email .verification-header h1 {
  color: #1A1A1A;
}

.verification-code-email .verification-header p {
  color: var(--text-secondary-color, #6B7280);
  margin: 0;
  line-height: 1.5;
}

.verification-code-email .email-info {
  margin-bottom: 24px;
}

.verification-code-email .email-info .email-label {
  font-size: 14px;
  color: var(--text-secondary-color, #6B7280);
  margin-bottom: 4px;
}

.verification-code-email .email-info .email-address {
  font-size: 16px;
  font-weight: 500;
  color: #F57423;
  padding: 4px 8px;
  background: rgba(245, 116, 35, 0.1);
  border-radius: 6px;
  display: inline-block;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.2);
  color: #F57423;
}

[data-theme="light"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.1);
  color: #F57423;
}

.verification-code-email .verification-input-container {
  margin-bottom: 32px;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  width: 48px !important;
  height: 56px !important;
  border-radius: 12px !important;
  border: 2px solid var(--border-color, #E5E5E5) !important;
  background: var(--input-bg, transparent) !important;
  color: var(--text-color, #1A1A1A) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
  outline: none !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::-moz-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:-ms-input-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #4B5563 !important;
  background: transparent !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus, [data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.2) !important;
}

[data-theme="light"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #E5E5E5 !important;
  background: transparent !important;
  color: #1A1A1A !important;
}

.verification-code-email .verification-actions .ant-btn {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-actions .ant-btn:hover {
  border-color: #F57423;
  color: #F57423;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn {
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn {
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

.user-profile-view .profile-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.user-profile-view .profile-header .profile-info {
  flex: 1;
}

.user-profile-view .profile-header .profile-info h3, .user-profile-view .profile-header .profile-info .ant-typography h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 8px 0;
}

.user-profile-view .profile-header .profile-info p, .user-profile-view .profile-header .profile-info .ant-typography-secondary {
  font-size: 14px !important;
}

.user-profile-view .profile-details .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.2s ease;
}

.user-profile-view .profile-details .detail-item:last-child {
  border-bottom: none;
}

.user-profile-view .profile-details .detail-item:hover {
  background-color: rgba(247, 147, 30, 0.02);
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.user-profile-view .profile-details .detail-item .detail-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 147, 30, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.user-profile-view .profile-details .detail-item .detail-icon .anticon {
  font-size: 20px;
  color: var(--primary-color);
}

.user-profile-view .profile-details .detail-item .detail-icon .anticon-check-circle {
  color: #52c41a !important;
}

.user-profile-view .profile-details .detail-item .detail-icon:hover {
  background-color: rgba(247, 147, 30, 0.15);
  transform: scale(1.05);
}

.user-profile-view .profile-details .detail-item .detail-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
}

.user-profile-view .profile-details .detail-item .detail-content .ant-typography {
  display: block;
  margin: 0;
}

.user-profile-view .profile-details .detail-item .detail-content .ant-typography-secondary {
  margin-top: 4px;
  font-size: 13px;
}

.user-profile-view .profile-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.user-profile-view .profile-actions .ant-btn {
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  height: 40px;
}

.user-profile-view .profile-actions .ant-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(247, 147, 30, 0.2);
}

.user-edit-form .edit-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.user-edit-form .edit-header h4, .user-edit-form .edit-header .ant-typography h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 0 8px 0;
}

.user-edit-form .edit-header p, .user-edit-form .edit-header .ant-typography-secondary {
  font-size: 14px !important;
}

.user-edit-form .ant-form-item {
  margin-bottom: 20px;
}

.user-edit-form .ant-btn {
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  height: 40px;
}

.user-edit-form .ant-btn:hover {
  transform: translateY(-1px);
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .tabs-content-wrap h1,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .tabs-content-wrap h1,
[data-theme="dark"] .myaccount-wrap .tabs-content-wrap h1 {
  color: var(--text-color) !important;
  font-size: 28px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
}

html[data-theme="dark"] body .myaccount-container .modal-show-transactions h1,
[data-theme="dark"] .myaccount-container .modal-show-transactions h1,
[data-theme="dark"] .myaccount-wrap .modal-show-transactions h1 {
  color: var(--text-color) !important;
  font-size: 36px !important;
  font-weight: bold !important;
}

/* 🎯 SECCIÓN DE AVATAR */

.avatar-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.avatar-section .ant-avatar {
  transition: all 0.3s ease;
}

.avatar-section .edit-avatar-btn {
  font-size: 12px;
  padding: 4px 12px;
  height: 28px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.avatar-section .edit-avatar-btn:hover {
  border-color: #F57423 !important;
  color: #F57423 !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.2);
}

[data-theme="dark"] .avatar-section .edit-avatar-btn {
  border-color: #4B5563 !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .avatar-section .edit-avatar-btn:hover {
  background: rgba(245, 116, 35, 0.1) !important;
  border-color: #F57423 !important;
  color: #F57423 !important;
}

[data-theme="light"] .avatar-section .edit-avatar-btn {
  border-color: #E5E5E5 !important;
  color: #1A1A1A !important;
}

[data-theme="light"] .avatar-section .edit-avatar-btn:hover {
  background: rgba(245, 116, 35, 0.05) !important;
  border-color: #F57423 !important;
  color: #F57423 !important;
}

/* 🎯 AVATAR EN MODO EDICIÓN */

.edit-avatar-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: var(--surface-color, #F9FAFB);
  border-radius: 12px;
  border: 1px solid var(--border-color, #E5E5E5);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .edit-avatar-section {
  background: #1a1a1a;
  border-color: #333333;
}

[data-theme="light"] .edit-avatar-section {
  background: #F9FAFB;
  border-color: #E5E5E5;
}

.edit-avatar-section .avatar-section {
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.edit-avatar-section .avatar-section .ant-avatar {
  border: 3px solid var(--border-color, #E5E5E5);
  flex-shrink: 0;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .edit-avatar-section .avatar-section .ant-avatar {
  border-color: #4B5563;
}

[data-theme="light"] .edit-avatar-section .avatar-section .ant-avatar {
  border-color: #E5E5E5;
}

.edit-avatar-section .avatar-section .edit-avatar-btn {
  margin-top: 0;
  font-size: 13px;
  padding: 6px 16px;
  height: 32px;
}

.edit-avatar-section .avatar-info {
  flex: 1;
}

.edit-avatar-section .avatar-info h4 {
  color: var(--text-color, #1A1A1A) !important;
  margin: 0 0 4px 0 !important;
}

.edit-avatar-section .avatar-info .ant-typography-secondary {
  color: var(--text-secondary-color, #6B7280) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-header .profile-info .ant-typography,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-header .profile-info .ant-typography,
[data-theme="dark"] .user-profile-view .profile-header .profile-info .ant-typography {
  color: var(--text-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-header .profile-info h3,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-header .profile-info h3,
[data-theme="dark"] .user-profile-view .profile-header .profile-info h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header .ant-typography,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header .ant-typography,
[data-theme="dark"] .user-edit-form .edit-header .ant-typography {
  color: var(--text-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header h4,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header h4,
[data-theme="dark"] .user-edit-form .edit-header h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item .detail-content .ant-typography,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item .detail-content .ant-typography,
[data-theme="dark"] .user-profile-view .profile-details .detail-item .detail-content .ant-typography {
  color: var(--text-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item .detail-content .ant-typography-secondary,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item .detail-content .ant-typography-secondary,
[data-theme="dark"] .user-profile-view .profile-details .detail-item .detail-content .ant-typography-secondary {
  color: rgba(255, 255, 255, 0.6) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item,
[data-theme="dark"] .user-profile-view .profile-details .detail-item {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item:hover,
  [data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-details .detail-item:hover,
  [data-theme="dark"] .user-profile-view .profile-details .detail-item:hover {
  background-color: rgba(247, 147, 30, 0.05) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn,
[data-theme="dark"] .user-profile-view .profile-actions .ant-btn {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: var(--text-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn:hover,
  [data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn:hover,
  [data-theme="dark"] .user-profile-view .profile-actions .ant-btn:hover {
  background-color: rgba(247, 147, 30, 0.1) !important;
  border-color: rgba(247, 147, 30, 0.3) !important;
  color: var(--primary-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn-default,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn-default,
[data-theme="dark"] .user-profile-view .profile-actions .ant-btn-default {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: var(--text-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn-default:hover,
  [data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-profile-view .profile-actions .ant-btn-default:hover,
  [data-theme="dark"] .user-profile-view .profile-actions .ant-btn-default:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(247, 147, 30, 0.3) !important;
  color: var(--primary-color) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header,
[data-theme="dark"] .user-edit-form .edit-header {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] body .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header h4,
[data-theme="dark"] .myaccount-container .myaccount-layout .myaccount-content .user-edit-form .edit-header h4,
[data-theme="dark"] .user-edit-form .edit-header h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.myaccount-wrap .cart-desc {
  font-size: 15px;
  color: #585757;
}

.myaccount-wrap .cart-status {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

.myaccount-wrap .cart-input {
  width: 40px;
  text-align: center;
}

.myaccount-wrap .cart-quantity {
  text-transform: capitalize;
  display: block;
}

@media (min-width: 1023px) {
  .myaccount-wrap .cart-quantity {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
  }
}

.myaccount-wrap .cart-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.myaccount-wrap .grid-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 767px) {
  .myaccount-wrap .grid-btn {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.myaccount-wrap .grid-btn-past {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 767px) {
  .myaccount-wrap .grid-btn-past {
    grid-template-columns: 1fr 1fr;
  }
}

.myaccount-wrap .btn-100-xs {
  grid-column: span 2;
}

@media (min-width: 767px) {
  .myaccount-wrap .btn-100-xs {
    grid-column: span 1;
  }
}

.ant-modal-footer {
  display: none;
}

.address-hover-select:hover {
  background-color: #DBDBDB;
}

.address-select-container {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
}

.hide-map {
  display: none;
}

.div-containt-map {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

.padding-text-map {
  padding-left: 10px;
  padding-right: 10px;
}

.text-instructions {
  margin-top: 20px;
  color: #969696;
  font-size: .8rem;
  margin-bottom: 10px;
}

.myaccount-sub-title {
  font-size: 13px;
  color: #969696;
  padding-bottom: 20px;
}

.modal-show-transactions .ant-modal-content {
  border-radius: 20px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.modal-show-transactions .ant-modal-body {
  padding: 24px !important;
  border-radius: 20px !important;
}

.modal-show-transactions .ant-modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.05) 0%, rgba(255, 107, 53, 0.05) 100%) !important;
  border-radius: 20px 20px 0 0 !important;
}

.modal-show-transactions .receipt-modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 60px 8px 0;
  gap: 16px;
}

.modal-show-transactions .receipt-modal-header .receipt-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.modal-show-transactions .receipt-modal-header .receipt-order-id {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: rgba(245, 116, 35, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(245, 116, 35, 0.2);
  white-space: nowrap;
}

.modal-show-transactions .ant-modal-close {
  color: #666 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  top: 24px !important;
  right: 24px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.modal-show-transactions .ant-modal-close .ant-modal-close-icon {
  background: transparent !important;
  color: #666 !important;
}

.modal-show-transactions .ant-modal-close:hover {
  color: #333 !important;
  background: white !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

.modal-show-transactions .ant-modal-close:hover .ant-modal-close-icon {
  color: #333 !important;
}

.modal-show-transactions .cursor-pointer {
  cursor: pointer;
}

.modal-show-transactions .div-container {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 16px 20px;
  background: rgba(245, 116, 35, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(245, 116, 35, 0.1);
}

.modal-show-transactions .div-container strong {
  color: #F57423;
  font-weight: 600;
}

.modal-show-transactions h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: center;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-show-transactions .card-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-show-transactions .card-title:before {
  content: "";
  width: 3px;
  height: 16px;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  border-radius: 2px;
}

.modal-show-transactions .ant-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.modal-show-transactions .product-card-premium {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

.modal-show-transactions .product-card-premium::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%) !important;
  box-shadow: 0 0 8px rgba(245, 116, 35, 0.3) !important;
}

.modal-show-transactions .product-card-premium:hover {
  border-color: rgba(245, 116, 35, 0.25) !important;
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-3px) !important;
}

.modal-show-transactions .product-card-premium .product-header {
  padding: 20px 24px !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.04) 0%, rgba(255, 107, 53, 0.02) 100%) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  border-bottom: 1px solid rgba(245, 116, 35, 0.08) !important;
  position: relative !important;
}

.modal-show-transactions .product-card-premium .product-header::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 24px !important;
  right: 24px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(245, 116, 35, 0.2) 50%, transparent 100%) !important;
}

.modal-show-transactions .product-card-premium .product-header .product-title {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  flex: 1 !important;
}

.modal-show-transactions .product-card-premium .product-header .product-title .product-quantity {
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%) !important;
  color: white !important;
  padding: 4px 8px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  min-width: 28px !important;
  text-align: center !important;
  line-height: 1.2 !important;
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.4) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.modal-show-transactions .product-card-premium .product-header .product-title .product-name {
  color: #1a1a1a !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  flex: 1 !important;
}

.modal-show-transactions .product-card-premium .product-header .product-price {
  color: #F57423 !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  white-space: nowrap !important;
  text-shadow: 0 1px 2px rgba(245, 116, 35, 0.3) !important;
}

.modal-show-transactions .product-card-premium .product-observations {
  padding: 16px 24px !important;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.06) 0%, rgba(245, 116, 35, 0.03) 100%) !important;
  border-bottom: 1px solid rgba(245, 116, 35, 0.1) !important;
  position: relative !important;
}

.modal-show-transactions .product-card-premium .product-observations::before {
  content: "\1F4AC" !important;
  position: absolute !important;
  left: 24px !important;
  top: 16px !important;
  font-size: 14px !important;
  opacity: 0.7 !important;
}

.modal-show-transactions .product-card-premium .product-observations .observations-label {
  color: #F57423 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 6px !important;
  display: block !important;
  margin-left: 24px !important;
}

.modal-show-transactions .product-card-premium .product-observations .observations-text {
  color: #555 !important;
  font-size: 14px !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  margin-left: 24px !important;
  font-weight: 500 !important;
}

.modal-show-transactions .product-card-premium .product-options {
  padding: 20px 24px !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item {
  margin-bottom: 16px !important;
  background: rgba(0, 0, 0, 0.02) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s ease !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item:hover {
  background: rgba(245, 116, 35, 0.03) !important;
  border-color: rgba(245, 116, 35, 0.15) !important;
  transform: translateX(4px) !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item:last-child {
  margin-bottom: 0 !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item .option-group {
  color: #F57423 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail .option-quantity {
  color: #F57423 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  background: rgba(245, 116, 35, 0.1) !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(245, 116, 35, 0.2) !important;
}

.modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail .option-name {
  color: #666 !important;
  font-size: 14px !important;
  flex: 1 !important;
  font-weight: 500 !important;
}

.modal-show-transactions .product-card-premium .product-no-options {
  padding: 20px 24px !important;
  text-align: center !important;
  color: #999 !important;
  font-style: italic !important;
  font-size: 14px !important;
  background: rgba(0, 0, 0, 0.01) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 20px rgba(245, 116, 35, 0.1) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium::before {
  background: linear-gradient(135deg, #ffb366 0%, #ff8c42 100%) !important;
  box-shadow: 0 0 12px rgba(255, 179, 102, 0.5) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium:hover {
  border-color: rgba(245, 116, 35, 0.3) !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%) !important;
  box-shadow: 0 8px 32px rgba(245, 116, 35, 0.15), 0 4px 16px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(245, 116, 35, 0.2) !important;
  transform: translateY(-2px) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-header {
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-header::after {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 179, 102, 0.3) 50%, transparent 100%) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-header .product-quantity {
  background: linear-gradient(135deg, #ffb366 0%, #ff8c42 100%) !important;
  box-shadow: 0 2px 12px rgba(255, 179, 102, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-header .product-name {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-header .product-price {
  color: #ffb366 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-observations {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(245, 116, 35, 0.05) 100%) !important;
  border-bottom-color: rgba(245, 116, 35, 0.25) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-observations::before {
  content: "\1F4AC" !important;
  opacity: 0.9 !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-observations .observations-label {
  color: #ffb366 !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-observations .observations-text {
  color: #f0f0f0 !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-options .product-option-item {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-options .product-option-item:hover {
  background: rgba(245, 116, 35, 0.05) !important;
  border-color: rgba(245, 116, 35, 0.2) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-options .product-option-item .option-group {
  color: #ffb366 !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail .option-quantity {
  color: #ffb366 !important;
  font-weight: 700 !important;
  background: rgba(245, 116, 35, 0.15) !important;
  border-color: rgba(245, 116, 35, 0.3) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail .option-name {
  color: #e8e8e8 !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .modal-show-transactions .product-card-premium .product-no-options {
  color: #cccccc !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

@media (min-width: 1023px) {
  .modal-show-transactions .product-card-premium {
    margin-bottom: 12px !important;
  }

  .modal-show-transactions .product-card-premium .product-header {
    padding: 16px 18px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .modal-show-transactions .product-card-premium .product-header .product-title {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .modal-show-transactions .product-card-premium .product-header .product-title .product-quantity {
    align-self: flex-start !important;
    font-size: 11px !important;
    padding: 3px 6px !important;
    min-width: 24px !important;
  }

  .modal-show-transactions .product-card-premium .product-header .product-title .product-name {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .modal-show-transactions .product-card-premium .product-header .product-price {
    align-self: flex-start !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .modal-show-transactions .product-card-premium .product-observations {
    padding: 12px 18px !important;
  }

  .modal-show-transactions .product-card-premium .product-observations::before {
    left: 18px !important;
  }

  .modal-show-transactions .product-card-premium .product-observations .observations-label {
    margin-left: 20px !important;
  }

  .modal-show-transactions .product-card-premium .product-observations .observations-text {
    margin-left: 20px !important;
    font-size: 13px !important;
  }

  .modal-show-transactions .product-card-premium .product-options {
    padding: 16px 18px !important;
  }

  .modal-show-transactions .product-card-premium .product-options .product-option-item {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  .modal-show-transactions .product-card-premium .product-options .product-option-item .option-group {
    font-size: 12px !important;
  }

  .modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail {
    gap: 10px !important;
  }

  .modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail .option-quantity {
    font-size: 13px !important;
    padding: 3px 6px !important;
  }

  .modal-show-transactions .product-card-premium .product-options .product-option-item .option-detail .option-name {
    font-size: 13px !important;
  }

  .modal-show-transactions .product-card-premium .product-no-options {
    padding: 16px 18px !important;
    font-size: 13px !important;
  }
}

.modal-show-transactions .ant-divider {
  border-top-color: rgba(0, 0, 0, 0.08) !important;
  margin: 16px 0 !important;
}

.modal-show-transactions .resume-div-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.015);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.modal-show-transactions .resume-div-container:hover {
  background: rgba(245, 116, 35, 0.03);
  border-color: rgba(245, 116, 35, 0.12);
}

.modal-show-transactions .cart-desc {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.modal-show-transactions .cart-option {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 6px;
}

.modal-show-transactions .cart-option div:first-child {
  font-weight: 600;
  color: #F57423;
  margin-bottom: 4px;
}

.modal-show-transactions .cart-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

[data-theme="dark"] .modal-show-transactions .ant-modal-content {
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .modal-show-transactions .ant-modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.1) 0%, rgba(255, 107, 53, 0.1) 100%) !important;
}

[data-theme="dark"] .modal-show-transactions .receipt-modal-header .receipt-title {
  color: #fff;
}

[data-theme="dark"] .modal-show-transactions .receipt-modal-header .receipt-order-id {
  color: #ccc;
  background: rgba(245, 116, 35, 0.15);
  border-color: rgba(245, 116, 35, 0.3);
}

[data-theme="dark"] .modal-show-transactions .ant-modal-close {
  background: rgba(30, 30, 30, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-modal-close .ant-modal-close-icon {
  background: transparent !important;
  color: #ccc !important;
}

[data-theme="dark"] .modal-show-transactions .ant-modal-close:hover {
  background: #1e1e1e !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-modal-close:hover .ant-modal-close-icon {
  color: #fff !important;
}

[data-theme="dark"] .modal-show-transactions .div-container {
  background: rgba(245, 116, 35, 0.1);
  border-color: rgba(245, 116, 35, 0.2);
}

[data-theme="dark"] .modal-show-transactions .div-container strong {
  color: #ff8c42;
}

[data-theme="dark"] .modal-show-transactions h1 {
  color: #fff;
}

[data-theme="dark"] .modal-show-transactions .card-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 16px;
}

[data-theme="dark"] .modal-show-transactions .card-title:before {
  width: 3px;
  height: 16px;
  background: linear-gradient(135deg, #ff8c42 0%, #F57423 100%);
}

[data-theme="dark"] .modal-show-transactions .ant-collapse-item {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-collapse-item:hover {
  border-color: rgba(245, 116, 35, 0.25) !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.03) 0%, rgba(255, 107, 53, 0.01) 100%) !important;
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.08), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-collapse-header {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 16px !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.06) 0%, rgba(255, 107, 53, 0.03) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-collapse-header:hover {
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.12) 0%, rgba(255, 107, 53, 0.06) 100%) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-collapse-content {
  border-top: none !important;
}

[data-theme="dark"] .modal-show-transactions .ant-collapse-content-box {
  padding: 12px 16px !important;
  background: rgba(0, 0, 0, 0.02) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
}

[data-theme="dark"] .modal-show-transactions .ant-divider {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  margin: 16px 0 !important;
}

[data-theme="dark"] .modal-show-transactions .resume-div-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .modal-show-transactions .resume-div-container:hover {
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%);
  border-color: rgba(245, 116, 35, 0.25);
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.1), 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

[data-theme="dark"] .modal-show-transactions .cart-desc {
  color: #e0e0e0;
  font-weight: 500;
}

[data-theme="dark"] .modal-show-transactions .cart-option {
  color: #d0d0d0;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 6px;
}

[data-theme="dark"] .modal-show-transactions .cart-option div:first-child {
  color: #ff8c42;
  font-weight: 600;
}

[data-theme="dark"] .modal-show-transactions .cart-title {
  color: #fff;
  font-weight: 600;
}

/* 🎯 MY ACCOUNT INPUT STYLES - Elegantes como Checkout */

/* 🌙 DARK MODE - Variables CSS para inputs de My Account */

[data-theme="dark"] .myaccount-container {
  --form-item-bg: #000000;
  --form-label-color: #FFFFFF;
  --input-bg: transparent;
  --input-border-color: #333333;
  --input-text-color: #FFFFFF;
  --input-hover-border-color: #4B5563;
  --input-focus-border-color: #9CA3AF;
  --input-focus-shadow-color: rgba(156, 163, 175, 0.1);
  --input-placeholder-color: #9CA3AF;
}

/* ☀️ LIGHT MODE - Variables CSS para inputs de My Account */

[data-theme="light"] .myaccount-container {
  --form-item-bg: transparent;
  --form-label-color: #1A1A1A;
  --input-bg: transparent;
  --input-border-color: #E5E5E5;
  --input-text-color: #1A1A1A;
  --input-hover-border-color: #D1D5DB;
  --input-focus-border-color: #9CA3AF;
  --input-focus-shadow-color: rgba(156, 163, 175, 0.1);
  --input-placeholder-color: #6B7280;
}

/* 🎯 Estilos base para Form Items en My Account */

.myaccount-container .ant-form-item {
  margin-bottom: 20px;
}

.myaccount-container .ant-form-item .ant-form-item-label label {
  color: var(--form-label-color, var(--text-color));
  font-weight: 500;
  font-size: 14px;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input,
  .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper {
  background: var(--input-bg, transparent);
  border-color: var(--input-border-color, var(--border-color));
  color: var(--input-text-color, var(--text-color));
  transition: all 0.3s ease;
  height: 48px;
  border-radius: 12px;
  font-size: 15px;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:hover,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper:hover {
  border-color: var(--input-hover-border-color, var(--primary-color));
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:focus, .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input.ant-input-focused,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper:focus,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper.ant-input-focused {
  border-color: var(--input-focus-border-color, var(--primary-color));
  box-shadow: 0 0 0 3px var(--input-focus-shadow-color, rgba(0, 0, 0, 0.1));
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input::-moz-placeholder, .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper::-moz-placeholder {
  color: var(--input-placeholder-color, var(--text-secondary-color));
  opacity: 0.6;
  font-weight: 400;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:-ms-input-placeholder, .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper:-ms-input-placeholder {
  color: var(--input-placeholder-color, var(--text-secondary-color));
  opacity: 0.6;
  font-weight: 400;
}

.myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input::placeholder,
    .myaccount-container .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper::placeholder {
  color: var(--input-placeholder-color, var(--text-secondary-color));
  opacity: 0.6;
  font-weight: 400;
}

/* 🎯 Chrome Styles Integration - Inputs Regulares en My Account */

[data-theme="dark"] .myaccount-container input[type="text"],
[data-theme="dark"] .myaccount-container input[type="password"],
[data-theme="dark"] .myaccount-container input[type="number"],
[data-theme="dark"] .myaccount-container input[type="email"],
[data-theme="dark"] .myaccount-container textarea {
  background: transparent !important;
  border-color: #333333 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

[data-theme="light"] .myaccount-container input[type="text"],
[data-theme="light"] .myaccount-container input[type="password"],
[data-theme="light"] .myaccount-container input[type="number"],
[data-theme="light"] .myaccount-container input[type="email"],
[data-theme="light"] .myaccount-container textarea {
  background: transparent !important;
  border-color: #E5E5E5 !important;
  color: #000000 !important;
  box-shadow: none !important;
}

/* 🎯 Chrome Autofill Fix para My Account */

.myaccount-container .ant-input:-webkit-autofill,
.myaccount-container .ant-input:-webkit-autofill:hover,
.myaccount-container .ant-input:-webkit-autofill:focus,
.myaccount-container .ant-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--input-bg, transparent) inset !important;
  -webkit-text-fill-color: var(--input-text-color, var(--text-color)) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* 🌙 Dark Mode - Chrome Autofill para My Account */

[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill,
[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill:hover,
[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill:focus,
[data-theme="dark"] .myaccount-container .ant-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* ☀️ Light Mode - Chrome Autofill para My Account */

[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill,
[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill:hover,
[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill:focus,
[data-theme="light"] .myaccount-container .ant-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

/* 🎯 Estilos específicos para el formulario de edición */

.user-edit-form .ant-form-item {
  margin-bottom: 24px;
}

.user-edit-form .ant-form-item .ant-input,
  .user-edit-form .ant-form-item .ant-input-affix-wrapper {
  border-radius: 12px;
  height: 48px;
  font-size: 15px;
  padding: 0 16px !important;
  line-height: 48px !important;
  display: flex;
  align-items: center;
}

.user-edit-form .ant-form-item .ant-input input,
    .user-edit-form .ant-form-item .ant-input-affix-wrapper input {
  padding: 0 !important;
  line-height: normal !important;
  height: auto !important;
}

.user-edit-form .ant-btn {
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.user-edit-form .ant-btn.ant-btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.user-edit-form .ant-btn.ant-btn-primary:hover {
  background: #e65a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 116, 35, 0.3);
}

.user-edit-form .ant-btn.ant-btn-default {
  border-color: var(--border-color);
  color: var(--text-color);
}

.user-edit-form .ant-btn.ant-btn-default:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/* 🎯 Estilos para mensajes de error */

.myaccount-container .ant-form-item-explain-error {
  color: #ff4d4f;
  font-size: 13px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 🎯 BOTONES DEL FORMULARIO DE EDICIÓN - WORLD CLASS */

.user-edit-form .ant-form-item:last-child {
  margin-bottom: 0;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* 🎯 BOTÓN ACTUALIZAR - PRIMARIO */
  /* 🎯 BOTÓN CANCELAR - SECUNDARIO */
  /* 🎯 ESTADO LOADING */
  /* 🎯 ICONOS EN BOTONES */
  /* 🎯 TEXTO EN BOTONES */
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn:hover:before {
  left: 100%;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.3);
  /* 🌙 Dark Mode - Botón primario */
  /* ☀️ Light Mode - Botón primario */
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #E65A1A 0%, #CC4F15 100%);
  border-color: #E65A1A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.4);
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.3);
}

[data-theme="dark"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
}

[data-theme="light"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default {
  background: transparent;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  box-shadow: none;
  /* 🌙 Dark Mode - Botón cancelar */
  /* ☀️ Light Mode - Botón cancelar */
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:hover {
  background: var(--surface-color, rgba(0, 0, 0, 0.05));
  border-color: var(--primary-color, #F57423);
  color: var(--primary-color, #F57423);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:active {
  transform: translateY(0);
}

[data-theme="dark"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default {
  background: transparent;
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default {
  background: transparent;
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-loading {
  pointer-events: none;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn.ant-btn-loading .anticon {
  margin-right: 8px;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn .anticon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn:hover .anticon {
  transform: scale(1.1);
}

.user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn span:not(.anticon) {
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* 🎯 RESPONSIVE DESIGN PARA BOTONES */

@media (max-width: 767px) {
  .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content {
    flex-direction: column;
    gap: 12px;
  }

  .user-edit-form .ant-form-item:last-child .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-btn {
    width: 100%;
    min-width: unset;
  }
}

/* 🎯 MODAL CAMBIAR EMAIL - WORLD CLASS */

.ant-modal.modal-change-email .ant-modal-content {
  background: var(--surface-color, #FFFFFF);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: none;
  overflow: hidden;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .ant-modal.modal-change-email .ant-modal-content {
  background: #1a1a1a;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

[data-theme="light"] .ant-modal.modal-change-email .ant-modal-content {
  background: #FFFFFF;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.ant-modal.modal-change-email .ant-modal-header {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-bottom: none;
  padding: 24px 32px;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.ant-modal.modal-change-email .ant-modal-header .ant-modal-title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
}

.ant-modal.modal-change-email .ant-modal-body {
  padding: 32px;
  background: var(--surface-color, #FFFFFF);
  position: relative;
  /* Header personalizado */
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  flex: 1;
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header .modal-close-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header .modal-close-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.ant-modal.modal-change-email .ant-modal-body .modal-custom-header .modal-close-button:active {
  transform: translateY(-50%) scale(0.95);
}

[data-theme="dark"] .ant-modal.modal-change-email .ant-modal-body {
  background: #1a1a1a;
}

[data-theme="light"] .ant-modal.modal-change-email .ant-modal-body {
  background: #FFFFFF;
}

.ant-modal.modal-change-email .ant-modal-footer {
  border-top: 1px solid var(--border-color, #E5E5E5);
  padding: 20px 32px 24px;
  background: var(--surface-color, #FFFFFF);
  border-radius: 0 0 16px 16px;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .ant-modal.modal-change-email .ant-modal-footer {
  background: #1a1a1a;
  border-top-color: #333333;
}

[data-theme="light"] .ant-modal.modal-change-email .ant-modal-footer {
  background: #FFFFFF;
  border-top-color: #E5E5E5;
}

.ant-modal.modal-change-email .ant-modal-close {
  color: #FFFFFF !important;
  top: 20px !important;
  right: 20px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(10px) !important;
  z-index: 1000 !important;
}

.ant-modal.modal-change-email .ant-modal-close:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.1) !important;
}

.ant-modal.modal-change-email .ant-modal-close:active {
  transform: scale(0.95) !important;
}

.ant-modal.modal-change-email .ant-modal-close .ant-modal-close-x {
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ant-modal.modal-change-email .ant-modal-close .custom-close-icon {
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

/* 🎯 FORM EMAIL - ESTILOS ELEGANTES */

.change-email-form .form-header {
  text-align: center;
  margin-bottom: 32px;
}

.change-email-form .form-header h2 {
  color: var(--text-color, #1A1A1A);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .change-email-form .form-header h2 {
  color: #FFFFFF;
}

[data-theme="light"] .change-email-form .form-header h2 {
  color: #1A1A1A;
}

.change-email-form .form-header p {
  color: var(--text-secondary-color, #6B7280);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 400px;
  margin: 0 auto;
}

.change-email-form .ant-form-item {
  margin-bottom: 24px;
}

.change-email-form .ant-form-item .ant-form-item-label label {
  color: var(--text-color, #1A1A1A);
  font-weight: 500;
  font-size: 14px;
}

.change-email-form .ant-form-item .ant-input {
  height: 48px;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.change-email-form .ant-form-item .ant-input:focus, .change-email-form .ant-form-item .ant-input.ant-input-focused {
  border-color: #F57423;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1);
}

.change-email-form .ant-form-item .ant-input::-moz-placeholder {
  color: var(--text-secondary-color, #9CA3AF);
}

.change-email-form .ant-form-item .ant-input:-ms-input-placeholder {
  color: var(--text-secondary-color, #9CA3AF);
}

.change-email-form .ant-form-item .ant-input::placeholder {
  color: var(--text-secondary-color, #9CA3AF);
}

.change-email-form .form-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.change-email-form .form-actions .ant-btn {
  min-width: 120px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.change-email-form .form-actions .ant-btn.ant-btn-default {
  background: transparent;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.change-email-form .form-actions .ant-btn.ant-btn-default:hover {
  border-color: #F57423;
  color: #F57423;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .change-email-form .form-actions .ant-btn.ant-btn-default {
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .change-email-form .form-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .change-email-form .form-actions .ant-btn.ant-btn-default {
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .change-email-form .form-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

.change-email-form .form-actions .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #F57423 0%, #E65A1A 100%);
  border-color: #F57423;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.3);
}

.change-email-form .form-actions .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #E65A1A 0%, #CC4F15 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.4);
}

.change-email-form .form-actions .ant-btn.ant-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.3);
}

/* 🎯 VERIFICATION CODE EMAIL - ESTILOS ELEGANTES */

.verification-code-email .verification-header {
  text-align: center;
  margin-bottom: 32px;
}

.verification-code-email .verification-header h1 {
  color: var(--text-color, #1A1A1A);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .verification-header h1 {
  color: #FFFFFF;
}

[data-theme="light"] .verification-code-email .verification-header h1 {
  color: #1A1A1A;
}

.verification-code-email .verification-header p {
  color: var(--text-secondary-color, #6B7280);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.verification-code-email .email-info {
  text-align: center;
  margin-bottom: 32px;
}

.verification-code-email .email-info .email-label {
  color: var(--text-secondary-color, #6B7280);
  font-size: 14px;
  margin-bottom: 8px;
}

.verification-code-email .email-info .email-address {
  color: #F57423;
  font-size: 18px;
  font-weight: 600;
  background: rgba(245, 116, 35, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.2);
  color: #F57423;
}

[data-theme="light"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.1);
  color: #F57423;
}

.verification-code-email .verification-input-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  width: 48px !important;
  height: 56px !important;
  border-radius: 12px !important;
  border: 2px solid var(--border-color, #E5E5E5) !important;
  background: var(--input-bg, transparent) !important;
  color: var(--text-color, #1A1A1A) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
  outline: none !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::-moz-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:-ms-input-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #4B5563 !important;
  background: transparent !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus, [data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.2) !important;
}

[data-theme="light"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #E5E5E5 !important;
  background: transparent !important;
  color: #1A1A1A !important;
}

.verification-code-email .verification-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.verification-code-email .verification-actions .ant-btn {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.verification-code-email .verification-actions .ant-btn.ant-btn-default {
  background: transparent;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-actions .ant-btn.ant-btn-default:hover {
  border-color: #F57423;
  color: #F57423;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn.ant-btn-default {
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn.ant-btn-default {
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn.ant-btn-default:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

/* 🎯 RESPONSIVE DESIGN PARA MODAL */

@media (max-width: 767px) {
  .ant-modal.modal-change-email {
    width: 95% !important;
    max-width: 95% !important;
    margin: 20px auto !important;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-header {
    padding: 20px 24px;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-header .ant-modal-title {
    font-size: 18px;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-body {
    padding: 24px 20px;
  }

  .ant-modal.modal-change-email .ant-modal-content .ant-modal-footer {
    padding: 16px 20px 20px;
  }

  .change-email-form .form-actions,
  .change-email-form .verification-actions,
  .verification-code-email .form-actions,
  .verification-code-email .verification-actions {
    flex-direction: column;
    gap: 12px;
  }

  .change-email-form .form-actions .ant-btn,
    .change-email-form .verification-actions .ant-btn,
    .verification-code-email .form-actions .ant-btn,
    .verification-code-email .verification-actions .ant-btn {
    width: 100%;
  }
}

/* 🎯 ESTILOS ADICIONALES PARA VERIFICATION CODE EMAIL */

.verification-code-email .verification-header {
  margin-bottom: 32px;
}

.verification-code-email .verification-header h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .verification-header h1 {
  color: #FFFFFF;
}

[data-theme="light"] .verification-code-email .verification-header h1 {
  color: #1A1A1A;
}

.verification-code-email .verification-header p {
  color: var(--text-secondary-color, #6B7280);
  margin: 0;
  line-height: 1.5;
}

.verification-code-email .email-info {
  margin-bottom: 24px;
}

.verification-code-email .email-info .email-label {
  font-size: 14px;
  color: var(--text-secondary-color, #6B7280);
  margin-bottom: 4px;
}

.verification-code-email .email-info .email-address {
  font-size: 16px;
  font-weight: 500;
  color: #F57423;
  padding: 4px 8px;
  background: rgba(245, 116, 35, 0.1);
  border-radius: 6px;
  display: inline-block;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

[data-theme="dark"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.2);
  color: #F57423;
}

[data-theme="light"] .verification-code-email .email-info .email-address {
  background: rgba(245, 116, 35, 0.1);
  color: #F57423;
}

.verification-code-email .verification-input-container {
  margin-bottom: 32px;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  width: 48px !important;
  height: 56px !important;
  border-radius: 12px !important;
  border: 2px solid var(--border-color, #E5E5E5) !important;
  background: var(--input-bg, transparent) !important;
  color: var(--text-color, #1A1A1A) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
  outline: none !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.1) !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::-moz-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:-ms-input-placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

.verification-code-email .verification-input-container .verification-input .ReactCodeInput-input::placeholder {
  color: var(--text-secondary-color, #9CA3AF) !important;
  opacity: 0.6 !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #4B5563 !important;
  background: transparent !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input:focus, [data-theme="dark"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input.ReactCodeInput-input-focused {
  border-color: #F57423 !important;
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.2) !important;
}

[data-theme="light"] .verification-code-email .verification-input-container .verification-input .ReactCodeInput-input {
  border-color: #E5E5E5 !important;
  background: transparent !important;
  color: #1A1A1A !important;
}

.verification-code-email .verification-actions .ant-btn {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border-color: var(--border-color, #E5E5E5);
  color: var(--text-color, #1A1A1A);
  /* 🌙 Dark Mode */
  /* ☀️ Light Mode */
}

.verification-code-email .verification-actions .ant-btn:hover {
  border-color: #F57423;
  color: #F57423;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn {
  border-color: #4B5563;
  color: #FFFFFF;
}

[data-theme="dark"] .verification-code-email .verification-actions .ant-btn:hover {
  background: rgba(245, 116, 35, 0.1);
  border-color: #F57423;
  color: #F57423;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn {
  border-color: #E5E5E5;
  color: #1A1A1A;
}

[data-theme="light"] .verification-code-email .verification-actions .ant-btn:hover {
  background: rgba(245, 116, 35, 0.05);
  border-color: #F57423;
  color: #F57423;
}

.ticket-card-premium {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.06);
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1023px) {
  .ticket-card-premium {
    max-width: 380px;
  }
}

.ticket-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px -8px rgba(245, 116, 35, 0.2);
  border-color: rgba(245, 116, 35, 0.2);
}

.ticket-card-premium .ticket-image-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background: var(--surface-color);
}

.ticket-card-premium .ticket-image-section .ticket-image {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

@media (min-width: 1023px) {
  .ticket-card-premium .ticket-image-section .ticket-image {
    min-height: 240px;
    max-height: 360px;
  }
}

.ticket-card-premium .ticket-image-section .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}

.ticket-card-premium .ticket-image-section .status-indicator {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.ticket-card-premium .ticket-image-section .status-indicator.active {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.4);
}

.ticket-card-premium .ticket-image-section .status-indicator.active .pulse-dot {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: pulse-animation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.ticket-card-premium .ticket-image-section .status-indicator.inactive {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  box-shadow: 0 4px 16px rgba(107, 114, 128, 0.4);
}

.ticket-card-premium .ticket-image-section .date-badge-floating {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.ticket-card-premium .ticket-image-section .date-badge-floating .date-day {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary-color);
}

.ticket-card-premium .ticket-image-section .date-badge-floating .date-month {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-secondary-color);
  margin-top: 2px;
}

.ticket-card-premium .ticket-content-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.ticket-card-premium .ticket-content-section .ticket-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ticket-card-premium .ticket-content-section .ticket-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ticket-card-premium .ticket-content-section .ticket-details .detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-secondary-color);
  font-weight: 500;
}

.ticket-card-premium .ticket-content-section .ticket-details .detail-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.7;
}

.ticket-card-premium .ticket-content-section .ticket-details .detail-item .detail-text {
  flex: 1;
}

.ticket-card-premium .ticket-content-section .ticket-details .detail-item .detail-text.venue-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.ticket-card-premium .ticket-content-section .ticket-details .detail-item .seat-info {
  font-weight: 600;
  color: var(--primary-color);
  background: rgba(245, 116, 35, 0.1);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
}

.ticket-card-premium .ticket-content-section .ticket-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ticket-card-premium .ticket-content-section .ticket-actions .action-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1);
}

.ticket-card-premium .ticket-content-section .ticket-actions .action-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ticket-card-premium .ticket-content-section .ticket-actions .action-button.download-btn {
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
  color: white;
  box-shadow: 0 4px 16px -4px rgba(247, 147, 30, 0.4);
}

.ticket-card-premium .ticket-content-section .ticket-actions .action-button.download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(247, 147, 30, 0.6);
  color: white;
}

.ticket-card-premium .ticket-content-section .ticket-actions .action-button.qr-btn {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  box-shadow: 0 4px 16px -4px rgba(255, 107, 53, 0.4);
}

.ticket-card-premium .ticket-content-section .ticket-actions .action-button.qr-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(255, 107, 53, 0.6);
  color: white;
}

@keyframes pulse-animation {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

[data-theme="dark"] .ticket-card-premium {
  background: rgba(30, 30, 30, 0.95);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .ticket-card-premium:hover {
  border-color: rgba(245, 116, 35, 0.3);
}

[data-theme="dark"] .ticket-card-premium .ticket-content-section .ticket-details .detail-item .seat-info {
  background: rgba(245, 116, 35, 0.15);
  color: #F57423;
}

[data-theme="dark"] .ticket-card-premium .ticket-content-section .ticket-actions {
  border-top-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .ticket-card-premium .ticket-image-section .status-indicator.active {
  background: #ff6600 !important;
  box-shadow: 0 4px 16px rgba(255, 102, 0, 0.4) !important;
}

[data-theme="dark"] .ticket-card-premium .ticket-image-section .date-badge-floating {
  background: rgba(30, 30, 30, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .ticket-card-premium .ticket-content-section .ticket-actions .action-button.download-btn {
  background: #ff6600 !important;
  box-shadow: 0 4px 16px -4px rgba(255, 102, 0, 0.4) !important;
}

[data-theme="dark"] .ticket-card-premium .ticket-content-section .ticket-actions .action-button.download-btn:hover {
  background: #ff6600 !important;
  box-shadow: 0 8px 24px -4px rgba(255, 102, 0, 0.6) !important;
}

[data-theme="dark"] .ticket-card-premium .ticket-content-section .ticket-actions .action-button.qr-btn {
  background: #ff6600 !important;
  box-shadow: 0 4px 16px -4px rgba(255, 102, 0, 0.4) !important;
}

[data-theme="dark"] .ticket-card-premium .ticket-content-section .ticket-actions .action-button.qr-btn:hover {
  background: #ff6600 !important;
  box-shadow: 0 8px 24px -4px rgba(255, 102, 0, 0.6) !important;
}

.my-tickets-tabs .ant-tabs-nav {
  margin-bottom: 32px !important;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 16px !important;
  padding: 8px !important;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08) !important;
}

.my-tickets-tabs .ant-tabs-nav .ant-tabs-tab {
  border: none !important;
  background: transparent !important;
  border-radius: 12px !important;
  margin: 0 4px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  color: var(--text-secondary-color) !important;
  position: relative !important;
  overflow: hidden !important;
}

.my-tickets-tabs .ant-tabs-nav .ant-tabs-tab:hover {
  color: var(--primary-color) !important;
  background: rgba(245, 116, 35, 0.05) !important;
  transform: translateY(-1px) !important;
}

.my-tickets-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%) !important;
  color: white !important;
  box-shadow: 0 8px 24px -8px rgba(255, 107, 53, 0.4) !important;
}

.my-tickets-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: white !important;
}

.my-tickets-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  transition: color 0.3s ease !important;
}

.my-tickets-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  display: none !important;
}

.my-tickets-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding: 0 !important;
}

[data-theme="dark"] .my-tickets-tabs .ant-tabs-nav {
  background: rgba(30, 30, 30, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .my-tickets-tabs .ant-tabs-nav .ant-tabs-tab {
  color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="dark"] .my-tickets-tabs .ant-tabs-nav .ant-tabs-tab:hover {
  background: rgba(245, 116, 35, 0.1) !important;
  color: #F57423 !important;
}

[data-theme="dark"] .my-tickets-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%) !important;
  color: white !important;
}

.my-tickets-container .tickets-segmented-control {
  position: relative;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 4px;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 1023px) {
  .my-tickets-container .tickets-segmented-control {
    max-width: 400px;
    margin: 0 auto 32px auto;
  }
}

.my-tickets-container .tickets-segmented-control .segment-button {
  flex: 1;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  font-size: 14px;
  color: var(--text-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

@media (min-width: 1023px) {
  .my-tickets-container .tickets-segmented-control .segment-button {
    padding: 16px 24px;
    font-size: 15px;
  }
}

.my-tickets-container .tickets-segmented-control .segment-button:hover {
  color: var(--primary-color);
  transform: translateY(-1px);
}

.my-tickets-container .tickets-segmented-control .segment-button.active {
  color: white;
  font-weight: 700;
}

.my-tickets-container .tickets-segmented-control .segment-button.active .button-text {
  color: white;
}

.my-tickets-container .tickets-segmented-control .segment-button .button-text {
  transition: color 0.3s ease;
  white-space: nowrap;
}

.my-tickets-container .tickets-segmented-control .active-indicator {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 12px;
  box-shadow: 0 8px 24px -8px rgba(255, 107, 53, 0.4);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.my-tickets-container .tickets-content-wrap {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-theme="dark"] .my-tickets-container .tickets-segmented-control {
  background: rgba(30, 30, 30, 0.8);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .my-tickets-container .tickets-segmented-control .segment-button {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .my-tickets-container .tickets-segmented-control .segment-button:hover {
  color: #F57423;
}

[data-theme="dark"] .my-tickets-container .tickets-segmented-control .segment-button.active {
  color: white;
}

[data-theme="dark"] .my-tickets-container .tickets-segmented-control .segment-button.active .button-text {
  color: white;
}

[data-theme="dark"] .my-tickets-container .tickets-segmented-control .active-indicator {
  background: #ff6600 !important;
  box-shadow: 0 8px 24px -8px rgba(255, 102, 0, 0.4) !important;
}

@media (min-width: 767px) {
  .my-tickets-container .tickets-segmented-control {
    margin-bottom: 24px;
  }

  .my-tickets-container .tickets-segmented-control .segment-button {
    padding: 12px 16px;
    font-size: 13px;
    min-height: 44px;
  }
}

.order-card-premium {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.orders-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

@media (min-width: 1400px) {
  .orders-grid-container {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .orders-grid-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (min-width: 1023px) {
  .orders-grid-container {
    max-width: 100%;
    margin: 0 auto 16px auto;
  }
}

.orders-grid-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px -8px rgba(245, 116, 35, 0.2);
  border-color: rgba(245, 116, 35, 0.2);
}

.orders-grid-container:last-child {
  margin-bottom: 0;
}

.orders-grid-container .order-image-section {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: block;
  background: var(--surface-color);
}

.orders-grid-container .order-image-section .order-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.orders-grid-container .order-image-section .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.orders-grid-container .order-image-section .status-indicator {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.orders-grid-container .order-image-section .status-indicator.pending {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.4);
}

.orders-grid-container .order-image-section .status-indicator.delivered {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
}

.orders-grid-container .order-image-section .status-indicator.processing {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

.orders-grid-container .order-image-section .status-indicator .status-dot {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  animation: pulse-animation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.orders-grid-container .order-image-section .date-badge-floating {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.orders-grid-container .order-image-section .date-badge-floating .date-day {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary-color);
}

.orders-grid-container .order-image-section .date-badge-floating .date-month {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-secondary-color);
  margin-top: 1px;
}

.orders-grid-container .order-content-section {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.orders-grid-container .order-content-section .order-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.orders-grid-container .order-content-section .order-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.orders-grid-container .order-content-section .order-details .detail-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-secondary-color);
  font-weight: 500;
}

.orders-grid-container .order-content-section .order-details .detail-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.7;
}

.orders-grid-container .order-content-section .order-details .detail-item .detail-text {
  flex: 1;
}

.orders-grid-container .order-content-section .order-details .detail-item .detail-text.venue-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.orders-grid-container .order-content-section .order-details .detail-item .product-count {
  font-weight: 600;
  color: var(--primary-color);
  background: rgba(245, 116, 35, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
}

.orders-grid-container .order-content-section .order-details .detail-item .order-id {
  font-weight: 600;
  color: var(--text-secondary-color);
  font-size: 11px;
}

.orders-grid-container .order-content-section .order-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

.orders-grid-container .order-content-section .order-actions .action-button {
  flex: 1;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1);
}

.orders-grid-container .order-content-section .order-actions .action-button svg, .orders-grid-container .order-content-section .order-actions .action-button span:first-child {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.orders-grid-container .order-content-section .order-actions .action-button span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orders-grid-container .order-content-section .order-actions .action-button.details-btn {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  color: white;
}

.orders-grid-container .order-content-section .order-actions .action-button.details-btn:hover {
  background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -2px rgba(107, 114, 128, 0.4);
}

.orders-grid-container .order-content-section .order-actions .action-button.map-btn {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
}

.orders-grid-container .order-content-section .order-actions .action-button.map-btn:hover {
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -2px rgba(255, 107, 53, 0.4);
}

.orders-grid-container .order-content-section .order-actions .action-button.rating-btn, .orders-grid-container .order-content-section .order-actions .action-button.rate-btn {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
}

.orders-grid-container .order-content-section .order-actions .action-button.rating-btn:hover, .orders-grid-container .order-content-section .order-actions .action-button.rate-btn:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -2px rgba(245, 158, 11, 0.4);
}

.orders-grid-container .order-content-section .order-actions .action-button.qr-btn {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.orders-grid-container .order-content-section .order-actions .action-button.qr-btn:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -2px rgba(16, 185, 129, 0.4);
}

.orders-grid-container .order-price-section {
  padding: 16px 20px;
  background: #f8f9fa;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.orders-grid-container .order-price-section .price-amount {
  display: flex;
  align-items: center;
  gap: 6px;
}

.orders-grid-container .order-price-section .price-amount .price-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  border-radius: 6px;
  font-size: 10px;
  flex-shrink: 0;
}

.orders-grid-container .order-price-section .price-amount .price-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="dark"] .order-card-premium {
  background: rgba(30, 30, 30, 0.95);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .order-card-premium:hover {
  border-color: rgba(245, 116, 35, 0.3);
}

[data-theme="dark"] .order-card-premium .order-content-section .order-details .detail-item .product-count {
  background: rgba(245, 116, 35, 0.15);
  color: #F57423;
}

[data-theme="dark"] .order-card-premium .order-content-section .order-actions {
  border-top-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .order-card-premium .order-price-section {
  background: rgba(30, 30, 30, 0.5);
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 767px) {
  .order-card-premium .order-content-section {
    padding: 14px;
  }

  .order-card-premium .order-content-section .order-actions {
    gap: 6px;
  }

  .order-card-premium .order-content-section .order-actions .action-button {
    min-width: 70px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .order-card-premium .order-price-section {
    padding: 14px 16px;
  }
}

.modal-qr-order-premium .ant-modal-content {
  border-radius: 20px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.modal-qr-order-premium .ant-modal-body {
  border-radius: 20px !important;
}

.modal-qr-order-premium .ant-modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.05) 0%, rgba(255, 107, 53, 0.05) 100%) !important;
  border-radius: 20px 20px 0 0 !important;
}

.modal-qr-order-premium .qr-order-modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 60px 8px 0;
  gap: 16px;
}

.modal-qr-order-premium .qr-order-modal-header .qr-order-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.modal-qr-order-premium .qr-order-modal-header .qr-order-id {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: rgba(245, 116, 35, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(245, 116, 35, 0.2);
}

.modal-qr-order-premium .ant-modal-close {
  color: #666 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  top: 20px !important;
  right: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.modal-qr-order-premium .ant-modal-close:hover {
  color: #333 !important;
  background: white !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

.modal-qr-order-premium .qr-order-header {
  padding: 24px 24px 16px 24px;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.02) 0%, rgba(255, 107, 53, 0.02) 100%);
  border-bottom: 1px solid rgba(245, 116, 35, 0.08);
}

.modal-qr-order-premium .qr-order-header .qr-header-content {
  text-align: center;
}

.modal-qr-order-premium .qr-order-header .qr-header-content .qr-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-qr-order-premium .qr-order-header .qr-header-content .qr-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.05) 100%);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #16a34a;
}

.modal-qr-order-premium .qr-order-header .qr-header-content .qr-status-badge span {
  font-size: 14px;
  color: #16a34a;
}

.modal-qr-order-premium .qr-order-info {
  padding: 0 24px;
}

.modal-qr-order-premium .qr-order-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.modal-qr-order-premium .qr-order-info .info-item:last-child {
  border-bottom: none;
}

.modal-qr-order-premium .qr-order-info .info-item .info-icon {
  font-size: 18px;
  color: #F57423;
  margin-top: 2px;
  background: rgba(245, 116, 35, 0.1);
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(245, 116, 35, 0.15);
}

.modal-qr-order-premium .qr-order-info .info-item .info-content {
  flex: 1;
}

.modal-qr-order-premium .qr-order-info .info-item .info-content .info-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #F57423;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.modal-qr-order-premium .qr-order-info .info-item .info-content .info-value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 2px;
}

.modal-qr-order-premium .qr-order-info .info-item .info-content .info-subvalue {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.modal-qr-order-premium .qr-order-qr-section {
  padding: 24px;
  text-align: center;
  background: rgba(245, 116, 35, 0.01);
  border-top: 1px solid rgba(245, 116, 35, 0.08);
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame {
  position: relative;
  display: inline-block;
  padding: 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
  border: 2px solid rgba(0, 0, 0, 0.04);
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame .qr-code {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 8px;
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame .qr-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #F57423;
  background: white;
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame .qr-corner.top-left {
  top: 12px;
  left: 12px;
  border-right: none;
  border-bottom: none;
  border-radius: 10px 0 0 0;
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame .qr-corner.top-right {
  top: 12px;
  right: 12px;
  border-left: none;
  border-bottom: none;
  border-radius: 0 10px 0 0;
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame .qr-corner.bottom-left {
  bottom: 12px;
  left: 12px;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 10px;
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-frame .qr-corner.bottom-right {
  bottom: 12px;
  right: 12px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 10px 0;
}

.modal-qr-order-premium .qr-order-qr-section .qr-container .qr-instruction {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin: 0;
  max-width: 280px;
  margin: 0 auto;
}

[data-theme="dark"] .modal-qr-order-premium .ant-modal-content {
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .modal-qr-order-premium .ant-modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.1) 0%, rgba(255, 107, 53, 0.1) 100%) !important;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-modal-header .qr-order-title {
  color: #ffffff;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-modal-header .qr-order-id {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.2) 0%, rgba(255, 107, 53, 0.15) 100%);
  border-color: rgba(245, 116, 35, 0.4);
}

[data-theme="dark"] .modal-qr-order-premium .ant-modal-close {
  background: rgba(30, 30, 30, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .modal-qr-order-premium .ant-modal-close:hover {
  background: #1e1e1e !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-header {
  background: linear-gradient(135deg, rgba(245, 116, 35, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-header .qr-title {
  color: #ffffff;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-header .qr-status-badge {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 100%);
  border-color: rgba(34, 197, 94, 0.3);
  color: #4ade80;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-header .qr-status-badge span {
  color: #4ade80;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-info .info-item {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-info .info-item .info-icon {
  background: rgba(245, 116, 35, 0.15);
  border-color: rgba(245, 116, 35, 0.25);
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-info .info-item .info-label {
  color: #ffb366;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-info .info-item .info-value {
  color: #ffffff;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-info .info-item .info-subvalue {
  color: #ccc;
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-qr-section {
  background: rgba(245, 116, 35, 0.02);
  border-top-color: rgba(245, 116, 35, 0.12);
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-qr-section .qr-frame {
  background: rgba(30, 30, 30, 0.9);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .modal-qr-order-premium .qr-order-qr-section .qr-instruction {
  color: #ccc;
}

.empty-orders-state-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.empty-orders-state-premium .empty-orders-icon {
  margin-bottom: 32px;
}

.empty-orders-state-premium .empty-orders-icon .orders-icon-container {
  position: relative;
  display: inline-block;
}

.empty-orders-state-premium .empty-orders-icon .orders-icon-container .orders-main-icon {
  font-size: 90px;
  opacity: 0.85;
  animation: discoSpin 3s linear infinite, float 3s ease-in-out infinite;
}

.empty-orders-state-premium .empty-orders-icon .orders-icon-container .orders-decoration-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 24px;
  animation: sparkle 2s ease-in-out infinite;
}

.empty-orders-state-premium .empty-orders-content {
  max-width: 400px;
  margin-bottom: 40px;
}

.empty-orders-state-premium .empty-orders-content .empty-orders-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.empty-orders-state-premium .empty-orders-content .empty-orders-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  font-weight: 500;
}

.empty-orders-state-premium .empty-orders-cta {
  margin-bottom: 40px;
}

.empty-orders-state-premium .empty-orders-cta .cta-button-simple {
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  border: none;
  border-radius: 12px;
  padding: 16px 28px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.empty-orders-state-premium .empty-orders-cta .cta-button-simple:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.4);
}

.empty-orders-state-premium .empty-orders-cta .cta-button-simple:hover .button-arrow {
  transform: translateX(4px);
}

.empty-orders-state-premium .empty-orders-cta .cta-button-simple .button-text {
  white-space: nowrap;
}

.empty-orders-state-premium .empty-orders-cta .cta-button-simple .button-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.empty-orders-state-premium .empty-orders-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.empty-orders-state-premium .empty-orders-decoration .floating-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

.empty-orders-state-premium .empty-orders-decoration .floating-elements .floating-party {
  position: absolute;
  font-size: 28px;
  opacity: 0.4;
  animation: partyFloat 6s ease-in-out infinite;
}

.empty-orders-state-premium .empty-orders-decoration .floating-elements .floating-party.confetti {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.empty-orders-state-premium .empty-orders-decoration .floating-elements .floating-party.dancer {
  top: 30%;
  right: 15%;
  animation-delay: 1.5s;
}

.empty-orders-state-premium .empty-orders-decoration .floating-elements .floating-party.music {
  bottom: 25%;
  left: 20%;
  animation-delay: 3s;
}

.empty-orders-state-premium .empty-orders-decoration .floating-elements .floating-party.cocktail {
  bottom: 20%;
  right: 10%;
  animation-delay: 4.5s;
}

[data-theme="dark"] .empty-orders-state-premium .empty-orders-content .empty-orders-title {
  color: #ffffff;
}

[data-theme="dark"] .empty-orders-state-premium .empty-orders-content .empty-orders-description {
  color: #ccc;
}

[data-theme="dark"] .empty-orders-state-premium .empty-orders-cta .cta-button-simple {
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.4);
}

[data-theme="dark"] .empty-orders-state-premium .empty-orders-cta .cta-button-simple:hover {
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.5);
}

[data-theme="dark"] .empty-orders-state-premium .floating-party {
  opacity: 0.25;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes sparkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }
}

@keyframes floatFood {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-15px) rotate(5deg);
  }

  66% {
    transform: translateY(-8px) rotate(-3deg);
  }
}

@media (min-width: 1023px) {
  .modal-qr-order-premium .qr-order-modal-header {
    padding: 8px 50px 8px 0;
  }

  .modal-qr-order-premium .qr-order-modal-header .qr-order-title {
    font-size: 20px;
  }

  .modal-qr-order-premium .qr-order-modal-header .qr-order-id {
    font-size: 12px;
  }

  .modal-qr-order-premium .qr-order-header {
    padding: 20px 20px 12px 20px;
  }

  .modal-qr-order-premium .qr-order-header .qr-title {
    font-size: 18px;
  }

  .modal-qr-order-premium .qr-order-header .qr-status-badge {
    padding: 4px 12px;
    font-size: 11px;
  }

  .modal-qr-order-premium .qr-order-info {
    padding: 0 20px;
  }

  .modal-qr-order-premium .qr-order-info .info-item {
    gap: 10px;
    padding: 14px 0;
  }

  .modal-qr-order-premium .qr-order-info .info-item .info-icon {
    font-size: 16px;
    padding: 6px;
  }

  .modal-qr-order-premium .qr-order-info .info-item .info-content .info-label {
    font-size: 11px;
  }

  .modal-qr-order-premium .qr-order-info .info-item .info-content .info-value {
    font-size: 13px;
  }

  .modal-qr-order-premium .qr-order-info .info-item .info-content .info-subvalue {
    font-size: 11px;
  }

  .modal-qr-order-premium .qr-order-qr-section {
    padding: 20px;
  }

  .modal-qr-order-premium .qr-order-qr-section .qr-frame {
    padding: 16px;
  }

  .modal-qr-order-premium .qr-order-qr-section .qr-frame .qr-code {
    width: 160px;
    height: 160px;
  }

  .modal-qr-order-premium .qr-order-qr-section .qr-frame .qr-corner {
    width: 12px;
    height: 12px;
  }

  .modal-qr-order-premium .qr-order-qr-section .qr-instruction {
    font-size: 13px;
  }
}

@media (min-width: 1023px) {
  .empty-orders-state-premium {
    min-height: 400px;
    padding: 30px 20px;
  }

  .empty-orders-state-premium .empty-orders-icon .orders-icon-container .orders-main-icon {
    font-size: 60px;
  }

  .empty-orders-state-premium .empty-orders-icon .orders-icon-container .orders-decoration-icon {
    font-size: 20px;
  }

  .empty-orders-state-premium .empty-orders-content .empty-orders-title {
    font-size: 24px;
  }

  .empty-orders-state-premium .empty-orders-content .empty-orders-description {
    font-size: 14px;
  }

  .empty-orders-state-premium .empty-orders-cta .cta-button-simple {
    padding: 14px 24px;
    font-size: 15px;
  }
}

.empty-tickets-state-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.empty-tickets-state-premium .empty-tickets-icon {
  margin-bottom: 32px;
}

.empty-tickets-state-premium .empty-tickets-icon .tickets-icon-container {
  position: relative;
  display: inline-block;
}

.empty-tickets-state-premium .empty-tickets-icon .tickets-icon-container .tickets-main-icon {
  font-size: 90px;
  opacity: 0.85;
  animation: discoSpin 3s linear infinite, float 3s ease-in-out infinite;
}

.empty-tickets-state-premium .empty-tickets-icon .tickets-icon-container .tickets-decoration-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 28px;
  animation: sparkle 2s ease-in-out infinite;
}

.empty-tickets-state-premium .empty-tickets-content {
  max-width: 400px;
  margin-bottom: 40px;
}

.empty-tickets-state-premium .empty-tickets-content .empty-tickets-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.empty-tickets-state-premium .empty-tickets-content .empty-tickets-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  font-weight: 500;
}

.empty-tickets-state-premium .empty-tickets-cta {
  margin-bottom: 40px;
}

.empty-tickets-state-premium .empty-tickets-cta .cta-button-simple {
  background: linear-gradient(135deg, #F57423 0%, #ff6b35 100%);
  border: none;
  border-radius: 12px;
  padding: 16px 28px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.empty-tickets-state-premium .empty-tickets-cta .cta-button-simple:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.4);
}

.empty-tickets-state-premium .empty-tickets-cta .cta-button-simple:hover .button-arrow {
  transform: translateX(4px);
}

.empty-tickets-state-premium .empty-tickets-cta .cta-button-simple .button-text {
  white-space: nowrap;
}

.empty-tickets-state-premium .empty-tickets-cta .cta-button-simple .button-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.empty-tickets-state-premium .empty-tickets-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party {
  position: absolute;
  font-size: 28px;
  opacity: 0.4;
  animation: partyFloat 6s ease-in-out infinite;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.confetti {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.music {
  top: 30%;
  right: 15%;
  animation-delay: 1.5s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.stage {
  bottom: 25%;
  left: 20%;
  animation-delay: 3s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.sparkles {
  bottom: 20%;
  right: 10%;
  animation-delay: 4.5s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.trophy {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.heart {
  top: 30%;
  right: 15%;
  animation-delay: 1.5s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.camera {
  bottom: 25%;
  left: 20%;
  animation-delay: 3s;
}

.empty-tickets-state-premium .empty-tickets-decoration .floating-elements .floating-party.star {
  bottom: 20%;
  right: 10%;
  animation-delay: 4.5s;
}

[data-theme="dark"] .empty-tickets-state-premium .empty-tickets-content .empty-tickets-title {
  color: #ffffff;
}

[data-theme="dark"] .empty-tickets-state-premium .empty-tickets-content .empty-tickets-description {
  color: #ccc;
}

[data-theme="dark"] .empty-tickets-state-premium .empty-tickets-cta .cta-button-simple {
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.4);
}

[data-theme="dark"] .empty-tickets-state-premium .empty-tickets-cta .cta-button-simple:hover {
  box-shadow: 0 8px 24px rgba(245, 116, 35, 0.5);
}

[data-theme="dark"] .empty-tickets-state-premium .floating-party {
  opacity: 0.25;
}

@keyframes discoSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes partyFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-15px) rotate(5deg);
  }

  66% {
    transform: translateY(-8px) rotate(-3deg);
  }
}

@media (min-width: 1023px) {
  .empty-tickets-state-premium {
    min-height: 400px;
    padding: 30px 20px;
  }

  .empty-tickets-state-premium .empty-tickets-icon .tickets-icon-container .tickets-main-icon {
    font-size: 70px;
  }

  .empty-tickets-state-premium .empty-tickets-icon .tickets-icon-container .tickets-decoration-icon {
    font-size: 24px;
  }

  .empty-tickets-state-premium .empty-tickets-content .empty-tickets-title {
    font-size: 24px;
  }

  .empty-tickets-state-premium .empty-tickets-content .empty-tickets-description {
    font-size: 14px;
  }

  .empty-tickets-state-premium .empty-tickets-cta .cta-button-simple {
    padding: 14px 24px;
    font-size: 15px;
  }
}

.account-settings-section {
  margin-top: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.account-settings-section .account-settings-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  margin-top: 0;
}

.account-settings-section .account-settings-content .account-settings-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.account-settings-section .account-settings-content .delete-account-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 77, 79, 0.3);
  background: rgba(255, 77, 79, 0.05);
  color: #ff4d4f;
  transition: all 0.2s ease;
}

.account-settings-section .account-settings-content .delete-account-button:hover {
  background: rgba(255, 77, 79, 0.1);
  border-color: rgba(255, 77, 79, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 77, 79, 0.2);
}

.account-settings-section .account-settings-content .delete-account-button .anticon {
  font-size: 16px;
}

[data-theme="dark"] .account-settings-section {
  background: rgba(30, 30, 30, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .account-settings-section .account-settings-title {
  color: #ffffff;
}

[data-theme="dark"] .account-settings-section .account-settings-description {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .account-settings-section .delete-account-button {
  background: rgba(255, 77, 79, 0.08);
  border-color: rgba(255, 77, 79, 0.4);
  color: #ff7875;
}

[data-theme="dark"] .account-settings-section .delete-account-button:hover {
  background: rgba(255, 77, 79, 0.15);
  border-color: rgba(255, 77, 79, 0.6);
}

/* purgecss end ignore */

