#newsCenterMainSlide {
  position: relative;
  height: 25rem;
}
@media only screen and (max-width: 767px) {
  #newsCenterMainSlide {
    height: 18rem;
  }
}
#carouselCaptions {
  position: static;
}
.carousel-indicators li {
  background-color: #d1d1d1;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #d32026;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.carousel-side-wrapper {
  padding: 2rem;
  height: 100%;
  background: #f5f5f5;
}
.carousel-side-wrapper h4 {
  text-align: center;
  color: #e81e1e;
}
.carousel-side-wrapper p {
  margin-top: 2rem;
  text-indent: 2rem;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #newsCenterMainIndicators {
    left: auto;
  }
  /* .carousel-caption h5 {
    font-size: 1.8rem;
    color: #e81e1e;
  } */
}
.featured-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.featured-header-title {
  padding: calc(0.5rem + 2px) 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #e81e1e;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.featured-entry {
  padding: 1.2rem 0;
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.featured-entry:last-child {
  border-bottom: 0;
}
.featured-date {
  color: #5e5e5e;
  flex-shrink: 0;
  padding: .3rem;
  height: 5.5rem;
  width: 5.5rem;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.featured-day {
  font-size: 1.8rem;
  text-align: center;
}
.featured-month {
  font-size: 0.9rem;
  text-align: center;
}
.featured-info-wrapper {
  padding-left: 1rem;
}
.featured-title {
  color: #000;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.featured-description {
  color: #666;
  line-height: 180%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail-title {
  max-height: 5rem;
  overflow: hidden;
  font-size: 1.25rem;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.2rem;
  padding-bottom: 0.7rem;
}
.thumbnail-wrapper {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}
.thumbnail-wrapper:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.thumbnail-img-wrapper {
  height: 13rem;
}
.thumbnail-info-wrapper {
  color: #333;
  background: #f8f8f8;
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
  height: 13rem;
}
.thumbnail-info-wrapper span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnail-info-wrapper .iconfont {
  color: #888;
}
.thumbnail-tag {
  color: #e81e1e;
}
.thumbnail-info-wrapper em {
  color: #ff812d;
  font-style: normal;
}
.thumbnail-img-wrapper {
  position: relative;
}
.thumbnail-status {
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 0.3rem 0.6rem;
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.thumbnail-status.ongoing {
  color: #db1000;
  background: #ffff00;
}
.thumbnail-status.done {
  color: #000;
  background: #aaa;
}
.activity-title {
  color: #db1000;
  font-size: 1.5rem;
}
.activity-img-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .activity-img-wrapper img {
    height: 240px;
  }
}
.web-view .iconfont {
  font-size: 1.2rem;
}
.web-view {
  flex-shrink: 0;
  font-size: 0.9rem;
}
.activity-qrcode-wrapper {
  color: #db1000;
}
.activity-info-wrapper {
  border: 1px dashed #ccc;
}
.activity-info {
  padding: 0;
  height: auto;
  width: 100%;
  background: transparent;
  flex-grow: 1;
}
.activity-info div {
  padding: 0.5rem;
}
.activity-qrcode-wrapper {
  text-align: center;
}
.activity-qrcode-text {
  width: 7rem;
}
.expense-options .btn {
  margin: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .activity-info {
    width: 70%;
  }
}
