.sidebar-active {
        text-decoration: underline !important;
        text-decoration-color: #015e63 !important; 
		text-decoration-thickness: 3px !important; 
    	text-underline-offset: 4px; 
    }
  .profile-input {
        background-color: #f3f0ee; 
        border: none;
        border-bottom: 1px solid #015E63 !important; 
        border-radius: 0;
        box-shadow: none;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .profile-input:focus {
        border-bottom: 1px solid #015E63 !important; 
        background-color: #fff; 
        box-shadow: none;
        outline: none;
    }
	.btn-outline{
		border: 1px solid #015E63 !important;
		color: #015E63 !important ;
	}
	.w-49 {
        width: 49% !important;
    }
	.address-table tr td th{
		padding: 0% !important;
	}
    .cart-table tr td th{
        padding: 0% !important;
        width: 0% !important;
    }
    .show-order{
        font-size: 71% !important;
    }
	.card{
		background-color: #f3f0ee !important;
	}
	.table-address{
		background-color: #bebebe !important;
	}
    .table-address1{
		background-color: #fff !important;
	}
    

    .dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
     background-color: #f3f0ee;
    transform: translate3d(0px, 31px, 0px) !important;
}
.btn-secondary:hover {
    color: #015e63;
    background-color: #f3f0ee;
     border-color: #015e63;
}
.btn-secondary {
    color: #015e63;
    background-color: #f3f0ee;
    border-color: #015e63;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #015e63;
}
.filter-option {
    cursor: pointer;
}
.filter-dropdown{
    color: #555454 ;
}
.filter-dropdown:active{
    color: hsl(0, 9%, 91%) !important ;
    background-color: #015E63 !important;
}
.filter-option:hover{
     color: hsl(0, 9%, 91%) !important ;
    background-color: #015E63 !important;
}

.invoice-table td strong {
    display: inline-block;
    border-bottom: 2px solid #7b7d80; /* light gray line */
    padding-bottom: 3px;
    margin-bottom: 6px;
    position: relative;
}

.invoice-table td strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* line ke thoda neeche */
    width: 100%;
    height: 2px;
    background: #7b7d80;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); /* shadow effect */
    z-index: -1;
}


.list-group a:hover,
.list-group .sidebar-active a {
    background-color: #f5f5f5;
    font-weight: 600;
}
/* Invoice header (logo + company info) */
.invoice-header {
    border-bottom: 2px solid #7b7d80; /* light gray line */
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.invoice img {
    border-radius: 4px;
}
.invoice p {
    margin: 0;
    font-size: 14px;
}

/* Table styling */
.table {
    font-size: 14px;
    margin-bottom: 0;
}

.table th {
    background: #f8f9fa;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.table td {
    vertical-align: middle;
}

/* Totals section */
.table.border td {
    font-size: 14px;
    line-height: 1.6;
}

/* Profile / action buttons */
/* .profile-btn {
    display: inline-block;
    background: #222;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    text-align: center;
} */
.profile-btn:hover {
    background: #444;
    text-decoration: none;
}

/* Print button */
.col-sm-12 .profile-btn {
    background: #007bff;
}
.col-sm-12 .profile-btn:hover {
    background: #0056b3;
}

/* Responsive fix */
@media (max-width: 768px) {
    .invoice .text-md-end {
        text-align: left !important;
        margin-top: 10px;
    }
    .table th, .table td {
        font-size: 12px;
    }
}