/* BA-Check */

/* By: Leibnizo Technologies(P) Ltd, */

/* Author: Jitendra Yadav */

/* Website: https://ShotCompare.com */


@keyframes mymove {
  50% {
    clip: rect(0, 200px, 200px, 0);
  }
}


video::-webkit-media-controls {
  display: none !important;
}

.button_holder {
  position: absolute;
  bottom: -80px;
  height: auto;
  z-index: 1000;
  min-width: 370px;
  left: 55%;
  transform: translate(-50%, -50%);
}

.button_holder button {
  cursor: pointer;
  float: left;
  padding: 3px 18px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 8px;
  margin: 5px;
  font-weight: bold;
}

.btn_play_pause {
  margin-left: 0px;
  width: 22px;
  position: absolute;
  /* left: 50px; */
  left: -20px;
}

.buttons {
  padding: 0px;
  float: left;
  width: 100;
}

.buttons button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.buttons button::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: 0px;
  display: inline-block;
  font-size: 35px;
  color: #404040;
  background-size: contain;
  background-position: center;
  background-color: inherit;
  background-image: url(../img/play-30.svg);
  background-repeat: no-repeat;
}

.buttons button.play::before {
  background-image: url(../img/play-80.svg);
  background-repeat: no-repeat;
}

.buttons button.pause::before {
  background-image: url(../img/pause-80.svg);
  background-repeat: no-repeat;
}


.video-bottom {
  position: absolute;
  display: block;
  z-index: 50;
  width: 100%;
  max-height: calc(100vh - 250px);
}

#fullscreen {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
}

label {
  margin-left: 20px;
  font-size: 20px;
  color: #afafaf;
}

input[type="radio"] {
  margin-top: 6px;
  height: 1.2rem;
  width: 1.2rem;
}

.video_container {
  position: relative;
  height: 100%;
  margin: 25px auto;
  border-radius: 2% / 4%;
  border: 2px solid #707070;
  background-color: #000000;
  z-index: 0;
  padding-left: 4.5em;
  padding-right: 4.5em;
  border-radius: 30px;
  position: relative;
  height: auto;
  margin-bottom: 20px;
  margin: 1px auto !important;
  z-index: 1;
  margin-top: 0px !important;
  overflow-y: hidden;
}

.video-holder {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 7px 23px 35px 23px;
  height: auto;
}

.right-holder {
  position: absolute;
  top: 56px;
  right: 1em;
  height: 80%;
  z-index: 400;
  width: 40px;
}

.left-holder {
  position: absolute;
  top: 56px;
  left: 1em;
  height: 80%;
  z-index: 400;
}

.right-holder img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 40px;
}

.left-holder img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 40px;
}


/*LEFT RIGHT BUTTONS CONTAINERS*/

.top-holder {
  position: relative;
  ;
  height: 1px;
  width: 100%;
  background-color: #000000;
  z-index: 400;
  /*  padding-top:1.5%;
  margin-bottom:4.5%;
*/
}

.bottom-holder {
  position: relative;
  height: 45px;
  padding-top: 1.5em;
  padding-bottom: 3em;
  background-color: black;
  z-index: 400;
}

.ba1 {
  margin-bottom: 10px;
}

.ico-fullscreen {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.ico-screenshot {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.ico-before-after {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.ico-side-by-side {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.ico-ratio {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.ico-corner {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.synchron-button {
  margin-top: 60%;
  margin-bottom: 60%;
  cursor: pointer;
}

.before-btn {
  float: left;
  width: 33.3%;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1;
}

.after-btn {
  float: left;
  width: 33.3%;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ba-logo {
  float: left;
  width: 33.3%;
  text-align: center;
  color: #a7a1a1;
  font-size: 18px;
  margin-top: .6em;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #afafaf;
  position: absolute;
  left: 50%;
  margin-top: 0px;
}

.circle-red {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c00606;
  position: absolute;
  left: 50%;
  margin-top: 0px;
}

.backward-frame {
  width: 20px;
  cursor: pointer;
  position: absolute;
  left: 45px;
  margin-top: 2px;
}

.forward-frame {
  width: 20px;
  cursor: pointer;
  position: absolute;
  left: 80px;
  margin-top: 2px;
}

.Play-pause-button {
  float: left;
  width: 32px;
  margin-left: 20px;
}

.volume-ico {
  left: 120px;
  margin-top: 2px;
  width: 25px;
  cursor: pointer;
  position: absolute;
}

.current-time {
  left: 178px;
  margin-top: 4px;
  /* cursor: pointer; */
  position: absolute;
  color: rgb(145, 143, 143);
}

.loop-btn {
  right: 70px;
  margin-top: 2px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  text-decoration: none;
}

.loop-btn a {
  color: #fff;
  text-decoration: none;
}

.red-progress-bar-bg {
  width: 100%;
  /* background-color: #4c4c4c; */
  height: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
}


/*Side By Side Scrollbar CSS*/


/* You can remove this page div in your website */

.after {
  width: 125px;
}

.scroller {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  z-index: 200;
}

.scroller:hover {
  opacity: 1;
}

.scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 8px;
}

.scroller:before,
.scroller:after {
  content: " ";
  display: block;
  width: 0px;
  height: 250px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.scroller:before {
  top: 100%;
}

.scroller:after {
  bottom: 100%;
}


/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */

.scroller {
  border: 3px solid #fff;
}

.scroller:before,
.scroller:after {
  background: #fff;
}

#before-title {
  display: none;
}

#after-title {
  display: none;
}

.video-mover {
  width: 100%;
  /* margin:7px 0px 0px 15px; */
  margin: 7px 0px 0px 0px;
  background-color: #404040;
}

input[type="range"] {
  width: 100%;
  height: 5px;
  padding: 0;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background: white;
}


/*Full Screen CSS*/

#goFS:-webkit-full-screen #goFS {
  display: none;
}

#goFS:-moz-full-screen #goFS {
  display: none;
}

#goFS:-ms-fullscreen #goFS {
  display: none;
}

#goFS:fullscreen #goFS {
  display: none;
}




/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 8px;
  /*16x16px adjusted to be same as 14x14px on moz*/
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #409efe;
  border: 1px solid #409efe;
}


