@font-face {
    font-family: 'EurostileLTProUnicode';
    src: url('/alpet-custom-assets/fonts/EurostileLTProUnicode.otf') format('opentype');
}

@font-face {
    font-family: 'EurostileLTProUnicode-Bold';
    src: url('/alpet-custom-assets/fonts/EurostileLTProUnicode-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/alpet-custom-assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

form#wizardForm {
    max-width: 100%;
    margin: 0 auto;
}





.container-f {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    padding: 30px;
}

.main-container,
.form-shell,
.container-f,
.container {
    overflow: visible;
}

.main-container {
    margin-top: 84px;
}



.menu-item.is-active a {
    box-shadow: 0 2px 0 0 #fff inset;
}

.footer {
    width: 100%;
    bottom: 0;
    position: fixed;
    text-align: center;
    background-color: #4fa6dc;
    justify-content: center;
    justify-items: center;
    padding: 10px;
    color: #f7f7f7;
}

.login-box {
    flex: 1;
    padding: 40px;
    text-align: left;
    background: linear-gradient(to bottom, #2c6ca3, #ffffff);
}

.logo {
    width: 30vh;
    margin: 40px auto 40px auto !important;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.8)) !important;
}

h2 {
    color: #2073ba;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

h1 {
    color: #2073ba;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 400;
}

.subtitle {
    color: #2073ba;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

label {
    display: block;
    text-align: left;
    margin: 15px 0 5px;
    color: #2073ba;
    font-weight: bold;
}

.input-group {
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 3px solid transparent;
    background-image: linear-gradient(white, white),
        linear-gradient(to left, #2073ba, #4fa6dc);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: none;
    padding: 10px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
    height: 60px;
}



.input-group .icon {
    font-size: 18px;
    margin-right: 10px;
    color: #2073ba;
}

.input-group .icon img {
    height: 25px;
}

.input-group input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #2073ba;
}

.input-group select {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #2073ba;
}

.input-group textarea {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #2073ba;
}

button {
    background: linear-gradient(to left, #2073ba, #4fa6dc);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

button:hover {
    background: linear-gradient(to left, #005fa3, #3c94f4);
}

.promo-box {
    flex: 1;
    background-color: #f5f5f5;
}

.promo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.channel-box {
    flex: 1;
    padding: 40px;
    text-align: center;
}

.channel-button {
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 3px solid #2073ba;
    background-color: #fff !important;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    height: 80px;
    font-family: 'Montserrat', sans-serif;
    color: #2073ba;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.menu-container {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(to left, #2073ba, #4fa6dc);
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}

.main-menu {
    max-width: 1400px;
    margin: 0 auto;
    height: 64px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.menu-item {
    float: left;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding-left: 30px;
    font-weight: 400;
    font-size: 30px;
}

.menu-item,
.menu-item a {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 2px;
    line-height: 1;
}

.menu-item a:hover,
.menu-item a:focus-visible {
    outline: none;
    box-shadow: 0 2px 0 0 #fff inset;
}

.logo-container {
    position: static;
    display: grid;
    place-items: center;
}

.menu-links {
    margin-left: 8px;
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 1;
    justify-content: center;
}

.account-badge {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap;
}



.user-icon-white:hover {
    transform: translateY(-1px);
    opacity: 1;
}

.icon-container {
    position: static;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.user-icon-white {
    filter: brightness(0) invert(1);
    height: 22px;  /* icon büyütüldü */
    width: 22px;
    margin-left: auto; /* en sağa yasla */
    opacity: .95;
    transition: transform .12s ease, opacity .12s ease;
}



.dashboard {
    width: 100%;
    max-width: 1400px;
    margin: 100px auto;
    padding: 20px;
}

.top-section {
    display: flex;
    gap: 20px;
    margin-top: -95px;
}

.left-box {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    height: 465px;

}

.left-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    object-position: center;
}

.right-boxes {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    float: left;
    max-width: 700px;
}

.box {
    color: #fff;
    border-radius: 16px;
    padding: 10px;
    width: 325px;
    border: 3px solid #2073ba;
}

.box h3 {
    margin-top: 0;
    color: #2073ba;
    text-align: center;
}

.box h4 {
    margin-top: 10px;
    color: #2073ba;
    font-size: 18px;
    margin-left: 10px;
}



.box hr {
    background-color: #2073ba;
    height: 4px;
    width: 100%;
}

.box-link {
    background: linear-gradient(to left, #2073ba, #4fa6dc);
    color: #fff;
    border-radius: 16px;
    padding: 20px;
    width: 325px;
    margin-top: 15px;
    height: 150px;
    cursor: pointer;
}

.box-link h4 {
    margin-top: 0;
    font-size: 26px;
    text-align: center;
}

.box-link .icon img {
    margin-left: -30px;
    margin-top: -100px !important;
    max-height: 5vh;
}

.info-table {
    background: #fff;
    color: #003366;
    border-radius: 10px;
    padding: 10px 0px;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
}

.info-table div {
    display: flex;
    justify-content: left;
    padding: 8px 0;
}

.icon-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-label img {
    width: 30px;
}

.bottom-section {
    background: linear-gradient(to left, #2073ba, #4fa6dc);
    border-radius: 16px;
    margin-top: 30px;
    padding: 20px;
    color: #fff;
}

.bottom-section hr {
    background-color: white;
    height: 3px;
    margin-top: 3px;
}

.bottom-section h3 {
    text-align: center;
    margin-top: 0;
}

.bottom-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-card img {
    height: 60px;
    margin-bottom: 10px;
}

.bar-section {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bar-section .box-bar {
    color: #fff;
    border-radius: 16px;
    padding: 10px;
    border: 3px solid #2073ba;
    width: 670px;
}

.box-bar h3 {
    margin-top: 0;
    color: #2073ba;
    text-align: center;
}

.box-bar hr {
    background-color: #2073ba;
    height: 4px;
    width: 100%;
}

.box-bar .icon img {
    margin-left: 600px;
    margin-top: -100px !important;
    max-height: 52px;
}

progress {
    width: 100%;
    height: 15px;
    appearance: none;
}

progress::-webkit-progress-bar {
    background-color: #4fa6dc;
    border-radius: 10px;
}

progress::-webkit-progress-value {
    background-color: #a2d074;
    border-radius: 10px;
}


.ililce {
    font-size: 8pt !important;
    font-weight: 600;
    bottom: 0px;
    color: #2073ba !important;
    text-align: right !important;
    padding-top: 35px;
}



.form-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.order-box {
    flex: 1;
    padding: 20px;
    text-align: center;
}


.step {
    display: none;
    width: 100%;
}

.step.active {
    display: block;
    width: 100%;
}

:root {
    --footer-h: 72px;
    --buttons-gap: 16px;
}

body {
    padding-bottom: calc(var(--footer-h) + var(--buttons-gap) + 20px);
}

.buttons {
    bottom: calc(var(--footer-h) + var(--buttons-gap));
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 16px;
}

.buttons>button {
    flex: 0 0 auto;
    width: auto;
    min-width: 120px;
    padding: .45rem .9rem;
    border-radius: 9999px;
    border: 1px solid #cfd6e4;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.buttons>button:hover {
    filter: brightness(0.95);
}


.step-indicator {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.step-indicator span {
    padding: 15px 30px;
    border-radius: 10px;
    background-color: lightgray;
}

.step-indicator .active {
    background-color: #2073ba;
    color: white;
}




.product-table {
    margin-top: 15px;
    width: 100%;
}

.product-table td {
    text-align: center;
}

.product-table thead {
    background-color: lightgray;
    height: 45px;
}

.product-table tbody {
    background-color: #f7f7f7;
    height: 45px;
}

.product-table button {

    display: inline-block;
    width: 50px;
    font-size: 14px;
    margin-top: 0px;
    height: 25px;
    padding: 0px;
    font-weight: 400;
}



.table-summary {
    margin-top: 15px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.table-summary .summary-head {

    background-color: #2073ba;
    height: 45px;
    color: white;
}

.table-summary tr {
    height: 30px;

}

.table-summary td {
    padding-left: 5px;
}



.menu-item a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 30px;
}

.limit-card {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #55acee, #0074d9);
    color: white;
    border-radius: 20px;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 50px auto;
}

.limit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.limit-item img {
    width: 40px;
    margin-bottom: 5px;
}

.limit-value {
    font-size: 22px;
    font-weight: bold;
}

.limit-label {
    font-size: 14px;
    opacity: 0.9;
}

.symbol {
    font-size: 28px;
    font-weight: bold;
}

.white-image {
    filter: brightness(0) invert(1);
}





/* AYTAÇ */
.progress-list {
    display: grid;
    gap: 1rem;
}

body,
.main-container {
    padding-bottom: 140px;
}

.progress-row {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.progress-row progress {
    flex: 1;
    height: 12px;
    border: none;
    background: var(--border, #e2e8f0);
    border-radius: 999px;
    overflow: hidden;
}

.progress-row progress::-webkit-progress-bar {
    background: var(--border, #e2e8f0);
    border-radius: 999px;
}

.progress-row progress::-webkit-progress-value {
    background: var(--primary, #0ea5e9);
    border-radius: 999px;
}

.progress-row progress::-moz-progress-bar {
    background: var(--primary, #0ea5e9);
    border-radius: 999px;
}

.progress-icon {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: color-mix(in oklab, var(--primary, #0ea5e9) 12%, transparent);
    border: 1px solid var(--border, #e2e8f0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02), 0 6px 18px rgba(2, 6, 23, .08);
    flex: 0 0 36px;
}

.progress-icon img {
    width: 22px;
    height: 22px;
    display: block;
}



 

.progress-value {
    min-width: 40px;
    text-align: right;
    font-size: .9rem;
    font-weight: 600;
    color: var(--muted, #475569);
}

.tank-card {
    position: relative;
    background: #fff;
    border: 3px solid #1e73be;
    border-radius: 18px;
    padding: 20px 24px 22px;
}

.tank-title {
    margin: 0;
    text-align: center;
    color: #1e73be;
    letter-spacing: .03em;
    font-weight: 800;
}

.tank-rule {
    border: none;
    height: 3px;
    background: #1e73be;
    margin: 12px 0 18px;
    opacity: .9;
}

.tank-badge {
    position: absolute;
    top: -16px;
    right: 18px;
    width: 42px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(2, 6, 23, .18));
}

.meter-list {
    display: grid;
    gap: 16px;
}

.meter-row {
    display: grid;
    grid-template-columns: 110px 1fr 48px;
    align-items: center;
    gap: 12px;
}

.meter-label {
    color: #3a6b3a;
    font-weight: 700;
    font-size: .95rem;
}

.meter-value {
    text-align: right;
    font-weight: 700;
    color: #1e73be;
}

.meter {
    --h: 12px;
    --ok: #74c043;
    --track: #1e73be;
    position: relative;
    height: var(--h);
    background: var(--track);
    border-radius: 999px;
    overflow: hidden;
}

.meter .fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--v, 0%);
    background: var(--ok);
    border-radius: inherit;
}

.meter .marker {
    position: absolute;
    top: 50%;
    left: var(--v, 0%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 1;
    color: #184f8a;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .meter {
        --h: 14px;
    }
}


.sales-card {
    position: relative;
    border: 3px solid #1e73be;
    border-radius: 18px;
    padding: 18px 20px 20px;
    background: #fff;
}

.sales-title {
    margin: 0;
    text-align: center;
    color: #1e73be;
    font-weight: 800;
    letter-spacing: .03em;
}

.sales-rule {
    border: 0;
    height: 3px;
    background: #1e73be;
    opacity: .9;
    margin: 10px 0 14px;
}

.sales-grid {
    display: grid;
    gap: 10px;
}

.sales-ticks {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    font-size: .8rem;
    color: #1e73be;
    padding-inline: 6px;
}

.sales-ticks span {
    justify-self: center;
}

.sales-rows {
    display: grid;
    gap: 12px;
    padding: 8px 0;

    background-image: repeating-linear-gradient(90deg, rgba(30, 115, 190, 0.35), rgba(30, 115, 190, 0.35) 2px, transparent 2px, transparent 10%);
    border-radius: 12px;
}

.sales-row {
    display: grid;
    align-items: center;
}

.sales-meter {
    --h: 14px;
    --track: #1e73be;
    --ok: #74c043;
    position: relative;
    height: var(--h);
    background: var(--track);
    border-radius: 999px;
    overflow: hidden;
}

.sales-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(var(--val) * 100% / var(--max));
    background: var(--ok);
    border-radius: inherit;
}



.btn {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #0d6efd;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.btn:hover {
    background-color: #0b5ed7;
}

#order {
    width: min(1400px, 96vw);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

#order>* {
    max-width: 100%;
}

.step .container,
.step .container-f {
    margin: 0 auto;
    max-width: 100%;
}

.order-summary {
    margin-top: 16px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}



.summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #dbe3f2;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.summary-label {
    font-weight: 600;
    font-size: .95rem;
    color: #334155;
}

.summary-value {
    font-weight: 700;
    font-size: 1.05rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: .25rem;
    text-decoration: none;
    border: 1px solid #ddd;
}

.icon-link:hover {
    background: #1e90ff;
    color: #fff;
}


.pay-box {
    flex: 1;
    padding: 40px;
}

.payment-info-box {
    flex: 1;
    padding: 40px;
    text-align: left;
    background: linear-gradient(to left, #2073ba, #4fa6dc);
    color: #fff !important;
}

.payment-info-box h2 {

    color: #fff !important;
    padding: 0 !important;
}

.payment-info-box label {
    color: #fff !important;
}




/* Aytaç Son */

    .main-container .container-f {
        margin: 24px auto;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 6px 22px rgba(0,0,0,.06);
        padding: 20px 22px;
    }

    h2 {
        margin: 10px 0 8px;
        font-weight: 700;
        color: #2073ba;
        letter-spacing: .2px;
    }

    hr {
        border: none;
        border-top: 1px solid #e5e7eb;
        margin: 12px 0 18px;
    }

    

    .checkbox-inline {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        min-width: auto;
    }

        .checkbox-inline input[type="checkbox"] {
            accent-color: #2563eb;
            transform: translateY(1px);
        }

    

    .btn-secondary {
        height: 36px;
        padding: 0 16px;
        border: 0;
        border-radius: 8px;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: .2px;
        color: #fff;
        cursor: pointer;
        background: #1e4fbf;
        transition: transform .06s ease, filter .2s ease;
        align-self: flex-end;
        width: 130px;
        margin-left: 8px;
    }

        .btn-secondary:hover {
            filter: brightness(1.05);
        }

        .btn-secondary:active {
            transform: translateY(1px);
        }
    /* ====== Filtre Formu ====== */
    
    /* ====== DBS Modal kartları ====== */
    .dbs-bank {
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 10px 12px;
        margin: 10px 0;
        background: #fafcff;
    }

        .dbs-bank h4 {
            margin: 0 0 6px 0;
            font-size: 14px;
            color: #1e293b;
        }

        .dbs-bank .row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px 12px;
            font-size: 13px;
            color: #0f172a;
        }

            .dbs-bank .row p {
                margin: 0;
            }
   

        .filter-form button[type="submit"] {
            height: 34px;
            padding: 0 16px;
            border: 0;
            border-radius: 8px;
            font-weight: 600;
            font-size: 13px;
            background: linear-gradient(180deg, #2d6cdf, #1e4fbf);
            color: #fff;
            cursor: pointer;
            transition: transform .06s ease, filter .2s ease;
            width: 100px;
        }

            .filter-form button[type="submit"]:hover {
                filter: brightness(1.05);
            }

            .filter-form button[type="submit"]:active {
                transform: translateY(1px);
            }

    /* ====== Tablo ====== */
.orderList {
    width: 100%;
    table-layout: fixed; /* kolonları sabitle */
    border-collapse: collapse;
    font-size: 12px; /* yazıları küçült */
}
    .orderList th,
    .orderList td {
        padding: 4px 6px; /* boşlukları küçült */
        word-break: break-word; /* uzun kelimeyi kır */
        white-space: normal; /* satır atlamasına izin ver */
        text-align: center;
        vertical-align: middle;
    }

        .orderList thead th {
            background: #1e4fbf;
            color: #fff;
            text-align: left;
            padding: 8px 10px;
            font-weight: 600;
            white-space: nowrap;
        }

        .orderList tbody td {
            padding: 8px 10px;
            border-top: 1px solid #eef2f7;
            color: #0f172a;
            font-size: 13px;
        }

        .orderList tbody tr:hover {
            background: #f9fbff;
        }

    /* Risk renklendirme */
    .expired {
        background-color: #ffe1e1;
    }
    /* günü geçen */
    .due-today {
        background-color: #fff4cc;
    }
    /* bugün vadeli */

    /* ====== DBS Modal ====== */
    .dbs-modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 999;
    }

        .dbs-modal.open {
            display: block;
        }

    .dbs-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.4);
    }

    .dbs-dialog {
        position: relative;
        background: #fff;
        max-width: 500px;
        width: 92%;
        margin: 10% auto;
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 12px 32px rgba(15,23,42,.15);
    }

    .dbs-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e5e7eb;
        margin-bottom: 12px;
        padding-bottom: 6px;
    }

    .dbs-body {
        font-size: 14px;
        color: #0f172a;
    }

    .dbs-footer {
        margin-top: 12px;
        text-align: right;
    }

    .dbs-close {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #475569;
        width: 100px;
    }

    /* ====== DBS Trigger (Tablodaki buton) ====== */
    .dbs-trigger {
        background: transparent;
        border: 0;
        padding: 0;
        margin: 0;
        font: inherit;
        font-weight: 600;
        color: #1e4fbf;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        line-height: 1.4;
        transition: color .15s ease, text-decoration-color .15s ease, opacity .15s ease;
    }

        .dbs-trigger:hover {
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .dbs-trigger:focus {
            outline: 2px solid #3b82f6;
            outline-offset: 2px;
            border-radius: 4px;
        }

        .dbs-trigger:active {
            opacity: .85;
        }
    

    
        .filter-box {
            margin: 20px 0;
            display: flex;
            justify-content: flex-end;
        }

        .filter-wrapper {
            position: relative;
            display: inline-block;
        }

        .filter-input {
            padding: 8px 12px 8px 36px;
            font-size: 14px;
            width: 280px;
            border: 1px solid #ccc;
            border-radius: 20px;
            outline: none;
            transition: all 0.2s ease-in-out;
        }

            .filter-input:focus {
                border-color: #2c6ca3;
                box-shadow: 0 0 6px rgba(44,108,163,0.4);
            }

        .filter-icon {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            pointer-events: none;
            opacity: 0.6;
        }
    .filter-form {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12px;
        padding: 12px;
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        flex-wrap: wrap;
        position: relative;
    }

        .filter-form .form-group {
            display: flex;
            flex-direction: column;
            gap: 4px;
            min-width: 160px;
            align-items: center;
        }

        .filter-form label {
            font-size: 13px;
            font-weight: 500;
            color: #334155;
            text-align: center;
        }

    .form-actions {
        margin-left: auto; 
        display: flex;
        gap: 8px;
    }

        .form-actions button {
            height: 34px;
            padding: 0 16px;
            border: 0;
            border-radius: 8px;
            font-weight: 600;
            font-size: 13px;
            cursor: pointer;
            transition: transform .06s ease, filter .2s ease;
        }

    #btnFilter {
        background: linear-gradient(180deg, #2d6cdf, #1e4fbf);
        color: #fff;
        width: 86px;
    }

        #btnFilter:hover {
            filter: brightness(1.05);
        }

        #btnFilter:active {
            transform: translateY(1px);
        }

    .filterClear {
        background: #dc3741;
        color: #fff;
        width: 86px;
    }

        .filterClear:hover {
            filter: brightness(1.1);
        }

/* Tablonun ekrana tam sığması için */
.table-responsive {
    width: 100%;
    overflow-x: hidden; /* kaydırma yok */
}


    /* Tabloyu ekran boyuna göre esnet */
    .table-responsive table {
        width: 100%;
        border-collapse: collapse;
        min-width: 900px; /* çok küçük ekranda da kaydırılabilsin */
        table-layout: auto;
    }


    .pagination {
        margin-top: 16px;
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

        .pagination a {
            padding: 6px 12px;
            border-radius: 6px;
            background: #2d6cdf;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
        }

            .pagination a:hover {
                filter: brightness(1.1);
            }

    .filter-form input[type="text"],
    .filter-form input[type="number"],
    .filter-form input[type="date"],
    .filter-form select {
        height: 34px;
        padding: 0 8px;
        border: 1px solid #cbd5e1;
        border-radius: 8px;
        background: #ffffff;
        outline: none;
        font-size: 13px;
    }
    .order-details {
        padding: 10px;
    }

    .od-title {
        color: #2073ba;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .od-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    

    .od-card {
        background: #fff;
        border: 1px solid #dbe3f2;
        border-radius: 14px;
        padding: 16px 18px;
        box-shadow: 0 1px 2px rgba(16,24,40,.04);
    }

    .od-card-title {
        margin: 0;
        color: #2073ba;
        font-weight: 700;
        letter-spacing: .02em;
    }

    .od-rule {
        border: 0;
        height: 3px;
        background: #2073ba;
        opacity: .85;
        margin: 10px 0 12px;
        border-radius: 99px;
    }

    /* Key-Value list */
    .kv {
        display: grid;
        gap: 10px;
    }

    .kv-row {
        display: grid;
        grid-template-columns: 180px 1fr;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border: 1px solid #eef2f7;
        border-radius: 10px;
        background: #fafcff;
    }

    .kv-label {
        color: #334155;
        font-weight: 700;
    }

    .kv-value {
        font-weight: 600;
        color: #0f172a;
        word-break: break-word;
    }

    /* Amounts */
    .od-amounts {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #eef2f7;
        border-radius: 10px;
        overflow: hidden;
        background: #fafcff;
    }

        .od-amounts th,
        .od-amounts td {
            padding: 12px 14px;
            font-size: 1rem;
        }

        .od-amounts th {
            text-align: left;
            color: #334155;
            width: 50%;
        }

        .od-amounts td {
            text-align: right;
            font-weight: 700;
        }

        .od-amounts tr + tr {
            border-top: 1px solid #eef2f7;
        }

        .od-amounts tr.total th {
            color: #1e293b;
        }

        .od-amounts tr.total td {
            color: #2073ba;
            font-size: 1.08rem;
        }

    /* Actions */
    .od-actions {
        margin-top: 14px;
    }

        .od-actions .btn {
            border-radius: 999px;
            padding: .6rem 1rem;
            font-weight: 700;
        }

    .od-items {
        width: 100%;
        border-collapse: collapse;
    }

        .od-items th, .od-items td {
            padding: 6px 8px;
            border-bottom: 1px solid #eee;
        }

        .od-items th {
            text-align: left;
            font-weight: 600;
        }

        .od-items .num {
            text-align: right;
            white-space: nowrap;
        }

        .od-items tfoot .total th, .od-items tfoot .total td {
            font-weight: 700;
        }
    .btn-new {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: linear-gradient(180deg,#2d6cdf,#1e4fbf);
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .1s ease, filter .2s ease;
    }

    .sw-invalid {
        border: 2px solid #ef4444 !important;
        background-color: #fff5f5;
    }

        .btn-new:hover {
            filter: brightness(1.05);
            transform: scale(1.05);
        }

    .actions {
        display: flex;
        gap: 6px;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    .btn-action {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .btn-action.warning {
            background: #fbbf24;
            color: #fff;
        }

        .btn-action.edit {
            background: #3b82f6;
            color: #fff;
        }

        .btn-action.delete {
            background: #ef4444;
            color: #fff;
        }

    .orderList td, .orderList th {
        vertical-align: middle !important;
        text-align: center;
    }

    .swal2-actions {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100%;
    }

    div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
        cursor: pointer;
        background: #2073ba !important;
    }

        .swal2-actions button {
            min-width: 120px;
        }

    .menu-links {
        position: relative;
    }

    .menu-item {
        position: relative;
    }

        .menu-item.has-submenu > .submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 260px;
            padding: 8px;
            background: #2073ba;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0,0,0,.12);
            z-index: 1000;
        }

        .menu-item.has-submenu:hover > .submenu {
            display: block;
        }

    .submenu .submenu-item,
    .submenu .dropdown-item {
        display: block;
        padding: 10px 12px;
        border-radius: 10px;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
    }

        .submenu .submenu-item:hover,
        .submenu .dropdown-item:hover {
            background: rgba(0,123,255,.18);
        }

    .menu-item.has-submenu.open > .submenu {
        display: block;
    }

     .box span {
        margin-top: 10px;
        color: #2073ba;
        font-size: 15px;
        margin-left: 5px;
    }

/* MintikaSec: Center table headers */
.main-container .container-f .orderList thead th {
    text-align: center;
}

/* Logo varsayılan */
.logo-desktop {
    height: 40px;
    display: block;
}

.logo-mobile {
    height: 32px;
    display: none;
}
/* ===== Logo Düzenleme ===== */
.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-link {
    display: flex;
    align-items: center;
}


/* ===== Hamburger Menü ===== */
.hamburger {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
}
/* ===== Responsive Düzenlemeler ===== */
/* ===== Responsive Düzenlemeler ===== */

/* Tablet ve Küçük Ekranlar (992px ve altı) */
@media (max-width: 992px) {
    /* Menü görünürlük kontrolü (hamburger ile) */
    .menu-links {
        display: none; /* varsayılan gizli */
        flex-direction: column;
        gap: 12px;
    }

        .menu-links.open {
            display: flex;
        }

    /* Container genel */
    .container,
    .container-f,
    .main-container {
        max-width: 100% !important;
        padding: 12px !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }

    /* Dashboard */
    .limit-card {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .summary-grid {
        grid-template-columns: repeat(2, 1fr); /* masaüstü 4 → tablet 2 kolon */
    }

    .top-section {
        flex-direction: column;
        margin-top: 0;
    }

    .left-box {
        height: auto;
    }

    .right-boxes,
    .bar-section {
        flex-direction: column;
        max-width: 100%;
    }

    .box,
    .box-link,
    .box-bar {
        width: 100% !important;
    }

    .dashboard {
        margin: 20px auto;
        padding: 12px;
    }

    /* Menü */
    .main-menu {
        height: auto;
        padding: 8px 12px;
        row-gap: 8px;
        flex-wrap: wrap;
    }

    .account-badge {
        order: 2;
    }

    .menu-links {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        background: linear-gradient(to left, #2073ba, #4fa6dc);
        padding: 12px;
        z-index: 999;
    }

    .menu-item a {
        font-size: 16px;
        padding: 10px 0;
    }

    .icon-container {
        order: 4;
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .hamburger {
        display: block;
        font-size: 28px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        margin-left: auto;
        margin-bottom: 20px;
    }

    /* Logo */
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
        height: 32px;
    }

    /* Header */
    .logo-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .user-icon-white {
        height: 28px;
        width: 28px;
    }

    /* User Menü */
    .user-menu {
        position: relative;
    }

        .user-menu .submenu {
            position: absolute;
            top: 100%;
            right: 0;
            min-width: 180px;
            font-size: 14px;
            background: #2073ba;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0,0,0,.12);
            z-index: 1000;
        }

    /* Login */
    .container {
        flex-direction: column;
        max-width: 95%;
    }

    .login-box {
        padding: 30px;
        text-align: center;
    }

    .promo-box {
        display: none !important;
    }

    .logo {
        width: 200px;
        margin: 20px auto !important;
    }
}

/* Mobil (600px ve altı) */
@media (max-width: 600px) {
    /* Menü */
    .main-menu {
        height: 56px;
        padding: 0 10px;
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .menu-links {
        flex: 1;
        justify-content: flex-start;
        gap: 16px;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 14px;
    }

        .menu-links::-webkit-scrollbar {
            display: none;
        }

    .menu-item a {
        padding: 6px 10px;
        font-size: 14px;
    }

    /* Container */
    .container,
    .container-f,
    .main-container {
        padding: 8px !important;
    }

    /* Dashboard */
    .dashboard {
        padding: 12px;
    }

    .left-box img {
        height: auto;
        max-height: 200px;
        object-fit: cover;
    }

    .box h3 {
        font-size: 18px;
    }

    .box h4,
    .box-link h4 {
        font-size: 14px;
    }

    .bottom-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-items: center;
    }

    .icon-card img {
        height: 50px;
    }

    .icon-card span {
        font-size: 14px;
        text-align: center;
    }

    .bar-section {
        flex-direction: column;
        gap: 16px;
    }

    .box-bar {
        width: 100% !important;
    }

    .tank-title,
    .sales-title {
        font-size: 18px;
    }

    .meter-row {
        grid-template-columns: 80px 1fr 40px;
        gap: 8px;
    }

    .sales-ticks {
        font-size: 12px;
    }

    .progress-list {
        gap: .75rem;
    }

    .progress-icon {
        width: 32px;
        height: 32px;
    }

        .progress-icon img {
            width: 20px;
            height: 20px;
        }

    .tank-badge {
        right: 12px;
        width: 38px;
        height: 50px;
    }

    .sales-meter {
        --h: 12px;
    }

    /* Login */
    .login-box {
        padding: 20px;
    }

        .login-box h2 {
            font-size: 20px;
        }

    .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .input-group {
        height: 50px;
    }

        .input-group input {
            font-size: 14px;
        }

    button {
        font-size: 16px;
        padding: 12px;
    }
}
