a.navbar-brand.brand-logo-mini img {
    width: 100px !important;
    height: 100px !important;
    max-width: unset !important;
}
.dashboard-card{
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 2px 15px rgba(0,0,0,0.04);
    height:100%;
}

.welcome-card{
    background:linear-gradient(135deg,#4f46e5,#7c3aed);
    border-radius:20px;
    padding:30px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:150px;
}

.welcome-card h3{
    font-weight:700;
    margin-bottom:10px;
}

.welcome-card p{
    opacity:.9;
    margin:0;
}

.sales-target-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    height:100%;
    box-shadow:0 2px 15px rgba(0,0,0,0.04);
}

.stats-card{
    background:#fff;
    border-radius:18px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 2px 15px rgba(0,0,0,0.04);
    transition:.3s;
}

.stats-card:hover{
    transform:translateY(-4px);
}

.stats-card .icon{
    width:58px;
    height:58px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.stats-card h6{
    color:#777;
    margin-bottom:6px;
}

.stats-card h3{
    font-weight:700;
    margin-bottom:5px;
}

.card-header-custom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.card-header-custom h5{
    margin:0;
    font-weight:600;
}

.table th{
    border:none;
    color:#666;
    font-size:14px;
}

.table td{
    border-color:#f1f1f1;
    vertical-align:middle;
    font-size:14px;
}

.activity-item{
    display:flex;
    gap:14px;
    padding:16px 0;
    border-bottom:1px solid #f1f1f1;
}

.activity-item h6{
    margin-bottom:4px;
    font-size:15px;
    font-weight:600;
}

.activity-item p{
    margin:0;
    color:#777;
    font-size:13px;
}

.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    margin-top:6px;
}

.progress{
    border-radius:50px;
    overflow:hidden;
}

.page-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:20px;
}

.page-header h3{
    font-weight:700;
}

.page-header p{
    color:#777;
}

.header-btns{
    display:flex;
    gap:12px;
}

.order-stat-card{
    background:#fff;
    border-radius:18px;
    padding:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 15px rgba(0,0,0,0.04);
}

.order-stat-card span{
    color:#777;
    font-size:14px;
}

.order-stat-card h4{
    font-weight:700;
    margin-top:8px;
}

.stat-icon{
    width:55px;
    height:55px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.filter-card,
.table-card{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 2px 15px rgba(0,0,0,0.04);
}

.custom-input{
    height:48px;
    border-radius:12px;
    border:1px solid #e5e7eb;
}

.custom-input:focus{
    box-shadow:none;
    border-color:#4f46e5;
}

.table-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.table-header h5{
    font-weight:600;
    margin:0;
}

.table-actions{
    display:flex;
    gap:10px;
}

.order-table th{
    color:#777;
    font-size:14px;
    border:none;
    padding:16px;
}

.order-table td{
    padding:18px 16px;
    vertical-align:middle;
    border-color:#f1f1f1;
}

.customer-info{
    display:flex;
    align-items:center;
    gap:12px;
}

.customer-info img{
    width:45px;
    height:45px;
    border-radius:50%;
    object-fit:cover;
}

.customer-info h6{
    margin-bottom:3px;
    font-size:14px;
    font-weight:600;
}

.customer-info span{
    color:#777;
    font-size:12px;
}

.badge-status,
.badge-payment{
    padding:8px 14px;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
}

.completed{
    background:#dcfce7;
    color:#16a34a;
}

.pending{
    background:#fef3c7;
    color:#d97706;
}

.processing{
    background:#dbeafe;
    color:#2563eb;
}

.paid{
    background:#dcfce7;
    color:#16a34a;
}

.unpaid{
    background:#fee2e2;
    color:#dc2626;
}

.pagination-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-top:25px;
}

.pagination-wrapper p{
    color:#777;
    margin:0;
}

.page-link{
    border:none;
    color:#555;
    border-radius:10px !important;
    margin:0 3px;
}

.page-item.active .page-link{
    background:#4f46e5;
}

.dropdown-menu{
    border:none;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:10px;
}

.dropdown-item{
    border-radius:10px;
    padding:10px 14px;
}

.dropdown-item:hover{
    background:#f5f7fb;
}
a.navbar-brand.brand-logo img {
    display: block;
}
.dt th {
    background-color: #00000017;
    padding: 16px !important;
}
.dt-search input {
    padding: 10px !important;
    border-radius: 10px !important;
}
.dt-layout-row {
}
.dt td {
    padding: 15px !important;
}
div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-color: #0000000f !important;
}
.dt-paging-button {
    border: solid 1px #0000003b !important;
    border-radius: 10px !important;
    margin-left: 10px !important;
    cursor: pointer !important;
}
button.dt-paging-button.current {
    background: #e5b206 !important;
    color: #fff !important;
}
div#DataTables_Table_0_info {
    color: #000000b8;
}
table.dt {
    margin-bottom: 20px !important;
}
.btn-danger {
    background-color: #ff5100;
}
.product-card  .card-body {
    padding: 15px;
}
.product-card  .card-header {
    padding: 15px;
    border-color: #0000001c;
    background-color: #fff;
}
span.select2 {
    width: 100% !important;
    display: block;
}
.select2-container--default .select2-selection--multiple {
    padding: 6px 0px 10px !important;
    border: solid 1px #00000026 !important;
}
.select2-selection__choice__display {
    padding: 30px 10px !important;
}
li.select2-selection__choice {
    height: 25px;
    font-size: 16px !important;
    padding-top: 3px !important;
}
button.select2-selection__choice__remove {
    height: 22px;
    border: none !important;
    background: none !important;
}
ul.nav.nav-tabs.mb-4 {
    border: none;
    background-color: #0000000a;
    padding: 10px;
    border-radius: 10px;
    overflow: auto !important;
    flex-wrap: nowrap;
}
ul.nav.nav-tabs.mb-4 button {
    background-color: #00000012;
    border-radius: 10px;
    margin-right: 6px;
    color: #000;
}
button.nav-link.active {
    background-color: var(--primary-color) !important;
}
.form-control {
    border-radius: 10px;
}
.form-control:focus {
    border-color: #000 !important;
}
.badge {
    border-radius: 50px;
}
ul.pagination {
    column-gap: 10px;
}
.custom-pagination-wrapper {
    padding-top: 25px;
}
.page-link {
    padding: 3px 15px;
    background: #e9ecef;
}
.color-option {
    cursor: pointer;
}

.color-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #ddd;
    transition: 0.3s;
}

.color-option input:checked + .color-circle {
    border: 3px solid #fff;
    transform: scale(1.1);
    box-shadow: 0px 0px 20px -4px #000;
}

@media(max-width:991px){

    .page-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .pagination-wrapper{
        flex-direction:column;
        align-items:flex-start;
    }

}

@media(max-width:991px){

    .welcome-card{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

}