.playlisttopsec{
    /* max-width: 660px; */
    position: relative;
    margin: auto;
  }
  
  .playlist-wrapper{
 /*   border: 1px solid #ccc;*/
    position: relative;
    background-color: #F5F6F6;
    padding: 50px 20px 20px;
  }
  .playlist-slide-image {
    /* overflow-y: auto; */
    max-height: 360px;
  }
  /* Next & previous buttons */
  .prev,
  .next {
	background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 2%;
  }

  .prev {
	left: 0;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
	left: initial;
    border-radius: 3px 0 0 3px;
  }
  .prev .bb-icon-angle-left,
  .next .bb-icon-angle-right 
  {
    color: #B9BABC;
    border: 2px solid #B9BABC;
    border-radius: 50%;
    font-weight: 600;
  }

  .slick-disabled {
	cursor: default;
	opacity: 0.4;
  }
 
  .playlist-list-item {
    display: flex;
    flex: 1;
    /* background: #eee; */
    border: 1px solid #f5f5f5;
    height: 100px;
  }
  .playlist-list-item-title {
    flex: 1;
/*    order: 2;*/
    align-items: center;
    padding: 10px;
    cursor: pointer;
    margin: auto;
  }
  .playlist-list-item-thumb {
    width: 150px;
    height: auto;
   /* order: 1;*/
    align-items: center;
    /*border-right: 1px solid #ccc;*/
    margin: auto;
    position: relative;
    margin-left: -3px;
  }
  .playlist-list-item-extras {
    width: 26%;
  /*  order: 3;*/
    align-items: center;
    /* border-left: 1px solid #ccc; */
  /*  padding: 30px 10px 0;*/
    font-size: .75rem;
    color: #555555;
    margin: auto;
  }
  .playlist-list-item-extras a {
    color: #555555;
  }
  
  .playlist-slide-embed-container {
    position: relative;
/*    padding-bottom: 56.25%;
    overflow: hidden;*/
    max-width: 100%;
    height: 360px;
  }
  
  .playlist-slide-embed-container iframe,
  .playlist-slide-embed-container object,
  .playlist-slide-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .playlist-slide-image .img-responsive {
    width: 100%;
    object-fit: cover;
    height: 360px;
  }

  .playlist-slide-text {
    /* margin: 24px; */
    overflow-y: auto;
    height: 360px;
    background: #fff;
    padding: 20px;
  }
