/*reviewimage*/
.preview-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5) url('loader.gif') no-repeat center;*/
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.touch-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/*reviewimage*/

body {
    margin: 0;
    padding: 0;
}

.overvid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: auto !important;
  margin-bottom: auto !important;
  position: fixed; !important;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer;
}

.overvid::before {
  content: '';
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 0 2em 4em;
  border-color: transparent transparent transparent #000;
  opacity: .75; 
  transform: translate(-40%, -50%);
}
.overvid.hidden::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;  
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid grey;
    border-top-color: black;
    animation: loading 2s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.vjs-vjsdownload:before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.8em;
    left: 0em;
    position: relative;
    top: 0.1em;
    vertical-align: top;
    width: 0.8em;
    transform: rotate(135deg);
}
button.vjs-vjsdownload:hover {
    cursor:pointer;
    background: red;
}


#kaurukavideo {
  max-width: 100%;
  width: 100%;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 2px 6px -1px rgb(7 10 25 / 5%),
    0 6px 12px -6px rgb(7 10 25 / 10%);
  border-radius: 8px;
}
.vi-on{
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.25%;
    background-color:#000;
    cursor:pointer;
    overflow:hidden
}
#kaurukavideo .vi-on p{
    color:#fff;
    display:flex;
    justify-content:center
}
.vi-on iframe,.vi-on img,.play{
    position:absolute
}

.vi-on img {
    width: calc(100% + 5px);
    border: 0;
    border-radius: 0;
    opacity: .95;
    height: 100%;
    object-fit: cover;
}
.vi-on iframe{
    bottom:0;
    right:0;
    width:100%;
    height:100%
}
.servideo{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:12px;
    font-size:13px;
    background-color:#1a1a1a
}
.servideo .change-video{
    background-color:#222;
    color:#eee;
    border-radius:4px;
    padding:4px 10px;
    cursor:pointer;
    align-items:center;
    display:flex;
    transition:.4s
}
.servideo .change-video.c-aktif,.servideo .change-video:hover{
    background:rgb(99 77 235);
    transition:.4s
}
.servideo .change-video:before{
    content:"";
    opacity:0
}
.servideo .change-video.c-aktif:before{
    content:"";
    margin-right:5px;
    margin-left:-5px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eplay-circle%3C/title%3E%3Cpath d='M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' fill='%23fff' /%3E%3C/svg%3E");
    width:18px;
    height:18px;
    display:inline-block;
    transition:.3s;
    opacity:1;
}
