.graph {
    max-height: 275px;
    max-width: 275px;
}


.view-bills {
    font-weight: 550;
}

.table-wrapper-scroll-y {
    display: block;

}

.my-custom-scrollbar {
    position: relative;
    height: 320px;
    overflow: auto;
    width: 100%;
    min-height: 41vh !important
}

.my-custom-scrollbar::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
}



.input-sm {
    height: 30px;
}

.input-sm-2 {
    height: 10px;
}

.report-text {
    font-size: 11px;
}

.ledger-text {
    font-size: 12px;
}

.bill-text {
    font-size: 15px;
}

.my-custom-scrollbar-stock {
    position: relative;
    height: 380px;
    overflow: auto;
    width: 100%;
    min-height: 53vh !important
}

.status-container {
    height: 250px;
    overflow-y: scroll;
    padding: 5px;
}

.my-custom-scrollbar-stock::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
}


.my-custom-scrollbar-ledger {
    position: relative;
    height: 450px;
    overflow: auto;
    width: 100%;
    min-height: 65vh !important
}

.my-custom-scrollbar-ledger::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
}


.my-custom-scrollbar-bill2 {
    position: relative;
    height: 300px;
    overflow: auto;
    width: 100%;
    min-height: 50vh !important
}

.my-custom-scrollbar-bill2::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
}

.pos-code {
    font-weight: 750;
    font-size: 16px;
}

.pos-text {
    font-size: 13px;
}


.pos-card:active + .pos-card,
.pos-card:checked + .pos-card,
.pos-card.active,
.pos-card:active,
.pos-card:focus {
    color: #FFF;
    background-color: rgba(0, 204, 189, .5);
}

.pos-card:hover:not(.disabled):not(:disabled) {
    color: #FFF;
    background-color: rgba(0, 204, 189, .5);
}


.pos-card-wrapper-scroll-y {
    display: block;

}

.my-custom-scrollbar-pos-card {
    position: relative;
    height: 400px;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 55vh !important
}

.my-custom-scrollbar-pos-card::-webkit-scrollbar {
    width: 3px !important;

}


.my-custom-scrollbar-pos-card::-webkit-scrollbar-track {
    background: transparent;
}

.my-custom-scrollbar-pos-card::-webkit-scrollbar-thumb {
    background: transparent;
}

.my-custom-scrollbar-pos-card::-webkit-scrollbar-thumb:hover {
    background: transparent;
}




.order-list-wrapper-scroll-y {
    display: block;

}

.my-custom-scrollbar-order-list {
    position: relative;
    height: 210px;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 30vh !important
}

.my-custom-scrollbar-order-list::-webkit-scrollbar {
    width: 3px !important;

}


.my-custom-scrollbar-order-list::-webkit-scrollbar-track {
    background: transparent;
}

.my-custom-scrollbar-order-list::-webkit-scrollbar-thumb {
    background: transparent;
}

.my-custom-scrollbar-order-list::-webkit-scrollbar-thumb:hover {
    background: transparent;
}




.btn-counter {
    max-height: 30px;
    max-width: 30px;
}


.customer-badge {
    height: 30px;
    width: 30px;
}

.login-cover {
    min-height: 780px;
    max-width: 1200px;
}

.inventory-text {
    font-size: 13px;
}



.match-height > [class*=col] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.match-height > [class*=col] > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.login-logo {
    width: 60px;
     !important
}


.board-title {
    background-color: #f1f1f1;
    padding: 5px 20px;
}

.flex {
    display: flex;
    flex-direction: row;
}

.scrum-board {
    flex: 1;
    padding: 20px;
}

.scrum-board-processing {
    flex: 1;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}




.scrum-task-pending {
    position: relative;
    display: block;
    padding: 10px;
    border: .5px solid #8392ab;
    border-left: 5px solid #8392ab;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    cursor: all-scroll;
}


.scrum-task-processing {
    position: relative;
    display: block;
    padding: 10px;
    border: .5px solid #faae42;
    border-left: 5px solid #faae42;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    cursor: all-scroll;
}


.scrum-task-ready {
    position: relative;
    display: block;
    padding: 10px;
    border: .5px solid #2dce89;
    border-left: 5px solid #2dce89;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    cursor: all-scroll;
}
.scrum-task-delivered {
    position: relative;
    display: block;
    padding: 10px;
    border: .5px solid #0083ff;
    border-left: 5px solid #0083ff;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    cursor: all-scroll;
}



