/* Custom Cart Item Data Styling */
@import 'root.css';
/* Todo [PDJ-67]: chjange this css to the custom cart item data styling */
dd.variation-SelectedApplication, dd.variation-SetupType, dd.variation-EncryptionKey, dd.variation-QDLineSetup{
  margin-left: 0px !important;
  display: inline-block !important;
  margin-right: 15px !important;
  vertical-align: top !important;
}

dl.variation{
  margin-top: 10px !important;
}

dt.variation-SelectedApplication {
  margin-top: 4px !important;
}

/* Enhanced styling for cart item meta badges */
.dejavoo-cart-meta {
    display: inline-block;
    margin: 2px 4px 10px 0;
    padding: 2px 5px;
    background-color: #e3f2fd;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    color: #9a17ff;
    border: 1px solid #bbdefb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dejavoo-cart-meta.setup-type, 
.dejavoo-cart-meta.encryption-number, 
.dejavoo-cart-meta.application,
.dejavoo-cart-meta.qd-line-setup {
    background-color: #f8f5fb;
    color: #9a17ff;
    border-color: #7700ff;
}

/* Custom Cart Item Data Styling */


/* Cards Styles */
.dv-card {
  position: relative;
  padding: var(--dejavoo-card-padding);
  border: 1px solid #8520f2;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}



/* Styling for the media file selection grid */
.dv-container {
  display: block;
  margin: 5px 20px 5px 2px;
  padding: 5px 20px;

  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.user-table-scroll-container {
    max-height: 400px;    /* Change this value to your preferred table height */
    overflow-y: auto;     /* Enables vertical scroll */
    overflow-x: auto;     /* Ensures horizontal scroll for mobile/wide tables */
    position: relative;
}

.table-scroll-container {
    max-height: 400px;    /* Change this value to your preferred table height */
    overflow-y: auto;     /* Enables vertical scroll */
    overflow-x: auto;     /* Ensures horizontal scroll for mobile/wide tables */
    position: relative;
}


.dv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px 0px 20px 0px;
}

.dv-grid-column {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #7700ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.dv-grid-column video {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.dv-grid-column p {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}

.dv-grid-column input[type="checkbox"] {
  margin-top: 10px;
}


.dv-column {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex: 1;
}

.dv-column img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.dv-column p {
  color: #333;
  font-size: 12px;
  margin-top: 5px;
}

/* Style for the submit button */
.dv-button-primary {
  margin: 20px 0px;
  padding: 10px 24px;
  color: #fff;
  cursor: pointer;
  background-color: #9a17ff;
  font-family: "Manrope", Sans-serif;
  font-weight: bold;
  border-style: none;
  border-radius: 40px;
}

.dv-button-primary:hover {
  background-color: #b452ff;
  color: #fff;
}
.dv-button-reverse {
  margin: 20px 10px;
  padding: 10px 24px;
  background-color: #fff;
  color: #b452ff;
  font-family: "Manrope", Sans-serif;
  font-weight: bold;
  border: 1px solid #b452ff;
  border-radius: 40px;
}
.dv-button-reverse:hover {
  background-color: #b452ff;
  color: #fff;
}

.dv-search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.dv-search-box input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.dv-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.dv-search-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.dv-search-button {
  padding: 8px 16px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.dv-search-button:hover {
  background-color: #005177;
}

.dv-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.dv-table-header {
  background-color: #9a17ff !important;
  color: #fff;
  padding: 10px;
  text-align: left;
}

.dv-table-header-2 {
  background-color: #ffffff !important;
  color: #212529bf;
  text-align: left;
  font-weight: 700 !important;
}


.dv-table-row:nth-child(even) {
  background-color: #f2f2f2;
}

.dv-table-cell {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.dv-form-inline {
  display: inline;
}

.dv-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.dv-select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-right: 10px;
  flex: 1;
}

.dv-update-button,
.dv-remove-button {
  padding: 8px 16px;
  background-color: #9004e1;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.dv-update-button:hover,
.dv-remove-button:hover {
  background-color: #aa00ff;
}


/* 
 * Flexible Row and Column System 
 * This can be used alongside the existing grid system
 */

/* Flex Row */
.dv-flex-row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 5px;
}

.dv-flex-row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.dv-flex-row.no-gutters > [class*="dv-flex-col"] {
  padding-right: 0;
  padding-left: 0;
}

/* Flex columns - responsive system */
.dv-flex-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Column widths */
.dv-flex-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.dv-flex-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.dv-flex-col-3 {
  flex: 0 0 24.5%;
  max-width: 24.5%;
}
.dv-flex-col-4 {
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
}
.dv-flex-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.dv-flex-col-6 {
  flex: 0 0 49.5%;
  max-width: 49.5%;
}
.dv-flex-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.dv-flex-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.dv-flex-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.dv-flex-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.dv-flex-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.dv-flex-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Auto-width column */
.dv-flex-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* Column ordering */
.dv-flex-order-first {
  order: -1;
}
.dv-flex-order-last {
  order: 13;
}
.dv-flex-order-0 {
  order: 0;
}

/* Alignment */
.dv-flex-align-start {
  align-items: flex-start;
}
.dv-flex-align-center {
  align-items: center;
}
.dv-flex-align-end {
  align-items: flex-end;
}

.dv-flex-justify-start {
  justify-content: flex-start;
}
.dv-flex-justify-center {
  justify-content: center;
}
.dv-flex-justify-end {
  justify-content: flex-end;
}
.dv-flex-justify-between {
  justify-content: space-between;
}
.dv-flex-justify-around {
  justify-content: space-around;
}

/* Responsive classes for tablets */
@media (min-width: 768px) {
  .dv-flex-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .dv-flex-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .dv-flex-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dv-flex-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .dv-flex-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .dv-flex-col-md-6 {
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }
  .dv-flex-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .dv-flex-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .dv-flex-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dv-flex-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .dv-flex-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .dv-flex-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dv-flex-order-md-first {
    order: -1;
  }
  .dv-flex-order-md-last {
    order: 13;
  }
}

/* Responsive classes for desktops */
@media (min-width: 992px) {
  .dv-flex-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .dv-flex-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .dv-flex-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dv-flex-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .dv-flex-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .dv-flex-col-lg-6 {
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }
  .dv-flex-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .dv-flex-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .dv-flex-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dv-flex-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .dv-flex-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .dv-flex-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dv-flex-order-lg-first {
    order: -1;
  }
  .dv-flex-order-lg-last {
    order: 13;
  }
}

/* Spacing utilities */
.dv-mt-1 {
  margin-top: 0.25rem;
}
.dv-mt-2 {
  margin-top: 0.5rem;
}
.dv-mt-3 {
  margin-top: 1rem;
}
.dv-mt-4 {
  margin-top: 1.5rem;
}
.dv-mt-5 {
  margin-top: 3rem;
}

.dv-mb-1 {
  margin-bottom: 0.25rem;
}
.dv-mb-2 {
  margin-bottom: 0.5rem;
}
.dv-mb-3 {
  margin-bottom: 1rem;
}
.dv-mb-4 {
  margin-bottom: 1.5rem;
}
.dv-mb-5 {
  margin-bottom: 3rem;
}

.dv-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.dv-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dv-py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dv-py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.dv-py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.dv-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.dv-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dv-px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dv-px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.dv-px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* Widget containers */
.dv-dashboard {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.dv-widgets-container {
  flex: 1;
  min-width: 300px;
  min-height: 200px;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
}

/* Individual widgets */
.dv-widget {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.dv-widget:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.dv-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  cursor: move;
  border-radius: 10px 10px 0 0;
}

.dv-widget-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.dv-widget-actions {
  display: flex;
}

.dv-widget-toggle {
  cursor: pointer;
  color: #72777c;
  background: none;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.dv-widget-toggle:hover {
  color: #23282d;
}

.dv-widget-content {
  padding: 15px;
}

/* Widget states */
.dv-widget.closed .dv-widget-content {
  display: none;
}

/* Placeholder during drag */
.dv-widget-placeholder {
  border: 1px dashed #bbb;
  background: #f0f0f0;
  margin-bottom: 15px;
  height: 50px;
  border-radius: 4px;
}

/* Helper during drag */
.ui-sortable-helper {
  opacity: 0.8;
  transform: rotate(1deg);
}

/* Dashboard Top Icons */
.sc_icons_modern.sc_icons_size_small .sc_icons_icon {
  line-height: 3em !important;
}

/* Profile Page Styles */
.dv-profile-form {
  max-width: 100%;
}

.dv-profile-email {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 5px;
}

.dv-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #9a17ff;
}

.dv-section-description {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.dv-form-field {
  margin-bottom: 15px;
}

.dv-form-field label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.dv-form-field small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 3px;
}

.dv-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.dv-input:focus {
  outline: none;
  border-color: #9a17ff;
  box-shadow: 0 0 0 2px rgba(154, 23, 255, 0.1);
}

.dv-input.required {
  border-color: #e74c3c;
}

.dv-radio-group {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}

.dv-radio-label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: normal;
}

.dv-radio-label input[type="radio"] {
  margin: 0;
}

.dv-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: normal;
  color: #666;
}

.dv-checkbox-label input[type="checkbox"] {
  margin: 0;
}

.dv-form-field input:disabled,
.dv-form-field input[disabled] {
  background-color: #f0f0f0;
  color: #666;
}

.dv-submit-section {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.dv-submit-section .dv-button-primary,
.dv-submit-section .dv-button-reverse {
  margin: 0 10px;
  text-decoration: none;
  display: inline-block;
}

.required {
  color: #e74c3c;
  font-weight: bold;
}

.woocommerce-checkout label .required {
  color: #e74c3c;
}

.woocommerce-checkout input[required],
.woocommerce-checkout select[required],
.woocommerce-checkout textarea[required],
.woocommerce-checkout .form-control:required {
  border-color: #e74c3c;
}

/* Responsive adjustments for profile form */
@media (max-width: 768px) {
  .dv-flex-col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .dv-radio-group {
    flex-direction: column;
    gap: 10px;
  }
  
  .dv-submit-section .dv-button-primary,
  .dv-submit-section .dv-button-reverse {
    display: block;
    margin: 10px auto;
    width: 200px;
  }
}

.info_buble{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  color: #9a17ff;
  font-size: 12px;
  font-weight: 900;
  margin-left: 5px;
  cursor: pointer;
  border: solid 2px #9a17ff;
  font-family: 'Courier New', Courier, monospace;
  font-style: normal;
}


.woocommerce table.cart .product-remove, .woocommerce table.cart .product-thumbnail {
  width: 80px !important;
}

input[type="text"]:read-only, input[type="email"]:read-only, input[type="tel"]:read-only, input[type="number"]:read-only, input[type="date"]:read-only, input[type="time"]:read-only, input[type="datetime-local"]:read-only, input[type="month"]:read-only, input[type="week"]:read-only, input[type="url"]:read-only, input[type="search"]:read-only, input[type="password"]:read-only { 
  background-color: #ededed !important;
  cursor: not-allowed;
} 

/* ---------------------------------------------------------------
 * Shared summary / stats cards (used by the Priority admin page
 * and the [dv_users_summary] shortcode).
 * --------------------------------------------------------------- */
.dv-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 0 0 24px 0;
}

.dv-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  background: #fff;
  border-top: 3px solid #8520f2;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

h3.section-title{
  border-left: 4px solid #8520f2; 
  font-size: 18px;
  padding-left: 1rem;
  margin-left: 10px;

}

body.modal-open { padding-right: 0px !important; }


.dv-stat-card__label {
  margin: 0 0 4px 0;
  font-size: 13px;
  font-weight: 600;
  color: #50575e;
  text-transform: none;
  letter-spacing: 0;
}

.dv-stat-card__value {
  margin: 0 0 6px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #1d2327;
}

.dv-stat-card__hint {
  margin: 0;
  font-size: 12px;
  color: #787c82;
  line-height: 1.35;
}

.dv-stat-card--action {
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.dv-stat-card--action::before,
.dv-stat-card--action::after {
  content: none !important;
}

.dv-stat-card--action:focus-visible {
  outline: 2px solid #8520f2;
  outline-offset: 2px;
}

/* ---------------------------------------------------------------
 * Toolbar / filter row / empty state / table helpers
 * --------------------------------------------------------------- */
.dv-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 8px;
}

.dv-toolbar .dv-search-box {
  margin: 0;
  flex: 1 1 260px;
}

.dv-result-count {
  font-size: 12px;
  color: #50575e;
  margin: 0 0 16px 2px;
}

.dv-empty {
  padding: 20px;
  background: #fff;
  border: 1px dashed #c3c4c7;
  border-radius: 8px;
  color: #50575e;
  text-align: center;
}

.dv-custname-input { width: 100%; max-width: 180px; }
.dv-select-wide { width: 100%; min-width: 220px; }

/* ---------------------------------------------------------------
 * [dv_users_summary]: switch visible bucket inside a single Bootstrap
 * modal. The actual modal chrome comes from Bootstrap (modal, modal-dialog,
 * modal-content, btn-close, …).
 * --------------------------------------------------------------- */
.dv-users-modal__bucket { display: none; }
.dv-users-modal__bucket.is-active { display: block; }

.dv-users-modal .table-responsive {
  margin: 0;
  padding: 0;
  width: 100%;
}

.dv-users-modal .dv-table {
  width: 100%;
  margin: 0;
  table-layout: auto;
}

.dv-users-modal .dv-table-cell,
.dv-users-modal .dv-table-header {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.dv-users-modal__empty {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #787c82;
  font-size: 13px;
}

.loginlogo img.lazyload_inited {
  max-width: 450px !important;
}

/* Increment specificity to map your precise dashboard components layout */
.dashboard-wrapper .dv-toggle-pill-container {
    background: #F6F3F2 !important;
    padding: 4px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    border: none !important;
    align-items: center;
}

.dashboard-wrapper .dv-toggle-pill-item {
    border: none !important;
    background-color: transparent !important;
    background: transparent !important;
    padding: 5px 18px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    border-radius: 8px !important;
    color: #655870 !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out !important;
}

.dashboard-wrapper .dv-toggle-pill-item:hover {
    color: #8520f2 !important;
    background-color: transparent !important;
}

/* White slider box selection mapping */
.dashboard-wrapper .dv-toggle-pill-item.dv-active-pill {
    background: var(--dejavoo-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(133, 32, 242, 0.08) !important;
}

/* Sync Button Animation */
@keyframes dvSyncSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.dv-spin-active {
    animation: dvSyncSpin 0.8s linear infinite;
}


/* Table Element Styling */
.dv-sales-table-container {
    background: #ffffff; 
    border-radius: 12px !important; 
    padding: 30px;
}
.dv-sales-table {
    width: 100%; 
    border-collapse: separate; 
    border-spacing: 0 16px; 
    text-align: left;
    border: none !important;
}
.dv-sales-table th {
    text-transform: uppercase; 
    font-size: 13px; 
    font-weight: 700 !important; 
    color: #3b3243; 
    letter-spacing: 0.05em;
    background: #ffffff;
    text-align: left !important;
}
/* Rounded Card Style Rows matching your mockup image */
.dv-sales-table-row {
    background: #f5f3f2; 
    transition: background-color 0.15s ease;
}
.dv-sales-table-row:hover {
    background: #dfdcdc;
}
.dv-sales-table td {
    padding: 18px 24px;
    vertical-align: middle;
    border-top: none !important;
    border-bottom: none !important;
}
.dv-sales-table td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.dv-sales-table td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Pagination Control Unit Element UI Styles */
.dv-table-pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eff2f5;
    font-size: 13px;
    color: #5e6278;
    font-weight: 500;
}
.dv-pagination-controls {
    display: flex;
    gap: 8px;
    align-items: center;
}
.dv-page-btn {
    border: none;
    background: #f4f4f7;
    color: #1e1e2d;
    font-weight: 600;
    font-size: 13px;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}
.dv-page-btn:hover:not(:disabled) {
    background: #e4e6ef;
}
.dv-page-btn.active {
    background: #8520f2;
    color: #ffffff;
}
.dv-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.dv-metric-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

/* Card Alignment Segments */
.dv-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.dv-card-bottom {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.dv-card-content {
    margin-top: 20px;
    position: relative;
}

/* Icon Graphical Framing */
.dv-card-icon {
    background: #eedeff;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8520f2;
}

/* Typography Rules */
.dv-card-label {
    color: #7e8299;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.dv-card-value {
    color: #1e1e2d;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

 .trend-bar-group { display: flex; align-items: flex-end; gap: 2px; height: 24px; }
 .trend-bar { width: 6px; background-color: #2170e4; border-radius: 2px; min-height: 4px; }


/* Center the image within its wrapper box */
.dvml-preview {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    background-color: #ffffff; /* Match background color to eliminate side borders if desired */
}

/* Ensure the image block fills the wrapper properly for alignment */
.dvml-preview img.dvml-thumb {
    height: 100% !important;
    width: auto !important; /* Allows width to adapt symmetrically */
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important; /* Fallback horizontal centering */
}
