#wpcontent {
  padding: 0 !important;
}

#wpbody-content {
  padding: 0 !important;
}

.smack-table-header {
  background-color: #0f3f67 !important;
  color: white;
}

.smack-disconnect {
  text-decoration: underline;
  margin-top: 0.5rem;
  font-size: medium;
  cursor: pointer;
}

.smack-power-button {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  /* box-shadow: 0px 0px 12px 4px #eee; */
  border-radius: 50%;
}

#custom-dates {
  display: none;
  margin-top: 20px;

}

.smack-button-group-button {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;


}

.wp-core-ui select {
  font-size: 14px;
}

.smack-sync-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sync-result {
  display: none;
  padding-bottom: 22px !important;
  padding: 10px;
  width: 45%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f0f8ff;
}

.close-btn {
  display: none;
  position: absolute;
  top: 120px;
  right: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 9999;
}

.close-btn:hover {
  color: red;
}

.saving-smack {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}

/* Loading Spinner for Button */
.w2ssyn-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: w2ssyn-spin 0.8s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes w2ssyn-spin {
  to {
    transform: rotate(360deg);
  }
}

.smack-toggle-switch input:disabled+.smack-slider {
  background-color: #ccc;
}

.smack-toggle-switch input:disabled+.smack-slider:before {
  background-color: #ddd;
}

.smack-card-header.disabled {
  background-color: #f0f0f0;
  color: #888;
}

.smack-header-toggle {
  padding: 15px;
  height: 140px;
}

/* Variable Product Section Styling */
.variable-product-section {
  border-top: 2px solid #0f3f67;
  border-bottom: 2px solid #0f3f67;
}

.variable-product-section td {
  font-weight: bold;
  text-align: center;
  padding: 12px !important;
  font-size: 14px;
}

/* Color-coded sections for better organization */
.variable-product-section[style*="background-color: #f0f8ff"] {
  background-color: #f0f8ff !important;
  color: #0066cc;
}

.variable-product-section[style*="background-color: #fff0f0"] {
  background-color: #fff0f0 !important;
  color: #cc0000;
}

.variable-product-section[style*="background-color: #f0fff0"] {
  background-color: #f0fff0 !important;
  color: #006600;
}

.variable-product-section[style*="background-color: #fff8f0"] {
  background-color: #fff8f0 !important;
  color: #cc6600;
}

.variable-product-section[style*="background-color: #f8f0ff"] {
  background-color: #f8f0ff !important;
  color: #6600cc;
}

/* Hover effect for variable product sections */
.variable-product-section:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

/* Make the table more readable */
.smack-table-container table {
  border-collapse: collapse;
  width: 100%;
}

.smack-table-container table td,
.smack-table-container table th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.smack-table-container table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.smack-table-container table tr:hover {
  background-color: #f5f5f5;
}

.smack-card-header {
  background-color: #f1dbe8;
  margin: 0px;
}

.smack-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  /* font-size: 15px; */
}

.sync-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 2rem 1rem;
}

.sync-options .option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f3f67;
  white-space: nowrap;
  /* Prevent label text from breaking */
}

.sync-options .woo {
  background-color: #9c5cce;
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
}

.sync-options .shopify {
  background-color: #96bf48;
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
}

