.main_loader{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.loader{
	position: absolute;
	top: 45%;
	left: 50%;
	
}
.loader img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
}
.hls_player{
	display: flex;
    justify-content: center;
    padding: 10px;
}
.hls_player p{
	background: #edecec;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}
.info p{
	margin: 10px 0 !important;
}
#error-messages{
	white-space: nowrap;
}

.close{
  	position: absolute;
    margin-left: 0;
    top: 0 !important;
    right: 3% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    transform: translate(0%, -34%);
    border-radius: 100%;
    background: #fff;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #cfcfcf;
}
.border_btn{
	background: #fff !important;
	border: 1px solid #e50914 !important;
	color: #e50914 !important;
}
#publish-content .btn-dark{
	background-color: #e50914 !important;
    border: 1px solid #e50914 !important;
}
#publish-content .btn{
  width: 90% !important;
  background-color: #e50914;
  border: 1px solid #e50914;
}

