@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&family=Readex+Pro:wght@300&display=swap');
@font-face{
	font-family:font-hafs;
	src:url(css/fonts/original-hafs.eot);
	src:local('Quran'),url(css/fonts/original-hafs.woff) format('woff'),url(css/fonts/original-hafs.ttf) format('truetype'),url(css/fonts/original-hafs.svg) format('svg');
	font-weight:400;
	font-style:normal;
}


body{
	line-height: 1.7;
}
.h6, h6 {
    font-size: 0.8rem;
}
.font-ui{
	font-family:system-ui;
}
.font-hafs{
	font-family:font-hafs;
}

.font-ruqaa{
	font-family:Aref Ruqaa;
}
.text-green-scheme{
	color: rgb(27 144 27);
}
.text-blue-scheme{
	color: #0095f6;
}

.text-bubble-blue{
    color: #FFF;
    padding: 10px 17px;
    display: inline-block;
    background: rgb(54 90 122);
    border-radius: 41px 6px 41px 41px;
	margin: 4px 0 0 35px ;
}

.text-bubble-white-scheme{
    color: #3f3f3f;
    padding: 10px 17px;
    display: inline-block;
    background: rgb(198 208 216);
    border-radius: 6px 41px 41px 41px;
    margin: 4px 35px  0 0;
}

.h3, h3 {
    font-size: 1.25rem;
}
.h6title{
	line-height: 20px;
    font-size: 10px;
}
.bg-secondary-transparent2{
	background-color: #ffffff38;
}
.unselectable{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.zoom-7{
	zoom:0.7;
}



.load-bar {
	position: fixed;
    margin-top: 0;
    width: 100%;
    height: 3px;
    background-color: #b1b1b1;
    top: 0;
    z-index: 9999;
}
.headbar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.headbar:nth-child(1) {
  background-color: #0080ff;
  animation: loading 3s linear infinite;
}
.headbar:nth-child(2) {
  background-color: #0055aa;
  animation: loading 3s linear 1s infinite;
}
.headbar:nth-child(3) {
  background-color: #2693ff;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 0; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}


.searchEngineFooterDiv{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c2;
	z-index: 9999;
	display: flex;
    justify-content: center;  /* لتوسيط أفقي */
    align-items: center;      /* لتوسيط رأسي */
    text-align: center;
    padding: 70px 10px 45px 10px; /* يمكن تعديلها أو إزالتها إذا أثرت على التوسيط */
    box-sizing: border-box;
	flex-direction: column;
}
.searchContentDiv{
	max-width: 100%;
	max-height: 100%;
    overflow-y: auto;		
}
.timeline-footer.onePost {
    padding: 5px;
	min-height:54px;
}
.one_post_action{
/* 	position: absolute; */
    width: 100%;
    top: 12px;	
	height: 44px;
}
.noScroll::-webkit-scrollbar{
	width: 0px;
    height: 0px;
}
.msgBoldMark{
	font-size:0px!important;
}
.quotes_title_li {
	border-radius:.25rem!important;
}
.quotes_title_li h5{
	    line-height: 50px;
}
.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.shadow-white{
	text-shadow: 0 0.5px white, 0.5px 0 white, 0 -0.5px white, -0.5px 0 white, 0 0 white;
}
.bg-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.3) 0%, #0e5dc46e 100%);
  opacity: 0.9;
  border-radius: .25rem !important;
}
.bg-news-scheme{
	background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
}
.bg-library{
    background: url(/img/bg_hima4.jpg) repeat;
    background-size: 45%;
    background-blend-mode: color;
    background-color: rgb(255 251 174 / 25%);
}
.light-library{
	box-shadow: inset 0px 15px 20px -10px #ffff0069, inset 0px 3px 5px -3px #ffff5f59;
	position: relative;
}
.light-library-raf {

    
	background: url(img/lib-raf-bg.jpg) repeat-x 0 2px;
    width: 100%;
    height: 14px;
    box-shadow: 0px 8px 38px 8px rgb(255 210 46 / 19%), 0px 1px 4px 0px rgb(0 0 0 / 41%);
    position: absolute;
    left: 0;
    top: -6px;
	z-index: 1;
}
.light-library::after {
    content: ' ';
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #ffef00 0%, #d5c797 100%);
}
.news-tabtop-shadow{
	box-shadow: inset 0px 41px 23px -12px #e2dcd2;
}
.flip{
	transform: rotateY(183deg);
}
.themedivHeader{
	zoom: 0.9;
    white-space: nowrap;
}
input:focus::placeholder {
    opacity: 0;
}

