/* @font-face {
  font-family: 'TheSans';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/TheSans-Bold.eot');
  src: url('/css/fonts/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/TheSans-Bold.woff2') format('x-woff2'),
       url('/css/fonts/TheSans-Bold.woff') format('woff'),
       url('/css/fonts/TheSans-Bold.ttf') format('truetype');
} 
@font-face {
  font-family: 'AmiriBold';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/Amiri-Bold.ttf');
  src: url('/css/fonts/Amiri-Bold.ttf?#iefix') format('embedded-opentype'),
       url('/css/fonts/Amiri-Bold.ttf') format('x-woff2'),
       url('/css/fonts/Amiri-Bold.ttf') format('woff'),
       url('/css/fonts/Amiri-Bold.ttf') format('truetype');
}
*/


 
body {

	font-family: 'Readex Pro', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",sans-serif;
	font-size: 14px;
    background: #cec5bc;
    color: #000;
    padding: 72px 0 0 0;
	position: relative;
}
body::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
	background: url(img/background.jpg) left;
    background-repeat: no-repeat;
    background-size: auto 100%;
	width: 50vw;
    max-width: 35vh;
    height: 100%;
    z-index: -2;
}
body::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
	background: url(img/background.jpg) right;
    background-repeat: no-repeat;
    background-size: auto 100%;
	width: 50vw;
    max-width: 35vh;
    height: 100%;
    z-index: -2;
}

a{
	color: #378b77;
}
.primary-color{
	color: #378b77!important;
}

a:hover{
	text-decoration:underline;
}
.hide{
	display: none;
}

.text-black{
	color:#000;
}

.text-orenge{
    color: #e87212;
}
.text-border-white{
text-shadow: 0 1px white, 1px 0 white, 0 -1px white, -1px 0 white, 0 0 white;
}
.text-border-black{
	text-shadow: 0 1px black, 1px 0 black, 0 -1px black, -1px 0 black, 0 0 black;
}
.fullscreen{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100vw!important;
	height:100vh!important;
	z-index:10000!important;
}
.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.navbar-toggle-always {
  display: block!important;
}
#navbarSupportedContent{
	display: none!important;
}
.text-primary {
    color: #0095f6!important;
}
.text-danger{
    color: #ed4956!important;
}

.btn-xs{
	font-size: 0.575rem;
	line-height: 1.1;
	
}
.btn-primary {
    color: #fff;
    background-color: #0095f6;
    border-color: #0095f6;
}
.btn-light-scheme{
	color: #505356;
    background-color: #ededed;
    border-color: #d2d2d3;
}
.btn-light-scheme:hover {
    color: #1b1e21;
    background-color: #FFF;
    border-color: #fff;
}
.btn-light-scheme:not(:disabled):not(.disabled).active, .btn-light-scheme:not(:disabled):not(.disabled):active, .show>.btn-light-scheme.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}



.bg-light-scheme {
    background-color: #C1C1B6!important;
}

.bg-white-scheme{
	background-color: #fff!important;
}

.text-dark-scheme {
    color: #343a40!important;
}
.text-muted-scheme{
	color:#555b62!important
}
.text-warning-scheme {
    color: #c69500!important;
}

.rtl{
	direction:rtl!important;
}
.ltr{
	direction:ltr!important;
}
.placeholder{margin-top:42px;}
.placeholder:focus::-webkit-input-placeholder { color:transparent; }
.placeholder:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.placeholder:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.placeholder:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.clearfix{
	clear:both;
}


button.close{
	font-size: 0.9rem;
    font-family: tahoma;
    font-weight: unset;	
	position: absolute;
    top: -34px;
    left: -33px;
    padding: 4px 8px;
    background-color: #e4e3e3;
    border-radius: 50%;
    margin: 27px;
    opacity: 1;
    box-shadow: 0px 0px 17px -7px #000;
	z-index:99;
}
button.close:hover {
    opacity: 1!important;
    background: white;
    color: #5d5d5d!important;
}
.text-dark-scheme {
    color: #343a40!important;
}
.input-placeholder{
	position:absolute;
	display:block;
	width: 100%;
}

*[data-switch]{
	cursor: pointer;
}
*[data-switch]:hover .switchBtn .fas{
	color:yellow;
}


.bg-secondary-transparent{
	background-color:#e9e8e5b0;
}
.bg-secondary-transparent1{
	background-color:#ffffff6b;
}
.btn.bg-secondary-transparent1:hover {
    background-color: #ffffffbf;
}
.bg-white-transparent2-scheme{
	background-color:#feffffe6;
}	








.starVerfied{
	width: 21px;
    height: 21px;
    display: inline-block;
    margin: 0 -5px 0 1px; 
    zoom: 0.6;	
}


.starVerfiedPublisher{
	fill: rgb(232,170,12);

}
.starVerfiedAuthor{
	fill: rgb(29, 155, 240);

}

.effectsIMG{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;	
	justify-content: center;
	margin: -58px 0 0 0;
}
.effectsIMG li{
	    background: #f5f7ee;
		
}
.effectsIMG li:first-child {
	border-radius:0 25px 25px 0;
}
.effectsIMG li:last-child {
	border-radius:25px 0 0 25px;
}



.header_row{
    font-size: 17px;
    line-height: 17px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(255 255 255 / 72%) 0%, rgba(255,255,255,0) 100%);
    text-shadow: 1px 1px #FFF;
    border-top: 1px solid #0000002e;
    padding: 13px;
    color: dimgrey;
	border-radius: 6px 6px 0 0;
	box-shadow: 0px -7px 24px -8px #0000003d;
}

.notif_li{
	padding:14px 3px 14px 2px!important;
	position:relative;
	font-size: 11px;
	position: relative;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
}
.notif_li:hover,.notif_li.notif_seen{
	background: #ebebeb;
}
.notif_li a{
	overflow-y: hidden;
    min-height: 46px;	
	padding: 0 0 0 23px;	
    max-height: 59px;
    white-space: unset!important;	
}
.notif_li .notif_icon {
	position: absolute;
	right: 28px;
	top: 28px;
	background: aliceblue;
	padding: 4px 5px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 15px;
}
.notif_li a img{
	width: 44px;
	border-radius: 50%;
	height: 44px;
	margin: 0 4px 7px 7px;
	float: right;
}	
		  
.notif_new{
    color: #1876f2;
    margin: 0;
    padding: 7px;
    font-size: 11px;
    position: absolute;
    left: -7px;
    top: 26%;
    cursor: pointer;
    padding: 12px 16px 30px;
}

.notif_li .seenSpan{
    position: absolute;
    left: -3px;
    top: 35px;
}
.notif_li .time_elapsed {
    color: #1876f2;
    font-size: 10px;
    font-weight: bold;
	position: absolute;
    left: 0;
    top: -5px;
}


.invitationDiv{
	    margin: -0.8rem!important;
    padding: 4px;
    background-color: floralwhite;
    border-radius: 3px;
}






.librarys_scroll{
	overflow:auto;
	overflow-y:hidden;
	width:100%;
	height: 110px;
	white-space: nowrap;
	padding: 0 30px 0 50px;
}
.librarys_scroll_1{
width: 100px;
    height: 100px;
    display: inline-block;
	background: #00000033;
    border-radius: 7px;
    padding: 4px;
	margin: 2px;
	overflow: hidden;
	opacity:0.7;
	position: relative;
}
.librarys_scroll_1:hover{
	opacity:1;
}
.librarys_scroll_1 img{
    
    width: 100%;
    margin: -5px;
}







.big_tags_1 {
    display: block;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    margin: 4px;
}
.big_tags_1 a:link{
	    display: block;
}











.users_scroll{
	overflow:auto;
	overflow-y:hidden;
	width:100%;
	height: 133px;
	white-space: nowrap;
	padding: 0 30px 0 50px;
}
.users_scroll_1{
width: 100px;
    height: 122px;
    display: inline-block;
    background: #ffffff0f;
    border-radius: 7px;
    padding: 4px;
	margin: 2px;
	overflow: hidden;
	opacity:0.7;
	position: relative;
}
.users_scroll_1 a:link{
	display: block;
	position: relative;
	height: 114px;
}
.users_scroll_1:hover{
	opacity:1;
}
.users_scroll_img{
height: 50px;
    width: 50px;
    margin: -5px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 63px;
    border: 3px solid #ffb800;
}

.users_scroll_badge{
    height: 98px;
    width: 112%;
    margin: -5px;
}
.users_scroll_1 small {
	display: block;
    position: absolute;
    bottom: 48px;
    right: -3px;
    width: 35px;
    background: #c4b292;
    padding: 1px 3px 0px 6px;
    border-radius: 8px;
    font-size: 11px;
    color: black;
}

.users_scroll_1 small i {
    font-size: 8px;
    line-height: 1px;
    float: right;
    margin: -2px -2px 19px -2px;
    color: black;
    text-shadow: 1px -1px 1px #d6ba87;
}
.users_scroll_1 big  {
display: block;
    position: absolute;
    bottom: 0;
    font-size: 8px;
    text-align: center;
    width: 109%;
    background: #f0f8ff8f;
    background: linear-gradient(0deg, rgba(255,255,255,1) 26%, rgba(0,0,0,0) 100%);
    margin: -4px;
    padding: 0px;
    color: #000;
}

.centerBadge .users_scroll_img{
	height: 60px;
    width: 60px;
    left: 20px;
    top: 64px;
}
.cup1Badge .users_scroll_img,.cup2Badge .users_scroll_img,.cup3Badge .users_scroll_img{
	height: 48px;
    width: 48px;
	left: 27px;
    top: 74px;
}

.cup1Badge small,.cup2Badge small,.cup3Badge small{
    top: 48px;
    right: 5px;
    bottom: unset;
}

.medalBadge small {
	background: #f2f0ef;
}











.authors_scroll{
	overflow:auto;
	overflow-y:hidden;
	width:100%;
	height: 104px;
	white-space: nowrap;
	padding: 0 30px 0 50px;
}
.authors_scroll_1{
	width: 100px;
    height: 94px;
    display: inline-block;
    background: #ffffff0f;
    border-radius: 3px 25% 3px 25%;
	margin: 2px;
	overflow: hidden;
	opacity:0.7;
	position: relative;
}
.authors_scroll_1 a:link{
	display: block;
	position: relative;
	height: 100%;
}
.authors_scroll_1:hover{
	opacity:1;
}
.authors_scroll_1 img{
    height: 98px;
    width: 112%;
    margin: -5px;
	border-radius: 0 25% 0 25%;
}
.authors_scroll_1 small {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    background: #000000cf;
    padding: 0px 0px 0px 4px;
    border-radius: 8px;
    font-size: 8px;
    color: aliceblue;
    height: 15px;
}

.authors_scroll_1 small i{
	font-size: 8px;
    line-height: 1px;
    float: right;
    margin: -2px -2px 19px -2px;
    color: burlywood;
    text-shadow: 1px -1px 1px black;
}
.authors_scroll_1_big  {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    width: 109%;
    background: #d0d0c4d9;
    padding: 4px 7px 4px 4px;
    color: #000;
}











.i2tags{
	display:none;
}


.clear{
clear:both;
} 



.navbar.fixed-top{
	background: #f7f7f726;
    /* color: white; */
    box-shadow: inset 0px -2px 44px -23px #30559824, 0px -17px 35px 30px #00000047;
    text-shadow: 1px 1px white;
    min-height: 70px;
    height: 70px;
    transition-duration: 0.5s;
	padding: 0 10px 0 0;
}
.navbar-light .navbar-toggler{

}
.navbar.fixed-top .container{
	    justify-content: flex-start;
		position: relative;
}
.navbar.fixed-bottom{
    background: #f7f7f7e8;
    min-height: 44px;
    height: 44px;
    padding: 1px;
    border-top: 1px solid #ced6e2;
	width: 100vw;
}
.nav-botton-row{
	width:100%;
	height: 44px;
	
}
.nav-botton-row>div{
	width:18%;
    display: inline-block;
    text-align: center;	
	height: 44px;
	overflow: hidden;
	color:#5a5a5a;
	cursor:pointer;
}
.nav-botton-row>div>a:link, .nav-botton-row>div>a:visited{
	    color: #5a5a5a;
}
.nav-botton-row>div>a:hover, .nav-botton-row>div>a:active{
	    color: #000;
}

