/** HINTS **/
.page.page-hints {
    background: #1c1c1d !important;
}
.page-hints .page-content {
    border-top: 3px solid var(--f7-color-red) !important;
}
.page-hints .page-content{
    margin-top: 54px !important;
    padding-top: 0px !important;
}

.page-hints .page-content,
.page.hints-item .page-content{
	padding-top: 0px;
	padding: 0;
}
.page-hints .page-content{
	margin-top: 54px;
}	
.page.hints-item .page-content{
	top: 54px;
}
.page-hints .dz-banner-heading {
    box-sizing: border-box;
    position: fixed;
    width: auto;
    height: 235px;
    overflow: hidden;
	border-radius: 25px 25px 0 0;
}

.page-hints .dz-banner-height {
    height: 235px;
    width: 100%;
    display: block;
}
.page-hints .dz-banner-heading .bnr-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -57px;
}
.page-hints .overlay-black-light:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.page-hints .fixed-content {
    border-radius: 25px 25px 0 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 15px;
	top: -50px;
}
.page-hints .fixed-content {
    background-color: var(--background-color);
}
.page-hints .fixed-content .content-hints{
    padding:0 15px;
}
.page-hints .fixed-content .item-list {
    position: relative;
}
.page-hints .fixed-content .category-item{
	overflow: hidden;
	cursor: pointer;
	padding: 10px 15px;
	margin: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100px;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.page-hints .fixed-content .category-item{
    background: var(--f7-list-bg-color);
}
.page-hints .fixed-content .category-name {
	position: relative;
    top: 0;
    height: 50px;
    text-align: right;
    display: grid;
    justify-content: normal;
    align-items: center;
	margin-bottom: 20px;	
}

.page-hints .fixed-content .category-name .item-title {
    font-size: .8rem;
	display: block;
    font-family: 'Shabnam-Bold';	
	color: #cecece;	
}
.mobile .page-hints .fixed-content .category-name .item-title ,
.device-android .page-hints .fixed-content .category-name .item-title {
	font-size: .8rem;
	font-family: 'Shabnam-Bold';
	font-weight: normal;
}
.page-hints .fixed-content .category-name span {
	display: block;
    font-size: .7rem;
}
.page-hints .fixed-content .category-name span {
	color: #7e7e7e;
}
.page-hints .fixed-content .layer-icon {
    position: absolute;
    left: 15px;
    bottom: 20px;
    opacity: 0.03;
    transform: scale(3) rotate(25deg);
    width: 20%;
    filter: none;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}
.page-hints .fixed-content .item-list .item-option{
/*     position: absolute;
    width: 100%;
    display: block;
    bottom: 0; */
}
.page-hints .fixed-content .item-list .item-option{
    background: rgba(57, 57, 57, 0.5);	
}
.page-hints .fixed-content .item-list .item-option,
.page-hints .fixed-content .item-list .item-option ul{
	height: 30px;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9;
    margin-top: -30px;
}
.page-hints .fixed-content .item-list .item-option ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    left: 0;
    justify-content: space-between;
}
.page-hints .fixed-content .item-list .item-option ul li{
    margin: 5px 2px 0;
    padding: 3px 6px;
}
.page-hints .fixed-content .item-list .item-option ul li {}
.page-hints .fixed-content .item-list .item-option ul li i{
    font-size: 1rem;
    font-weight: 300;
}
.page-hints .fixed-content .item-list .item-option ul li i{
	color: var(--f7-color-red);
	color: #8e8e8e;
}
.page-hints .fixed-content .item-list .item-option ul li svg{
	width: 15px;
    height: 15px;
    margin-top: 0px;
}
.page-hints .fixed-content .item-list .item-option ul li.button-download svg{
	width: 17px;
    height: 17px;
    margin-top: -2px;
}
.page-hints .fixed-content .item-list .item-option ul li use{
	fill: var(--f7-color-red);
	fill: #8e8e8e;
}
.page-hints .section-title {
    color: var(--f7-color-white);
    font-size: .9rem;
	font-family: Shabnam-Bold;
}
.page-hints .title-hints{
	position: absolute;
    top: -100px;
    height: 100px;
    width: 100%;
	direction: ltr;
	padding-left: 20px
}
.page-hints .text-title-hints{
	text-align: center;
	width: 200px;
	margin-top: 25px;
	margin-left: 10px;
	direction: rtl;
	line-height: 1.2;
	color: #fff;
}
.page.hints-list>.navbar {
    height: 54px;
}
.page.hints-list .page-top-content {
    height: 63px;
    display: grid;
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
}
.page.hints-list .searchbar-not-found ul{
    padding: 0px;
}
.page.hints-list .page-content {
    top: 0px;
    padding-top: 47px;
    padding-top: 0px;
}
.page.hints-list .list {
	margin-top: 0;
}
.page.hints-list .list.search-list .item-content{
    height: auto;
    background: #242424;
    border: 1px solid #2f2f2f;
    padding-left: 10px;	
}

