/* body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

/* 

nav {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

nav button {
    background-color: #444;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}

nav button:hover {
    background-color: #555;
}
 */


/* 
table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ddd;
    padding: 8px;
}

th {
    background-color: #333;
    color: white;
}

form label {
    display: block;
    margin: 10px 0 5px;
}

form input, form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

form button {
    padding: 10px 15px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

form button:hover {
    background-color: #555;
} *
#content-wrapper{
    width: 100%;
}
   table {
      width: 100%;
      border-collapse: collapse;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: left;
    }
    .barcode-input {
      width: 100%;
      padding: 8px;
    }
.nav-tabs .nav-link.active {
    background-color: #4CAF50 !important;
    color: #fff !important;
}

.nav-tabs .nav-link {

    color: #fff !important;
}

#wrapper {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
}

/* Left Sidebar *
.sidebar {
    width: 80px;

    background-color: #005f73;
    color: white;
    height: 100vh;
    display: flex;
    /* position: fixed; *
    transition: width 0.5s;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 3px 0;
}

.sidebar span {
    cursor: pointer;
}

.sidebar.expanded {
    width: 200px;
}

.menu {
    margin-top: 20px;
    width: 100%;
}

.menu-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 5px 10px;
}

.menu-item i {
    font-size: 20px;
    /* margin-right: 10px; *
}

.menu-title {
    display: none;
    font-size: 16px;
}

.sidebar.expanded .menu-title {
    display: inline-block;
    /* color: #fff; *
}

.sidebar i {
    font-size: 24px;
    margin: 15px 0;
    cursor: pointer;
}

.sidebar .menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    /* Light line box *
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.sidebar .menu-item.active {
    background-color: #007bff;
    /* Active background color *
    color: white;
    /* Active text color *
}

.sidebar .menu-item i {
    margin-right: 10px;
}

/* .sidebar i:hover {
            color: #0a9396;
        } */

/* Main Content *
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* background-color: #f8f9fa; *
}

/* Header Section *
.header {
    background-color: #005f73;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.content {
    width: 100%;
}

/* Form Section *
.form-section {
    padding: 20px;
    background-color: #e0f2f1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group {
    width: 30%;
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
    

/* Table Section */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.table-container {
    max-height: 375px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border: 1px solid #ddd;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.table th {
    background-color: #005f73;
    color: white;
}

/* Footer Buttons */
.footer-buttons {

    padding: 20px 0px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.footer-buttons button {
    background-color: #005f73;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.footer-buttons button:hover {
    background-color: #0a9396;
}

label {
    font-size: 14px;
    color: #005f73;
    margin-bottom: 4px;
    font-weight: bold;
}

.form-input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    width: 100%;
}

.form-input:focus {
    outline: none;
    border-bottom: 1px solid #4caf50;
}


.form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #85d3e378;
    border-radius: 8px;
    margin-bottom: 2px;
}

.form-input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    outline: none;
    flex: 1;
}

.form-input:focus {
    border-bottom: 1px solid #000;
}

.search-container {
    position: relative;
    width: 100%;
    /* max-width: 400px; Adjust width as needed */
    margin: 0 auto;
    /* Center the search bar */
    border-bottom: 1px solid #ccc;
    /* Line below input */
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #888;
}

.search-input {
    width: 100%;
    padding: 10px 10px 10px 30px;
    /* Add space for the icon */
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: none;
}

.search-input::placeholder {
    color: #ccc;
    font-style: italic;
}

*/ .table-container {
    max-height: 200px;
    /* Adjust the height as per your requirement */
    overflow-y: auto;
    /* Enables vertical scrolling */
    border: 1px solid #ccc;
    /* Optional: Adds a border around the scrollable area */
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.barcode-input {
    width: 100%;
    padding: 8px;
}

.quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn,
.stockquantity-btn,
.qty-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    margin: 0 5px;

}

