#-ek-bilgiler-tab > div > div:nth-child(2) > div > div > div:nth-child(1) > section > div > div > div
{
    align-items: end;
}

#-ek-bilgiler-tab > div > div:nth-child(2) > div > div > div:nth-child(3) > section > div > div > div
{
    align-items: end;
}
.fi-ta-row {
    &:hover .fi-ta-cell:last-of-type {
        @apply relative right-0 top-0 bottom-0;
        > div {
            @apply bg-white dark:bg-gray-900;
        }
    }
    &:hover .fi-ta-cell:last-of-type {
        position: sticky;
        > div {
            @apply shadow-md rounded-full py-2;
        }
    }
}
.yesilSatir {
    background-color: #35590d59; /*rgba(62, 101, 11, 0.78);*/
    border-color: rgba(62, 101, 11, 0.78);
    border-width: 3px;
    /*@apply bg-green-300 dark:bg-green-700 border-s-2 border-green-600 dark:border-green-300;*/
}
.fi-page-sub-navigation-sidebar-ctn.w-72 {
    width: 14rem !important;
}

.fi-ta-text.grid.w-full.gap-y-1.px-3.py-4{
    padding-bottom: 0.35rem !important;
    padding-top: 0.35rem !important;
}
.min-w-48 {
    min-width: 9rem!important;
}
.py-4{
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}
div.fi-section-content.p-6 {
    padding: 1rem 1.5rem !important;
}
.rounded-lg {
    border-radius: 0 !important;
}
.rounded-xl {
    border-radius: .02rem !important;
}
.gap-6 {
    gap: 1rem !important; /* Tablolarda filtreler arası açıklık */
}
