/*
.np_timecode_menu_box
{
    border: 2px solid white;
    position: absolute;
    margin-top: -139px;
    padding: 5px 10px 5px 10px;
    background: #000;
    z-index: 99999;
    line-height: 36px;
    text-align: left;
}

    
.np_timecode_menu_box 
{ 
    position: absolute;
    margin-top: -165px;
    padding: 5px 30px 5px 30px;
    background: #00000060;
    z-index: 99999;
    line-height: 18px;
    text-align: left;
    font-size: 10px;
}    
*/  

.np_timecode_menu_box {
    position: absolute;
    margin-top: -165px;
    padding: 5px 30px 5px 30px;
    background: #00000065;
    z-index: 99999;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}



.np_timecode_menu
{
    width: calc(100% - 10px);
    background: none;
    padding: 5px 2px 5px 6px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}
.np_timecode_menu:hover
{
    width: calc(100% - 10px);
    background: none;
    padding: 5px 2px 5px 6px;
    line-height: 20px;
    color: #409efe;
    cursor: pointer;
}

.np_timecode_menu_active
{
    width: calc(100% - 10px);
    color: #409efe;
    padding: 5px 2px 5px 6px;
    line-height: 20px;
    cursor: pointer;
}
  
    

.mainSiteInfoBubble
{
    width: 180px;
    bottom: 97px;
    position: absolute;
    right: 5px;
    z-index: 99999;
    cursor: move;
    height: 50px;
    line-height: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    /*
    width:180px; 
    bottom:97px; 
    background: #000000; 
    position: absolute; 
    right:5px; 
    padding:5px 2px 5px 2px;  
    border-radius: 15px;
    text-align: center;
    z-index: 99999; 
    border: 1px solid #cccccc38; 
    cursor: move;
    height: 50px;
    line-height: 20px;
     -webkit-user-select: none; 
    -ms-user-select: none;  
    user-select: none;
    */
}

.mainSiteInfoBubble span
{
    font-size: 14px; 
    color: #FFFFFF; 
    font-weight: normal;
}

.mainSiteInfoBubble a
{
    font-size: 14px; 
    color: #409efe; 
    text-decoration: none; 
    font-weight: normal;
}






body
{
    margin: 0px;
    padding: 0px;
    height: 100vh;
    overflow: hidden;    
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: normal;
}
    
.video_progress_bar 
{
    width: 100%;
    height: 4px;
    position: relative;
    left: 0px;
    top: calc(100% - 58px);
} 
    
input[type="range"] {
    width: 100%;
    height:4px;
    padding: 0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    background: white;
}

    
    
.sliderVideo {
  -webkit-appearance: none;
  width: 100%;
  height: 6px !important;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0;
  -webkit-transition: .2s;
  transition: opacity .2s;
    
    position: absolute;
    margin-top: 0px;
    z-index: 9999999;    
}

.sliderVideo:hover {
  opacity: 1;
}

.sliderVideo::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #409efe;
  cursor: pointer;
}

.sliderVideo::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #409efe;
  cursor: pointer;
}
    
#seekslider {
    position: relative;
    z-index: 90006;
    height: 4px;
    margin-left: 0px;
    margin-top: -2px;
    float: left;
    opacity: 1;
    width: calc(100% + 16px);
}  
#seekslider:hover {
    position: relative;
    z-index: 90006;
    height: 8px;
    margin-left: 0px;
    margin-top: -2px;
    float: left;
    opacity: 1;
    width: calc(100% + 16px);
}      

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

#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;
}
    
#elapsed 
{
    width: 0;
    height: 100%;
    background: #409efe;
}   
    
    
    
    
.loading_image
{
    width:100%;
    height: 100%;
    position: absolute;
    top:0px;
    margin: auto;
    background: #00000050;
    margin-top: 0px;
    left:0px;
    z-index: 999999;
    display: none;
    
    -webkit-user-select: none; 
    -ms-user-select: none;  
    user-select: none;
}   
    
.loading_anmation_image
{
    /*
    width: 60px;
    position: fixed;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    */
    
    width: 93px;
    position: fixed;
    left: calc(50% - 49px);
    top: calc(50% - 42px);
    opacity: .6;
    -webkit-user-select: none; 
    -ms-user-select: none;  
    user-select: none;
} 
    
    
    
    
    
    
.np_video_container
{ 
    background: #000000;
    border:0px solid #000000;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top:0px;
    min-width: 210px;
    overflow: hidden;
}
    
