/***HASTI SAVALIYA(23-01-2026)***/

/**Start Licence Tab Panel Section**/
.gsff-free .license-box {
  margin: 3% auto;
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.gsff-free .gsc-msg {
  margin: 0 0 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  background: #eee;
}
.gsff-free .gsc-success {
  background: rgba(25, 148, 54, 0.2);
}
.gsff-free .gsc-error {
  background: rgba(148, 25, 25, 0.2);
}
.gsff-free .plugin-logo {
  height: 70px;
}
.gsff-free .license-box .licence-head {
  font-size: 29px;
  margin: 15px 0 15px 0;
  line-height: normal;
}
.gsff-free .license-box .licence-head span {
  font-size: 16px;
}
.gsff-free .input-password label {
  position: relative;
  right: 0;
  top: 0;
}
.gsff-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;
}
.gsff-free .license-input:focus {
  box-shadow: 0 0 0 0px #2271b1 !important;
  border: 1px solid #199436 !important;
}
.gsff-free .floating-label {
  position: relative;
  display: flex;
  width: 100%;
}

.gsff-free .floating-label input {
  padding: 14px 40px 14px 12px;
  font-size: 14px;
}
.gsff-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;
}
.gsff-free .floating-label input:focus + span,
.gsff-free .floating-label input:not(:placeholder-shown) + span {
  top: 0px;
  font-size: 12px;
  color: #199436;
}
.gsff-free .floating-label .i-view {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.gsff-free .activate-btn:disabled,
.gsff-free .activate-btn,
.gsff-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;
}
.gsff-free input:disabled.save-btn {
  background: #199436;
  border: none;
  color: #fff;
  box-shadow: unset;
}

.gsff-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;
}
.gsff-free a:focus.i-view,
.gsff-free a:hover.i-view,
.gsff-free .input-password label:hover .i-view {
  opacity: 1;
  box-shadow: 0 0 0 0px #2271b1;
}
.gsff-free .input-password label {
  position: relative;
  right: 0;
  top: 0;
}
.gsff-free .input-password .i-view {
  position: absolute;
  right: 12px;
  top: 45%;
  transform: translateY(-45%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.gsff-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;
}
.gsff-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;
}
.gsff-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;
}
.gsff-free .license-links a {
  color: #199436;
}
.gsff-free .license-links a:hover {
  color: #000;
}
.gsff-free .license-links span.link:hover svg,
.gsff-free .license-links:hover .link svg {
  fill: #000;
}
.gsff-free .valid-green {
  color: #199436;
}
.gsff-free .expire-red {
  color: #ed2024;
}
.gsff-free .license-invalid svg,
.gsff-free .license-valid svg {
  width: 20px;
  height: 20px;
}
.gsff-free .btn-pulse {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.gsff-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;
  }
}
.gsff-free .activate-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gsff-free .gsff-free .license-update-btn {
  font-size: 18px;
  line-height: normal;
}
/**End Licence Tab Panel Section**/

/** Start Integration Tab Panel Section **/
.gsff-free .border-select-box .auto-select-display {
  border-radius: 8px !important;
}
.gsff-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);
}
.gsff-free .gsc-auth-steps .authentication-heading {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}
.gsff-free .gsc-auth-steps ul {
  padding-left: 18px;
  margin: 0;
  list-style-type: revert-layer;
}
.gsff-free .gsc-auth-steps li {
  margin-bottom: 6px;
}
.gsff-free .gsc-auth-steps ul ul {
  margin-top: 5px;
  padding-left: 18px;
}
.gsff-free .gsc-auth-note {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
}
.gsff-free .gsc-slider-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.gsff-free .api-select-help {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
}

.gsff-free .i-help svg {
  width: 20px;
  height: 20px;
}
.gsff-free .i-help {
  margin-left: auto;
}
.gsff-free .gsc-slider-wrapper [hover-tooltip]:hover::after {
  top: calc(100% + 0px);
  rotate: 180deg;
}
.gsff-free .gsc-slider-wrapper [hover-tooltip]:hover::before {
  top: calc(100% + 5px);
  z-index: 9;
  display: inline-table;
}

.gsff-free .gsc-slider {
  display: flex;
  transition: transform 0.4s ease;
}

.gsff-free .gsc-slide {
  min-width: 100%;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}

