/* Reset HTML Elements *//* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, section, article,
head, header, footer, figure{
	margin:0;
	padding:0;
}
body{
	direction: rtl;
  text-align: right;
  color: #212121;
  background: #eee;
  font-family: font1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset, img {border:0; max-width: 100%;}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul, li {list-style:none}
caption, th {text-align:left}
q:before, q:after {content:''}
* {outline: none;}
strong {font-weight: bold}
em {font-style: italic}
a img {border:none; max-width: 100%;}
/*-General Styles------------------------------------------*/
p {
  direction: rtl;
  color: #848385;
}
a{
	text-decoration:none;
}
.clear {clear: both;}
.right{float:right;}
.left{float:left;}
.ltr{direction: ltr;}
.strong{ font-weight:bold;}
/*-Html 5------------------------------------------*/
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
@font-face {
	font-family: font1;
	src: url('../fonts/Samim.eot');
	src: url('../fonts/Samim.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Samim.woff2') format('woff2'),
		 url('../fonts/Samim.woff') format('woff'),
		 url('../fonts/Samim.ttf') format('truetype');
	font-weight: normal;
}
  
@font-face {
	font-family: font1;
	src: url('../fonts/Samim-Bold.eot');
	src: url('../fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Samim-Bold.woff2') format('woff2'),
		 url('../fonts/Samim-Bold.woff') format('woff'),
		 url('../fonts/Samim-Bold.ttf') format('truetype');
	font-weight: bold;
}
  
@font-face {
	font-family: font1;
	src: url('../fonts/Samim-Medium.eot');
	src: url('../fonts/Samim-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Samim-Medium.woff2') format('woff2'),
		 url('../fonts/Samim-Medium.woff') format('woff'),
		 url('../fonts/Samim-Medium.ttf') format('truetype');
	font-weight: 500;
}

/* ----------------------HTML---------------------------- */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

