/*Vides sections style */
#video-title,.fvid-title {
    font-size: 16px; /* Medium text size */
    padding: 8px 12px;
    border-radius: 5px;
    /*display: flex;*/
    align-items: center;
    /*width: 40%;*/
    display: none;
}
#video-title a,.fvid-title a{
    display: block;
    cursor: pointer;
    color:blue
}
#video-title a:hover,.fvid-title a:hover{
    text-decoration:none;
}
#video-title a::before,.fvid-title a::before {
    content: "•"; /* Bullet point */
    margin-right: 8px;
}
#video-title .ellipsis,.fvid-title .ellipsis{
    cursor: pointer;
    color: rgb(84, 83, 83);
    font-size: 14px;
}
#video-title a:nth-of-type(2),.fvid-title a:nth-of-type(2)  {
    display:inline-block;
}
/*#video-title a::after {
    content: " >"; 
    font-weight: bold;
    margin-left: 5px;
}*/
#videoModal .vjs-mouse-display, .fv_list .f-videojs .vjs-progress-control  .vjs-mouse-display {
  top:-3.1em;
  width:30%;
  height: 15% !important;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  border-radius: 5px;
  opacity: 0.8;
  pointer-events: none;
  font-size: 12px !important;
  font-weight: bold !important;
  text-align: center !important;
  white-space: nowrap !important;
  border: 1px solid #fff !important;
  z-index: 1000 !important;
  position: absolute !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vjs-mouse-display {
    transform: translateY(-20px) !important;
} 
.chapter-dropdown {
  display: none;
  position: absolute;
  top: 0px;
  /*left: 0;*/
  width: 260px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  /*padding: 10px;
  min-width: 200px;*/
    }

.chapter-dropdown a {
  /*display: none;*/
  padding: 10px;
  margin:0px;
  font-size:16px;
  text-decoration: none;
  color: #FFFFFF !important;
  background: transparent;
  border-bottom: 1px solid #555555;
  text-align: left;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  max-height: 4em;
  line-height: 1.5em;
    }

.chapter-dropdown a:hover {
      background-color:#444444;
    }
.chapters-button:hover .chapter-dropdown {
      display: block;
    }
.vjs-chapters-button {
      color: #fff;
      border-radius: 4px;
      padding: 8px 10px !important;
      cursor: pointer;
      margin-right: 10px;
      font-size: 14px;
      /*display: flex;
      align-items: center;
      justify-content: center;*/
}
/*Featured videos start*/
.fv_list{
    height: 1000px !important;
    overflow-y: auto;
}
.fv_list .fvideo-card{    
margin: auto;
align-items: center;
flex-direction: column !important;
margin-bottom:20px;
border-radius: 15px;
}
.fv_list .fvideo-card .f-videojs{
    margin: auto;
    width: 100% !important;
}
.fv_list .vjs-poster{
    background-position: center center;
    background-color: #ffff;
}
.vjs-poster{
    background-position: center center;
    background-color: #000;
}
.fv_list .skill-card .fvid-name p{
    font-size: 20px;
    color: #6d6d6d;
}

/*intro video css start*/
.video-js .vjs-big-play-button.vjs-custvisible-text{
    top: 85% !important;
    left: 60% !important;
    width: auto;
    padding: 4px 12px;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
    opacity: 1;
    border: 0.06666em solid #fff;
    cursor: pointer;
    position: absolute;
    font-size: 2.5em;
    line-height: 1.5em;
    height: auto;
    /*background: none;*/
    color: #fff;
    text-transform: none;
    text-decoration: none;  
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vjs-custvisible-text .vjs-icon-placeholder{
    display: none;
}
.vjs-custvisible-text:hover .vjs-big-play-button, .vjs-custvisible-textn:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}
/*.btn-introimage{
    font-size: 25px;
    color: #fff;
    padding: 0px;
}
.btn-introimage:hover{
    color: #fff;
}*/
.vd-header-buttons{
    display: flex;
    justify-content: space-between;
    gap: 1px;
    align-items: center;
      }
.vd-header-buttons .intro-svg{
    margin-top: -2px;
}
/*intro video end*/
/*@media (min-width: 950px) {
    .fv_list .fvideo-card{
    width: 70% !important;
    }
}*/
.fv_list video[poster] {
    object-fit: cover;
background:none  /* ensure the <video> element fills its container */
}
.fv_list .video-js .vjs-big-play-button{
font-size: 2em;
}
.f-videojs .vjs-mouse-display {
    width:50% !important; 
}
.fv_list .f-videojs .vjs-progress-control:hover .vjs-mouse-display {
    display: flex;
  }
.fv_list .fvid-title{
    width: 100%;
}  
/*Featured videos end*/
@media (max-width: 480px) {
    .video-js .vjs-big-play-button.vjs-custvisible-text
    {
        font-size: 1.5em;
    }
    .vd-header-buttons .intro-svg
    {
        margin-top: 9px;
        width: 15px;
        height: 15px;
    }
    .vd-header-buttons{
        gap: 30px !important;
    }
}
@media (max-width: 1300px) {
    .f-videojs .vjs-mouse-display {
    width:70% !important;
}
}
@media (max-width: 990px) {
    #videoModal .vjs-mouse-display {
    width:100% !important;
    }
    .f-videojs .vjs-mouse-display{
        width:70% !important;
    }
    .video-js .vjs-big-play-button.vjs-custvisible-text
    {
        font-size: 1.5em;
        left: 60% !important;
        top: 80% !important;
    }
}

@media (max-width: 600px) {
    .f-videojs .vjs-mouse-display {
    width:100% !important;
}
.video-js .vjs-big-play-button.vjs-custvisible-text
    {
        font-size: 1.5em;
        left: 60% !important;
        top: 80% !important;
    }

}
@media (width >= 1100px) {
    .fv_list .fvideo-card{
        width: 60% !important;
        }
    }
