.rw_border{
	border: double 2px transparent !important;
    border-radius: 10px !important;
    background-image: linear-gradient(white, white), linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.rw_border15{
	border: double 2px transparent !important;
    border-radius: 15px !important;
    background-image: linear-gradient(white, white), linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

#loading-div {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(100, 100, 100, 0.7);
	z-index: 999;
}

.outline_info{
	font-size: 1.1em;
	font-weight: 600 !important;
}

.fsp-25{
	font-size: 2.5em !important;
}

.ls-1{
    letter-spacing: 0.6px !important;
}

.cmt-txt{
	font-size: 1.2em !important;
	padding-top: 2px;
}

.cmt-date{
	margin-top:2px;
}

#main-video-thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}

@media (max-width: 767px) {
  .margin-left-mobile {
    margin-left: 7px;
 }
}

.textLengthWrap{
    /*top: -60px;*/
}

p{
	margin: 0px;
}

.tr_block{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.cls_key_txt{
	cursor: pointer;
}