/***Start Dashboard Css***/

/*Start Welcome-Header Section*/
.gswc-free .welcome-wrapper {
  padding: 2rem 1.5rem;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.gswc-free .welcome-heading {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #1d2327;
}
/*End Welcome-Header Section*/
/*Start Setup Guide Section*/
.gswc-free .setup-content-data {
  border-top: 1px solid #e2e8f0;
}
.gswc-free .google-api-setting-guide {
  flex: 1;
}
.gswc-free .google-api-setting-guide ul {
  padding-left: 18px;
  margin: 0;
  list-style-type: disc;
}
.gswc-free .google-api-setting-guide ul li a {
  color: #0675b9;
  list-style: disc;
  margin-bottom: 10px;
  text-decoration: none;
  line-height: 26px;
  font-size: 14px;
}
.gswc-free .dashboard-pro-small-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
  margin-top: 25px;
}
/*End Setup Guide Section*/
/*Start plugin category section*/
.gswc-free .plugin-category-section {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gswc-free .plugin-category-box {
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  gap: 1rem;
  display: flex;
  align-items: center;
}
.gswc-free .plugin-category-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  background-color: #ecfdf5;
}
.gswc-free .plugin-category-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #059669;
}
.gswc-free .plugin-category-content {
  flex: 1 1;
}
.gswc-free .plugin-category-name {
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 7px;
}
.gswc-free .plugin-category-badge {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #64748b;
  margin-top: 0.125rem;
}
.gswc-free .plugin-category-arrow svg {
  color: #94a3b8;
  width: 1.25rem;
  height: 1.25rem;
}
/*End plugin category section*/

/*Start Video Tutorial Section*/
.gswc-free .video-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
/*End Video Tutorial Section*/

.gswc-free .metric {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
}
.gswc-free .gsc-main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.gswc-free .gsc-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
}
.gswc-free .gsc-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* .gswc-free .action {
  background: #f9fafb;
  padding: 12px;
  border-radius: 6px;
  } */
  .gswc-free .gsc-integrations {
    display: grid;
    gap: 12px;
  }

  .gswc-free .int-card {
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 8px;
  }
  .gswc-free .gsc-workflow {
    padding-left: 18px;
  }

  .gswc-free .workflow-stats {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }
  .gswc-free .gsc-pro {
    margin-top: 20px;
    background: #f9fafb;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
  }
  /* Start Support Section */
  .gswc-free .gsc-support-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
  }
  .gswc-free .gsc-support-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .gswc-free .gsc-support-icon {
    width: 68px;
    height: 68px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 50%;
    font-size: 22px;
  }
  .gswc-free .gsc-content .support-headings {
    margin: 0;
    font-size: 20px;
    line-height: 29px;
    color: #1d2327;
    font-weight: 600;
  }
  .gswc-free .gsc-support-right {
    border-left: 1px solid #e5e7eb;
    padding-left: 20px;
  }
  .gswc-free .gsc-avatars {
    display: flex;
    align-items: center;
  }
  .gswc-free .gsc-avatars img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -10px;
    box-shadow: 0 0 0 1px #e5e7eb;
  }
  .gswc-free .gsc-avatars img:first-child {
    margin-left: 0;
  }
  .gswc-free .gsc-support-right p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    max-width: 200px;
    line-height: 23px;
    margin-top: 10px;
  }
  /*End Support Section*/

  /*Start Pro feature Section*/
  .gswc-free .pro-left .list ul li {
    margin: 0;
    padding: 0 0 2px 16px;
    color: #555;
    font-size: 14px;
    position: relative;
    line-height: 25px;
  }
  .gswc-free .pro-left .list ul li:before {
    content: "+";
    position: absolute;
    top: -1px;
    left: 0;
  }
  .gswc-free .dashboard-pro-features {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 18px;
    color: #1e3a8a;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 15px;
  }
  .gswc-free .pro-container .pro-badge {
    font-size: 11px;
    background: #eef6ff;
    color: #2271b1;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
  }
  .gswc-free .pro-feature-sub-head {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 13px;
  }
  .gswc-free .pro-features {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gswc-free .feature-card {
    display: flex;
    gap: 8px;
    padding: 10px;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    background: #fafafa;
    transition: 0.2s;
  }
  .gswc-free .feature-card svg {
    width: 16px;
    height: 16px;
    fill: #2271b1;
    display: block;
  }
  .gswc-free .pro-actions {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .gswc-free .pro-btn {
    background: linear-gradient(135deg, #2271b1, #1d4ed8);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
  }
  .gswc-free .right-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
  }
  .gswc-free .flow-ui {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
  }

  .gswc-free .flow-step {
    font-size: 12px;
    padding: 6px 10px;
    background: #f3f4f6;
    border-radius: 6px;
  }

  .gswc-free .flow-step.mid {
    background: #e0f2fe;
  }

  .gswc-free .flow-step.success {
    background: #dcfce7;
  }

  .gswc-free .line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #2271b1, #d1d5db);
  }
  .gswc-free .sync-stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }

  .gswc-free .sync-stats strong {
    font-size: 13px;
  }

  .gswc-free .sync-stats p {
    font-size: 11px;
    color: #6b7280;
  }
  /*End Pro Feature Section*/
  /***End Dashboard Css***/

  /**Start Licence Tab Panel Section**/
  .gswc-free .license-box {
    margin: 3% auto;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .gswc-free .gsc-msg {
    margin: 0 0 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    background: #eee;
  }
  .gswc-free .gsc-success {
    background: rgba(25, 148, 54, 0.2);
  }
  .gswc-free .gsc-error {
    background: rgba(148, 25, 25, 0.2);
  }
  .gswc-free .plugin-logo {
    height: 70px;
  }
  .gswc-free .license-box .licence-head {
    font-size: 29px;
    margin: 15px 0 15px 0;
    line-height: normal;
  }
  .gswc-free .license-box .licence-head span {
    font-size: 16px;
  }
  .gswc-free .input-password label {
    position: relative;
    right: 0;
    top: 0;
  }
  .gswc-free .license-input {
    padding: 4px 35px 4px 10px !important;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    width: 100%;
    flex: 1;
    min-width: 0;
    line-height: 2.30769231 !important;
  }
  .gswc-free .license-input:focus {
    box-shadow: 0 0 0 0px #2271b1 !important;
    border: 1px solid #199436 !important;
  }
  .gswc-free .floating-label {
    position: relative;
    display: flex;
    width: 100%;
  }

  .gswc-free .floating-label input {
    padding: 14px 40px 14px 12px;
    font-size: 14px;
  }
  .gswc-free .floating-label span {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
    pointer-events: none;
    transition: all 0.25s ease;
    background: #fff;
    padding: 0 4px;
  }
  .gswc-free .floating-label input:focus + span,
  .gswc-free .floating-label input:not(:placeholder-shown) + span {
    top: 0px;
    font-size: 12px;
    color: #199436;
  }
  .gswc-free .floating-label .i-view {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .gswc-free .activate-btn:disabled,
  .gswc-free .activate-btn,
  .gswc-free .save-btn {
    line-height: 2.30769231;
    padding: 4px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    background: #199436;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  .gswc-free input:disabled.save-btn {
    background: #199436;
    border: none;
    color: #fff;
    box-shadow: unset;
  }

  .gswc-free .i-view {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0.5;
    outline: none;
    box-shadow: 0 0 0 0px #2271b1;
    animation: hvr-ripple-out 1s linear infinite;
    text-decoration: none;
  }
  .gswc-free a:focus.i-view,
  .gswc-free a:hover.i-view,
  .gswc-free .input-password label:hover .i-view {
    opacity: 1;
    box-shadow: 0 0 0 0px #2271b1;
  }
  .gswc-free .input-password label {
    position: relative;
    right: 0;
    top: 0;
  }
  .gswc-free .input-password .i-view {
    position: absolute;
    right: 12px;
    top: 45%;
    transform: translateY(-45%);
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .gswc-free .input-password .i-view::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/i-view-h.svg) no-repeat center;
    background-size: 25px;
    display: block;
  }
  .gswc-free .input-password .i-view.show::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/i-view-n.svg) no-repeat center;
    background-size: 25px;
    display: block;
  }
  .gswc-free .license-links {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #eee;
    max-width: 576px;
    margin: 20px auto 0;
    color: #444;
    font-size: 14px;
  }
  .gswc-free .license-links a {
    color: #199436;
  }
  .gswc-free .license-links a:hover {
    color: #000;
  }
  .gswc-free .license-links span.link:hover svg,
  .gswc-free .license-links:hover .link svg {
    fill: #000;
  }
  .gswc-free .valid-green {
    color: #199436;
  }
  .gswc-free .expire-red {
    color: #ed2024;
  }
  .gswc-free .license-invalid svg,
  .gswc-free .license-valid svg {
    width: 20px;
    height: 20px;
  }
  .gswc-free .btn-pulse {
    animation: pulse 1.5s infinite;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .gswc-free .blinking-button {
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0% {
      box-shadow: none;
    }

    50% {
      box-shadow: 0 0 10px rgba(25, 148, 54, 0.4);
    }

    100% {
      box-shadow: none;
    }
  }
  .gswc-free .activate-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .gswc-free .gswc-free .license-update-btn {
    font-size: 18px;
    line-height: normal;
  }
  /**End Licence Tab Panel Section**/

  /** Start Integration Tab Panel Section **/
  .gswc-free .border-select-box .auto-select-display {
    border-radius: 8px !important;
  }
  .gswc-free .gsc-auth-steps {
    background: #f0f7ff;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 18px;
    color: #1e3a8a;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  }
  .gswc-free .gsc-auth-steps .authentication-heading {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
  }
  .gswc-free .gsc-auth-steps ul {
    padding-left: 18px;
    margin: 0;
    list-style-type: revert-layer;
  }
  .gswc-free .gsc-auth-steps li {
    margin-bottom: 6px;
  }
  .gswc-free .gsc-auth-steps ul ul {
    margin-top: 5px;
    padding-left: 18px;
  }
  .gswc-free .gsc-auth-note {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
  }
  .gswc-free .gsc-slider-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 10px;
  }
  .gswc-free .api-select-help {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
  }

  .gswc-free .i-help svg {
    width: 20px;
    height: 20px;
  }
  .gswc-free .i-help {
    margin-left: auto;
  }
  .gswc-free .gsc-slider-wrapper [hover-tooltip]:hover::after {
    top: calc(100% + 0px);
    rotate: 180deg;
  }
  .gswc-free .gsc-slider-wrapper [hover-tooltip]:hover::before {
    top: calc(100% + 5px);
    z-index: 9;
    display: inline-table;
  }

  .gswc-free .gsc-slider {
    display: flex;
    transition: transform 0.4s ease;
  }

  .gswc-free .gsc-slide {
    min-width: 100%;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
  }

  .gswc-free .gsc-slide img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border: 1px solid #ebebeb;
  }

  .gswc-free .gsc-slide .gsc-slider-headers {
    font-size: 22px;
    line-height: 28px;
  }
  .gswc-free .gsc-slide .gsc-slider-headers a.link {
    padding: 8px 0;
    display: block;
    font-size: 13px;
  }

  .gswc-free .gsc-slide p {
    font-size: 15px;
    color: #555;
  }

  .gswc-free .gsc-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
  }
  .gswc-free .gsc-nav.prev {
    left: 10px;
  }
  .gswc-free .gsc-nav.next {
    right: 10px;
  }
  .gswc-free .gsc-info-box {
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  /* Main Box */
  .gswc-free .gsc-connection-box {
    border: 1px solid #d9f2e3;
    border-radius: 12px;
    padding: 22px 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  /* Description */
  .gswc-free .gsc-desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.6;
  }

  /* Steps Grid */
  .gswc-free .gsc-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }

  /* Single Step */
  .gswc-free .gsc-step {
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #e3f5ea;
    color: #333;
    transition: all 0.2s ease;
  }
  .gswc-free .gsc-kv {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .gswc-free .token-box-width-exist {
    width: 100%;
    min-width: 437px;
  }
  .gswc-free .token-box-width-manual {
    width: 100%;
    max-width: 440px;
  }
  .gswc-free .gsc-kv code {
    background: #eef2ff;
    padding: 2px 6px;
    border-radius: 6px;
    width: fit-content;
  }
  .gswc-free span.badge {
    background: rgba(25, 148, 54, 0.11);
    color: #199436;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 999px;
    margin-left: 5px;
    font-weight: 600;
  }
  .gswc-free .gsc-json-wrapper {
    margin-bottom: 18px;
  }
  .gswc-free .gsc-json-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
  }
  .gswc-free .gsc-service-json {
    width: 100%;
    min-height: 200px;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #111827;
    background: #ffffff;
    resize: vertical;
    transition: all 0.2s ease;
  }
  .gswc-free .gsc-service-json:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
  }
  .gswc-free .gsc-service-json::placeholder {
    color: #9ca3af;
  }
  .gswc-free .gsc-json-help {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
  }
  .gswc-free .gsc-service-json[readonly] {
    background: #f9fafb;
    border-color: #e5e7eb;
  }

  .gswc-free .gsc-upload-wrapper {
    margin-top: 16px;
  }
  #gscfff_upload_service_json_file {
    display: none;
  }
  .gswc-free .gsc-upload-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f9fafb;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .gswc-free .gsc-upload-box:hover {
    background: #f3f4f6;
    border-color: #0d6efd;
  }
  .gswc-free .gsc-upload-icon {
    font-size: 26px;
    color: #0d6efd;
  }
  .gswc-free .gsc-upload-text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
  }
  .gswc-free .gsc-upload-text span {
    font-size: 13px;
    color: #6b7280;
  }
  .gswc-free .gsc-upload-help {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
  }
  .gswc-free .gsc-connected-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 18px;
  }

  .gswc-free .gsc-connected-left {
    flex-direction: column;
  }

  .gswc-free .gsc-connected-label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
  }

  .gswc-free .gsc-connected-email {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #111827;
  }

  .gswc-free .gsc-connected-status {
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #166534;
    background: #dcfce7;
    padding: 6px 10px;
    border-radius: 999px;
  }

  .gswc-free .status-dot {
    width: 8px;
    height: 8px;
    background: #16a34a;
    border-radius: 50%;
  }
  .gswc-free .wcgsc-free-selected-badge {
  /*position: absolute;
  top: 6%;
  left: 70%;*/
  text-transform: capitalize;
  display: inline-block;
  padding: 2px 8px;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #0c63e4;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid #dcdfe3;
  border-radius: 12px;
  line-height: 1.4;
}

