<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #f1f1f1;
}


.DVBackEndMS {
    display: none;
}

.loaded #loader-wrapper {
    display: block;
}

#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background: rgb(255 255 255 / 90%);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fc9a12;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #378adf;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fc1312;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}



body {
    font-family: 'Poppins', sans-serif;
}

.DVSepetSozlesme {
    position: relative;
    top: 52px;
    width: 40%;
    left: 16px;
}

    .DVSepetSozlesme select {
        width: 100%;
    }

.loaded #loader-wrapper {
    display: block;
}

#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background: rgb(255 255 255 / 90%);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fc9a12;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #378adf;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fc1312;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.spanEnUstMenu {
    color: #dddddd;
    font-size: 26px;
    font-weight: 600;
}

.DVSabitMenu {
    border: none !important;
    box-sizing: border-box;
    box-shadow: none;
    margin-bottom: 5px;
}


    .DVSabitMenu .card-body {
        border: none !important;
        box-shadow: none;
        outline: none;
        background-color: #f8f9fb;
        padding-left: 0px;
        padding-right: 0px;
    }

.ddMaxWidth {
    max-width: 130px;
}

.ddMaxWidth30Y {
    max-width: 30%
}

.btnSabitAra {
    background-color: #00adf1;
    border: 1px solid #00adf1;
    display: inline-block;
    width: 100%;
    max-width: 60px;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 6px;
}


    .btnSabitAra:hover {
        background-color: #03a2e0;
        border: 1px solid #03a2e0;
    }




.DVSMBildirim {
    display: inline-block;
    position: relative;
    align-self: center;
}

    .DVSMBildirim a {
        position: relative;
        display: block;
    }

    .DVSMBildirim i {
        font-size: 25px;
        color: #7d7f90;
    }


.DDRenkFont {
    color: #b3b5ba;
    font-size: 11px;
    padding: 6px 7px;
}

    .DDRenkFont:focus {
        outline: none;
        box-shadow: none;
    }

option {
    background-color: #ffffff;
    font-size: 12px;
    color: #808080;
}


.aFiltreleBtn {
    color: #808080;
    font-weight: 500;
    font-size: 12px;
    margin-left: 10px;
}


.paddingTop {
    padding-top: 5px;
}


.page-content {
    padding: 60px calc(24px / 2) 60px calc(24px / 2);
}

.gridjs-th:first-child {
    max-width: 20px;
    width: 20px;
}


.gridjs-td:first-child {
    max-width: 20px;
    width: 20px;
}


.gridjs-th:nth-child(2) {
    max-width: 35px;
    width: 35px;
}


.gridjs-td:nth-child(2) {
    max-width: 35px;
    width: 35px;
}


.gridjs-th:nth-child(3) {
    max-width: 45px;
    width: 45px;
}


.gridjs-td:nth-child(3) {
    max-width: 45px;
    width: 45px;
}

.gridjs-th:nth-child(4) {
    max-width: 50px;
    width: 50px;
}


.gridjs-td:nth-child(4) {
    max-width: 50px;
    width: 50px;
}

.gridjs-th:nth-child(5) {
    max-width: 75px;
    width: 75px;
}


.gridjs-td:nth-child(5) {
    max-width: 75px;
    width: 75px;
}


.gridjs-th:nth-child(6) {
    max-width: 105px;
    width: 105px;
}


.gridjs-td:nth-child(6) {
    max-width: 105px;
    width: 105px;
}


.gridjs-th:nth-child(7) {
    max-width: 85px;
    width: 85px;
}


.gridjs-td:nth-child(7) {
    max-width: 85px;
    width: 85px;
}


.gridjs-th:nth-child(8) {
    max-width: 180px;
    width: 180px;
}


.gridjs-td:nth-child(8) {
    max-width: 180px;
    width: 180px;
}


.gridjs-td:nth-child(9) {
    max-width: 75px;
    width: 75px;
}


.gridjs-th:nth-child(9) {
    max-width: 75px;
    width: 75px;
}