.nav-botton-row>div .nav-icon{
	font-size: 26px;
    line-height: 42px;
}
.nav-botton-row>div:hover{

	color:#000000;
}
.nav-botton-row>div:active{
	background:#f2fcfd;
	
}
.navbar-toggler{

}
.fade-scale {
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all .10s linear;
  -o-transition: all .10s linear;
  transition: all .10s linear;
}




.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.modal-title {
    width: 100%;
	font-size: 14px;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    font-size: 64px;
    line-height: 31.5px;
}
 


.nav-login-item{
	background: #d0d0d0;
    border-radius: 10px;
    margin: 0 1px;

}
.dialog_links{
    padding: 0;
    margin: 0;	
	font-size: 17px;
}
.dialog_links li{
	list-style: none;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}
.dialog_links li a{
	display:block;
	padding: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
	position:relative;
}
.dialog_links li:last-of-type{
	border-bottom: none;
}
.nav-login-item:hover{
	background: #ffffff;
	
}
.nav-login-btn{
	padding: 0px;
    text-shadow: 2px 1px 1px #FFF;
    color: #303030!important;		
}



.nav-login-btn img{
    width: 33px;
    margin: 0px 0 0 7px;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.nav-pp-btn{
    padding: 0px 10px;
    line-height: 34px;
    text-shadow: 2px 1px 1px #fff;
    color: #6f6f6f!important;
    font-size: 13px;
}

.nav-pp-btn span{
	max-width: calc(100% - 48px);
    line-height: 16px;
    text-align: right;
	display:block;
	line-height: 37px;
	float: right;
}
.nav-pp-btn img{
    width: 35px;
    height: 35px;
    margin: 3px 0 0 7px;
    border-radius: 50%;
    border: 2px solid #FFF;
	float:right;
	background: aliceblue;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.navbar-scroll-custom {
		transform: translateY(-70px);
		transition-duration: 0.9s;		
}

.navbar-scroll-bottom {
		transform: translateY(+70px);
		transition-duration: 0.9s;		
}

.fixed-top {
    top: 0;
    border-width: 0 0 1px;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}


.navbar-brand{
	white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 51px;
    max-width: 358px;
    margin-right: 3px;
} 
.notification_head_btn{
	
}
.notification_head_btn .badge{
    margin: 0 0 0 -10px;
    font-size: 12px;
    font-weight: lighter;
    font-family: tahoma;
    text-shadow: 0.5px 0.5px #633737;
}


.cropper-point{
	 height: 25px!important;
    width: 25px!important;
}	







/* seeMoreSmart */

 
.seeMoreSmart{
	position:relative;
}
.seeMoreSmartArrow {
    font-size: 26px;
    line-height: 43px;
    display: block;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 30px -2px #FFF;
    color: #ffffff;
    background: #a4afae;
    transition: all 0.3s ease-in-out;
}
.seeMoreSmartContent{
	box-shadow: inset 0px -75px 47px -26px #ffffff;
	overflow-y: auto;
    margin: 0 0 23px 0;
    padding-bottom: 68px!important;
	transition:max-height 0.9s ease-in-out,border 0.9s ease-in-out;
	min-height: 100px;
}
.seeMoreSmartFooter{
	height: 51px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	cursor:pointer;
	border-bottom: 1px solid #a4afae;
	transition:border 0.9s ease-in-out;
	box-shadow: inset 0px -54px 30px -32px #cdcdcd;
	border-radius: 5px;
}
.seeMoreSmartFooter:hover .seeMoreSmartArrow{
	background: #126d57;
}


.seeMoreSmart:hover .seeMoreSmartArrow{
	background: #126d57;
}
.seeMoreSmart:hover .seeMoreSmartFooter{
	border-bottom: 1px solid #52c5a3;
}

.seeMoreSmartDown .seeMoreSmartContent{
	box-shadow: unset;
}
.seeMoreSmartDown .seeMoreSmartFooter{
    border-bottom: 1px solid #FFF;
}
.seeMoreSmartDown .seeMoreSmartArrow{
    background: #a4afae;
}

.smartMDown{
	transition:all 0.3s ease-in-out;
}

/* seeMoreSmart */




.radio-group input[type=radio] {
	 position: absolute;
	 visibility: hidden;
	 display: none;
}
.radio-group label {
	color: #4e4e4e;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 13px 19px;
    margin: 1px;
    text-align: center;
    transition: all .2s;
    box-shadow: inset 0px 12px 25px -12px #000000;
    text-shadow: 0 0.5px 0.3px #ffffff96, -0.2px -0.2px 0.3px #00000054;
    border: 1px solid #5555556b;
    background-color: #ffffffa7;
    border-radius: 8px;
}
.radio-group label img {
    border: 1px outset #e3eff7;
    border-radius: 2px;
    height: 19px;
}
.radio-group input[type=radio]:checked + label,.radio-group .active  {
	color: #ebf0f5;
    background: #0095f6;
    box-shadow: inset 0px 2px 20px -4px #000, inset 0px -37px 33px -30px #fff;
    padding: 13px 19px;
    transition: all .2s;
    text-shadow: 0.5px 0.5px 0.5px #76dcff, -0.2px -0.7px 0.5px #0c398bcf;
    border: 1px solid #037ecf;
    text-align: center;
    font-weight: unset;
}
.radio-group input[type=radio]:checked + label img {
    border: 1px outset #43a6e7;
}
.radio-group label + input[type=radio] + label {
	 border-left: solid 1px #abc9db;
}
 .radio-group {
	 border: solid 1px #95959547;
	 display: inline-block;
	 margin: 10px 0px;
	 border-radius: 10px;
	 overflow: hidden;
	 background: #bcbbbb4f;
}
 
 
 



.top_search_result{
	border-bottom: 1px solid #00000080;
    border-radius: 0 0 6px 6px;	
	position:relative;
}
.top_search_result .loading{
	position:absolute;
	top: -46px;
    left: 3px;
}
.top_search_result .clearQ{
position: absolute;
    top: -53px;
    left: 7px;
    color: #000;
    padding: 14px;
}

.top_search_items{
	
}
.top_search_items div{
	    clear: both;
}
.top_search_items>div>a{
	display: block;
    background: #e0e0e1;
    margin: 1px 2px 2px 2px;
    padding: 5px;
	
    text-decoration: none;
	text-align: right;
    padding: 6px 23px 4px 0;
}
.top_search_items>div>a:hover{
	background:#FFF;
	color:#000;
}
.top_search_items>div>a img{
	width:100px;
}

.spinner-container {
	  -webkit-animation: rotate 2s linear infinite;
	  animation: rotate 2s linear infinite;
	  z-index: 2;
    width:43px; 
	height:43px;
    display:block;
}

.spinner-container .path {
  stroke-dasharray: 1,150; /* 1%, 101% circumference */
  stroke-dashoffset: 0;
  stroke: rgba(27, 154, 89, 0.7);
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate{
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;  /* 1%, 101% circumference */
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -35;   /* 25% circumference */
  }
  100% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -124;  /* -99% circumference */
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,150;  /* 1%, 101% circumference */
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -35;   /* 25% circumference */
  }
  100% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -124;  /* -99% circumference */
  }
}







.sug{
    background: #f1f1f1!important;
    color: #28770e;
    font-size: 25px;
    padding: 0px 6px 9px 0px!important;
    border: 1px solid #00000014;
    margin: 10px!important;
    text-align: center!important;
}

.sug .pt-4{
    padding-top: 1rem!important;
}
.sug img {
    width: 36px!important;
    margin: -6px 0px 4px 12px!important;
    float: none!important;
    display: inline-block;
}

.sug .text-muted{
    display:none;
}








.quote_info_footer{
	
}
.quote_info_footer_img{
	float:right;
	max-height:100px;
	display:inline-block;
	width: 62px;
}
.quote_info_footer_details{
	float:right;
	max-height:100px;
	overflow-y:hidden;
    display: inline-block;
    width: 69%;
    width: calc(100% - 77px);	
}

.quote_info_footer_img img{
	max-height:100px;
	max-width: 100%;
}


.quote_bg {
    background: #f1e8c7;
    text-shadow: 0.5px 0.5px 1px white;
    box-shadow: 40px -11px 51px -14px #0000008f, inset -4px 0px 43px -3px #bdb3956b;
    border-top: 1px solid #efecec;
	
}


.quote_bg000:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 20px;
  left: 10px;
  width: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px -25px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px -25px 15px rgba(0, 0, 0, 0.5);
  box-shadow: -10px -25px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg); 
}
 
 
.quote_bg000:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 20px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 10px -25px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px -25px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 10px -25px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg); 
}




/* folding */
.fold::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    border-style: solid;
    border-width: 0 34px 34px 0;
    border-color: #d6d6d6ed  #ffffff;
    transition: all ease 0.5s;
}


.quote_bg1:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 10px;
  width: 50%;
  top: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px 20px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px 20px 15px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 20px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg); 
}
 
.quote_bg1:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg); 
}


.makeVideoContent{
	border-radius: 19px;
	background: lightgrey;
}




.profile_header{
	
}
.bigppbirth::before{
	content: ' ';
    display: block;
    background: url(img/birthCircle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 223px;
    height: 233px;
    position: absolute;
    left: -30px;
    top: -44px;
    z-index: 0;
}

.profile_header .profile_header_pic{

	background: #ffffff;
    border: 2px solid #cbcbcb;	
	z-index: 1;
	position: relative;
    max-height: 12vh;	
}

.profile_header .time_elapsed{
	font-family: tahoma;
    font-size: 12px;
    color: #6d6d6d;
}
.profile_more_stng{
	position: absolute;
    left: 0;
}
.bar_profile .col {
    min-width: 122px;
}
.bar_profile{
	
}
.bar_profile .row a:link,.bar_profile .row a:visited{
    color: #444444;
    display: block;
    padding: 10px 0;
	border-radius:4px;
}
.bar_profile .row a:hover{
    color: #000000;
    background: #ffffff4a;

}
.bar_profile .row a:focus,.bar_profile .row a.active{
    color: #0080ff;
    background: #ffffff;

}



.profile_nav{
	
    margin: 0;
}
.nav-scheme .nav-link.active{
	color: #007bff;
    background-color: #ffffff6b;
	border-bottom: 3px solid #007bff;

	box-shadow: 4px -5px 9px -6px #00000059;
    border-radius: 5px 5px 0 0;	
}
.nav-scheme .nav-link{
	color: #555555;
	margin: 0px;
}
.nav-scheme .nav-link:hover{
	background-color: #f3f4f7;
}





/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: -30; opacity: 0;}
  to {bottom: 55px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: -30; opacity: 0;}
  to {bottom: 55px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 55px; opacity: 1;}
  to {bottom: -30; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 55px; opacity: 1;}
  to {bottom: -30; opacity: 0;}
}






















.timeline {
  list-style: none;
  padding: 0px 0 20px;
  position: relative;
  min-height: 60vh;
}


.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee38;
  left: 50%;
  margin-left: -1.5px;
  border-left: 1px solid #decbcb1f;
    border-right: 1px solid #d7dee830;
}

