@import "tailwindcss";

/* ---- Pricy Page CSS Begin--- */

/* *,
::before,
::after {
  border-color: #e5e7eb;
} */
body,
html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}

.privacy h3 {
  font-weight: bold;
}
.privacyPolicy {
  margin-top: 130px;
}
.bodyContent {
  width: 20%;
  font-weight: bold;
}
.text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text a {
  text-decoration: none;
  color: black;
}

.bodyText {
  padding: 0 35px;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 18px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}
/* ---- Homepage Video CSS End--- */

.img-responsive {
  width: 100%;
}
.pad50px {
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .privacyPolicy {
    margin-top: 175px !important;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: block;
  }

  .bodyContent {
    width: 100%;
    padding: 0 35px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar {
    padding: 0.4rem 0 0 0 !important;
    z-index: 999999;
  }
}

.separator {
  border-top: 1px dotted #8c8b8b;
  margin: 25px 0;
}

a {
  scroll-margin-top: 100px !important;
}

.price-card h3,
.price-card p {
  color: black;
}

.price-card span {
  color: #a9a9a9;
}

.bg-FF7B00 {
  background: #ff7b00;
}

.bg-00D2F3 {
  background-color: #00d2f3;
}

.price-card {
  border-radius: 20px;
  padding: 20px;
  height: 920px;
}

.custom-list {
  list-style-type: none; /* Varsayılan liste stilini kaldır */
  padding-left: 0; /* Sol boşluğu kaldır */
}

.custom-list li {
  position: relative;
  padding-left: 25px; /* Sol boşluk ekle */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  rotate: 45deg;
  transform: translateY(-60%);
  width: 10px;
  height: 10px;
  background-color: #a857c8;
}

.svg-wrapper {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}

.info-box {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 12px;
}

.svg-wrapper:hover .info-box {
  display: block;
}

svg {
  display: block;
  transition: fill 0.3s ease;
}

#fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 1000;
}

#videoBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}
.custom-gradient {
  background: linear-gradient(to right, #f4f4f4 10%, #ccf3ff 90%);
}

@media (max-width: 720px) {
  .custom-gradient {
    background: #ccf3ff;
  }
}

.slider-track {
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Yumuşak geçiş ve easing */
}

.marquee {
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  width: fit-content;
  animation: scroll-marquee 20s linear infinite;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.logo {
  width: 100px;
  height: auto;
  margin: 0 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
}
.hero-heading {
  height: 180px;
}

/* img:hover{
  cursor: pointer;
} */

img {
  transition: transform 0.3s ease, z-index 0.3s ease;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fullscreen-overlay.active {
  visibility: visible;
  opacity: 1;
}

.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
}

.blog-body {
  margin: 0 1rem;
}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: auto;
}

.web-capi-hero {
  background: linear-gradient(to right, #45c300, #31afc9, #31afc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-40 {
  top: -10rem;
}

.-top-28 {
  top: -7rem;
}

.-top-12 {
  top: -3rem;
}

.-top-8 {
  top: -2rem;
}

.-top-0 {
  top: -0px;
}

.-top-24 {
  top: -6rem;
}

.top-10 {
  top: 2.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-32 {
  top: 8rem;
}

.top-40 {
  top: 10rem;
}

.rounded-5xl {
  border-radius: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* SİDEBAR */
.docSidebar {
  width: 300px;
  z-index: 5 !important;
  margin-left: 12px !important;
  overflow: auto;
  border-radius: 8px;
}
.docSidebar a {
  color: black;
  text-decoration: none;
}
.menu-content {
  position: relative;
  height: 100% !important;
  width: 100%;
}
.menu-content::-webkit-scrollbar {
  display: none;
}
.menu-items {
  height: 100%;
  width: 100%;
  list-style: none;
  transition: all 0.4s ease;
  font-weight: 500;
}
.submenu-active .menu-items {
  transform: translateX(-56%);
}
.menu-title {
  color: black;
  font-size: 14px;
  padding: 5px 15px;
}
@media (max-width: 720px) {
  .docSidebar {
    width: 100%;
    margin-top: 20px;
    flex-direction: column !important;
    display: contents !important;
  }
  .navbar + div {
    flex-direction: column !important;
    padding: 0.5rem 1.5rem 5rem 1.5rem !important;
  }
  .submenu-active .menu-items {
    transform: translateX(-54%);
  }
}
.item a,
.submenu-item {
  padding: 12px 5px;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
}
.item i {
  font-size: 12px !important;
  margin: 0 0.5rem 0 0;
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
.submenu .menu-title {
  background-color: #ffffff;
  color: #f66700;
  margin: 0 0 2px 7px;
}
.docSidebar .menu-items li a,
.submenu-item {
  margin-bottom: 6px;
  background-color: #f1f4f8 !important;
  border-radius: 4px;
  padding: 12px 5px !important;
}
.docSidebar .menu-items li {
  background-color: transparent; /* Li öğesi için arka plan rengini temizliyoruz */
}

.docSidebar .menu-items li a {
  display: block;
  padding: 8px;
  background-color: transparent; /* Varsayılan arka plan rengi */
}

.docSidebar .menu-items li a:hover {
  background-color: #f6670034; /* Hover durumunda renk */
}
.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  color: black;
  cursor: pointer;
}
.submenu {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: calc(-100% - 26px);
  background: #fff;
  display: none;
}
.show-submenu ~ .submenu {
  display: block;
  overflow-y: auto;
}
.active-sidebar {
  color: #f66700 !important;
  background-color: #ffffff;
}
.submenu-active i.fas.fa-chevron-right {
  display: none;
}

.submenu .menu-title {
  border-radius: 12px;
  cursor: pointer;
  justify-content: start;
  display: flex;
  align-items: center;
}
.submenu .menu-title i {
  margin: 0 10px 0 -25px;
  padding: 0 !important;
}
.navbar {
  transition: all 0.5s ease;
  z-index: 1000;
}
.fa-chevron-right:before {
  display: flex;
  justify-content: end;
  align-items: center;
}

.fa-chevron-left:before {
  display: flex;
  justify-content: start;
  align-items: center;
  color: white;
}
/* SİDEBAR */
.main {
  width: 60%;
  min-height: 700px;
  display: flex;
  line-height: 30px;
  padding: 0 4rem !important;
}

.navbar + div {
  padding: 0.5rem 2.5rem 5rem 2.5rem;
}

@media screen and (max-width: 992px) {
  .main {
    width: 100% !important;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
}
.sidebar li {
  list-style-type: none;
  height: 44px;
  line-height: 0;
}

h1,
h2,
h3,
h4 {
  scroll-margin-top: 95px !important;
}

.fa,
.fas {
  position: relative;
  width: 35px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px !important;
  color: rgb(52, 52, 52);
  margin-top: 12px;
}

.right-icon a {
  justify-content: end;
}

.sidebar ul ul .fas,
.sidebar ul ul .fa {
  font-size: 20px !important;
  vertical-align: middle !important;
}

.icon {
  font-size: 15px !important;
}

.sidebar a {
  text-decoration: none;
  color: black;
}

.only-right {
  display: flex;
  justify-content: end;
  margin-top: 35px;
}

.bottom-page .bottom-text {
  margin-top: 5px;
}

.bottom-text {
  font-weight: bold;
  font-size: 16px !important;
}

.right-icon a,
.left-icon a {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.sidebar .item-active {
  color: #5361ac !important;
}

.sidebar .item-active .alt-item {
  font-weight: bold;
}

.sidebar .item {
  color: #474d66;
  font-weight: 600;
  font-size: 16px;
}

.alt-item {
  line-height: 0 !important;
  font-size: 15px;
  font-weight: 500;
}

.sidebar .alt-menu {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.sidebar .alt-item.active::before {
  border-left: 2px solid red;
}

.sidebar .item.active::before {
  border-left: 5px solid red;
}

.altlist {
  margin-left: 3px;
}

.sidebar a:hover,
.sidebar li:hover {
  color: #5361ac !important;
  cursor: pointer;
  font-weight: 800 !important;
}

.main,
.sidebar {
  color: black;
}

.v-sheet h1 {
  font-size: 30px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
  color: #00000099;
  margin: 1rem 0 1.5rem 0;
}

.v-sheet h2 {
  font-size: 22px !important;
  font-weight: 500;
  color: #00000099;
  margin: 1rem 0 1.5rem 0;
}

.v-sheet h3 {
  font-size: 19px;
  font-weight: 500;
  color: #00000099;
  margin: 1rem 0 1.5rem 0;
}

.v-sheet h4 {
  font-size: 17px;
  font-weight: 500;
  color: #00000099;
  margin: 1rem 0 1.5rem 0;
}

.v-sheet h5 {
  font-size: 15px;
  color: #00000099;
  margin: 1rem 0 1.5rem 0;
}

@media screen and (max-width: 1024px) {
  .this-article {
    display: none;
  }
  .this-article .main {
    width: 100% !important;
    padding: 0 1rem !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1288px) {
  .main {
    width: 73%;
  }

  .this-article {
    width: 20% !important;
  }

  .sidebar {
    width: 20% !important;
  }
}

.this-article {
  padding: 5px 0;
  position: sticky !important;
  top: 120px;
  right: 0;
  bottom: 0;
  width: 18%;
  height: fit-content;
  z-index: 5 !important;
}

.this-article li a {
  font-size: 13px !important;
  text-decoration: none !important;
}

.this-article h2 {
  margin: -15px 0 10px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #b1b1b1;
}

.this-article li,
.this-article ul,
.this-article ul li {
  list-style: none;
  padding: 0 0px;
  margin-bottom: 6px;
}

.this-article a:hover {
  opacity: 0.6;
}

.this-article ul ul ul li {
  margin-left: 10px !important;
}
.this-article ul ul ul ul li {
  margin-left: 15px !important;
}

.this-article ul ul ul ul li {
  margin-left: 20px !important;
}

.this-article ul ul ul ul ul li {
  margin-left: 25px !important;
}
.this-article ul ul ul ul ul li {
  margin-left: 30px !important;
}

.highlighted {
  background-color: #ff7b00;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 2px 4px;
}

.last-viewed {
  background-color: #ff7b00;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 2px 4px;
}

.info-band {
  background-color: yellow;
  color: gray;
  padding: 12px 8px;
  margin: 1.5 rem 0;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  align-items: center;
}

.info-band svg {
  fill: gray;
  width: 32px;
}

.info-band p {
  margin-left: 15px;
}

.shopify-code {
  display: block;
  overflow-x: auto;
  background: #37474f;
  color: #e2e2e2;
  padding: 0.75em;
  border-radius: 8px;
  font-size: 14px !important;
  font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width: 667px) {
  .run_conversion {
    display: block;
  }

  .values {
    min-width: 70%;
    max-width: 100%;
  }

  .advanced > div {
    justify-content: start !important;
  }
  .gap-6 {
    gap: 2.5rem !important;
  }
}

.values {
  min-width: 70%;
  max-width: 70%;
}

.values-color {
  color: #5559ae;
}

.advanced {
  gap: 1500px !important;
}

.advanced .gap-6 {
  gap: 10rem;
}

.amp {
  color: red;
}

.advanced > div:nth-child(odd) {
  background-color: #ededed;
}

.advanced > div:nth-child(even) {
  background-color: white;
}

.sublist {
  margin-left: 50px;
}

.hashInput[type="text"],
select {
  width: 100%;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  border-radius: 5px;
}

textarea {
  padding: 10px 15px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.hashInput::placeholder {
  padding-left: 2px;
  font-size: 14px !important;
}

.hashButton {
  background-color: #68bf29;
  color: #eaeaea;
  padding: 5px 10px;
  border-radius: 8px;
  margin-right: 15px;
}

.hashButton:hover {
  background-color: #68bf29;
  opacity: 0.9;
  cursor: pointer;
}

.buttonCheck {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.normalizeSelect {
  padding: 12px 5px;
  background-color: #f8f8f8;
  color: #474d66;
}

.is-invalid {
  border: #ea124f;
}

#invalidText {
  display: none;
}

.shopifyHeading {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}
.v-card img {
  padding: 15px 0;
}

sup {
  top: -0.75em;
}

.get-started {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 15px 0;
}

.get-started a:hover {
  color: white !important;
  opacity: 0.9;
}

.get-started a {
  color: white;
  background-color: #77c53e;
  padding: 10px 16px;
  font-weight: 600;
  width: 250px;
  font-size: 18px;
  border-radius: 12px;
  margin-top: 20px;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.hljs-class {
  color: blue;
}

.hljs-optional {
  color: orangered;
}

.app-capi-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.appcapi-btn {
  color: white;
  background-color: #77c53e;
  padding: 8px 32px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.appcapi-btn:hover {
  opacity: 0.9;
}
.v-data-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:last-child,
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:last-child,
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}

.v-data-table {
  line-height: 1.5 !important;
  max-width: 100%;
}

.v-application--is-ltr
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > th,
.v-application--is-ltr
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tfoot
  > tr
  > th,
.v-application--is-ltr
  .v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th {
  text-align: left;
}

.v-application--is-ltr
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > th,
.v-application--is-ltr
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tfoot
  > tr
  > th,
.v-application--is-ltr
  .v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th {
  text-align: left;
}

table {
  border-collapse: separate;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  font-variant: normal;
}

th {
  text-align: left !important;
  height: 48px;
  font-size: 0.75rem;
  user-select: none;
  color: rgba(0, 0, 0, 0.6);
}

table tr:hover {
  background-color: #eeeeee;
}

td {
  font-size: 0.875rem;
  height: 48px;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  padding: 0 16px;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.theme--light.v-card {
  background-color: #fff;
}

.v-card {
  border-width: thin;
  display: block;
  max-width: 100%;
  outline: 0;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  padding: 0 16px;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-sheet {
  padding: 20px;
  border-color: #e5e7eb;
}

.v-application code,
.v-application kbd {
  border-radius: 3px;
  font-size: 85%;
  font-weight: 400;
}

.swversion {
  background-color: #7c8690;
  border-radius: 999px;
  color: white;
  padding: 3px;
  font-size: 14px;
  margin: 0 4px;
}

.oas {
  background-color: #60ac39;
  border-radius: 999px;
  color: white;
  padding: 3px;
  font-size: 14px;
}

pre,
code {
  overflow: auto !important;
}

pre {
  background-color: #fefbec;
  border: none;
  overflow-x: auto;
}

.theme--light.v-application code {
  background-color: transparent;
}

.hljs-keyword,
.hljs-selector-tag {
  color: #b854d4;
}

.v-application .my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hljs-regexp,
.hljs-link,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #d73737;
}

.hljs-string,
.hljs-symbol,
.hljs-bullet {
  color: #60ac39;
}

.hljs,
.v-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem !important;
  letter-spacing: 0.0071428571em !important;
}

.hljs-number,
.hljs-meta,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
  color: #b65611;
}

.hljs-variable {
  border-bottom: 1px dotted #d01884;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 0px 5px;
}

.v-application code,
.v-application kbd {
  border-radius: 3px;
  font-size: 85%;
  font-weight: 400;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #fefbec;
  color: #6e6b5e;
  padding: 0.5em;
}

.v-application code {
  padding: 0.2em 0.4em;
}
.anchor,
.docsa {
  color: #71008b;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline !important;
}

.anchor a:hover,
.docsa a:hover {
  color: #71008b;
  font-size: 14px;
  cursor: pointer;
}

.dns-table th {
  color: #400150;
}

.v-data-table > .v-data-table__wrapper > table {
  width: 100%;
  border-spacing: 0;
}

.fade-enter {
  opacity: 0;
  transform: translateX(20px);
}

.fade-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-leave {
  opacity: 1;
  transform: translateX(0);
}

.fade-leave-active {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}