@charset "utf-8";
/* genral siting */

:root {
    --main-color:#1E9FF2;/*#2d6c93 --#1E9FF2-- #52361B*/
    --second-color:#2d6c93;/*#285074*/
    --third-color:#204e6a;/*#*/
    --subItem-hover-color:#1E9FF2;/*#afd3ff*/
    --subItem-hover-color2:rgb(140, 201, 240);/*#afd3ff*/
}


#foo {
    color: var(--main-color);
}
html , body {
    height: 100%;
    margin:0 !important;
    padding:0 !important;
    background-color: #f8f8f8;
}

/* fount */

*{
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}

/* text */
p{
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
h1 {
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
h2 {
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
h3 {
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
h4 {
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
h5 {
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
h6 {
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}

/* link */
.link_color{
    color: var(--main-color);
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active,
a:focus-visible {
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

a:active {
    background: none !important;
}

a img {
    border: none !important;
    outline: none !important;
}

.navbar {
    margin-bottom: 0 !important;
}
/* test */

.colorTest1{
    width:100%;
    height:100%;
    background-color:#F00;
}

.colorTest2{
    width:100%;
    height:100%;
    background-color:#00F;
}

.colorTest3{
    width:100%;
    height:100%;
    background-color:#FF0;
}
.colorTest4{
    width:100%;
    height:100%;
    background-color:#F0F;
}
.colorTest5{
    width:100%;
    height:100%;
    background-color:#0F0;
}

/* end genral siting */


/* heder */

.line-big{
    height:5px;
    background-color: var(--second-color);
}

.line{
    width:100%;
    height:1px;
    background-color:#CCC;
}
.date{
    font: 12px  'Droid Arabic Kufi',Arial, Helvetica, sans-serif;
}

.page-header{
    font:20px 'Droid Arabic Kufi',Arial, Helvetica, sans-serif;
}
.date2{
    display: block;
    text-align: center;
    margin: auto;
    font: 13px  'Droid Arabic Kufi',Arial, Helvetica, sans-serif;
}

.navHome li{
}
.icon-bar {
    color: black;
    background-color: black;
}



.logoP{
    text-align: center;
    font-family:'Droid Arabic Kufi',Arial, Helvetica, sans-serif ;
    color: #6c7a89 ;
    padding: 10px 0 0 20px ;
}

.logo img{
    display: block;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
    padding-bottom: 10px;
}
/* app section */
.app-baz{
    width: 320px;
    margin: 20px auto 20px auto;
}


.titleApp{
    font:15px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color: #7f7f7f !important;
}
.marginAppTiel{
    margin: 0 10px 0 10px;
    color:#63cfde;
}
.BookSection{
    margin-top: 10px;
}
.textAppSection{
    text-align: center;
    direction: rtl;
    font: 16px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
.butun1 {
    width: 266px;
    height: 65px;
    background: var(--main-color);
    margin: 50px  auto auto auto;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
}
.butun1 a{
    font: 16px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color: #fff;
}
.butun2 {
    width: 266px;
    height: 65px;
    background: var(--main-color);
    margin: auto  auto 20px auto;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
}
.butun2 a{
    font: 16px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color: #fff;
}

.butun1 a:hover{
    color: #fff;
}

.butun2 a:hover{
    color: #fff;
}

.butun1:hover{
    background: #307ba4;
}

.butun2:hover{
    background: #307ba4;
}
/* navbar */
.NourP{
    text-align: center;
    margin: 20px;
}
.navBackground{
    height:58px;
    background:var(--main-color) url(../img/nav_foot.jpg) bottom repeat-x ;
}
.nav .navbar-nav{
    float: none !important;
    padding-right: 0 !important;
}
.navMe ul{
    list-style-type:none;
    padding-right: 0%;
    width: 110%;
}
.navMe li{
    display: inline-block;
    height:54px;
    line-height:58px;
    vertical-align:middle;
}

.navMe li:last-child{
    border-left: 0px;
}

.navMe li a{
    text-align: center;
    margin: auto;
    padding: 18px 10px 15px 10px !important;
    display: block;
    width:auto;
    color:#ffffff;
    text-decoration:none;
    font-family:'DroidArabicKufiBold' ,  'Droid Arabic Kufi',Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold ;
    min-width: 90px;
}
.navMe li a:hover{
    height: 100%;
    color:#fff !important;
    background: var(--second-color) !important;
    text-decoration:none;
    transition:all 0.5s ;
}

/* ==========================================================================
   Ultra-Smooth Modern Navbar Styling (Glassmorphic Pill Design)
   ========================================================================== */
.navbar-inverse {
    background: linear-gradient(135deg, #1E9FF2 0%, #177bbd 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(30, 159, 242, 0.25) !important;
    margin-bottom: 0 !important;
    min-height: 54px;
    padding: 4px 0;
}

.navbar-inverse .navbar-nav {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-inverse .navbar-nav > li {
    position: relative;
    margin: 3px 2px;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 8px 16px !important;
    line-height: 22px;
    border-radius: 25px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Active Nav Item Styling - Smooth Glassmorphic Pill */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.28) !important;
    background-image: none !important;
    font-weight: 700;
    border-radius: 25px !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), inset 0 0 0 1.5px rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-1px);
}

.navbar-inverse .navbar-nav > li.active > a::after {
    display: none !important;
}



.non_border{
    border-left: none !important;
}

#notBorder{
    border: none;
}
.hNoor{
    width: auto;
    margin: 20px auto auto auto;
}
.navbar-collapse{
    padding: 0 !important;
    overflow: hidden !important;
}
.nav1 li a{
    padding: 5px 0 0 0 !important;
    display: block;
    width: 80px;
    color: #000;
    font-size: 12px;
    margin-right: -10px;
}
.hNoorBig{
    width: auto;
    line-height: 30px;
    margin: auto;
}
/***********************************
seach
***********************************/

.SearchMy{
    min-height: 100px;
    margin-top: 20px ;
    padding-right: 40px;
}
.searchSection{}
.searchSectionIcon{
    float: right;
    margin-top: 10px;
    width: 42px;
    height: 43px;
    opacity: 0.5 ;
    background: url("../img/social_media.png") 125px 0px ;
}

.searchSectionIcon:active{
    opacity: 0.9;
    transition: all  0.5s;
}
.searchSectionInter{
    margin-top: 10px;
    height: 60px;
    border-bottom: solid 1px #a9a9a9;
    display: none;
}
.searchSectionInter:hover{
    display: block;
}
.searchSectionInter input[type=search] {
    border: none;
    width: 50%;
    margin-right: 10px;
    margin-top: 15px;
    color:#a9a9a9 ;
    font:16px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    direction: rtl;
}
.searchSectionInter input[type=search]:focus {
    outline: 0;
}
.searchNote{
    width: 100%;
    padding: 20px;
    clear: both;
}
.searchSectionInter form  button[type="submit"]{
    border: none !important;
    color: #fff;
    padding: 5px 10px;
    background-color: var(--main-color) !important;
}

.searchSectionInter form  button[type="submit"]:hover{
    border: none !important;
    color: #fff;
    padding: 5px 10px;
    background-color: #269c9f !important;
}
/***********************************
Categories_tree
***********************************/
.warper_tree{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.icon{
    width: 119px;
    height: 145px !important;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 6px;
    box-sizing: border-box;
}
.icon2{
    width: 119px;
    height: 145px !important;
    margin: 10px auto;
    text-align: center;
    color: #000;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 6px;
    box-sizing: border-box;
}
.icon p{ padding-top: 8px; margin-bottom: 0; font-size: 13px; line-height: 1.3; word-break: break-word; width: 100%; }
.icon2 p{ padding-top: 8px; margin-bottom: 0; font-size: 13px; line-height: 1.3; word-break: break-word; width: 100%; }
.icon:hover {
    background: #f8f8f8;
    border-radius: 20px 0px 20px 0px;
    border: 0px none #000000;
    transition:all 0.3s;
    color: #000 !important;
}
.icon2:hover {
    background: #f8f8f8;
    border-radius: 20px 0px 20px 0px;
    border: 0px none #000000;
    transition:all 0.3s;
    color: #000 !important;
}
.iconNor{
    width: 119px;
    height: 145px !important;
    margin: 10px auto;
    text-align: center;
    color: #000;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 6px;
    box-sizing: border-box;
}
.iconNor p{ padding-top: 8px; margin-bottom: 0; font-size: 13px; line-height: 1.3; word-break: break-word; width: 100%; }
.iconNor:hover {
    background: #22526f;
    border-radius: 20px 0px 20px 0px;
    border: 0px none #000000;
    transition:all 0.3s;
    color: #fff ;
}
.iconNor:hover a {
    color: #fff !important;
    transition:all 0.3s;
}
.icon_img1{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 0 0;
}
.icon_img2{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 480px 0;
}
.icon_img3{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 420px 0;
}
.icon_img4{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 360px 0;
}
.icon_img5{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 300px 0;
}
.icon_img6{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 240px 0;
}
.icon_img7{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 120px 0;
}
.icon_img8{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 60px 0;
}
.icon_img9{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: url("../img/icon.png") 180px 0;
}
.iconA{
    width: 33.333333% !important;
    float: none !important;
    height: 145px !important;
    margin: 6px 0 !important;
    color: #000;
    padding: 10px 4px !important;
    box-sizing: border-box;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px 0px 20px 0px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.iconA:hover{
    background: #afd3ff;
    color: #fff !important;
    border-radius: 20px 0px 20px 0px;
    border: 0px none #000000;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(175, 211, 255, 0.4);
}
.icon_pA{
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    word-wrap: break-word;
}
.treeCategories{
    display: block;
    margin-bottom: 20px;
}
.Categories_tree{
    height: 53px;
}
.Categories_tree_hr{
    background:var(--main-color);
    margin-top: 20px;
    height: 1px;;
}
.Categories_tree_h2{
    text-align: center;
    color:var(--main-color) ;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}

/***********************************
titel_1
***********************************/

.titel_1{
    height: 53px;
    background: var(--main-color);
    margin: 20px 0 20px 0;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    width: 100%;
    vertical-align: middle;
    line-height: 53px;
}

.titel_1a{
    height: 53px;
    background: var(--main-color);
    margin: 20px 0 0 0;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    width: 100%;
    vertical-align: middle;
    line-height: 53px;
    border-bottom: solid var(--second-color) 3px;
}
.titel_3a{
    height: 100%;
    background: var(--main-color);
    margin: 20px 15px 0 0;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    max-width: 750px;
    vertical-align: middle;
    line-height: 53px;
    border-bottom: solid var(--second-color) 3px;
}

.titel_3a{
    height: 100%;
    width: 92% !important;
    background: var(--main-color);
    margin: 20px 15px 0 0;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    max-width: 750px;
    vertical-align: middle;
    line-height: 53px;
    border-bottom: solid var(--second-color) 3px;
}


.titel_2aa{
    height: 100%;
    width: 100%;
    background: var(--main-color);
    margin: 20px auto auto auto;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    line-height: 53px;
    border-bottom: solid var(--second-color) 3px;
}
.titel_2a{
    height: 100%;
    background: var(--main-color);
    margin: 20px 30px auto auto;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    width: 720px !important;
    vertical-align: middle;
    line-height: 53px;
    border-bottom: solid var(--second-color) 3px;
}




.titel_p{
    color: #fff;
    font:20px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
.header-title-icon{
    font-size: 26px;
    color: #fff;
    margin-left: 10px;
    line-height: 53px;
    vertical-align: middle;
}
.header-title-icon2{
    color: #fff;
    padding-top: 18px;
}
.droid-fonr{
    font:14px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
/***********************************
titel_2
***********************************/

.titel_2{
    height: 100%;
    margin: 10px 0 30px 0;
    font: 1.3em 'Amiri', Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 2;
}
.titel_p2{
    color: var(--main-color);
    font:15px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif ;
    font-weight: bold;
    text-align: justify;
    line-height: 30px;
    padding: 20px 50px 0 50px;
}
.header-title-icon{
    font-size: 26px;
    color: #fff;
    margin-left: 10px;
    line-height: 53px;
    vertical-align: middle;
}

.droid-fonr{
    font:14px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}

.media_titel{
    display: block;
    margin-bottom: 7px;
    border-bottom: solid 2px #eaeaea;
    padding-bottom: 7px;
}
.media_titel span{

    padding-top: 15px;
    padding-right: 10px;
    font-size: 15px;
}
/***********************************
titel_tab
***********************************/
.titel_tab{
    display: block;
    margin-top: 10px;
    border-bottom: solid 2px #eaeaea;
    border-left: solid 8px #fff;
}
.titel_tab:hover{
    background-color: #eaeaea;
    transition: all 0.5s;
}
.titel_tab:active{
    border-bottom: solid 2px var(--second-color);
}

.titel_tab span{

    padding-top: 15px;
    padding-right: 10px;
    font-size: 15px;
}
.dir{
    padding-top: 15px;
    direction: rtl;
}
.AllSubItem{
    border: solid 1px #eaeaea;
}


.subItem {
    border-bottom: solid 1px #eaeaea;
    padding: 10px;
    color: #000 !important;
    background: #fff;
}

.subItem:hover {
    background-color: var(--subItem-hover-color2);
    color: #fff !important;
    transition: all 0.5s;
}
.subItem a:hover{
    width: 100%;
    color: #fff !important;
    transition: all 0.5s;
}
.glyphicon-backward, .glyphicon-forward, .glyphicon-fast-backward, .glyphicon-fast-forward{
    color: var(--main-color);
}
/***********************************
table-responsive
***********************************/

.table{

    direction: rtl;
    border: solid 1px #d3d3d3;
}
.table tr {
    height: 40px ;
    border: solid 1px #d3d3d3;
    background: #fff;
}

.table tr td:first-child{
    width: 15px;
}
.hoverTable:hover{
    background: var(--main-color);
    transition:background 0.5s ;
}

.hoverTable td{
    vertical-align: middle !important;
}

.hoverTable p{
    display: inline-block;
    white-space: normal;
    width: 90%
}

.hoverTable:hover .table_p a{
    color: #fff;
    transition: color 0.5s;
}

.hoverTableA:hover{
    background: var(--main-color);
    transition:background 0.5s ;
}
.table_icon{
    padding:0 10px 0 10px ;

}
.table_p{
    padding-top: 10px;
}
.moreBottonTabil{
    text-align: center;
    display: block;
    width: 100px;
    height: 40px;
    margin: auto auto auto 0;
    padding: 10px;
    border-right: solid 1px #d3d3d3;
}
.moreBottonTabil:hover{
    text-decoration: none;
    color: var(--main-color) !important;
    background: #f1f2f7 !important;
    transition:all 0.5s ;
}

/***********************************
title nour aldrb
***********************************/
.h1CenterPage{
    text-align: center;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color: var(--third-color) !important;
    margin-top: 23px;
}
.line_horzntal{
    height: 43px;
    width: 1px;
   /* background:var(--main-color); */
    margin-left: 8px;
    margin-top: 20px;
}

.line_horznta2{
    height: 43px;
    width: 1px;
   /* background:var(--main-color); */
    margin-right: 8px;
    margin-top: 20px;
}
.moreMargin{
    margin-left: 30px;
}

/***********************************
noor 3ala aldrb
***********************************/
.circle_mouad{
    width: 80px;
    height: 80px;
    background: var(--main-color);
    border-radius: 50%;
    margin: auto;
}
.circle_mouad_Black{
    width: 110px;
    height: 110px;
    border: 4px solid #4C84A7;
    background: var(--main-color);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.circle_mouad_Black:hover{
    background: var(--third-color);
    transition: all 0.5s;
}
.circle_mouad_Black2{
    width: 80px;
    height: 80px;
    background: var(--main-color);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}
.circle_mouad_Black2:hover{
    background: var(--third-color);
    transition: all 0.5s;
}
.circle_mouad_Black3{
    width: 80px;
    height: 80px;
    background: var(--main-color);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}
.circle_mouad_Black3:hover{
    background: var(--third-color);
    transition: all 0.5s;
}
.activeMeC{
    background: var(--third-color);
    transition: all 0.5s;
}
.circle_mouadP1{
    margin: 0;
    padding: 0;
    text-align: center;
    font:25px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    line-height: 1.2;
}
.circle_mouadP2{
    margin: 4px 0 0 0;
    padding: 0;
    text-align: center;
    font:15px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    line-height: 1.2;
}
.circle_mouadH3{
    font-size: 15px;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    line-height: 20px;
    vertical-align: middle;
    margin: 10px 0 20px 0;
    color: var(--third-color);
    text-align: center;
}
.circle_mouadH4{
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 20px;
}
.circle_mouadP3{
    width: 175px;
    margin: auto;
    text-align: center;
}
.circle_mouadBotton{
    width: 221px ;
    height: 46px ;
    display: block;
    border: solid 1px #bac2c7;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #6c7a89;
    margin: auto;
    margin-top: 15px;
    vertical-align: middle;
}

.circle_mouadBotton:hover{
    text-decoration: none;
    color: #fff !important;
    background-color: var(--main-color);
    transition: background-color  0.5s , color 0.5s ;
    -webkit-transition: background-color  0.5s , color 0.5s;
}
.lineMeUpDown{
    border-bottom: solid 1px #ebeaea;
    border-top: solid 1px #ebeaea;
    min-height: 200px;
    margin-bottom: 40px;
}
.lineMeDown{
    border-bottom: solid 1px #ebeaea;
    min-height: 150px;
}
.lineMeDown2{
    border-bottom: solid 1px #ebeaea;
    min-height: 150px;
    background: #f8f8f8;
}
.lineMeDown3{
    border-bottom: solid 1px #ebeaea;
    min-height: 150px;
    background: #f2f2f2;
}
.CategoryMargin{
    margin: 25px auto auto auto ;
    display: inline-block;
}
.CategoryMarginAuto{
    margin: 25px 50px auto 50px ;
    display: inline-block;
}
.marginTop20{
    margin-top: 20px;
}
.marginTop30{
    margin-top: 30px !important;
}
.marginTop50{
    margin-top: 50px;
}

.marginBottom40{
    margin-bottom: 40px;
}
.minusMargin15{
    margin-right: -15px;
}
.pBook{
    padding: 10px ;
}

/***********************************
Categories
***********************************/
.cler_marg{
    clear: both;
    margin: 50px;
}
.backgroundOfTreeCategories{
    height:100%;
    /* background:#282828 url("../img/dark_matter.jpg") ; */
    background:var(--third-color);
}
.CategoriesTreeNoor{
    height:100%;
    border: solid 1px #eaeaea;
}
.h1TreeCatagories{
    text-align: center;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color:#fff ;
    margin-top: 30px;
}
.h1TreeCatagories2{
    text-align: center;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color:#000 ;
    margin-top: 30px;
}
.line_horzntalB{
    height: 43px;
    width: 1px;
   /* background:#fff; */
    margin-left: 8px;
    margin-top: 20px;

}
.line_horznta2B{
    height: 43px;
    width: 1px;
   /* background:#fff; */
    margin-right: 8px;
    margin-top:20px;

}
.line_horzntalB2{
    height: 43px;
    width: 1px;
  /*  background:#000; */
    margin-right: 8px;
    margin-top: 20px;

}
.line_horznta2B2{
    height: 43px;
    width: 1px;
  /*  background:#000; */
    maargin-left:8px;
    margin-top:20px;

}
.icon_p2{
    margin-top: 15px;
    text-align: center;
    color: #fff;
}
.h3sliderSay2{
    text-align: center;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color:#fff !important;
    margin-top: 10px;
    padding-top: 25px;
    direction: rtl;
}
.h3sliderSay{
    text-align: center;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color: var(--third-color) !important;
    margin-top: 10px;
    padding-top: 25px;
    direction: rtl;
}
.moreMarginsay{
    margin-left: 90px;
}
.iconAndTitel{
    width:150px;
    height: 140px;
    margin: 20px auto 20px auto;
}
.iconOFTitel{
    width:104px;
    height: 104px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px var(--main-color);
    margin: 20px auto auto auto;
    background: #fff;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;

}

.anserP{
    padding: 50px;
    text-align: justify;
    line-height: 2;
    background: #f8f8f8;
    font: 15px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif !important;
}



.anserP_media_title{

    text-align: justify;
    line-height: 2;
    background: #f8f8f8;
    font: 15px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif !important;
}

/* ==========================================================================
   Sheikh Biography Sidebar Menu (سيرة الشيخ)
   ========================================================================== */
.about-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-sidebar-header {
    background: linear-gradient(135deg, #112a46 0%, #1E9FF2 100%);
    padding: 16px 20px;
    text-align: center;
}

.about-sidebar-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.about-sidebar-body {
    padding: 6px 0;
}

.about-sidebar-body .list-group-item.about-menu-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px !important;
    font-size: 15px;
    font-weight: 600;
    color: #334155 !important;
    background: #ffffff !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-right: 4px solid transparent !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.about-sidebar-body .list-group-item.about-menu-item:last-child {
    border-bottom: none !important;
}

.about-menu-arrow {
    font-size: 16px;
    color: #94a3b8;
    transition: all 0.3s ease;
}

/* Hover state */
.about-sidebar-body .list-group-item.about-menu-item:hover {
    background: #f8fafc !important;
    color: #1E9FF2 !important;
    padding-right: 26px !important;
    border-right-color: #1E9FF2 !important;
}

.about-sidebar-body .list-group-item.about-menu-item:hover .about-menu-arrow {
    color: #1E9FF2;
    transform: translateX(-4px);
}

/* Active page state */
.about-sidebar-body .list-group-item.about-menu-item.aboutListActive {
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%) !important;
    color: #1E9FF2 !important;
    font-weight: 700 !important;
    border-right: 4px solid #1E9FF2 !important;
    padding-right: 24px !important;
}

.about-sidebar-body .list-group-item.about-menu-item.aboutListActive .about-menu-text {
    color: #1E9FF2 !important;
}

.about-sidebar-body .list-group-item.about-menu-item.aboutListActive .about-menu-arrow {
    color: #1E9FF2 !important;
    transform: translateX(-4px);
}
.titelOfIcon{
    text-align: center;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 10px;
    direction: rtl;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}
.chevron_right{
    width: 30px;
    height: 33px;
    background: url("../img/right_arrow.png") no-repeat;
    margin-top: 27px;

}
.chevron_left {
    height: 33px;
    background: url("../img/left_arrow.png") no-repeat;
    margin: 27px 0 0 0;
}

/***********************************
slider
***********************************/
.h1slider{
    text-align: center;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    color: var(--third-color);
    margin-top: 10px;
}
.line_horzntalR{
    height: 33px;
    width: 1px;
    /* background:#000; */
    margin-left: 8px;
    margin-top: 30px;

}
.line_horznta2R{
    height: 33px;
    width: 1px;
   /* background:#000; */
    margin-right: 8px;
    margin-top:30px;

}
#home {
    background: url(../img/shutterstock2.jpg) 100% 100% fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.sayBG{
    height:5px;
  /*  background: url("../img/shadow_ander_line.png") center no-repeat*/}

.bgsay{
    margin-top: 35px;
}
.borderSliderSay{
    border: solid 1px #c9c9c9;
}
.saySlider{
    min-height: 300px;
}
.sayItemH{
    text-align: center;
    width: 70%;
    margin: auto;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sayItemH2{
    text-align: center;
    width: 70%;
    margin: auto;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}
.carouselPointer{
    border:#dddddd !important;
    background: #dddddd !important;
}
.carousel-indicators .active{
    width: 11px !important;
    height: 11px !important;
    background: #54b6d1 !important;
}
.sliderSaySize{
    height: 180px;
}
.marginTopSayOl{
    margin-top:30px !important;
    position: absolute;
    top: 80%;
}
/***********************************
slider2
***********************************/

.White{
    color: #fff !important;
}
/***********************************
home tabel
***********************************/

.iconMe{
    width: 60px;
    height: 60px;
}

/***********************************
Dictates
***********************************/
.line_Dictates_selected{
    height: 1px;
    width: auto;
    background: #7f7f7f;
}

.Dictates_selected h3 , .Dictates_selected h6 {
    color: #0e5882;
    direction: rtl;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
.SubjectMe p{
    padding-top: 20px;
    text-align: justify ;
    direction: rtl;
    line-height: 25px;
}
.Dictates_icon{
    direction: rtl;

    padding-left: 10px;
}
.Dictates_p{
    direction: rtl;
}
.SubjectMeButton{
    display: inline-block;
    padding: 10px;
    border: solid 1px #d3d3d3;

}
.SubjectMeButton:hover{
    text-decoration: none;
    background:#f1f2f7 ;
    transition:all 0.5s ;
    color: var(--main-color);
}

.bgf8f8f8{
    background-color: #f8f8f8;
}
.table_noBorder {
    background: none !important;
    border: none !important;
    border-top: none !important;
}
.table_noBorder td{
    border: none !important;
    border-top: none !important;
}
.table_noBorder p{
    display: inline-block;
}

/***********************************
Book
***********************************/
.BookSection{
    margin-bottom: 20px;
}
.book-baz{
    margin: 30px 0px 20px 50px;
}
.titleBook{
    font-size: 17px;
    color: #006837;
    width: 90px;
    margin: auto 0 auto 0;
}
.BookTable{
    direction: rtl;
    font-family:'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}
.BookTable td{
    padding: 10px;
    border-bottom:solid 1px  #d5d5d5;
}
.bookItem{
    display: block;
    padding:  10px 0 5px 10px;
    border-left: solid 5px #fff;
    border-bottom: solid 1px #eaeaea;
}
.bookItem:hover{
    background: #f8f8f8;
}
.line_horznta3{
    height: 20px;
    width: 1px;
    background:#7f7f7f;
    margin-top: 15px;

}
.line_horznta4{
    height: 20px;
    width: 1px;
    background:#7f7f7f;
    margin-top: 15px;

}
.marginMyCenter {
    margin: 20px 0 20px 80px;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #3ec8cb;
}

.book-container{
    margin:0 auto;
    width:200px;
}

.bookBox{
    border: solid 1px #d3d3d3;
    height:212px;
    margin-top: 10px;
}
.downloadButton{
    width: 200px;
    height: 40px;
    margin-top: 3px;
}
.downloadButton I{
    padding-right: 10px;
    line-height: 40px;
    vertical-align: middle;
}

.downloadButtonPdf{
    display: inline-block;
    width: 98px;
    height: 40px;
    background: url('../img/bookred.jpg')repeat-x bottom #959595 ;
    text-align: center;
    color: #fff;
}
.downloadButtonPdf:hover{
    background-color: #ec0000 ;
    transition: all 0.5s;
}
.downloadButtonDoc{
    display: inline-block;
    width: 97px;
    height: 40px;
    background: url("../img/bookblue.jpg")repeat-x bottom #959595 ;
    text-align: center;
    color: #fff;
}
.downloadButtonDoc:hover{
    background-color: #00c0ff ;
    transition: all 0.5s;
}
.downloadButton .title{
    margin: -25px 0 0 0 ;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

.btnOpenYoutube{
    display: inline-block;
    width: 98px;
    height: 40px;
    background: url('../img/bookred.jpg')repeat-x bottom #ec0000 ;
    text-align: center;
    color: #fff;
}

.btnOpenMore{
    display: inline-block;
    width: 97px;
    height: 40px;
    background: url("../img/bookblue.jpg")repeat-x bottom ;
    background-color: var(--main-color);
    text-align: center;
    color: #fff;
}
.topTitleBookBox{
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 50px;
    color: #29abe2;
    border-bottom: solid 1px #d3d3d3;
    text-align: center;
    padding: 5px;
    margin: auto;
    vertical-align: middle;
    margin-top: 2%;
}
.PBookBox{
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    text-align: justify ;
    direction: rtl;
    padding: 10px;
    line-height: 20px;
}
.IconDownload{
    display: block;
    width: 50px;
    height: 43px;
    margin: 15px auto;
    background: url("../img/social_media.png") 83px 0px ;
}

.IconDownload2{
    display: inline-block;
    width: 33px;
    height: 40px;
    background: url("../img/social_media.png") 33px 0px ;

}


.Post{
    margin-top: 40px;
    min-height: 531px;
    background: url("../img/horizontal lines-u2782-fr.png") repeat ;
    border: solid 1px #eaeaea;
}
.marginImgSliderCenter{
    margin: auto;
    margin-top: 50px;
}
.PostButton{
    width: 10%;
    min-width: 150px;
    height: 83px;
    background: var(--main-color);
    color: #fff !important;
    display: block;
    margin: 20px auto 20px auto;
    text-align: center;
    padding-top: 30px;
    border: solid 1px #1faeb2;
}
.PostButton:hover{
    background: #22313f;
    transition: all 0.5s;
}
/***********************************
Statistics
***********************************/

.Statistics{
    margin: auto auto 20px auto  ;
    display: inline-block;
    width:140px;
    height: 140px;

}
.morMarginRight{
    margin-right:40px;
}
.Statistics_Circle{
    width:100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #9dbbcb;
    margin: auto;
}
.Statistics_Circle p{
    width:60px;
    margin:auto;
    text-align: center;
    margin-top: 35px;
    font-family: arial, sans-serif ;
    font-size:20px;
    color: #7f7f7f;
}
.StatisticsP{
    text-align: center;
    margin-top: 15px;
    font-size:20px;
    color: #7f7f7f;
}
/***********************************
footer
***********************************/

footer{
    height: 110px;
    width: 100%;
    background-color: var(--main-color);
    margin-top: -110px;
}

.upPoint{
    width: 62px;
    height: 62px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color:var(--main-color);
    margin: -30px auto;
    text-align: center;
}

.up-icon{
    display: inline-block;
    margin-top: 10px;
    width:45px;
    height:43px;
    background:  url("../img/social_media.png") -130px 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

}

.blokcSocialIcon{
    width: 350px;
    height: 50px;
    background:var(--main-color) ;
    margin-top: -15px;
}
.linefooter{
    height: 1px;
    width: 100%;
    background: #FFF;
    margin-top: 50px;
}

.pFooter{
    margin-top: 5px;
    color: #fff;

}

.pFooter2{
    margin-top: 5px;
    color: #fff;
    text-align: left;
}

.border_radius{
    width: 40px;
    height: 40px;
    color: #fff;
    border: solid 1px #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 6px 7px;
    margin-left: 10px;
}
.footer_social{
    margin: 0 auto;
}

.footer2_social{
    display: none;
}

.p2Footer{
    display: none;
}

.p2Footer2{
    display: none;
}

.border_radius2{
    display: none !important;
    width: 0;
    height: 0;
    color: #fff;
    border: solid 0 #fff;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
}

.sidNav {
    margin: 0 -40px 0 0 ;
    list-style-type: none;
    text-align: center;
    color: #009EEE;
    font-size: 16px;
}

/* ==========================================================================
   Modern Pagination Component
   ========================================================================== */
.pagination-container,
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0 25px 0;
    width: 100%;
}

ul.pagination,
.pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    margin: 30px auto !important;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    list-style: none;
    direction: rtl;
}

ul.pagination > li,
.pagination > li,
.pagination .page-item {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

ul.pagination > li > a,
ul.pagination > li > span,
.pagination > li > a,
.pagination > li > span,
.pagination .page-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px !important;
    font-size: 14px;
    font-weight: 600;
    color: #334155 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    margin: 0 !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
    outline: none !important;
}

ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span,
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 12px !important;
}

/* Hover state */
ul.pagination > li > a:hover,
.pagination > li > a:hover,
.pagination .page-link:hover {
    background: #1E9FF2 !important;
    color: #ffffff !important;
    border-color: #1E9FF2 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 159, 242, 0.3) !important;
}

/* Active page state */
ul.pagination > .active > a,
ul.pagination > .active > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #1E9FF2 0%, #0077c5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(30, 159, 242, 0.45) !important;
    transform: scale(1.05);
}

ul.pagination > .active > a:hover,
ul.pagination > .active > span:hover,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    background: linear-gradient(135deg, #1E9FF2 0%, #0077c5 100%) !important;
    color: #ffffff !important;
}

/* Disabled and Ellipsis state */
ul.pagination > .disabled > span,
ul.pagination > .disabled > a,
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination .page-item.disabled .page-link {
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    border-color: #e2e8f0 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    transform: none !important;
    box-shadow: none !important;
}
.sidNav  li {
    display: block;
    padding:  15px 0 15px 0;
    border-bottom: solid 1px var(--second-color);
}

.sidNav  li a{
    color: #009EEE;
}
.hederSidNav{

    margin: auto;
    color: #009EEE;
    text-align: center;
    font:22px 'Droid Arabic Kufi', Arial, Helvetica, sans-serif !important;
}
.sidNav  li:hover {
    background: #347ca8;
}
.closeMe{
    padding-left: 40px;
    padding-right: 20px;
}
.center{
    text-align: center;
}
.paddingLeft{
    padding-left: 5px;
}
.color0f5254{
    color:var(--main-color) !important;
}
.margin20{
    margin-bottom: 30px;
}

.button {
    padding: 14px 22px;
    background-color: #cecece;
    color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0.5;
}
.button:hover {
    background-color: #e1e1e1;
}
.thumb{
    text-align: center;

}
.thumb p{
    border-top: solid 4px var(--second-color);
    padding: 5px 0 5px 0;
    background: var(--main-color);
    color: #fff;
}
.thumbs {
    display: block;
}

.anserBox{
    width: 100%;
    height: 3px;
    background:var(--main-color);
    margin-top: 20px;
}

.anserBoxNoMargin{
    width: 100%;
    height: 3px;
    background:var(--main-color);
}

.anserBoxNoMarginBlack{
    width: 100%;
    height: 1px;
    background:#000;
}

.thumb {
    margin-bottom: 30px;
}

.thumbnail p{
    text-align: center;
    padding-top: 10px;
}


.aBlack a{
    color: #000;
}
.centerMe{
    text-align: center;
    margin: auto;
}

.padingR{
    padding-right: 20px;
}


/* Base styles */
.container {
    width: 100%;
    padding: 0 15px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* Responsive styles */
@media (max-width: 991px) {
    .container {
        width: 90%;
    }

    .navbar-default {
        background-color: #e3e3e3;
    }

    .btn-primary {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .navbar-default {
        background-color: #ddd;
    }

    .btn-primary {
        font-size: 12px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .btn-primary {
        font-size: 10px;
        padding: 6px 10px;
    }
}

/* Slider slides share one height so the carousel can auto-advance without
   layout shift. Specificity must exceed `.carousel-inner > .item > a > img`
   in bootstrap-arabic.css, which loads AFTER this file and sets height:auto.
   Browsers without aspect-ratio simply keep the previous behaviour. */
.saySlider .carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.5 / 1;
    object-fit: contain;
}

/* ==========================================================================
   Fatwa Search & Filter Card Styling (تصفية وبحث الفتاوى)
   ========================================================================== */
.questions-filter-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    margin-top: 15px;
    margin-bottom: 25px;
}

.filter-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.filter-search-box .filter-search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #1E9FF2;
    font-size: 16px;
    pointer-events: none;
    z-index: 5;
}

.filter-search-box input.filter-search-input {
    width: 100% !important;
    height: 48px !important;
    padding-right: 48px !important;
    padding-left: 40px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    background-color: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.filter-search-box input.filter-search-input:focus {
    background-color: #ffffff !important;
    border-color: #1E9FF2 !important;
    box-shadow: 0 0 0 4px rgba(30, 159, 242, 0.15) !important;
}

/* ==========================================================================
   Custom Glassmorphic Dropdown Menu
   ========================================================================== */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    outline: none;
}

.custom-dropdown-toggle:hover,
.custom-dropdown.open .custom-dropdown-toggle {
    background: #ffffff;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 4px rgba(30, 159, 242, 0.15);
}

.custom-dropdown-toggle .selected-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-dropdown-toggle .selected-option i {
    position: static !important;
    color: #1E9FF2;
    font-size: 16px;
}

.custom-dropdown-arrow {
    font-size: 13px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.custom-dropdown.open .custom-dropdown-arrow {
    transform: rotate(180deg);
    color: #1E9FF2;
}

.custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    max-height: 280px;
    overflow-y: auto;
}

.custom-dropdown.open .custom-dropdown-menu {
    display: block;
    animation: dropdownFadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-dropdown-item i {
    color: #94a3b8;
    font-size: 14px;
    transition: color 0.2s ease;
}

.custom-dropdown-item:hover {
    background: #f1f5f9;
    color: #1E9FF2;
}

.custom-dropdown-item:hover i {
    color: #1E9FF2;
}

.custom-dropdown-item.active {
    background: linear-gradient(135deg, #1E9FF2 0%, #0077c5 100%);
    color: #ffffff;
    font-weight: 700;
}

.custom-dropdown-item.active i {
    color: #ffffff;
}

.filter-select-box::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    left: 14px;
    color: #64748b;
    font-size: 16px;
    pointer-events: none;
}

.filter-search-input:focus,
.filter-select-input:focus {
    background-color: #ffffff !important;
    border-color: #1E9FF2 !important;
    box-shadow: 0 0 0 4px rgba(30, 159, 242, 0.15) !important;
}

.filter-clear-btn {
    position: absolute;
    left: 12px;
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 3;
}

.filter-clear-btn:hover {
    color: #ef4444;
    background: #fee2e2;
}

.filter-results-count {
    font-size: 15px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 15px;
}

.filter-results-count .badge {
    background-color: #1E9FF2 !important;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 10px;
    margin-right: 4px;
}

.no-results-card {
    text-align: center;
    padding: 45px 20px;
    background: #f8fafc;
    border-radius: 16px;
    border: 2px dashed #cbd5e1;
    margin: 20px 0;
}

.no-results-icon {
    font-size: 48px;
    color: #94a3b8;
    margin-bottom: 15px;
}

.no-results-card h5 {
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
}

.no-results-card p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.question-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.question-badge {
    background-color: #1E9FF2 !important;
    color: #ffffff !important;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
}

/* ==========================================================================
   Print Stylesheet
   ========================================================================== */
@media print {
    header,
    footer,
    nav,
    menu,
    .navbar,
    .footer,
    #footer2,
    .linefooter,
    .blokcSocialIcon,
    .upPoint,
    #printQuestion,
    #print-icon,
    #button,
    #sound,
    #icon,
    .header-title-icon,
    .search-container {
        display: none !important;
    }

    body {
        background: #ffffff !important;
        color: #000000 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12pt !important;
        line-height: 1.6 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
        width: 100% !important;
        float: none !important;
    }

    .grayBackground, .AllSubItem {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .titel_1 {
        border-bottom: 2px solid #1E9FF2 !important;
        padding-bottom: 8px !important;
        margin-bottom: 15px !important;
    }

    .titel_p {
        font-size: 16pt !important;
        font-weight: bold !important;
        color: #112a46 !important;
    }

    .anserP {
        padding: 10px 0 !important;
        page-break-inside: avoid;
    }

    .text-primary {
        color: #1E9FF2 !important;
        font-weight: bold !important;
        font-size: 14pt !important;
    }

    @page {
        margin: 1.5cm;
    }
}