.timeline > li {
  margin-bottom: 5px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:first-child {
   /*  margin-top: 10px!important; */
	
}
.timeline > li.clearfix {
  margin-bottom: 0;
  position: relative;
  width: 0;
  float: auto;
 
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  background:#f1e8c7ba;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  
	border-radius: 10px 10px 20px 20px;
	overflow: hidden;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 36px;
  right: -5px;
  display: inline-block;
  border-top: 5px solid transparent;
  border-left: 5px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 5px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 37px;
  right: -4px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 4px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.0em;
  text-align: center;
  position: absolute;
  top: 18px;

  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 5px;
  left: -5px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 4px;
  left: -4px;
  right: auto;
}
.timeline-badge > a {
    color: #ffffff !important;
    text-shadow: 0.1px 0px 1px #5c6674a1;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
    margin-top: 0;
    width: auto;
    MAX-WIDTH: calc(100% - 151px);
    padding: 0 9px 0 66px;
    text-align: right;
    font-size: 24px;
    display: inline-block;
    line-height: 35px;
	text-shadow:0 1px 1px #d7d7d7f2, 1px 0 1px #d7d7d7f2, 0 -1px 1px #d7d7d7f2, -1px 0 1px #d7d7d7f2, 0 0 #d7d7d7f2;
    color: #000!important;
    /* margin: 0 0 -28px 0; */
    position: absolute;
    z-index: 16;
    left: 8px;
    bottom: 5px;
    direction: rtl;
}
.timeline-title-extra-small{
    font-size: 14px;
    line-height: 14px;
}
.timeline-title-small{
    font-size: 15px;
    line-height: 27px;
}
.timeline-content{
	box-shadow: 0px 34px 76px -44px #081f41;
}
.timeline-body {

    z-index: 19;
    position: relative;
	
    background-color: #efe9d5b3;
}
.commentbtnclass{
	background: #FFF;
    border: 0;
	float: left;
	font-size: 15px;
	padding: 6px 16px;
	margin: 0 0 1px 1px;
	color: #8b939b;
	cursor:pointer;
}	
.commentbtnclass:hover {
    background: #d2d6dc;
	    color: #0d5693;
}

.timeline-body > .qpargraph{
	font-size: 28px;
}

.userPost{
    float: right;
	 width: 80%;
    width: calc(100% - 74px); 
    position: absolute;
    z-index: 11;
	top: 10px;
    right: 7px;
	text-align:right;
}
.ppbirth{
    position: relative;
}
.ppbirth::before{
    content: ' ';
    display: block;
    background: url(img/birthCircle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 97px;
    height: 101px;
    position: absolute;
    left: -22px;
    top: -17px;
    z-index: 0;
}

.userPost img{
	width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #FFF;
	float: right;
    background: #FFF;
    z-index: 1;
    position: relative;		
}

.userPost p a:link {
	line-height: 16px;
	font-size: 12px;

}
.userPost p {
    text-align: right;
    margin: 0 66px 0 0;
    line-height: 17px;
    padding: 2px 0 0 0;

}
.userPost p .text-muted-scheme {
	font-size: 9px;
    font-family: tahoma;
}

.quImg{
	
}

.quImg img{
	max-height: 50vh;
    max-width: 100%;
	
	
}
.pBig{
	font-size: 29px!important;
    padding: 37px 5px 5px 5px!important;
}
.pNormal{
	font-size: 23px!important;
	padding: 19px 24px 2px 20px!important;
    text-align: center;	
	line-height: 38px;
}
.pSmall{
	font-size: 19px!important;
	padding: 19px 24px 2px 20px!important;
    text-align: center;	
	line-height: 38px;
}
.pxSmall{
	font-size: 15px!important;
	text-align: right!important;
	line-height:34px;
	
} 

.pxSmall{
  overflow: hidden;

  max-height: 350px;


  background:
    /* Shadow covers */
    linear-gradient(ffffff00  30%, rgba(255,255,255,0)),
    linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.5), rgba(0,0,0,0)),
    radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.5), rgba(0,0,0,0)) 0 100%;
  background-repeat: no-repeat;
  
  background-size: 100% 390px, 100% 390px, 100% 44px, 100% 44px;
  
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
	
}
.quote_content{
	position:relative;
	overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;	
}
.qMore{
    position: absolute;
    bottom: 9px;
    width: 95%;
    left: 12px;
    border-radius: 24px;
	box-shadow: 0px 1px 59px -10px #000;
}


.LANGarabic{
	direction:rtl!important;
}
.LANGen{
	direction:ltr!important;

}

.duration{
	position: absolute;
    width: 200px;
    margin: auto auto;
    left: calc(50% - 100px);
    bottom: calc(50% - 129px);
    z-index: 10;
    display: block;
    background: #000000b0;
	font-family: fantasy;
    font-size: 20px;
    line-height: 46px;
    color: #FFF;
    border-radius: 8px;
    text-shadow: 1px 1px 1px black;
}
	
	
.timeline-body > .qpargraph small{
	    font-size: 16px;
}
.timeline-body > .qpargraph,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > .qpargraph + .qpargraph {
  margin-top: 5px;
}
.timeline-footer{
    padding:10px;
    
	    box-shadow: inset 0px 34px 17px -39px #000;

    position: relative;

}
.timeline-footer .alert{
    position: absolute;
    width: 92%;
    margin-top: -115px;
    z-index: 20;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
	border-top: 1px solid #d8e2ef;
}
.timeline-heading.bg-success{background-color: rgba(40, 167, 69, 0.25) !important;}
.timeline-heading.bg-danger{background-color: rgba(220, 53, 69, 0.25) !important;}
.timeline-heading.bg-info{background-color: rgba(23, 162, 184, 0.25) !important;}
.timeline-heading.bg-warning{background-color: rgba(255, 193, 7, 0.25) !important;}

.timeline-heading{
	position:relative;
	border-radius: 10px 10px 0px 0;
	overflow: hidden;
}
.timeline-heading::after{

    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
    /* width: 100%; */
    /* background: aqua; */
    z-index: 9;
    box-shadow: inset -7px 5px 16px 0px #ffffffad;

	
}

.timeline-heading .pimage{
	max-height:120px;
	position:relative;
	overflow:hidden;
	text-align: left;
}

.timeline-heading .pimageBack{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 63px;
    width: -webkit-fill-available;
    width: calc(100% - 100px);
    z-index: 0;
    height: 120px;
    opacity: 0.5;
    filter: grayscale(60%) blur(2.5px) brightness(65%);
}

.timeline-heading img.post_img{
	height:82px;
	width: 64px;
	z-index:15;
	position: relative;
    box-shadow: 1px 36px 88px 47px #00000096;
}
.timeline-heading img.imgback{
	width:100%;
	    display: inline;
    position: absolute;
	left: 0;
    z-index: 0;
    opacity: 0.5;
    margin: -50% 0;
    margin: calc(-50% + 20px) 0;
	
	-webkit-filter: sepia(80%) blur(3px) grayscale(49%);
	-moz-filter: sepia(80%) blur(3px) grayscale(49%);
	-o-filter: sepia(80%) blur(3px) grayscale(49%);
	-ms-filter: sepia(80%) blur(3px) grayscale(49%);
	filter: sepia(80%) blur(3px) grayscale(49%);
}

.hashs{
    font-size: 12px;
    display: inline-block;
   
    text-align: right;
	padding-right:10px;
	    margin-top: -3px;
		
 width: 70%;
 width: calc(100% - 76px);
    width: -moz-calc(100% - 76px);
    width: -webkit-calc(100% - 82px);
    max-height: 102px;
    overflow-y: hidden;	
	
}
.hashs a:link,.hashs a:visited{
	color:#999;
}
.hashs a:hover,.hashs a:active{
	color:#000000;
}
 .copy{
    position: relative;
    border-left: 1px solid rgba(165, 165, 165, 0.62);
    padding-left: 7px ;
    padding-right: 4px ;
	font-size:110%;
}


.copy::after{
	border-left: 1px solid rgba(255, 255, 255, 0.56);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    
    left: 0;
	width: 0px;
}

.like {
    position: relative;
    padding-right: 1px;
    border-right: 1px inset rgb(234 234 234);
}

.like:hover{
	
}
.like>span {
	padding:4px 0 3px 0;
}
.like a  .fas {


}
.like_count, .dislike_count{
    font-size: 10px;
    float: left;	
	display:none;
}
.like .dislikea i{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.like a.likea:hover  .fas  {
    /*-webkit-transform: rotate(360deg);*/
    /* transform: rotate(20deg) translate(-5px,-5px)  rotate(20deg);	 */
	 -webkit-animation: hima 0.6s ease-in;
	 -moz-animation: hima 0.6s ease-in;
	 -o-animationanimation: hima 0.6s ease-in;
	 -ms-animationanimation: hima 0.6s ease-in;
	 animation: hima 0.6s forwards ease-in;
 	 
}
.like a.dislikea:hover  .fas  {
    /*-webkit-transform: rotate(360deg);*/
    /* transform: rotate(20deg) translate(-5px,-5px)  rotate(20deg);	 */
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	 -webkit-animation: himaf 0.6s ease-in;
	 -moz-animation: himaf 0.6s ease-in;
	 -o-animationanimation: himaf 0.6s ease-in;
	 -ms-animationanimation: himaf 0.6s ease-in;
	 animation: himaf 0.6s forwards ease-in;
 	 
}
@-webkit-keyframes hima {
0% {    transform: rotate(0deg);} 
20% {    transform: rotate(-50deg) skewX(30deg);}
45% {    transform: rotate(40deg) skewX(10deg);}
60% {    transform: rotate(-20deg) skewX(10deg);}
75% {    transform: rotate(20deg) skewX(0deg);}
85% {    transform: rotate(0deg);}
95% {    transform: rotate(-10deg);}
100% {    transform: rotate(0deg);}
}
@-moz-keyframes hima {
0% {    transform: rotate(0deg);} 
20% {    transform: rotate(-50deg) skewX(30deg);}
45% {    transform: rotate(40deg) skewX(10deg);}
60% {    transform: rotate(-20deg) skewX(10deg);}
75% {    transform: rotate(20deg) skewX(0deg);}
85% {    transform: rotate(0deg);}
95% {    transform: rotate(-10deg);}
100% {    transform: rotate(0deg);}
}
@-ms-keyframes hima {
0% {    transform: rotate(0deg);} 
20% {    transform: rotate(-50deg) skewX(30deg);}
45% {    transform: rotate(40deg) skewX(10deg);}
60% {    transform: rotate(-20deg) skewX(10deg);}
75% {    transform: rotate(20deg) skewX(0deg);}
85% {    transform: rotate(0deg);}
95% {    transform: rotate(-10deg);}
100% {    transform: rotate(0deg);}
}
@-o-keyframes hima {
0% {    transform: rotate(0deg);} 
20% {    transform: rotate(-50deg) skewX(30deg);}
45% {    transform: rotate(40deg) skewX(10deg);}
60% {    transform: rotate(-20deg) skewX(10deg);}
75% {    transform: rotate(20deg) skewX(0deg);}
85% {    transform: rotate(0deg);}
95% {    transform: rotate(-10deg);}
100% {    transform: rotate(0deg);}
}

@keyframes hima {
0% {    transform: rotate(0deg);} 
20% {    transform: rotate(-50deg) skewX(30deg);}
45% {    transform: rotate(40deg) skewX(10deg);}
60% {    transform: rotate(-20deg) skewX(10deg);}
75% {    transform: rotate(20deg) skewX(0deg);}
85% {    transform: rotate(0deg);}
95% {    transform: rotate(-10deg);}
100% {    transform: rotate(0deg);}
}
@keyframes himaf {
0% {    transform: scaleX(-1) rotate(0deg) ;} 
20% {    transform: scaleX(-1) rotate(-50deg) skewX(30deg);}
45% {    transform: scaleX(-1) rotate(40deg) skewX(10deg);}
60% {    transform: scaleX(-1) rotate(-20deg) skewX(10deg);}
75% {    transform: scaleX(-1) rotate(20deg) skewX(0deg);}
85% {    transform: scaleX(-1) rotate(0deg);}
95% {    transform: scaleX(-1) rotate(-10deg);}
100% {    transform: scaleX(-1) rotate(0deg);}
}

.like::after{
    border-right: 1px solid rgb(185 185 185 / 62%);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
	width: 0px;
}
.timeline  a:link,.one_note a:link{
/*       -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear; */
      transition: all 0.2s linear;
	  text-decoration:none;
	  
}
	  
 .copy a:link, .copy a:visited, .like a:link,
 .like a:visited{
color:#5c5c5c;
text-shadow: -0.5px -0.8px #ffffffd4;
}

 .like a:hover,.copy a:hover{
color:#0D5693!important;
}


.like a.likea:hover{
	color:#0D5693!important;
}
.like a.likea.activebtn{
	color:#55920d!important;	
}
.like a.likea.activebtn:hover{
	color:#333333!important;
}
.like a.likea.activebtn:focus{
	color:#55920d!important;
}


.like a.dislikea:hover{
	color:#8c0000!important;
}
.like a.dislikea.activebtn{
	color:#8c0000!important;
}
.like a.dislikea.activebtn:hover{
	color:#333333!important;
}
.like a.dislikea.activebtn:focus{
	color:#8c0000!important;
}



.like .dislikea{
	position: relative;
    
	    margin-right: 2px;
		padding-right: 3px;
}

.dislike_count{	


}	
	
.like .dislikea::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
	width: 0px;
}
 .like a:last-of-type i{
	margin-right:8px;
}

