﻿/* 1) Normal (roman) – değişken font: 300–700 aralığını kapsar */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter[slnt,wght].woff') format('woff2');
    font-weight: 300 700; /* ihtiyacın buysa 300–700 */
    font-style: normal; /* italik değil */
    font-display: swap;
}

/* 2) Italic – elindeki statik dosyalarla eşleştiriyoruz */
/* 300 (Light Italic) */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-LightItalic-BETA.woff') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/* 400 (Regular Italic) */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Italic.woff') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
/* 500 (Medium Italic) */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-MediumItalic.woff') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
/* 600 (SemiBold Italic) */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-SemiBoldItalic.woff') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
/* 700 (Bold Italic) */
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-BoldItalic.woff') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
}

.sekigo
{
    margin-left: 4px;
    width: 60px;
}

.p-l-35 {
    padding-left: 35px;
}

.designbyicon {
    margin-top: -4px;
}

.m-tb-20 {
    margin : 0 20px;
}

.fs-20 {
    font-size:20px;
}.fs-22 {
    font-size:22px;
}

.wi40 { width:40px }
.wi50 { width:50px }
.wi150 { width:150px }
.mwi10 { min-width:10%; }
.mwi15 { min-width:15%; }
.mwi40 { min-width:40%; }
.mwi50 { min-width:50%; }
.wid100 { width:100%; }

.w180{
    width:180px;
}

.divTotal {
    background: #0477eb;
    border-radius: 10px;
    padding: 1rem 2.25rem;
}

.mdl_spec_area {
    background: #dff3ff;
    padding: 20px;
    border-radius: 10px;
}

.brd-blue {
    border: 2px solid #3e8bff;
}
.brd-red {
    border: 1px solid red;
}

.modal-header {
    padding: 1.50rem 1.75rem 1rem !important;
}

.modal-footer {
    padding:1rem;
}




.tree-content:hover {
    background-color: #f5f5f5; /* Arka plan rengi */
    cursor: pointer;
    border-radius: 7px;
}

.tree-content.active {
    background-color: #5aa9fd30;
    color: white;
    border-radius: 7px;
}
.tree .tree-content {
padding:0.3rem 1rem;
}

.context-menu {
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    right: 10px;
    top: 30px;
}

    .context-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .context-menu ul li {
            padding: 8px 12px;
            cursor: pointer;
        }

            .context-menu ul li:hover {
                background-color: #f5f5f5;
            }


.foto-zoom {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out; /* Süreyi 1 saniyeye uzat ve 'ease-in-out' geçişi kullan */
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

    .foto-zoom:hover {
        z-index: 2;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        -moz-transform: scale(3);
        transform: scale(3);
    }


.orderImg {
height:120px !important;
}

.maxw-30 {
    max-width:30%;
}


   .menuBtn i {
        pointer-events: auto;
    }

.flatpickr-day {
    color:black;
}

.pt-12r {
    padding-top: 13rem !important;
}

.bt-seki {
    bottom:4rem !important;
    position:fixed;
}


.app-sidebar-panel .app-sidebar-panel-timeline {
    margin-bottom: 11px;
    left: 12px;
}

:root {
    --bs-app-sidebar-panel-width: 700px !important;
}

.active_task {
    background: linear-gradient(180deg, #1858FD 0%, #003FDE 100%);
}

.h-50px {
    height: 50px;
}

.h85 {
    height:85px !important
}.h335 {
    height:335px !important
}

.d-flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Boşluğu eşit dağıtmak için */
}

.flex-item2 {
    flex: 1 1 11%; /* Her öğenin genişliği %20 olacak, ancak gerekirse küçülebilir veya büyüyebilir */
    box-sizing: border-box;
    padding: 10px; /* Öğeler arasındaki boşluk */
}

.form-check-image.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-check-wrapper img {
    max-width: 100%;
    height: auto;
}

.depentTask {
    margin-top: -35px;
    background: #e5e5e5;
}

.blur {
    filter: blur(2px);
    pointer-events: none;
}


.wi600 {
    width: 600px;
}

.borRad {
    border-radius: 0.75rem !important;
}

.shadow1 {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


#loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0093e5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    background: rgba(255, 255, 255, 0.8); /* Arkaplanı biraz saydam yapabilirsiniz */
    filter: none; /* Bulanıklığı iptal et */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.table-label {
    width: 200px; /* Adjust the width as needed */
}


.borderColor {
    /*--bs-card-border-color: #969696 !important;*/
    border: 2px solid var(--bs-card-border-color) !important;
}

.borderColor-slct {
    /*--bs-card-border-color: #969696 !important;*/
    border: 3px solid #0606d1 !important;
}

.nav-item.notification a::after {
    content: attr(data-count); /* data-count özelliğindeki değeri göster */
    position: absolute;
    top: 5px; /* Yukarıdan konumu */
    right: 10px; /* Sağdan konumu */
    background-color: red; /* Uyarı göstergesinin rengi */
    color: white; /* Yazı rengi */
    border-radius: 50%; /* Yuvarlak şekil için */
    padding: 2px 6px; /* Boyutu ayarlamak için */
    font-size: 12px; /* Yazı boyutu */
    font-weight: bold; /* Yazı kalınlığı */
    line-height: 1;
}

.wi32p{
    --bs-timeline-icon-size: 32px;
}

.color-preview {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin: auto;
}

.mt-80px {
    margin-top:80px !important;
}

.w-140px {
  width:140px !important;
}

.ml--30 {
    margin-left: 30px !important;
}

.w5h13 {
    width: 5px;
    height: 13px;
    border-radius: 6px;
}

.wid90 {
width:90%;
}

.table-borderless > :not(caption) > * > * {
    padding:0.2rem 0.2rem !important;
}

.mb-0-imp {
margin-bottom:0 !important;
}

#reader video {
    object-fit: cover;
}









@media only screen and (max-width: 768px) {
    img .h-60px {
        height: 50px !important; /* Mobilde yüksekliği 40px yap */
    }


    /* HEADER YAPISI 3 BLOĞA AYRILSIN */
    #kt_app_header .flex-stack {
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        align-items: center !important;
    }

    /* SOL: HAMBURGER + LOGO */
    .app-header-logo {
        justify-content: flex-start !important;
    }

    #mainlogo {
        height: 50px !important;
        padding-left: 0 !important;
    }

    /* ORTA: KURLAR TAM ORTADA */
    a[href="/Home/currency"] {
        display: flex !important;
        justify-content: center !important;
    }

    .items-center {
        flex-direction: row !important;
        gap: 6px !important;
        padding: 3px 6px !important;
    }

        .items-center .badge {
            font-size: 11px !important;
            padding: 3px 5px !important;
        }

    /* SAĞ: BİLDİRİM + AVATAR DÜZ HİZALANSIN */
    .app-navbar {
        justify-content: flex-end !important;
        gap: 8px !important;
    }

    .app-navbar-item {
        margin: 0 !important;
    }

        .app-navbar-item img {
            width: 30px !important;
            height: 30px !important;
        }

    /* BİLDİRİM ORTADA YÜZMESİN */
    #kt_menu_notifications {
        right: 0 !important;
        left: auto !important;
    }

    /* DETAY + BREADCRUMB AŞAĞI İNSİN */
    .page-title {
        margin-top: 22px !important;
        padding-left: 10px !important;
    }
  
}