#ud-carousel{
  max-width: 1200px;
  margin: 100px auto;
}
#ud-carousel .owl-item{
  display: flex;
  justify-content: center;
}
#ud-carousel .title-section{
  font-size: 36px;
}
#ud-carousel .subtitle-section{
  max-width: 800px;
}
#ud-carousel .subtitle-section p{
  font-size: 18px;
}
#ud-carousel #carousel-content{
  margin-top: 30px;
}
#ud-carousel #carousel-content .my-block-ctm.v1{
  width: 100%;
  min-height: 450px;
  max-width: 300px;
  padding: 10px 10px 20px;
}
#ud-carousel #carousel-content .my-block-ctm .entry-content-wrap{
  min-height: 230px;
  padding: 20px !important;
}
#ud-carousel #carousel-content .my-block-ctm-title{
  min-height: 73px;
}
#ud-carousel .owl-nav{
  text-align: center;
  margin-top: 30px;
}
#ud-carousel .owl-nav .owl-prev::before {
  content: url("/wp-content/themes/buddyboss-theme-child/imported/img/component/arrow-left-black.svg");
}
#ud-carousel .owl-nav .owl-next::before {
  content: url("/wp-content/themes/buddyboss-theme-child/imported/img/component/arrow-right-black.svg");
}

#ud-carousel .owl-nav .owl-prev span {
  display: none;
}

#ud-carousel .owl-nav .owl-next span {
  display: none;
}
#ud-carousel .owl-dots {
  display: none;
}
#ud-carousel .ud-link {
  text-align: center;
  margin-top: 10px;
}
#ud-carousel .ud-link a{
    color: var(--black-ninja);
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

#ud-carousel .owl-prev,
#ud-carousel .owl-next {
  padding: 10px 14px 7px;
  border: 1px solid;
  border-radius: 15px;
}

#ud-carousel .owl-prev {
  margin-right: 10px;
}
.udpc-index-container {
  width: 80%;
  position: relative;
  justify-content: space-between;
  padding: 0 30px;
}
.udpc-index-container .udpc-line-progress {
  width: 90%;
  place-self: end;
  width: 90%;
}
.udpc-index-container .udpc-line-progress .udpc-progress-now {
  background: #111011;
  height: 4px;
  top: -3px;
  z-index: 1;
  position: relative;
  transition: width 0.5s ease;
}
.udpc-index-container .udpc-line-progress .udpc-line-stretch {
  background: #ccc;
  width: 100%;
  height: 2px;
  top: -6px;
  position: relative;
}

.udpc-index-container .udpc-index-progress {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #171717;
}
/* ===================================== V2 ===================================== */
#ud-carousel #carousel-content .my-block-ctm.v2{
  width: 100%;
  min-height: 455px;
  max-width: 300px;
  padding: 10px 10px 20px;
}
#ud-carousel .my-block-ctm.v2 .my-block-ctm-title,
#ud-carousel .my-block-ctm.v2 .entry-content,
#ud-carousel .my-block-ctm.v2 .my-block-ctm-excerpt.entry-content,
#ud-carousel .my-block-ctm.v2 .resource-presented-by,
#ud-carousel .my-block-ctm.v2 .post-author,
#ud-carousel .my-block-ctm.v2 .ud-hover-section .ud-line-hover{
  color: white;
  font-weight: 700;
}
#ud-carousel .my-block-ctm.v2 .my-block-ctm-img{
  height: 150px;
}
#ud-carousel #carousel-content .my-block-ctm.v2 .my-block-ctm-container{
  background-size: cover !important;
}
#ud-carousel .my-block-ctm.v2 span.tag-elem.course-tag-elem{
  top: 12px;
  left: 12px;
}
#ud-carousel #carousel-content .my-block-ctm.v2 .tribe-venue-address-ctm{
  color: white;
}
#ud-carousel #carousel-content .my-block-ctm.v2 .tribe-venue-address-ctm img{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 800px) {
  #ud-carousel{
    margin: 50px 0;
  }
  #ud-carousel .title-section{
    font-size: 32px;
    max-width: 300px;
    margin: 0 auto 17px;
  }
  #ud-carousel .subtitle-section{
    max-width: 300px;
  }
  #ud-carousel .subtitle-section p{
    font-size: 14px;
  }
  .udpc-index-container .udpc-line-progress {
    width: 80%;
  }
  .udpc-index-container {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  #ud-carousel #carousel-content .my-block-ctm{
    padding: 10px 20px 20px;
  }
}
#ud-carousel .ud-hover-section {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}
#ud-carousel .tribe-venue-address-ctm {
  display: flex;
}
#ud-carousel .tribe-venue-address-ctm img{
  margin: -1px 10px 0;
  width: auto;
}
#ud-carousel .ud-hover-section .ud-line-hover {
  width: 0;
  border-top: 2px solid;
  top: 7px;
  position: relative;
  transition: width 0.4s ease-in-out;
}
#ud-carousel .my-block-ctm .my-block-ctm-container:hover .ud-hover-section .ud-line-hover {
  width: calc(100% - 24px);
  transition: width 0.4s ease-in-out;
}
#ud-carousel .my-block-ctm .my-block-ctm-container .ud-hover-section img {
  width: 15px;
}