/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    overflow: visible;
    overflow-x: hidden;
}

html {
    height: 100%;
}

.container-fluid.main-container {
    padding-left: 90px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .container-fluid.main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.input-data input {
    width: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: transparent;
}


    .input-data input::placeholder {
        color: transparent;
        background-color: transparent;
    }

    .input-data input:placeholder-shown ~ label {
        top: 15px;
        left: 5px;
        font-size: 13px;
        background-color: transparent;
    }

.input-data label {
    display: block;
    position: absolute;
    top: -5px;
    left: 9px;
    font-size: 12px !important;
    color: black;
    pointer-events: none;
    transition: 0.3s ease;
    background-color: transparent;
    /* z-index: 9; */
}

.input-data input:focus ~ label {
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    font-size: 10px;
    color: #424242;
}

.input-data .altcizgi {
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    z-index: 8;
}

    .input-data .altcizgi:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #424242;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

.input-data input:focus ~ .altcizgi:before {
    transform: scaleX(1);
}



.alk-bg .input {
    width: 100%;
    padding: 8px 10px;
    color: rgb(110, 109, 109);
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: transparent;
    font-size: small;
    transition: border-color 15ms linear, box-shadow 15ms linear;
}

    .alk-bg .input:focus {
        border-bottom: 1px solid #169cf5;
        background: transparent;
        transition: transform 0.30s cubic-bezier(0.4, 0, 0.2, 1);
    }


.alk-bg .input1 {
    width: 100%;
    padding: 10px 0;
    color: rgb(110, 109, 109);
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: transparent;
}

    .alk-bg .input1:focus {
        background: transparent;
        border-bottom: 1px solid #ddd;
    }

.alk-bg .select {
    width: 100%;
    color: rgb(110, 109, 109);
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: small;
    /*background: transparent;*/
}


.alk-bg .alkTakvim {
    width: 100%;
    color: rgb(110, 109, 109);
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: transparent;
}

.alk-bg .textarea {
    width: 100%;
    padding: 10px 0;
    color: rgb(110, 109, 109);
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: transparent;
}

    .alk-bg .textarea:focus {
        border-bottom: 2px dotted rgb(21, 204, 112);
        background: transparent;
    }

.bootstrap-btn {
    color: #4c5358;
    background-color: #fff;
    border: 1px solid #aab1b6;
    border-radius: 4px;
    min-width: 88px;
    max-height: 44px;
    font-size: 14px;
    line-height: 42px;
    transition: all .1s ease 0s;
    outline: none;
    position: relative;
    text-decoration: none;
}


    .bootstrap-btn:hover {
        cursor: pointer;
        border-color: #7c878e;
        background-color: #F7F6FB;
        color: #000;
        transition: all 0.5s ease;
    }

.iconRenk {
    color: #6d6d6d;
}

.Bank-Row-Hover:hover {
    background: #dbf4fb;
    cursor: pointer;
    transition: all 0.5s ease;
}

.TabloTr {
    height: 40px;
    cursor: pointer;
}

.divHover:hover {
    background-color: #edf9fd;
    cursor: pointer;
}


/*yeni eklenen yer*/

.TabloTr1 {
    height: 40px;
    cursor: pointer;
}

.Totalen .TabloTr td {
    font-size: 11px;
    padding: 2px 5px !important;
    margin: 2px 5px !important;
}

#Mutaties .TabloTr td {
    font-size: 11px;
    margin: 2px 5px;
    padding: 2px 10px;
}

    #Mutaties .TabloTr td input {
        height: 14px;
    }

#Mutaties_filter {
    display: none;
}

.divHover:hover {
    background-color: #edf9fd;
    cursor: pointer;
}

.Mutaties th input,
.Mutaties tr input {
    width: 15px;
    height: 15px;
    border: 2px solid #424242;
}

.table thead.TabloBaslik {
    --bs-table-bg: #635555;
    --bs-table-color: aliceblue;
}

.nav-item {
    cursor: pointer;
}

    .nav-item .nav-link {
        color: #424242;
    }

        .nav-item .nav-link.active {
            font-weight: bold;
            background-color: transparent;
            border-bottom: 1px solid #ffba56;
            border-right: none;
            border-left: none;
            border-top: none;
        }




