@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: roboto;
}

.displayFlex {
	display: flex !important;
}

.displayNone {
	display: none !important;
}

.displayBlock {
	display: block !important;
}

.bold {
	font-weight: 800;
}

.width_18 {
	width: 18%;
}

.width_5 {
	width: 5%;
}

.width_82 {
	width: 82%;
}

.width_95 {
	width: 95%;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1;
}

.borderRadius {
	border-radius: 0 !important;
}

.position_fixed {
	position: fixed !important;
}

.width_94 {
	width: 94%;
}

.left_5 {
	left: 5vw;
}

.width_79 {
	width: 79%;
}

.left_19 {
	left: 19vw;
}

.position_absolute {
	position: absolute !important;
}

.left_1rem {
	left: 1rem;
}

.width_97 {
	width: 97%;
}

.width_100 {
	width: 100%;
}

.height_100vh {
	max-height: 100vh !important;
}

.z-index_29 {
	z-index: 29;
}

.cursor_pointer {
	cursor: pointer;
}

.right_0 {
	right: 0;
}

.width_96 {
	width: 96%;
}

.top_0 {
	top: 0 !important;
}

.height_45px {
	height: 45px !important;
}

.animason {
	animation: animRipples .5s ease;
}

@keyframes animRipples {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
}



.contaner {
	height: 100vh;
	width: 100%;
	background: #fff;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.contaner::-webkit-scrollbar {
	width: 0.7rem;
}

.contaner::-webkit-scrollbar-track {
	background: transparent;
}

.contaner::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	border: 2px solid transparent;
	background-clip: content-box;
}

.navBox {
	height: 8%;
	width: 99%;
	background: #fff;
	/*	border: 1px solid;*/
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9;
}

.navTLeft {
	height: 100%;
	/*    border: 1px solid;*/
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0 8px;
}

.navTLeft2 {
	height: 52px;
	/*    border: 1px solid;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0 8px;
	position: sticky;
	left: 0;
	top: 0;
	background: #fff;
	padding-right: 2.5rem;
}

.navLeftIcon {
	/*	border: 1px solid;*/
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.navLeftIconHover:hover {
	background: rgba(0, 0, 0, 0.1);
}

.navLeftIcon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.Logo img {
	height: 80%;
	width: 7rem;
	object-fit: cover;
}

.navTRight {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 12%;
	height: 100%;
	margin-right: 2rem;
	/*	border: 1px solid;*/
}

.navTCenter {
	height: 100%;
	width: 50%;
	/*	border: 1px solid rgb(219, 219, 219);*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}

.serchBox {
	height: 2.5rem;
	width: 92%;
	border: 1px solid rgb(219, 219, 219);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inputSerBox {
	height: 100%;
	width: 90%;
	/*	border: 1px solid blue;*/
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inputSerBox input {
	width: 100%;
	height: 70%;
	font-size: 1.1rem;
	border: none;
	outline: none;
}

.iconSerBox {
	height: 100%;
	width: 10%;
	border-left: 1px solid rgb(219, 219, 219);
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.backGrF8 {
	background: #F8F8F8;
}

.leftNav {
	max-height: 92%;
	/*	width: 5%;*/
	background: #fff;
	/*	border: 1px solid;*/
	position: fixed;
	top: 8%;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	/*	padding: 1rem;*/
}

.leftNav::-webkit-scrollbar {
	width: 10px;
}

.leftNav::-webkit-scrollbar-track {
	background: transparent;
}

.leftNav::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 10px;
	border: 2px solid transparent;
	background-clip: content-box;
}

.leftNav:hover::-webkit-scrollbar {
	width: 0.7rem;
}

.leftNav:hover::-webkit-scrollbar-thumb {
	background-color: #888;
}

#fullNav {
	height: 100%;
	width: 100%;
	/*	border: 1px solid;*/
	padding: 0 10px;
}

.navhvsBox {
	width: 100%;
	min-height: 5rem;
	border-bottom: 1px solid rgb(219, 219, 219);
	padding: 1rem 0;
}

.SubscriptionsBox {
	padding: 0 8px;
	font-size: 1.2rem;
}

.navbvfrBox {
	width: 100%;
	height: 2.5rem;
	/*	border: 1px solid;*/
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 10px;
	font-size: 1.1rem;
}

.navjebvjeBox {
	height: 24px;
	width: 24px;
}

.SubscriptionsSmPr {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-image: url('images/user.png');
	background-size: cover;
}

.navbvfrBoxover {
	background: #EFEFEF
}

.navbvfrBoxHover:hover {
	background: #EFEFEF
}

.navuersBox {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 1.5rem;
	font-size: 14px;
	color: #0F0F0F;
}

.classNavText {
	font-size: 14px;
	color: #606060;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0 1rem;
}

.copyrNavText {
	font-size: 12px;
	color: #909090;
	padding: 0 1rem;
}

#smallNav {
	height: 100%;
	width: 100%;
	/*	border: 1px solid;*/
	padding: 10px 2px;

}