.gsff-free .gsc-slide img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border: 1px solid #ebebeb;
}

.gsff-free .gsc-slide .gsc-slider-headers {
  font-size: 22px;
  line-height: 28px;
}
.gsff-free .gsc-slide .gsc-slider-headers a.link {
  padding: 8px 0;
  display: block;
  font-size: 13px;
}

.gsff-free .gsc-slide p {
  font-size: 15px;
  color: #555;
}

.gsff-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;
}
.gsff-free .gsc-nav.prev {
  left: 10px;
}
.gsff-free .gsc-nav.next {
  right: 10px;
}
.gsff-free .gsc-info-box {
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
}
/* Main Box */
.gsff-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 */
.gsff-free .gsc-desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Steps Grid */
.gsff-free .gsc-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

/* Single Step */
.gsff-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;
}
.gsff-free .gsc-kv {
  font-size: 13px;
  margin-bottom: 6px;
}
.gsff-free .token-box-width-exist {
  width: 100%;
  min-width: 437px;
}
.gsff-free .token-box-width-manual {
  width: 100%;
  max-width: 440px;
}
.gsff-free .gsc-kv code {
  background: #eef2ff;
  padding: 2px 6px;
  border-radius: 6px;
  width: fit-content;
}
.gsff-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;
}
.gsff-free .gsc-json-wrapper {
  margin-bottom: 18px;
}
.gsff-free .gsc-json-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.gsff-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;
}
.gsff-free .gsc-service-json:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}
.gsff-free .gsc-service-json::placeholder {
  color: #9ca3af;
}
.gsff-free .gsc-json-help {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
}
.gsff-free .gsc-service-json[readonly] {
  background: #f9fafb;
  border-color: #e5e7eb;
}

.gsff-free .gsc-upload-wrapper {
  margin-top: 16px;
}
#gscfff_upload_service_json_file {
  display: none;
}
.gsff-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;
}
.gsff-free .gsc-upload-box:hover {
  background: #f3f4f6;
  border-color: #0d6efd;
}
.gsff-free .gsc-upload-icon {
  font-size: 26px;
  color: #0d6efd;
}
.gsff-free .gsc-upload-text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.gsff-free .gsc-upload-text span {
  font-size: 13px;
  color: #6b7280;
}
.gsff-free .gsc-upload-help {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;
}
.gsff-free .gsc-connected-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
}

.gsff-free .gsc-connected-left {
  flex-direction: column;
}

.gsff-free .gsc-connected-label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}

.gsff-free .gsc-connected-email {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #111827;
}

.gsff-free .gsc-connected-status {
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #166534;
  background: #dcfce7;
  padding: 6px 10px;
  border-radius: 999px;
}

.gsff-free .status-dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
}
.gsff-free .gscfff-selected-badge {
  position: absolute;
  top: 6%;
  left: 65%;
  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;
}
/*Tooltip CSS*/
.gsff-free .tooltip {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin-left: 1px;
}

.gsff-free .tooltip:after,
.gsff-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;
}

.gsff-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;
}
.gsff-free .help-icon {
  color: #727272;
  font-size: 13px;
}
.gsff-free .tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.gsff-free .tooltip:hover:before,
.gsff-free .tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.gsff-free [data-tooltip-pos="up"]:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #607dbc;
  margin-bottom: 4px;
}

.gsff-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;
}

.gsff-free [data-tooltip-pos="right"]:before {
  border-top: 8px solid transparent;
  border-right: 8px solid #607dbc;
  border-bottom: 8px solid transparent;
  margin-left: 5px;
}

.gsff-free [data-tooltip-pos="left"]:before {
  border-top: 8px solid transparent;
  border-left: 8px solid #607dbc;
  border-bottom: 8px solid transparent;
  margin-right: 3px;
}

.gsff-free [data-tooltip-pos="down"]:before,
.gsff-free [data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}

.gsff-free [data-tooltip-pos="down"]:after {
  margin-top: 11px;
}

.gsff-free [data-tooltip-pos="down"]:hover:before,
.gsff-free [data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0);
}

.gsff-free [data-tooltip-pos="left"]:before,
.gsff-free [data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

.gsff-free [data-tooltip-pos="left"]:after {
  margin-right: 11px;
}

.gsff-free [data-tooltip-pos="left"]:hover:before,
.gsff-free [data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%);
}

