.product-list .dx-datagrid-table.dx-datagrid-table-fixed {
  border-left: 1px solid #f8f8fa;
}

.dx-datagrid-column-chooser > .dx-overlay-content {
  height: 500px !important;
}

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-popup-content {
  height: 80%;
}

.dx-dropdowneditor-overlay.dx-dropdownlist-popup-wrapper .dx-popup-normal {
  width: 450px !important;
}

.dx-texteditor.dx-editor-outlined {
  background-color: #fff;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(229, 232, 240, 0.3803921569) rgba(229, 232, 240, 0.5215686275) rgba(164, 175, 203, 0.3607843137);
}

[allowed-rights] {
  display: none !important;
}

.dx-popup-title {
  border-bottom: 1px solid rgba(229, 232, 240, 0);
  color: #21293b;
}

.dx-popup-wrapper > .dx-overlay-content {
  padding-top: 16px;
}

.dx-datagrid-filter-row {
  background-color: rgba(253, 253, 253, 0);
}

.dx-placeholder {
  font-style: italic;
  /* Make the placeholder text italic */
}

.dx-placeholder::before {
  color: #888 !important;
  /* Change the color of the placeholder text */
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}

.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 9px;
  border-radius: 50%;
  border: 2.4px solid rgb(52, 211, 153);
  border-color: rgb(52, 211, 153) transparent rgb(38, 167, 120) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form .dx-texteditor.dx-editor-filled .dx-placeholder::before,
form .dx-texteditor.dx-editor-filled .dx-texteditor-input,
form .dx-texteditor.dx-editor-outlined .dx-placeholder::before,
form .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
  font-weight: 500;
}

.dx-datagrid .dx-row-lines > td:not([aria-roledescription=Editable]) {
  border-bottom: 1px solid rgba(229, 232, 240, 0.1607843137) !important;
}

td[aria-roledescription=Editable] {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1098039216) !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  border-bottom: 0px;
  line-height: 18px;
  font-weight: 600;
  font-size: 14px;
}

tr.dx-row.dx-data-row.dx-row-lines:hover {
  background-color: #fbfbfb;
}

.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
  border-left: 0px solid #e5e8f0;
  border-right: 3px solid rgba(0, 0, 0, 0.0196078431);
}

.dx-datagrid .dx-datagrid-headers {
  background-color: #f1f7f9;
  position: sticky;
  top: 0;
  z-index: 100;
  border-radius: 10px 16px 0px 0px;
}

.productGroups.listbox-toolbar .dx-toolbar-item-content > .dx-texteditor {
  width: 434px;
}

.product-list img[src="/assets/noimage.png"] {
  opacity: 0.5;
}

.dx-datagrid .dx-datagrid-table .dx-header-row > td {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(244, 244, 244, 0.3294117647);
  font-size: 0.8rem;
}

.product-list .dx-datagrid .dx-datagrid-table .dx-header-row > td {
  background-color: #f1f7f9;
}

.dx-treelist-text-content {
  cursor: pointer;
  user-select: none;
  /* Standard syntax */
  -webkit-user-select: none;
  /* For Safari */
  -moz-user-select: none;
  /* For Firefox */
  -ms-user-select: none;
  /* For Internet Explorer/Edge */
}

.dx-treelist-text-content:hover {
  font-weight: 500;
}

.dx-datagrid-headers.dx-datagrid-nowrap.dx-bordered-top-view {
  border: 0px;
}

.dx-datagrid-header-panel {
  padding: 8px 0;
  border: 0px;
}

.dx-bordered-bottom-view.dx-datagrid-rowsview.dx-datagrid-nowrap {
  border: 0px;
}

.product-list .dx-datagrid-content.dx-datagrid-scroll-container {
  border-radius: 10px 10px 0px 0px;
}

.dx-datagrid-nowrap,
.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
  white-space: nowrap;
}

.breathing-circle {
  background-color: #34D399;
  border-radius: 50%;
  animation: breathe 0.9s ease-in-out infinite alternate;
  /* Adjust animation duration and easing */
}

.color-breathing-circle {
  background-color: #34D399;
  border-radius: 50%;
  animation: fullcolor-breathe 0.9s ease-in-out infinite alternate;
  /* Adjust animation duration and easing */
}

.ai-no-animate {
  background-color: #34D399 !important;
  border-radius: 50% !important;
}

.not-breathing-circle {
  background-color: #34D399;
  border-radius: 50%;
}

.msg-div table {
  border: 1px solid gray;
  border-collapse: collapse;
  margin: 10px;
  margin-left: 0px;
}

.msg-div a {
  text-decoration: underline;
}

.msg-div table tr td,
.msg-div table tr th {
  border: 1px solid gray;
  font-size: 12px;
  padding: 8px;
}

