/* DronaHQ CSS */

/* header css */

/* .dhq_mainHeader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 0px;
  z-index: 8;
  transform: translate3d(0px, 0px, 0px);
}

.dhq_mainHeaderBox {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
  max-width: 1280px;
} */
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
/* .dhq_mainHeaderNavigations {
  flex: 1 1 0px;
  display: flex;
  flex-direction: row;
  margin-left: 48px;
} */
/* 
.dhq_mainHeaderUL {
  flex: 1 1 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
} */

/* .dhq_mainHeaderSignLink {
  margin: 0 !important;
} */

/* .dhq_mainHeaderSignLink a {
  color: #26bc6a !important;
} */

/* .centerAlign {
  text-align: center;
} */

@media only screen and (max-width: 1024px) {
  .dhq_mainHeaderLinks[data-link="docs"],
  .dhq_mainHeaderLinks[data-link="signin"],
  .dhq_mainHeaderLinks[data-link="customers"] {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  .dhq_mainHeaderLinks[data-link="docs"] {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .dhq_mainHeaderLinks {
    margin-right: 24px;
  }
}
/* 
.dhq_mainHeaderLinks {
  margin-right: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.dhq_mainHeaderLinks a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  text-decoration: none;
  color: rgb(61, 61, 61);
  background-image: linear-gradient(to top, currentcolor 1px, transparent 1px);
  background-repeat: no-repeat;
  background-size: 0px 100%;
  transition: background 300ms ease-in-out 0s;
}

.dhq_mainHeaderLinks a:hover {
  color: #26bc6a;
  opacity: 1;
} */

.CtaButton.boldCTA.smallCTA {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
}

/* .dhq_mainHeaderCTABox {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
} */

/* .dhq_mainHeaderSignin {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  text-decoration: none;
  color: #26bc6a;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-size: 0px 100%;
  transition: background 300ms ease-in-out 0s;
  cursor: pointer;
} */

.CtaButton.boldCTA {
  background: #26bc6a;
  color: #fff;
  padding: 16px 32px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
}

/* .dhq_mainHeaderSignin:hover {
  color: #1ca75b;
  opacity: 1;
} */

/* .dhq_mainHeaderTryforfree:hover {
  background: #1ca75b;
  color: white;
}

.dhq_mainHeaderTryforfree {
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #26bc6a;
  color: white;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  cursor: pointer;
  background: #26bc6a;
  transition: background 200ms ease 0s, color 200ms ease 0s,
    box-shadow 200ms ease 0s;
} */

/* blocks css */

*,
:after,
:before {
  box-sizing: border-box;
}

a {
  text-decoration: unset;
  outline: none;
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
}

.dhq_caption {
  font: "Montserrat", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #26bc6a;
}

.dhq_title {
  position: relative;
  font: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #0a2540;
  letter-spacing: -0.2px;
}

.dhq_Maintitle {
  position: relative;
  font: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: #0a2540;
  letter-spacing: -0.2px;
}

.dhq_title {
  position: relative;
  font: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #0a2540;
  letter-spacing: -0.2px;
}

.dhq_midtitle {
  position: relative;
  font: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #0a2540;
  letter-spacing: 0.2px;
}

.dhq_subtitle {
  position: relative;
  font: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 24px;
  color: #0a2540;
  letter-spacing: 0.2px;
}

.dhq_body {
  padding: 0 16px 0 16px;
  font: "Montserrat", sans-serif !important;
  font-size: 17px;
  color: #425466;
  line-height: 28px;
  font-weight: 400;
  max-width: 1200px;
  letter-spacing: 0.2px;
}

.dhq_midbody {
  padding: 0 16px 0 16px;
  font: "Montserrat", sans-serif !important;
  font-size: 18px;
  color: #425466;
  line-height: 30px;
  font-weight: 400;
  max-width: 1200px;
  letter-spacing: 0.3px;
}

.dhq_subbody {
  padding: 0 16px 0 16px;
  font: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  color: #425466;
  font-weight: 400;
  max-width: 1200px;
  letter-spacing: 0.2px;
}

.Section_layoutContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 16px;
}

.Section_container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.Section_backgroundMask {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.Section_masked {
  overflow: hidden;
  position: relative;
}
 
.Section_layout.preview-content {
  padding-bottom: 32px;
}
.Section_layout.preview-live-demo {
  padding-top: 0;
}

.dhq_header {
  position: relative;
  padding: 0 16px 0 16px;
  max-width: 1200px;
}

.dhq,
.dhq_header {
  display: grid;
  row-gap: 24px;
}

.RowLayout {
  display: grid;
  grid: auto/minmax(0, 1fr);
  row-gap: 64px;
  align-items: flex-start;
}

.ColumnLayout {
  display: grid;
  row-gap: 32px;
  align-items: flex-start;
}
/* 
.SegmentedControlButton {
  height: 32px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 16.5px;
  padding: 3px 16px 6px;
  cursor: pointer;
  position: relative;
  color: #0a2540;
  white-space: nowrap;
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */
/* 
.SegmentedControl {
  margin: 0 0 16px;
  position: relative;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SegmentedControlButton--active {
  background-color: #26bc6a;
  color: #fff;
}

.SegmentedControlButton:not(.SegmentedControlButton--active):hover {
  opacity: 0.65;
} */

.Card {
  position: relative;
  min-width: 100px;
  min-height: 72px;
  border-radius: 8px;
  /* background: #f6f9fc; */
  /* box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3); */
  overflow: hidden;
}

.Card--shadowXLarge {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3);
}

.Card--shadowSmall {
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

/* .LocalPaymentMethodsLayout_dhqContainer {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg, transparent 0, #000 32px);
  mask-image: linear-gradient(270deg, transparent 0, #000 32px);
} */
/* 
.LocalPaymentMethodsLayout_dhqTrack {
  display: flex;
  align-items: flex-start;
  transform: translateX(calc(2 * -100%));
  transition: 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.LocalPaymentMethodsLayout_dhqTrack .dhq {
  min-width: 100%;
} */

.dhq.variant--Detail {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500px;
  letter-spacing: 0.2px;
  --paragraphGap: 8px;
}

.dhq_footer {
  display: grid;
  row-gap: 24px;
  /* margin-top: calc(var(--footerGap, 24px - 24px); */
  padding: 0 16px 0 16px;
}
.dhq_footer .button_template {
  width: 220px;
  border-radius: 6px;
  padding: 12px 24px;
  position: relative;
  font-weight: 600;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  line-height: 24px;
  white-space: nowrap;
  background: #26bc6a;
  border: 1px solid #26bc6a;
  color: white;
  font-size: 16px;
  transition: all 0.15s ease-in-out 0s;
  cursor: pointer;
}

.List[data-column-count] .List_item {
  margin-top: 0;
  margin-bottom: 0;
}

.List_item {
  position: relative;
  margin: 4px 0;
}

.dhq.variant--Detail,
.dhq.variant--Stat {
  row-gap: 8px;
  border-color: #26bc6a;
  font-size: 15px;
  line-height: 1.6;
}

.CtaButton.variant--Link:hover {
  color: #0a2540;
  opacity: 1;
}

.d-flex {
  display: flex !important;
}

.justifyCenter {
  justify-content: center;
}

.alignItemCenter {
  align-items: center !important;
}

.dhq_link {
  color: #26bc6a;
  font-weight: 500;
}

.dhq_link:hover {
  color: #0a2540;
}

.dhq.variant--Section,
.dhq.variant--Subsection {
  row-gap: 24px;
}
.dhq.variant--Section.right-section {
  row-gap: 0;
}

.CtaButton.boldCTA.variant--Link:hover {
  color: #fff;
  opacity: 1;
  background: #1ca75b;
}

.CtaButton.variant--Link:hover .HoverArrow_linePath {
  stroke: #0a2540;
  opacity: 1;
}

.CtaButton.boldCTA.variant--Link:hover .HoverArrow_linePath {
  stroke: #fff;
  opacity: 1;
}

.CtaButton.boldCTA.variant--Link .HoverArrow_linePath {
  stroke: #fff;
  opacity: 1;
}

.HoverArrow {
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  top: 1px;
  transform: translateX(3px);
  margin-left: 8px;
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.CtaButton {
  display: inline-block;
  padding: 3px 0 6px;
  border-radius: 16.5px;
  font-size: 14px;
  font-weight: 500;
  color: #26bc6a;
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  outline: none;
}

.dhq_ctaContainer {
  display: flex;
  align-items: center;
}

.dhq_subtitle:before {
  display: block;
  position: absolute;
  top: 4px;
  left: calc(16px * -1);
  width: 1.5px;
  height: 15px;
  background-color: #26bc6a;
  content: "";
}

.dhq_banner_image {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* new update */
  padding-left: 1px;
}

.dhq_icon {
  min-height: 40px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}

.Icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.UserLogoGrid {
  display: grid;
  grid: auto/repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  row-gap: 60px;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 56px !important;
}

.pt-6 {
  padding-top: 64px !important;
}
.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 56px !important;
}

.pr-6 {
  padding-right: 64px !important;
}
/*  */
.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 56px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

/*  */

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 56px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pr112 {
  padding-right: 16px;
}

.pr32 {
  padding-right: 16px;
}

.List {
  --listSpacing: 4px;
  --columnCount: 1;
  padding: 0 16px 0 16px;
  letter-spacing: 0.2px;
}

.List_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.List[data-column-count] .List_item {
  margin-top: 0;
  margin-bottom: 0;
}

.List[data-column-count] .List_list {
  display: grid;
  grid: auto/repeat(2, 1fr);
  gap: 12px 32px;
  margin: 12px 0;
}

.ListItem--hasIcon {
  padding-left: 24px !important;
}

.List_item {
  position: relative;
  margin: 4px 0;
}

.List_itemIcon {
  position: absolute;
  top: 4px;
  left: 0;
}

.dhq .List {
  margin-left: calc(16px * -1);
  margin-right: calc(16px * -1);
}

.PaymentsOptimizeSection_layout {
  display: grid;
  gap: 35px 0;
  align-items: flex-start;
  grid-template-areas: "Frauddhq" "FraudGraphic" "FraudList" "Acceptancedhq" "AcceptanceGraphic" "AcceptanceList";
}

@media (min-width: 672px) {
  .UserLogoGrid {
    grid: auto/repeat(4, 1fr);
  }
}

@media (max-width: 899px) {
  .UserLogo {
    max-width: 160px;
  }
}
.TestimonialCard_content {
  display: flex;
  flex-direction: column-reverse;
  min-height: 290px;
  overflow: hidden;
  border-radius: 8px;
}
.TestimonialCard_contentb {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  overflow: hidden;
  border-radius: 8px;
}
.TestimonialCard_body {
  padding: 0 48px 48px;
}
.TestimonialCard_logoContainer {
  position: relative;
  height: 180px;
  background: aliceblue;
  background-image: linear-gradient(#9c27b099, #9c27b099), url(../slack-2.html);
  background-size: cover;
  margin-bottom: 24px;
  border-radius: 8px 8px 0px 0px;
}
.TestimonialCard_logoContainerb {
  position: relative;
  height: 180px;
  background: aliceblue;
  background-size: cover;
  margin-bottom: 24px;
  border-radius: 8px 8px 0px 0px;
}
.TestimonialCard_logo.UserLogo {
  --userLogoMaxWidth: none;
  position: absolute;
  top: calc(0px + 50%);
  left: 50%;
  height: 60px;
  transform: translate(-50%, -50%);
}
.TestimonialCard_quote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  font-size: 14px;
  color: #425466;
  line-height: 24px;
  font-weight: 500;
  max-width: 1200px;
  letter-spacing: 0.2px;
  padding-right: 46px;
}
.TestimonialCarousel_indicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
}
.TestimonialCarousel_indicatorItems {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.TestimonialCarousel_indicator {
  display: block;
  margin: 0 2px;
  padding: 10px 0;
  width: 24px;
  position: relative;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.TestimonialCarousel_indicator:before {
  opacity: 0.3;
}
.TestimonialCarousel_indicator:after,
.TestimonialCarousel_indicator:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #aaaaaa;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform-origin: left center;
  border-radius: 1px;
}
.TestimonialCarousel_indicator:after {
  transform: scaleX(0);
}
.TestimonialCarousel_indicator--active:after {
  transform: scaleX(1);
}
/*  */
.Helm-UserCard__button--prev {
  left: -15px;
  transform: scaleX(-1);
}
.Helm-UserCard__button {
  position: absolute;
  z-index: 10;
  top: 77px;
  top: calc(100px - 23px);
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);
  /* text-indent: -9000px; */
  overflow: hidden;
  color: #32325d;
  cursor: pointer;
  transition: all 0.15s;
  padding: 10px;
}
button,
select {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
}
/* .Helm-UserCard__button:after {
    font: normal 27px StripeIcons;
    content: "\279C";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    text-align: center;
    text-indent: 0;
    color: #6b7c93;
} */
.Helm-UserCard__button--next {
  right: -15px;
}
.Helm-UserCard__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%),
    0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  color: #425466;
}
.Helm-UserCard__button:hover::after {
  color: #425466;
}
.Helm-UserCard__button:hover svg {
  fill: #32325d;
}
.Helm-UserCard__button--prev:hover {
  transform: translateY(-1px) scaleX(-1);
}