/* ✅ Default (for wide screens >1400px) */
@media (min-width: 1401px) {
  .sync-options {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}

/* ✅ Responsive layout for smaller screens (≤1400px) */
@media (max-width: 1400px) {
  .sync-options {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.5rem;
  }

  .sync-options .option {
    flex: 1 1 40%;
    justify-content: center;
  }

  .sync-options .option:nth-child(3) {
    flex: 1 1 100%;
    justify-content: center;
  }
}


@media (min-width: 1401px) {
  .sync-options {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}

@media (max-width: 1400px) {
  .sync-options {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.5rem;
  }

  .sync-options .option {
    flex: 1 1 40%;
    justify-content: center;
  }

  .sync-options .option:nth-child(3) {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.smack-modules-container {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 1px solid #ccc;

}

.smack-module-card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 12px 12px 0px 0px;
  background-color: #f9f9f9;
  display: flex;
  /* margin-left: 4.5rem;
  margin-left: 3rem; */
  flex-direction: column;
  /* height: fit-content; */
}

.smack-module-title {
  font-size: 1.25rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.5rem;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smack-toggle-switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.smack-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.smack-slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.smack-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.smack-toggle-switch input:checked+.smack-slider {
  background-color: #4caf50;
}

.smack-toggle-switch input:checked+.smack-slider:before {
  transform: translateX(18px);
}

.smack-save-button {
  background-color: #4c6fbf;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.smack-save-button:hover {
  background-color: #3a57a1;
}

.sync-content {
  height: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.option {
  display: flex;
  align-items: center;
}

.woo {
  color: green;
}

.shopify {
  color: purple;
}

.smack-module-title {
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  margin: 0px;
}


.smws.button-primary,
.smack-save-button,
#sync-button {
  background-color: #09942e;
  color: white;
  /* padding: 4px 1rem; */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 100px;
  width: fit-content;
  font-size: 1rem !important;
}

.smws.button-primary:hover,
#sync-button:hover {
  /* background-color: #0056b3;F.pro-upgrade-button */
}

/*Authentication ----------------------------------------------------------- */
.smack-Authentication-content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
}

#woocommerce-auth-form,
#shopify-auth-form {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 2rem;
  width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

#woocommerce-auth-form {
  background-color: #e4d9f8;
}

#shopify-auth-form {
  background-color: #d7f5d7;
}

#woocommerce-auth-form h3,
#shopify-auth-form h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#woocommerce-auth-form input:not([type="radio"]),
#shopify-auth-form input:not([type="radio"]) {
  width: 100%;
  padding: 0.6rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  height: 48px;
}

#woocommerce-auth-form .help-text,
#shopify-auth-form .help-text,
#woocommerce-auth-form code,
#shopify-auth-form code {
  font-size: 11px;
  text-align: left;
  line-height: 16px;
}

#woocommerce-auth-form button,
#shopify-auth-form button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #4caf50;
  /* green */
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

#woocommerce-auth-form button {
  background-color: #7e57c2;
  /* purple */
}

.message {
  padding-right: 50px !important;
}

.status {
  display: flex;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
}

.status-color,
#shopify-auth-form .status-color,
#woocommerce-auth-form .status-color {
  width: 12px;
  height: 12px;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: gray;
  position: relative;
  top: 3px;
}

.smack-Authentication-content {
  display: flex;
  justify-content: space-around;
}

.smack-Authentication-content form {
  background-color: #f0f0f1;
  height: 32rem;
  width: 40%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.smack-Authentication-content form input:not([type="radio"]) {
  height: 12%;
  width: 80%;
}

.smack-Authentication-content form input[type="radio"] {
  height: 16px;
  width: 16px;
  margin: 0;
  accent-color: #0f3f67;
  vertical-align: middle;
  padding: 0;
  appearance: auto;
  outline: none;
  box-shadow: none;
}

.smack-Authentication-content form input[type="radio"]:focus {
  outline: none;
  box-shadow: none;
}

.smack-Authentication-content form button {
  font-size: 1.1rem;
  color: white;
  background-color: #0f3f67;
  border-style: none;
  padding: 5px 10px;
  border-radius: 5%;
  margin-top: 15px;
  font-weight: bold;
}

/* -------------------------------------overlay-------------------------------- */
/* Overlay wrapper */
.smackws-auth-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

/* Card content */
.smackws-auth-card-content {
  position: sticky;
  top: 10em;
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 320px;
  animation: fadeIn 0.3s ease-in-out;
  height: fit-content;
}

/* Title */
.smackws-auth-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

/* Description */
.smackws-auth-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* CTA button */
.smackws-auth-btn {
  background: #0f3f67;
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 13px;
}

.smackws-auth-btn:hover {
  background: #005bb5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------- */
/* Mapping----------------------------------------------------------- */

.smack-mapping-button {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  outline: none;
  /* Remove default focus outline */
}

.smack-mapping-button.active {
  background-color: #ccc;
}

.smack-mapping-button span {
  margin-right: 8px;
}

/* Style for the different appearance (e.g., a subtle border or background change) */
.smack-mapping-button {
  border: 1px solid transparent;
  /* Add a transparent border by default */
}

.smack-mapping-button:hover,
.smack-mapping-button:focus {
  border-color: var(--w2ssyn-primary);
  /* Show a light border on hover or focus */
  background-color: #eee;
  /* Slightly change background on hover/focus */
}

.smack-mapping-button.active:hover,
.smack-mapping-button.active:focus {
  border-color: var(--w2ssyn-primary);
  /* Keep active border color on hover/focus */
  /* background-color: #ccc; */
  /* Slightly darken active background on hover/focus */
}

.smack-tab-pane {
  display: none;
  padding: 20px;
}

.smack-tab-pane.active {
  display: block;
}

.smack-button-group span.dashicons {
  margin-right: 8px;
  font-size: 30px;
  line-height: 1;
}

.smack-button-group {
  margin-bottom: 15px;
}

.smack-button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  gap: 10px;
}

.smack-table-container {
  width: 100%;

  margin: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.smack-table-container table {
  width: 100%;
  border-collapse: collapse;
}

.smack-table-container table tr:nth-child(odd) td {
  background-color: #f4f4f4;
  font-size: inherit;
  /* Odd rows */
}

.smack-table-container table tr:nth-child(even) td {
  background-color: #ffffff;
  font-size: inherit;
  /* Even rows */
}

.smack-table-container table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
}

/* ----------------------------------------------------------- */

.smack-toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.smack-toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.smack-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}