.gsff-free [data-tooltip-pos="right"]:before,
.gsff-free [data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}

.gsff-free [data-tooltip-pos="right"]:after {
  margin-left: 11px;
}

.gsff-free [data-tooltip-pos="right"]:hover:before,
.gsff-free [data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}

.gsff-free [data-tooltip-length]:after {
  white-space: normal;
}

.gsff-free [data-tooltip-length="small"]:after {
  width: 150px;
}

.gsff-free [data-tooltip-length="medium"]:after {
  width: 250px;
  word-break: break-word;
}

.gsff-free [data-tooltip-length="large"]:after {
  width: 350px;
}

.gsff-free [data-tooltip-length="fit"]:after {
  width: 450px;
}
.gsff-free .manual-margin {
  margin-top: 10px !important;
}
/*Tooltip CSS*/
/** End Integration Tab Panel Section **/

/**Start Form Feed Tab Panel Section**/
.gsff-free .form-feed-table-common {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gsff-free .full-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.gsff-free .full-table th {
  font-size: 17px;
}
.gsff-free .full-table td {
  width: auto;
}
.gsff-free .full-table > tbody > :nth-child(even) {
  background-color: #f6f7f7;
}
.gsff-free .form-feed-table-common .fa-pen-to-square {
  color: #3b82f6;
  margin: 0 12px;
}
.gsff-free .form-feed-table-common .fa-trash-can {
  color: #dc3545;
}
.gsff-free .form-feed-table-common .fa-eye {
  color: #4b5563;
}
.gsff-free .back-btn {
  color: var(--text-white) !important;
}
.gsff-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;
}
.gsff-free .custom-check input[type="checkbox"] {
  display: none;
}

.gsff-free .button-toggle {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #d1d5db;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.gsff-free input[type="checkbox"]:checked + .button-toggle {
  background-color: #16a34a;
}

.gsff-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;
}

.gsff-free input[type="checkbox"]:checked + .button-toggle::before {
  transform: translateX(18px);
}
.gsff-free input[type="checkbox"]:disabled:checked:before {
  display: none;
}
.gsff-free .switch input {
  display: none;
}
.gsff-free .ml-ten-btn {
  margin-left: 10px;
}
.gsff-free .select-all-field .label-text {
  font-size: 14px;
  color: var(--text-label);
}
.gsff-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;
}
.gsff-free .gscfff-color-code span::before {
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.gsff-free .ui-sortable {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.gsff-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);
}
.gsff-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);
}
.gsff-free .gsc-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  border-top: 1px dashed #ebebeb;
}
.gsff-free .feed-info-heading {
  font-size: 12px;
  color: #666;
}
.gsff-free .feed-info-sub-head {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}
.gsff-free .form-field-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
.gsff-free .form-fields-list .card.ui-sortable-handle {
  box-shadow: 0 0 0;
}
.gsff-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;
}
.gsff-free .field-type-form span::before {
  background: #0d6efd;
}
.gsff-free .field-type-system span::before {
  background: #7c3aed;
}
.gsff-free .field-type-form span {
  background: #e7f1ff;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}
.gsff-free .field-type-system span {
  background: #f3edff;
  color: #7c3aed;
  border: 1px solid;
}
.gsff-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;
}
.gsff-free .card-label {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}
.gsff-free input.field-input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
}
.gsff-free .special_mail_tags_bg {
  background: #f3edff !important;
  color: #7c3aed !important;
  border: 1px solid #7c3aed !important;
  width: 100%;
}
.gsff-free .field_list_bg {
  background: #e7f1ff !important;
  color: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  width: 100%;
}
.gsff-free .form-field-toggle .card-content .toggle-button.disabled {
  opacity: 0.5;
}
.gsff-free .info-row {
  display: none;
}
.gsff-free .info-row.active {
  display: block;
}
.gsff-free
  .form-field-toggle
  .card-content
  .toggle-button.disabled
  .field-input {
  background: #f3f4f6;
  pointer-events: none;
}
.gsff-free
  .form-field-toggle
  .card-content
  .toggle-button.disabled
  .card-label {
  color: #9ca3af;
}
.gsff-free .toggle-switch .toggle-input {
  display: none;
}