button, input, optgroup, select, textarea{
	max-width:93vw;
}

::-moz-selection { /* Code for Firefox */
	color: #000;
    background: #ffff009e;
    padding: 5px 10px;
    text-shadow: 0.4px 0.4px #faff009c;
}

::selection {
	color: #000;
    background: #ffff009e;
    padding: 5px 10px;
    text-shadow: 0.4px 0.4px #faff009c;
}

.header_pic_shadow {
    position: relative; /* لضبط موقع الـ ::after */
    display: inline-block;
    width: fit-content; /* لجعل الحاوية تأخذ حجم الصورة */
    height: fit-content; /* لجعل الحاوية تأخذ ارتفاع الصورة */
	
}
.header_pic_shadow::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -5px;
    width: 87%;
    height: 125%;
    background: linear-gradient(179deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
    rotate: 10deg;
}


.header_pic_shadow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* تأثير الظل */
    z-index: 1; /* يظهر فوق العنصر */
    pointer-events: none; /* يمنع التفاعل مع العنصر */
}


.d-grid {
    display: flex;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.img_grayscale{
	filter: grayscale(0.5);
}
button.btnaddquote,button.btnaddquoteSmall {
	border-radius: 3px;
    background: #f1e8c7;
    line-height: 0;
    
    color: #c69500;
    border: 0.1px solid #a17e10;
    text-shadow: 0.6px 0.5px #FFF;
    outline: none !important;
}
button.btnaddquote{
    padding: 2px;
    margin: 18px 0 0 0;
    width: 60px;
    height: 60px;	
	font-size: 24px;
}
button.btnaddquoteSmall {
	padding: 7px;
    margin: 0px 0px 0px 2px;
    width: 59px;
    height: 27px;
    font-size: 10px;

}

button.btn-add-quote:hover,button.btnaddquoteSmall:hover {
    background: #fbf8ec;
}


.screenshot .userPost{
	display:none;
}
.screenshot .one_post_tools{
	display:none;
}
.screenshot .one_post_action{
	display:block;
}

.noscreenshot{
	
}
.noscreenshot .userPost{
	display:block!important;
}
.noscreenshot .one_post_tools{
	display:block!important;
}
.noscreenshot .one_post_action{
	display:none!important;
}
.noscreenshot .timeline-footer .pimage{
	display:none!important;
}


.timeline-content {
    position: relative;
	height: 100%;
}
.timeline-content>.position-relative{
    position: relative;
	height: 100%;
}
.timeline-content .pimage{
	max-height: 100%;
    position: absolute;
    overflow: hidden;
    text-align: left;
    height: 100%;
    width: 100%;	
	background: #ffffff61;
	
}

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




.timeline-footer .pimage{
	max-height: 100%;
    position: absolute;
    overflow: hidden;
    text-align: left;
    height: 100%;
    width: 100%;	
}

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

.SHORTSdatanow  .one_post_action{
	display:none;
}

.timeline .one_post_action img{
    width: 27px;
    height: 27px;
    opacity: 0.5;
    margin: 11px 0 0 0;
}

.timeline .one_post_action:hover img{
	opacity: 1;
}
.breadcrumbMoreBtn{
    position: absolute;
    left: 3px;
    margin: -8px!important;
    background: transparent;
    font-size: 10px;
    top: 2px;
    top: calc(50% + 8px);
    transform: translateY(-50%);
	border:none!important;
	outline:none!important;
}	

.closeTopLeft{

    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
	cursor: pointer;
}
.closeTopLeft i{
	display: inline-block;
    font-size: 22px;
    border-radius: 50%;

    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
}


.page_cover{
	padding:1px;
}
.page_cover img{
	width:100%;
	border-radius: 7px 7px 0px 0px;
}

.authorImgTitle {
    overflow: hidden;
    position: relative;
	max-width:350px;
	margin: auto;
}	
.authorImgTitleText h5{
	position:relative;
	z-index:1;
}
.authorImgTitleText {
    position: absolute;
    z-index: 2;
    bottom: 0;
	padding: 0 10px 0 0;
    width: 100%;
    text-align: right;
}	
.authorImgTitleText::before {
    content: '';
    display: block;
    width: 239px;
    height: 56px;
    box-shadow: 0px -62px 77px 42px #f1f0eee6;
    position: absolute;
    bottom: -69px;
    right: -55px;
    transform: rotate(-11deg);
    z-index: 0;
	 
}


.stickTools {
	position:relative;
	width:100%;
	height: auto;
	transition: all 0.51s ease;
}

.stickToolsDiv{
    
    top: 70px;
    width: 100%;
    left: 0;
    margin: auto;
    padding: 3px 3px 4px 3px;
    transition: all 0.51s ease;
    z-index: 99;
}

.stickTools{
	margin-bottom:-2px;
}
.stickToolsDiv{
	padding:0px 0px 0 0;

}
.stickToolsPagen{
	cursor:pointer;
}

@media only screen and (max-width: 480px) {
	.stickTools{
		height: 30px;
	}
	.stickToolsDiv{
		height: 30px;
	}
	.stickToolsPagen{
		font-size:10px;
	}	

	
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
	.stickTools{
		height: 50px;
	}
	.stickToolsDiv{
		height: 50px;
	}	
	.stickToolsPagen{
		font-size:17px;
	}		

	
}
@media only screen and (min-width: 1025px) {
	.stickTools{
		height: 100px;
	}
	.stickToolsDiv{
		height: 100px;
	}
	.stickToolsPagen{
		font-size:23px;
	}

}


.stickToolsDivFlex{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	height: 100%;
}


.stickToolMenuIcon{
    cursor: pointer;
    max-width: 38.8vw;
    padding: 0.3vh 1vh 0px 1.7vh;
	height: calc(100% - 0.37vw);
    margin: 0px 0 0 0;
}
.stickToolMenuIcon.active{
    background-color: #ffffff;
    border-radius: 5px 6px 0 0;
}

.stickToolMenuIcon .searchToolBtn{
	
    transition: transform .3s linear;
    height: calc(100% - 1.17vw);
    margin: 0.5vw;
	max-height: calc(100% - 2.4vw);
}


.stickToolsSuraImg{
    height: calc(100% - 1.17vw);
    margin: 0.5vw;
	filter: invert(1);
	max-height: calc(100% - 2.4vw);
}
.suraCount{
  font-family: Kitab!important;
}




.stickToolsDiv>div{
	
	white-space: nowrap;
	transition-duration: .5s;
    align-content: center;	
	padding: 0px 0 5.8px 0px;
	
}
.stickToolsDiv>div>a {
	font-size:10px;

}
.stickToolsDiv>div::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.stickToolsDiv>div::-webkit-scrollbar-thumb {
    background: transparent;
}

.stickToolsDiv>div::-webkit-scrollbar-track {
    background: transparent;
}
.stickTools .navbar-scroll-tools{
	top: 0px;
	position: fixed;
	transition: all 0.51s ease;
}
.stickTools a{
	position:relative ;
}
.stickToolsSmAbsol{
	position: absolute;
    top: -5px;
    left: 0;
    font-size: 5px;
    width: 100%;
    text-align: center;
}
.rankrow{
	padding: 0;
    margin: 0;
}
.rankrow .col{
	padding: 0;
    margin: 0;
}
.rankrowcont{
	margin: 2px 0 0 0;
    border-radius: 10px;
    padding: 1px 6px 12px 6px;
}
.rankrow h3{
    z-index: 1;
    font-size: 25px;
    position: relative;
	margin: 0 0 7px 0;
    padding: 0;	
}
.rankrow svg{
	z-index:0;
}
.rankrow small{
	font-size: 8px;
    opacity: .7;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rowDiv{
    display: block;
    padding: 4px;
    margin: 11px 2px 2px 2px;
    border-radius: 0.25rem!important;
	line-height: 0px;
	text-align:center;
}
.rankArrow{
    pointer-events: none;
    display: inline-block;
    width: 100%;
    height: 37px;
    /* margin: 0 0 -59px 0; */
    position: absolute;
    top: -5px;
    left: 8px;
	opacity: 0.6;
}


.navbar-logo-toggler{
	background-image: url('/img/lamp-cir50.png');
    background-size: cover;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: -5px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    outline: none!important;
    transform: scaleX(-1);
}
	
#snackbar{

}

.snackbar.show {
  visibility: visible;

}


.snackbar{
	border-radius: 14px;
    padding: 3px;
    left: 11px;
    text-align: right;
    font-size: 14px;
    visibility: hidden;
    max-width: 88%;
    background-color:#e3e3e3 ;
    color: #78785c;
    position: fixed;
    z-index: 1051;
    box-shadow: 1px 1px 13px -4px #0a79d1;
    border: 1px solid #88bce7;
	min-height: 39px;
}
.snackbar .closeToast{
	position: absolute;
    left: 0;
    top: calc(50% - 20px);
    color: #919191;
    padding: 7px 9px 0px 0px;
    border-radius: 50%;
    background: #fffcfc;
    width: 31px;
    height: 31px;
    line-height: 4px;
    margin: 5px;
    cursor: pointer;
    font-size: 18px;
}
.snackbar .closeToast:hover{
	color: #FFF;
	background: #1e1e1e;
}
.snackbar .ToastText{
	cursor: pointer;
    padding: 3px 11px 3px 41px;
    display: block;
	max-height: 100px;
    overflow: hidden;
}
.snackbar .notifImg{
	border-radius: 50%;
    height: 37px;
    width: 37px;
    position: absolute;
    right: -21px;
    margin: -19px 0 0 0px;
    top: 50%;
    box-shadow: 7px 0px 13px -4px #0a79d1;
}






.rowLine{
	white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;

    width: 100%;
    display: block;
}
.rowLine .colLine {
    
    position: relative;
    width: auto;
    display: inline-block;
}





.html-wrap {
  overflow: hidden;
  position: relative;
}

.html-bg {
  opacity: 0.06;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: -webkit-fill-available;
}

.html-content {
	position: relative;

}
.html-content img{
	max-width: 100%;
	max-height: 50vh;

}


.head_search_header{
	position:relative;
	margin:0 0 0 15px
}
.head_search_header .headerSearch{
	float:right;
	width: 52px;
}
.qModal{
	min-width: 157px;
	border: 1px solid #adadad;
	font-family: arial,sans-serif;
	color: rgba(0,0,0,.87);
    word-wrap: break-word;
    outline: none;
    -webkit-tap-highlight-color: transparent;	
	height: 34px;
    font-size: 16px;
    width: calc(100% - 86px);
    float: left;
    margin: 4px 0 0 0;
	box-shadow: 0px 0px 44px -6px #00000069;
}
.top_search_result {
    padding: 11px;
}
.top_search_result .clearQ {
    top: -54px;
    left: 17px;
	    color: #626262;
}
.top_search_result .loading {
    top: -36px;
    left: 26px;
}
.top_search_result .loading .spinner-container{
    width: 23px;
    height: 23px;
	
}
.top_search_result {
    border-bottom: 1px solid #0000002b;
    box-shadow: 12px 13px 11px -16px #000000db;
}
.top_search_items>div>a{
	border-radius: 5px;
	color:#313b3b;
	padding: 6px 23px 6px 0;
}

.random_book_time{
	 font-size: 8px!important;
}

.random_book_by{    
	position: absolute;
    font-size: 9px;
    background: #000000b5;
    color: white;
	top: -2px;
    right: 0;
    padding: 3px 7px 0;
	border-radius: 0 0 0 5px;
    transform: translateZ(16px) translate(0px, 2px);	
	white-space: break-spaces;
}

.RandBig .books_scroll{
	height: 279px;
}
.RandBig .books_scroll_1{

    margin-left: 7px;	
}
.RandBig .books_scroll_1 img{
	min-height: 240px;
}
.RandBig .books_scroll_1 big{

    bottom: 3px;
    font-size: 11px;
}

big.bDooor{
	top: 4px;
    bottom: auto !important;
}

.books_scroll_3d_big big.bDooor{
	
}
.books_scroll_3d big.bDooor{
	font-size:8px;
}
.books_scroll_list {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 100% !important;
    padding: 0 0 29px 0!important;
    z-index: 1;
    position: relative;
}


 
.news_scroll_list {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: center;
    width: 100% !important;
    padding: 13px 0 !important;
    z-index: 100;
    position: relative;
}
.authors_scroll_list_btn{
	position: absolute;
    z-index: 101;
    left: 0;
}
.authors_scroll_list {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 100% !important;
    padding: 0 !important;
    z-index: 100;
    position: relative;
}



.RandMarket  {
	
}


.RandMarket_price {
    position: absolute;
    font-size: 20px;
    background: #fff100e3;
    color: black;
    text-shadow: 0.5px 0.6px 0.6px #ffffff;
    top: -28px;
    left: -25px;
    padding: 0;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    transform: translateZ(16px);
}
.RandMarket_price_big {
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 0;
    position: absolute;
    left: 6px;
    top: 31px;
    padding: 4px;
}
.RandMarket_price_small{
font-size: 8px;
    color: #3c3c3c;
    text-align: center;
    line-height: 0;
    position: absolute;
    padding: 2px;
    top: 50px;
    right: 13px;
}

@media only screen and (max-width: 519px) {

	.modal-full-screen{
		margin:0!important;
		padding:0!important;
	}
	.modal-full-screen .modal-dialog{
		margin:0!important;
		padding:0!important;
	}

}


#SHORTS{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align:center;
    top: 0;
    left: 0;
    z-index: 999;
}
.SHORTScontent{
	position:relative;
    width: 100%;
    height: 100%;
	max-width: 700px;
    margin: auto;
}
.SHORTSdatanow{
    width: 100%;
    height: 100%;

}
.SHORTSclose {
    position: absolute;
    font-size: 37px;
    padding: 10px 21px;
	left: -3px;
    z-index: 999;
    top: -5px;
}
.SHORTSbook {
    position: absolute;
    top: 400px;
    left: auto;
    opacity: 0.3;
	max-width: 700px;
}
.closeShortsCircle{
	width:75px;
	height:75px;
	position:fixed;
	bottom:100px;
	left:calc(50vw - 37.5px);
	border-radius:50%;
	overflow:hidden;
    background: #424242;
    padding: 17px;
	font-size: 36px;
	color: #979797;
	line-height: 41px;
	
}
.closeShortsCircleRed{
	background: #772020;
	color: #FFF;
	outline: 19px solid #0000009e;
	transition: all 0.51s ease;
}
.shareShortsDiv{
	position:absolute;
	bottom:47px;
	left:0;
	z-index: 111;
	text-shadow: 0 0 8px white;
    -webkit-text-stroke: white;
    -webkit-text-stroke-width: 1px;	
	
}
.shareShIc{
	font-size: 36px;
	padding: 20px;
}
.shareShIc.shareShLIKE.active{
	color: #882121;
	transition: all 0.31s ease;
}










