.select2-selection {
  height: 80px;
  border: 2px solid gainsboro !important;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  font-size: 26px !important;
  /* Adjust the font size as desired */
  color: #666 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  /* Adjust the font size as desired */
}

.header_wrapper_addon {
  display: flex;
  margin-bottom: -20px;
  align-items: center;
  justify-content: left;
  text-align: center;
  gap: 5px;
}

h3.header_title_ssgsw {
  margin-top: 10px !important;
}

img.ssgsw_vendor_icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

img.ssgsw_multistore_icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.ssgsw_save_button {
  /* Add your button styles here */
  background-color: #005ae0;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 20px;
}

.ssgsw_save_close {
  /* Add your button styles here */
  background-color: white;
  color: #3E3E3E;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #AAAAAA;
}

.ssgsw_filter_wrap {
  background: white;
  padding: 10px;
}

.ssgsw_save_close1 {
  /* Add your button styles here */
  background-color: white;
  color: #3E3E3E;
  padding: 5px 7px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #AAAAAA;
  font-weight: 500;
}

.filter-group_ssgsw p {
  margin-bottom: 3px;
}

.ssgsw-wrapper .filter-container h2 {
  font-size: 20px !important;
  /* line-height: 34px; */
  margin-bottom: 3px !important;
  line-height: 0px !important;
}

.ssgsw_save_changes {
  /* Add your button styles here */
  background-color: #cc3300;
  color: white;
  padding: 5px 7px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
}

.ssgs_button_section {
  text-align: end;
}

.ssgsw_show_selected_options input[type=checkbox]:checked {
  background: #005ae0;
  border: 2px solid #005ae0;
  opacity: 0.3;
}

.siz-content {
  width: auto;
  margin-top: 7px !important;
}

.ssgsw_button_container {

  border-radius: 3px;
  position: sticky;
  bottom: 0px;
  right: 0;
  margin-top: -25px;
  background: rgb(239 246 255/var(--tw-bg-opacity, 1));
  margin-bottom: -20px;
  font-weight: 600;
  /* padding: 20px; */
  padding: 20px 0px 20px 0px;
}

.ssgsw_save_button:hover {
  opacity: .9 !important;
}

.ssgsw_save_close:hover {
  opacity: .9 !important;
}

.upgrade_to_platinam_button:hover {
  opacity: .9 !important;
}

textarea::placeholder {
  color: #aaaaaa !important;
  /* Placeholder text color */
  font-weight: none;
}

.ssgsw_disabled-option {
  color: #F93D6A;
}

.ssgsw_show_selected_option2 {
  border: 2px solid gainsboro;
  /* padding: 5px; */
  margin-top: 5px;
  width: 89%;
  padding-right: 6px;
  /* padding-left: 10px; */
  border-radius: 5px;
}

.ssgsw_logo_section_popup {
  font-size: 16px;
  background: bisque;
  padding: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-top: -26px;
}

.ssgsw_appscript_notice2 {
  padding: 1px;
  background: #f6dade;
  margin: 0px 51px -20px 51px !important;
  text-align: center;
  border-radius: 1px;
  font-size: 14px !important;

}

;

.ssgsw_appscript_notice2 a {
  text-decoration: none;
}

;

.ssgsw_appscript_notice2 p {
  font-size: 14px !important;
}

;

.ssgsw_extra_strong {
  font-weight: 700 !important;
}

.ssgsw_head {
  font-size: 13px !important;
}

.ssgsw_wrap_head p {
  font-size: 12px !important;
}

.ssgsw_show_selected_option2 ul {
  padding-left: 10px;
}

/* popup css */
.ssgs_popup-container {
  /* visibility: hidden; */
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
  transform: scale(1);
}

.ssgs_popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  border-radius: 4px;
}

.ssgsw_wrap_head p {
  margin-top: -13px;
}

@media (max-width: 1056px) {
  .ssgs_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 50%;
  }
}

.ssgs_popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.ssgs_popup-content a.close:hover {
  color: #333;
}

.ssgs_popup-content span:hover,
.ssgs_popup-content span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.profile-section {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Adjust the gap between the image and details */
  margin-top: -15px;
}

.profile-image img {
  width: 100px;
  /* Adjust the image size as needed */
  height: auto;
  border-radius: 50%;
}

.profile-details {
  flex-grow: 1;
}

.profile-title {
  font-size: 14px;
  font-weight: bold;
}

.profile-description {
  font-size: 12px;
  color: #666;
  margin-top: -12px;
}

.profile-section h3 {
  font-size: 14px;
}

.ssgs_warning {
  color: #cc3300;
}

.ssgsw-wrapper {
  overflow: inherit;
}

.ssgsw-wrapper .ssgs-check .check2 {
  background: #E74F6A;
  border: none !important;
  opacity: 0.3 !important;
}