.quantity-btn:hover,
.stockquantity-btn:hover,
.qty-btn:hover {
    background-color: #0056b3;
}

.quantity-value {
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.remove-row {
    color: red;
    cursor: pointer;
}

.main-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.cart {
    flex: 0 0 25%;
    background-color: #fff;
    border-left: 1px solid #ddd;
    height: 100%;
    overflow-y: auto;
    display: none;
    transition: flex 0.3s ease;
    position: relative;
    flex-direction: column;
}

#cartItems {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.cart-item .details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.cart-item .actions {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cart-item .actions select,
.cart-item .actions .quantity-btn {
    margin-right: 10px;
}

.cart-item .total {
    font-weight: bold;
    margin-left: 10px;
}


.cart-item span,
.cart-item div {
    margin-right: 10px;
    white-space: nowrap;
}

#cartItems li {
    margin-bottom: 10px;
}

.cart-item .details {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.cart-item .actions {
    display: flex;
    align-items: center;
}

.cart-item .actions select {
    margin-right: 10px;
}

.cart-item .actions .qty-btn {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 5px;
}

.cart-item .total {
    font-weight: bold;
    margin-left: 10px;
}

.close-cart-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
    color: #333;
}

.close-cart-btn:hover {
    color: red;
}

.cart h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin: 0;
    padding: 10px 0;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* .selected {
    border: 2px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
    transform: scale(1.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
} */

.caption {
    padding: 10px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.image-container .caption {
    padding: 10px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

/* .image-container:hover {
    transform: scale(1.05);
} */

.search-bar {
    width: 100%;
    margin-bottom: 20px;
}

.search-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-bar {
    width: 100%;
}

.search-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

#cartItems .quantity-container {
    display: inline-flex;
    align-items: center;
}

#cartItems .quantity-container button,
#cartItems .quantity-container input {
    font-size: 10px;
    padding: 5px 10px;
}

#cartItems .quantity-container input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#cartItems .quantity-container button {
    border-radius: 5px;
}


.cart-footer .total-label {
    font-weight: bold;
}

.cart-footer .total-amount {
    font-weight: bold;
    color: green;
}

.button-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    align-items: center;

}

/* button {
    background-color: rgb(171, 171, 188);
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

button:hover {
    background-color: rgb(171, 171, 188);
} */

#invalidBarcodeModal {
    top: 40%;
    width: 10%;
    left: 45%
}

#deleteBarcodeModal {
    top: 40%;
    width: 30%;
    left: 35%
}

#searchtags placeholder {
    color: #ABABBC;
    font-weight: 100;
}

#finalbillModal {
    top: 40%;
    width: 30%;
    left: 35%
}

#invalidmodel {
    width: 40%;
    border-radius: 10px;
}

.inventorysearch {
    width: 10%;
}

.quantity-value,
.damage-value,
.excess-value,
.short-value {
    width: 40px;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    height: 30px;
}

.quantity-btn,
.qty-btn {
    margin-right: 5px;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ABABBC;
}

#searchinventoryModal .modal-dialog {
    max-width: 60%;
    width: 90%;
}

.fa-times {
    cursor: grab;

}

.fa-times:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.autocomplete-item {
    display: flex;
    align-items: center;
    padding: 5px;
}

.autocomplete-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.autocomplete-item .details {
    display: flex;
    flex-direction: column;
}

.ml-1 {
    margin-left: 331px !important;
}


.image-container.selected {
    background-color: rgb(21, 189, 231);
    color: white;
    border: 1px solid rgb(21, 189, 231);
}

body {
    font-family: Arial;
    margin: 0;
}

.container-fluid {
    padding: 0;
}

.main-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

#cartItems {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.cart-item .details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.cart-item .actions {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cart-item .actions select,
.cart-item .actions .qty-btn {
    margin-right: 10px;
}

.cart-item .total {
    font-weight: bold;
    margin-left: 10px;
}


