
.logoutbtn span{
    margin-right: 14px;
}


.logoutbtn {
    background-color: #292829!important;
    color: white!important;
    border: 1px solid #fff;
}
.logoutbtn:hover {
    background-color: #fc7544!important;
    color: #fff!important;
     
}

.slidelogo{
    height: 50px;
    width: 50px;
    border-radius: 72px;
    box-shadow:0px 0px 5px 3px rgb(255 255 255);
    vertical-align: middle;
}


.topnavbar{
    padding: 0;
}

.navbar .navconta{
    padding: 0;
}


 

.navbar-nav{
    margin-right:0;
}


.navbar-nav li{
       margin-right: 5px;
    margin-left: 5px;
}
 
.navbar{
border-radius: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #f1582c; 
}
 


.navbar-inverse .navbar-nav>li>a,
.navbar-brand{
    color: #fff;
    font-family: "Noto Naskh Arabic", serif;
    font-size: 21px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}
 
.navbar-inverse .navbar-nav > .open>a,
.navbar-inverse .navbar-nav > .open>a:focus,
.navbar-inverse .navbar-nav > .open>a:hover,
.dropdown-menu > li{ 
margin-bottom: 9px;
}
 
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
    color: #fff;
    background-color:  #fc7342;
}


.mobileslidelogolink {
    height: 40px;
    padding: 0;
    box-shadow: 0 0 3px 1px rgb(255 255 255);
}


  .nav-link{
     background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
 
.nav-link:hover, .navbar .navbar-nav .nav-link:hover{

    background-color: #6f6e6e;
  color: #fff;

}
 

.bg-dark{
        background-color:#0c1317!important;
}
 
.canvabtn {
    background-color: transparent;
    border: none;
    color: #fff;
}

.navbar-brand img {
    height: 40px;
}

 
.offcanvas {
	    background-color: #0c1317;
}
/* Offcanvas Sidebar Styling */
.offcanvas-body ul {
    list-style: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.offcanvas-body ul li {
    margin: 10px 0; /* Add spacing between list items */
    text-align: center; /* Align text to the left */
}

.offcanvas-body ul li a {
    display: block;
    color: #353a50;
    font-size: 17px;
    font-family: "Noto Naskh Arabic", serif;
    font-style: normal;
    line-height: 2;
    text-align: right;
    padding: 1px 10px;
    background-color: #d9d9d9;
    border-radius: 5px;
}

.offcanvas-body ul li a:hover {
    background-color: #6f6e6e;
    color: #fff;
}

/* Active state for the current page link */
.offcanvas-body ul li a.active {
    background-color: #007bff; /* Bootstrap primary blue for active link */
    color: #fff; /* White text for active link */
}
/* Styling for dropdown */
.navbar-nav .dropdown-menu {
min-width: 202px;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 15px;
    transition: background-color 0.3s ease;
	    color: #353a50;
    font-size: 14px;
    font-family: "Noto Naskh Arabic", serif;
    font-style: normal;
    line-height: 2;
    text-align: right;
    padding: 1px 10px;
    background-color: #d9d9d9;
    border-radius: 5px;
}

.navbar-nav .dropdown-item i {
    margin-right: 10px; /* Space between icon and text */
    font-size: 16px; /* Adjust icon size */
}

.navbar-nav .dropdown-item:hover {
    background-color: #6f6e6e;
    color: #fff;
}

	.btn-close {
		background-color: #fff; /* Blue background */
		color: #ffffff; /* White text */
		border: none; /* Remove border */ 
		border-radius: 10%; /* Make it circular */
		opacity: 1; /* Ensure full visibility */
		    padding: 16px !important;
	}

	.btn-close:hover {
		background-color: #ef5d36; /* Darker blue on hover */
		color: #ffffff; /* Keep white text */
			opacity: 1; /* Ensure full visibility */
	}


.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin: 10px 0;
}

.sidebar-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #343a40; /* Sidebar item background */
    border-radius: 4px;
    transition: all 0.3s;
}

.sidebar-menu a:hover {
    background-color: #495057; /* Hover background */
    color: #fff;
}

.sidebar-menu .dropdown-menu {
    background-color: #343a40; /* Match sidebar background */
    border: none;
	
    width: 100%;
    padding: 0;
}

.offcanvas-body .dropdown-menu.show{
	display: contents;
}
.sidebar-menu .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-menu .dropdown-menu .dropdown-item:hover {
    background-color: #495057; /* Hover background for dropdown */
    color: #fff;
}

.sidebar-menu .dropdown-toggle {
    cursor: pointer;
}
    .canvabtn {
        border: 1px solid white;
        display: inline-block;
        font-size: 20px;
        line-height: 1.5px;
        color: #ef5221;
        padding: 7px 11px;
        background-color: #fff;
    }





/* Container for the nested dropdown */
.dropdown-submenu {
  position: relative;
}

/* Position the submenu to the right of its parent */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


.sidebar-menu li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.sidebar-menu a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.sidebar-menu a:hover {
  background-color: #f1f1f1;
  color: #000;
}

 