/*  .playlist-list-item-thumb .img-responsive {
    width: 80px;
    height: 60px;
  }*/

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px #ccc;  */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
p.playlist-title {
    padding:10px 15px 30px;
    margin: 0 !important;
    text-transform: capitalize;
}
.playlist-list-item-extras img{
    position: relative;
    top: -4px;
    right: 5px;
}
.playlist-list-container{
  max-height: 500px;
  overflow: auto;
  /* padding-left: 15px; */
}
/*for dark theme*/
.bb-dark-theme p.playlist-title {
  background-color: #1E1E1E;
}
.bb-dark-theme .playlist-wrapper {
    background-color: #121212;
} 
.bb-dark-theme .playlist-slide-text {
    background: #121212;
}
.bb-dark-theme .playlist-list-item {
    background: #121212;
    border: 1px solid #1E1E1E;
}
@media only screen and (max-width: 991px){
  .active_caption {
    padding: 0px 0px;
}
  .bb-dark-theme .whitebg{
    display:none !important;
  }
  .playlist-list-item{
    height: 115px !important;
  }
  .bb-dark-theme .mobileview.img-responsive.blackbg{
    display:block !important;
  }  
  .mobileview.img-responsive.blackbg{
    display:none !important;
  }
  .fluid-width-video-wrapper{
    margin-bottom: 0px !important;
    }
    .playlist-slide-embed-container{
      height: 100% !important;
      }
  .downloadsectop ul {
    list-style-type: none !important;
    margin: 0;
  }
  p.playlist-title {
      background-color: #F4F6F8;
  }
  .downloadsectop ul li {
      margin-bottom: 11px;
  }
  .downloadsectop ul li img{
    vertical-align: middle;
  }
  .downloadsectop ul li:last-child {
      margin-bottom: 0px !important;
  }
  .playlist-wrapper{
      background-color:#F5F6F6 !important;
      padding: 50px 0px 20px;
  }
  .desktopview {display: none;}
  .mobileview {display:block !important;}
  .playlist-list-item-thumb {
    width: 40px;
    border-right: none;
  }
  .playlist-list-item{
    flex-wrap: wrap;
    background: #e8e8e8;
  }
  .downloadsectop{
    width: 100%;
    text-align: center;
  }
  .playlist-list-item-extras{
    width: 10%;
  }
  i.bb-icon-menu-dots-v {
      color: #fff;
      font-size: 20px;
  }
  .playlist-slide-text{
    padding: 0px;
  }
  .playlist-slide-embed-container {
    max-height: 100%;
  }

  .playlisttopsec .downloadsectop {
    display: none;
    position: absolute;
    
    width: 142px !important;
    /* box-shadw: 0px 8px 16px 0px rgb(0 0 0 / 20%); */
    padding: 14px 11px; 
    z-index: 1;
    float: right;
    top: 76%;
    right: 6%;
    text-align: left;
  }
  .bb-dark-theme .playlisttopsec .downloadsectop {
    background-color: #1E1E1E;
  }
  .playlisttopsec .playlist-list-item {
      position: relative;
  }
  .playlisttopsec .downloadsectop a, .downloadsectop {
      color: #707070 !important;
  }
}

@media screen and (min-device-width:640px)  and (max-device-width: 991px){
  .playlisttopsec .downloadsectop {
      right: 8% !important;
  }
}

.playlist-list-item-title p{
  margin: 0;
  line-height: 20px;
}

.mobileview {
    display: none;
}
.downloadsectop a,.downloadsectop {
    color: #555555;
}
.playlist-list-item-thumb:hover {
  opacity: 0.7;
}

.overlayhover{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.overlayhover img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.playlist-list-item-thumb:hover .overlayhover {
  opacity: 1;
}


.playlisttopsec .prev, .playlisttopsec .next {
  top: 6px !important;
}
@media only screen and (min-width: 991px){
  .playlist-list-item{
    height: 115px !important;
    }
  .playlist-list-item-extras.desktopview {
    width: auto !important;
    padding: 0 30px;
  }
}
.playlisttopsec .playlist-list-item-title {
  margin-top: 0px;
}
.playlist-slide-text::-webkit-scrollbar ,.playlist-list-container::-webkit-scrollbar{
  width:10px !important;
  background-color: #E8E5E5; 
}
.bb-dark-theme .playlist-slide-text::-webkit-scrollbar, .bb-dark-theme .playlist-list-container::-webkit-scrollbar {
  background-color: #1d1c1cad !important;
}
p.playlist-active_caption1 {
  padding: 15px 0 0 5px;
  margin: 0;
  line-height: 20px;
}
.bb-dark-theme p.playlist-active_caption1{
  color: #fff;
} 
p.playlist-active_caption2{
  margin: 0;
  line-height: 20px;
  padding: 0px 0 0 5px;
}

p.playlist-active_caption3 {
  padding: 0px 0 0 5px;
  line-height: 20px;
  margin: 0;
}

.bb-dark-theme .active_caption {
  background-color: #1E1E1E;
}

.active_caption {
  background-color: #F4F6F8;
}

  

  .playlist-slide-embed-container{
    height: 100% !important;
  }
  .fluid-width-video-wrapper{
      margin-bottom: 0 !important;;
  }

/*playlist subcaption size */
p.playlist-active_caption2, p.playlist-active_caption3, p.playlist_caption_1, p.playlist_caption_2{
  font-size: 11px !important;
  line-height: 17px !important;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
