/* 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); 
}

.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;
  color: #fff;
  padding: 10px;
  text-align: left;
}

.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;
} 