.books_author{
	position:relative;
	height:auto;
	margin-top: 1px;
	margin-bottom: 14px;
}
.book_author_img{
    position: absolute;
    top: 25px;
    right: -5px;
	z-index: 101;
}
.book_author_img img.rounded-circle{
    outline: 1px #0000009c inset;
    height: 90px;
    width: 90px;
    position: relative;

    border: 3px solid #ffffff5e;
}
.book_author_img_country{
    width: 40px;
    height: 26px;
    border: 0;
    background: none;
    position: absolute;
    top: 82px;
    right: 5px;
    font-family: ui-rounded;
    border-radius: 3px;
}
.book_author_books{
	/* position:absolute; */
	top:0;
	left:0;	
	width:calc(100% - 50px);
	margin-right: 50px;
}
.book_author_name{
	margin-bottom: 0px;
	min-height: 29px;
}
.social_au_book{
	display:inline-block;
	font-size:30px;
}
.social_au_book{
	display:inline-block;
	font-size:30px;
	
}
.social_au_book:hover{
	filter: none!important;
	
}












.books_scroll{
	overflow:auto;
	overflow-y:hidden;
	width:100%;
	height: 151px;
	white-space: nowrap;
	padding: 0 30px 0 50px;
	text-align: right;
}
.books_scroll_1{

    display: inline-block;
    border-radius: 7px;
    padding: 4px;
	margin: 5px 4px;
	overflow: hidden;
	opacity:0.7;
	position: relative;
  transition: .5s ease;	
}
.books_scroll_1:hover{
	opacity:1;
}
.books_scroll_1 img{
    height: 124px;
    width: 112%;
    margin: -5px;
	max-width: none!important;
}
.books_scroll_1 small{
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
	background: #000000b3;
    padding: 1px 3px 0px 6px;
    border-radius: 8px;
    font-size: 11px;
    color: aliceblue;
	border: 1px solid #000000f0;
	transition: all 0.3s ease;
}
.books_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;
}
.books_scroll_1 big {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: #00000069;
    padding: 0px 1px;
    line-height: 10.5px;
    border-radius: 2px;
    font-size: 12px;
    color: aliceblue;
    text-shadow: -1px -1px 1px black, 1px 1px 1px black;
	transition: all 0.3s ease;
}