.like .total_count{
    font-size: 26px;
    line-height: 26px;
    cursor: pointer;
    margin: -5px 0 0 -7px;
    text-align: center;
    width: 47px;
}

.evshort, .authorbd{
	background: #ffffff70;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;

}
.timeline > li:nth-child(2){
 /*  margin-top: 20px; */
}


@media (min-width: 1200px) {


    ul.timeline > li > .timeline-badge {
  right: -9px;
  left:auto;

  
    }
.timeline > li.timeline-inverted > .timeline-badge{
  left: -9px;
      right: auto;

}
.timeline > li:not(.timeline-inverted) > .timeline-badge .fa{
	      transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);

}
}
@media (max-width: 1200px) {
	
    ul.timeline:before {
        left: 2px;
		visibility: hidden;
    }



.timeline > li.timeline-inverted > .timeline-badge{
  left: -7px;
      right: auto;
}
	
    ul.timeline > li {
      
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }


    ul.timeline > li > .timeline-badge {
        left: -6px;
        margin-left: 0;
        top: 17px;
		right: auto;
		visibility: hidden;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
		width: 100%;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 5px;
            left: -5px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 4px;
            left: -4px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;

}

.timeline > li.timeline-inverted > .timeline-badge{
  left: -13px;
}
}








.user_one{
	width:100%;
	padding:5px;
	background:#FFF;
	min-height: 79px;
	text-align: right;
	border-radius: 5px;
	position: relative;
	font-size: 8px;
}
.user_one img{
    height: 50px;
    width: 50px;
    float: right;
    margin: 0 0 26px 7px;
    border-radius: 50%;
}

.user_one_link{
	text-decoration:none;
	color:Black;
	font-size: 10px;
    line-height: 0;
}
.user_one_link:hover{
	text-decoration:none;
}
.user_one_link big{

	margin: 7px 0 0 0;
	line-height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 157px);
    display: block;	
}



.commentsIframe{
	width:100%;
	min-height:290px;
}

#notecommnt{
	
	
}
.fb-comments{
    box-shadow: 0px -13px 126px -53px #000;
    width: fit-content;
border-radius: 4px; 
    background: #f7f5ee;
}


.one_note{
	background:#FFF;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.one_note .timeline-badge{ 
display:none;
}
.one_note li{ 
	  list-style-type: none;

}
#more{
	display:none;
}


.bill_send_foot_div{
	background: #00000063;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5914740896358543) 50%, rgba(0,0,0,0) 100%);

	    position: relative;
		    height: 62px;
}

.bill_send_foot_link{
    background: #2196F3;
    width: 100px;
    display: block;
    height: 100px;
    border-radius: 50%;
    padding: 17px 0 0 0;
    color: #FFF;
    text-shadow: 0 1px black;
    box-shadow: 0px 3px 15px 3px black, inset 0px 3px 4px #ffffff96;
    position: absolute;
    left: 45%;
    top: -19px;
}
.bill_send_foot_link:hover{
	text-decoration:none;
	color: #FFF;
	background: #0b71c4;
}
.offer_one{
    width: 100%;
    padding: 1px;
    background: #FFF;
    min-height: 118px;
    text-align: right;
    border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.offer_one .offerShortName{
background: #972121;
    color: #FFF;
    position: absolute;
	left: -8px;
    top: 21px;
    padding: 4px 13px;
    border-radius: 7px;
    font-size: 11px;
    font-family: tahoma;
}
.offer_one img{
	max-width: 100%;
	max-height: 270px;
	min-width: 100%;
	float: right;
	margin: 0 0 0 13px;
	border-radius: 20px;
}
.offerbrand{
	width:100px;
	height:100px;
	margin:-88px 10px 10px 10px;
	float: right;
}
.offerbrand img{
	max-width:100px;
	max-height:100px;
	border-radius:50%;
}
.offer_link{
	color:#000;
}


.text-small{
	font-size: 10px;
    font-family: tahoma;
}
.contacts_card .search {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
}
		
.search_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}	


.filter_btn {
	margin: 0 0 0 10px;
    background-color: rgba(0,0,0,0.0) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}	


.editprofileimg{
	width:300px;
	height:300px;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	border: 2px solid #FFF;
}
.editprofileimg .editProfileImgBtn{
	width:300px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	background:#0000008c;
	display:none;
	cursor:pointer;
}

.editprofileimg .editProfileImgBtn i{
	font-size: 109px;
    color: #f0f8ff78;
    display: block;
    margin: 30% 0 0 0;
}
.editprofileimg:hover .editProfileImgBtn{
	display:block;
}
.editprofileimg .editProfileImgBtn:focus i{
	color:#FFF!important;	
}
.editprofileimg img{
	min-width:300px;
	min-height:300px;
	background: url(img/loading4.svg) no-repeat center center;	
}











.bmn__wrapper{
	z-index: 999!important;
	background-color: #d9e1e9e6!important;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 10px -20px 52px 2px #0d262633;
}

.bmn-link{
	font-size: 14px!important;
    color: #002040!important;
	font-weight: 400!important;
}
.bmn-link i{
	margin:0 0 0 7px;
}
.bmn-item {
	padding: 5px 0!important;
    border-bottom: 1px solid #98929212;
}
.bmn__brand{
	font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-toggler{
	padding: 6px 8px;

}
.navbar-toggler:focus, .navbar-toggler:hover {
	

}

.timeline-panel:hover .editbtnclass{
	opacity:1;
}
.timeline-panel .editbtnclass{
	opacity:0;
}


.modal-content{
    color: #000;
	background-color: #f5f2f0;
}
.fade-scale-modal-alert .modal-content {
    background: #d8dee3;
}

.head_search_div {
    margin-bottom: 27px;
}

.qModal{
    min-width: 267px;
    min-height: 48px;
    width: 74%;
    padding: 15px;
    text-align: right;
    place-content: start;
    font-size: 40px;
    color: #000;
    box-shadow: 0 9px 44px -6px #00000069;
    background: #ffffffcf;
    border-radius: 15px;
}
#head_q {
    min-width: 267px;
	min-height: 48px;
    width: 74%;
    padding: 15px;
    text-align: right;
    place-content: start;
    font-size: 40px;
    color: #000;
    box-shadow: 0 9px 44px -6px #00000069;
    background: #ffffffcf;
    /* outline: 8px #000; */
    border: 3px inset #d2bbabf7;
    outline: 1px inset #dcc44f;
}
#head_q:focus {
    background: #FFF;
	outline: 1px inset #27ff00;
}


#head_q::-webkit-input-placeholder { /* Edge */
    color: #777777;
      font-size: 26px;
}

#head_q:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777777;
      font-size: 26px;
}

#head_q::placeholder {
    color: #777777;
      font-size: 26px;
}
#head_q:focus::placeholder {
	content:' ';
    color: #ffffff;
      font-size: 26px;
}



.book_search_div {
    margin-bottom: 27px;
}
#book_q {
    min-width: 267px;
    max-width: 94%;
    width: 800px;
    padding: 3px;
    text-align: center;
    place-content: start;
    font-size: 30px;
    color: #000;
    background: #ffffffcf;
    /* outline: 8px #000; */
    border: 1px inset #a0a5a770;
    border-radius: 29px;
}
#book_q:focus {
    background: #FFF;
    outline: none;
}


#book_q::-webkit-input-placeholder { /* Edge */
    color: #37844b;
      font-size: 26px;
}

#book_q:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #37844b;
      font-size: 26px;
}

#book_q::placeholder {
    color: #37844b;
      font-size: 26px;
}




.header1 {
	width: 100%;
    background: #202631e6;
    color: #b3cbebd9;
    text-shadow: 1px 2px #000000ab;
    line-height: 40px;
    padding: 6px 15px 18px 15px;
    font-size: 22px;
    border-radius: 10px 10px 0 0;
    margin: 0 0 -5px 0;
    box-shadow: inset -6px 8px 19px -15px #ffffff7a, -6px 7px 19px 5px #0000007a;
}
.header1>*{
	text-shadow: none;
}
.header1 #dropdownMenuButton {
    border: 1px inset #4c4c4c;
}






.breadcrumb{
    margin-top: 4px;
    line-height: 16px;
    padding: 1px 5px 1px 51px;	
	font-size: 10px;
	position: relative;	
	direction:rtl;
	text-align:right;
	overflow: hidden;
	background: #ffffff5c;
}
.breadcrumb a:link,.breadcrumb a:visited{ 
	color:#535362;
	text-decoration:none;
}
.breadcrumb a:hover,.breadcrumb a:active{ 
	color:#2a6496;
}

.breadcrumb-item+.breadcrumb-item{
	padding-left: 0;
	padding-right: .5rem;
	
}
.breadcrumb-item+.breadcrumb-item::before{
	padding-left: .5rem;
	padding-right: 0;
	content: "❮";
    direction: ltr;		
}




.smlbooks {
    /* background: rgba(0, 0, 0, 0.75)!important; */
    display: block; 
    line-height: 21px!important;
    /* font-size: smaller; */
	z-index: 1;
    position: relative;
    /* height: 250px; */
    overflow: hidden;
    box-shadow: 1px 19px 12px -2px rgb(0 0 0 / 65%);
}

.smlbooks h3{
    font-size: 17px;
    line-height: 28px;
    min-height: 64px;
    position: absolute;
    background: rgb(0 0 0 / 48%);
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
    padding: 13px;
    width: 100%;
    bottom: -7px;
    text-align: center;
}

.smlbooks a:link,.smlbooks a:visited{
	color: #FFF;
    background: rgb(35, 27, 16);
}


.smlbooks span.details{
	display:none;
	
}
.oneBook{
    display: block;
    position: relative;
	z-index:3;
	height: inherit;
}

.oneBook .img-fluid {
	width: 100%;
	height: 100%;
	max-height: 337px;
	min-height: 194px;
	margin: 0px 0px 0px 0px;
	max-width: 550px;
	float: left;
}
.oneBook:hover .img-fluid {
	    opacity: 1;
}