.gsff-free .toggle-switch .toggle-input:checked + .toggle-label:before {
  background-color: #2196f3;
}

.gsff-free .toggle-switch .toggle-input:checked + .toggle-label:after {
  transform: translateX(20px);
}
.gsff-free .settings-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 18px;
}
.gsff-free .settings-card .header-settings-ineer-size {
  font-size: 18px;
  color: #111827;
}
.gsff-free .setting-row {
  font-size: 14px;
  color: #111827;
}
.gsff-free .settings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  margin-top: var(--sp-15);
  margin-bottom: var(--sp-20);
}
.gsff-free .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}
.gsff-free .settings-card span {
  font-size: 15px;
  line-height: normal;
}
.gsff-free .download-spreadsheet {
  font-size: 16px;
  color: #000 !important;
}
.gsff-free .form-group input,
.gsff-free .form-group select {
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  width: auto;
  max-width: 100%;
}
.gsff-free .style-buttons {
  display: flex;
  gap: 6px;
}
.gsff-free .bg-color-set-input {
  background: #eeeeee !important;
}
.gsff-free .font-style .row-format div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gsff-free .font-style input[type="checkbox"] {
  display: none;
}
.gsff-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;
}
.gsff-free .style-btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.gsff-free .style-btn input[type="checkbox"]:checked + span,
.gsff-free .style-btn input[type="checkbox"]:checked ~ * {
  background: #e7f1ff;
  color: #0d6efd;
  border-color: #0d6efd;
  font-weight: 600;
}
.gsff-free .style-btn input[type="checkbox"]:checked {
  display: none;
}
.gsff-free .style-btn:has(input:checked) {
  background: #e7f1ff;
  color: #0d6efd;
  border-color: #0d6efd;
  font-weight: 600;
}
.gsff-free .style-btn.active {
  background: #e7f1ff;
  color: #0d6efd;
  border-color: #0d6efd;
}
.gsff-free [hover-tooltip] {
  position: relative;
}
.gsff-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;
}
.gsff-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;
}
.gsff-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);
}
.gsff-free .gsc-alert-icon {
  font-size: 30px;
  line-height: 1;
  color: #ea580c;
}
.gsff-free .warning-header {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #9a3412;
}
.gsff-free .gsc-alert-content p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #7c2d12;
  line-height: 1.5;
}
.gsff-free .gsc-alert-content ul {
  margin: 0 0 14px;
  padding-left: 18px;
}
.gsff-free .gsc-alert-content li {
  font-size: 13px;
  margin-bottom: 4px;
  color: #7c2d12;
}
.gsff-free .manually-method-add {
  padding: 16px;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  background: #f9fafb;
}
.gsff-free .manually-method-add .heading {
  font-size: 20px;
  margin-bottom: 5px;
}
.gsff-free .back-btn .back-icon {
  transition: transform 0.3s ease;
}
.gsff-free .back-btn:hover {
  background: #218838;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.gsff-free .back-btn:hover .back-icon {
  transform: translateX(-4px);
}
.gsff-free .back-btn:active {
  transform: scale(0.96);
}
/* Start Disabled row look */
.gsff-free .row-disabled {
  background-color: #f6f7f7;
  opacity: 0.6;
}
.gsff-free .row-disabled td:not(.status-col) {
  pointer-events: none;
}
.gsff-free .row-disabled .status-col {
  pointer-events: auto;
  opacity: 1;
}
.gsff-free .row-disabled .actions-col i {
  opacity: 0.4;
}
.gsff-free .form-field-toggle {
  opacity: 0.45;
  transition: all 0.2s ease;
}
.gsff-free .form-field-toggle.active {
  opacity: 1;
}
.gsff-free .form-field-toggle:not(.active) .field-input {
  pointer-events: none;
  background-color: #f1f1f1;
}
.gsff-free .form-field-toggle .switch,
.gsff-free .form-field-toggle .switch * {
  pointer-events: auto;
}
/* End Disabled row look */
/**START Fetch All Feeds**/
/* Actions */
.gsff-free .gsc-sheet-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.gsff-free .gsc-fetch-link {
  color: #2563eb;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.gsff-free .gsc-fetch-link:hover {
  text-decoration: underline;
}
.gsff-free .gsc-fetch-time {
  font-size: 13px;
  color: #9ca3af;
}
/* Info Box */
.gsff-free .gsc-sheet-info {
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  padding: 18px;
}
.gsff-free .gsc-sheet-info .gsc-status-headings {
  font-size: 16px;
  margin-bottom: 12px;
  color: #111827;
}
.gsff-free .gsc-sheet-info p {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 10px;
}
/* Email Box */
.gsff-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 */
.gsff-free .gsc-status-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gsff-free .gsc-status-list li {
  font-size: 13px;
  margin-bottom: 6px;
}
.gsff-free .gsc-status-list .success {
  color: #15803d;
}
.gsff-free .gsc-status-list .error {
  color: #b91c1c;
}
.gsff-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 */