svg{
  display: block;
}
.container{
  width: 1024px;
  margin: 0 auto;
}
/* ------- */
.modal {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.modal_inner {
  max-width: 32rem;
  padding: 1.7rem;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  min-width: 300px;
  transform: scale(.8);
  transition: all .3s;
  position: relative;
}
.modal_inner .close {
  position: absolute;
  left: 10px;
  top: 10px;
  fill: #777;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 10px;
}
.modal_inner .close svg{
  
  left: 10px;
  top: 10px;
}
.modal_inner .modal-head {
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  text-align: center;
  padding-bottom: 12px;
}
.modal_inner .modal-body {
  padding: 15px 0;
  text-align: center;
}
.modal.-open{
  visibility:visible;
  background-color:rgba(0,0,0,.6);
}
.modal.-open .modal_inner{
  opacity:1;transform:scale(1);
}
.modal-footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal-footer .btn{
  margin: 0 8px;
  align-items: center;
}
/* ------------- */
#header{
  background: #8056E0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  position: relative;
  z-index: 999;
}
#header .container{
  display: flex;
  position: relative;
  align-items: center;
  height: 60px;
  justify-content: space-between;
}
#header .header-cnt{
  flex: 1;
}
#header-cnt{
  display: flex;
  align-items: center;
}
/* -------------------------- */
.user-menu {
  background: #fff;
  position: relative;
  border-radius: 20px;
  margin-right: 14px;
}
.user-menu .icon {
  width: 30px;
  height: 30px;
  align-items: center;
}
.user-menu .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  background-size: 100%;
}
.user-menu .avatar img{
  display: block;
  width: 100%;
}
.user-menu .arrow {
  margin: 0 10px;
  width: 11px;
}
.user-menu .user-menu-btn {
  display: flex;
  fill: #444;
  padding: 4px;
  align-items: center;
}
.user-menu .user-submenu {
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.user-menu .user-submenu .profile {
  padding: 8px 12px;
  margin-bottom: 5px;
}
.user-menu .user-submenu .profile .info {
  display: flex;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.user-menu .user-submenu .profile .avatar {
  background-size: cover;
  background-position: 50%;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 7px;
}
.user-menu .user-submenu .profile .name {
  margin-bottom: 3px;
  font: 13px/30px font1;
}
.user-menu .user-submenu .profile .wallet {
  font: 13px/30px font1;
}
.user-menu .user-submenu .profile .wallet .price {
  color: #07a62c;
}
.user-menu .user-submenu li a {
  display: block;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 13px;
}
.user-menu .user-submenu li a:hover {
  background-color: #f7f7f7;
}
.user-menu:hover .user-submenu {
  display: block;
}

/* -------------------------- */
.channel-main-info{
  display: flex;

}
.channel-main-info .channel-avatar{
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 50%;
}
.username{
  font: 16px/30px font1;
  color: #848385;
  text-align: center;
}
.channel-main-info .channel-avatar img{
  display: block;
  width: 100%;
}
.channel-main-info .info{
  /* flex: 1; */
}
.channel-main-info .name{
  font: 500 14px/28px font1;
  color: #212121;
  display: flex;
}
.channel-main-info .name .icon{
  width: 14px;
  height: 14px; 
  margin-top: 5px;
  margin-left: 6px;
  fill: #212121;
}

#header .channel-main-info .name{color: #fff;}
#header .channel-main-info .name .icon{fill: #fff;}
.channel-main-info .name .icon svg{
  display: block;
}
.channel-main-info .member-number{
  font: 13px/20px font1;
  color: #fff;
}
#search{
  width: 32%;
  position: relative;
  margin-right: 2%;
  transition: all 1.3s;
}
#search .text-box{
  border: none;
  background-color: #8f72e6;
  width: 100%;
  height: 40px;
  color: #fff;
  font: normal 13px/40px font1 ;
  border-radius: 10px;
  padding: 0 15px 0 45px;
}
::-webkit-input-placeholder {color: #c7c1da;}
:-ms-input-placeholder {color: #c7c1da;}
::placeholder {color: #c7c1da;}
#search .icon{
  width: 40px;
  height: 40px;
  padding: 11px;
  z-index: 8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  fill: #fff;
}
#search .submit{
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 11px;
  z-index:9;
  position: absolute;
  left: 0;
  top: 0;
}
.search-btn{
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-right: 2%;
  fill: #fff;
}
.full_bg_search {
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: none;
}
.full_bg_sidebar {
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 99;
  display: none;
}
#close_search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 36px;
  height: 36px;
  padding: 10px;
  z-index: 9;
  fill: #fff;
  display: none;
  cursor: pointer;
}
.gap-download{
  background-color: #fff;
  height: 40px;
  padding: 0 15px;
  font: 500 15px/40px font1 ;
  color: #212121;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.gap-download .text{
  white-space: nowrap;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gap-download .icon {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  background: url(../images/gap.png) no-repeat center center / 100% auto;
}
/* --------------------------------------------------- */
#wrapper{
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* --------------------------------------------------- */
.gap-download-mobile{
  display: none;
  height: 50px;
  position: relative;
  background-color: #fff;
  font: 500 15px/40px font1;
  color: #212121;
  align-items: center;
}
.gap-download-mobile .container{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.gap-download-mobile .icon {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  background: url(../images/gap.png) no-repeat center center / 100% auto;
}
.gap-download-mobile .close {
  background-color: #F4F5F7;
  border-radius: 3px;
  padding: 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: 15px;
}
.gap-download-mobile .btn{
  padding: 0 15px;
  height: 34px;
  border-radius: 5px;
  font: normal 13px/34px font1;
  color: #fff;
  background-color: #4CB050;
}
.gap-download-mobile .text{
  flex: 1;
  line-height: 24px;
}
/* --------------------------------------------------- */
#content{
  width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content_empty{
  display: flex;
  width: 66%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#posts-container{ width: 100%;}
.chn-box{
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
  border-radius: 12px;
}

#content.active .post_box {

}
#content .post_box {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16), 0px 0px 1px rgba(40, 41, 61, 0.04);
  margin-bottom: 20px;
  padding:10px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  opacity: 1;
  font-size: 14px;
  transition: all 0.7s;
}
#content .post_box video {
	width: 100%;
}
#content .post_box > .dlbtns {
  transition-delay: .9s;
}
#content .post_box > img {display: block;margin: 0 auto 10px;}
#content .post_box p > img {display: inline-block;}
#content .post_box .meta {
	padding-top: 10px;
	overflow: hidden;
  display: flex;
}
#content .post_box .meta span {
	color: #716e6e;
	font-size: 14px;
	line-height: 20px;
}
#content .post_box .meta span i.icon {
	width: 14px;
	padding: 2px 0;
	height: 14px;
	float: right;
	margin-left: 5px;
	fill:#a9a9a9;
}
#content .post_box .meta span.views,
#content .post_box .meta span.comment,
#content .post_box .meta span.link {margin-right: 10px;}
#content .post_box .meta span.likes {
  flex: 1;
  display: flex;
}
#content .post_box .meta span.date {margin:0 10px;}
#content .post_box p {
	font-size: 14px;
	line-height: 20px;
  word-break: break-word;
  margin: 4px 0;
  color: #212121;
}
/* --------------------------------------------------- */
#sidebar{
  width: 32%;
}
.details_user#wrapper{
  padding-top: 30px;
}
#sidebar-main{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#sidebar .channel-main-info{
  margin-bottom: 20px;
}
#sidebar .channel-main-info .channel-avatar{
  width: 60px;
  height: 60px;
}
#close_sidebar{
  position: absolute;
  left: 25px;
  top: 25px;
  fill: #444;
  display: none;
  width: 38px;
  height: 38px;
  padding: 12px;
}
#sidebar .bio{
  
}

