@import url("/assets/css/universal.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button {
    font-family: 'Rubik' !important;
}

body::-webkit-scrollbar {
  width: 10px;
}

.news-letter-wrap .social-icons-wrap {
    display: none;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-right: 10px;
}

body.modal-open .fiq-header {
  padding-right: 10px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: linear-gradient(180deg,
      #f8c521 0%,
      #f8c521 25%,
      #013d62 25%,
      #013d62 50%,
      #007a9b 50%,
      #007a9b 75%,
      #1c9e75 75%,
      #1c9e75 100%);
}

body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", serif !important;
}

body.popup_open {
  overflow: hidden;
}

/* style.css */

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.select-wrapper::-webkit-scrollbar {
  /* width: 4px;       */
  height: 0px;
}

.select-wrapper::-webkit-scrollbar-track {
  background-color: #ccc;
}

.select-wrapper::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.select-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.select-wrapper::-webkit-scrollbar {
  display: none;
}

.select-wrapper::-webkit-scrollbar {
  height: 0px;
  /* Horizontal scrollbar */
}

.select-wrapper {
  scrollbar-width: 0;
  /* Makes the scrollbar thinner */

}

.scroller-element {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 20px;
}

.scroll-btn {
  position: absolute;
  bottom: -10px;
  padding: 7px;
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
}

.scroller-element button:hover {
  /* background-color: transparent !important;
  border-color: transparent !important; */
}

.scroll-btn.right {
  right: 0px;
}

#loader-overlay p {
  padding-bottom: 16px;
}

.scroll-btn.left {
  left: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e2e;
}

.loader-gif {
  width: 100px;
  height: auto;
}

.fiq-signup-wrap,
.fiq-login-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000003d;
  overflow-y: auto;
  backdrop-filter: blur(2px);
  z-index: 9999;
  padding: 40px 20px;
  animation: fadeInDown 0.4s ease;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000003d;
  overflow-y: auto;
  backdrop-filter: blur(2px);
  z-index: 9999;

  animation: fadeInDown 0.4s ease;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-modal {
  display: none;
}

.header-user-img {
  position: relative;
}

.hero-section {
  z-index: 2;
  max-width: 1280px;
  margin: auto;
  display: flex;
  padding: 150px 0px 60px 0;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.shopify-auth-on-off {
  box-shadow: 0px 2px 10px rgba(12, 34, 25, 0.15);

  border-radius: 10px;


  padding: 24px 28px 36px;
}

.user-list-account {
  padding: 4px;
}
.fiq_cs_product_table.user-list-account {
padding: 0;
}
.gradient-color-img {
  width: 1280px;
  left: 50%;
  bottom: 150px;
  position: absolute;
  transform: translate(-50%, 50px);
}

.fiq-hero-star-img {
  width: 16px;
  height: auto;
  position: absolute;
}

.fiq-hero-star-img.star-1 {
  left: 8%;
  top: 15%;
}

.fiq-hero-star-img.star-2 {
  left: 20%;
  top: 20%;
}

.fiq-hero-star-img.star-3 {
  left: 10%;
  top: 50%;
}

.fiq-hero-star-img.star-4 {
  left: 32%;
  bottom: 20%;
}

.fiq-hero-star-img.star-5 {
  left: 35%;
  top: 12%;
}

.fiq-hero-star-img.star-6 {
  right: 20%;
  top: 12%;
}

.fiq-hero-star-img.star-7 {
  left: 30%;
  top: 32%;
}

.fiq-hero-star-img.star-8 {
  left: 31%;
  top: 50%;
}

.fiq-hero-star-img.star-9 {
  left: 38%;
  bottom: 37%;
}

.fiq-hero-star-img.star-10 {
  left: 24%;
  bottom: 22%;
}

.fiq-hero-star-img.star-11 {
  left: 49%;
  bottom: 20%;
}

.fiq-hero-star-img.star-12 {
  left: 61%;
  bottom: 33%;
}

.fiq-hero-star-img.star-13 {
  right: 37%;
  top: 32%;
}

.fiq-hero-star-img.star-14 {
  right: 10%;
  top: 38%;
}

.fiq-hero-star-img.star-15 {
  right: 20%;
  top: 55%;
}

.fiq-hero-heading {
  color: white;
  font-family: nunito;
  font-size: 42px;
  margin: 10px 0px 40px;
}

.fiq-hero-heading span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}




.fiq-hero-btn-wrap {
  display: flex;
  align-items: center;
}

.hero-get-started-btn {
  color: white;
  background-color: #1c9e75;
  padding: 15px 25px 15px 25px;
  border-radius: 6px;
  cursor: pointer;
}

.hero-get-started-btn:hover {
  color: #1c9e75;
  background-color: white;
}

.hero-demo-btn {
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  padding: 14px 25px;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
}

.hero-demo-btn:hover {
  color: #1c9e75;
  border: 1px solid #1c9e75;
}

.hero-img {
  display: flex;
  align-items: center;
}

span.hero-brand-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

span.hero-brand-img img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

span.hero-brand-img {
  width: 60px;
}

.hero-haedphone-img img {
  width: 700px;
  height: auto;
}

.hero-haedphone-img {
  width: 700px;
  margin: 40px 25px;
}

.who-we-are-section,
.feature-section,
.feature-section-2 {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.fiq_about_us_perform_wrap {
  gap: 20px;
}

.who-we-are-section {

  padding: 80px 0px;

}

.feature-section {

  padding: 60px 0px;

}

.feature-section-2 {

  padding: 50px 0px 100px;
}

.stats-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0px;
}

.stats-wrap-2 {
  display: flex;
  align-items: center;
  gap: 100px;
}

.feature-img-wrap img {
  width: 600px;
  height: auto;
}

.feature-img-wrap {
  width: 600px;
  height: auto;
  position: relative;
  z-index: 2;
}

.who-we-are-connect-section-wrap {
  background-color: white;
  position: relative;
  z-index: 1;
}

.who-we-are-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.who-we-are-btn {
  color: #f8c521;
  background-color: #fef9e9;
  padding: 8px 22px;
  border: 1px solid #f8c521;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 450;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.optimize-btn {
  color: #f8c521;
  background-color: #fef9e9;
  padding: 8px 22px;
  border: 1px solid #f8c521;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 450;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.who-we-are-heading,
.feature-heading {
  font-size: 42px;
  color: #2e2e2e;
  margin: 25px 0px 0px;
  font-weight: 600;
  line-height: 1.4;
}

.who-we-are-heading span,
.feature-heading span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.who-we-are-description {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  line-height: 24px;
}

.feature-description {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 24px;
}

.stat-number {
  color: #2e2e2e;
  font-size: 30px;
  font-weight: bold;
}

.stat-number span {
  color: #2e2e2e;
}

.stat-description {
  color: #2e2e2e;
  font-weight: 400;
  font-size: 24px;
}

.discover-btn {
  color: white;
  background: #2e2e2e;
  border-radius: 6px;
  padding: 15px 30px;
  cursor: pointer;
}

.discover-btn:hover {
  color: white;
  background: #1c9e75;
}

.connect-section {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.bg-ellipse-yellow {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.connect-btn {
  color: #f8c521;
  background-color: #fef9e9;
  padding: 8px 22px;
  border: 1px solid #f8c521;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 450;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.connect-heading {
  font-size: 42px;
  color: #2e2e2e;
  margin: 25px 0px 0px;
  font-weight: 600;
  line-height: 1.4;
}

.trusted-heading {
  font-weight: 500;
}

.connect-heading span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.connect-description {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  text-align: center;
  padding: 12px;
}

.connect-platforms-wrap {
  display: grid;
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.connect-card-logo img {
  width: 75px;
}

.connect-card-logo {
  width: 75px;
}

.connect-card-wrap {
  background: white;
  border-radius: 20px;
  height: 280px;
  /* width: 280px; */
  padding: 40px 20px 35px 30px;
  box-shadow: -2px -4px 10px 0 rgba(0, 0, 0, 0.1),
    2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.connect-card-wrap.yellow {
  background: #f8c521;
}

.connect-card-wrap.dark-blue {
  background: #00416d;
}

.connect-card-wrap.light-blue {
  background: #007a9b;
}

.connect-card-wrap.green {
  background: #1c9e75;
}

.connect-card-wrap:hover {
  background-color: #2e2e2e;
}

.connect-card-wrap:hover .connect-card-heading,
.connect-card-wrap:hover .connect-card-description {
  color: white;
}

.connect-card-heading {
  font-size: 30px;
  color: white;
  font-weight: 500;
  margin: 30px 0px 10px 0px;
}

.connect-card-description {
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 1.5;
}

.trail-heading {
  font-weight: 500;
  line-height: 1.4;
}

.connect-stores-wrap {
  background-color: #0e1f19;
  padding: 100px 0px;
  position: relative;
}

.connect-store-section {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seamless-btn {
  color: #f8c521;
  background-color: #233016;
  padding: 12px 25px;
  border: 1px solid #f8c521;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 450;
}

.connect-store-heading {
  font-size: 42px;
  color: #fff;
  margin: 25px 0px 0px;
  font-weight: 500;
  line-height: 1.4;
}

.connect-store-heading span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.connect-store-description {
  color: white;
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  text-align: center;
  padding: 12px;
}

.y_choose_description {
  padding-top: 12px;
}

.connect-stores-card-wrap {

  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.connect-stores-card-logo img {
  width: 90px;
  height: 90px;
}

.connect-stores-card-logo {
  width: 90px;
  height: 90px;
}

.connect-stores-card-item {
  background-color: white;
  border-radius: 20px;
  /* width: 290px; */
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc((100% - 90px) / 4);
}

.connect-stores-card-item:hover {
  background-color: #1c9e75;
}

.connect-stores-card-item:hover .connect-stores-card-heading {
  color: white;
}

h5.connect-stores-card-heading {
  color: #2e2e2e;
  font-size: 26px;
  font-weight: 600;
}

img.connect-store-bg-ellipse-green {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
}

img.connect-store-bg-ellipse-yellow {
  position: absolute;
  right: 0px;
  top: 50px;
}

.brands-feature-2-wrap {
  background-color: white;
  position: relative;
}

.partner-brands-section .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-brand-imgs-wrap .slick-slide {
  margin: 0 5px;
  opacity: 1;
}

.feature-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.pricing-trail-wrap {
  background-color: white;
}

.hero-hexagon-img {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: 12%;
  right: 12%;
  display: none;
}

.circle-gradient-1 {
  position: absolute;
  left: -20%;
  z-index: -1;
  width: 800px !important;
  top: 40px;
  display: none;
}

.color-bar img {
  width: 100px;
  height: auto;
}

.color-bar-2 {
  margin-top: 15px;
}

.color-bar-2 img {
  width: 120px;
  height: auto;
}

.color-bar {
  margin-top: 10px;

  margin-bottom: 16px;
}

img.connect-store-half-circle-image {
  position: absolute;
  top: -1px;
  right: 10%;
  width: 200px;
  display: none;
}

img.connect-store-hexagon-image {
  position: absolute;
  width: 150px;
  top: 5%;
  left: 2%;
  display: none;
}

img.testimonial-pentagon-image{
  display: none;
}

img.testimonial-triangle-image{
  display: none;
}

img.brands-feature-2-hexagon-image {
  position: absolute;
  width: 150px;
  right: 7%;
  top: 7%;
  display: none;
}

.fiq-container {
  overflow: hidden;
}

img.circle-gradient-2 {
  position: absolute;
  width: 800px;
  right: -20%;
  display: none;
}

img.circle-gradient-3 {
  position: absolute;
  width: 800px;
  left: -20%;
  display: none;
}

img.footer-bg {
  position: absolute;
  width: 400px;
  top: -30px;
  right: 10%;
}

@keyframes circulate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes moveLeftRight {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }
}

.star-1,
.star-5,
.star-9 {
  animation: circulate 5s linear infinite, fadeInOut 3s ease-in-out infinite;
}

.star-2,
.star-6,
.star-10 {
  animation: moveUpDown 4s ease-in-out infinite,
    fadeInOut 2s ease-in-out infinite;
}

.star-15,
.star-13,
.star-11,
.star-7 {
  animation: moveLeftRight 6s ease-in-out infinite,
    fadeInOut 4s ease-in-out infinite;
}

.star-4,
.star-8,
.star-14 {
  animation: circulate 7s linear infinite, fadeInOut 5s ease-in-out infinite;
}

.star-3,
.star-12 {
  animation: moveUpDown 3s ease-in-out infinite,
    fadeInOut 3s ease-in-out infinite;
}

.btn-submit {
  padding: 10px 20px;
}

.trail-section-wrapper {
  max-width: 1280px;
  margin: auto;
  padding-bottom: 100px;

}

.pricing-trail-wrap .trail-section-wrapper {
  /* margin-top: 12px; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 300px;
}

.trail-section {
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 20px;
  background: white;
  height: 400px;
  justify-content: center;

  box-shadow: -2px -4px 10px 0 rgba(0, 0, 0, 0.1),
    2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fiq_cs_user_img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #1c9e75;
  padding: 3px;
  overflow: hidden;
  display: block;
}

.fiq_cs_user_img img,
.header-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.user-info .profile-img {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.user-info .profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 18px;
  color: #5d5d5d;
  cursor: pointer;
}

.fiq_about_us_perform_sect_2 .fiq_about_us_perform_wrap {
  flex-direction: row-reverse;
}

.pricing-card-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-block: 20px;
}

.pricing-section .color-bar-2 {
  margin-bottom: 60px;
}

.pricing-card-item.card-2 .start-btn {
  background: white;
  color: #2e2e2e;
}

.pricing-card-item .plan-name {
  color: #1c9e75;
  font-size: 28px;
  font-weight: 450;
}

.start-btn {
  background: #00416d;
  color: white;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
}

.pricing-card-item {
  /* width: 31%; */

  background-color: white;

  /* height: 575px; */

  border-radius: 20px;

  display: flex;

  flex-direction: column;

  align-items: start;

  /* padding: 30px; */
  padding: 20px;
  /* margin-top: 60px; */
  /* height: max-content; */
  box-shadow: -2px -4px 10px 0 rgba(0, 0, 0, 0.1),
    2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  /* min-height: 575px; */
  height: 100%;
}


.pricing-section {
  display: flex;

  flex-direction: column;
  max-width: 1280px;
  margin: auto;
  align-items: center;
}

/* .container .color-bar-2 {
  margin-top: 22px;
} */
.pricing-btn {
  color: #f8c521;

  background-color: #fef9e9;

  padding: 8px 22px;

  border: 1px solid #f8c521;

  border-radius: 6px;

  font-size: 16px;

  font-weight: 450;

  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.pricing-heading {
  font-size: 42px;
  color: #2e2e2e;
  margin: 25px 0px 0px;
  font-weight: 600;
  line-height: 1.4;
}

.pricing-heading span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.yr-month-switch .month,
.yr-month-switch .yrs {
  font-size: 24px;
  font-weight: 500;
  color: #5d5d5d;
}

.yr-month-switch .month.active,
.yr-month-switch .yrs.active {
  color: #1c9e75;
}

.yr-month-switch .yrs {
  color: #5d5d5d;

  font-size: 24px;

  font-weight: 500;
}

.yr-month-switch .save-btn {
  color: white;

  font-size: 16px;

  font-weight: 500;

  border-radius: 6px;

  padding: 8px 15px;

  background-color: #007a9b;
}

.yr-month-switch {
  display: flex;

  justify-content: space-between;

  width: 390px;
  padding: 6px 0 2px;
  align-items: center;
}

.yr-month-switch .switch-btn {
  position: relative;

  display: inline-block;

  width: 54px;

  height: 27px;
}

.yr-month-switch .slider {
  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: white;

  transition: 0.4s;

  border-radius: 30px;

  border: 1px solid #c1c1c1;
}

.yr-month-switch .slider:before {
  position: absolute;

  content: "";

  height: 21px;

  width: 21px;

  left: 3px;
  bottom: 2px;
  background-color: #949494;

  transition: 0.4s;

  border-radius: 50%;
}

.yr-month-switch .switch-btn.active .slider {
  background-color: #1c9e75;
  border: 1px solid #1c9e75;
}

.yr-month-switch .switch-btn.active .slider:before {
  left: 6px;
}

.yr-month-switch .switch-btn.active .slider:before {
  transform: translateX(22px);

  background-color: white;
}

.fiq_cs_logo_user_wrap.dropdown {
  cursor: auto;
}

.survey label input[type="checkbox"],
.label-layer input[type="checkbox"],
.terms-\&-condition input[type="checkbox"],
td input[type="checkbox"] {
  display: none;
}

td label input[type="checkbox"]+.custom-checkbox,
.survey label input[type="checkbox"]+.custom-checkbox,
.label-layer input[type="checkbox"]+.custom-checkbox,
.terms-\&-condition input[type="checkbox"]+.custom-checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  display: block;
}

td label input[type="checkbox"]+.custom-checkbox {
  border: 1px solid #5d5d5d;
}

td label input[type="checkbox"]:checked+.custom-checkbox,
.survey label input[type="checkbox"]:checked+.custom-checkbox,
.label-layer input[type="checkbox"]:checked+.custom-checkbox,
.terms-\&-condition input[type="checkbox"]:checked+.custom-checkbox {
  background-color: #1c9f74;
  border-color: #1c9f74;/
}

.scroll-wrapper {
  max-height: 370px;
  overflow: auto;
  /* padding-right: 20px; */
  margin-block: 20px;
}

.news-letter-email input:-webkit-autofill,
.news-letter-email input:-webkit-autofill:hover,
.news-letter-email input:-webkit-autofill:focus,
.news-letter-email input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;

}

.filter-popup-content {
  position: relative;
}

.filter-form input,
.filter-form select,
#feed-search,
.search-input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  color: #2e2e2e;
  max-height: 44px;
  font-family: "Rubik", serif !important;

}

.search-input {
  padding: 12px 15px 12px 33px;
}

.feed_connection_section .input-feed-container #feed-search {
  padding: 12px 12px 12px 33px;
}

.input-feed-container svg path {
  fill: #b3b3b3;
}

.invite-modal select {
  margin-bottom: 12px;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  padding: 12px 10px;
  font-size: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  width: 100%;

}

.invite-modal select:focus-visible {
  border: 1px solid #1c9e75;
  outline: none;
}

#feed-search,
.input-feed-container {
  max-width: 250px;

  /* margin: 3px 0px 10px 0; */
}

#feed-search {
  /* background-image: url('/assets/images/search.png'); 
    background-repeat: no-repeat;
    background-position: 10px center; 
    padding-left: 33px; */

}

.first-row,
.last-row,
.last-td,
.first-td {
  width: 133px;
  min-width: 133px;
}

.first-row {
  width: 137px;
}

.role-word {
  text-transform: capitalize;
}

.last-row {
  width: 137px;
}

.store-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

.user-list-account tbody p {
  padding: 20px;
  text-align: center;
}

.no-result-message {
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

input::placeholder {
  color: #2e2e2e;
}

.feed_section select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
}

.survey label input[type="checkbox"]:checked+.custom-checkbox::after,
.label-layer input[type="checkbox"]:checked+.custom-checkbox::after,
.terms-\&-condition input[type="checkbox"]:checked+.custom-checkbox::after,
td input[type="checkbox"]:checked+.custom-checkbox::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 9px;
  height: 3px;
  border-left: 2.5px solid white;
  border-bottom: 2.5px solid white;
  transform: translate(-50%, -50%) rotate(316deg);
}

/* .survey label input[type="checkbox"]+.custom-checkbox:hover,
.label-layer input[type="checkbox"]+.custom-checkbox:hover,
.terms-\&-condition input[type="checkbox"]+.custom-checkbox:hover,
label input[type="checkbox"]+.custom-checkbox:hover {
  border-color: #999;
} */

div#other-text textarea {
  width: 100%;
  color: #8d8d8d;
  padding: 10px;
  border-radius: 8px;
  resize: none;
  border-color: #8d8d8d;
  height: 90px;
}