.books_scroll_3d{
	padding: 0;
	margin: 20px 1px 2px;
	overflow: visible;
}
.books_scroll_3d .bookcontainer{
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 400px;
}



.books_scroll_3d .bookcontainer .book3d{
   height: 112px;
    width: 88px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-35deg);
  transition: 1s ease;
  animation: 1s ease 0s 1 initAnimation;
}


.books_scroll_3d .bookcontainer img {
    transform: translateZ(15px);
    background-color: #01060f;
    border-radius: 2px 1px 1px 2px;
    box-shadow: 5px 5px 8px 0px #00000096;
    height: 112px;
    width: 88px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 0.4px solid #ffffff66;

}


.books_scroll_3d .bookcontainer .book3d::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 0px;
  width: 10px;
  height: 112px;
  transform: translateX(76px) rotateY(90deg);
  background: linear-gradient(90deg, #fff 0%, #f2ff00 5%, #fff6d6 10%, #e8e7de 15%, #fffdf8 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #fff98f 45%, #f8ffab 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff5bc 70%, #f9f9f9 75%, #fff 80%, #f7ffb0 85%, #fffde5 90%, #f9f9f9 95%, #fffed4 100%)
}

.books_scroll_3d .bookcontainer .book3d::after {
    position: absolute;
    top: -3px;
    left: -3.4px;
    content: ' ';
    width: 80px;
    height: 118px;
    transform: translateZ(-15px);
    background-color: #0f0e01bd;
    border-radius: 0 2px 2px 0;
    box-shadow: -15px 0 20px 7px #ffff738c;
}