#sidebar .bio p{
  font: 13px/30px font1;
  color: #848385;
}
.sidebar-join{
  margin-bottom: 10px;
}
#join_card{
}
.btn{
  background-color: #8056E0;
  color: #FFF;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 25px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.btn-danger{
  background-color: #dc3545;
}
.btn-disable{
  background-color: #aaa9ab !important;
}
.statusbtn .btn{
  margin: 0 auto;
  width: 100%;
  height: 50px;
  font: bold 16px/50px font1;
  display: block;
}

.title{
  font: 500 16px/40px font1;
  color: #212121;
}
.channel-view{
  margin-bottom: 20px;
  padding:20px;
}
.channel-view .title{
  white-space: nowrap;
  margin-bottom: 7px;
}
.view-btns{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-btns .btn{
  color: #FFF;
  border: none;
  display: flex;;
  border-radius: 10px;
  padding: 0 25px;
  height: 38px;
  font: 14px/38px font1;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0 5px;
  width: 100%;
}
.view-btns .btn.android{
  background-color: #4CB050;
}
.view-btns .btn .icon{
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-left:8px;
}
#sidebar .archive ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#sidebar .archive ul li a{
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16);
  font: 14px/30px font1;
  display: block;
  border-radius: 20px;
  margin-left: 7px;
  margin-bottom: 7px;
  color: #848385;
  padding: 0 15px;
}
#sidebar .archive ul li a:hover{
  color: #424242;
}
#menu-filter{
  background-color: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.27);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
#menu-filter ul{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-filter ul li{
  padding: 0 18px;
}
#menu-filter ul li a{
  font: normal 15px/50px font1;
  color: #656565;
}
#menu-filter ul li.active a,
#menu-filter ul li a:hover{
  color: #8056E0;
}
/* -----------------------profile------------------------ */
#header .profile-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.header-float{
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 15px;
}

