[data-theme="dark"] body {
    background: #333334 !important;
    color: #c4c4c4;


}

body {
    height: 100vh!important;
    color: #ebedf3 !important;
}


.dropdown-toggle:before {
    display:none!important;
}

#sidebar-container{
    padding-top: 56px!important;
}

#content-area{
    padding-top: 56px!important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,212,102, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.navbar-toggler {
    border-color: rgb(255, 212, 102) !important;
}

.sidebar-heading {
    border-bottom: solid 1px #6c6c6c;
}

.navbar {
    background-color: #252526!important;
    border-bottom: solid 1px #6c6c6c;
}

.nav-link {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    color: #dee2e6;
}

.nav-link:hover {
    background-color: rgba(58, 132, 241, 0.65) !important;
    color: #dee2e6;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.nav-link.active {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.activeSub{
    border: 1px #818182 solid!important;
}

#SalesTopBar{
    height: 70px;
}

#SalesContainer{
    min-height: calc(100vh - 70px);
}
#SalesLeftSide{
    position: relative;
    background: #333334 !important;
}
#SalesRightSide{
    background: #252526!important;

}


.SalesPriceContainer {
    position: unset;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: #dee2e6 solid 1px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #303134;
    overflow: auto;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .SalesPriceContainer {
        position: absolute;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        margin-left: initial;
        margin-right: initial;
    }
}

.SalesPriceContainer div{
    float: right;
}

.SalesPriceContainer p span:last-child{
    float: right;
}

.SalesTotalPrice{
    font-size: 1.5em;
}

.SalesHeading{
    border-left: solid #0d6efd 4px;
    padding: 5px;
    background: #333333;
}

#LoadingView{
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 31, 35, 0.79);
}

#LoadingView img{
    position: absolute;
    width: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


:root {
    --main-bg-color: #009d63;
    --main-text-color: #1ba0e1;
    --second-text-color: #bbbec5;
    --second-bg-color: #c1ddef;
}

.primary-text {
    color: var(--main-text-color);
}

.second-text {
    color: var(--second-text-color);
}

.primary-bg {
    background-color: var(--main-bg-color);
}

.secondary-bg {
    background-color: var(--second-bg-color);
}

.rounded-full {
    border-radius: 100%;
}

#wrapper {
    overflow-x: hidden;
    background-color: #333334;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
    background-color: #252526;
    border-right: solid 1px #6c6c6c;

    height: 100vh;
    max-height:100vh;




}

#sidebar-wrapper .list-group{
    box-sizing: border-box;
    height: 90vh;
    max-height:85vh;
    overflow: auto;
    background-color: #252526;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
    height: 100vh;
    overflow: auto;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;

}

#menu-toggle {
    cursor: pointer;
}

.list-group-item {
    border: none;
    padding: 20px 30px;
}

.list-group-item.active {
    background-color: transparent;
    color: var(--main-text-color);
    font-weight: bold;
    border: none;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
        overflow-x: hidden!important;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}


#QuickAccess h4 {
    font-size: 1.1em;
}

.canvasjs-chart-credit
{
    display: none !important;
}


.shadow-sm-cus {
    box-shadow: 0 0.125rem 0.25rem #232323 !important;
}

.lock-input-text {
    cursor: pointer;
    color: #000000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8d8d8d;
}

.sales_input input {
    height: 75px!important;
}

.paymentButtons button {
    height: 75px!important;
    font-size: 1.2em;
}

.screenKeyboardActive{
    color: #ffc720!important;
}


#ScreenKeyboard {
    position: fixed!important;
    bottom: 0;
    padding: 10px;
    height: 350px;
    z-index: 2000;

    margin: auto;

    background-color: #111112;

    border: 2px #7d5f01 solid;
    text-align: center;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#KeyNumber {
    min-width: 500px;
}

#ScreenKeyboardToolbar {
    margin-right: 5px;
    margin-bottom: 8px;
}

#ScreenKeyboard .keyboard_row {
    margin-top: 10px;
}

#ScreenKeyboard button{
    color: #dee2e6;
    min-width: 50px;
}

#ScreenKeyboard button:focus {
    background-color: #323232;
}

#ScreenKeyboard .spaceKey {

}


.cursor-pointer {
    cursor: pointer;
}

input.noArrow::-webkit-outer-spin-button,
input.noArrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.noArrow[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.MoneyCounterCash {
    font-size: 1.5em;
}