.books_scroll_3d.books_scroll_1:hover {
	z-index: 1;
}

.books_scroll_3d .bookcontainer:hover .book3d, 
.books_scroll_3d .bookcontainer:focus .book3d {
  transform: rotateY(0deg) scale(1.15) translateY(-3px);
}
.books_scroll_3d .bookcontainer:hover small{
	opacity: 0;
	bottom: -10px;
}
.books_scroll_3d .bookcontainer:hover big{
	opacity: 0;
	bottom: 5px;
}

.books_scroll_3d .bookcontainer small{
	transform: translateZ(15px);
}

.books_scroll_3d .bookcontainer big{
	transform: translateZ(15px);
	bottom: -3px;
}
.books_scroll_1 .tawtheq{
	position: absolute;
    font-size: 6px;
    bottom: 1px;
    left: 5px;
    transform: translateZ(15px);
}
.books_scroll_3d .bookcontainer:hover .tawtheq{
	bottom: -2px;
    left: 1px;
	opacity:0;
}
/* big */
/* big */
/* big */
/* big */
.books_scroll_3d_big{
	padding: 0;
	margin: 35px 1px 45px;
	overflow: visible;
}
.books_scroll_3d_big .bookcontainer{
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 400px;
}



.books_scroll_3d_big .bookcontainer .book3d{
   height: 214px;
    width: 141px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-35deg);
  transition: 1s ease;
  animation: 1s ease 0s 1 initAnimation;
}