.profile-header{
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.profile-header .avatar{
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 30%;
  overflow: hidden;
  margin: -45px auto 8px auto;
  box-shadow: 0px 0px 4px rgba(96, 97, 112, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.profile-header .name{
  font: bold 18px/30px font1;
  color: #212121;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.profile-chanel-header{
  display: flex;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.profile-chanel-header .avatar{
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-left: 12px;
  position: relative;
  border-radius: 30%;
  overflow: hidden;
}
.profile-chanel-header .name{
  font-size: 16px;
  display: flex;
  color: #212121;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.profile-chanel-header .name .icon-official{
  width: 18px;
  height: 18px;
  margin-left: 7px;
  margin-top: 5px;
}
.profile-chanel-header .no{
  font-size: 13px;
  color: #848385;
}
.profile-chanel-header .info{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.profile-logo{
	display: flex;
	align-items: center;
	color: #fff;
}
.profile-logo .icon {
    background: url(../images/gap.png) no-repeat center center / 100% auto;
    width: 36px;
    height: 36px;
    margin-left: 8px;
}
.profile-info{
  margin-bottom: 10px;
  font: 15px/28px font1;
  color: #212121;
}
.profile-info .item{
  display: flex;
  padding: 18px 20px;
}
.profile-info .item .icon{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-top: 5px;
    fill: #848385;
}
.profile-info .username{
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#profile-gallery{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 25px;
}
#profile-gallery .item{
  width: 33.333%;
  padding: 1px;
  box-sizing: border-box;
}
#profile-gallery .item a{
  display: block; 
  position: relative;
}
#profile-gallery .item .pic-gallery{
  background-size: cover !important;
  background-position: center center !important;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
#profile-gallery .item .padding{
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#profile-gallery .item img{
  display: block;
  max-width: 100%;
}
/* -------------------- */
#group-box{
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}
/* ------------------msgpoll */
.msgpoll__title {
  padding-bottom: 10px;
}
.msgpoll__subtitle {
  font-size: .8em;
  opacity: .56;
}
.msgpoll__option{
  display: flex;
  align-items: center;
  padding: 5px 0 0;
  cursor: pointer;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
}
.msgpoll__option__value{
    width: 50px;
}
.msgpoll__option__title {
  -webkit-padding-start: 5px;
  -moz-padding-start: 5px; 
  padding-inline-start: 5px;
}
.msgpoll__footertitle {
  padding-top: 10px;
}
.msgpoll__option__check{
  display: flex;
  align-items: center;
}
.pinMessage{
  position: sticky !important;
  top: 0;
  z-index: 9;
  padding: 10px 20px !important;
}
.pinMessage:before {
  background: #3674af;
  content: "";
  width: 3px;
  height: 40px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  position: absolute;
}
.pinMessage .desc {
  font-size: 13px;
  color: #716e6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.pinMessage .img {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px !important;
  float: right;
  object-fit: cover;
}
.video_thumbnail{
  display: flex;
  justify-content: center;
  margin:  0 auto;
}
.video_thumbnail img{
  display: block;
}
.video_thumbnail .video_thumbnail_bg {
  position: relative;
  display: flex;
}
.video_thumbnail .play_btn {
  background: rgba(0,0,0,.4);
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 12px;
  fill: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.video_thumbnail .play_btn svg{
  /* width: 16px;
  height: 16px; */
}
.video_thumbnail .video_info {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 8px;
  top: 8px;
  direction: ltr;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  padding: 3px 10px;
  font: 300 11px/22px font1;
}
#posts-container .post_box audio{
  margin: 0 auto;
  display: block;
}
/* -----------------------responsive------------------------ */
.inline_keyboard{
  margin: -15px auto 20px auto;
  max-width: 300px;
  clear: both;
  text-align: center;

}
.inline_keyboard a {
  background-color: #74889c;
  border-radius: 3px;
  font-size: 13px;
  line-height: 30px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all .3s ease;
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
  word-break: break-word;
  color: #fff;
  margin-top: 5px;
}
.inline_keyboard .icon {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  fill: #fff;
  content: "";
  position: absolute;
  right: 2px;
  z-index: 2;
  top: 2px;
}
.inline_keyboard .icon svg{
  width: 10px;
  height: 10px;
}
/* -----------------------error-page------------------------ */
#error-page{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  text-align: center;
}
#error-page .title{
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
/* -----------------------responsive------------------------ */
@media (max-width: 1048px) {
  .container{
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .details_user  .profile-chanel-header{
    position: absolute;
    top: 0px;
    width:660px;
  }
  #sidebar{
    margin-bottom: 20px !important;
  }
  .details_user #sidebar.sidebar-profile {
    padding-top:135px;
  }
  .profile-header{
    position: absolute;
    top: 0px;
    width:660px;
    box-sizing: border-box;
  }
  .profile .header-fixed,
  .details_channel .header-fixed{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 auto;
    top: 10px;
    padding: 15px;
    width: 660px; 
    height: 80px;
    flex-direction: row;
    justify-content: right;
  }
  .profile-header.header-fixed .avatar{
    width: 50px;
    height: 50px;
    float: right;
    margin: 0 0 0 20px;
  }
  .profile-header.header-fixed .name{
    float: right;
  }
  #posts-container{
    padding-bottom: 70px;
  }
  .channel-main-info .channel-avatar{
    width: 46px;
    height: 46px;
  }
  .container{
    max-width: 700px;
    margin: 0 auto;
  }
  #search{
    display: none;
    background-color: #fff  ;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .search-btn{
    display: block;
  }
  #search .text-box{
    border: none;
    background: none;
    height: 100%;
    padding-right: 50px;
  }
  .search_active #close_search,
  .search_active .full_bg_search,
  .search_active #search{
    display: block;
  }
  #wrapper{ display: block;}
  #content_empty,
  #content{ width: auto;}
  #sidebar{
    width: auto;
    position: relative;
  }
  #sidebar-main{ max-height: none;}
  #profile{flex-direction: column;}
  #profile-content,
  #profile-sidebar{ width: auto;}
  .details_channel #join_card{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16), 0px 0px 1px rgba(40, 41, 61, 0.04);
  }  
  .gap-download{display: none;}
  .gap-download-mobile{display: flex;}
  #sidebar .archive ul{
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -20px;
    padding-left: 20px;
  }
  #sidebar .archive ul li a {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16);
    font: 14px/30px font1;
    display: block;
    border-radius: 20px;
    margin-left: 7px;
    margin-bottom: 7px;
    color: #848385;
    white-space: nowrap;
  }
}
@media (max-width: 700px) {

  #sidebar{
    margin: 0 -20px;
  }
  .details_channel .profile-chanel-header { width: 100%;}
  .profile-header{
    width: 100%;
  }
  .details_user .header-fixed,
  .details_channel .header-fixed{
    top: 0px;
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 620px) {
  #profile-gallery .item{ width: 33.3%;}  
}

.end-live-caption{
  text-align:center;
  font-weight: bold;
}