.kibiz-sticky-footer {
    position: fixed;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    z-index: 2000;
}

.new-item-btn {
    z-index: 3000;
}

.font-sub {
    font-size: 16px;
}

.font-total {
    font-size: 18px;
    font-weight: bolder;
}

.clear {
    clear: both;
    height: 150px;
}

.sales-info-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index: 3000;
    /*right: 3%;*/
    left: 5%;
    top: 71%
}

.kibiz-contact-panel,
#sales-back-btn,
.kibiz-product-panel,
.kibiz-pointer {
    cursor: pointer;
}

.checkout-total-block {
    background-color: #6A92CD;
    color: white;
}

.checkout-numpad td {
    background-color: #6A92CD;
    text-align: center;
    color: white;
    font-size: 24px;
    border: 6px solid white !important;
}

.green-badge {
    background-color: green;
}

.red-badge {
    background-color: red;
}

.print-td,
.print-tr {
    border: 1px solid black;
    border-collapse: collapse;
}

.dropdown-menu {
    background-color: rgb(64, 68, 72);
}

.dropdown-menu a {
    color: white !important;
}

.bottom-div {
    position: fixed;
    bottom: 50px;
}

.line-item-list {
    overflow-y: scroll;
    min-height: 350px;
    height: 80vh;
}

.checkout-sticky {
    position: fixed;
    bottom: 0;
    left: 25%;
    right: 0;
}

@media (max-width: 768px) {
    #sales-contact-container .nav-tabs {
        font-size: 11px;
    }
}