.cart-item span,
.cart-item div {
    margin-right: 10px;
    white-space: nowrap;
}

#cartItems li {
    margin-bottom: 10px;
}

.cart-item .details {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.cart-item .actions {
    display: flex;
    align-items: center;
}

.cart-item .actions select {
    margin-right: 10px;
}

.cart-item .actions .qty-btn {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 5px;
}

.cart-item .total {
    font-weight: bold;
    margin-left: 10px;
}

.close-cart-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
    color: #333;
}

.close-cart-btn:hover {
    color: red;
}

.cart h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin: 0;
    padding: 10px 0;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-container {
    max-height: 350px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 5px;
    display: inline-block;
    width: 100%;
}

.caption {
    padding: 14px;
    font-size: 12px;
    color: #333;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.image-container .caption {
    padding: 10px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

/* .image-container:hover {
    transform: scale(1.05);
} */

.search-bar {
    width: 100%;
    margin-bottom: 20px;
}

.search-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-bar {
    width: 100%;
}

.search-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

#cartItems .quantity-container {
    display: inline-flex;
    align-items: center;
}

#cartItems .quantity-container button,
#cartItems .quantity-container input {
    font-size: 10px;
    padding: 5px 10px;
}

#cartItems .quantity-container input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#cartItems .quantity-container button {
    border-radius: 5px;
}


.cart-footer {
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #ddd;
    margin-top: auto;
    position: fixed;
    bottom: 20px;
    width: 25%;
}

.cart-footer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;

}

.cart-footer .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.total-label {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    justify-content: space-between;
}

#footer-total-amount {
    /* margin-left: 35px; */
    font-weight: bold;
    font-size: 14px;
    color: green;
}

.button-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    margin-left: 194%;
}

/* button {
    background-color: rgb(171, 171, 188);
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

button:hover {
    background-color: rgb(171, 171, 188);
} */

.product-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.header-time {
    color: white;
    font-size: 12px;
    font-weight: bolder;
    white-space: nowrap;
}

.z-index-sticky {
    z-index: 1020;
}

.text-gradient-primary {
    background-image: linear-gradient(310deg, #015e76, #214bbb);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    z-index: 1;
}

.brand-gradient-primary {
    background-image: linear-gradient(310deg, #00cbff, #ffffff);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    z-index: 1;
}

.product-img {
    max-width: 100%;
    max-height: 72%;
    display: block;
    border-radius: 4px;
    margin: auto;
    height: 100px;
}

.product-images {
    max-width: 100%;
    max-height: 72%;
    display: block;
    border-radius: 4px;
    margin: 0px 10px;
    height: 100px;
}

.product-det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

.top-product:first-child {
    padding-top: 0px;
}

.top-product {
    border-bottom: 1px solid #E6E9EB;
    padding-top: 16px;
    padding-bottom: 16px;
}

.bg-success {
    background-color: #28a745 !important;
    /* Green for Active */
}

.bg-warning {
    background-color: #ffc107 !important;
    /* Yellow/Orange for Inactive */
}

.badge {
    font-size: 0.85rem;
    /* Adjust font size if needed */
}


/* login page design */
.copyrightCont a {
    color: #481A4C;
    font-weight: bold;
    position: relative;
}

.lobaasoft-image {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
    z-index: 1001;
}

.copy-url:hover>.lobaasoft-image {
    height: 55px;
    margin-top: -55px;
    transition: all 0.3s 0s ease-in-out;
}


.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

#product-table-container_filter {
    margin-left: 100px;
}

.grnname {
    width: 51%;
}

::-webkit-scrollbar {
    width: 10px;
    margin-top: 10px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1a9c00;
}

.dataTables_filter {
    position: relative;
}

.dataTables_filter input {
    width: 250px;
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    text-indent: 10px;
}

.dataTables_filter .fa-search {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 0rem !important;
}

.submenu {
    left: 6.5rem;
    width: 7rem;
    top: 70px;
    background-color: #b8bcbd;
    height: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: 600ms opacity 600ms, 600ms visibility 600ms;
    position: fixed;
    border-radius: 0;
    z-index: 9999;
}

ul.list-group.flex-column.d-inline-block.submenu:hover,
.masterPP:hover .submenu, .purchasePP:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.collapse-items {
    text-decoration: none;
    color: #fff !important;
    font-size: 12px;
    margin: 0;
}

.collapse-header {
    background: #fff;
    margin-bottom: 0;
    padding: 15px 0px;
    text-align: center;
    border-right: 1px solid #1e4cb5;

}

.list-group-item {
    background-color: transparent !important;
}

.stock-container {
    text-align: center;
}

.stockquantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stockquantity-btn {
    background-color: #ccc;
    border: 1px solid #aaa;
    width: 30px;
    height: 27px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stockquantity-btn:active {
    background-color: #bbb;
}

div.mydiv {
    width: 299px;
    height: 82%;
    position: static;
    right: 4%;
    overflow: hidden;
    text-align: center;
}

#toggleButton,
.toggle-div-btn {
    width: 30px;
    height: 30px;
    color: #005f73;
    position: fixed;
    right: 0px;
    top: 80px;
    transition: left 1s ease;
    background: #c2e7f0;
    border-radius: 0;
    border: none;
}

@media (max-width: 991.98px) {
    #sidebarToggleTop {
        color: #fff !important;
    }
}

#sidebarToggleTop {
    color: transparent;
}

