* {
    font-family: "Roboto",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.pageHeader{
    background: rgb(6,28,128);
    background: linear-gradient(318deg, rgba(6,28,128,1) 0%, rgba(9,51,231,1) 100%);
    padding: 60px 50px;
}

.sticky-header{
    background: rgb(6,28,128);
    background: linear-gradient(318deg, rgba(6,28,128,1) 0%, rgba(9,51,231,1) 100%);
}

.sticky-header.active {
    background: rgb(6,28,128);
    background: linear-gradient(318deg, rgba(6,28,128,1) 0%, rgba(9,51,231,1) 100%);
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
}

.bg-darkblack{
    background: #061c7f;
}



.faturaodeme input.kurumarama{
    border:solid 1px #b1bbc5;
    padding: 15px 20px 15px 20px!important;
    padding-left: 70px!important;
    background: url("../images/search.webp");
    background-repeat: no-repeat;
    background-position: 31px 16px;
    background-size: 27px  27px;

    margin: 0 auto;
    margin-top: 30px;
}
.sektor {
    width: calc(20% - 24px); /* Her sütun genişliği (100% / 5) */
    height: 140px;
    border: solid 3px #0033a1;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;

}

.sektor:hover svg path {
    fill: #fff;
}

.sektor:hover .img {
    filter:   invert(1) grayscale(100%) brightness(200%) contrast(100%) sepia(0%) saturate(0%) hue-rotate(180deg);
    mix-blend-mode: screen;

}

.sektor:hover {
    background:#0033a1;
    color: #fff;
}

.sektorler{
    display: flex;
    flex-wrap: wrap; /* Satır kırılmalarına izin ver */
    gap: 24px;       /* Elemanlar arası boşluk */
    justify-content: space-between;
}

.kurum {
    width: calc(20% - 10px); /* Her sütun genişliği (100% / 5) */
    height: 75px;
    border: solid 1px #0033a1;
    border-radius: 10px;
    color:#000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    line-height: 11px;
    font-size: 16px;
    font-weight: 500!important;
    animation-duration: initial;
    transition: 0s!important;

}

.kurum span:nth-child(1){
    font-size: 18px!important;
}
.kurum span:nth-child(2){
    font-size: 14px!important;
}



.kurum:hover {
    background:#0033a1;
    color: #fff;
}

.kurumlar{
    display: flex;
    flex-wrap: wrap; /* Satır kırılmalarına izin ver */
    gap: 10px;       /* Elemanlar arası boşluk */
    justify-content: space-between;
}

.faturaodemestepcizgi{
    margin-top: 50px;
    height: 1px;
    background-image: repeating-linear-gradient(-2deg, #0033a1, #0033a1 6.79px, transparent 7px, transparent 24.46px, #0033a1 25px), repeating-linear-gradient(88deg, #0033a1, #0033a1 6.79px, transparent 7px, transparent 24.46px, #0033a1 25px), repeating-linear-gradient(178deg, #0033a1, #0033a1 6.79px, transparent 7px, transparent 24.46px, #0033a1 25px), repeating-linear-gradient(268deg, #0033a1, #0033a1 6.79px, transparent 7px, transparent 24.46px, #0033a1 25px);
    background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.circle{
    width: 81px;
    height: 81px;
    border-radius: 100%;
    background: rgb(6,28,128);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(6,28,128,1) 0%, rgba(12,56,250,1) 100%);
}

.circle .d-block{
    top:95px;
}

.circle .img{
    mix-blend-mode: screen;
    margin-top: -1px;
    margin-left: -1px;

}

.faturaodemestepcizgi{
    position: absolute;
    left: 0;
    top:40px;
    z-index: -1;
}

.abonenoform {
    background: linear-gradient(160deg, rgb(0, 51, 161) 40%, rgb(7, 24, 61) 100%);
}

.alertSubTitle{
    font-size: 14px;
}

.bankcardimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 500px;
}

.alert-light {
    background-color: #f1f2f2!important;
    border-color: #f1f2f2;
    color: #000;
}
.alert{
    border-radius: 12px;
}

.faturasonuc .card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header{
    background: #0033a1;
    color: #fff;
    font-weight: 500;
}


.footerSub{
    border-top: 1px solid #fff;
    padding-top: 3rem;
    margin-top: 3rem;
}

.after\:bg-primaryColor::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
}


.footerSub .logo{
    width: 100%;
    max-width: 200px;
    height: auto;
}

