.card-hover {
  transition: transform 0.3s ease-in-out;
}

.card-hover:hover {
  transform: scale(1.05);
}

.gradient-border {
  position: relative;
  padding: 1.3rem;
  backdrop-filter: blur(10px);
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: .45rem;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #00C2C8, #9273FF) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

[id^="_form_"] {
  margin: 0px !important;
}

.small-author {
  font-size: .85em !important;
}

.border-1 {
  border: 1px solid #e1e1e1;
}

.menu-link {
  position: relative;
  padding-right: 20px;
  color: #000;
  text-decoration: none;
}

.menu-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #6837f1;
  border-radius: 50%;
  margin-left: 10px;
}

.menu-link:hover::after {
  background-color: #6837f1;
}


b,
strong {
  font-weight: 600 !important;
}

.featured-excerpt {
  color: #464646;
}


.card-title {
  line-height: .8em !important;
}

.category-links a {
  text-decoration: none;
  position: relative;
  color: #000;
}

.category-links a:hover {
  color: #000000;
}

.category-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #5e5e5e;
  transition: width 0.3s ease-out;
}

.sidebar-related-post-title a {
  font-size: .8rem;
}

.lead {
  font-size: 1.3rem !important;
}

.subscribe-form {
  background-color: #f6f8fa;
}

.category-links {
  padding: 10px 0 10px 0;
}

.category-links a:hover::after {
  width: 100%;
}

.rounded-corners {
  border-radius: .45rem !important;
}


.rounded-corners-top {
  border-top-left-radius: .40rem !important;
  border-top-right-radius: .40rem !important;
}

.small,
small {
  font-size: .75em !important;
}

.kg-width-full,
.kg-width-wide {}

.hljs,
pre code span[class^="hljs"],
code {
  font-family: monospace, monospace;
  font-size: 14px;
}

* {
  font-size: 17px;
}

@media only screen and (max-width: 600px) {
  .featured-title h2>a {
    font-size: 2rem !important;
  }

}

h2>a:hover {
  color: #000;
}

.category-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.category {
  flex: 0 0 auto;
  margin-right: 1rem;
}

* {
  border-radius: 0 !important;
  letter-spacing: 0.02rem;
  font-family: Inter, Tahoma, Arial;
}

.nav-link {
  padding-right: 1rem !important;
}

.social-icons a {
  color: #fff;
}

.social-icons a:hover {
  color: #c7c1c1;
}

.related-posts h3>a,
.posts-roll h3>a,
.featured-title h2>a,
.resource-links a {
  color: #000;
}