.oneBook::after{
    content: "";
    box-shadow:inset 8px -5px 4px -5px rgb(129 93 0 / 39%), inset -7px 8px 31px -1px rgb(129 129 129 / 54%), inset 113px 73px 22px -99px rgb(2 2 2 / 58%);
    /* opacity: 1; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    outline: 1px solid #22180c;
    overflow: hidden;
}


.oneBook::before {
    content: "";
    bottom: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    width: calc(100% - 5px);
    max-width: 546px;
    height: calc(100% - 6px);
    border-top: 1px solid rgb(255 214 88 / 83%);
    border-left: 0;
    border-right: 2px solid rgba(0, 0, 0, 0.44);
    border-bottom: 0;
	box-shadow:inset -10px 10px 97px -31px #ffd3343d, 3px -11px 4px -4px #ffe884d9;
}

.book{
 max-width:550px; 
 position: relative;
 border-radius: 13px 0px 11px 0px!important;
 height: 100%;
margin: auto;
}

.book::after{

}
.book:hover img{	
 opacity: 1;
}
.book:hover h3{	
 display: none;
}
.book img{
    border: 6px outset rgb(234 233 231);
    border-left: 0;
    border-bottom: 0;
}
.book h3{
    z-index: 3;
    border-top: 3px groove rgb(183 181 181 / 36%);
    border-bottom: 3px ridge rgba(51, 51, 51, 0.66);
    margin: 0 6px -8px 0px;
    bottom: 5px;
    width: 100%;
}


p.whitebk{
	
	display:none;
}
.lib-sec{
	background: url(img//bg_hima4.jpg)repeat;
	padding: 0px 10px 20px 10px;

}










.quVideo{
	cursor:pointer;

	overflow: hidden;
    position: relative;
	width: 100%;
	min-height: 250px;

}
.quVideo .quVideoImg{
	opacity:0.7;
	width: 100%;
	/* transform: scale(.95,.82); */
    transition: opacity 400ms;		
}


.quVideo:hover .quVideoImg{
	opacity: 1;
}

.quVideo .playIcon{
	position: absolute;

    width: 200px;
    margin: auto auto;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
	transform: scale(.95,.82);
	z-index: 10;
}
.quVideo .playIcon .path1{
	fill: #000000;
	opacity: 0.7;
	
    transition: all 400ms;		
	  -webkit-filter: drop-shadow( 1px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 1px 3px 2px rgba(0, 0, 0, .7));

}
.quVideo:hover .playIcon .path1{
	opacity: 1;
	fill: rgb(255,0,0);
	

}

.quVideo .playIcon .path2{ 
	fill: #ffffff;
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .5));
  filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .5));	
}

.utIframe{
	width:100%;
	background:#000;
}









.one_post_tools{
	overflow: auto;
    overflow-y: hidden;
    width: 100%;
    height: 54px;
    white-space: nowrap;
    padding: 2px 7px 0 26px;
    text-align: center;
    margin-bottom: -10px;	
	position: relative;
}
.one_post_tools::-webkit-scrollbar{
	width: 0px;
    height: 0px;
}
.one_post_tools::-webkit-scrollbar-thumb{
	background: transparent;
}
.one_post_btns{
	display:inline-block;
	
}


.one_post_btns>button{
	border-radius: 1px;
	margin-left: -5px;
	border-left:1px solid #d2d2d2;
	border-right:none;
}


.one_post_btns>button::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 4px;
    left: -1px;
    background: #ffffffe8;
    width: 1px;
    height: 31px;
    z-index: 3;
}
.one_post_btns>button:first-child{
	border-radius: 1px 19px 19px 1px;
	border-right:1px solid #FFF;
	text-align: end;
}
.one_post_btns>button:last-of-type{
	border-radius: 19px 1px 1px 19px;
	border-left:1px solid #FFF;
	margin-left: 0px;
}
.one_post_btns>button:last-of-type::after {
	display:none;
	visibility: hidden;
}
.one_post_btn{
	height: 41px;
    border-radius: 19px;
    min-width: 34px;
    padding: 8px 15px 8px 15px;
    outline: none!important;
    border: 1px solid #ffffff80;
    background: #ffffff63;
    font-size: 18px;
    line-height: 25px;
    color: #8c8c8c;
    margin: 0 2px 0px 2px;
    display: inline-block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;	
	position:relative;	
	text-decoration: none;
	vertical-align: top;
}
.one_post_square .one_post_btn{
	 border-radius: 9px;
}
.one_post_square .one_post_btns>button:first-child{
	border-radius: 1px 9px 9px 1px;
}
.one_post_square .one_post_btns>button:last-of-type{
	border-radius: 9px 1px 1px 9px;
}
.one_post_square .one_post_btns>button {
    border-radius: 0px;
}


.one_post_square .one_post_btns>button:only-child {
    border-radius: 9px !important;
}

.one_post_btn.active {
	border-bottom: none;
    color: #0089c1;
    border-radius: 10px 10px 0px 0px;
    box-shadow: -3px 0px 0px 0px #0089c16b, 3px 0px 0px 0px #0089c16b, 0px -3px 0px 0px #0089c16b;
	background: transparent;
}
.one_post_btn:hover {
    background: #ffffff;
    color: #151515;
}







.one_like_btn{
	    min-width: 67px;
	
}
.one_like_btn, .one_dislike_btn{

}
.one_dislike_btn i{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.one_like_btn:hover  i  ,.one_like_btn:focus  i  {
    /*-webkit-transform: rotate(360deg);*/
    /* transform: rotate(20deg) translate(-5px,-5px)  rotate(20deg);	 */
	 -webkit-animation: hima 0.6s ease-in;
	 -moz-animation: hima 0.6s ease-in;
	 -o-animationanimation: hima 0.6s ease-in;
	 -ms-animationanimation: hima 0.6s ease-in;
	 animation: hima 0.6s forwards ease-in;
 	 
}
.one_dislike_btn:hover  i ,.one_dislike_btn:focus  i  {
    /*-webkit-transform: rotate(360deg);*/
    /* transform: rotate(20deg) translate(-5px,-5px)  rotate(20deg);	 */
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	 -webkit-animation: himaf 0.6s ease-in;
	 -moz-animation: himaf 0.6s ease-in;
	 -o-animationanimation: himaf 0.6s ease-in;
	 -ms-animationanimation: himaf 0.6s ease-in;
	 animation: himaf 0.6s forwards ease-in;
 	 
}

.one_like_btn .fa-heart{
	display:none;
}
.one_like_btn:hover{
	color:auto!important;
}
.one_like_btn.activebtn .fa-heart{
	display:inline-block!important;
}
.one_like_btn.activebtn .fa-thumbs-up{
	display:none!important;
}
.one_like_btn.activebtn{
	color:#ff0040!important;	
}
.one_like_btn.activebtn:hover{
	color:auto!important;
}
.one_like_btn.activebtn:focus{
	color:auto!important;
}


.one_dislike_btn:hover{
	color:auto!important;
}
.one_dislike_btn.activebtn{
	color:#8c0000!important;
}
.one_dislike_btn.activebtn:hover{
	color:auto!important;
}
.one_dislike_btn.activebtn:focus{
	color:auto!important;
}





.hashesOnePost {
	padding: 13px;
    font-size: 15px;
    line-height: 33px;
}













.intro{

background: rgb(226, 221, 199)  url(img/old_paper.png) right top no-repeat;
    text-shadow: 0.5px 0.5px 0.5px #FFF;
	position:relative;
    box-shadow: inset -8px 4px 25px 2px #1308005c;

}
.intro::before{
    content: '';
    width: 213px;
    height: 189px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(img/bg_intro.png) no-repeat bottom left;
}
.intro div{
overflow:hidden;

}








/* libraris */
.librs_cont{
    background: #8b8b8bd1;

}
.library_home{
	background:#bebebeb3;
	cursor: pointer;
	    border-radius: 11px;
}

.library_home img{
	height:188px;
    margin: auto;
    opacity: 0.8;
width: -webkit-fill-available;	
    max-width: 200px;
}

.library_home .card-title{
color: #164464;
    height: 62px;
    line-height: 39px;
}

.wood_library{
    
}



/* years */

.ayearDIV{
    height: 72px;
	overflow-y: hidden;
    overflow-x: auto;

	padding-top: 9px;
	direction: rtl;
	white-space: nowrap;
    background: #ffffffba;
}
.ayear{
    padding: 7px;
    /* float: right; */
    margin: 1px 3px 1px 1px;
    font-size: 19px;
    background: rgb(255 255 255 / 82%);
    border-radius: 15px;
}
.ayear:hover,.ayear:active,.ayear.active{
	    background: rgb(255, 197, 91);
    color: rgb(0, 0, 0);
}


.overflow-hidden { overflow: hidden; }





.page-header {
    background: rgb(54,33,11,0);

background: linear-gradient(to right, rgba(54,33,11,0) 0%,rgb(255 255 255) 100%);

	
	
    border: 0;
    border-top-right-radius: 8px;
    padding:0 9px 5px 9px;
    text-align: right!important;
	color: rgb(72 72 72);
    text-shadow: 1px 1px 1px #FFF;
    margin: 0;
}
.page-header h3 {
    font-size: 20px;
    padding: 8px; 
	direction:rtl;
	margin: 0;
}










/* =============================================
* RADIO BUTTONS
=============================================== */

.radios label {
	cursor: pointer;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}


.radios input[type="radio"] {
	opacity: 0; /* hidden but still tabable */
	position: absolute;
}

.radios input[type="radio"] + span {

	color: #444444;
	border-radius: 12px;
	padding: 9px 17px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background-color: #ffffff;
	display: inline-block;
	opacity: 0.7;
}

.radios input[type="radio"]:checked + span {
    color: #fefeff;
    background-color: #4285F4;
    text-shadow: -0.5px -0.5px #004d5e, 0.5px 0.5px #5696ff;
	opacity: 1;
}
.radios input[type="radio"] + span:hover {
	opacity: 1;
}
.radios input[type="radio"]:focus + span {
	color: #fff;
}

/* ================ TOOLTIPS ================= */
/* 
.radios label:hover::before {
	content: attr(title);
	font-family: Roboto, -apple-system, sans-serif;
	text-transform: capitalize;
	font-size: 11px;
	position: absolute;
    top: -21px;
    left: -18%;
	right: 0;
	opacity: 0.75;
	background-color: #323232;
	color: #fff;	
	padding: 4px;
	border-radius: 3px;
	display: block;
	    width: fit-content;
}
 */
/* =============================================
* CENTERING, CONTAINER STYLING ETC || IGNORE
=============================================== */







/* 
checkbox
 */
.toggler-wrapper .checkTitle{
    text-align: right;
    position: absolute;
    top: -1px;
    right: 47px;
    white-space: nowrap;
    direction: rtl;
}
.toggler-wrapper {
	display: block;
	width: 45px;
	height: 25px;
	cursor: pointer;
	position: relative;
}

.toggler-wrapper input[type="checkbox"] {
	display: none;
}

.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider {
	background-color: #44cc66;
}

.toggler-wrapper .toggler-slider {
	background-color: #ccc;
	position: absolute;
	border-radius: 100px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
	position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}


/*--------------------------------------------------------------
3.0 Effects Styles 
--------------------------------------------------------------*/


/*Style 1*/

.toggler-wrapper.style-1 input[type="checkbox"]:checked+.toggler-slider .toggler-knob {
	left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-1 .toggler-knob {
	width: calc(25px - 6px);
	height: calc(25px - 6px);
	border-radius: 50%;
	left: 3px;
	top: 3px;
	background-color: #fff;
}


.grid{
	min-height:300px;
}









.lib-header {
background: url(https://books-library.com//////img/lib-header-bg.jpg)no-repeat;
    background-size: cover;
    margin: 0 -10px 10px -10px;
    padding: 0 20px;
    min-height: 44px;
    text-align: right;
    -moz-box-shadow: 0px 3px 9px 3px rgb(33 33 33 / 30%), inset -10px 0px 43px -1px #361c0466;
    -ms-box-shadow: 0px 3px 9px 3px rgb(33 33 33 / 30%), inset -10px 0px 43px -1px #361c0466;
    -webkit-box-shadow: 0px 3px 9px 3px rgb(33 33 33 / 30%), inset -10px 0px 43px -1px #361c0466;
    box-shadow: 0px 3px 9px 3px rgb(33 33 33 / 30%), inset -10px 0px 43px -1px #361c0466;
    border-radius: 2px;

}


.lib-header h1 {
    font-size: 12px;
    font-weight: bold;
    color: #573524;
    text-shadow: 0.5px 0.5px 0.3px rgba(255, 233, 191, 0.98);
    line-height: 41px;
    padding: 0 13px 0 0;
}
.show-grid {
    margin-top: 0px;
    margin-bottom: 9px;
}


.lib-raf {
    background: url(img///lib-raf-bg.jpg)repeat-x top center;
    margin: 0 0 8px 0;
    width: -webkit-fill-available;
    height: 24px;
    -moz-box-shadow: 0px 36px 38px 8px rgb(255 210 46 / 44%), 0px 1px 4px 0px rgb(0 0 0 / 64%);
    -ms-box-shadow: 0px 36px 38px 8px rgb(255 210 46 / 44%), 0px 1px 4px 0px rgb(0 0 0 / 64%);
    -webkit-box-shadow: 0px 36px 38px 8px rgb(255 210 46 / 44%), 0px 1px 4px 0px rgb(0 0 0 / 64%);
    box-shadow: 0px 36px 38px 8px rgb(255 210 46 / 44%), 0px 1px 4px 0px rgb(0 0 0 / 64%);
z-index:1;
}
.lib-sec .lib-raf {

    margin: 5px -10px 10px -10px;
}
.bgbooks{
	-moz-box-shadow:inset -20px 20px 100px 3px rgb(222 201 51 / 42%);
	-ms-box-shadow:inset -20px 20px 100px 3px rgb(222 201 51 / 42%);
	-webkit-box-shadow:inset -20px 20px 100px 3px rgb(222 201 51 / 42%);
	box-shadow:inset -20px 20px 100px 3px rgb(222 201 51 / 42%);
	/* outline: 1px inset rgba(236, 192, 105, 0.92); */
	background: rgba(232, 208, 172, 0.83)!important;
	text-shadow: -0.5px -0.5px 1px rgba(239, 219, 169, 0.88);
	display:block;
	opacity: .9; 
	max-height: 317px;
	    min-height: 290px!important;
    overflow: hidden;
padding: 0px 24px 0 0;;
	}
.bgbooks:after{
content:url('img/lib-raf-bg.png');
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: rgb(166, 134, 78);
    width:95.8%;
    height: 24px;
    z-index: 2;
    /* margin-top: -18px; */
    overflow: hidden;
    /* -webkit-transform: scaleX(-1); */
    /* transform: scaleX(-1); */
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    /* -webkit-transform: scale(-1, -1); */
    transform: scale(-1, -1);
}	
.bgbooks:before{

content:url('img/lib-raf-bg-v.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(166, 134, 78);
    width: 25px;
    height: 100%;
    overflow: hidden;
    margin-right: -2px;
    z-index: 1;
}	
	
.bgbooks .whitebk{
line-height: 15px;
}	
.bgbooks:hover{
	
background:#dadada;	
opacity: 1;	

	cursor: pointer;
	
	}	
	
.bgbooks h3.whitebk {
    font-size: 40px;
    padding: 0px 0px 0 11px;
    line-height: 51px;
    color: rgba(10, 4, 3, 0.93);
    text-shadow: -1px 1px 1px rgba(245, 226, 182, 0.72), 8px 0px 27px rgb(115, 73, 23);
    box-shadow: inset 0px 38px 33px -7px #00000038;
}
#librs h3.whitebk{
	
font-size: 21px;
    padding: 5px 0 0 0;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px #000;
    height: 74px;
}






#Rmnutog{
    width: 100%;
    border-radius: 2px;
    margin: 4px 0 0 0;
    height: 32px;
    line-height: 15px;
}
#Rmnutog .fas{
	margin-left:4px;
}
#Rmnutog .fas,#Rmnutog,#Rmnutog i.fas{
color: #000;
}
#Rmnutog.btn-success{
    text-shadow: 0.5px 0.5px 1.1px #77fc7794;;
}
#Rmnutog.btn-warning{
    text-shadow: 0px 0.5px 1px #f8e47f;
}


