﻿/* ===== PX Bazlı ===== */
.text-8px {
    font-size: 8px;
}

.text-10px {
    font-size: 10px;
}

.text-12px {
    font-size: 12px;
}

.text-14px {
    font-size: 14px;
}

.text-16px {
    font-size: 16px;
}

.text-18px {
    font-size: 18px;
}

.text-20px {
    font-size: 20px;
}

.text-24px {
    font-size: 24px;
}

.text-28px {
    font-size: 28px;
}

.text-32px {
    font-size: 32px;
}

.text-36px {
    font-size: 36px;
}

.text-40px {
    font-size: 40px;
}

.text-48px {
    font-size: 48px;
}

/* ===== REM Bazlı (16px = 1rem) ===== */
.text-05rem {
    font-size: 0.5rem;
}
/* 8px */
.text-0625rem {
    font-size: 0.625rem;
}
/* 10px */
.text-075rem {
    font-size: 0.75rem;
}
/* 12px */
.text-0875rem {
    font-size: 0.875rem;
}
/* 14px */
.text-1rem {
    font-size: 1rem;
}
/* 16px */
.text-1125rem {
    font-size: 1.125rem;
}
/* 18px */
.text-125rem {
    font-size: 1.25rem;
}
/* 20px */
.text-15rem {
    font-size: 1.5rem;
}
/* 24px */
.text-175rem {
    font-size: 1.75rem;
}
/* 28px */
.text-2rem {
    font-size: 2rem;
}
/* 32px */
.text-225rem {
    font-size: 2.25rem;
}
/* 36px */
.text-25rem {
    font-size: 2.5rem;
}
/* 40px */
.text-3rem {
    font-size: 3rem;
}
/* 48px */




/* === Responsive PX === */
/* Küçük ekranlar (default) */
.text-res-8px {
    font-size: 8px;
}
/* Tablet (md) */
@media (min-width: 768px) {
    .md-text-res-10px {
        font-size: 10px;
    }
}
/* Desktop (lg) */
@media (min-width: 1024px) {
    .lg-text-res-12px {
        font-size: 12px;
    }
}

/* === Responsive REM === */
/* Küçük ekranlar (default) */
.text-res-05rem {
    font-size: 0.5rem;
}
/* Tablet (md) */
@media (min-width: 768px) {
    .md-text-res-0625rem {
        font-size: 0.625rem;
    }
}
/* Desktop (lg) */
@media (min-width: 1024px) {
    .lg-text-res-075rem {
        font-size: 0.75rem;
    }
}



.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4f46e5;
    --bs-btn-border-color: #4f46e5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4338ca; /* biraz koyusu */
    --bs-btn-hover-border-color: #3f37c9;
    --bs-btn-focus-shadow-rgb: 79, 70, 229; /* rgb karşılığı */

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3730a3; /* daha koyu */
    --bs-btn-active-border-color: #312e81;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4f46e5;
    --bs-btn-disabled-border-color: #4f46e5;
}

.btn-outline-primary {
    --bs-btn-color: #4f46e5;
    --bs-btn-border-color: #4f46e5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4f46e5;
    --bs-btn-hover-border-color: #4f46e5;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4f46e5;
    --bs-btn-active-border-color: #4f46e5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4f46e5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4f46e5;
    --bs-gradient: none;
}



.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #000;
    --bs-nav-pills-link-active-bg: #fff;
}
.nav {
    --bs-nav-link-color: #64718b;
}

.progress, .progress-stacked {
    --bs-progress-height: .75rem;
}

.btn-outline-dark {
    --bs-btn-border-color: #e2e8f0;
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.35rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.card-shadow {
    box-shadow: 0 2px 3px 1px #dfdfdf;
    border: none;
}

    .card-shadow.hover:hover {
        box-shadow: 0 4px 8px 1px #dfdfdf;
    }

.card.h-100 .card-body {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.card-title h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-icon .icon-container {
    height: 45px;
    width: 45px;
    background-color: #fefce8;
    border-radius: 4px;
    color: #eab308;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.card-list {
    padding-left: 0;
    list-style-type: none;
}

    .card-list li {
        padding-bottom: 0.75rem;
    }


table td {
    vertical-align: middle;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
}

.select2-container--default .select2-selection--multiple {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-container .select2-selection--single {
    height: 38px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 36px;
    margin-right: 10px;
    padding: 0 8px;
    font-size: 1.2rem;
    color: #adb5bd;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--bs-emphasis-color) !important;
    line-height: 38px;
}

.select2-container .select2-results__option[aria-selected="true"]:after {
    content: "✔";
    position: absolute;
    right: 14px;
    color: green;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    z-index: 0 !important; 
}

.dataTables_filter-button {
    height: 27.06px;
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-left: 6px;
}

.mfp-wrap {
    z-index: 1056;
}

.filepond--drop-label.border-danger {
    border: 1px solid;
}

label.text-danger.border-danger {
    font-size: 10px;
}


.repeater-container {
}

    .repeater-container .repeater {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .repeater-container .repeater .repeater-item {
            padding: 6px;
            border: 1px solid #dfdfdf;
            width: 100%;
            border-radius: 10px;
            display: flex;
            justify-content: space-between;
            gap: 3px;
            align-items: center;
        }

            .repeater-container .repeater .repeater-item .move {
                width: 25px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .repeater-container .repeater .repeater-item .repeater-content {
                width: calc(100% - 75px - 3px);
            }

            .repeater-container .repeater .repeater-item .action {
                width: 50px;
                display: flex;
                justify-content: center;
                gap: 4px;
            }



#imzaci-repeater .repeater:not(:has(div)):before {
    content: "'İmzacı Ekle' butonuna tıklayarak belge için yeni imzacı ekleyebilirsiniz.";
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border: 1px dashed #d7d7d7;
    border-radius: 6px;
    text-align: center;
    font-size: 1rem;
    color: #a7a7a7;
}

#dosya-listesi:not(:has(div)):before {
    content: "Belge kaydı bulunamadı.";
    margin: 0 1rem;
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border: 1px dashed #d7d7d7;
    border-radius: 6px;
    text-align: center;
    font-size: 1rem;
    color: #a7a7a7;
    background: #fdfdfd;
}