.ssgsw-wrapper .ssgs-check .check2:checked {
  background: #FC4486;
  border: none !important;
  opacity: 1 !important;
}

.ssgsw_save_changes23 {
  color: #cc3300;
  border: 2px solid #cc3300;
  background: white;
  font-weight: 600;
}

.ssgsw_extra_class {
  opacity: 0.8;
  font-weight: 400;
  font-size: 20px;
  font-size: 15px !important;
  margin-bottom: 20px;
}

.profile-section h3 {
  font-size: 22px !important;
}

.ssgs_popup-content span:hover,
.ssgs_popup-content span:focus {
  color: #cc3300;
}


.metabox-prefs+.notice {
  margin-top: 40px;
}

.ssgss_imporved_tooltip:hover .svg-path {
  fill: #ffff;
}

/* .ssgsw_filter_wrap {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} */
.ssgsw-wrapper .filter-header {
  font-weight: 600;
  font-size: 18px;
  color: #374151;
}

.ssgsw-wrapper .filter-description {
  color: #6B7280;
  font-size: 14px;
  margin-top: 12px;
}

.ssgsw-wrapper .filter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* .filter-row1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 10px;
  margin-bottom: 5px;
} */
/* .filter-group_ssgsw {
  width: 170px;
} */

.ssgsw-wrapper .filter-container {
  display: flex;
  flex-direction: column;

}

/* Labels Row */
.ssgsw-wrapper .filter-row1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: left;
  font-weight: bold;
}

/* Filter Row */
.ssgsw-wrapper .filter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
}

/* Aligning labels above selects */
.ssgsw-wrapper .filter-group_ssgsw {
  display: flex;
  flex-direction: column;
}

.ssgsw-wrapper .filter-group_ssgsw label {
  font-size: 14px;
  margin-bottom: 5px;
}

.filter-select,
.filter-btn {
  border: 2px solid #D1D5DB;
  border-radius: 6px;
  padding: 8px;
  background: white;
  font-size: 14px;
  color: #005ae0;
  cursor: pointer;
}

.filter-btn:hover {
  background: white;
}

.ssgsw-wrapper .remove-btn {
  background: #FCA5A5;
  color: #DC2626;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: none
}

.ssgsw-wrapper select.filter-select {
  border: 2px solid gainsboro;

}

.ssgsw-wrapper .remove-btn:disabled {
  background-color: #ccc !important;
  /* Gray background when disabled */
  color: #666;
  /* Dark gray text */
  cursor: not-allowed;
  /* Show disabled cursor */
  opacity: 0.6;
  /* Reduce opacity */
}

/* Add-ons Container */
.addons-container {
  max-width: 1200px;
  margin: unset;
  padding: unset;
  font-family: Arial, sans-serif;
}

.addons-container h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}

p.profile-description.profile-description_sub {
  margin-top: -20px;
  font-size: 13px;
}

.profile-image.ssgsw_logo_section_popup.ssgsw_logo_section_popup2 {
  margin-top: -14px;
}

.ssgsw_popup_body {
  padding: 10px;
  margin-top: 10px;
}

.ssgsw_popup_body label {
  /* margin-bottom: 60px; */
  font-size: 14px;
}

.ssgsw_popup_body input {
  width: 100%;
  margin-top: 8px;
  border: 2px solid gainsboro;
}

.addons-container .ssgsw_addon_extra {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.ssgsw_addons-input {
  border: 2px solid gainsboro !important;
}


.child-sites-section {
  border-radius: 8px;
}

.add-child-sites-container {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}

.child-sites-section .pro-label {
  background-color: #e74c3c;
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 10px;
}

.child-sites-section h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}

.child-sites-section p {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.5;
}

.connected-sites-list label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.connected-site-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.connected-site-row input[type="text"] {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 1em;
}

.child-sites-section .remove-site-button {
  background-color: #dc3545;
  /* Red */
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  /* Fixed width for consistent look */
  height: 38px;
  /* Fixed height for consistent look */
}

.child-sites-section .remove-site-button:hover {
  background-color: #c82333;
}

.child-sites-section .add-new-site-button {
  background-color: #007bff;
  /* Blue */
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1em;
  margin-top: 10px;
}

.child-sites-section .add-new-site-button:hover {
  background-color: #0056b3;
}

/* Add-ons Grid */
/* .addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
} */

.addons-grid {
  display: flex;
  gap: 20px;
}

/* Add-on Card */
.addon-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 350px;
}

.addon-card h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #333;
}

.addon-card p {
  font-size: 1rem;
  color: #666;
}

.addon-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.addon-status span {
  font-size: 0.9rem;
  color: #28a745;
}

.ssgsw_checked_item {
  background-color: #f3f4f6 !important;
}

