@font-face {
    font-family: 'Material Symbols Rounded';
    src: url('/fonts/material-symbols/rounded-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Material Symbols Rounded Filled';
    src: url('/fonts/material-symbols/rounded-filled-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'erp-payment-methods';
    src: url('/fonts/payment-methods/erp-payment-methods.woff2') format('woff2');
}

:root {
    --color-black: #000000;
    --color-white: #FFFFFF;

    --gray-light: #FAFAFA;
    --gray-light-hover: #F5F5F5;
    --gray-light-active: #E5E5E5;
    --gray-normal: #D4D4D4;
    --gray-normal-hover: #9C9C9C;
    --gray-normal-active: #737373;
    --gray-dark: #525252;
    --gray-dark-hover: #404040;
    --gray-dark-active: #262626;
    --gray-darker: #171717;

    --danger-light: #F8EBEB;
    --danger-light-hover: #FBDDDD;
    --danger-light-active: #F1B9B9;
    --danger-normal: #D3301F;
    --danger-normal-active: #B42417;
    --danger-darker: #4A0A0A;

    --success-light: #E7F4EA;
    --success-light-hover: #DAEFDF;
    --success-light-active: #B3DEBD;
    --success-normal: #0A932B;
    --success-normal-active: #087622;
    --success-darker: #04330F;

    --warning-light: #FDF7E6;
    --warning-light-hover: #FCF4DA;
    --warning-light-active: #F8E7B2;
    --warning-normal: #EAB308;
    --warning-normal-active: #BFBF06;
    --warning-darker: #523F03;

    --info-light: #E6F1FA;
    --info-light-hover: #D9EAF7;
    --info-light-active: #B0D3EE;
    --info-normal: #0070C8;
    --info-normal-active: #005AA0;
    --info-darker: #002746;

    --df-color-red: #9D1E2F;
    --df-color-red-rgb: 157, 30, 47;

    --df-color-orange: #F78F20;
    --df-color-orange-rgb: 247, 143, 32;

    --df-color-bege: #FFBB7C;
    --df-color-bege-rgb: 255, 187, 124;

    /* RED */
    --df-bg-red-soft: #FAE9EC;
    --df-bg-red-soft-rgb: 250, 233, 236;

    --df-bg-red-light: #F3D1D7;
    --df-bg-red-light-rgb: 243, 209, 215;

    /* ORANGE */
    --df-bg-orange-soft: #FEF1E3;
    --df-bg-orange-soft-rgb: 254, 241, 227;

    --df-bg-orange-light: #FDE2C3;
    --df-bg-orange-light-rgb: 253, 226, 195;

    /* BEGE */
    --df-bg-bege-soft: #FFF3E8;
    --df-bg-bege-soft-rgb: 255, 243, 232;

    --df-bg-bege-light: #FFE3CC;
    --df-bg-bege-light-rgb: 255, 227, 204;

    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --emerald-500: #10b981;
    --emerald-600: #059669;
    --rose-500: #f43f5e;
    --rose-600: #e11d48;
    --indigo-500: #6366f1;
    --indigo-600: #4f46e5;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --cyan-500: #06b6d4;
    --cyan-600: #0891b2;
    --orange-500: #f97316; 
    --orange-600: #ea580c;
    --teal-500: #14b8a6; 
    --teal-600: #0d9488;
    --fuchsia-500: #d946ef; 
    --fuchsia-600: #c026d3;
    --violet-500: #8b5cf6; 
    --violet-600: #7c3aed;
    
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-400: #94a3b8;
    --slate-600: #475569;
    --slate-800: #1e293b;
}

html {
    font-size: 14px;
}

.c-blue {
    color: var(--blue-500) !important;
}

.c-blue-500 {
    color: var(--blue-500) !important;
}

.c-blue-600 {
    color: var(--blue-600) !important;
}

.c-emerald {
    color: var(--emerald-500) !important;
}

.c-emerald-500 {
    color: var(--emerald-500) !important;
}

.c-emerald-600 {
    color: var(--emerald-600) !important;
}

.c-rose {
    color: var(--rose-500) !important;
}

.c-rose-500 {
    color: var(--rose-500) !important;
}

.c-rose-600 {
    color: var(--rose-600) !important;
}

.c-indigo {
    color: var(--indigo-500) !important;
}

.c-indigo-500 {
    color: var(--indigo-500) !important;
}

.c-indigo-600 {
    color: var(--indigo-600) !important;
}

.c-amber {
    color: var(--amber-500) !important;
}

.c-amber-500 {
    color: var(--amber-500) !important;
}

.c-amber-600 {
    color: var(--amber-600) !important;
}

.c-cyan {
    color: var(--cyan-500) !important;
}

.c-cyan-500 {
    color: var(--cyan-500) !important;
}

.c-cyan-600 {
    color: var(--cyan-600) !important;
}

.c-orange {
    color: var(--orange-500) !important;
}

.c-orange-500 {
    color: var(--orange-500) !important;
}

.c-orange-600 {
    color: var(--orange-600) !important;
}

.c-teal {
    color: var(--teal-500) !important;
}

.c-teal-500 {
    color: var(--teal-500) !important;
}

.c-teal-600 {
    color: var(--teal-600) !important;
}

.c-fuchsia {
    color: var(--fuchsia-500) !important;
}

.c-fuchsia-500 {
    color: var(--fuchsia-500) !important;
}

.c-fuchsia-600 {
    color: var(--fuchsia-600) !important;
}

.c-violet {
    color: var(--violet-500) !important;
}

.c-violet-500 {
    color: var(--violet-500) !important;
}

.c-violet-600 {
    color: var(--violet-600) !important;
}

.c-slate-50 {
    color: var(--slate-50) !important;
}

.c-slate-100 {
    color: var(--slate-100) !important;
}

.c-slate-200 {
    color: var(--slate-200) !important;
}

.c-slate-400 {
    color: var(--slate-400) !important;
}

.c-slate-600 {
    color: var(--slate-600) !important;
}

.c-slate-800 {
    color: var(--slate-800) !important;
}

.cbg-blue {
    background-color: var(--blue-500) !important;
}

.cbg-blue-500 {
    background-color: var(--blue-500) !important;
}

.cbg-blue-600 {
    background-color: var(--blue-600) !important;
}

.cbg-emerald {
    background-color: var(--emerald-500) !important;
}

.cbg-emerald-500 {
    background-color: var(--emerald-500) !important;
}

.cbg-emerald-600 {
    background-color: var(--emerald-600) !important;
}

.cbg-rose {
    background-color: var(--rose-500) !important;
}

.cbg-rose-500 {
    background-color: var(--rose-500) !important;
}

.cbg-rose-600 {
    background-color: var(--rose-600) !important;
}

.cbg-indigo {
    background-color: var(--indigo-500) !important;
}

.cbg-indigo-500 {
    background-color: var(--indigo-500) !important;
}

.cbg-indigo-600 {
    background-color: var(--indigo-600) !important;
}

.cbg-amber {
    background-color: var(--amber-500) !important;
}

.cbg-amber-500 {
    background-color: var(--amber-500) !important;
}

.cbg-amber-600 {
    background-color: var(--amber-600) !important;
}

.cbg-cyan {
    background-color: var(--cyan-500) !important;
}

.cbg-cyan-500 {
    background-color: var(--cyan-500) !important;
}

.cbg-cyan-600 {
    background-color: var(--cyan-600) !important;
}

.cbg-orange {
    background-color: var(--orange-500) !important;
}

.cbg-orange-500 {
    background-color: var(--orange-500) !important;
}

.cbg-orange-600 {
    background-color: var(--orange-600) !important;
}

.cbg-teal {
    background-color: var(--teal-500) !important;
}

.cbg-teal-500 {
    background-color: var(--teal-500) !important;
}

.cbg-teal-600 {
    background-color: var(--teal-600) !important;
}

.cbg-fuchsia {
    background-color: var(--fuchsia-500) !important;
}

.cbg-fuchsia-500 {
    background-color: var(--fuchsia-500) !important;
}

.cbg-fuchsia-600 {
    background-color: var(--fuchsia-600) !important;
}

.cbg-violet {
    background-color: var(--violet-500) !important;
}

.cbg-violet-500 {
    background-color: var(--violet-500) !important;
}

.cbg-violet-600 {
    background-color: var(--violet-600) !important;
}

.cbg-slate-50 {
    background-color: var(--slate-50) !important;
}

.cbg-slate-100 {
    background-color: var(--slate-100) !important;
}

.cbg-slate-200 {
    background-color: var(--slate-200) !important;
}

.cbg-slate-400 {
    background-color: var(--slate-400) !important;
}

.cbg-slate-600 {
    background-color: var(--slate-600) !important;
}

.cbg-slate-800 {
    background-color: var(--slate-800) !important;
}

.env-color {
    background-color: var(--env-color) !important;
}

.turbo-progress-bar {
    height: 5px;
    background-color: var(--env-color) !important;
}

.icon {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
}

.icon--payment {
    font-family: 'erp-payment-methods';
    font-feature-settings: 'liga';
    font-variant-ligatures: normal;
}

/* Filled */
.icon--filled {
    font-family: 'Material Symbols Rounded Filled';
}

/* Animação */
.icon--spin {
    display: inline-block;
    animation: spin 1s linear infinite;
}

/* Variações de tamanho */
.icon--xs {
    font-size: 12px;
}

.icon--sm {
    font-size: 16px;
}

.icon--md {
    font-size: 24px;
}

.icon--lg {
    font-size: 32px;
}

.icon--xl {
    font-size: 40px;
}

.icon--xxl {
    font-size: 48px;
}

.btn .icon {
    font-size: 14px;
}

.btn.btn-lg .icon {
    font-size: 16px;
}

#sidebar-menu ul > .menu-title:not(:has(~ li a)) {
    display: none;
}

#sidebar-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 12px !important;
}