div#other-text textarea::placeholder {
  color: #8d8d8d;
  font-size: 14px;
}

div#other-text textarea:focus-visible {
  outline: #0ea36d;
}

.pricing-card-item.recommanded {
  background: #007a9b;
  /* transform: scale(1.1); */
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.pricing-card-item:hover {
  background-color: #1c9e75;
}

.pricing-card-item:hover .plan-name,
.pricing-card-item:hover .price,
.pricing-card-item:hover ul li {
  color: white;
}

.pricing-card-item.card-2 .plan-name,
.pricing-card-item.card-2 .price {
  color: white;
}

.pricing-card-item .plan-name {
  color: #1c9e75;

  /* font-size: 28px; */
  font-size: 19px;
  font-weight: 450;
}

.pricing-card-item.card-1 .plan-name {
  color: #f8c521;
}

.pricing-card-item .price {
  color: #2e2e2e;

  font-size: 25px;

  font-weight: 600;

  margin: 16px 0px;
}

.pricing-card-item:hover .start-btn {
  background: white;

  color: #2e2e2e;
}

.pricing-card-item.card-2 .start-btn {
  background: white;

  color: #2e2e2e;
}

.pricing-card-item:hover .start-btn:hover,
.ask-ai-btn:hover {
  background: #007a9b;

  color: white;
}

.start-btn:hover {
  background: #007a9b;
}

.pricing-card-item ul {
  display: flex;

  flex-direction: column;

  /* height: 400px; */

  align-items: start;
  /* gap: 22px; */
  gap: 20px;
  /* justify-content: space-between; */

  /* margin-top: 20px; */
}

.pricing-card-item.card-2 ul li {
  color: white;
}

span.original-price {
  display: block;
}

.pricing-card-item ul li {
  color: #2e2e2e;

  /* font-size: 20px; */
  font-size: 16px;
  list-style: none;
}

.feed_rules_section.feed_section.container .rule-choice {
  margin-bottom: 20px;
}

.pricing-card-item ul li i {
  margin-right: 10px;
}

.color-bar-2 {
  margin-top: 15px;
}

.color-bar-2 img {
  width: 145px;

  height: auto;
}

.pricing-section {
  padding: 80px 0px;
}

.container .pricing-section {
  padding: 0px;
}

.fiq_cs_header_nav_wrap span {
  color: white;
  font-size: 24px;
  padding: 20px 40px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  /* transition: all 0.3s ease-in-out; */
}

.fiq-login-section {
  height: 660px;
  width: 1000px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Rubik", serif;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.popup-wrap .login-sub-heading li {
  font-size: 14px;
}

.login-page .fiq-login-section {
  width: 100%;
  border-radius: 0px;
  min-height: 100vh;
}

.login-page .fiq-login-wrap {
  position: static;
  padding: 0px;
  animation: unset;
}

/* ..overriding styling */
.setting-list {

  display: inline-block;

  vertical-align: top;

  margin-right: 47px;

}



.import-heading h1 {

  font-size: 12px;

}

.btn-primary {
  background-color: #00416d;
  color: #fff;
  padding: 12px 22px;
  font-size: 15px;
}

ul.setting-list-ul {

  list-style-type: none;

  padding: 0;

}



.setting-list.inline-setting {

  margin-right: 0;

}



ul.setting-list-ul li {

  margin-bottom: 13px;

}



ul.setting-list-ul li>span {

  min-width: 220px;

  display: inline-block;

  font-size: 12px;

}



ul.setting-list-ul li span {

  vertical-align: middle;

}



.setting-list-ul .switch {

  margin-left: 20px;

}



.setting-list>h3 {

  font-size: 14px;

  padding-block: 12px;

}



.import-heading {

  margin-bottom: 16px;

}


/*
                                                .switch {

                                                    position: relative;

                                                    display: inline-block;
                                                    width: 110px;
                                                    height: 40px;

                                                    vertical-align: middle;

                                                } */

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  min-width: 90px;
  height: 30px;
  vertical-align: middle;
}

.switch .slider.round {

  border-radius: 27px;

}



.switch input {

  display: none;

}



.slider {

  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #c1c1c1;

  -webkit-transition: .4s;

  transition: .4s;

}



input.btn.btn-primary {

  height: 38px;

  padding: 0 26px 0 24px;

  line-height: 38px;

  font-size: 15px;

  font-weight: 500;

  color: #fff;

  background-color: #1c9e75;

  border: none;

  border-radius: 4px;

  cursor: pointer;

  text-align: center;

  margin-top: 25px;

  display: block;

}



.switch .slider.round:before {

  border-radius: 50%;

}

.import-setting-section span,
.import-setting-section p {
  color: #2e2e2e
}

.btn-wrapers {
  display: flex;
  justify-content: end;
  /* margin-top: 30px; */
}

.switch input+.slider {
  background-color: #ccc;
  /* border: 4px solid transparent; */
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.1);
}

.switch input:checked+.slider {
  background-color: #1c9e75;
  /* border: 4px solid transparent; */
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}


.switch .slider.round {

  border-radius: 28px;

}



ul.setting-list-ul li>span .cb-field-in-label {

  max-width: 20px;

  padding: 0;

  text-align: right;

  background-color: white;

  margin: 0;

  border: none;

  font-size: 12px;

  outline: none;

}



.switch .on,
.switch .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 35%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

.switch .off {

  left: 62%;

  text-wrap: nowrap;

}



.switch .on {

  display: none;

}



ul.setting-list-ul li span {

  vertical-align: middle;

}



.switch input:checked+.slider .on {

  display: block;

}



.switch input:checked+.slider .off {

  display: none;

}



.switch input:checked+.slider:before {

  -webkit-transform: translateX(58px);

  -ms-transform: translateX(58px);
  left: 4px;
  transform: translateX(58px);

}



.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 4px 1px 5px 0px rgba(0, 0, 0, 0.2);

}

.shopify-auth-on-off .import-heading h1,

.shopify-auth-on-off .import-heading p {

  margin-top: 0px;

}


.shopify-auth-on-off .import-heading h1 {
  margin-bottom: 10px;
}

.import-heading p {

  font-size: 12px;

}



.import-heading h1 {

  font-size: 14px;

}

.btn-wrapers-margin {
  margin-top: -40px;
}

div#no-record {
  text-align: center;
}

@media screen and (max-width: 1024px) {

  .feature-section,
  .feature-section-2,
  .fiq_about_us_perform_wrap,
  .fiq_about_us_perform_sect_2 .fiq_about_us_perform_wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }

  body.modal-open,
  body.modal-open .fiq-header {
    padding-right: 0px;
  }

  .fiq-login-section {
    width: 1000px;
  }

  .btn-wrapers-margin {
    margin-top: 30px;
  }

  .scroll-wrapper {
    max-height: 277px;
  }

  .filter-popup-content {
    width: 65%;
  }

  .fiq_cs_header_nav_wrap span {
    font-size: 20px;
  }

  .pricing-card-item .plan-name {
    font-size: 22px;
  }

  .feature-description,
  .who-we-are-description {
    max-width: 90%;
  }

  .connect-store-heading {
    margin: 25px 0px 9px;
  }

  .feature-section-2,
  .who-we-are-section {
    flex-direction: column;
  }

  .connect-stores-card-item {
    width: 290px;

  }

  .who-we-are-content-wrap {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  .hero-section,
  .who-we-are-section,
  .feature-section,
  .feature-section-2,
  .connect-section,
  .connect-store-section,
  .fiq_about_us_perform_wrap {
    padding-inline: 20px;
  }

  ul.setting-list-ul li>span {
    min-width: 169px;

  }

  .hero-haedphone-img img,
  .hero-haedphone-img {
    max-width: 100%;
    width: 100%;
  }

  .pricing-card-wrap {
    gap: 40px;
    /* overflow: auto;
    padding: 40px 20px;
    justify-content: unset; */
  }

  .who-we-are-content-wrap,
  .feature-content-wrap {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .trail-section {
    margin: 0px 20px 80px;
  }

  .pricing-card-item {
    min-width: 320px;
  }

  .pricing-card-item ul li {
    font-size: 18px;
  }

  .about_us_perform-heading,
  .y_choose_heading {
    text-align: center;
  }

  .about_us_perform-content-wrap {
    align-items: center;
  }

  img.connect-store-hexagon-image {
    top: 2%;
  }

  .testimonial-section {
    gap: 50px;
    flex-direction: column;
    max-width: 480px;
  }

  .connect-platforms-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .connect-stores-card-wrap {

    gap: 30px;
  }

  .connect-card-wrap {
    width: auto;
  }

  img.circle-gradient-2 {
    display: none;
  }
}

.d-flex-row {
  display: flex;
  gap: 30px;
  align-items: center;

}

@media (max-width: 992px) {}


/* signup page style start */
/* .fiq-signup-wrap {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0px;

  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 100;
} */

.fiq-signup-section {
  height: 880px;
  width: 1100px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Rubik", serif;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);

}

.signup-page .fiq-signup-section {

  width: 100%;
  border-radius: 0px;
  min-height: 100vh;
}


.signup-left {
  width: 50%;
  height: 100%;
  background-color: #00697f;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}

.fiq-signup-logo {
  width: 220px;
  margin: 0px 0px 36px;
}

.signup-page .fiq-signup-logo {
  /* margin: 60px 0px 50px; */
}

.fiq-signup-logo img {
  width: 100%;
  height: auto;
}

ul.signup-sub-heading {
  margin-bottom: 50px;
}

.signup-right {
  width: 50%;
  height: 100%;
  background: #f1fffb;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signup-page .signup-right {
  /* justify-content: unset;
  padding-block: 60px; */
}

.login-view {
  margin-bottom: 0 !important;
}

.signup-page .signup-form.edit {
  margin-top: 0px;
}

.signup-sub-heading li {
  list-style: none;
  color: white;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 32px;
}

.signup-page .error,
.fiq-login-wrap .error,
.d-flex-row .error,
.relative-parent .error {
  color: red;
  font-size: 12px;
  /* display: block; */
  padding-top: 4px;
  margin-top: 5px;
  position: absolute;
  bottom: -20px;
  left: 3px;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.relative-parent .error {
  bottom: 5px;
  left: 0;
}

.error-wrap {
  position: relative;
}

.password-identify .error_msgs.error {
  color: red;
  font-size: 12px;
  /* display:block; */
  /* padding-top: 4px; */
  margin-top: 7px;
  position: absolute;
}

#otpForm .error_msgs.error {

  margin-top: -22px;


  left: 31px;

}

.fiq-login-wrap .error {
  bottom: 0px;
  position: static;
}

.parent-relative {
  position: relative;
}

.fiq-login-wrap .parent-relative .error {
  bottom: -24px;
  position: absolute;
}

.parent-relative .otp-container {
  margin-bottom: 40px;
}

.signup-sub-heading li span {
  margin-right: 10px;
  font-size: 20px;
}

.fiq_git_wrap textarea::placeholder {
  color: #2e2e2e;
}

.signup-feature-imgs .table-img {
  position: absolute;
  width: 150px;
  height: auto;
  bottom: 50px;
  left: -46px;
}

.signup-feature-imgs .shoes-img {
  position: absolute;
  width: 150px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}

.signup-feature-imgs .blue-jacket-img {
  position: absolute;
  width: 150px;
  right: -75px;
  bottom: 140px;
}

.signup-heading {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #2e2e2e;
}

.signup-description {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  color: #2e2e2e;
}

.signup-right .signup-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  /* gap: 20px; */
  margin-top: 30px;
}

.signup-right .signup-form .signup-input {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.popup-wrap .signup-input {
  position: relative;
}

.signup-right .signup-form .signup-input input,
.signup-right .signup-form .signup-input select {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  background: transparent;
  outline: 1px solid #3f3f3f;
  border: none;
  color: #5d5d5d;
  padding: 10px 15px 8px;
  font-size: 16px;
}

.signup-right .signup-form .signup-input select {
  -webkit-appearance: none;
  /* For Chrome, Safari, and Opera */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
  /* Standard property */
}

/* For Internet Explorer 10+ */
.signup-right .signup-form .signup-input select::-ms-expand {
  display: none;
}

.fiq_cs_popup_select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") no-repeat right 16px center !important;
  background-size: 12px 12px !important;
  color: #2e2e2e;
}



.signup-right .signup-form .signup-input input::placeholder {
  color: #5d5d5d;
  font-size: 16px;
}

.login-form .google-btn,
.signup-form .google-btn {
  height: 55px;
  border: 1px solid #3f3f3f;
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d5d5d;
  font-size: 16px;
  cursor: pointer;
}

.signup-form .google-btn {
  margin-bottom: 16px;
}

.login-form .google-btn i,
.signup-form .google-btn i {
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: -3px;
}

.terms-\&-condition {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.terms-\&-condition label input {
  appearance: none;
  background-color: transparent;
  border: 1px solid #3f3f3f;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  margin-bottom: -3px;
  margin-right: 5px;
}

.terms-\&-condition label input:checked::before {
  content: "✓";
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.terms-\&-condition label a {
  color: #2e2e2e;
  text-decoration: underline;
}

.terms-\&-condition label {
  color: #2e2e2e;


  font-size: 15px;
}

.terms-\&-condition label.term {

  display: flex;
  gap: 8px;
}

.order-table tr {
  cursor: auto;
}

.create-account-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #1c9e75;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  border: none;
}

.create-account-btn:hover {
  background-color: #007a9b;
}

.signup-page {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 80px 0; */
}



/* signup page style end */
/* login page style start */
/* .fiq-login-wrap {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 100;
} */



.image-link .hover-text {
  position: absolute;
  position: absolute;
  top: 30px !important;
  color: #2e2e2e !important;
  padding: 4px !important;
  border-radius: 0px;
  font-size: 11px !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-decoration: underline;
  background-color: #fff !important;
  border-radius: 0px !important;
  text-wrap: nowrap;
  width: -webkit-fill-available;
  text-align: center;
  line-height: 1.3;
  display: block;
}

.login-left {
  width: 50%;
  height: 100%;
  background-color: #002d59;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.fiq-login-logo {
  width: 220px;
  margin: 50px 0px 35px;
}

.fiq-login-logo img {
  width: 100%;
  height: auto;
}

.login-right,
.forgot-password-right,
.otp-right,
.reset-password-right {
  width: 50%;
  height: 100%;
  background: #f1fffb;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-sub-heading li {
  list-style: none;
  color: white;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 32px;
}

.login-sub-heading li span {
  margin-right: 10px;
}

.login-feature-imgs .purse-img {
  position: absolute;
  width: 400px;
  height: auto;
  bottom: -130px;
  right: -150px;
}

.login-feature-imgs .mobile-img {
  position: absolute;
  width: 180px;
  height: auto;
  left: 230px;
  bottom: 130px;
}

.login-feature-imgs .jacket-img {
  position: absolute;
  width: 500px;
  left: -210px;
  bottom: -110px;
}

.login-heading,
.forgot-password-heading,
.reset-password-heading {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #2e2e2e;
  line-height: 1.5;
}

.login-description,
.forgot-password-description,
.reset-password-description {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  color: #2e2e2e;
}

.login-right .login-form,
.forgot-password-right .forgot-password-form,
.reset-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  /* gap: 20px; */
  margin-top: 30px;
}

.login-right .login-form .login-input,
.login-input .forgot-password-right .forgot-password-form .forgot-password-input,
.reset-password-form .reset-password-input {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.login-input-inner {
  position: relative;
}

.login-form .google-btn,
.login-button {
  margin-bottom: 20px;
}

.connection_steps h2 {
  font-size: 16px;
  margin-bottom: 16px;
  /* margin-bottom: 28px; */
  width: fit-content;
  text-align: center;
}

#eye-icon {
  font-size: 19px;
}

.fiq_cs_popup_heading.fiq_cs_popup_heading_centered {
  margin: 30px auto 30px;
}

.two-fa.otp-right {
  padding: 35px;
}

.login-right .login-form .login-input input,
.login-input input,
.forgot-password-right .forgot-password-form .forgot-password-input input,
.reset-password-form .reset-password-input input {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  background: transparent;
  outline: 1px solid #3f3f3f;
  border: none;
  color: #5d5d5d;
  padding: 10px 15px 8px;
  font-size: 16px;
}

.password-identify .login-input input:focus-visible,
.login-right .login-form .login-input input:focus-visible,
.forgot-password-right .forgot-password-form .forgot-password-input input:focus-visible,
.reset-password-form .reset-password-input input:focus-visible {
  outline: 1px solid #1c9e75;
}

.login-right .login-form .login-input input::placeholder,
.forgot-password-right .forgot-password-form .forgot-password-input input::placeholder,
.reset-password-form .reset-password-input input::placeholder {
  color: #5d5d5d;
  font-size: 16px;
}

.google-btn {
  height: 55px;
  border: 1px solid #3f3f3f;
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d5d5d;
  font-size: 16px;
  cursor: pointer;
}

.google-btn i {
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: -3px;
}

a.forgot-password-link {
  color: #5d5d5d;
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 10px;
}

.signup-link {
  color: #2e2e2e;
  font-size: 16px;
  margin-top: 8px;
}

.signup-link a {
  color: #2e2e2e;
}

.login-button,
.proceed-button,
.resend-code-band button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #1c9e75;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  border: none;
}


.login-button:hover,
.proceed-button:hover,
.otp-button:hover,
.resend-code-band button:hover {
  background-color: #007a9b;
}

.otp-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: fit-content;
  gap: 20px;
  margin: 30px 0px;
}

.otp-container .otp-input {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: none;
  background: transparent;
  outline: 2px solid #b5b5b5;
  color: #9d9d9d;
  font-size: 28px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.otp-container .otp-input::placeholder {
  color: #9d9d9d;
  font-size: 28px;
  text-align: center;
}

.resend-code-link {
  color: #9d9d9d;
  font-size: 16px;
  margin: 30px 0px 10px;
}

.resend-code-link.active,
.resend-code-band button {
  color: #ffffff;
  background: #1c9e75;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
}

.resend-code-band {
  display: flex;
  gap: 10px;
  width: 100%;
}

.resend-code-band button {
  flex: 1;
}

.resend-code-link.active:hover {
  background: #00416d;
  transition: all 0.2s ease;
}

.time-countdown {
  font-size: 20px;
  color: #5d5d5d;
  margin: 0px 0px 12px;
}

/* login page style end */
.fiq_pricing_popup_wrap {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0px;
  background: #0000003d;
  backdrop-filter: blur(2px);
  z-index: 100;
}

.fiq_pricing_popup-section {
  background: white;
  height: 820px;
  width: 1180px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.fiq_pricing_popup-section .pricing-card-item {
  width: 31%;
  height: 510px;
  padding: 25px;
  margin-top: 40px;
}

.fiq_pricing_popup-section .pricing-card-item .plan-name {
  font-size: 24px;
}

.fiq_pricing_popup-section .pricing-card-item .price {
  font-size: 38px;
  margin: 8px 0px;
}

.fiq_pricing_popup-section .start-btn {
  padding: 12px 18px;
}

.fiq_pricing_popup-section .pricing-card-item ul li {
  font-size: 18px;
}

.fiq_pricing_popup-section .pricing-heading {
  font-size: 36px;
}

.fiq_payment_dtl_card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  width: 640px;
  height: 845px;
}

.fiq_payment_dtl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.fiq_payment_dtl_title {
  font-size: 20px;
  font-weight: 600;
}

.switch .on,
.switch .off {
  text-transform: capitalize;
}

.fiq_payment_dtl_close {
  background: none;
  border: none;
  color: #888;
  font-size: 16px;
  cursor: pointer;
}

.fiq_payment_dtl_subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

.fiq_payment_dtl_subtitle strong {
  font-weight: 600;
}

.fiq_payment_dtl_group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fiq_payment_dtl_input {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.fiq_payment_dtl_input:focus-visible {
  outline: 1px solid #2e2e2e;
  border: none;
}

.fiq_payment_dtl_select:focus-visible {
  outline: 1px solid #2e2e2e;
  border: none;
}

.fiq_payment_dtl_row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.fiq_payment_dtl_card label {
  color: #2e2e2e;
  font-size: 16px;
}

.fiq_payment_dtl_select_wrapper {
  position: relative;
}

.fiq_payment_dtl_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #d3e5e0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M14.7788 1.36223L8.31916 8.2258C8.214 8.33759 8.08707 8.42666 7.9462 8.48755C7.80532 8.54844 7.65347 8.57985 7.5 8.57985C7.34653 8.57985 7.19468 8.54844 7.0538 8.48755C6.91293 8.42666 6.786 8.33759 6.68084 8.2258L0.221228 1.36223C-0.264059 0.846444 0.101377 0 0.809779 0H14.1902C14.8986 0 15.2641 0.846444 14.7788 1.36223Z' fill='%23505050'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px 9px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #505050;
  font-size: 16px;
  width: 100%;
}

.fiq_payment_dtl_prices {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
}

.fiq_payment_dtl_prices div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.fiq_payment_dtl_button {
  background-color: #1c9e75;
  color: #fff;
  border: none;
  padding: 16px;
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 1px;
}

.fiq_payment_dtl_button:hover {
  background-color: #00416d;
}

.fiq_payment_dtl_terms {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  color: #555;
}

.fiq_payment_dtl_terms a {
  color: #333;
  text-decoration: underline;
  font-weight: 600;
}

.fiq_payment_dtl_cardwrapper {
  position: relative;
}

.fiq_payment_dtl_cardwrapper svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
}