.scrum-board-column {
    // background-color:blue;
    min-height: 200px;
    padding: 10px;
    height: 100%;
}







.today-task-pending {
    position: relative;
    display: block;
    padding: 5px;
    border: .5px solid #8392ab;
    border-left: 5px solid #8392ab;
    margin-bottom: 5px;
    border-radius: 15px;
    background-color: #fff;
}


.today-task-processing {
    position: relative;
    display: block;
    padding: 5px;
    border: .5px solid #faae42;
    border-left: 5px solid #faae42;
    margin-bottom: 5px;
    border-radius: 15px;
    background-color: #fff;
}


.today-task-ready {
    position: relative;
    display: block;
    padding: 5px;
    border: .5px solid #2dce89;
    border-left: 5px solid #2dce89;
    margin-bottom: 5px;
    border-radius: 15px;
    background-color: #fff;
}

.today-task-delivered {
    position: relative;
    display: block;
    padding: 5px;
    border: .5px solid #0083ff;
    border-left: 5px solid #0083ff;
    margin-bottom: 5px;
    border-radius: 15px;
    background-color: #fff;
}

.today-task-returned {
    position: relative;
    display: block;
    padding: 5px;
    border: .5px solid #f5365c;
    border-left: 5px solid #f5365c;
    margin-bottom: 5px;
    border-radius: 15px;
    background-color: #fff;
}

.input-counter {
    max-width: 80px; !important
}

/* Dashboard mobile tuning */
@media (max-width: 767.98px) {
    .admin-dashboard .dashboard-stat-card .card-body {
        padding: 0.75rem !important;
    }

    .admin-dashboard .dashboard-stat-card .row.align-items-center.px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .admin-dashboard .dashboard-stat-card .numbers {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .admin-dashboard .dashboard-stat-card .numbers p {
        font-size: 0.65rem;
        margin-bottom: 0.25rem !important;
        letter-spacing: 0.03em;
    }

    .admin-dashboard .dashboard-stat-card h5 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .admin-dashboard .dashboard-stat-card .icon-shape {
        width: 36px;
        height: 36px;
    }

    .admin-dashboard .dashboard-stat-card .icon-shape i {
        font-size: 0.85rem !important;
    }

    .admin-dashboard .dashboard-controls h5 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }

    .admin-dashboard .dashboard-controls .form-control,
    .admin-dashboard .dashboard-controls .form-select {
        font-size: 0.85rem;
        padding: 0.4rem 0.6rem;
    }

    .admin-dashboard .dashboard-order-card {
        padding: 0.4rem 0.5rem;
        border-radius: 12px;
        margin-bottom: 0.5rem;
    }

    .admin-dashboard .dashboard-order-card .text-xs {
        font-size: 0.7rem !important;
    }

    .admin-dashboard .dashboard-order-card .avatar.avatar-sm {
        width: 28px;
        height: 28px;
    }

    .admin-dashboard .dashboard-order-card .avatar.avatar-sm img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .admin-dashboard #doughnut-chart {
        height: 180px !important;
    }

    .admin-dashboard .chart {
        height: 180px;
    }

    .admin-dashboard .mb-4 {
        margin-bottom: 1rem !important;
    }
}

/* POS accordion list */
@media (max-width: 767.98px) {
.admin-pos .pos-service-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.5rem;
}

.admin-pos .pos-service-accordion {
    border: 1px dashed #ced4da;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-pos .pos-service-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
    background: #f8f9fb;
}

.admin-pos .pos-service-summary::-webkit-details-marker {
    display: none;
}

.admin-pos .pos-service-summary::after {
    content: "+";
    font-weight: 700;
    font-size: 1rem;
    color: #344767;
}

.admin-pos .pos-service-accordion[open] > .pos-service-summary::after {
    content: "-";
}

.admin-pos .pos-service-accordion[open] {
    border-color: #5e72e4;
    box-shadow: 0 10px 24px rgba(23, 43, 77, 0.08);
}

.admin-pos .pos-service-accordion[open] > .pos-service-summary {
    background: #eef1ff;
}

.admin-pos .pos-service-left {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.admin-pos .pos-service-icon {
    width: 28px;
    height: 28px;
}

.admin-pos .pos-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.admin-pos .pos-service-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #344767;
}

.admin-pos .pos-service-body {
    padding: 0.6rem 0.8rem 0.8rem;
    border-top: 1px dashed #e9ecef;
}

.admin-pos .pos-service-types {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
}

