.bs-use-cases-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 90px;
  grid-column-gap: 30px;
}

@media (max-width: 899px) {
  .bs-use-cases-feed {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 20px;
  }
}

.bs-use-cases-feed .bs-news-feed-item {
  margin-bottom: 0;
}

.bs-implementation-steps {
}

.bs-implementation-steps-alertbox {
  position: relative;
  width: 100%;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 10px 20px;
  background: linear-gradient(
    -45deg,
    rgba(229, 158, 66, 1),
    rgba(217, 75, 98, 1),
    #338aff,
    #3cf0c5
  );
  background-size: 200%;
  -webkit-animation: btnbganime 16s linear infinite;
  animation: btnbganime 16s linear infinite;
  transition: 200ms;
  z-index: 1;
  box-sizing: border-box;
}

@media (max-width: 599px) {
  .bs-implementation-steps-alertbox {
    padding: 10px 15px;
  }
}

.bs-implementation-steps-alertbox::before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  transform: translateX(0%);
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 9px;
  background: #f5f7f8;
  z-index: -1;
}

.bs-implementation-steps-alertbox .fas {
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
}

.bs-implementation-steps-items {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bs-implementation-steps-item {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .bs-implementation-steps-item {
    padding-bottom: 25px;
  }
}

.bs-implementation-steps-item::before {
  position: absolute;
  content: "";
  display: block;
  left: 24px;
  top: 60px;
  width: 2px;
  height: calc(100% - 60px);
  background: #d6d8e9;
  z-index: -2;
}

@media (max-width: 899px) {
  .bs-implementation-steps-item::before {
    left: 16px;
    top: 50px;
    height: calc(100% - 50px);
  }
}

.bs-implementation-steps-item-last::before {
  content: none;
  display: none;
}

.bs-implementation-steps-item::after {
  position: absolute;
  content: "";
  display: block;
  left: 17.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(30px);
  width: 15px;
  height: 30px;
  background-color: #f5f7f8;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7L7 8L9 8L9 7L7 7Z" fill="%23D6D8E9"/></svg>');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 899px) {
  .bs-implementation-steps-item::after {
    left: 9.5px;
    transform: translateY(15px);
  }
}

.bs-implementation-steps-item-last::after {
  content: none;
  display: none;
}

.bs-implementation-steps-item-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

@media only screen and (max-width: 899px) {
  .bs-implementation-steps-item-title-wrap {
    gap: 1rem;
  }
}

.bs-implementation-steps-item-title-number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: linear-gradient(108deg, #eca73d 0%, #ea4335 100%);
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 899px) {
  .bs-implementation-steps-item-title-number {
    font-size: 18px;
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
}

.bs-implementation-steps-item-last .bs-implementation-steps-item-title-number {
  background: #2ecc71;
}

.bs-implementation-steps-item-last
  .bs-implementation-steps-item-title-number
  svg {
  width: 50%;
}

.bs-implementation-steps-item-title {
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 899px) {
  .bs-implementation-steps-item-title {
    margin: 2px 0 0 0;
  }
}

.bs-implementation-steps-item-content-wrap {
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  margin-left: 56px;
  border-radius: 5px;
  padding: 30px 35px;
  margin-top: 18px;
}

@media only screen and (max-width: 899px) {
  .bs-implementation-steps-item-content-wrap {
    margin-left: 55px;
    padding: 25px 30px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-implementation-steps-item-content-wrap {
    margin-left: 0;
    padding: 24px 20px;
    margin-top: 25px;
  }
}

.bs-implementation-steps-item-content-wrap .bs-btn {
  margin-top: 0;
}

.bs-implementation-steps-item-content-wrap p {
  margin: 0;
}

/* FLOW tabs */

.flow-tabs {
  margin-top: 18px;
}

.flow-tabs__head {
  margin-left: 90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 899px) {
  .flow-tabs__head {
    margin-left: 65px;
  }
}

@media only screen and (max-width: 599px) {
  .flow-tabs__head {
    margin-left: 32px;
    margin-top: 25px;
  }
}

.flow-tabs__head-item {
  background: #e4e4ed;
  padding: 8px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  font-size: 15px;
  color: #a19cb1;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 899px) {
  .flow-tabs__head-item {
    font-size: 14px;
    padding: 7px;
  }
}

.flow-tabs__head-item.active {
  background: white;
  color: black;
}

.flow-tabs__head-item .bs-generic-app-icon {
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 899px) {
  .flow-tabs__head-item .bs-generic-app-icon {
    width: 28px;
    height: 28px;
    padding: 4px;
  }
}

.flow-tabs__content {
  display: none !important;
  margin-top: 0;
}

.flow-tabs__content-wrap {
  position: relative;
  z-index: 2;
}

.flow-tabs__content-wrap .flow-tabs__content.active {
  display: block !important;
}

/* FLOW tabs end */

.bs-generic-app-icon {
  width: 45px;
  height: 45px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 899px) {
  .bs-generic-app-icon {
    width: 38px;
    height: 38px;
    padding: 5px;
  }
}

.bs-generic-app-icon-small {
  width: 24px;
  height: 24px;
  padding: 4px;
}

.bs-generic-app-icon > img {
  object-fit: contain;
}

.bs-generic-app-icon > i {
  color: #fff;
  font-size: 22px;
  transform: translateY(1px);
}

@media only screen and (max-width: 899px) {
  .bs-generic-app-icon > i {
    font-size: 20px;
    transform: translateY(2px);
  }
}

.bs-generic-app-icon-small > i {
  font-size: 12.5px;
}

.bs-implementation-steps-item-last {
}

.bs-flow-stats-banner {
  position: relative;
  z-index: 2;
  background-image: url("../../img/bs-assets/bs-bg-haze-2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 899px) {
  .bs-flow-stats-banner {
    border-radius: 12px;
  }
}

@media (max-width: 599px) {
  .bs-flow-stats-banner {
    border-radius: 10px;
  }
}

.bs-flow-stats-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 899px) {
  .bs-flow-stats-banner p {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .bs-flow-stats-banner p {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .bs-flow-stats-banner svg {
    max-width: 16px;
  }
}

.bs-flow-stats-banner-active {
  position: relative;
}

.bs-flow-stats-banner-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #f5f7f8;
  z-index: 1;
}

/* Flow Archive Sidebar */

.bs-archive-sidebar {
}

@media (max-width: 899px) {
  .bs-archive-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    background: #f5f7f8;
    display: none;
  }
}

.bs-archive-sidebar-active .bs-archive-sidebar {
  display: flex;
}

.bs-archive-sidebar-inner {
}

@media (max-width: 899px) {
  .bs-archive-sidebar-inner {
    padding: 32px 16px;
  }
}

.bs-archive-sidebar-close {
  display: none;
  background: #333;
  display: flex;
  position: relative;
  transition: all 0.2s ease-out;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  align-items: center;
}

.bs-archive-sidebar-close::before,
.bs-archive-sidebar-close::after {
  background: #fff;
  content: "";
  display: block;
  width: 60%;
  height: 1.5px;
  position: absolute;
  border-radius: 2px;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bs-archive-sidebar-close::after {
  transform: rotate(45deg) translateY(0.5px) translateX(-0.5px);
}

.bs-archive-sidebar-footer {
  border-top: 1px solid #dadada;
  background: #f5f7f8;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  padding: 0px 16px 16px;
  box-sizing: border-box;
}

@media (max-width: 899px) {
  .bs-archive-sidebar-widget:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dadada;
  }
}

@media (max-width: 899px) {
  .bs-archive-sidebar-widget:last-child {
    padding-bottom: 8rem;
  }
}

@media (max-width: 899px) {
  .bs-archive-filter-button {
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 998;
    margin: auto;
    width: max-content;
  }
}

.bs-archive-sidebar-widget .grid-integrations-app {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #444;
  font-size: 15px;
  line-height: 1;
  position: relative;
  font-weight: 400;
  z-index: 1;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  cursor: pointer;
}

.bs-archive-sidebar-widget .grid-integrations-app.active,
.bs-archive-sidebar-widget .grid-integrations-app:hover {
  color: #fff;
}

.bs-archive-sidebar-widget .grid-integrations-app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  padding: 4px;
  box-sizing: border-box;
}

.bs-archive-sidebar-widget .grid-integrations-app-icon::after {
  content: "";
  width: 0;
  position: absolute;
  left: 12px;
  height: 100%;
  display: block;
  z-index: -1;
  border-radius: 5px;
  background: inherit;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.bs-archive-sidebar-widget .grid-integrations-app-icon > i {
  color: #fff;
  font-size: 14px;
  margin-bottom: -1px;
}

@media (max-width: 899px) {
  .bs-archive-sidebar-widget .grid-integrations-app-icon > i {
    margin-bottom: 0;
  }
}

.bs-archive-sidebar-widget .grid-integrations-app-icon-default {
  position: relative;
  display: inline-flex;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 0.25;
}

.bs-archive-sidebar-widget .grid-integrations-app-icon-default::before,
.bs-archive-sidebar-widget .grid-integrations-app-icon-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg) translateX(-5px) translateY(6px);
}

.bs-archive-sidebar-widget .grid-integrations-app-icon-default::after {
  transform: rotate(-45deg) translateX(-6px) translateY(-5px);
}

.bs-archive-sidebar-widget
  .grid-integrations-app.active
  .grid-integrations-app-icon::after,
.bs-archive-sidebar-widget
  .grid-integrations-app:hover
  .grid-integrations-app-icon::after {
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.bs-archive-sidebar-widget .grid-integrations-app-icon > img {
  object-fit: contain;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.bs-archive-sidebar-widget .grid-integrations-app-name,
.bs-archive-sidebar-widget .grid-integrations-app-title,
.bs-archive-sidebar-widget label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1px;
}

@media only screen and (min-width: 900px) {
  .bs-archive-sidebar-widget .grid-integrations-app-name,
  .bs-archive-sidebar-widget .grid-integrations-app-title,
  .bs-archive-sidebar-widget label {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    height: 1.2em;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1399px) {
  .bs-archive-sidebar-widget .grid-integrations-app-name,
  .bs-archive-sidebar-widget .grid-integrations-app-title,
  .bs-archive-sidebar-widget label {
    font-size: 15px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-archive-sidebar-widget .grid-integrations-app-name,
  .bs-archive-sidebar-widget .grid-integrations-app-title,
  .bs-archive-sidebar-widget label {
    font-size: 16px;
  }
}

.bs-archive-not-found {
  display: none;
}

.bs-archive-filter-wrap {
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.bs-archive-filter-wrap > .bs-archive-filter-title {
  padding: 0rem 0.4rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #bababa;
  margin: -1px 0 0 -1px;
  line-height: 1.7;
}

.bs-archive-filter-wrap .bs-archive-filter-tag {
  background-color: #ebebeb;
  font-weight: 800;
  border: 1px solid #bababa;
  padding: 0rem 0.4rem;
  display: inline-flex;
  align-items: center;
  margin: -1px 0 0 -1px;
  line-height: 1.7;
}

.bs-archive-filter-wrap .bs-archive-filter-tag:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