.fiq_payment_dtl_row div input {
  margin-top: 8px;
}

.fiq_payment_option_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.fiq_payment_option_wrap div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 165px;
  height: 80px;
  cursor: pointer;
}

.fiq_payment_option_wrap div img {
  width: 110px;
}

.fiq_payment_option_wrap div:hover,
.fiq_payment_option_wrap .selected {
  border: 1px solid #00416d;
}

/* edit profile */

.profile-page {
  max-width: 500px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.profile-img input[type="file"] {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.user-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edit-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #b9d2ca;
  font-size: 16px;
  padding: 6px 6px 7px;
  border-radius: 50%;
  /* border: navajowhite; */
  cursor: pointer;
  color: #176a50;
}

.user-details h2 {
  margin: 0;
  font-size: 20px;
}

.user-details p {
  margin: 4px 0 0;
  color: #888;
  font-size: 13px;
}

p#user-email {
  color: #2e2e2e;
  font-size: 14px;
}

/* ... import rules.. style */

.dashbaord-container {
  overflow: visible;
  transition: padding-left 0.4s ease-out;
  padding: 40px 0px 0;
  max-width: 1280px;
  margin: auto;
}

.container.cb_new_rules_container.ui-sortable {
  max-width: 100%;
  padding: 0;
}

.rules-title {
  display: flex;
  align-items: center;
}

.pencil-wrap {
  cursor: pointer;
}

.pencil-wrap.hidden {
  opacity: 0;

}

.pencil-wrap .fa-pencil-alt:before,
.pencil-wrap .fa-pencil:before {

  color: #1c9e75;
}

.rules-top-section {
  margin-bottom: 12px;
}

.extra_rules_wraper .channel_wrap {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
}

.all_rule_wrap .cb_rule_div:nth-last-child(1) {
  margin: 0;
}

.condition .cb_rule_div .label {
  /* font-weight: 600; */
  margin-right: 10px;
  font-size: 16px;
  color: #0a3249;
}

.cb_rule_div select {
  cursor: pointer;
}

.cb_add_condition {
  margin-left: 15px;
  background: #0a3249;
  width: auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cb_rule_condition>.remove_rule i:before {
  color: #0a3249;
  font-size: 30px;
  line-height: normal;
}

.cb_rule_condition>.remove_rule {
  margin-left: 18px;
  height: 30px;
}

.remove_rule {
  cursor: pointer;
}

.cb_rule_condition {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 25px;
  padding: 20px 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  position: relative;
}

.cb_rule_div select,
.cb_rule_div input {
  border: none;
  background: #0a3249;
  border-radius: 6px;
  color: #fff;
  max-width: fit-content;
  min-width: 180px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  margin-right: 6px;
  appearance: none;
  outline: none;
}

.cb_rule_div input::placeholder {
  color: #fff;
}

.add_condition_wrap>a:hover {
  background: #0a3249;
}

.combination_wrap {
  position: relative;
}

.add_condition_wrap>a {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 6px 24px;
  border-radius: 4px;
}

.extra_rules_wraper .channel_wrap select {
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #0a3249;
  font-size: 16px;
  color: #fff;
  padding: 8px 40px 8px 20px;
  appearance: none;
  min-width: fit-content;
  text-align: center;
}

.channel_wrap_select {
  position: relative;
}

.channel_wrap_select:before {
  content: "";
  font-size: 18px;
  font-family: fontawesome;
  color: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

button.channel_wrap_btn {
  font-size: 16px;
  color: #fff;
  padding: 6px 40px;
  background: #0a3249;
  border: 0;
  outline: none;
  height: 34px;
  border-radius: 4px;
  cursor: pointer;
}

.cb_new_rules_form .export_wrap:hover {
  background: #0a3249;
}

.cb_new_rules_form .export_wrap:hover a,
.cb_new_rules_form .export_wrap:hover i {
  color: #fff;
}

.add_condition_wrap>a span {
  color: #0a3249;
  /* font-weight: 700; */
}

.export_wrap .export_rule_button a {
  color: #000;
}

.add_condition_wrap {
  width: fit-content;
  margin: 30px 0;
  padding-top: 5px;
  cursor: pointer;
}

.condition_label {
  display: block;
  font-weight: 600;
  color: #0a3249;
  margin: 0 0 20px 2px;
}

.all_rule_wrap .cb_rule_div {
  margin-bottom: 15px;
}

.combination_wrap label {
  display: block;
  margin: 0 0 5px;
  padding-top: 10px;
  color: #2e2e2e;
  font-weight: 700;
  font-size: 18px;
}

.export_wrap .export_rule_button {
  /* font-weight: 600; */
  margin-right: 10px;
}

.cb_new_rules_form .export_wrap {
  margin-right: 2px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 8px 20px;
  width: fit-content;
  border-radius: 4px;
  float: right;
  display: inline-block;
}

.cb_new_rules_container .rule_wrap {
  padding: 50px 50px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  margin: 40px 0;
  width: 100%;
  position: relative;
}

.rule_wrap .drag_handle {
  width: fit-content;
  margin-bottom: 25px;
  font-weight: 600 !important;
}

.cb_add_condition i {
  color: #fff;
  letter-spacing: 2px;
}

.drag_handle {
  cursor: move;
  padding: 4px 10px;
  background-color: #e0e0e0;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

.field_item {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px 15px;
  margin: 10px 0;
  border-radius: 8px;
  background-color: #e9ecef;
  cursor: grab;
  transition: all 0.2s ease-in-out;
  color: #545454;
}

span.rules-title-text {
  color: #2e2e2e;
  font-size: 16px;
  margin-right: 10px;
}

.remove_field:hover {
  color: #005fab;
}

.combination_wrap a.cb_autotitle_config {
  float: none;
  position: relative;
  top: 10px;
  right: auto;
  padding: 0;
  font-size: 20px;
  color: #585858;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.field_item input {
  margin-right: 8px;
  border: none;
  background: transparent;
  font-size: 14px;
}

.result_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: fit-content;
}

.remove_field {
  margin-left: 10px;
  color: #0a3249;
  cursor: pointer;
  font-weight: bold;
  line-height: 20px;
}

.Add_new_rule_btn:hover,
.rule_submit_btn:hover {
  background: #0a3249;
  color: #fff;
}

button.rule_submit_btn {
  margin-left: 15px;
}

.channel_wrap_select.title {
  margin: 0 10px;
}

.Add_new_rule_btn,
.rule_submit_btn {
  background: transparent;
  border: none;
  color: #0a3249;
  font-weight: 600;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
}

.rule_wrap>.remove_rule {
  position: absolute;
  top: 15px;
  right: 15px;
}

.rule_wrap>.remove_rule i {
  font-size: 26px;
  color: #aaaaaa;
}

.rule_wrap>.remove_rule i:hover {
  color: #0a3249;
}

.remove_rule {
  cursor: pointer;
}

.extra_rules_wraper .extra_rules-section-wrapper {
  background: transparent;
  overflow: visible;
  /* height: 100%; */
  padding: 0 0 50px;
}

.search-label-content {
  background-color: #f9f9f9;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow-y: scroll;
}

.header_parent {
  display: flex;
  justify-content: end;
}

.add_condition_wrap>a:hover span {
  color: #fff;
}

.combination_wrap .feed_field_list {
  position: absolute;
  z-index: 9;
  max-height: 350px;
  overflow: auto;
}

.feed_field_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 20px;
  max-width: 200px;
}

.option:hover {
  background-color: #007bff;
  color: #fff;
}

.option {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.result_wrap .field_item>*:first-child {
  min-width: 170px;
  margin-right: 8px;
  font-size: 14px;
}

.fiq_connect_store_popup_section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.35); */
  /* overflow: hidden; */
  /* -webkit-backdrop-filter: blur(2px); */
  backdrop-filter: blur(2px);
  background: #0000003d;
  z-index: 999;
  /* padding: 40px 20px; */
  animation: fadeInDown 0.4s ease;
}

/* .fiq_connect_store_popup_section.login-history{
    z-index:1000;
} */
.dropdown-menu,
.dropdown-menus,
.dropdown-icon-menu {
  display: none;
  position: absolute;
  top: 67px;
  right: 0;
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 9;
  width: max-content;
}

.dropdown-icon-menu {
  top: 18px;
}

.rules-menu-btn {
  padding-inline: 6px;
}

.rules-title-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feediq_pop-up_details .shopify-btn,
.feediq_pop-up_details .install-btn {
  color: #2e2e2e;
}

.dropdown-menu.admin-menu {
  min-width: 207px;
}

.dropdown-menus {
  top: 27px;
  min-width: 50px;
}

.dropdown-menus ul li,
.dropdown-icon-menu ul li {
  border-bottom: 1px solid #7466663d;
  padding: 6px 12px;
  font-size: 11px;
  text-align: center;
}

.dropdown-menu a,
.dropdown-menus a,
.dropdown-icon-menu a,
.dropdown-icon-menu a {
  padding: 8px 14px;
  text-decoration: none;
  color: #2e2e2e;
  display: block;
  border-bottom: 1px solid #7466663d;
  cursor: pointer;
}

.dropdown-menu a,
.dropdown-icon-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  padding: 11px 14px;
}

.dropdown,
.dropdowns {
  position: relative;
  cursor: pointer;
}

.dropdown-menu a:hover,
.dropdown-icon-menu a:hover,
.dropdown-menus ul li:hover {
  background-color: #177255;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #2e2e2e !important;
}

/* Show the dropdown */
.show-dropdown,
.show-dropdowns {
  display: block !important;
}

.iti__arrow {

  border-top-color: #2e2e2e !important;
}

.fiq_cs_mapping_container span.select2.select2-container.select2-container--default,
.signup-input span.select2.select2-container.select2-container--default {
  width: 100% !important;
  height: 44px !important;
}

.signup-input span.select2.select2-container.select2-container--default {
  height: 55px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 6px !important;
}



.fiq_cs_popup_content_wrap span.select2.select2-container.select2-container--default {

  height: 44px;
  width: 100% !important;
  max-width: 347.5px !important;
}

img.watch-img {
  position: absolute;
  width: 150px;
  height: auto;
  top: 50px;
  left: -46px;
  border-radius: 15px;
}

img.shoess-img {
  position: absolute;
  width: 150px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
}

img.headphone-img {
  position: absolute;
  width: 150px;
  right: -75px;
  top: 140px;
}

.fiq_cs_mapping_container .select2-container .select2-selection--single,
.fiq_cs_popup_1 .select2-container .select2-selection--single {
  height: 44px !important;
  border: 1px solid #2e2e2e;
}

/* .fiq_cs_mapping_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.fiq_cs_popup_1 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2e2e2e transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2e2e2e transparent !important;
}

.signup-input .select2-container .select2-selection--single {
  height: 55px !important;
}

.fiq_cs_mapping_container .select2-container--default .select2-selection--single .select2-selection__rendered,
.fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2e2e2e;
  line-height: 44px !important;
}

.fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.fiq_cs_mapping_container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
}

.signup-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5d5d5d;
  line-height: 55px !important;
  padding-inline: 18px !important;
}

.signup-input .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 55px;
  margin-right: 38px;
}

.fiq_cs_mapping_container .select2-container--default .select2-selection--single .select2-selection__arrow,
.fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__arrow,
.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute;
  top: 0px;
  right: 5px !important;
  width: 20px;
}

.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;

  padding-left: 10px;
}

.signup-input .select2-container--default .select2-selection--single {
  border: 1px solid #3f3f3f !important;
  background-color: transparent !important;
  border-radius: 6px !important;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__placeholder,
.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #2e2e2e;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'><g clip-path='url(%23clip0)'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.20898 20.2837C8.20898 20.6021 8.29883 20.9009 8.4541 21.1543H3.99268V17.5542C3.99268 17.3315 3.8125 17.1514 3.58984 17.1514C3.36719 17.1514 3.18555 17.3315 3.18555 17.5542V21.1543H1.21777C0.571289 21.1543 0.0410156 20.6255 0.0410156 19.9775V16.6167C0.0410156 14.1196 2.08398 12.0781 4.57959 12.0781H7.04346C8.55371 12.0781 9.89746 12.8257 10.7236 13.9688C9.24658 14.6123 8.2085 16.0864 8.2085 17.793V20.2837H8.20898ZM21.0918 13.2549H18.9478C17.958 13.2549 17.0518 13.623 16.3569 14.2295C17.561 14.9619 18.3696 16.2876 18.3696 17.7935V20.2837C18.3696 20.6021 18.2798 20.9009 18.1245 21.1543H21.5503V18.022C21.5503 17.7993 21.7305 17.6177 21.9531 17.6177C22.1758 17.6177 22.3574 17.7988 22.3574 18.022V21.1543H24.0186C24.5806 21.1543 25.0415 20.6934 25.0415 20.1299V17.2051C25.041 15.0322 23.2637 13.2549 21.0918 13.2549ZM5.81152 10.4316C7.63037 10.4316 9.10449 8.95752 9.10449 7.13867C9.10449 5.31982 7.63037 3.8457 5.81152 3.8457C3.99268 3.8457 2.51855 5.31982 2.51855 7.13867C2.51855 8.95752 3.99268 10.4316 5.81152 10.4316ZM20.0195 11.8223C21.603 11.8223 22.8862 10.5391 22.8862 8.95557C22.8862 7.37207 21.603 6.08887 20.0195 6.08887C18.4375 6.08887 17.1543 7.37207 17.1543 8.95557C17.1543 10.5391 18.4375 11.8223 20.0195 11.8223ZM14.2021 14.4316H12.3779C10.5288 14.4316 9.01611 15.9443 9.01611 17.7935V20.2837C9.01611 20.7627 9.40771 21.1543 9.88818 21.1543H11.2417V18.4883C11.2417 18.2656 11.4219 18.084 11.6445 18.084C11.8672 18.084 12.0474 18.2651 12.0474 18.4883V21.1543H14.5317V18.4883C14.5317 18.2656 14.7129 18.084 14.936 18.084C15.1577 18.084 15.3389 18.2651 15.3389 18.4883V21.1543H16.6924C17.1714 21.1543 17.563 20.7627 17.563 20.2837V17.7935C17.5625 15.9443 16.0513 14.4316 14.2021 14.4316ZM13.29 13.2119C14.6367 13.2119 15.729 12.1196 15.729 10.7729C15.729 9.42627 14.6367 8.33398 13.29 8.33398C11.9434 8.33398 10.8511 9.42627 10.8511 10.7729C10.8511 12.1196 11.9429 13.2119 13.29 13.2119Z' fill='%2300416D'/></g><defs><clipPath id='clip0'><rect width='25' height='25' fill='white'/></clipPath></defs></svg>");
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 26px 26px;
  padding-right: 30px;
  /* adjust to make space for image */
}

.pricing-heading {
  text-align: center;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single,
.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single {
  border: 1px solid #3f3f3f !important;
  background-color: #fff !important;
  height: 50px !important;
  border-radius: 6px !important;
}

.modal-bg .select2-container {
  width: 100% !important;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

.modal-bg .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px !important;
}

.modal-bg .select2-container--default .select2-selection--single {
  border: 1px solid #3f3f3f !important;
  background-color: #fff !important;
  height: 43px !important;
  border-radius: 6px !important;
}

.modal-bg .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
}

.modal-bg .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
  right: 10px !important;
}

.modal-bg .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 43px !important;
}

.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single {
  height: 45px;
}

.fiq-ped-field-select span.select2.select2-container.select2-container--default {
  width: 100% !important;
  height: 50px !important;
}

.contact_btn .btn_loading img {
  height: 20px !important;
  object-fit: contain;
}

.fiq_cs_mapping_container .select2.select2-container.select2-container--default {
  max-width: 212px;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2e2e2e;
  line-height: 50px;
  padding-left: 55px !important;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single {
  border: 1px solid #3f3f3f !important;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__arrow,
.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 50px !important;
}

.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.wrapper-current-plan {
  align-items: flex-start;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  /* border-width: 7px 5px 0 6px !important; */

  margin-left: -11px !important;
}

.fiq-ped-field-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2e2e2e transparent transparent transparent;
}

.fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2e2e2e transparent transparent transparent;
}

.signup-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3f3f3f transparent transparent transparent;
}

.fiq_cs_product_search_wrap .select2.select2-container.select2-container--default {
  width: 185px !important;
}

.signup-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px !important;
  position: absolute;
  top: 0px;
  right: 15px !important;
  width: 20px;
}

.signup-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3f3f3f transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.signup-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #3f3f3f transparent;
  border-width: 0 6px 6px 6px
}

.fiq_cs_product_search_wrap .select2-container--default.select2-container--open .select2-selection__clear {
  height: 45px !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
  display: none;
}

.select2-container--default.select2-container--open .select2-selection__clear {
  width: 44px;
  margin-right: 0px;
  display: block !important;
  padding-right: 0px;
}

.fiq_cs_mapping_container .select2-container--default.select2-container--open .select2-selection__clear,
.fiq_cs_popup_1 .select2-container--default.select2-container--open .select2-selection__clear {
  height: 44px !important;
}

.chain-rule .select2-container--default.select2-container--open .select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
  color: #2e2e2e;
}