.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    /* box-shadow: -1px 1px 5px 6px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: -1px 1px 5px 6px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: -1px 1px 5px 6px rgba(0, 0, 0, 0.2) inset; */
}




/*yeni eklenen yer*/






/*
.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
    

.modal-dialog {
	top: 5vh;
	right: 20vw;
  }
*/
/*
  .alk-bg label {
	position: absolute;
	top:0;
	left: 0;
	padding: 10px 0;
	font-size: 16px;
	color: rgb(110, 109, 109);
	pointer-events: none;
	transition: .5s;
  }
*/

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}


/* Select2 jQuery plugin standalone material design theme by djibe
 * 
 */
.select2-container {
    display: block;
    margin: 0;
    min-width: 200px;
    position: relative;
    padding-top: 20px;
}

    .select2-container *:focus {
        outline: 0;
    }

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__placeholder {
            color: black;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
            width: 24px;
            height: 24px;
            margin-left: auto;
            order: 12;
            transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
            pointer-events: none;
        }

    .select2-container.select2-container--open .select2-selection__arrow {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236200ee' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
        transform: rotate(180deg) !important;
    }

    .select2-container .select2-search--dropdown .select2-search__field {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
        border-radius: 4px 4px 0 0;
        background-color: #f5f5f5;
    }

    .select2-container .select2-results__message {
        color: #b1b1b1;
    }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container.select2-container--open .select2-selection--multiple::after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='%236200ee' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
        transform: rotate(180deg) translateY(-5px);
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        display: block;
        flex-wrap: wrap;
        user-select: none;
    }

        .select2-container .select2-selection--multiple::after {
            content: '';
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
            width: 24px;
            height: 24px;
            margin-left: auto;
            transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

            .select2-container .select2-selection--multiple .select2-selection__rendered:not(:empty) {
                margin: -2px 0;
            }

            .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
                padding: 0;
                cursor: pointer;
                float: left;
                margin-top: 0.3em;
                margin-right: 5px;
                align-items: center;
                background-color: #e0e0e0;
                border: 0;
                border-radius: 1rem;
                color: rgba(0, 0, 0, 0.87);
                display: inline-flex;
                font-size: .875rem;
                height: 1.75rem;
                justify-content: center;
                letter-spacing: .017857em;
                line-height: 1.25rem;
                margin: 2px;
                padding: 0 .75rem;
                position: relative;
                text-align: center;
                vertical-align: middle;
                white-space: nowrap;
            }

                .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:last-of-type {
                    animation: opacity .3s linear;
                }

        .select2-container .select2-selection--multiple .select2-selection__choice__remove {
            background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"%3e%3cpath fill="%23666" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
            border: 0;
            background-color: transparent;
            height: 18px;
            margin-right: -.25rem;
            margin-left: .5rem;
            order: 12;
            width: 18px;
        }

            .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: black;
            }

            .select2-container .select2-selection--multiple .select2-selection__choice__remove span {
                display: none;
            }

    .select2-container .select2-search--inline .select2-search__field {
        background-color: transparent;
        border: none;
        padding: 0;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            display: none;
        }

    .select2-container .select2-selection {
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-clip: padding-box;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
        color: rgba(0, 0, 0, 0.87);
        align-items: center;
        display: flex;
        font-size: 1rem;
        letter-spacing: 0.009375em;
        line-height: 1.5;
        padding: 0.375rem 0 calc(0.375rem - 1px);
        transition: border-color 15ms linear, box-shadow 15ms linear;
        width: 100%;
        will-change: border-color, box-shadow;
    }

        .select2-container .select2-selection::before {
            background: #424242;
            content: "";
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            transform: scaleX(0);
            transition: transform 0.30s cubic-bezier(0.4, 0, 0.2, 1);
            width: 100%;
        }

        .select2-container .select2-selection:hover {
            border-color: #ddd;
        }

    .select2-container.select2-container--open .select2-selection::before {
        transform: scaleX(1);
    }

select.is-invalid ~ .select2-container .select2-selection,
form.was-validated select:invalid ~ .select2-container .select2-selection {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%23b00020' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    border-color: #b00020;
}

.select2-container .select2-selection__clear {
    width: 0.9em;
    height: 0.9em;
    line-height: 0.75em;
    padding-left: 0.15em;
    margin-top: 0.7em;
    border-radius: 100%;
    background-color: #c8c8c8;
    color: #ff000d;
    float: right;
    margin-right: 0.3em;
}


    .select2-container .select2-selection__clear:hover {
        background-color: #afafaf;
    }

