 
.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu li {
    padding: 8px 16px;
}

.side-menu a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-separator {
    border: none;
    border-top: 1px solid #444;
    margin: 10px 0;
}

.notif-count {
    color: red;
    font-weight: bold;
}

 
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-icons, .right-icons2 {
    display: flex;
    align-items: center;

}

.logoos img {
    height: 40px;
}

.search-form input {
    padding: 5px 10px;
}

.search-form button {
    cursor: pointer;
}

 
.external-link {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
}

.create-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

 
.notif-wrapper {
    position: relative;
}

.notif-badge, #notif-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#notif-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #333;
    color: #fff;
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    z-index: 9999;
}

.notif-item {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-decoration: none;
}

.notif-time {
    font-size: 10px;
    color: #aaa;
}

.notif-empty {
    padding: 10px;
}
 .menu3 a {
    text-decoration: none;
    color: #fff;  
    display: flex;
    align-items: center;
    gap: 8px;  
}

.menu3 a i {
    color: inherit;  
}

.menu-title {
    padding: 8px 16px;
    font-weight: bold;
    color: #ccc;
}

.highlight {
    color: #e63946;  
}

hr {
    border-color: #444;
    margin: 8px 0;
}
   .notif-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
    line-height: 1;
}

  
   
.logoos img {
     width: 85px;
  height: auto;       
  display: block;     
}
.navbar {
    display: flex !important;
    align-items: center !important;
    background: #1f1f1f !important;
    padding: 1px 7px !important;
    position: relative !important;
    z-index: 100 !important;
    flex-wrap: wrap !important;
 }
.left-icons,
.right-icons {
  display: flex !important;
  align-items: center !important;
     
      gap: 21px;
}

.icon-btn {
    background: none !important;
    border: none !important;
    color: white !important;
    font-size: 11px !important;
    margin-left: 27px !important;
    cursor: pointer !important;
}

.icon-btn svg {
  width: 24px !important;
  height: 24px !important;
  stroke: white !important;
}
 

.search-form {
  flex: 1 !important;
  max-width: 400px !important;
  margin: 0 15px !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}

.search-form input {
flex: 1 !important;
    padding: 8px 12px !important;
    border-radius: 20px 0 0 20px !important;
    border: solid 1px !important;
    border-color: #424242 !important;
    outline: none !important;
    font-size: 16px !important;
    background: #4d5156 !important;
    color: white !important;
}

.search-form button {
padding: 3px 16px !important;
    border: solid 1px #424242 !important;
    border-radius: 0 20px 20px 0 !important;
    background: #4d5156 !important;
  color: white !important;
  cursor: pointer !important;
  font-size: 17px !important;
}

.search-form button:hover {
  background: #1c1c1c !important;
}

@media (max-width: 768px) {
  .search-form {
    display: none !important;
    position: absolute !important;
    top: 60px !important;
    left: 10px !important;
    right: 10px !important;
    
    padding: 10px !important;
    border-radius: 10px !important;
  }

  .search-form.show {
    display: flex !important;
  }

  .left-icons {
    flex: 1 !important;
  }

  .right-icons {
    flex: 1 !important;
    justify-content: flex-end !important;
  }
}
.side-menu {
    position: fixed !important;
    top: 45px !important;
    right: -300px !important;
    width: 267px !important;
    height: 94% !important;
 
    background: #1f1f1f !important;
    padding: 0px !important;
    transition: right 0.3s ease !important;
    z-index: 99 !important;
    border: solid 1px #3e3e3e;
      overflow-y: auto;     
 
}


 .side-menu.show {
  right: -39px !important;
}

 

.side-menu h3 {
  color: #fff !important;
  margin-bottom: 20px !important;
}

.side-menu ul {
  list-style: none !important;
}

.side-menu li {
  padding: 10px 0 !important;
  color: #ccc !important;
  cursor: pointer !important;
}

.overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  display: none !important;
  z-index: 50 !important;
}

.overlay.show {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: inline-block !important;
  }
  .desktop-only {
    display: none !important;
  }
}li a {
  color: #fff;  
  text-decoration: none;  
  display: flex;
  align-items: center;
  gap: 25px; 
  padding: 13px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}

li a:hover {
  background: #333;  
}
.menuxx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;  
         

}
.right-icons2{
     display: flex !important;
  align-items: center !important;
      justify-content: space-between; 
    
    
}
.side-menu-2 {
  position: fixed;
  left: -260px;
  top: 45px;
  width: 250px;
  height: calc(100% - 46px);  
  background: #1f1f1f;
  color: #fff;
  transition: left 0.3s ease;
  z-index: 9999;
  border: solid 1px #3e3e3e;

  overflow-y: auto;       
  scrollbar-width: thin;  
  scrollbar-color: #888 #222;
}

.side-menu-2.show {
  left: -1px;
}

.side-menu-2 hr {
  border: none;
  border-top: 1px solid #333;
  margin: 8px 0;
}

 
.side-menu-2::-webkit-scrollbar {
  width: 8px;
}

.side-menu-2::-webkit-scrollbar-track {
  background: #222;
}

.side-menu-2::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #222;
}
.menu3{
    
        list-style: none !important;
}
 
 

 