.fiq_cs_mapping_target.error .select2-container--default .select2-selection--single {
  border: 1px solid red;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fiq_cs_popup_1 {
  background-color: #fff;
  border-radius: 20px;
  width: 770px;
  margin: 0 auto;
  padding: 24px 30px 30px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  /* height: 700px; */
  min-height: fit-content;
  /* overflow: hidden; */
  position: relative;
}

.custom-modal-content .fiq_cs_popup_1 {
  padding: 30px 30px 40px;
}

.fiq_cs_popup_content_wrap {
  /* overflow-y: auto;
  max-height: 430px; */
  /* padding-right: 15px; */
  /* overflow-x: hidden; */
  /* padding-top: 10px; */
}

.fiq_cs_popup_button.steps_back_btn {
  border: 1px solid #2e2e2e;
  background-color: transparent;
  color: #2e2e2e;

  text-align: center;

}

.fiq-login-section {
  position: relative;
}

.fiq-login-section .fiq_cs_popup_close {
  /* position: absolute;
  top: 20px;
  z-index: 11;
  right: 30px;
  cursor: pointer;
  color: #888888; */
}



.connection_steps_btn {
  text-align: end;
  /* padding-right: 15px; */
  text-align: end;
  /* padding-right: 15px; */
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.scroller {
  height: 374px;
  overflow: auto;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 60px 0px;
}

.fiq_cs_mapping_wrap {
  max-width: 1280px;
  margin: auto;
  padding: 60px 0px;
}

.fiq_contact_cards_wrap {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}

section.fiq_git_section {
  padding-bottom: 80px;
}

.p-40 {
  margin-top: 40px;
}

.plan-card {
  background: #fff;


  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;

  padding: 30px;
  margin-top: 40px;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.plan-card h2 {
  font-size: 27px;
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
  margin-bottom: 10px;
  font-weight: 500;
}

.plan-label {
  display: inline-block;
  /* background: #176a50; */
  color: #00416d;
  font-size: 14px;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 6px;
  margin-top: 4px;
  border: 1px solid #00416d;
  max-width: max-content;
}

.wrapper-current-plan .price {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.usage {
  font-size: 14px;

  margin-bottom: 6px;

  color: #555;
}

.price>.slash {
  font-size: 30px;
  color: gray;

}

.price>.slash {
  font-size: 30px;
  color: gray;
}

.progress-bar {
  width: 100%;

  background: #d7d7d7;

  border-radius: 100px;

  height: 16px;
  overflow: hidden;
}

.progress {
  height: 100%;

  width: 0%;

  background: #1c9e75;
  animation: fillProgress 1.5s ease forwards;
  border-radius: 100px;
}

@keyframes fillProgress {
  to {
    width: var(--progress);
  }
}

.renew,
.progress-count {
  font-size: 16px;
  color: #7e7b7b;
  font-size: 13px;
}

.plan-card ul li {
  margin: 5px 0;

  font-size: 14px;
}

.buttons {
  display: flex;

  gap: 10px;

  justify-content: end;
}

.btn {
  padding: 12px 14px;

  /* font-size: 14px; */

  border: none;

  border-radius: 6px;

  cursor: pointer;

  font-weight: 500;
}

.btn.change {
  background: #f1f5f9;
  background: #1c9f74;
  color: #fff;
  font-size: 15px;

}

.btn.cancel {
  font-size: 15px;
  background: transparent;
  color: #2e2e2e;

  border: 1px solid #2e2e2e;
}

/* .btn:hover {
  opacity: 0.9;
} */

.cancel-modal {
  display: none;

  position: fixed;

  z-index: 1000;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgba(0, 0, 0, 0.6);

  justify-content: center;

  align-items: center;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);

    opacity: 0;
  }

  to {
    transform: translateY(0);

    opacity: 1;
  }
}

.cancel-modal-content h3 {
  margin-top: 0;

  color: #2e2e2e;

  margin-bottom: 20px;

  font-size: 20px;
}

.div-for-scroll,
.invite-wrapper {
  max-height: 76%;
  overflow: auto;
  padding-right: 14px;
  padding-block: 10px;
  /* margin: 25px 0 10px; */
}

.invite-wrapper {
  max-height: 500px;
  overflow: auto;
  padding-right: 16px;
  scrollbar-gutter: stable;
}


.second-part {
  border: 1px solid #c8c8c8;
  padding: 14px 22px 10px;
  border-radius: 20px;
  margin-top: 20px;
}

.cancel-modal-content ul li {
  margin-bottom: 12px;
  color: #8d8d8d;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
}

.cancel-modal-content ul li img {
  margin-right: 10px;
  margin-top: 3px;
}

.modal-buttons {
  margin-top: 20px;
  text-align: right;
  display: flex;
  gap: 20px;
  justify-content: end;
}

.modal-buttons .btn {
  font-weight: 500;
  padding: 14px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

.confirm-cancel {
  background: none;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.dismiss-cancel {
  background: #00416d;
  color: #fff;

  cursor: pointer;
}



.filter-open-btn {
  padding: 8px 16px;
  cursor: pointer;
}

/* 🔹 Popup background overlay */
.filter-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* make sure it stays on top */
}

/* 🔹 Popup content box */
.filter-popup-content {
  border-radius: 20px;
  width: 750px;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.filter-group,
.filter-group-inline {
  margin-bottom: 30px;
  width: 47%;
  display: inline-block;
  margin-right: 18px;
}

.filter-group-inline {
  display: flex;
  gap: 10px;
}

.filter-group:last-child {
  margin-bottom: 0px;
}

.filter-label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #2e2e2e;
  text-align: left;
}

h3.filter-title {
  margin-bottom: 20px;
  font-size: 24px;
}

/* .filter-input {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

.filter-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

.filter-btn {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 6px;
}

.filter-btn-cancel {
  background: transparent;
  border: 1px solid #3f3f3f;
  color: #2e2e2e;
}


.filter-btn-apply {
  background: #00416d;
  color: #fff;
}

.filter-btn-apply:hover {
  background-color: #1c9e75;
}

.label-layer {
  font-size: 14px;
  display: flex;
  gap: 4px;
  color: #8D8D8D;
  cursor: pointer;
  text-align: left;
}

p.heading-cancel {
  margin-bottom: 16px;
  font-size: 14px;
  margin-top: 14px;
  border: 1px dashed #cf2222;
  padding: 10px;
  border-radius: 9px;
  background-color: #fff4f4;
  color: #cf2222;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;

}

span.month {
  color: #7e7b7b;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 3px;
}

.back-arrow {
  padding: 10px 10px;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  background-color: transparent;
  max-width: max-content;
  cursor: pointer;
  font-size: 16px;
  color: #2e2e2e;
  /* margin-bottom: 20px; */
  display: flex;
  gap: 8px;
  align-items: center;
  transition: color 0.2s;
}

.survey {
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: center;
}

.survey p {
  margin-bottom: 14px;
  margin-top: 14px;
  color: #2e2e2e;
  line-height: 1.4;
}

.modal-buttons button {
  width: 50%;
}

.survey label {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #8d8d8d;
  font-size: 15px;
  max-width: max-content;
}

.survey label:hover {
  color: #1c9e75;
}

.label-layer {
  display: flex;
  gap: 10px;
}

.back-arrow:hover {
  color: #0056b3;
}

.pricing-card-item {
  position: relative;
}

.payment-container {
  position: relative;
}

.modal-bg .select2-container {
  width: 100%
}

.modal-bg .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left !important;
}



span.price-word {
  color: #1192ce;
  font-size: 30px;
  font-weight: 600;
}

span.price-word sup {
  color: #7e7b7b;
  font-weight: 400;
}

.pricing_points_wrap>h3 {
  font-size: 22px;
  margin: 8px 0px 10px;
  color: #1c9e75;
}

.pricing_points_wrap>ul>li {
  font-size: 15px;
  line-height: 30px;
}

.pricing_points_wrap>ul>li>i {
  color: #1c9e75;
  margin-right: 5px;
}

.payment-container h2 {
  font-size: 24px;

  margin-bottom: 24px;

  font-weight: 500;

  color: #2e2e2e;
}

.payment-options {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.first-part {
  border: 1px solid #c8c8c8;
  padding: 14px 22px;

  border-radius: 20px;
}

.first-part.trail-warn {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.close-icon {
  font-size: 20px;
  position: absolute;
  top: -14px;
  right: -10px;
  color: #ffffff !important;
  background: #00416d;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
}

.fiq_cs_popup_2 .close-icon i,
.fiq_cs_popup_2 .close-icon i,
.cancel-modal .close-icon i,
.custom-modal .close-icon i {
  margin-left: 1px;
}

.close-icon:hover {
  background: #1c9e75;
}

.feed-toggle-buttons .tooltip .tooltiptext {
  font-size: 12px !important;
  max-width: 150px !important;
}

.payment-option {
  flex-direction: column;

  justify-content: end;

  padding: 20px;

  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);

  cursor: pointer;

  transition: 0.3s ease;

  height: 140px;

  width: 140px;

  display: flex;

  color: #5d5d5d;

  position: relative;

  align-items: center;

  border-radius: 10px;
}

.payment-option img {
  height: 40px;

  margin-bottom: 18px;

  object-fit: contain;

  width: 74px;
}

.payment-option.active {
  border: 1px solid #00416d;
}

.clr-2e2e2e {
  color: #2e2e2e;
}

.payment-option.active::after {
  content: "";

  position: absolute;

  top: 8px;

  right: 8px;

  background: #00416d;

  width: 16px;

  height: 16px;

  border-radius: 14px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.renew-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

.cancel-modal .select-store-heading,
.trail-warn .select-store-heading {
  font-size: 30px;
  color: #2e2e2e;
  /* line-height: 1.7; */
  text-align: center;
}

.cancel-modal .select-store-heading span,
.trail-warn .select-store-heading span {
  padding: 0 0 0 4px;
}

.payment-option.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6668 3.79175L5.25016 10.2084L2.3335 7.29175' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: center;

  background-size: 12px;
}

.submit-btn {
  margin-top: 24px;

  width: 100%;

  padding: 14px 4px;

  border: none;

  border-radius: 8px;

  background-color: #003366;

  color: white;

  font-size: 16px;

  cursor: pointer;

  max-width: 114px;

  text-align: center;

  margin-left: auto;

  display: block;
}

.f-700 {
  font-weight: 700;
}

.useless-div {
  margin-top: 14px;
}



.method {
  flex: 0 0 120px;

  min-height: 86px;

  border-radius: 10px;

  border: 1px solid #d6d6d6;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #fff;

  position: relative;

  cursor: pointer;
}

.method.selected {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06) inset;

  border-color: #86c6e1;
}

.method .label {
  font-size: 18px;

  font-weight: 700;
}

.method small {
  display: block;

  font-size: 12px;

  color: var(--muted);

  margin-top: 6px;

  text-align: center;
}

.check {
  position: absolute;

  right: 8px;

  top: 8px;

  width: 16px;

  height: 16px;

  background: #0ea36d;

  border-radius: 3px;

  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.scroller form {
  margin-top: 6px;

  margin-right: 20px;
}

/* form layout */

.payment-field {
  margin-bottom: 16px;
}

label.payment-label {
  display: block;

  font-size: 13px;

  margin-bottom: 8px;

  color: #333;
}

.payment-field input[type="text"],
.payment-field input[type="email"],
.payment-field input[type="tel"],
.payment-field select {
  width: 100%;

  box-sizing: border-box;

  padding: 14px 14px;

  border-radius: 8px;

  border: 1px solid #3f3f3f;

  font-size: 14px;

  outline: none;

  color: #5d5d5d;
}

.second-part .select-store-heading {
  line-height: normal;
}

.payment-field input::placeholder {
  color: #5d5d5d;
}

.card-row {
  position: relative;

  display: flex;

  align-items: center;
}

.fiq_cs_popup_1.payment-popup {
  position: relative;
  width: max-content;
  text-align: center;
}


.card-row input {
  padding-right: 68px;
}

.card-logo {
  position: absolute;

  right: 12px;

  top: 50%;

  transform: translateY(-50%);

  width: 44px;

  height: 28px;
}

.flex-capy {
  display: flex;

  gap: 12px;

  margin-top: 12px;
}

.flex-capy .payment-field {
  flex: 1;

  margin-bottom: 0;
}

.selected-plan {
  margin-top: 16px;

  margin-bottom: 18px;
}

.modal-buttons .close-modal {
  position: static;
}

.modal-buttons .close-modal {
  position: static;
  color: #fff;
  background-color: #1c9e75;
  border: 1px solid #1c9e75;
}

.price-row {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 10px 0 20px 0;

  font-weight: 700;

  font-size: 15px;
}

button:focus-visible {
  outline: none;
}

.price-sub {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 20px;
}

.price-sub .amount {
  font-weight: 700;

  font-size: 16px;
}

.card-wrap {
  position: relative;
}

.terms {
  text-align: center;

  color: #2e2e2e;

  font-size: 13px;
}

.terms a {
  color: #2e2e2e;

  text-decoration: underline;

  font-weight: 500;
}

span.onlythis.f-500 {
  color: #1c9e75;
  font-weight: 400;
  text-transform: capitalize;
}

.custom-select {
  width: 100%;

  padding: 12px 16px;

  padding-right: 48px;

  /* enough space for icon */

  font-size: 16px;

  border: 1px solid #ccc;

  border-radius: 10px;

  background-color: #d3e5e0;

  color: #2e2e2e;

  appearance: none;

  /* Remove default arrow */

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 20 20'%3E%3Cpath d='M5.25 7.5L10 12.25L14.75 7.5H5.25Z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 16px center;

  background-size: 5px 25px;

  /* ← Make icon larger */

  cursor: pointer;
}

/* Optional: remove focus ring for better style */

.custom-select:focus {
  outline: none;

  border-color: #00416d;
}

.f-500 {
  font-weight: 500;
}

.progress-bar-btn {
  display: flex;
  gap: 30px;
  align-items: end;
  margin-top: 10px;
}

.first-end {
  flex: 1;
}

.wrapper-current-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.padding-acitve {
  padding-right: 10px;
  margin-bottom: 10px;
}

.v-middle svg path {
  fill: #2e2e2e;
}

.profile-section {
  max-width: 1280px;
  margin: auto;
  padding: 60px 0;
}

.pricing-card-wrap a.plan-link {
  /* flex: 1; */
  width: 290px;
  /* max-width: 330px; */
}

.product_sction_header_wrap {
    display: flex;
}


@media (max-width: 1400px) {

  .fiq-signup-wrap,
  .fiq-login-wrap {
    align-items: flex-start;
  }

  .fiq_cs_popup_content_wrap.padding-acitve span.select2.select2-container.select2-container--default {
    max-width: 335px !important;
    width: 100% !important;
  }


  .pricing-card-wrap a.plan-link {
    /* flex: 1; */
    width: 315px;
    /* max-width: 330px; */
  }

  .pricing-card-wrap {
    gap: 30px;
  }

  .pricing-card-item .plan-name {
    font-size: 18px;
  }

  .signup-sub-heading li,
  .login-sub-heading li {
    font-size: 15px;
  }

  .signup-page .fiq-signup-section {
    height: 950px;
  }

  .container,
  .fiq_cs_mapping_wrap,
  .profile-section {
    padding: 60px 20px;
  }

  .custom_step_ftp .fiq_cs_popup_row .popup_fields_wrapper:nth-of-type(1) .tooltip .tooltiptext {
    left: 55px;
  }

  .custom_step_ftp .fiq_cs_popup_row .popup_fields_wrapper:nth-of-type(1) .label-wrapper:first-of-type .tooltip .tooltiptext::after {
    left: 26%;
  }

  /* .fiq_cs_popup_content_wrap span.select2.select2-container.select2-container--default {
    max-width: 335px !important;
    width: 100% !important;
  } */

  .header {
    padding: 0 20px;
  }

  .dashbaord-container {
    padding: 40px 20px 0;
  }

  .connect-section,
  .connect-store-section,
  .feature-section,
  .feature-section-2,
  .testimonial-section,
  .pricing-section,
  .who-we-are-section,
  .trail-section-wrapper,
  .fiq_about_us_perform_wrap,
  .fiq_about_us_y_choose_section,
  .fiq_about_us_y_choose_wrap,
  .fiq_contact_cards_wrap,
  .fiq_git_wrap {
    padding-inline: 20px;
  }

  .fiq_cs_popup_content_wrap {}

  .fiq_cs_popup_content_wrap.padding-acitve {
    padding-right: 10px;
  }



  .scroller {
    height: 217px;
    overflow: auto;
  }
}

.cb_rule_div {
  display: flex;
  align-items: center;
}

.cb_rule_div.no_0 label {
  padding-right: 18px;
}

.fiq-header {
  position: fixed;

  width: 100%;
  top: 0;
  left: 0px;
  background-color: transparent;
  /* background-color: rgb(14 31 25); */
  /* transition: background-color 0.3s ease; */
  z-index: 99;
}

.applied-filters,
.select-wrapper {
  display: flex;
    gap: 10px;
    align-items: center;
    /* max-width: calc(100% - 300px); */
}

.select-wrapper {
  /* width: calc(100% - 174px);
    overflow: auto;
    justify-content: end; */
  overflow-x: auto;
  width: 100%;
  max-width: fit-content;
  padding-bottom: 4px;

}

.fiq_cs_mapping_container .fiq_cs_mapping_group .select2-dropdown {
  z-index: 9 !important;
}

.fiq-header.scrolled,
.hamburger.scrolled {
  background-color: rgb(14 31 25);
}

.fiq_cs_header_wrap {
  justify-content: end;
}

.header {
  max-width: 1280px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 20px; */
}

span.forgot-password-link {
  float: right;
  padding-top: 5px;
  cursor: pointer;
  color: #2e2e2e;
}

.fiq_cs_mapping_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 50px;
}

.fiq_cs_mapping_grid_heading {
    margin: 36px 0px 30px;
    font-size: 18px;
    font-weight: 500;
}


.select-stores-card-wrap {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  justify-content: center;
}

.cancel-modal-content {
  background-color: #fff;
  padding: 20px 25px;
  width: 625px;
  border-radius: 15px;
  position: relative;
  animation: slideDown 0.3s ease-out;
}

.menu-toggle {
  display: none;
}

.news-letter-email button {
  border-radius: 10px;
  margin: 4px 2px;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.fiq_cs_product_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 50px;
}

.payment-container {
  position: relative;
}


.payment-container h2 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  color: #2e2e2e;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.payment-option {
  flex-direction: column;
  justify-content: end;
  /* border: 2px solid transparent; */
  /* border-radius: 15px; */
  padding: 20px;
  /* text-align: center; */
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  /* background: #f9f9f9; */
  cursor: pointer;
  transition: 0.3s ease;
  height: 140px;
  width: 140px;
  display: flex;
  color: #5d5d5d;
  position: relative;
  align-items: center;
  border-radius: 10px;
}

.payment-option img {
  height: 40px;
  margin-bottom: 18px;
  object-fit: contain;
  width: 74px;
}

.payment-option.active {
  border: 1px solid #00416d;
}

.clr-2e2e2e {
  color: #2e2e2e;
}

.custom-modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-modal.open {
  display: flex;
}

.payment-option.active::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #00416d;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-option.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6668 3.79175L5.25016 10.2084L2.3335 7.29175' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.submit-btn {
  margin-top: 24px;
  width: 100%;
  padding: 14px 4px;
  border: none;
  border-radius: 8px;
  background-color: #003366;
  color: white;
  font-size: 16px;
  cursor: pointer;
  max-width: 114px;
  text-align: center;
  margin-left: auto;
  display: block;
}

.f-700 {
  font-weight: 700;
}

.subtitle {
  margin: 12px 0 20px 0;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.4;
}

.methods {
  display: flex;
  gap: 16px;
  /* margin-bottom: 22px; */
}

.method {
  flex: 0 0 120px;
  min-height: 86px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.method.selected {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06) inset;
  border-color: #86c6e1;
}

.method .label {
  font-size: 18px;
  font-weight: 700;
}

.method small {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  text-align: center;
}

.check {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #0ea36d;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.scroller form {
  margin-top: 6px;
  margin-right: 20px;
}

/* form layout */
.payment-field {
  margin-bottom: 16px;
}

label.payment-label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: #333;
}

.payment-field input[type="text"],
.payment-field input[type="email"],
.payment-field input[type="tel"],
.payment-field select {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 14px;
  border-radius: 8px;
  border: 1px solid #3f3f3f;
  font-size: 14px;
  outline: none;
  color: #5d5d5d;
}

.payment-field input::placeholder {
  color: #5d5d5d;
}

/* card number row keep small logo at right */
.card-row {
  position: relative;
  display: flex;
  align-items: center;
}

.card-row input {
  padding-right: 68px;
}

.card-logo {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 28px;
}

.flex {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.flex .payment-field {
  flex: 1;
  margin-bottom: 0;
}

/* selected plan */
.selected-plan {
  margin-top: 16px;
  margin-bottom: 18px;
}

.select {
  border-radius: 10px;
  border: 1px solid var(--input-border);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #e9f6f2;
  color: #234;
}

/* price block */
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px 0;
  font-weight: 700;
  font-size: 15px;
}

.price-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.price-sub .amount {
  font-weight: 700;
  font-size: 16px;
}

