.top-menu .container-fluid .drilldown-root .dropdown-item:hover > .drilldown-sub{
	overflow-y:auto;
  max-height:600px;
}
.top-menu .container-fluid .drilldown-root > .dropdown-item:hover > .dropdown-menu::before{
	background-color: transparent;
}
header ul.drilldown-sub.dropdown-menu.shadow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #103178;
}
header ul.drilldown-sub.dropdown-menu.shadow::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
header ul.drilldown-sub.dropdown-menu.shadow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    background-color: #F5F5F5;
    border-radius: 10px;
}

/* Forum Butonu Stilleri */
.forum-container {
    margin-left: auto !important;
}
.forum-container .forum-button {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(255, 107, 53, 0.3);
}
.forum-container .forum-button:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 107, 53, 0.4);
}