.books_scroll_3d_big .bookcontainer img {
    transform: translateZ(15px);
    background-color: #01060f;
    border-radius: 2px 1px 1px 2px;
    box-shadow: 5px 5px 8px 0px #00000096;
    height: 214px;
	min-height:214px;
    width: 141px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 0.4px solid #ffffff66;

}


.books_scroll_3d_big .bookcontainer .book3d::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 0px;
  width: 10px;
  height: 214px;
  transform: translateX(131px) rotateY(90deg);
  background: linear-gradient(90deg, #fff 0%, #f2ff00 5%, #fff6d6 10%, #e8e7de 15%, #fffdf8 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #fff98f 45%, #f8ffab 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff5bc 70%, #f9f9f9 75%, #fff 80%, #f7ffb0 85%, #fffde5 90%, #f9f9f9 95%, #fffed4 100%)
}

.books_scroll_3d_big .bookcontainer .book3d::after {
    position: absolute;
    top: -9px;
    left: -3.4px;
    content: ' ';
    width: 131px;
    height: 232px;
    transform: translateZ(-26px);
    background-color: #0f0e01bd;
    border-radius: 0 2px 2px 0;
    box-shadow: 9px 16px 12px 0px #0000008c, 11px 0 32px 7px #ffff737d;
}