@keyframes breathe {
  0% {
    transform: scale(0.7);
    background-color: rgba(52, 211, 153, 0.3882352941);
  }
  100% {
    transform: scale(1.1);
    background-color: #34D399;
    /* Darker shade of #34D399 */
  }
}
@keyframes fullcolor-breathe {
  0% {
    transform: scale(0.7);
    background-color: #34D399;
  }
  100% {
    transform: scale(1.1);
    background-color: #34D399;
    /* Darker shade of #34D399 */
  }
}
.dragging {
  opacity: 0.5;
}

#thumbnails::-webkit-scrollbar {
  height: 2px;
  /* Set the height of the scrollbar */
}

#thumbnails::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Make the scrollbar thumb rounded */
}

#thumbnails::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darken the scrollbar thumb on hover */
}

::-webkit-scrollbar {
  width: 1px;
  /* Width of the scrollbar */
  height: 4px;
  /* Width of the scrollbar */
  opacity: 0;
  /* Initially hide scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent;
  /* Color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(209, 213, 219, 0);
  /* Color of the scrollbar thumb */
  border-radius: 999px;
  /* Roundness of the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9CA3AF;
  /* Color of the scrollbar thumb on hover */
}

/* Apply light mode styles by default */
:root {
  --twc-color-theme-text: black;
  --twc-color-theme-bg: white;
}

.CodeMirror {
  height: 500px;
  /* Ensure the editor has a defined height */
  border: 1px solid #ccc;
  /* Optional: Adding a border for better visibility */
  margin-top: 10px;
}

form .dx-texteditor.dx-editor-filled .dx-placeholder::before,
form .dx-texteditor.dx-editor-filled .dx-texteditor-input,
form .dx-texteditor.dx-editor-outlined .dx-placeholder::before,
form .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
  padding: 10px 12px;
  color: #011c30;
}

.dx-popup-content .dx-datagrid {
  margin-top: 8px !important;
}

.dx-tagbox .dx-tag-container {
  padding-bottom: 10px;
}

.dx-texteditor.dx-state-readonly, .dx-texteditor.dx-state-disabled {
  border-style: dashed;
}

#sidebar li {
  padding: 2px 0px;
  margin-left: -3px;
  margin-top: 2px;
}

#sidebar li a {
  color: rgba(30, 38, 42, 0.7411764706);
}

.dx-colorbox .dx-colorbox-input-container .dx-colorbox-input {
  padding-inline-start: 44px !important;
}

nav#sidebar a.active {
  color: #315c4c;
  background-color: rgba(128, 128, 128, 0.0392156863);
  font-weight: 600;
  border-radius: 8px;
  padding-left: 8px;
}

nav#sidebar a:hover {
  color: black;
  background-color: rgba(128, 128, 128, 0.0392156863);
}

.product-list {
  min-width: 100% !important;
}

@keyframes blinkbg {
  0% {
    background-color: #eaeaea;
  }
  /* Initial color */
  50% {
    background-color: #f9fafb;
  }
  /* Blinking color */
  100% {
    background-color: #eaeaea;
  }
  /* Back to initial color */
}
.source-bg {
  animation: blinkbg 3s infinite linear;
  /* Apply animation to the background */
}

#productform .dx-datagrid {
  margin-top: -4rem;
}

[data-field-type=salesBox] .dx-datagrid {
  margin-top: 0px !important;
}

#storeform .dx-datagrid-header-panel {
  display: none;
}

.dx-popup-content .dx-datagrid {
  margin-top: -3rem;
}

.dx-datagrid-rowsview .dx-row-removed > td {
  background-color: #ffa6a1 !important;
  color: #21293b;
  border-bottom: 1px solid #ffb8b3 !important;
}

.dx-datagrid .dx-datagrid-headers,
.sticky-lang-selector,
.sticky-clone-btn {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.sticky-lang-selector {
  z-index: 102;
}

.dx-popup-content {
  padding-top: 0px;
}

.sticky-clone-btn {
  top: 50%;
  transform: translateY(-50%);
}

.fullscreen-table {
  position: fixed;
  top: 0px;
  z-index: 10000;
  left: 0px;
  padding: 5px;
  padding-top: 0px;
  height: 100vh;
  overflow: auto;
  float: left;
  box-shadow: 1px 1px 20px 20px rgba(0, 0, 0, 0.5019607843);
  background-color: white;
  max-width: 100%;
}

.dx-toast-info {
  background-color: #2196F3 !important;
  color: #ffffff !important;
}

.badges-box .dx-tag-remove-button::before {
  color: #fff;
}

#asisstant,
#assistant-login-modal-msg {
  display: none;
}

#assistant img {
  max-height: 200px;
  margin: 5px;
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  header,
  #account-layout,
  #public-layout,
  #badauth-modal-msg {
    display: none;
  }
  #asisstant,
  #assistant-login-modal-msg {
    display: block;
  }
}
.dx-textarea textarea {
  resize: vertical;
}

.skeleton-paragraph {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 400px;
  /* Adjust as needed */
}

