body{cursor: url(/custom/default.cur),default;}
.fireworks
{
    position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	pointer-events: none;
}
.paopao
{
    position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}
.stars
{
    position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}  



:root{
  --primary-color: #629abc;
}
#aplayer0{
	border-radius: 12px;
}
#aplayer_ctr{
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
}
.song_ctr_button:hover {
	background: #e0e0e0;
}
.song_ctr_button{
    color: #000;
    border: 2px transparent;
    background-color: #f5f5f5;
    border-radius: 32px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    width: 40px;
    height: 40px;
	position: relative;
    line-height: 40px;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:  0.5s ease;
}

.song_ctr_button svg{
    pointer-events:none;
}

.tag_list_switch_button:hover {
	background: #e0e0e0;
}
.tag_list_switch_button{
    color: #000;
    border: 2px transparent;
    background-color: #f5f5f5;
    border-radius: 32px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    width: 40px;
    height: 40px;
	position: relative;
    line-height: 40px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:  0.5s ease;
}

.tag_list_switch_button svg{
    pointer-events:none;
}

.tag_list_switch_button::after{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: var(--x2, 20px);
	top: var(--y2, 20px);
	background-image: radial-gradient(circle, #000 20%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.tag_list_switch_button:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}


#ctr_panel_div{
     margin-right: 10px;
     margin-bottom: 8px;
     margin-left: 10px;
}
#last_song_div::after{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: var(--x1, 20px);
	top: var(--y1, 20px);
	background-image: radial-gradient(circle, #000 20%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

#last_song_div:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}

#pause_or_paly_div::after{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: var(--x2, 20px);
	top: var(--y2, 20px);
	background-image: radial-gradient(circle, #000 20%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

#pause_or_paly_div:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}

#next_song_div::after{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: var(--x3, 20px);
	top: var(--y3, 20px);
	background-image: radial-gradient(circle, #000 20%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

#next_song_div:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}

#ctr_panel_div{
	display: flex;
	justify-content: center;
	align-items: center;
}
#aplayer_list_sub{
  display: flex;
  align-items: stretch;
  height: 200px;
  overflow: scroll;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding-top: 10px;
  right: -2px;
  position: relative;
}
#aplayer_list-current-list{
	display: flex;
  justify-content: space-between;
	align-items: left;
  flex-wrap: wrap;
}
#aplayer_list_active{
	display: table;
}
#aplayer_qua{
	display: flex;
	justify-content: center;
	align-items: center;
}
#aplayer0-button{
	display: flex;
	justify-content: center;
	align-items: center;
  visibility: hidden;
}

#ap_list_remove{
    color: #000;
    border: 2px transparent;
    background-color: #e1f5fe;
    border-radius: 33px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: .8s;
    transform: scale(1);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 8px;
}


#ap_list_remove::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 10px var(--primary-color);
    opacity: 0;
    transition: .5s;
}
#ap_list_remove:hover{
    background-color: #0288d1;
	color: #fff;
}

#ap_list_remove:active::after{
	
    transition: 0s;
    box-shadow: none;
    opacity: 1;
}

#ap_list_select_all{
    color: #000;
    border: 2px transparent;
    background-color: #e0f2f1;
    border-radius: 33px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: .8s;
    transform: scale(1);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 8px;
}

#ap_list_select_all::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 10px var(--primary-color);
    opacity: 0;
    transition: .5s;
}
#ap_list_select_all:hover{
    background-color: #00897b;
	color: #fff;
}

#ap_list_select_all:active::after{
	
    transition: 0s;
    box-shadow: none;
    opacity: 1;
}

#ap_list_random_select{
    color: #000;
    border: 2px transparent;
    background-color: #c5cae9;
    border-radius: 33px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: .8s;
    transform: scale(1);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 8px;
}

#ap_list_random_select::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 10px var(--primary-color);
    opacity: 0;
    transition: .5s;
}
#ap_list_random_select:hover{
    background-color: #283593;
	color: #fff;
}

#ap_list_random_select:active::after{
	
    transition: 0s;
    box-shadow: none;
    opacity: 1;
}


#ap_list_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}