.sidebar.toggled .nav-item .nav-link:hover {
    color: #012026 !important;
}

.collapse-items:hover {
    background-color: transparent !important;
    text-decoration: none !important;
    color: #012026 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #005f73 !important;
    background-color: #c2e7f0 !important;
    border-color: #c2e7f0 !important;
}

.nav-tabs .nav-link {
    background-color: #d9d8d8;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.ttcount {
    position: absolute;
    right: 30px;
    font-weight: bold;
    color: green;
}

.user-card {
    position: fixed;
    bottom: -99%;
    /* Initially hidden below the screen */
    right: 15px;
    width: 22%;
    height: auto;
    background: white;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 0 0;
    transition: bottom 0.5s ease-in-out;
    padding: 20px;
    /* opacity: 0; */
    /* pointer-events: none; */

}

.user-card.show {
    bottom: 0;
    opacity: 1;
    /* Slide up to half the screen */
}

.cart-summary {
    position: fixed;
    bottom: -5px;
    left: 0px;
    width: 75%;
    background: rgb(255 255 255 / 80%);
    color: #000;
    padding: 5px 10px 25px 10px;
    text-align: center;
    font-size: 14px;
    /* display: none; */
    /* Initially hidden */
    transition: bottom 0.3s ease-in-out;
    overflow-x: auto;
}

.cart-summary .summary-content {
    display: flex;
    align-items: center;
}

.cart-summary .summary-content img {
    width: 40px;
    height: 50px;
    margin-right: 8px;
    border-radius: 5px;
}

.cart-summary .summary-content span {
    font-size: 14px;
    font-weight: bold;
}

.border-left-1 {
    border-left: 1px solid #ddd !important;
}


.bill-summary {
    position: fixed;
    bottom: -5px;
    left: 0px;
    width: 75%;
    background: rgb(255 255 255 / 80%);
    color: #000;
    padding: 5px 10px 20px 10px;
    text-align: center;
    font-size: 14px;
    transition: bottom 0.3sease-in-out;
    overflow-x: auto;
    border-top: 2px solid #ddd;
}

.bill-summary .summary-content {
    display: flex;
    align-items: center;
}

.bill-summary .summary-content span {
    font-size: 14px;
    font-weight: bold;
}

.avatr {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    background: #015e76;
    color: #fff;
}

.border-1 {
    border: 1px solid #888;
}