body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #edf6fd;
    font-family: 'Segoe UI', Arial, sans-serif !important;

}

.bg-01 {
    background-color: #1976c5;
}

.bg-02 {
    background-color: #dae8f4;
}

.bg-03 {
    background-color: #c0e0f9;
}

.bg-04 {
    background-color: #3e586d;
}

.bg-05 {
    background-color: #edf6fd;
}

/* Navbar her zaman yatay kalsın */
.navbar .navbar-nav {
    flex-direction: row !important;
}

.navbar .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 992px) {
    .row.bg-02 {
        min-height: 60px !important;
        position: relative;
    }

    .row.bg-02 .kullanici-alani {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        padding-bottom: 4px;
    }
}

/* -----Mobil tasarım-------*/
@media (max-width: 991px) {
    .hamburger-btn {
        display: none;
    }

    .kartlar-container {
        display: block;
    }

    .finansal-ozet-mobil {
        display: block;
    }

    #mobilCariPanel,
    #mobilCariAraPanel,
    #mobilCariBilgiPanel {
        width: calc(100% - 8px) !important;
        max-width: 100% !important;
        margin: 4px auto 0 auto !important;
    }
}

@media (min-width: 992px) {
    .hamburger-btn {
        display: none !important;
    }

    .mobil-menu {
        display: none !important;
    }
}

/* -----Mobil tasarım-------*/



/* ----- Menu Cards ----- */
.menu-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #1976c5;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    padding: 18px 10px;
    width: 100%;
    height: 80px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

@media (min-width: 768px) {
    .menu-card {
        width: 110px;
    }
}

.menu-card:hover {
    background-color: #0288d1;
    color: #ffffff;
    transform: translateY(-2px);
}

.menu-card:active {
    background-color: #0277bd;
    transform: translateY(0);
}

.menu-card svg {
    flex-shrink: 0;
}

.menu-card span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

/* ===== CARİ HESAP PANELİ ===== */


.cari-panel-wrapper {
    position: relative;
}

.cari-panel-kapat {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.cari-panel-kapat:hover {
    color: #ffcccc;
}

.cari-panel {
    background: #f8f8f8;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-top: 20px;
}

.cari-panel-header {
    background: #1a3c6e;
    color: #fff;
    border-radius: 6px 6px 0 0;
    display: flex;
}

.cari-panel-header .cari-header-col {
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 600;

}

.cari-panel-header .cari-header-col:first-child {
    width: 45%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.cari-top-row {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    align-items: flex-start;
}

.cari-header-col:last-child {
    width: 55%;
}

.cari-left {
    width: 45%;
    border-right: 1px solid #dee2e6;
    padding: 12px;
    flex-shrink: 0;
    box-sizing: border-box;
    align-self: stretch;

}

.cari-right {
    width: 55%;
    padding: 12px;
    box-sizing: border-box;
    align-self: flex-start;

}


.cari-table-scroll {
    max-height: 360px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.cari-table-list {
    font-size: 12px;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}

.cari-table-list thead th {
    background: #1a3c6e;
    color: #fff;
    padding: 5px 8px;
    position: sticky;
    top: 0;
    font-size: 12px;
    border: 1px solid #7b91b6;
}

.cari-table-list tbody td {
    padding: 4px 8px;
    border: 1px solid #dee2e6;
    font-size: 13px;
    color: #0000ff;
    font-weight: 700;

}

.cari-table-list tbody tr {
    cursor: pointer;
}

.cari-table-list tbody tr.active td {
    background: #4a7fc1;
    color: #000;
    font-weight: 700;
}

.cari-table-list tbody tr:not(.active):hover td {
    background: #dbe9ff;
}

.cari-customer-name {
    background: #e8f0fe;
    border: 1px solid #c0d0f0;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #0000ff;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.cari-field-label {
    font-size: 13px;
    font-weight: 500;
    color: #4e5964;
    text-align: left;
    padding-right: 4px;
}

/* Butonlar eşit boyda */
.cari-toolbar .btn {
    min-width: 60px;
    background-color: #cecece;
    height: 40px;
    font-size: 14px;


}

/* Sekmeler tek satırda */
.cari-right .nav-tabs {
    flex-wrap: nowrap;
}

.cari-right .nav-tabs .nav-link {
    white-space: nowrap;
    font-size: 16px;
    padding: 5px 10px;

}

.cari-right .tab-content {
    min-height: 210px;
}

#tab-notlar {
    font-size: 14px;
    border-radius: 4px;
}

.alis-toolbar .btn {
    background-color: #929aa1;
    height: 55px;
    font-size: 15px;
    min-width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.cari-mov-table-scroll {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.cari-mov-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    background: #1a3c6e;
    color: #fff;
    border-radius: 4px;
    padding: 6px 5px;

}

.cari-mov-area {
    border: 1px solid #dee2e6;
    max-height: 250px;
    overflow-y: auto;
}

.cari-mov-table {
    font-size: 11px;
    width: 100%;
    border-collapse: collapse;
    color: #000;
    font-weight: 500;

}

.cari-mov-table th {
    background: #1a3c6e;
    color: #fff;
    padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #2a5298;
}

.cari-mov-table tbody tr {
    cursor: pointer;
}

.cari-mov-table tbody tr.active td {
    background: #4a7fc1;
    color: #fff;
    font-weight: 600;
}

.cari-mov-table tbody tr:not(.active):hover td {
    background: #dbe9ff;
}

.cari-mov-table thead th {
    position: sticky;
    top: 0;
    background: #cecece;
    color: #000;
    z-index: 2;
    font-size: 13px;
    border: 1px solid #2a5298;
}

.cari-mov-table td {
    padding: 7px 10px;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
}

.cari-footer-bar {
    background: #1a3c6e;
    color: #fff;
    padding: 6px 14px;
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
}

/* ===== CARİ HESAP PANELİ SONU ===== */




/* ===== KASA PANELİ =============== */

.kasa-btn:hover {
    background: #b0b8bf !important;
}

.kasa-row td {
    color: #0000ff !important;
}

.kasa-row:hover td,
.kasa-row:active td,
.kasa-row:focus td,
.kasa-row:visited td {
    color: #0000ff !important;
}



/* ===== KASA PANELİ SONU =========== */