body {
    padding: 0;
    margin: 0;
    background:#1e305c;
}

#jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    }
      
     .jw-rightclick { display: none !important; } 

    .jw-breakpoint-7 .jw-controlbar .jw-slider-time {
    padding: 0 15px !important;
    height: 14px !important;
    }

      .jw-breakpoint-7 .jw-controlbar .jw-button-container {
         padding: 0 !important;
      }

      .jw-breakpoint-7 .jw-controlbar .jw-slider-time .jw-slider-container {
         height: 8px !important;
      }

      .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-icon-inline:not(.jw-text-live) .jw-svg-icon,
      .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-icon-volume .jw-svg-icon {
         height: 25px !important;
         width: 25px !important;
      }

      .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-icon-inline:not(.jw-text-live),
      .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-icon-volume {
         height: 50px !important;
         width: 50px !important;
      }

      .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-text {
         font-size: 0.75rem !important;
      }

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #0c111f
}

.overflow, .circle-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overflow {
    z-index: 9998;
    width: 100vw;
    height: 100vh;
}

.circle-line {
    z-index: 9999;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.circle-red,.circle-green,.circle-yellow,.circle-blue{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 5px;
}

.circle-red {
    background-color: #00d2d3;
    animation: movingUp 0.5s infinite alternate;
  
}

.circle-blue {
    background-color: #556ee6;
    animation: movingUp 0.5s 0.2s infinite alternate;
   
}

.circle-green {
    background-color: #f70063;
    animation: movingUp 0.5s .5s infinite alternate;
    
  
}

.circle-yellow {
    background-color: #FBBC05;
    animation: movingUp 0.5s .7s infinite alternate;
    
}

/* CSS ANIMATION */

@keyframes movingUp {
    from {
    
        top: 0px;
        
    }

    to {
        
        top: -30px;
    }
}

.__000ab {
    margin-top: 20px;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    line-height: 1.3;
    font-family: sans-serif
}

.__000ab-content {
    text-align: center;
    max-width: 600px;
    background: #fff
}

.__000ab-content .top {
    padding-top: 25px;
    padding-bottom: 15px
}

.__000ab-content .bottom {
    padding: 25px;
    background: #f2f2f2;
    border-radius: 8px
}

.d-none {
    display: none !important
}