.np_video_after
{
    width: 100%;
    height: 100vh;
    position: relative;
}
    
.np_video_before
{
    width: 100%;
    height: 100vh;
    clip-path: inset(0px 50% 0px 0px);
    position: absolute;
    border: 0px solid green;
    left: 0px;
    top: 0px;
}
    
.np_player_bottom_bar 
{
    position: relative;
    /* border: 1px solid #ff00fb; */ 
    height: 88px;
    margin-top: -88px;
    z-index: 3;
}
 
    
.np_button_holder_bg_layer
{
    position: relative;
    /* border: 1px solid blue; */
    height: 88px;
    background: #00000099;
    margin-top: -88px;
    z-index: 2;
}      
.np_button_holder 
{
    width: 50px;
    height: 50px;
    padding: 5px;
    float: inline-start;
    margin-right: 10px;
}  
    
.np_button_holder_img
{
    display: block;
    height: 35px;
    float: left;
    margin-right: 35px;
    margin-top: 26px;
    cursor: pointer;
    
    -webkit-user-select: none; 
    -ms-user-select: none;  
    user-select: none;
}      

.np_time_progress
{
    width: auto;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 88px;
    font-size: 24px;
    margin-right: 35px;
}
    
    
.np_progress_unit_select
{
    font-size: 24px;
    background: #000000;
    color: #ffffff;
    border: 1px solid rgba(138,138,138,1.00);
    border-radius: 5px;
}
    
.np_topbar_bg_layer
{
    position: absolute;
    /* border-bottom: 2px solid blue; */
    height: 60px;
    background: #00000099;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.np_topbar_left
{
    position: absolute;
    /* border-bottom: 2px solid blue; */
    height: 60px;
    top: 0px;
    left: 0px;
    width: 50%;
    text-align: center;
    /* z-index: 20005; */
    color: #ffffff;
    line-height: 60px;
    z-index: 3;
    font-size: 25px;
} 
    
.np_topbar_right
{
    position: absolute;
    /* border-bottom: 2px solid red; */
    height: 60px;
    top: 0px;
    right: 0px;
    width: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    z-index: 3;
    font-size: 25px;
}    
    
    
.np_left_side_icon_1
{
    left: 10px;
    position: absolute;
    top: 93px;
}
    
.np_left_side_icon_2 
{
    left: 10px;
    position: absolute;
    top: 180px;
} 
    
.np_right_side_icon_1
{
    right: 10px;
    position: absolute;
    top: 93px;
}
    
.np_right_side_icon_2 
{
    right: 10px;
    position: absolute;
    top: 180px;
} 
    
.np_player_overlay_icons_height
{
    height: 50px;
    cursor: pointer;
}
    
.logo_full 
{
    display: block;
}
    
.logo_small
{
    display: none;
}
 
 
    
   
.scroller_thumb_img 
{
    width: 50px;
    height: 50px;
    /* padding: 8px; */
    margin-left: -7px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.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: 1;
    
    
}    

.scroller:before, .scroller:after {
    content: " ";
    display: block;
    width:2px;
    height:50vh;
    position: absolute;
    left: calc(50% - 1px);
    z-index: 30;
    transition: 0.1s;
}    
    
.scroller:before {
    top: calc(100% - 36px);
    background: #fff;
}
   
.scroller:after {
    bottom: calc(100% - 50px);
    background: #fff;
} 
    
.scroller__thumb {
    /*
    border: 3px solid white;
    border-radius: 50%; */
    width:52px;
    height:52px;
    padding:0px;
    margin-left: -6px;
} 
  
 
.np_timecode_holder
{
    line-height: 30px;
    padding-top: 23px;
}

.np_timecode_table
{
    line-height: 30px;
    /* border: 2px solid #f9f6f6; */
    border-radius: 5px;
    width: 127px;
    background: rgba(0, 0, 0, 0.4);
}
    
.np_timecode_img
{
    width: 15px; 
    padding-bottom: 5px
}
    

.np_volumeContainer
{
    float: inline-end;
    padding-top: 25px;
    margin-right: 15px;
    width: 200px;
}
    
 .np_volume_icon
{
    height: 35px;
    cursor: pointer;
}
   
.np_volume_slider_class  
{
    background: #929292; 
    position: relative;
    width: 100% !important;
    margin-bottom: 17px
}
    
    
select#progress_display_type {
    width: 40%;
    padding: 6px;
    border-radius: 9px;
    background: black;
    color: white;
}
   