.books_scroll_3d_big.books_scroll_1:hover {
	z-index: 1;
}

.books_scroll_3d_big .bookcontainer:hover .book3d, 
.books_scroll_3d_big .bookcontainer:focus .book3d {
  transform: rotateY(0deg) scale(1.15) translateY(-3px);
}
.books_scroll_3d_big .bookcontainer:hover small{
	opacity: 0;
	bottom: -10px;
}
.books_scroll_3d_big .bookcontainer:hover big{
	opacity: 0;
	bottom: 5px;
}

.books_scroll_3d_big .bookcontainer small{
	transform: translateZ(15px);
}

.books_scroll_3d_big .bookcontainer big{
	transform: translateZ(15px);
	bottom: 2px;
}





@keyframes initAnimation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-30deg);
  }
}





.coverProfile img{
	width: 100%;
	margin: 0 0 62px 0px;
	border-radius: 10px 10px 0 0;
}
.coverAuthor img{
	width: 100%;
	margin: 0 0 -4.7vw;
	border-radius: 4px 4px 0 0;
}
.coverDar {
	height: 10px;
}
.coverDar img{ 
	width: 100%;
	margin: 0 0 -34px;
	border-radius: 4px 4px 0 0;
    filter: grayscale(0.3) blur(0.8px) opacity(0.5) brightness(0.6) contrast(0.9);	
}

.coverEvent img{
	width: 100%;
	margin: 0 0 -53px;
	border-radius: 4px 4px 0 0;
	filter: grayscale(0.3) blur(0.8px) opacity(0.5) brightness(0.6) contrast(0.9);	
}


.bold_stars{
	
}
.d-list-number{
	margin-right:10px;
}
.d-list-item{
	display:list-item;
	text-align:right;
    list-style: disc;
	margin-right:10px;
}
.d-list-item::marker {
	display:inline-block;
    color: inherit; /* ورث اللون من العنصر الأب */
    font-size: inherit; /* ورث حجم الخط من العنصر الأب */
    font-weight: inherit; /* ورث وزن الخط من العنصر الأب */
    margin-right: -1.5em; /* الهوامش قبل الماركر لتظهر مشابهة للتنسيق الافتراضي */
    padding-left: 0.5em; /* الهوامش بعد الماركر لتظهر مشابهة للتنسيق الافتراضي */

}







