/* Footer için özel stiller */
.new-footer {
    background-color: #162027 !important;
}

.new-footer .dropdown-menu {
    background-color: #162027 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.new-footer .dropdown-item {
    color: rgba(255,255,255,0.8) !important;
    font-size: 13px !important;
}

.new-footer .dropdown-item:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: white !important;
}

.new-footer .dropdown-toggle::after {
    display: none;
}
.dropdown-menu{
    z-index: 100000;
}

.offscreen {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.login-input { width: 100%; padding: .5rem; }