@media (max-width: 767px) {
    .main-header .navbar-custom-menu {
        float: none !important;
        display: block !important;
    }

    .main-header .navbar-custom-menu .dropdown-menu {
        left: auto !important;
    }

    .skin-blue-light .main-header .navbar .dropdown-menu li a {
        color: #777;
    }

    .main-header .navbar {
        height: auto;
    }

    .product-image-grid,
    .image-grid {
        display: block;
    }

    .product-image-grid > div.product__picture {
        height: 27rem;
        width: auto;
    }

    .product-image-grid > div > img,
    .image-grid > div.variant_pictures > img {
        height: 25rem !important;
    }

    .product-image-grid,
    .image-grid {
        --gap: 14px !important;
        --num-cols: 2 !important;
        --row-height: auto !important;
        --row-width: auto !important;
    }

    .pos-header > div > div > div {
        display: block;
    }

    .pos-header .is__name {
        font-size: 15px !important;
        white-space: nowrap;
        position: absolute;
        right: 4%;
        bottom: 3rem;
    }

    .pos-header .is__picture {
        width: 10rem !important;
    }

    .pos-header .action-end div:nth-of-type(2) {
        margin-left: 0 !important;
    }

    .pos_create_modal .modal-body form#add_pos_sell_form .row-pos-body {
        display: contents !important;
    }

    .row-pos-body .pos-off-before {
        background-color: #ffffff;
        display: inline-table;
    }

    .pos_create_modal
        .modal-body
        form#add_pos_sell_form
        .row-pos-body
        .pos-off-before {
        display: block !important;
        margin-top: 2rem;
    }

    .pos_create_modal
        .modal-body
        form#add_pos_sell_form
        .row-pos-body
        .pos-off-before
        .product-thumbnail-small {
        width: auto !important;
        height: auto !important;
    }

    .pos_create_modal
        .modal-body
        form#add_pos_sell_form
        .row-pos-body
        > div
        > div {
        display: block !important;
    }

    form#posBusinessSelectForm .options-list.active {
        position: absolute;
        bottom: 4rem;
    }

    .custom-switch-indicator {
        min-width: 3.5rem !important;
    }

    .grid-row {
        display: table;
        width: max-content;
    }

    div.view_modal_destroy
        > div.modal-dialog
        > div.modal-content
        > form
        > div.modal-footer-destroy
        > div.form-group-sb {
        display: flex;
        width: auto;
    }
}

:root {
    --i-card-unthemed-bg-color: #ebeef2;
    --highcharts-neutral-color-0: #ffffff;
    --highcharts-dashboards-blue: #077af1;
    --highcharts-dashboards-green: #20d17e;
    --highcharts-dashboards-orange: #feaa61;
    --highcharts-dashboards-green-transparent: #20d17e30;
}

div.pos-card,
div.card-unthemed,
div.card-default {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #c3e1ff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 40, 100, 0.12); */
    min-height: 4.5rem;
}

div.card-default {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

div.pos-card.active,
div.pos-card:hover {
    background-color: #077af1;
    cursor: pointer;
}

div.off-card.active,
div.off-card:hover {
    background-color: #f5f5f5 !important;
}

div.pos-card[disabled] {
    background-color: #f5f5f5;
    cursor: not-allowed;
    border: 0;
}

div.pos-card[disabled] span,
div.pos-card[disabled]:hover {
    color: #cccccc !important;
    border: 0;
}

div.row-cards div.pos-card div > span.stamp-md {
    position: absolute;
    left: 1.5rem;
}

div.pos-card.active div > span.stamp-md svg path,
div.pos-card.active div > span.stamp-md svg rect,
div.pos-card.active div > a > svg circle,
div.pos-card.active div > div > h4 > a > small,
div.pos-card:hover div > span.stamp-md svg path,
div.pos-card:hover div > span.stamp-md svg rect,
div.pos-card:hover div > a > svg circle,
div.pos-card:hover div > div > h4 > a > small,
div.pos-card.first-active:hover div > div > h4 > a > small,
div.pos-card.first-active:hover div > span.stamp-md svg path {
    fill: #ffffff !important;
    color: #ffffff !important;
}

div.pos-card.first-active div > div > h4 > a > small,
div.pos-card.first-active div > span.stamp-md svg path {
    color: #077af1 !important;
    fill: #077af1 !important;
}

div.pos-card-unthemed,
div.card-unthemed {
    background-color: var(--i-card-unthemed-bg-color);
}

div.pos-card-unthemed-hover:hover,
div.card-unthemed:hover,
div.card-unthemed.active,
div.pos-card-unthemed-hover.active {
    background-color: var(--i-card-unthemed-bg-color);
    /* border: 1px solid #077af1; */
    border-left: 4px solid #077af1;
}

div.pos-card-unthemed .card-body div a,
div.card-unthemed .card-body div a {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
}

div.pos-card-unthemed .card-body div div.icon-container,
div.card-unthemed .card-body div div.icon-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

div.pos-card div.status-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 4px 4px 0 0;
}

div.card-bordered {
    border: 0.5px solid #cccccc;
    border-radius: 4px;
}

div.card-header {
    color: inherit;
    display: flex;
    align-items: center;
    background: 0 0;
    padding: 1rem 1.5rem;
}

div.pos-card div.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    color: inherit;
}

div.pos-card div.card-body h3.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}

div.pos-card div.card-body button {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 4px;
    padding: 0.5rem;
    margin-inline: 9%;
}

div.pos-card .bg-card-primary + .card-body .btn {
    background-color: #c3e1ff;
}

div.pos-card .bgpb-primary + .card-body .btn {
    background-color: #e8eca9;
}

div.pos-card .bgps-primary + .card-body .btn {
    background-color: #89cea0;
}

div.pos-card .bg-error + .card-body .btn {
    background-color: #e79b9b;
}

.stamp {
    color: #fff;
    display: flex;
    min-width: 2rem;
    padding: 0 0.25rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}

.stamp-md {
    min-width: 2.5rem;
    line-height: 2.5rem;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}

div#posOffcanvasEnd.show + .page-body .stick-bottom {
    z-index: -1;
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--tblr-offcanvas-width);
    height: var(--tblr-offcanvas-height);
    border-left: var(--tblr-offcanvas-border-width) solid
        var(--tblr-offcanvas-border-color);
    transform: translateX(100%);
    overflow-y: auto;
}

div#contactOffCanvasEnd,
div#productOffCanvasEnd,
div#personSaleOffCanvasEnd,
div#transporterOffCanvasEnd {
    --tblr-offcanvas-with: 70em;
    width: var(--tblr-offcanvas-with);
}

div#contactOffCanvasEnd .offcanvas-header,
div#personSaleOffCanvasEnd .offcanvas-header,
div#transporterOffCanvasEnd .offcanvas-header,
div#standardizedOffCanvasEnd .offcanvas-header {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    width: -webkit-fill-available;
}

div#contactOffCanvasEnd .offcanvas-header a,
div#personSaleOffCanvasEnd .offcanvas-header a,
div#transporterOffCanvasEnd .offcanvas-header a,
div#productOffCanvasEnd .offcanvas-header a {
    position: absolute;
    right: 4em;
}

div#contactOffCanvasEnd .offcanvas-body,
div#personSaleOffCanvasEnd .offcanvas-body,
div#transporterOffCanvasEnd .offcanvas-body,
div#standardizedOffCanvasEnd .offcanvas-body {
    margin-top: 8rem;
    margin-bottom: 6rem;
    overflow-y: auto;
}