.logo_full {
    height: 50px;
    margin-top: 19px;
    -webkit-user-select: none; 
    -ms-user-select: none;  
    user-select: none;
}    
    
.logo_small {
    height: 28px;
    margin-top: 10px;
    -webkit-user-select: none; 
    -ms-user-select: none;  
    user-select: none;
}  





.np_slider 
{
    position: relative;
    z-index: 90006;
    height: 4px;
    margin-left: 0px;
    margin-top: -4px;
    float: left;
    opacity: 1;
    width: calc(100% + 16px);
    
    outline: none;
    border-radius:0px;
    -webkit-appearance: none;
    background: #d3d3d3;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.np_slider:hover {
    opacity: 1;
    cursor: pointer;
    height: 6px;
}

.np_slider::-webkit-slider-runnable-track {
 /*border-radius: 16px; */
 border: 0px;        
}
    
.np_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;    
    background: #409efe; 
    cursor: pointer;
}

/* Track: Mozilla Firefox */
.np_slider::-moz-range-track {
  /* border-radius: 16px; */
  border: 0px;    
} 
    
.np_slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;    
    background: #409efe; 
    cursor: pointer;
}    
    
    
    
    
.np_volume_slider_class 
{
    position: relative;
    z-index: 90006;
    height: 6px;
    margin-left: 0px;
    
    opacity: 1;
    /*
    width: calc(100% + 16px);
    float: left;
    */
    
    outline: none;
    border-radius:10px;
    -webkit-appearance: none;
    background: #d3d3d3;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.np_volume_slider_class:hover {
    opacity: 1;
    cursor: pointer;
}

.np_volume_slider_class::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #409efe;
    cursor: pointer;
}

.np_volume_slider_class::-moz-range-thumb {
    width:13px;
    height: 13px;
    border-radius: 50%;
    background: #409efe; 
    cursor: pointer;
} 
  



/* ========================= Media Query for 1080 Start ========================= */
/*
@media screen and (max-width: 1920px) {
    
    .np_button_holder_img 
    {
        height: 28px;
        margin-right: 28px;
        margin-top: 16px;
    }


}
*/

    
/* ========================= Media Query for 1080 Start ========================= */

@media screen and (max-width: 1920px) {
    
.np_volume_slider_class::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
}
    
.np_volume_slider_class::-moz-range-thumb {
    width: 12px;
    height: 12px;
}    
    
    
.scroller_thumb_img 
{
    width: 45px;
    height: 45px;
    margin-left: -5px;
} 
    
.scroller:before {
    top: calc(100% - 41px);
    background: #fff;
}   
    
    
.np_player_bottom_bar 
{
    height: 60px;
    margin-top: -60px;
}
 
    
.np_button_holder_bg_layer
{
    height: 60px;
    margin-top: -60px;
}  
    
.np_time_progress {
    line-height: 60px;
    font-size: 18px;
    margin-right: 30px;
}  
    
.np_button_holder_img
{
    height: 22px;
    margin-right: 30px;
    margin-top: 18px;
}
    
.np_player_overlay_icons_height
{
    height: 45px;
} 
    
.np_progress_unit_select
{
    font-size: 20px;
    margin-right: 30px;
} 
    
    
.np_topbar_bg_layer
{
    height: 50px;
}

.np_topbar_left
{
    height: 50px;
    line-height: 50px;
} 
    
.np_topbar_right
{
    height: 50px;
    line-height: 50px;
} 
    
    
    
.np_left_side_icon_1
{
    left: 10px;
    position: absolute;
    top: 85px;
}
    
.np_right_side_icon_1
{
    right: 10px;
    position: absolute;
    top: 85px;
}
    
.np_right_side_icon_2 
{
    right: 10px;
    position: absolute;
    top: 180px;
} 
 
.logo_full 
{
    display: block;
    height: 30px;
    margin-top: 14px;
}
    
.logo_small
{
    display: none;
    height: 50px;
    margin-top: 19px;
} 
    
    
.mainSiteInfoBubble
{
    width:156px; 
    bottom:75px; 
    right:5px; 
    height: 40px;
}