.gsff-free .gsc-sheet-status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.gsff-free .gsc-sheet-status-header .gsc-status-headings {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
/* Badge */
.gsff-free .gsc-sheet-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
/* Connected */
.gsff-free .gsc-sheet-badge.connected {
  background: #ecfdf5;
  color: #15803d;
}
/* Not Connected */
.gsff-free .gsc-sheet-badge.not-connected {
  background: #fef2f2;
  color: #b91c1c;
}
/* Description */
.gsff-free .gsc-sheet-status-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 15px;
}
/* Email Box */
.gsff-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 */
.gsff-free .email-text {
  font-size: 13px;
  color: #111827;
  overflow-x: auto;
  white-space: nowrap;
}
.gsff-free .email-success-service {
  color: #008000;
}
.gsff-free .email-unsuccess-service {
  color: #ff0000;
}
/* Copy Button */
.gsff-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;
}
.gsff-free .gsc-copy-btn-feed-setting:hover {
  background: #1d4ed8;
}
/* Info List */
.gsff-free .gsc-sheet-status-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gsff-free .gsc-sheet-status-info li {
  font-size: 13px;
  margin-bottom: 6px;
}
/* Success / Error */
.gsff-free .gsc-sheet-status-info .success {
  color: #008000;
}
.gsff-free .gsc-sheet-status-info .error {
  color: #ff0000;
}
/**END Fetch All Feeds**/
/**Display msg without auth**/
/* Setup Required Alert Box */
.gsff-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 */
.gsff-free .gsc-alert-icon {
  font-size: 30px;
  line-height: 1;
  color: #ea580c;
}
/* Content */
.gsff-free .gsc-alert-content .feed-alert-header {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #9a3412;
  line-height: normal;
}
.gsff-free .gsc-alert-content p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #7c2d12;
  line-height: 1.5;
}
/* Steps List */
.gsff-free .gsc-alert-content ul {
  margin: 0 0 14px;
  padding-left: 18px;
}
.gsff-free .gsc-alert-content li {
  font-size: 12px;
  margin-bottom: 4px;
  color: #7c2d12;
}
/* Button */
.gsff-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;
}
.gsff-free .gsc-alert-btn:hover {
  background: #c2410c;
  transform: translateY(-1px);
}
.gsff-free .gsc-pagination-list {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gsff-free .gsc-pagination-list li a,
.gsff-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;
}

.gsff-free .gsc-pagination-list li a:hover {
  background: #f0f0f1;
}

.gsff-free .gsc-pagination-list .current {
  background: #199436;
  color: #fff;
  border-color: #199436;
}
/**End Form Feed Tab Panel Section**/

/** Start Settings Tab Panel Section **/
.gsff-free .gsc-settings-tabs {
  margin: 35px 0 0;
}

.gsff-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;
}
.gsff-free .gsc-tab:focus {
  outline: unset;
}
.gsff-free .gsc-tab:hover {
  background: #e5e7eb;
}

.gsff-free .gsc-tab.active {
  border-color: var(--primary);
  color: #000;
}
.gsff-free .link-hover-white:hover,
.gsff-free .link-hover-white:focus {
  color: var(--text-white);
}
.gsff-free .gsc-google-auth-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 22px;
  background: #ffffff;
}

.gsff-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;
}

.gsff-free .gsc-google-auth-text strong {
  font-size: 14px;
}

.gsff-free .gsc-google-auth-text p {
  font-size: 13px;
  color: #6b7280;
  margin: 2px 0 0;
}
.gsff-free .gsc-google-auth-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gsff-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;
}