div.offcanvas-end form div.offcanvas-body div.modal-edit-image,
div#contactOffCanvasEnd .offcanvas-body div.edit-user-profile,
div#personSaleOffCanvasEnd .offcanvas-body div.edit-user-profile,
div#transporterOffCanvasEnd .offcanvas-body div.edit-user-profile,
form#quick_add_contact .modal-body .box-profile .edit-image,
div#productOffCanvasEnd .offcanvas-body div.edit__product-image {
    position: absolute;
    top: -10px;
    right: -10px;
}

div.offcanvas-end .offcanvas-footer {
    position: fixed;
    bottom: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: end;
    width: -webkit-fill-available;
    background-color: var(--offcanvas-footer-bg-color);
}

#offcanvasFinallize {
    --tblr-offcanvas-with: 633px;
    width: var(--tblr-offcanvas-with);
}

#offcanvasConditionalList {
    --tblr-offcanvas-with: 90rem;
    width: var(--tblr-offcanvas-with);
}

#offcanvasOrdersList {
    --tblr-offcanvas-with: 60vw;
    width: var(--tblr-offcanvas-with);
}

.posoffcanvas.offcanvas-end {
    top: 8rem;
    transform: translateX(100%);
    border-radius: 4px;
    right: 8px;
    left: 10px;
    z-index: 0;
    --tblr-offcanvas-transition: transform 0.15s;
}

.offcanvas-end.closed {
    transform: translateX(100%);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--tblr-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--tblr-offcanvas-color);
    visibility: hidden;
    background-color: var(--tblr-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--tblr-offcanvas-box-shadow);
    transition: var(--tblr-offcanvas-transition);
}

.offcanvas-header {
    border-bottom: 1px solid rgba(4, 32, 69, 0.14);
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--tblr-offcanvas-padding-y) var(--tblr-offcanvas-padding-x);
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--tblr-offcanvas-padding-y) var(--tblr-offcanvas-padding-x);
    overflow-y: auto;
}

.offcanvas-backdrop.show {
    opacity: 0.24 !important;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #182433;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --tblr-offcanvas-zindex: 1045;
    --tblr-offcanvas-width: 400px;
    --tblr-offcanvas-height: 100vh;
    --tblr-offcanvas-padding-x: 1.5rem;
    --tblr-offcanvas-padding-y: 1.5rem;
    --tblr-offcanvas-color: black;
    --tblr-offcanvas-bg: #ffffff;
    --tblr-offcanvas-border-width: 0.1px;
    --tblr-offcanvas-border-color: #dfdfdf;
    --tblr-offcanvas-box-shadow: 0 0.125rem 2.25rem rgba(0, 0, 0, 0.075);
    --tblr-offcanvas-transition: transform 0.5s;
    --tblr-offcanvas-title-line-height: 1.4285714286;
    --offcanvas-footer-bg-color: #FFFFFF;
}

.offcanvas#standardizedOffCanvasEnd {
    --tblr-offcanvas-zindex: 9999;
    --tblr-offcanvas-width: 1200px;
}

#online_indicator {
    font-size: 8px;
    vertical-align: middle;
}