.gswc-free .wcgsc-free-selected-authrequired-badge {
  /* position: absolute;
  top: 6%;
  left: 70%; */
  text-transform: capitalize;
  display: inline-block;
  padding: 2px 8px;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #ff0000;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid #dcdfe3;
  border-radius: 12px;
  line-height: 1.4;
}
/*Tooltip CSS*/
.gswc-free .tooltip {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin-left: 1px;
}

.gswc-free .tooltip:after,
.gswc-free .tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}

.gswc-free .tooltip:after {
  background-color: #fff;
  border: 1px solid #cfd8e2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  content: attr(data-tooltip);
  padding: 20px;
  color: #666e81;
  border-radius: 5px;
  white-space: nowrap;
  margin-bottom: 11px;
}
.gswc-free .help-icon {
  color: #727272;
  font-size: 13px;
}
.gswc-free .tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.gswc-free .tooltip:hover:before,
.gswc-free .tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.gswc-free [data-tooltip-pos="up"]:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #607dbc;
  margin-bottom: 4px;
}

.gswc-free [data-tooltip-pos="down"]:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #607dbc;
  margin-left: 1px;
  margin-top: 3px;
}

.gswc-free [data-tooltip-pos="right"]:before {
  border-top: 8px solid transparent;
  border-right: 8px solid #607dbc;
  border-bottom: 8px solid transparent;
  margin-left: 5px;
}

.gswc-free [data-tooltip-pos="left"]:before {
  border-top: 8px solid transparent;
  border-left: 8px solid #607dbc;
  border-bottom: 8px solid transparent;
  margin-right: 3px;
}

.gswc-free [data-tooltip-pos="down"]:before,
.gswc-free [data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}

.gswc-free [data-tooltip-pos="down"]:after {
  margin-top: 11px;
}

.gswc-free [data-tooltip-pos="down"]:hover:before,
.gswc-free [data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0);
}

.gswc-free [data-tooltip-pos="left"]:before,
.gswc-free [data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

.gswc-free [data-tooltip-pos="left"]:after {
  margin-right: 11px;
}

.gswc-free [data-tooltip-pos="left"]:hover:before,
.gswc-free [data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%);
}

.gswc-free [data-tooltip-pos="right"]:before,
.gswc-free [data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}

.gswc-free [data-tooltip-pos="right"]:after {
  margin-left: 11px;
}

.gswc-free [data-tooltip-pos="right"]:hover:before,
.gswc-free [data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}

.gswc-free [data-tooltip-length]:after {
  white-space: normal;
}