.mainSiteInfoBubble span
{
    font-size: 12px;
}

.mainSiteInfoBubble a
{
    font-size: 12px;
}    
 
    
.np_timecode_holder 
{
    line-height: 30px;
    padding-top: 15px;
}

.np_timecode_table
{
    line-height: 20px;
    border-radius: 5px;
    
}   

.np_timecode_img
{
    width: 15px; 
    padding-bottom: 5px
}
    
 .np_volume_icon
{
    height: 28px;
}
   
.np_volumeContainer 
{
    float: inline-end;
    padding-top: 18px;
    margin-right: 15px;
    width: 158px;
} 
    
.np_volume_slider_class {
    background: #929292;
    position: relative;
    width: 100% !important;
    margin-bottom: 17px;
}
    
}   

/* ========================= Media Query for 1080 Start ========================= */ 
    
    
/* ========================= Media Query for  910 Start ========================= */  
/* @media screen and (max-width: 910px) { */
@media screen and (max-width: 1080px) {
    
   
    
.scroller_thumb_img 
{
    width: 40px;
    height: 40px;
    margin-left: -3px;
} 
    
.scroller:before {
    top: calc(100% - 47px);
    background: #fff;
}
    
.np_player_bottom_bar 
{
    height: 56px;
    margin-top: -56px;
}
 
    
.np_button_holder_bg_layer
{
    height: 56px;
    margin-top: -56px;
}  
    
.np_time_progress {
    line-height: 56px;
    font-size: 20px;
    margin-right: 28px;
}  
    
.np_button_holder_img
{
    height: 20px;
    margin-right: 28px;
    margin-top: 16px;
}
    
.np_player_overlay_icons_height
{
    height: 40px;
} 
    
.np_progress_unit_select
{
    font-size: 20px;
    margin-right: 30px;
} 
    
    
.np_topbar_bg_layer
{
    height: 45px;
}

.np_topbar_left
{
    height: 45px;
    line-height: 45px;
} 
    
.np_topbar_right
{
    height: 45px;
    line-height: 45px;
} 
    
.np_left_side_icon_1
{
    top: 80px;
}
    
.np_right_side_icon_1
{
    top: 80px;
}
    
.np_right_side_icon_2 
{
    top: 150px;
} 
    
.logo_full 
{
    display: block;
    height: 27px;
    margin-top: 13px;
}
    
.logo_small
{
    display: none;
    height: 50px;
    margin-top: 19px;
} 
    
.mainSiteInfoBubble
{
    width:156px; 
    bottom:75px; 
    right:5px; 
    line-height: 18px;
    height: 40px;
}

.mainSiteInfoBubble span
{
    font-size: 12px;
}

.mainSiteInfoBubble a
{
    font-size: 12px;
}    

.np_timecode_holder 
{
    line-height: 30px;
    padding-top: 15px;
    
}   

.np_timecode_table 
{
    line-height: 12px;
    font-size: 15px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
} 


    
    

.np_timecode_img
{
    width: 12px; 
    padding-bottom: 0px
}  
    
 .np_volume_icon
{
    height: 25px;
}
   
.np_volumeContainer 
{
    float: inline-end;
    padding-top: 15px;
    margin-right: 15px;
    width: 128px;
}  
    
.np_volume_slider_class 
{
    background: #929292;
    position: relative;
    width: 100% !important;
    margin-bottom: 15px;
} 
    
.np_volume_slider_class::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
}
    
