html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    overflow: auto;
}
/* Login page*/
.login-background {
    /*background: #F7F7F7;
    background-position: left right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url(~/../../Images/Login-background.png)*/
    /*background-image: linear-gradient(69.42deg, #2567C9 -1.85%, #267DFF 98.26%);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    background: rgb(33,112,230);
    background: linear-gradient(132deg, #2567C9 25%, #267DFF 61%, #fff 61%, rgba(255, 255, 255, 1) 100%);
}

.form-login {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    font-size: 1.3rem;
}

.login-card {
    margin-top: 30%;
    padding: 20px;
}

.form-group {
    margin-bottom: 10px
}

.login-card label {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.btn-login {
    background: #0a7e0a;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 20px;
}

    .btn-login:hover {
        color: #FFFFFF;
        background: #ffef04;
    }
/*.half-cut-background {
    position: relative;
    width: 100%;*/ /* Adjust the width as needed */
/*height: 100%;*/ /* Adjust the height as needed */
/*background: linear-gradient(69.42deg, #2567C9 -1.85%, #267DFF 98.26%);
    clip-path: polygon(0 0, 100% 0, 60% 60%, 0 100%);*/ /* Adjust the polygon shape */
/*}*/
.login-section {
    position: relative;
    width: 100%; /* Adjust the width as needed */
    height: 100%; /* Adjust the height as needed */
    background: transparent;
}


.button {
    padding: 15px 25px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #ffef04;
    background-color: #0a7e0a;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #ffef04;
}

    .button:hover {
        background-color: #3e8e41
    }

    .button:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #ffef04;
        transform: translateY(8px);
    }

.wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.front a:active {
    transform: translateY(1px);
}

.box {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    padding: 60px 40px;
    background: #fff;
    text-align: center;
    position: relative;
}

    .box .form-group {
        text-align: left;
    }

    .box input {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .box input {
        width: 100%;
        box-sizing: border-box;
        box-shadow: none;
        outline: none;
        border: none;
        border-bottom: 2px solid #999;
    }

    .box form .form-group {
        position: relative;
    }

    .box form div label {
        position: absolute;
        top: 10px;
        left: 0;
        color: #999;
        transition: 0.5s;
        pointer-events: none;
    }

    .box input:focus ~ label,
    .box input:valid ~ label,
    .box input:-webkit-autofill ~ label {
        top: -12px;
        left: 0;
        color: red;
    }

    .box input:focus,
    .box input:valid {
        border-bottom: 2px solid red;
    }

.password-toggle {
    position: absolute;
    top: 30%;
    right: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.box .i {
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 45px
}

.mt-200px {
    margin-top: 150px;
}

.box img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.btn-info {
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: none;
    font-size: 20px;
    background: transparent;
    border-color: transparent;
    color: #000;
}

    .btn-info:hover, .btn-info:focus {
        color: #0a7e0a;
        background: transparent;
        border: transparent;
        box-shadow: none
    }

.popover-container {
    /*position: relative;*/
    display: inline-block;
}

/* Style for the popover content */
.popover-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    width: 250px;
    top: 40px;
    right: 10px;
    z-index: 1;
}

/* Style for the popover button */
.popover-button {
    cursor: pointer;
}

.popover-button-copy {
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #0a7e0a;
    padding: 0px;
    border-radius: 10px;
    float: left;
    border-color: transparent;
}

.popover-button-close {
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000;
    padding: 0px;
    border-radius: 10px;
    float: right;
    border-color: transparent;
}

.deviceid {
    font-size: 18px;
    margin-bottom: 10px
}

.logo img {
    max-width: 200px
}
/*Dashboard*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 0px 20px;
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    #header.fixed-top {
        height: 40px;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.8px;
        font-family: "Poppins", sans-serif;
    }

        #header .logo a {
            color: #222222;
        }

            #header .logo a span {
                color: #106eea;
            }

        #header .logo img {
            max-height: 40px;
        }

.scrolled-offset {
    margin-top: 70px;
}
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 18px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

.content-box-container {
    border-radius: 7px;
    width: 100%;
    background: #1ec91e;
    display: flex;
    padding: 15px;
    margin-bottom: 12px;
    transition: all .3s;
    box-shadow: 5px 5px 7px #00000040, 1px 1px 2px #00000040, -2px -2px 2px #fff, -6px -4px 6px #fff;
}

    .content-box-container:hover {
        background: #fff;
    }

        .content-box-container:hover .content-main {
            border: 1px solid #1ec91e;
        }

            .content-box-container:hover .content-main h3 {
                color: #1ec91e;
            }

    .content-box-container a {
        width: 100%;
        text-decoration: none;
    }

.content-main {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    /*padding: 20px;*/
    align-items: center;
    height: 100%;
}