.page.hints-list .list.search-list .item-content .item-title {
    width: 80%;
    text-align: right;
}
.page.hints-list .list.search-list .item-content:before{
	display: none;
}
.page.hints-list .list ul{
	direction: rtl;
}
.page.hints-list .item-content{
    padding-left: 0;
    padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
    padding-right: 0;
}

.page.hints-list .item-content .item-inner{
	display: grid;
	justify-content: normal;
	margin-top: 5px;
}
.page.hints-list .item-content .item-title{
    white-space: normal;
	font-size: .8rem;
    padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));	
}

.page.hints-list#hints-surah-list .item-content .item-title{
    width: 70%;
    padding-left: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px;
}
.page.hints-list:not(#hints-surah-list) .item-content .item-row .item-details:nth-child(2){
		visibility: hidden
}
.page.hints-list .item-content .item-row .item-details:nth-child(1){
    width: 60%;
}
.page.hints-list .item-content .item-row .item-details{
	font-size: .7rem;
	width: 18%;
}
.page.hints-list .item-content .item-details li{
	color: #888888;
	display: block !important;
}
.page.hints-list .item-content .item-details ul{
	padding: 0
}
.page.hints-list .item-content .item-row{
    display: flex;
    justify-content: space-between;
}
.page.hints-list .item-content .item-title d{
	display: none;
}
.page.hints-list .item-content .item-num{
    font-size: .75rem;
}
.page.hints-list .item-content .item-num{
    color: #676767;
}
.page.hints-list  .list-dividers .item-inner:after{
	display: none;
}
.hints-item .title-hints-item {
	direction: rtl
}
.hints-item .title-hints-item span{
	font-size: 1rem;
	font-family: titr-bold;
    margin-bottom: 10px;
    display: block;	
}
.hints-item .title-hints-item span{
	color: #ededed;
}
.hints-item .title-hints-item .text,
.hints-item .title-hints-item .text  p{
	font-size: .85rem;
    text-align: justify;
}
.hints-item .title-hints-item .text .text-hafs,
.hints-item .title-hints-item .text d{
	font-family: hafs;
	font-size: 1rem;
}
.hints-item .title-hints-item .text d sub{
	font-family: Shabnam!important;
}
.hints-item .title-hints-item .text,
.hints-item .title-hints-item .text p{
	color: #fff;
	margin: 0;
}
.hints-item .options-hints-item {
	border-top: 1px solid #ddd;
    padding-top: 15px;	
}
.hints-item .options-hints-item {
	border-top: 1px solid #3b3b3b;
}
.hints-item .options-hints-item a{
    font-size: .75rem;
}
.hints-item .options-hints-item a{
    color: #acacac;
}
.hints-item .options-hints-item i{
    margin-left: 5px;
}
.hints-item .options-hints-item svg{
	margin-left: 5px;
	margin-top: 0;
	width: 17px;
    height: 17px;
}
.hints-item .options-hints-item use{

}
.hints-item .options-hints-item use{
	fill: #7a7a7a;
}
.hints-item .title-references{
	font-size: .7rem;
    color: #ddd;
	text-decoration: underline;
}
.hints-item .title-references{
    color: #acacac;
}
.hints-item .content-references .ref-item{
	font-size: .7rem;
	display: flex;
}
.hints-item .content-references .ref-item:first-child{
	margin-top: 6px;
}
.hints-item .content-references .ref-item{
	color: #09c36a;
}
.hints-item .content-references .ref-item d{
    color: #8b8b8b;
    margin-left: 3px;
}
.hints-item .content-references .ref-item a{
	text-decoration: underline;
	padding: 0 4px;
}
.hints-item .content-references .ref-item a{
	color: #67b4f1;
}
.popup.view-references-ayah .navbar .title{
	margin-right: 20px;
}
.popup.view-references-ayah .page-content{
	top: 54px;
	padding-top: 0px;
	display: flex;
}
.popup.view-references-ayah .page-content .block{
	direction: rtl;
    display: grid;
    top: 0;
    position: relative;
    margin: auto;
	padding: 0 7px !important;
    width: 100%;
}
.popup.view-references-ayah .ayah,
.popup.view-references-ayah .trans{
    text-align: justify;
}
.popup.view-references-ayah .ayah{
	font-family: hafs;
	font-size: 1.2rem
}
.popup.view-references-ayah .ayah{
	color: #f7d26f;
}
.popup.view-references-ayah .trans{
	font-size: .8rem
}
.dark.popup.view-references-ayah .trans{
	color: #ddd;
}

/** END HINTS **/