.layout_list_header {
  display: flex;
  justify-content: space-between; }

.layout_list_header_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px; }

.layout_list_header_actions {
  display: flex;
  gap: 8px; }

.layout_list_filters {
  margin-bottom: 16px; }
  .layout_list_filters ul {
    margin: 0px;
    padding: 0px; }
    .layout_list_filters ul li {
      border-radius: 6px;
      display: inline-block;
      background-color: black;
      color: white;
      line-height: 24px;
      padding-left: 8px;
      padding-right: 8px;
      font-size: 14px; }
      .layout_list_filters ul li a {
        position: relative;
        top: 2px;
        text-decoration: none; }
        .layout_list_filters ul li a:hover {
          opacity: 0.6;
          color: white; }

.layout_top {
  background-color: #000000;
  border-bottom: 1px solid #374151;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 0; }
  .layout_top .layout_top_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .layout_top .layout_top_left {
    display: flex;
    align-items: center;
    gap: 32px; }
    .layout_top .layout_top_left .store_info {
      display: flex;
      align-items: center; }
      .layout_top .layout_top_left .store_info .store_dropdown {
        position: relative; }
        .layout_top .layout_top_left .store_info .store_dropdown .store_details {
          cursor: pointer; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_details .store_name {
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            line-height: 1.2;
            color: #ffffff;
            display: flex;
            align-items: center;
            gap: 8px; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_details .store_name i {
              font-size: 14px;
              transition: transform 0.2s ease; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_details .store_status {
            font-size: 12px;
            color: #9ca3af;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 4px;
            margin-top: 2px; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_details .store_status .status_dot {
              width: 6px;
              height: 6px;
              background-color: #10b981;
              border-radius: 50%;
              display: inline-block; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_details:hover .store_name {
            opacity: 0.8; }
        .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu {
          position: absolute;
          top: calc(100% + 8px);
          left: 0;
          min-width: 280px;
          background-color: white;
          border: 1px solid #e5e7eb;
          border-radius: 8px;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          opacity: 0;
          visibility: hidden;
          transform: translateY(-10px);
          transition: all 0.2s ease;
          z-index: 1001;
          max-height: 400px;
          overflow-y: auto; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0); }
          .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.divider {
            border-top: 1px solid #e5e7eb;
            margin: 4px 0; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            color: #374151;
            text-decoration: none;
            transition: background-color 0.2s ease;
            gap: 12px; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item a:hover {
              background-color: #f9fafb; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item a i {
              font-size: 16px;
              color: #6b7280; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item a .store_item_info {
              display: flex;
              flex-direction: column;
              gap: 2px; }
              .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item a .store_item_info .store_name {
                font-size: 14px;
                font-weight: 500;
                color: #111827; }
              .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item a .store_item_info .store_domain {
                font-size: 12px;
                color: #6b7280; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.active a {
            background-color: #f0f9ff; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.active a .store_name {
              color: #1e40af; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.active a i {
              color: #10b981; }
          .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.logout a {
            color: #dc2626; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.logout a i {
              color: #dc2626; }
            .layout_top .layout_top_left .store_info .store_dropdown .store_dropdown_menu .store_item.logout a:hover {
              background-color: #fef2f2; }
  .layout_top .layout_top_right {
    display: flex;
    align-items: center;
    gap: 16px; }
    .layout_top .layout_top_right .store_switcher_dev,
    .layout_top .layout_top_right .role_switcher,
    .layout_top .layout_top_right .currency_tester {
      display: flex;
      align-items: center;
      gap: 8px;
      padding-right: 16px;
      border-right: 1px solid #374151; }
      .layout_top .layout_top_right .store_switcher_dev label,
      .layout_top .layout_top_right .role_switcher label,
      .layout_top .layout_top_right .currency_tester label {
        font-size: 14px;
        color: #9ca3af;
        margin: 0;
        font-weight: 500; }
      .layout_top .layout_top_right .store_switcher_dev select,
      .layout_top .layout_top_right .role_switcher select,
      .layout_top .layout_top_right .currency_tester select {
        background-color: #1f2937;
        border: 1px solid #374151;
        color: #ffffff;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 14px;
        transition: all 0.2s ease; }
        .layout_top .layout_top_right .store_switcher_dev select:hover,
        .layout_top .layout_top_right .role_switcher select:hover,
        .layout_top .layout_top_right .currency_tester select:hover {
          border-color: #4b5563;
          background-color: #374151; }
        .layout_top .layout_top_right .store_switcher_dev select:focus,
        .layout_top .layout_top_right .role_switcher select:focus,
        .layout_top .layout_top_right .currency_tester select:focus {
          outline: none;
          border-color: #818cf8;
          box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
        .layout_top .layout_top_right .store_switcher_dev select option,
        .layout_top .layout_top_right .role_switcher select option,
        .layout_top .layout_top_right .currency_tester select option {
          background-color: #1f2937;
          color: #ffffff; }
    .layout_top .layout_top_right .user_menu {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-left: 16px;
      border-left: 1px solid #374151; }
      .layout_top .layout_top_right .user_menu .user_info {
        text-align: right; }
        .layout_top .layout_top_right .user_menu .user_info .user_name {
          font-size: 14px;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          line-height: 1.2; }
        .layout_top .layout_top_right .user_menu .user_info .user_role {
          font-size: 12px;
          color: #9ca3af;
          margin: 0;
          margin-top: 2px; }
      .layout_top .layout_top_right .user_menu .user_dropdown {
        position: relative; }
        .layout_top .layout_top_right .user_menu .user_dropdown .user_avatar {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: #818cf8;
          display: flex;
          align-items: center;
          justify-content: center; }
          .layout_top .layout_top_right .user_menu .user_dropdown .user_avatar .avatar_text {
            color: white;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase; }
          .layout_top .layout_top_right .user_menu .user_dropdown .user_avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover; }

@media (prefers-color-scheme: dark) {
  .layout_top {
    background-color: #1f2937;
    border-bottom-color: #374151; }
    .layout_top .store_info .store_icon {
      background-color: #374151; }
      .layout_top .store_info .store_icon i {
        color: #e5e7eb; }
    .layout_top .store_info .store_details .store_name {
      color: #f9fafb; }
    .layout_top .store_info .store_details .store_status {
      color: #9ca3af; }
    .layout_top .nav_link {
      background-color: #374151;
      border-color: #4b5563;
      color: #e5e7eb; }
      .layout_top .nav_link:hover {
        background-color: #4b5563;
        color: #f9fafb; }
    .layout_top .user_info .user_name {
      color: #f9fafb; }
    .layout_top .user_info .user_role {
      color: #9ca3af; }
    .layout_top .dropdown_menu {
      background-color: #374151;
      border-color: #4b5563; }
      .layout_top .dropdown_menu .dropdown_item a {
        color: #e5e7eb; }
        .layout_top .dropdown_menu .dropdown_item a:hover {
          background-color: #4b5563; }
        .layout_top .dropdown_menu .dropdown_item a i {
          color: #9ca3af; }
      .layout_top .dropdown_menu .dropdown_item.divider {
        border-top-color: #4b5563; } }

.layout_nav {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  position: sticky;
  top: 73px;
  z-index: 999;
  padding: 0; }
  .layout_nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
    .layout_nav ul > li {
      margin: 0;
      padding: 0;
      position: relative; }
      .layout_nav ul > li > a {
        display: block;
        padding: 20px 24px;
        color: #6b7280;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        transition: all 0.2s ease; }
        .layout_nav ul > li > a:hover {
          color: #111827;
          background-color: #f9fafb; }
        .layout_nav ul > li > a.active {
          color: #111827;
          font-weight: 600; }
          .layout_nav ul > li > a.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #818cf8; }
        .layout_nav ul > li > a i {
          margin-right: 8px;
          font-size: 16px; }
      .layout_nav ul > li.dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 4px; }
        .layout_nav ul > li.dropdown .dropdown-toggle::after {
          display: none !important; }
        .layout_nav ul > li.dropdown .dropdown-toggle .dropdown-arrow {
          font-size: 12px;
          transition: transform 0.2s ease;
          margin-left: 4px;
          margin-right: 0; }
        .layout_nav ul > li.dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
          transform: rotate(180deg); }
      .layout_nav ul > li.dropdown .dropdown-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        min-width: 220px;
        background-color: white;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
        z-index: 1000;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        display: block !important;
        flex-direction: column; }
        .layout_nav ul > li.dropdown .dropdown-menu.show {
          opacity: 1;
          visibility: visible;
          transform: translateY(0); }
        .layout_nav ul > li.dropdown .dropdown-menu li {
          margin: 0;
          padding: 0;
          display: block; }
          .layout_nav ul > li.dropdown .dropdown-menu li.divider {
            border-top: 1px solid #e5e7eb;
            margin: 4px 0; }
          .layout_nav ul > li.dropdown .dropdown-menu li a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 12px 16px;
            color: #374151;
            text-decoration: none;
            transition: background-color 0.2s ease;
            gap: 12px;
            font-size: 14px;
            font-weight: 500; }
            .layout_nav ul > li.dropdown .dropdown-menu li a:hover {
              background-color: #f9fafb; }
            .layout_nav ul > li.dropdown .dropdown-menu li a.active {
              background-color: #f0f9ff;
              color: #1e40af; }
              .layout_nav ul > li.dropdown .dropdown-menu li a.active::after {
                display: none; }
              .layout_nav ul > li.dropdown .dropdown-menu li a.active i {
                color: #1e40af; }
            .layout_nav ul > li.dropdown .dropdown-menu li a i {
              font-size: 16px;
              color: #6b7280;
              width: 20px;
              flex-shrink: 0;
              text-align: center;
              margin-right: 8px; }

@media (max-width: 768px) {
  .layout_nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .layout_nav ul {
      flex-wrap: nowrap;
      white-space: nowrap;
      min-width: max-content;
      padding: 0 16px; }
      .layout_nav ul li a {
        padding: 16px 20px;
        font-size: 13px; } }

.layout_main {
  padding: 24px 20px;
  max-width: 1280px;
  margin: 0 auto;
  min-height: calc(100vh - 140px); }

.admin-table-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .admin-table-container .admin-table {
    width: 100%;
    border-collapse: collapse; }
    .admin-table-container .admin-table thead {
      background-color: #f9fafb;
      border-bottom: 1px solid #e5e7eb; }
      .admin-table-container .admin-table thead th {
        text-align: left;
        padding: 16px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap; }
        .admin-table-container .admin-table thead th:first-child {
          padding-left: 24px; }
        .admin-table-container .admin-table thead th:last-child {
          padding-right: 24px; }
        .admin-table-container .admin-table thead th.text-center {
          text-align: center; }
        .admin-table-container .admin-table thead th.text-right {
          text-align: right; }
    .admin-table-container .admin-table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.2s ease; }
      .admin-table-container .admin-table tbody tr:hover {
        background-color: #f9fafb; }
      .admin-table-container .admin-table tbody tr:last-child {
        border-bottom: none; }
      .admin-table-container .admin-table tbody tr td {
        padding: 16px;
        font-size: 14px;
        color: #374151; }
        .admin-table-container .admin-table tbody tr td:first-child {
          padding-left: 24px; }
        .admin-table-container .admin-table tbody tr td:last-child {
          padding-right: 24px; }
        .admin-table-container .admin-table tbody tr td.text-center {
          text-align: center; }
        .admin-table-container .admin-table tbody tr td.text-right {
          text-align: right; }
        .admin-table-container .admin-table tbody tr td.id-cell {
          color: #6b7280;
          font-family: monospace;
          font-weight: 500; }
        .admin-table-container .admin-table tbody tr td.email-cell {
          color: #2563eb;
          font-weight: 500; }
        .admin-table-container .admin-table tbody tr td.price-cell {
          font-weight: 600;
          color: #059669; }
        .admin-table-container .admin-table tbody tr td.date-cell {
          color: #6b7280;
          font-size: 13px; }

.status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1; }
  .status-badge.success, .status-badge.active, .status-badge.delivered, .status-badge.paid {
    background-color: #d1fae5;
    color: #065f46; }
  .status-badge.warning, .status-badge.pending, .status-badge.processing {
    background-color: #fef3c7;
    color: #92400e; }
  .status-badge.error, .status-badge.inactive, .status-badge.cancelled, .status-badge.unpaid {
    background-color: #fee2e2;
    color: #991b1b; }
  .status-badge.info, .status-badge.subscribed {
    background-color: #dbeafe;
    color: #1e40af; }
  .status-badge.neutral, .status-badge.default {
    background-color: #f3f4f6;
    color: #6b7280; }

.btn-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 1px solid transparent; }
  .btn-action i {
    font-size: 14px; }
  .btn-action:hover {
    transform: translateY(-1px); }
  .btn-action.primary {
    background-color: #818cf8;
    color: white; }
    .btn-action.primary:hover {
      background-color: #6366f1; }
  .btn-action.secondary {
    background-color: #f3f4f6;
    color: #374151;
    border-color: #e5e7eb; }
    .btn-action.secondary:hover {
      background-color: #e5e7eb; }
  .btn-action.danger {
    background-color: #fee2e2;
    color: #991b1b;
    border-color: #fecaca; }
    .btn-action.danger:hover {
      background-color: #fecaca; }
  .btn-action.success {
    background-color: #d1fae5;
    color: #065f46;
    border-color: #a7f3d0; }
    .btn-action.success:hover {
      background-color: #a7f3d0; }
  .btn-action.small {
    padding: 4px 12px;
    font-size: 13px; }
    .btn-action.small i {
      font-size: 13px; }

.admin-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px; }
  .admin-pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .admin-pagination ul li {
      display: inline-block; }
      .admin-pagination ul li a {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        text-decoration: none;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        transition: all 0.2s ease;
        background-color: white; }
        .admin-pagination ul li a:hover {
          background-color: #f3f4f6;
          border-color: #d1d5db; }
      .admin-pagination ul li.current {
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 500;
        background-color: #818cf8;
        color: white;
        border: 1px solid #818cf8;
        border-radius: 6px; }
      .admin-pagination ul li.prev a, .admin-pagination ul li.next a {
        padding: 8px 16px;
        font-weight: 500; }
        .admin-pagination ul li.prev a.disabled, .admin-pagination ul li.next a.disabled {
          display: block;
          color: #9ca3af;
          cursor: not-allowed;
          pointer-events: none;
          background-color: #f9fafb;
          border: 1px solid #e5e7eb;
          border-radius: 6px; }
          .admin-pagination ul li.prev a.disabled:hover, .admin-pagination ul li.next a.disabled:hover {
            background-color: #f9fafb;
            border-color: #e5e7eb; }
      .admin-pagination ul li.ellipsis {
        padding: 8px 12px;
        color: #9ca3af;
        font-size: 14px; }

.admin-dashboard .dashboard-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 20px; }

.admin-dashboard .dashboard-header {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .admin-dashboard .dashboard-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0; }
  .admin-dashboard .dashboard-header .dashboard-date {
    color: #6b7280;
    font-size: 16px; }
  .admin-dashboard .dashboard-header .dashboard-controls {
    display: flex;
    gap: 16px;
    align-items: center; }
    .admin-dashboard .dashboard-header .dashboard-controls .period-selector .form-control,
    .admin-dashboard .dashboard-header .dashboard-controls .group-filter .form-control {
      padding: 8px 16px;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      font-size: 14px;
      background: white;
      color: #374151;
      min-width: 150px; }
      .admin-dashboard .dashboard-header .dashboard-controls .period-selector .form-control:focus,
      .admin-dashboard .dashboard-header .dashboard-controls .group-filter .form-control:focus {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
    .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle {
      display: flex;
      align-items: center;
      gap: 8px; }
      .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle .switch {
        position: relative;
        display: inline-block;
        width: 44px;
        height: 24px; }
        .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle .switch input {
          opacity: 0;
          width: 0;
          height: 0; }
          .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle .switch input:checked + .slider {
            background-color: #818cf8; }
            .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle .switch input:checked + .slider:before {
              transform: translateX(20px); }
        .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle .switch .slider {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #e5e7eb;
          transition: 0.4s;
          border-radius: 24px; }
          .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle .switch .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: 0.4s;
            border-radius: 50%; }
      .admin-dashboard .dashboard-header .dashboard-controls .compare-toggle span {
        font-size: 14px;
        color: #6b7280; }

.admin-dashboard .dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 32px; }
  .admin-dashboard .dashboard-metrics .metric-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px; }
    .admin-dashboard .dashboard-metrics .metric-card .metric-header {
      margin-bottom: 12px; }
      .admin-dashboard .dashboard-metrics .metric-card .metric-header h3 {
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
    .admin-dashboard .dashboard-metrics .metric-card .metric-value {
      font-size: 28px;
      font-weight: 700;
      color: #111827;
      display: flex;
      align-items: baseline;
      gap: 12px; }
      .admin-dashboard .dashboard-metrics .metric-card .metric-value .metric-compare {
        font-size: 14px;
        font-weight: 500;
        padding: 2px 8px;
        border-radius: 9999px; }
        .admin-dashboard .dashboard-metrics .metric-card .metric-value .metric-compare.positive {
          background-color: #d1fae5;
          color: #065f46; }
        .admin-dashboard .dashboard-metrics .metric-card .metric-value .metric-compare.negative {
          background-color: #fee2e2;
          color: #991b1b; }

.admin-dashboard .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 48px; }
  .admin-dashboard .dashboard-stats .stat-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease; }
    .admin-dashboard .dashboard-stats .stat-card:hover {
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
      transform: translateY(-1px); }
    .admin-dashboard .dashboard-stats .stat-card .stat-icon {
      width: 56px;
      height: 56px;
      border-radius: 12px;
      background-color: #ddd6fe;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      .admin-dashboard .dashboard-stats .stat-card .stat-icon i {
        font-size: 24px;
        color: #6366f1; }
      .admin-dashboard .dashboard-stats .stat-card .stat-icon.revenue {
        background-color: #d1fae5; }
        .admin-dashboard .dashboard-stats .stat-card .stat-icon.revenue i {
          color: #10b981; }
      .admin-dashboard .dashboard-stats .stat-card .stat-icon.products {
        background-color: #fed7aa; }
        .admin-dashboard .dashboard-stats .stat-card .stat-icon.products i {
          color: #f97316; }
      .admin-dashboard .dashboard-stats .stat-card .stat-icon.customers {
        background-color: #dbeafe; }
        .admin-dashboard .dashboard-stats .stat-card .stat-icon.customers i {
          color: #3b82f6; }
    .admin-dashboard .dashboard-stats .stat-card .stat-content {
      flex: 1; }
      .admin-dashboard .dashboard-stats .stat-card .stat-content h3 {
        font-size: 28px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 4px 0; }
      .admin-dashboard .dashboard-stats .stat-card .stat-content p {
        font-size: 14px;
        color: #6b7280;
        margin: 0; }
      .admin-dashboard .dashboard-stats .stat-card .stat-content .stat-detail {
        display: block;
        font-size: 13px;
        color: #10b981;
        margin-top: 4px; }

.admin-dashboard .dashboard-lists {
  margin-bottom: 48px; }
  .admin-dashboard .dashboard-lists .list-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px; }
    .admin-dashboard .dashboard-lists .list-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #111827;
      margin: 0 0 16px 0; }
    .admin-dashboard .dashboard-lists .list-card .table {
      width: 100%; }
      .admin-dashboard .dashboard-lists .list-card .table thead tr {
        border-bottom: 1px solid #e5e7eb; }
        .admin-dashboard .dashboard-lists .list-card .table thead tr th {
          padding: 8px 0;
          font-size: 12px;
          font-weight: 600;
          color: #6b7280;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          text-align: left; }
          .admin-dashboard .dashboard-lists .list-card .table thead tr th:last-child {
            text-align: right; }
      .admin-dashboard .dashboard-lists .list-card .table tbody tr {
        border-bottom: 1px solid #f3f4f6; }
        .admin-dashboard .dashboard-lists .list-card .table tbody tr:last-child {
          border-bottom: none; }
        .admin-dashboard .dashboard-lists .list-card .table tbody tr td {
          padding: 12px 0;
          font-size: 14px;
          color: #374151; }
          .admin-dashboard .dashboard-lists .list-card .table tbody tr td:last-child {
            text-align: right;
            font-weight: 600; }

.admin-dashboard .recent-orders {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px; }
  .admin-dashboard .recent-orders h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 24px 0; }
  .admin-dashboard .recent-orders .orders-table {
    width: 100%;
    border-collapse: collapse; }
    .admin-dashboard .recent-orders .orders-table thead th {
      text-align: left;
      padding: 12px;
      font-size: 12px;
      font-weight: 600;
      color: #6b7280;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      border-bottom: 1px solid #e5e7eb; }
      .admin-dashboard .recent-orders .orders-table thead th:last-child {
        text-align: right; }
    .admin-dashboard .recent-orders .orders-table tbody tr {
      border-bottom: 1px solid #f3f4f6; }
      .admin-dashboard .recent-orders .orders-table tbody tr:last-child {
        border-bottom: none; }
      .admin-dashboard .recent-orders .orders-table tbody tr td {
        padding: 16px 12px;
        font-size: 14px;
        color: #374151; }
        .admin-dashboard .recent-orders .orders-table tbody tr td.order-ref {
          font-family: monospace;
          font-weight: 500; }
        .admin-dashboard .recent-orders .orders-table tbody tr td.order-date {
          color: #6b7280; }
        .admin-dashboard .recent-orders .orders-table tbody tr td.order-total {
          font-weight: 600; }
        .admin-dashboard .recent-orders .orders-table tbody tr td:last-child {
          text-align: right; }
        .admin-dashboard .recent-orders .orders-table tbody tr td .status-badge {
          display: inline-block;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500; }
          .admin-dashboard .recent-orders .orders-table tbody tr td .status-badge.status-delivered {
            background-color: #d1fae5;
            color: #065f46; }
          .admin-dashboard .recent-orders .orders-table tbody tr td .status-badge.status-processing, .admin-dashboard .recent-orders .orders-table tbody tr td .status-badge.status-preparing {
            background-color: #dbeafe;
            color: #1e40af; }
          .admin-dashboard .recent-orders .orders-table tbody tr td .status-badge.status-pending {
            background-color: #fef3c7;
            color: #92400e; }
          .admin-dashboard .recent-orders .orders-table tbody tr td .status-badge.status-cancelled {
            background-color: #fee2e2;
            color: #991b1b; }
        .admin-dashboard .recent-orders .orders-table tbody tr td .btn-view {
          color: #6366f1;
          text-decoration: none;
          font-size: 16px; }
          .admin-dashboard .recent-orders .orders-table tbody tr td .btn-view:hover {
            color: #4f46e5; }
    .admin-dashboard .recent-orders .orders-table tbody .no-orders {
      text-align: center;
      color: #6b7280;
      padding: 40px; }

.admin-dashboard .store-selection {
  text-align: center;
  padding: 48px 20px; }
  .admin-dashboard .store-selection h1 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 32px 0; }
  .admin-dashboard .store-selection .stores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto; }
    .admin-dashboard .store-selection .stores-grid .store-card {
      background: white;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 24px;
      text-align: center;
      transition: all 0.2s ease; }
      .admin-dashboard .store-selection .stores-grid .store-card:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px); }
      .admin-dashboard .store-selection .stores-grid .store-card h3 {
        font-size: 20px;
        font-weight: 600;
        color: #111827;
        margin: 0 0 16px 0; }
      .admin-dashboard .store-selection .stores-grid .store-card p {
        font-size: 16px;
        color: #6b7280;
        margin: 0 0 8px 0; }
        .admin-dashboard .store-selection .stores-grid .store-card p:last-of-type {
          margin-bottom: 24px; }
      .admin-dashboard .store-selection .stores-grid .store-card .btn {
        background-color: #818cf8;
        color: white;
        padding: 10px 24px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s ease;
        display: inline-block; }
        .admin-dashboard .store-selection .stores-grid .store-card .btn:hover {
          background-color: #6366f1; }

.admin-dashboard .dashboard-recent {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px; }
  .admin-dashboard .dashboard-recent h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 24px 0; }
  .admin-dashboard .dashboard-recent .table {
    width: 100%;
    border-collapse: collapse; }
    .admin-dashboard .dashboard-recent .table thead th {
      text-align: left;
      padding: 12px;
      font-size: 12px;
      font-weight: 600;
      color: #6b7280;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      border-bottom: 1px solid #e5e7eb; }
    .admin-dashboard .dashboard-recent .table tbody tr {
      border-bottom: 1px solid #f3f4f6; }
      .admin-dashboard .dashboard-recent .table tbody tr:last-child {
        border-bottom: none; }
      .admin-dashboard .dashboard-recent .table tbody tr td {
        padding: 16px 12px;
        font-size: 14px;
        color: #374151; }
        .admin-dashboard .dashboard-recent .table tbody tr td .status-badge {
          display: inline-block;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500; }
          .admin-dashboard .dashboard-recent .table tbody tr td .status-badge.delivered {
            background-color: #d1fae5;
            color: #065f46; }
          .admin-dashboard .dashboard-recent .table tbody tr td .status-badge.processing {
            background-color: #dbeafe;
            color: #1e40af; }
          .admin-dashboard .dashboard-recent .table tbody tr td .status-badge.pending {
            background-color: #fef3c7;
            color: #92400e; }
          .admin-dashboard .dashboard-recent .table tbody tr td .status-badge.cancelled {
            background-color: #fee2e2;
            color: #991b1b; }
        .admin-dashboard .dashboard-recent .table tbody tr td .btn-view {
          color: #6366f1;
          text-decoration: none;
          font-weight: 500;
          font-size: 14px; }
          .admin-dashboard .dashboard-recent .table tbody tr td .btn-view:hover {
            text-decoration: underline; }
  .admin-dashboard .dashboard-recent .no-data {
    text-align: center;
    color: #6b7280;
    padding: 40px;
    font-size: 16px; }

.admin-dashboard .no-store-selected {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .admin-dashboard .no-store-selected .empty-state {
    text-align: center;
    max-width: 600px; }
    .admin-dashboard .no-store-selected .empty-state i {
      font-size: 64px;
      color: #e5e7eb;
      margin-bottom: 24px; }
    .admin-dashboard .no-store-selected .empty-state h2 {
      font-size: 28px;
      font-weight: 700;
      color: #111827;
      margin: 0 0 12px 0; }
    .admin-dashboard .no-store-selected .empty-state p {
      font-size: 16px;
      color: #6b7280;
      margin: 0 0 32px 0; }
    .admin-dashboard .no-store-selected .empty-state .store-summary {
      margin-top: 48px;
      padding: 32px;
      background: white;
      border: 1px solid #e5e7eb;
      border-radius: 12px; }
      .admin-dashboard .no-store-selected .empty-state .store-summary h3 {
        font-size: 20px;
        font-weight: 600;
        color: #111827;
        margin: 0 0 24px 0; }
      .admin-dashboard .no-store-selected .empty-state .store-summary .table {
        width: 100%;
        text-align: left; }
        .admin-dashboard .no-store-selected .empty-state .store-summary .table th {
          padding: 12px;
          font-size: 12px;
          font-weight: 600;
          color: #6b7280;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          border-bottom: 1px solid #e5e7eb; }
        .admin-dashboard .no-store-selected .empty-state .store-summary .table td {
          padding: 16px 12px;
          font-size: 14px;
          color: #374151;
          border-bottom: 1px solid #f3f4f6; }
          .admin-dashboard .no-store-selected .empty-state .store-summary .table td .btn-connect {
            background-color: #6366f1;
            color: white;
            padding: 6px 16px;
            border-radius: 6px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease; }
            .admin-dashboard .no-store-selected .empty-state .store-summary .table td .btn-connect:hover {
              background-color: #4f46e5; }

@media (max-width: 1024px) {
  .admin-dashboard .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .admin-dashboard .dashboard-header .dashboard-controls {
      width: 100%;
      flex-wrap: wrap; }
  .admin-dashboard .dashboard-metrics {
    grid-template-columns: repeat(2, 1fr); }
  .admin-dashboard .dashboard-stats {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 640px) {
  .admin-dashboard .dashboard-metrics {
    grid-template-columns: 1fr; }
  .admin-dashboard .dashboard-stats {
    grid-template-columns: 1fr; }
  .admin-dashboard .dashboard-controls .period-selector,
  .admin-dashboard .dashboard-controls .group-filter {
    width: 100%; }
    .admin-dashboard .dashboard-controls .period-selector .form-control,
    .admin-dashboard .dashboard-controls .group-filter .form-control {
      width: 100%; }
  .admin-dashboard .recent-orders,
  .admin-dashboard .dashboard-recent {
    overflow-x: auto; }
    .admin-dashboard .recent-orders .orders-table,
    .admin-dashboard .recent-orders .table,
    .admin-dashboard .dashboard-recent .orders-table,
    .admin-dashboard .dashboard-recent .table {
      min-width: 600px; }
  .admin-dashboard .dashboard-lists .list-card {
    overflow-x: auto; }
    .admin-dashboard .dashboard-lists .list-card .table {
      min-width: 400px; } }

.store-details .store-header {
  padding: 32px 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 32px; }
  .store-details .store-header .store-title {
    display: flex;
    align-items: center;
    gap: 24px; }
    .store-details .store-header .store-title h1 {
      font-size: 32px;
      font-weight: 700;
      color: #111827;
      margin: 0; }
    .store-details .store-header .store-title .store-actions {
      display: flex;
      gap: 12px; }
  .store-details .store-header .store-info {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 24px; }
    .store-details .store-header .store-info .info-item {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #6b7280;
      font-size: 14px; }
      .store-details .store-header .store-info .info-item i {
        font-size: 16px;
        color: #9ca3af; }

.store-details .store-content .content-section {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px; }
  .store-details .store-content .content-section .section-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6; }
  .store-details .store-content .content-section .media-upload {
    margin-bottom: 24px; }
    .store-details .store-content .content-section .media-upload .media-preview {
      margin-bottom: 16px;
      position: relative;
      display: inline-block; }
      .store-details .store-content .content-section .media-upload .media-preview img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        border: 1px solid #e5e7eb; }
      .store-details .store-content .content-section .media-upload .media-preview .media-label {
        position: absolute;
        top: 8px;
        left: 8px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500; }
    .store-details .store-content .content-section .media-upload .form-group {
      margin-bottom: 0; }
      .store-details .store-content .content-section .media-upload .form-group .form-label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #374151;
        font-size: 14px; }
      .store-details .store-content .content-section .media-upload .form-group .form-control-file {
        display: block;
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #374151;
        background-color: #f9fafb;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        transition: all 0.2s ease; }
        .store-details .store-content .content-section .media-upload .form-group .form-control-file:focus {
          border-color: #818cf8;
          outline: 0;
          box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
  .store-details .store-content .content-section .form-group {
    margin-bottom: 20px; }
    .store-details .store-content .content-section .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #374151;
      font-size: 14px; }
    .store-details .store-content .content-section .form-group .form-control {
      display: block;
      width: 100%;
      padding: 10px 14px;
      font-size: 14px;
      line-height: 1.5;
      color: #111827;
      background-color: white;
      border: 1px solid #d1d5db;
      border-radius: 6px;
      transition: all 0.2s ease; }
      .store-details .store-content .content-section .form-group .form-control:focus {
        border-color: #818cf8;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }

.store-details .store-content .form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 32px; }
  .store-details .store-content .form-actions .btn-save {
    background-color: #818cf8;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease; }
    .store-details .store-content .form-actions .btn-save:hover {
      background-color: #6366f1;
      transform: translateY(-1px); }
    .store-details .store-content .form-actions .btn-save i {
      margin-right: 8px; }
  .store-details .store-content .form-actions .btn-cancel {
    background-color: white;
    color: #6b7280;
    border: 1px solid #d1d5db;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none; }
    .store-details .store-content .form-actions .btn-cancel:hover {
      background-color: #f9fafb;
      color: #374151; }

@media (max-width: 768px) {
  .store-details .store-header {
    padding: 24px 0; }
    .store-details .store-header .store-title {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px; }
      .store-details .store-header .store-title h1 {
        font-size: 24px; }
    .store-details .store-header .store-info {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; }
  .store-details .store-content .content-section {
    padding: 16px; }
  .store-details .store-content .form-actions {
    flex-direction: column; }
    .store-details .store-content .form-actions .btn-save,
    .store-details .store-content .form-actions .btn-cancel {
      width: 100%; } }

.customer-list .customer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 24px 0; }
  .customer-list .customer-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0; }
  .customer-list .customer-header .header-actions {
    display: flex;
    gap: 12px; }
    .customer-list .customer-header .header-actions .btn-add {
      background-color: #818cf8;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px; }
      .customer-list .customer-header .header-actions .btn-add:hover {
        background-color: #6366f1;
        transform: translateY(-1px); }
      .customer-list .customer-header .header-actions .btn-add i {
        font-size: 16px; }

.customer-list .customer-filters {
  margin-bottom: 24px; }
  .customer-list .customer-filters .search-form .input-group {
    display: flex;
    gap: 8px; }
    .customer-list .customer-filters .search-form .input-group .form-control {
      flex: 1;
      padding: 10px 16px;
      font-size: 14px;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      transition: all 0.2s ease; }
      .customer-list .customer-filters .search-form .input-group .form-control:focus {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
      .customer-list .customer-filters .search-form .input-group .form-control::placeholder {
        color: #9ca3af; }
    .customer-list .customer-filters .search-form .input-group .btn {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap; }
      .customer-list .customer-filters .search-form .input-group .btn.btn-primary {
        background-color: #818cf8;
        color: white; }
        .customer-list .customer-filters .search-form .input-group .btn.btn-primary:hover {
          background-color: #6366f1;
          transform: translateY(-1px); }
      .customer-list .customer-filters .search-form .input-group .btn.btn-secondary {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #e5e7eb; }
        .customer-list .customer-filters .search-form .input-group .btn.btn-secondary:hover {
          background-color: #e5e7eb; }
      .customer-list .customer-filters .search-form .input-group .btn i {
        font-size: 16px; }
  .customer-list .customer-filters .nav-tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    margin: 0;
    padding: 0;
    list-style: none; }
    .customer-list .customer-filters .nav-tabs .nav-item {
      margin: 0; }
      .customer-list .customer-filters .nav-tabs .nav-item .nav-link {
        display: flex;
        align-items: center;
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: all 0.2s ease;
        margin-bottom: -1px; }
        .customer-list .customer-filters .nav-tabs .nav-item .nav-link:hover {
          color: #374151;
          background-color: #f9fafb; }
        .customer-list .customer-filters .nav-tabs .nav-item .nav-link.active {
          color: #818cf8;
          border-bottom-color: #818cf8;
          background-color: transparent; }
        .customer-list .customer-filters .nav-tabs .nav-item .nav-link .badge {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 20px;
          height: 20px;
          padding: 0 6px;
          margin-left: 8px;
          font-size: 11px;
          font-weight: 600;
          color: white;
          background-color: #f59e0b;
          border-radius: 9999px; }

.customer-list .customer-table-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .customer-list .customer-table-container .customer-table {
    width: 100%;
    border-collapse: collapse; }
    .customer-list .customer-table-container .customer-table thead {
      background-color: #f9fafb;
      border-bottom: 1px solid #e5e7eb; }
      .customer-list .customer-table-container .customer-table thead th {
        text-align: left;
        padding: 16px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap; }
        .customer-list .customer-table-container .customer-table thead th:first-child {
          padding-left: 24px; }
        .customer-list .customer-table-container .customer-table thead th:last-child {
          padding-right: 24px;
          text-align: right; }
    .customer-list .customer-table-container .customer-table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.2s ease; }
      .customer-list .customer-table-container .customer-table tbody tr:hover {
        background-color: #f9fafb; }
      .customer-list .customer-table-container .customer-table tbody tr:last-child {
        border-bottom: none; }
      .customer-list .customer-table-container .customer-table tbody tr td {
        padding: 16px;
        font-size: 14px;
        color: #374151; }
        .customer-list .customer-table-container .customer-table tbody tr td:first-child {
          padding-left: 24px; }
        .customer-list .customer-table-container .customer-table tbody tr td:last-child {
          padding-right: 24px; }
        .customer-list .customer-table-container .customer-table tbody tr td.text-right {
          text-align: right; }
        .customer-list .customer-table-container .customer-table tbody tr td .customer-info .customer-name {
          display: flex;
          align-items: center;
          gap: 8px; }
          .customer-list .customer-table-container .customer-table tbody tr td .customer-info .customer-name strong {
            font-weight: 600;
            color: #111827; }
          .customer-list .customer-table-container .customer-table tbody tr td .customer-info .customer-name .customer-id {
            color: #6b7280;
            font-size: 13px;
            font-weight: 400; }
        .customer-list .customer-table-container .customer-table tbody tr td .customer-info .customer-company {
          font-size: 13px;
          color: #6b7280;
          margin-top: 2px; }
        .customer-list .customer-table-container .customer-table tbody tr td .customer-contact .customer-email {
          color: #2563eb;
          font-weight: 500; }
        .customer-list .customer-table-container .customer-table tbody tr td .customer-status {
          display: flex;
          align-items: center;
          gap: 8px; }
        .customer-list .customer-table-container .customer-table tbody tr td .status-badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500;
          gap: 4px; }
          .customer-list .customer-table-container .customer-table tbody tr td .status-badge.active {
            background-color: #d1fae5;
            color: #065f46; }
          .customer-list .customer-table-container .customer-table tbody tr td .status-badge.inactive {
            background-color: #fee2e2;
            color: #991b1b; }
          .customer-list .customer-table-container .customer-table tbody tr td .status-badge.pending {
            background-color: #fef3c7;
            color: #92400e; }
          .customer-list .customer-table-container .customer-table tbody tr td .status-badge.refused {
            background-color: #fee2e2;
            color: #991b1b; }
          .customer-list .customer-table-container .customer-table tbody tr td .status-badge.subscribed {
            background-color: #dbeafe;
            color: #1e40af;
            padding: 4px 8px; }
            .customer-list .customer-table-container .customer-table tbody tr td .status-badge.subscribed i {
              font-size: 14px; }
          .customer-list .customer-table-container .customer-table tbody tr td .status-badge.unsubscribed {
            background-color: #f3f4f6;
            color: #6b7280; }
        .customer-list .customer-table-container .customer-table tbody tr td .btn-edit {
          background-color: #f3f4f6;
          color: #374151;
          border: 1px solid #e5e7eb;
          padding: 6px 16px;
          font-size: 14px;
          font-weight: 500;
          border-radius: 6px;
          cursor: pointer;
          transition: all 0.2s ease;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 6px; }
          .customer-list .customer-table-container .customer-table tbody tr td .btn-edit:hover {
            background-color: #e5e7eb;
            transform: translateY(-1px); }
          .customer-list .customer-table-container .customer-table tbody tr td .btn-edit i {
            font-size: 14px; }
          @media (max-width: 640px) {
            .customer-list .customer-table-container .customer-table tbody tr td .btn-edit .btn-text {
              display: none; } }
.customer-list .no-customers {
  text-align: center;
  padding: 80px 20px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px; }
  .customer-list .no-customers i {
    font-size: 48px;
    color: #e5e7eb;
    margin-bottom: 16px; }
  .customer-list .no-customers h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0; }
  .customer-list .no-customers p {
    font-size: 16px;
    color: #6b7280;
    margin: 0; }

.box {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px; }
  .box .box_title {
    background-color: #f9fafb;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 24px;
    border-bottom: 1px solid #e5e7eb; }
  .box .box_content {
    padding: 24px; }
    .box .box_content .box_content_line {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
      .box .box_content .box_content_line:last-child {
        margin-bottom: 0; }
      .box .box_content .box_content_line .box_content_line_label {
        width: 160px;
        color: #6b7280;
        font-size: 14px;
        font-weight: 500;
        flex-shrink: 0; }
      .box .box_content .box_content_line .box_content_line_value {
        flex: 1;
        color: #111827;
        font-size: 14px;
        font-weight: 500; }
        .box .box_content .box_content_line .box_content_line_value a {
          color: #2563eb;
          text-decoration: none; }
          .box .box_content .box_content_line .box_content_line_value a:hover {
            text-decoration: underline; }
        .box .box_content .box_content_line .box_content_line_value .badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500;
          margin-right: 8px; }
          .box .box_content .box_content_line .box_content_line_value .badge.badge-pending {
            background-color: #fef3c7;
            color: #92400e; }
          .box .box_content .box_content_line .box_content_line_value .badge.badge-accepted {
            background-color: #d1fae5;
            color: #065f46; }
          .box .box_content .box_content_line .box_content_line_value .badge.badge-refused {
            background-color: #fee2e2;
            color: #991b1b; }
        .box .box_content .box_content_line .box_content_line_value .form-select {
          padding: 6px 12px;
          font-size: 14px;
          border: 1px solid #e5e7eb;
          border-radius: 6px;
          background-color: white;
          cursor: pointer;
          transition: all 0.2s ease; }
          .box .box_content .box_content_line .box_content_line_value .form-select:hover {
            border-color: #d1d5db; }
          .box .box_content .box_content_line .box_content_line_value .form-select:focus {
            outline: none;
            border-color: #818cf8;
            box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
        .box .box_content .box_content_line .box_content_line_value .btn-sm {
          padding: 6px 12px;
          font-size: 14px; }
  .box .box_footer {
    background-color: #f9fafb;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb; }
    .box .box_footer .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.2s ease;
      border: none;
      cursor: pointer; }
      .box .box_footer .btn.btn-primary {
        background-color: #818cf8;
        color: white; }
        .box .box_footer .btn.btn-primary:hover {
          background-color: #6366f1;
          transform: translateY(-1px); }
      .box .box_footer .btn.btn-default {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #e5e7eb; }
        .box .box_footer .btn.btn-default:hover {
          background-color: #e5e7eb; }
      .box .box_footer .btn i {
        font-size: 16px; }

.tabs {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .tabs .tab_keys {
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb; }
    .tabs .tab_keys ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none; }
      .tabs .tab_keys ul li {
        padding: 16px 24px;
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        cursor: pointer;
        transition: all 0.2s ease;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px; }
        .tabs .tab_keys ul li:hover {
          color: #111827;
          background-color: #f3f4f6; }
        .tabs .tab_keys ul li.active {
          color: #818cf8;
          background-color: white;
          border-bottom-color: #818cf8; }
  .tabs .tab_values .tab_value {
    display: none;
    padding: 24px; }
    .tabs .tab_values .tab_value.active {
      display: block; }

.tab_value .table {
  width: 100%;
  border-collapse: collapse; }
  .tab_value .table thead th {
    text-align: left;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb; }
  .tab_value .table tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease; }
    .tab_value .table tbody tr:hover {
      background-color: #f9fafb; }
    .tab_value .table tbody tr:last-child {
      border-bottom: none; }
    .tab_value .table tbody tr td {
      padding: 16px;
      font-size: 14px;
      color: #374151; }
      .tab_value .table tbody tr td .serial {
        font-family: monospace;
        font-size: 13px;
        color: #6b7280;
        background-color: #f3f4f6;
        padding: 2px 6px;
        border-radius: 4px; }
      .tab_value .table tbody tr td .badge {
        display: inline-flex;
        align-items: center;
        padding: 4px 12px;
        border-radius: 9999px;
        font-size: 12px;
        font-weight: 500; }
        .tab_value .table tbody tr td .badge.badge-paid {
          background-color: #d1fae5;
          color: #065f46; }
        .tab_value .table tbody tr td .badge.badge-unpaid {
          background-color: #fee2e2;
          color: #991b1b; }
        .tab_value .table tbody tr td .badge.badge-default {
          background-color: #e5e7eb;
          color: white; }
      .tab_value .table tbody tr td .date {
        color: #6b7280;
        font-size: 13px; }
      .tab_value .table tbody tr td a {
        color: #2563eb;
        text-decoration: none;
        font-weight: 500; }
        .tab_value .table tbody tr td a:hover {
          text-decoration: underline; }

.box_table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .box_table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; }
    .box_table table thead tr {
      background-color: #f9fafb;
      border-bottom: 1px solid #e5e7eb; }
      .box_table table thead tr th {
        text-align: left;
        padding: 12px 16px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap; }
        .box_table table thead tr th:first-child {
          padding-left: 24px; }
        .box_table table thead tr th:last-child {
          padding-right: 24px;
          text-align: right; }
    .box_table table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.2s ease; }
      .box_table table tbody tr:hover {
        background-color: #fafbfc; }
      .box_table table tbody tr:last-child {
        border-bottom: none; }
      .box_table table tbody tr td {
        padding: 16px;
        font-size: 14px;
        color: #374151;
        vertical-align: middle; }
        .box_table table tbody tr td:first-child {
          padding-left: 24px;
          font-weight: 500; }
        .box_table table tbody tr td:last-child {
          padding-right: 24px;
          text-align: right;
          white-space: nowrap; }
        .box_table table tbody tr td a.btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          padding: 0;
          margin: 0 4px;
          font-size: 16px;
          border-radius: 6px;
          text-decoration: none;
          transition: all 0.2s ease;
          border: 1px solid transparent; }
          .box_table table tbody tr td a.btn i {
            font-size: 16px; }
          .box_table table tbody tr td a.btn.btn-primary {
            background-color: #f3f4f6;
            color: #374151;
            border-color: #e5e7eb; }
            .box_table table tbody tr td a.btn.btn-primary:hover {
              background-color: #818cf8;
              color: white;
              border-color: #818cf8;
              transform: translateY(-1px); }
            .box_table table tbody tr td a.btn.btn-primary.btn-danger:hover {
              background-color: #ef4444;
              border-color: #ef4444; }

.no-addresses {
  text-align: center;
  padding: 60px 20px; }
  .no-addresses i {
    font-size: 48px;
    color: #e5e7eb;
    margin-bottom: 16px; }
  .no-addresses h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0; }
  .no-addresses p {
    font-size: 14px;
    color: #6b7280;
    margin: 0; }

@media (max-width: 1024px) {
  .customer-list .customer-table-container {
    overflow-x: auto; }
    .customer-list .customer-table-container .customer-table {
      min-width: 900px; }
  .box .box_content .box_content_line {
    flex-direction: column;
    align-items: flex-start; }
    .box .box_content .box_content_line .box_content_line_label {
      width: 100%;
      margin-bottom: 4px; } }

@media (max-width: 640px) {
  .customer-list .customer-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .customer-list .customer-header h1 {
      font-size: 24px; }
  .tabs .tab_keys {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .tabs .tab_keys ul {
      min-width: max-content; }
  .tab_value {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .tab_value .table {
      min-width: 800px; } }

.wallet-page .wallet-header {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .wallet-page .wallet-header .customer-info {
    font-size: 16px;
    color: #374151;
    margin-bottom: 16px; }
    .wallet-page .wallet-header .customer-info a {
      color: #818cf8;
      text-decoration: none;
      font-weight: 500; }
      .wallet-page .wallet-header .customer-info a:hover {
        text-decoration: underline; }
  .wallet-page .wallet-header .wallet-balance {
    display: flex;
    align-items: baseline;
    gap: 16px; }
    .wallet-page .wallet-header .wallet-balance .balance-amount {
      font-size: 32px;
      font-weight: 700;
      color: #111827; }
    .wallet-page .wallet-header .wallet-balance .balance-actions {
      display: flex;
      gap: 16px; }
      .wallet-page .wallet-header .wallet-balance .balance-actions a {
        color: #818cf8;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px; }
        .wallet-page .wallet-header .wallet-balance .balance-actions a:hover {
          text-decoration: underline; }
        .wallet-page .wallet-header .wallet-balance .balance-actions a:last-child {
          color: #ef4444; }

.wallet-page .wallet-history {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .wallet-page .wallet-history .history-header {
    background-color: #f9fafb;
    padding: 16px 24px;
    border-bottom: 1px solid #e5e7eb; }
    .wallet-page .wallet-history .history-header h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #111827; }
  .wallet-page .wallet-history .history-table {
    width: 100%; }
    .wallet-page .wallet-history .history-table thead {
      background-color: #f9fafb; }
      .wallet-page .wallet-history .history-table thead th {
        text-align: left;
        padding: 12px 24px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e5e7eb; }
    .wallet-page .wallet-history .history-table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.2s ease; }
      .wallet-page .wallet-history .history-table tbody tr:hover {
        background-color: #f9fafb; }
      .wallet-page .wallet-history .history-table tbody tr:last-child {
        border-bottom: none; }
      .wallet-page .wallet-history .history-table tbody tr td {
        padding: 16px 24px;
        font-size: 14px;
        color: #374151; }
        .wallet-page .wallet-history .history-table tbody tr td.amount {
          font-weight: 600; }
          .wallet-page .wallet-history .history-table tbody tr td.amount.credit {
            color: #065f46; }
          .wallet-page .wallet-history .history-table tbody tr td.amount.debit {
            color: #991b1b; }
        .wallet-page .wallet-history .history-table tbody tr td .reference {
          font-family: monospace;
          font-size: 13px;
          color: #6b7280;
          background-color: #f3f4f6;
          padding: 2px 6px;
          border-radius: 4px; }
        .wallet-page .wallet-history .history-table tbody tr td .type-badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500; }
          .wallet-page .wallet-history .history-table tbody tr td .type-badge.type-credit {
            background-color: #d1fae5;
            color: #065f46; }
          .wallet-page .wallet-history .history-table tbody tr td .type-badge.type-debit {
            background-color: #fee2e2;
            color: #991b1b; }
          .wallet-page .wallet-history .history-table tbody tr td .type-badge.type-order {
            background-color: #dbeafe;
            color: #1e40af; }
          .wallet-page .wallet-history .history-table tbody tr td .type-badge.type-refund {
            background-color: #fef3c7;
            color: #92400e; }
        .wallet-page .wallet-history .history-table tbody tr td .operation-badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 12px;
          border-radius: 6px;
          font-size: 12px;
          font-weight: 500;
          background-color: #f3f4f6;
          color: #6b7280; }
        .wallet-page .wallet-history .history-table tbody tr td a {
          color: #818cf8;
          text-decoration: none;
          font-weight: 500; }
          .wallet-page .wallet-history .history-table tbody tr td a:hover {
            text-decoration: underline; }
        .wallet-page .wallet-history .history-table tbody tr td .owner-info {
          font-size: 13px;
          color: #6b7280; }
  .wallet-page .wallet-history .empty-history {
    text-align: center;
    padding: 60px 20px; }
    .wallet-page .wallet-history .empty-history i {
      font-size: 48px;
      color: #e5e7eb;
      margin-bottom: 16px; }
    .wallet-page .wallet-history .empty-history h4 {
      font-size: 18px;
      font-weight: 600;
      color: #111827;
      margin: 0 0 8px 0; }
    .wallet-page .wallet-history .empty-history p {
      font-size: 14px;
      color: #6b7280;
      margin: 0; }

#addCreditModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  #addCreditModal .modal-content .modal-header {
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 24px;
    border-radius: 12px 12px 0 0; }
    #addCreditModal .modal-content .modal-header .modal-title {
      font-size: 20px;
      font-weight: 600;
      color: #111827; }
    #addCreditModal .modal-content .modal-header .btn-close {
      background: none;
      border: none;
      padding: 8px;
      cursor: pointer;
      transition: all 0.2s ease; }
      #addCreditModal .modal-content .modal-header .btn-close:hover {
        background-color: #e5e7eb;
        border-radius: 6px; }
      #addCreditModal .modal-content .modal-header .btn-close i {
        font-size: 20px;
        color: #6b7280; }
  #addCreditModal .modal-content .modal-body {
    padding: 24px; }
    #addCreditModal .modal-content .modal-body .form-group {
      margin-bottom: 20px; }
      #addCreditModal .modal-content .modal-body .form-group label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        margin-bottom: 8px; }
      #addCreditModal .modal-content .modal-body .form-group .form-control {
        width: 100%;
        padding: 10px 16px;
        font-size: 14px;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        transition: all 0.2s ease; }
        #addCreditModal .modal-content .modal-body .form-group .form-control:focus {
          outline: none;
          border-color: #818cf8;
          box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
    #addCreditModal .modal-content .modal-body .btn-submit {
      background-color: #818cf8;
      color: white;
      border: none;
      padding: 10px 24px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.2s ease;
      width: 100%; }
      #addCreditModal .modal-content .modal-body .btn-submit:hover {
        background-color: #6366f1;
        transform: translateY(-1px); }
      #addCreditModal .modal-content .modal-body .btn-submit.btn-danger {
        background-color: #ef4444; }
        #addCreditModal .modal-content .modal-body .btn-submit.btn-danger:hover {
          background-color: #dc2626; }
    #addCreditModal .modal-content .modal-body .form-text {
      display: block;
      margin-top: 4px;
      font-size: 13px;
      color: #6b7280; }

.box_content .wallet-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb; }
  .box_content .wallet-section .wallet-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px; }
    .box_content .wallet-section .wallet-info p {
      margin: 0;
      font-size: 14px;
      color: #374151;
      font-weight: 500; }
      .box_content .wallet-section .wallet-info p.no-wallet {
        color: #6b7280; }
  .box_content .wallet-section form {
    display: inline-block; }
    .box_content .wallet-section form .btn {
      background-color: #818cf8;
      color: white;
      border: none;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px; }
      .box_content .wallet-section form .btn:hover {
        background-color: #6366f1;
        transform: translateY(-1px); }
      .box_content .wallet-section form .btn.btn-default {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #e5e7eb; }
        .box_content .wallet-section form .btn.btn-default:hover {
          background-color: #e5e7eb;
          transform: translateY(0); }

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f9fafb; }
  .login .container {
    max-width: 450px;
    width: 100%;
    padding: 0 15px; }
    .login .container form {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      padding: 40px; }
      .login .container form .form-group {
        margin-bottom: 24px; }
        .login .container form .form-group label {
          display: block;
          margin-bottom: 8px;
          font-weight: 600;
          font-size: 14px;
          color: #333; }
        .login .container form .form-group input {
          width: 100%;
          padding: 12px 16px;
          border: 1px solid #e2e2e2;
          border-radius: 6px;
          font-size: 14px;
          transition: border-color 0.2s ease-in-out; }
          .login .container form .form-group input:focus {
            outline: none;
            border-color: #000; }
        .login .container form .form-group .error {
          margin-top: 6px;
          color: #dc3545;
          font-size: 12px; }
      .login .container form .admin-logo {
        text-align: center;
        margin-bottom: 32px; }
        .login .container form .admin-logo img {
          height: 40px; }
        .login .container form .admin-logo h2 {
          margin-top: 16px;
          margin-bottom: 0;
          font-size: 24px;
          font-weight: 600; }
      .login .container form button[type="submit"] {
        width: 100%;
        padding: 12px 16px;
        background-color: black;
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out; }
        .login .container form button[type="submit"]:hover {
          background-color: #333; }

.search-form {
  margin-bottom: 24px; }
  .search-form .input-group {
    display: flex;
    gap: 8px; }
    .search-form .input-group .form-control {
      flex: 1;
      padding: 10px 16px;
      font-size: 14px;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      transition: all 0.2s ease; }
      .search-form .input-group .form-control:focus {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
      .search-form .input-group .form-control::placeholder {
        color: #9ca3af; }
    .search-form .input-group .btn {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap; }
      .search-form .input-group .btn.btn-primary {
        background-color: #818cf8;
        color: white; }
        .search-form .input-group .btn.btn-primary:hover {
          background-color: #6366f1;
          transform: translateY(-1px); }
      .search-form .input-group .btn.btn-secondary {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #e5e7eb; }
        .search-form .input-group .btn.btn-secondary:hover {
          background-color: #e5e7eb; }
      .search-form .input-group .btn i {
        font-size: 16px; }

.products-filter-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px; }
  .products-filter-badges .filter-badge {
    display: inline-flex;
    align-items: center;
    background-color: #f1f3f9;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    border: 1px solid #e0e5f2; }
    .products-filter-badges .filter-badge .filter-name {
      font-weight: 600;
      color: #384157;
      margin-right: 5px; }
      .products-filter-badges .filter-badge .filter-name:after {
        content: ":"; }
    .products-filter-badges .filter-badge .filter-value {
      color: #4e5874; }
    .products-filter-badges .filter-badge .filter-remove {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 50%;
      color: #4e5874;
      margin-left: 10px;
      text-decoration: none;
      transition: all 0.2s ease; }
      .products-filter-badges .filter-badge .filter-remove i {
        font-size: 16px;
        line-height: 1; }
      .products-filter-badges .filter-badge .filter-remove:hover {
        background-color: #e74a3b;
        color: white; }

.products-table {
  margin-bottom: 0;
  width: 100%; }
  .products-table th, .products-table td {
    vertical-align: middle; }
  .products-table thead {
    background-color: #f8f9fc; }
    .products-table thead th {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #6e7898;
      border-bottom: 2px solid #e3e6f0;
      padding: 14px 16px; }
  .products-table tbody tr {
    transition: all 0.2s ease; }
    .products-table tbody tr:hover {
      background-color: rgba(78, 115, 223, 0.05); }
    .products-table tbody tr td {
      padding: 18px 16px;
      border-top: 1px solid #eaecf4; }
  .products-table .id-col {
    width: 60px;
    font-size: 13px;
    color: #6e7898;
    font-weight: 500; }
  .products-table .product-col {
    min-width: 320px; }
    .products-table .product-col .product-info {
      display: flex;
      align-items: center; }
      .products-table .product-col .product-info .product-image {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        margin-right: 16px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #f8f9fc;
        border: 1px solid #eaecf4; }
        .products-table .product-col .product-info .product-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }
      .products-table .product-col .product-info .product-details .product-name {
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 6px;
        line-height: 1.3;
        font-size: 15px; }
      .products-table .product-col .product-info .product-details .product-description {
        font-size: 13px;
        color: #6e7898;
        line-height: 1.4; }
  .products-table .reference-col {
    width: 120px; }
    .products-table .reference-col .product-reference {
      font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
      font-size: 13px;
      color: #384157;
      background-color: #f8f9fc;
      padding: 4px 8px;
      border-radius: 4px;
      display: inline-block;
      border: 1px solid #eaecf4; }
    .products-table .reference-col .no-reference {
      color: #a0aec0;
      font-size: 14px; }
  .products-table .category-col {
    width: 150px; }
    .products-table .category-col .category-badge {
      display: inline-block;
      background-color: #e9ecef;
      color: #384157;
      padding: 4px 10px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 500;
      border: 1px solid #dde2e5; }
    .products-table .category-col .category-more {
      display: inline-block;
      font-size: 11px;
      color: #6e7898;
      background-color: #f8f9fc;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 4px;
      border: 1px solid #eaecf4; }
    .products-table .category-col .no-category {
      color: #a0aec0;
      font-size: 13px;
      font-style: italic; }
  .products-table .price-col {
    width: 120px; }
    .products-table .price-col .price {
      font-weight: 600;
      color: #2d3748;
      font-size: 14px; }
  .products-table .stock-col {
    width: 100px;
    text-align: center; }
    .products-table .stock-col .sort-link {
      color: #6e7898;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: color 0.2s ease; }
      .products-table .stock-col .sort-link:hover {
        color: #4e73df; }
      .products-table .stock-col .sort-link i {
        font-size: 14px;
        opacity: 0.7;
        transition: opacity 0.2s ease; }
      .products-table .stock-col .sort-link:hover i {
        opacity: 1; }
    .products-table .stock-col .stock-badge {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600; }
      .products-table .stock-col .stock-badge.in-stock {
        background-color: #d1fae5;
        color: #047857;
        border: 1px solid #a7f3d0; }
      .products-table .stock-col .stock-badge.low-stock {
        background-color: #fef3c7;
        color: #92400e;
        border: 1px solid #fde68a; }
      .products-table .stock-col .stock-badge.out-of-stock {
        background-color: #fee2e2;
        color: #b91c1c;
        border: 1px solid #fecaca; }
      .products-table .stock-col .stock-badge.unlimited {
        background-color: #e0f2fe;
        color: #0284c7;
        border: 1px solid #bae6fd; }
  .products-table .status-col {
    width: 100px;
    text-align: center; }
    .products-table .status-col .status-badge {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600; }
      .products-table .status-col .status-badge.active {
        background-color: #d1fae5;
        color: #047857;
        border: 1px solid #a7f3d0; }
      .products-table .status-col .status-badge.inactive {
        background-color: #fee2e2;
        color: #b91c1c;
        border: 1px solid #fecaca; }
  .products-table .actions-col {
    width: 110px;
    text-align: center; }
    .products-table .actions-col .btn-group .btn {
      padding: 0.3rem 0.6rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      margin: 0 2px; }
      .products-table .actions-col .btn-group .btn i {
        font-size: 18px;
        line-height: 1; }
      .products-table .actions-col .btn-group .btn.btn-primary {
        background-color: #4e73df;
        border-color: #3862db; }
        .products-table .actions-col .btn-group .btn.btn-primary:hover {
          background-color: #2e59d9; }
      .products-table .actions-col .btn-group .btn.btn-success {
        background-color: #1cc88a;
        border-color: #19b27b; }
        .products-table .actions-col .btn-group .btn.btn-success:hover {
          background-color: #17a673; }
      .products-table .actions-col .btn-group .btn.btn-danger {
        background-color: #e74a3b;
        border-color: #e43524; }
        .products-table .actions-col .btn-group .btn.btn-danger:hover {
          background-color: #e02d1b; }

.pagination .page-item .page-link {
  color: #4e73df;
  padding: 0.5rem 0.75rem;
  border-color: #eaecf4; }
  .pagination .page-item .page-link:hover {
    background-color: #f8f9fc;
    border-color: #eaecf4; }

.pagination .page-item.active .page-link {
  background-color: #4e73df;
  border-color: #4e73df;
  color: white; }

.pagination .page-item.disabled .page-link {
  color: #a0aec0; }

.btn-icon-split {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.2s ease; }
  .btn-icon-split .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .btn-icon-split .icon i {
      font-size: 20px;
      line-height: 1; }
  .btn-icon-split .text {
    display: inline-block; }
  .btn-icon-split.btn-primary {
    background-color: #4e73df;
    border-color: #3862db; }
    .btn-icon-split.btn-primary:hover {
      background-color: #2e59d9; }
  .btn-icon-split.btn-secondary {
    background-color: #858796;
    border-color: #777a8a; }
    .btn-icon-split.btn-secondary:hover {
      background-color: #717384; }

.card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  margin-bottom: 24px; }
  .card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .card .card-header {
    padding: 16px 20px;
    background-color: #f8f9fc;
    border-bottom: 1px solid #eaecf4; }
    .card .card-header h4, .card .card-header h5, .card .card-header h6 {
      font-weight: 600;
      color: #2d3748;
      margin-bottom: 0; }
  .card .card-body {
    padding: 20px; }

.product-main-form {
  margin-bottom: 30px;
  padding: 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .product-main-form:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .product-main-form .product_name,
  .product-main-form .product_short_description,
  .product-main-form .product_description {
    margin-bottom: 20px; }
    .product-main-form .product_name label,
    .product-main-form .product_short_description label,
    .product-main-form .product_description label {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #2d3748;
      margin-bottom: 8px; }
    .product-main-form .product_name input, .product-main-form .product_name textarea,
    .product-main-form .product_short_description input,
    .product-main-form .product_short_description textarea,
    .product-main-form .product_description input,
    .product-main-form .product_description textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #cbd5e0;
      border-radius: 6px;
      font-size: 15px;
      color: #4a5568;
      transition: all 0.2s ease; }
      .product-main-form .product_name input:focus, .product-main-form .product_name textarea:focus,
      .product-main-form .product_short_description input:focus,
      .product-main-form .product_short_description textarea:focus,
      .product-main-form .product_description input:focus,
      .product-main-form .product_description textarea:focus {
        outline: none;
        border-color: #4e73df;
        box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.2); }
    .product-main-form .product_name textarea,
    .product-main-form .product_short_description textarea,
    .product-main-form .product_description textarea {
      min-height: 100px;
      resize: vertical; }
      .product-main-form .product_name textarea.editor,
      .product-main-form .product_short_description textarea.editor,
      .product-main-form .product_description textarea.editor {
        min-height: 200px; }
  .product-main-form .btn-submit {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #4e73df;
    border-color: #3862db;
    color: white;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s ease; }
    .product-main-form .btn-submit:hover {
      background-color: #2e59d9; }

.product_categories {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8f9fc;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .product_categories:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .product_categories h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecf4; }
  .product_categories .categories_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px; }
    .product_categories .categories_list .category_tag {
      display: inline-flex;
      align-items: center;
      padding: 6px 14px;
      background-color: #e2e8f0;
      color: #2d3748;
      font-size: 14px;
      font-weight: 500;
      border-radius: 50px;
      transition: all 0.2s ease;
      border: 1px solid #cbd5e0; }
      .product_categories .categories_list .category_tag:hover {
        background-color: #cbd5e0; }
      .product_categories .categories_list .category_tag a {
        color: inherit;
        text-decoration: none; }
      .product_categories .categories_list .category_tag .remove-category {
        margin-left: 8px;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.1);
        color: #4a5568;
        cursor: pointer;
        transition: all 0.2s ease; }
        .product_categories .categories_list .category_tag .remove-category i {
          font-size: 14px;
          line-height: 1; }
        .product_categories .categories_list .category_tag .remove-category:hover {
          background-color: #e74a3b;
          color: white; }
  .product_categories .add_category .btn-add-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background-color: white;
    border: 1px solid #cbd5e0;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease; }
    .product_categories .add_category .btn-add-category:hover {
      background-color: #f8f9fc;
      color: #2d3748;
      border-color: #a0aec0; }
    .product_categories .add_category .btn-add-category i {
      font-size: 16px;
      line-height: 1;
      margin-right: 6px; }

.product_specific_prices {
  margin: 30px 0;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .product_specific_prices:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .product_specific_prices h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0; }
  .product_specific_prices .btn-group {
    display: inline-flex; }
    .product_specific_prices .btn-group .btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      border-radius: 0;
      margin: 0;
      border-right: 0; }
      .product_specific_prices .btn-group .btn:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .product_specific_prices .btn-group .btn:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-right: 1px solid; }
      .product_specific_prices .btn-group .btn i {
        font-size: 16px;
        line-height: 1; }
  .product_specific_prices .table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-top: 16px;
    -webkit-overflow-scrolling: touch; }
  .product_specific_prices table {
    width: 100%;
    min-width: 1000px;
    border-collapse: separate;
    border-spacing: 0; }
    .product_specific_prices table th {
      background-color: #f8f9fc;
      color: #6e7898;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 12px 10px;
      border-bottom: 2px solid #eaecf4;
      white-space: nowrap; }
    .product_specific_prices table td {
      padding: 14px 10px;
      font-size: 13px;
      color: #4a5568;
      border-bottom: 1px solid #eaecf4;
      vertical-align: middle; }
    .product_specific_prices table tbody tr {
      transition: all 0.2s ease; }
      .product_specific_prices table tbody tr:hover {
        background-color: rgba(78, 115, 223, 0.05); }
      .product_specific_prices table tbody tr:last-child td {
        border-bottom: none; }
    .product_specific_prices table .badge {
      padding: 5px 10px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600; }
      .product_specific_prices table .badge.badge-success {
        background-color: #d1fae5;
        color: #047857;
        border: 1px solid #a7f3d0; }
      .product_specific_prices table .badge.badge-danger {
        background-color: #fee2e2;
        color: #b91c1c;
        border: 1px solid #fecaca; }
      .product_specific_prices table .badge.badge-warning {
        background-color: #fef3c7;
        color: #92400e;
        border: 1px solid #fde68a; }
    .product_specific_prices table .btn-group-sm {
      display: inline-flex; }
      .product_specific_prices table .btn-group-sm .btn {
        padding: 0.25rem 0.5rem;
        font-size: 12px;
        border-radius: 0;
        margin: 0;
        border-right: 0; }
        .product_specific_prices table .btn-group-sm .btn:first-child {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        .product_specific_prices table .btn-group-sm .btn:last-child {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-right: 1px solid; }
        .product_specific_prices table .btn-group-sm .btn i {
          font-size: 14px;
          line-height: 1; }
  .product_specific_prices .alert {
    margin-top: 16px;
    border-radius: 8px;
    padding: 16px; }
    .product_specific_prices .alert.alert-info {
      background-color: #e0f2fe;
      border: 1px solid #bae6fd;
      color: #0284c7; }
      .product_specific_prices .alert.alert-info .alert-link {
        color: #0369a1;
        font-weight: 600;
        text-decoration: underline; }
        .product_specific_prices .alert.alert-info .alert-link:hover {
          color: #075985; }

.col-lg-3 > div {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #f8f9fc;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .col-lg-3 > div:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .col-lg-3 > div h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecf4; }
  .col-lg-3 > div h5 {
    font-size: 16px;
    font-weight: 600;
    color: #4a5568;
    margin: 16px 0 10px 0; }
  .col-lg-3 > div div {
    margin-bottom: 10px;
    font-size: 14px;
    color: #4a5568; }
    .col-lg-3 > div div:last-of-type {
      margin-bottom: 16px; }
    .col-lg-3 > div div.product_is_active, .col-lg-3 > div div.product_is_indexed {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 16px; }
      .col-lg-3 > div div.product_is_active .status-badge, .col-lg-3 > div div.product_is_indexed .status-badge {
        padding: 4px 10px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 600; }
        .col-lg-3 > div div.product_is_active .status-badge.success, .col-lg-3 > div div.product_is_indexed .status-badge.success {
          background-color: #d1fae5;
          color: #047857;
          border: 1px solid #a7f3d0; }
        .col-lg-3 > div div.product_is_active .status-badge.error, .col-lg-3 > div div.product_is_indexed .status-badge.error {
          background-color: #fee2e2;
          color: #b91c1c;
          border: 1px solid #fecaca; }
      .col-lg-3 > div div.product_is_active a, .col-lg-3 > div div.product_is_indexed a {
        color: #4e73df;
        text-decoration: none;
        font-size: 13px;
        font-weight: 500; }
        .col-lg-3 > div div.product_is_active a:hover, .col-lg-3 > div div.product_is_indexed a:hover {
          text-decoration: underline; }
  .col-lg-3 > div .btn {
    margin-top: 12px;
    display: inline-block;
    padding: 8px 16px;
    background-color: white;
    border: 1px solid #cbd5e0;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease; }
    .col-lg-3 > div .btn:hover {
      background-color: #f8f9fc;
      color: #2d3748;
      border-color: #a0aec0; }
    .col-lg-3 > div .btn.btn-default {
      background-color: white;
      border: 1px solid #cbd5e0;
      color: #4a5568; }
      .col-lg-3 > div .btn.btn-default:hover {
        background-color: #f8f9fc;
        color: #2d3748;
        border-color: #a0aec0; }

.product_medias {
  margin: 30px 0;
  padding: 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .product_medias:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .product_medias h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaecf4;
    display: flex;
    align-items: center;
    gap: 10px; }
    .product_medias h4:before {
      content: "";
      width: 4px;
      height: 20px;
      background: linear-gradient(135deg, #4e73df, #2653d4);
      border-radius: 2px; }
  .product_medias .product_medias_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .product_medias .product_medias_list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px; } }
    @media (max-width: 480px) {
      .product_medias .product_medias_list {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .product_medias .product_medias_item {
    position: relative;
    background-color: #f8f9fc;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .product_medias .product_medias_item:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.2s ease-in-out; }
      .product_medias .product_medias_item:hover:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
      .product_medias .product_medias_item:hover .media-overlay {
        opacity: 1;
        visibility: visible; }
    .product_medias .product_medias_item.is-cover {
      border-color: #1cc88a;
      background: linear-gradient(135deg, #f0fdf4, #dcfce7); }
      .product_medias .product_medias_item.is-cover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #1cc88a, #34e3a4);
        z-index: 2; }
  .product_medias .media-image-container {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden; }
  .product_medias .media-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .product_medias .media-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      background-color: #f1f5f9; }
  .product_medias .cover-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #1cc88a, #19b27b);
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 3; }
    .product_medias .cover-badge .cover-text {
      display: none; }
      @media (min-width: 768px) {
        .product_medias .cover-badge .cover-text {
          display: inline; } }
    .product_medias .cover-badge i {
      font-size: 14px;
      line-height: 1; }
  .product_medias .media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2; }
  .product_medias .media-actions {
    display: flex;
    gap: 8px; }
    .product_medias .media-actions .action-form {
      margin: 0; }
  .product_medias .btn-media {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    backdrop-filter: blur(10px); }
    .product_medias .btn-media:focus {
      outline: 2px solid white;
      outline-offset: 2px; }
    .product_medias .btn-media i {
      line-height: 1; }
    .product_medias .btn-media.btn-set-cover {
      background: rgba(255, 255, 255, 0.9);
      color: #f59e0b; }
      .product_medias .btn-media.btn-set-cover:hover {
        background: white;
        color: #d97706;
        transform: scale(1.05); }
    .product_medias .btn-media.btn-delete {
      background: rgba(255, 255, 255, 0.9);
      color: #e74a3b; }
      .product_medias .btn-media.btn-delete:hover {
        background: #e74a3b;
        color: white;
        transform: scale(1.05); }
  .product_medias .media-info {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-top: 1px solid #eaecf4; }
    .product_medias .media-info .media-position {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      background: #4e73df;
      color: white;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 600; }
    .product_medias .media-info .media-status {
      color: #6e7898;
      font-size: 11px;
      text-align: right;
      flex: 1;
      margin-left: 8px; }
  .product_medias .empty-media-state {
    text-align: center;
    padding: 60px 20px;
    color: #6e7898; }
    .product_medias .empty-media-state .empty-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px; }
      .product_medias .empty-media-state .empty-icon i {
        font-size: 32px;
        color: #94a3b8; }
    .product_medias .empty-media-state h5 {
      font-size: 18px;
      font-weight: 600;
      color: #64748b;
      margin-bottom: 8px; }
    .product_medias .empty-media-state p {
      font-size: 14px;
      color: #94a3b8;
      margin: 0; }
  .product_medias .media-upload-section {
    border-top: 1px solid #eaecf4;
    padding-top: 20px;
    margin-top: 20px; }
    .product_medias .media-upload-section .btn-upload {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 24px;
      background: linear-gradient(135deg, #4e73df, #3862db);
      border: none;
      color: white;
      font-weight: 500;
      font-size: 14px;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none; }
      .product_medias .media-upload-section .btn-upload:hover {
        background: linear-gradient(135deg, #3862db, #2653d4);
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.2s ease-in-out; }
        .product_medias .media-upload-section .btn-upload:hover:hover {
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
      .product_medias .media-upload-section .btn-upload:active {
        transform: translateY(0); }
      .product_medias .media-upload-section .btn-upload:focus {
        outline: 2px solid rgba(78, 115, 223, 0.3);
        outline-offset: 2px; }
      .product_medias .media-upload-section .btn-upload i {
        font-size: 16px;
        line-height: 1; }
      .product_medias .media-upload-section .btn-upload span {
        font-weight: 500; }
  @media (max-width: 768px) {
    .product_medias {
      padding: 20px;
      margin: 20px 0; }
      .product_medias .media-overlay {
        opacity: 1;
        visibility: visible;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%); }
      .product_medias .btn-media {
        width: 36px;
        height: 36px;
        font-size: 14px; }
      .product_medias .media-info {
        padding: 10px 12px; }
        .product_medias .media-info .media-position {
          width: 20px;
          height: 20px;
          font-size: 11px; }
        .product_medias .media-info .media-status {
          font-size: 10px; } }
.product_stock {
  margin: 30px 0;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .product_stock:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .product_stock h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecf4; }
  .product_stock table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0; }
    .product_stock table th {
      background-color: #f8f9fc;
      color: #6e7898;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 12px 16px;
      border-bottom: 2px solid #eaecf4; }
    .product_stock table td {
      padding: 16px;
      font-size: 14px;
      color: #4a5568;
      border-bottom: 1px solid #eaecf4;
      vertical-align: middle; }
    .product_stock table .stock-quantity {
      font-weight: 600;
      color: #2d3748; }
      .product_stock table .stock-quantity.in-stock {
        color: #047857; }
      .product_stock table .stock-quantity.low-stock {
        color: #92400e; }
      .product_stock table .stock-quantity.out-of-stock {
        color: #b91c1c; }
    .product_stock table .btn-group .btn {
      padding: 6px 12px;
      font-size: 13px;
      border-radius: 6px;
      margin-right: 6px; }
      .product_stock table .btn-group .btn i {
        margin-right: 6px;
        font-size: 14px; }

.product_features {
  margin: 30px 0;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eaecf4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .product_features:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .product_features h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecf4; }

.modal .modal-content {
  border-radius: 8px;
  border: none;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out; }
  .modal .modal-content:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.12); }
  .modal .modal-content .modal-header {
    background-color: #f8f9fc;
    border-bottom: 1px solid #eaecf4;
    padding: 16px 20px; }
    .modal .modal-content .modal-header .modal-title {
      font-weight: 600;
      color: #2d3748; }
    .modal .modal-content .modal-header .btn-close {
      padding: 10px;
      margin: -10px -10px -10px auto; }
  .modal .modal-content .modal-body {
    padding: 20px; }
  .modal .modal-content .modal-footer {
    background-color: #f8f9fc;
    border-top: 1px solid #eaecf4;
    padding: 16px 20px; }
    .modal .modal-content .modal-footer .btn {
      padding: 8px 16px;
      font-weight: 500;
      border-radius: 6px; }

.variants-table {
  margin-bottom: 0;
  width: 100%; }
  .variants-table th, .variants-table td {
    vertical-align: middle; }
  .variants-table thead {
    background-color: #f8f9fc; }
    .variants-table thead th {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #6e7898;
      border-bottom: 2px solid #e3e6f0;
      padding: 14px 16px; }
  .variants-table tbody tr {
    transition: all 0.2s ease; }
    .variants-table tbody tr:hover {
      background-color: rgba(78, 115, 223, 0.05); }
    .variants-table tbody tr td {
      padding: 16px;
      border-top: 1px solid #eaecf4; }
  .variants-table .attributes-col {
    min-width: 250px; }
    .variants-table .attributes-col .product_variant_attributes {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      .variants-table .attributes-col .product_variant_attributes .badge {
        padding: 5px 12px;
        font-size: 13px;
        font-weight: 500;
        background-color: #e2e8f0;
        color: #2d3748;
        border: 1px solid #cbd5e0;
        border-radius: 50px; }
  .variants-table .reference-col {
    width: 150px; }
    .variants-table .reference-col strong {
      font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
      font-size: 13px;
      color: #384157;
      background-color: #f8f9fc;
      padding: 4px 8px;
      border-radius: 4px;
      display: inline-block;
      border: 1px solid #eaecf4; }
  .variants-table .price-col {
    width: 150px; }
    .variants-table .price-col strong {
      font-weight: 600;
      color: #2d3748;
      font-size: 14px; }
    .variants-table .price-col .text-muted {
      color: #6e7898;
      font-size: 13px; }
      .variants-table .price-col .text-muted i {
        font-size: 14px;
        vertical-align: middle; }
      .variants-table .price-col .text-muted small {
        font-size: 12px;
        display: block;
        margin-top: 2px; }
  .variants-table .stock-col {
    width: 100px;
    text-align: center; }
    .variants-table .stock-col .badge {
      padding: 5px 12px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600; }
      .variants-table .stock-col .badge.badge-info {
        background-color: #dbeafe;
        color: #1e40af;
        border: 1px solid #93c5fd; }
      .variants-table .stock-col .badge.badge-warning {
        background-color: #fef3c7;
        color: #92400e;
        border: 1px solid #fde68a; }
  .variants-table .status-col {
    width: 100px;
    text-align: center; }
    .variants-table .status-col .badge {
      padding: 5px 12px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600; }
      .variants-table .status-col .badge.badge-success {
        background-color: #d1fae5;
        color: #047857;
        border: 1px solid #a7f3d0; }
      .variants-table .status-col .badge.badge-danger {
        background-color: #fee2e2;
        color: #b91c1c;
        border: 1px solid #fecaca; }
  .variants-table .actions-col {
    width: 150px;
    text-align: center; }
    .variants-table .actions-col .btn-group {
      display: inline-flex;
      gap: 4px; }
      .variants-table .actions-col .btn-group .btn {
        padding: 0.3rem 0.6rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px; }
        .variants-table .actions-col .btn-group .btn i {
          font-size: 18px;
          line-height: 1; }
        .variants-table .actions-col .btn-group .btn.btn-primary {
          background-color: #4e73df;
          border-color: #3862db; }
          .variants-table .actions-col .btn-group .btn.btn-primary:hover {
            background-color: #2e59d9; }
        .variants-table .actions-col .btn-group .btn.btn-success {
          background-color: #1cc88a;
          border-color: #19b27b; }
          .variants-table .actions-col .btn-group .btn.btn-success:hover {
            background-color: #17a673; }
        .variants-table .actions-col .btn-group .btn.btn-warning {
          background-color: #f6c23e;
          border-color: #f5ba26; }
          .variants-table .actions-col .btn-group .btn.btn-warning:hover {
            background-color: #f4b619; }
        .variants-table .actions-col .btn-group .btn.btn-danger {
          background-color: #e74a3b;
          border-color: #e43524; }
          .variants-table .actions-col .btn-group .btn.btn-danger:hover {
            background-color: #e02d1b; }
  .variants-table .empty-state {
    padding: 40px 20px;
    text-align: center; }
    .variants-table .empty-state i {
      display: block;
      margin-bottom: 16px; }
    .variants-table .empty-state h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px; }
    .variants-table .empty-state p {
      font-size: 14px;
      color: #6e7898; }

.product_medias {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden; }
  .product_medias h4 {
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 600; }

.product_medias .product_medias_list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1rem !important;
  margin-bottom: 2rem;
  width: 100%;
  flex-direction: unset !important;
  justify-content: unset !important;
  flex-wrap: unset !important; }
  @media (min-width: 768px) {
    .product_medias .product_medias_list {
      grid-template-columns: repeat(4, 1fr) !important;
      gap: 1rem !important; } }
  @media (max-width: 767px) and (min-width: 481px) {
    .product_medias .product_medias_list {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 0.75rem !important; } }
  @media (max-width: 480px) {
    .product_medias .product_medias_list {
      grid-template-columns: 1fr !important;
      gap: 0.75rem !important; } }
.product_medias .product_medias_item {
  position: relative;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important; }
  .product_medias .product_medias_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #d1d5db; }
    .product_medias .product_medias_item:hover .media-overlay {
      opacity: 1;
      visibility: visible; }
  .product_medias .product_medias_item.is-cover {
    border-color: #10b981;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%); }
    .product_medias .product_medias_item.is-cover::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      height: 2px;
      background: #10b981;
      border-radius: 12px 12px 0 0;
      z-index: 2; }
  @media (max-width: 768px) {
    .product_medias .product_medias_item .media-overlay {
      opacity: 1;
      visibility: visible; } }
.media-image-container {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  flex: 1;
  min-height: 200px; }

.media-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }
  .media-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; }

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center; }

.media-actions {
  display: flex;
  gap: 0.75rem;
  z-index: 10; }
  .media-actions .action-form {
    margin: 0; }

.btn-media {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none; }
  .btn-media:hover {
    transform: scale(1.1);
    background: white;
    border-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .btn-media:focus {
    outline: 2px solid white;
    outline-offset: 2px; }
  .btn-media i {
    font-size: 18px; }
  .btn-media.btn-set-cover:hover {
    background: #10b981;
    border-color: #10b981;
    color: white; }
  .btn-media.btn-delete:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: white; }

.cover-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  z-index: 5; }
  .cover-badge i {
    font-size: 14px; }
  .cover-badge .cover-text {
    font-size: 0.75rem; }

.media-info {
  padding: 0.75rem 1rem;
  text-align: center;
  background: white;
  border-top: 1px solid #f3f4f6;
  flex-shrink: 0; }
  .media-info .media-position {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 4px;
    min-width: 24px; }
  .media-info .media-status {
    display: block;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 500; }
  .product_medias_item.is-cover .media-info .media-position {
    background: #10b981; }

.empty-media-state {
  text-align: center;
  padding: 3rem 1rem;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  margin-bottom: 2rem; }
  .empty-media-state .empty-icon {
    width: 64px;
    height: 64px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem; }
    .empty-media-state .empty-icon i {
      font-size: 28px;
      color: #9ca3af; }
  .empty-media-state h5 {
    color: #374151;
    margin-bottom: 0.5rem;
    font-weight: 600; }
  .empty-media-state p {
    color: #6b7280;
    margin: 0;
    font-size: 0.875rem; }

.media-upload-section {
  text-align: center; }

.btn-upload {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease; }
  .btn-upload:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); }
  .btn-upload:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px; }
  .btn-upload i {
    font-size: 16px; }

@media (max-width: 640px) {
  .product_medias_list {
    grid-template-columns: 1fr; }
  .btn-media {
    width: 40px;
    height: 40px; }
    .btn-media i {
      font-size: 16px; }
  .media-actions {
    gap: 0.5rem; } }

.discount-list .discount-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 24px 0; }
  .discount-list .discount-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0; }
  .discount-list .discount-header .header-actions {
    display: flex;
    gap: 12px; }
    .discount-list .discount-header .header-actions .btn-new, .discount-list .discount-header .header-actions .btn-sync {
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px; }
      .discount-list .discount-header .header-actions .btn-new i, .discount-list .discount-header .header-actions .btn-sync i {
        font-size: 16px; }
    .discount-list .discount-header .header-actions .btn-new {
      background-color: #818cf8; }
      .discount-list .discount-header .header-actions .btn-new:hover {
        background-color: #6366f1;
        transform: translateY(-1px); }
    .discount-list .discount-header .header-actions .btn-sync {
      background-color: #10b981; }
      .discount-list .discount-header .header-actions .btn-sync:hover {
        background-color: #059669;
        transform: translateY(-1px); }

.discount-list .discount-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0; }
  .discount-list .discount-tabs .tab-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    text-decoration: none;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    position: relative;
    bottom: -1px; }
    .discount-list .discount-tabs .tab-link:hover {
      color: #374151; }
    .discount-list .discount-tabs .tab-link.active {
      color: #818cf8;
      border-bottom-color: #818cf8; }
    .discount-list .discount-tabs .tab-link i {
      font-size: 16px; }

.discount-list .search-form {
  margin-bottom: 16px; }
  .discount-list .search-form .input-group {
    display: flex;
    gap: 8px; }
    .discount-list .search-form .input-group .form-control {
      flex: 1;
      padding: 10px 16px;
      font-size: 14px;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      transition: all 0.2s ease; }
      .discount-list .search-form .input-group .form-control:focus {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
      .discount-list .search-form .input-group .form-control::placeholder {
        color: #9ca3af; }
    .discount-list .search-form .input-group .btn {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap; }
      .discount-list .search-form .input-group .btn.btn-primary {
        background-color: #818cf8;
        color: white; }
        .discount-list .search-form .input-group .btn.btn-primary:hover {
          background-color: #6366f1;
          transform: translateY(-1px); }
      .discount-list .search-form .input-group .btn.btn-secondary {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #e5e7eb; }
        .discount-list .search-form .input-group .btn.btn-secondary:hover {
          background-color: #e5e7eb; }
      .discount-list .search-form .input-group .btn i {
        font-size: 16px; }

.discount-list .discount-table-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .discount-list .discount-table-container .discount-table {
    width: 100%;
    border-collapse: collapse; }
    .discount-list .discount-table-container .discount-table thead {
      background-color: #f9fafb;
      border-bottom: 1px solid #e5e7eb; }
      .discount-list .discount-table-container .discount-table thead th {
        text-align: left;
        padding: 16px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap; }
        .discount-list .discount-table-container .discount-table thead th:first-child {
          padding-left: 24px; }
        .discount-list .discount-table-container .discount-table thead th:last-child {
          padding-right: 24px;
          text-align: right; }
    .discount-list .discount-table-container .discount-table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.2s ease; }
      .discount-list .discount-table-container .discount-table tbody tr:hover {
        background-color: #f9fafb; }
      .discount-list .discount-table-container .discount-table tbody tr:last-child {
        border-bottom: none; }
      .discount-list .discount-table-container .discount-table tbody tr td {
        padding: 16px;
        font-size: 14px;
        color: #374151; }
        .discount-list .discount-table-container .discount-table tbody tr td:first-child {
          padding-left: 24px; }
        .discount-list .discount-table-container .discount-table tbody tr td:last-child {
          padding-right: 24px; }
        .discount-list .discount-table-container .discount-table tbody tr td.text-right {
          text-align: right; }
        .discount-list .discount-table-container .discount-table tbody tr td .voucher-code {
          font-family: monospace;
          font-size: 13px;
          color: #6b7280;
          background-color: #f3f4f6;
          padding: 4px 8px;
          border-radius: 4px;
          border: 1px dashed #e5e7eb;
          letter-spacing: 0.5px; }
        .discount-list .discount-table-container .discount-table tbody tr td .discount-info .discount-name {
          font-weight: 500;
          color: #111827;
          margin-bottom: 2px; }
        .discount-list .discount-table-container .discount-table tbody tr td .discount-info .discount-description {
          font-size: 13px;
          color: #6b7280; }
        .discount-list .discount-table-container .discount-table tbody tr td .discount-targets {
          display: flex;
          flex-wrap: wrap;
          gap: 6px; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge {
            display: inline-block;
            padding: 4px 8px;
            font-size: 11px;
            font-weight: 500;
            border-radius: 4px; }
            .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge.store {
              background-color: #dbeafe;
              color: #1e40af; }
            .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge.group {
              background-color: #f3e5f5;
              color: #7b1fa2; }
            .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge.currency {
              background-color: #d1fae5;
              color: #065f46; }
            .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge.country {
              background-color: #fef3c7;
              color: #92400e; }
            .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge.category {
              background-color: #ede9fe;
              color: #5b21b6; }
            .discount-list .discount-table-container .discount-table tbody tr td .discount-targets .target-badge.quantity {
              background-color: #f3f4f6;
              color: #374151; }
        .discount-list .discount-table-container .discount-table tbody tr td .discount-value {
          font-weight: 600;
          font-size: 14px; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-value.set {
            color: #1e40af; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-value.percentage {
            color: #dc2626; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-value.amount {
            color: #7c3aed; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-value.gift {
            color: #059669; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-value.shipping {
            color: #0891b2; }
        .discount-list .discount-table-container .discount-table tbody tr td .priority-badge {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 28px;
          height: 28px;
          border-radius: 50%; }
          .discount-list .discount-table-container .discount-table tbody tr td .priority-badge i {
            font-size: 14px; }
          .discount-list .discount-table-container .discount-table tbody tr td .priority-badge.high {
            background-color: #d1fae5;
            color: #065f46; }
          .discount-list .discount-table-container .discount-table tbody tr td .priority-badge.low {
            background-color: #f3f4f6;
            color: #6b7280; }
        .discount-list .discount-table-container .discount-table tbody tr td .quantity-info {
          font-size: 13px;
          color: #6b7280; }
          .discount-list .discount-table-container .discount-table tbody tr td .quantity-info .quantity-used {
            font-weight: 600;
            color: #1e40af; }
          .discount-list .discount-table-container .discount-table tbody tr td .quantity-info .quantity-unlimited {
            color: #6b7280; }
        .discount-list .discount-table-container .discount-table tbody tr td .discount-period {
          font-size: 13px;
          color: #6b7280;
          line-height: 1.5; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-period .period-line {
            display: block; }
          .discount-list .discount-table-container .discount-table tbody tr td .discount-period .period-unlimited {
            color: #6b7280; }
        .discount-list .discount-table-container .discount-table tbody tr td .status-badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500; }
          .discount-list .discount-table-container .discount-table tbody tr td .status-badge.active {
            background-color: #d1fae5;
            color: #065f46; }
          .discount-list .discount-table-container .discount-table tbody tr td .status-badge.inactive {
            background-color: #fee2e2;
            color: #991b1b; }
          .discount-list .discount-table-container .discount-table tbody tr td .status-badge.expired {
            background-color: #f3f4f6;
            color: #6b7280; }
          .discount-list .discount-table-container .discount-table tbody tr td .status-badge.deleted {
            background-color: #fef3c7;
            color: #92400e; }
        .discount-list .discount-table-container .discount-table tbody tr td .btn-view, .discount-list .discount-table-container .discount-table tbody tr td .btn-edit {
          background-color: #f3f4f6;
          color: #374151;
          border: 1px solid #e5e7eb;
          padding: 6px 16px;
          font-size: 14px;
          font-weight: 500;
          border-radius: 6px;
          cursor: pointer;
          transition: all 0.2s ease;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 6px; }
          .discount-list .discount-table-container .discount-table tbody tr td .btn-view:hover, .discount-list .discount-table-container .discount-table tbody tr td .btn-edit:hover {
            background-color: #e5e7eb;
            transform: translateY(-1px); }
          .discount-list .discount-table-container .discount-table tbody tr td .btn-view i, .discount-list .discount-table-container .discount-table tbody tr td .btn-edit i {
            font-size: 14px; }
        .discount-list .discount-table-container .discount-table tbody tr td .btn-restore {
          background-color: #dbeafe;
          color: #1e40af;
          border: 1px solid #93c5fd;
          padding: 6px 16px;
          font-size: 14px;
          font-weight: 500;
          border-radius: 6px;
          cursor: pointer;
          transition: all 0.2s ease;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 6px; }
          .discount-list .discount-table-container .discount-table tbody tr td .btn-restore:hover {
            background-color: #93c5fd;
            color: #1e3a8a;
            transform: translateY(-1px); }
          .discount-list .discount-table-container .discount-table tbody tr td .btn-restore i {
            font-size: 14px; }

.discount-list .no-discounts {
  text-align: center;
  padding: 80px 20px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px; }
  .discount-list .no-discounts i {
    font-size: 48px;
    color: #e5e7eb;
    margin-bottom: 16px; }
  .discount-list .no-discounts h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0; }
  .discount-list .no-discounts p {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 24px 0; }
  .discount-list .no-discounts .btn-new {
    background-color: #818cf8;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .discount-list .no-discounts .btn-new:hover {
      background-color: #6366f1;
      transform: translateY(-1px); }
    .discount-list .no-discounts .btn-new i {
      font-size: 16px; }

.form-section {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px; }
  .form-section .form-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 20px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6; }
  .form-section .form-group {
    margin-bottom: 20px; }
    .form-section .form-group label {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: #374151;
      margin-bottom: 8px; }
    .form-section .form-group .form-control {
      width: 100%;
      padding: 10px 16px;
      font-size: 14px;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      transition: all 0.2s ease; }
      .form-section .form-group .form-control:focus {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
    .form-section .form-group .form-text {
      margin-top: 6px;
      font-size: 13px;
      color: #6b7280; }
  .form-section .custom-control {
    margin-bottom: 12px; }
    .form-section .custom-control .custom-control-label {
      font-size: 14px;
      color: #374151;
      padding-left: 8px; }

.form-actions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 12px; }
  .form-actions .btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none; }
    .form-actions .btn.btn-primary {
      background-color: #818cf8;
      color: white; }
      .form-actions .btn.btn-primary:hover {
        background-color: #6366f1;
        transform: translateY(-1px); }
    .form-actions .btn.btn-secondary {
      background-color: #f3f4f6;
      color: #374151;
      border: 1px solid #e5e7eb; }
      .form-actions .btn.btn-secondary:hover {
        background-color: #e5e7eb; }
    .form-actions .btn i {
      font-size: 16px; }

@media (max-width: 1024px) {
  .discount-list .discount-table-container {
    overflow-x: auto; }
    .discount-list .discount-table-container .discount-table {
      min-width: 900px; } }

@media (max-width: 640px) {
  .discount-list .discount-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .discount-list .discount-header h1 {
      font-size: 24px; } }

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb; }
  .order-header .order-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827; }
  .order-header .order-reference {
    color: #6b7280;
    font-size: 1rem; }
  .order-header .order-actions {
    display: flex;
    gap: 0.5rem; }

.order-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }
  .order-buttons .btn {
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s; }
    .order-buttons .btn.btn-default {
      background-color: #f3f4f6;
      border: 1px solid #d1d5db;
      color: #374151; }
      .order-buttons .btn.btn-default:hover {
        background-color: #e5e7eb; }
      .order-buttons .btn.btn-default.btn-regen {
        background-color: #fef3c7;
        border: 1px solid #fcd34d;
        color: #92400e; }
        .order-buttons .btn.btn-default.btn-regen:hover {
          background-color: #fde68a; }
    .order-buttons .btn.btn-primary {
      background-color: #1d4ed8;
      border: 1px solid #1d4ed8;
      color: white; }
      .order-buttons .btn.btn-primary:hover {
        background-color: #1e40af; }

.order_customer {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem; }
  .order_customer .order_customer_fullname {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1rem; }
    .order_customer .order_customer_fullname a {
      color: #1d4ed8;
      text-decoration: none; }
      .order_customer .order_customer_fullname a:hover {
        text-decoration: underline; }
  .order_customer .order_customer_info {
    margin-bottom: 0.75rem; }
    .order_customer .order_customer_info .order_customer_info_title {
      font-weight: 500;
      color: #6b7280;
      font-size: 0.875rem; }
    .order_customer .order_customer_info .order_customer_info_value {
      font-size: 0.9375rem;
      color: #111827; }

.order_address_invoice,
.order_address_delivery {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
  font-size: 0.9375rem; }
  .order_address_invoice .order_address_invoice_title,
  .order_address_invoice .order_address_delivery_title,
  .order_address_delivery .order_address_invoice_title,
  .order_address_delivery .order_address_delivery_title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    font-size: 1rem; }

.order_lines {
  margin-bottom: 2rem; }
  .order_lines table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
    .order_lines table thead {
      background-color: #f9fafb; }
      .order_lines table thead tr th {
        padding: 0.75rem 1rem;
        font-weight: 500;
        font-size: 0.875rem;
        color: #4b5563;
        text-align: left;
        border-bottom: 1px solid #e5e7eb; }
        .order_lines table thead tr th:last-child {
          text-align: right; }
    .order_lines table tbody tr.order_line {
      border-bottom: 1px solid #e5e7eb; }
      .order_lines table tbody tr.order_line:last-child {
        border-bottom: none; }
      .order_lines table tbody tr.order_line td {
        padding: 1rem;
        vertical-align: middle; }
        .order_lines table tbody tr.order_line td:last-child {
          text-align: right;
          font-weight: 500; }
      .order_lines table tbody tr.order_line .order_line_product {
        display: flex;
        align-items: center; }
        .order_lines table tbody tr.order_line .order_line_product .order_line_product_media {
          width: 48px;
          height: 48px;
          overflow: hidden;
          border-radius: 0.375rem;
          margin-right: 1rem;
          border: 1px solid #e5e7eb; }
          .order_lines table tbody tr.order_line .order_line_product .order_line_product_media img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .order_lines table tbody tr.order_line .order_line_product .order_line_product_name a {
          color: #111827;
          text-decoration: none;
          font-weight: 500; }
          .order_lines table tbody tr.order_line .order_line_product .order_line_product_name a:hover {
            color: #1d4ed8; }

.order_sum {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem; }
  .order_sum .order_sum_item {
    flex: 1;
    min-width: 150px;
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
    .order_sum .order_sum_item .order_sum_item_title {
      font-size: 0.875rem;
      color: #6b7280;
      margin-bottom: 0.5rem; }
    .order_sum .order_sum_item .order_sum_item_value {
      font-size: 1.125rem;
      font-weight: 600;
      color: #111827; }
    .order_sum .order_sum_item:last-child {
      background-color: #f0f9ff;
      border: 1px solid #bae6fd; }
      .order_sum .order_sum_item:last-child .order_sum_item_title {
        color: #0369a1; }
      .order_sum .order_sum_item:last-child .order_sum_item_value {
        color: #0c4a6e; }

.order_history {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
  margin-bottom: 2rem; }
  .order_history h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #111827; }
  .order_history table {
    width: 100%;
    border-collapse: collapse; }
    .order_history table thead tr th {
      padding: 0.75rem 0;
      font-weight: 500;
      font-size: 0.875rem;
      color: #4b5563;
      text-align: left;
      border-bottom: 1px solid #e5e7eb; }
      .order_history table thead tr th:last-child {
        text-align: right; }
    .order_history table tbody tr {
      border-bottom: 1px solid #e5e7eb; }
      .order_history table tbody tr:last-child {
        border-bottom: none; }
      .order_history table tbody tr td {
        padding: 0.75rem 0;
        vertical-align: middle;
        font-size: 0.9375rem; }
        .order_history table tbody tr td:last-child {
          text-align: right;
          color: #6b7280; }

.order_detail {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem; }
  .order_detail .order_detail_title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    font-size: 1rem; }
  .order_detail .box_content_line {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6; }
    .order_detail .box_content_line:last-child {
      border-bottom: none; }
    .order_detail .box_content_line .box_content_line_label {
      font-size: 0.875rem;
      color: #6b7280; }
    .order_detail .box_content_line .box_content_line_value {
      font-size: 0.875rem;
      font-weight: 500;
      color: #111827; }

.order_payment {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem; }
  .order_payment .order_payment_title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    font-size: 1rem; }
  .order_payment .order_payment_content {
    font-size: 0.9375rem; }

.order_shipping {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem; }
  .order_shipping .order_shipping_title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    font-size: 1rem; }
  .order_shipping .order_shipping_content {
    font-size: 0.9375rem; }

.order-status {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500; }
  .order-status.preparing {
    background-color: #fef3c7;
    color: #92400e; }
  .order-status.shipped {
    background-color: #e0f2fe;
    color: #0369a1; }
  .order-status.delivered {
    background-color: #d1fae5;
    color: #065f46; }
  .order-status.canceled {
    background-color: #fee2e2;
    color: #b91c1c; }
  .order-status.draft {
    background-color: #f3f4f6;
    color: #4b5563; }

.order-error {
  background-color: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1.5rem; }
  .order-error .error-title {
    font-weight: 600;
    color: #b91c1c;
    margin-bottom: 0.5rem; }
  .order-error ul {
    margin: 0;
    padding-left: 1.5rem; }
    .order-error ul li {
      color: #7f1d1d;
      font-size: 0.875rem; }

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  gap: 4px; }
  .status-badge.paid {
    background-color: #d1fae5;
    color: #065f46; }
  .status-badge.unpaid {
    background-color: #fee2e2;
    color: #991b1b; }
  .status-badge.preparing {
    background-color: #fef3c7;
    color: #92400e; }
  .status-badge.shipped {
    background-color: #dbeafe;
    color: #1e40af; }
  .status-badge.delivered {
    background-color: #d1fae5;
    color: #065f46; }
  .status-badge.canceled, .status-badge.cancelled {
    background-color: #fee2e2;
    color: #991b1b; }
  .status-badge.draft {
    background-color: #f3f4f6;
    color: #6b7280; }
  .status-badge.pending {
    background-color: #fef3c7;
    color: #92400e; }
  .status-badge.payment-wallet, .status-badge.payment-card, .status-badge.payment-bank-transfer-deferred, .status-badge.payment-bank-transfer, .status-badge.payment-bank-check {
    background-color: transparent;
    color: inherit; }
  .status-badge.payment-accepted {
    background-color: transparent;
    color: inherit; }

.order-list .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 24px 0; }
  .order-list .order-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0; }
  .order-list .order-header .header-actions {
    display: flex;
    gap: 12px; }
    .order-list .order-header .header-actions .filter-button {
      background-color: #f3f4f6;
      color: #374151;
      border: 1px solid #e5e7eb;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px; }
      .order-list .order-header .header-actions .filter-button:hover {
        background-color: #e5e7eb; }
      .order-list .order-header .header-actions .filter-button i {
        font-size: 16px; }
    .order-list .order-header .header-actions .dropdown {
      position: relative;
      display: inline-block; }
      .order-list .order-header .header-actions .dropdown .dropdown-menu {
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        transition: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0;
        right: auto;
        z-index: 1050 !important;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem; }
        .order-list .order-header .header-actions .dropdown .dropdown-menu.show {
          display: block !important; }
        .order-list .order-header .header-actions .dropdown .dropdown-menu li {
          display: list-item !important;
          margin: 0 !important;
          padding: 0 !important; }
        .order-list .order-header .header-actions .dropdown .dropdown-menu .dropdown-item {
          display: block;
          width: 100%;
          padding: 0.25rem 1.5rem;
          clear: both;
          font-weight: 400;
          color: #212529;
          text-align: inherit;
          text-decoration: none;
          white-space: nowrap;
          background-color: transparent;
          border: 0; }
          .order-list .order-header .header-actions .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #f8f9fa;
            color: #16181b;
            text-decoration: none; }
          .order-list .order-header .header-actions .dropdown .dropdown-menu .dropdown-item:focus {
            background-color: #f8f9fa;
            color: #16181b;
            outline: 0; }
    .order-list .order-header .header-actions .btn-export {
      background-color: #818cf8;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px; }
      .order-list .order-header .header-actions .btn-export:hover {
        background-color: #6366f1;
        transform: translateY(-1px); }
      .order-list .order-header .header-actions .btn-export i {
        font-size: 16px; }

.order-list .search-form {
  margin-bottom: 16px; }
  .order-list .search-form .input-group {
    display: flex;
    gap: 8px; }
    .order-list .search-form .input-group .form-control {
      flex: 1;
      padding: 10px 16px;
      font-size: 14px;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      transition: all 0.2s ease; }
      .order-list .search-form .input-group .form-control:focus {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1); }
      .order-list .search-form .input-group .form-control::placeholder {
        color: #9ca3af; }
    .order-list .search-form .input-group .btn {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap; }
      .order-list .search-form .input-group .btn.btn-primary {
        background-color: #818cf8;
        color: white; }
        .order-list .search-form .input-group .btn.btn-primary:hover {
          background-color: #6366f1;
          transform: translateY(-1px); }
      .order-list .search-form .input-group .btn.btn-secondary {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #e5e7eb; }
        .order-list .search-form .input-group .btn.btn-secondary:hover {
          background-color: #e5e7eb; }
      .order-list .search-form .input-group .btn i {
        font-size: 16px; }

.order-list .order-filters {
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }
  .order-list .order-filters .badge {
    background-color: #818cf8;
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .order-list .order-filters .badge a {
      color: white;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      opacity: 0.8;
      transition: opacity 0.2s ease; }
      .order-list .order-filters .badge a:hover {
        opacity: 1; }
      .order-list .order-filters .badge a i {
        font-size: 12px; }

.order-list .order-table-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .order-list .order-table-container .order-table {
    width: 100%;
    border-collapse: collapse; }
    .order-list .order-table-container .order-table thead {
      background-color: #f9fafb;
      border-bottom: 1px solid #e5e7eb; }
      .order-list .order-table-container .order-table thead th {
        text-align: left;
        padding: 16px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap; }
        .order-list .order-table-container .order-table thead th:first-child {
          padding-left: 24px; }
        .order-list .order-table-container .order-table thead th:last-child {
          padding-right: 24px;
          text-align: right; }
    .order-list .order-table-container .order-table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.2s ease; }
      .order-list .order-table-container .order-table tbody tr:hover {
        background-color: #f9fafb; }
      .order-list .order-table-container .order-table tbody tr:last-child {
        border-bottom: none; }
      .order-list .order-table-container .order-table tbody tr td {
        padding: 16px;
        font-size: 14px;
        color: #374151; }
        .order-list .order-table-container .order-table tbody tr td:first-child {
          padding-left: 24px; }
        .order-list .order-table-container .order-table tbody tr td:last-child {
          padding-right: 24px; }
        .order-list .order-table-container .order-table tbody tr td.text-right {
          text-align: right; }
        .order-list .order-table-container .order-table tbody tr td .order-reference {
          font-family: monospace;
          font-size: 13px;
          color: #6b7280;
          background-color: #f3f4f6;
          padding: 2px 6px;
          border-radius: 4px; }
        .order-list .order-table-container .order-table tbody tr td .order-customer .customer-name {
          font-weight: 500;
          color: #111827; }
        .order-list .order-table-container .order-table tbody tr td .order-customer .customer-email {
          font-size: 13px;
          color: #6b7280;
          margin-top: 2px; }
        .order-list .order-table-container .order-table tbody tr td .order-date {
          color: #6b7280;
          font-size: 13px; }
        .order-list .order-table-container .order-table tbody tr td .order-amount {
          font-weight: 600;
          color: #111827; }
        .order-list .order-table-container .order-table tbody tr td .status-badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 12px;
          border-radius: 9999px;
          font-size: 12px;
          font-weight: 500;
          gap: 4px; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.paid {
            background-color: #d1fae5;
            color: #065f46; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.unpaid {
            background-color: #fee2e2;
            color: #991b1b; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.preparing {
            background-color: #fef3c7;
            color: #92400e; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.shipped {
            background-color: #dbeafe;
            color: #1e40af; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.delivered {
            background-color: #d1fae5;
            color: #065f46; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.canceled, .order-list .order-table-container .order-table tbody tr td .status-badge.cancelled {
            background-color: #fee2e2;
            color: #991b1b; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.draft {
            background-color: #f3f4f6;
            color: #6b7280; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.pending {
            background-color: #fef3c7;
            color: #92400e; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.payment-wallet {
            background-color: #dbeafe;
            color: #1e40af; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.payment-card {
            background-color: #d1fae5;
            color: #065f46; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.payment-bank-transfer-deferred {
            background-color: #fed7aa;
            color: #c2410c; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.payment-bank-transfer {
            background-color: #fee2e2;
            color: #991b1b; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.payment-bank-check {
            background-color: #fee2e2;
            color: #991b1b; }
          .order-list .order-table-container .order-table tbody tr td .status-badge.payment-accepted:not(.payment-wallet) {
            background-color: #d1fae5 !important;
            color: #065f46 !important; }
        .order-list .order-table-container .order-table tbody tr td .btn-view {
          background-color: #f3f4f6;
          color: #374151;
          border: 1px solid #e5e7eb;
          padding: 6px 16px;
          font-size: 14px;
          font-weight: 500;
          border-radius: 6px;
          cursor: pointer;
          transition: all 0.2s ease;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 6px; }
          .order-list .order-table-container .order-table tbody tr td .btn-view:hover {
            background-color: #e5e7eb;
            transform: translateY(-1px); }
          .order-list .order-table-container .order-table tbody tr td .btn-view i {
            font-size: 14px; }
          @media (max-width: 640px) {
            .order-list .order-table-container .order-table tbody tr td .btn-view .btn-text {
              display: none; } }
.order-list .no-orders {
  text-align: center;
  padding: 80px 20px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px; }
  .order-list .no-orders i {
    font-size: 48px;
    color: #e5e7eb;
    margin-bottom: 16px; }
  .order-list .no-orders h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0; }
  .order-list .no-orders p {
    font-size: 16px;
    color: #6b7280;
    margin: 0; }

@media (max-width: 1024px) {
  .order-list .order-table-container {
    overflow-x: auto; }
    .order-list .order-table-container .order-table {
      min-width: 900px; } }

@media (max-width: 640px) {
  .order-list .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .order-list .order-header h1 {
      font-size: 24px; } }

.layout_list .header {
  margin-bottom: 2rem; }
  .layout_list .header .title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #111827; }
  .layout_list .header .action .btn {
    background-color: #f3f4f6;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s; }
    .layout_list .header .action .btn:hover {
      background-color: #e5e7eb; }

.layout_list .table {
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .layout_list .table thead {
    background-color: #f9fafb; }
    .layout_list .table thead th {
      padding: 0.75rem 1.5rem;
      text-align: left;
      font-size: 0.75rem;
      font-weight: 500;
      color: #6b7280;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
  .layout_list .table tbody tr {
    border-top: 1px solid #e5e7eb; }
    .layout_list .table tbody tr:hover {
      background-color: #f9fafb; }
    .layout_list .table tbody tr td {
      padding: 1rem 1.5rem; }
      .layout_list .table tbody tr td.bold {
        font-weight: 600;
        color: #111827; }
      .layout_list .table tbody tr td a {
        color: #3b82f6;
        text-decoration: none;
        font-weight: 500; }
        .layout_list .table tbody tr td a:hover {
          color: #2563eb;
          text-decoration: underline; }

.layout_view {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .layout_view .header {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem; }
    .layout_view .header .title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #111827;
      margin-bottom: 0.5rem; }
    .layout_view .header .actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 1rem; }
      .layout_view .header .actions .switcher {
        display: flex;
        gap: 0.5rem; }
        .layout_view .header .actions .switcher .switch:not(.active) {
          display: none; }
      .layout_view .header .actions .btn {
        padding: 0.5rem 1rem;
        border-radius: 0.375rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s; }
        .layout_view .header .actions .btn:not(.btn-submit) {
          background-color: #f3f4f6;
          color: #374151; }
          .layout_view .header .actions .btn:not(.btn-submit):hover {
            background-color: #e5e7eb; }
      .layout_view .header .actions .btn-submit {
        background-color: #3b82f6;
        color: white;
        border: none;
        cursor: pointer; }
        .layout_view .header .actions .btn-submit:hover {
          background-color: #2563eb; }
  .layout_view .tabs .tab_keys {
    margin-bottom: 1.5rem; }
    .layout_view .tabs .tab_keys ul {
      display: flex;
      border-bottom: 2px solid #e5e7eb;
      margin: 0;
      padding: 0;
      list-style: none; }
      .layout_view .tabs .tab_keys ul li {
        padding: 0.75rem 1.5rem;
        cursor: pointer;
        font-weight: 500;
        color: #6b7280;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
        transition: all 0.2s; }
        .layout_view .tabs .tab_keys ul li:hover {
          color: #374151; }
        .layout_view .tabs .tab_keys ul li.active {
          color: #3b82f6;
          border-bottom-color: #3b82f6; }
  .layout_view .tabs .tab_values .tab_value {
    display: none; }
    .layout_view .tabs .tab_values .tab_value.active {
      display: block; }
    .layout_view .tabs .tab_values .tab_value .form-group {
      margin-bottom: 1.5rem; }
      .layout_view .tabs .tab_values .tab_value .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #374151; }
      .layout_view .tabs .tab_values .tab_value .form-group input.form-control,
      .layout_view .tabs .tab_values .tab_value .form-group textarea.editor {
        width: 100%;
        padding: 0.5rem 0.75rem;
        border: 1px solid #d1d5db;
        border-radius: 0.375rem;
        font-size: 0.875rem;
        transition: border-color 0.2s; }
        .layout_view .tabs .tab_values .tab_value .form-group input.form-control:focus,
        .layout_view .tabs .tab_values .tab_value .form-group textarea.editor:focus {
          outline: none;
          border-color: #3b82f6;
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
      .layout_view .tabs .tab_values .tab_value .form-group textarea.editor {
        min-height: 200px;
        resize: vertical; }
  .layout_view .border.border-gray {
    border: 1px solid #e5e7eb; }
    .layout_view .border.border-gray.radius-12 {
      border-radius: 0.75rem; }
  .layout_view .border .p-16 {
    padding: 1rem; }
  .layout_view .border .border-top {
    border-top: 1px solid #e5e7eb; }
  .layout_view .border > div:first-child > div:first-child {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem; }
  .layout_view .border ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .layout_view .border ul li {
      margin-bottom: 0.75rem; }
      .layout_view .border ul li:last-child {
        margin-bottom: 0; }
      .layout_view .border ul li b, .layout_view .border ul li .tag {
        display: inline-block;
        background-color: #f3f4f6;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        font-family: monospace;
        font-size: 0.875rem;
        color: #374151;
        margin-bottom: 0.25rem; }
      .layout_view .border ul li p {
        margin: 0;
        font-size: 0.875rem;
        color: #6b7280; }
  .layout_view .border .text-base {
    font-size: 1rem; }
  .layout_view .border .text-medium {
    font-weight: 500; }
  .layout_view .border .text-sm {
    font-size: 0.875rem; }
  .layout_view .border .text-grey-500 {
    color: #6b7280; }

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem; }

.mb-40 {
  margin-bottom: 2.5rem; }

.pb-40 {
  padding-bottom: 2.5rem; }

body {
  color: #373737;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: #f9fafb; }

.flash-messages {
  margin-bottom: 1.5rem; }
  .flash-messages .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .flash-messages .alert.alert-success {
      background-color: #d1fae5;
      color: #065f46;
      border-left: 4px solid #10b981; }
    .flash-messages .alert.alert-error, .flash-messages .alert.alert-danger {
      background-color: #fee2e2;
      color: #b91c1c;
      border-left: 4px solid #ef4444; }
    .flash-messages .alert.alert-warning {
      background-color: #fef3c7;
      color: #92400e;
      border-left: 4px solid #f59e0b; }
    .flash-messages .alert.alert-info {
      background-color: #e0f2fe;
      color: #0369a1;
      border-left: 4px solid #0ea5e9; }
    .flash-messages .alert .btn-close {
      background: none;
      border: none;
      font-size: 1.25rem;
      padding: 0;
      cursor: pointer;
      opacity: 0.7; }
      .flash-messages .alert .btn-close:hover {
        opacity: 1; }

.layout {
  margin: 0;
  padding: 0; }

.btn.btn-default {
  background-color: black;
  border: 1px solid black;
  color: white;
  font-size: 14px; }

.badge-paid {
  background-color: green; }

.badge-unpaid {
  background-color: red; }

.tab_keys {
  margin-bottom: 32px; }
  .tab_keys ul {
    margin: 0px;
    padding: 0px; }
    .tab_keys ul li {
      list-style: none;
      display: inline-block;
      border-radius: 6px;
      line-height: 24px;
      padding-left: 8px;
      padding-right: 8px;
      cursor: pointer; }
      .tab_keys ul li.active {
        background-color: black;
        color: white;
        font-size: 12px; }

.tab_values .tab_value {
  display: none; }
  .tab_values .tab_value.active {
    display: block; }

.box {
  border-radius: 8px;
  background-color: white;
  border: 1px solid #e2e2e2; }
  .box .box_title {
    font-size: 14px; }
  .box .box_content {
    padding: 24px;
    font-size: 13px; }
    .box .box_content .box_content_line {
      display: flex;
      justify-content: space-between;
      padding: 6px 0; }
      .box .box_content .box_content_line:last-child {
        border-bottom: none; }
      .box .box_content .box_content_line .box_content_line_label {
        font-weight: 600; }
      .box .box_content .box_content_line .box_content_line_value {
        color: #666; }

.products_line_description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .products_line_description .products_line_description_media {
    width: 40px;
    height: 40px;
    background-color: #e2e2e2;
    border-radius: 6px;
    margin-right: 12px; }
    .products_line_description .products_line_description_media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }

.product_stocks {
  margin-top: 32px;
  margin-bottom: 32px; }
  .product_stocks .product_stocks_title {
    font-size: 24px;
    font-weight: 600; }
  .product_stocks table {
    width: 100%; }

.product_price {
  margin-top: 32px;
  margin-bottom: 32px; }
  .product_price .product_price_title {
    font-size: 24px;
    font-weight: 600; }

.product_variants table {
  width: 100%; }

.product_variants .product_variant .product_variant_attributes {
  display: flex;
  flex-direction: row; }
  .product_variants .product_variant .product_variant_attributes .product_variant_attribute {
    background-color: #e2e2e2;
    border-radius: 6px;
    padding: 4px 6px; }

.product_customizations_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px; }

.product_customizations_item {
  width: 12.66%; }
  .product_customizations_item img {
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: auto;
    object-fit: cover; }

.order_customer {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px; }
  .order_customer .order_customer_info .order_customer_info_title {
    font-weight: 700; }

.order_address_invoice {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px; }
  .order_address_invoice .order_address_invoice_title {
    font-weight: 700; }

.order_address_delivery {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px; }
  .order_address_delivery .order_address_delivery_title {
    font-weight: 700; }

.order_lines table {
  width: 100%; }
  .order_lines table thead tr th:last-child {
    text-align: right; }
  .order_lines table tbody tr.order_line {
    font-size: 13px; }
    .order_lines table tbody tr.order_line td:last-child {
      text-align: right; }
    .order_lines table tbody tr.order_line .order_line_product {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .order_lines table tbody tr.order_line .order_line_product .order_line_product_media {
        width: 40px;
        height: 40px;
        background-color: #e2e2e2;
        border-radius: 6px;
        margin-right: 12px; }
        .order_lines table tbody tr.order_line .order_line_product .order_line_product_media img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 6px; }

.order_history {
  margin-top: 32px;
  margin-bottom: 32px; }
  .order_history table {
    width: 100%; }
    .order_history table tbody tr td:last-child {
      text-align: right; }

.order_sum {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px; }
  .order_sum .order_sum_item {
    border-radius: 6px;
    padding: 16px;
    width: 19.6%;
    background-color: #ebebeb; }
    .order_sum .order_sum_item .order_sum_item_title {
      font-weight: 700; }

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge.badge-success {
    background-color: #d1fae5;
    color: #047857;
    border: 1px solid #a7f3d0; }
  .badge.badge-danger {
    background-color: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca; }
  .badge.badge-warning {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a; }
  .badge.badge-info {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd; }
  .badge.badge-secondary {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6; }