.resource-links a:hover {
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.btn-dark:focus {
  box-shadow: none;
}

.bg-tenderly {
  background-color: #6837f1;
}

a.color-tenderly:hover {
  color: #6837f1 !important;
}

.border-tenderly {
  border: 2px solid #6837f1;
}

.kg-image {
  max-width: 100%;
  height: auto;
}

.color-tenderly {
  color: #6837f1;
}

.navbar-light .navbar-toggler {
  color: black;
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.bg-dark,
.btn-dark {
  background-color: black !important;
}

.article-title {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 864px;
  position: relative;
}

.article-header-cover {
  background: rgb(104, 55, 241);
  background: linear-gradient(180deg,
      rgba(104, 55, 241, 0.45284051120448177) 0%,
      rgba(148, 187, 233, 0) 100%);
}

.article-end-callout {
  background-color: #6837f117;
}

.related-bg {
  background-color: #f9fafe;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
button,
a.dash-link {
  font-family: "DM Sans", sans-serif !important;
}

.badge {
  font-weight: 500 !important;
}

.featured-box-shadow {
  box-shadow: 10px 11px 0px 0px #6837f1;
}

.shadow-md {
  box-shadow: rgb(11 43 158 / 15%) 0px 6px 20px -6px;
}

.card-footer {
  padding: 0.5rem 0.5rem;
}

a:hover {
  color: #6837f1;
}

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

#progress-bar {
  --scrollAmount: 0%;
  background-image: linear-gradient(120deg, #6adbff, #6837eb, #e67dff);
  width: var(--scrollAmount);
  height: 6px;
  position: fixed;
  top: 0;
  z-index: 11000;
}

.sticky-top {
  top: 50px !important;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus,
.btn-dark:focus {
  box-shadow: none !important;
}

.gh-content {
  position: relative;
}

.gh-toc>.toc-list {
  position: relative;
  padding: 0;
}

.toc-link::before {
  display: none !important;
}

.toc-list {
  overflow: hidden;
  list-style: none;
}

@media (min-width: 1300px) {
  .gh-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 4vmin;
    grid-column: wide-start / main-start;
  }

  .gh-toc {
    position: sticky;
    top: 4vmin;
  }
}

.gh-toc .is-active-link::before {
  background-color: #6837f1;
}

.gh-toc .is-active-link {
  text-decoration: none;
  font-weight: bold;
}

.gh-toc .toc-link {
  text-decoration: none;
}

.toc-list-item {
  margin-bottom: 8px;
  margin-top: 8px;
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #6837f1;
  cursor: pointer;
  font-size: 30px;
}

.resrouce-links .border {
  border: 2px solid #dee2e6 !important;
}

footer {
  border-top: 1px #d7d8da solid;
}

header button,
header form a {
  font-size: 15px !important;
}

.resource-links h3 {
  line-height: 30px !important;
}

blockquote {
  font-size: 1.2em;
  padding: 1em 2em;
  margin: 1em 0;
  border-left: 0.2em solid #6837f1;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  color: #606060;
}

figcaption {
  font-style: italic;
  color: #848484;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

a.author-profile-social-link {
  font-size: 30px;
}

.btn-tenderly {
  color: black;
  background-color: white;
  border-color: white;
  border: 2px solid white;
}

.footer-lower {
  background: #1a1a1a !important;
}

#inputEmail {
  background-color: transaprent !important;
}

.card h3>a {
  font-size: 1.3rem !important;
}

.sidebar-callout .btn {
  width: 100%;
}

article.article .authors img,
.card-footer img,
.featured-title img {
  border: 1px #c5c5c5 solid;
}

.bg-tenderly-gradient {
  background-image: linear-gradient(to right bottom,
      #6837ee,
      #9245f2,
      #b356f6,
      #cf69fa,
      #e97dff);
}

.author-image {
  border-radius: 50% !important;
}

i {
  font-family: Arial, Helvetica, sans-serif;
}

.resource-link {
  padding: 5px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.bg-gradient-one {
  background-image: linear-gradient(to right top,
      #6837f1,
      #8544ee,
      #9c52eb,
      #ae60e9,
      #be70e8,
      #ba76e8,
      #b67ce8,
      #b381e8,
      #9b7ee8,
      #807be7,
      #5f78e4,
      #3075e1);
}

.border-resources {
  border: 2px black solid;
}

.author-profile-social-link i {
  font-size: 30px;
}

.featured-title {
  font-size: 2rem;
}

.lead {
  font-size: 1.1rem;
}

.toc-link {
  font-size: 14px;
}

.upper-banner p,
.upper-banner a {
  font-size: 14px;
}

.dm-mono {
  font-family: "DM Mono", sans-serif !important;
}

.dm-sans {
  font-family: "DM Sans", sans-serif !important;
}

.navbar-brand {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
}

a.bg-tenderly:hover {
  background-color: #4925ae;
}

.author-name {
  font-size: 14px;
}

p code,
li code {
  font-size: 0.875em;
  color: crimson;
  background: #f1f1f1;
  padding: 5px;
  word-wrap: break-word;
}

p.quote {
  font-size: 18px;
}

.usecase-content-container h2,
.usecase-content-container h3,
.usecase-content-container h4,
.usecase-content-container h5,
.usecase-content-container h5 {
  margin-top: 50px;
}

.usecase-content-container h2:first-child {
  margin-top: 0 !important;
}

.upper-banner p,
.upper-banner a {
  font-weight: bold;
}

a.navbar-brand {
  text-transform: lowercase;
}

main.tenderly-content {
  border-top: 1px solid #d7d8da;
}

.challenges-list,
.results-list {
  padding-left: 14px;
}

.challenges h2>i {
  margin-right: 5px;
  background: #6837f1;
  padding: 7px;
}

.company-info i {
  color: #6837f1;
}

.results h2>i {
  margin-right: 5px;
  background: #000;
  padding: 7px;
}

.event .list-group-item {
  padding-left: 0;
}

.featured-quote-text {
  font-size: 1.1em;
}


.card-footer {
  background-color: transparent !important;
}






[id^="label-email"] {
  display: none;
}

.footer-lower .hs-input {
  background-color: #fff0 !important;
  border: 1px solid white !important;
  color: white !important;
}

.subscribe-form .hs-input {
  border: 2px solid black !important;
}

.footer-lower .hs-button {
  background-color: white !important;
  border: 1px solid white !important;
  color: black !important;
}

.preload {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.photo-container {
  position: relative;
  display: inline-block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
}

.change-card-container .card {
  border: 1px solid #ececec !important;
}

hr {
  color: #00000080;
}

.changelog-subscribe-form .hs-form {
  flex-direction: row;
}

.changelog-subscribe-form .hs-form input[type="email"] {
  padding: 0.37rem 0.75rem;
}

.change-card-container hr {
  margin: 2rem 0;
}

.related-changelog .post-title a {
  color: #000;
}

.changelog-subscribe-form .hs-form input[type="email"] {
  border: none;
}

.hs-form input[type="email"]:focus-visible {
  outline: none;
}

.changelog-subscribe-form .hs-form input[type="submit"] {
  border-bottom: none;
}

.changelog-subscribe-form .hs-form input[type="submit"] {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.changelog-subscribe-form .hs-form input[type="email"] {
  background: transparent;
  border: 1px solid white;
  color: white;
}

.company-quote a {
  color: #000 !important;
}

#changelog-entry .posts-roll h3>a:hover {
  text-decoration: none !important;
}

.font-weight-bold {
  font-weight: bold;
}

.color-new {
  color: #198754;
}

.color-improved {
  color: #0d6efd;
}

.color-announcement {
  color: #6837f1;
}

.related-changelog .post-title a {
  font-size: 18px;
}

/*
Blog Content Container
*/

.blog-content-container a,
.usecase-content-container a {
  color: #6837f1;
}

.blog-content-container figcaption em {
  font-size: 14px !important;
  color: #999797;
}


.blog-content-container h2,
.blog-content-container h3,
.blog-content-container h4,
.blog-content-container h5,
.blog-content-container h5 {
  margin-top: 30px;
}

.blog-content-container h2,
.blog-content-container h3,
.blog-content-container h4,
.blog-content-container h5,
.blog-content-container h6 {
  line-height: 1.2em !important;
}

.blog-content-container ul li::marker,
.blog-content-container ol li::marker {
  color: #6837f1;
}

.blog-content-container li {
  margin-bottom: 10px;
}

.tenderly-accordion {
  border-left: 0.2em solid #6837f1;
  border-top: 1px solid #6837f1;
  border-right: 1px solid #6837f1;
  border-bottom: 1px solid #6837f1;
}

.tenderly-accordion button {
  font-size: 20px;
}

.tenderly-accordion button {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #cec1ff47;
  color: black;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235b5b5b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235b5b5b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

#changelog-entry .badge-time>p,
.changelog-subscribe-form .hs-form input[type="submit"],
.related-changelog .badge-type {
  font-family: "DM Sans", sans-serif;
}

.related-changelog .badge-date,
.related-changelog .post-title a {
  font-family: "DM Sans", sans-serif;
}

.related-changelog .post-title a {
  font-size: 22px;
}

.related-changelog .post-title a:hover {
  text-decoration: none;
}

.tag-changelog button.navbar-toggler {
  padding-right: 0 !important;
}

[data-theme="dark"] .text-black-always {
  color: #212529;
}

.fw-strong{
  font-weight: 550 !important;
}

.navbar {
  font-size: 16px;
  letter-spacing: 0rem;
}