.select2-container.select2-container--disabled .select2-selection {
    cursor: default;
    border-bottom-style: dotted;
    color: rgba(0, 0, 0, 0.38);
}

    .select2-container.select2-container--disabled .select2-selection:hover {
        border-color: rgba(0, 0, 0, 0.42);
    }

.select2-container.select2-container--disabled .select2-selection__clear {
    display: none;
}

.select2-dropdown {
    animation: opacity 0.03s linear, select-menu-scale 0.12s cubic-bezier(0, 0, 0.2, 1);
    background-color: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    transform-origin: center top;
    width: 100%;
    z-index: 120;
}

.select2-container--open .select2-dropdown {
    top: -20px;
    left: 0px;
    z-index: 2;
}

    .select2-container--open .select2-dropdown.select2-dropdown--above {
        border-radius: 4px 4px 0 0;
        top: -1px;
    }

@keyframes select-menu-scale {
    0% {
        transform: scale(0.87);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.select2-results {
    display: block;
}

.select2-results__options {
    font-size: 1rem;
    list-style: none;
    margin: 8px 0 0 0;
    /*padding: 0 0 8px 0;*/
    max-height: 50vh;
    scrollbar-color: #e0dfe1 transparent;
    scrollbar-width: thin;
}

    .select2-results__options.select2-results__options--nested {
        padding: 0;
        margin: 0;
    }

        .select2-results__options.select2-results__options--nested > .select2-results__option {
            padding-left: 1.5rem;
        }

.select2-results__option,
.select2-results__group {
    padding: 0 1rem;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3rem;
}

.select2-results__option {
    user-select: none;
    letter-spacing: .009375em;
    transition: background-color, color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0, 0, 0, 0.04);
}

    .select2-results__option--highlighted.select2-results__option--selectable:active {
        background-color: rgba(0, 0, 0, 0.24);
    }

.select2-results__option--selected {
    background-color: rgba(0, 0, 0, 0.12);
}

    .select2-results__option--selected.select2-results__option--highlighted {
        background-color: rgba(0, 0, 0, 0.16);
    }

.select2-results__option.select2-results__option--disabled {
    color: rgba(0, 0, 0, 0.38);
}

.select2-results__option--group {
    padding: 0;
    display: block;
}

.select2-results__group {
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.875rem;
}

.select2-results > .select2-results__options {
    overflow-y: auto;
}

.select2-results__option--selectable {
    cursor: pointer;
    display: block;
    /*border-bottom: 1px solid #ddd;*/
    /*Eklenenler*/

    border-bottom: 2px solid #ddd;
    padding: 10px;
}

.select2-search--dropdown {
    display: block;
    padding: 5px 4px 0;
}

    .select2-search--dropdown::before {
        position: absolute;
        top: 0.6em;
        left: 0.1em;
        opacity: 0.38;
        font-size: 1.51429em;
    }

    .select2-search--dropdown .select2-search__field {
        background-color: transparent;
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.42);
        line-height: normal;
        padding: 10px;
        padding-left: 1.5em;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.input-group .select2-container {
    flex-grow: 1;
}

.input-group-prepend ~ .select2-container .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .select2-container:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--outlined.select2-container--open .select2-selection {
    border-color: #6200ee;
    box-shadow: inset 2px 2px 0 -1px #6200ee, inset -2px -2px 0 -1px #6200ee;
}


    .select2-container--outlined.select2-container--open .select2-selection::before {
        transform: scaleX(0);
    }

.select2-container--outlined .select2-selection {
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 4px;
    padding: 14px 16px 12px;
    min-height: 56px;
    line-height: 1.75rem;
}

.select2-container--outlined.select2-container--disabled .select2-selection {
    border-bottom-style: solid;
}

.select2-container--filled .select2-selection {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 20px 16px 11px;
}

    .select2-container--filled .select2-selection:hover {
        background-color: rgba(0, 0, 0, 0.07);
    }

    .select2-container--filled .select2-selection:active {
        background-color: rgba(0, 0, 0, 0.14);
    }

.select2-container--filled.select2-container--disabled .select2-selection {
    border-bottom-style: solid;
}
