html {
    height: 100% !important;
    
    
}

.BilgiDiv .v-text-field--solo > .v-input__control > .v-input__slot {
    background-color: #eeeeee !important;
}

    .BilgiDiv .v-text-field--solo > .v-input__control > .v-input__slot input {
        color: #737373 !important;
        font-weight: 600 !important;
    }

.Sag input {
    text-align: right;
}

.v-list-group__items {
    padding-left: 10px !important;
}

.AktifMenu {
    background-color: white !important;
}

    .AktifMenu i {
        color: #0a3b5b !important;
    }

    .AktifMenu .v-list-item__title {
        color: #0a3b5b !important;
    }


.v-list .v-list-item--active, .v-list .v-list-item--active .v-icon {
    color: white !important;
}

@media screen and (max-width: 768px) {
    .mobile table.v-table tr {
        max-width: 100%;
        position: relative;
        display: block;
    }

        .mobile table.v-table tr:nth-child(odd) {
            border-left: 6px solid deeppink;
        }

        .mobile table.v-table tr:nth-child(even) {
            border-left: 6px solid cyan;
        }

        .mobile table.v-table tr td {
            display: flex;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            height: auto;
            padding: 10px;
        }

            .mobile table.v-table tr td ul li:before {
                content: attr(data-label);
                padding-right: .5em;
                text-align: left;
                display: block;
                color: #999;
            }

    .v-datatable__actions__select {
        width: 50%;
        margin: 0px;
        justify-content: flex-start;
    }

    .mobile .theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
        background: transparent;
    }
}
/* ÖZel Scroll width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #88888859;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #999;
    }


.TaksitKolon .v-chip,
.TaksitKolon .v-input {
    width: 95%;
}

.TaksitKolon {
    flex-basis: 10.25% !important;
    flex-grow: 0 !important;
    max-width: 10.25% !important;
}

    .TaksitKolon.Sira {
        flex-basis: 4% !important;
        flex-grow: 0 !important;
        max-width: 4% !important;
    }

.SatirSar {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 40px;
}