.gswc-free [data-tooltip-length="small"]:after {
  width: 150px;
}

.gswc-free [data-tooltip-length="medium"]:after {
  width: 250px;
  word-break: break-word;
}

.gswc-free [data-tooltip-length="large"]:after {
  width: 350px;
}

.gswc-free [data-tooltip-length="fit"]:after {
  width: 450px;
}
.gswc-free .manual-margin {
  margin-top: 10px !important;
}
/*Tooltip CSS*/
/** End Integration Tab Panel Section **/

/**Start Form Feed Tab Panel Section**/
.gswc-free .form-feed-table-common {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gswc-free .full-tables {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.gswc-free .full-table th {
  font-size: 17px;
}
.gswc-free .full-table td {
  width: auto;
}
.gswc-free .full-table > tbody > :nth-child(even) {
  background-color: #f6f7f7;
}
.gswc-free .form-feed-table-common .fa-pen-to-square {
  color: #3b82f6;
  margin: 0 12px;
}
.gswc-free .form-feed-table-common .fa-trash-can {
  color: #dc3545;
}
.gswc-free .form-feed-table-common .fa-eye {
  color: #4b5563;
}
.gswc-free .back-btn {
  color: var(--text-white) !important;
}
.gswc-free .shadow-box {
  border-radius: 6px;
  box-shadow:
  rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
  rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.gswc-free .custom-check input[type="checkbox"] {
  display: none;
}

.gswc-free .button-toggle {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #d1d5db;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.gswc-free input[type="checkbox"]:checked + .button-toggle {
  background-color: #16a34a;
}

.gswc-free .button-toggle::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  top: 2px;
  left: 3px;
  transition: all 0.3s;
}

.gswc-free input[type="checkbox"]:checked + .button-toggle::before {
  transform: translateX(18px);
}
.gswc-free input[type="checkbox"]:disabled:checked:before {
  display: none;
}
.gswc-free .switch input {
  display: none;
}
.gswc-free .ml-ten-btn {
  margin-left: 10px;
}
.gswc-free .select-all-field .label-text {
  font-size: 14px;
  color: var(--text-label);
}
.gswc-free .gscfff-color-code span {
  font-size: 12px;
  display: inline-block;
  height: 100%;
  white-space: nowrap;
  width: auto;
  position: relative;
  border-radius: 100px;
  line-height: 1;
  overflow: hidden;
  padding: 0px 12px 0px 20px;
  text-overflow: ellipsis;
  line-height: 1.25rem;
  color: #595959;
  word-break: break-word;
}
.gswc-free .gscfff-color-code span::before {
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.gswc-free .ui-sortable {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.gswc-free .ui-sortable .field-item {
  width: 32%;
  background: #fff;
  border: 1px solid #cfd8e2;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
}
.gswc-free .card {
  width: 100%;
  min-width: inherit;
  max-width: inherit;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.gswc-free .gsc-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  border-top: 1px dashed #ebebeb;
}
.gswc-free .feed-info-heading {
  font-size: 12px;
  color: #666;
}
.gswc-free .feed-info-sub-head {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}
.gswc-free .form-field-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
.gswc-free .form-fields-list .card.ui-sortable-handle {
  box-shadow: 0 0 0;
}
.gswc-free .form-fields-list .card.ui-sortable-handle {
  width: 32.6%;
  min-width: inherit;
  max-width: inherit;
}
#gscfff-sortable .field-item input[type="text"] {
  width: 200px;
  margin-right: 0;
}
.gswc-free .field-type-form span::before {
  background: #0d6efd;
}
.gswc-free .field-type-system span::before {
  background: #7c3aed;
}
.gswc-free .field-type-form span {
  background: #e7f1ff;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}
.gswc-free .field-type-system span {
  background: #f3edff;
  color: #7c3aed;
  border: 1px solid;
}
.gswc-free .form-field-toggle .card-content .toggle-button {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  display: flex;
  align-items: center;
}
.gswc-free .card-label {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}
.gswc-free input.field-input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
}
.gswc-free .special_mail_tags_bg {
  background: #f3edff !important;
  color: #7c3aed !important;
  border: 1px solid #7c3aed !important;
  width: 100%;
}
.gswc-free .field_list_bg {
  background: #e7f1ff !important;
  color: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  width: 100%;
}
.gswc-free .form-field-toggle .card-content .toggle-button.disabled {
  opacity: 0.5;
}
.gswc-free .info-row {
  display: none;
}
.gswc-free .info-row.active {
  display: block;
}
.gswc-free
.form-field-toggle
.card-content
.toggle-button.disabled
.field-input {
  background: #f3f4f6;
  pointer-events: none;
}
.gswc-free
.form-field-toggle
.card-content
.toggle-button.disabled
.card-label {
  color: #9ca3af;
}
.gswc-free .toggle-switch .toggle-input {
  display: none;
}

.gswc-free .toggle-switch .toggle-input:checked + .toggle-label:before {
  background-color: #2196f3;
}

.gswc-free .toggle-switch .toggle-input:checked + .toggle-label:after {
  transform: translateX(20px);
}
.gswc-free .settings-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 18px;
}
.gswc-free .settings-card .header-settings-ineer-size {
  font-size: 18px;
  color: #111827;
}
.gswc-free .setting-row {
  font-size: 14px;
  color: #111827;
}
.gswc-free .settings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  margin-top: var(--sp-15);
  margin-bottom: var(--sp-20);
}
.gswc-free .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}
.gswc-free .settings-card span {
  font-size: 15px;
  line-height: normal;
}
.gswc-free .download-spreadsheet {
  font-size: 16px;
  color: #000 !important;
}
/* .gswc-free .form-group input,
.gswc-free .form-group select {
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  width: auto;
  max-width: 100%;
  } */
  .gswc-free .gsc-select {
    border: 1px solid #ccc !important;
    line-height: 2.30769231 !important;
    border-radius: unset !important;
    padding: 4px 30px 4px 10px !important;
    cursor: pointer !important;
    max-width: 100% !important;
    background: #fff url(../img/arrow-down.svg) no-repeat right center !important;
    background-size: 22px auto !important;
    width: -webkit-fill-available;
  }
  .gswc-free .style-buttons {
    display: flex;
    gap: 6px;
  }
  .gswc-free .bg-color-set-input {
    background: #eeeeee !important;
  }
  .gswc-free .font-style .row-format div {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .gswc-free .font-style input[type="checkbox"] {
    display: none;
  }
  .gswc-free .style-btn {
    padding: 6px 14px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    color: #374151;
    transition: all 0.2s ease;
    user-select: none;
  }
  .gswc-free .style-btn:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
  }
  .gswc-free .style-btn input[type="checkbox"]:checked + span,
  .gswc-free .style-btn input[type="checkbox"]:checked ~ * {
    background: #e7f1ff;
    color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600;
  }
  .gswc-free .style-btn input[type="checkbox"]:checked {
    display: none;
  }
  .gswc-free .style-btn:has(input:checked) {
    background: #e7f1ff;
    color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600;
  }
  .gswc-free .style-btn.active {
    background: #e7f1ff;
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .gswc-free [hover-tooltip] {
    position: relative;
  }
  .gswc-free [hover-tooltip]:hover::before {
    content: attr(hover-tooltip);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    display: block;
    left: 50%;
    min-width: auto;
    max-width: 250px;
    bottom: calc(100% + 15px);
    transform: translate(-50%);
    animation: fade-in 300ms ease;
    background: #000;
    border-radius: 4px;
    padding: 5px 10px;
    color: #ffffff;
    z-index: 1;
  }
  .gswc-free [hover-tooltip]:hover::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 0;
    height: 0;
    bottom: calc(100% + 10px);
    margin-left: -3px;
    border: 1px solid black;
    border-color: #000 transparent transparent transparent;
    border-width: 5px 7px 0;
    animation: fade-in 300ms ease;
    z-index: 1;
  }
  .gswc-free .gsc-setup-alert {
    display: flex;
    gap: 16px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 10px;
    padding: 20px;
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .gswc-free .gsc-alert-icon {
    font-size: 30px;
    line-height: 1;
    color: #ea580c;
  }
  .gswc-free .warning-header {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #9a3412;
  }
  .gswc-free .gsc-alert-content p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #7c2d12;
    line-height: 1.5;
  }
  .gswc-free .gsc-alert-content ul {
    margin: 0 0 14px;
    padding-left: 18px;
  }
  .gswc-free .gsc-alert-content li {
    font-size: 13px;
    margin-bottom: 4px;
    color: #7c2d12;
  }
  .gswc-free .back-btn .back-icon {
    transition: transform 0.3s ease;
  }
  .gswc-free .back-btn:hover {
    background: #218838;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
  }
  .gswc-free .back-btn:hover .back-icon {
    transform: translateX(-4px);
  }
  .gswc-free .back-btn:active {
    transform: scale(0.96);
  }
  /* Start Disabled row look */
  .gswc-free .row-disabled {
    background-color: #f6f7f7;
    opacity: 0.6;
  }
  .gswc-free .row-disabled td:not(.status-col) {
    pointer-events: none;
  }
  .gswc-free .row-disabled .status-col {
    pointer-events: auto;
    opacity: 1;
  }
  .gswc-free .row-disabled .actions-col i {
    opacity: 0.4;
  }
  .gswc-free .form-field-toggle {
    opacity: 0.45;
    transition: all 0.2s ease;
  }
  .gswc-free .form-field-toggle.active {
    opacity: 1;
  }
  .gswc-free .form-field-toggle:not(.active) .field-input {
    pointer-events: none;
    background-color: #f1f1f1;
  }
  .gswc-free .form-field-toggle .switch,
  .gswc-free .form-field-toggle .switch * {
    pointer-events: auto;
  }
  /* End Disabled row look */
  /**START Fetch All Feeds**/
  /* Actions */
  .gswc-free .gsc-sheet-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .gswc-free .gsc-fetch-link {
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
  }
  .gswc-free .gsc-fetch-link:hover {
    text-decoration: underline;
  }
  .gswc-free .gsc-fetch-time {
    font-size: 13px;
    color: #9ca3af;
  }
  /* Info Box */
  .gswc-free .gsc-sheet-info {
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    padding: 18px;
  }
  .gswc-free .gsc-sheet-info .gsc-status-headings {
    font-size: 16px;
    margin-bottom: 12px;
    color: #111827;
  }
  .gswc-free .gsc-sheet-info p {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 10px;
  }
  /* Email Box */
  .gswc-free .gsc-email-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    font-family: monospace;
    margin-bottom: 12px;
    color: #111827;
    overflow-x: auto;
  }
  /* Status List */
  .gswc-free .gsc-status-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .gswc-free .gsc-status-list li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .gswc-free .gsc-status-list .success {
    color: #15803d;
  }
  .gswc-free .gsc-status-list .error {
    color: #b91c1c;
  }
  .gswc-free .gsc-sheet-card-status {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px;
    margin-top: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    max-width: 100%;
  }
  /* Header */

  .gswc-free .gsc-sheet-status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .gswc-free .gsc-sheet-status-header .gsc-status-headings {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
  }
  /* Badge */
  .gswc-free .gsc-sheet-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }
  /* Connected */
  .gswc-free .gsc-sheet-badge.connected {
    background: #ecfdf5;
    color: #15803d;
  }
  /* Not Connected */
  .gswc-free .gsc-sheet-badge.not-connected {
    background: #fef2f2;
    color: #b91c1c;
  }
  /* Description */
  .gswc-free .gsc-sheet-status-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  /* Email Box */
  .gswc-free .gsc-sheet-email-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 12px;
    gap: 10px;
  }
  /* Email Text */
  .gswc-free .email-text {
    font-size: 13px;
    color: #111827;
    overflow-x: auto;
    white-space: nowrap;
  }
  .gswc-free .email-success-service {
    color: #008000;
  }
  .gswc-free .email-unsuccess-service {
    color: #ff0000;
  }
  /* Copy Button */
  .gswc-free .gsc-copy-btn-feed-setting {
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .gswc-free .gsc-copy-btn-feed-setting:hover {
    background: #1d4ed8;
  }
  /* Info List */
  .gswc-free .gsc-sheet-status-info {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .gswc-free .gsc-sheet-status-info li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  /* Success / Error */
  .gswc-free .gsc-sheet-status-info .success {
    color: #008000;
  }
  .gswc-free .gsc-sheet-status-info .error {
    color: #ff0000;
  }
  .gswc-free .sheet-url-wcgsc {
    border: 1px solid #ddd !important;
    width: 50px;
    height: 40px;
    min-width: 50px;
    vertical-align: top;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    background-color: #fff;
  }
  /**END Fetch All Feeds**/
  /**Display msg without auth**/
  /* Setup Required Alert Box */
  .gswc-free .gsc-setup-alert {
    display: flex;
    gap: 16px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 10px;
    padding: 20px;
    max-width: 900px;
    margin: 0px auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  /* Icon */
  .gswc-free .gsc-alert-icon {
    font-size: 30px;
    line-height: 1;
    color: #ea580c;
  }
  /* Content */
  .gswc-free .gsc-alert-content .feed-alert-header {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #9a3412;
    line-height: normal;
  }
  .gswc-free .gsc-alert-content p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #7c2d12;
    line-height: 1.5;
  }
  /* Steps List */
  .gswc-free .gsc-alert-content ul {
    margin: 0 0 14px;
    padding-left: 18px;
  }
  .gswc-free .gsc-alert-content li {
    font-size: 12px;
    margin-bottom: 4px;
    color: #7c2d12;
  }
  /* Button */
  .gswc-free .gsc-alert-btn {
    display: inline-block;
    background: #ea580c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
  }
  .gswc-free .gsc-alert-btn:hover {
    background: #c2410c;
    transform: translateY(-1px);
  }
  .gswc-free .gsc-pagination-list {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .gswc-free .gsc-pagination-list li a,
  .gswc-free .gsc-pagination-list li span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    text-decoration: none;
    background: #fff;
    color: #1d2327;
    font-size: 13px;
  }

  .gswc-free .gsc-pagination-list li a:hover {
    background: #f0f0f1;
  }

  .gswc-free .gsc-pagination-list .current {
    background: #199436;
    color: #fff;
    border-color: #199436;
  }
  /**End Form Feed Tab Panel Section**/
  /***Start Data sync Setting***/
  .gswc-free .sync-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .gswc-free .h-100 {
    height: 100%;
  }
  .gswc-free .manually-method-add {
    padding: 16px;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f9fafb;
  }
  .gswc-free .manually-method-add .heading {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /***End Data Sync Setting***/
  /** Start Settings Tab Panel Section **/
  .gswc-free .gsc-settings-tabs {
    margin: 35px 0 0;
  }

  .gswc-free .gsc-tab {
    padding: 10px 18px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .gswc-free .gsc-tab:focus {
    outline: unset;
  }
  .gswc-free .gsc-tab:hover {
    background: #e5e7eb;
  }

  .gswc-free .gsc-tab.active {
    border-color: var(--primary);
    color: #000;
  }
  .gswc-free .link-hover-white:hover,
  .gswc-free .link-hover-white:focus {
    color: var(--text-white);
  }
  .gswc-free .gsc-google-auth-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 22px;
    background: #ffffff;
  }

  .gswc-free .gsc-google-icon {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gswc-free .gsc-google-auth-text strong {
    font-size: 14px;
  }

  .gswc-free .gsc-google-auth-text p {
    font-size: 13px;
    color: #6b7280;
    margin: 2px 0 0;
  }
  .gswc-free .gsc-google-auth-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .gswc-free .gsc-google-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2563eb;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .gswc-free .gsc-google-btn img {
    width: 18px;
    height: 18px;
    background: #ffffff;
    padding: 2px;
    border-radius: 50%;
  }
  .gswc-free .gsc-connected-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #dcfce7;
    color: #166534;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
  }

  .gswc-free .gsc-connected-pill .dot {
    width: 8px;
    height: 8px;
    background: #16a34a;
    border-radius: 50%;
  }
  .gswc-free .gsc-input-code {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 13px;
    width: 220px;
  }
  .gswc-free .delete-plugin-wrapper {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
  }
  .gswc-free .gsc-privacy-note {
    font-size: 14px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 10px;
    line-height: normal;
  }
  .gswc-free .gsc-setting-text {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 22px;
  }
  .gswc-free .systemifo {
    font-size: 17px;
    line-height: inherit;
    margin-bottom: 8px;
  }

  .gswc-free .system-statuswc {
    position: relative;
    padding: 0px;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .gswc-free .info-button {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    font-size: 15px;
    margin: 0;
    border: 1px solid #dbe3ec;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 600;
    background: #f1f5f9;
    border-radius: 10px;
  }
  .gswc-free .info-button:hover {
    background: #e2e8f0;
  }

  .gswc-free .info-button span {
    font-size: 16px;
    margin-left: 26px;
  }

  .gswc-free .info-content {
    display: none;
    box-sizing: border-box;
    width: 100%;
  }

  .gswc-free .info-content tr {
    border-bottom: 1px dashed #e5e7eb;
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    align-items: center;
  }
  .gswc-free .info-content tr:last-child {
    border-bottom: unset;
  }

  .gswc-free .info-content table {
    width: 100%;
    border-collapse: collapse;
  }
  .gswc-free .info-content table td {
    font-size: 14px;
  }
  .gswc-free .info-content tr:last-child td {
    border-bottom: none;
  }
  .gswc-free .common-badge-table {
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
  }
  .gswc-free .permission-given {
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #155724;
    background-color: #d4edda;
  }
  .gswc-free .permission-not-given {
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #721c24 !important;
    background-color: #f8d7da !important;
  }
  .gswc-free .pro-badge {
    background: #ede9fe;
    color: #6b21a8;
    text-transform: uppercase;
  }
  .gswc-free .permission-badge {
    background: #dcfce7;
    color: #155724;
  }
  .gswc-free .info-name-blue {
    background: #dbeafe;
    color: #1e40af;
  }
  .gswc-free .info-name-yellow {
    background: #fef3c7;
    color: #92400e;
    text-transform: capitalize;
  }
  .gswc-free .copy-success-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    z-index: 9999;
  }

  .gswc-free .button_fluentformgsc {
    position: relative;
    top: 4px;
  }

  /*Roll setting*/
  .gswc-free .gsc-access-control {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
  }
  .gswc-free .gsc-access-header {
    margin-bottom: 20px;
  }

  .gswc-free .gsc-access-header h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .gswc-free .gsc-access-header p {
    color: #6b7280;
    font-size: 13px;
  }
  .gswc-free .gsc-access-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
  }
  .gswc-free .gsc-access-box {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
  }
  .gswc-free .gsc-role-card {
    padding: 12px 14px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: 0.2s;
  }

  .gswc-free .gsc-role-card:hover {
    background: #f1f5f9;
  }

  .gswc-free .gsc-role-name {
    font-size: 14px;
    font-weight: 500;
  }
  .gswc-free .gsc-access-info {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
  }

  .gswc-free .para-heading {
    font-size: 17px;
    line-height: 28px;
  }

  .gswc-free .gsc-access-info ul {
    padding-left: 18px;
    list-style-type: disc;
  }

  .gswc-free .gsc-access-info li {
    font-size: 14px;
    margin-bottom: var(--sp-10);
  }
  .gswc-free .gsc-alert {
    background: #fff7ed;
    border-left: 4px solid #f97316;
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
  }
  /* Start Support Section */
  .gswc-free .gsc-support-card {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 22px 26px;
    margin: 30px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .gswc-free .gsc-support-icon {
    width: 52px;
    height: 52px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 50%;
    font-size: 22px;
  }
  .gswc-free .gsc-support-text .support-header {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    line-height: 30px;
  }
  .gswc-free .gsc-support-text p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
  }
  /*End Support Section*/
  .subsubsub a {
    padding: 0.2em !important;
  }
  .gswc-free .action-btn {
    background-color: #fff;
    color: #666;
    border: 1px solid #949494;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
  }
/* .gswc-free .widefat thead tr th {
  font-weight: 500 !important;
  border: none !important;
  padding: 15px 20px !important;
  font-size: 17px;
  font-weight: 600;
  border-bottom: unset !important;
  } */
  .gswc-free table.wp-list-table.widefat.fixed.striped {
    border: unset !important;
  }
  .gswc-free #rename-feed-btn {
    background: none;
    border: none;
    color: #2271b1;
    cursor: pointer;
  }
  .gswc-free .wp-list-table td {
    padding: 10px 20px 5px 20px !important;
  }
  .gswc-free .wp-list-table .row-actions {
    display: flex !important;
  }
  /** End Settings Tab Panel Section **/

  /***Start Extensions Tab Panel***/
  .gswc-free .extensions-list {
    border-top: 1px solid #ececec;
  }
  .gswc-free .gsc-ext-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 22px;
  }
  .gswc-free .gsc-ext-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: 0.25s ease;
    position: relative;
  }
  .gswc-free .extension-bg-color-set {
    padding: 10px;
    background-color: #f1f5f9;
  }
  .gswc-free .addon-item-header-meta {
    padding: 20px;
  }
  .gswc-free .gsc-ext-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }
/* .gswc-free .gsc-ext-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  } */
  .gswc-free .gsc-ext-icon {
    width: 100%;
    height: 180px;
    object-fit: contain;
  }
  .gswc-free .gsc-ext-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    right: 12px;
    text-transform: uppercase;
  }
  .gswc-free .free-green {
    background: #dcfce7;
    color: #166534;
  }
  .gswc-free .addon-item-meta-title {
    font-size: 18px;
    margin: 10px 0 10px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: none;
    height: 100%;
    min-height: 60px;
  }
  .gswc-free .addon-item-meta-title a {
    text-decoration: none;
  }
  .gswc-free .addon-item-header-meta-excerpt {
    font-size: 14px;
    color: #6b7280;
    min-height: 130px;
    height: 100%;
  }
  .gswc-free .gsc-ext-actions {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    border-top: 1px dashed #ebebeb;
    justify-content: center;
  }
  .gswc-free .gsc-ext-actions .btn {
    padding: 3px 13px !important;
    text-decoration: none;
    margin-top: 20px;
    font-size: 11px;
    border-radius: 6px;
  }
  .gswc-free .btn-default {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
  }
  .gswc-free .btn.activate {
    background: #3b82f6;
    color: #fff;
    border: 1px solid #3b82f6;
  }
  .gswc-free .btn.upgrade {
    background: #7c3aed;
    color: #ffffff;
  }
  .gswc-free .btn.upgrade:hover {
    background-color: #6d28d9;
  }
  .gswc-free .btn.buy {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid var(--bg-deactivate);
  }
  .gswc-free .extensions-sub-heading {
    font-weight: 600;
    color: #000;
    line-height: 28px;
    font-size: 20px;
  }
  .gswc-free .extensions-sub-heading::after {
    content: "";
    border-bottom: 2px solid #000;
    width: 85px;
    display: block;
  }
  /* HEADER */

  .gswc-free .gsc-market-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: #f3f3f3;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 25px;
  }
  .gswc-free .gsc-market-header p {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 0;
  }
  /* TABS */

  .gswc-free .gsc-market-tabs {
    background: #ebebeb;
    border-radius: 10px;
  }
  .gswc-free .market-tab {
    border: none;
    background: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    color: #000;
  }
  .gswc-free .market-tab.active {
    background: #199436;
    color: #fff;
  }
  /* ABOUT WRAPPER */
