input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.6;
    filter: invert(0.8);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1
}


::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #b627c0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b627c0;
}

.main-layout {
    max-width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px;
}

.main-layout-content {
    margin: 1rem 1rem 3.75rem 1rem;
}



.graph {
    max-height: 275px;
    max-width: 275px;
}


.footer-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .8rem 1.15rem;

}


.customer-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;

}


.table-wrapper-scroll-y {
    display: block;

}

.my-custom-scrollbar {
    display: block;
    position: relative;
    height: calc(100vh - 364px);
    overflow-x: auto;
    width: 100%;
}

.my-custom-scrollbar::-webkit-scrollbar {
    width: 3px !important;
    height: 2px !important;
}

.pos-search {
    margin-right: -5px;
    padding-left: 1.5rem
}

.input-sm {
    height: 30px;
}

.input-sm-2 {
    height: 10px;
}

.report-text {
    font-size: 11px;
}

.ledger-text {
    font-size: 12px;
}

.tag-text {
    font-size: .7rem;
    font-weight: 500;
}

.addon-text {
    font-size: .75rem;
    font-weight: 450;
}

.bill-text {
    font-size: 15px;
}

.pos-code {
    font-weight: 750;
    font-size: 16px;
}

.pos-text {
    font-size: 13px;
}


.pos-card {
    border: 1px solid rgba(153, 166, 184, .2);
    cursor: pointer;
}

.pos-card:active + .pos-card,
.pos-card:checked + .pos-card,
.pos-card.active,
.pos-card:active,
.pos-card:focus {
    background-color: rgba(153, 166, 184, .1);
}

.pos-card:hover:not(.disabled):not(:disabled) {
    background-color: rgba(153, 166, 184, .1);
}

.btn-counter {
    max-height: 25px;
    max-width: 25px;
    border-radius: 5rem;
     !important
}


.customer-badge {
    height: 30px;
    width: 30px;
}

.login-cover {
    min-height: 780px;
    max-width: 1200px;
}

.inventory-text {
    font-size: 13px;
}

.menu-title {
    margin-top: .3rem;
     !important
}

.employee-list-img {
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
     !important
}

.product-list-img {
    max-width: 45px;
    max-height: 45px;
    min-height: 45px;
    min-width: 45px;
     !important
}

.margin-minus {
    margin-top: -30px;
}

.text-xs {
    font-size: .9rem;
     !important
}

.text-xxs {
    font-size: .75rem;
     !important
}

.text-opacity {
    opacity: .4;
     !important
}


.disable {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}


.pos-img {
    min-height: 70px;
    max-height: 70px;
    min-width: 70px;
    max-width: 70px;
     !important
}

.pos-img {
    max-height: 119px;
     !important
}

.invoice-title {
    font-size: 1.1rem;
     !important
}

.ord-logo {
    max-width: 50px;
     !important
}


.alert-img {
    max-width: 75px;
    max-height: 75px;
     !important
}


.icon-shape {
    height: 50px;
    width: 50px;
}


.coming-soon {
    min-height: 80vh;
}

.body-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 233px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.body-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.body-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.body-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.body-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.more-head {
    display: block;
    position: relative;
    height: calc(100vh - 550px);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


.more-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 173px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.more-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.more-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.more-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.more-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.back-btn {
    height: 25px;
    color: #99a6b8;
    width: 25px;
}

.body-add-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 240px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.body-add-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.body-add-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.body-add-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.body-add-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.invoice-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 322px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.invoice-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.invoice-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.invoice-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.invoice-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.invoice-view-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 166px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.invoice-view-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.invoice-view-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.invoice-view-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.invoice-view-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.transfer-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 264px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.transfer-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.transfer-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.transfer-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.transfer-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.pos-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 314.5px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.pos-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.pos-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.pos-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.pos-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.pos-card-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 314.5px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.pos-card-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.pos-card-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.pos-card-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.pos-card-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.instock {
    font-size: .75rem;
    padding-left: .3rem;
    padding-right: .3rem;
    border-radius: .2rem;
}

.settings-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 105px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.settings-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.settings-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.settings-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.settings-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.settings-tab {
    color: #625f6e;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.settings-tab:hover {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #b627c0;
}

.settings-tab.active,
.settings-tab.active:hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    color: #b627c0;
}

.more-tab {
    padding: 1rem 0rem;
}
.more-tab h5,
.more-tab svg {
    color: #625f6e;
    text-transform: uppercase;
    font-weight: 500;
}

.border-down {
    border-bottom: 1px solid rgba(153, 166, 184, .125)
}

.more-tab h5:hover,
.more-tab svg:hover {
    color: #b627c0;
}

.more-tab.active,
.more-tab.active:hover,
.more-tab.active svg, {
    color: #b627c0;
}

.report-card {
    color: #625f6e;
    border: 1px solid rgba(153, 166, 184, .2);
    padding: 1rem;
    border-radius: .3rem;
    cursor: pointer;
}

.report-card:active + .report-card,
.report-card:checked + .report-card,
.report-card.active,
.report-card:active,
.report-card:focus {
    color: #625f6e;
    background-color: rgba(153, 166, 184, .1);
}

.report-card:hover:not(.disabled):not(:disabled) {
    color: #625f6e;
    background-color: rgba(153, 166, 184, .1);
}


.report-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 126px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.report-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.report-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.report-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.report-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.empty-height {
    min-height: 550px;
}

.invoice-info {
    text-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;

}


.profile-tab {
    color: #625f6e;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 1rem;
}

.profile-tab:hover {
    color: #b627c0;
}

.profile-tab.active,
.profile-tab.active:hover {
    color: #b627c0;
}

.profile-scroll {
    display: block;
    position: relative;
    height: calc(100vh - 167px);
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.profile-scroll::-webkit-scrollbar {
    width: 3px !important;

}

.profile-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.profile-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.profile-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.footer-menu {
    border-top: 1px solid rgba(153, 166, 184, .125);
    padding: 0px !important;
    box-shadow: 0px -3px 20px #eceef2;
}

.footer-menu .row {
    margin: 0px;
}

.footer-menu .col {
    padding: 0px;
    
}

.footer-menu .col a {
    color: #99a6b8;
    padding: 1rem;
    display: block;
    font-weight: 500;
}

.footer-menu .col a svg:hover {
    color: #b627c0;
}

.footer-menu .col a.active svg,
.footer-menu .col a.active svg:hover {
    color: #b627c0;
}


.footer-menu .col a.active {
    background: rgba(182, 39, 192, .1);
    border-right: 1px solid rgba(182, 39, 192, .2);
    border-left: 1px solid rgba(182, 39, 192, .2);
    border-top: 1px solid rgba(182, 39, 192, .2);
    border-bottom: 1px solid rgba(182, 39, 192, .2);
}


.footer-menu .col.selected a {
    color: #dc3545;
    background: #f8f9fa;
}



.custom-options-checkable .custom-option-item {
    width: 100%;
    cursor: pointer;
    border-radius: .357rem;
    color: #99a6b8;
    background-color: transparent;
    border: 1px solid #D8D6DE;
}

.custom-options-checkable .custom-option-item .custom-option-item-title {
    color: #99a6b8
}

.custom-option-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.custom-option-item-check:checked + .custom-option-item {
    color: #b627c0;
    background-color: rgba(182, 39, 192, .12);
    border-color: #b627c0
}

.custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
    color: #b627c0
}

.avatar {
    white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #FFF;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600
}

.avatar .avatar-content {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: .857rem
}