﻿/* ===== 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;
    }
}

.nav-link {
    padding: var(--bs-nav-link-padding-y) 0.75rem;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important;
}

    .simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

.simplebar-content:after, .simplebar-content:before {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: #a2adb7;
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.custom-scroll {
    height: 100%
}

.nav .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}





.modal form {
    display: contents;
}

.nav-pills .nav-link {
    text-align: center;
    background: #f3f3f3;
    margin-bottom: 1rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: white;
        background-color: #0d6efd;
    }




.form-label {
    font-weight: bold;
    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;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    color: #495057;
}


.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;
}

.nav-link.has-error {
    position: relative;
}

    .nav-link.has-error::after {
        content: "•";
        color: red;
        font-size: 2rem;
        position: absolute;
        right: 06px;
        top: -12px;
    }


.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: "✔";
    color: green;
    float: right;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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;
}

.form-check-input-reverse {
    margin-left: 0.75em !important;
    float: none !important;
}

.repeater-container {
}

    .repeater-container .repeater {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .repeater-container .repeater .repeater-item {
            padding: 12px;
            border: 1px solid #dfdfdf;
            background-color: #fdfdfd;
            width: 100%;
            border-radius: 10px;
            display: flex;
            justify-content: space-between;
            gap: 12px;
            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: 20px;
                display: flex;
                justify-content: center;
                gap: 4px;
            }



#katilimci-repeater .repeater:not(:has(div)):before {
    content: "'Katılımcı Ekle' butonuna tıklayarak toplantı için yeni katılımcı ekleyebilirsiniz.";
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border: 1px dashed #d7d7d7;
    border-radius: 6px;
    text-align: center;
    font-size: 1rem;
    color: #a7a7a7;
}

#gundem-repeater .repeater:not(:has(div)):before {
    content: "'Gündem Ekle' butonuna tıklayarak toplantı için yeni gündem ekleyebilirsiniz.";
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border: 1px dashed #d7d7d7;
    border-radius: 6px;
    text-align: center;
    font-size: 1rem;
    color: #a7a7a7;
}

#gorev-repeater .repeater:not(:has(div)):before {
    content: "'Görev Ekle' butonuna tıklayarak gündem için yeni görev 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;
}


.pulse {
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}