html, body {
	min-width: 0;
	overflow: hidden;
}
.vi_pl_err_outer_main {
	height: 0px;
	width: 0px;
	z-index: 100;
	display: flex;
	color: #D8000C;
	position: fixed;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	text-overflow: ellipsis;
	background-color: #FFD2D2;
	transition: height 0.5s;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}
.vi_pl_err_innr_main {
	height: 34px;
	width: 100%;
	padding: 5px;
	transition: height 0.5s;
}
.vi_main_container_movable {
	position: relative;
	display: flex;
	flex-direction: column;
	top: 0;
	transition: top 1.5s, bottom 1.5s;
}
.vi_container_toc_clk {
	position: relative;
	display: flex;
	flex-direction: column;
	top: 0;
}
.vi_class_n_trans {
	transition: none;
}
.main_container_vi {
	display: flex;
	height: calc(100svh - 40px);
	width: 100%;
	position: relative;
	justify-content: center;
	align-items: flex-start;
	background-color: black;
}
.container_flexbox_vi_center {
	position: relative;
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
}
.vid_vi_main_container {
	position: relative;
	display: flex;
	height: calc(100svh - 40px);
	width: fit-content;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	object-fit: fill;
	background-color: black;
}
.video_sources_playback {
	object-fit: fill;
}
.vid_middle_identifiers_position_box {
	position: absolute;
	display: flex;
	height: 128px;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	flex-direction: column;
	z-index: 8;
	transition: height 0.3s;
	text-shadow: 0px -2px 20px black;
}
.vid_vi_channel_nm_flw_bx {
	position: relative;
	display: flex;
	height: 40px;
	width: 100%;
}
.vi_channel_art_bx_container {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 40px;
	width: 40px;
	padding-left: 15px;
}
.vi_channel_art_img_container {
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	user-select: none;
}
.vi_img_tg_prvw {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 100%;
}
.vi_channel_art_img_container > .vi_img_tg_prvw {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
}
.vi_channel_nm_container {
	position: relative;
	display: flex;
	width: fit-content;
	height: 40px;
	align-items: center;
	padding-left: 10px;
}
.vi_channel_name_css {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	color: white;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}
.vi_follow_btn_container {
	position: relative;
	display: flex;
	color: #FFFFFF;
	min-width: 50px;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
	border-radius: 6px;
	width: fit-content;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
	padding: 6px 12px 6px 12px;
	background-color: transparent;
}
.vi_desc_bx_container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.vi_desc_bx_container::-webkit-scrollbar {
	width: 6px;
}
.vi_desc_bx_container::-webkit-scrollbar-track {
	background: transparent;
}
.vi_desc_bx_container::-webkit-scrollbar-thumb {
	background: #e30022;
}
.vi_desc_bx_container::-webkit-scrollbar-thumb:hover {
	background: #e30022;
}
.vi_desc_txt_main {
	position: relative;
	display: flex;
	height: 76px;
	width: 100%;
	padding: 10px 16px 2px 16px;
	color: white;
}
.vid_btns_vi_position_bx {
	position: absolute;
	display: flex;
	width: 54px;
	right: 0;
	z-index: 8;
	bottom: 86px;
	overflow: hidden;
	height: fit-content;
	flex-direction: column;
}
.vi_btns_container_col_btm {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
}
.vi_vid_container_main {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 6px;
}
.vi_container_bx_btn_action {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	width: 32px;
	cursor: pointer;
	overflow: hidden;
	user-select: none;
}
.vi_img_css_view {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 32px;
	width: 100%;
}
.vi_img_view_css_heart_b {
	background-repeat: no-repeat;
	background-image: url('../svg/heart_w.svg');
	background-size: 24px 24px;
	background-position: center;
}
.vi_img_view_css_heart_red {
	background-repeat: no-repeat;
	background-image: url('../svg/heart_red.svg');
	background-size: 24px 24px;
	background-position: center;
}
.vi_img_view_css_comment_b {
	background-repeat: no-repeat;
	background-image: url('../svg/comment_w.svg');
	background-size: 24px 24px;
	background-position: center;
}
.vi_img_view_css_share_b {
	background-repeat: no-repeat;
	background-image: url('../svg/share_w.svg');
	background-size: 24px 24px;
	background-position: center;
}
.vi_container_bx_btn_action > .vi_img_css_view {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0px;
	right:          0;
	bottom:         0;
	left:           0px;
}
.vi_container_TXT_bx {
	position: relative;
	display: flex;
	margin: 2px;
	color: #ffffff;
	cursor: pointer;
	user-select: none;
}
.vi_mute_unmute_btn {
	position: absolute;
	display: flex;
	height: 32px;
	width: 80px;
	right: 0;
	margin: 10px;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.volume_art_main_container {
	position: relative;
	height: 20px;
	width: 20px;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 100%;
}
.volume_art_svg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../svg/volume.svg');
}
.volume_art_main_container > .volume_art_svg {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            1px;
	right:          0;
	bottom:         0;
}
.volume_muted_art_svg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../svg/muted.svg');
}
.volume_art_main_container > .volume_muted_art_svg {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            2px;
	right:          -1px;
	bottom:         0;
}
.reload_container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	width: 32px;
	cursor: pointer;
	overflow: hidden;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 100%;
}
.reload_art_svg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 32px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../svg/refresh_w.svg');
	background-size: 24px 24px;
	background-position: center;
}
.reload_container > .reload_art_svg {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0px;
	right:          0;
	bottom:         0;
	left:           0px;
}
.vid_play_btn_icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	user-select: none;
	z-index: 2;
}
.vi_vid_mov_drag {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	user-select: none;
	z-index: 4;
	flex-direction: column;
}
.vid_play_btn_outer_container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -16px;
	height: 64px;
	width: 64px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.play_btn_art_svg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url('../svg/play.svg');
	background-size: 32px 32px;
	background-position: center;
}
.vid_play_btn_outer_container > .play_btn_art_svg {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          -2px;
	bottom:         0;
}
.vi_btn_next_vi {
	position: fixed;
	display: flex;
	height: 56px;
	width: 56px;
	border-radius: 100%;
	right: 0;
	bottom: 12px;
	margin: 10px;
	z-index: 1;
	background-color: #D3D3D3;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}
.vi_arrow_img_prvw {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 32px;
	width: 32px;
}
.vi_btn_next_vi > .vi_arrow_img_prvw {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
}
.vi_btn_next_vi:hover {
	background-color: #b6b3b3;
}
.vi_btn_prev_vi {
	position: fixed;
	display: flex;
	height: 56px;
	width: 56px;
	border-radius: 100%;
	right: 0;
	margin: 10px;
	z-index: 1;
	background-color: #D3D3D3;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}
.vi_arrow_img_prvw_top {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 32px;
	width: 32px;
}
.vi_btn_prev_vi > .vi_arrow_img_prvw_top {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
}
.vi_btn_prev_vi:hover {
	background-color: #b6b3b3;
}
.container_dble_tap_bx_btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	width: 200px;
	cursor: pointer;
	overflow: hidden;
	user-select: none;
}
.dble_tap_heart_view {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 200px;
	width: 200px;
}
.vi_dble_tpheart_red {
	background-repeat: no-repeat;
	background-image: url('../svg/heart_red.svg');
	background-size: 0px 0px;
	background-position: center;
	transition: background-size 0.5s;
}
.container_dble_tap_bx_btn > .dble_tap_heart_view {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0px;
	right:          0;
	bottom:         0;
	left:           0px;
}
.comment_botm_cls_cover {
	display: none;
	position: fixed;
	bottom: 38px;
	width: 100%;
	height: 100%;
	z-index: 50;
	flex-direction: column;
	justify-content: center;
	background-color: transparent;
}
.comment_bottom_extras {
	display: none;
	bottom: 0px;
	width: 100%;
	max-width: 450px;
	position: fixed;
	height: 75vh;
	min-height: 300px;
	max-height: 600px;
	z-index: 51;
	flex-direction: column;
	justify-content: center;
	background-color: transparent;
}
.comment_view_pro_extra {
	display: none;
	margin: auto;
	height: calc(100% - 50px);
	width: 100%;
	max-width: 730px;
	position: relative;
	flex-direction: column;
	background-color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 1px -12px 20px -10px rgba(0, 0, 0, 0.3);
}
.comment_cls_dv_extra {
	position: absolute;
	right: 4px;
	display: flex;
	margin: 10px;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.comment_cat_opt {
	position: relative;
	display: flex;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	flex-direction: column;
	margin: 50px 0px 0px 0px;
	border-top: 1px solid #D2D0D0;
}
.comment_edit_cl_btn {
	position: relative;
	display: flex;
	margin: 5px;
	padding: 5px;
	word-break: break-all;
}
.comment_text_container {
	position: relative;
	display: flex;
	padding: 5px;
	width: 100%;
	overflow: hidden;
	flex-direction: column;
}
.comment_first_text {
	word-break: break-all;
	max-height: 108px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.comment_first_name {
	font-weight: 500;
	padding-right: 4px;
	font-size: 14px;
}
.org_commt_txt {
	position: relative;
	display: inline-block;
	word-break: break-all;
	max-height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-top: 5px;
	font-size: 14px;
	min-height: 30px;
}
.comment_second_line {
	position: relative;
	width: fit-content;
	font-size: 12px;
	cursor: pointer;
}
.comment_third_more {
	position: relative;
	height: 12px;
	display: flex;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #000;
}
.comment_third_more span { 
	background: #fff;
	padding: 0 5px;
	margin-top: 8px;
}
.parentcomment_show {
	position: relative;
	display: none;
	width: calc(100% - 10px);
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D2D0D0;
}
.reply_profile_name {
	position: relative;
	display: flex;
}
.reply_close {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 20px;
	font-size: 20px;
	cursor: pointer;
}
.parent_partner {
	position: relative;
	display: flex;
	max-height: 48px;
}
.comment_inpt_area{
	position: relative;
	display: flex;
	width: 100%;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	flex-direction: column;
	background-color: #FFFFFF;
	border-top: 1px solid #D2D0D0;
}
.inpt_field_send_post {
	position: relative;
	display: flex;
	width: 100%;
	height: 50px;
	align-items: flex-end;
}
.input_it_comment {
	width: 100%;
	position: relative;
	height: 32px;
	overflow: auto;
	font-size: 16px;
	border: none;
	resize: none;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.inpt_send_rght_arrw {
	position: relative;
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}
.comment_cat_opt::-webkit-scrollbar {
	width: 10px;
}
.comment_cat_opt::-webkit-scrollbar-track {
	background: transparent;
}
.comment_cat_opt::-webkit-scrollbar-thumb {
	background: #D2D0D0;
}
.comment_cat_opt::-webkit-scrollbar-thumb:hover {
	background: #D2D0D0;
}
.comment_load_more {
	position: relative;
	display: flex;
	height: 30px;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #D2D0D0;
}
.reply_com_edit_cl_btn {
	position: relative;
	display: flex;
	margin: 5px;
	padding: 5px;
	word-break: break-all;
}
.reply_com_text_container {
	position: relative;
	display: flex;
	padding: 5px;
	width: 100%;
	overflow: hidden;
	flex-direction: column;
}
.reply_com_first_text {
	word-break: break-all;
	max-height: 108px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.reply_com_first_name {
	font-weight: 500;
	padding-right: 4px;
	font-size: 14px;
}
.reply_commt_txt {
	position: relative;
	display: inline-block;
	word-break: break-all;
	max-height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-top: 5px;
	font-size: 14px;
	min-height: 30px;
}
.reply_com_second_line {
	position: relative;
	width: fit-content;
	font-size: 12px;
	cursor: pointer;
}
.dis_pntr_clck_evnt {
	color: #959595;
	pointer-events: none;
	background-color: rgb(232, 232, 232);
}
.dotted_menu_pos {
	position: absolute;
	display: flex;
	height: 30px;
	width: 30px;
	right: 0;
	margin: 10px;
	cursor: pointer;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
.dotted_menu_opt {
	position: relative;
	display: flex;
	height: 30px;
	width: 30px;
	cursor: pointer;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
.dotted_menu_opt:hover {
	background-color: #F7F7F7;
}
.option_bx_dotted {
	position: absolute;
	display: flex;
	height: 0px;
	width: 80px;
	top: 0px;
	right: 15px;
	margin: 10px;
	cursor: pointer;
	flex-direction: column;
	border-radius: 6px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	box-shadow: -6px 1px 20px -10px rgba(0, 0, 0, 0.3);
}
.opn_bx_sel_dot {
	position: relative;
	display: flex;
	color: black;
	width: 100%;
	height: 40px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
.opn_bx_sel_dot:hover {
	background-color: #F7F7F7;
}
.share_botm_cls_cover {
	position: fixed;
	display: none;
	bottom: 38px;
	height: 100%;
	width: 100%;
	z-index: 39;
	flex-direction: column;
	justify-content: center;
	background-color: transparent;
}
.shre_vid_frd_container {
	position: absolute;
	display: flex;
	height: 0px;
	width: 100%;
	z-index: 40;
	bottom: 0px;
	overflow: hidden;
	min-height: 0px;
	max-height: 500px;
	flex-direction: column;
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: height 0.3s, min-height 0.3s;
}
.shre_vid_frd_con_hgt {
	height: 75vh;
	min-height: 300px;
}
.shr_vid_frd_top {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden;
	flex-direction: column;
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.shre_con_cls_btn {
	position: relative;
	display: flex;
	height: 20px;
	width: 100%;
	min-height: 20px;
	max-height: 20px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cls_con_shre_key {
	position: relative;
	height: 0px;
	width: 60px;
	cursor: pointer;
	border-radius: 4px;
	border: 3px solid rgb(0 0 0 / 30%);
}
.main_stream_search_container {
	position: relative;
	display: flex;
	height: 40px;
	width: 100%;
	min-height: 40px;
	max-height: 40px;
	margin-top: 10px;
}
.search_box_container {
	position: relative;
	display: flex;
	height: 40px;
	width: 100%;
	margin: auto;
	max-width: 95%;
}
.input_parent {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.inpt_srch_img_set {
	position: absolute;
	display: flex;
	height: 32px;
	width: 32px;
	left: 0px;
	z-index: 1;
	align-items: center;
	justify-content: center;
}
.inpt_child_search_img {
	height: 20px;
	width: 20px;
	display: flex;
	cursor: pointer;
	user-select: none;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.inpt_search_img_con {
	display:block;
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}
.inpt_child_search_img > .inpt_search_img_con {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
}
.inbx_search_bx {
	position: relative;
	height: 34px;
	width: 100%;
	resize: none;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 10px;
	border-radius: 4px;
	padding-left: 32px;
	overflow-y: hidden;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.inbx_search_bx:hover {
	border: 2px solid #555;
	padding: 11px 9px;
	padding-left: 32px;
}
.inbx_search_bx:focus { 
	outline: 2px solid #555 !important;
	border-color: #555;
}
.shw_search_items {
	position: absolute;
	top: 38px;
	height: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	max-height: 126px;
	background-color: #FFFFFF;
}
.pos_search_itms {
	display: flex;
	margin: auto;
	width: 100%;
	max-height: 124px;
	height: fit-content;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	overflow-y: scroll;
	flex-direction: column;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}
.pos_search_itms::-webkit-scrollbar {
	width: 4px;
}
.pos_search_itms::-webkit-scrollbar-track {
	background: transparent;
}
.pos_search_itms::-webkit-scrollbar-thumb {
	background: #000;
}
.pos_search_itms::-webkit-scrollbar-thumb:hover {
	background: #000;
}
.share_list_container {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.shre_list_con_flx {
	position: relative;
	display: flex;
	width: 100%;
	overflow: auto;
	flex-direction: column;
}
.container_shre_vid_usr {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 50px;
	max-height: 50px;
}
.usr_shre_snd_pro_pic_con {
	position: relative;
	display: flex;
	height: 50px;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	align-items: center;
	justify-content: center;
}
.usr_shre_pro_con {
	position: relative;
	display: flex;
	height: 50px;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}
.usr_prof_img_con {
	height: 32px;
	width: 32px;
	display: flex;
	cursor: pointer;
	overflow: hidden;
	user-select: none;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.usr_prof_img_con_img {
	display:block;
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}
.usr_prof_img_con > .usr_prof_img_con_img {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
}
.user_nme_pros_shre_bx {
	position: relative;
	overflow: hidden;
	display: flex;
	height: 100%;
	flex-direction: column;
	width: calc(100% - 100px);
}
.usr_frst_nme_id {
	display: inline-block;
	position: relative;
	min-height: 22px;
	max-height: 22px;
	height: 22px;
	width: 100%;
	font-size: 16px;
	margin-top: 5px;
	overflow: hidden;
	user-select: none;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}
.usr_name_mn_id {
	display: inline-block;
	position: relative;
	min-height: 15px;
	max-height: 15px;
	height: 15px;
	width: 100%;
	font-size: 12px;
	color: #656464;
	overflow: hidden;
	user-select: none;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}
.shre_inpt_bx_stl_bx {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 22px;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.shre_inpt_bx_stl_bx input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
	cursor: pointer;
}
.shre_checkmark_blue {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 1px solid #ddd;
}
.shre_inpt_bx_stl_bx input:checked ~ .shre_checkmark_blue {
	background-color: #2196F3;
}
.shre_checkmark_blue:after {
	position: absolute;
	content: "";
	display: none;
}
.shre_inpt_bx_stl_bx input:checked ~ .shre_checkmark_blue:after {
	display: block;
}
.shre_inpt_bx_stl_bx .shre_checkmark_blue:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.shre_frd_snd_btn_con {
	display: flex;
	width: 100%;
	min-height: 50px;
	max-height: 50px;
	position: relative;
	align-items: center;
	justify-content: center;
}
.extra_btns_sc_dl_clk {
	display: flex;
	width: 100%;
	min-height: 50px;
	max-height: 50px;
	position: relative;
	align-items: center;
	justify-content: center;
}
.shre_frd_btn_stl {
	position: relative;
	display: flex;
	min-height: 32px;
	max-height: 32px;
	width: 95%;
	border: none;
	max-width: 95%;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	background-color: #3790FF;
}
.vid_dl_nd_cplk_btns {
	position: relative;
	display: flex;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	max-height: 32px;
	min-height: 32px;
	user-select: none;
	width: fit-content;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 0px 10px;
	background-color: #3790FF;
}
.main_shw_prof_item {
	position: relative;
	display: flex;
	width: 100%;
	height: 40px;
	min-height: 40px;
	overflow: hidden;
	cursor: pointer;
	align-items: center;
	border: 1px solid #ccc;
}
.main_shw_prof_item:hover {
	background-color: #F7F7F7;
}
.ing_prof_src_inbx {
	min-width: 32px;
	height: 32px;
	width: 32px;
	z-index: 1;
	display: flex;
	cursor: pointer;
	overflow: hidden;
	margin-left: 5px;
	user-select: none;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.prof_img_src_inbx {
	display:block;
	height: 100%;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.ing_prof_src_inbx > .prof_img_src_inbx {
	max-height:     100%;
	max-width:      100%;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
	margin:         auto;
	position:       relative;
}
.prof_usr_name_inbx {
	position: relative;
	display: flex;
	font-size: 16px;
	align-items: center;
	margin-left: 5px;
	overflow: hidden;
	font-weight: 100;
	width: calc(100% - 46px);
	text-overflow: ellipsis;
}






@media screen and (max-width: 500px) {
	.vi_btn_prev_vi {
		display: none;
	}
	.vi_btn_next_vi {
		display: none;
	}
}