.card-wrap {
  position: relative;
}

/* CTA */
.cta {
  display: block;
  background: #1c9e75;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
  margin-bottom: 14px;
}

.pay-bill {
  width: 100%;
}

.terms {
  text-align: center;
  color: #2e2e2e;
  font-size: 13px;
}

.terms a {
  color: #2e2e2e;
  text-decoration: underline;
  font-weight: 500;
}

.custom-select {
  width: 100%;
  padding: 12px 16px;
  padding-right: 48px;

  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #d3e5e0;
  color: #2e2e2e;
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 20 20'%3E%3Cpath d='M5.25 7.5L10 12.25L14.75 7.5H5.25Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 5px 25px;

  cursor: pointer;
}

.custom-select:focus {
  outline: none;
  border-color: #00416d;
}

.f-500 {
  font-weight: 500;
}

.fiq_cs_popup_2 {
  background-color: #fff;
  border-radius: 20px;
  width: 625px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  height: 300px;
  min-height: fit-content;
  /* overflow: hidden; */
  position: relative;
}

.feed-toggle-buttons {
  display: flex;
  gap: 8px;
}

.feed-toggle-buttons button img {
  width: 22px;
  height: 22px;


}

.feed-toggle-buttons .fb-btn img {
  width: 25px;
  height: 25px;
}

.feed-toggle-buttons button {
  color: #2e2e2e;
  /* padding: 8px 12px 6px; */
  border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: transparent;
  width: 65px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feed-toggle-buttons button.active,
.feed-toggle-buttons button:hover {
  border: 1px solid #1c9e75;
  color: #1c9e75;
}

.cta-button.cta {
  margin-bottom: 0px;
}

/* .close-modal {
  color: #888888;
  font-size: 16px;
} */

.channel-stores-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 40px;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.channel-stores-card-wrap .select-stores-card-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.channel-stores-card-wrap .select-stores-card-item {
  background-color: white;
  border-radius: 20px;
  width: 290px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.channel-stores-card-wrap .select-stores-card-logo {
  width: 75px;
  height: 75px;

}

.price-range,
.price-range-sale {
  width: 47%;
  display: inline-block;
  margin-right: 18px;
}

.price-range .filter-group,
.price-range-sale .filter-group {
  margin-right: 0;
}

.price-range .filter-group:first-child,
.price-range-sale .filter-group:first-child {
  margin-right: 15px;
}

.signup-form .google-btn .google-btn-link,
.google-text {
  color: #5d5d5d;
}
span.facebook-text{
  color: #5d5d5d;
}
.fiq_cs_back_btn:hover,

.fiq_ped-btns_wrap button:hover,
.btn.cancel:hover,
.confirm-cancel:hover,
.back-arrow:hover,
.hide-div:hover,
.login-form .google-btn:hover,
.signup-form .google-btn:hover,
.fiq_cs_popup_button.steps_back_btn:hover,
.filter-btn-cancel:hover
{
  border: 1px solid #1c9e75;
  color: #1c9e75;
  background-color: transparent;
}
.login-form .google-btn:hover span.facebook-text{
   color: #1c9e75;
}
.fiq_cs_product_search_wrap div button:hover {
  /* background-color: #1c9e75;
    border: 1px solid #1c9e75; */
}

.back-arrow:hover i,
/* .hide-div:hover i, */
.login-form .google-btn:hover i,
.signup-form .google-btn:hover i,
.login-form .google-btn:hover .google-text,
.signup-form .google-btn:hover .google-text,
.signup-form .google-btn:hover .google-btn-link,
.terms-\&-condition label a:hover,
.signup-link a:hover,
span.forgot-password-link:hover,
footer .footer-wrap a:hover,
.url-wrap a:hover,
.fiq_cs_popup_close:hover,
.close-modal,
.btn-primary:hover {
  /* color: #0866ff; */
  color: #1c9e75;
}

tr.empty-row td {
  text-transform: capitalize;
}

.connection_steps_btn.connection_btn_csv {
  text-align: end;

}

span.select2.select2-container.select2-container--default.select2-container--open span.select2-selection.select2-selection--single,
._fiq_cs_product_search:focus-within,
.fiq-ped-field>span:focus-within,
.rule-line input:focus-visible,
.fiq_cs_popup_input:focus-within,
.payment-field input:focus-visible,
.intel-wrap:focus-within,
input:focus-visible {
  border-color: #1c9e75 !important;

  outline: none;
}

input.iti__search-input {
  max-height: 40px;
}

.generic_rules_info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;

  color: #2e2e2e;
  font-size: 18px;

  text-align: center;

}

span#newsletter-error {
  font-size: 12px;
}

.fiq_cs_popup_button.steps_back_btn,
.fiq_cs_popup_button.steps_next_btn {
  height: 40px;
  padding: 0;
  width: 78px;
  font-size: 14px;

}

.fiq_cs_popup_button.steps_next_btn {
  height: 40px;
}

/* .fiq_cs_popup_button.steps_next_btn,
.fiq_cs_popup_button.main_submit_btn {
  margin-left: 10px;
} */

/* sign up forget pass  */
#forget-password-back-btn {
  padding: 10px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #176a50;
  margin-top: 25px;
  cursor: pointer;
  border: 1px solid #1c9e75;
  line-height: 0;
  transition: background-color 0.2s ease-in-out;
}

#forget-password-back-btn:hover {
  background-color: #007a9b;
  color: white;
  border: 1px solid #007a9b;
}

/* knowledgebase page styling */
.main-knowledge-product-wrapper {
  margin: 0px 0 60px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 50px 30px 50px 30px;
  border-radius: 12px;
}

.knowledge-base-container .main-knowledge-product-wrapper:last-child {
  margin: 0;
}

.search-box-knowledge-base {
  max-width: 800px;
  /* Adjust width as needed */
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 40px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  margin-block: 30px;
  margin-inline: auto;
}

.search-icon {
  margin-top: 4px;
}

.search-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.search-box-knowledge-base input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: #555;
}

.search-box-knowledge-base input::placeholder {
  color: #bbb;
  font-weight: 400;
}

/* .inner-product-box-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 60px;
} */

.inner-product-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px 60px;
}

/* .product-box-wrap {
  display: flex;
  width: 37%;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 16px 8px 16px 0;
  border-radius: 15px;
} */
.product-box-wrap {
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 16px 8px 16px 0;
  border-radius: 15px;
}

.product-content-box .view_store_title:hover {
  color: #1c9e75;
  transition: all 0.2s linear;
}

.product-content-box .view_store_details {
  color: #1c9e75;
  transition: all 0.2s linear;
  font-size: 14px;
  text-decoration: underline;
}

.product-content-box .view_store_details:hover {
  color: #013f68;
}

.feed-box img {
  width: 137px;
  height: 137px;
  object-fit: contain;
  margin-bottom: 10px;
}

.video-item {
  text-align: center;
  margin-bottom: 8px;
}

.product-box-wrap:hover {
  background-color: #F7F6FB;
}

.product-content-box h4 {
  font-weight: bold;
  font-size: 18px;
}

.product-content-box p {
  color: #ccc;
  padding-block: 4px;
}

.product-img-box img {
  width: 122px;
  height: 122px;
  object-fit: contain
}

.product-content-box a {
  color: #1a7a;
  font-size: 14px;
  text-decoration: underline;
}

.video-thumbnail {
  background-color: #000;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.preview_btn_svg_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  border: 5px solid white;
  background: #00000085;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(255 255 255 / 23%) 0px 3px 8px;
}

.video-thumbnail svg {
  width: 34px;
  fill: #ffffff;
  cursor: pointer;
  margin-left: 3px;
}

.preview_btn_svg_wrap:hover {
  cursor: pointer;
  border: 5px solid #1c9e75;
  transition: all 0.2s linear;

  .open_video_preview_kb {
    scale: 1.1;
    transition: all 0.2s linear;
    fill: #1c9e75;
  }

}


.feed-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.faq-item-container .faq-item:last-child {
  margin-bottom: 8px;
}

.store-connection-desc {
  padding: 50px 30px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.main-store-wrap .store-element {
  display: grid;
  grid-template-columns: repeat(4, 137px);
  gap: 40px 100px;
  justify-content: center;
}

.video-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: blur(1.5px);
}

/* .vide-inner-container {
  display: grid;
  grid-template-columns: repeat(3, 305px);
  gap: 52px 80px;
  padding: 50px 50px 0px 50px;
  justify-content: center
} */

.vide-inner-container {
  display: grid;
  grid-template-columns: repeat(3, 305px);
  gap: 52px 80px;
  padding: 50px 0px 0px 0px;
  justify-content: center;
  width: 100%;
}

.video-item p {
  font-weight: 500;
  padding-bottom: 4px;
}

.faq-item {
  margin-bottom: 20px;
  padding: 20px 25px;
  background-color: #f9f9f9;
  border-radius: 15px;
  transition: background-color 0.3s;
}

.question {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question i {
  transition: transform 0.4s;
  font-size: 16px;
}

.question i.rotate {
  transform: rotate(180deg);
}


.answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  padding: 0px 0 0 0;
  font-size: 16px;
  color: #989898;
  line-height: 1.3;
}

.answer strong {
  color: #2e2e2e;
}

.knowledgebade-hedng {
  max-width: 482px;
}

.select-store-description.shopify-description {
  max-width: 695px;
}

.answer a {
  text-decoration: underline;
}

.answer a:hover {
  color: #1c9e75;
}

.knowledge-base-header {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 96px;
}

.answer.open {
  padding: 12px 0 0px 0;
  opacity: 1;

}

.faq-item-container {
  padding: 50px 30px 0 30px;
}

.select-store-heading.header-heading {
  color: #fff;
  font-size: 26px;
}

.header-knowledge-heading {
  max-width: 443px;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

@media (min-width: 991px) {

  /* .wrappering-icon,
  .main-content,
  .footer-wrap .feediq-logo-wrap {
    margin-left: 80px !important;
  } */
  .fiq_connect_store_main_wrap {
    margin-left: 80px;
    width: calc(100% - 80px);
  }

  /* .fiq_connect_store_main_wrap .fiq-header  */
  .header{
    width: calc(100% - 80px);
    top: 0;
    left: 80px;
  }
}

.iti {
  position: relative;
  display: inline-block;
  /* width: 100%; */
}

.iti--inline-dropdown .iti__dropdown-content {
  width: 400px !important;
}

.fiq-header-btn-wrap .login-btn,
.fiq-header-btn-wrap .signup-btn {
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .fiq_cs_mapping_grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 1024px) {
  .main-store-wrap .store-element {
    grid-template-columns: repeat(3, 137px);
  }

  .vide-inner-container {
    grid-template-columns: repeat(2, 305px);
  }

  img.footer-bg {
    z-index: -1;
  }

  .pricing-card-wrap a.plan-link {
    /* flex: 1; */
    width: auto;
    /* max-width: 330px; */
  }

  .fiq_cs_header_nav_wrap span {
    padding: 20px 32px;
  }

  .fiq_cs_popup_1 {
    width: 702px;
  }


  .cb_rule_condition {
    box-shadow: none;
    padding: 15px;
  }

  .dashbaord-container {
    padding: 10px;
  }

  .fiq_cs_mapping_wrap {
    padding: 100px 20px;
  }


  .scroller {
    height: 175px;

  }
}

.profile-inner-section input {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  background: transparent;
  outline: 1px solid #3f3f3f;
  border: none;
  color: #5d5d5d;
  padding: 10px 15px;
  font-size: 16px;
}

@media (max-width: 992px) {
  .fiq_cs_mapping_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-box-wrap {
    width: 45%;
  }

  .product-img-box img {
    width: 100px;
    height: 100px;
  }

  .product-content-box p {
    font-size: 14px;
  }

  .product-content-box h4 {
    font-size: 16px;
  }

  .fiq_cs_header_nav_wrap span {
    font-size: 18px;
    padding: 16px 16px;
  }

  .menu-toggle {
    display: block;
  }

  .channel-stores-card-wrap {

    grid-template-columns: 1fr 1fr;
  }

  .cb_rule_div select,
  .cb_rule_div input {
    min-width: 80px;
  }

  .search-input {
    font-size: 14px;
    padding: 8px 15px 8px 33px;
  }

  .order_history_tab .order-table .fiq_cs_product_table tbody td:nth-child(2),
  .order_history_tab .order-table .fiq_cs_product_table thead th:nth-child(2) {
    width: 133px;
  }
table.fiq_cs_product_table.user-list-account thead th {
    width: 80px;
}
  table.fiq_cs_product_table.user-list-account tbody td:nth-child(3),
  table.fiq_cs_product_table.user-list-account thead th:nth-child(3) {
    width: 150px;
  }

  .signup-page .signup-right {
    width: 100%;
    justify-content: center;
    padding-top: 0;
  }

  .login-left,
  .signup-left {
    display: none !important;
  }

  .login-right,
  .forgot-password-right,
  .otp-right,
  .reset-password-right {
    width: 100%;
    margin: auto;
    border-radius: 12px;
  }

  .pricing-section {
    padding: 60px 0px 80px;
  }

  .profile-inner-section input {
    font-size: 15px;
  }

  .popup-wrap {
    width: 90%;
  }

  .d-flex-row {
    gap: 14px;
  }

  .fiq-login-section {
    width: auto;
  }

  .connect-stores-card-item {
    flex: auto;
  }

  .trail-section-wrapper {
    padding-block: 0;
  }
}



.fiq_cs_mapping_label .tooltip,
.fiq_cs_popup_1 .tooltip {
  position: relative;

  cursor: pointer;
}

.fiq_cs_mapping_label,
.fiq_cs_popup_desc,
.label-wrapper {
  display: flex;
  gap: 4px;
}

.fiq_cs_mapping_label {
  align-items: center;
}

.feediq_pop-up_details .shopify-btn:hover svg path,
.feediq_pop-up_details .install-btn:hover svg path,
.feediq_pop-up_details .shopify-btn.active svg path,
.feediq_pop-up_details .install-btn.active svg path {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.fiq_cs_popup_1 span.label {
  display: block;
  margin-top: -1px;
  color: #2e2e2e;
  font-weight: normal;
}

.fiq_cs_mapping_label span.label {
  display: block;
  color: #2e2e2e;
  font-weight: normal;
}

.fiq_cs_mapping_label .tooltip:hover .tooltiptext,
.fiq-ped-card .tooltip:hover .tooltiptext,
.fiq_cs_popup_1 .tooltip .tooltiptext {
  visibility: visible;
  opacity: 1;
  bottom: 140%;
  left: 50%;
  top: unset;
}

.fiq-ped-card .feed-toggle-buttons .tooltip:hover .tooltiptext {
  bottom: 120%;
}

.fiq_cs_popup_1 .tooltip .tooltiptext,
.fiq-ped-card .tooltip .tooltiptext {
  text-wrap: wrap;

  color: #2e2e2e;
}

.tooltip .tooltiptext {
  background-color: #fff;
  color: #2e2e2e;
  border: 1px solid #ccc;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fiq_cs_popup_content_wrap>.fiq_cs_popup_row .tooltip:hover .tooltiptext,
.fiq_cs_popup_1 .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  /* display: block; */
}

.text-end {
  text-align: right;
  width: 100%;
}

.google-btn-link {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.google-text {
  display: flex;
  align-items: center;
  gap: 4px;
}

input#dial-code {
  width: 90px;
  text-align: right;
  padding-right: 0;
  outline: none;
  color: #5d5d5d;
}

.intel-wrap {
  display: flex;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
}

.signup-right .signup-form .signup-input input:focus-visible,
.signup-right .signup-form .signup-input select:focus-visible,
.profile-inner-section input:focus-visible {
  outline: 1px solid #1c9e75;
  border: none;

}

.filter-form select:focus-visible {
  outline: none;
  border: 1px solid #1c9e75;
}

.signup-input input#phone,
.intel-wrap input#number {
  outline: none;
  padding-left: 8px;
}

.intel-wrap input:focus-visible {
  border: none !important;
  outline: none !important;
}

.pricing-card-item .price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card-item span.original-price {
  font-size: 25px;
}

.fiq-login-logo a {
  display: block;
}

.pricing-card-item.card-.recommended::after {
  content: "recommended";
  position: absolute;
  top: 16px;
  right: 12px;
  background: white;
  color: #176a50;
  font-size: 12px;
  max-width: 114px !important;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 9;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 2;
}

.main_image .relative_tooltip:before {
  content: 'Main Image';
  position: absolute;
  top: 0;
  background: #1c9e75;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 2px 0px;
}

.main_image .relative_tooltip {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.fiq-ped-text p {
  font-size: 24px;
  line-height: 0.8;
}

.fiq-ped-text span {
  font-size: 14px;
  color: #585858;
  font-weight: 500;
}

.fiq_cs_mapping_label .tooltip .tooltiptext,
.fiq-ped-card .tooltip .tooltiptext,
.fiq_cs_popup_1 .tooltip .tooltiptext {
  visibility: hidden;
  text-align: center;
  border-radius: 4px;
  padding: 8px 8px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid #ccc;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 215px;
  width: max-content;
  font-weight: normal;
  background-color: #fff;
  color: #2e2e2e;
  z-index: 999;
  line-height: 1.2;
  bottom: 140%;
  left: 50%;
  top: unset;
  white-space: wrap;
  text-wrap: wrap;
  word-break: break-word;
  background: #1c9e75;
  color: white;
}

.fiq_cs_popup_1 .tooltip .tooltiptext {
  max-width: 195px;
}

.hide-div {
  max-width: max-content;
  padding: 10px 10px;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  background-color: transparent;
  max-width: max-content;
  cursor: pointer;
  font-size: 16px;
  color: #2e2e2e;
  /* margin-bottom: 20px; */
  display: flex;
  gap: 8px;
  align-items: center;
  transition: color 0.2s;
}

.tooltip .tooltiptext::after,
.fiq_cs_popup_1 .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  /* border-color: #176a50 transparent transparent transparent; */
  border-color: #00416d transparent transparent transparent;
  z-index: 99;
}

.fiq_cs_popup_1 span.label {
  padding-bottom: 4px;
}

.w-100 {
  width: 100% !important;
}

.fiq_cs_popup_1 span.label {
  color: #2e2e2e;
}

.label-wrapper svg path,
.fiq_cs_popup_desc svg path {
  fill: #2e2e2e;
  opacity: 0.9;
}

.label-wrapper svg,
.fiq_cs_popup_desc svg,
.fiq-ped-field label svg {
  cursor: pointer;
}

.label-wrapper {
  margin-bottom: 4px;
}

.fiq-ped-field-select .label-wrapper {
  margin-bottom: 0px;
}

.font-14 {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #176a50 !important;
  color: #fff !important;
}

.v-middle {
  vertical-align: middle;
  margin-left: 4px;
}

.popup-loader-overlay {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 96%;
  margin: auto;
  height: 96%;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.fiq_cs_product_table tbody {
  position: relative;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  /* font-family: sans-serif; */
  font-weight: 600;
}

.popup-box button {
  margin-top: 28px;
  padding: 8px 15px;
  border: none;
  background-color: #176a50;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.modal-cta-btn:hover {
  background-color: #0056b3;
}

.modal-cta-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.signup-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #5d5d5d !important;
}

.dropdown-menu a:hover .svg-on,
.dropdown-menu a:hover .svg-on path,
.acc_dropdown_btn:hover .svg-on path,
.acc_dropdown_btn:hover .svg-on {
  fill: #fff;
}

.logout-svg {
  width: 20px;
  height: 20px;
}

.dropdown-menu a .svg-on,
.acc_dropdown_btn .svg-on {
  width: 18px;
  height: 18px;
}

.show-option {
  display: block;
}

/* .logout-svg path {
  stroke: #2e2e2e;
} */

.dropdown-menu a:hover .logout-svg path {
  stroke: #fff;
}

.fiq_loading_img {
  text-align: center;
  padding-block: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown

 {
  width: 100%;
} */
/* input#number 
{
padding-left: 52px;
} */

.btn.change:hover,
.btn-submit:hover,
.modal-buttons .close-modal:hover,
.cta:hover,
.add-section-btn:hover {
  background-color: #00416d;
  color: #fff;
  border-color: #00416d;
}

.pencil-wrap .fa-pencil:hover::before {
  color: #00416d;
}

.pricing-card-item {
  position: relative;
}

.pricing-card-item.active::before {
  content: "✔ Active";
  position: absolute;
  top: 16px;
  right: 12px;
  background-color: #176a50;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 9;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



/* .pricing-card-item.active button.start-btn::before {
    content: "✔ Active";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #176a50;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 9;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
} */

.pricing-card-wrap a:nth-child(1) .pricing-card-item.active::before {
  background-color: white;
  color: #176a50;
  background-color: #176a50;

  color: white;
}

.pricing-card-wrap a:nth-child(2) .pricing-card-item.active::before {
  background-color: white;
  color: #176a50;
}

.pricing-card-wrap a:nth-child(3) .pricing-card-item.active::before {
  background-color: #176a50;
  color: white;
}

.globalSelect.error+.select2-container--default .select2-selection--single {
  border: 1px solid red !important;
}

.select2-container--default .select2-results>.select2-results__options {
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}

input.custom_link.upload_file_feed_auth.cb_feed_prefrence.fiq_cs_popup_input {
  font-size: 12px;
  cursor: pointer;
}

.error_class {
  padding-top: 10px;
  color: #d02626;
  text-align: left;
}

.error_class span {
  font-size: 13px;
}

.feed-toggle-buttons button {
  position: relative;
}

.feed-toggle-buttons button.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6668 3.79175L5.25016 10.2084L2.3335 7.29175' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 10px !important;
}

.feed-toggle-buttons button.active::after {
  content: "";
  position: absolute;
  top: 4px;
  /* Adjust the position of the checkmark */
  left: 3px;
  /* Adjust the position of the checkmark */
  background: #1c9e75;
  /* Checkmark background color */
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /* Makes the checkmark circular */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6668 3.79175L5.25016 10.2084L2.3335 7.29175' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center;
  /* Center the checkmark */
  background-size: 10px;
  /* Adjust size of the checkmark */
  z-index: 1;
}

.fiq-ped-field>span,
.fiq-ped-field.condition input[type="radio"]:checked {

  transition:
    border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.6s ease,
    transform 0.3s ease;
}


.fiq-ped-field.yellow-border>span,
.age-select.yellow-border+.select2-container--default .select2-selection--single,
.fiq-ped-field.condition.yellow-border input[type="radio"]:checked {
  border-color: #eeb104 !important;
  box-shadow: 0 0 4px rgba(248, 197, 33, 0.3);

}

.fiq-ped-field.blue-border>span,
.age-select.blue-border+.select2-container--default .select2-selection--single,
.fiq-ped-field.condition.blue-border input[type="radio"]:checked {
  border-color: #195ad9 !important;
  box-shadow: 0 0 4px rgba(1, 61, 98, 0.3);

}

.fiq-ped-field-gender span {
  background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow 0.6s ease,
  transform 0.3s ease;
}

.fiq-ped-field-gender.blue-border span.active {
  /* background-color: #195ad9;
            box-shadow: 0 0 4px rgba(1, 61, 98, 0.3);
            transform: scale(1.01);
            border-color: #195ad9; */
}

.fiq-ped-field-gender.yellow-border span.active {
  /* background-color: #eeb104;
            box-shadow: 0 0 4px rgba(248, 197, 33, 0.3);
            transform: scale(1.01);
            border-color: #eeb104; */
}

.fiq-ped-field.condition.yellow-border input[type="radio"]::before {
  background-color: #eeb104;
}

.fiq-ped-field.condition.blue-border input[type="radio"]::before {
  background-color: #195ad9;
}

.btn-popup {
  margin-top: 16px;
  text-align: end;
}

.fiq_ped-btns_wrap.rules-btn {
  margin-top: 30px;
  padding-inline: 25px;
}

.custom-link-auth-input input {
  margin-top: 25px;
}

/* ....rule ...section */
.rule-choice {
  text-align: center;
  margin: auto;
  color: #2e2e2e;
  padding: 25px 25px 30px 25px;
  border-radius: 12px;
  margin-top: 50px;
  box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.1), 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  /* height: 200px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 750px;
}

.select2-results__option {
  font-size: 15px !important;
  color: #2e2e2e !important;
}

.rule-choice p {
  font-size: 19px;
  min-height: 90px;

  line-height: 1.7;
}

.rule-choice .fiq_ped-btns_wrap {
  justify-content: center;
  position: static;
  padding: 0px;
  margin: 0;
}



.dnone {
  display: none !important;
}

.rule-section {
  background: #fff;

  padding: 25px 25px 20px 25px;
  border-radius: 6px;
  margin-bottom: 30px;

  box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.1), 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.select-parent,
.replace_then_inputs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}


input.rules-title-input {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #2e2e2e;
  font-family: "Rubik", serif !important;
}

.select-paren .select2-selection__clear {
  display: none;
}

.select-paren .select2-container--default .select2-selection--single[title]:not([title=""]) .select2-selection__clear {
  display: block;
}

.rule-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin-bottom: 10px; */
  gap: 10px;
  justify-content: space-between;
  border: 1px solid #e7e0e0;
  /* border-top: 0; */
  padding: 10px;
}

.menu-toggle i {
  color: #fff;
}

.wrappering-icon a,
.fiq-header-logo a {
  display: inline-block;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.rule-line {
  position: relative;
}

.rule-line {
  margin-bottom: 10px !important;
  border: 1px solid #e7e0e0 !important;
  border-radius: 4px;
}


.chain-rule {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin-bottom: 10px; */
  gap: 10px;
}

.chain-rule .ui-c-AveLS img {
  width: 20px;
}

.rule-line.indent.second-rule {
  border-bottom: 1px solid #e7e0e0 !important;
  margin-bottom: 16px;
}



.rule-line select,
.rule-line input {
  padding: 6px 10px;
  font-size: 15px;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  width: 200px;
  min-height: 44px;
}

select::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.rule-line input::placeholder,
.rule-line input {
  color: #2e2e2e !important;
}

.rule-line .chain_rule_tag {
  margin-right: 8px;

}

.add-section-btn {
  margin-top: 10px;
  padding: 10px 22px;
  font-size: 14px;
  background-color: #1c9e75;
  border: 1px solid #1c9e75;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: auto;
  color: #fff;
}


.ui-c-dmBoZR {
  display: flex;
  justify-content: space-between;
}



.rules-sign {
  position: relative;
}


.select-parent span.select2.select2-container.select2-container--default {
  width: 200px !important;
}

.select-parent .select2-container .select2-selection--single {
  height: 44px !important;
}

.select-parent .select2-container--default .select2-selection--single {
  border: 1px solid #2e2e2e;
}

.select-parent .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2e2e2e;
  line-height: 44px !important;
  font-size: 15px;
}

.select-parent .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute;
  top: 1px;
  right: 5px !important;
  width: 20px;
}