.addon-status .ssgsw_setting_button {
  background: #f0f0f1 !important;
  /* color: #fff; */
  border: none;
  padding: 9px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #1e293b !important;
}

.addon-status .ssgsw_setting_button:hover {
  background-color: #f8fafc !important;
  color: #005ae0 !important;
}

.ssgsw_setting_color {
  color: #1e293b !important;
}

button:hover .ssgsw_setting_color {
  color: #005ae0 !important;
}

/* License Inactive Message */
.license-message {
  margin-top: 20px;
  padding: 15px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  color: #856404;
  text-align: center;
}

.upgrade_to_platinam_button {
  color: #005ae0;
  background: none;
  /* border-radius: 34%; */
  padding: 7px 7px;
  font-weight: 700;
  border-radius: 11px;
  border: 2px solid;
}

.upgrade_active_now {
  font-weight: 700;
  border-radius: 7px !important;
  background: #fff;
  color: #20A5A5 !important;
  border: 2px solid #20A5A5 !important;
}

.license-message a {
  color: #007bff;
  text-decoration: none;
}

.license-message a:hover {
  text-decoration: underline;
}

.ssgsw_warning_text {
  font-size: 38px;
  margin-bottom: 20px;
}

.notification-card {
  padding: 20px;


  text-align: center;
}

.notification-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.notification-message {
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.action-button {
  background-color: #005ae0;
  color: #ccc !important;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.action-button:hover {
  background-color: #005ae0;
}

.ssgsw_wrap {
  text-align: center;
  padding: 20px;
  background: wheat;
}

/* addon's new css */
.ssgsw_pseudo-hr {
  position: relative;
  height: 1px;
  margin: 30px 0;
}

span.ssgsw_addons_lable_text {
  margin-left: 9px;
}

.ssgsw_pseudo-hr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
}

.ssgsw_addons-container {
  display: flex;
  min-height: 100vh;
  font-size: 15px;
  font-weight: 500;
}

.ssgsw_addons-sidebar {
  width: 200px;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  padding: 20px;
}

.ssgsw_addons-sidebar .ssgsw_addons-menu-item {
  padding: 10px;
  font-weight: 500;
  color: #374151;
  border-radius: 4px;
  cursor: pointer;
}

.ssgsw_addons-sidebar .ssgsw_addons-menu-item:hover {
  background-color: #f3f4f6;
  margin-top: 3px;
}

.ssgsw_addons-main {
  flex: 1;
  padding: 40px;
  background: #fff;
}

.ssgsw_addons-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ssgsw_addons-form-group {
  margin-bottom: 25px;
}

.ssgsw_addons-label {
  display: block;
  font-weight: 500;

  margin-bottom: 6px;
}

.ssgsw_addons-input {
  width: 300px;
  padding: 8px 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
}

.ssgsw_addons-info {
  font-size: 12px;
  color: #6b7280;
  margin-left: 8px;
  vertical-align: middle;
}

.ssgsw_addons-form-group {
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
  /* border: 1px solid #e2e4e7; */
  /* border-radius: 6px; */
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.05); */
  max-width: 600px;
}

.ssgsw_addons-form-group.ssgsw_inactive_vendor {
  opacity: 0.6;
}

.ssgsw_cron_wrap {
  background: #f7f8fa;
  padding: 20px;
  display: flex;
  grid-gap: 20px;
}

.cron_sub_wrap {
  width: 100%;
}

.ssgsw_description_p {
  color: #6B7280;
  font-size: 13px;
  margin-top: 5px;
}

.ssgsw_addons-label,
.ssgsw_addons-labe {
  /* You had a typo: 'labe' instead of 'label' */
  display: block;
  font-size: 14px;
  margin-bottom: 8px;

}

.ssgsw_addons-input {
  width: 100%;
  max-width: 300px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  background-color: #fff;
  color: #32373c;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.ssgsw_addons-input:focus {
  border-color: #2271b1;
  outline: none;
}


.sync-mode-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.sync-mode-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #cbd5e0;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.sync-mode-option:hover {
  background-color: #f0f4f8;
  border-color: #a0aec0;
}

.sync-mode-option input[type="radio"] {
  margin-top: 5px;
  transform: scale(1.2);
}

.sync-mode-content h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 16px;
}

.sync-mode-content p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.ssgs-h3-mode {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1a202c;
}

.ssgs-hr {
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}

/* TASK-009 : Add CSS for the activated badge */
.ssgsw-addon-activated-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  color: #059669;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #6ee7b7;
}

.ssgsw-activated-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #059669;
  display: inline-block;
  flex-shrink: 0;
  animation: ssgsw-pulse 2s infinite;
}

@keyframes ssgsw-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.4);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(5, 150, 105, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(5, 150, 105, 0);
  }
}