/* ================================
   ANIMATED TOP BORDER
   ================================ */

   .gswc-free .animated-border {
    position: relative;
    overflow: hidden;
  }
  /* Static light base line */
  .gswc-free .animated-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(25, 148, 54, 0.25);
    z-index: 1;
  }
  /* Moving highlight line */
  .gswc-free .animated-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 3px;
    background: linear-gradient(
      90deg,
      transparent,
      #3ad06f,
      #199436,
      #3ad06f,
      transparent
    );
    animation: gsc-border-flow 2.5s linear infinite;
    z-index: 2;
  }
  /* Animation */
  @keyframes gsc-border-flow {
    from {
      left: -40%;
    }

    to {
      left: 100%;
    }
  }

  /* HERO */
  .gswc-free .gsc-about-hero {
    background: #f3f3f3;
    border-top: 4px solid #199436;
    padding: 20px 40px;
    box-shadow:
    0 6px 17px rgba(25, 129, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
    overflow: hidden;
  }
  .gswc-free .gsc-about-hero .about-us-heading {
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #111827;
    line-height: normal;
  }
  .gswc-free .about-us-subheading {
    font-size: 16px;
  }
  .gswc-free .gsc-about-hero .about-us-descs {
    opacity: 0.95;
    line-height: 1.6;
  }
  /* AVATARS */

  .gswc-free .gsc-about-avatars img {
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .gswc-free .gsc-about-avatars span {
    background: #ffffff;
    color: #199436;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
  /* CONTENT */
  .gswc-free .gsc-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
  }
  /* TEXT */
  .gswc-free .gsc-about-text p {
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .gswc-free .gsc-about-list {
    list-style: disc;
    padding-left: 20px;
  }
  .gswc-free .gsc-about-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #374151;
    line-height: normal;
  }
  /* STATS */

  .gswc-free .gsc-about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gswc-free .gsc-stat-card {
    border: 1px solid #e5f3eb;
    border-radius: 12px;
    padding: 22px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    flex-direction: column;
  }
  .gswc-free .gsc-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(25, 148, 54, 0.15);
    border-color: #199436;
  }
  .gswc-free .gsc-stat-card .gsc-stat-card-header {
    margin-bottom: 10px;
  }
  .gswc-free .gsc-stat-card .gsc-stat-card-header span {
    font-size: 26px;
    font-weight: 700;
    color: #199436;
  }
  .gswc-free .gsc-stat-card span {
    font-size: 13px;
    color: #6b7280;
    text-align: center;
  }
  /* Founder Card */
  .gswc-free .gsc-founder-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 20px;
    border: 1px solid #bbf7d0;
    max-width: 900px;
    margin: 0 auto;
  }

  .gswc-free .gsc-founder-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #adb0ae;
  }

  .gswc-free .gsc-founder-card .founder-card-header {
    font-size: 14px;
    color: #16a34a;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
  }
  /* Signature */
  .gswc-free .gs-signature .founder-heading {
    font-family: "Pacifico", cursive;
    font-size: 26px;
    line-height: 36px;
  }
  .gswc-free .gs-signature span {
    font-size: 13px;
    color: #777;
  }
  .gswc-free .gsc-name {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 8px;
    color: #000;
  }

  .gswc-free .gsc-role {
    font-size: 13px;
    color: #6b7280;
  }
  /***End Extension Tab Panel***/

  /***New Css***/
  /****Start Woocommerce Data setting***/
  /***Start Info Box***/
  .gswc-free .gs-info-box {
    background: #f1f5f9;
    border-left: 4px solid #4caf50;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .gswc-free .wcgsc-tabs-set,
  .gswc-free .wcgsc-tabs-set1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    box-sizing: border-box;
    background: #fff;
  }

  .gswc-free .gs-info-box ul {
    margin: 8px 0 0 !important;
    padding-left: 18px !important;
    line-height: 24px;
  }
  /***End Info Box***/
  .gswc-free .wc-heading {
    margin: 0;
    font-size: 19px;
    line-height: 31px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none !important;
  }
  .gswc-free .wcgsc-cards,
  .gswc-free .wcgsc-cards1 {
    margin: 0px;
    text-align: center;
    /*position: relative;*/
    font-size: 14px;
    border-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  }
  .gswc-free .wcgsc-pointer {
    padding: 15px !important;
    border-radius: 8px;
    background: #f9fafc;
    border: 1px solid #cfd8e2;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    margin: 2px;
  }
  .gswc-free .button-wcgsc-toggle {
    position: relative;
    display: block;
  }
  .gswc-free .sync-card button {
    font-weight: 500 !important;
    cursor: pointer;
    line-height: normal !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    background: #e8edf2 !important;
    color: #333 !important;
    border: 1px solid #d2dae3 !important;
    border-radius: 5px !important;
    transition-property: color;
    transition-property: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
    box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  }
  .gswc-free .button-wcgsc-toggle::before,
  .gswc-free .button-wcgsc-toggle::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
  }
  .gswc-free .form-group input[type="color"] {
    padding: 0px 2px;
    border: 1px solid #d1d5db;
    border-radius: 0px;
    font-size: 13px;
    width: revert;
    max-width: unset;
  }
  .gswc-free .gs-select-box {
    position: relative;
    width: 120px;
  }
  .gswc-free .pro-ver {
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 11px;
    margin-left: 6px;
    font-size: 11px;
    font-weight: 700;
    background: rgb(223 223 223);
    border: 1px solid #dcdfe3;
    border-radius: 12px;
    line-height: 1.4;
  }
  .gswc-free .button-wcgsc-toggle::before {
    width: 40px;
    height: 20px;
    background-color: #acb4c4;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }

  .gswc-free .button-wcgsc-toggle::after {
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #616d88;
    transition: left 0.4s ease;
  }

  .gswc-free .check-toggle:checked + .button-wcgsc-toggle::before {
    background-color: #199436;
  }

  .gswc-free .check-toggle:checked + .button-wcgsc-toggle::after {
    left: 52%;
  }

  .gswc-free .check-toggle {
    display: none;
  }

  .gswc-free .button-wcgsc-toggle02 {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    background-color: #acb4c4;
    border-radius: 20px;
    transition: background-color 0.5s ease;
    cursor: pointer;
  }

  .gswc-free .button-wcgsc-toggle02::before,
  .gswc-free .button-wcgsc-toggle02::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
  }

  .gswc-free .button-wcgsc-toggle02::before {
    width: 40px;
    height: 20px;
    background-color: #acb4c4;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }

  .gswc-free .button-wcgsc-toggle02::after {
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #616d88;
    transition: left 0.4s ease;
  }

  .gswc-free .check-toggle:checked + .button-wcgsc-toggle02::before {
    background-color: #199436;
  }

  .gswc-free .check-toggle:checked + .button-wcgsc-toggle02::after {
    left: 52%;
  }

  .gswc-free .check-toggle1 {
    display: none;
  }

  .gswc-free .button-wcgsc-toggle1 {
    position: relative;
    display: block;
  }

  .gswc-free .button-tog-inactive::after {
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #616d88;
    transition: left 0.4s ease;
  }

  .gswc-free .button-tog-inactive::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
  }

  .gswc-free .button-tog-active {
    background-color: #199436 !important;
    border-color: #199436 !important;
  }

  .gswc-free .button-tog-active::after {
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #616d88;
    transition: left 0.4s ease;
  }
  .gswc-free .button-tog-active::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
    transform: translateX(18px);
  }
  .gswc-free .li-wcgsc-header1 {
    position: relative !important;
    width: 32% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0px;
    background: #f9fafc !important;
    border: 1px solid #cfd8e2 !important;
    border-radius: 8px !important;
    padding: 15px 20px 15px 12px !important;
  }
  .gswc-free .button-wcgsc-toggle1 {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    background-color: #acb4c4;
    border-radius: 20px;
    transition: background-color 0.5s ease;
    cursor: pointer;
  }

  .gswc-free .button-tog-inactive::after {
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #616d88;
    transition: left 0.4s ease;
  }
  .gswc-free .button-tog-inactive::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
  }
  .gswc-free .tabs-gs {
    margin: 0 0 20px !important;
    padding: 10px !important;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px dashed #cfd8e2;
  }

  .gswc-free .tabs-gs a {
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    padding: 8px 14px;
    border: none;
    background: #f1f5f9;
    border-radius: 8px;
    cursor: pointer;
  }

  .gswc-free .tabs-gs .active-t-gs {
    margin: 0;
    background: #199436;
    color: #fff !important;
    padding: 8px 14px;
    border: none;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
  }
  .gswc-free .wcgsc-list-set {
    text-decoration: none !important;
  }
  .gswc-free .gs-floating-field {
    position: relative;
    width: 100%;
  }
  .gswc-free .gs-input {
    border: 1px solid #d8d8d8;
    padding: 4px 10px;
    min-height: 44px;
    line-height: 1.25rem;
    color: #64748b;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff !important;
    border-radius: 5px;
    margin-right: 10px;
  }
  .gswc-free .gs-floating-field label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #888 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    pointer-events: none;
    transition: 0.2s ease;
  }
  .gswc-free .gs-input:focus + label,
  .gswc-free .gs-input:not(:placeholder-shown) + label {
    top: 0px;
    font-size: 12px;
    color: #4caf50;
  }
  .gswc-free .gs-input:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
  }

  /***Start Options Layout***/
  .gswc-free .gs-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .gswc-free .gs-option-group {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
  }
  .gswc-free .gs-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .gswc-free .gs-radio-group {
    display: flex;
    gap: 12px;
  }
  .gswc-free .gs-radio-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 11px 25px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
    position: relative;
  }
  .gswc-free .gs-radio-card input {
    display: none !important;
  }
  .gswc-free .gs-radio-card span {
    font-size: 14px;
  }
  .gs-radio-card input:checked + span {
    font-weight: 600;
  }
  .gswc-free .gs-radio-card input:checked {
    border-color: #4caf50;
  }
  .gswc-free .gs-radio-card:has(input:checked) {
    border: 1px solid #4caf50;
    background: #f0fdf4;
  }
  .gswc-free .free-add-btn-table {
    color: #333;
    background: #2196f333;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 30px;
    display: block;
    border-radius: 3px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    transition-property: color;
    border: 1px solid #2196f3;
    transition-property: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
    box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  }
  .gswc-free .adding_extra_table {
    margin-bottom: 20px;
  }
  .gswc-free .adding_extra_table td {
    padding-bottom: 15px;
  }
  .gswc-free .adding_extra_table select {
    min-height: 30px;
    min-width: 25rem;
    margin-right: 10px !important;
  }
  .gswc-free .width-content-checked {
    width: fit-content;
  }
  .gswc-free .master-option {
    padding: 10px 15px;
    background: #f4f4f4;
    border-radius: 10px;
    font-size: 16px;
    gap: 55px;
    width: fit-content;
  }
  /***End Options Layout***/
  /***Start Cron Setting***/
  .gswc-free .cron-radio-button {
    background: #fff;
    border: 1px solid #ddd;
    padding: 11px 25px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
    position: relative;
  }
  .gswc-free .cron-radio-button:has(input:checked) {
    border: 1px solid #4caf50;
    background: #f0fdf4;
  }
  .gswc-free .cron-radio-button input {
    display: none !important;
  }
  .gswc-free .automation-sub-radio {
    background: #fff;
    border: 1px solid #ddd;
    padding: 11px 25px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
    position: relative;
  }
  .gswc-free .automation-sub-radio:has(input:checked) {
    border: 1px solid #4caf50;
    background: #f0fdf4;
  }
  .gswc-free .automation-sub-radio input {
    display: none !important;
  }
  .gswc-free .wcgsc-sub-radio-group {
    display: flex;
  }
  .gswc-free .wcgsc-sub-section {
    background: #f1f5f966;
    border-radius: 10px;
    padding: 11px;
    margin-bottom: 20px;
  }
  .gswc-free .w-25 {
    width: 25%;
  }
  .gswc-free .gs-main-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafc;
    padding: 17px 15px;
    border-radius: 10px;
    margin: 15px 0;
  }
  .gswc-free .gs-main-toggle p {
    font-size: 14px;
  }
  .gswc-free .gs-main-toggle strong {
    font-size: 17px;
  }
  /***End Cron Setting***/
  .gswc-free .form-feed-table-common {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gswc-free .full-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
  }

  /***Start 2 way sync***/
  .gswc-free .gs-main-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafc;
    padding: 17px 15px;
    border-radius: 10px;
    margin: 15px 0;
  }
  .gswc-free .gs-main-toggle p {
    font-size: 14px;
  }
  .gswc-free .gs-main-toggle strong {
    font-size: 17px;
  }
  .gswc-free .gs-info-box-blue {
    background: #f1f5f9;
    border-left: 4px solid #2196f3;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .gswc-free .modification-sync-way .option-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eaf0fd;
    padding: 12px 14px;
    border-radius: 8px;
    gap: 50px;
  }
  .gswc-free .wcgsc-sync-entities label {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
  }
  .gswc-free .wcgsc-sync-entities label:has(input:checked) {
    border: 1px solid #4caf50;
    background: #ecfdf5;
    font-weight: 600;
  }
  .gswc-free .wcgsc-sync-entities input {
    display: none !important;
  }
  .gswc-free .select-modules {
    font-size: 15px;
  }
  .gswc-free div .wcgsc-sync-entities-wrapper {
    margin: 30px 0 20px 0;
  }
  .gswc-free div .wcgsc-sync-entities {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px;
  }
  /***End 2 way sync***/
  /***End Woocommerce Data Setting***/

  /* Default styles for larger screens */
  .gswc-free .log-setting {
    padding-top: 20px;
  }

  .gswc-free .gs-tab {
    margin-top: 40px;
  }

  .gswc-free .gs-tab label {
    font-size: 14px;
  }
  .gswc-free .wcgsc-valid-message {
    font-weight: bold;
    color: green;
  }

  .gswc-free .wp-sync-row {
    font-style: italic;
    margin-right: 25px;
    background: #f3f3f3;
    padding: 10px;
  }

  .gswc-free a#wcgsc-sync {
    cursor: pointer;
    font-size: 13px;
  }

  .gswc-free input#wcgsccommerce-setting-google-access-code {
    width: 24em;
    height: 2.4em;
  }

  .gswc-free .gs-valid-message {
    font-weight: bold;
    color: green;
  }
  .gswc-free .wcgsc-header ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .gswc-free .li-wcgsc-header .sort-icon {
    width: 6%;
    float: left;
    margin-top: 5px;
  }

  .gswc-free .text_heading {
    border: 1px solid #e5e5e5;
    padding: 16px 41px;
    border-radius: 10px;
  }
  .gswc-free input#wcgsc-save-code {
    background-color: #9c5c90;
    border-color: #e27730;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    padding: 9px 12px;
    margin-top: 35px;
  }
  .gswc-free .wcgsc-fields hr {
    border: none;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
  }

  .gswc-free .wcgsc-in-fields select {
    width: 100%;
  }

  .gswc-free .error_msg {
    color: red;
  }

  .gswc-free .loading-sign {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 5px;
  }

  .gswc-free .sheet-details.nav-tab-active {
    background-color: #ffff;
    font-weight: 500;
  }

  .gswc-free .gs-name span {
    display: none;
    position: absolute;
    border-radius: 5px;
    left: 350px;
    margin-left: 0;
    z-index: 999;
  }

  .gswc-free .gs-name:hover {
    color: #00a0d2;
  }

  .gswc-free .gs-name:hover span {
    display: inline-block;
    width: 300px;
    margin-top: 20px;
    z-index: 1001;
  }

  .gswc-free .hover-data {
    padding: 5px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  /* Default styles for larger screens */
  .gswc-free .card {
    position: relative;
    padding: 2rem;
    width: 100%;
    min-width: auto;
    max-width: 100% !important;
    background: #fff;
    border: none;
    height: 50%;
  }

  .gswc-free .card1 {
    position: relative;
    margin-top: 20px;
    padding: 0.7em 1.3em 1em;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: #fff;
  }

  .gswc-free .wcgsc-panel-content-section-title h3 {
    font-size: 16px;
    color: #4aa94f;
    padding-bottom: 10px;
  }

  .gswc-free .wp-formSelect {
    float: left;
    padding-right: 20px;
    padding-left: 25px;
  }

  .gswc-free .wp-valid-notice {
    font-weight: 500;
  }

  .gswc-free .wp-select {
    padding: 11px 0 0 0;
  }

  .gswc-free input:disabled {
    background-color: rgb(235, 235, 228);
  }

  .gswc-free .tooltip11:hover .tooltiptext11 {
    visibility: visible;
  }

  .gswc-free .tooltip11 .tooltiptext11 {
    visibility: hidden;
    width: 120px;
    background-color: #ffd700;
    color: #873d10;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px 5px 5px;
    position: absolute;
    z-index: 1;
    margin-top: 19px;
    margin-left: -22px;
    -webkit-box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.26);
  }
  .gswc-free .tooltip11 .fa-pencil {
    position: absolute;
    right: 80px;
    top: 41%;
  }
  .gswc-free .wcgsc-header {
    list-style-type: none;
    padding: 15px 0 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
  }

  .gswc-free .card-support {
    position: relative;
    margin-top: 20px;
    padding: 0.7em 1.3em 1em;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    margin-left: 19px;
  }

  .gswc-free .column {
    align-self: flex-start;
    min-width: 46%;
    float: left;
    width: 25%;
    height: 250px;
    padding: 10px;
  }

  .gswc-free .video_link a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
  }

  .gswc-free .doc_wrap {
    margin-top: 40px;
  }

  .gswc-free i.fa.fa-life-ring {
    font-size: 30px;
    color: #019ee1;
    margin: -4px 10px 0 10px;
    float: left;
  }

  .gswc-free i.fa.fa-book {
    font-size: 30px;
    color: #019ee1;
    margin: -4px 10px 0 10px;
    float: left;
  }
  /* Default styles for larger screens */
  .gswc-free button.collapsible:after {
    content: "\002B";
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .gswc-free button.collapsible.active:after {
    content: "\2212";
  }

  .gswc-free .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }

  .gswc-free .tab-full {
    margin: 20px;
  }

  .gswc-free .faq-content {
    padding-top: 20px !important;
  }

  .gswc-free #cf7gs-system-info {
    width: 100%;
    height: 400px;
  }

  .gswc-free .content ul {
    padding: 10px 20px;
    list-style-type: square;
  }

  /* Default styles for larger screens */
  .gswc-free .special input[type="checkbox"],
  .gswc-free input[type="radio"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px !important;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: 0.05s border-color ease-in-out;
  }

  .gswc-free input.name-field {
    width: 120px;
  }

  .gswc-free input:disabled {
    background-color: rgb(235, 235, 228);
  }

  .gswc-free .cd-faq-items .pro {
    color: #ff4747;
  }

  .gswc-free .gs-demo-fields span {
    margin: 20px 0 20px 10px;
    font-size: 15px;
  }
  .gswc-free table.gs-field-list {
    margin-left: 30px;
  }

  .gswc-free table.gs-field-list.special {
    margin: 0;
  }

  .gswc-free td.gs-r-pad {
    padding-right: 10px;
  }

  .gswc-free .gs-third-block .gs-field-list td:nth-child(2),
  .gswc-free .gs-third-block .gs-field-list td:nth-child(5),
  .gswc-free .gs-second-block .gs-field-list td:nth-child(2) {
    font-weight: 600;
  }

  .gswc-free input[type="checkbox"] {
    background-color: rgb(235, 235, 228) !important;
  }

  .gswc-free .soon {
    height: 75px;
    width: 85px;
    margin-left: 430px;
  }

  .gswc-free input.wcgsc-sync-btn {
    font-weight: 600;
    background: #9c5c90;
    color: #fff;
    border-color: #cec2bb;
    padding: 10px;
    margin-top: 35px;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 5px;
  }

  .gswc-free .connected-account u {
    color: #1d9838 !important;
    padding: 5px;
  }

  .gswc-free .connected-account {
    margin-top: -5px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .gswc-free .row span.error_msg {
    color: #e84949;
    font-weight: 500;
    width: 100%;
    flex-basis: content;
  }

  .gswc-free .error_msg {
    color: #e84949;
    font-weight: 500;
    width: 100%;
  }
  /* Default styles for larger screens */
  .gswc-free .switch-field1 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

  .gswc-free .switch-field1 label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 7px;
    line-height: 1;
    text-align: center;
    padding: 0px 8px;
    margin-right: -4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.3),
    0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
  }

  .gswc-free .switch-field1 label:hover {
    cursor: pointer;
  }

  .gswc-free .switch-field1 label:first-of-type {
    border-radius: 20px 0 0 20px;
    background-color: #b8199a;
    box-shadow: none;
    color: #fff;
  }

  .gswc-free .switch-field1 label:last-of-type {
    border-radius: 0 20px 20px 0;
  }

  .gswc-free .switch-label1 {
    width: 78%;
    display: inline-block;
  }

  .gswc-free .switch-label1 span {
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .gswc-free .li-wcgsc-header1 .switch-field1 {
    float: right;
    display: inline-block;
    width: 20%;
    text-align: right;
    margin-top: 3px;
    margin-right: 4px;
  }

  .gswc-free .li-wcgsc-header1 .edit-field1 {
    width: 10%;
    float: left;
  }

  .gswc-free .li-wcgsc-header1 .sort-icon1 {
    width: 0;
    margin-top: 5px;
  }

  .gswc-free .wcgsc-list-set32,
  .gswc-free .ui-sortable {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .gswc-free .checkallmaindiv {
    width: 100%;
    margin-bottom: 10px;
  }

  .gswc-free .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

  .gswc-free .switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 7px;
    line-height: 1;
    text-align: center;
    padding: 0px 8px;
    margin-right: -4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.3),
    0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
  }

  .gswc-free .switch-field label:hover {
    cursor: pointer;
  }

  .gswc-free .switch-field label:first-of-type {
    border-radius: 20px 0 0 20px;
    background-color: #b8199a;
    box-shadow: none;
    color: #fff;
  }

  .gswc-free .switch-field label:last-of-type {
    border-radius: 0 20px 20px 0;
  }

  .gswc-free .switch-label {
    float: left;
    width: 70%;
    display: inline-block;
  }

  .gswc-free .switch-label span {
    min-height: 18px;
    display: block;
  }

  .gswc-free .li-wcgsc-header .switch-field {
    float: right;
    display: inline-block;
    width: 20%;
    text-align: right;
    margin-top: 3px;
    margin-right: 4px;
  }

  .gswc-free .li-wcgsc-header .edit-field {
    width: 10%;
    float: left;
  }

  .gswc-free .li-wcgsc-header .sort-icon {
    width: 6%;
    float: left;
    margin-top: 5px;
  }

  .switch-field input:checked + label.switch-label-no {
    background-color: #3c2b39;
  }

  .gswc-free .switch-checkAll {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .gswc-free .switch-checkAll-label {
    margin-right: 33px;
    margin-top: 5px;
    margin-left: 20px;
    font-weight: 700;
  }
  .gswc-free .woogsc-add-feed {
    margin-top: 20px;
  }

  .gswc-free .drop-down-select-btn {
    display: flex;
    align-items: center;
  }

  .gswc-free .wcgsc-cards02 {
    float: left;
    width: 16%;
    background: #fff;
    margin: 4px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
  }

  .gswc-free .wcgsc-cards02,
  .gswc-free .wcgsc-cards02 {
    opacity: 0.6;
  }

  .gswc-free .toggle-buttom-pos1 {
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-right: 4px;
  }

  .gswc-free .adding_extra_css option:disabled {
    background-color: rgb(201, 192, 192);
  }
  .gswc-free .woogsc-add-feed option:disabled {
    background-color: rgb(201, 192, 192);
  }
  .gswc-free .header-styling-sheet .gs-select-box select {
    width: stretch;
  }

  .gswc-free .check-toggle {
    display: none;
  }

  .gswc-free .radio-btn-hide {
    display: none !important;
  }

  .gswc-free .label_text {
    float: left;
  }

  .gswc-free .label_text i {
    font-size: 10px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
  }

  .gswc-free .edit_col_name,
  .gswc-free .update_col_name {
    float: right;
  }
  .gswc-free .toggle-buttom-pos {
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-right: 4px;
  }

  .gswc-free .disable-li-wc {
    pointer-events: none;
    opacity: 0.6;
  }
  /*beta version toggle style start*/
  .gswc-free .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 10px;
  }

  .gswc-free .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .gswc-free .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .gswc-free .slider.round {
    border-radius: 34px;
  }

  .gswc-free .slider.round:before {
    border-radius: 50%;
  }
  /* Styling for the "Role Settings Tab (Convert Checkbox to Toggle)" */
  .gswc-free .toggle-role {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
  }

  .gswc-free .toggle-role input {
    display: none;
  }

  .gswc-free .slider-role {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gray;
    transition: 0.4s;
    border-radius: 34px;
  }

  .gswc-free .slider-role:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #616d88;
    transition: left 0.4s ease;
  }

  input:checked + .slider-role {
    background-color: #ffa205;
    border-color: #ffa205;
  }

  input:checked + .slider-role:before {
    transform: translateX(10px);
  }

  .gswc-free .gs_wcgsc-gs-card span {
    display: block;
    padding: 0;
    height: 10px;
  }
  .gswc-free .mini_mize,
  .gswc-free .maxi_mize {
    float: right;
    color: #199436;
    margin-top: 8px;
    margin-right: 0px;
  }

  .gswc-free .maxi_mize {
    display: none;
  }
  .gswc-free .wcgsc-list-set12,
  .gswc-free .wcgsc-list-set13{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }

  .gswc-free .wcgsc-list-set4 {
    pointer-events: none;
  }