/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 7px;
  height: 14px;
  width: 14px;
  border-radius: 8px;
  background: #409efe;
  border: 1px solid #409efe;
}

input[type="range"]::-moz-range-progress {
  border: 1px solid #409efe;
  background-color: #409efe;
}

input[type="range"]::-moz-range-track {
  background-color: white;
}

input[type="text"] {
  border: none;
}


/* for edge */

input[type="range"]::-moz-range-progress {
  background-color: #409efe;
}

input[type=range]::-ms-fill-lower {
  background: #409efe;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #409efe;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #409efe;
}

input[type=range]:focus::-ms-fill-lower {
  background: #409efe;
}

input[type=range]:focus::-ms-fill-upper {
  background: #409efe;
}

input[type="range"]::-ms-range-progress {
  border: 1px solid #409efe;
  background-color: #409efe!important;
}

input[type=range]::-ms-tooltip {
  display: none;
}

input::-ms-track {
  background-color: #409efe;
}

.video-top {
  position: absolute;
  display: block;
  z-index: 99;
  width: 100%;
  max-height: calc(100vh - 250px);
}

.button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.button2 {
  background-color: #5EA8F9;
  border-radius: 40px;
  margin: 0px 10px;
}

.btn_gray {
  border: 1px solid #707070!important;
  background-color: Transparent;
  color: #707070;
}


/*NEW CSS BY JITENDRA @ 20/11/20*/

.layout-holder {
  margin-top: 10px;
  margin-bottom: 78px;
  margin-left: -14px;
  min-width: 550px;
}

.right_container {
  border-radius: 30px;
  border: 1px solid #707070;
  height: auto;
  padding: 10px;
  display: grid;
  text-align: center;
}

.disable_icons {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: .00;
  filter: alpha(opacity=00);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 90%, 100% 0%);
  clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 90%, 100% 0%);
}

.empty-video {
  position: absolute;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  /*background-color: darkgrey;*/
  width: 100%;
  height: 100%;
}

.empty-video span {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25%;
}

.demo_button a,
.deactive_demo_button a {
  color: #fff;
  text-decoration: none;
  padding: 3px 10px;
  font-size: 14px;
  /*background-color:#464646;*/
  border-radius:5px;
}

.demo_button {
  right: 0px;
  margin-top: 2px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  text-decoration: none;
  background-color: #409efe;
  border-radius: 5px;
}
#demo_button_link:hover { background-color: #409efe; }

.deactive_demo_button {
  right: 0px;
  margin-top: 2px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  text-decoration: none;
  background-color: #464646;
  border-radius: 5px;
}

.ba2 {
  min-height: 500px;
}

.ba3 {
  top: 50%;
  transform: translateY(-50%);
}

.ba4 {
  display: none;
  bottom: 30px;
  left: 0px
}

.ba5 {
  display: none;
  bottom: 40px;
  left: 0px;
}

.ba6 {
  display: none;
  bottom: 30px;
  right: -50px;
}

.ba7 {
  position: absolute;
  bottom: 22px;
  right: 60px;
  z-index: 1002;
}

.ba8 {
  opacity: 0.95;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100009;
  position: fixed;
  background: #000000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ba9 {
  margin: 0 auto;
  width: 10%;
  max-width: 80px;
  top: calc(50% - 100px);
  position: relative;
}

#elapsed-container{
  width: 100%;
  height:5px;
  border-radius:0px;
  background:none; 
  position: absolute;
  z-index: 90003;
}
#elapsed{
  width: 0;
  height: 100%;
  background: #409efe;
}  
    
#elapsed-container-buffer{
  width: 100%;
  height:5px;
  border-radius:0px;
  background: whiteSmoke;
  position: absolute;
  z-index: 90003;    
}
#elapsed-buffer{
  width: 0;
  height: 100%;
  background: #CCCCCC;
}     

#seekslider
{
    position: absolute; 
    z-index:90006; 
    height: 8px; 
    margin-left: -8px; 
    opacity:0; 
    width:calc(100% + 16px); 
}

#elapsed_pointer {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #409efe;
    top: 0;
    border-radius: 13px;
    /* margin: 2px; */
    margin-top: -4px;
    border:0;
    cursor: pointer;
    left: calc(0% - 6px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 90004;
}

@media screen and (min-width: 450px) {
  .video_container {
    min-width: 414px;
  }
}

@media (min-width: 992px) .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 29.333333% !important;
  margin-left: 20px !important;
}

@media screen and (max-width: 945px) {
  
.current-time {
    left: 138px!important;
    margin-top: 4px;
    /* cursor: pointer; */
    position: absolute;
    color: rgb(145, 143, 143);
	font-size: 13px!important;
}
	
.loop-btn {
    right: 0px!important;
    margin-top: 2px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    text-decoration: none;
}
	
.volume-ico {
    left: 102px!important;
    /* left: 50px; */
    margin-top: 2px;
    width: 25px;
    cursor: pointer;
    position: absolute;
}
	
	
.forward-frame {
    width: 20px;
    cursor: pointer;
    position: absolute;
    left:69px!important;
    margin-top: 2px;
}
	
.backward-frame {
    width: 20px;
    cursor: pointer;
    position: absolute;
    left: 35px!important;
    margin-top: 2px;
}
	
	
	

}










