.btn-submit {
  margin-top: 40px;
  background-color: #176a50;
  color: #fff;
  max-width: max-content;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.rules-alignment {
  /* display: none; */
  display: flex;
  gap: 10px;
  align-items: center;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.2s ease;
  float: right;
}

/* .first-rule:hover .rules-alignment {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
  float: right;
} */

.text-end {
  display: flex;
  justify-content: end;
}

.text-end.btns {
  display: flex;
  justify-content: center;
}

.icon-wrop {
  display: flex;
  /* gap: 6px; */
  align-items: center;
}

.open-history-clock:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.rule-tablet {
  margin-top: 50px;
  margin-bottom: 8px;
}

.show-on-hover,
.show-on-hover.disabled {
  /* opacity: 0; */
  cursor: pointer;
  padding: 7px;
}

.rule-line:hover .show-on-hover,
.rules-alignment.active .show-on-hover {
  opacity: 1;
  background-color: #f5f5f5;
}

.rule-line:hover .show-on-hover.disabled {
  opacity: .3;
}

.normal-label {
  font-weight: 400 !important;
  color: #2e2e2e;
  font-size: 12px;
  margin-right: 4px !important;
}

.custom-dropdown {
  background-color: white;
  border: 1px solid #e7e0e0;
  border-radius: 4px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  width: 100px;
}

.custom-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.custom-dropdown ul li {
  padding: 6px 12px;
  cursor: pointer;
}

.custom-dropdown ul li:hover {
  background-color: #f2f2f2;
}

.tooltip {
  position: relative;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;

  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  /* white-space: nowrap; */
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);


}


.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* farrukh styling */
.dropdown-menus {
  z-index: 1;
}

.rules-alignment img {
  width: 14px;
}

.delete_dropdown_wrapper li.disabled,
.rule-line:hover .show-on-hover.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.value-input.is-invalid {
  border-color: red;
}


.field_wrap_main {
  width: 100%;
  display: flex;
  gap: 15px;
}

.field_wrap {
  width: 50%;
}

.magento_wrap_field {
  display: flex;
  gap: 15px;
  margin: 35px 0px 0px;
}

/* please add this */

.filter-open-btn svg path {
  fill: white;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 18px;
  color: #5d5d5d;
  cursor: pointer;
  transform: translateY(-50%);
}


.profile-inner-section {
  margin: 40px 0 20px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  border-radius: 12px;

}



.profile-inner-section input::placeholder {
  color: #5d5d5d;
}

.d-flex-row .signup-input {
  width: 50%;
  margin-bottom: 35px;
  position: relative;
}


.btn-wrap {
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: end;
}

.btn-wrap .save-btn {
  max-width: 100px;
  text-align: right;
  align-items: center;
  height: 45px;
}

.profile-info .profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.profile-info .profile-img {
  position: relative;
  width: 90px;
  height: 90px;

}

.profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.profile-info-inner {
  display: flex;
  align-items: center;
  gap: 16px;

}

.profile-info p {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 500;

}

.header-pro-file {
  margin-bottom: 40px;
}

.update-pass {
  margin-bottom: 24px;
}

.profile-heading {
  text-align: left;
  margin-bottom: 16px;
  color: #2e2e2e;
  letter-spacing: .3;
  font-size: 20px;
}

.warning-box {
  background-color: #e6fff7;
  max-width: max-content;
  margin: auto;
  border-radius: 50px;
  padding: 14px;
  margin-bottom: 28px;
}

.login-history .fiq_cs_popup_1 {
  padding: 35px 20px 35px 30px;
}

.profile-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history-container {


  width: 100%;
}

.history-container h3 {
  margin-bottom: 20px;
  color: #2e2e2e;
}

.history-container .pre-heading {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

.invite-end {
  text-align: end;
  margin-top: 25px;

}

.relative-parent {
  position: relative;
}

.send-invite-end {
  text-align: end;
  margin-top: 10px;
}

.invite-modal .select-store-description {
  margin-bottom: 20px;
  font-size: 16px;
}

.session_manage_scroll {
  overflow-y: auto;
  max-height: 530px;
  overflow-x: hidden;
  /* margin-block: 26px; */
  padding-right: 10px;
}

.history-section h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

button.cancel.confirm-close,
button.confirm-close-2fa {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #2e2e2e;
  padding: 12px 20px;
}

.session {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #e2e3e7;
  border-radius: 10px;
  padding: 14px 9px 14px 16px;
  margin-bottom: 10px;
}

.history-section .session:last-child {
  margin-bottom: 0px;
}

.history-plan-btn {
  margin-top: 30px;
}

button.logout-session {
  padding-inline: 10px;
  background-color: transparent;
}

.session-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.device-name {
  font-weight: 600;
  color: #2e2e2e;
}

.current-device {
  color: #18b55f;
  font-weight: 500;
}

.session-details {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.close-history {
  background: none;
  border: none;

  cursor: pointer;
  transition: color 0.2s ease;
}

.close-history:hover {
  color: #555;
}

.history-btn {

  font-size: 20px;
  background-color: transparent;

  padding: 6px;
  border-radius: 6px;
  /* max-height: 32px; */

}

.history-btn i {
  color: #1c9e75;

}

.history-btn img {
  object-fit: contain;
}

.logout-wrap .tooltiptext {
  left: -16px;
  top: 23px;
  bottom: auto;
}

.logout-wrap .tooltip .tooltiptext::after {
  left: 78%;
  border-color: transparent transparent #176a50 transparent;
  top: -12px
}

.logout-wrap {
  display: flex;
  align-items: center;
  gap: 10px
}

.logout-wrap .logout-session {
  font-size: 16px;
}

.logout-wrap.active i {

  color: #1c9e75;



}

.logout-wrap.disabled button,
.logout-wrap.disabled .tooltip {
  cursor: not-allowed;
  opacity: 0.6;
}

.logout-wrap.disabled i {

  color: #777;



}

.confirm.expired,
.disable_2fa {
  background-color: #cf2222 !important;
  padding: 12px 22px;
  margin-left: 10px;

}

.text-end button {
  border-radius: 6px;
}



.logout-wrap.disabled .tooltip:hover .tooltiptext {
  visibility: hidden !important;
  opacity: 0 !important;
}

button.fiq_cs_popup_button.close-histroy-modal {
  margin-right: 10px;
}

.open-history-clock {
  position: relative;
}

.open-history-clock .tooltip {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #1c9e75;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  bottom: 120%;
  left: 47%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
}

.open-history-clock:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.open-history-clock .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #1c9e75 transparent transparent transparent;
}

.heading-3 {
  font-size: 15px;
  color: #2e2e2e;
}

.new-setting-wrapper {
  padding: 13px 15px 7px 15px;
  background-color: #f6f6f6;
  margin-top: 10px;
  border-radius: 6px;
}

.new-setting-wrapper .slider:before {
  width: 22px;
  height: 22px;
}

.new-setting-wrapper .switch {
  height: 28px;
}

.new-setting-wrapper .switch input:checked+.slider:before {
  left: 6px;
}

ul.setting-list-ul li {
  justify-content: space-between;
}

.custom-labeling {
  font-weight: 600;
}

.no_store_record #no-record {
  text-align: center;
}

.select-store-description {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
  text-align: center;
  margin: auto;
  margin-top: 17px;
  margin-bottom: 40px;
}

section.fiq_cs_middle_section_4.feed_section.feed_connection_section .select-store-description {
  max-width: 600px;
}

.invite_user_options_wrapper {
  border: 1px solid #c8c8c8;
}

.relative-parent.select-roles {
  margin-bottom: 16px;
}

.select-store-heading span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.modal-bg .select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}

.select-store-heading {
  font-size: 40px;
  color: #2e2e2e;
  text-align: center;
}

/* .overflow-element {
  max-height: 550px;
  overflow: auto;
  padding-right: 10px;
} */

.dropdown-menu a:last-child,
.dropdown-menus a:last-child,
.dropdown-icon-menu a:last-child {
  border-bottom-color: transparent;
}

.fa-clock-rotate-left:before,
.fa-history:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/assets/images/gray-strange-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.addition-btn {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: end;
  align-items: center;
}

.fa-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-btn {
  display: flex;
  align-items: center;
  flex: 1;
}

.fa-btn .switch {
  margin-bottom: 0px;
}

p.param {
  color: #176a50;
  cursor: pointer;

  text-decoration: underline;

  text-underline-offset: 2px;
}

.password-identify .fiq_cs_popup_1 {
  padding: 32px 30px 35px;
  max-width: 455px;
}

.password-identify .fiq_cs_popup_1 .select-store-heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.password-identify .fiq_cs_popup_1 .select-store-heading span {
  padding: 0px 0px 0px 6px;
}

.otp-forum {
  text-align: center;
}

.otp-forum .otp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.btn-popup_inner button.active {
  color: white;
  background: #1c9e75;
  border: 1px solid #1c9e75;
  box-shadow: #1c9e75ad 0px 4px 8p;
}

.d-flex-row.margin-variant .signup-input {
  margin-bottom: 24px;
}

.password-identify .login-input {
  margin-bottom: 30px;
}

.logout-wrap span.status_tag {
  background-color: #1c9e75;
  color: #fff;
  padding: 6px 6px;
  border-radius: 4px;
  font-size: 12px;
  min-width: 64px;
  text-align: center;
  text-transform: capitalize;
}

.logout-wrap.active span.status_tag {
  background-color: #1c9e75;

}

.logout-wrap.disabled span.status_tag {
  background-color: #8b8b8b;

}

.btn-method {
  position: relative;
}

.btn-method.active::after {
  content: "✔";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 14px;
  background-color: #fff;
  color: #1c9e75;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enabled-switch {
  background-color: #28a745;
  /* border: 4px solid transparent; */
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 5px 11px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
}

.enabled-switch .off {
  display: none;
}

p.two-fa-desc {
  max-width: 465px;
  margin-bottom: 24px;
  text-align: center;
  color: #2e2e2e;
  line-height: 1.3;
}

button,
.discover-btn {
  transition: background-color 0.3s ease;
}

.user-list p {
  color: #2e2e2e;
}

.new-setting-wrapper h3 {
  margin-bottom: 13px;
  font-size: 16px;
  ;
}

.setting-list {
  padding: 0 !important;
  box-shadow: none !important;
}

.btn-wrapers-margin button {
  max-height: 41px;
}

ul.setting-list-ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}

.setting-list-ul .switch {
  margin-left: 0;
}

.input-container label {
  position: absolute;
  left: 12px;
  top: 49%;
  background: transparent;
  color: #5d5d5d;
  font-size: 16px;

  pointer-events: none;
  transform: translateY(-49%);
  /* transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); */
}


.input-container input:focus+label,
.input-container input:not(:placeholder-shown)+label,
label.float {
  top: -10px;
  left: 10px;
  font-size: 16px;
  background: #f1fffb;
  padding: 0 4px;
  color: #5d5d5d;
  transform: translateY(0);
}

.select-container label.float {
  top: -10px;
  left: 10px;
  font-size: 16px;
  background: #f1fffb !important;
  padding: 0 4px;
  transform: translateY(0);
}

.popup-content {

  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 30px;
  width: 400px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #333;


}