.flex-search-head{
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: baseline;
}
.flex-search-head-btns{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: flex-start;
    align-content: stretch;
    align-items: baseline;
	overflow-x:auto;
}
.flex-search-head-btns::-webkit-scrollbar {
    display: none;
}

.flex-search-head-btns {
    scrollbar-width: none;
}

.flex-search-head-btns a{
	font-size: 9px;
    padding: 4px 8px;
    border-radius: 7px;
    background: #eee9d8;
    margin: 2px 4px;
    color: #252525;
    text-decoration: none;
	transition: all 0.3s ease;
	text-wrap: nowrap;
	white-space: nowrap;
	line-height: 18px;
}
.flex-search-head-btns a:hover{
	background: #FFF;
}
.flex-search-head-btns a.active{
    background: #2b2b2b;
    color: #f1e8c7;
}
.bookSearch_div {
    position: relative;
    min-width: 36%;
    max-width: 70vw;
    margin: 0 0 0 0;
    padding: 0 0 0 4px;
}
.bookSearch_div i{
	font-size: 13px;
    color: #464646;
    position: absolute;
    right: 12px;
    top: 11px;
}

.bookSearch_div input{
    min-height: 27px;
    padding: 0px 29px 0px 15px;
    text-align: right;
    place-content: start;
    background: #ffffffcf;
    border-radius: 18px;
    border: 0.4px solid #0000005e;
    color: rgba(0, 0, 0, .87);
    word-wrap: break-word;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    height: 27px;
    font-size: 9px;
    width: calc(100%);
    margin: 4px 0 4px 0;
    box-shadow: 0px 0px 4px -1px #00000069;
}



.quoteBigTitle{
	position: relative;
	border: 2px solid #fff5e152;
	border-radius: 43px 0 43px 0;
	overflow: hidden;
	height: 96%;
	text-shadow: 0.2px 0.3px 0.5px #FFF;
	background:#ffffff80;
}

.quoteBigTitle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	filter: blur(4.2px) brightness(0.9) hue-rotate(0) sepia(1.8) grayscale(0.4);
	z-index: -1;
	opacity:1;
}






.memoPanel {
  background: rgb(148, 87, 42) url(img/memo_bg.jpg);
  background-size: contain;
}








.installDiv{
   position: fixed;
    bottom: 48px;
	left: 20px;
    z-index: 999999;
}
.installDivFixed {
	transform: translateY(38px);
    transition-duration: 0.9s;
}
.hideInstallDiv{
	position: absolute;
    top: 7px;
    left: 6px;
    z-index: 1;
    color: #515151;
    padding: 0px 0px 0px 0px;
    line-height: 17px;
    background: #ffffff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 11px;
}
#installBtn{
    border: none;
    font-size: 9px;
    outline: none;
    border-radius: 7px;
    padding: 6px 14px 2px 30px;
    text-align: right;
    direction: rtl;
    background: #dadada;
    text-shadow: 0.4px 0.3px 0.4px #FFF;
    color: #0e667c;
    box-shadow: -2px 2px 0px #000;
}

#installBtn img{
    width: 20px;
    margin: -11px 0 0 9px;
	transform: scaleX(-1);

}
.installBtnText{
	line-height: 10px;
    margin: -2px 0 -14px 0;
}





@media only screen and (max-width: 575.98px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
		padding-right: 1px;
		padding-left: 1px;
	}
	.row{
		margin-right: -5px;
		margin-left: -5px;
	}
	.one_post_tools{
		zoom: 0.8;
	}
}


@media only screen and (min-width: 576px) and (max-width: 991.98px) {
 	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
		padding-right: 1px;
		padding-left: 1px;		
	}   
	.row{
		margin-right: -10px;
		margin-left: -10px;
	}
}


@media only screen and (min-width: 992px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
		padding-right: 15px;
		padding-left: 15px;		
	}
}










	
















