.himaMenu{
	    zoom: 70%;
    background: rgb(255 255 255);
    border-radius: 6px;

	text-align:right;
	direction:rtl;
	border-right: 1px solid rgb(237, 173, 24);
	    width: -webkit-fill-available;
	    /*max-height: 100vh;*/
    overflow: hidden;
    overflow-y: auto;		
}
.himaMenu .nav-link{
    padding: 8px 2px 12px 0px;
    width: calc(100% - 1px);
    font-size: 18px;
    line-height: 19px;
}
.himaMenu a:link,.himaMenu a:visited{
	color:#515151;
}
.himaMenu a:hover,.himaMenu a:active{
	background:#ffffff;
}
.himaMenu a::before{  
content: "⚪️";
    /* background-color: rgb(255, 255, 0); */
    
    font-weight: bold;
    margin: 0 0 0 4px;
	  opacity: 0.5;


}
.himaMenu a:hover::before{  
opacity: 1;
}
.himaMenu .active:link,.himaMenu .active:visited{
color: rgb(87,87,87)!important;
background-color: rgb(237,173,24)!important;

}

.himaMenu .selected:link,.himaMenu .selected:visited{

background-color: rgb(255,255,255)!important;
border-right: 5px solid rgb(237, 173, 24);
}


.himaMenu .active::after,.himaMenu .selected::after{
	content: "✔️";
    /* background-color: rgb(255, 255, 0); */
	float:left;
    font-weight: bold;
    margin: 0 0 0 -3px;
	  opacity: 0.5;
}
.himaMenu .selected::after{
	content: "📌"!important;
}
.himaNAV{

}

.hima_hash::before{
content: "#"!important;
}

.hima_lib::before{
content: "📦"!important;
}
.hima_lib{
    color: rgb(201,124,116)!important;
    background-color:rgb(255 255 255);
}

.hima_cat::before{
content: "📚"!important;
}
.hima_cat{
    color: rgb(84 149 171)!important;
    background-color: rgb(236 237 243);
    padding-right: 11px!important;
}
.hima_author::before{
content: "👓"!important;
}
.hima_author {
    color: rgb(114 105 17)!important;
    background-color: rgb(221 223 207);
    padding-right: 11px!important;
}
.hima_dar::before{
content: "🖨"!important;
}
.hima_dar{
color: rgb(214, 194, 16)!important;
    background-color: rgb(28, 29, 21);
	padding-right: 11px!important;
}
.hima_cat_cat::before{
content: "📁"!important;
}
.hima_cat_cat{
	color: rgb(109 117 81)!important;
    background-color: rgb(225 234 225);
    padding-right: 25px!important;
}




.hima_g::before{
content: "📚"!important;
}
.hima_g{
    color: rgb(80 81 86)!important;
}

.hima_more_cat::before{
content: "📦"!important;
}
.hima_more_cat{
    color: rgb(151, 146, 153)!important;
}

.hima_sitemap::before{
content: "🗺"!important;
}






/* custom
***************** custom***********************************/
@media (min-width: 1440px){
	#menu{
		display: block;
	}

}	  
/* custom
***************** custom***********************************/
@media (max-width: 1440px){

	#menu{
		display: none;
	}	
}

/* custom
***************** custom***********************************/
@media (max-height: 992px){



}




.genGridsBodyShdow {
	    position: relative;
		overflow:hidden;
		border-bottom: 1.3px solid #b2d4cc2e;
}
.genGridsBodyShdow::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 100%;
    height: 0;
    box-shadow: 0 0px 57px 40px #000000e6;
    z-index: 3;
}

.genGridsBodyShdow::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    background: white;
    width: 100%;
    height: 0px;
    box-shadow: 0 0px 57px 40px #000000e6;
    z-index: 3;
}

.genGridsBody {
    max-height: 691px;
    overflow: hidden;
    overflow-y: auto;
    padding: 52px 7px 100px 7px;
	position:relative;
	background: #1f2b35c2;
}

.genGrid{
	
    position: relative;
    min-height:269px;
    border: 5px solid #00000070;
    border-radius: 7px;
    overflow: hidden;
	cursor:pointer;
	 margin: 0 0 10px 0;
	     background: #2b2f33;
}

.genGrid:hover,.genGrid.active{
	border: 5px  solid #0059b3;
}


.genTopGridloading{
position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    padding: 100px 0 0 0;
}


.genGrid img{
	width:100%;
	min-height:230px;
	opacity:.9;
    border: 1px solid #ababab;
    border-radius: 5px;	
}
.genGrid:hover img,.genGrid.active img{
	opacity:1;
}
.genGrid.active{
	background: #000;
}
.genGrid.active img{
	opacity:.5;
}
.genGridName {
    position: absolute;
    bottom: 0;
    background: #303131c2;
    width: 100%;
    left: 0px;
    color: #fff;
    padding: 5px 1px 9px 1px;
    text-shadow: 1px 2px 1px #000000;
    white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
    line-height: 15px;
    font-size: 13px;
}
.moreGridGenBtn{
	position: relative;
	z-index:4;
	
}






.idpage{
	    display: block;
    clear: both;
    /* height: 100px; */
    /* background: rgb(250, 235, 215); */
    width: 100%;
}




.head_category{
	position:relative;
	overflow:hidden;
	background:#29323e87;
	    border-bottom: 1px solid #9bffe85c;
}

.head_category::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #000000bf;
    z-index: 5;
}
.head_category::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #000000bf;
    z-index: 5;
}
.head_category_body{
    height: 159px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 6px 24px 0 39px;
    position: relative;
    direction: rtl;
}

.head_category_body a:link{
	text-decoration:none;
}
.category_one{
width: 146px;
    height: 146px;
    position: relative;
    display: inline-block;
    border: 0px solid #d2d2d2;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #000000a6;
	    
}
.category_one:hover,.category_one.active{
	border: 3px solid #0059b3;
}

.category_one img{
	width:146px;
	height:146px;
	opacity:.9;
    border: 1px solid #ababab;
    border-radius: 5px;	
}
.category_one:hover img,.category_one.active img{
	opacity:1;
}
.category_one.active{
	background: #000;
}
.gen.active img{
	opacity:.5;
}
.category_one_name{
	position: absolute;
    top: 35px;
    background: #000000ba;
	border:6px solid #00000000;
    width: 100%;
    height: auto;
    left: 0px;
    color: #fff;
    padding: 0 0 10px 0;
    text-shadow: 1px 2px 1px #000000;
    white-space: break-spaces;
}










.genLastBody{
	position:relative;
	overflow:hidden;
	background:#29323e87;
	    border-bottom: 1px solid #9bffe85c;
}

.genLastBody::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #000000bf;
    z-index: 5;
}
.genLastBody::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #000000bf;
    z-index: 5;
}
.genLasts{
	height:187px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 20px 100px 0 100px;
	position: relative;
	direction: rtl;	
}



.blackBody {
    position: relative;
    overflow: hidden;
    background: #29323e87;
    border-bottom: 1px solid #9bffe85c;
}
.genTopName{
	height:187px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 20px 15px 20px 15px;
	position: relative;
	direction: rtl;	
}

.genLast{
width: 146px;
    height: 146px;
    position: relative;
    display: inline-block;
    border: 0px solid #d2d2d2;
    border-radius: 7px;
    overflow: hidden;
	cursor:pointer;
	    
}
.genLast:hover,.genLast.active{
	border: 0px solid #0059b3;
}