#sidebar-menu ul li a i {
    flex-shrink: 0;
}

#sidebar-menu ul li a span {
    flex: 1 1 auto;
}

#sidebar-menu .has-arrow:after {
    margin-left: auto;
    flex-shrink: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
    font-size: 12px !important;
}

@media (max-width: 1366px) {
    html {
        font-size: 11px;
    }

    #sidebar-menu ul li a {
        font-size: 11px !important;
    }

    #sidebar-menu ul li ul.sub-menu li a {
        font-size: 11px !important;
    }
}

.navbar-header {
    height: 50px !important;
    padding: 0 !important;
}

.navbar-header .header-item {
    height: -webkit-fill-available !important;
    height: 100% !important;
}

.navbar-header .header-item .icon {
    font-size: 20px !important;
}

.vertical-menu {
    width: 230px !important;
    top: 50px !important;
}

.main-content {
    margin-left: 230px;
}

.page-content {
    padding: calc(35px + 24px) calc(24px / 2) 60px calc(24px / 2) !important;
}

.footer {
    left: 230px !important;
}

.vertical-collpsed .footer {
    left: 70px !important;
}

input + .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.js-datepicker + label, .js-datetimepicker + label {
    z-index: 3 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.toast {
    width: auto !important;
    max-width: 100em !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: .85em;
}

.tr-borderless th, .tr-borderless td {
    border-style: none;
}

fieldset, legend {
    all: revert;
}

fieldset {
    padding: 0.75em 0 !important;
    border-top: 1px solid #dee2e6 !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

fieldset.product-row-fieldset {
    border-top: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.avatar img {
    display: block;
}

.avatar {
    position: relative;
    display: inline-block;
}

.avatar-5xl {
    width: 10.5rem;
    height: 10.5rem;
}

select.readonly-look {
    background-color: #e9ecef;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #495057;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

.select2-selection {
    background: #eee;
    box-shadow: none;
}

.select2-selection--single {
    height: calc(3.5rem + 2px) !important;
    font-size: .8125rem !important;
    padding-top: 1.625rem !important;
    padding-bottom: .625rem !important;
}

.select2-selection--multiple {
    min-height: calc(3.5rem + 2px) !important;
    font-size: .8125rem !important;
    padding-top: 1.625rem !important;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection__clear {
    right: 2.5rem !important;
    background-size: 0.6rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: .8125rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]
{
    background-color: #0d6efd !important;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: .8125rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: .8125rem !important;
    line-height: 1 !important;
    color: var(--bs-body-color); !important;
    background-color: var(--bs-light) !important;
    border: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.6rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: var(--bs-secondary); !important;
}

.select2 {
    width:100% !important;
}

.select2-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.select2-option__image {
    width: 28px;
    height: 20px;
    object-fit: contain;
    flex: none;
}

.form-floating > label {
    z-index: 3 !important;
}

.v-m {
    vertical-align: middle;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.w-10 {
    width: 10% !important;
}

.w-5 {
    width: 5% !important;
}

.datepicker {
    z-index: 1100 !important;
}

.text-dfranquias-red {
    color: #9D1E2F !important;
}

.text-dfranquias-orange {
    color: #F78F20 !important;
}

.text-dfranquias-bege {
    color: #FFBB7C !important;
}

.bg-dfranquias-red {
    background-color: #9D1E2F !important;
}

.btn-dfranquias-red {
    color: #fff;
    background-color: #9D1E2F;
    border-color: #9D1E2F;
}

.btn-dfranquias-red:hover {
    color: #fff;
    background-color: #830c10;
}

.btn-outline-dfranquias {
    color: #9D1E2F
}

.btn-outline-dfranquias:hover {
    color: #fff;
    background-color: #9D1E2F;
}

.btn-check:active+.btn-outline-dfranquias, .btn-check:checked+.btn-outline-dfranquias, .btn-outline-dfranquias.active, .btn-outline-dfranquias.dropdown-toggle.show, .btn-outline-dfranquias:active {
    color: #fff;
    background-color: #9D1E2F;
    border-color: #9D1E2F;
}

.border-dfranquias-red {
    border-color: #9D1E2F !important;
}

.border-dfranquias-orange {
    border-color: #F78F20 !important;
}

.border-dfranquias-bege {
    border-color: #FFBB7C !important;
}

.border-gray {
    border-color: #ced4da !important;
}

.btn-check:active+.btn-outline-dfranquias, .btn-check:checked+.btn-outline-dfranquias, .btn-outline-dfranquias.active, .btn-outline-dfranquias.dropdown-toggle.show, .btn-outline-dfranquias:active {
    color: #fff;
    background-color: #9D1E2F;
    border-color: #9D1E2F;
}

.ui-autocomplete {
    max-height:90px;
    overflow-y: auto;
    overflow-x: hidden;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
}

.franchise-data {
    width: 215px;
    height: 44px;
    border-radius: 3px;
    background-color: var(--bs-light) !important;
}

body[data-style-mode=dark] .vertical-menu {
    background: #262b3c !important;
}

body[data-style-mode=dark] #sidebar-menu ul li a:not(.active) {
    color: var(--bs-body-color) !important;
}

body[data-style-mode=dark] #sidebar-menu ul li a:not(.active):hover {
    color: #556ee6!important;
}

body[data-layout=horizontal] .page-content {
    margin-top: 0 !important;
}

.page-title-box {
    padding-top: .5rem;
    padding-bottom: .75rem;
}

.noti-icon .badge {
    position: absolute;
    top: 20px;
    right: 4px;
}

.datepicker-years .focused {
    background: 0 !important;
}

.form-check-flex, .form-check-flex-lg {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-check-flex label, .form-check-flex-lg label {
    margin-bottom: 0 !important;
    padding-left: .5rem !important;
    cursor: pointer;
}

.form-check-flex-lg input {
    height: 1.125rem !important;
    width: 1.125rem !important;
    cursor: pointer;
}

/*LAYOUT DO PDV*/
#search-product-query:focus {
    outline: none;
    border-color: #9D1E2F;
    box-shadow: 0 0 5px rgba(157, 30, 47, 0.6);
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: 2px solid #3b82f6;
        width: 4.8125rem;
        position: absolute;
        left: 7.5rem;
        top: 10px
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 2px solid #3b82f6;
        width: 4.8125rem;
        position: absolute;
        right: 7.5rem;
        top: 10px
    }

    .timeline-steps .timeline-content {
        width: 10rem;
        text-align: center
    }

    .timeline-steps .timeline-content .inner-circle {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #3b82f6
    }

    .timeline-steps .timeline-content .inner-circle:before {
        content: "";
        background-color: #3b82f6;
        display: inline-block;
        height: 3rem;
        width: 3rem;
        min-width: 3rem;
        border-radius: 6.25rem;
        opacity: .5
    }

    .input-group > .amount-received:focus {
        outline: none;
        border-color: #9D1E2F;
        box-shadow: 0 0 5px rgba(157, 30, 47, 0.6);
    }

    .btn-outline-dfranquias-red-pdv:hover {
        color: #fff;
        background-color: #E3BCC0;
        border-color: #E3BCC0;
    }

    .btn-check:checked + .btn-outline-dfranquias-red-pdv,
    .btn-check:active + .btn-outline-dfranquias-red-pdv, .btn-outline-dfranquias-red-pdv:active, .btn-outline-dfranquias-red-pdv.active, .btn-outline-dfranquias-red-pdv.dropdown-toggle.show {
        color: #fff;
        background-color: #E3BCC0;
        border-color: #E3BCC0;
    }

    .btn-outline-dfranquias-red-pdv:disabled, .btn-outline-dfranquias-red-pdv.disabled {
        color: #E3BCC0;
        background-color: transparent;
    }

    .badge-shortcut {
        background-color: #9D1E2F !important;
        color: #FFF;
        width: 50px !important;
    }

    .top-10-vh {
        top: 10vh !important;
    }

    .card-payment {
        height: 67vh !important;
    }

    .card-payment-methods {
        height: 67vh !important;
    }

    .watermark-df {
        height: 33vh !important;
    }

    .product-description {
        width: 120px !important;
        line-height: 10px !important;
    }

    .product-price {
        font-weight: 800 !important;
    }

    .category-size {
        width: 85px !important;
    }

    .ellipsis {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .product-image {
        height: 65px !important;
        width: 95px !important;
        box-sizing: border-box;
        aspect-ratio: 16/9 auto;
        object-fit: scale-down;
    }

    .product-tag {
        position: absolute;
        top: 0px !important;
        right: 0px !important;
        width: 33px !important;
    }

    .product-grid-tag {
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        width: 90px !important;
    }

    .product-configurable-tag {
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        width: 75px !important;
    }

    .product:hover {
        transform: scale(1.02);
    }

    .custom-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 0;
        background-color: #F4F4F4;
    }

    .custom-scroll::-webkit-scrollbar {
        width: 6px;
        background-color: #F4F4F4;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #B4B4B4;
    }

    #item-list li.active {
        background: #DCEDFC;
        color: #4e4e4e;
        font-weight: bold;
    }

    .btn-keyboard {
        color: #333333;
        background: rgba(116, 120, 141, 0.25);
        cursor: default;
    }

    .pdv-card-shadows {
        box-shadow: 3px 3px 5px rgb(0 0 0 / 15%);
        border-radius: 5px;
    }

    .baloon {
        display: inline-block;
        padding: 5px 11px;
        background-color: #d31721;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 99;
        top: 18px;
        left: 12px;
        position: absolute;
    }

    .baloon::after {
        content: '';
        position: absolute;
        top: -5px;
        left: 2px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #d31721 transparent;
    }

    .discount-baloon {
        display: inline-block;
        padding: 5px 11px;
        background-color: #d31721;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 99;
        top: 18px;
        left: 163px;
        position: absolute;
    }

    .discount-baloon::after {
        content: '';
        position: absolute;
        top: -5px;
        left: 2px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #d31721 transparent;
    }

    .toggle-active {
        color: #fff !important;
        background-color: #cf5a5a !important;
        border-color: #c35555 !important;
        -webkit-box-shadow: 0 0 0 .15rem rgba(246, 128, 128, .5) !important;
        box-shadow: 0 0 0 .15rem rgba(246, 128, 128, .5) !important;
    }

    .car-discount .cart-subtotal {
        height: 20px;
        padding: 0;
        margin: 0;
        color: red;
        font-weight: bold;
        background: #fff1f1;
    }
}

.proof-item-list {
    max-height: 38vh !important;
}

.col-price-table-product {
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 0;
    width: 225px;
}

.col-product-description {
    max-width: 100%;
}

.col-price-table-product .input-group {
    max-width: 140px;
    margin: 0 auto;
}

@media (max-width: 1920px) {
    .vh-pdv {
        height: 88vh !important;
    }

    .product-list {
        max-height: calc(74vh - 0vh) !important;
        height: auto !important;
        position: absolute;
    }

    .product {
        cursor: pointer;
        width: 120px !important;
        height: 120px !important;
        transition: transform 0.1s ease;
    }

    .category-size {
        width: 110px !important;
    }

    .cart-item-list {
        max-height: 56vh !important;
        height: 56vh !important;
    }

    .groups {
        max-height: 11vh !important;
        height: auto !important;
    }

    .group-item {
        width: 99px !important;
    }

    .col-price-table-product {
        flex: 0 0 auto;
        max-width: 100%;
        min-width: 0;
        width: 195px;
    }

    .col-product-description {
        max-width: 100%;
    }

    .col-price-table-product .input-group {
        max-width: 140px;
        margin: 0 auto;
    }
}

.table-responsive-custom .row {
    flex-wrap: nowrap !important;
    min-width: max-content;
}

.col-pt-check   { flex: 0 0 auto; width: 44px; }
.col-pt-status  { flex: 0 0 auto; width: 90px; }
.col-pt-desc    { flex: 1 1 auto; width: 10vw; overflow: hidden; word-break: break-word; }
.col-pt-cost    { flex: 0 0 auto; width: 90px; }
.col-pt-actions { flex: 0 0 auto; width: 105px; }
.col-price-readonly { pointer-events: none; opacity: 0.65; }

@media (max-width: 1750px) {
    .col-price-table-product {
        width: 180px;
    }

    .col-status-product {
        max-width: 75px;
    }
}

@media (max-width: 1550px) {
    .col-price-table-product {
        width: 150px;
    }
}

@media (max-width: 1366px) {
    .vh-pdv {
        height: 88vh !important;
    }

    .product-list {
        max-height: calc(72vh - 0vh) !important;
        height: auto !important;
        position: absolute;
    }

    .product {
        cursor: pointer;
        width: 120px !important;
        height: 120px !important;
        transition: transform 0.1s ease;
        border: 1px solid #eeeeee !important;
    }

    .category-size {
        width: 85px !important;
    }

    .cart-item-list {
        max-height: 45vh !important;
        height: 51vh !important;
    }

    .groups {
        max-height: 8vh !important;
        height: auto !important;
    }

    .group-item {
        width: 99px !important;
    }

    .col-price-table-product {
        width: 130px;
    }

    .col-price-table-product .input-group {
        max-width: 110px;
    }
}

@media (max-width: 1280px) {
    .col-price-table-product {
        width: 125px;
    }
}

.table-container {
    overflow-x: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .table-container {
        overflow-x: auto;
    }

    .col-price-table-product {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .table-container {
        overflow-x: auto;
    }

    .table-responsive-custom .row {
        flex-wrap: wrap !important;
        min-width: unset;
    }

    .col-price-table-product {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%;
    }

    .col-price-table-product .input-group {
        max-width: 100%;
    }

    .col-pt-check   { width: auto; }
    .col-pt-status  { width: auto; }
    .col-pt-desc    { flex: 1 1 auto; min-width: 0; }
    .col-pt-cost    { width: 50%; flex: 0 0 50%; }
    .col-pt-actions { width: 100%; flex: 0 0 100%; }

    .table-header {
        display: none !important;
    }
}

@media (max-height: 470px) {
    .vh-pdv {
        height: 83vh !important;
    }

    .product-list {
        max-height: calc(59vh - 0vh) !important;
        height: auto !important;
        position: absolute;
    }

    .product {
        cursor: pointer;
        width: 120px !important;
        height: 120px !important;
        transition: transform 0.1s ease;
        border: 1px solid #eeeeee !important;
    }

    .cart-item-list {
        max-height: 35vh !important;
        height: 35vh !important;
    }

    .groups {
        max-height: 12vh !important;
        height: auto !important;
    }

    .group-item {
        width: 99px !important;
    }
}

.rounded-top-left {
    border-top-left-radius: .5rem;
}

.rounded-top-right {
    border-top-right-radius: .5rem;
}

.rounded-bottom-left {
    border-bottom-left-radius: .5rem;
}

.rounded-bottom-right {
    border-bottom-right-radius: .5rem;
}

.apexcharts-title-text {
    font-size: 1rem !important;
}

.apexcharts-legend-series {
    margin-top: 1.5rem !important;
    display: flex;
    align-items: center;
}

.apexcharts-legend-text {
    font-size: .8125rem !important;
    line-height: 1 !important;
}

.apexcharts-legend-marker {
    margin-right: .5rem !important;
}

.datepicker table tr td.new, .datepicker table tr td.old,
.datepicker table tr td.new, .datepicker table tr td.new {
    color: var(--bs-body-color) !important;
}

.tempus-dominus-widget.light {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight) {
    color: var(--bs-body-color) !important;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new {
    color: var(--bs-body-color) !important;
    opacity: .6;
}

.tempus-dominus-widget.light .date-container-days .dow {
    color: var(--bs-body-color) !important;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.light .toolbar div:hover, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover {
    background-color: var(--bs-light) !important;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight, :hover).active {
    color: white !important;
}

.accordion-button-left::after {
    order: -1;
    margin-right: 1.5rem;
    margin-left: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #50a5f1;
    background-color: rgba(80, 165, 241, .30) !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.label-soft {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #34c38f;
    background-color: rgba(40, 167, 69, 0.25) !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.hide {
    display: none !important;
}

#cart-menu button:not(#button-more) {
    width: 80px;
}

/* Buttons width */
.btn-w-4 {
    width: 4rem;
}

.btn-w-6 {
    width: 6rem;
}

.btn-w-8 {
    width: 8rem;
}

.btn-w-10 {
    width: 10rem;
}

.btn-w-12 {
    width: 12rem;
}

.btn-w-14 {
    width: 14rem;
}

.btn-w-16 {
    width: 16rem;
}

.btn-w-18 {
    width: 18rem;
}

.btn-w-20 {
    width: 20rem;
}

.custom-table-fixed {
    table-layout: fixed;
    width: 100%;
}

.custom-table-fixed th, .custom-table-fixed td {
    width: 20%;
}

.font-weight-700 {
    font-weight: 700;
}

.font-size-26 {
    font-size: 26px!important;
}

.modal-keyboard {
    width: 40%;
    margin: 0 auto;
}

label.required:after {
    content: " *";
    color: red;
}

.form-check-label:after {
    content: "" !important;
}
.ts-wrapper.form-select {
    display: flex !important;
}

.ts-wrapper.form-select > .ts-control {
    border: none!important;
    padding: unset !important;
    box-shadow: none !important;
    background: none !important;
}

.ts-wrapper.form-select > .ts-control,
.ts-wrapper.form-select > .ts-control input,
.ts-wrapper.form-select > .ts-dropdown {
    font-size: .8125rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.ts-wrapper.form-select > .ts-control {
    font-size: .8125rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.ts-wrapper.form-select > .ts-control > .clear-button {
    right: calc(8px - 6px)!important;
}

.form-floating-btn {
    height: calc(3.5rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

table.table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: none !important;
    background-color: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.orange-900 {
    background-color: #e65100;
}

.shimmer-effect {
    background: linear-gradient(
        90deg,
        #eff2f7 0%,
        #d8dce6 20%,
        #eff2f7 40%,
        #eff2f7 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.shimmer-effect:disabled {
    opacity: 1;
}

.cart-item-list .child-item {
    padding-left: 20px !important;
}

.modal__header {
    color: var(--color-white);
    background-color: var(--env-color);
}

.modal__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-white);
}

.modal__close {
    cursor: pointer;
}

.modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.modal__footer__button {
    min-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    margin: 0;
}

.modal__footer__button:has(.badge) {
    line-height: 1;
}

.modal__footer__button .badge {
    display: flex;
    top: 0;
    font-weight: 600;
}

.swal2-popup.swal2-toast {
    box-shadow: 0 0 8px var(--gray-normal-hover); !important;
}

.swtoast {
    padding: 1rem !important;
}

.swtoast.swal2-icon-success {
    background-color: var(--bs-success) !important;
}

.swtoast.swal2-icon-error {
    background-color: var(--bs-danger) !important;
}

.swtoast.swal2-icon-warning {
    background-color: var(--bs-warning) !important;
}

.swtoast.swal2-icon-info {
    background-color: var(--bs-info) !important;
}

.swtoast .swal2-header {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
}

.swtoast .swal2-icon {
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    color: var(--bs-white) !important;
    border: none !important;
    margin: 0 !important;
}

.swtoast .swal2-title {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: var(--bs-white) !important;
    margin: 0 !important;
}

.swtoast .swal2-close {
    color: var(--bs-white);
}

.swtoast .swal2-html-container {
    color: var(--bs-white);
}

.password-addon {
    cursor: pointer;
}

.df-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    padding: 1.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    min-height: 100px;
}

.df-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.df-card-blue { 
    background: linear-gradient(135deg, var(--blue-600), var(--blue-500)); 
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.3); 
}

.df-card-emerald { 
    background: linear-gradient(135deg, var(--emerald-600), var(--emerald-500)); 
    box-shadow: 0 10px 20px -5px rgba(5, 150, 105, 0.3); 
}

.df-card-rose { 
    background: linear-gradient(135deg, var(--rose-600), var(--rose-500)); 
    box-shadow: 0 10px 20px -5px rgba(225, 29, 72, 0.3); 
}

.df-card-indigo { 
    background: linear-gradient(135deg, var(--indigo-600), var(--indigo-500)); 
    box-shadow: 0 10px 20px -5px rgba(79, 70, 229, 0.3); 
}

.df-card-amber { 
    background: linear-gradient(135deg, var(--amber-600), var(--amber-500)); 
    box-shadow: 0 10px 20px -5px rgba(217, 119, 6, 0.3); 
}

.df-card-cyan { 
    background: linear-gradient(135deg, var(--cyan-600), var(--cyan-500)); 
    box-shadow: 0 10px 20px -5px rgba(8, 145, 178, 0.3); 
}

.df-card-orange { 
    background: linear-gradient(135deg, var(--orange-600), var(--orange-500)); 
    box-shadow: 0 10px 20px -5px rgba(234, 88, 12, 0.3); 
}

.df-card-fuchsia { 
    background: linear-gradient(135deg, var(--fuchsia-600), var(--fuchsia-500)); 
    box-shadow: 0 10px 20px -5px rgba(192, 38, 211, 0.3); 
}

.df-card-violet { 
    background: linear-gradient(135deg, var(--violet-600), var(--violet-500)); 
    box-shadow: 0 10px 20px -5px rgba(124, 58, 237, 0.3); 
}

.df-card-outline {
    background: white;
    border: 1px solid var(--slate-200);
    color: var(--slate-800);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.df-card-outline .df-card-label { 
    color: var(--slate-400); 
}

.df-card-outline .df-card-value { 
    color: var(--slate-800); 
}

.df-card-outline .df-card-icon-box { 
    background: var(--slate-50); 
    border-color: var(--slate-200); 
    color: var(--blue-600); 
}

.df-card-outline .df-card-blob, .df-card-outline .df-card-circle { 
    display: none; 
}

.df-card-glass {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: var(--slate-800);
}

.df-card-glass .df-card-label { 
    color: var(--slate-600); 
}

.df-card-glass .df-card-icon-box { 
    background: rgba(255, 255, 255, 0.5); 
    color: var(--slate-800); 
}

.df-card-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    position: relative; 
    z-index: 2; 
}

.df-card-label { 
    font-size: 0.65rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    color: rgba(255, 255, 255, 0.8); 
    margin-bottom: 0.25rem; 
}

.df-card-value { 
    font-size: 2.5rem; 
    font-weight: 900; 
    margin: 0; 
    line-height: 1; 
}

.df-card-icon-box {
    width: 3rem; 
    height: 3rem; 
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(8px);
    display: flex; 
    align-items: center; 
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2); 
    transition: transform 0.3s ease;
}
.df-card:hover .df-card-icon-box { 
    transform: rotate(12deg) scale(1.1); 
}

.df-card-blob { 
    position: absolute; 
    bottom: -1.5rem; 
    left: -1.5rem; 
    width: 6rem; 
    height: 6rem; 
    background: rgba(255, 255, 255, 0.15); 
    border-radius: 50%; 
    filter: blur(24px); 
    z-index: 1; 

}

.df-card-circle {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 8rem;
    height: 8rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.input-group .form-floating {
    flex: 1;
}

[data-bs-toggle="tooltip"] {
    cursor: pointer;
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.ig-text {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 8px !important;
}
#sortable li {
    user-select: none;
    cursor: grab;
    transition: background-color 0.2s;
}
#sortable li:active {
    cursor: grabbing;
    background-color: #f0f0f0;
}