.customer-details{
    position: relative;
    top: 180px;
    left: 260px;
    border: 3px solid #8888;
    width: 82%;
    overflow: hidden;
    height: 110px;
    background-color: #fff;
}

.customer-detailss{
    position: relative;
    top: 180px;
    left: 260px;
    border: 3px solid #8888;
    width: 82%;
    overflow: hidden;
    height: 430px;
    background-color: #fff;
}

.left-details{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 50%;
    flex-direction: column;
    border: 1px solid #888;
}

.right-details, .rightdetails{
    position: absolute;
    top: 10px;
    right: -10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    border: 1px solid #888;
}

.field{
    height: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #b1b0b0;
    overflow: hidden;
}

label{
    background-color: #f3f0f0;
    padding: 5px;
    width: 85%;
    height: 30px;
    border: 1px solid #888;
}

input, .select{
    width: 70%;
    height: 30px;
    border: 1px solid #beeaff;
    align-content: center;
    justify-content: left;
}

.buttons{
    position: absolute;
    right: 10px;
    top: 330px;
    width: 200px;
    display: flex;
    flex-direction: row;
    height: 30px;
    gap: 10px;
    cursor: pointer;
}
.client-details {
    position: relative;
    top: 280px;
    left: 260px;
    width: 85%;
    overflow: hidden;
    height: 100px;
    background-color: #fff;
}
#client-table thead th{
    background-color: #1384bf;
    color: #fff;
    font-weight: normal;
    text-align: center;
    height: 15px !important;
    padding: 10px 18px;
    border: 1px solid #ddd;

}
#client-table , #client-table td {
    padding: 10px 18px;
    border: 1px solid #ddd;
    text-align: left;
}
#client-table {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    height: 20px;
    display: none;
}

.top-stuff{
    position: absolute;
    top: 150px;
    left: 260px;
    width: 80%;
    overflow: hidden;
    height: 100px;
    background-color: #fff;
}

.card-inquiry-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 180px;
    left: 260px;
    width: 50%;
    background-color: #fff;
    justify-content: flex-start;
    border: 1px solid #ddd;
    height: auto;
    font-weight: normal;
}


.card-inquiry-table-left,
.card-inquiry-table-right {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    background-color: #fff;
    height: 100px;

}


.card-inquiry-table-left .row,
.card-inquiry-table-right .row {
    width: 100%;
    display: flex;
}


.title-cell {
    background-color: #f0f0f0;
    font-weight: normal;
    width: 430px;
    padding: 10px;
    text-wrap: nowrap;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}

.content-cell {
    background-color: #fff;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    flex: 1;
    width: 430px;
    height: 37px;
    box-sizing: border-box;
}


.card-inquiry-table-left,
.card-inquiry-table-right {
    max-height: 100%;
}

.card-inquiry-tab{
    position: absolute;
    top: 570px;
    left: 260px;
    height: 100px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    justify-content: center;
}

.tab-item{
    background-color: #1384bf;
    width: 130px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}

.tabact{
    background-color: #043651;
}

.tab-content{
    position: relative;
    top: 600px;
    left: 260px;
    height: auto;
    width: 80%;
    color: black;
    background-color: #dddddd;
    border: 1px solid #8888;

}

.customers-table,
.transactions-table,
.linked-accounts-table{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    border: 2px solid #878484;
    border-radius: 6px;
    display: table;
}

.customers-table thead th,
.transactions-table thead th,
.linked-accounts-table thead th{
    background-color: #1384bf;
    color: #ffffff;
    padding: 12px 10px;
    text-align: left;
    margin-top: -20px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #878484;
}

.customers-table tbody,
.transactions-table tbody,
.linked-accounts-table tbody{
    display: table-row-group;
}

.customers-table tbody td,
.transactions-table tbody td, .linked-accounts-table td{
    padding-top: -10px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    height: 30px;
}

.customers-table tbody tr:nth-child(even) td,
.transactions-table tbody tr:nth-child(even) td  {
    background-color: #ffffff;
}

.customers-table tbody tr:hover td,
.transactions-table tbody tr:hover td{
    background-color: #e6f0fa;
    cursor: pointer;
}

.customers-table th,
.customers-table td {
    font-size: 14px;
}


.edit-buttons{
    position: absolute;
    top: 600px;
    right: 40px;
}

/* Container fixed bottom-right */
.auto-nav-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

/* Floating button */
.auto-nav-btn {
    background: #1384bf;
    color: white;
    border: none;
    padding: 12px 18px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.auto-nav-btn:hover {
    background: #0e5f8a;
}

/* Dropdown table container */
.auto-nav-table-container {
    margin-top: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

/* Navigation table */
.auto-nav-table {
    width: 300px;
    border-collapse: collapse;
    font-size: 14px;
}
.auto-nav-table th {
    background: #1384bf;
    color: white;
    padding: 10px;
    text-align: left;
}
.auto-nav-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.auto-nav-row {
    cursor: pointer;
}
.auto-nav-row:hover {
    background: #f0f8ff;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.auto-nav-row.highlight {
    background-color: #ffecb3;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.auto-walk-btn {
    margin-top: 10px;
    background: #2196f3;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}
.auto-walk-btn:hover {
    background: #1976d2;
}

.subcateg{
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.more-subcateg{
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}

.post_input_cal{

    font-size: 11px;
    font-weight: normal;
    color: #000000;

    width: 70%;
    height: 20px;

    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 0px;

    border: 1px solid #b1cadb;
    background-color: white;
}