.btn-popup {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-popup_inner {
  width: 50%;
}


.btn-popup_inner button {
  background-color: transparent;
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #1c9e75;
  background: transparent;

  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  transition: all 0.3s ease, background 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin-right: 4px; */
  text-wrap: auto;
  text-align: center;
  /* max-height: 42px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-popup .btn-popup_inner button {
  max-height: 42px;
}

.btn-popup_inner button:hover {
  color: white;
  background: #1c9e75;
  border: 1px solid #1c9e75;
  box-shadow: #1c9e75ad 0px 4px 8p;
}

div#qr-code-container img {
  width: 120px;
  height: 120px;

}

div#qr-code-container {
  text-align: center;
  margin-top: 30px;
}


.password-identify .fiq_cs_popup_1 {
  max-width: 455px;

}

.popup-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.verify-btn-wrap {
  display: flex;
  justify-content: end;
  gap: 10px;
}

a#use-email-link {

  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

.security_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #0000003d;
  backdrop-filter: blur(2px);
  z-index: 999;
  /* padding: 40px 20px; */
  animation: fadeInDown 0.4s ease;
}

.security_popup-content {
  background-color: white;
  padding: 35px 25px;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

.security_popup h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.security_popup p {
  color: #2e2e2e;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.5;
}

.security-popup-btn button {
  background-color: #1c9e75;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;

}

.security-popup-btn button:hover {
  background-color: #00416d;
}

.security-popup-btn {

  text-align: center;
}

.feed_rules_section.feed_section.container {
  padding: 60px 20px 40px;
}

.add-user-section .order-table.p-40 {
  margin-top: 25px;
}

.btn.btn-delete,
.btn.btn-edit {
  background-color: transparent;
  padding: 12px 8px;
}

.invite_count_text {
  font-size: 18px;
  color: #2e2e2e;
  margin-bottom: 3px;
}

.user-list-account tr td .dp-wrapper img {
  margin-left: -4px;
  border-radius: 50px;
}

.user-list-account tr td .btn-delete {
  margin-right: -4px;
}

.invite_count {
  color: white;
  background: #1c9e75;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
}
.product_sction_header_wrap {
    padding: 0px 0px 0px 20px;
}



@media (max-width: 767px) {
  .channel_wrap_select.title {
    margin: 0px;
  }
.profile-inner-section{
  padding: 10px;
}
.product_sction_header_wrap {
    padding: 0px 0px 0px 0px;
}
.ask-ai-btn {
    padding: 10px 20px;

}
.product_sction_header_wrap{
gap:10px}
.session_manage_scroll {
padding-right: 0;
}
  .input-feed-container {
    max-width: 175px;
  }

  .fa-btn {
    justify-content: space-between;
    width: 100%;
  }

  .invite_count_text {
    font-size: 11px;
        margin-bottom: 0px;
  }

  .filter-form input,
  .filter-form select,
  #feed-search,
  .search-input {
    font-size: 14px;
  }
.badge {
    padding: 6px 8px;

    font-size: 10px;
}
  .invite_count {
 width: 20px;
        height: 20px;
        font-size: 11px;
  }

  .btn-wrap.fa-wrap {
    flex-direction: column;
    gap: 18px;
    align-items: end;
  }

  .last-td svg {
    width: 24px;
  }

  .btn.btn-delete,
  .btn.btn-edit {
    padding: 12px 2px;
  }

  .feed-toggle-buttons {
    order: -1;
    margin-right: 16px;
  }

  .user-list-account tbody p {
    font-size: 12px;
  }

  .fiq_cs_header_nav_wrap span {
    font-size: 11px;
    padding: 10px 6px;
  }

  .profile-inner-section input,
  p.two-fa-desc,
  .survey p {
    font-size: 14px;
  }

  .invite-user-action {
    font-size: 13px !important;
  }

  span.re-edit_permissions i,
  span.invite-delete i,
  p.param {
    font-size: 12px !important;
  }

  .user-info-invite {
    flex-direction: column;
    gap: 3px;
  }

  .last-row,
  .last-td {
    width: 130px;
    min-width: 130px;
  }

  .first-row,
  .first-td {
    width: auto;
  }

  .last-row {
    width: 130px;
  }

  .rules_select_text_heading {
    font-size: 12px;
    text-align: center;
  }

  span.text_prime {
    font-size: 25px;
  }

  .back-arrow,
  .hide-div {
    padding: 8px 10px;
    font-size: 14px;
  }

  .div-for-scroll,
  .invite-wrapper {}

  .fiq_cs_mapping_container .select2.select2-container.select2-container--default {
    max-width: 100%;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 220px;
  }

  .fiq_cs_popup_1 .select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
  }

  .session-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .confirmation_btn a {
    font-size: 14px;
  }

  .current-device {
    font-size: 12px;
  }

  .select-store-heading {
    font-size: 24px;
  }

  .hover-text {
    display: none;
  }

  .rule-choice .fiq_ped-btns_wrap {
    margin-top: 0;
  }

  .filter-popup-content {
    width: 90%;
  }

  .password-identify .fiq_cs_popup_1,
  .security_popup-content {

    max-width: 310px;
  }

  .logout-wrap span.status_tag {
    font-size: 11px;
    min-width: 60px;
  }

  .popup-wrap {
    width: 98%;
  }

  .d-flex-row {
    display: block;
  }

  .profile-section {
    padding: 20px;
  }

  .d-flex-row .signup-input {
    width: 100%;
    margin-bottom: 25px;

  }

  .profile-inner-section input,
  .d-flex-row .signup-input span.select2.select2-container.select2-container--default {
    height: 40px !important;
  }

  ul.setting-list-ul li>span {

    min-width: 168px;

  }

  span.text_secondary {
    padding: 0;
  }

  .pricing-section .color-bar-2 {
    margin-bottom: 20px;
  }

  .confirmation_btn {
    height: 45px;
  }

  ul.setting-list-ul li {

    display: flex;

  }

  .feediq_pop-up_details .btn-popup,
  .field_wrap_main,
  .magento_wrap_field {
    flex-direction: column;
    gap: 0;
  }

  .field_wrap,
  .btn-popup_inner {
    width: 100%;
  }

  .pricing-card-item.recommanded {
    transform: scale(1);
  }

  .extra_rules_wraper .channel_wrap,
  .cb_rule_condition {
    flex-wrap: wrap;
    gap: 10px;
  }

  .rule-choice p {
    font-size: 14px;
    line-height: 1.5;
  }

  .signup-input .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px;
  }

  .fiq-ped-field span input,
  .fiq-ped-field span select {
    font-size: 14px;
  }

  span.fiq-ped-field-input svg {
    width: 20px;
    height: 20px;
  }

  .channel-stores-card-wrap {

    grid-template-columns: 1fr;
  }

  .cb_rule_condition {
    gap: 15px;
    justify-content: end;
  }

  .cancel-modal-content ul li img {
    margin-top: 3px;
  }

  .cb_new_rules_container .rule_wrap {
    padding: 10px;
  }

  span.forgot-password-link {
    font-size: 12px;
  }

  .fiq_cs_popup_2,
  .cancel-modal-content {
    width: auto;
  }

  .buttons .btn,
  .feed_connection_section .input-feed-container #feed-search {
    font-size: 14px;
  }

  .store-info {

    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .store-info .input-feed-container,
  .feed_connection_section .input-feed-container #feed-search {
    width: 100%;
    max-width: 100%;
  }

  .rule-section span.select2.select2-container.select2-container--default {
    margin-bottom: 14px;
    width: 100% !important;
  }

  .rule-line select,
  .rule-line input {
    width: 100%;
  }

  .plan-label {
    font-size: 12px;
  }

  .survey label input[type="checkbox"]+.custom-checkbox,
  .label-layer input[type="checkbox"]+.custom-checkbox {
    cursor: pointer;
    width: 24px;
    height: 16px;
  }

  .survey label input[type="checkbox"]+.custom-checkbox {
    width: 16px;
  }

  .survey label input[type="checkbox"]:checked+.custom-checkbox::after,
  .label-layer input[type="checkbox"]:checked+.custom-checkbox::after {
    top: 44%;
  }

  .select-store-heading,
  .security_popup h2,
  .invite_user_options_heading,
  .main-popup-inner .select-store-heading,
  .invite-modal .select-store-heading {
    font-size: 22px !important;
  }

  .select-store-description,
  .label-layer,
  .invite-modal .select-store-description,
  .subtitle {
    font-size: 12px;
  }

  .heading-3 {

    font-size: 14px;
  }

  .heading-3 {
    max-width: 200px;
  }

  .container,
  .fiq_cs_mapping_wrap,
  .feed_rules_section.feed_section.container {
    padding: 60px 20px;
  }

  .fiq-ped-img-cards-wrap .img-prev-card .upload-overlay {
    width: 60px !important;
    margin: auto;
  }

  .fiq-ped-img-cards-wrap .img-prev-card .upload-overlay img {
    width: 100% !important;
  }

  .cta {
    padding: 12px 14px;
    font-size: 13px;
  }

  .shopify-auth-on-off {
    padding: 10px;
  }

  .new-setting-wrapper,
  .btn-wrapers-margin {
    margin-top: 0;
  }

  .override_setting_form_content.container {
    padding-inline: 0;
  }

  .setting-list-wrapper {
    gap: 0;
  }

  img.testimonial-triangle-image {
    display: none;
  }

  .main-popup-inner {
    max-width: 320px;
  }

  .dropdown-menu a,
  .dropdown-icon-menu a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .dropdown-menu.admin-menu {
    min-width: auto;
  }

  .fiq_logout_popup_wrap {
    max-width: 310px;
  }

  .popup-box {

    padding: 20px 30px;

  }

  .invite-modal {
    padding: 12px
  }

  .invite-modal select,
  .invite-input {
    margin-bottom: 24px;
    padding: 10px 10px;
  }

  .invite-wrapper {
    max-height: 350px;
    padding-right: 0;
  }


  .wrappering-icon,
  .main-content,
  .footer-wrap {
    margin-left: 0px !important;
  }

  .select2-results__option,
  .fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }

  .fiq_cs_mapping_container .select2-container .select2-selection--single,
  .fiq_cs_popup_1 .select2-container .select2-selection--single,
  .signup-input .select2-container .select2-selection--single {
    height: 40px !important;
  }

  .fiq_cs_mapping_container .select2-container--default .select2-selection--single .select2-selection__rendered,
  .fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__rendered,
  .signup-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 13px !important;
  }

  .fiq_cs_mapping_container .select2-container--default .select2-selection--single .select2-selection__arrow,
  .fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__arrow,
  .signup-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
  }



  .fiq_cs_popup_1 span.label {
    font-size: 13px;
  }

  .dropdown-menu,
  .dropdown-menus {
    top: 46px;
  }

  .fiq_cs_mapping_container .select2-container--default .select2-selection--single .select2-selection__rendered,
  .fiq_cs_popup_1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }

  .fiq_cs_mapping_label .tooltip .tooltiptext,
  .fiq-ped-card .tooltip .tooltiptext {
    max-width: 150px;
  }

  .menu-toggle svg {
    width: 16px;
    height: 16px;
  }

  .fiq_cs_product_search_wrap .select2.select2-container.select2-container--default {
    width: 153px !important;
  }

  .fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 13px !important;
  }

  .fiq_cs_product_search_wrap .select2-container--default .select2-selection--single,
  .fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
  }

  .fiq_cs_product_search_wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
  ._fiq_cs_product_search input {
    font-size: 14px !important;
  }

  .price {
    padding: 10px 0;
  }

  span.month {
    font-size: 20px;
  }


  .signup-page .fiq-signup-section {
    height: auto;
    width: 100%;

  }

  .signup-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 4px 0 4px !important;
  }

  .signup-page .signup-right {
    justify-content: center !important;
    min-height: 100vh;
    padding-block: 60px;
  }

  .fiq-login-section {
    height: 550px !important;
    width: 100% !important;
  }

  .signup-left {
    display: none;
  }

  .signup-right {
    width: 100%;
    margin: auto;
    border-radius: 12px;
  }

  .signup-right .signup-form .signup-input {
    width: calc(100% - 140px);
  }

  .login-right .login-form .login-input input,
  .forgot-password-right .forgot-password-form .forgot-password-input input,
  .reset-password-form .reset-password-input input {
    height: 40px !important;

    padding: 0px 15px !important;
    font-size: 12px !important;
  }

  .login-right .login-form .login-input,
  .forgot-password-right .forgot-password-form .forgot-password-input,
  .reset-password-form .reset-password-input {
    width: calc(100% - 140px) !important;
  }

  .signup-right .signup-form .signup-input input,
  .signup-right .signup-form .signup-input select {
    height: 40px;

    padding: 0px 15px;
    font-size: 12px;
  }

  .signup-right .signup-form .signup-input input::placeholder {
    font-size: 12px;
  }

  .login-form .google-btn i,
  .signup-form .google-btn i {
    font-size: 16px !important;
    margin-bottom: -2px !important;
  }

  .login-form .google-btn,
  .signup-form .google-btn {
    height: 40px !important;
    width: calc(100% - 140px) !important;
    font-size: 12px !important;
  }

  .login-right .login-form .login-input input::placeholder,
  .forgot-password-right .forgot-password-form .forgot-password-input input::placeholder,
  .reset-password-form .reset-password-input input::placeholder {
    font-size: 12px !important;
  }

  .terms-\&-condition {
    width: calc(100% - 130px);
  }

  a.forgot-password-link {
    font-size: 12px;
  }

  .terms-\&-condition label {
    font-size: 12px;
  }

  .create-account-btn {
    width: calc(100% - 140px);
    height: 40px;

    font-size: 12px;
  }

  .login-button,
  .proceed-button {
    width: calc(100% - 140px) !important;
    height: 40px !important;

    font-size: 12px !important;
  }

  .terms-\&-condition label input {
    width: 15px;
    height: 15px;
  }

  .terms-\&-condition label input:checked::before {
    font-size: 12px;
  }

  .signup-heading {
    font-size: 18px;
  }

  .signup-description {
    font-size: 14px;
  }

  .signup-link {
    font-size: 12px !important;
  }

  .login-heading,
  .forgot-password-heading,
  .reset-password-heading {
    font-size: 18px !important;
  }

  .login-description,
  .forgot-password-description,
  .reset-password-description {
    font-size: 14px !important;
  }

  .otp-container .otp-input {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
  }

  .otp-container .otp-input::placeholder {
    font-size: 14px !important;
  }

  .resend-code-link {
    color: #9d9d9d;
    font-size: 20px;
    margin: 12px 0px 10px;
  }

  .time-countdown {
    font-size: 16px !important;
  }

  span.read-desc {
    font-size: 11px;
    line-height: 1.5;
  }

  .fiq-container {
    overflow: hidden;
  }

  /* .toggle-password {
    top: 10px;
    right: 16px;
  } */

  .hero-section {
    width: 100%;
    padding: 90px 0px 0px;
  }

  .fiq_cs_user_img {
    width: 40px;
    height: 40px;
  }

  .user-info .profile-img {
    width: 70px;
    height: 70px;
  }

  .fiq-hero-heading {
    font-size: 26px;
    margin: 5px 0px 30px;
    text-align: center;
    max-width: 350px;
  }

  .hero-get-started-btn {
    padding: 12px 15px 12px 15px;

    font-size: 11px;
  }

  .pricing-card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .hero-demo-btn {
    padding: 10px 15px;
    margin-left: 15px;

    font-size: 11px;
  }

  .hero-haedphone-img img {
    width: 250px;
  }

  .hero-haedphone-img {
    width: 250px;
    margin: 30px 5px;
    height: 230px;
  }

  .hero-img {
    height: 290px;
    width: 320px;
  }

  .gradient-color-img {
    width: 100%;
    bottom: 110px;
  }

  .hero-hexagon-img {
    width: 60px;
    bottom: 20px;
    right: 40px;
  }

  span.hero-brand-img img {
    width: 30px;
    margin-bottom: 10px;
  }

  span.hero-brand-img {
    width: 30px;
  }

  .who-we-are-section {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 70px 0px;
  }

  .feature-img-wrap {
    width: 280px;
  }

  .feature-img-wrap img {
    width: 100%;
  }

  .who-we-are-content-wrap {
    align-items: center;
    margin-top: 30px;
  }

  .who-we-are-heading {
    font-size: 26px;
    margin: 20px 0px 0;
    text-align: center;
  }

  .who-we-are-description {
    font-size: 14px;
    max-width: calc(100% - 50px);
    text-align: center;
  }


  .circle-gradient-1 {
    left: -25%;
    width: 300px !important;
    top: 65px;
    display: none;
  }

  .stats-wrap-2 {
    gap: 50px;
    justify-content: space-between;
    width: 100%;
    margin: auto;
  }

  .stat-number {
    font-size: 22px;
    text-align: center;
  }

  .stat-description {
    font-size: 16px;
  }

  .connect-section {
    width: 100%;
    padding-bottom: 70px;
  }

  .connect-platforms-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* width: max-content; */
    gap: 20px;
  }

  .connect-card-wrap {
    height: 180px;
    /* width: 155px; */
    padding: 20px 10px 15px 20px;
  }

  .connect-card-heading {
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin: 15px 0px 10px 0px;
  }

  .connect-card-description {
    font-size: 12px;
    font-weight: 400;
    color: white;
  }

  .connect-card-logo {
    width: 40px;
  }

  .connect-card-logo img {
    width: 100%;
  }

  .who-we-are-btn {
    padding: 10px 15px;

    font-size: 12px;
  }

  .discover-btn {
    padding: 12px 15px;
    font-size: 12px;
  }

  .connect-btn {
    padding: 10px 15px;

    font-size: 12px;
  }

  .connect-heading {
    font-size: 26px;
    text-align: center;
    max-width: 200px;
  }

  .connect-description {
    font-size: 14px;
    text-align: center;
    max-width: calc(100% - 50px);
  }

  .connect-stores-wrap {
    padding: 70px 0px;
  }

  .connect-store-section {
    width: 100%;
  }

  .seamless-btn {
    padding: 10px 15px;

    font-size: 12px;
  }

  .connect-store-heading {
    font-size: 26px;
    max-width: 300px;
    text-align: center;
  }

  .connect-store-description {
    font-size: 14px;
    margin-top: 14px;
    max-width: calc(100% - 50px);
  }

  .connect-stores-card-wrap {
    flex-direction: column;
    align-items: center;
  }

  /* .connect-stores-card-item {
    
    height: 150px;
  }

  .connect-stores-card-logo {
    width: 50px;
    height: 50px;
  } */

  .connect-stores-card-logo img {
    width: 100%;
    height: 100%;
  }

  h5.connect-stores-card-heading {
    font-size: 15px;
  }

  .feature-section {
    width: 100%;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    padding: 30px 0px;
    gap: 30px;
  }

  .optimize-btn {
    padding: 10px 15px;

    border-radius: 6px;
    font-size: 12px;
  }

  .feature-content-wrap {
    align-items: center;
    justify-content: center;
  }

  .feature-heading {
    font-size: 26px;
    color: #2e2e2e;
    margin: 25px 0px 0;
    text-align: center;
  }

  .feature-heading {
    font-size: 26px;
    text-align: center;
  }

  .feature-description {
    font-size: 14px;
    max-width: calc(100% - 50px);
    text-align: center;
  }

  .feature-section-2 {
    width: 100%;
    /* flex-direction: column-reverse; */
    gap: 30px;
    padding: 40px 0px 50px;
  }

  i#eye-icon {
    font-size: 15px !important;
  }

  img.circle-gradient-2 {
    width: 300px;
    right: -45%;
    top: 43%;
    display: none;
  }

  img.circle-gradient-3 {
    width: 300px;
    left: -43%;
    bottom: 2%;
    display: none;
  }

  img.brands-feature-2-hexagon-image {
    width: 60px;
    right: 7%;
    top: 2%;
  }

  img.connect-store-half-circle-image {
    width: 100px;
  }

  img.connect-store-bg-ellipse-yellow {
    top: 150px;
    width: 300px;
  }

  img.connect-store-bg-ellipse-green {
    width: 300px;
  }

  img.connect-store-hexagon-image {
    width: 50px;
    top: 7%;
  }

  .bg-ellipse-yellow {
    width: 300px;
  }

  .fiq_connect_store_popup_section {
    min-height: 100vh;

    overflow: auto;
    padding-block: 50px;
  }

  .color-bar {
    margin-top: 8px;
  }

  .color-bar img {
    width: 60px;
    height: auto;
  }

  .color-bar-2 {
    margin-top: 6px;
  }

  .color-bar-2 img {
    width: 80px;
    height: auto;
  }

  .fiq-hero-star-img.star-1 {
    left: 5%;
    top: 12%;
  }

  .fiq-hero-star-img.star-2 {
    left: 15%;
  }

  .fiq-hero-star-img.star-4 {
    left: 25%;
    bottom: 10%;
  }

  .fiq-hero-star-img.star-5 {
    left: 35%;
    top: 15%;
  }

  .fiq-hero-star-img.star-6 {
    right: 10%;
    top: 15%;
  }

  .fiq-hero-star-img.star-9 {
    left: 35%;
    bottom: 40%;
  }

  .fiq-hero-star-img.star-10 {
    left: 29%;
    bottom: 28%;
  }

  .fiq-hero-star-img.star-11 {
    left: 48%;
    bottom: 15%;
  }

  .fiq-hero-star-img.star-12 {
    left: 68%;
    bottom: 27%;
  }

  .fiq-hero-star-img.star-13 {
    right: 31%;
    top: 35%;
  }

  .fiq-hero-star-img {
    width: 9px;
  }

  .color-bar-2 {
    margin-top: 6px;
  }

  .color-bar-2 img {
    width: 80px;

    height: auto;
  }

  .new-setting-wrapper .switch input:checked+.slider:before {
    left: -2px;
  }

  .pricing-section {
    /* width: 90%; */

    padding: 60px 0px 40px 0px;
  }

  .pricing-trail-wrap .pricing-section,
  .fiq_pricing_page_content_wrap .pricing-section {
    width: 90%;
  }

  .pricing-btn {
    padding: 10px 15px;

    font-size: 12px;
  }

  .pricing-heading {
    font-size: 26px;

    text-align: center;
  }

  .yr-month-switch {
    width: 100%;
    max-width: 250px !important;
  }

  .yr-month-switch .month,
  .yr-month-switch .yrs {
    font-size: 14px;
  }

  .yr-month-switch .yrs {
    font-size: 14px;
  }

  .yr-month-switch .save-btn {
    font-size: 12px;
  }

  .yr-month-switch .switch-btn {
    width: 40px;

    height: 21px;
  }

  .yr-month-switch .slider:before {
    height: 15px;

    width: 15px;

    left: 2px;

    bottom: 2px;
  }

  .yr-month-switch .switch-btn.active .slider:before {
    transform: translateX(18px);
    left: 4px;
  }

  .pricing-card-wrap {
    flex-direction: column;
  }

  .pricing-card-item ul {
    /* height: 260px; */
  }

  .pricing-card-item .plan-name {
    font-size: 22px;
  }

  .pricing-card-item .price {
    font-size: 28px;
  }

  .start-btn {
    font-size: 14px;
min-width: 90px;
    padding: 12px 15px;
  }
