.forum-list{
  padding: 10px 5px 5px 20px;
}

.team-error-message{
  background: red;
  padding: 20px;
  color: white;
}

/*--------------------------------------------------------------
# td-frame-slides Section
--------------------------------------------------------------*/
.td-frame-slides .container-fluid {
  padding: 0;
}

.td-frame-slides .td-frame-slide-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .td-frame-slides .td-frame-slide-item {
    min-height: 500px;
  }
}

.td-frame-slides .td-frame-slide-item:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  inset: 0;
}

.td-frame-slides .td-frame-slide-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
}

.td-frame-slides .td-frame-slide-item .price {
  color: #ffffff;
  border-bottom: 2px solid var(--accent-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.td-frame-slides .td-frame-slide-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.td-frame-slides .swiper-wrapper {
  height: auto;
}

.td-frame-slides .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.td-frame-slides .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.td-frame-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}