.copyright{
    font-weight: 100!important;
    font-size: 16px;
}

.kanunlogo {
    width: 160px;
    height: 60px;
    border: solid 2px #fff;
    color: #fff;
    line-height: normal;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}
.kanunyazi{
    font-size: 6px;
    color:#fff;
    line-height:normal;
    margin-top: 5px;
}
.kanunyazi li{
    list-style: circle;
}

.qrcode{
    width: 81px;
    height: auto;
}

.temcilsikoducontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    line-height:normal;
}

.temcilsikodubaslik{
    font-size: 24px;
    font-weight: 600;
}

.temsilcikodu{
    font-size: 30px;
    font-weight: bold;
}

.subfooterright{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-right: 0;

}

.subfooterleft {
    display: flex;
    justify-content: flex-start;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f6f5fa !important;
}

.faturasonuc table thead tr th{
    padding: 15px 10px;
}

.faturasonuc table tbody tr td{
    padding: 10px 10px;
    text-align: center!important;
}

.faturasonuc table thead tr th {
    position: relative;
}

.faturasonuc table thead tr th:not(:first-child):not(:last-child):after {
    content: "";
    border-right: solid 2px #c1c9d1; /* Sağ kenara çizgi */
    height: 25px; /* Çizginin yüksekliği */
    width: 0;
    position: absolute;
    top: 50%; /* Th'nin ortasına hizala */
    right: 0; /* Th'nin en sağı */
    transform: translateY(-50%); /* Dikey olarak ortala */
}

.buttons .btn{
    padding: 10px 20px;
    min-width: 150px;

}


.odemebutonlari  .buttons  {
    max-width: 350px;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 0!important;
}

input[type="checkbox"]{
    accent-color: #0033a1; /* İstediğiniz renk */
}

