
/* ------------------------------------------------------------------------------------------------------------------ */
/* BS-HERO-WALL-OF-FAME-SECTION */

.bs-hero-wall-of-fame-section {
  z-index: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  padding-bottom: 150px !important;
  background-size: cover;
  background-image: url(../../img/bs-assets/wall-of-fame/hero-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.bs-hero-wall-of-fame-section::after {
  z-index: 10;
  position: absolute;
  content: "";
  bottom: -1px;
  top: auto;
  left: 50%;
  width: 200%;
  height: auto;
  background-color: #F2F0FC;
  border-radius: 50%;
  aspect-ratio: 6 / 1; /* this adjusts the curvature */
  transform: translateX(-50%) translateY(calc(100% - 100px)); /* this adjusts the height */
}
.bs-hero-wall-of-fame-section h1 {
  background: linear-gradient(90.45deg, #8B80F3 18.31%, #DC46AD 59.64%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.bs-hero-wall-of-fame-section .bs-heading-small {
  line-height: 150% !important;
}
.bs-hero-wall-of-fame-section-content {
  z-index: 10;
  position: relative;
}
.bs-hero-wall-of-fame-section-neon {
  position: relative;
  top: -150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 340px;
  pointer-events: none;
  user-select: none;
}

@media only screen and (min-width: 1260px) {
  .bs-hero-wall-of-fame-section-content::after {
    content: "";
    position: absolute;
    top: 220px;
    left: -315px;
    width: 373px;
    height: 392px;
    background-image: url(../../img/bs-assets/wall-of-fame/hero-cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1066px) {
  .bs-hero-wall-of-fame-section-neon {
    top: -10vw;
    height: 32vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BS-BRIDGING-BUSINESS-DATA-SECTION */

.bs-bridging-business-data-section {
  background: linear-gradient(180deg, #F2F0FC -1.02%, #FFFFFF 108.11%);
}
.bs-bridging-business-data-section-image:before {
  z-index: 0;
  content: "";
  position: absolute;
  right: -60%;
  bottom: -40%;
  width: 200%;
  height: 200%;
  background-image: url(../../img/bs-assets/review/review-page-hero-img-glow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* REVIEWS-DASHBOARD-SUMS */

.reviews-dashboard-sums-wrapper1 {
  position: relative;
}
.reviews-dashboard-sums-wrapper1:before {
  content: "";
  position: absolute;
  top: -26px;
  left: -22px;
  width: 33%;
  height: 50%;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-sums-bg-lt.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}
.reviews-dashboard-sums-wrapper1:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -38px;
  width: 24%;
  height: 50%;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-sums-bg-lb.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}

.reviews-dashboard-sums-wrapper2 {
  position: relative;
}
.reviews-dashboard-sums-wrapper2:before {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -60px;
  width: 31%;
  height: 100%;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-sums-bg-rb.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}

.reviews-dashboard-sums {
  position: relative;
  padding: 14px;
  z-index: 1;
}
.reviews-dashboard-sums:before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  transform: translateX(0%);
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  color: transparent;
  border-radius: 22px;
  background: rgba(247, 246, 254, 1.0);
  background: linear-gradient(180deg, #D8DAF0 0%, #F5F4FF 100%);
  background-size: 100%;
  z-index: -1;
  opacity: 0.5;
}
.reviews-dashboard-sums:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  transform: translateX(0%);
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 21px;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: -1;
  opacity: 0.5;
}

.reviews-dashboard-sums-items {
  position: relative;
  border: 1px solid #DAD7E7;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 1px 1px 40px 0 #0000001A;
  opacity: 1;
}

.reviews-dashboard-sums-items:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 32.25%;
  width: 29px;
  height: 29px;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-sums-items-bg-t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}
.reviews-dashboard-sums-items:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 55.0%;
  width: 29px;
  height: 29px;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-sums-items-bg-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}

.reviews-dashboard-sums-item {
  padding: 34px 30px 30px 32px;
  width: 33.3333%;
}
.reviews-dashboard-sums-item:not(:last-child) {
  border-right: 1px solid #DAD7E7;
}
.reviews-dashboard-sums-item-caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #212121DE;
}
.reviews-dashboard-sums-item-numbers {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 0 0 0;
}
.reviews-dashboard-sums-item-numbers .num_wrapper {
  display: flex;
  align-items: baseline;
}
.reviews-dashboard-sums-item-numbers .num_span {
  font-size: 41px;
  font-weight: 600;
  line-height: 100%;
  color: #212121;
}
.reviews-dashboard-sums-item-numbers .text_span {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #212121;
}
.reviews-dashboard-sums-item-numbers .stars_span {
  top: -2px;
  margin-left: 12px;
  white-space: nowrap;
}
.reviews-dashboard-sums-item-numbers .stars_span svg {
  display: inline;
  width: 14px;
  height: 14px;
}
.reviews-dashboard-sums-item-numbers .trending_wrapper {
  border-radius: 3px;
}
.reviews-dashboard-sums-item-numbers .trending_wrapper.increase,
.reviews-dashboard-sums-item-numbers .trending_wrapper.decrease {
  display: inline-block;
  padding: 5px 10px 5px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  background-position: center left+7px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.reviews-dashboard-sums-item-numbers .trending_wrapper.increase {
  color: rgba(25, 174, 121, 1);
  background-color: rgba(41, 233, 165, 0.15);
  background-image: url(../../img/bs-assets/parts/reviews-trending-arrow-increase.svg);
}
.reviews-dashboard-sums-item-numbers .trending_wrapper.decrease {
  color: rgba(236, 64, 122, 1);
  background-color: rgba(236, 64, 122, 0.15);
  background-image: url(../../img/bs-assets/parts/reviews-trending-arrow-decrease.svg);
}

@media (max-width: 1099px) {
  .reviews-dashboard-sums-wrapper0 {
    max-width: 520px;
    margin: 0 auto;
  }
  .reviews-dashboard-sums-items {
    flex-wrap: wrap;
  }
  .reviews-dashboard-sums-item {
    width: 100%;
  }
  .reviews-dashboard-sums-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #DAD7E7;
  }
}
@media (max-width: 460px) {
  .reviews-dashboard-sums-item {
    padding: 17px 30px 15px 32px;
  }
  .reviews-dashboard-sums-item-numbers {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .reviews-dashboard-sums-item-numbers .num_span {
    font-size: 36px;
  }
  .reviews-dashboard-sums-item-numbers .trending_wrapper {
    margin: 4px 0 0 0;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* REVIEWS-DASHBOARD-LISTINGS */

.reviews-dashboard-listing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  padding: 0 26px;
  margin: 0 0 36px 0;
}
.reviews-dashboard-listing-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -26px;
  bottom: -26px;
  left: 0;
  width: 20%;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-listing-item-bg-left.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}
.reviews-dashboard-listing-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -26px;
  bottom: -26px;
  right: 0;
  width: 20%;
  background-image: url(../../img/bs-assets/parts/reviews-dashboard-listing-item-bg-right.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}

.reviews-dashboard-listing-item-logo {
  min-height: 24px;
}
.reviews-dashboard-listing-item-nums .score_wrapper {
  margin-right: 26px;
}
.reviews-dashboard-listing-item-nums .score_wrapper,
.reviews-dashboard-listing-item-nums .count_wrapper {
  display: flex;
  align-items: baseline;
}
.reviews-dashboard-listing-item-nums .score_num,
.reviews-dashboard-listing-item-nums .count_num {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}
.reviews-dashboard-listing-item-nums .score_text,
.reviews-dashboard-listing-item-nums .count_text {
  color: #2121218A;
  font-size: 15px;
  font-weight: 400;
}
.reviews-dashboard-listing-item-nums .count_icon {
  top: 1px;
}

@media (max-width: 767px) {
  .reviews-dashboard-listings {
    flex-wrap: wrap;
  }
  .reviews-dashboard-listing-item {
    width: 33.333%;
  }
  .reviews-dashboard-listing-item:nth-child(3):after,
  .reviews-dashboard-listing-item:nth-child(4):before {
    display: none;
  }
}
@media (max-width: 467px) {
  .reviews-dashboard-listing-item {
    width: 50%;
  }
  .reviews-dashboard-listing-item:nth-child(3):after,
  .reviews-dashboard-listing-item:nth-child(4):before {
    display: block;
  }
  .reviews-dashboard-listing-item:nth-child(2):after,
  .reviews-dashboard-listing-item:nth-child(3):before,
  .reviews-dashboard-listing-item:nth-child(4):after,
  .reviews-dashboard-listing-item:nth-child(5):before
  {
    display: none;
  }
}
