.upcoming-events {
  position: relative;
}
.upcoming-events-image {
  background: rgba(0, 0, 0, 0.5) url("../../../Assets/Images/Home/UpcomingEvents.jpg") center / cover no-repeat;
  height: 100%;
}
.events-date {
  position: absolute;
  bottom: 45%;
  right: 5%;
  font-weight: bolder;
  display: flex;
  justify-content: end;
}
.events-date-container {
  width: 4.45rem;
  height: 4.65rem;
  background-color: #F79E7D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events-date-text {
  color: #ffffff;
}
.events-date-month {
  margin-top: 0.5rem;
  font-size: smaller;
  display: flex;
  justify-content: center;
}
.events-date-day {
  margin-top: -3px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.events-date-sm {
  position: absolute;
  bottom: 55%;
  right: -1.25%;
  font-weight: bolder;
  display: flex;
  justify-content: end;
}
.events-date-sm-container {
  width: 4.45rem;
  height: 1.5rem;
  background-color: #F79E7D;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
}
.events-date-sm-text {
  color: #ffffff;
}
.events-date-sm-month {
  margin-top: 0;
  font-size: smaller;
  display: flex;
}
.events-scroll-container {
  position: relative;
}
.arrow-icon {
  position: absolute;
  color: #a5d167;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
.arrow-icon:hover {
  color: #bcdd8e;
}
.arrow-icon-left-container {
  position: absolute;
  color: #a5d167;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  margin-left: -4.5rem;
  left: 0;
}
.arrow-icon-left-container:hover {
  color: #bcdd8e;
}
.arrow-icon-right-container {
  position: absolute;
  color: #a5d167;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  margin-right: -4.5rem;
  right: 0;
}
.arrow-icon-right-container:hover {
  color: #bcdd8e;
}
.scroll-row {
  max-width: 100%;
  padding: 1rem 3rem 0 1rem;
  margin-top: auto;
  margin-bottom: auto;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  white-space: nowrap;
  box-sizing: content-box;
  -ms-overflow-style: none;
  backdrop-filter: blur(3px);
}
.scroll-row::-webkit-scrollbar {
  width: 0 !important;
}
.events-entire-card {
  width: 350px;
  min-height: 300px;
  max-width: 100%;
  border: 3px solid #ffffff;
}
.events-entire-card-image {
  height: 14rem;
  width: 100%;
  border: none;
  padding: 0;
  object-fit: cover;
}
.canceled-banner {
  position: absolute;
  top: 0;
  object-fit: cover;
  padding: 0;
  height: 14rem;
  width: 100%;
  border: none;
}
.canceled-text {
  position: absolute;
  top: 25%;
  width: 100%;
  font-family: "Source Sans Pro";
  font-weight: bolder;
  font-style: italic;
  background-color: #FFFFFF;
}
.events-panel-body {
  height: 2.5rem;
  white-space: normal;
}
.events-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events-header-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.events-footer {
  height: 60px;
  background-color: #F6F6F6 !important;
}
.events-footer-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.events-footer-more-info {
  background: #FFFFFF;
  color: #4C4E50;
}
@media screen and (max-device-width: 767px) {
  .events-entire-card {
    width: 300px;
  }
  .scroll-row {
    margin: 0;
  }
}
.upcoming-events {
  position: relative;
}
.upcoming-events-image {
  background: rgba(0, 0, 0, 0.5) url("../../../Assets/Images/Home/UpcomingEvents.jpg") center / cover no-repeat;
  height: 100%;
}
.events-date {
  position: absolute;
  bottom: 45%;
  right: 5%;
  font-weight: bolder;
  display: flex;
  justify-content: end;
}
.events-date-container {
  width: 4.45rem;
  height: 4.65rem;
  background-color: #F79E7D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events-date-text {
  color: #ffffff;
}
.events-date-month {
  margin-top: 0.5rem;
  font-size: smaller;
  display: flex;
  justify-content: center;
}
.events-date-day {
  margin-top: -3px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.events-date-sm {
  position: absolute;
  bottom: 55%;
  right: -1.25%;
  font-weight: bolder;
  display: flex;
  justify-content: end;
}
.events-date-sm-container {
  width: 4.45rem;
  height: 1.5rem;
  background-color: #F79E7D;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
}
.events-date-sm-text {
  color: #ffffff;
}
.events-date-sm-month {
  margin-top: 0;
  font-size: smaller;
  display: flex;
}
.events-scroll-container {
  position: relative;
}
.arrow-icon {
  position: absolute;
  color: #a5d167;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
.arrow-icon:hover {
  color: #bcdd8e;
}
.arrow-icon-left-container {
  position: absolute;
  color: #a5d167;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  margin-left: -4.5rem;
  left: 0;
}
.arrow-icon-left-container:hover {
  color: #bcdd8e;
}
.arrow-icon-right-container {
  position: absolute;
  color: #a5d167;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  margin-right: -4.5rem;
  right: 0;
}
.arrow-icon-right-container:hover {
  color: #bcdd8e;
}
.scroll-row {
  max-width: 100%;
  padding: 1rem 3rem 0 1rem;
  margin-top: auto;
  margin-bottom: auto;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  white-space: nowrap;
  box-sizing: content-box;
  -ms-overflow-style: none;
  backdrop-filter: blur(3px);
}
.scroll-row::-webkit-scrollbar {
  width: 0 !important;
}
.events-entire-card {
  width: 350px;
  min-height: 300px;
  max-width: 100%;
  border: 3px solid #ffffff;
}
.events-entire-card-image {
  height: 14rem;
  width: 100%;
  border: none;
  padding: 0;
  object-fit: cover;
}
.canceled-banner {
  position: absolute;
  top: 0;
  object-fit: cover;
  padding: 0;
  height: 14rem;
  width: 100%;
  border: none;
}
.canceled-text {
  position: absolute;
  top: 25%;
  width: 100%;
  font-family: "Source Sans Pro";
  font-weight: bolder;
  font-style: italic;
  background-color: #FFFFFF;
}
.events-panel-body {
  height: 2.5rem;
  white-space: normal;
}
.events-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events-header-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.events-footer {
  height: 60px;
  background-color: #F6F6F6 !important;
}
.events-footer-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.events-footer-more-info {
  background: #FFFFFF;
  color: #4C4E50;
}
@media screen and (max-device-width: 767px) {
  .events-entire-card {
    width: 300px;
  }
  .scroll-row {
    margin: 0;
  }
}