@media (min-width: 600px) and (max-width: 899px) {
  .ColumnLayout[data-columns="2,1,1"] > :first-child {
    grid-area: 1 / span 2;
  }
}

@media (min-width: 600px) {
  .ColumnLayout[data-columns="1,1,1,1"],
  .ColumnLayout[data-columns="2,1,0"],
  .ColumnLayout[data-columns="2,1,1"],
  .ColumnLayout[data-columns="2,2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .pr112 {
    padding-right: 64px;
  }
  .pr32 {
    padding-right: 32px;
  }
  .List[data-column-count="2"] .List_list,
  .List[data-column-count="3"] .List_list {
    grid: auto/repeat(2, 1fr);
  }
  .dhq_midtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .TestimonialCard_content {
    display: grid;
    grid: auto/repeat(2, 1fr);
    height: 100%;
  }
  .TestimonialCard_contentb {
    display: grid;
    grid: auto/repeat(2, 1fr);
    height: 100%;
  }
  .TestimonialCard_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 0 48px 48px;
  }
  .Helm-UserCard__button {
    top: calc(50% - 23px);
  }
  .TestimonialCard_logoContainer {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 0px 8px 8px 0px;
    /* transform: skewX(12deg );
        margin-right: -33px;
        margin-left: 49px; */
  }
  .TestimonialCard_logoContainerb {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 0px 8px 8px 0px;
    /* transform: skewX(12deg );
        margin-right: -33px;
        margin-left: 49px; */
  }
}

