﻿
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 20px;
    display: none;
}



.popover {
    width: 500px;
}

.popover-body {
    height: 250px;
    overflow-y: auto;
    white-space: pre-wrap;
}


html .content.app-content {
    padding: calc(3rem + 2.65rem + 1.3rem) 1rem 0;
}


.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
}

.card-datatable {
    padding: 1px;
}


.col-form-label,
.col-form-label-lg,
.col-form-label-sm {
    font-size: 0.757rem;
    align-self: center;
}



.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
    width: 0px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top, .vertical-layout.vertical-menu-modern.menu-collapsed .navbar.floating-nav {
    left: 0px;
}

/* Masaüstü ortamı için özel stil */
@media (min-width:1024px) {
    .vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
    .vertical-layout.vertical-menu-modern.menu-collapsed .footer {
        margin-left: 0px !important;
    }

    .pAciklama {
        position: absolute;
        white-space: nowrap;
        animation: moveLeft 60s linear infinite;
    }
}

@media (max-width:430px) {
    .pAciklama {
        position: absolute;
        white-space: nowrap;
        animation: moveLeft 10s linear infinite;
    }
}


@media (max-width:900px) {
    .pAciklama {
        position: absolute;
        white-space: nowrap;
        animation: moveLeft 20s linear infinite;
    }
}



@media (max-width:1024px) {
    .pAciklama {
        position: absolute;
        white-space: nowrap;
        animation: moveLeft 25s linear infinite;
    }
}

@media (max-width:1400px) {
    .PnlResult {
        overflow-x: scroll !important;
    }
}



.pAciklama {
    font-weight: 900;
}

.card {
    margin-bottom: 0rem;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.PnlResult {
    padding: 10px !important;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}



@keyframes moveLeft {
    from {
        right: -100%;
    }

    to {
        right: 100%;
    }
}


table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    right: .5em;
    content: "";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    right: .5em;
    content: "";
}



.select2-container--classic .select2-results__option,
.select2-container--default .select2-results__option {
    padding: 0.428rem 1rem;
    font-size: 11px;
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    font-size: 11px;
}

.modern-select-container {
    display: inline-flex !important;
    float: right;
    width: 425px;
    top: -12px;
}

.aralik-secim {
    display: inline-flex !important;
    float: right;
    width: 425px;
    top: -25px;
}

.lblYeniAcilan {
    font-size: 11px;
}


.handle {
    cursor: move;
}

/* Modal Styles */
.modal-xl {
    max-width: 95%;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    max-height: 80vh;
}

/* PnlResult DataTable Scroll Styles */
.sonuclistecicard {
    max-height: 600px;
    overflow: hidden;
}

.PnlResult {
    max-height: 500px;
    overflow: auto;
}

    .PnlResult .dataTables_wrapper {
        overflow: visible;
    }

    .PnlResult .dataTables_scrollBody {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: auto;
    }

    .PnlResult .dataTables_scrollHead {
        overflow: visible;
    }

    .PnlResult table {
        width: 100% !important;
        min-width: 1200px;
    }

    .PnlResult .dataTables_scrollBody table {
        margin-top: 0;
    }

    /* Scroll Bar Styling */
    .PnlResult::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .PnlResult::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .PnlResult::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .PnlResult::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

    .PnlResult .dataTables_scrollBody::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .PnlResult .dataTables_scrollBody::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .PnlResult .dataTables_scrollBody::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .PnlResult .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

/* Modal içindeki tablo stilleri */
.modal-body .table {
    font-size: 12px;
}

    .modal-body .table th,
    .modal-body .table td {
        padding: 6px 4px;
        white-space: nowrap;
    }

.modal-body .btn-sm {
    padding: 2px 6px;
    font-size: 10px;
}