.icon-container {
    /* width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px #4294ff, 0 0 0 3px #fff;*/
}

    .icon-container img {
        border-radius: 50px;
        /*width: 75px;*/
        box-shadow: 0 0 0 2px #1ec91e, 0 0 0 3px #fff;
    }

.content-main h3 {
    color: #fff;
    padding-top: 7px;
    /*font-size: 30px;*/
    padding-left: 0px;
}

.main {
    margin-top: 0px
}

.logout {
    font-size: 17px;
    padding: 5px 10px;
    display: flex;
    background: #fff;
    border: 1px solid #d7d7db;
    align-items: center;
}

    .logout:hover {
        background: #d7d7db;
        color: #000
    }

    .logout i {
        margin-right: 10px
    }

.sales .form-control {
    border-color: #0a7e0a;
    font-size: .8rem;
}

.sales .form-select {
    border-color: #0a7e0a;
    font-size: .8rem;
}

.sales .form-label {
    color: #0a7e0a;
    font-size: 13px;
}

.list-btn {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    /*margin-top: 32px;*/
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px 3px;
}

.list-btnc {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    margin-top: 10px;
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px 3px;
}

.list-btnd {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    margin-top: 6px;
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px 3px;
}

.list-btna {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    margin-top: 0px;
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.back-arrow {
    background: #0a7e0a;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    padding: 0px 5px;
    margin-right: 20px;
    border: 1px solid #0a7e0a;
}

    .back-arrow:hover {
        background: #fff;
        color: #0a7e0a;
    }

h4.top-barhed {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.sales {
    margin-top: 10px;
    overflow-x: hidden
}

.mr-2 {
    margin-right: 10px;
}

.bal {
    font-size: 17px;
    color: green;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right
}

    .bal span {
        color: #000
    }

.bg-grey {
    background: #eee !important;
}

.table-sales thead {
    color: #0a7e0a;
}

.itemname-column {
    width:70%;
}

.max-width200px {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#tblItemDetails td:nth-child(2) {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-container {
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    margin-bottom: 10px;
}

    /* Adjust scrollbar width */
    .table-container::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .table-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .table-container::-webkit-scrollbar-thumb {
        background: #0a7e0a;
    }

        /* Handle on hover */
        .table-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

section.sale-item {
    overflow-x: hidden;
    /*position: fixed;*/
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #2767c9;
    border-radius: 10px 10px 0px 0px;
}

.form-btn {
}

.sale-item .form-control {
    border-color: #fff;
    font-size: .8rem;
    padding: 0.375rem 0.15rem;
}





.sale-item .col,
.sale-item .col-md-1,
.sale-item .col-md-2,
.sale-item .col-md-3,
.sale-item .col-md-4,
.sale-item .col-md-5,
.sale-item .col-md-6,
.sale-item .col-md-7,
.sale-item .col-md-8 {
    padding-right: calc(var(--bs-gutter-x) * .2) !important;
    padding-left: calc(var(--bs-gutter-x) * .2) !important;
}

.form-item .col,
.form-item .col-md-1,
.form-item .col-md-2,
.form-item .col-md-3,
.form-item .col-md-4,
.form-item .col-md-5,
.form-item .col-md-6,
.form-item .col-md-7,
.form-item .col-md-8 {
    padding-right: calc(var(--bs-gutter-x) * .4) !important;
    padding-left: calc(var(--bs-gutter-x) * .4) !important;
}

.add-btn {
    background: #009609;
    border: 1px solid #009609;
    color: #fff;
    width: 100%;
    padding: 6px 5px;
    margin-top: 23px;
    border-radius: 10px;
    min-width: 40px;
}

.clear-btn {
    background: #0000fe;
    border: 1px solid #0000fe;
    color: #fff;
    width: 100%;
    padding: 6px 5px;
    margin-top: 23px;
    border-radius: 10px;
    min-width: 40px;
}

.mt-9px {
    margin-top: 7px;
}

.form-item {
    background: #fff;
    border-radius: 9px;
}

.sale-whiteblock {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}

.labels {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.save-btna {
    background: #009609;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: none;
    border-color: #009609;
}

.print-btna {
    background: #003789;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: none;
    border-color: #003789;
}

.exit-btna {
    background: #bc0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: none;
    border-color: #bc0000;
}

.billamount {
    width: 100%;
    font-size: 20px;
    border: 1px solid #399186;
    padding: 8px 10px;
    border-radius: 10px
}

@media (max-width: 768px) {
    /* Add specific styles for screens smaller than 768px (e.g., tablets and mobile devices) */
    .sales-modal .modal-dialog {
        margin: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 576px) {
    .sales-modal .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

.login-modal .modal-body {
    max-height: calc(100vh - 200px); /* Adjust as needed to leave room for header and footer */
    overflow-y: auto;
}

.login-modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 20px;
}

.login-modal .modal-title {
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0px;
    text-align: center;
}

.login-modal .form-label {
    margin-bottom: 0.5rem;
    color: #3e3a3a;
    font-size: 17px;
    font-weight: 500;
}

.btn-sessionlogin {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    /* margin-top: 32px; */
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px 33px;
}

.sales-modal .modal-body {
    max-height: calc(100vh - 60px); /* Adjust as needed to leave room for header and footer */
    overflow-y: auto;
    min-height: 500px
}

    .sales-modal .modal-body.full {
        max-height: calc(100vh - 50px) !important; /* Adjust as needed to leave room for header and footer */
    }

.sales-modal .modal-dialog {
    border-radius: 20px;
}

    .sales-modal .modal-dialog .modal-content {
        background: #eee;
    }

.sales-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
}

.sales-modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: green;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #ffff;
    /* z-index: 1060; */
}

.sales-modal .close span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sales-modal .form-label {
    margin-bottom: 0.5rem;
    color: #0a7e0a;
}

.sales-modal .full .form-label {
    margin-bottom: 0.5rem;
    color: #3e3a3a;
}

.require {
    color: red;
    font-size: 11px;
}

.sales-modal .form-select {
    border-color: #0a7e0a;
}

.sales-modal .input-group {
    border: 1px solid green;
}

.sales-modal .table-container {
    max-height: calc(100vh - 100px);
}

    .sales-modal .table-container.inventory {
        max-height: 310px !important;
    }

.popicon {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
}

.popicona {
    position: absolute;
    right: 5%;
    bottom: 15%;
}

@media (max-width: 576px) {


    .list-btn, .list-btnRecept {
        margin-top: 26px !important;
    }

    .list-btna {
        font-size: 13px !important;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .col {
        flex: 1 0 50% !important;
    }
}

@media (max-width: 750px) {
    .col {
        flex: 1 0 20% !important;
    }

    .list-btn, .list-btnRecept {
        margin-top: 26px !important;
    }
}

@media (max-width: 1000px) {


    .list-btn, .list-btnRecept {
        margin-top: 32px;
    }

    .col {
        flex: 1 0 0%;
    }
}

@media (min-width: 1000px) {


    .list-btn, .list-btnRecept {
        margin-top: 32px;
    }

    .col {
        flex: 1 0 0%;
    }
}

.homeIndex {
    overflow-x: hidden;
    margin-top: 50px;
}

.list-btnRecept {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    /* margin-top: 32px; */
    background: #003789;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px 5px;
}

.recepit-savebtn {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: #009609;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.recepit-printbtn {
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: #003789;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.recepit-clearbtn {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: grey;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.recepit-exitbtn {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: #bc0000;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.viewbtn {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid blue;
    margin-top: 0px;
    background: blue;
    color: #fff;
    border-radius: 10px;
    width: 45%;
    padding: 5px;
}

.recepit-printbtn {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #000;
    margin-top: 0px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    width: 45%;
    padding: 5px;
}

.recepit-clearbtn50 {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: grey;
    color: #fff;
    border-radius: 10px;
    width: 45%;
    padding: 5px;
}

.recepit-exitbtn50 {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: #bc0000;
    color: #fff;
    border-radius: 10px;
    width: 45%;
    padding: 5px;
}

.applybtn {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    margin-top: 0px;
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.btn-groups {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.align-item-end {
    align-items: end;
    display: flex;
}

.inventorylist {
    position: absolute;
    right: 2%;
    bottom: 7%;
    padding: 0px 10px;
    /*background: #baf6ab;*/
    border: 1px solid #baf6ab;
}

.inventorylistx {
    position: absolute;
    right: 8%;
    /* bottom: 3%; */
    bottom: 7%;
    padding: 0px 10px;
    /*background: #baf6ab;*/
    border: 1px solid #baf6ab;
}

.table-h {
    max-height: 400px;
    overflow-y: auto;
}

.locationtableh {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.locationtable {
    padding: 0px;
    margin-top: 0px;
    border-radius: 10px;
    /*background: #fff;*/
    /*box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;*/
    margin-bottom: 20px;
}

    .locationtable .table tbody,
    .locationtable .table td,
    .locationtable .table tfoot,
    .locationtable .table th,
    .locationtable .table thead,
    .locationtable .table tr {
        border-color: transparent !important;
        border-style: solid;
        border-width: 0;
    }

    .locationtable .table {
        border-collapse: separate;
        border-spacing: 1px 10px;
    }

        .locationtable .table th {
            background: #1ec91e;
            padding: 10px 15px;
            color: #fff;
        }

        .locationtable .table td {
            padding: 10px 15px;
            background: #fff;
        }

            .locationtable .table td:nth-child(1) {
                border-radius: 20px 0px 0px 20px;
            }

            .locationtable .table td:last-child {
                border-radius: 0px 20px 20px 0px;
            }

        .locationtable .table th:nth-child(1) {
            border-radius: 20px 0px 0px 20px;
        }

        .locationtable .table th:last-child {
            border-radius: 0px 20px 20px 0px;
        }
    /* Adjust scrollbar width */
    .locationtable::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .locationtable::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .locationtable::-webkit-scrollbar-thumb {
        background: #0a7e0a;
    }

        /* Handle on hover */
        .locationtable::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (min-width: 100px) {
    .sales-padding {
        padding: 15px;
    }

    .sale-whiteblock {
        padding: 15px 20px;
    }

    .form-item {
        padding: 20px 10px;
    }

    .locationuser {
        padding: 20px 10px;
    }

    .homeIndex {
        padding: 20px 10px;
    }

    .content-main {
        padding: 20px 5px;
    }

        .content-main h3 {
            font-size: 17px;
        }

    .icon-container img {
        width: 40px;
    }

    .table-sales {
        margin-top: 0px;
        /*min-height: 300px;*/
    }

    .table-container {
        max-height: 350px;
    }

    .sale-item .form-label {
        color: #fff;
        font-size: 13px;
    }

    .sale-item .form-select {
        font-size: .8rem;
        border-color: #fff;
    }

    section.sale-item {
        overflow-x: hidden;
        position: relative;
        /*padding: 10px*/
    }
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .sales-padding {
        padding: 5px 10px;
    }

    .sale-whiteblock {
        padding: 5px 20px 0px 20px;
    }

    .form-item {
        padding: 5px 5px;
    }

    .locationuser {
        padding: 20px 10px;
    }

    .homeIndex {
        padding: 20px 20px;
    }

    .content-main {
        padding: 20px 5px;
    }

        .content-main h3 {
            font-size: 20px;
        }

    .icon-container img {
        width: 55px;
    }

    .table-sales {
        margin-top: 0px;
        /* min-height: 300px;*/
    }

    .table-container {
        max-height: 250px;
    }

    .sale-item .form-label {
        color: #fff;
        font-size: 11px;
    }

    .sale-item .form-select {
        font-size: .8rem;
        border-color: #fff;
        padding: 0.375rem 0.25rem 0.375rem 0.15rem;
    }

    section.sale-item {
        overflow-x: hidden;
        position: relative;
        /*padding: 10px*/
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .sales-padding {
        padding: 15px;
    }

    .sale-whiteblock {
        padding: 15px 20px;
    }

    .form-item {
        padding: 20px 10px;
    }

    .locationuser {
        padding: 20px 10px;
    }

    .homeIndex {
        padding: 20px 20px;
    }

    .content-main {
        padding: 20px;
    }

        .content-main h3 {
            font-size: 20px;
        }

    .icon-container img {
        width: 75px;
    }

    .table-sales {
        margin-top: 0px;
        /*min-height: 420px;*/
    }

    .table-container {
        max-height: 450px;
    }

    .sale-item .form-label {
        color: #fff;
        font-size: 13px;
    }

    .sale-item .form-select {
        font-size: .8rem;
        border-color: #fff;
    }

    section.sale-item {
        overflow-x: hidden;
        position: fixed;
        /* padding: 10px*/
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .sales-padding {
        padding: 15px;
    }

    .sale-whiteblock {
        padding: 15px 20px;
    }

    .form-item {
        padding: 20px 10px;
    }

    .locationuser {
        padding: 20px 10px;
    }

    .homeIndex {
        padding: 20px 20px;
    }

    .content-main {
        padding: 20px;
    }

        .content-main h3 {
            font-size: 30px;
        }

    .icon-container img {
        width: 75px;
    }

    .table-sales {
        margin-top: 0px;
        /* min-height: 300px;*/
    }

    .table-container {
        max-height: 350px;
    }

    section.sale-item {
        overflow-x: hidden;
        position: relative;
        /* padding: 10px*/
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .sales-padding {
        padding: 10px 40px;
    }

    .sale-whiteblock {
        padding: 15px 40px;
    }

    .form-item {
        padding: 10px 40px;
    }

    .locationuser {
        padding: 20px 40px;
    }

    .homeIndex {
        padding: 20px 40px;
    }

    .content-main {
        padding: 20px;
    }

        .content-main h3 {
            font-size: 30px;
        }

    .icon-container img {
        width: 75px;
    }

    .table-sales {
        margin-top: 0px;
        /* min-height: 300px;*/
    }

    .table-container {
        max-height: 350px;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
    .sales-padding {
        padding: 10px 40px;
    }

    .sale-whiteblock {
        padding: 15px 40px;
    }

    .form-item {
        padding: 10px 40px;
    }

    .locationuser {
        padding: 20px 40px;
    }

    .homeIndex {
        padding: 20px 40px;
    }

    .content-main {
        padding: 20px;
    }

        .content-main h3 {
            font-size: 30px;
        }

    .icon-container img {
        width: 75px;
    }

    .table-container {
        max-height: 350px;
    }
}

.contact-info {
    color: #0a7e0a;
    font-size: 17px;
    margin-bottom: 0px;
}

    .contact-info i {
        font-style: normal;
        margin-right: 10px;
    }

        .contact-info i.fa-phone-square {
            transform: rotate(90deg);
        }

    .contact-info a {
        color: #0a7e0a;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer;
    }

.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -10px;
}

    .flex-container > div {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }

.col-flex-2 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.col-flex-3 {
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}

.col-flex-4 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
}

.col-flex-itemcode {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-flex-1 {
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
}

.mt-8px {
    margin-top: 8px;
}

@media (max-width: 630px) {
    .col-flex-2 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-flex-3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-flex-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-flex-itemcode {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-flex-1 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.mr-1 {
    margin-right: 3px;
}

#txtBillAmount {
    max-width: 100%;
    width: inherit;
    border-color: transparent;
    text-align: right;
    font-size: 18px;
}

.billamount p {
    text-wrap: nowrap;
    margin-bottom: 0px;
}

.custom-ok-button {
    background-color: green;
    color: white;
}


.custom-cancel-button {
    background-color: red;
    color: white;
}

.text-right {
    text-align: right !important;
}

    .text-right.text-primary {
        font-weight: 600;
    }

.text-Sucess {
    color: green;
    font-weight: 600;
}

.psd-toggle {
    position: absolute;
    bottom: 3px;
    background: transparent;
    border-color: transparent;
    right: 10px;
}

.btn-sessioninventory {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1ec91e;
    /* margin-top: 32px; */
    background: #1ec91e;
    color: #fff;
    border-radius: 10px;
    /* width: 100%; */
    padding: 5px 13px;
}

.inventory-clearbtn50 {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #0a7e0a;
    margin-top: 0px;
    background: grey;
    color: #fff;
    border-radius: 10px;
    /* width: 35%; */
    padding: 5px 20px;
}