/* grid layout */

.SiteHeader--hasGuides:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(66, 71, 112, 0.09),
    rgba(66, 71, 112, 0.09) 50%,
    transparent 0,
    transparent
  );
  background-size: 8px 1px;
  content: "";
}

.Guides_guide {
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(66, 71, 112, 0.09),
    rgba(66, 71, 112, 0.09) 50%,
    transparent 0,
    transparent
  );
  background-size: 1px 8px;
}

@media (max-width: 899px) {
  .SiteMenuSection + .SiteMenuSection:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(66, 71, 112, 0.09),
      rgba(66, 71, 112, 0.09) 50%,
      transparent 0,
      transparent
    );
    background-size: 8px 1px;
    content: "";
  }
}

.Guides_guide:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.Gradient_guides {
  --guideDashedColor: rgba(0, 0, 0, 0.3);
  --guideSolidColor: rgba(0, 0, 0, 0.2);
  mix-blend-mode: soft-light;
}

.Section_background {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform-origin: 100% 0;
  transform: skewY(0);
  background: #fff;
  overflow: hidden;
}

.Guides_guide:first-of-type,
.Guides_guide:last-of-type {
  background: rgba(0, 0, 0, 0.05);
}

.Guides_container {
  display: grid;
  grid: 1fr / repeat(4, 1fr);
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .Guides_guide:nth-of-type(2n) {
    background: #ffffff;
  }
}

