/* Add here all your CSS customizations */
* {
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #011B21;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #e2e3e6;
}

*::-webkit-scrollbar-thumb {
    background: #011B21;
}

html.fixed .page-header {
    overflow: hidden;
}

ul.nav-main li .nav-children li a {
    padding: 10px 15px 6px 57px;
    overflow: hidden;
}

ul.sub-nav-children {
    box-shadow: none !important;
}

ul.nav-main li .nav-children .sub-nav-children li a {
    padding: 6px 15px 6px 55px;
}

ul.nav-main .nav-active>a {
    font-weight: bold;
}

legend {
    margin: 0;
    width: auto;
    padding: 0 10px;
    font-size: 1rem;
}

fieldset {
    padding: 0 10px;
    border-width: 1px;
    border-style: groove;
    border-color: #ced4da;
    border-image: initial;
    margin-bottom: 10px;
}

fieldset legend.bordered {
    width: auto;
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #011b21;
}

label.required {
    top: 0;
    color: #13233d;
    font-size: 13px;
    font-weight: normal;
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bolder;
}

input.is-invalid {
    border-radius: 0.25rem !important;
}

ul li.nav-item a.nav-link.is-invalid {
    color: #dc3545;
}

.select2-container.is-invalid .select2-selection {
    border-color: #dc3545 !important;
}

.text-warning {
    color: #ed9c28 !important;
}

.ajax-loader {
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/ajax-loader.gif");
}

.card-loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: absolute;
    background-size: 40px;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.7) url("../img/ajax-loader.gif") center center no-repeat;
}

table tr.ajax-loader {
    opacity: 0.5;
    pointer-events: none;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/ajax-loader.gif");
}

.ios-switch.disabled {
    opacity: 0.5;
    pointer-events: none;
    background-color: #cccccc;
}

.ios-switch.disabled .switch-button {
    background-color: #999999;
}

#modalUnauthorized {
    z-index: 99999;
    position: fixed;
}

#modalUnauthorized::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.modal .modal-dialog .alert {
    position: relative;
    width: 100%;
}

.modal {
    z-index: 1050;
}

.modal-dialog-centered {
    flex-direction: column;
    justify-content: center;
}

.modal-dialog.background::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.charts {
    width: 100%;
    height: 500px;
}

.strong,
.strong label,
.strong input,
.strong span {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.lista-barras {
    min-height: 50px;
}

#userbox .profile-picture img {
    width: 35px;
    height: 35px;
}

#sidebar-right .input-group-prepend {
    margin-right: -1px;
    height: 26px;
}

#sidebar-right .input-group-prepend .input-group-text {
    font-size: 14px;
}

#sidebar-right form label {
    font-size: 11px;
}

#menu li.nav-parent:not(:has(ul)) {
    display: none;
}

#menu li.nav-expanded>a.nav-link {
    font-weight: bold;
}

.alert ul {
    margin-bottom: 0;
}

.in-session {
    background-color: #D4EDDA !important;
}

.dropify-message p {
    font-size: 1rem;
    padding: 10px 15px;
}

.actions {
    width: 50px;
}

.actions .dropdown-toggle {
    padding: 3px 10px;
    margin: 0 12px;
}

.actions:has(.dropdown-toggle) {
    padding: 0;
}

.actions .dropdown-toggle::after {
    border: none;
}

.spinner-border.delete {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.tenant.spinner-border {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.tenant.spinner-grow {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.loading-overlay {
    background: none;
}

.loading-overlay-showing {
    min-width: 55px;
    min-height: 20px;
    position: relative;
}

.btn-primary .bounce-loader .bounce1,
.btn-primary .bounce-loader .bounce2,
.btn-primary .bounce-loader .bounce3 {
    background-color: #FFF;
}

.badge-blue {
    background-color: #007bff;
    color: white;
}

#log pre.sf-dump .sf-dump-public {
    color: #FF8400;
    font-weight: bold;
}

#log pre.sf-dump .sf-dump-ref {
    color: #A0A0A0;
}

#log pre.sf-dump .sf-dump-str {
    font-weight: bold;
    color: #368f24;
}

#log pre.sf-dump,
pre.sf-dump .sf-dump-default {
    background-color: #FFF;
}