#ap_list_button_sub{
    margin: 0;
    width: auto;
    height: auto;
}
#search-music-div{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
#music-searbox{
    margin-left: 5px;
	margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 33px;
    font-size: 15px;
    padding: 10px 15px;
    border:none;
    width: 100px;
    transition: width .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, background .6s,outline,margin .4s ease 0s;
    transform: scale(1);
}
#music-searbox:focus{
    height: 40px;
    margin-left: 15px;
    margin-right: 20px;
    outline: 6px solid #9e9e9e;
}
#search-music-svg{
    display: flex;
    color: #000;
    border: 2px transparent;
    background: #f5f5f5;
    border-radius: 33px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: width,height,padding .6s cubic-bezier(0.175, 0.885, 0.32, 1.5),color 0.4s ease, background 0.4s ease;
    transform: scale(1);
	font-size: 13px;
	font-weight: 700;
	padding: 10px 10px;
    margin-left: 20px;
	margin-bottom: 8px;
}

#search-music-svg svg{
    margin: 0;
    position: relative;
    width: 24px;
    height: 24px;
}
#search-music-svg::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 10px var(--primary-color);
    opacity: 0;
    transition: .5s;
}
#search-music-svg:active::after{
	
    transition: 0s;
    box-shadow: none;
    opacity: 1;
}
.sytle-button-current-list{
    padding: 5px 15px;
    color: #000000d9;
    border: 0px solid #0288d1;
    background-color: #eeeeee;
    border-radius: 12px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: .3s;
    transform: scale(1);
    text-align: center;
	font-size: 15px;
	font-weight: 700;
    left:10px;
    float: left;
	margin-bottom: 10px;
    margin-left: 10px;
    transition: .4s ease;
}
.sytle-button-current-list.--activated
{
    background-color: #616161;
    color: #fff;
}
.sytle-button-current-list:hover{
    background-color: #616161;
    color: #fff;
}

.sytle-button{
    padding: 5px 16px;
    color: #000000d9;
    border: 2px solid #333;
    background-color: #fff;
    border-radius: 33px;
    line-height: 1.4;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: .3s;
    transform: scale(1);
    text-align: center;
	font-size: 14px;
	font-weight: 700;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom: 10px;
  
    transition: .4s ease;
}

.sytle-button.--activated{
    background-color: #01579b;
    color: #fff;
}
.sytle-button-current-list::after,
.sytle-button::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 18px var(--primary-color);
    opacity: 0;
    transition: .5s ease;
}

.sytle-button:hover{
    background-color: #01579b;
    color: #fff;
}

.sytle-button-current-list:active::after,
.sytle-button:active::after{
    transition: 0s;
    box-shadow: none;
    opacity: 1;
}
#aplayer_list_parent
{
  display: flex;
  align-items: center;
  justify-content: center


}
#aplayer_list_parent{
  position: relative;
  transition: 0.8s ease;
  opacity: 0;
  bottom: -50px;
  height: 0;
}
#aplayer_list {
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 7%), 0 1px 5px 0 rgb(0 0 0 / 10%);
  background-color: #fdfeff;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: 0.4s ease-out;
  width: 95%;
}
#aplayer_list_active{

	display: flex;
	padding: 0px;
  justify-content: center;
}
#mv-list-ol-parent
{
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  opacity: 0;
}
#mv-list-ol-parent::after
{
  content:'';
  border-radius: 20px;
  height: 100%;
  width: 92%;
  left: 4%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-size: cover; 
  box-shadow: inset 0px -7px 10px 2px rgb(0 0 0 / 26%);
}

.mv_list_div,
.music-list-ol {
	border-radius: 12px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 7%), 0 1px 5px 0 rgb(0 0 0 / 10%);
	background-color: #fdfeff;
  list-style-type: none;
	margin: 0px;
  padding: 0;
  overflow-y: auto;
	width: 100%;
  transition: 0.4s ease-out;
  transform-origin: top;

}
.music-list-ol {
  max-height: 200px;
  opacity: 0;
}
.music-list-ol:hover,
.music-list-ol:focus {
  max-height: 400px;
}
#mv_player_div_parent
{
  display: flex;
  justify-content: center;

}

.mv-list-ol
{
  width: 95%;
  max-height: 200px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  overflow: scroll;
  padding-left: 5px;
  margin-top:70px;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    /*
  border-radius: 20px;
  background: linear-gradient(to right top, rgb(248 253 255), rgb(255, 255, 255));
  box-shadow: 0 1px 5px 2px rgba(33, 95, 128, 0.07), 0 1px 5px 2px rgba(92, 111, 112, 0.379);
  */
}
.mv-list-ol:hover,
.mv-list-ol:focus,
.mv-list-ol:active
{
  max-height: 500px;
}
.mv_list_div{
  border-radius: 18px;
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 32px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
  margin: 10px 15px;
  width: 230px;
  align-items: center;
  flex-direction: column;
}
.mv_list_div:hover {
	background: #efefef;
}