.f-right {
    float: right;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-1r {
    margin-bottom: 1rem;
}

.discount-badge {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    padding: 7px;
}

.discount-badge-small {
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 12px;
    padding: 6px;
}

.product-info-table td,
.product-info-table th {
    font-size: 12px;
}

.catalogue {
    max-height: 127px;
    margin: auto;
    margin-bottom: 18px;
}

.catalogue-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.select-grid-line {
    background-color: #1ecab8;
}

.bg-light-gray {
    background-color: #f8f8f8 !important;
}

.bg-partial {
    background-color: #23d068 !important;
}

.bg-due {
    background-color: #fa52e9 !important;
}

.bg-paid {
    background-color: #246b19 !important;
}

.p-5-5 {
    padding: 5px 5px !important;
}

.m-4 {
    margin: 4px;
}

.bb-3-b {
    border-bottom: 3px solid #618bf8;
}

.border-bottom-left-19{
    border-bottom-left-radius: 19px;
}

.skin-black .main-header,
.skin-black-light .main-header {
    color: #525f7f !important;
}

.skin-black .main-header .navbar .nav .open > a {
    color: #999 !important;
}

.skin-black .main-header .navbar .nav > li > a:hover {
    color: #999 !important;
}

.skin-black .main-header .navbar > .sidebar-toggle:hover {
    color: #999 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.table-pdf thead tr {
    background-color: #357ca5 !important;
    color: #fff;
}

.table-pdf thead tr th {
    color: #fff !important;
}

.blue-heading {
    background-color: #357ca5;
    color: #fff;
}

.table-pdf .odd {
    background-color: #dce6f1;
}

.p-1vmax {
    padding: 1vmax;
}

.p-4 {
    padding: 4px;
}

.p-10 {
    padding: 10px !important;
}

.pi-10 {
    padding-inline: 10px !important;
}

.jquery-top-scrollbar {
    height: 6px !important;
}

.jquery-top-scrollbar div {
    height: 6px !important;
}

.scroll-top-bottom {
    width: 100%;
    overflow: scroll;
}

.scroll-top-bottom::-webkit-scrollbar {
    height: 6px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 42px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 7px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 6px;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fas {
    padding-top: -10px;
}

.scroll .fas {
    font-size: 25px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.f-left {
    float: left;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.bd-loading-modal-lg .modal-dialog {
    display: flex;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
    color: white;
    justify-content: center;
    align-content: center;
}

.bd-loading-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.span-loader {
    display: table;
    position: absolute;
    left: 12rem;
    bottom: 2rem;
}

.btn-loader {
    position: absolute;
    left: 30px;
    font-size: 20px;
    bottom: auto;
}

.span-text-loading {
    display: flex;
    font-size: 14px;
    justify-content: center;
    font-weight: bold;
}

.table-pdf {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 8px 10px;
}

.td-border td,
.td-border th {
    border-bottom: 1px solid lightgrey;
    padding: 8px 5px;
}

.ws-nowrap {
    white-space: nowrap;
}

.btn-app > .fas,
.btn-app > .fab {
    font-size: 20px;
    display: block;
}

.dropdown-menu > li > a > .fas {
    margin-right: 6px;
}

.dropdown-menu > li > .form-group-sa > .item-i {
    display: block;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    white-space: nowrap;
    background-color: #077af1;
    border: 0;
    padding: 0.25rem 1rem;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-3r {
    margin-bottom: 3rem;
}

.pos-form-actions {
    height: auto;
    padding-top: 12px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0px;
    background-color: #d1d5dc;
    width: 100%;
    z-index: 1000;
}

.title-font {
    font-weight: 400 !important;
    font-size: 17px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.p-1-5r {
    padding: 1.5rem !important;
}

.p-3r-no-pb {
    padding: 3rem 3rem 0rem 3rem !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.main-header .sidebar-toggle:before {
    content: "" !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.title-primary {
    font-size: large !important;
    color: #777575;
}

.text-white {
    color: #fff;
}

.text-title-secondary {
    color: #1476d8;
}

.wizard > .steps > ul > li {
    width: 50% !important;
}

.wizard > .content {
    color: #000;
    background: #f8f8f8 !important;
}

legend {
    color: #fff;
    margin-bottom: 6px;
    border-bottom: none;
}

.left-col {
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.76),
            rgba(51, 51, 51, 0.32)
        ),
        url(../img/home-bg.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
}

.left-col-content {
    color: #1a7bf9;
    width: 100%;
}

.login-header {
    font-size: 27px;
    font-weight: 600;
}

.login-header a {
    color: #fff;
}

.form-header {
    font-size: 18px;
    margin: 16px 0;
}

.btn-login {
    padding: 6px 52px !important;
}

.right-col {
    background-color: #243949;
    height: 100%;
    min-height: 100vh;
}

.right-col a,
.text-white a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.right-col a:hover,
.text-white a:hover {
    color: #ccc;
}

.right-col-content {
    padding: 10% 16%;
    padding-bottom: 3%;
}

.right-col-content-register {
    padding: 2% 8%;
}

div.eq-height-row .right-col .box-login {
    border-color: #e6edff;
    padding-top: 25px;
    padding-bottom: 20px;
}

div.eq-height-row .left-col-content .ellipse-content:first-child {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

div.eq-height-row
    .left-col-content
    .ellipse-content:first-child
    div:nth-child(1) {
    position: relative;
    left: 33rem;
    top: -25px;
}

div.eq-height-row
    .left-col-content
    .ellipse-content:first-child
    div:nth-child(2) {
    position: relative;
    top: -81px;
}

div.eq-height-row .left-col-content .ellipse-content:last-child {
    position: absolute;
    bottom: -65px;
    left: 0;
}

div.eq-height-row
    .left-col-content
    div.form-group
    label[for="a-insta"]
    div.input-group {
    border: 0.5px solid white;
    top: 0.3em;
    border-radius: 14px;
    width: 35rem;
}

div.eq-height-row .right-col .password-reset-form {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

div.eq-height-row .right-col .password-reset-form .box {
    width: 100%;
    max-width: 515px;
    padding: 20px;
    height: 18rem;
    margin-top: 26%;
}

div.eq-height-row .left-col-content label[for="a-face"] div.input-group {
    border: 0.5px solid white;
    top: 0.3em;
    border-radius: 14px;
    width: 35rem;
}

div.eq-height-row
    .left-col-content
    label[for="a-face"]
    div.input-group
    a#a-face {
    position: absolute;
    left: 0px;
    right: 0;
    height: 100%;
    top: 0;
    gap: 6rem;
}

div.eq-height-row .left-col-content label[for="a-insta"] div.input-group {
    border: 0.5px solid white;
    top: -0.7em;
    border-radius: 14px;
    width: 35rem;
}

div.eq-height-row
    .left-col-content
    label[for="a-insta"]
    div.input-group
    a#a-insta {
    position: absolute;
    left: 0px;
    right: 0;
    height: 100%;
    top: 0;
    gap: 6rem;
}

div.eq-height-row .right-col div[data-role="btn_register"] {
    text-align: end;
    padding: 14px 0px;
}

div.eq-height-row .right-col div[data-role="btn_register"] > a[role="button"] {
    color: #5b74a9;
    background-color: #c8d2e2cc;
}

div.eq-height-row .right-col div > p.form-header {
    font-size: xx-large;
    margin: 6px 0;
    font-size: xx-large;
}

div.eq-height-row .right-col .login-form:nth-child(2) {
    padding: 21% 22%;
}

div.login-form .card .card-body .form-group.has-error .form-control {
    border-color: transparent;
}

div.eq-height-row .right-col .business-register-form {
    margin-top: -28%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    display: -ms-inline-grid;
    align-items: center;
}

*/ .input_inline {
    width: 100%;
    display: inline-flex;
}

.input_inline input,
.input_inline span {
    width: 50%;
}

.bg-manufacturing {
    background-color: #ff851b;
}

.img-thumbnail {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border 0.2s ease-in-out;
    padding: 4px;
    margin: 3px;
    text-align: center;
}

.pos-header .is__picture {
    position: relative;
    width: 10rem;
    max-width: 100%;
    height: 70px;
    background-color: #fff;
    border-radius: 2px;
    transition: border 0.2s ease-in-out;
    padding: 4px;
    margin: 3px;
    text-align: center;
    border: 0 !important;
}

.img-thumbnail > .badge {
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 9px;
    font-weight: 400;
    cursor: pointer;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
    max-height: 350px;
}

.bg-aqua-lite {
    background-color: #7fffd4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
}

.spacer {
    margin-top: 20px;
}

#product_list_body {
    max-height: 485px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 2px; */
}

.div-overlay {
    cursor: not-allowed;
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.d-inline-table {
    display: inline-table;
}

.label-round {
    font-size: 8px;
    border-radius: 44%;
}

.table > tbody + tbody {
    border-top: 0;
}

.table-pl-12 td,
.table-pl-12 th {
    padding-left: 12px !important;
}

table tbody td.pl-20-td {
    padding-left: 20px !important;
}

table.table-border-center > tbody > tr > td:first-child,
table.table-border-center > thead > tr > th:first-child,
table.table-border-center > tfoot > tr > td:first-child {
    border-right: 1px solid darkgray;
}

table.table-border-center-col > tbody > tr > td:nth-child(2),
table.table-border-center-col > thead > tr > th:nth-child(2),
table.table-border-center-col > tfoot > tr > td:nth-child(2) {
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
}

.accordion-button:not([aria-expanded="false"]) .accordion-button-toggle {
    transform: rotate(-180deg);
}

table>tbody>tr.border-primary>td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-row-paid {
    background-color: #deffde;
}

.bg-row-due {
    background-color: #fbeaea;
    color: #7b7676;
}

.mb-0 {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    font-size: 18px;
    font-weight: 600;
}

.table-transparent,
.table-transparent th {
    background-color: transparent !important;
    color: #000 !important;
}

.td-full-width {
    white-space: nowrap;
}

.font-17 {
    font-size: 17px !important;
}

table.dataTable tbody > tr.selected {
    background-color: #b0bed9;
}

tr.footer-total > td {
    vertical-align: middle !important;
}

.error {
    color: red !important;
}

/*  pos tab */
div.pos-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

div.pos-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.pos-tab-menu div.list-group {
    margin-bottom: 0;
}

div.pos-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.pos-tab-menu div.list-group > a .glyphicon,
div.pos-tab-menu div.list-group > a .fa {
    color: #5a55a3;
}

div.pos-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.pos-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.pos-tab-menu div.list-group > a.active,
div.pos-tab-menu div.list-group > a.active .glyphicon,
div.pos-tab-menu div.list-group > a.active .fa {
    background-color: #3c8dbc;
    color: #ffffff;
    border-color: #3c8dbc;
}

div.pos-tab-menu div.list-group > a.active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #3c8dbc;
}

div.pos-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active) {
    display: none;
}

.add-product-price-table th {
    background-color: #5cb85c;
    color: white;
}

.blue-header th {
    background-color: #3c8dbc;
    color: white;
}

.table-th-green th {
    background-color: #5cb85c;
    color: white;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; */
    opacity: 1;
}

.active-cell {
    border: 2px dotted #3c8dbc !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-none {
    cursor: none !important;
}

.cursor-text {
    cursor: text in !important;
}

.no-pointer-events {
    pointer-events: none;
}

.pos_product_div {
    min-height: 62vh;
    max-height: 57vh;
    overflow-y: auto;
}

@media screen and (min-width: 991px) and (max-width: 1700px) {
    .pos_product_div {
        min-height: 40vh;
        max-height: 49vh;
        overflow-y: auto;
    }
}

.bg-lightgray {
    background-color: #f0eded !important;
}

.balance_due_box > li {
    padding: 11px 5px 0px 5px;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 200px;
    padding-inline: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

/*
.select-wrapper::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(7, 122, 241, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 22%;
    padding: 0.4375rem 2.25rem .4375rem .75rem;
    position: absolute;
    bottom: 0;
    right: 0;
} */

.select-wrapper:hover select {
    background-color: #f0f0f0;
}

.select-wrapper select option {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0 !important;
}

.select-wrapper select option::after {
    content: "";
    background-color: #02468c;
}

.select-wrapper select option:hover,
.select-wrapper select option:active,
.select-wrapper select option:target,
.select-wrapper select option:visited .select-wrapper select option[selected] {
    color: rgba(255, 255, 255, 1);
}

.option-div {
    padding: 15px;
    background-color: #d2d6de;
    color: #333;
    border: 1px solid #d2d6de;
    cursor: pointer;
}

.option-div input[type="radio"] {
    display: none;
}

.option-div-group .icon {
    color: #d33724;
    display: none;
}

.option-div-group .option-div:hover {
    border: 1px solid gray;
}

.option-div-group .active .icon {
    display: block;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.bg-info {
    background-color: #1b82ec !important;
}

.bg-info > a {
    color: #ffffff !important;
}

.bg-info > a:hover {
    background-color: #337ab7 !important;
}

ul.dt-button-collection {
    background-color: #00c0ef;
}

td.details-control {
    background: url("/img/details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url("/img/details_close.png") no-repeat center center;
}

.icheckbox_square-blue,
.iradio_square-blue {
    margin-right: 10px;
}

.header-right-div {
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}

.header-left-div {
    margin-top: 15px;
    display: inline-flex;
}

.m-8 {
    margin: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.m-5 {
    margin: 5px;
}

.ml-1r {
    margin-left: 1rem;
}

.icon-link {
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.icon-link > a {
    display: grid;
}

.icon-link > .badge {
    position: absolute;
    top: 20px;
    right: 67px;
}

.link-des {
    display: inline-block;
    text-align: left;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border: none;
    height: auto;
    width: 100%;
    max-height: 120px;
}

.bg-light-green {
    background-color: #98d973 !important;
    color: #fff !important;
}

.hover-q {
    font-size: 16px;
    margin-left: 3px;
    cursor: help;
}

.input-group-addon .hover-q {
    margin-left: 0px;
}

.text-bold {
    font-weight: bold;
}

.tour .popover-content {
    padding: 18px 14px;
}

.table-slim > tbody > tr > td,
.table-slim > tbody > tr > th,
.table-slim > tfoot > tr > td,
.table-slim > tfoot > tr > th,
.table-slim > thead > tr > td,
.table-slim > thead > tr > th {
    padding: 1px;
}

/* Custom scroll bar start*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Custom scroll bar end*/

.product_cell {
    height: 100px;
    padding: 1%;
}

.product_cell_div {
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden;
}

/*CSS to print receipts*/
.print_section {
    display: none;
}

@media print {
    .print_section {
        display: inline !important;
    }

    .modal-xl {
        width: 100% !important;
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    #toast-container {
        display: none;
    }
}

.input-number .btn-default {
    background-color: #9acd3200;
    padding: 6px 9px;
}

.width-50 {
    width: 50% !important;
}

.width-40 {
    width: 40% !important;
}

.width-60 {
    width: 60% !important;
}

.width-100 {
    width: 100% !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-23 {
    font-size: 23px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-side-15 {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 14px !important;
    padding: 0px 5px;
}

.custom-switches-stacked .custom-switch {
    margin-bottom: 0.5rem;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switch-description {
    padding: 0px 10px;
}

.custom-switch-input:checked ~ .custom-switch-description {
    color: #495057;
}

.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #467fcf;
}

.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-input:focus ~ .custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
    border-color: #467fcf;
}

.custom-switch-indicator {
    display: inline-block;
    height: 2rem;
    width: 3.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: 0.3s border-color, 0.3s background-color;
}

.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(2rem - 4px);
    width: calc(2.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.text-muted-imp {
    color: #a3a3a3 !important;
}

.table-no-top-cell-border td {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-top-cell-border th {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-side-cell-border td {
    border-left: 0px !important;
    border-right: 0px !important;
}

.table-no-side-cell-border th {
    border-left: 0px !important;
    border-right: 0px !important;
}

.color-555 {
    color: #555555 !important;
}

.color-555 * {
    color: #555555 !important;
}

.color-white {
    color: white !important;
}

.col-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.col-2px-padding {
    padding: 2px;
}

.pos-express-btn {
    font-size: 23px !important;
    overflow: hidden !important;
    height: 73px !important;
    white-space: normal;
}

.word-wrap {
    word-wrap: break-word !important;
}

.mh-100vh {
    max-height: 100vh !important;
}

.modal-xl {
    width: 90%;
    /* respsonsive width */
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-w50 {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-mc {
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-dialog-sell {
    width: 67%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none;
}

.modal-body .message-move-stock,
.modal-body .message-generate-financial,
.modal-body .message-destroy {
    color: #787676;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

div.modal-body-message-move-stock,
div.modal-footer-move-stock,
div.modal-body-gen-financial,
div.modal-footer-gen-financial,
div.modal-body-destroy,
div.modal-footer-destroy {
    background-color: #ffffff !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-tr4-tl4{
    border-radius: 4px 4px 0 0;
}

.br-8 {
    border-radius: 8px !important;
}

.p-filter {
    position: relative;
    right: 3%;
    top: 14px;
}

.p-filter input {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

#sell_budget {
    color: #ddea00;
}

#sell_order {
    color: #1b82ec;
}

#sell_invoiced_order {
    color: #ff0000;
}

.bl-budget {
    position: relative;
}

.bl-budget::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 0;
    width: 3px;
    background-color: #ddea00 !important;
    height: 60px;
}

.bl-order {
    position: relative;
}

.bl-order::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 0;
    width: 3px;
    border-left: 3px solid #1b82ec !important;
    height: 60px;
}

.bl-invoiced_order {
    position: relative;
}

.bl-invoiced_order::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 0;
    width: 3px;
    background-color: #ff0000;
    height: 60px;
}

.bl-revenue-open {
    position: relative;
}

.bl-revenue-open::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    bottom: 0px;
    width: 15px;
    border-radius: 114%;
    height: 15px;
    background: #077af1 !important;
}

.bl-revenue-paid {
    position: relative;
}

.bl-revenue-paid::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    bottom: 0px;
    width: 15px;
    border-radius: 114%;
    height: 15px;
    background: #1b9b45 !important;
}

.bl-revenue-due {
    position: relative;
}

.bl-revenue-due::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    bottom: 0px;
    width: 15px;
    border-radius: 114%;
    height: 15px;
    background: #dd4242 !important;
}

.bl-revenue-due-today {
    position: relative;
}

.bl-revenue-due-today::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    bottom: 0px;
    width: 15px;
    border-radius: 114%;
    height: 15px;
    background: #fba422 !important;
}

.bl-standardized_active {
    position: relative;
}

.bl-statuses_active::before,
.bl-standardized_active::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 0px;
    width: 3px;
    height: 60px;
    border-left: 3px solid #1b9b45 !important;
}

.bl-revenue-open-text {
    color: #077AF1 !important;
}
.bl-revenue-paid-text {
    color: #1b9b45 !important;
}
.bl-revenue-due-text {
    color: #dd4242 !important;
}
.bl-revenue-due-today-text {
    color: #ea7000cc !important;
}

.bl-statuses_inactive,
.bl-standardized_inactive {
    position: relative;
}

.bl-statuses_inactive::before,
.bl-standardized_inactive::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 3px;
    border-left: 3px solid #efe719 !important;
    height: 60px;
}

#sell_final_total {
    color: #449e36;
}

.bgpb-primary {
    background-color: #ddea00;
}

.bgps-primary {
    background-color: #1b9b45;
}

.revenue-due-today {
    color: #ea7000;
}

.revenue-open {
    color: #00069a;
}

.revenue-downloaded {
    color: #28a825;
}

.revenue-due {
    color: #f92626;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.revenue-all {
    color: #515151;
}

.statuses-active {
    color: #1b9b45;
}

.statuses-inactive {
    color: #efe719;
}

.statuses-all {
    color: #077af1;
}

.text-revenue-primary,
.text-status-primary,
.text-sell-primary {
    color: #7f7f7f;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-revenue-secondary,
.text-statuses-secondary,
.text-coust-center-secondary,
.text-standardized-secondary,
.text-header-secondary {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.is-grid {
    position: relative;
    margin-top: 1%;
    background-color: #bfccf2;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 3rem;
}

.is-selected {
    position: absolute;
    left: 0;
    padding-inline: 2rem;
}

.btn-is-selected {
    background-color: #bfccf2;
    border-radius: 5px;
    border-color: #ffffff;
    position: relative;
    right: 2rem;
    height: 3vh;
    padding: 1rem;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 1rem;
    justify-content: space-between;
    color: gray;
    min-width: max-content;
}

.btn-is-selected:hover {
    background-color: #eee;
    color: black;
    border-color: white;
}

.clear-select {
    position: absolute;
    padding: 2%;
    right: 5%;
    cursor: pointer;
}

.table_sell_list th {
    max-width: 300px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_sell_list td {
    max-width: 300px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.dataTables_length {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 74%;
    text-align: right;
    width: max-content;
}

.dataTables_length label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    white-space: pre;
    align-items: center;
}

.date-s-show {
    position: absolute;
    width: max-content;
    right: 0;
    margin-inline: 2%;
    background-color: #c7def6;
    height: max-content;
    padding: 4px 3% 0px 3%;
}

.b-black-primary {
    color: #0b1355;
}

.b-dark-blue-primary {
    color: #02468c;
}

.btn-product-show {
    border-top: 1px solid #618bf8;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 9px 21px 3px 21px;
}

.payment-info {
    border-bottom: 1px solid #618bf7;
    padding: 1.5rem 0 1rem 3rem;
    bottom: 0vmax;
}

div.recepit_line .receipt-th {
    background-color: #5088df;
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    padding: 0rem 20px 0px 20px;
    height: 5rem;
    font-weight: 600;
    border-radius: 3px;
}

.receipt-info div {
    background-color: white;
    width: 4rem;
    height: 3rem;
    border-radius: 4px;
    text-align: center;
    position: relative;
    right: 13%;
}

.receipt-info div img {
    position: relative;
    top: 3px;
}

table.receipt_line_table tr th {
    font-weight: 400;
    font-size: 14px;
}

/** open sell show**/
div.form-group-sb div.select-menu {
    cursor: pointer;
    position: relative;
    width: 46%;
}

div.select-menu div.select {
    background-color: #1b9b45;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
}

div.select-menu div.select-print {
    background-color: #077af1;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
}

div.select-menu div.icon-container,
div.select-menu div.icon-container-print {
    border-left: 1px solid white;
    padding-left: 14px;
    margin-right: 2px;
    height: 35px;
}

div.select-menu div.options-list {
    position: absolute;
    width: 100%;
    background-color: #cae4cc;
    margin-top: 3px;
    max-height: 180px;
    overflow-y: auto;
    transition: 0.4s linear 0.2s;
    height: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.select-menu div.options-list-print {
    position: absolute;
    width: 100%;
    background-color: #d7e5ff;
    margin-top: 3px;
    max-height: 180px;
    overflow-y: auto;
    transition: 0.4s linear 0.2s;
    height: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.select-menu div.options-list div.option,
div.select-menu div.options-list-print div.option-print {
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

div.select-menu div.options-list div.option:hover,
div.select-menu div.options-list div.option.selected {
    color: #2b8348;
}

div.select-menu div.options-list.active {
    height: 90px;
}

div.select-menu div.options-list-print.active {
    height: 130px;
}

div.select-menu div.options-list-print div.option-print:hover,
div.select-menu div.options-list-print div.option-print.selected {
    color: #077af1;
}

div.select-menu div.select img.white-icon,
div.select-menu div.select-print img.white-icon {
    filter: invert(100%) brightness(200%);
}

div.select-menu div.select div.icon-container i,
div.select-menu div.select-print div.icon-container-print i {
    padding: 9px 0px 0px 0px;
}

div.select-menu div.options-list div.option span,
div.select-menu div.options-list-print div.option-print span {
    width: 11vmax;
    text-align: initial;
}

table.ajax_view tbody tr {
    cursor: pointer;
}

/** close sell show**/

.bg-white {
    background-color: #fff !important;
}

.bg-revenue-due {
    background-color: #ffad46;
    color: #fff;
}

.bg-revenue-paid {
    background-color: #038300;
    color: #fff;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] {
    width: 1150px !important;
    padding-top: 37px !important;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .offcanvas-revenue-header {
    padding-left: 37px !important;
    position: fixed !important;
    top: 0;
    background-color: #fff !important;
    z-index: 1000;
    width: -webkit-fill-available;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .btn-return {
    margin-right: 3em !important;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .offcanvas-title {
    font-size: 25px !important;
    margin-right: 0.3em !important;
    color: #000000b2 !important;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .offcanvas-revenue-body {
    padding: 9px 37px 1px 37px !important;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .mt-4 {
    margin-top: 4rem;
}

.mb-rem-0 {
    margin-bottom: 0rem !important;
}

.mb-rem-5 {
    margin-bottom: 5rem !important;
}

.box-body-left-padding {
    padding-left: 18px !important;
}

.w-18rem {
    width: 18rem !important;
}

.ml-15px {
    margin-left: 15px !important;
}

.pr-20px {
    padding-right: 20px !important;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .form-group-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
}

[aria-labelledby="offRevenueEndLabel"] label[for="due_day"] {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

[aria-labelledby="offRevenueEndLabel"] label[for="interval_days"] {
    display: block !important;
    width: 100% !important;
}

[aria-labelledby="offRevenueEndLabel"] .plots-qty-group {
    margin-left: 27rem;
    padding-bottom: 2px;
}

.ml-3rem {
    margin-left: 3rem !important;
}

.ml-2rem {
    margin-left: 2rem !important;
}

#days_to_first_installment,
#interval_between_installments {
    width: 150px !important;
    height: 35px !important;
}

.card-body-left {
    padding-left: 16px !important;
}

[aria-labelledby="offRevenueEndLabel"] .table-box-scroll {
    max-height: 25rem;
    min-height: 25rem;
    overflow-y: auto;
    border: 0.5px solid #dbdbdb;
    border-radius: 5px;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .payment-table {
    width: 100%;
    border-collapse: collapse;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] th.clickable_checkbox_th,
.offcanvas-end[aria-labelledby="offRevenueEndLabel"] th.no-padding {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    background: #ebeef2 !important;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .th-inner {
    padding: 9.8px;
    background: #ebeef2;
    color: #000000b2;
}

.th-inner {
    padding: 9.8px;
    background: #ebeef2;
    color: #000000b2;
}

.offcanvas-end[aria-labelledby="offRevenueEndLabel"] .input-icheck {
    position: absolute;
    opacity: 0;
}

[aria-labelledby="offRevenueEndLabel"] .attachment-line-box {
    border-radius: 5px;
    min-height: 38px;
    padding: 4px 8px;
}

.attachment-line-box {
    border-radius: 5px;
    min-height: 38px;
    padding: 4px 8px;
}

.file-name-padding {
    padding-left: 1rem !important;
}

.btn-file-choose {
    background: none !important;
    border: 0.5px solid #1572e8 !important;
    box-shadow: none !important;
    padding: 4px 12px !important;
    margin-left: 1.5rem !important;
}

.mt-neg-2px {
    margin-top: -2px !important;
}

.mb-neg-10px {
    margin-bottom: -10px;
}

[aria-labelledby="offRevenueEndLabel"] .description-input {
    width: 70rem;
    height: 35px;
    background-color: #ebeef2;
}

.btn-cancel {
    margin-right: 15px !important;
}

.btn-save {
    width: 11rem !important;
}

.box-attachment {
    border: 0.5px solid #dbdbdb !important;
    border-radius: 5px !important;
    padding-left: 42px !important;
}

/* === FIM OFFCANVAS CREATE REVENUE === */

/* === INICIO DO INDEX REVENUE === */

.breadcrumb-pos {
    font-size: 15px !important;
    position: absolute !important;
    top: 10px !important;
    left: 2px !important;
}

.right-spacing {
    position: absolute;
    right: 2em;
}

.row-flex-space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mt-2p5-mr-5 {
    margin-top: 2.5rem;
    margin-right: 5rem;
    flex: 0 0 auto;
}

.mt-2p5 {
    margin-top: 2.5rem;
}

.bg-light-gray {
    background-color: #e9ecf1;
    margin-bottom: 17px;
}

.ml-3em {
    margin-left: 3em;
}

.btn-add-revenue {
    margin-top: 1.9rem;
    margin-left: 23rem;
}

.btn-wide-blue {
    background-color: #1b82ec;
    color: white;
    width: 20rem;
}

.card-container {
    border: 1px solid #e6edff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.card-col {
    position: relative;
    border-right: 1px solid #e6edff;
}

.card-all-right {
    position: relative;
}

.card-top-right {
    margin-left: auto;
    top: 10px;
    right: 10px;
}

.card-shadow {
    box-shadow: rgba(38, 57, 77, 0.658) 0px 10px 30px -13px;
    margin-left: auto;
    padding: 6px;
    background: white;
    border-radius: 5px;
}

.h1-muted {
    color: rgba(0, 0, 0, 0.614);
    font-size: 1.5em;
}

.mlr-1rem {
    margin-left: auto;
    margin-right: 1rem;
}

.card-subheader-open {
    padding-bottom: 5px;
    flex: 0 0 80%;
    font-size: 16px;
    color: #077af1;
}

.card-subheader-paid {
    padding-bottom: 5px;
    flex: 0 0 80%;
    font-size: 16px;
    color: #1b9b45;
}

.card-subheader-due-day {
    padding-bottom: 5px;
    flex: 0 0 80%;
    font-size: 16px;
    color: #ea7000cc;
}

.card-subheader-due {
    padding-bottom: 5px;
    flex: 0 0 80%;
    font-size: 16px;
    color: #f32020;
}

.card-subheader-all {
    padding-bottom: 5px !important;
    flex: 0 0 80% !important;
    font-size: 16px !important;
}

.selection-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #bfccf299;
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}

.selected-count {
    flex: 0 0 600px;
    margin-bottom: 0.5rem;
}

.flex-end-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.btn-gray-outline {
    border-radius: 2px;
    color: #787676;
    border: 1px solid #78767641;
    padding: 2px 0px 2px 9px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.svg-spacing {
    margin: 8px 8px 8px 8px !important;
}

/* === FIM DO INDEX REVENUE === */

/* === INICIO TABELA REVENUE === */

.th-rounded-left {
    border-bottom-left-radius: 6px;
}

.pl-21px {
    padding-left: 21px !important;
}

.th-border-right {
    border-right: 1px solid #cccccc;
}

.th-border-half {
    border-right: 0.5px solid #cccccc;
}

/* === FIM TABELA REVENUE === */

.box-table-group-parcels {
    padding: 0px 20px 20px 20px !important;
}

.product-thumbnail-small {
    height: 50px;
    width: 50px;
}

.product-thumbnail-small:hover {
    border: 1px solid #6d6d6d !important;
    background-color: #e7e7e7;
}

table.table-text-center td,
table.table-text-center th {
    vertical-align: middle !important;
}

.product_list {
    padding-left: 8px;
    padding-right: 8px;
}

.product_box {
    width: 100%;
    /*padding-top: 5px;
  padding-bottom: 2px;*/
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid darkgray;*/
    font-weight: 600;
    background-color: #fff;
    border-radius: 2px;
    padding-top: 3px;
}

.product_box .image-container {
    /*width: 95%;*/
    height: 55px;
    margin: auto;
    /*padding-top: 5px;*/
}

.product_box .image-container img {
    height: 45px;
    /*width: 45px*/
}

.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.eq-height-col {
    display: flex;
}

.product_box .text_div {
    background: #d9e7f9 !important;
    width: 103%;
    margin-inline: -4px;
    outline: none;
}

.product_box .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 14px;
    /* fallback */
    max-height: 14px;
    /* fallback */
}

div.tag-box {
    max-width: 95%;
}

div.tag-box ul {
    flex-wrap: wrap;
    display: flex;
    border: 1px solid #d2d6de;
    padding: 0px;
    border-radius: 1px;
    align-items: center;
    margin-bottom: 8px;
}

div.tag-box li {
    list-style: none;
    background: #b8d0ff;
    padding: 5px 15px 2px 10px;
    border-radius: 5px;
    margin: 0px 10px;
    border: 1px solid #e3d1e1;
    height: 25px;
    display: flex;
    align-items: center;
}

div.tag-box ul input {
    flex: 1;
    outline: none;
    border: none;
    padding: 5px;
    font-size: 15px;
    background: transparent;
}

div.tag-box ul li i {
    margin-left: 18px;
    cursor: pointer;
}

div.tag-box ul .clear-variants,
div.tag-box ul .clear-tags {
    flex: 1;
    position: absolute;
    cursor: pointer;
    max-width: max-content;
    right: 8%;
    display: flex;
}

.g-2 {
    --tblr-gutter-y: 0.5rem;
}

.form-imagecheck {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.form-imagecheck-input {
    position: absolute;
    z-index: 1;
    opacity: 1;
    width: 15%;
    height: 9%;
    cursor: pointer;
}

.form-imagecheck-figure {
    position: relative;
    display: block;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1.6px solid #077af1;
    border-radius: 10px;
    max-width: max-content;
}

.form-imagecheck-image,
.variant__picture,
.image-grid .variant_pictures .variant_picture,
.product-image-grid .product__pictures .product_picture {
    transition: none;
    max-width: 100%;
    display: block;
    opacity: 0.64;
    transition: opacity 0.3s;
    border: 1px solid #cccccc;
    padding: 1rem;
    border-radius: 3px;
}

.form-imagecheck-input:checked ~ .variant_picture,
.form-imagecheck-input:checked ~ .product_picture,
.form-imagecheck-input:focus ~ .variant_picture,
.form-imagecheck:hover .form-imagecheck-image,
.image-grid .variant_pictures .variant_picture:hover,
.product-image-grid .product__pictures .product_picture:hover,
label.form__image_variant:hover,
label.form__product_image:hover {
    opacity: 1;
}

.variant_pictures:hover + #btn-destroy__variant_picture {
    display: block;
}

.form-imagecheck-image:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

label[for="variant__img_input"],
label[for="product__img_input"] {
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    background: #077af1;
}

#variant__img_input,
#product__img_input {
    display: none;
}

.image-grid {
    --gap: 15px;
    --num-cols: 2;
    --row-height: 165px;
    --row-width: 340px;
}

.product-image-grid {
    --gap: 14px;
    --num-cols: 3;
    --row-height: 120px;
    --row-width: 380px;
}

.variant_pictures,
.product__pictures,
.product__picture {
    padding: var(--gap);
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    box-sizing: border-box;
    grid-auto-rows: minmax(var(--row-height, 20px), auto);
    gap: var(--gap);
    width: var(--row-width);
    max-height: 370px;
    overflow: auto;
    border-radius: 10px;
}

.product__pictures {
    max-height: 283px !important;
}

.image-grid .variant_pictures > label > img,
.product-image-grid .product__pictures > label > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.image-grid-col-2 {
    grid-column: span 2;
}

.image-grid-col-3 {
    grid-column: span 3;
}

.image-grid-row-2 {
    grid-row: span 2;
}

.image-grid-row-3 {
    grid-row: span 3;
}

#btn-destroy__variant_picture,
#btn-destroy__product-image {
    opacity: 0.7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.small-box.bg-gray:hover {
    color: #000;
    text-decoration: none;
}

#calendar table tbody td {
    cursor: pointer;
}

.min-height-90hv {
    min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-link {
    cursor: pointer;
}

input.product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.text-link:hover {
    text-decoration: underline;
}

.v-center {
    vertical-align: middle !important;
}

.a-center {
    display: flex !important;
    align-items: center !important;
}

.a-end {
    display: flex;
    align-items: end;
}

.bg-woocommerce {
    background-color: #9e458b !important;
}

/*.box, .info-box, .nav-tabs-custom, .external-event{
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}*/

.user_avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 1px;
}

.fs-10 {
    font-size: 10px;
}

.fs-20 {
    font-size: 20px;
}

.timeline-lode-more-btn {
    margin-left: 50px;
    margin-top: 25px;
    padding-right: 12px;
    padding-left: 12px;
}

.pa-0 {
    padding: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-56 {
    margin-top: 56px !important;
}

.m-2 {
    margin: 2px !important;
}

.treeview-menu i {
    display: none !important;
}

.treeview-menu a {
    padding-left: 25px !important;
    font-size: 95% !important;
}

.treeview-menu a::before {
    content: "\2192 ";
}

.mr-8 {
    margin-right: 8px !important;
}

.bg-light-green {
    background-color: #1ecab8 !important;
}

.product_box .image-container {
    height: 85px;
}

.pb-1 {
    padding-bottom: 20px !important;
    margin-bottom: 30px;
}

#product_list_body {
    max-height: 655px;
    height: 15vmax;
}

.pos-form-actions {
    padding-top: 7px;
    padding-bottom: 6px;
}

#valor-total-footer {
    display: flex;
    justify-content: space-between;
    height: 2vmax;
    padding: 0px 0px;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: -5px;
    margin-inline: -6px;
    background-color: #077af1 !important;
    /* Can be changed in the live sample */
}

.b-valor-total-footer {
    font-size: 20px;
    color: white;
}

#valor-total-footer > div {
    width: max-content;
    height: auto;
    text-align: center;
    margin: 1vmax;
}

.valor-total-footer-right {
    text-align: end;
}

.text-right-span {
    font-size: 20px;
    color: white;
}

.right-col {
    /*background-image: linear-gradient(to right bottom, #0a53b0, #007ccf, #00a1db, #00c4da, #26e5d1);*/
}

.left-col {
    background: url(../images/26-265560_flat-wallpaper-new-year-2018-inspiring-messages.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
}

.left-col-content {
    color: #1a7bf9;
    width: 100%;
}

.nav-tabs > li > a {
    font-size: 14px;
}

/* New*/

.right-col-content {
    padding: 10% 24%;
}

.right-col a,
.text-white a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.treeview-menu a::before {
    content: "\25C9  ";
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    width: 8px;
}

::-webkit-scrollbar {
    height: 8px;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: none;
}

.p__list-template.active svg,
.p__grid-template.active svg,
.p__list-template:hover svg,
.p__grid-template:hover svg {
    box-shadow: 0px 7px 6px 0px #00000047;
}

/* ==========================
   Ínicio Estilos para HOME
   ========================== */
div.tab-content div.tab-pane#home div.parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    align-items: center;
}

div.tab-content div.tab-pane#home div.parent > a.card-body,
div.tab-content div.tab-pane#dashboard div.parent > a.card-body {
    display: grid;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding-block: 1rem;
    cursor: pointer;
}

div.tab-content div.tab-pane#home div.parent > a.card-body {
    border: 0px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

div.tab-content div.tab-pane#home div.parent > a.card-body:hover {
    background-color: #e9ecf14d;
    border: 0 solid #cccccc;
}

div.tab-content div.tab-pane#home div.parent > a > div.card-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

div.tab-content
    > div.tab-pane#home
    .table#birthday_clients_table
    > tbody
    > tr:first-child
    > td,
div.tab-content
    > div.tab-pane#home
    .table#best_customers_table
    > tbody
    > tr:first-child
    > td {
    border-top: 0;
}

div.tab-content div.tab-pane#dashboard div.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: center;
}

div.card > div.highcharts figure.highcharts-figure div#container > div {
    max-height: 80px;
}

div.card > div.highcharts > div.card-body span,
div.card > div.highcharts > div.card-body b {
    display: flex;
    align-items: center;
}

/* ==========================
   Fim Estilos para HOME
   ========================== */

/* ==========================
   Ínicio Estilos para o PDV -> POS
   ========================== */
div.pos-tab-menu div.list-group > a.active,
div.pos-tab-menu div.list-group > a.active .glyphicon,
div.pos-tab-menu div.list-group > a.active .fa {
    background-color: #1b82ec !important;
    border-color: #1b82ec;
}

div.pos-tab-menu div.list-group > a.active:after {
    border-left: 10px solid #1b82ec;
}

div.row-pos-body {
    display: flex;
    gap: 1.5rem;
    height: 100vh;
}

div.row-pos-body > div.content {
    background-color: #ffffff;
}

div.row-pos-body div.content div.content-header {
    background-color: #077af1;
    align-items: center;
    display: flex;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div.row-pos-body > div.content > div.content-body {
    background-color: #ffffff;
}

div.row-pos-body > div.content > div.content-body div.bordered-right {
    border-right: 3px solid #e9e9e9;
}

div.row-pos-body
    > div.content
    > div.content-body
    div.nav-tabs-custom
    ul.nav-tabs
    > li.cliped:first-of-type {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    margin-right: -2rem;
    background-color: #c3e1ff;
    width: -webkit-fill-available;
}

div.row-pos-body
    > div.content
    > div.content-body
    div.nav-tabs-custom
    ul.nav-tabs
    > li.cliped:nth-of-type(2) {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    background-color: #c3e1ff;
    width: -webkit-fill-available;
}

div.row-pos-body > div.content > div.content-body input#search_product {
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 0.2rem;
}

div.row-pos-body
    > div.content
    > div.content-body
    input#search_product
    + span.input-group-addon {
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 0.2rem;
    position: relative;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

div.row-pos-body > div.content > div.content-body div.product__picture {
    max-width: 70%;
    width: 100%;
}

div.row-pos-body > div.content > div.content-body div.product__description,
div.row-pos-body > div.content > div.content-body div.ps__unit_price:has(span) {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

div.row-pos-body > div.content > div.content-body div.ps__unit_price {
    position: absolute;
    bottom: 0;
    display: flex;
    right: 0;
}

div.row-pos-body > div.content > div.content-body button#add__pv_table {
    border: 1px solid #077af1;
    color: #077af1;
    top: 4rem;
    border-radius: 2px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    background-color: #ffffff;
}

div.row-pos-body div.pos-off-before div.pos-cards-header {
    background-color: #077af1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1.4rem 0rem;
}

div.row-pos-body div.pos-off-before div.pos-cards-header a {
    border: 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 2rem;
    padding: 0.5rem 3rem;
}

div.row-pos-body div.pos-off-before div.pos-cards-body {
    background-color: #ffffff;
    height: 100vh;
}

/* Estilos para card card gerenciador */
div.container-cards div.card div.card-body {
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    padding-right: 10px;
}

div.container-cards div.card div#card-open .card-subheader,
div.container-cards div.card div#card-active .card-subheader {
    border-bottom: 1px solid #077af1;
}

div.container-cards div.card div#card-open:hover .card-subheader,
div.container-cards div.card div#card-active:hover .card-subheader,
div.container-cards div.card div#card-active.active .card-subheader,
div.container-cards div.card div#card-open.active .card-subheader {
    color: #077af1;
    font-weight: bold;
    border-bottom: 3px solid #077af1;
}

div.container-cards div.card div#card-downloaded .card-subheader {
    border-bottom: 1px solid #1b9b45;
}

div.container-cards div.card div#card-downloaded:hover .card-subheader,
div.container-cards div.card div#card-downloaded.active .card-subheader {
    color: #1b9b45;
    font-weight: bold;
    border-bottom: 3px solid #1b9b45;
}

div.container-cards div.card div#card-due_today .card-subheader,
div.container-cards div.card div#card-inactive .card-subheader {
    border-bottom: 1px solid #ea7000cc;
}

div.container-cards div.card div#card-due_today:hover .card-subheader,
div.container-cards div.card div#card-inactive:hover .card-subheader,
div.container-cards div.card div#card-due_today.active .card-subheader,
div.container-cards div.card div#card-inactive.active .card-subheader {
    color: #ea7000cc;
    font-weight: bold;
    border-bottom: 3px solid #ea7000cc;
}

div.container-cards div.card div#card-due .card-subheader {
    border-bottom: 1px solid #dd4242;
}

div.container-cards div.card div#card-due:hover .card-subheader,
div.container-cards div.card div#card-due.active .card-subheader {
    color: #dd4242;
    font-weight: bold;
    border-bottom: 3px solid #dd4242;
}

div.container-cards div.card div#card-all .card-subheader {
    border-bottom: 1px solid #414141;
}