.gridjs-td:nth-child(10) {
    max-width: 150px;
    width: 150px;
}


.gridjs-th:nth-child(10) {
    max-width: 150px;
    width: 150px;
}

.gridjs-td:nth-child(11) {
    max-width: 50px;
    width: 50px;
}


.gridjs-th:nth-child(11) {
    max-width: 50px;
    width: 50px;
}

.gridjs-td:nth-child(12) {
    max-width: 90px;
    width: 90px;
}


.gridjs-th:nth-child(12) {
    max-width: 90px;
    width: 90px;
}



.gridjs-td:nth-child(13) {
    max-width: 120px;
    width: 120px;
}


.gridjs-th:nth-child(13) {
    max-width: 120px;
    width: 120px;
}


.gridjs-td:nth-child(14) {
    max-width: 120px;
    width: 120px;
}


.gridjs-th:nth-child(14) {
    max-width: 120px;
    width: 120px;
}


.gridjs-td {
    max-width: 30px;
    width: 30px;
    font-size: 10px;
    color: #575757;
    padding:3px 3px !important;
}

    .gridjs-td select {
        font-size: 12px;
        color: #575757;
    }


.DDKirmizi {
    background-color: #eb5a5a;
    color: #ffffff !important;
    font-size: 12px;
    border-color: #eb5a5a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}


.DDYesil {
    background-color: #19c42d;
    color: #ffffff !important;
    font-size: 12px;
    border-color: #19c42d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

#table-invoices-list {
    width: 100%;
    /*overflow: scroll;*/
}

.DVTabloIcerik {
    /*width: 1200px !important;*/ overflow-x: scroll;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /*background-color: #fff;*/
    background-color: rgb(209 209 209 / 75%);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}


.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgb(215 215 215 / 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}


.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgb(215 215 215 / 0.85);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.layout-setting-btn {
    position: fixed;
    top: 47.5%;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
    background-color: #1f58c7;
    color: #fff !important;
    line-height: 20px;
    padding: 15px 3px;
    font-size: 12px;
    border-radius: 6px 0 0 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1999;
}

.gridjs-pagination .gridjs-summary {
    float: left;
    margin-top: 5px;
    font-size: 12px;
}

.gridjs-pagination .gridjs-pages button {
    font-size: 11px;
    border: none !important;
    border-radius: 30px !important;
    margin: 0 5px;
    border: none;
    min-width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    line-height: 25px;
}

.btn-group-sm &gt; .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    border-radius: 0.5rem;
}

.form-control {
    padding: 3px 5px;
}

th.gridjs-th {
    font-size: 11px;
    padding: 3px 3px !important;
}

.DVTxtMetinFooter {
    font-size: 12px;
}





.pleftKpx {
    padding-left: 5px;
    padding-right: 0px;
}

.pleft13px {
    padding-left: 13px;
    padding-right: 0px;
}

.pleft0px {
    padding-left: 0px;
}



.DVTI label {
    margin-top: 10px;
    font-size: 12px;
    padding: 3px 6px;
}

label {
    font-size: 12px;
}

.form-control {
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 6px;
}

.form-select {
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 6px;
}

@media (min-width:1550px) {
    #table-invoices-list {
        width: 100% !important;
        /*overflow-x: unset;*/
    }

    .DVTabloIcerik {
        width: 100% !important;
    }
}


@media (min-width:1200px) {
    th .gridjs-th {
        font-size: 12px;
    }

    .DDRenkFont {
        color: #b3b5ba;
        font-size: 12px;
        padding: 9px 10px;
    }



    .btn-group-sm &gt; .btn, .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 12px;
        border-radius: 0.5rem;
    }

    .form-control {
        padding: 9px 5px;
    }

    .DVTxtMetinFooter {
        font-size: 12px;
    }


    .DVSepetBaslik {
        position: relative;
        top: 50px;
        left: 12px;
    }

        .DVSepetBaslik span {
            font-size: 24px;
            color: #dddddd;
            font-weight: 400;
        }
}</pre></body></html>