.nav{
    border-bottom: 1px solid #e5e5e5;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #000000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    padding: 20px 10px;
    font-weight: 500;


    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link.active {
    color: #0033a1;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0033a1;
    --bs-btn-border-color: #0033a1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0033a1;
    --bs-btn-hover-border-color: #1340a3;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0033a1;
    --bs-btn-active-border-color: #0544cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0033a1;
    --bs-btn-disabled-border-color: #0033a1;
}

.text-primaryColor {
    --tw-text-opacity: 1;
    color: #0033a1!important;
}

.bg-bodyBg {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
}

ul{
    padding: 0;
}

a{
    text-decoration: none;
}

.odemebutonlari{
    margin: 0;
    padding: 15px 23px;
}

a, button, span {
    transition: 0s!important;
}



@media (max-width: 768px) {
    .sektor {
        width: calc(50% - 10px); /* Her sütun genişliği (100% / 5) */
        height: 140px;
        border: solid 3px #0033a1;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;

    }

    .sektorler{
        display: flex;
        flex-wrap: wrap; /* Satır kırılmalarına izin ver */
        gap: 10px;       /* Elemanlar arası boşluk */
        justify-content: space-between;
    }

    .odemebutonlari{
        margin: 0;
        padding:0px 5px;
    }


    .faturaodeme input.kurumarama{
        border:solid 1px #b1bbc5;
        padding: 15px 20px 15px 20px!important;
        padding-left: 70px!important;
        background: url("../images/search.webp");
        background-repeat: no-repeat;
        background-position: 31px 16px;
        background-size: 27px  27px;
        min-width: auto;
        margin: 0 auto;
        margin-top: 30px;
    }

    .faturaodemestepcizgi {
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    .step .circle .d-block {
        top: 55px;
        line-height: normal;

    }

    .step .circle .text-nowrap {
        white-space: wrap!important;
    }
    .step.px-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .step{
        display: flex!important;
        justify-content: space-between!important;
    }
    .step  .circle {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: rgb(6,28,128);
        display: flex;
        align-items: center;
        background: linear-gradient(0deg, rgba(6,28,128,1) 0%, rgba(12,56,250,1) 100%);
        justify-content: center;
    }

    .kanunlogo{
        width: 100%!important;
    }
    .subfooterleft {
        display: flex;
        justify-content: center;
    }

    .footer-top{

    }
    .subfooterleft .d-flex{
        align-items: center!important;
    }

    .footer-top .row .col-xs-12{
        margin-bottom: 20px;
    }

    .footer-top .row .col-xs-12:nth-child(3) h4{
        text-align: left!important;
    }

    .footer-top .row .col-xs-12:nth-child(3) ul li{
        text-align: left!important;
    }

    .subfooterright{
        display: flex;
        flex-direction: column;
        gap: 25px;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding-right: 0;
        margin-top: 25px;

    }

    .buttons .btn {
        padding: 10px 20px;
        min-width:auto;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .pageHeader {
        background: rgb(6,28,128);
        background: linear-gradient(318deg, rgba(6,28,128,1) 0%, rgba(9,51,231,1) 100%);
        padding: 15px 15px;
    }
    .pageHeader h3{
        font-size: 18px!important;

    }

    .pageHeader .fs-5{
        font-size: 14px!important;
    }




    .kurum {
        width: calc(50% - 5px);
        height: 85px;
        border: solid 1px #0033a1;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500!important;
        line-height: normal;
        padding: 10px;
    }

    .kurum span:nth-child(1){
        font-size: 14px!important;
    }

    .kurum span:nth-child(2){
        font-size: 11px!important;
        color: #737373;
    }


    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: var(--bs-nav-link-font-size);
        font-weight: var(--bs-nav-link-font-weight);
        color: #000000;
        text-decoration: none;
        background: 0 0;
        border: 0;
        padding: 5px 5px;
        font-weight: 500;


        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
}


.breadcrumb-item a {
    color:#000;
    font-weight: 400;
}


/* Öneriler kutusunun genel görünümü */
.tt-menu {
    width: 100%; /* Genişliği input kadar */
    background-color: #fff; /* Beyaz arka plan */
    border: 1px solid #ddd; /* Hafif gri kenarlık */
    border-radius: 4px; /* Yuvarlatılmış köşeler */
    max-height: 300px; /* Maksimum yükseklik */
    overflow-y: auto; /* Taşan içerik için dikey kaydırma */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    z-index: 1000; /* Öneriler üstte kalsın */
}

/* Tek bir önerinin görünümü */
.tt-suggestion {
    padding: 10px 15px; /* İç boşluk */
    font-size: 14px; /* Yazı boyutu */
    color: #333; /* Yazı rengi */
    cursor: pointer; /* İmleç işaretçisi */
    background-color: #fff; /* Varsayılan arka plan */
    transition: background-color 0.2s ease, color 0.2s ease; /* Yumuşak geçiş */
}

/* Öneri üzerine gelince (hover durumu) */
.tt-suggestion:hover {
    background-color: #f7f7f7; /* Hafif gri arka plan */
    color: #000; /* Daha koyu yazı rengi */
}

/* Seçilebilir öneri */
.tt-suggestion.tt-selectable {
    background-color: #ffffff;
    color: #495057;
}

/* Seçilebilir öneri üzerine gelince (hover durumu) */
.tt-suggestion.tt-selectable:hover {
    background-color: #082cc6; /* Daha koyu gri arka plan */
    color: #fff; /* Daha koyu yazı rengi */
}

/* Önerilerin ilk öğesi */
.tt-suggestion:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Önerilerin son öğesi */
.tt-suggestion:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.breadcrumb li {
    text-transform: uppercase;
}

.typeahead {
    max-height: 300px; /* Görünen alanın yüksekliği */
    overflow-y: auto; /* Dikey kaydırma */
}
.hamburgermenu{
    display: none;
}


.rightmenu{
    gap:20px;
}

.nav-list{
    height: 120px;
}

.loading{
    position: fixed;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(9, 51, 231, 0.5);
    z-index: 99999;

}

.loading .gif{
    mix-blend-mode: screen;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.loading .gif img{
    width: 40px;
    height: auto;
}
@media (max-width: 768px) {
    .hamburgermenu{
        display: block;
        margin-top: 10px;
    }
    .nav-list{
        height: 60px;
    }

}

.firm{
   color:#0c63e4!important;
    background: transparent!important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    justify-content: center;
}

.breadcrumb li {
    text-transform: uppercase;
    font-size: 12px;
}


.twitter-typeahead{
    width: 100%!important;
    max-width: 800px;
}

.tt-suggestion.tt-selectable {
    background-color: #ffefc4;
    color: #000000;
    border-bottom: 1px solid #d2c3a3;
}

.nav.nav-menu a{
    text-transform: uppercase!important;
}

#sepetlisesi-list  {
    background: #f0f0f0;
    border-radius: 0;
    padding: 15px 10px;
}

.kurumlar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

