*{
text-decoration:none !important;

}


.kites_book_options {
display: flex;
align-items: center;

}
.kites_book_chapter{
margin-top:1px;
}

button.kites_all_search {background: transparent;
    border: none;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
    cursor: pointer;}

.kites_search_input {
    position: absolute;
    width: 320px;
    height: 400px;
    display: none;
    background: #fff;
    right: 20px;
    top: 68px;
    border-top: 1px solid #efe5d7f2;
}

.kites_search_input_text input {
    padding: 10px 40px 10px 40px;
    margin-top: 15px;
    margin-bottom: 13px;
}

.kites_search_input button {
    background-color: #3498db;
    color: #fff;
    border: navajowhite;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}

button.all_chapter_tab.current_tab {
    background-color: #3498db;
    font-family: Tajawal,san-serif !important;
   
    border: none;padding: 10px 20px 10px 20px;
    cursor: pointer;
	
}	

ul.kites_search_result_list {
    height: 400px;
    overflow: auto;
}

span.highlight {background-color: yellow;}

ul.kites_search_result_list li {list-style: none;cursor: pointer;border-bottom: 1px solid #dddddd;margin-bottom: 10px;margin-top: 10px;}

ul.kites_search_result_list {padding: 0;text-align: left;}

span.highlight.current_select {background-color: #ff9800;}

span.result_highlight {background-color: yellow;}

button.kites_book_bookmarks_button {
    background: transparent;
    
    border: none;padding: 5px 5px 5px 5px;
    font-size: 20px;
    cursor: pointer;
    width:40%
}

button.all_chapter_tab {
    background-color: #000;color: #fff;border: none;padding: 10px 20px 10px 20px;
    cursor: pointer;
font-family:Tajawal,san-serif;

}

.chapter_tabs {
margin-top: 20px;
font-family:Tajawal,san-serif;
}

button.remove_bookmark {background-color: transparent;color: #f44336;border:none;  border-radius: 49px;cursor: pointer;font-size:18px;}

li.single_bookmark {cursor: pointer;}

h2.kites_book_chapter_name small {display: block;font-size: 18px;font-weight: 100;margin-bottom: 8px;}

.night-mode .kites_chapter_menu {background-color: #333333;}

.night-mode .kites_chapter_menu li a {color: #ffff;}
.night-mode .kites_search_input {background-color: #333333;}


@media only screen and (max-width: 768px) {
  
    .kites_search_input,.kites_chapter_menu {
    position: absolute;
    width: 320px;
    height: 80vh;
    display: none;
    background: #fff;
    right: 20px;
    top: 68px;
    border-top: 1px solid #efe5d7f2;
border-bottom: 6px solid #c39a6b;;
padding:10px;
-webkit-box-shadow: 0px 7px 24px -5px rgba(0,0,0,0.63); 
box-shadow: 0px 7px 24px -5px rgba(0,0,0,0.63);


  }
.kites_book_title {
display:none;
}
.kites_book_title_mob {
font-family:Tajawal,san-serif;
font-weight:bold;
background:#A1A2A3;
display:block;
position:fixed;

margin-bottom:30px;
margin-left:-20px;
padding:10px;
text-align:center;
border-bottom:1px solid #999 ;


width:100%;
z-index:9999;
}

}

h2.kites_book_name_cover {
    font-size: 40px;
    font-weight: 200;
padding-top:60px;
}




.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-title {
    margin-bottom: 0.5rem;
	color:#999 !important;
}

button.font_plus.font_medium {font-size: 23px;}

button.font_plus.font_small {font-size: 18px;}

button.font_plus.font_large {margin-left: 10px;}

button.font_plus.font_large {font-size: 28px;}

.kites_books_header.night-mode .font_plus {color: #fff;}

.kites_books_header {
border-bottom: 1px solid #e2e2e2 !important;
} 


//for all iphones
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {
.kites_book_title_mob {
font-family:Tajawal,san-serif;
background:#c39a6b;
display:block;
position:fixed;
margin-top:-5px;
margin-bottom:30px;
margin-left:-20px;
padding:10px;
text-align:center;
border-bottom:1px solid #999;
width:100%;
z-index:9999;
}
}
.kites_book_chapter_image img {
width:65% !important;
height:auto !important;
} 
/*iphone*
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

.kites_book_title_mob {
background:#c39a6b !important;
font-family:Tajawal,san-serif;
font-weight:bold;

display:block;
position:fixed;
margin-top:-70px;
margin-bottom:30px;
margin-left:-20px;
padding:10px;
text-align:center;
border-bottom:1px solid #999;


width:100%;
z-index:9999;
}


}
/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation: portrait) {

 .kites_book_title_mob {
font-family:Tajawal,san-serif;
font-weight:bold;
background:#c39a6b !important;
display:none;
position:fixed;
margin-top:-75px;
margin-bottom:30px;
margin-left:-20px;
padding:10px;
text-align:center;
border-bottom:1px solid #999;


width:100%;
z-index:9999;
}
}