div.container-cards div.card div#card-all:hover div.card-subheader,
div.container-cards div.card div#card-all.active .card-subheader {
    color: #000000cc;
    font-weight: bold;
    border-bottom: 3px solid #000000cc;
}

/* /Estilos para card card gerenciador */

div.row-pos-body div#posOffcanvasEnd div.offcanvas-header > div {
    background-color: #077af1;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 2rem;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-header
    a[href="#posOffcanvasEnd"] {
    border: 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 2rem;
    padding: 0.5rem 3rem;
}

div.row-pos-body div#posOffcanvasEnd div.offcanvas-header span:first-child {
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 0.7rem;
    position: relative;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

div.row-pos-body div#posOffcanvasEnd div.offcanvas-header input#search_orders {
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 0.7rem;
}

div.row-pos-body div#posOffcanvasEnd div.offcanvas-body {
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 0.7rem;
    height: 100vh;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    button[aria-controls="offcanvasPosFinallize"]
    ~ div
    ~ div {
    background-color: #c3e1ff;
    padding: 2rem 0rem;
    align-items: center;
    display: flex;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    justify-content: end;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    button[aria-controls="offcanvasPosFinallize"] {
    height: 5rem;
    font-size: large;
}

div.row-pos-body div#posOffcanvasEnd div.offcanvas-body > div > div > div {
    background-color: #ffffff;
    padding: 2rem 0rem;
    border-right: 3px solid #e9e9e9;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    article
    .article-content
    div.p__list-template,
div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    article
    .article-content
    div.p__grid-template {
    padding: 0.75rem;
    cursor: pointer;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    article
    .article-content
    div.article-body
    div.container-order-list
    .table-responsive {
    max-height: 68vh;
    overflow-y: scroll;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    article
    .article-content
    div.article-body
    div.container-order-list
    table
    thead
    tr
    th:nth-child(1)
    div {
    background: #ebeef2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    article
    .article-content
    div.article-body
    div.container-order-list
    table
    thead
    tr
    th {
    background-color: var(--table-th-bg-primary-light);
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    article
    .article-content
    div.article-body
    div.container-order-list
    table
    thead
    tr
    th:last-child
    div {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    table#pos_orders_table
    tfoot
    b {
    font-size: 30px;
    font-weight: 500;
    line-height: 37.5px;
    text-align: center;
}

div.row-pos-body
    div#posOffcanvasEnd
    div.offcanvas-body
    table#pos_orders_table
    caption
    .btn-group {
    width: max-content;
    gap: 2rem;
}

div.row-pos-body div#posOffcanvasEnd div.offcanvas-footer {
    background-color: #c3e1ff;
    padding: 2rem 0rem;
    align-items: center;
    display: flex;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    justify-content: end;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

div.row-pos-body div#posOffcanvasEnd div.offcanvas-footer > button {
    height: 5rem;
    font-size: large;
    width: max-content;
    padding-inline: 10rem;
    margin: 1rem;
}

/* ==========================
   Fim Estilos para o PDV -> POS
   ========================== */

.product_box {
    padding-top: 7px;
    padding-left: 3px;
    margin-top: 6px;
    margin-bottom: 7px;
    margin-left: 2px;

    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    border-radius: 4px;
    font-weight: 400;
}

/* Sidebar Padding*/
.treeview-menu a {
    padding-left: 15px !important;
}

.blue-heading {
    background-color: #2b80ec;
}

.warning-input,
.warning-input + span.select2 span.select2-selection {
    background-color: #fff478;
}

/* Group Portion */
.group-check {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 3%;
}

/* close Group Portion*/
