/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.varbase-text-card.anchor-all {
  position: relative;
}

.varbase-text-card.anchor-all .text-card-content {
  position: static;
}

.varbase-text-card.anchor-all .card-title {
  position: static;
}

.varbase-text-card.anchor-all .card-title a {
  position: static;
}

.varbase-text-card.anchor-all .card-title a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.varbase-text-card.anchor-all a.card-link,
.varbase-text-card.anchor-all div.card-link > a {
  position: static;
}

.varbase-text-card.anchor-all a.card-link::before,
.varbase-text-card.anchor-all div.card-link > a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.varbase-text-card.anchor-all a {
  z-index: 3;
  position: relative;
}

.varbase-text-card.border-0 .text-card-content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.varbase-text-card.bordered .text-card-content {
  margin: 0;
  padding: 0;
}

.bullet-item .bullet-icon {
  width: 3.125rem;
  height: 3.125rem;
}

.bullet-item .cfr-text {
  font-size: 1.375rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .bullet-item .cfr-text {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .block-statistics .varbase-text-card .top-content {
    font-size: 1.563rem !important;
  }
}

.block-statistics.primary .varbase-text-card {
  background-color: #132644;
  color: #fff;
}

.block-statistics.primary .varbase-text-card .top-content {
  font-size: 3.125rem;
  color: #e1ff67;
}

.block-statistics.secondary .varbase-text-card {
  background-color: #8bc2de;
  color: #000;
}

.block-statistics.secondary .varbase-text-card .top-content {
  font-size: 3.125rem;
  color: #132644;
}

