html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.tabular-nums {
    font-family: 'Inter', sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
}

.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #d3d3d345 #f1f1f1;
}

@keyframes pulseShadowBorder {
    0% {
        box-shadow: 0px 0px 0px rgba(0,0,0,0.06);
        border-color: rgba(0, 150, 255, 0.2); /* Açık mavi */
    }

    50% {
        box-shadow: 0px 0px 15px rgba(0, 150, 255, 0.45);
        border-color: rgba(0, 150, 255, 0.8);
    }

    100% {
        box-shadow: 0px 0px 0px rgba(0,0,0,0.06);
        border-color: rgba(0, 150, 255, 0.2);
    }
}

.shadow-pulse {
    animation: pulseShadowBorder 2s infinite ease-in-out;
    border: 2px solid transparent;
    border-radius: 0.85rem;
}

.table-thead-sticky {
    position: sticky;
    top: 0;
}

.maxheight-70-overflowy-scroll {
    max-height: 70vh;
    overflow-y: scroll;
}

#contextMenu button.disabled {
    opacity: .45;
    pointer-events: none;
}



.wrap-description {
    max-width: 350px;
    white-space: normal;
    word-break: break-word;
}


#customLegendTooltip {
    position: fixed;
    background: #1e293b;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 9999;
}

.chart-list-click-tr {
    background-color: #bfdae785;
}

#divSlctDetay {
    display: none;
}

#tableGrafikDetay {
}

.modal-Details-Info .col-3 {
    display: block;
}

@media screen and (max-width: 1200px) {
    #divSlctDetay {
        display: block;
    }

    #tableGrafikDetay {
        display: none;
    }

    .modal-Details-Info .col-3 {
        display: none;
    }
}

/* #region GRİD-JS*/

@media (max-height: 800px) {
    .gridjs-wrapper {
        max-height: 50vh;
    }
}

/*.gridjs-wrapper{
    height:auto;
    max-height:50vh;
}*/

.gridjs-table {
    table-layout: auto !important; /* kolon genişliği otomatik */
}

.gridjs-thead {
    position: sticky;
    top: 0;
    background-color: #fafafa;
}



/* #endregion*/

/* #region GENEL TANIMLAMALAR*/

.height-inherit {
    height: inherit;
}

.z-index-99 {
    z-index: 99;
}

.z-index-99999 {
    z-index: 99999;
}

/* #endregion*/





