@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body, html {
	font-family: 'Droid Arabic Kufi',Sans-Serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #F6F6F6;
	font-size: 16px;
	background:#000000;
	overflow-x: hidden;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
	font-family:'Droid Arabic Kufi',Sans-Serif;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
}
p {
	font-family: 'Droid Arabic Kufi',Sans-Serif;
	font-size: 16px;
}
a {
	color: #2c3e50;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2c3e50;
}
img {max-width: 100%;}
.img-centered {
	margin: 0 auto;
}
.p-t-30 {padding-top: 30px;}
.m-t-30 {margin-top: 30px;}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.flex-center {align-items: center;}
.wrapper {
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #fe2c55;
  border-color: #fe2c55;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #fe2c55;
  border-color: #fe2c55;
}
.btn-secondary {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

 #overlay {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 2; 
  cursor: pointer; 
} 
#sidebar {
  min-width: 300px;
  max-width: 300px;
  margin-left: -300px;
  background: #F5F7F9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  z-index: 999;
}
#sidebar.active {margin-left: 0px;}
#sidebar h1 {display: flex;}
#sidebar h1 button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0px none;
}
#sidebar .sidebar-content {background: #000000; height: 100%; overflow: auto; padding: 0 15px;}
#sidebar .search-wrapper {position: relative;}
#sidebar .search-wrapper .form-control {
  background: rgb(31, 31, 31);
  border: 0px none;
  box-shadow: inherit;
  padding: 0 0px 0 40px;
  height: 40px;
  border-radius: 999px;
}
#sidebar .search-wrapper button {
  color: rgb(246, 246, 246);
  position: absolute;
  border: 0px none;
  background: transparent;
  font-size: 19px;
  top: 8px;
  left: 8px;
}
#sidebar .sidebar-links {}
#sidebar .sidebar-links a {
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: rgb(246, 246, 246);
  border-radius: 3px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
#sidebar .sidebar-links a span {
  font-size: 32px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  margin-right: 5px;
}
#sidebar .sidebar-links a:hover {background: rgba(255, 255, 255, 0.13);}
#sidebar .sidebar-links a.active {color: rgba(225, 5, 67, 1);}
#sidebar .sidebar-links p {
  margin-top: 20px;
  padding: 8px 15px;
  font-weight: 800;
  color: #7f8c8d;
  margin-bottom: 0px;
}
#sidebar .copyright {
  margin-top: 15px;
  padding: 15px;
  background: #FFF;
}
#sidebar .copyright a {color: #ff4642;}
#content {
  width: 100%;
  padding: 16px 16px 67px;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 800px;
  margin: 0 auto;
}
.header-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mob h1 {display: flex;}
.header-mob button {margin: 0;padding: 0;background: transparent;border: 0px none;}
.header-mob .btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 59, 92);
  min-width: 106px;
  min-height: 28px;
  display: flex;
  position: relative;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
}
.navtitle {
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgb(18, 18, 18);
  color: rgba(255, 255, 255, 0.9);
}
.navtitle h2 {font-size: 16px; font-weight: bold;}
.navtitle .badge {background: rgba(225, 5, 67, 1)}


.member_wrap {
  padding: 15px 0;
}
.member_wrap:hover {background-color: rgb(18, 18, 18);}
.member_wrap .member_about {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.member_wrap .member_about .image {margin-right: 15px;}
.member_wrap .member_about .image a {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255, 0.13);
}
.member_wrap .member_about .image a img {width: 100%; height: 100%;}
.member_wrap .member_about .content {width: 100%;}
.member_wrap .member_about .content h4 {margin: 0px;}
.member_wrap .member_about .content h4 a {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}
.member_wrap .member_about .content p {color: rgba(255, 255, 255, 0.75); margin: 0px;}
.member_wrap .member_btns {}
.member_wrap .member_btns a {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 59, 92);
  min-width: 106px;
  min-height: 28px;
  display: flex;
  position: relative;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
}
.profile-page {}
.profile-page .profile-head {margin-bottom: 30px;}
.profile-page .profile-head .member_about {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile-page .profile-head .image {margin-right: 15px;}
.profile-page .profile-head .image img {
  display: block;
  height: 212px;
  width: 212px;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255, 0.13);
}
.profile-page .profile-head .content {width: 100%;}
.profile-page .profile-head .content h2 {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}
.profile-page .profile-head p {color: rgba(255, 255, 255, 0.75); margin: 5px;}
.profile-page .profile-head .member_btns .btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 59, 92);
  width: 108px;
  height: 40px;
  display: flex;
  position: relative;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  margin: 10px 0;
}

.added-page {background: rgb(18, 18, 18);padding: 30px;max-width: 500px;margin: 0 auto;border-radius: 15px;}
.added-page .added-form {}
.added-page .added-form .form-head {text-align: center;}
.added-page .added-form .form-head h2 {color: rgba(255, 255, 255, 0.9);margin: 30px;font-weight: bold;}
.added-page .added-form .form-head p {color: rgba(255, 255, 255, 0.75);font-size: 12px;font-weight: 600;}
.added-page .added-form .form-content {}
.added-page .added-form .form-content .form-control {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  height: 47px;
  box-shadow: inherit;
}
.added-page .added-form .form-content textarea.form-control {height: auto;}
.added-page .added-form .form-content .form-control::placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.added-page .added-form .form-content label {color: rgba(255, 255, 255, 0.9);font-weight: 600;font-size: 15px;}
.added-page .added-form .form-content .btn-primary {
  border-radius: 4px;
  border: medium;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 59, 92);
  min-width: 120px;
  min-height: 46px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  display: flex;
  position: relative;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  margin-top: 21px;
}
.added-page .added-form .form-content .tiktok-username {display: flex;}
.added-page .added-form .form-content .tiktok-username label {
  background: rgba(255, 255, 255, 0.08);
  margin: 0;
  padding: 6px 10px;
  font-size: 14px;
  text-wrap: nowrap;
  height: 47px;
  line-height: 35px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}
.added-page .added-form .form-content .tiktok-username .form-control {
  border-radius: 0px 4px 4px 0px;
}
.page-page {width: 100%; overflow: hidden;}
.page-page .navtitle {background: transparent; padding: 0;}
.page-page .page-content {color: rgba(255, 255, 255, 0.5);}

.banner-img {display:block; margin:15px 0;}
.pagination {}
.pagination > li {display: inline-block;}
.pagination > li > a, .pagination > li > span {
  border-radius: 8px !important;
  float: none !important;
  margin: 0 !important;
  border: 0 none;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding: 0px 12px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: rgb(241, 241, 241); color: rgb(22, 24, 35);}

@media (min-width: 768px) {
	#sidebar {margin-left: 0px;}
	.header-mob {display: none;}
	#sidebar h1 button {display: none;}
}
@media (max-width: 767px) {
	#sidebar {
	  position: absolute;
	  top: 0px;
	  bottom: 0px;
	  left: 0px;
	  margin: 0;
	}
	#sidebar.active {
	  left: -300px;
	}
	#overlay {display: block;}
	#overlay.active {display: none;}
	#content {padding: 5px 15px 15px 15px;}
}
