﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins-regular.ttf') format('truetype');
}*/



@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/catamaran-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}





.myFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}


.navbar {
    justify-content: flex-start; /* Sağa kaydırmak için */
    align-items: center; /* Dikey hizalama */
}


header {
    height: 79px;
    background: #000; /* Siyah */
    align-items: center;
    display: flex;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.menu-icon {
    height:24px;
    width:24px;
    margin-right: 7px;
}



/* Provide sufficient contrast against white background */
/*a {*/
/*color: white;*/
/*color: #0366d6;
}*/

.nav-link {
    color: white;
}

    .nav-link:hover {
    }

    .nav-link:focus {
        color: white;
    }


.navbar-left .nav-link {
    padding-left: 42px;
    color: #686777;
    margin-top: 18px;
    line-height: 24px;
}

    .navbar-left .nav-link.active {
        padding-left: 42px;
        color: white;
        background: #275970;
    }

.subtitle-link {
    padding: 0 0 0 73px !important;
    margin-top: 12px !important;
}

.btn-taksitmatik {
    color: #2A3E57;
    background-color: #CDF603;
    height: 41px;
    border-radius: 6px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 30px;
    box-shadow: 0px 0px 13px 0px #A8A8A840;
    font-weight: 500;
}


.menusvg {
    fill: #686777;
    margin-top: -5px;
    margin-right: 7px;
}

.navbar-left .nav-link.active .menusvg {
    fill: white;
}


.footer a {
    color: white;
}

.globalmenu-bayi-text {
    width: 250px;
    height: 41px;
    border: none;
    border-radius: 5px;
    color: var(--text-white);
    text-align: center;
    margin-top: 1px;
    margin-right: 10px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px !important;
    padding: 0 5px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px; /* Gerekirse artırılabilir */
    vertical-align: middle;
    text-align: center !important;
}
    .globalmenu-bayi-text:hover, .globalmenu-bayi-text:active {
        background-color: rgba(124, 124, 138, 0.5) !important;
        color: var(--text-white);
        transition: ease-in-out .5s;
        border: none;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.fav_buttons {
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    max-width: 1920px;
    margin: 0 auto !important;
    float: none !important;
    background-color: #ECECEC;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

.body-small {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.16px;
}

.body-small-bold {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

/* ---------------------------------------
    taksitmatik components - start           */

:root {
    --primary-blue: #275970;
    --secondary-navy-blue: #116ACC;
    --text-gray: #768692;
    --text-black: #111;
    --text-dark-gray: #2D3640;
    --text-white: #FFF;
    --light-gray: #DDD;
    --state-success: #76CA66;
    --state-warning: #FBC756;
    --state-error: #BA0000;
    --secondary-yellow: #CDF603;
    --secondary-yellow-active: #B6C474;
    --secondary-navy-blue: #116ACC;
    --secondary-navy-blue-hover: #CFE1F5;
    --secondary-navy-blue-active: #A0C7F1;
}

.bg-page {
    background-color: #EEEFF1 !important;
    min-height: calc(100vh - 160px);
}

.text-primary {
    color: var(--primary-blue) !important;
}

.text-gray {
    color: var(--text-gray);
}

.text-light-gray {
    color: var(--light-gray);
}

.text-dark-gray {
    color: var(--text-dark-gray);
}

.text-white {
    color: var(--text-white);
    font-size: 10px !important;
}

.text-yellow {
    color: var(--secondary-yellow);
}

.text-warning {
    color: var(--state-warning);
}

.text-navy {
    color: var(--secondary-navy-blue);
}

.text-state-success {
    color: var(--state-success);
}

.bg-yellow {
    background-color: var(--secondary-yellow) !important;
}

.bg-primary-blue {
    background-color: var(--primary-blue) !important;
}

b {
    font-weight: 700;
}

.p-absolute {
    position: absolute;
}

.headline {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 112.5% */
    color: var(--primary-blue);
}

.headline-bold {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary-blue);
}

.title {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    letter-spacing: -0.24px;
}

.subtitle {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 110% */
    letter-spacing: -0.2px;
}

.subtitle-bold {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 110% */
    letter-spacing: -0.2px;
}

.overline-light {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 166.667% */
}

.bold-catamaran {
    font-family: Catamaran;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
}

.btn {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 10px;
}

.btn-primary {
    color: var(--primary-blue);
    background: var(--secondary-yellow);
    border: none;
}

    .btn-primary:hover {
        color: var(--primary-blue);
        background: linear-gradient(0deg, #C1DD37 0%, #C1DD37 100%); /*, #116ACC;*/
    }

    .btn-primary:focus {
        color: var(--primary-blue);
        background: linear-gradient(0deg, #C1DD37 0%, #C1DD37 100%); /*, #116ACC;*/
        box-shadow: none;
    }

    .btn-primary:active {
        color: var(--primary-blue);
        background: var(--secondary-yellow-active);
        box-shadow: none !important;
    }

    .btn-primary:disabled {
        color: var(--primary-blue);
        background: linear-gradient(0deg, #C1DD37 0%, #C1DD37 100%);
        box-shadow: none !important;
        opacity: 0.4000000059604645 !important;
    }

.btn-secondary {
    color: var(--secondary-navy-blue);
    background: none;
    border: solid;
    border-width: 1px;
    border-color: var(--secondary-navy-blue);
}

    .btn-secondary:hover {
        color: var(--secondary-navy-blue);
        background: var(--secondary-navy-blue-hover);
        border: solid;
        border-width: 1px;
    }

    .btn-secondary:focus {
        color: var(--secondary-navy-blue);
        background: var(--secondary-navy-blue-hover);
        border: solid;
        border-width: 1px;
        box-shadow: none !important;
    }

    .btn-secondary:active {
        color: var(--secondary-navy-blue);
        background: var(--secondary-navy-blue-active);
        border: solid;
        border-width: 1px;
        box-shadow: none !important;
    }

    .btn-secondary:disabled {
        color: var(--secondary-navy-blue);
        background: var(--secondary-navy-blue-active);
        border: solid;
        border-width: 1px;
        opacity: 0.4000000059604645;
        box-shadow: none !important;
    }

.custom-search {
    padding: 10px;
    width: 100%;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    transition: all .1s ease;
    background: var(--text-white);
}

    .custom-search:focus {
        border-left: 4px solid var(--primary-blue);
        border-right: 4px solid var(--primary-blue);
        outline: none;
    }

.custom-search-dark {
    padding: 10px;
    width: 100%;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    transition: all .1s ease;
    background: var(--primary-blue);
    color: var(--text-white);
}

    .custom-search-dark:focus {
        border-left: 4px solid var(--secondary-yellow);
        border-right: 4px solid var(--secondary-yellow);
        outline: none;
    }

    .custom-search-dark::placeholder {
        color: var(--text-white);
        opacity: .7;
    }

.form-control {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--text-gray);
    background: var(--text-white);
}


    .form-control:focus {
        border-color: var(--secondary-navy-blue);
        box-shadow: none;
    }

    .form-control.input-validation-error {
        border: solid !important;
        border-width: 1px !important;
        border-color: var(--state-error) !important;
    }


.col-form-label {
    color: var(--text-black);
}

.container-xxxl {
    width: 100%;
}

@media (min-width: 1600px) {
    .container-xxxl {
        width: 1580px;
    }
}

@media (max-width: 1599.99px) and (min-width: 1400px) {
    .container-xxxl {
        width: 1320px;
    }
}


.field-validation-error {
    color: var(--state-error) !important;
}
/*.validation-summary-errors {
    color: var(--state-error);
}*/

.text-danger.field-validation-error {
    padding-left: 38px;
    color: var(--state-error) !important;
    background-image: url(../img/ico_unlem.svg);
    background-repeat: no-repeat;
    background-position: left calc(-10.025em + -0.8125rem) center;
    background-size: calc(14.75em + 9.375rem) calc(0.75em + 0.375rem);
    display: flex;
}

.validation-summary-errors {
    color: #dc3545;
    margin-bottom: 10px;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        border-top: none;
        list-style-type: none;
    }

.btn-close {
    background-image: url('../img/ico_close_white.svg'); /* yolu senin yapına göre ayarla */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
    background-color: transparent;
    width: 1.5em;
    height: 1.5em;
    border: none;
    cursor: pointer;
}

.custom-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: #fff; /* Açık tema için #000 yapabilirsin */
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1055;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

    .custom-close-btn:hover {
        opacity: 1;
    }


.form-row {
    margin-bottom: 34px !important;
    align-items: center !important;
}

/* taksitmatik components - end
 -------------------------------------------------- */
.footer {
    height: 80px;
    white-space: nowrap;
    line-height: 40px;
    background: #000; 
    color: white;
    max-width: 1920px;
    margin: auto;
}

.navbar img {
    margin-top: -28px; 
}



.bg-city {
    background-image: url("/img/city/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


div .login {
    background-color: white;
    margin: auto;
    max-width: 500px;
}

.xs-logo {
    opacity: 0.9;
    background-color: white;
    border-radius: 10px;
    margin: auto;
    width: 350px;
    height: 350px;
    margin-bottom: 50px;
}

.card-footer {
    background-color: unset;
    border-top: unset;
}

.h-fill {
    height: calc(100vh - 160px);
}

.leftmenu {
    background-color: white;
    width: 302px;
    min-height: calc(100vh - 160px);
}

.right-side {
    width: calc(100vw - 218px);
    padding-top: 15px;
}

.menutop {
    padding-top: 50px;
    height: 146px;
    width: 218px;
    text-align: center !important;
}

section {
    min-height: calc(100vh - 160px);
    /*min-height: 100%;*/
    margin-bottom: 80px;
    background-color: #F8F8F8;
}

.navbar {
    z-index: 1040;
}

#engine-chart-1.column {
    height: 200px;
    max-width: 100%;
    margin: 0 auto;
    /*--color: #fc7;*/
    /*--color: #def;*/
    --color: #b6c4d0;
}

    #engine-chart-1.column tbody tr th {
        width: 14px;
        font-size: 12px;
    }

#engine-chart-1 td {
    border-radius: 2px 2px 0 0;
    border: 1px solid #999;
}

#engine-process-chart {
    border-left: solid;
    border-bottom: solid;
    border-width: 2px;
    border-color: rgb(313, 153, 153);
}

    #engine-process-chart tr {
        --color: #cdcdcd;
    }

        #engine-process-chart tr td {
            border-radius: 4px 4px 4px 4px;
            border: 1px solid rgb(153, 153, 153);
        }

.message-pop {
    position: fixed;
    top: 50%;
    left: 54%; /* %50 yerine %52 yaptık, hafif sağa alır */
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1070;
}

.message-pop-container {
    display: inline-block;
    width: 95%; /* Mobilde daha geniş */
    max-width: 600px; /* Masaüstünde daha büyük */
    padding: 45px 30px; /* İçerik boşluğunu da artırdık */
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

    .message-pop-container p {
        /*color: #b8afc6;*/
        font-size: 16px;
    }

@media (max-width:1024px) {
    .message-pop-container {
        width: 90%;
    }

    .table > :not(caption) > * > * {
        padding: 8px 5px !important;
    }

    .multi-step-bar > li div.step_text {
        font-size: smaller !important;
        /*width: 100% !important;*/
        padding: 9px 0px !important;
    }

    /*.multi-step-bar > li.active div.step_text {
        font-size: smaller !important;
        width: 100% !important;
        padding: 7px 0px !important;
    }*/

    .body-small {
        font-size: 13px;
/*        font-weight: 400;
        letter-spacing: -0.16px;*/
    }

    

    .body-small-bold {
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 19px !important;
    }

    .multi-step-bar {
        margin-bottom: 20px !important;
    }

    .again-ico {
        background-image: none !important;
    }

    .financial-statüs-2 {
        padding: 3px 3px 3px 3px;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1065;
    overflow-x: hidden;
}

.modal-header {
    background-color: black; /* !important;*/
    color: var(--text-white);
}

.modal-header-fix {
    display: flex;
    background-color: purple;
    color: white;
    justify-content: space-between;
    padding: 12px;
}

.expression-header {
    background: conic-gradient(from var(--b) at var(--xy), var(--c0) var(--a), var(--c1) 0% 50%, var(--c2) 0% calc(180deg + var(--a)), var(--c3) 0%);
    color: white;
}

.modal-header:nth-child(1) {
    --xy: 80% 65%;
    --b: 31deg;
    --a: 121deg;
    --c0: #be28b9;
    --c1: #51239f;
    --c2: #510062;
    --c3: #be008d
    /*--c0: #be5128;
        --c1: #ce9248;
        --c2: #e4c060;
        --c3: #db9c4e*/
}

.modal-header-fix:nth-child(1) {
    --xy: 80% 65%;
    --b: 31deg;
    --a: 121deg;
    --c0: #be28b9;
    --c1: #51239f;
    --c2: #510062;
    --c3: #be008d
    /*--c0: #be5128;
        --c1: #ce9248;
        --c2: #e4c060;
        --c3: #db9c4e*/
}

.expression-header:nth-child(1) {
    --xy: 80% 65%;
    --b: 31deg;
    --a: 121deg;
    --c0: #28beae;
    --c1: #6cdfdb;
    --c2: #6c7d9c;
    --c3: #287d9c
}
/*#be28b9 #51239f #510062 #be008d*/
/*'#be5128 #ce9248 #e4c060 #db9c4e'*/

/*
.btn-primary {
    background: linear-gradient(135deg,#510062 30%,#51239f 46%,#be008d 100%);
}
*/

.btn-submit {
    /*background: linear-gradient(135deg,#032c44 30%,#1861ac 46%,#1b6ec2 100%);*/
    /*background: linear-gradient(135deg,#510062 30%,#51239f 46%,#1b6ec2 100%);*/
    /*background: linear-gradient(135deg,#510062 30%,#51239f 46%,#be008d 100%);*/
}

.charts-css.show-data-on-hover .data {
    position: absolute;
    top: -21px;
    width: 42px;
    right: -10px;
}

.mt-7 {
    margin-top: 42px;
}

.mb-8 {
    margin-bottom: 5rem;
}

.mb-7 {
    margin-bottom: 42px;
}

.ms-6 {
    margin-left: 84px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-6 {
    margin-bottom: 96px
}

.pb-6 {
    padding-bottom: 6.5rem !important;
}

.pb-7 {
    padding-bottom: 8rem !important;
}

.pb-8 {
    padding-bottom: 10rem !important;
}

.text-toogle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toogle[aria-expanded=true] .text-collapsed {
    display: none;
}

.btn-expand {
    position: absolute;
    right: 50px;
    opacity: .5;
    color: var(--text-white);
}

    .btn-expand:hover {
        opacity: 1;
    }

.scoreGroupRow {
    background-color: rgb(146, 151, 142);
    /*//#698e8d;*/
    /*background-color: #c07caf;*/
    color: white;
}

.btn-expression {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    margin-right: 1.0rem !important;
    margin-top: .5rem !important;
    color: mediumvioletred;
}

/* -------------------------------------------------------- */
.multi-step-bar {
    overflow: hidden;
    counter-reset: step;
    width: 75%;
    margin: 15px auto 50px;
    padding-left: 0px;
    background-image: url('../img/progress_bg.png');
    background-repeat: no-repeat;
    background-position: left 53% top 12px;
    background-size: 75% 14px;
}

    .multi-step-bar > li {
        text-align: center;
        list-style-type: none;
        color: #363636;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 600;
        z-index: 2;
    }

        .multi-step-bar > li div.step {
            display: flex;
            width: 40px;
            height: 40px;
            background-image: url('../img/ico_circle.svg');
            margin: 0 auto 5px auto;
            border-radius: 50px;
            z-index: 2;
        }

            .multi-step-bar > li div.step:before {
                content: counter(step);
                counter-increment: step;
                display: flex;
                width: 27px;
                height: 27px;
                /*padding: 3.176px 7.942px 1.589px 7.941px;*/
                justify-content: center;
                align-items: center;
                flex-shrink: 0;
                border-radius: 15.883px;
                background: var(--neutral-6, #BFBFBF);
                z-index: 2;
                margin: 6px auto;
                color: white;
            }

        .multi-step-bar > li.ok div.step:after {
            content: '';
            width: -webkit-calc(100% - 40px);
            width: -moz-calc(100% - 40px);
            width: -ms-calc(100% - 40px);
            width: -o-calc(100% - 40px);
            width: calc(100% - 40px);
            height: 8px;
            background: #236AF2;
            position: absolute;
            left: -webkit-calc(-50% + 20px);
            left: -moz-calc(-50% + 20px);
            left: -ms-calc(-50% + 20px);
            left: -o-calc(-50% + 20px);
            left: calc(-50% + 20px);
            top: 14px;
            z-index: -2;
        }

        .multi-step-bar > li.active div.step:after {
            content: '';
            width: -webkit-calc(100% - 40px);
            width: -moz-calc(100% - 40px);
            width: -ms-calc(100% - 40px);
            width: -o-calc(100% - 40px);
            width: calc(100% - 40px);
            height: 8px;
            background: #236AF2;
            position: absolute;
            left: -webkit-calc(-50% + 20px);
            left: -moz-calc(-50% + 20px);
            left: -ms-calc(-50% + 20px);
            left: -o-calc(-50% + 20px);
            left: calc(-50% + 20px);
            top: 14px;
            z-index: -2;
        }

        .multi-step-bar > li:first-child div.step:after {
            content: none;
        }

        .multi-step-bar > li.active div.step:before {
            width: 27px;
            height: 27px;
            flex-shrink: 0;
            border-radius: 15.883px;
            border: 6px solid #236AF2;
            background: var(--neutral-1, #FFF);
        }

        .multi-step-bar > li.ok div.step:before {
            content: url('../img/ico_circle_ok.svg');
            width: 27px;
            height: 27px;
            flex-shrink: 0;
            margin: 6px auto;
        }

        .multi-step-bar > li.ok div.step_text {
            display: none;
        }

        .multi-step-bar > li.active div.step_text {
            position: relative;
            background-color: var(--secondary-navy-blue);
            color: white;
            border-radius: 15px;
            padding: 6px 7px;
            height: 31px;
            width: 65%;
            /*margin: 10px 74px 5px 53px;*/
            margin: 17px auto;
            line-height: 28px;
            text-align: center;
            font-family: Roboto;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.16px;
            font-size: 16px;
        }

            .multi-step-bar > li.active div.step_text:before {
                position: absolute;
                content: url('../img/ico_crown.svg');
                top: -20px;
                left: calc(50% - 7px);
            }


.login-sub {
    color: var(--not-black-or-gray, #686777);
    text-align: center;
    font-family: Catamaran;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 32px;
}

.login-welcome {
    color: #275970;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 105.882% */
    margin-bottom: 20px;
}

.login-logo {
    width: 105px;
    margin-top: 172px;
    margin-bottom: 35px;
}

.login-left {
    max-width: 758px;
    background-color: #CDF603;
    height: 100%;
}


.login-note {
    color: #275970;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 225% */
    margin-bottom: 245px;
}

.login-note-content {
    max-width: 412px;
}

.login-footer-note {
    color: #275970;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 180% */
}

.login-box {
    border: solid;
    border-width: 1px;
    border-color: #CECECE;
    background-color: #fff;
    height: 100%;
    min-height: calc(98vh - 140px);
}

.nav-tabs .nav-link {
    color: black;
}

.snackbar {
    width: 440px;
    border-radius: 7px;
    border: 1px solid;
    display: flex;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    padding: 12px 16px 12px 24px;
}

.snackbar-warning {
    opacity: 0.10000000149011612;
    background-image: url('../img/close_big.svg');
    background-repeat: no-repeat;
    color: var(--state-warning);
    background: var(--state-warning);
    border-color: var(--state-warning);
}

.btn-admin {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 10px;
    margin-top: 98px;
    text-decoration: none;
    cursor: pointer;
}

.container-xxxl-two {
    width: 100%;
}

@media (max-width: 1599.99px) and (min-width: 1400px) {
    .container-xxxl-two {
        width: 588px;
    }
}

.container-xxxl-two {
    width: 588px;
}


@media (max-width: 768px) {
    .container-fluid {
        padding-right: var(--bs-gutter-x,.25rem);
        padding-left: var(--bs-gutter-x,.25rem);
    }

    .lds-ripple {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }

    .login-box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .container-xxxl-two {
        width: 100%;
    }

    .body-small-bold {
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 18px !important;
    }

    .btn-financial {
        width: 71px !important;
    }

    .multi-step-bar {
        width: 90% !important;
    }

        .multi-step-bar > li div.step_text {
            font-size: smaller !important;
            width: 100% !important;
            padding: 9px 0px !important;
        }
}

@media (max-width: 1600px) {
    .multi-step-bar > li.active div.step_text {
        height: 50px !important;
    }
}

.sms-code-box {
    height: 56px;
    width: 61px;
    padding: 8px 10px 8px 10px;
    border-radius: 7px;
    border: 1px solid var(--text-gray);
    background: var(--text-white);
    margin-right: 16px;
    text-align: center;
}

    .sms-code-box:focus {
        border-color: var(--secondary-navy-blue);
        box-shadow: none;
    }

.btn-code-send {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 7px;
    gap: 10px;
    margin-top: 26px;
    cursor: pointer;
    background-image: url('../img/ico_again.svg');
    background-repeat: no-repeat;
    background-position: right calc(8.375em + 2.4875rem) center;
    width: 200px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 49px;
}


#salesRequest {
    height: 100%;
}

#salesProgress {
    margin-top: 14px;
}

.cancel-operation-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 10px;
    margin-top: 32px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 32px;
    border: none;
    background: var(--text-white)
}

.customer-details-textbox {
    max-width: 376px !important;
    padding-left: 0px;
    width: 100%;
}

.customer-label {
    min-width: 129px;
    display: flex;
    align-content: center;
    align-items: center;
}

.customer-textbox-container {
    margin-bottom: 50px;
}

.row-customer {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}


.admin-validation {
    margin-top: 150px;
    display: grid;
    justify-items: center;
}

.admin-sms {
    margin-top: 150px;
    display: grid;
    justify-items: center;
}

.form-select {
    background-image: url(../img/ico_arrowdown.svg);
    background-repeat: no-repeat;
    background-position: right calc(-1.625em + 2.4875rem) center;
    border: 1px solid var(--light-gray);
    background-color: var(--text-white);
    color: var(--text-dark-gray);
    outline: none;
}

    .form-select:focus {
        outline: none;
        -webkit-box-shadow: 0px 0px 5px -1px var(--primary-blue);
        -moz-box-shadow: 0px 0px 5px -1px var(--primary-blue);
        box-shadow: 0px 0px 5px -1px var(--primary-blue);
        transition: ease-in-out .1s;
    }

.check-container {
    width: 75%;
    max-width: 965px;
    margin: 15px auto 50px;
    display: grid;
    justify-content: center !important;
    justify-items: center;
    height: 390px;
    border-radius: 28px;
    background: var(--secondary-yellow, #CDF603);
}

.check-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.48px;
    color: var(--primary-blue);
}

.check-status-loading {
    background-image: url(../img/ico_loading.svg);
    background-repeat: no-repeat;
    height: 67px;
    margin-top: 96px;
    background-position: left 50% top 0px;
}

.check-status-loading-2 {
    background-image: url(../img/ico_loading.svg);
    background-repeat: no-repeat;
    height: 67px;
    background-position: left 50% top 0px;
}

.agreements-box {
    border: none;
    background: none;
    width: 100%;
    text-align: right;
    float: right;
    pointer-events: none;
    background-color: var(--white);
}

.agreements-container {
    width: 100%;
    min-height: 117px;
    margin: 19px 0px 14px 0px;
    border-radius: 10px;
    border: 1px solid var(--light-gray);
    background: #FFF;
    display: grid;
    align-content: space-evenly;
}

.agreements-container-two {
    min-height: 238px;
    margin: 19px 0px 19px 0px;
    border-radius: 10px;
    border: 1px solid var(--light-gray);
    background: #FFF;
    padding: 18px 16px 0px 16px;
}

.check-box-agreements {
    height: 30px;
    width: 30px !important;
    margin-right: 14px;
    border: 1px solid var(--text-gray);
    border-radius: 4px;
    background: var(--text-white);
}

.agreements-link {
    
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 3px;
}

.agreements-box-1 {
    display: flex;
    height: 31px;
}

.list-title {
    color: var(--text-white);
    font-size: 16px;
}

.list-table-head {
    background: var(--primary-blue, #275970);
    border-radius: 7px 0px;
    border: 1px solid var(--light-gray);
}

.table-list {
    border-radius: 0px 7px 7px 7px;
    background: var(--text-white, #FFF);
    box-shadow: 0px 1px 0px 0px rgba(191, 200, 210, 0.05);
}

.result-taksitmatik {
    content: url(../img/taksitmatiksepet.PNG);
    margin: auto;
}

.result-bank {
    content: url(../img/bank-img.png);
    margin: auto;
}

.result-arrow::before {
    content: url(../img/ico_arrow.svg);
}

.accordion-button:not(.collapsed) {
    color: var(--text-black);
    background-color: var(--text-white);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.product-box {
    border-radius: 7px;
    border: 1px solid var(--primary-blue);
    height: 31px;
}

.financial-statüs-1 {
    width: 113px;
    height: 36px;
    border-radius: 7px;
    background: #E7F0FA;
    display: grid;
    justify-content: center;
    align-items: center;
}

.financial-statüs-2 {
    /*width: 120px;*/
    min-height: 36px;
    border-radius: 7px;
    background: #FFF9EE;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 3px 7px 3px 7px;
}

.table > :not(caption) > * > * {
    padding: 8px 16px;
}

.financial-table-body td {
    vertical-align: middle;

}

.check-ico {
    width: 60px;
    height: 20px;
    background-image: url(../img/ico_check.svg);
    background-repeat: no-repeat;
    background-size: calc(2.75em + 2.375rem) calc(0.75em + 0.375rem);
    margin-left: -20px;
    background-position: left center;
}

.false-ico {
    width: 60px;
    height: 20px;
    background-image: url(../img/ico_false.svg);
    background-repeat: no-repeat;
    background-size: calc(2.75em + 2.375rem) calc(0.75em + 0.375rem);
}

.info-ico {
    width: 60px;
    height: 20px;
    background-image: url(../img/ico-info.svg);
    background-repeat: no-repeat;
    background-size: calc(2.75em + 2.375rem) calc(0.75em + 0.375rem);
}

.again-ico {
    width: 60px;
    height: 20px;
    background-image: url(../img/ico-again.svg);
    background-repeat: no-repeat;
    background-size: calc(2.75em + -0.625rem) calc(0.75em + 0.385rem);
    background-position-y: center;
}

.loading-ico {
    width: 40px;
    height: 20px;
    background-image: url(../img/loading-ico,.gif);
    background-repeat: no-repeat;
    background-size: calc(0.25em + 1.375rem) calc(0.75em + 0.375rem);
}

.financial-table-head th {
    height: 51px;
    vertical-align: middle;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.textbox-label {
    height: 56px !important;
    display: flex;
    align-items: center;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(270deg);
}

.btn-toggle[aria-expanded="false"]::before {
    transform: rotate(90deg);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    position: absolute;
    right: 10px;
}

.menu-collapse {
    width: 100%;
    position: relative;
    border: none;
    background: none;
}

.menu-collapse-box {
    padding: 0 36px;
}

.report-list-table {
    overflow-x: scroll;
    width: 1571px;
}

.custom-button::after {
    background-image: none !important;
}

.btn-alert {
    color: #BA0000;
    background: none;
    float: right;
    border: none;
    font-size: 24px;
}

#errorAlert {
    width: 440px;
    display: none;
}

.reportfilter input {
    margin-bottom: 5px !important;
}

.reportfilter select {
    margin-bottom: 5px !important;
}

.reportfilter {
    width: 600px;
}

    .reportfilter .text-box.single-line {
        margin-bottom: 5px;
        height: 56px;
        padding: 8px 10px 8px 16px;
        border-radius: 7px;
        border: 1px solid var(--text-gray);
        background: var(--text-white);
        width: 100%;
    }

.try-again-btn {
    max-width: 145px;
    width:100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid;
    color: #116ACC;
    border-color: #116ACC;
    background-color: white;
}

.out-black-shadow {
    background-color: white;
    -webkit-box-shadow: -1px 4px 35px -1px rgba(214,214,214,1);
    -moz-box-shadow: -1px 4px 35px -1px rgba(214,214,214,1);
    box-shadow: -1px 4px 35px -1px rgba(214,214,214,1);
}

/*         __________________ Report Page Detail __________________         */

.report-details-text {
    cursor: pointer;
    text-decoration: none;
    height: 50px;
    padding: 1rem;
    display: block;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #212561;
    vertical-align: top;
    border-color: #dee2e6;
}

    .report-details-text:hover {
        background-color: var(--primary-blue);
        /*    opacity: .85;*/
        color: white;
        transition: .1s;
    }

.custom-table {
    width: 100%;
    margin-bottom: 5rem;
    color: black;
    text-align: left;
}

    .custom-table thead {
        padding: 1rem;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(0,0,0,.01);
        background-color: var(--text-white);
        font-size: 1rem;
        font-weight: 900;
    }

        .custom-table thead th {
            padding: 1rem;
        }

    .custom-table tbody {
        padding: 1rem;
    }

        .custom-table tbody td {
            padding: .5rem;
            padding-left: 1rem;
        }

    .custom-table tr:nth-child(2n) {
        background-color: rgba(250,250,250,1);
    }

    .custom-table tbody tr:hover {
        transition: .2s ease-in-out;
        color: white;
        background-color: var(--primary-blue);
    }

        .custom-table tbody tr:hover i.fa.text-success {
            color: rgb(5, 210, 24) !important;
        }

        .custom-table tbody tr:hover i.fa.text-danger {
            color: rgb(220, 23, 39) !important;
        }

        .custom-table tbody tr:hover i.fa.text-primary,
        .custom-table tbody tr:hover i.fa.text-state-success,
        .custom-table tbody tr:hover i.fa.text-warning {
            color: white !important;
        }

/*         __________________ Plus Icon __________________         */

.plusicon {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 10;
}

    .plusicon h2 {
        background-color: white;
        border-radius: 200px;
    }

.fa {
    transition: .5s;
}

    .fa:hover {
        transform: scale(1.1);
        opacity: .9;
    }

.scale-animation {
    transition: .5s;
}

    .scale-animation:hover {
        transform: scale(1.1);
        opacity: .9;
    }

/*         __________________ Multiple Plus Icon __________________         */

.secondary-btn-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    display: none;
    font-size: 1.3em;
    transition: opacity 0.4s, transform 0.4s;
}

.secondary-btn-wrapper-text {
    position: absolute;
    right: 120%;
    top: 47%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 0.8em;
    display: inline-block;
    color: black;
    background-color: #f9f9f9;
    padding: 0px 4px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.secondary-btn-wrapper:nth-of-type(1) {
    bottom: 120%;
}

.secondary-btn-wrapper:nth-of-type(2) {
    bottom: 220%;
}

.secondary-btn-wrapper:nth-of-type(3) {
    bottom: 320%;
}

.secondary-btn-wrapper:nth-of-type(4) {
    bottom: 420%;
}

.secondary-btn-wrapper:nth-of-type(5) {
    bottom: 520%;
}

/*         __________________ Notifications __________________         */

#notifications-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20%;
    z-index: 9999;
}

.alert {
    margin-bottom: 5px;
}

.notification-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.notification-close:focus, .notification-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.notification-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 1rem;
    right: 5px;
    padding: .75rem 1.25rem;
    color: inherit;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

/*         __________________ Loading __________________         */
.loading-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(.3rem);
    backdrop-filter: blur(.3rem);
    visibility: hidden;
    position: fixed;
    z-index: 9998;
    transition: ease .1s;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    z-index: 9999;
    left: 40vw;
    top: 40vh;
    color: black;
    background: url("../img/taksitmatikv2.gif") no-repeat transparent;
    background-position: center;
    background-size: contain;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid var(--primary-blue);
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        animation-delay: 0s;
        margin-left: 126px;
        margin-top: -50px;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.simdiv {
    background-color: var(--bs-light);
    padding: 7px 7px 7px 7px;
    margin: 7px 7px 7px 7px;
    border-radius: 7px;
    font-size: smaller;
}

    .simdiv > img {
        height: 30px;
    }

.fo-img {
    width: 110px;
}

.btn-financial {
    width: 88px;
    padding: 16px 13px !important;
}

.table-wr tbody td /* Give whatever class name you want */ {
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: smaller;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.barbg {
    background-color: #5f9ab7;
}

@media (max-width: 768px) {
    .taksitmatik-header {
        position: relative;
        left: 100px;
    }
}

header .navbar a {
    font-size: 30px;
    text-align: left;
    margin-left: 0px;
    display: inline-block;
}

header .navbar img {
    max-width: 900px;
    margin-left: 80px;
}


a.navbar-brand img {
        max-width: 450px; 
        height: auto; 
        margin-right: 10px; 
    }

@media (max-width: 768px) {
    a.navbar-brand img {
        position: relative;
        right: 40px;
        top: 20px;
    }
}


.waiting-box {
    background-color: #c5ff00;
    border-radius: 10px;
    padding: 10px 40px !important; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 350px !important; 
    max-height: 300px !important; 
    overflow: hidden; 
}


.waiting-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
    padding: 0px; 
    margin-top: -100px; 
    width: 100%;
    display: inline;
}

.nav-item .nav-link {
    transform: translateY(8px);
    display: block;
}

.profile-button {
    transform: none;
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px !important;
    padding: 0;
}

.profile-button img {
    width: 27px !important;
    height: 27px !important;
}

header .navbar img {
    max-width: 900px;
    margin-left: 80px;
    margin-top: 0 !important;
    position: relative;
    top: -2px;
}

.login-title-container {
    margin-top: 120px;
}

.login-button-container {
    margin-top: 220px !important;
}

.clarification-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

    /* Tablolar için */
    .clarification-text table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .clarification-text th,
    .clarification-text td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
    }

/*Masaüstü */
.logo-link {
    display: inline-block;
    margin-left: 100px;
}

/* iPhone 14 Pro Max ve XR */
@media (max-width: 440px) {
    .logo-link {
        margin-left: 90px;
    }
}

/* iPhone SE gibi küçük cihazlar*/
@media (max-width: 360px) {
    .logo-link {
        margin-left: 10px;
    }
}

/* Modal Title */
.unselectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}

.customer-ico {
    width:36px;
}

.financial-ico {
    width: 26px;
}

.icon-small {
    width:20px;
    height:20px;
    margin-right:5px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23116ACC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.has-campaign {
    color: var(--state-success);
}

.col-shrink {
    padding-left:0px !important;
    padding-right:0px !important;
}