.genLast img{
	width:146px;
	height:146px;
	opacity:.9;
    border: 1px solid #ababab;
    border-radius: 5px;	
}
.genLast:hover img,.genLast.active img{
	opacity:1;
}
.genLast.active{
	background: #000;
}
.gen.active img{
	opacity:.5;
}
.genLastName{
	display:none;
    position: absolute;
    bottom: 0;
    background: #358dca;
    width: 100%;
    left: 0px;
    color: #fff;
    padding: 2px 1px 2px 1px;
    text-shadow: 1px 2px 1px #1f4763;
white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
}





.homeAccordion{
	
}
.homeAccordion .card{
	margin-top:9px;
}

.homeAccordion .card-header{
cursor: pointer;
    text-align: right;
    line-height: 74px;
    background-color: #b6c4ce;
    color: #2f2f2f;
    text-shadow: -1px 1px 0px #d2f0ff;
}
.homeAccordion .card-header img{
	    height: 76px;
    float: left;
    border-radius: 17px;
}
.homeAccordion .card-header h1{
    width: 81%;
    width: calc(100% - 151px);
    float: right;
}
.homeAccordion .card.active > .card-header{
  background-color: #eff8ff;
  color: #0072b5;
}
.homeAccordion .card-header:hover,.homeAccordion .card-header:focus{
  background-color: #eff8ff;

}

.homeAccordion .card-body{
	position:relative;
    box-shadow: inset 0px 23px 37px -33px #0000007d;
}
.homeAccordion .card-body .genCatsBody{
	position:relative;
	overflow:hidden;
}
.homeAccordion .card-body .genCatsBody::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #FFF;
    z-index: 4;
}
.homeAccordion .card-body .genCatsBody::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #FFF;
    z-index: 4;
}


.genCats{
	height:215px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 0 100px 0 100px;
	position: relative;
	direction: rtl;
}

.genCat{
width: 195px;
    height: 176px;
    position: relative;
    display: inline-block;
    border-radius: 27% 27% 0 0;
    overflow: hidden;
    cursor: pointer;
    margin: 16px 0 0 0;
	
}
.genCat:hover{
	background:#000;
}
.genCat:active ,.genCat:focus {
		background:#000;
}
.genCat:active img,.genCat:focus img{
	    opacity: .2;
}

.genCat::after {
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0px 20px 34px 2px #000000d9, inset -1px -18px 4px -16px #000000d9;
    border-radius: 27% 27% 0 0;
}


.genCat img{
	width:195px;
	height:176px;
	opacity:.9;
}
.genCat:hover img{
	opacity:1;
}
.genCatName {
    position: absolute;
    top: 33%;
    background: #002640d6;
    width: 100%;
	min-height: 68px;
    left: 0px;
    color: #fff;
    padding: 2px 8px 2px 7px;
    text-shadow: 1px 2px 1px #1f4763;
    white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
}


.texts{
max-width: 600px;
    margin: auto;
    display: inline-block;
    width: 94%;
    max-width: 600px;
}
.texts_inputs {
width: 94%;
    width: calc(100% - 107px);
    max-width: 530;
    float: right;
    margin: 7px 0 10px 0;
}

.genInput {
    margin: 0 0 18px 0;
}

.downloadButton {

    height: 100%;
    width: 106px;
	    display: inline-block;
position: relative;
float: left;
min-height: 90px;
}

element.style {
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.downloadImg {
    background: #cacaca00;
    border: none;
    outline: none;
    height: 48px;
    width: 93px;
    font-size: 33px;
    margin: 0px 0px 0 0;
    border-radius: 10px;
    position: absolute;
    top: -3px;
    left: 0;
    color: #199411;
    text-shadow: -1px 1px 1px #ffffff9c;
}

.downloadImg:hover ,.downloadImg:focus {
  background: #cacacaa6;
  box-shadow: -3px 3px 9px -5px black, inset -3px 3px 5px -4px white;
}








.gen_name{
	margin: 11px;
	padding: 0 0 0 26px;
    display: inline-block;
}


.genTypesBody{
	position:relative;
	overflow:hidden;
}

.genTypesBody::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #b4c5de;
    z-index: 10;
}
.genTypesBody::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background: white;
    width: 0px;
    height: 212px;
    box-shadow: 0 0px 29px 40px #b4c5de;
    z-index: 10;
}
.genTypes{
	height:212px;
    white-space: nowrap;
	overflow:hidden;
	overflow-x:auto;
	padding: 0 100px 0 100px;
	position: relative;
	direction: rtl;	
}


.gen{
width: 166px;
    height: 166px;
    position: relative;
    display: inline-block;
    border: 3px solid #d2d2d2;
    border-radius: 7px;
    overflow: hidden;
	cursor:pointer;
	    
}
.gen:hover,.gen.active{
	border: 3px solid #0059b3;
}

.gen img{
	width:160px;
	height:160px;
	opacity:.9;
    border: 1px solid #ababab;
    border-radius: 5px;	
}
.gen:hover img,.gen.active img{
	opacity:1;
}
.gen.active{
	background: #000;
}
.gen.active img{
	opacity:.5;
}
.genName{
	display:none;
    position: absolute;
    bottom: 0;
    background: #358dca;
    width: 100%;
    left: 0px;
    color: #fff;
    padding: 2px 1px 2px 1px;
    text-shadow: 1px 2px 1px #1f4763;
white-space: break-spaces;
    box-shadow: inset 0px 3px 7px -3px black;
}

.genloading{
	position: absolute;
    top: 0;
    right: 0;
width: 100%;
    height: 100%;
    background: #000000ab;
}

.genSelected{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #46c3fb;
    padding: 15px;
    font-size: 88px;
    text-shadow: -1px 6px 7px #000000c7;
}
.windowClose{
    position: FIXED;
    top: 68px;
    left: 0;
    padding: 20px;
    font-size: 35px;
    color: #646c71;
    text-shadow: 1px 2px 1px #ffffffba;
    cursor: pointer;
}
.windowClose:hover{
	color: #000000;
	
}


.genWindow{
	width:100vw;
	height:100vh;
	height:calc(100vh - 73px);
	background:#b4c5de url('img/bg_pattern.png');
	position:fixed;
	top:73px;
	left:0;
	z-index:5;
	overflow: auto;
}
.result{
	margin:0 0 10px
}
.result #img{
    width: 94vw;
	min-height: 400px;
	max-height:600px;
	max-width:600px;
	background: #00000021  url(img/loading.svg) 48% 63% no-repeat;
    box-shadow: -2px 3px 8px -3px black, 1px -1px 0px 0px #ffffffba;
	border-radius: 3px;
	background-size: 300px 100px;
}

.genInputContainar{

    margin: -1px 0 -7px 0;
    box-shadow: inset 0px 54px 73px -93px black;
}
.nameInput input{
	    text-align: center;
    width: 98%;
	max-width:600px;
    padding: 10px;
        margin: 0 0 2px 0;
	    outline: none;
    width: 94%;

}



.arrowContainar {
    width: 54px;
    height: 56px;
    position: absolute;
    top: -1px;
	left: -42px;
    z-index: 9;
	margin-top: 25%;
}

 .arrows {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 80px;
	 height: 80px;
	 transform: translate(-50%, -50%);
}

 .arrows:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 transform: translate(26.6666666667px, 106.6666666667px)        rotate(-90deg);
	 animation: arrows 3s linear infinite;
}
.arrows:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
	 transform: translate(53.3333333333px, 0px) rotate(-90deg);
	 animation: arrows 3s linear infinite -1.5s;
}



 @keyframes arrows {
	 0%{
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
		 transform: translate(-53.3333333333px, 0)     rotate(-135deg);
	}
	 10%, 90% {
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
	}
	 50% {
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
		 transform: translate(0, 0px) rotate(-135deg);
	}
	 100% {
		 border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
		 border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
		 transform: translate(53px, 0) rotate(-135deg);
	}
}
 
 
 
 
 
 
 .indexarrow{
	width: 100%;
    display: block;
    text-align: center;
    height: 62px;
	position: relative;
}

 
 
.arrowsBottomContainar {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 5;
}
 
 .arrowsBottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    transform: translate(-84px, -84px);
}

 .arrowsBottom:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 30px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 30px solid rgba(0, 0, 0, 0.7);
	 animation: arrowsBottom 3s linear infinite;
}
.arrowsBottom:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 border-left: 30px solid rgba(0, 0, 0, 0.7);
	 border-bottom: 30px solid rgba(0, 0, 0, 0.7);
	 animation: arrowsBottom 3s linear infinite -1.5s;
}









 @keyframes arrowsBottom {
	 0%{
		 border-left: 30px solid rgba(0, 0, 0, 0);
		 border-bottom: 30px solid rgba(0, 0, 0, 0);
		 transform: translate(0px,-53px)     rotate(-45deg);
	}
	 10%, 90% {
		 border-left: 30px solid rgba(0, 0, 0, 0);
		 border-bottom: 30px solid rgba(0, 0, 0, 0);
	}
	 50% {
		 border-left: 30px solid rgba(0, 0, 0, 0.7);
		 border-bottom: 30px solid rgba(0, 0, 0, 0.7);
		 transform: translate(0, 0px) rotate(-45deg);
	}
	 100% {
		 border-left: 30px solid rgba(0, 0, 0, 0);
		 border-bottom: 30px solid rgba(0, 0, 0, 0);
		 transform: translate(0px, 53px) rotate(-45deg);
	}
}
 
 
 
 
 
 
 
.nameBoss {
    padding: 20px;
    background: #b2cde4;
    margin: 3px 0 26px 0;
    text-shadow: 0 1px white;
    font-size: 100%;
    padding: 30% 0px;
    transition: all .1s;
    cursor: pointer;
    box-shadow: 7px 9px 16px -1px #000000a3, inset 1px 1px 0px 0px #ffffff69;
    border: 1px outset #a9a9a9;
	border-radius: 4px;
	position: relative;

}  
.nameBoss:hover {
    background: #ffffff!important;
    color: #000000eb!important;
    text-shadow: 0 1px white!important;
    box-shadow: 7px 9px 16px -1px #000000a3,inset 0 0 43px -2px #71a3ff, inset 0 0 0px 5px #71a3ff!important;
}
 
.nameBoss1 {
	background: #6b8076;
    color: #ced7d2;
    text-shadow: 0 -1px black;
}
.nameBoss2 {
    background: #6b6c80;
    color: #bebfc9;
    text-shadow: 0 -1px black;
}
.nameBoss3 {
    background: #bfcdce;
    color: #27838a;
    text-shadow: 0 1px white;
}



.nameBoss4 {
    background: #d4c6c6;
    color: #924444;
    text-shadow: 0 1px white;
}
 
.nameBoss5 {
    background: #323448;
    color: #999fe0;
    text-shadow: 0 -1px black;
}
 
.nameBoss6 {
background: #bddfe6;
    color: #17879e;
    text-shadow: 0 1px white;
}
 
.nameBoss7 {
background: #5f1e1e;
    color: #eaa5a5;
    text-shadow: 0 -1px black;
}
 
.nameBoss8 {
    background: #d0ffc5;
    color: #408430;
    text-shadow: 0 1px white;
}
 
.nameBoss9 {
    background: #32093a;
    color: #cfaed6;
    text-shadow: 0 -1px black;
}
 
.nameBoss10 {
background: #eae9bf;
    color: #77763f;
    text-shadow: 0 1px white;
}
 
 


.nameGenContent{
	margin: 0 0 24px;
}