/*dashboard for sheet details*/

.gswc-free .wcgsc-feed-table-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}
.gswc-free #wcgsc-feed-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.gswc-free table#wcgsc-feed-table thead th {
  text-align: left;
  padding: 12px 18px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e7eb;
}
.gswc-free table#wcgsc-feed-table tbody td a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}

.gswc-free table#wcgsc-feed-table .wcgsc-not-connected {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 500;
}
.gswc-free table#wcgsc-feed-table tbody tr td:first-child {
  padding: 14px 18px;
  font-size: 14px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
  text-decoration: none;
  text-transform: capitalize;
}
.gswc-free table#wcgsc-feed-table tbody td {
  padding: 14px 18px;
  font-size: 12px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
  text-decoration: underline;
}
.gscdf #wcgsc-pagination-wrap {
  padding-bottom: 15px;
}
.gswc-free table#wcgsc-feed-table tbody tr:last-child td {
  border-bottom: 0;
}
.gswc-free table#wcgsc-feed-table .wcgsc-feed-loading-row td {
  text-align: center;
  padding: 26px 18px;
}

.gswc-free .wcgsc-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 50%;
  vertical-align: middle;
  animation: wcgsc-spin 0.7s linear infinite;
}
@keyframes wcgsc-spin {
  to {
    transform: rotate(360deg);
  }
}

.gswc-free .wcgsc-loader-text {
  margin-left: 10px;
  color: #6b7280;
  font-size: 13px;
  vertical-align: middle;
}
.gswc-free #normal-sortables{
  display: flex;
}