.admin-pos .pos-service-type {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
}

.admin-pos .pos-service-type-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.admin-pos .pos-service-type-label {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid #ced4da;
    background: #fff;
    color: #344767;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.admin-pos .pos-service-type-input:checked + .pos-service-type-label {
    background: #5e72e4;
    border-color: #5e72e4;
    color: #fff;
}

.admin-pos .pos-qty-row {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.admin-pos .pos-qty-input {
    font-size: 16px;
    width: 72px;
    max-width: 72px;
    flex: 0 0 72px;
    box-sizing: border-box;
}

/* POS cart row compact layout */
.admin-pos .pos-cart-item-row {
    flex-wrap: nowrap;
    --bs-gutter-x: 0.4rem;
}

.admin-pos .pos-cart-item-title {
    min-width: 0;
}

.admin-pos .pos-cart-item-title h6,
.admin-pos .pos-cart-item-title .text-xxs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-pos .pos-color-input {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 8px;
}

.admin-pos .pos-price-input {
    width: 72px;
    max-width: 72px;
    padding: 0.25rem 0.35rem;
    font-size: 16px !important;
}

.admin-pos .pos-qty-group {
    flex-wrap: nowrap;
    gap: 0.25rem;
}

.admin-pos .pos-qty-field {
    width: 52px;
    max-width: 52px;
    padding: 0.2rem 0.35rem;
    font-size: 16px !important;
}

.admin-pos .pos-customer-input {
    font-size: 16px !important;
}

.admin-pos .order-list-wrapper-scroll-y input.form-control-sm {
    font-size: 16px !important;
}

.admin-pos .pos-qty-btn {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.admin-pos .pos-color-col,
.admin-pos .pos-price-col,
.admin-pos .pos-qty-col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
}

/* POS desktop service cards */
.admin-pos .pos-service-card {
    border: 1px dashed var(--bs-secondary);
    box-shadow: none;
    background: #fff;
    overflow: hidden;
}

.admin-pos .pos-service-button {
    --pos-service-pad-x: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0.4rem var(--pos-service-pad-x) 0.55rem;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.admin-pos .pos-service-button:focus {
    outline: none;
}

.admin-pos .pos-service-divider {
    display: block;
    align-self: stretch;
    border-top: 1px dashed var(--bs-secondary);
    margin: 0.25rem calc(-1 * var(--pos-service-pad-x) - 1px) 0.3rem;
}

/* POS mobile tuning */
@media (max-width: 767.98px) {
    .admin-pos .admin-pos-header h5 {
        font-size: 1rem;
    }

    .admin-pos .admin-pos-header .btn {
        font-size: 0.8rem;
        padding: 0.45rem 0.65rem;
    }

    .admin-pos .card-header {
        padding: 0.75rem !important;
    }

    .admin-pos .card-header .form-control {
        font-size: 0.85rem;
        padding: 0.45rem 0.6rem;
    }

    .admin-pos .pos-service-list {
        padding: 0.4rem;
        gap: 0.5rem;
    }

    .admin-pos .pos-service-summary {
        padding: 0.5rem 0.65rem;
    }

    .admin-pos .pos-service-icon {
        display: none;
    }

    .admin-pos .pos-service-title {
        font-size: 0.85rem;
    }

    .admin-pos .pos-service-body {
        padding: 0.5rem 0.65rem 0.65rem;
    }

    .admin-pos .pos-cart-item-row {
        gap: 0.35rem;
    }

    .admin-pos .pos-color-input {
        width: 28px;
        height: 28px;
    }

    .admin-pos .pos-price-input {
        width: 60px;
        max-width: 60px;
    }

    .admin-pos .pos-qty-field {
        width: 44px;
        max-width: 44px;
    }

    .admin-pos .my-custom-scrollbar-pos-card {
        height: 320px;
        min-height: auto !important;
    }

    .admin-pos .my-custom-scrollbar-order-list {
        height: 180px;
        min-height: auto !important;
    }

    .admin-pos .order-list-wrapper-scroll-y .form-control {
        font-size: 0.8rem;
        padding: 0.25rem 0.4rem;
    }

    .admin-pos .order-list-wrapper-scroll-y .badge {
        padding: 0.25rem 0.35rem;
    }

    .admin-pos .order-list-wrapper-scroll-y .text-xs {
        font-size: 0.7rem !important;
    }

    .admin-pos .card-body .table thead th {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .admin-pos .mb-4 {
        margin-bottom: 1rem !important;
    }
}