.smallNavH {
	height: 70px;
	width: 100%;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	gap: 5px;
}

.NaviconS {
	height: 24px;
	width: 24px;
}

.NavConS {
	font-size: 10px;
}

.contentBox {
	/*	width: 82%;*/
	min-height: calc(100vh - 8vh);
	background: #fff;
	/*	border: 1px solid;*/
	position: absolute;
	top: 8%;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	/*	position: relative;*/
	/*	padding: 1rem;*/
}

.navigateBox {
	/*	width: 79%;*/
	height: 10%;
	/*	border: 1px solid;*/
	position: fixed;
	/*	left: 19vw;*/
	background: #fff;
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 5;
	/*	flex-wrap: wrap;*/
}

.navigateBox::-webkit-scrollbar {
	display: none;
}

.tapNavSc {
	flex: 0 0 auto;
	height: 32px;
	/*	width: 6rem ;*/
	/*	border: 1px solid;*/
	margin: 0 5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EFEFEF;
	border-radius: 5px;
	padding: 0 8px;
	cursor: pointer;
	font-size: 14px;
}

.colorbhsd {
	color: #fff;
	background: #000;
}

.blurssb {
	height: 4rem;
	width: 4rem;
	/*    display: flex;*/
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	position: sticky;
	left: 0;
	z-index: 5;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	background: #fff;
	box-shadow: 19px 0px 20px #fff;
}

.blurssb2 {
	height: 4rem;
	width: 4rem;
	/*    display: flex;*/
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	position: sticky;
	right: 0;
	z-index: 5;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	background: #fff;
	box-shadow: -19px 0px 20px #fff;
}

.ugdLeft {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/*	flex: 0 0 auto;*/
	cursor: pointer;
}

.ugdRight {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	z-index: 5;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	cursor: pointer;
}

.videoShow {
	padding: 10vh 1rem 1rem 1rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	/*	border: 1px solid;*/
	min-height: 100%;
	width: 100%;
}