.nameGen{
	cursor:pointer;
    
}
.nameGen img{
	width:100%;	
	min-height:450px;
    box-shadow: -2px 3px 8px -3px black, 1px -1px 0px 0px #ffffffba;
    border-radius: 3px;
    margin: 0 0 6px;
	background: #00000021  url(img/loading.svg) 50% 22% no-repeat;
	border: 6px solid #0000000d;
	background-size:cover;
}

.nameGenContent:hover img,.nameGenContent:active img,.nameGenContent:focus img{
	    border: 6px solid #000;
}


.hashtag{
	
}
.hashtag a:link,.hashtag a:visited{
	margin:10px;
	    font-size: 12px;
		 color:#444444;
}
.hashtag a:hover,.hashtag a:active{
	    color:#007bff;
}


.NameTop {
color: #FFF;
    font-size: 26px;
    text-shadow: 1px 3px 1px #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 162px;
    display: inline-block;	
}

.NameTopDiv {
    width: auto;
    display: inline-block;
    float: right;
    padding: 7px 15px;
    margin: 4px 4px;
    background: #262829;
    border-radius: 4px;
    border: 1px outset #42464a;
}
.NameTopDiv.active {
	background:#004f4f;
	
}
.NameTopDiv:hover {
	background:#153939;
	
}
.NameTopDiv a:link {
	text-decoration:none;
	
}
.alerts-border::-webkit-input-placeholder { /* Edge */
  color: red;
}

.alerts-border:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.alerts-border::placeholder {
  color: red;
}


.alerts-border {
    border: 4px #ff3568 solid;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.alerts-border-green {
    border: 4px #2db300 solid;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
@keyframes blink { 50% { border-color:#304000 ; }  }






.i2tags{
	display:none;
}


/* ==================== login ================ */

.login_form {
	    color: #444;
    max-width: 400px;
    padding: 16px 16px 32px;
    background: aliceblue;
    border-radius: 7px;
    box-shadow: 0px 0px 11px -1px #237fcec7;
	overflow: hidden;
}
.showPassword{
	position: absolute;
    right: 4px;
    top: 4px;
    background: #0000000d;
    border: none;
    border-radius: 7px;
    padding: 17px 14px;
    color: #565656;
    font-size: 17px;
	line-height: 24px;
}
.showPassword:hover{
	color: #000;
}
.input_login_form{
	padding: 32px 17px;
	line-height: 3;
}

.input_login_form::-webkit-input-placeholder { /* Edge */
     color: #b2b2b2;
}

.input_login_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b2b2b2;
}

.input_login_form::placeholder {
    color: #b2b2b2;
}

.btn-facebook {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b4b90;
    *background-color: #133783;
    background-image: -moz-linear-gradient(top, #3b5998, #133783);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
    background-image: -webkit-linear-gradient(top, #3b5998, #133783);
    background-image: -o-linear-gradient(top, #3b5998, #133783);
    background-image: linear-gradient(to bottom, #3b5998, #133783);
    background-repeat: repeat-x;
    border-color: #133783 #133783 #091b40;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active,
    .btn-facebook.active,
    .btn-facebook.disabled,
    .btn-facebook[disabled] {
        color: #ffffff;
        background-color: #133783 !important;
        *background-color: #102e6d !important;
		 background-image: none;
    }

    .btn-facebook:active,
    .btn-facebook.active {
        background-color: #0d2456 \9 !important;
    }
	


.btn-google {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c32f10;
    *background-color: #961c01;
    background-image: -moz-linear-gradient(top, #c32f10, #961c01);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c32f10), to(#961c01));
    background-image: -webkit-linear-gradient(top, #c32f10, #961c01);
    background-image: -o-linear-gradient(top, #c32f10, #961c01);
    background-image: linear-gradient(to bottom, #c32f10, #961c01);
    background-repeat: repeat-x;
    border-color: #961c01 #961c01 #400c00;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc32f10', endColorstr='#ff961c01', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-google:hover,
    .btn-google:focus,
    .btn-google:active,
    .btn-google.active,
    .btn-google.disabled,
    .btn-google[disabled] {
        color: #ffffff;
        background-color: #961c01 !important;
        *background-color: #581001 !important;
		    background-image: none;
    }

    .btn-google:active,
    .btn-google.active {
        background-color: #490e01 \9 !important;
    }



.errorLoginForm {
    background: rgb(250 62 62 / 1);
    margin: -16px -16px 10px -16px;
    color: #FFF;
    padding: 9px;
	text-align:right;
	font-size: 17px;
    line-height: 42px;
}

.input_error {
	border: 1px solid #fa3e3e;
	color:#820909;
}


.input_error::-webkit-input-placeholder { /* Edge */
     color:#f89393;
}

.input_error:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f89393;
}

.input_error::placeholder {
    color: #f89393;
}


.hr_text {
    color: #4c4f55;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.hr_text::before {

    margin-right: 15px;
    right: 100%;

}
.hr_text::after {
    left: 100%;
    margin-left: 15px;
}
.hr_text::before, .hr_text::after {
    background: #ccd0d5;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 9999px;
}



.login_name_img{
	color:#808080;
}
.login_name_img h4{
	font-size: 20px;
    margin: 11px 0 24px 0;
}
.login_name_img img{
	width:100px;
	border-radius:50%;
	border:4px solid #FFF;
}

/* ==================== login ================ */







.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


@keyframes animatedBackground {
    0% { background-position: 0 0; }
    50% { background-position: -1000px 0; }
    100% { background-position: 0 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}




*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

*::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

*::-webkit-scrollbar-thumb {
	background: rgba(225, 225, 225, 0.26);
	border: 0px none #ffffff;
	border-radius: 20px;
}
*:hover>::-webkit-scrollbar-thumb {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb:active {
  background: #000000;
}
*::-webkit-scrollbar-track {

	border-radius: 4px;
	background: rgba(102, 102, 102, 0);
	border: 0px none #ffffff;
	border-right: 1px solid #f7f5f514;
	box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.08);
}
*:hover>::-webkit-scrollbar-track {
    background: rgba(41, 41, 41, 0.24);
}
*::-webkit-scrollbar-track:active {
  background: #333333;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}




 .homeAccordion *::-webkit-scrollbar-thumb{ background-color: #999999; }  
 .homeAccordion:hover *::-webkit-scrollbar-thumb {
  background: #358dca;
}


 .genTypesBody *::-webkit-scrollbar-thumb{ background-color: #999999; }  
 .genTypesBody:hover *::-webkit-scrollbar-thumb {
  background: #358dca;
}



.error{
	border: 1px solid red!important;
}



.hashTags{
	height:140px;
	position:relative;
	overflow: auto;
}
#hashTagsInput,#hashTagsOutput {
	width: 100%;
	padding: 3px; 
	position: absolute; 	
	margin: 0;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
    line-height: 35px;
    font-size: 18px;
}

#hashTagsInput {
 color: rgba(0,0,0,0.5);
 z-index: 1;


}

#hashTagsOutput span{
	color: #028cda;
    background: #e0e8ef;
    outline: solid 1px #cad5e0;
    border-radius: 4px;
    padding: 3px 0;
}

#hashTagsOutput {
   z-index: 1;  
   
   background-color: transparent;
   color: red;

   background-color: #fff;
}









.Uwrapper {
	text-align:center;
	direction:rtl;
	width:100%;
	position:relative;
    padding: 0 0 0 25px;
    overflow: hidden;
    max-height: 147px;
    margin: 10px 0;
}

.image--cover ,.moreRelatedUser{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    outline: 2px solid #ffffff47;
	margin:21px 0 21px 0;
    margin-left: calc(-100px + 9%);
    box-shadow: 0 0 23px -4px #000;
  transition: all .5s;
    opacity: 0.8;
}
/* 
.image--cover:nth-child(0) {
  margin-left: -40px;
}
.image--cover:nth-child(1) {
  margin-left:-40px;
}
.image--cover:nth-child(2) {
  margin-left:-50px;
}
.image--cover:nth-child(3) {
  margin-left:-70px;
}
.image--cover:nth-child(4) {
  margin-left:-90px;
}
.image--cover:nth-child(5) {
  margin-left:-110px;
}
.image--cover:nth-child(6) {
  margin-left:-130px;
} */

.moreRelatedUser{

    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 80px;
    font-size: 42px;
    background: #464646;
    border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	z-index: 0;
}
.moreRelatedUser:hover{
	z-index: 1;
}
.moReNum{
    /* line-height: 74px; */
    display: none;
    /* padding: 3px 0 0 0; */
    position: absolute;
    top: 1px;
    left: 33px;
}
.Uwrapper:hover .image--cover {
	/* margin-left: calc(97% - 100%)!important; */

}
.Uwrapper:hover .image--cover:hover{
    /* margin-left: calc(97% - 100%)!important; */
    z-index: 10;
    position: relative;
	opacity: 1;
	transform: scale(1.3);
}



  
/* edit */


.editdiv{
display:block;
direction:rtl;
    text-align: right;
width:200px;background:#faff44;
color:#000;border:1px #41938f solid;
bottom:150px;
left:-195px;
position:fixed;
z-index:999999999999999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 5px #41938f;-ms-box-shadow:0 0 5px #41938f;-webkit-box-shadow:0 0 5px #41938f;box-shadow:0 0 3px #41938f;
padding:10px;text-shadow:1px 1px #fff;

  transition: left ease 0.5s;

}
.editdiv::before { 
  content: " ✏ تعديل ";
    -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
    display: block;
    float: right;
    margin: 15px -51px -5px -4px;
    padding: 2px 7px;
    background: rgb(247, 255, 0);
    border: 1px rgba(0, 0, 0, 0.35) solid;
    border-radius: 4px;
}

.editdiv:hover::before{
    background: rgb(210, 247, 219);

}
.editdiv a:link,.editdiv a:visited{
text-decoration: none;
display:block;background:transparent url(../pcms/img/edit.png) no-repeat right top;text-align:right;color:blue;    padding: 5px 20px 5px 0;
;font:15px tahoma!important}
    .editdiv a:hover,.editdiv a:active{
	color:black;
	background-color:white;
	}
.editdiv:hover{
left:-10px;
background:#faff44;
}


/* edit */



.footer {
    background-color: #c3c3c3d4;
    border-top: 1px solid #ffffff52;
    padding: 17px;
    color: #6f8aa2;
    box-shadow: 0px 76px 145px 55px #557196ad;
	font-size: 9px;
}

.footer a:link,.footer a:visited{
color: #669aad;
text-decoration:none;
}
.footer a:active,.footer a:hover{
	color: #000;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 350px) {
	.userPost img{
		display:none;
	}
	.userPost p {

		margin: 0 ;

	}
}
@media only screen and (max-width: 600px) {
	.homeAccordion .card-header img{
		display:none;
	}
	.homeAccordion .card-header h1 {
		width: 95%;
    
	}
	.windowClose{
		    padding: 0px 6px;
	}
	
	.NameTopDiv{
	    padding: 4px 6px;
		margin: 1px 0px;	
	}




.timeline-title{
	    MAX-WIDTH: calc(100% - 79px);
}


	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 7px;
		padding-left: 7px;
	}

	.card-body{
			padding: 2px;
	}
	
	.hashs {
width: 100%!important;
    width: calc(100% - 82px)!important;
    margin-right: 4px;
    margin-top: -4px!important;
    padding: 0!important;
    max-height: 102px;
    overflow-y: hidden;	
	}
	
}



	

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	ul.timeline > li > .timeline-panel {
    width: calc(100% - 30px)!important;
    width: -moz-calc(100% - 30px)!important;
    width: -webkit-calc(100% - 30px)!important;
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.one_post_tools::-webkit-scrollbar{
		width: 0px;
		height: 6px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.navbar-scroll-custom {
		transform: translateY(-75px);
		transition-duration: 0.9s;		
	}
	.navbar-scroll-bottom {
		transform: translateY(+75px);
		transition-duration: 0.9s;		
	}
	
}