.fileUpload {
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.radius-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.radius-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

input.disabled {
    background-color: #e9ecef;
    pointer-events: none;
    opacity: 1;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.input-group-append.disabled {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

td.status {
    width: 55px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

td.status .changeStatus .fas {
    font-size: 20px;
}

@media (max-width: 1200px) {
    .form-group:has(.row .switch.switch-primary) {
        margin-left: 18px;
    }
}

.modal-centered {
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 10rem);
    flex-direction: column;
    justify-content: center;
}

.tagify--focus {
    --tags-border-color: black !important;
}

#print-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

/* -------------------------------------------------- */
/*                  PERMISSÕES                        */
/* -------------------------------------------------- */
.card-permissao {
    padding: 10px;
    display: flex;
    border-radius: 00.25rem;
    background-color: #F4F4F4;
    justify-content: space-between;
}

.card-permissao a {
    color: #777;
    display: block;
    width: 100%;
    font-weight: bold;
}

.card-permissao a i {
    width: 20px;
}

.checkbox-permissao {
    display: flex;
    justify-content: space-around;
}

.checkbox-permissao .checkbox-custom {
    margin: 10px 0;
}

/* -------------------------------------------------- */
/*                  FORM WIZARD                       */
/* -------------------------------------------------- */
.wizard-tabs ul>li>a:before,
.wizard-tabs ul>li>a:after {
    border: 20px solid transparent;
    border-right: 0;
    border-left: 10px solid transparent;
}

.pager li>button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>button:hover {
    background-color: #eee;
}

.next .bx {
    vertical-align: text-top;
}

.select2-dropdown {
    z-index: 99999;
}

/* -------------------------------------------------- */
/*                  HEADER                            */
/* -------------------------------------------------- */
div.header-empresa-logada {
    position: absolute;
    top: 6px;
    right: 300px;
    left: 75px;
    z-index: 1;
}

div.header-empresa-logada h1 {
    color: #d2312d;
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
}

@media (max-width: 770px) {
    div.header-empresa-logada {
        left: 75px;
        right: 50px;
    }
}

/* -------------------------------------------------- */
/*                  DATATABLES                        */
/* -------------------------------------------------- */
table.dataTable.table-hover>tbody.cursor-pointer>tr:hover>* {
    color: #FFF;
    box-shadow: inset 0 0 0 9999px #1b79d5 !important;
}

table.dataTable.table-hover>tbody.cursor-pointer>tr:hover a {
    color: #FFF;
}

div.dataTables_wrapper.dt-bootstrap4 {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 0;
    margin-right: 7px;
}

div.dt-buttons .btn {
    font-size: 13px;
}

div.dt-button-collection .dt-button {
    min-width: 100px !important;
}

div.dt-button-collection {
    width: auto !important;

}

div.dt-button-collection div.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}


.dataTables_wrapper .dataTables_filter label {
    width: 90%;
}

/* THEAD */
.dataTables_wrapper table thead th.action {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
    width: 50%;
}

div.dataTables_wrapper div.dataTables_filter input {
    padding: 7px;
}

div.dt-buttons .btn {
    padding: 4.5px 10px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 15px !important;
    float: left;
}

.datatables-action a {
    color: #13233d;
    padding: 5px;
}

.dataTables_scrollTop {
    transition: opacity 0.2s ease;
}

.dataTables_scrollTop[style*="display: none"] {
    opacity: 0;
}

a.dt-button.dropdown-item {
    padding: 0.5rem 0.5rem;
}

/* TBODY */
table.dataTable td.pointer {
    cursor: pointer;
}

.excel-edit:focus {
    outline: 2px solid #ffbb00;
}

td.excel-edit-focus {
    outline: 2px solid #ff9900 !important;
}

table.dataTable td:first-child .checkbox-custom {
    padding: 0;
    margin-left: 4px;
}

.dataTables_wrapper table tbody td.text-middle {
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.dataTables_wrapper table tbody td.action {
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.dataTables_wrapper table tbody td.action a {
    margin: 0;
    color: #13233d;
    padding: 3px 5px;
}

.dataTables_wrapper table tbody td.action .dropdown-toggle {
    padding: 3px 10px;
    margin: 0 12px;
}

.dataTables_wrapper table tbody td.action:has(.dropdown-toggle) {
    padding: 0;
}

.dataTables_wrapper table tbody td.action .dropdown-toggle::after {
    border: none;
}

.dataTables_wrapper table tbody td.action .dropdown-menu a {
    padding: 4px 24px;
}

table.dataTable>tbody>tr.selected a {
    color: #fff !important;
}

/* CAPTION */
table.dataTable caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 1px solid #ddd;
    border-top: none;
}

table.dataTable caption div {
    display: flex;
    justify-content: space-around;
}

table.dataTable caption div label {
    margin: 0;
    color: #212529;
    font-weight: bold;
}

table.dataTable caption div label span {
    font-weight: normal;
}

/* PAGINATION */
.dataTables_wrapper .pagination {
    margin-top: 10px !important;
}

.page-item.active .page-link {
    background-color: #011b21;
    border-color: #011b21;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 1000;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #4a4a4a;
}

.form-control.form-control-modern {
    border-color: #343a40;
}

#produtosTable .form-control {
    padding: 0;
}

#selectProdutosTable tbody,
#selectFornecedoresTable tbody {
    cursor: pointer;
}

/* DELETING */
table.dataTable .tr-deleting {
    opacity: 0.6;
    background-color: #f8f9fa !important;
    pointer-events: none;
}

table.dataTable .tr-deleting td {
    position: relative;
}

table.dataTable .tr-deleting::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 25%, rgba(255, 255, 255, 0.4) 50%, transparent 75%);
    background-size: 200% 100%;
    animation: loadingShimmer 1.5s infinite;
    z-index: 1;
}