.mv_list_div::after{
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	left: var(--x, 0);
	top: var(--y, 0);
	background-image: radial-gradient(circle, #000 20%, transparent 20%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.mv_list_div:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}

.mv_list_div img
{
  user-select: none;
  pointer-events: none;
}
.mv-list-text
{
  margin-bottom: 2px;
  text-align: center;
  margin-top: 6px;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mv_list_text_div
{
  text-align: center;
  padding: 0;
  user-select: none;
  pointer-events: none;
}

.music-list{
	display:block;
	align-items: center;
	position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 13px;
	font-weight: 700;
    border-top: 1px solid #e9e9e9;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
    margin: 0;
}

.music-list:hover {
	background: #efefef;
}



.music-list::after{
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	left: var(--x, 0);
	top: var(--y, 0);
	background-image: radial-gradient(circle, #000 20%, transparent 10%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.music-list:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}
.music-list-checkbox{
	position: relative;
    line-height: 32px;
    margin-right: 10px;
	pointer-events: none;
    bottom: -2.7px;
    color: #0288d1;
}
.music-list-text{
    padding-right: 5px;
    padding-left: 5px;
	pointer-events: none;
}
#ap_qua1.sytle-qua-button {
    border: 2px solid #f8d466;
    background-color: #f8d466;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 700;
    transition: background-color .3s ease;
	margin-right: 10px;
	margin-bottom: 20px;	
}
#ap_qua1.sytle-qua-button:hover {
	background-color: #FCFCAD;
	opacity: 1;
}      
#ap_qua2.sytle-qua-button {
    border: 2px solid #d9f5f9;
    background-color: #d9f5f9;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .3s ease;
    margin-left: 10px;
	color: #266b94;
	margin-bottom: 20px;	
}
#ap_qua2.sytle-qua-button:hover {
	background-color: #f7fcfc;
	opacity: 1;
} 


#ap_load.sytle-ap-button{
	position: relative;
    display: inline-block;
    border: 2px transparent;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    padding: 10px 2px;
    font-size: 30px;
    font-weight: 800;
    transition: color .3s ease;
	margin-right: 10px;
	color: #87b9d7;
	margin-bottom: 0px;
}
#ap_load.sytle-ap-button:hover{
  color: #266b94;
  border-color: currentColor;
  
}

#ap_load.sytle-ap-button:before {
	content: "";
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 10px;
	background: #4285f4;
	transition: all .3s;
 }

/*点击*/
#ap_load.sytle-ap-button:hover:before {
	width: 100%;
	left: 0%;
	right: 0;
}