.gsff-free .gsc-google-btn img {
  width: 18px;
  height: 18px;
  background: #ffffff;
  padding: 2px;
  border-radius: 50%;
}
.gsff-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;
}

.gsff-free .gsc-connected-pill .dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
}
.gsff-free .gsc-input-code {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 13px;
  width: 220px;
}
.gsff-free .delete-plugin-wrapper {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.gsff-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;
}
.gsff-free .gsc-setting-text {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 22px;
}
.gsff-free .systemifo {
  font-size: 17px;
  line-height: inherit;
  margin-bottom: 8px;
}

.gsff-free .system-statuswc {
  position: relative;
  padding: 0px;
  border-radius: 5px;
  box-sizing: border-box;
}

.gsff-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;
}
.gsff-free .info-button:hover {
  background: #e2e8f0;
}

.gsff-free .info-button span {
  font-size: 16px;
  margin-left: 26px;
}

.gsff-free .info-content {
  display: none;
  box-sizing: border-box;
  width: 100%;
}

.gsff-free .info-content tr {
  border-bottom: 1px dashed #e5e7eb;
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  align-items: center;
}
.gsff-free .info-content tr:last-child {
  border-bottom: unset;
}

.gsff-free .info-content table {
  width: 100%;
  border-collapse: collapse;
}
.gsff-free .info-content table td {
  font-size: 14px;
}
.gsff-free .info-content tr:last-child td {
  border-bottom: none;
}
.gsff-free .common-badge-table {
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
}
.gsff-free .permission-given {
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #155724;
  background-color: #d4edda;
}
.gsff-free .permission-not-given {
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #721c24 !important;
  background-color: #f8d7da !important;
}
.gsff-free .pro-badge {
  background: #ede9fe;
  color: #6b21a8;
  text-transform: uppercase;
}
.gsff-free .permission-badge {
  background: #dcfce7;
  color: #155724;
}
.gsff-free .info-name-blue {
  background: #dbeafe;
  color: #1e40af;
}
.gsff-free .info-name-yellow {
  background: #fef3c7;
  color: #92400e;
  text-transform: capitalize;
}
.gsff-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;
}

.gsff-free .button_fluentformgsc {
  position: relative;
  top: 4px;
}

/*Roll setting*/
.gsff-free .gsc-access-control {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
}
.gsff-free .gsc-access-header {
  margin-bottom: 20px;
}

.gsff-free .gsc-access-header h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.gsff-free .gsc-access-header p {
  color: #6b7280;
  font-size: 13px;
}
.gsff-free .gsc-access-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}
.gsff-free .gsc-access-box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.gsff-free .gsc-role-card {
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: 0.2s;
}

.gsff-free .gsc-role-card:hover {
  background: #f1f5f9;
}

.gsff-free .gsc-role-name {
  font-size: 14px;
  font-weight: 500;
}
.gsff-free .gsc-access-info {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.gsff-free .para-heading {
  font-size: 17px;
  line-height: 28px;
}

.gsff-free .gsc-access-info ul {
  padding-left: 18px;
  list-style-type: disc;
}

.gsff-free .gsc-access-info li {
  font-size: 14px;
  margin-bottom: var(--sp-10);
}
.gsff-free .gsc-alert {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  padding: 10px;
  font-size: 13px;
  border-radius: 4px;
}
/* Start Support Section */
.gsff-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);
}
.gsff-free .gsc-support-icon {
  width: 52px;
  height: 52px;
  background: #eef2ff;
  color: #4f46e5;
  border-radius: 50%;
  font-size: 22px;
}
.gsff-free .gsc-support-text .support-header {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 600;
  color: #1f2937;
  line-height: 30px;
}
.gsff-free .gsc-support-text p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}
/*End Support Section*/
/** End Settings Tab Panel Section **/

