#accordion .card-header {
  padding: 0;
}

#accordion .card-header h5 button {
  color: #121921;
  font-size: 24px;
}

.sub_items {
  padding: 25px 40px 25px 40px;
  background-color: #fff;
  line-height: 20px;
  margin-bottom: 0;
  min-height: 145px;
}

.sub_items h4 {
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 17px;
}

.sub_items h4 span {
  font-size: 22px;
}

.leaderboard {
  max-width: 490px;
  width: 100%;
  border-radius: 12px;
}

.leaderboard header {
  --start: 15%;
  height: 70px;
  background-image: repeating-radial-gradient(circle at var(--start),
      transparent 0%,
      transparent 10%,
      rgba(54, 89, 219, 0.33) 10%,
      rgba(54, 89, 219, 0.33) 17%),
    linear-gradient(to right, #5b7cfa, #3659db);
  color: #fff;
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.leaderboard header .leaderboard__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(var(--start) * 0.75);
  transform: translateY(-50%);
  text-transform: uppercase;
  margin: 0;
}

.leaderboard header .leaderboard__title span {
  display: block;
}

.leaderboard header .leaderboard__title--top {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 6.5px;
  color: #ffffff;
}

.leaderboard header .leaderboard__title--bottom {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3.55px;
  opacity: 0.65;
  transform: translateY(-2px);
}

.leaderboard header .leaderboard__icon {
  fill: #fff;
  opacity: 0.35;
  width: 50px;
  position: absolute;
  top: 50%;
  left: var(--start);
  transform: translate(-50%, -50%);
}

.leaderboard__profiles {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 15px 15px 20px;

  row-gap: 8px;
}

main.leaderboard__profiles {
  height: 350px;
  overflow-y: scroll;
}

.leaderboard__profile {
  align-items: center;
  padding: 10px 30px 10px 10px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98),
    box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
  background-color: #fff;
  margin-bottom: 15px;
}

.leaderboard__profile:hover {
  /* transform: scale(1.2); */
  background: #3659db;
  box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
}

.leaderboard__profile:hover span {
  color: white;
}

.leaderboard__picture {
  max-width: 100%;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;
}

.leaderboard__name {
  color: black;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.64px;
  margin-left: 12px;
}

.leaderboard__value {
  color: #35d8ac;
  font-weight: 700;
  font-size: 34px;
  text-align: right;
}

.leaderboard__value>span {
  opacity: 0.8;
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
}

.leaderboard {
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.4);
}

.hp-intro2 {
  background: url(../img/bg-colour.jpg);
}

.hp-intro2 .block {
  background: #480306;
  border: 3px solid #834a4d;
}

.hp-intro2 .block.diff {
  min-height: 289px !important;
}

.hp-intro2 .block {
  min-height: 375px;
  margin-bottom: 30px;
}

.hovereffect-portfolio img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  vertical-align: middle;
  border-radius: 10px;
  box-shadow: 9px 0 24px 4px #ebebeb;
  border: 1px solid #d74d52;
}

.hp-intro2 .block .text-block {
  color: #f6f6f6;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px !important;
}

.hp-intro2 .block .text-stars {
  color: #ffc107;
}

.feather-solid {
  fill: #ffc107 !important;
}

.hp-intro2 .block .text-stars svg {
  margin-bottom: 3px;
}

section.hp-intro2.border-bottom p img {
  width: 150px;
  margin: 8px 0;
}

section.hp-intro2.border-bottom .lead {
  color: #071d37;
}

.feather {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

svg {
  overflow: hidden;
}

section.hp-intro2.border-bottom p {
  color: #ffffff;
  margin-bottom: 15px;
}

.hp-intro2 .block .text-stars {
  color: #ffc107;
}

.animate__shakeX.error { 
  border-color: red !important;
}