.smack-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.smack-slider {
  background-color: #2196f3;
}

input:focus+.smack-slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.smack-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.smackws-tabs .smack-tab.active {
  font-weight: bold;
  border-bottom: 1px solid white;
}

.Sync-content {
  padding: 20px;
  /* background-color: #f9f9f9; */
  border: 1px solid #ddd;
  border-radius: 5px;
}

.radio-group label,
.check label {
  display: block;
  margin-bottom: 10px;
}

.custom-input {
  margin-top: 10px;
}

.custom-input input[type="number"],
.custom-input select {
  padding: 8px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.sync-control-container {
  display: flex;
  gap: 20px;
}

.sync-control-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  width: 200px;
}

.sync-control-card h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.switch {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.9em;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.smack-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: auto;
  /* Align to the right */
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
  width: 40px;
  height: 20px;
}

.smack-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.smack-slider {
  background-color: #2196f3;
}

input:focus+.smack-slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.smack-slider:before {
  transform: translateX(20px);
}


.button-group button {
  padding: 8px 15px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
}

.button-group button.active {
  background-color: #0f3f67;
  color: white;
  border-color: #0f3f67;
}

.smack-table-header th {
  font-weight: bold;
}

.smack-tab {
  cursor: pointer;
  padding: 1rem 3.2rem;
  display: inline-block;
  text-align: center;
  color: white;
}

#orders-table th,
#orders-table td {
  font-size: inherit;
  /* Ensure header and cell text also inherit the smaller size */
}

.smack-audit {
  font-size: 12px;
}

.smackws-tabs {
  display: flex;
  flex-wrap: wrap;
  background-color: #0f3f67;
}

button {
  cursor: pointer;
}

/* ------------------------------------------- */

.Sync-content {
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #f0f0f1;
  border-radius: 10px;
  border: none;
}

.Sync-content aside {
  border: 0;
  border-top: 1px solid rgb(119, 117, 117);
  width: 95%;
}

.check input {
  margin-left: 70px;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  outline: none;
  transition: 0.3s all ease;
}

.check input:hover {
  border-color: #888;
}

.radio input {
  margin-left: 20px;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  /* margin-right: 10px; */
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: 0.3s all ease;
}

.radio input:hover {
  border-color: #888;
}

.Sync-content button {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  background-color: #0f3f67;
  border-style: none;
  padding: 5px 15px;
  border-radius: 5%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.radio1 input {
  margin-left: 70px !important;
  margin-right: 10px;
}

/* ------------------------------------------- */

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* Adds spacing between radio buttons */
}

.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: 0.3s all ease;
}

.radio-group input[type="radio"]:hover {
  border-color: #888;
}

.Schedule-content button {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  background-color: #0f3f67;
  border-style: none;
  padding: 5px 10px;
  border-radius: 5%;
  margin-top: 25px;
  margin-bottom: 20px;
}

