<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Change all text and icon colors in the player. */
.vjs-matrix.video-js {
  color: #00ff00;
}

/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
  border-color: #00ff00;
}

/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #00ff00;
}

.my-player-dimensions{
    width:100% !important;
    height:400px;
}

.thumb-video{
    width:100%;
    height:200px;
}
.img-box{
    border:1px solid transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 300px;
    height: 150px;
}
.img-box img{
    //width:50px;
}

.video-div{
    margin-bottom:10px
}
.course-thumb-img{
  -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  filter: blur(1px);

}


.play-btn{
    border:none;
    background-color:transparent;
    top: -8em;
    position: relative;
    //left: 10.5em;
    //scroll-margin-left: 10.5em;
    //border:1px solid #fff;
    //border-radius:50%;
    width:80px;
    cursor:pointer;
}

.ti-play{
    font-size:4em;
}


/* The Modal (background) */
.video_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.video-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close-x {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-x:hover,
.close-x:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.video-modal-header {
  padding: 2px 16px;
  //background-color: #fbc132;
 background:linear-gradient(to right, #480048, #C04848);
  color: white;
}
.video-modal-header&gt;h2{
    color: #715151;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
    font-weight:300;
}


.video-modal-body {
padding: 2px 16px;
padding:16px 22px
}

.video-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.my-player-x-dimensions{
    width:100% !important;
    height:350px !important;
}

.btn-play-btn{
    color:#555;
    font-size:14px;
}

.btn-play-btn:hover{
    text-decoration:none;
}</pre></body></html>