.np_volume_slider_class::-moz-range-thumb {
    width: 10px;
    height: 10px;
}     
    
}
/* ========================= Media Query for  910 Start ========================= */  
    
    
/* ========================= Media Query for  800 Start ========================= */     
@media screen and (max-width: 800px) {
    
.np_player_bottom_bar 
{
    height: 50px;
    margin-top: -50px;
}
 
    
.np_button_holder_bg_layer
{
    height: 50px;
    margin-top: -50px;
}  
    
.np_time_progress {
    line-height: 50px;
    font-size: 18px;
    margin-right: 22px;
}  
    
.np_button_holder_img
{
    height: 16px;
    margin-right: 22px;
    margin-top: 16px;
}
    
.np_player_overlay_icons_height
{
    height: 30px;
} 
    
.np_progress_unit_select
{
    font-size: 18px;
    margin-right: 22px;
} 
    
    
.np_topbar_bg_layer
{
    height: 40px;
}

.np_topbar_left
{
    height: 40px;
    line-height: 40px;
} 
    
.np_topbar_right
{
    height: 40px;
    line-height: 40px;
} 
    
.np_left_side_icon_1
{
    top: 66px;
}
    
.np_right_side_icon_1
{
    top: 66px;
}
    
.np_right_side_icon_2 
{
    top: 130px;
} 
    
.logo_full 
{
    display: none;
}
    
.logo_small
{
    display: block;
} 
    
    
.np_timecode_holder 
{
    line-height: 17px;
    padding-top: 12px;
}    

/*    
.np_timecode_table {
    line-height: 5px;
    font-size: 13px;
    width: 100px;
    font-size: 12px;
    width: 100px;
    padding: 3px;
    background: black;
    color: white;
} 
*/
    
.np_timecode_table {
    line-height: 0px;
    font-size: 13px;
    padding: 6px 6px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
}   
      
    
 .np_volume_icon
{
    height: 20px;
}
   
.np_volumeContainer 
{
    float: inline-end;
    padding-top: 12px;
    margin-right: 15px;
    width: 100px;

}  

 

.np_volume_slider_class {
    background: #929292;
    position: relative;
    width: 100% !important;
    margin-bottom: 15px;
    height: 2px !important;
}  
    
.np_volume_slider_class::-webkit-slider-thumb {
    width: 8px;
    height: 8px;
}
    
.np_volume_slider_class::-moz-range-thumb {
    width: 8px;
    height: 8px;
}     
    
/*    
.logo_small {
    height: 28px;
    margin-top: 10px;
    
}

.logo_full {
    height: 50px;
    margin-top: 19px;
}
    
*/
    
.logo_full 
{
    height: 28px;
    margin-top: 10px;
    display: block;
}
    
.logo_small
{
    display: none;
    height: 28px;
    margin-top: 6px;
}    

.mainSiteInfoBubble
{
    width: 120px;
}   
    
}
/* ========================= Media Query for  800 Start ========================= */  
  
    
    
