<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../../../../colors.css');

body.dark .a-to-btn {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

body.dark .navbar .dropdown-menu {
  word-wrap: break-word; /* Ensures long words wrap onto the next line */
  word-break: break-word; /* For older browsers */
  overflow-wrap: break-word; /* Ensures content breaks in modern browsers */
}

body.dark .reviews-star {
  color: #e2a03f;
  font-size: 14px;
}
body.dark .reviews-star-big i {
  font-size: 20px;
}

/* Marketing Page */

body.dark .marketing-page h4 {
  font-size: 20px !important;
}
body.dark marketing-page p {
  padding: 0 15px;
}

/* Payments Page */

body.dark .payments-page .widget-content h4 {
  padding: 16px 20px;
}
body.dark .payments-page .widget-content p {
  padding: 0 20px;
}

/* Orders Page */
body.dark .table .order-aborted {width: 80px;background-color: #98817b;}
body.dark .table .pending-payment {width: 130px;background-color: #e9b02b;}
body.dark .table .processing-payment {width: 150px;background-color: #a5deef;}
body.dark .table .payment-failed {width: 120px;background-color: #c3ab76;}
body.dark .table .order-confirmed {width: 90px;background-color: #1abc9c;}
body.dark .table .order-processing {width: 130px;background-color: #805dca;}
body.dark .table .order-shipped {width: 80px;background-color: #1a73e9;}
body.dark .table .order-ready-for-pickup {width: 130px;background-color: #3232b7;}
body.dark .table .order-cash-at-pickup {width: 120px;background-color: #494949;}
body.dark .table .order-delivered {width: 90px;background-color: #00b1f4;}
body.dark .table .payment-refunded {width: 90px;background-color: #4f5163;}
body.dark .table .order-returned {width: 90px;background-color: #9e9c9b;}
body.dark .table .order-cancelled {width: 90px;background-color: #d84141;}
body.dark .table .order-closed {width: 80px;background-color: #e7515a;}
body.dark .table .order-complete {width: 90px;background-color: #f58b22;}

body.dark .table-control-btn {
  padding: 5px !important;
  white-space: nowrap !important;
}

body.dark .orders-page .widget-content h4 {
  padding: 16px 20px;
}
body.dark .orders-page .widget-content p {
  padding: 0 20px;
}

/* Manage Shipping Page */
body.dark .manage-shipping-page h4 {
  font-size: 20px !important;
}
body.dark .manage-shipping-page p {
  padding: 0 15px;
}

/* Manage Product Variations Page */
body.dark .manage-product-variations-page h4 {
  font-size: 20px !important;
}
body.dark .manage-product-variations-page p {
  padding: 0 15px;
}

/* Customize Store Page */
body.dark .customize-store-page .widget-header p {
  padding: 0 16px;
}
body.dark .customize-store-page .card img {
  object-fit: contain;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.dark .customize-store-page .ql-editor {
  overflow-y: scroll;
  min-height: 200px;
}

body.dark .select-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
body.dark .select-images-grid img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.2s, box-shadow 0.2s;
}
body.dark .select-images-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
body.dark .select-images-grid img.selected {
  border: 2px solid var(--primary);
  box-shadow: 0 0 10px var(--primary-dark);
}
body.dark .select-images-placeholder {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
}
body.dark .pixabay-logo {
  width: 55px; /* Adjust size as needed */
  height: auto;
  margin-right: 5px;
}

/* Reviews page */
body.dark .search-input-group-style .input-group-text:hover svg,
body.dark .search-input-group-style:hover .input-group-text svg {
  stroke: #ed8134;
  fill: none !important;
}

/* Product related pages */
body.dark .product-name-heading {
  color: var(--text-light);
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJjdXN0b20uc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIiXSwiZmlsZSI6ImN1c3RvbS5jc3MifQ== */
</pre></body></html>