@keyframes loadingShimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

table.dataTable .deleting-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #dc3545;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

table.dataTable .deleting-loader i {
    margin-right: 5px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* SPINNER */

.cell-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.cell-loading {
    pointer-events: none;
    opacity: 0.6;
    background: #f8f9fa !important;
}

/* -------------------------------------------------- */
/*                  DASHBOARD                         */
/* -------------------------------------------------- */

#dashboard button.search {
    margin-top: 25px;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.bg-primary {
    background-color: #0088CC !important;
}

.card-featured-primary {
    border-color: #0088CC;
}

.bg-coral {
    background-color: #E36159;
}

.card-featured-coral {
    border-color: #E36159;
}

.bg-tertiary {
    background-color: #2BAAB1;
}

.card-featured-tertiary {
    border-color: #2BAAB1;
}

.bg-orange {
    background-color: #FF9800FF;
}

.card-featured-orange {
    border-color: #FF9800FF;
}

/* -------------------------------------------------- */
/*       FILTROS GERENCIAMENTO DE MERCADORIAS         */
/* -------------------------------------------------- */

.filtro-tag {
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.filtro-tag::after {
    content: '✕';
    margin-left: 6px;
    opacity: 0.7;
}

.filtro-tag:hover {
    background-color: #dc3545 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    transform: translateY(-1px);
}

.filtro-tag:hover::after {
    opacity: 1;
    font-weight: bold;
}

/* -------------------------------------------------- */
/*      CONTEXT MENU GERENCIAMENTO DE MERCADORIAS     */
/* -------------------------------------------------- */

#contextMenu {
    display: none;
    position: absolute;
    z-index: 4000;
    width: 320px;
}

#contextMenu .dropdown-submenu {
    position: relative;
}

#contextMenu .dropdown-item {
    padding: 0.25rem 1.25rem 0.25rem 0.5rem;
}

#contextMenu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    display: none;
}

#contextMenu .dropdown-submenu .dropdown-menu .dropdown-item {
    padding: 0.4rem 1.25rem 0.4rem 1.25rem;
}

#contextMenu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#contextMenu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px;
}

#produtosTable tbody tr.context-highlight {
    background-color: #e9ecef;
}

@media (max-width: 768px) {
    .dropdown-submenu>.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
    }
}

.global-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
}

/* -------------------------------------------------- */
/*                  SELECT 2                          */
/* -------------------------------------------------- */
.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    outline: 0;
    min-height: 40px;
    text-align: left;
}

.select2-selection__rendered {
    margin: 5px;
}

.select2-selection__arrow {
    margin: 7px;
}

.select2-container {
    width: 100% !important;
}

.input-group.select {
    flex-wrap: nowrap;
}

.input-group.select .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.select2-selection__clear {
    z-index: 1;
    font-size: 20px;
    padding: 1.5px 5px;
    margin-right: -20px;
    background-color: white;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    color: #13233d;
}

.component-select-modal .select2-container--default .select2-selection--single {
    overflow: hidden;
}

.select2.select2-container.select2-container--default {
    overflow: hidden;
}

.fix-component-select .select2-selection.select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

/* -------------------------------------------------- */
/*                  SORTABLE                          */
/* -------------------------------------------------- */
#sortable {
    width: 100%;
    padding: 0;
    list-style-type: none;
}

#sortable .dragged {
    position: absolute;
    z-index: 2000;
}

/* -------------------------------------------------- */
/*                  PROMOÇÃO                          */
/* -------------------------------------------------- */
.mensagem-promocao {
    height: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
}

/* -------------------------------------------------- */
/*               CONTAS PAGAR/RECEBER                 */
/* -------------------------------------------------- */
#parcelamentos .parcela {
    position: relative;
    border: 2px solid #dee2e6;
}

#parcelamentos .titulo {
    top: -11px;
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
    position: absolute;
    color: #011b21;
    background-color: #F4F4F4;
    border: 2px solid #dee2e6;
}

#parcelamentos .pagamento .titulo {
    color: #777;
    background-color: #FFF;
}

#parcelamentos .boleto .titulo {
    color: #777;
    background-color: #FFF;
}

#parcelamentos .parcela .btn-parcela {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

#parcelamentos .parcela .btn-parcela .dropdown-item {
    padding: 0.5rem 1rem 0.5rem 0.25rem;
}