/* ========================= Media Query for  580 Start ========================= */     
@media screen and (max-width: 580px) {
    
.scroller_thumb_img 
{
    width: 35px;
    height: 35px;
    margin-left: 0px;
} 
    
.scroller:before {
    top: calc(100% + -52px);
    background: #fff;
}
    
.np_player_bottom_bar 
{
    height: 40px;
    margin-top: -40px;
}
 
    
.np_button_holder_bg_layer
{
    height: 40px;
    margin-top: -40px;
}  
    
.np_time_progress {
    line-height: 40px;
    font-size: 15px;
    margin-right: 18px;
}  
    
.np_button_holder_img
{
    height: 16px;
    margin-right: 15px;
    margin-top: 12px;
}
    
.np_player_overlay_icons_height
{
    height: 25px;
} 
    
.np_progress_unit_select
{
    font-size: 14px;
    margin-right: 15px;
} 
    
    
.np_topbar_bg_layer
{
    height: 35px;
}

.np_topbar_left
{
    height: 35px;
    line-height: 35px;
} 
    
.np_topbar_right
{
    height: 35px;
    line-height: 35px;
} 
    
.np_left_side_icon_1
{
    top: 55px;
}
    
.np_right_side_icon_1
{
    top: 55px;
}
    
.np_right_side_icon_2 
{
    top: 110px;
} 
    
.logo_full 
{
    display: none;
}
    
.logo_small
{
    display: block;
    height: 24px;
    margin-top: 6px;
}

    
    
.mainSiteInfoBubble
{
    width:156px; 
    bottom:75px; 
    right:5px; 
    height: 40px;
}

.mainSiteInfoBubble span
{
    font-size: 12px;
}

.mainSiteInfoBubble a
{
    font-size: 12px;
}    
         
.np_timecode_holder 
{
    line-height: 6px;
    padding-top: 9px;
}

.np_timecode_table
{
    /*line-height: 7px;*/
    font-size: 12px;
    width:127px;
    padding: 5px 5px;
}
    
    

.np_timecode_img
{
    width: 10px; 
    padding-bottom: 0px
} 
    
 .np_volume_icon
{
    height: 16px;
}
   
.np_volumeContainer 
{
    float: inline-end;
    padding-top: 6px;
    margin-right: 15px;
    width: 90px;
}  
  
.np_volume_slider_class::-webkit-slider-thumb {
    width: 6px;
    height: 6px;
}
    
.np_volume_slider_class::-moz-range-thumb {
    width: 6px;
    height: 6px;
} 
    
.np_volume_slider_class 
{
    background: #929292;
    position: relative;
    width: 100% !important;
    margin-bottom: 14px;
}  
    
.mainSiteInfoBubble
{
    width: 100px;
}    
    
}
/* ========================= Media Query for  580 Start ========================= */ 
    
    
/* ========================= Media Query for  460 Start ========================= */  
/*
@media screen and (max-width: 460px) {
 
.scroller_thumb_img 
{
    width: 28px;
    height: 28px;
    margin-left: 3px;
} 
    
.scroller:before {
    top: calc(100% - 58px);
    background: #fff;
}
    
.np_player_bottom_bar 
{
    height: 30px;
    margin-top: -30px;
}
 
    
.np_button_holder_bg_layer
{
    height: 30px;
    margin-top: -30px;
}  
    
.np_time_progress {
    line-height: 30px;
    font-size: 10px;
    margin-right: 8px;
}  
    
.np_button_holder_img
{
    height: 9px;
    margin-right: 8px;
    margin-top: 8px;  
}
    
.np_player_overlay_icons_height
{
    height: 16px;
} 
    
.np_progress_unit_select
{
    font-size: 10px;
    margin-right: 8px;
    display: inline;
} 
    
    
.np_topbar_bg_layer
{
    height: 26px;
}

.np_topbar_left
{
    height: 26px;
    line-height: 26px;
} 
    
.np_topbar_right
{
    height: 26px;
    line-height: 26px;
} 
    
.np_left_side_icon_1
{
    top: 35px;
}
    
.np_right_side_icon_1
{
    top: 35px;
}
    
.np_right_side_icon_2 
{
    top: 60px;
} 
    
.logo_full 
{
    display: none;
}
    
.logo_small
{
    display: block;
    margin-top: 5px;
    height: 16px;
}   
    
    
.mainSiteInfoBubble
{
    width:156px; 
    bottom:75px; 
    right:5px; 
    height: 40px;
}

.mainSiteInfoBubble span
{
    font-size: 12px;
}

.mainSiteInfoBubble a
{
    font-size: 12px;
}    
         
.np_timecode_holder 
{
    line-height: 18px;
    padding-top: 3px;
}


.np_timecode_table {
    line-height: 3px;
    font-size: 8px;
    width: 91px;
}    
    
.np_timecode_menu_box {
    position: absolute;
    margin-top: -147px;
    padding: 5px 10px 5px 10px;
    background: #000;
    z-index: 99999;
    line-height: 18px;
    text-align: left;
    font-size: 10px;
}    

.np_timecode_img
{
    width: 6px; 
    padding-bottom: 0px
}
 
    
    
.np_volume_icon
{
    height: 13px;
}
   
.np_volumeContainer 
{
    float: inline-end;
    padding-top: 0px;
    margin-right: 12px;
    width: 90px;
}  
  
 
.np_volume_slider_class {
    background: #929292;
    position: relative;
    width: 100% !important;
    margin-bottom: 14px;
}    
    
}

*/
/* ========================= Media Query for  460 Start ========================= */ 

/* ========================= Media Query for  320 Start ========================= */     
@media screen and (max-width: 320px) {
 
.scroller_thumb_img 
{
    width: 20px;
    height: 20px;
    margin-left: 7px;
} 
    
.scroller:before {
    top: calc(100% - 68px);
    background: #fff;
}
    
.np_topbar_bg_layer
{
    height: 22px;
}

.np_topbar_left
{
    height: 22px;
    line-height: 22px;
    font-size: 10px;
} 
    
.np_topbar_right
{
    height: 22px;
    line-height: 22px;
    font-size: 10px;
} 
  
    
.np_progress_unit_select  
{
    display: none;
}
    
   
.np_volumeContainer 
{
    float: inline-end;
    padding-top: 7px;
    margin-right: 12px;
    width: 90px;
    display: none;
}  
    
.mainSiteInfoBubble
{
    width: 70px;
}
    
}
 /* ========================= Media Query for  320 Start ========================= */    
  
    