.order_history_tab{
max-width: 90%;
margin: auto;
}
  .pricing-card-item ul li {
    font-size: 16px;
  }

  .toggle-password {
    /* right: 14px !important;

    top: 14px !important; */

    font-size: 14px !important;
  }

  .pricing-card-item {

    padding: 25px;

  }

  .modal {
    padding: 20px;
    border-radius: 12px;
  }

  .fiq_cs_popup_1 {
    width: 98%;
    margin: 0px auto;
    padding: 27px 16px;
  }

  .payment-option {
    height: 109px;
    width: 87px;
  }

  .payment-option img {
    height: 40px;
    margin-bottom: 5px;
    object-fit: contain;
    width: 65px;
  }

  .pricing-card-item.active::before {
    top: 8px;
  }

  .methods {
    gap: 10px;
  }

  .modal {
    padding: 20px;

    border-radius: 12px;
  }

  .wrapper-current-plan {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    flex-direction: column;
  }

  .cancel-modal {
    padding: 50px 16px;
  }

  .close-modal {
    font-size: 14px;
  }

  .first-part {
    padding: 10px 15px;
    margin: 0;
    /* border: none; */
  }

  .cancel-modal-content {
    padding: 15px;
  }

  .progress-bar-btn {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }

  .cancel-modal .select-store-heading {
    line-height: normal;
    font-size: 22px;
    /* text-wrap: nowrap; */
  }

  .cancel-modal-content ul li,
  .survey label {
    font-size: 13px;
    text-align: left;
  }

  p.heading-cancel {
    font-size: 11px;
  }

  .modal-buttons .btn {
    padding: 10px 6px;
    font-size: 13px;
  }

  .invite_user_options_wrapper,
  .invite-section {
    padding: 20px 16px 10px;
  }

  .fiq_cs_popup_1.payment-popup {
    width: 98%;

    margin: 0px auto;

    padding: 27px 22px;
  }

  .payment-option {
    height: 109px;

    width: 87px;
  }

  .payment-option img {
    height: 40px;

    margin-bottom: 5px;

    object-fit: contain;
    width: 65px;
  }

  .methods {
    gap: 10px;
  }

  .fiq_cs_popup_content_wrap .fiq_cs_popup_row .tooltip .tooltiptext,
  .fiq_cs_popup_1 .tooltip .tooltiptext {
    font-size: 11px;
    max-width: 150px;
  }

  .fiq_cs_popup_1 {
    width: 340px;

  }

  .first-part.trail-warn {
    padding: 0px;
    margin-top: 0px;
    border: none;
  }

  .trail-warn .select-store-heading {
    line-height: 1.3;
    font-size: 22px;
  }

  .input-container input:focus+label,
  .input-container input:not(:placeholder-shown)+label,
  label.float,
  .select-container label.float,
  .input-container label {

    font-size: 14px;
  }

  .filter-group {
    width: 100%;
    margin-right: 0;
  }

  .btn-wrap .save-btn {
    height: 40px;
    font-size: 13px;
    min-width: 100px;
  }

  .profile-heading span.open-history-clock {
    margin-right: 28px;
  }

  .product-box-wrap {
    width: 100%
  }

  .inner-product-box-wrapper,
  .product-box-wrap {
    flex-direction: column;
    gap: 0;
  }
.inner-product-box-wrapper{
  grid-template-columns: repeat(1, 1fr);
}
  .vide-inner-container,
  .main-store-wrap .store-element {
    grid-template-columns: 1fr;
  }

  .search-box-knowledge-base {
    width: 250px;
    padding: 8px 16px;
  }

  .vide-inner-container,
  .store-connection-desc {
    padding-inline: 0;
    font-size: 14px
  }

  .product-content-box {
    text-align: center;
  }

  .header-knowledge-heading {
    font-size: 11px;
  }
}

@media (max-width:340px) {
  .fiq_cs_popup_1 {
    width: 310px;

  }
}

#sign-loader {
  margin: auto;
  display: block;
}

.img-prev-card {
  cursor: move;
}

/* .custom_step_ftp.custom_step_2.active .label-wrapper:nth-of-type(1) .tooltip .tooltiptext {
    left: 55px; 
}

.custom_step_ftp.custom_step_2.active .label-wrapper:nth-of-type(3) .tooltip .tooltiptext {
    left: 55px; 
}
.custom_step_ftp.custom_step_2.active .fiq_cs_popup_row:nth-of-type(1) .tooltip .tooltiptext::after,
.custom_step_ftp.custom_step_2.active .label-wrapper .label:nth-of-type(3) .tooltip .tooltiptext::after {
    left: 26%;
} */
.input-container {
  position: relative;
  width: 100%;
  display: flex;
}




.intel-wrap .input-container label {
  left: 98px;
}

.select-container {
  position: relative;

}

.select-container .select2-selection__placeholder {
  display: none !important;
}





.input-container label,
.select-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #5d5d5d;
  pointer-events: none;
  font-size: 16px;


}

.input-container label {
  opacity: 0;
}

.signup-right input:-webkit-autofill,
.login-right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f1fffb inset !important;
  -webkit-text-fill-color: #5d5d5d !important;
  font-size: 16px !important;
  -webkit-text-size-adjust: 100% !important;
}

.password-identify input:-webkit-autofill,
.password-identify input:-webkit-autofill,
.d-flex-row.special-class input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #5d5d5d !important;
}

.active-label label {
  top: -8px;
  left: 10px;
  font-size: 13px;
  opacity: 1;
  color: #5d5d5d;

}

.password-identify .login-input,
.password-identify .active-label label,
.password-identify .input-container input:focus+label,
.password-identify .input-container input:not(:placeholder-shown)+label,
.profile-inner-section .login-input,
.profile-inner-section .active-label label,
.profile-inner-section .input-container input:focus+label,
.profile-inner-section .input-container input:not(:placeholder-shown)+label,
.profile-inner-section .select-container label.float {
  background: #fff !important;
}

.fa-btn {
  color: #2e2e2e;
}

.fa-btn .switch {
  margin-left: 10px;
  /* margin-bottom: 5px; */
}

.forgot-password-input {
  margin-bottom: 30px;
  width: 100%;
}

.security-alert {
  margin-bottom: 24px;
}

.main-popup-inner {
  width: 700px;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}


.user-info-invite {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ask-ai-btn {
  padding: 12px 22px;
  background: #1c9e75;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  font-size: 15px;
  min-height: 41px;
}

/* ======== INVITE POPUP ======== */
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 999;
  align-items: center;
  justify-content: center;
}


.invite-modal {
  width: 100%;
  max-width: 625px;
  margin: 0px 10px;
  background: white;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
}

.invite_user_options_heading,
.main-popup-inner .select-store-heading,
.invite-modal .select-store-heading {
  font-size: 30px;
}

.invite_item {
  max-width: none;
}

.invite_user_options {
  display: block;
}

.flex-element {
  display: flex;
  width: 100%;
  gap: 16px;
}

.flex-col {
  flex: 1;
}

.invite-header {
  /* font-size: 18px; */
  /* font-weight: bold; */
  /* max-width: 600px; */
  text-align: right;
  margin: 30px auto 0px;
  width: 100%;
  display: flex;
  justify-content: end;
}

.invite-header.remaining_invites_wrap {
  justify-content: space-between;
  align-items: center;
}

.invite-header.remaining_invites_wrap {
  justify-content: space-between;
  align-items: center;
}



.remaining_invites {
  display: flex;
  gap: 8px;
  align-items: end;
  align-items: center;
}

.remove-tag {
  margin-left: 6px;
}

.shadow-div {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
}

.invite-input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 6px;
  border: 1px solid #2e2e2e;
  margin-bottom: 25px;
  font-size: 15px;
}

.invite-btn {
  background: #1c9e75;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.name-list {
  color: #2e2e2e;
  font-weight: 500;
}

.email-list {
  color: #5d5d5d;
}

.invite-tag,
.email-list-role {
  text-transform: capitalize;
  color: #1c9e75;
}

.user-list-account li:hover {
  cursor: auto;
}

.invite_user_options_wrapper,
.invite-section {
  border: 1px solid #c8c8c8;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 22px 10px;

  text-align: center;
  border-radius: 20px;
}

.sidebar .hidden-text {
  white-space: nowrap;
}


.invite_user_options {
  max-height: none;
}

.fiq_cs_popup_1 span.open-history.history_connect_store {
  position: relative !important;
  max-height: 24px;
  top: auto !important;
  right: auto !important;
  margin-top: 2px;
}

.table-loading {
  height: 250px !important;
}

.table-loading img {
  height: 25px !important;
}

.badge {
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.badge.paid {
  background-color: #e6f4ea;
  color: #2e7d32;
}

.badge.failed {
  background-color: #fdecea;
  color: #c62828;
}

.badge.pending {
  background-color: #fff8e1;
  color: #f9a825;
}

.btn.download {
  background-color: transparent;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dp-wrapper {

  display: block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin: auto;
}

.add-user-section .select-store-description:nth-of-type(2) {
  padding-top: 40px;
}

.description-list {}

.description-list li {

  line-height: 1.3;
}

.description-list li::before {
  content: "•";
  /* Add custom bullet points */
  color: #2e2e2e;
  /* Bullet point color */
  font-size: 18px;
  /* Slightly larger bullet */
  margin-right: 10px;
  /* Space between bullet and text */
}

.follow-step-heading {
  font-size: 30px;
  margin-block: 40px;
}

.preview-size {
  max-height: 300px;
  max-width: 600px;
  object-fit: contain;
  position: relative;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.follow_step_video_overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.preview-img {
  margin: auto;
  text-align: center;
}

.preview-img-wrapper {
  position: relative;
  min-height: 450px;
  max-width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.preview-img-wrapper:hover {
  .video-icon-in-preview {
    background: #1c9e75;
  }
}

.video-icon-in-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.section-drop {
  max-width: 100%;
  margin: auto;
  padding: 40px;
  border-radius: 28px;
  display: none;
}

.tutorial-step {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.section-drop-wrapper {
  max-width: 94%;
  margin: auto;
}

.final-step-wrap {
  text-align: center;
  margin-top: 40px;
}

p.save-chnhge-para {
  margin-bottom: 30px;
}

p.save-chnhge-para2 {
  max-width: 674px;
  margin: auto;
  line-height: 1.5;
}

.rating-section {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.rating-section-heading,
.rating-section {
  display: none;
}

.rating-text {
  font-size: 18px;
  margin-bottom: 0px;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}

button.submit-ratiing {
  background-color: #1c9e75;
  padding: 8px 18px;
  color: #fff;
  text-align: center;
}

.documentation-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.documentation-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

.table-header-row {
  background-color: #1C9E75;
  color: white;
}

.table-header {
  padding: 30px 30px 30px 50px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 20px;
}

.table-row .table-cell:nth-child(1) {
  font-weight: 600;
}

/* .table-header:first-child,
.table-cell:first-child {
    border-top-left-radius: 30px;
}

.table-header:last-child,
.table-cell:last-child {
    border-top-right-radius: 30px;
}

.table-row:last-child .table-cell:first-child {
    border-bottom-left-radius: 30px;
}

.table-row:last-child .table-cell:last-child {
    border-bottom-right-radius: 30px;
} */
.table-row {
  background-color: white;
}

.table-cell {
  padding: 30px 30px 30px 50px;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 18px;
}

/* Row Hover Effect */
.table-row:hover {
  background-color: #f1f1f1;
}

/* Adding border around the entire table */
.documentation-table {
  /* border: 1px solid #cacaca; */
}

.rating-stars .star img {
  width: 32px;
  object-fit: contain;
  height: 32px;
}

.shopify-login {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: underline;
}

.login-link {
  padding-block: 20px;
}

p.step-description {
  padding-block: 16px;
}

.tutorial-wrapper,
.documentation-container {
  padding: 30px;
}

.tutorial-wrapper {
  display: flex;
  flex-direction: column;
}

.step-img-wrapper {
  width: 100%;
}

.step-img-wrapper,
.step-content-wrapper {
  flex: 1;
}

.step-content-wrapper {
  width: 100%;
}

.step-img-wrapper img {
  width: 100%;
  max-height: 450px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 30px;
  object-fit: fill;
}

h2.step-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.step-content-wrapper p span {
  font-size: 18px;
  line-height: 1.6;
}

.step-list li::before {
  content: "•";
  color: #2e2e2e;
  font-size: 18px;
  margin-right: 10px;
}

.step-list li {
  margin-bottom: 10px;
}

.even_tutorial_child_wrap {
  flex-direction: column;
}

.odd_tutorial_child_wrap {
  flex-direction: column-reverse;
}


span.svg_holder {
  display: block;
  width: 100%;
  height: fit-content;
  position: relative;
}

span.svg_holder {}

span.svg_holder svg {
  width: 22px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 999;
}

span.svg_holder svg path {
  fill: #00416d;
}

.svg_holder span.select2-selection.select2-selection--single {
  background-image: none;
}


@media screen and (max-width:767px) {
  .preview-size {
    max-width: 300px;
  }
  .plasxx_new_wrapp{
      max-width: 96%;
    margin: auto;
  }
  .fiq_cs_mapping_label .tooltip .tooltiptext, .fiq-ped-card .tooltip .tooltiptext, .fiq_cs_popup_1 .tooltip .tooltiptext{
        font-size: 12px;
  }
  .login-right .login-form .login-input input, .login-input input, .forgot-password-right .forgot-password-form .forgot-password-input input, .reset-password-form .reset-password-input input{
    height: 48px;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {

  th.table-header,
  td.table-cell {
    padding: 16px 0px 16px 16px;
  }
 .order_history_tab .order-table .fiq_cs_product_table tbody td:nth-child(2), .order_history_tab .order-table .fiq_cs_product_table thead th:nth-child(2){
min-width:auto;
width: auto;
}
 

  .documentation-container {
    padding: 0px;
  }

  th.table-header {
    font-size: 18px;
  }

  td.table-cell {
    font-size: 13px;
  }

  .tutorial-wrapper,
  .documentation-container {
    padding: 0px;
  }

  h2.step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  p.step-description,
  .login-link {
    padding-block: 8px;
    font-size: 13px;
  }

  .step-list li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .step-list li::before {
    font-size: 15px;
    margin-right: 6px;
  }

  .tutorial-step {
    margin-bottom: 40px;
  }

  .input-rule-container {
    width: 100%;
  }

  #rule-search {
    max-width: 100% !important;
    width: 100% !important;
  }

  button.fiq_pfp_open_btn {
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
  }

  .fiq_cs_connection-table-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .fiq_cs_connection-table-row a {
    margin-left: 53px;
  }

  .overflow-element {
    overflow-x: hidden;
  }

  .select-store-description {
    margin-bottom: 0px;
    max-width: 90%;
  }

  .rules_type_btn {
    padding: 8px 12px;
    height: 36px;
    border-radius: 4px;
    font-size: 12px;
    width: 100px;
  }

  .ap_package_preview h4 {
    padding: 8px 6px;
    max-width: fit-content !important;
    font-size: 12px;
  }

  .ap_package_preview p.su_cp_summary_limit_items {
    padding: 8px 0px;
    font-size: 12px;
  }

  .ap_package_preview p.su_cp_summary_limit_items::before {
    padding-right: 3px;
  }

  .billing-section .container.inner-planning-part {
    padding: 30px 0px;
  }

  .billing-section div#backArrow {
    position: absolute;
            top: 6px;
        left: 6px;
  }
.input-rule-container svg, .input-feed-container svg {

 width: 20px;
}
  div#backArrow i {
    font-size: 12px;
  }

  div#backArrow {
    min-width: 40px;
    height: 30px;
  }

  .container, .fiq_cs_mapping_wrap, .feed_rules_section.feed_section.container {
        padding: 30px 20px;
    }

    .fiq-haeding-logo {
    font-size: 28px;
}
/* ....  temprory style */
 .setting-list:last-of-type .tooltip:hover .tooltiptext, .setting-list:nth-child(2) .new-setting-wrapper:last-of-type .tooltip:hover .tooltiptext{
transform: translateX(-33%) translateY(0);
}
 .setting-list:last-of-type  .tooltip .tooltiptext::after, .setting-list:nth-child(2) .new-setting-wrapper:last-of-type .tooltip .tooltiptext::after{
    left: 32%;
    transform: translateX(-31%);
}
}


/* feed check box  section*/

/* Parent scope */
.select_feed_channel{
  --checkbox-size:24px;
  --checkbox-border:#a1a1aa;
  --checkbox-hover-border:#1c9e75;
  --checkbox-bg:#ffffff;
  --checkbox-bg-hover:#f4f4f5;
  --checkbox-bg-checked:#1c9e75;
  --checkmark-color:#ffffff;
}

/* hide native checkbox */
.select_feed_channel .hidden-checkbox{
  position:absolute;
  opacity:0;
  width:0;
  height:0;
}

/* checkbox box */
.select_feed_channel .custom-checkbox{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 2px solid #1c9e75;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    margin-right: 20px;
}

/* hover */
.select_feed_channel .custom-checkbox:hover{
  border-color:var(--checkbox-hover-border);
  background:var(--checkbox-bg-hover);
}

/* checked state */
.select_feed_channel .custom-checkbox input:checked{
  position:absolute;
}

.select_feed_channel .custom-checkbox input:checked + .checkmark{
  opacity:1;
  transform:rotate(-45deg) scale(1);
}

/* change box color when checked */
.select_feed_channel .custom-checkbox:has(input:checked){
  background: #1c9e75;
  border-color: #1c9e75;
}

/* checkmark */
.select_feed_channel .checkmark{
  width:12px;
  height:6px;
      border-left: 3px solid white;
    border-bottom: 3px solid white;
  transform:rotate(-45deg) scale(0);
  opacity:0;
  transition:all .2s ease;
  margin-bottom: 2px;
}

/* feed check box  section*/
.feed_checked_save_btn_wrap {
    position: sticky;
    bottom: 0;
    padding: 20px;
    background: #ffffff;
    min-width: 100%;
    max-width: 1300px !important;
    display: none;
    justify-content: end;
    margin: 0 auto !important;
}


.feed_checked_save_btn_wrap button {
    width: 82px;
    height: 42px;
    background: #1c9e75;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
}

.fiq_ped-btns_wrap {
    z-index: 999;
}

@media screen and (max-width: 380px) {
  .fiq-haeding-logo {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
    
        .fiq-hero-heading {
        font-size: 18px;
        margin: 5px 0px 30px;
        text-align: center;
        max-width: 350px;
    }
}