#parcelamentos .parcela .btn-parcela .dropdown-item i {
    padding: 0 10px;
}

#parcelamentos .parcela .spinner-border {
    top: 5px;
    right: 15px;
    position: absolute;
}

#parcelamentos .parcela .pagamento {
    position: relative;
}

#parcelamentos .parcela .pagamento .estornar {
    top: -1px;
    right: 6px;
    border: none;
    z-index: 100;
    border-radius: 0;
    padding: 3px 10px;
    position: absolute;
}

#parcelamentos .parcela .boleto {
    position: relative;
}

#parcelamentos .parcela .boleto .estornar {
    top: -1px;
    right: 6px;
    border: none;
    z-index: 100;
    border-radius: 0;
    padding: 3px 10px;
    position: absolute;
}

/* -------------------------------------------------- */
/*            MOVIMENTAÇÃO DE CONVENIO                */
/* -------------------------------------------------- */
#movimentacao-convenio fieldset {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

#movimentacao-convenio fieldset legend {
    width: auto;
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #011b21;
}

#movimentacao-convenio fieldset #remover-compra {
    position: absolute;
    top: -19px;
    right: 0;
    border: none;
    z-index: 100;
    padding: 3px 10px;
    border-radius: 0 5px 0 5px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    border-right: none;
}

#movimentacao-convenio fieldset #remover-compra:hover {
    color: #fff;
    background-color: #d2312d;
}

/* -------------------------------------------------- */
/*                  COMPONENTS                        */
/* -------------------------------------------------- */
#ComponentModalProdutosTable tbody {
    cursor: pointer;
}

#ComponentModalProdutosTable thead th.sorting_disabled {
    padding-right: 0.3rem !important;
}

.component-select-modal {
    display: flex;
    flex-wrap: nowrap;
}

.component-select-modal .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.component-select-modal .input-group-append .btn {
    border-color: #aaaaaa;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .select2-container {
    flex: 1 1 auto;
    width: 1% !important;
}

.input-group .select2-selection {
    height: calc(2.25rem + 2px);
    display: flex;
    align-items: center;
}

/* -------------------------------------------------- */
/*                  KEYBOARD                          */
/* -------------------------------------------------- */
#modalTeclaAtalho .title {
    font-size: 24px;
    margin: 20px 0;
}

#modalTeclaAtalho .title span {
    display: inline-block;
    min-width: 50px;
    min-height: 40px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 2px solid black;
    background-color: rgb(243, 243, 243);
}

.keyboard-base {
    max-width: 1085px;
    padding: 20px;
    position: relative;
    background-color: rgb(197, 197, 197);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(30, 30px);
    grid-template-rows: repeat(6, 60px);
    grid-gap: 5px;
}

@media screen and (max-width: 1200px) {
    .keyboard-base {
        scale: 0.7;
        transform: translateX(-150px);
        background-color: #FFF;
    }
}

@media screen and (max-width: 991px) {
    .keyboard-base {
        scale: 0.4;
        transform: translateX(-300px);
        background-color: #FFF;
    }
}

.key {
    background-color: rgb(243, 243, 243);
    border: 2px solid black;
    border-radius: 5px;
    grid-column: span 2;
    font-size: 20px;
    text-align: center;
    padding-top: 17px;
}

.key:hover {
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.key.active {
    background-color: #011b21;
    cursor: pointer;
    color: #FFF;
}

.delete {
    grid-column: span 4;
}

.esc {
    grid-column: span 3;
}

.tab {
    grid-column: span 3;
}

.backspace {
    grid-column: span 3;
}

.backslash {
    grid-column: span 3;
}

.capslock {
    grid-column: span 4;
}

.enter {
    grid-column: span 4;
}

.leftshift {
    grid-column: span 5;
}

.rightshift {
    grid-column: span 5;
}

.leftctrl {
    grid-column: span 3;
}

.command {
    grid-column: span 3;
    font-size: 14px;
}

.space {
    grid-column: span 13;
}

/* -------------------------------------------------- */
/*                  PRODUTO CLD                       */
/* -------------------------------------------------- */
#tabCalculo.loading .row {
    opacity: 0.3;
}

#tabCalculo #loadingCLD {
    width: 90%;
    height: 70%;
    display: none;
    position: absolute;
}

#tabCalculo.loading #loadingCLD {
    display: block;
}


/* -------------------------------------------------- */
/*                  LOJA / CAIXA                      */
/* -------------------------------------------------- */
.dropdown-menu:has(.dropdown-cupom) {
    display: flex !important;
    flex-wrap: wrap;
    max-width: 510px;
}

.dropdown-cupom {
    width: 100px;
    text-align: center;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #13233d;
    border-radius: 0.25rem;
}