.custom-input {
  margin-top: 10px;
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.custom-input input {
  width: 80px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-input select {
  padding: 8px;
  padding-right: 20px !important;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

#custom-value {
  margin: 5px 0px;
}

/* --------------------------------------------- */

.smack-table-header tr th {
  background-color: #c5c5c5;
  font-weight: bold;
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.actions {
  display: flex;
  gap: 10px;
}

.icon {
  cursor: pointer;
  font-size: 18px;
  color: #555;
  transition: color 0.3s;
}

.icon:hover {
  color: #000;
}

/* --------------------------------------------- */

#footer-thankyou {
  display: none;
}

#wpfooter p {
  display: none;
}

/* Advanced Sync Settings Styles */
.advanced-sync-settings {
  padding: 15px;
}


.advanced-sync-settings h4 {
  margin: 0 0 15px 0;
  color: #495057;
  font-size: 13px;
  border: 1px solid #bbb;
  padding: 6px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

.filter-section {
  margin-bottom: 15px;
}

.filter-section label {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #495057;
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
  padding: 2px 4px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 1px 8px;
  font-size: 13px;
}

/* span.select2-search.select2-search--inline .select2-search__field {
  margin: 0;
} */
.filter-section small {
  display: block;
  margin-top: 3px;
  color: #6c757d;
  font-size: 12px;
  font-style: italic;
}

/* Show advanced settings when any product action is enabled */
.smack-module-card.has-active-actions .advanced-sync-settings {
  display: block !important;
}

.toggle-content.box {
  /* border: 1px solid #dcdcdc; */
  /* border-radius: 4px; */
  margin-top: 1rem;
  /* padding: 1rem; */
}

/* ============================== TOAST START  =========================================*/


.smackws-toast-container {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.smackws-toast {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 250px;
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
  top: 80px;
}

.smackws-toast.show {
  opacity: 1;
  transform: translateX(0);
}

.smackws-toast .dashicons {
  font-size: 18px;
}

.smackws-toast .smackws-toast-close {
  margin-left: auto;
  cursor: pointer;
}

.smackws-toast-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

@keyframes toastLoader {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

/* Variants */
.smackws-toast-success {
  background: #28a745;
}

.smackws-toast-error {
  background: #dc3545;
}

.smackws-toast-warning {
  background: #ffc107;
  color: #000;
}

.smackws-toast-info {
  background: #17a2b8;
}

/* ==============================TOAST END  =========================================*/



/* Responsive design for filter sections */
@media (max-width: 768px) {
  .filter-section {
    margin-bottom: 10px;
  }

  .multiselect-filter {
    min-height: 60px;
  }
}

/* PRO Tag Styles */
.pro-tag {
  background: #ff0000;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .pro-tag:hover {
  background: linear-gradient(45deg, #ff5252, #ff7043);
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(255, 107, 107, 0.5);
} */

.open-modal {
  cursor: pointer;
}

.pro-tag.open-modal {
  cursor: pointer;
  position: absolute;
  right: 2.5rem;
  top: 0.5rem;
}

/* Pro Modal Styles */
.smackws-pro-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.smackws-pro-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.smackws-pro-modal-header {
  background: #0f3f67;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  color: white;
  padding: 20px 25px;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smackws-pro-modal-header h3 {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.smackws-modal-close {
  color: white;
  font-size: 28px !important;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: opacity 0.2s;
}

.smackws-modal-close:hover {
  opacity: 0.7;
}

.smackws-pro-modal-body {
  padding: 25px;
  min-height: 100px;
  max-height: 70vh;
  overflow-y: auto;
}

.pro-feature-section {
  margin-bottom: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #667eea;
}

.pro-feature-section h4 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.pro-feature-section ul {
  margin: 0;
  padding-left: 20px;
}

.pro-feature-section li {
  margin-bottom: 5px;
  color: #555;
  line-height: 1.4;
}

.pro-upgrade-cta {
  text-align: center;
  padding: 20px;
  background-color: #0f3f67;
  border-radius: 8px;
}

.pro-upgrade-title {
  color: white;
}

.pro-upgrade-cta p {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #ffffff;
}

.pro-upgrade-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  /* color: black; */
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 14px !important;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.pro-upgrade-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
  color: black !important;
}


.smack-mapping-h4 {
  font-size: 1em;
  margin: 1.33em 6rem;
}

/* Responsive Modal */
@media (max-width: 768px) {
  .smackws-pro-modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .smackws-pro-modal-body {
    padding: 20px;
  }

  .smackws-pro-modal-header {
    padding: 15px 20px;
  }

  .smackws-pro-modal-header h3 {
    font-size: 18px;
  }
}

.sync-existing-products-24hours {
  margin-right: 1.5rem !important;
}