/***Start Extensions Tab Panel***/
.gsff-free .extensions-list {
  border-top: 1px solid #ececec;
}
.gsff-free .gsc-ext-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 22px;
}
.gsff-free .gsc-ext-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: 0.25s ease;
  position: relative;
}
.gsff-free .gsc-ext-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.gsff-free .gsc-ext-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.gsff-free .gsc-ext-icon {
  width: 65px;
  height: 65px;
}
.gsff-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;
}
.gsff-free .free-green {
  background: #dcfce7;
  color: #166534;
}
.gsff-free .addon-item-meta-title {
  font-size: 19px;
  margin: 10px 0 10px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 28px;
  text-transform: capitalize;
  text-decoration: none;
  height: 100%;
  min-height: 60px;
}
.gsff-free .addon-item-meta-title a {
  text-decoration: none;
}
.gsff-free .addon-item-header-meta-excerpt {
  font-size: 14px;
  color: #6b7280;
  min-height: 40px;
  min-height: 65px;
  height: 100%;
}
.gsff-free .gsc-ext-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  border-top: 1px dashed #ebebeb;
  justify-content: center;
}
.gsff-free .gsc-ext-actions .btn {
  padding: 1px 10px !important;
  text-decoration: none;
  margin-top: 20px;
  font-size: 10px;
  border-radius: 6px;
}
.gsff-free .btn-default {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
}
.gsff-free .btn.activate {
  background: #3b82f6;
  color: #fff;
}
.gsff-free .btn.upgrade {
  background: #7c3aed;
  color: #ffffff;
}
.gsff-free .btn.upgrade:hover {
  background-color: #6d28d9;
}
.gsff-free .btn.buy {
  background: #f3f4f6;
  color: #374151;
}
.gsff-free .extensions-sub-heading {
  font-weight: 600;
  color: #000;
  line-height: 28px;
  font-size: 20px;
}
.gsff-free .extensions-sub-heading::after {
  content: "";
  border-bottom: 2px solid #000;
  width: 85px;
  display: block;
}
/* HEADER */

.gsff-free .gsc-market-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px;
  margin-bottom: 25px;
}
.gsff-free .gsc-market-header h2 {
  margin: 0 0 4px;
  font-size: 22px;
}
.gsff-free .gsc-market-header p {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 0;
}
/* TABS */

.gsff-free .gsc-market-tabs {
  background: #ebebeb;
  border-radius: 10px;
}
.gsff-free .market-tab {
  border: none;
  background: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  color: #000;
}
.gsff-free .market-tab.active {
  background: #199436;
  color: #fff;
}
/* ABOUT WRAPPER */
/* ================================
   ANIMATED TOP BORDER
================================ */

.gsff-free .animated-border {
  position: relative;
  overflow: hidden;
}
/* Static light base line */
.gsff-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 */
.gsff-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 */
.gsff-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;
}
.gsff-free .gsc-about-hero .about-us-heading {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #111827;
  line-height: normal;
}
.gsff-free .about-us-subheading {
  font-size: 16px;
}
.gsff-free .gsc-about-hero .about-us-descs {
  opacity: 0.95;
  line-height: 1.6;
}
/* AVATARS */

.gsff-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);
}

.gsff-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 */
.gsff-free .gsc-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
}
/* TEXT */
.gsff-free .gsc-about-text p {
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.6;
}
.gsff-free .gsc-about-list {
  list-style: disc;
  padding-left: 20px;
}
.gsff-free .gsc-about-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #374151;
  line-height: normal;
}
/* STATS */

.gsff-free .gsc-about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.gsff-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;
}
.gsff-free .gsc-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(25, 148, 54, 0.15);
  border-color: #199436;
}
.gsff-free .gsc-stat-card .gsc-stat-card-header {
  font-size: 26px;
  font-weight: 700;
  color: #199436;
  margin-bottom: 10px;
}
.gsff-free .gsc-stat-card span {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
}
/* Founder Card */
.gsff-free .gsc-founder-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 20px;
  border: 1px solid #bbf7d0;
  max-width: 900px;
  margin: 0 auto;
}

.gsff-free .gsc-founder-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #adb0ae;
}

.gsff-free .gsc-founder-card .founder-card-header {
  font-size: 14px;
  color: #16a34a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}
/* Signature */
.gsff-free .gs-signature .founder-heading {
  font-family: "Pacifico", cursive;
  font-size: 26px;
  line-height: 36px;
}
.gsff-free .gs-signature span {
  font-size: 13px;
  color: #777;
}
.gsff-free .gsc-name {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 8px;
  color: #000;
}

.gsff-free .gsc-role {
  font-size: 13px;
  color: #6b7280;
}
/***End Extension Tab Panel***/
