#-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 */
}
.sm\:text-3xl {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
}
.fi-page.fi-dashboard-page  section  header {
    display: none !important;
}
.fi-ta-table  tr td.px-3 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
div.fi-modal-content.flex.flex-col.gap-y-4.py-6.px-6 > div > div > div > div.fi-ta-content > table > tbody > tr > td > div {
    padding-left: 0.25rem !important;
}
.fi-wi-stats-overview-stats-ctn.md\:grid-cols-3{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

/* İlk Tr (tr.fi-ta-summary-header-row seçicisinden sonra gelen) */
tr.fi-ta-summary-header-row + tr.fi-ta-summary-row > td:nth-child(3) > div:nth-child(2).fi-ta-text-summary {
    display: none !important;
}
tr.fi-ta-summary-header-row + tr.fi-ta-summary-row > td:nth-child(4) > div:nth-child(2).fi-ta-text-summary {
    display: none !important;
}
tr.fi-ta-summary-header-row + tr.fi-ta-summary-row > td:nth-child(5) > div:nth-child(2).fi-ta-text-summary {
    display: none !important;
}
tr.fi-ta-summary-header-row + tr.fi-ta-summary-row > td:nth-child(6) > div:nth-child(2).fi-ta-text-summary {
    display: none !important;
}


/* İkinci Tr (tr.fi-ta-summary-header-row seçicisinden sonra gelen) */
tr.fi-ta-summary-row + tr.fi-ta-summary-row > td:nth-child(3) > div:nth-child(1).fi-ta-text-summary {
    display: none !important;
}
tr.fi-ta-summary-row + tr.fi-ta-summary-row > td:nth-child(4) > div:nth-child(1).fi-ta-text-summary {
    display: none !important;
}
tr.fi-ta-summary-row + tr.fi-ta-summary-row > td:nth-child(5) > div:nth-child(1).fi-ta-text-summary {
    display: none !important;
}
tr.fi-ta-summary-row + tr.fi-ta-summary-row > td:nth-child(6) > div:nth-child(1).fi-ta-text-summary {
    display: none !important;
}
