.secilen1:hover {
    background-color: #cc251d !important;
    transition: background-color 1.2s !important;
}

.sabit-logo {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1050;
}

.sabit-logo img {
    width: 50px;
    height: auto;
    transition: transform 0.3s ease;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link {
    border: none !important;
}

.sabit-cizgi {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    z-index: 1040;
}

.dropdown-menu {
    z-index: 1060 !important;
}

.gri-tablo {
    background-color: #e9ecef !important;
    color: black !important;
}

.gri-tablo tr,
.gri-tablo th,
.gri-tablo td,
.gri-tablo thead th {
    background-color: #e9ecef !important;
    color: black !important;
    border: 1px solid #adb5bd !important;
}

table.table-hover tbody tr:hover,
table.table-hover tbody tr:hover td,
table.table-hover tbody tr:hover th {
    background-color: #cc251d !important;
    color: white !important;
    transition: background-color 0.2s ease;
}

table.table-hover tbody tr:hover td i {
    color: white !important;
}

.tablo-yumusak {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #4a4a4a;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
}

.tablo-yumusak table {
    border-style: hidden;
}