#productform .skeleton-paragraph {
  max-width: 100%;
  gap: 15px;
  max-width: 100%;
}

.skeleton-line {
  height: 14px;
  width: 100%;
  background: rgba(226, 226, 226, 0.5607843137);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.skeleton-line.short {
  width: 70%;
  /* Creates a shorter line to simulate varied paragraph lengths */
}

@keyframes loading-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.skeleton-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  animation: loading-shimmer 1.5s infinite;
}

.gradient-loader {
  width: 80px;
  height: 80px;
  margin: 100px auto;
  border-radius: 50%;
  background: linear-gradient(45deg, #f9f9f9, #0ae7af, #fff4e7, #ffffff);
  background-size: 400% 400%;
  animation: gradientAnimation 2s ease infinite, rotate 1.5s linear infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul#folder-ul li {
  margin-left: 13px;
}

#chat-section .product-card {
  transition: all 0.2s ease;
  border-radius: 0.5rem;
}

#chat-section .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

#chat-section .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#public-layout .gradient-bg {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}
#public-layout .glass-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#public-layout .smooth-shadow {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
#public-layout .btn-hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#public-layout .btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
#public-layout .floating {
  animation: floating 6s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#public-layout .fade-in {
  animation: fadeIn 1.2s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#public-layout .feature-icon {
  transition: all 0.3s ease;
}
#public-layout .feature-card:hover .feature-icon {
  transform: scale(1.1);
  color: #34D399;
}
#public-layout .tooltip {
  position: relative;
}
#public-layout .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
#public-layout .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #1F2937;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}
#public-layout .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1F2937 transparent transparent transparent;
}
@media (max-width: 768px) {
  #public-layout .split-container {
    flex-direction: column;
  }
  #public-layout .left-section, #public-layout .right-section {
    width: 100% !important;
    min-height: 50vh;
  }
}
#public-layout .ripple-effect {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
@keyframes ripple {
  to {
    transform: scale(10);
    opacity: 0;
  }
}

/* Brand card content layout */
.brand-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(229, 232, 240, 0.5);
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
  height: 280px; /* Fixed height for consistent card sizes */
  display: flex;
  flex-direction: column;
}
.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.brand-card:hover .edit-brand-btn,
.brand-card:hover .delete-brand-btn {
  opacity: 1;
}
.brand-card .edit-brand-btn,
.brand-card .delete-brand-btn {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.brand-card:nth-child(1) {
  animation-delay: 0.1s;
}
.brand-card:nth-child(2) {
  animation-delay: 0.2s;
}
.brand-card:nth-child(3) {
  animation-delay: 0.3s;
}
.brand-card:nth-child(4) {
  animation-delay: 0.4s;
}
.brand-card:nth-child(5) {
  animation-delay: 0.5s;
}
.brand-card:nth-child(6) {
  animation-delay: 0.6s;
}
.brand-card:nth-child(7) {
  animation-delay: 0.7s;
}
.brand-card:nth-child(8) {
  animation-delay: 0.8s;
}
.brand-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.brand-card .card-header {
  flex-shrink: 0;
  margin-bottom: 12px;
}
.brand-card .card-description {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.brand-card .card-description p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #6b7280;
}
.brand-card .card-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(229, 232, 240, 0.3);
}

.designer-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(229, 232, 240, 0.5);
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
  height: 280px; /* Fixed height for consistent card sizes */
  display: flex;
  flex-direction: column;
}
.designer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.designer-card:hover .edit-brand-btn,
.designer-card:hover .delete-brand-btn {
  opacity: 1;
}
.designer-card .edit-brand-btn,
.designer-card .delete-brand-btn {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.designer-card:nth-child(1) {
  animation-delay: 0.1s;
}
.designer-card:nth-child(2) {
  animation-delay: 0.2s;
}
.designer-card:nth-child(3) {
  animation-delay: 0.3s;
}
.designer-card:nth-child(4) {
  animation-delay: 0.4s;
}
.designer-card:nth-child(5) {
  animation-delay: 0.5s;
}
.designer-card:nth-child(6) {
  animation-delay: 0.6s;
}
.designer-card:nth-child(7) {
  animation-delay: 0.7s;
}
.designer-card:nth-child(8) {
  animation-delay: 0.8s;
}
.designer-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.designer-card .card-header {
  flex-shrink: 0;
  margin-bottom: 12px;
}
.designer-card .card-description {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.designer-card .card-description p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #6b7280;
}
.designer-card .card-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(229, 232, 240, 0.3);
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 4.5em; /* 3 lines * 1.5 line-height */
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 5.9em;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}

/* Loading animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}

/* Fade in animation for cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Search and filter controls */
#searchInput:focus,
#categoryFilter:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Button hover effects */
button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Pagination buttons */
#prevPage:disabled,
#nextPage:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .brand-card {
    animation-delay: 0s !important;
  }
}/*# sourceMappingURL=custom.css.map */