@media (max-width: 599px) {
  .Guides_guide:nth-of-type(3n) {
    display: none;
  }
}

.Guides {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 16px;
  pointer-events: none;
}

/* signup */

.db-RegisterValueProps-iconContainer--billing,
.db-RegisterValueProps-iconContainer--invoicing {
  fill: #00d924;
}

.Text-lineHeight--24 {
  line-height: 24px;
}

.Text-fontWeight--medium {
  font-weight: 500;
}

.Text-fontSize--16 {
  font-size: 16px;
}

.Text-display--block {
  display: block;
}

.Text-color--dark {
  color: #1a1f36;
}

.Margin-left--4 {
  margin-left: 4px;
}

.Margin-top--4 {
  margin-top: 4px;
}

.Box-root {
  box-sizing: border-box;
}

.Flex-wrap--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.Flex-justifyContent--flexStart {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Flex-direction--column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.Flex-flex {
  display: -ms-flexbox;
  display: flex;
}

.Text-lineHeight--20 {
  line-height: 20px;
}

.Text-fontWeight--regular {
  font-weight: 400;
}

.Text-fontSize--14 {
  font-size: 14px;
}

.Text-color--default {
  color: #3c4257;
}

.db-RegisterValueProps-textContainer--v4 {
  max-width: none;
}

.Margin-left--12 {
  margin-left: 12px;
}

.Margin-top--12 {
  margin-top: 12px;
}

.Flex-direction--row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.Flex-alignItems--baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.Margin-left--24 {
  margin-left: 24px;
}

.Margin-top--24 {
  margin-top: 24px;
}

.listdotIcons {
  width: 16px;
  min-width: 16px;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.opacity-75 {
  opacity: 0.75;
}
.bg-indigo-900 {
  background-color: #3c366b;
}
@media (min-width: 900px) {
  .ColumnLayout[data-columns="1,1,1,1"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .ColumnLayout[data-columns="3,1"] {
    grid-template-columns: 3fr 1fr;
  }
  .ColumnLayout[data-columns="1,4,1"] {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .LocalPaymentMethodsLayout_dhqContainer {
    margin-top: 48px;
  }
  .ColumnLayout[data-columns="1,3"] {
    grid-template-columns: 1fr minmax(0, 3fr);
  }
  .ColumnLayout[data-columns="2,1,1"] {
    grid-template-columns: 2fr repeat(2, 1fr);
  }
  .pr112 {
    padding-right: 112px;
  }
  .pr32 {
    padding-right: 32px;
  }
  .PaymentsOptimizeSection_layout {
    gap: 50px 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Frauddhq Acceptancedhq" "FraudGraphic AcceptanceGraphic" "FraudList AcceptanceList";
  }
}

/* new update */
a.CtaButton.variant--Button {
  background: #26bc6a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 16px;
}

a.CtaButton.variant--Button:hover {
  color: #fff;
  opacity: 1;
  background: #1ca75b;
}
.Card.inFourColumns {
  margin-left: -16px;
  margin-right: 16px;
}

/*right side*/

.Section_layout .ColumnLayout section .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 48px;
  margin-bottom: 28px;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  color: #969696;
  margin-bottom: 8px;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  white-space: nowrap;
  color: rgb(61, 61, 61);
  margin-right: 4px;
  margin-bottom: 5px;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data .tag img.active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data .tag img {
  width: 24px;
  margin-left: 6px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data .group-tag {
  margin: 4px;
  background: #ff980010;
  border: 1px solid #ff9800;
  box-sizing: border-box;
  box-shadow: rgb(225 225 225 / 25%) 0px 1px 0px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  color: #ff9800;
  padding: 6px;
}
.Section_layout
  .ColumnLayout
  section
  .tag-wrap
  .tag-data
  .group-tag:nth-child(2) {
  border-color: #676fec;
  color: #676fec;
  background: #676fec10;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data .comp-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(237, 237, 237);
  box-sizing: border-box;
  box-shadow: rgb(225 225 225 / 25%) 0px 1px 0px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  height: 60px;
  width: 60px;
  color: rgb(150, 150, 150);
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.Section_layout .ColumnLayout section .tag-wrap .tag-data .comp-wrap img {
  width: 100%;
}
.subtitle_data {
  /* line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word; */
}
.iframe-viewer .device-buttons {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 7%) 0px 4px 22px;
  margin-bottom: 20px;
}
.iframe-viewer .device-tab:first-child {
  border-left: 0;
}
.iframe-viewer .device-tab.active {
  border-bottom: 3px solid #26bc6a;
}
.iframe-viewer .device-tab {
  padding: 10px;
  border-left: 1px solid #e2e2e2;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid transparent;
}
.iframe-viewer .device-tab img {
  height: 18px;
  width: auto;
}
.iframe-viewer .iframe-outer {
  margin-bottom: 70px;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 7%) 0px 4px 22px;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
.iframe-viewer .iframe-bottom-strip {
  width: inherit;
  padding: 4px 10px;
  background: #26bc6a;
  color: white !important;
  font-size: 13px;
  font-weight: 600;
}
.iframe-viewer iframe {
  /* border: 1px solid rgb(237, 237, 237);
      border-radius: 8px;
      box-shadow: rgb(0 0 0 / 7%) 0px 4px 22px;
      transform-origin: top; */
  transition: width 0.3s ease-in-out;
  width: 100%;
}
.iframe-wrap .iframe-outer .actn-btns .actn-btn {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 10px;
  color: unset !important;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0px 40px; */
  max-width: 1280px;
}
.close-showcase-preview {
  padding-left: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  display: inline-block;
  margin-bottom: 32px;
  margin-top: 24px;
  color: rgb(150, 150, 150);
  cursor: pointer;
}
/* .tag-wrap .tag.tag-rating-0 img:nth-child(-n+4){
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
} */
.tag-wrap .tag.tag-rating-1 img:nth-child(-n + 2) {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}
.tag-wrap .tag.tag-rating-2 img:nth-child(-n + 3) {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}
.tag-wrap .tag.tag-rating-3 img:nth-child(-n + 4) {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}
.tag-wrap .tag.tag-rating-4 img:nth-child(-n + 5) {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}
.tag-wrap .tag.tag-rating-5 img {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}
.custom-tooltip {
  position: relative;
}
.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #1b1c1d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 33px;
  padding: 8px;
}
.custom-tooltip .tooltiptext:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 7px solid #1b1c1d;
  top: -14px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-tooltip .tooltiptext.show-bottom {
  opacity: 1;
  top: 40px;
  top: 66px;
  font-size: 12px;
  padding: 6px 9px;
}
.custom-tooltip .tooltiptext.show-bottom::before {
  border: 4px solid transparent;
  border-bottom: 4px solid #000000a6;
  top: -8px;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .iframe-viewer .device-buttons {
    display: none;
  }
  .iframe-viewer .iframe-outer {
    width: 100% !important;
  }
}

/* control listing css */
.action-list-section .dhq_banner_image {
  height: 40px;
  width: auto;
}
.action-list-section .Card {
  min-height: 0;
  padding: 0 16px 0 16px;
}

.action-list-section .subtitle_data {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.action-list-section .ColumnLayout {
 grid-gap: 72px 0px;
}