.mv_player_subdiv
{
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 6px 0 rgb(0 0 0 / 15%), 0 5px 6px 0 rgb(0 0 0 / 10%);
  overflow: hidden;
  margin-top: 10px;;
}
.list_name
{
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.list_name.mobile
{
  font-size: 11px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.mv_name_div
{
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;;
  width: 95%;
  justify-content: flex-end;
  display: flex;
}
.mv_name_sub_div
{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  overflow: scroll;
}
.author_name
{
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 0;
  text-overflow: ellipsis;
}
.title_name
{
  font-size: 22px;
  font-weight: 1000;
  margin-right: 0.5em;
  margin-bottom: 0;
  text-overflow: ellipsis;
}
.author_name.mobile
{
  font-size: 17px;
}
.title_name.mobile
{
  font-size: 19px;
}



/*video-js-css*/

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    text-align: center;
  }
  
  @font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
  }
  
  .vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-play-circle:before {
    content: "\f102";
  }
  
  .vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103";
  }
  
  .vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104";
  }
  
  .vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105";
  }
  
  .vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106";
  }
  
  .vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107";
  }
  
  .vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108";
  }
  
  .vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109";
  }
  
  .vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-square:before {
    content: "\f10a";
  }
  
  .vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-spinner:before {
    content: "\f10b";
  }
  
  .vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
    content: "\f10c";
  }
  
  .vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
    content: "\f10d";
  }
  
  .vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e";
  }
  
  .vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-share:before {
    content: "\f10f";
  }
  
  .vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-cog:before {
    content: "\f110";
  }
  
  .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
    content: "\f111";
  }
  
  .vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-circle-outline:before {
    content: "\f112";
  }
  
  .vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113";
  }
  
  .vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-hd:before {
    content: "\f114";
  }
  
  .vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115";
  }
  
  .vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116";
  }
  
  .vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-facebook:before {
    content: "\f117";
  }
  
  .vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-gplus:before {
    content: "\f118";
  }
  
  .vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-linkedin:before {
    content: "\f119";
  }
  
  .vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-twitter:before {
    content: "\f11a";
  }
  
  .vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-tumblr:before {
    content: "\f11b";
  }
  
  .vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-pinterest:before {
    content: "\f11c";
  }
  
  .vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d";
  }
  
  .vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e";
  }
  
  .vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-next-item:before {
    content: "\f11f";
  }
  
  .vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-previous-item:before {
    content: "\f120";
  }
  
  .vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f121";
  }
  
  .vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  .vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f122";
  }
  
  .video-js {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .video-js:-moz-full-screen {
    position: absolute;
  }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
  }
  
  .video-js[tabindex="-1"] {
    outline: none;
  }
  
  .video-js *,
  .video-js *:before,
  .video-js *:after {
    box-sizing: inherit;
  }
  
  .video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .video-js.vjs-fluid,
  .video-js.vjs-16-9,
  .video-js.vjs-4-3,
  .video-js.vjs-9-16,
  .video-js.vjs-1-1 {
    width: 100%;
    max-width: 100%;
  }
  
  .video-js.vjs-fluid:not(.vjs-audio-only-mode),
  .video-js.vjs-16-9:not(.vjs-audio-only-mode),
  .video-js.vjs-4-3:not(.vjs-audio-only-mode),
  .video-js.vjs-9-16:not(.vjs-audio-only-mode),
  .video-js.vjs-1-1:not(.vjs-audio-only-mode) {
    height: 0;
  }
  
  .video-js.vjs-16-9:not(.vjs-audio-only-mode) {
    padding-top: 56.25%;
  }
  
  .video-js.vjs-4-3:not(.vjs-audio-only-mode) {
    padding-top: 75%;
  }
  
  .video-js.vjs-9-16:not(.vjs-audio-only-mode) {
    padding-top: 177.7777777778%;
  }
  
  .video-js.vjs-1-1:not(.vjs-audio-only-mode) {
    padding-top: 100%;
  }
  
  .video-js.vjs-fill:not(.vjs-audio-only-mode) {
    width: 100%;
    height: 100%;
  }
  
  .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-js.vjs-audio-only-mode .vjs-tech {
    display: none;
  }
  
  body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  
  .vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
  }
  
  .video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
  }
  
  .vjs-hidden {
    display: none !important;
  }
  
  .vjs-disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  .video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
  }
  
  .vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
  }
  
  .vjs-no-js a,
  .vjs-no-js a:visited {
    color: #66A8CC;
  }
  
  .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-top: -0.81666em;
    margin-left: -1.5em;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
  }
  .video-js:hover .vjs-big-play-button,
  .video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
  }
  
  .vjs-controls-disabled .vjs-big-play-button,
  .vjs-has-started .vjs-big-play-button,
  .vjs-using-native-controls .vjs-big-play-button,
  .vjs-error .vjs-big-play-button {
    display: none;
  }
  
  .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
  }
  
  .video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .vjs-control .vjs-button {
    width: 100%;
    height: 100%;
  }
  
  .video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
  }
  .video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
  }
  
  .video-js .vjs-modal-dialog > * {
    box-sizing: border-box;
  }
  
  .vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
  }
  
  .vjs-menu-button {
    cursor: pointer;
  }
  
  .vjs-menu-button.vjs-disabled {
    cursor: default;
  }
  
  .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
  }
  
  .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
  }
  
  .vjs-menu .vjs-menu-content > * {
    box-sizing: border-box;
  }
  
  .vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none;
  }
  
  .vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
  }
  
  .vjs-menu li.vjs-menu-item:focus,
  .vjs-menu li.vjs-menu-item:hover,
  .js-focus-visible .vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
  }
  
  .vjs-menu li.vjs-selected,
  .vjs-menu li.vjs-selected:focus,
  .vjs-menu li.vjs-selected:hover,
  .js-focus-visible .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F;
  }
  
  .video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
  .js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
    background: none;
  }
  
  .vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
  }
  
  .vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
  }
  
  .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
  }
  
  .vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
  .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em;
  }
  
  .vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em;
  }
  
  .vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em;
  }
  
  .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
  .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
  .vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em;
  }
  
  .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
  .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block;
  }
  
  .video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden;
  }
  
  .video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
  }
  
  .video-js .vjs-menu-button-inline:hover,
  .video-js .vjs-menu-button-inline:focus,
  .video-js .vjs-menu-button-inline.vjs-slider-active {
    width: 12em;
  }
  
  .vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
  }
  
  .vjs-menu-button-inline:hover .vjs-menu,
  .vjs-menu-button-inline:focus .vjs-menu,
  .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
  }
  
  .vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  
  .video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    padding-right: 6px;
    padding-left: 6px;
  }
  
  .vjs-has-started .vjs-control-bar,
  .vjs-audio-only-mode .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    bottom: -3.2em;
    pointer-events: none;
    transition: bottom 0.5s ease-in;
  }

  .vjs-controls-disabled .vjs-control-bar,
  .vjs-using-native-controls .vjs-control-bar,
  .vjs-error .vjs-control-bar {
    display: none !important;
  }
  
  .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
  .vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0px 2px;
    padding: 0;
    height: 100%;
    width: 3em;
    flex: none;
  }
  
  .video-js .vjs-control.vjs-visible-text {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  
  /*mark*/
  .vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.85em;
    line-height: 1.67;
  }
  
  .vjs-button > .vjs-icon-placeholder {
    display: block;
  }
  /*
  .video-js .vjs-control:focus:before,
  .video-js .vjs-control:hover:before,
  .video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
  }
  */
  
  .video-js *:not(.vjs-visible-text) > .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .video-js .vjs-custom-control-spacer {
    display: none;
  }
  
  .video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
  }
  
  .video-js .vjs-progress-control.disabled {
    cursor: default;
  }
  
  .vjs-live .vjs-progress-control {
    display: none;
  }
  
  .vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center;
  }
  
  .video-js .vjs-progress-holder {
    flex: auto;
    transition: all 0.2s;
    height: 0.3em;
  }
  
  .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
  }
  
  .video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em;
  }
  
  .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em;
  }
  
  .video-js .vjs-progress-holder .vjs-play-progress,
  .video-js .vjs-progress-holder .vjs-load-progress,
  .video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
  }
  
  .video-js .vjs-play-progress {
    background-color: #fff;
  }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    line-height: 0.35em;
    z-index: 1;
  }
  
  .video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5);
  }
  
  .video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75);
  }
  
  .video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
  }
  
  .video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
  }
  
  .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible;
  }
  
  .video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
  }
  
  .video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
  }
  
  .video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
  }
  
  .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
  }
  
  .vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Konqueror HTML */
    /* Firefox */
    -moz-user-select: none;
    /* Internet Explorer/Edge */
    /* Non-prefixed version, currently supported by Chrome and Opera */
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
  }
  
  .video-js .vjs-slider.disabled {
    cursor: default;
  }
  
  /*
  .video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    box-shadow: 0 0 1em #fff;
  }*/
  
  .video-js .vjs-mute-control {
    cursor: pointer;
    flex: none;
  }
  .video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex;
    align-items: center;
  }
  
  .video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
  }
  
  .video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
  }
  
  .video-js .vjs-volume-panel {
    transition: width 0.7s;
    align-items: center;
  }
  .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility , opacity, height, width 0.7s, left 0s, top 0s;
  }
  .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 8em;
    height: 3em;
    margin-right: 0;
  }
  .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s;
  }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    transition: width 0.4s;
  }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em;
  }
  
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility, opacity , height , width 0.8s, left 0.8s, top 1s 1s;
  }
  
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility, opacity , height , width 0.7s, left 0.8s, top 1s 1s;
  }
  
  .video-js .vjs-volume-panel {
    display: flex;
    align-items: center;
  }
  
  .video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
  }
  
  .vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 1.2em;
  }
  
  .vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
  }
  
  .video-js .vjs-volume-level {
    position: flex;
    bottom: 0;
    left: 0;
    background-color: #fff;
    align-items: center;
  }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
    z-index: 1;
  }
  
  .vjs-slider-vertical .vjs-volume-level {
    width: 1.2em;
  }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
  }
  
  .vjs-slider-horizontal .vjs-volume-level {
    height: 1.2em;
  }
  .vjs-slider-horizontal .vjs-volume-level:before {
    line-height: 0.35em;
    right: -0.5em;
    display: none;
  }
  
  .video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
  }
  
  .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
  }
  
  .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
  }
  
  .video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
  }
  
  .video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
  }
  
  /*volume*/
  .video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
  }
  
  .video-js .vjs-volume-control:hover .vjs-volume-tooltip,
  .video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible;
  }
  
  .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
  .video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
    left: 1em;
    top: -12px;
  }
  
  .video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em;
  }
  
  .video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1;
  }
  
  .video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%;
  }
  
  .video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block;
  }
  
  .video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
  }
  
  .vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .vjs-poster {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  
  .vjs-has-started .vjs-poster,
  .vjs-using-native-controls .vjs-poster {
    display: none;
  }
  
  .vjs-audio.vjs-has-started .vjs-poster,
  .vjs-has-started.vjs-audio-poster-mode .vjs-poster {
    display: block;
  }
  
  .vjs-poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
  }
  
  .video-js:not(.vjs-live) .vjs-live-control,
  .video-js.vjs-liveui .vjs-live-control {
    display: none;
  }
  
  .video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em;
  }
  
  .video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
  .video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none;
  }
  
  .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto;
  }
  
  .vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: 0.5em;
    color: #888;
  }
  
  .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red;
  }
  
  .video-js .vjs-time-control {
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    display: contents;
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .vjs-live .vjs-time-control,
  .vjs-live .vjs-time-divider,
  .video-js .vjs-current-time,
  .video-js .vjs-duration {
    display: none;
  }
  
  .vjs-time-divider {
    display: none;
    line-height: 3em;
  }
  
  .video-js .vjs-play-control {
    cursor: pointer;
  }
  
  .video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none;
  }
  
  .vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  
  .video-js.vjs-controls-disabled .vjs-text-track-display,
  .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
  }
  
  .video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
  }
  
  .vjs-subtitles {
    color: #fff;
  }
  
  .vjs-captions {
    color: #fc6;
  }
  
  .vjs-tt-cue {
    display: block;
  }
  
  video::-webkit-media-text-track-display {
    transform: translateY(-3em);
  }
  
  .video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
  .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em);
  }
  
  .video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none;
  }
  .video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
    display: none;
  }
  
  .video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none;
  }
  .video-js.vjs-audio-only-mode .vjs-fullscreen-control {
    display: none;
  }
  
  .vjs-playback-rate > .vjs-menu-button,
  .vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
  }
  
  .vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em;
  }
  
  .vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
  }
  
  .vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
  }
  
  .vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
  }
  
  .vjs-seeking .vjs-loading-spinner,
  .vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: vjs-spinner-show 0s linear 0.3s forwards;
  }
  
  .vjs-loading-spinner:before,
  .vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
  }
  
  .vjs-seeking .vjs-loading-spinner:before,
  .vjs-seeking .vjs-loading-spinner:after,
  .vjs-waiting .vjs-loading-spinner:before,
  .vjs-waiting .vjs-loading-spinner:after {
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  }
  
  .vjs-seeking .vjs-loading-spinner:before,
  .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: rgb(255, 255, 255);
  }
  
  .vjs-seeking .vjs-loading-spinner:after,
  .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: rgb(255, 255, 255);
    animation-delay: 0.44s;
  }
  
  @keyframes vjs-spinner-show {
    to {
      visibility: visible;
    }
  }
  @keyframes vjs-spinner-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes vjs-spinner-fade {
    0% {
      border-top-color: #73859f;
    }
    20% {
      border-top-color: #73859f;
    }
    35% {
      border-top-color: white;
    }
    60% {
      border-top-color: #73859f;
    }
    100% {
      border-top-color: #73859f;
    }
  }
  .video-js.vjs-audio-only-mode .vjs-captions-button {
    display: none;
  }
  
  .vjs-chapters-button .vjs-menu ul {
    width: 24em;
  }
  
  .video-js.vjs-audio-only-mode .vjs-descriptions-button {
    display: none;
  }
  
  .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
  }
  
  .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit;
  }
  
  .video-js.vjs-audio-only-mode .vjs-subs-caps-button {
    display: none;
  }
  
  .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
  }
  
  .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit;
  }
  
  .video-js.vjs-layout-small .vjs-current-time,
  .video-js.vjs-layout-small .vjs-time-divider,
  .video-js.vjs-layout-small .vjs-duration,
  .video-js.vjs-layout-small .vjs-remaining-time,
  .video-js.vjs-layout-small .vjs-playback-rate,
  .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
  .video-js.vjs-layout-x-small .vjs-time-divider,
  .video-js.vjs-layout-x-small .vjs-duration,
  .video-js.vjs-layout-x-small .vjs-remaining-time,
  .video-js.vjs-layout-x-small .vjs-playback-rate,
  .video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
  .video-js.vjs-layout-tiny .vjs-time-divider,
  .video-js.vjs-layout-tiny .vjs-duration,
  .video-js.vjs-layout-tiny .vjs-remaining-time,
  .video-js.vjs-layout-tiny .vjs-playback-rate,
  .video-js.vjs-layout-tiny .vjs-volume-control {
    display: none;
  }
  .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
    width: auto;
    width: initial;
  }
  .video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
    display: none;
  }
  .video-js.vjs-layout-x-small .vjs-custom-control-spacer {
    flex: auto;
    display: block;
  }
  
  .vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
  }
  
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
  }
  
  .vjs-text-track-settings .vjs-track-settings-colors,
  .vjs-text-track-settings .vjs-track-settings-font,
  .vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell;
  }
  
  .vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
  }
  
  @supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      padding: 20px 24px 0px 24px;
    }
    .vjs-track-settings-controls .vjs-default-button {
      margin-bottom: 20px;
    }
    .vjs-text-track-settings .vjs-track-settings-controls {
      grid-column: 1/-1;
    }
    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
      grid-template-columns: 1fr;
    }
  }
  .vjs-track-setting > select {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  
  .vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
  }
  
  .vjs-text-track-settings fieldset span {
    display: inline-block;
  }
  
  .vjs-text-track-settings fieldset span > select {
    max-width: 7.3em;
  }
  
  .vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
  }
  
  .vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  /*
  .vjs-track-settings-controls button:focus,
  .vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
  }
  */
  .vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
  }
  
  .vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2B333F;
    cursor: pointer;
    border-radius: 2px;
  }
  
  .vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
  }
  
  .vjs-title-bar {
    background: rgba(0, 0, 0, 0.9);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
    font-size: 1.2em;
    line-height: 1.5;
    transition: opacity 0.1s;
    padding: 0.666em 1.333em 4em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .vjs-title-bar-title,
  .vjs-title-bar-description {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .vjs-title-bar-title {
    font-weight: bold;
    margin-bottom: 0.333em;
  }
  
  .vjs-playing.vjs-user-inactive .vjs-title-bar {
    opacity: 0;
    transition: opacity 1s;
  }
  
  @media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
      visibility: hidden;
    }
  }
  .vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
  }
  
  .js-focus-visible .video-js *:focus:not(.focus-visible) {
    outline: none;
  }
  
  .video-js *:focus:not(:focus-visible) {
    outline: none;
  }

  
