* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

#np-main {
    .navbar {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 9;
        padding: 7px 4rem;
        background-color: #fff !important;
        box-shadow: 0px 4px 4px 0px #ccc;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0px;
        height: 60px;
        .navbar-collapse-wrap {
            align-items: center;
            justify-content: flex-end !important;
        }
        .navbar-brand{
            padding-bottom: 0px;
            img{
                width: 80px;
                height: auto;
            }
        }
        .navbar-nav {
            .nav-item {
                color: rgba(0, 0, 0, .55);
                background-color: #f5f8fa;
                margin-left: 10px;
                padding: 8px 14px;
                border-radius: 3px;
                position: relative;
                text-decoration: none;
                img {
                    width: 18px;
                    height: 18px;
                    margin-top: -1px;
                }
            }
        }

        .show-notification {
            display: block !important;
        }

        .notification {
            display: none;
            width: 280px;
            height: 231px;
            overflow-y: auto;
            position: absolute;
            background-color: #fff;
            box-shadow: 0px 0px 14px 0px #ccc;
            right: 20px;
            top: 57px;
            border-radius: 10px;
            padding: 12px;
            border: 1px solid #cccccca6;
        }

        .show-calci {
            display: block !important;
        }

        .calci-wrap {
            display: none;
            width: 280px;
            height: 241px;
            overflow-y: auto;
            position: absolute;
            background-color: #fff;
            box-shadow: 0px 0px 14px 0px #ccc;
            right: 45px;
            top: 57px;
            border-radius: 10px;
            padding: 12px;
            border: 1px solid #cccccca6;

            ul {
                list-style-type: none;
                padding-left: 0px;
                display: flex;
                align-items: center;
                justify-content: space-around;
                width: fit-content;
                flex-wrap: wrap;
                margin-bottom: 0px;

                li {
                    display: inline-flex;
                    width: 72px;
                    height: 36px;
                    border: 1px solid #ccc;
                    padding: 10px;
                    margin-bottom: 7px;
                    border-radius: 6px;
                    font-size: 18px;
                    align-items: center;
                    justify-content: center;
                    background-color: #fff;
                    box-shadow: 0px 3px 1px 0px #ccc;

                    &:hover {
                        background-color: #0984E3;
                        color: #fff;

                        a {
                            color: #fff;
                        }
                    }

                    a {
                        text-align: center;
                        text-decoration: none;
                        color: #000;
                    }
                }
            }
        }

    }

    .main-top-wrap {
        padding-top: 63px;
    }

    .np-billing-summary-wrap {
        background-color: #ffffff;
        padding: 5px 0px;
        padding-bottom: 0px;
        position: relative;

        .top-order-details {
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 2;
            p {
                color: #000;
                font-size: 15px;
                font-weight: 700;
                margin: 0px;
                padding-left: 15px;
            }
            input{
                width: 27%;
            }

            .customer-dropdown-select {
                display: flex;
                align-items: center;

                .custom-search-wrap {
                    position: relative;

                    .form-control {
                        width: 260px;
                        height: 40px;
                        padding-left: 35px;
                        color: #777;
                        font-weight: 400;
                        font-size: 14px;
                    }

                    img {
                        width: 18px;
                        height: 18px;
                        position: absolute;
                        left: 10px;
                        top: 10px;
                    }
                }

                .Plus-icon-btn {
                    width: 38px;
                    height: 38px;
                    margin-left: 8px;
                    border: 0px;
                    background-color: #5541D7;
                    border-radius: 4px;
                    padding: 7px;
                    margin-right: 5px;

                    img {
                        width: 21px;
                        height: 21px;
                    }
                }
            }
        }

        .table-section {
            height: 355px;
            overflow-y: auto;
            border: 0px;

            .billing-table {
                margin-top: 10px;

                thead {
                    background-color: #E6E6E6;

                    tr {
                        th {
                            font-size: 14px;
                            font-weight: 500;
                            border-bottom: 0px;
                            
                        }
                    }
                }

                tbody {
                    &:nth-child(even) {
                        background-color: #FBFBFB;
                    }

                    tr {
                        

                        td {
                            border-bottom: 0px;

                            .common-td-wrap {
                                display: flex;
                                align-items: center;

                                .close-btn {
                                    border: 0px;
                                    background-color: transparent;
                                    margin-right: 20px;

                                    img {
                                        width: 19px;
                                        height: 19px;
                                    }
                                }
                            }

                            .product-detail-wrap {
                                margin-bottom: 10px;

                                h3 {
                                    font-size: 13px;
                                    color: #5541d7;
                                    font-weight: 500;
                                    margin: 0px;
                                }

                                p {
                                    font-size: 13px;
                                    font-weight: 500;
                                    color: #000;
                                    margin-bottom: 0px;

                                    img {
                                        width: 22px;
                                        height: 16px;
                                        margin-right: 3px;
                                    }
                                }
                            }

                            .Qty-wrap {
                                display: flex;
                                align-items: center;
                                border: 1px solid #CCC5FF;
                                width: fit-content;
                                margin-bottom: 10px;

                                .common-control-btn {
                                    width: 32px;
                                    height: 30px;
                                    background-color: #CCC5FF;
                                    border: 0px;
                                    border-radius: 0px;

                                    img {
                                        width: 32px;
                                        height: 17px;
                                    }
                                }

                                input {
                                    width: 47px;
                                    height: 28px;
                                    text-align: center;
                                    border-radius: 0px;
                                    border: 1px solid transparent;
                                    color: #000;
                                }
                            }

                            .price-wrap {
                                margin-bottom: 10px;

                                input {
                                    width: 70px;
                                    height: 32px;
                                    text-align: center;
                                    color: #000;
                                    border: 1px solid #ccc;
                                    border-radius: 2px;
                                }
                            }

                            .text-wrap {
                                margin-bottom: 10px;

                                input {
                                    width: 60px;
                                    height: 32px;
                                    text-align: center;
                                    color: #000;
                                    border: 1px solid #ccc;
                                    border-radius: 2px;
                                }
                            }

                            .total {
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                                height: 29px;
                                margin-bottom: 10px;

                                p {
                                    color: #000;
                                    font-size: 14px;
                                    font-weight: 400;
                                    margin: 0px;
                                    margin-right: 12px;
                                }

                                .close-btn {
                                    border: 0px;
                                    background-color: transparent;
                                  &:focus{
                                     border: 1px solid #0984E3;
                                  }
                                    img {
                                        width: 19px;
                                        height: 19px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .footer-wrap {
            position: fixed;
            bottom: 0px;
            width: 41.5%;
            border-top: 1px solid #ccc;
            background-color: #fff;

            .items-summary-wrap {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0px 15px;

                p {
                    font-size: 14px;
                    color: #11142D;
                    margin-bottom: 8px;
                }

                h4 {
                    font-size: 15px;
                    font-weight: 600;
                    margin-top: 0px;
                }
            }

            .total-payable-wrap {
                background-color: #00E741;
                padding: 6px;
                display: flex;
                align-items: center;
                justify-content: space-between;

                p {
                    color: #ffffff;
                    font-size: 14px;
                    margin-bottom: 0px;
                }

                h3 {
                    font-size: 15px;
                    margin-bottom: 0px;
                    font-weight: 600;
                    color: #fff;
                    margin-top: 0px;
                }
            }

            .bottom-btn-control-main {
                display: flex;
                align-items: center;
                justify-content: space-between;

                .common-btn-wrap {
                    border: 0px;
                    width: 20%;
                    height: 40px;
                    padding: 8px 0px;
                    color: #fff;
                    font-size: 15px;
                    border: 1px solid #fff;
                    font-weight: 500;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 0px;

                    img {
                        width: 15px;
                        height: 15px;
                        margin-right: 3px;
                    }
                }

                .blue-bg {
                    background-color: #0984E3;
                }

                .red-bg {
                    background-color: #D63031;
                }

                .yellow-bg {
                    background-color: #FABB3D;
                }

                .dark-blue-bg {
                    background-color: #319398;
                }

                .purple-bg {
                    background-color: #5F27CD;
                    border-right: 0px;
                }
            }
        }
    }

    .np-product-detail-wrap {
        background-color: #F7F7FC;
        padding: 5px 0px;
        padding-bottom: 0px;
        position: relative;
        height: 100%;
        .np-product-main-content {
            padding-left: 7px;
            overflow-y: auto;
            height: 545px;
            .product-main{
                margin-top: 15px;
                width: 100%;
                display: inline-block;
            }
            .productList{
                padding-left: 0px;
                margin-bottom: 0px;
                box-shadow: 0px 0px 20px 0px #ccc;
                background-color: #fff;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
                li{
                    list-style-type: none;
                    padding: 5px;
                    font-weight: 400;
                    color: #000;
                    font-size: 15px;
                    &:hover{
                        background-color: #777;
                        color: #fff;
                    }
                }
            }

            .visible-dropdown {
                display: block;
            }

            .top-order-details {
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: sticky;
                top:0px;
                background-color: #f7f7fc;
                z-index: 2;
                .custom-search-wrap {
                    position: relative;
                    width: 100%;

                    .form-control {
                        height: 40px;
                        padding-left: 75px;
                        color: #777;
                        font-weight: 400;
                        font-size: 14px;
                    }

                    .dropdown-btn {
                        border: 0px;
                        background-color: transparent;
                        position: absolute;
                        right: 30px;
                        top: 9px;

                        img {
                            width: 19px;
                            height: 19px;
                        }
                    }

                    .search-icon {
                        width: 21px;
                        height: 21px;
                        position: absolute;
                        left: 8px;
                        top: 10px;
                    }

                    .bar-code-icon {
                        position: absolute;
                        left: 35px;
                        top: 0px;
                        background-color: #E6E6E6;
                        border: 0px;

                        img {
                            width: 30px;
                            height: 39px;
                            padding: 3px;
                        }
                    }

                    .barcode-content {
                        display: none;
                        width: 37%;
                        height: fit-content;
                        position: absolute;
                        top: 42px;
                        left: 0px;
                        background-color: #ffffff;
                        z-index: 999;
                        border-radius: 5px;
                        box-shadow: 0px 0px 8px 0px #ccc;
                        padding: 7px;
                        padding-bottom: 0px;

                        ul {
                            text-decoration: none;
                            list-style: none;
                            padding-left: 0px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;

                            li {
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                background-color: #efefef;
                                border-radius: 5px;
                                box-shadow: 0px 0px 3px 0px #ccc;
                                padding: 2px;
                                width: 30%;
                                .barcode-active-remove{
                                    width: 50px;
                                }
                                button {
                                    color: #5541d7;
                                    font-size: 15px;
                                    font-weight: 400;
                                    width: 23px;
                                    height: 23px;
                                    border-radius: 50px;
                                    border: 0px;
                                    background-color: #fff;
                                    margin: 2px;
                                    img {
                                        width: 20px;
                                        height: 20px;
                                    }
                                    &:hover{
                                        background-color: #5541D7;
                                        color: #fff;
                                    }
                                }
                                .common-alpha-btn{
                                    display: flex;
                                    align-items: center;
                                    justify-content: space-between;
                                }
                            }
                        }
                    }

                    .visible-content {
                        display: block !important;
                    }
                }

                .Plus-icon-btn {
                    width: 38px;
                    height: 38px;
                    margin-left: 8px;
                    border: 0px;
                    background-color: #5541D7;
                    border-radius: 4px;
                    padding: 7px;
                    margin-right: 10px;

                    img {
                        width: 21px;
                        height: 21px;
                    }
                }
            }

            .items-listing-main {
                background-color: #fff;
                padding: 6px;
                border-radius: 5px;
                margin: 0px 8px 15px 0px;
                cursor: pointer;

                &.active-select {
                    box-shadow: 0px 0px 1px 0px #ccc;
                    background-color: #e6ddff;
                }

                p {
                    font-size: 12px;
                    color: #000;
                    font-weight: 400;
                }

                .content-main {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 12px;

                    p {
                        font-size: 11px;
                        color: #42BDA1;
                        font-weight: 300;
                        margin-bottom: 0px;
                    }

                    img {
                        width: 50px;
                        height: 35px;
                        overflow: hidden;
                        border-radius: 7px!important;
                    }
                }
            }

            .add-on-visible {
                display: block !important;
            }

            .addons-wrap {
                .addon-title-wrap {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    background-color: #e9dfdf54;
                    padding: 5px;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;

                    p {
                        font-size: 16px;
                        margin-bottom: 0px;
                        font-weight: 400;
                        color: #000;
                    }

                    button {
                        border: 0px;

                        img {
                            width: 15px;
                            height: 15px;
                        }
                    }
                }

                .addon-listing {
                    padding: 8px 5px;
                    background-color: #E5E5E5;
                    margin-bottom: 18px;
                    padding-bottom: 0px;
                }
            }
        }

        .varitaion-wrap {
            margin-bottom: 15px;

            .variation-title-wrap {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background-color: #e9dfdf54;
                padding: 5px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;

                p {
                    font-size: 16px;
                    margin-bottom: 0px;
                    font-weight: 400;
                    color: #000;
                }

                button {
                    border: 0px;

                    img {
                        width: 15px;
                        height: 15px;
                    }
                }
            }

            .variation-main {
                padding: 10px;
                background-color: #E5E5E5;
                .apply-variation-btn{
                    background-color: #5541d7;
                    border: 1px solid #5541D7;
                    border-radius: 3px;
                    padding: 11px;
                    color: #fff;
                    font-weight: 500;
                    font-size: 15px;
                    margin-top: 10px;
                    margin-bottom: 25px;
                }
                .left-color-selector {
                    background-color: #fff;
                    border-radius: 2px;
                    padding: 10px;
                    height: 135px;
                    overflow-y: auto;

                    p {
                        color: #000;
                        font-size: 14px;
                        margin-bottom: 4px;
                    }

                    .common-colors-btns {
                        display: flow-root;
                        align-items: center;

                        .colors-btn-wrap {
                            border: 1px solid transparent;
                            border-radius: 2px;
                            width: 53px;
                            height: 30px;
                            cursor: pointer;
                        }

                        .color-1 {
                            background-color: #FEC8D8;
                        }

                        .color-2 {
                            background-color: #957DAD;
                        }

                        .color-3 {
                            background-color: #D291BC;
                        }

                        .color-4 {
                            background-color: #FFFFBA;
                        }

                        .color-5 {
                            background-color: #FFB3BA;
                        }

                        .color-6 {
                            background-color: #FFDFD3;
                        }

                        .color-7 {
                            background-color: #D291BC;
                        }

                        .color-8 {
                            background-color: #FFDFD3;
                        }

                        .color-9 {
                            background-color: #FFFFBA;
                        }

                        .color-10 {
                            background-color: #D291BC;
                        }

                        .color-11 {
                            background-color: #957DAD;
                        }

                        .color-12 {
                            background-color: #FEC8D8;
                        }
                    }
                }

                .right-size-selector {
                    background-color: #fff;
                    border-radius: 2px;
                    padding: 10px;
                    height: 135px;
                    overflow-y: auto;

                    p {
                        color: #000;
                        font-size: 14px;
                        margin-bottom: 4px;
                    }

                    .sizes-common-btns {
                        display: flow-root;
                        align-items: center;

                        .common-sizes-btn-wrap {
                            width: 50px;
                            height: 28px;
                            border: 1px solid #cccccc47;
                            border-radius: 2px;
                            cursor: pointer;
                            background-color: #fff;
                            font-size: 13px;

                            &:hover {
                                background-color: #5541D7;
                                color: #fff;
                            }
                        }
                    }
                }
            }
        }

        .footer-card {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            bottom: 0px;
            width: 58.5%;

            .common-card-btn {
                border: 0px;
                width: 50%;
                height: 39px;
                padding: 8px 0px;
                color: #fff;
                font-size: 15px;
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 33px;
                    height: 22px;
                    margin-right: 5px;
                }
            }

            .light-blue-bg {
                background-color: #428BCA;
            }

            .sky-bg {
                background-color: #5BC0DE;
            }

        }
    }
}

.all-items-wrap {
    .item-wrap {
        font-size: 13px;
        text-align: center;
        color: #000;
        font-weight: 500;
        border: 0px;
        width: 100px;
        height: 91px;
        border-radius: 5px;
        border-left: 3px solid #000;
        background-color: #e6ddff;
        margin-bottom: 2px;
        margin-top: 1px;
        margin-right: 3px;
    }
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    // padding: 15px 0px !important;
    padding: 0px 0px 10px 0px!important;
    width: 100%;
    position: relative;
    background-color: #f7f7fc;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    display: inline-flex;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    width: 114.167px!important;
}
.MultiCarousel .MultiCarousel-inner .custom-item{
    width:130px
}
.MultiCarousel .MultiCarousel-inner .custom-item .pad15{
    border-left: solid 3px #000;
}
.MultiCarousel .MultiCarousel-inner .custom-item .pad15 img{
    border-radius: 50%;
}
.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 2px;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 30px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
}

.MultiCarousel {
    .btn {
        font-size: 30px !important;
        color: #FFF !important;

        &:focus {
            box-shadow: unset !important;
        }

        &:focus-visible {
            outline: unset !important;
        }

        &:active {
            &:focus {
                outline: unset !important;
            }
        }
    }

    .MultiCarousel-inner {

       
        .item {
            .pad15 {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background-color: #E6DDFF;
                border-radius: 5px;
                cursor: pointer;

                p {
                    font-size: 13px;
                    text-align: center;
                    color: #000;
                    font-weight: 500;
                    margin-top: 7px;
                }

                img {
                    width: 27px;
                    height: 27px;
                }
            }
        }
    }
}

.blue-border {
    border-left: 3px solid #0984E3;
}

.red-border {
    border-left: 3px solid #D63031;
}

.yellow-border {
    border-left: 3px solid #FABB3D;
}

.dark-blue-border {
    border-left: 3px solid #319398;
}

.purple-border {
    border-left: 3px solid #5F27CD;
}

.customer-modal-wrap {
    .btn-close {
        color: #FF0000;
    }

    .modal-header {
        padding: 5px 15px;

        .modal-title {
            font-size: 18px;
        }
    }

    .form-label {
        font-size: 15px;
        font-weight: 600;
    }

    .form-control {
        background-color: #F7F7FC;
        border-radius: 10px;
        padding: 4px 13px;

        &::placeholder {
            color: #222;
            font-size: 14px;
        }
    }

    .footer-btn-wrap {
        display: flex;
        justify-content: center;
        margin-top: 20px;

        .save-btn {
            background-color: #5541D7;
            color: #fff;
            border: 0px;
            width: 75px;
            line-height: 35px;
            font-size: 16px;
            border-radius: 5px;
        }

        .cancel-btn {
            background-color: #E4E4E4;
            color: #fff;
            border: 0px;
            width: 75px;
            line-height: 35px;
            font-size: 16px;
            border-radius: 5px;
            margin-right: 15px;
        }
    }
}

.no-data-style {
    img {
        width: 50%;
        height: fit-content;
        display: block;
        margin: auto;
    }
}

.discount-modal-wrap {
    .btn-close {
        color: #FF0000;
    }

    .modal-header {
        padding: 5px 15px;

        .modal-title {
            font-size: 18px;
        }
    }

    .main-discount-wrap {
        padding: 25px 35px;
        .discount-content-wrap{
            height: 36%;
            margin-bottom: 2%;
            padding-left: 7px;
            padding-right: 7px;
            .discount-list{
                display: inherit;
                border-bottom: 1px solid black;
                border-radius: 0px;
            }
        }
    }

    .type-wrap {
        margin-bottom: 20px !important;
        h3 {
            font-size: 15px;
            font-weight: 600;
        }

        .type-btns {
            display: flex;
            align-items: center;

            .per-btn {
                border: 0px;
                background-color: #222;
                color: #fff;
                width: 45px;
                line-height: 27px;
            }

            .dollar-btn {
                border: 0px;
                background-color: #D63031;
                color: #fff;
                width: 45px;
                line-height: 27px;
            }
        }
    }

    .discount-no-wrap {
        background-color: #ffffff;
        border-radius: 5px;
        padding: 7px;
        padding-bottom: 0px;

        ul {
            text-decoration: none;
            list-style: none;
            padding-left: 0px;
            display: flex;
            align-items: center;
            justify-content: left;
            margin-bottom: 0px;

            li {
                display: inline-block;

                button {
                    color: #fff;
                    font-size: 14px;
                    font-weight: 500;
                    width: 105px;
                    height: 45px;
                    border-radius: 0px;
                    margin: 1px;
                    border: 0px;
                    background-color: #5BC0DE;
                    cursor: pointer;

                    img {
                        width: 20px;
                        height: 20px;
                    }
                }
            }
        }
    }

    .form-label {
        font-size: 15px;
        font-weight: 600;
    }

    .form-control {
        background-color: #F7F7FC;
        border-radius: 10px;
        padding: 4px 13px;

        &::placeholder {
            color: #222;
            font-size: 14px;
        }
    }

    .footer-btn-wrap {
        display: flex;
        justify-content: center;
        margin-top: 50px;

        .save-btn {
            background-color: #5541D7;
            color: #fff;
            border: 0px;
            width: 75px;
            height: 40px;
            font-size: 16px;
            border-radius: 5px;
            opacity: 4;
            margin-right: 15px;
        }

        .cancel-btn {
            color: #fff;
            border: 0px;
            width: 75px;
            height: 40px;
            font-size: 16px;
            border-radius: 5px;
            background-color: #ccc;
            margin-right: 15px;
        }
    }
}

.payment-modal-wrap {
    .account-details {
        display: inline;
        align-items: center;

        .common-detail-col {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #5541D7;
            padding: 10px;
            float: left;
            border: 1px solid #fff;
            width: 50%;

            p {
                font-size: 13px;
                color: #fff;
                margin-bottom: 0px;
            }
        }
    }

    .form-label {
        font-size: 15px;
        font-weight: 600;
        margin-top: 15px;
    }

    .form-control {
        background-color: #F7F7FC !important;
        border-radius: 10px !important;
        padding: 4px 13px !important;

        &::placeholder {
            color: #222;
            font-size: 14px;
        }
    }

    .payable-wrap {
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;

        .btn {
            width: 100%;
            background-color: #00E741;
            color: #fff;
            border-color: #ccc;

            &:focus {
                box-shadow: unset !important;
            }
            span{
                background-color: red;
                padding: 5px;
                border-radius: 50%;
                width: 18px;
                height: 18px;
                position: absolute;
                top: 3px;
                right: 62px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 15px;
                border: 1px solid #fff;
            }
        }

        .btn1 {
            background-color: #5541D7;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

        .clear-btn {
            background-color: #D63031;
            width: 100%;
            border: 0px;
            color: #fff;
            line-height: 38px;
            font-size: 15px;
        }
    }
}

.hold-order {
    .custom-search-wrap {
        position: relative;
        margin-bottom: 12px;

        .form-control {
            width: 100%;
            height: 40px;
            padding-left: 40px;
            color: #777;
            font-weight: 400;
            font-size: 11px;
            border-radius: 4px;

            &::placeholder {
                color: #777;
                font-size: 13px;
            }
        }

        img {
            width: 18px;
            height: 18px;
            position: absolute;
            left: 12px;
            top: 11px;
        }
    }

    .modal-content {
        height: 80vh;
    }

    .hold-main-body {
        padding: 10px 30px;
        height: 450px;
        overflow-y: scroll;

        .order-list {
            .common-list-wrap {
                display: flex;
                align-items: center;
                margin-top: 4px;
                margin-bottom: 4px;

                .list-wrap {
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    background-color: #F7F7FC;
                    border: 1px solid #DBD7F4;
                    width: 92%;
                    margin-right: 10px;
                    line-height: 40px;
                    border-radius: 3x;
                    cursor: pointer;

                    p {
                        color: #000;
                        font-size: 15px;
                        margin-bottom: 0px;
                        font-weight: 500;
                    }
                }
                .btn-dark{
                    background-color: #F7F7FC;
                    border: 1px solid #DBD7F4;
                    height: 42px;
                    width: 7%;

                    &:focus{
                        box-shadow: unset;
                    }

                }
                .select-wrap {
                    background-color: #5541D7;

                    p {
                        color: #fff;
                    }

                }

                .close-btn-wrap {
                    background-color: #F7F7FC;
                    padding: 5px;
                    width: 48px;
                    height: 42px;
                    border: 1px solid #DBD7F4;
                    border-radius: 3px;

                    img {
                        width: 16px;
                        height: 16px;
                    }
                }
            }
        }
    }
}

.bill-modal-wrap {
    .modal-dialog {
        max-width: 360px;

        .modal-header {
            padding: 7px 20px;

            .modal-title {
                font-size: 18px;
            }

            .btn {
                img {
                    width: 20px;
                    height: auto;
                }
            }
        }

        .main-bill-wrap {
            padding: 20px;

            .top-heading {
                margin-bottom: 10px;

                h3 {
                    text-align: center;
                    font-size: 28px;
                    font-weight: 400;
                    margin-bottom: 0px;
                }
            }

            .common-top-detail {
                margin-bottom: 15px;

                p {
                    font-size: 16px;
                    font-weight: 400;
                    color: #000;
                    margin-bottom: 0px;
                    font-family: sans-serif;
                }
            }

            .order-item-details {
                .item-detail-common {
                    margin-top: 7px;
                    border-bottom: 1px dashed #ccc;
                    padding-bottom: 3px;

                    h4 {
                        font-size: 16px;
                        font-weight: 400;
                        margin-bottom: 0px;
                        font-family: sans-serif;
                        color: #000;
                    }

                    .qty-price-wrap {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;

                        p {
                            font-size: 16px;
                            font-weight: 400;
                            margin-bottom: 0px;
                            font-family: sans-serif;
                            color: #000;
                        }
                    }
                }

                .total-main {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px dashed #ccc;
                    padding: 6px 0px;

                    h3 {
                        font-size: 16px;
                        font-weight: 600;
                        margin-bottom: 0px;
                        font-family: sans-serif;
                        color: #000;
                    }
                }
            }

            .payment-details {
                margin-top: 10px;
                h3{
                    font-size: 17px;
                    text-align: center;
                    font-weight: 700;
                    margin: 15px 0px 5px 0px;
                }
                .gst-table-wrap{
                    thead{
                        tr{
                            background-color: #EEEEEE;
                            th{
                                font-size: 14px;
                                font-weight: 600;
                                margin-bottom: 0px;
                                font-family: sans-serif;
                                color: #000;
                                padding: 5px;
                                border:0px;
                            }
                        }
                    }
                    tbody{
                        tr{
                            td{
                                font-size: 14px;
                                font-weight: 400;
                                margin-bottom: 0px;
                                font-family: sans-serif;
                                color: #000;
                                border-bottom: 1px dashed #ccc;
                            }
                        }
                    }
                }
                .payment-wrap-main {
                    background-color: #EEEEEE;
                    padding: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;

                    p {
                        font-size: 14px;
                        font-weight: 600;
                        margin-bottom: 0px;
                        font-family: sans-serif;
                        color: #000;
                    }
                }

                .payment-content {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px dashed #ccc;
                    padding: 5px;

                    p {
                        font-size: 14px;
                        font-weight: 400;
                        margin-bottom: 0px;
                        font-family: sans-serif;
                        color: #000;
                    }
                }
            }

            .thank-you-msg {
                margin-top: 10px;

                h4 {
                    text-align: center;
                    font-size: 16px;
                    color: #000;
                    font-weight: 600;
                    margin-bottom: 0px;
                }
            }

            .barcode-img {
                display: block;
                margin: auto;
                width: 50%;
                height: auto;
                margin-top: 8px;
            }

            .print-btn {
                width: 100px;
                line-height: 33px;
                border: 2px solid #5541D7;
                border-radius: 5px;
                display: block;
                margin: auto;
                background-color: #fff;
                color: #5541D7;
                font-weight: 500;
                margin-top: 15px;
            }
        }
    }
}

.discount-list {
    background-color: aliceblue;
    border-radius: 3px;
    padding: 10px;
}

/* common css for scroolbar */
/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5541D7;
}

.select2-container--default {
    .select2-selection--single {
        height: 37px !important;

        .select2-selection__rendered {
            padding-left: 45px !important;
            line-height: 35px !important;
        }

        .select2-selection__arrow {
            height: 34px !important;
        }
    }
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    content: "-";
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
}

.accordion-toggle.collapsed .expand-button:after {
    content: "+";
    color: #000;
}

.open {
    right: 0px !important;
}

.setting-modal-wrap {
    position: fixed;
    right: -380px;
    top: 100px;
    transition: all .3s ease-in-out;
    width: 380px;
    z-index: 999;

    .setting-btn {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #8b5cf6;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        box-shadow: -3px 0 4px #ccc;
        cursor: pointer;
        display: flex;
        font-size: 20px;
        left: -36px;
        padding: 8px 8px;
        border: 0px;
        position: absolute;
        top: 8px;
        transition: all .3s ease-in-out;

        img {
            width: 21px;
            height: 21px;
        }
    }

    .setting-content {
        background: #fff;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        position: relative;
        border: 1px solid #cccccc8f;

        .card-header {
            background-color: rgba(10, 2, 30, .03);
            border-bottom: 1px solid rgba(10, 2, 30, .125);
            margin-bottom: 0;
            padding: 0.75rem 1.25rem;
            border-color: rgba(0, 0, 0, .03);

            p {
                margin-bottom: 0px;
                font-size: 14px;
            }
        }

        .card-body {
            padding: 10px 15px;
            background-color: #fff;
        }
    }
}

#loading {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}
.slider-category-content{
   display: none !important;
}
.slider-brand-content{
   display: none !important;
}
.open-slider{
    display: block!important;
}

/* modal list css starts*/
.open-category{
    right: 0px!important;
    display: block!important;
}
.close-cate-wrap{
    right: -340px;
}
.List-category-content{
    background-color: #fff;
    width: 320px!important;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: auto;
    right: -340px;
    transform: translateX(0);
    box-shadow: 0 .5rem 1rem rgba(10,2,30,.15)!important;
    transition: all .3s ease-in-out;
    .heading-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px;
        box-shadow: 0px 2px 12px 0px #ccc;
        height: 60px;
        .close-category{
            border: 0px;
            background-color: #fff;
            img{
                width: 18px;
                height: 18px;
            }
        }
        h3{
            font-size: 21px;
            margin-bottom: 0px;
            font-weight: 500;
            margin-right: 4rem;
            margin-top: 0px;
        }
    }
    .selected{
        background-color: #e6ddff!important;
        border: 1px solid #777;
    }
    .category-content{
        padding: 15px;
        overflow-y: scroll;
        height: 582px;
        .content-wrap{
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 20px 1px #ccc;
            height: 200px;
            display: grid;
            place-items: center;
            margin: 12px 15px;
            cursor: pointer;
            .product-img{
                img{
                    display: block;
                    margin: auto;
                    width: 50%;
                    height: auto;
                    border-radius: 0px!important;
                }
            }
            p{
                text-align: center;
                font-size: 14px;
                color: #000;
                margin-bottom: 0px;
                margin-top: 15px;
                font-weight: 600;
            }
        }
    }
}
.Sub-category-content{
    background-color: #fff;
    width: 320px!important;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: auto;
    right: -340px;
    transform: translateX(0);
    box-shadow: 0 .5rem 1rem rgba(10,2,30,.15)!important;
    transition: all .3s ease-in-out;
    .heading-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px;
        box-shadow: 0px 2px 12px 0px #ccc;
        height: 60px;
        .close-sub-category{
            border: 0px;
            background-color: #fff;
            img{
                width: 18px;
                height: 18px;
            }
        }
        h3{
            font-size: 21px;
            margin-bottom: 0px;
            font-weight: 500;
            margin-right: 4rem;
            margin-top: 0px;
        }
    }
    .selected{
        background-color: #e6ddff!important;
        border: 1px solid #777;
    }
    .category-content{
        padding: 15px;
        overflow-y: scroll;
        height: 582px;
        .content-wrap{
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 20px 1px #ccc;
            height: 200px;
            display: grid;
            place-items: center;
            margin: 12px 15px;
            cursor: pointer;
            .product-img{
                img{
                    display: block;
                    margin: auto;
                    width: 50%;
                    height: auto;
                    border-radius: 0px!important;
                }
            }
            p{
                text-align: center;
                font-size: 14px;
                color: #000;
                margin-bottom: 0px;
                margin-top: 15px;
                font-weight: 600;
            }
        }
    }
}
.brand-List-content{
    background-color: #fff;
    width: 320px!important;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: auto;
    right: -340px;
    transform: translateX(0);
    box-shadow: 0 .5rem 1rem rgba(10,2,30,.15)!important;
    transition: all .3s ease-in-out;
    .heading-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px;
        box-shadow: 0px 2px 12px 0px #ccc;
        height: 60px;
        .close-list{
            border: 0px;
            background-color: #fff;
            img{
                width: 18px;
                height: 18px;
            }
        }
        h3{
            font-size: 21px;
            margin-bottom: 0px;
            font-weight: 500;
            margin-right: 6rem;
            margin-top: 0px;
        }
    }
    .brand-wrap{
        padding: 15px;
        overflow-y: scroll;
        height: 582px;
        .content-wrap{
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 20px 1px #ccc;
            height: 200px;
            display: grid;
            place-items: center;
            margin: 12px 15px;
            cursor: pointer;
            .product-img{
                img{
                    display: block;
                    margin: auto;
                    width: 50%;
                    height: auto;
                    border-radius: 0px!important;
                }
            }
            p{
                text-align: center;
                font-size: 14px;
                color: #000;
                margin-bottom: 0px;
                margin-top: 15px;
                font-weight: 600;
            }
        }
    }
}

.common-modal-btn {
    background-color: #fff !important;
    color: #3b82f6 !important;
    border: 1px solid #3b82f6 !important;
    border-radius: 4px !important;
    width: 98% !important;
    margin: 11px 0px;
    margin-bottom: 0px;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out;
    &:hover {
        background: #3b82f6 !important;
        border-color: #3b82f6;
        box-shadow: 0 8px 25px -8px #3b82f6;
        color: #fff !important;
    }
}

#addProductCartList {
    position: relative;
}

.custom-height {
    height: 140px;
}

.rotate {
    img {
        transform: rotate(180deg);
    }
}

.rotate1 {
    transition: 0.6s ease;

    img {
        transform: rotate(180deg);
    }
}

.hide-table-padding {
    display: none;
}

.hide-table-padding1 {
    display: none;
}

.show-des {
    display: block !important;
}

.show-des1 {
    display: block !important;
}

.expand-button {
    border: 1px solid #5541D7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 10px;

    img {
        width: 16px;
        height: 16px;
    }
}

.expand-button1 {
    border: 1px solid #5541D7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 10px;

    img {
        width: 16px;
        height: 16px;
    }
}

.hide-table-padding {
    border: 1px solid #5541D7;
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    top: 50px;

    thead {
        background-color: transparent;

        tr {
            th {
                font-weight: 500;
                color: #000;

            }
        }
    }

    .main-row {
        width: 100%;
        min-width: 136%;
        padding: 6px 16px;
    }

    .common-col {
        h4 {
            font-size: 14px;
            color: #000;
        }

        p {
            font-size: 14px;
            color: #000;
            margin-bottom: 0px;
        }
    }
}

.hide-table-padding1 {
    border: 1px solid #5541D7;
    width: 90%;
    left: 5%;
    right: 5%;

    thead {
        background-color: transparent;

        tr {
            th {
                font-weight: 500;
                color: #000;

            }
        }
    }

    .main-row {
        width: 100%;
        min-width: 136%;
        padding: 6px 16px;
    }

    .common-col {
        h4 {
            font-size: 14px;
            color: #000;
        }

        p {
            font-size: 14px;
            color: #000;
            margin-bottom: 0px;
        }
    }
}




/* drawer style */
.modal {

    /*From Right/Left */
    &.drawer {

        display: flex !important;

        pointer-events: none;

        * {
            pointer-events: none;
        }

        .modal-dialog {
            margin: 0px;
            display: flex;
            flex: auto;
            transform: translate(25%, 0);

            .modal-content {
                border: none;
                border-radius: 0px;

                .modal-body {
                    overflow: auto;
                }
            }
        }

        &.show {
            pointer-events: auto;

            * {
                pointer-events: auto;
            }

            .modal-dialog {
                transform: translate(0, 0);
            }
        }

        &.right-align {
            flex-direction: row-reverse;
        }

        &.left-align {
            &:not(.show) {
                .modal-dialog {
                    transform: translate(-25%, 0);
                }
            }
        }

    }
}




/* table css starts */

.pcs:after {
    content: " pcs";
}

.cur:before {
    content: "$";
}

.per:after {
    content: "%";
}

/* Table */
table {
    width: 100%;

    th {
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    th,
    td {
        padding: .4em;
    }
}

/* fold table  */
table.fold-table {
    >tbody {

        /* view segment */
        >tr.view {

            td,
            th {
                cursor: pointer;
            }

            td:first-child,
            th:first-child {
                position: relative;
                padding-left: 28px;
                &:before {
                    position: absolute;
                    top: 50%;
                    left: 5px;
                    width: 22px;
                    height: 22px;
                    margin-top: -8px;
                    font: 16px fontawesome;
                    color: #5541d7;
                    font-weight: bold;
                    content: "˅";
                    background-size: 72%;
                    transition: all .3s ease;
                    border-radius: 50%;
                    border: 1px solid #5541d7;
                    display: grid;
                    place-items: center;
                    transform: rotate(-180deg);
                }
            }

            &:nth-child(4n-1) {
                background: #FBFBFB;
            }

            .open {
                color: white;
                &:before {
                    transform: rotate(1deg)!important;
                    color: #333;
                }
            }
            &.open {
                color: white;
                &:before {
                    transform: rotate(1deg)!important;
                    color: #333;
                }
                td:first-child,
                th:first-child {
                    &:before {
                        transform: rotate(1deg)!important;
                        color: #333;
                    }
                }
            }
        }

        /* fold segment */
        >tr.fold {
            display: none;

            &.open {
                display: table-row;
            }
        }
    }
}



/* fold content  */
.fold-content {
    padding: .5em;

    h3 {
        margin-top: 0;
    }

    >table {
        border: 1px solid #5541D7;

        thead {
            background-color: transparent !important;

            tr {
                th {
                    font-weight: 500;
                    font-size: 14px;
                    color: #000;
                }
            }
        }

        >tbody {
            tr {
                td {
                    font-size: 14px;
                    color: #000;
                }
            }
        }
    }
}
.variation{
    background-color: #FBFBFB;
    .variation-content {
        background-color: #FBFBFB;
        padding: 0px 20px;
        h3 {
            margin-top: 0;
        }
    
        >table {
        
            thead {
                background-color: transparent !important;
    
                tr {
                    th {
                        font-weight: 500;
                        font-size: 14px;
                        color: #000;
                    }
                }
            }
    
            >tbody {
                background-color: #FBFBFB!important;
                tr {
                    td {
                        font-size: 14px;
                        color: #000;
                    }
                }
            }
        }
    }
}
.addons{
    background-color: #FBFBFB;
    .addons-content {
        background-color: #FBFBFB;
        padding: 0px 20px;
        h3 {
            margin-top: 0;
        }
    
        >table {
        
            thead {
                background-color: transparent !important;
    
                tr {
                    th {
                        font-weight: 500;
                        font-size: 14px;
                        color: #000;
                    }
                }
            }
    
            >tbody {
                background-color: #FBFBFB!important;
                tr {
                    td {
                        font-size: 14px;
                        color: #000;
                    }
                }
            }
        }
    }
}
.fold-addons{
    display:none;
}
.open-addons{
    display:table-row;
}
.fold-variation{
    display:none;
}
.open-variation{
    display:table-row;
}
.view-addons{
    td:nth-child(1){
        width: auto;
    }
    td:nth-child(2){
        width: 10%;
    }
    td:nth-child(3){
        width: 10%;
    }
    td:nth-child(4){
        width: 19%;
    }

}
.view-variation{
    td:nth-child(1){
        width: auto;
    }
    td:nth-child(2){
        width: 10%;
    }
    td:nth-child(3){
        width: 10%;
    }
    td:nth-child(4){
        width: 19%;
    }

}
.view{
    td:nth-child(1){
        width: auto;
    }
    td:nth-child(2){
        width: 10%;
    }
    td:nth-child(3){
        width: 10%;
    }
    td:nth-child(4){
        width: 19%;
    }

}

.pagination{
    .page-item{
        .page-link{
            border-radius: 50%!important;
            width: 37px;
            height: 37px;
            margin-right: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            &:hover{
                background: #3b82f6 !important;
                color:#fff;
            }
        }
    }
}

@page  
{ 
    size: auto 500mm;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 2mm 2mm 2mm 2mm;  
    p.bodyText {font-family:georgia, times, serif;}
} 

.postion-sticky-wrap{
    position:sticky;
    top: 40px;
    background-color: #f7f7fc;
}
.list-style-none{
    list-style-type: none;
}
.margin-none{
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.padding-none{
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.btn {
    &:focus {
        box-shadow: unset !important;
        outline: unset !important;
    }

    &:focus-visible {
        outline: unset !important;
    }

    &:active {
        &:focus {
            outline: unset !important;
        }
    }
}

.custom-inline-img-wrap{
    display: block;
    -webkit-user-select: none;
    margin: auto;
    background-color: hsl(0, 0%, 90%);
    transition: background-color 300ms;
}