.videoCon {
	width: 100%;
	min-height: 20rem;
	/*	border: 1px solid;*/
	flex: 0 0 auto;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.playVide1 {
	height: 100%;
	width: 32%;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.VideoC {
	width: 100%;
	height: 60%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
}

.videoThumnel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.VideoC video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.videohh {
	width: 100%;
	height: 40%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.videoProfileC {
	height: 100%;
	width: 15%;
	/*	border: 1px solid;*/
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.profileBo {
	height: 36px;
	width: 36px;
	/*	border: 1px solid;*/
	border-radius: 50%;
	background-image: url('images/user.png');
	background-size: cover;
}

.videoWri {
	height: 100%;
	width: 90%;
	/*	border: 1px solid;*/
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.write1 {
	width: 100%;
	min-height: 1.5rem;
	/*	border: 1px solid;*/
	padding: 0 5px;
}

.font1 {
	font-size: 16px;
	font-weight: 600;
	color: #0F0F0F;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.font2 {
	font-size: 14px;
	color: #606060;
}

.shortCon {
	width: 100%;
	height: 75vh;
	/*	border: 1px solid;*/
}

.shortFir {
	width: 100%;
	height: 10%;
	/*	border: 1px solid;*/
	position: relative;
	display: flex;
	align-items: center;
}

.shortLogo {
	position: absolute;
	left: 0;
	height: 100%;
	width: 20%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.shorL {
	margin: 0 8px;
}

.shoWri {
	font-size: 20px;
	color: #0F0F0F;
}

.crosIcon {
	position: absolute;
	right: 0;
	height: 40px;
	width: 40px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.shortSec {
	width: 100%;
	height: 90%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shortsDiv {
	height: 100%;
	width: 19%;
	/*	border: 1px solid;*/
}

.shortVid {
	width: 100%;
	height: 80%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
}

.shortVid video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 10px;
}

.shortWri {
	width: 100%;
	height: 20%;
	/*	border: 1px solid;*/
	padding: 10px 0;
}

.shortW1 {
	width: 100%;
	min-height: 1.5rem;
}

/*serchBox*/
.serchNav {
	position: fixed;
	width: 39%;
	/*    border: 1px solid;*/
	z-index: 19;
	top: 7.5vh;
	left: 26.5%;
	border-radius: 10px;
	background: #fff;
	/*    display: flex;*/
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	clip-path: inset(-2px -15px -10px -10px);
}

#historyDiv {
	height: 22rem;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 1.2rem 0;
}

.serchCon {
	width: 100%;
	height: 32px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.serchLeft {
	height: 100%;
	width: 80%;
	position: absolute;
	left: 0;
	top: 0;
	/*	border: 1px solid;*/
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.hisIcon {
	margin-right: 1rem;
}

.histSerCon {
	font-size: 14px;
	font-weight: 800;
}

.serchRight {
	height: 100%;
	width: 20%;
	position: absolute;
	right: 0;
	top: 0;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: blue;
}

.serchCon:hover {
	background: #EFEFEF;
}

#serchDiv {
	height: 31rem;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 1.2rem 0;
}


/*upload Video*/
.uploadVideo {
	height: 136px;
	width: 180px;
	/*	border: 1px solid;*/
	position: fixed;
	top: 8vh;
	right: 1rem;
	z-index: 29;
	border-radius: 10px;
	padding: 7px 0;
	background: #fff;
	box-shadow: 0 0 50px #EFEFEF;
}

.uploadContaner {
	width: 100%;
	height: 40px;
	cursor: pointer;
	/*	border: 1px solid;*/
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.uploadIcon {
	margin-right: 1rem;
}

.uploadTitle {
	font-size: 14px;
	color: #0F0F0F;
}

.uploadContaner:hover {
	background: #EFEFEF;
}

/*Notification Contaner*/
.notificationContaner {
	width: 480px;
	height: 98vh;
	/*	border: 1px solid;*/
	position: fixed;
	top: 1vh;
	right: 11vw;
	z-index: 29;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	clip-path: inset(-2px -15px -10px -10px);

}

.notifiNav {
	width: 100%;
	height: 50px;
	/*	border: 1px	solid;*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	border-bottom: 2px solid #EFEFEF;
}

.notifiCon {
	height: 100%;
	width: 90%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #0F0F0F;
}

.notiIcon {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	/*	background: #EFEFEF;*/
	cursor: pointer;
}

.notiConBox {
	width: 100%;
	height: calc(100% - 50px);
	/*	border: 1px	solid;*/
	overflow-x: hidden;
	overflow-y: auto;
}

.notiConBox::-webkit-scrollbar {
	width: 8px;
}

.notiConBox::-webkit-scrollbar-track {
	background: transparent;
}

.notiConBox::-webkit-scrollbar-thumb {
	background: transparent;
	/*	border-radius: 10px;*/
	/*	border: 2px solid transparent;*/
	background-clip: content-box;
}

.notiConBox:hover::-webkit-scrollbar {
	width: 0.5rem;
}

.notiConBox:hover::-webkit-scrollbar-thumb {
	background-color: #888;
}

.notifiShow {
	width: 100%;
	height: 118px;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
}

.notrL {
	height: 100%;
	width: 20%;
	/*	border: 1px solid;*/
	padding: 1rem 2rem 1rem 1rem;
}

.logoNo {
	height: 48px;
	width: 48px;
	/*	border: 1px solid;*/
	border-radius: 50%;
	background-image: url('images/user.png');
	background-size: cover;
}

.conten {
	height: 100%;
	width: 50%;
	/*	border: 1px solid;*/
	padding: 1rem 5px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}

.videoConN {
	font-size: 14px;
	color: #0F0F0F;
	line-height: 1.2rem;
}

.notiVidThum {
	height: 50px;
	width: 90px;
	/*	border: 1px solid;*/
	background-image: url('images/thumbnail8.png');
	background-size: cover;
	border-radius: 5px;
}

.threeDot {}

.notiViTi {
	font-size: 12px;
	color: #606060;
}

.videoIcon {
	height: 100%;
	width: 30%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	padding: 1rem 0;
}

/*profile Contaner*/
.profileContaner {
	width: 300px;
	height: 40rem;
	/*	border: 1px solid;*/
	z-index: 29;
	position: fixed;
	top: 1vh;
	right: 8vw;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	clip-path: inset(-2px -15px -10px -10px);
}

.proFil_1 {
	width: 100%;
	height: 105px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	position: relative;
}

.leavProdn {
	width: 40px;
	height: 40px;
	/*	border: 1px solid;*/
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.profilImage {
	height: 100%;
	width: 20%;
	/*	border: 1px solid;*/
	display: flex;
	justify-content: center;
}

.proFilImg {
	height: 40px;
	width: 40px;
	/*	border: 1px solid;*/
	border-radius: 50%;
	background-image: url('images/user.png');
	background-size: cover;
}

.pro443 {
	color: #0F0F0F;
	font-size: 1rem;
}

.hbjb3 {
	font-size: 14px;
	color: #065FD4;
	line-height: 1.5rem;
}

.profilcons {
	height: 100%;
	width: 80%;
	/*	border: 1px solid;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 0 0 10px;
}

.proFil_2 {
	width: 100%;
	height: calc(100% - 105px);
	border-top: 1px solid rgb(219, 219, 219);
	overflow-x: hidden;
	overflow-y: auto;
}

.proFil_2::-webkit-scrollbar {
	width: 8px;
}

.proFil_2::-webkit-scrollbar-track {
	background: transparent;
}

.proFil_2::-webkit-scrollbar-thumb {
	background: transparent;
	/*	border-radius: 10px;*/
	/*	border: 2px solid transparent;*/
	background-clip: content-box;
}

.proFil_2:hover::-webkit-scrollbar {
	width: 0.5rem;
}

.proFil_2:hover::-webkit-scrollbar-thumb {
	background-color: #888;
}

.proFil_2RowC {
	width: 100%;
	height: ;
	padding: 8px 0;
	border-top: 1px solid rgb(219, 219, 219);
}

.proFil_2RowC:first-child {
	border: none;
}

.profilRow {
	width: 100%;
	height: 40px;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	justify-content: space-between;
}

.logoProRow {
	height: 24px;
	width: 24px;
	margin-right: 1rem;
}

.contentRow {
	flex: 1;
	font-size: 14px;
	color: #0F0F0F;
}

.jsbv {
	margin-right: 0;
}


/*shorts contaner*/
.shortsContaner {
	height: 100%;
	width: 100%;
	/*	border: 1px solid;*/
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	scroll-snap-type: y mandatory;
}

.shortsContaner::-webkit-scrollbar {
	display: none;
}

.shortsMain {
	height: 100%;
	width: 100%;
	/*	border: 1px	solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	scroll-snap-align: center;
}

.shortBox {
	height: 100%;
	width: 28vw;
	/*	border: 1px solid;*/
	padding: 15px 5px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shoVideo {
	height: 100%;
	width: 23vw;
	/*	border: 1px solid;*/
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.videoS {
	height: 100%;
	width: 100%;
	/*	border: 1px solid;*/
	border-radius: 10px;
}

.videoS video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
}

.shortNavi {
	width: 100%;
	/*	border: 1px solid;*/
	position: absolute;
	z-index: 9;
	left: 0;
	/*	background: rgba(0, 0, 0, 0.3);*/
	cursor: pointer;
}

.videoTop {
	top: 0;
	align-self: flex-start;
	height: 10%;
	background: transparent;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
}

.topCOn {
	height: 24px;
	width: 24px;
	/*	border: 1px solid;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.videoMiddle {
	align-self: center;
	height: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#playPu {
	height: 80px;
	width: 80px;
	background: #00000080;
	border-radius: 50%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.videoBottom {
	bottom: 0;
	align-self: flex-end;
	height: 25%;
	/*	background: #fff;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem 1rem 1rem;
}

.shorVideWri {
	width: 100%;
	height: 60%;
	/*	border: 1px solid;*/
	color: #fff;
}

.ProSub {
	width: 100%;
	height: 40%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.profilC {
	height: 100%;
	width: 60%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
}

.profilImaSho {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	margin-right: 5px;
}

.profilImaSho img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.namePro {
	font-size: 14px;
	color: #fff;
}

.subsff {
	height: 100%;
	width: 40%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

#subscribe {
	height: 36px;
	width: 95px;
	/*	border: 1px	solid;*/
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.subscribe {
	background: #fff;
	color: #000;
}

.subscribed {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}


.shoLike {
	height: 100%;
	width: 20%;
	/*	border: 1px solid;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.btnContaner {
	width: 100%;
	height: 80px;
	/*	border: 1px solid;*/
	padding: 10px 5px 0 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}

.allCon {
	font-size: 14px;
	color: #0F0F0F;
}

.self {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnLUSC {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	/*	border: 1px solid;*/
	margin-bottom: 5px;
	cursor: pointer;
	background: #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.like {
	color: #fff;
	background: #000;
}

.self2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lastPro {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	/*	border: 1px	solid;*/
}

.lastPro img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	cursor: pointer;
}

.btnContaner2 {
	padding: 0;
	height: 41px;
}

/*subscription box*/
.left3Nav {
	height: 100%;
	width: 20%;
	/*	border: 1px solid;*/
	font-size: 20px;
	color: #0F0F0F;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	font-weight: 800;
}

.right3Nav {
	height: 100%;
	width: 30%;
	/*	border: 1px solid;*/
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.manageBtn {
	height: 36px;
	width: 83px;
	/*	border: 1px solid;*/
	border-radius: 50px;
	/*	margin: 0 10px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: blue;
	font-size: 14px;
	font-weight: 600;
}

.manageBtn:hover {
	background: skyblue;
}

.iconsubs {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	/*	border: 1px solid;*/
	/*	margin: 0 10px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}




/*libary contaner*/
.libraryContaner {
	height: 100%;
	width: 82vw;
	/*	border: 1px solid;*/
	padding: 0 35px 0 15px;
}

.firstSub {
	width: 100%;
	height: 167px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	/*	padding: 24px 20px 4px;*/
}

.imageCo {
	width: 120px;
	height: 120px;
	/*	border: 1px solid;*/
	border-radius: 50%;
	margin-right: 1rem;
}

.imageCo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.perafh {
	width: 50%;
	height: 120px;
	/*	border: 1px solid;*/
	display: flex;
	flex-direction: column;
	/*	align-items: center;*/
}

.subsName {
	width: 100%;
	height: 50px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
}

.wri {
	font-size: 36px;
	color: #0F0F0F;
	font-weight: 800;
}

.vsvbjw {
	width: 100%;
	height: 20px;
	/*	border: 1px solid;*/
	font-size: 12px;
	color: #606060;
	display: flex;
	align-items: center;
}

.googlesdh {
	height: 32px;
	padding: 5px 10px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	margin-right: 8px;
	/*	border: 1px solid;*/
	cursor: pointer;
}

.iconjbjd {
	margin-right: 8px;
}

.peragraphhsvhv {
	font-size: 12px;
	/*	font-weight: 600;*/
}

.libryContanerpart {
	width: 100%;
	min-height: 302px;
	/*	border: 1px solid;*/
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	border-bottom: 1px solid rgb(219, 219, 219);
}

.navigationlib {
	width: 100%;
	height: 30px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
}

.nav11 {
	height: 100%;
	width: 20%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
}

.iconhsvb {
	height: 24px;
	width: 24px;
	margin-right: 1rem;
}

.pera {
	font-size: 20px;
	color: #0F0F0F;
}

.Right11 {
	justify-content: flex-end;
	font-size: 14px;
	color: blue;
	cursor: pointer;
}

.videoListLi {
	width: 100%;
	height: 235px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.videohsvd {
	height: 95%;
	width: 210px;
	/*	border: 1px solid;*/
}

.videoLibry {
	width: 100%;
	height: 55%;
	/*	border: 1px solid;*/
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.egjbevf {
	width: 100%;
	height: 45%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 10px;
}

.imagevie {
	height: 100%;
	width: 100%;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.imagevie img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
}

.imageviePl {
	height: 100%;
	width: 100%;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.imageviePl img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
}

.visibald {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	z-index: 9;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visibald:hover {
	opacity: 1;
	cursor: pointer;
}

.jjjbbvb {
	width: 100%;
	height: 20px;
	/*	border: 1px solid;*/
	/*	background: #fff;*/
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.hhfs {
	margin-right: 10px;
}

.pera7777 {
	font-size: 14px;
	color: #fff;
}

video {
	border: none;
	outline: none;
	cursor: pointer;
}

.ebfhbr {
	height: 100%;
	width: 90%;
	/*	border: 1px solid;*/
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fwtgdfw {
	height: 100%;
	width: 10%;
	/*	border: 1px solid;*/
	padding: 8px 0;
	display: flex;
	justify-content: center;
}

.perdhdfh {
	font-size: 14px;
	line-height: 1.2rem;
}

.wenjwhd {
	font-size: 12px;
	color: #606060;
	line-height: 1rem;
}

.short {
	height: 100%;
	width: 60%;
}

.short video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.shorIma {
	height: 100%;
	width: 40%;
	position: absolute;
	top: 0;
	/*	left: 30%;*/
	justify-self: center;
}

.shorIma img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.hvjdfc {
	height: 16px;
	width: 16px;
	/*	border: 1px solid;*/
	position: absolute;
	bottom: 0;
	right: 8px;
	background: #fff;
}

.colorvv {
	background: orange;
}

.clipCon {
	width: 100%;
	height: 100px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.clipCo1 {
	width: 100%;
	height: 25px;
	/*	border: 1px solid;*/
	margin: 4px 0;
	display: flex;
	align-items: center;
}

.icondhhdjh {
	height: 24px;
	width: 24px;
	margin-right: 1rem;
}

.peryvcchh {
	font-size: 20px;
	color: #0F0F0F;
}

.perachdn {
	color: #606060;
	font-size: 14px;
}

.margin-r-0 {
	margin-left: 0;
	font-size: 1rem;
	margin-right: 1rem;
}



/*video Play Contaner*/

.videoPlayContaner {
	height: 100%;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem;
}

.left-video-Box {
	height: 100%;
	width: 66%;
	/*	border: 1px solid;*/
	padding-left: 10px;
}

.videoBoxdkjb {
	width: 100%;
	height: 30rem;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: inherit;
	left: inherit;
	/*	border: 1px solid;*/
}

.vidoeplayPV {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	/*	border: 1px solid;*/
	z-index: 4;
	position: absolute;
	background: #00000080;
	display: flex;
	align-items: center;
	justify-content: center;
}

.VideoV {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
}

.videoBoxdkjb video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.jbjbbjwo {
	width: 100%;
	/*	border: 1px solid;*/
}

.write_vidoevjjbdv {
	min-height: 30px;
	width: 100%;
	/*	border: 1px solid;*/
	font-size: 20px;
	font-weight: 600;
	color: #0F0F0F;
}

.rowLikeNadSubs {
	height: 55px;
	width: 100%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.rowSubscribe {
	width: 50%;
	height: 100%;
	/*	border: 1px solid;*/
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
}

.rowLike {
	width: 50%;
	height: 100%;
	/*	border: 1px solid;*/
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.profileBtn {
	height: 40px;
	width: 40px;
	/*	border: 1px solid;*/
	border-radius: 50%;
	margin-right: 8px;
	cursor: pointer;
}

.profileBtn img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.wri_vvbjdjbds {
	height: 43px;
	/*	width: 150px;*/
	/*	border: 1px solid;*/
	display: flex;
	/*	align-items: center;*/
	flex-direction: column;
	justify-content: space-evenly;
	margin-right: 8px;
	cursor: pointer;
}

.nameYouCha {
	margin: 0 1.6px 0 0;
	padding: 0 1.6px 0 0;
}

.countSubs {
	font-size: 12px;
	color: #606060;
	margin: 0 4px 0 0;
}

.joinBtn {
	width: 60px;
	height: 36px;
	border: 2px solid #F8F8F8;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
}

.subscribeBtnBox {
	/*	width: 150px;*/
	/*	min-height: 172px;*/
	/*	border: 1px solid;*/
	position: absolute;
	top: 10px;
	left: 16rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 9;
}

.subscribeBtn {
	width: ;
	/*150px*/
	height: 36px;
	/*	border: 1px solid;*/
	border-radius: 50px;
}

.notiMuteUnCon {
	width: 150px;
	height: 160px;
	/*	border: 1px solid;*/
	border-radius: 10px;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0 0 30px #EFEFEF;
}

#subscribeId {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	height: 100%;
	width: 90px;
	border-radius: 50px;
	font-size: 14px;
	cursor: pointer;
}

#subscribedId {
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 50px;
	font-size: 14px;
	cursor: pointer;
}

.fontColo {
	color: #000;
}

.bigIc {
	font-size: 25px;
}

.medeIc {
	font-size: 18px;
	font-weight: 0;
}

.subsCondjv {
	width: 100%;
	height: 36px;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.iconSubCon {
	width: 24px;
	height: 24px;
	/*	border: 1px solid;*/
	margin-right: 10px;
}

.wriSubConfdf {
	height: 25px;
	flex: auto;
	/*	border: 1px solid;*/
	font-size: 14px;
	color: #0F0F0F;
	display: flex;
	align-items: center;
}

.iconSubs {
	height: 24px;
	width: 24px;
}

.likeUlikeCon {
	width: 136px;
	height: 36px;
	/*	border: 1px solid;*/
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.sharCon {
	width: 92px;
	height: 36px;
	border-radius: 50px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.downCon {
	width: 118px;
	height: 36px;
	border-radius: 50px;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.otherCon {
	width: 36px;
	height: 36px;
	border-radius: 50px;
	/*	border: 1px solid;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoLikeBtn {
	height: 100%;
	width: 65%;
	border-right: 1px solid gray;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 10px;
}

.videoUnLikeBtn {
	height: 100%;
	width: 35%;
	/*	border: 1px solid;*/
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.perLikeVid {
	width: 28px;
	height: 28px;
	/*	border: 1px solid;*/
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.likeVidCou {
	font-size: 14px;
}

.ma-10 {
	margin-right: 8px;
}

.descripsanBOX {
	width: 100%;
	/*	height: 104px;*/
	/*	border: 1px solid;*/
	border-radius: 10px;
	padding: 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem;
}

.same_hjefj {
	width: 90%;
	height: 20px;
	/*	border: 1px solid;*/
	margin-right: 8px 0;
	cursor: pointer;
}

.viewsDiv {
	position: absolute;
	left: 1rem;
	top: 1rem;
	display: flex;
	align-items: center;
}

.viewsDiv p {
	font-size: 14px;
	margin-right: 8px;
}

.moreLo {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	display: flex;
	align-items: center;
}

.descriConDiv {
	width: 100%;
	/*	height: 50vh;*/
	/*	border: 1px solid;*/
	margin: 1.4rem 0;
	display: flex;
	flex-direction: column;

}

#moreDis {
	font-size: 14px;
	display: flex;
	align-items: center;
	/*	border: 1px solid;*/
	padding-right: 8px;
}

#lessDis {
	font-size: 14px;
	display: flex;
	align-items: center;
	/*	border: 1px solid;*/
	padding-right: 8px;
}

.desBox p {
	margin: 8px 0;
}

.desBox span {
	color: #065FD4;
	font-size: 14px;
	cursor: pointer;
}

.desBox span:hover {
	border-bottom: 1px solid;
}

.profil_conjb {
	width: 100%;
	height: 172px;
	/*	border: 1px solid;*/
	margin: 2rem 0;
}

.profil_conjb_1 {
	width: 100%;
	height: 72px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
}

.profilDes {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	margin-right: 8px;
}

.profilDes img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.profil_name_des {
	/*	width: 6rem;*/
	height: 50px;
	/*	border: 1px solid;*/
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jjwe {
	font-size: 18px;
	color: #0F0F0F;
}

.smalc {
	font-size: 14px;
	color: #0F0F0F;
}

.profil_conjb_2 {
	width: 100%;
	height: 100px;
	/*	border: 1px solid;*/
	padding: 1rem 0 0 0;
	display: flex;
	/*	align-items: center;*/
}

.video_pl {
	width: 352px;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 12px;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iconDesBox {
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.totalComment {
	height: 30px;
	width: 100%;
	/*	border: 1px solid;*/
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

.totalconjbjb {
	font-size: 20px;
	margin-right: 2rem;
}

.totalconjbjb_1 {
	display: flex;
	align-items: center;
}

.icon_sncncl {
	height: 24px;
	width: 24px;
	margin-right: 5px;
}

.icon_sncncl_1 {
	font-size: 14px;
	color: #0F0F0F;
}

.addComment {
	height: 71px;
	width: 100%;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.profilComB {
	height: 100%;
	width: 55px;
	/*	border: 1px solid;*/
}

.profil_d_ComB {
	width: 40px;
	height: 40px;
	/*	border: 1px solid;*/
}

.profil_d_ComB img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.profilComB_1 {
	height: 100%;
	/*	border: 1px solid;*/
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.inputComDiv {
	width: 100%;
	height: 31px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	/*	border-bottom: 1px solid #000;*/
	margin-bottom: 5px;
}

.bottm-border-1 {
	border-bottom: 1px solid grey;
}

.bottm-border-3 {
	border-bottom: 3px solid #000;
}

.inputComDiv input {
	width: 100%;
	height: 20px;
	outline: none;
	border: none;
	font-size: 14px;
}

.buttonDivCom {
	width: 100%;
	height: 40px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cancelBtn {
	width: 75px;
	height: 36px;
	/*	border: 1px solid;*/
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 10px;
}

.commentBtn {
	height: 36px;
	width: 93px;
	border-radius: 50px;
	/*	border: 1px solid;*/
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.colorW-backB {
	background: blue;
	color: #fff;
}

.seeCommentBox {
	width: 100%;
	/*	min-height: 100px;*/
	/*	border: 1px solid;*/
	margin-bottom: 1rem;
}

.commentBox {
	width: 100%;
	height: 100px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.commentBox_Left {
	height: 100%;
	flex: auto;
	display: flex;
	align-items: center;
}

.commentBox_Left_left {
	width: 55px;
	height: 100%;
	margin-right: 8px;
	/*	border: 1px solid;*/
}

.commentBox_Left_right {
	height: 100%;
	flex: auto;
	/*	border: 1px solid;*/
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.com_sdjjd {
	width: 100%;
	min-height: 20px;
	/*	border: 1px solid;*/
}

.jbsdvj {
	display: flex;
	align-items: center;
}

.jbsdvj p {
	font-size: 13px;
	color: #0F0F0F;
	margin-right: 10px;
}

.jbsdvj span {
	font-size: 12px;
	color: #606060;
}

.mknl {
	font-size: 14px;
	color: #0F0F0F;
}

.com_sdjjd_bo {
	width: 100%;
	height: 32px;
	/*	border: 1px solid;*/
	align-self: flex-end;
	display: flex;
	align-items: center;
}

.likeUn_enbj {
	height: 32px;
	width: 32px;
	/*	border: 1px solid;*/
	margin-right: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.likeUn_enbj_jbjbdsv {
	width: 52px;
	height: 32px;
	border-radius: 50px;
	/*	border: 1px solid;*/
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.commentBox_Right {
	height: 100%;
	width: 20px;
	/*	border: 1px solid;*/
	display: flex;
	justify-content: center;
}


.right-video-Box {
	height: 100%;
	width: 34%;
	/*	border: 1px solid;*/
	position: relative;
	padding-left: 1.5rem;
	padding-top: 50px;
}

.rightVideoPlayer {
	width: 402px;
	height: 96px;
	/*	border: 1px solid;*/
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.videorbjjb {
	height: 94px;
	width: 168px;
	/*	border: 1px solid;*/
	position: relative;
	margin-right: 10px;
}

.videorbjjb video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	outline: none;
	border: none;
}

.videorbjjb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	border-radius: 10px;
	cursor: pointer;
}

.videorbjjb_2 {
	height: 100%;
	width: 20px;
	/*	border: 1px solid;*/
	display: flex;
	justify-content: center;
}

.videorbjjb_1 {
	height: 100%;
	flex: auto;
	/*	border: 1px solid;*/
}

.videoPro1 {
	display: none;
}

.pera_sbdsbd1 {
	width: 100%;
	height: 40px;
	/*	border: 1px solid;*/
	margin-bottom: 5px;
	font-size: 14px;
}

.pera_sbdsbd2 {
	width: 100%;
	/*	border: 1px solid;*/
	height: 18px;
	color: #606060;
	font-size: 12px;
}

/*hide content*/
.hideConterdvjb {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}

#shortsL {
	width: 48px;
	height: 48px;
	/*	border: 1px solid;*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
	align-items: center;
	justify-content: center;
}

/*-----------------------------------------------------------------------------------------------------*/

#serchAdd {
	display: none;
}

#leftSerchL {
	display: none;
}


.lastCO {
	width: 100%;
	height: 50px;
	/*	border: 1px solid;*/
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 32;
	display: none;
	align-items: center;
	justify-content: space-between;
}

.conLaBox {
	height: 100%;
	width: 25%;
	/*	background: green;*/
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.iconBox233 {
	height: 24px;
	width: 24px;
	/*	border: 1px solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}

.writebbbdj {
	height: 13px;
	/*	border: 1px solid;*/
	font-size: 11px;
	color: #0F0F0F;
	text-align: center;
}