/*qualityselector*/

.video-js.vjs-qualityselector {
  display: block
}

.video-js .vjs-quality-container {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
  position: relative;
  justify-content: center;
}

.video-js .vjs-quality-container .vjs-brand-quality-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}



.video-js .vjs-quality-container .vjs-quality-dropdown {
  position: absolute;
  bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  background-color:  rgba(44, 84, 91, 0.366) ;
  transition: opacity 0.2s ease ,bottom 0.3s ease;
  opacity: 0;
  backdrop-filter: blur(20px);
  pointer-events:none;
  text-align: center;
  /*
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.26s ease-out;
  -o-transition: -o-transform 0.26s ease;
  -ms-transition: -ms-transform 0.26s ease;
  transition: transform 0.26s ease
   */
}

.video-js .vjs-quality-container .vjs-quality-dropdown.show {
  opacity: 1;
  bottom: 38px;
  pointer-events:initial;

  /*
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
  */
}

.video-js .vjs-quality-container .vjs-quality-dropdown.show::after
{
  filter: blur(20px);
  width: 100%;
  height: 100%;
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul {
  margin: 0;
  padding: 0
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul li {
  list-style: none;
  margin: 0;
  user-select: none;
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: table;
  width: 100%;
  transition: all 0.5s ease;
  user-select: none;
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul li.current a{
  background: rgba(15, 85, 98, 0.471) ;
  color: rgb(251, 254, 255)
}
.video-js .vjs-quality-container .vjs-quality-dropdown ul li a:hover {
  background: rgba(12, 47, 53, 0.471) ;
  color: rgb(251, 254, 255)
}


.vjs-theme-sea .vjs-big-play-button {
  border: none;
  margin: 0 auto;
  line-height: 79px;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  margin-top: -51.5px;
  margin-left: -39.5px;
  
}

.vjs-theme-sea .vjs-control-bar {
  height: 3.2em;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
}

.vjs-theme-sea .vjs-control-bar::before{
  content:'';
  height: 110%;
  width: 110%;
  left: -5%;
  position: absolute;
  z-index: 0;
  background-size: cover; 
  overflow: hidden;
  backdrop-filter: blur(12px);
  opacity: 1;
  transition: 0.2s;
}

.vjs-theme-sea .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar::before{
  opacity: 0;
}

/*ctr bottons*/

.vjs-quality-button
{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.vjs-theme-sea .vjs-button {
  overflow: hidden;
}

.vjs-quality-button:hover,
.vjs-theme-sea .vjs-button:hover {
  background: rgba(5, 27, 60, 0.268);
  transition: 0.4s;
}

.vjs-quality-button::after,
.vjs-theme-sea .vjs-button::after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: var(--a, 0);
	top: var(--b, 0);
  pointer-events: none;
	background-image: radial-gradient(circle, #000 20%, transparent 10%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%) scale(10);
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.vjs-quality-button:active::after,
.vjs-theme-sea .vjs-button:active::after{
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	transition: 0s;
}

.vjs-quality-button,
.vjs-theme-sea .vjs-button {
  transition: 0.4s;
  border-radius: 10px;
  display: flex;
  padding: 0;
}


.vjs-theme-sea .vjs-button > .vjs-icon-placeholder::before {
  line-height: 1.7;

}

.vjs-theme-sea .vjs-time-control {
  line-height: 3.2em;
}

.vjs-progress-control.vjs-control.vjs-control-bar.vjs-mobile
{
  /* bottom: 3.2em; */
  width: 100%;
  position: absolute;
  margin-bottom: 3.2em;
  margin-left: auto;
  height: 1.3em;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar.vjs-mobile
{
  bottom: -4.5em;
}

.vjs-control-bar.vjs-mobile .vjs-button
{
  width: 2em;
}

.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
  background-color: rgba(64, 152, 200, 0.666);
}

.vjs-theme-sea .vjs-progress-control .vjs-play-progress:before {
  display: none;
}

.vjs-theme-sea .vjs-progress-control .vjs-slider {
  background-color: rgba(65, 118, 188, 0.145);
}

.vjs-theme-sea .vjs-progress-control .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.068);
}

.vjs-theme-sea .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 100%;
}

.vjs-theme-sea .vjs-progress-control .vjs-time-tooltip {
  background-color: rgba(65, 118, 188, 0.5);
  color: #fff;
}

.vjs-theme-sea .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
  background-color: rgba(255, 255, 255, 0.7);
  color: #4176bc;
}

.vjs-theme-sea  .vjs-time-control
{
  display: table;
}


.vjs-theme-sea  .vjs-time-divider
{
  display: table;
  padding: 0;
  margin: 0;
  z-index: 1;
  text-align: center;
  min-width: 0em;
}
.vjs-brand-quality-link,
.video-js .vjs-icon-placeholder
{
  pointer-events: none;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before
{
  font-size: 17px;
  width: 100%;
  height: 90%;
  display: table;
  top: 10%;
}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder::before
{
  font-size: 12px;
  width: 100%;
  height: 90%;
  display: table;
  top: 21%;
}
.vjs-theme-sea .vjs-picture-in-picture-control .vjs-icon-placeholder::before
{
  font-size: 16px;
  width: 100%;
  height: 90%;
  display: table;
  top: 10%;
}









/*my skin*/
.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none!important
}

/* .video-js .vjs-control {
  width: 3em
} */

.video-js .vjs-menu-button-inline:before {
  width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
  left: 3em
}


.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1em;
  background-color: rgba(44, 151, 222, 0.144);
  backdrop-filter: blur(10px);
  transition:  0.5s;
}



.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {
  background-color: rgba(44, 151, 222, 0.373);
  transition:  0.5s;
}

.video-js .vjs-loading-spinner {
  border-color: #2c97de
}

.video-js .vjs-control-bar2 {
  background-color: transparent
}

.video-js .vjs-control-bar {
  background-color:  rgba(19, 85, 97, 0.326) ;
  color: #ffffff;
  font-size: 11px
}

.video-js .vjs-play-progress,.video-js  .vjs-volume-level {
  background-color: #2c97de
}

.video-js .vjs-big-play-button {
  height: 2em !important;
  width: 2em !important;
  line-height: 1.9em !important;
  margin-top: -1em !important;
  margin-left: -1em;
  border-width: 4px
}

.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {
  font-size: 40px;
}

.video-js  .vjs-progress-holder {
  font-size: 1.7em;
  border-radius: 10px;
}

.video-js .vjs-progress-holder .vjs-play-progress,  .vjs-volume-level {
  border-radius: 8px;
}
.video-js .vjs-slider,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-load-progress
{
  border-radius: 8px;
}

.video-js .vjs-load-progress {
  background: rgba(255,255,255,0.5);
}

.vjs-time-control .vjs-time-divider
{
  display: none;
}

