/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
 body {
     background-color: #f0f2f5;
     margin:0;
     padding:0;
     min-height:500px;
}
/* ===================== Sidebar ===================== */
 #sidebar {
     position: fixed;
     /*position: absolute;*/
     overflow-x:hidden;
     overflow-Y:scroll;
     top: 0;
     right: 0;
     height: 100vh;
     /*height: auto;*/
     width: 300px;
     background: linear-gradient(135deg, #2d257d 0%, #f7921d 100%);
     color: #fff;
     transform: translateX(100%);
     transition: transform 0.5s ease;
     z-index: 1050;
     padding-top: 70px;
     box-shadow: -4px 0 15px rgba(0,0,0,0.2);
     border-radius: 0 10px 10px 0;
     scrollbar-color: rgb(45, 37, 125) #f7921e;
     scrollbar-width: none;
}
 #sidebar.open {
     transform: translateX(0);
}
 #sidebar ul {
     list-style: none;
     padding: 0;
}
 #sidebar ul li {
     width:100%;
     direction:none;
}
 #sidebar ul li a {
     display: block;
     padding: 14px 25px;
     color: #fff;
     font-weight: 600;
     text-decoration: none;
     border-radius: 5px;
     margin: 3px 10px;
     transition: all 0.3s ease;
     text-wrap: auto;
}
 #sidebar ul li a:hover {
     background: linear-gradient(45deg,#f39000,#f6d365);
     color: #fff;
}
 #sidebarToggle {
     position: fixed;
     top: 6px;
     right: 6px;
     background: linear-gradient(135deg, #2d257d 0%, #f7921d 100%);
     border: none;
     color: white;
     font-size: 22px;
     padding: 8px 12px;
     cursor: pointer;
     z-index: 1100;
     border-radius: 6px;
     box-shadow: 0 4px 10px rgba(0,0,0,0.3);
     transition: all 0.3s ease;
}
 #sidebarToggle:hover {
     transform: scale(1.1);
}
/* ===================== Navbar ===================== */
 .navbar-inverse{
     background: linear-gradient(135deg, #2d257d 0%, #f7921d 100%);
     border-radius:0;
     margin-bottom:0;
     border:none;
}
 .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
     padding: 15px 10px;
     width:auto;
     font-weight:bold;
}
 .navbar-inverse .navbar-nav > li > a:hover {
     background-color: #f39000;
}
/* ===================== Stat Cards ===================== */
 .home-stats .stat {
     border-radius: 12px;
     padding: 25px;
     color: #fff;
     font-size: 16px;
     position: relative;
     overflow: hidden;
     margin: 15px 0;
     transition: transform 0.4s ease, box-shadow 0.4s ease;
     cursor: pointer;
     box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}
 .home-stats .stat:hover {
     transform: translateY(-10px) scale(1.05) !important;
     box-shadow: 0 12px 25px rgba(0,0,0,0.25) !important;
}
 .home-stats .stat i {
     font-size: 50px;
     margin-bottom: 12px;
     display:block;
}
 .home-stats .stat .info span {
     display: block;
     font-size: 42px;
     font-weight: bold;
}
/* ===================== Gradient Colors ===================== */
 .st-members{
    background: linear-gradient(45deg,#8e44ad,#5b2c6f);
}
 .st-pending{
    background: linear-gradient(45deg,#e65100,#ff9800);
}
 .st-items{
    background: linear-gradient(45deg,#33691e,#4caf50);
}
 .st-comments{
    background: linear-gradient(45deg,#b71c1c,#f44336);
}
 .st-wallet{
    background: linear-gradient(45deg,#6a1b9a,#9c27b0);
}
 .st-cats{
    background: linear-gradient(45deg,#3949ab,#5c6bc0);
}
 .st-alias{
    background: linear-gradient(45deg,#c2185b,#e91e63);
}
 .st-services{
    background: linear-gradient(45deg,#795548,#a1887f);
}
/* دعم القائمة المنسدلة الفرعية في Bootstrap 3 */
 .dropdown-submenu {
     position: relative;
}
 .dropdown-submenu > .dropdown-menu {
     top: 65%;
     display: none;
     right: 35%; /* تظهر على اليمين بسبب RTL */
     width: 60%;
     margin-right: -1px;
     margin-top: 0;
     border-radius: 0 6px 6px 6px;
     background: linear-gradient(135deg, #2d257d 0%, #f7921d 100%);
}
 .dropdown-submenu:hover > .dropdown-menu {
     /*display: block !important;*/
     width: 60% !important;
}
 .nav-link{
     text-wrap: auto;
}
 .dropdown-submenu > a:after {
     content: " \f0d9"; /* سهم صغير */
     float: left;
     border: none;
     font-family: FontAwesome;
     margin-right: 5px;
     margin-left: 0;
}
 #sidebar ul {
     text-align: right;
}
 #sidebar ul li{
     border-bottom:1px #a1a1a1 solid;
}
 nav .dropdown-menu,nav .dropdown-submenu {
     background: linear-gradient(135deg, #2d257d 0%, #f7921d 100%);
}
 nav .dropdown-menu li,nav .dropdown-submenu li {
     border-bottom:solid #a1a1a1 1px;
}
 .nav>li>a:focus,
 .nav>li>a:hover,
 .nav > li > a:hover,
 .nav > li > a:focus,
 .nav .open>a,
 .nav .open>a:focus,
 .nav .open>a:hover {
     background-color: #fd9300 !important;
     border-color: #337ab7 !important;
}
 #dropdown-menu > li > a:hover {
     background-color: #f39000;
}
 #dropdown-menu > li > a:focus {
     background-color: #f39000;
}
 #dropdown-submenu > li > a:hover {
     background-color: #f39000;
}
 #dropdown-submenu > li > a:focus {
     background-color: #f39000;
}
/* ===================== ScrollBar ===================== */
/*fireFox*/
 html {
     scrollbar-color: rgb(45, 37, 125) #f7921e;
     scrollbar-width: thin;
}
/*chromume*/
 ::-webkit-scrollbar {
     width: 12px;
}
 ::-webkit-scrollbar-track {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#fff;
     -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}

/*Double ScrollBar*/
.suwala-doubleScroll-scroll-wrapper, .table-responsive {
  scrollbar-width: thin;
}

/*Table Headers*/
.table > thead > tr {
  background: linear-gradient(135deg, #2d257d 0%, #f7921d 100%) !important;
  color: white;
}
