@charset "UTF-8";
/****/
input[type=file] {
  width: auto;
  background: none;
}

input[type=file]::file-selector-button {
  background-color: #04ff86;
  color: black;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

input[type=file]:hover::file-selector-button {
  background-color: #06cf6e;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

input[type=checkbox]:not(.hamburger) {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Remove default checkbox appearance */
  width: 20px;
  height: 20px;
  background-color: #1c1d26;
  /* Default background color */
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #2a2b33;
  border-radius: 3px;
  outline: none;
}

/* Style for checked state */
input[type=checkbox]:not(.hamburger):checked {
  background-color: #04ff86;
  /* Desired color when checked */
  border-color: #04ff86;
}

/* Checkmark */
input[type=checkbox]:not(.hamburger):checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #1c1d26;
  border-width: 0 3px 3px 0;
}

.users-content,
.search-result,
.services {
  margin: 10px;
  padding: 10px;
  overflow: visible;
  background-color: inherit;
  color: #000;
  border-radius: 10px;
  height: auto;
  transition: 0.3s ease-in;
  animation: fadein 1s;
  box-shadow: none;
  border: none;
  position: relative;
}

.product-content,
.customer-register,
.mananger_employee,
.settings,
.suppliers-content {
  margin: 0;
  padding: 0;
  overflow: visible;
  background-color: inherit;
  color: #000;
  border-radius: 10px;
  height: auto;
  transition: 0.3s ease-in;
  animation: fadein 1s;
  box-shadow: none;
  border: none;
  position: relative;
}

/* Style with shadow */
.services,
.view-list-mode,
.list_request,
.manage-inventory,
.manage-licenses,
.categories-content {
  margin: 10px;
  padding: 10px;
  overflow: visible;
  background-color: inherit;
  color: #000;
  border-radius: 10px;
  height: auto;
  transition: 0.3s ease-in;
  animation: fadein 1s;
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.6);
  border: 0 solid rgba(255, 255, 255, 0.03);
  position: relative;
}

.pdv-card {
  margin: 10px;
  padding: 10px;
  background-color: inherit;
  color: #000;
  border-radius: 10px;
  transition: 0.3s ease-in;
  animation: fadein 1s;
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  border: 0 solid rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  max-width: 350px;
  font-size: 1.2em;
}
.pdv-card .os {
  color: #0387fb;
}
.pdv-card .product {
  color: #ff6c00;
}

.pdv-card-title {
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
}

.categories-content {
  width: 35vw;
}
.categories-content table {
  text-align: center;
}
.categories-content table tr:hover {
  color: #009d00;
}
.categories-content table tr:hover td a {
  color: #009d00;
}

.add-os {
  margin: 10px;
  padding: 10px;
  overflow: visible;
  background-color: inherit;
  color: #000;
  border-radius: 10px;
  height: auto;
  transition: 0.3s ease-in;
  animation: fadein 1s;
  box-shadow: none;
  border: none;
  position: relative;
}

.generate-license {
  margin: 10px;
  padding: 10px;
  overflow: visible;
  background-color: inherit;
  color: #000;
  border-radius: 10px;
  height: auto;
  transition: 0.3s ease-in;
  animation: fadein 1s;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-group {
  display: flex;
  flex-wrap: wrap;
  border: 0 solid rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  font-weight: 600;
}

.personal-content {
  margin-left: 172px;
}

.ct-body {
  padding: 10px;
}

.top-label {
  background-color: #009c51;
  width: 100%;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 5px;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.customer-content-registred .sub-box {
  padding: 0 10px 10px;
}

.global-customer-content,
.global-employeers-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-label {
  font-size: 19px;
  padding: 16px;
  background-color: #1c1d26;
  border-bottom: solid 1px #404250;
  color: white;
  display: flex;
  width: 95vw;
  justify-content: center;
}

.logout {
  margin-top: -48px;
  float: right;
  clear: both;
}
.logout a {
  display: block;
  height: 50px;
  position: relative;
}

.sub-box {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 5px;
  padding: 10px;
  font-weight: 600;
}
.sub-box label {
  color: #575757 !important;
  font-weight: 500;
  display: block;
  font-size: 1rem;
}
.sub-box span svg {
  margin: 1px 3px;
}

.space-between {
  padding: 10px;
}

.dynamic-selects {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 10px;
  width: 100%;
}

.fix-content {
  display: grid;
  grid-template-columns: 200px 250px 200px;
  /* ajuste os tamanhos das colunas */
  gap: 10px 20px;
  /* espaçamento entre linhas e colunas */
  margin-left: 20px;
  align-items: start;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #04ff86;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #1c1d26;
}

*::-webkit-scrollbar-thumb {
  background-color: #04ff86;
  border-radius: 20px;
  border: 3px solid #1c1d26;
}

#myModal-makeSale {
  z-index: 9999;
}

.make-sale #bottom-buttons {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.modal-container {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 16px 0 rgba(16, 27, 30, 0.92), 0 6px 20px 0 rgb(0, 0, 0);
  transition: opacity 0.15s;
}

.modal-container label {
  color: #000;
  font-weight: bold;
}

.modal {
  background: #fff;
  width: 0;
  height: 0;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4392156863);
  overflow: hidden;
  transition: width 0.2s, height 0.2s;
  font-size: 1.2em;
}

.modal-show {
  opacity: 1;
  pointer-events: auto;
  overflow: auto;
}

#final_cash_value {
  width: 60px;
}

.modal-show > .make-sale {
  width: 100%;
  height: auto;
  max-width: 580px;
  max-height: 100%;
  overflow: visible;
}

.modal-show > .filter-conf-stock {
  width: 100%;
  height: auto;
  max-width: 580px;
  max-height: 100%;
}

.modal-show > .printWarranty {
  width: 100%;
  height: auto;
  max-width: 80%;
  max-height: 100%;
  overflow: visible;
}

.modal-show > .showAllProductsLowStock {
  width: 100%;
  height: 600px;
  max-width: 90%;
  max-height: 100%;
}

.modal-show > #inner-modal {
  width: auto;
  height: auto;
  max-width: "";
  max-height: 80vh;
  overflow: visible;
}

.modal-show > .salePd {
  width: 500px;
  height: auto;
  max-width: "";
  max-height: 80vh;
  overflow: visible;
  font-size: 1.2em;
}

.modal-show > .closeCashRG {
  width: 500px;
  height: 500px;
  max-width: "";
  max-height: 80vh;
  overflow: visible;
}

.modal-show > .cancelSale {
  width: 400px;
  height: auto;
  max-width: "";
  max-height: 80vh;
  overflow: visible;
}

.modal-show > .move-stock {
  width: 450px;
  height: auto;
  max-width: "";
  max-height: 80vh;
  overflow: visible;
}

.modal-show > .mbleed {
  width: 400px;
  height: auto;
  max-width: "";
  max-height: 80vh;
}

.modal-show > .mvale {
  width: 400px;
  height: auto;
  max-width: "";
  max-height: 80vh;
}

.modal-show > .mdeposit {
  width: 400px;
  height: auto;
  max-width: "";
  max-height: 80vh;
}

.modal-show > .mreturn {
  width: auto;
  height: auto;
  max-width: "";
  max-height: 80vh;
  overflow: auto;
}

.modal-show > .mwithdraw {
  width: 400px;
  height: auto;
  max-width: "";
  max-height: 80vh;
}

.modal-show > .printCloseCRreceiptModal {
  width: auto;
  height: auto;
  max-width: "";
  max-height: 80vh;
}

.modal-show > .openCashRG {
  width: 400px;
  height: auto;
  max-width: "";
  max-height: 80vh;
}

.modal-show > .print-label {
  width: auto;
  height: 465px;
  max-width: 500px;
  max-height: 80vh;
  font-size: 1rem;
  overflow: visible;
}

.modal-show > .exitChecklist {
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 80vh;
  font-size: 1rem;
}

.modal-show > .removeItem {
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 80vh;
}

.modal-show > .addQtdPDSubModal {
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 80vh;
}

.modal-show > .atvLicense {
  width: 500px;
  height: auto;
  max-width: 500px;
  max-height: 80vh;
}

.modal-show > .searchProduct {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: 80vh;
}

.openCashRG > p {
  float: inline-end;
}

.rtr-content {
  max-height: 325px;
  overflow: auto;
}
.rtr-content table {
  text-align: center;
  width: 100%;
}

.sales-to-return {
  max-width: 1200px;
}

#myModal-profile > .modal {
  height: 245px !important;
  width: 530px !important;
  margin-top: -30px;
}

#add-toOS-modal {
  height: auto;
  max-height: 80vh;
  width: 87vw;
  overflow: auto;
}

.close-cash-modal {
  width: 650px;
  padding: 24px;
  border-radius: 12px;
  max-height: 600px;
  height: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.user-name {
  font-size: 14px;
  color: #777;
}

.cash-number {
  font-weight: 600;
  color: #2e7d32;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 20px;
}

.info-grid label {
  font-size: 13px;
  color: #666;
}

.highlight strong {
  font-size: 16px;
}

.sales-box {
  margin-top: 25px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 10px;
}

.sales-list div {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 2px groove #ffffff;
}

.sales-totals {
  margin-top: 10px;
  padding-top: 10px;
}
.sales-totals div {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 2px groove #ffffff;
}

.form-group {
  margin-top: 18px;
}

.form-group.small {
  max-width: 200px;
}

.modal-footer {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sales-to-return tr:hover {
  color: #636262;
}

.calculator-buttons {
  background-color: #04ff86;
  color: #000;
  border-radius: 10px;
  padding: 8px;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  width: 100%;
  height: 50px;
  font-size: 13px;
}

.clear-btn {
  grid-column: span 4;
  background-color: #dc3545;
  color: white;
}

.btn-close {
  float: right;
  font-size: 18px;
  border: solid 1px #ffffff;
  border-radius: 30px;
  width: 27px;
  text-align: center;
}

#btn-customer-register {
  margin-right: 5px;
}

.action-buttons {
  display: inline-block;
}

.btn-remove-photo {
  width: 149px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  height: 30px;
  cursor: pointer;
  background-color: rgba(20, 19, 19, 0.6196078431);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#bottom-buttons {
  float: inline-end;
  clear: both;
  margin-top: 20px;
}

.btn-bo {
  float: inline-end;
}

.btn-bottom {
  float: inline-end;
  margin-top: 50px;
}

.btn-bottom > a {
  margin-bottom: 5px;
}

.btn-trash:hover svg {
  fill: red;
}

button:hover > svg {
  fill: #04ff86;
}

button > svg {
  margin: 0 4px 0 0;
  float: inline-start;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}

.btn-icon-lager {
  display: inline-grid;
  justify-items: center !important;
}

.btn-gen-stock {
  margin-left: 8px;
}

.btn-submit {
  background-color: #006400;
  color: white;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px;
  outline: none;
  border: none;
}

.btn-success-a {
  background-color: #146c43;
  border-color: #146c43;
  color: white;
}

.btn-primary-a:active {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-success-a:hover {
  background-color: #157347;
  border-color: #157347;
  color: white;
}

.btn-primary-a:hover {
  background-color: #252525;
  color: white;
}

.btn-danger-a:hover {
  background-color: black;
  border-color: #bb2d3b;
}

.btn-danger-a {
  background-color: #1c1d26;
  border-color: #04ff86;
  color: white;
}

.btn-primary-a {
  background-color: inherit;
  border-color: #04ff86;
  color: #fff;
}

.btn-warning-a {
  background-color: #ffc107;
  border-color: #ffc107;
  color: white;
}

.btn-secondary-a {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
  margin: 5px;
}

.btn {
  margin: 5px;
  background-color: #009c51;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-add-to-os {
  background: none;
}
.btn-add-to-os:hover {
  background: none;
  border: none;
}

#btn-cs-back {
  width: 100px;
}

.notpaid-btn {
  background-color: #ef1b00;
  color: white;
  outline: none;
}

.paid-btn {
  background-color: #009c51;
  color: white;
  outline: none;
  opacity: 1 !important;
}

.menu-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  margin: 5px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.radio-checklist {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  margin: 5px;
}

.radio-checklist input {
  display: none;
}

.radio-checklist span {
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  position: relative;
  display: flex;
}

.radio-checklist input:checked + span {
  border-color: #4CAF50;
}

.radio-checklist input:checked + span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #4CAF50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calculator {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background-color: #1c1d26;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}

#display {
  width: 93%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: right;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.calculator-buttons {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #04ff86;
  color: #000;
  transition: background-color 0.3s;
}

.calculator-buttons:hover {
  background-color: rgb(0, 208, 107.7290836653);
}

.clear-btn {
  grid-column: span 4;
  background-color: #ff0020;
  color: white;
}

.clear-btn:hover {
  background-color: rgb(0, 208, 107.7290836653);
}

.close-calculator {
  float: right;
  margin: 5px;
}

.alerts-box {
  left: 32px;
  right: 0;
  display: flex;
  justify-content: center;
  border-radius: 0 !important;
  font-weight: 600;
}

/* Toast estilo dashboard */
.revo-toast {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #F0F0F0;
  color: #000;
  padding: 14px 16px;
  border-radius: 10px;
  min-width: 280px;
  max-width: 340px;
  font-family: system-ui;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.revo-toast-icon {
  font-size: 20px;
  margin-top: 2px;
}

.revo-toast-content {
  flex: 1;
}

.revo-toast-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.revo-toast-list {
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.4;
}

.revo-toast-footer {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.8;
  cursor: pointer;
}

.revo-toast-warning {
  border-left: 4px solid #f59e0b;
}

.revo-toast-info {
  border-left: 4px solid #3b82f6;
}

.toastify {
  background: none !important;
  box-shadow: none !important;
}

.revo-toast-os {
  border-left: 4px solid #22c55e;
}

html,
body {
  font-variant: normal;
  background-color: #F0F0F0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
}

tr:hover {
  color: #009d00;
}

th {
  font-size: 1em;
}

h2 {
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #009d00;
}

a.disabled,
select.disabled,
input.disabled {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
  opacity: 0.6;
}

.selPayInfo {
  font-size: 0.6em;
  font-style: oblique;
  font-weight: 600;
  color: #777777;
}

.form-control:disabled {
  cursor: not-allowed;
  border-color: gray;
}

center {
  color: #000;
}

a > svg {
  margin-right: 4px;
  float: inline-start;
}

a:hover > svg {
  fill: #04ff86;
}

button:hover > svg {
  fill: #04ff86;
}

.btn-trash:hover svg {
  fill: red;
}

.btn-trash-pdv {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
.btn-trash-pdv:hover svg {
  fill: red;
}

.general {
  min-height: 100vh;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.show {
  display: inline-block !important;
}

.sale-details {
  border-top: #c9c9c9 solid 1px;
}

.block {
  display: block !important;
}

.capitalize {
  text-transform: capitalize;
}

.close-modal {
  float: inline-end;
  margin: 19px;
  font-size: 1.8rem;
}

.uppercase {
  text-transform: uppercase;
}

.dark-mode {
  background-color: #1c1d26;
  color: #fff;
}
.dark-mode > label {
  color: #fff;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  content: attr(data-tooltip);
  visibility: hidden;
  background-color: #1C1D24;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #444;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 36px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.5s;
  box-shadow: 2px 4px 10px 3px rgba(100, 100, 100, 0.9), 0 3px 5px 0 rgb(100, 100, 100);
}
.tooltip:hover::after {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.alert {
  padding: 0.5rem;
  float: right;
  border: 1px solid transparent;
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
}
.alert > svg {
  margin-right: 5px;
  float: left;
}
.alert-primary {
  color: #fff;
  background-color: #04ff86;
  border-color: #04ff86;
}
.alert-danger {
  color: #fff;
  background-color: #ff0020;
  border-color: #ff0020;
}
.alert-success {
  color: #fff;
  background-color: #04ff86;
  border-color: #04ff86;
}

.dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  transition: background 0.3s;
}

.dot.selected {
  background-color: #009c51;
  color: #fff;
}

.active {
  box-shadow: 0px 0px 7px 0px rgba(100, 100, 100, 0.9), 0 3px 5px 0 rgb(100, 100, 100);
}

.product_photo,
.employee_photo {
  background: #1c1d26;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  float: inline-start;
  box-shadow: 0 0px 1px 0 rgba(16, 27, 30, 0.92), 0 2px 7px 0 rgb(0, 0, 0);
}

.small_employee_photo {
  width: 45px !important;
  height: 45px !important;
  margin-top: -3px;
}

.product_photo > img,
.employee_photo > img {
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.bigger {
  width: 150px !important;
  height: 150px !important;
  z-index: 999;
}

.main-central-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  float: left;
  z-index: 9999;
}

#loading-GIF {
  position: fixed;
  transform: translate(-50%, -50%);
  padding: 20px;
  float: left;
  z-index: 9999;
  top: 50%;
  left: 50%;
}
#loading-GIF img {
  transform: translate(-50%, -50%);
  position: inherit;
  top: 50%;
  left: 50%;
}

.main-area {
  flex: 1;
  min-height: 100vh;
  padding-bottom: 80px;
  margin-left: 58px;
  overflow-x: hidden;
  display: block;
}

.main-central-logo > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.total-customers {
  border: solid #04ff86;
  border-radius: 10px;
  padding: 20px;
}

.total-customers > p {
  float: inline-end;
  font-size: 2.5rem;
  margin: 12px 0 0 62px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  color: white;
  text-align: center;
  padding: 10px;
  height: 35px;
}
.footer p {
  margin-top: 5px;
}

.pdv-bottom-fix {
  margin-bottom: 100px;
  height: 360px;
}

.popup {
  border-radius: 10px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.popup img {
  width: 500px;
  height: 500px;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.file {
  clear: both;
  float: left;
  display: block;
  width: 163px;
}

.currency-symbol {
  font-size: 14px;
  color: #333;
}

.info_text {
  background-color: #1C1D24;
  color: white;
  font-weight: 500;
  position: absolute;
  z-index: 99999;
  display: none;
  padding: 10px;
  border-radius: 10px;
  transition: 1s ease-in;
  animation: fadein 1s;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.9), 0 4px 12px 0 rgb(30, 30, 30);
}

.info {
  width: 20px;
  display: inline-block;
}
.info:hover > .info_text {
  display: block;
  width: 250px;
}

.obj_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
  width: 473px;
  display: block;
}

.line-bottom {
  border-top: solid #000 1px;
  clear: both;
  width: 100%;
}

.stock_amount {
  background-color: #09914f;
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  color: white;
}

.min_amount {
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  color: black;
}

.min_stock_warning {
  background-color: #ffc400;
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  color: white;
}

.out_stock_warning {
  background-color: #cb0101;
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  color: white;
}

.search-results,
#search-results-category,
#search-results-modal,
.search-results-seller {
  overflow: auto;
  max-height: 237px;
  display: none;
  position: absolute;
  width: 215px;
  border-radius: 10px;
  margin: 70px 0 0 10px;
  background-color: white;
  transition: 1s ease-in;
  animation: fadein 1s;
  box-shadow: 0 1px 4px 0 rgba(16, 27, 30, 0.92), 0 6px 20px 0 rgb(0, 0, 0);
  z-index: 1;
}

.result-item {
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.result-item:hover {
  background-color: #04ff86;
  color: black;
  border-radius: inherit;
}
.result-item:last-child {
  border-bottom: none;
}

#add_pd_category {
  width: 300px;
  height: 300px;
}

.remove-photo {
  position: absolute;
  z-index: 999;
}

.product_photo {
  flex: 0 0 150px;
  /* mantém a largura da foto */
}

.customer-info {
  display: grid;
  grid-template-columns: 200px 250px 200px;
  align-items: start;
  font-size: 1.2rem;
}

.customer-status-Ativo {
  color: #000;
  padding: 5px;
  background: #0eff0e;
  border-radius: 4px;
}

.customer-status-Inrregular {
  color: #000;
  padding: 5px;
  background: #ffca00;
  border-radius: 4px;
}

.customer-status-Bloqueado {
  color: white;
  padding: 5px;
  background: #ff0000;
  border-radius: 4px;
}

.is-invalid {
  border: solid 2px #e9051c !important;
}

.user_not_found,
.product_not_found {
  text-align: center;
  font-size: 1.5em;
  margin-top: 50px;
  color: white;
}

.noBarcodeWaning {
  color: red;
}

.user_not_found > label {
  padding: 8px;
  background-color: #1c1d26;
  border-radius: 10px;
  height: auto;
  transition: 1s ease-in;
  animation: fadein 1s;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.9), 0 4px 12px 0 rgb(30, 30, 30);
}

.username {
  display: flex;
  align-items: center;
}

.reload {
  margin-top: -50px;
  margin-left: 128px;
  float: inline-start;
}

.register-date {
  display: flex;
  justify-content: flex-end;
  margin-right: 24px;
}

.info-top-right {
  float: inline-end;
  display: grid;
  color: #000;
}

.down_arrow {
  float: inline-start;
}

.upper_arrow {
  float: inline-end;
}

.upper_arrow,
.down_arrow {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  height: 26px;
  width: 36px;
  outline: none;
}

.upper-arrow-btn,
.down-arrow-btn {
  background: transparent;
  border: none;
  margin-top: -6px;
  color: white;
  cursor: pointer;
  outline: none;
}
.upper-arrow-btn svg,
.down-arrow-btn svg {
  fill: black;
  margin: 4px;
}
.upper-arrow-btn svg:hover,
.down-arrow-btn svg:hover {
  fill: #009d00;
}

.btns {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#toggleSidebar {
  background-color: #fbfdfc;
  color: #000;
  padding: 10px 14px;
  border: #e3e2e2 solid 1px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.menu-pdv-header {
  display: flex;
  align-items: center;
}

.stk-status-out_of_stock {
  background: red;
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-weight: 600;
}

.stk-status-in_stock {
  background: #009c51;
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-weight: 600;
}

.stk-status-low_stock {
  background: #ff9900;
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-weight: 600;
}

.amount-display {
  float: inline-start;
  margin-left: 6px;
}
.amount-display input {
  width: 20px;
}

.s-newValue,
.os-cart-total-value {
  color: #ff0000;
  font-size: 1.5em;
  font-weight: bold;
}

.pdv-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

#cs-free {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-style: oblique;
  font-weight: bold;
  text-shadow: 0px 4px 5px black;
  color: #009c51 !important;
}

#change {
  color: #1b00ff;
  font-size: 1.5em;
  display: grid;
  padding-right: 15px;
}

.discount_value {
  display: none;
  float: right;
}

.div-total-value {
  color: #000;
  font-size: 2em;
  display: grid;
  padding-right: 15px;
  width: auto;
}

#dvchange {
  margin-top: 10px;
}

.value-off {
  color: red;
  text-decoration: line-through;
  font-size: 1em;
}

.gen-new-key {
  background: transparent;
  border: none;
  color: white;
  outline: none;
  cursor: pointer;
}

.gen-custom {
  position: absolute;
  margin: 135px 0 0 420px;
}

.res-custom {
  margin: 126px 0 0 180px;
  position: absolute;
}

.employee {
  display: inline-flex !important;
}

.entry-checklist {
  margin: 12px;
  height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 1px;
}

.entry-fix {
  width: 400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.adjust-grid {
  display: grid;
  grid-template-columns: 200px 250px 200px;
  /* ajuste os tamanhos das colunas */
  gap: 10px 20px;
  /* espaçamento entre linhas e colunas */
  margin-left: 20px;
  align-items: start;
}

.finance-logs,
.commissions_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.centered-main-icons {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.main-icons {
  font-size: 1.2rem !important;
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
}

.content {
  display: none;
}

.global-customer-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.service-order-content {
  height: 100vh;
}

/** Commission Module Styles **/
:root {
  --bg: #0f1724;
  --card: #0b1220;
  --muted: #98a0b3;
  --accent: #0ea5a4;
  --accent-2: #7c3aed;
  --surface: #0b1220;
  --glass: rgba(255, 255, 255, 0.03);
  --success: #16a34a;
  --danger: #ef4444;
  --glass-2: rgba(255, 255, 255, 0.02);
  --radius: 12px;
  --gap: 16px;
  --maxw: 1350px;
}

.wrap {
  max-width: var(--maxw);
  margin: 24px auto;
  padding: 24px;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 420px;
  color: #000;
}

header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 16px;
}

header h1 {
  margin: 0;
  font-size: 20px;
}

.card {
  /*background: linear-gradient(180deg, var(--card), #061523);*/
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #000 !important;
}

.section-title {
  font-weight: 600;
  color: #215287;
  margin-bottom: 8px;
}

.row .col {
  flex: 1;
}

.small {
  width: 120px;
}

.btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pill {
  background: var(--glass-2);
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.clear-field {
  width: 18px;
  background: none;
  border: none;
  position: absolute;
  cursor: pointer;
  font-size: 19px;
  margin-left: 211px;
  margin-top: 17px;
  outline: none;
}

.full {
  grid-column: 1/-1;
}

.rules-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.rule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
  border: 1px solid rgba(255, 255, 255, 0.02);
}

.rule-item .meta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tag {
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  font-size: 13px;
  color: var(--muted);
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.02);
  margin: 12px 0;
}

/* right column */
aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mini-card {
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.report-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.view-low-stock-product {
  width: 93%;
  margin: 30px;
}

.badge {
  border-radius: 5px;
  padding: 4px;
  font-weight: 600;
}

.bg-warning {
  color: orange;
}

.bg-danger {
  color: red;
}

.fw-bold {
  font-weight: bold;
}

.closeRGContent {
  overflow: auto;
  height: 500px;
}

/*
canvas {
  width: 100% !important;
  height: 220px !important;
  border-radius: 8px;
  //background: linear-gradient(180deg, #e1e1e1, #e1e1e1)
}*/
#chart-commissions {
  width: 100% !important;
  height: 220px !important;
  border-radius: 8px;
}

#tbl-top table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
#tbl-top th,
#tbl-top td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.02);
}
#tbl-top th {
  color: var(--muted);
}

.controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}

.sale-log {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.salePD-content {
  display: grid;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}
.salePD-content label {
  color: #363636;
  font-weight: bold;
  font-weight: normal;
}

/** Commission Management Styles **/
.commissions-section {
  color: #000;
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.commissions-section h2 {
  margin-bottom: 25px;
  text-align: center;
  color: #333;
}

/* CARDS RESUMO */
.summary-cards {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.summary-cards .card {
  flex: 1;
  min-width: 250px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.summary-cards .card:hover {
  transform: scale(1.02);
}

.summary-cards h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.summary-cards span {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

.summary-cards .paid {
  border-left: 5px solid #2ecc71;
}

.summary-cards .pending {
  border-left: 5px solid #e67e22;
}

.summary-cards .total {
  border-left: 5px solid #3498db;
}

/* FILTROS */
.filter-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-group label {
  font-weight: 600;
}

/* TABELA */
.commission-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.commission-table tr:hover {
  color: #009c51;
}

.commission-table th,
.commission-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.commission-table th {
  background: #f0f0f0;
}

.loading {
  text-align: center;
  font-style: italic;
  color: #888;
}

.status-paid {
  color: #0a8f33;
  font-weight: bold;
  display: flex;
  height: 43px;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.status-pending {
  color: #e67e22;
  font-weight: bold;
  display: flex;
  height: 43px;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.btn-pagar {
  background: #009c51;
  color: #fff;
}

.btn:hover {
  opacity: 0.9;
}

/***********/
.over {
  max-height: 100vh;
  max-width: 80%;
  float: inline-start;
}

.notifications {
  font-size: 1.1rem;
  position: absolute;
  top: 50px;
  padding: 10px;
  right: 237px;
  float: inline-start;
  z-index: 1000;
  border-radius: 10px;
  width: 305px;
  height: auto;
  background-color: #f5f5f5;
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
}

.notification-content {
  overflow: auto;
  padding: 10px;
}

.notification-icon {
  position: absolute;
  display: flex;
  right: 250px;
  top: 13px;
}
.notification-icon button {
  background: none;
  cursor: pointer;
  border: none;
}

.notification-badge {
  color: white;
  border: red 1px solid;
  border-radius: 100px;
  width: auto;
  text-align: center;
  background: red;
  position: absolute;
  padding: 3px;
  margin: -7px -5px;
  font-weight: 600;
}

.ellipsis {
  padding: 6px 10px;
  color: #999;
  cursor: default;
}

#markAsReadBtn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
#markAsReadBtn:hover {
  color: #009d00;
}

.noti-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.notification-item {
  border: #eaeaeb solid 1px;
  border-radius: 10px;
  padding: 6px;
  margin: 5px;
  box-shadow: 1px 1px 4px rgba(96, 96, 96, 0.6);
}
.notification-item:hover {
  box-shadow: 2px 2px 4px rgba(96, 96, 96, 0.6);
}
.notification-item a:hover {
  color: #000;
}
.notification-item .now {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1e1e2f;
  color: #fff;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.cookie-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cookie-content a {
  color: white;
}
.cookie-content a:hover {
  color: #009d00;
}

.cookie-buttons button {
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

#accept-cookies {
  background: #28a745;
  color: #fff;
}

#reject-cookies {
  background: #dc3545;
  color: #fff;
}

/*** End of _layout.scss ***/
/* MAIN LOGIN STYLE */
.field-user {
  border: solid 2px;
  border-color: #060606;
  height: 32px;
  width: 250px;
  border-radius: 18px;
  background-color: #fff;
  padding-left: 40px;
  color: #000;
  outline: none;
  margin-bottom: 5px;
}

.field-user:focus {
  box-shadow: 2px 0px 5px #04ff86;
}

.msg-erro-login {
  text-transform: none;
  border-radius: 16px;
  color: #fff;
  background-color: #ef1e0c;
  border-color: #000;
  height: auto;
  width: 280px;
  text-align: center;
  font-size: 15px;
  float: left;
  padding: 8px;
}

.msg-pass-login {
  border-radius: 16px;
  color: #fff;
  background-color: green;
  border-color: #000;
  height: 30px;
  width: 280px;
  text-align: center;
  font-size: 15px;
  float: left;
  position: absolute;
  padding: 2px;
  margin-bottom: 15px;
}

.msg-block-login {
  text-transform: none;
  border-radius: 16px;
  color: #fff;
  background-color: red;
  border-color: #000;
  height: auto;
  width: 255px;
  text-align: center;
  font-size: 15px;
  float: left;
  position: absolute;
  padding: 0 10px 10px 35px;
}

.login {
  text-transform: none;
  color: white;
  width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -175px;
  box-shadow: 3px 3px 20px #999797;
  border-radius: 20px;
  padding: 0 20px 50px;
}

.eye-icon {
  position: absolute;
  margin: 6px 0 0 260px;
  cursor: pointer;
}

.login > center > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.content-login {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

#clear-fix {
  margin-top: 80px;
  display: block;
}

.password-icon-ball {
  border: solid 2px;
  border-color: #060606;
  border-radius: 50px;
  width: 33px;
  height: 34px;
  position: absolute;
}

.user-icon {
  float: left;
  position: absolute;
  margin: 0;
}

.user-icon-password {
  float: left;
  position: absolute;
  margin: 4px;
}

#tableLogin > tbody > tr > td {
  border-right: none !important;
  color: #000;
}

.btn-login {
  text-align: center;
  width: 298px;
  border: 1px solid;
  border-color: #04ff86;
  color: #000;
  background: none;
  border-radius: 10px;
  padding: 8px;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  font-weight: bolder;
  margin-top: 30px;
}

.btn-login:hover {
  background-color: #04ff86;
  border-color: #04ff86;
  color: #000;
}

.sup-link:hover {
  color: #000;
}

tr:hover {
  color: #04ff86;
}

.demo-warning {
  color: #000;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle {
  background-color: #fbfdfc;
  color: #000;
  padding: 10px 14px;
  border: #e3e2e2 solid 1px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1000;
  font-size: 1rem;
}
.dropdown .dropdown-menu li {
  list-style: none;
}
.dropdown .dropdown-menu li:hover {
  background-color: #04ff86;
  color: #000;
  border-radius: 8px;
}
.dropdown .dropdown-menu li a {
  color: black;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 147, 147, 0.219);
  display: flex;
  align-items: center;
  font-size: 1.2em;
}
.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.dropdown .dropdown-menu p {
  font-size: 0.8rem;
  position: absolute;
  margin: 31px 48px 0;
  color: #7f7f7f;
}
.dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
}
.dropdown .submenu-item svg {
  margin-right: 8px;
}

.pdv-reload {
  background-color: #fbfdfc;
  color: #000;
  padding: 10px 14px;
  border: #e3e2e2 solid 1px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pdv-reload button {
  cursor: pointer;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
}

.view-list-mode,
.services,
.manage-inventory,
.manage-licenses,
.view-low-stock-product-content {
  color: #000;
  padding-bottom: 20px;
}
.view-list-mode table,
.services table,
.manage-inventory table,
.manage-licenses table,
.view-low-stock-product-content table {
  width: 100%;
  margin-left: 10px;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
  font-size: 14px;
}
.view-list-mode table tbody tr:hover,
.services table tbody tr:hover,
.manage-inventory table tbody tr:hover,
.manage-licenses table tbody tr:hover,
.view-low-stock-product-content table tbody tr:hover {
  color: #009d00;
  box-shadow: 0 2px 7px 0 rgba(161, 161, 161, 0.92), 0 6px 14px 0 rgba(141, 141, 141, 0.7);
  border-radius: 10px;
  cursor: pointer;
  transition: font-size 0.3s ease-in-out;
}
.view-list-mode table tbody tr:hover td a:not(.submenu-item),
.services table tbody tr:hover td a:not(.submenu-item),
.manage-inventory table tbody tr:hover td a:not(.submenu-item),
.manage-licenses table tbody tr:hover td a:not(.submenu-item),
.view-low-stock-product-content table tbody tr:hover td a:not(.submenu-item) {
  color: #009d00;
}

.manage-inventory table tbody tr:hover td a,
.manage-licenses table tbody tr:hover td a {
  color: #009d00;
}

.view-list-mode table thead tr:hover,
.manage-inventory table thead tr:hover,
.manage-licenses table thead tr:hover,
#live-search-product table thead tr:hover,
.services table thead tr:hover {
  color: #000;
}

#live-search-product {
  overflow: auto;
  height: 500px;
}
#live-search-product table {
  text-align: center;
}
#live-search-product table tbody tr {
  cursor: pointer;
}
#live-search-product table tbody tr:hover {
  color: #009d00;
}
#live-search-product table tbody tr:hover td a {
  color: #009d00;
}

#tbl-commissions {
  width: 100%;
  border-collapse: collapse;
}
#tbl-commissions th,
#tbl-commissions td {
  padding: 8px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

#tbl-commissions tr:hover {
  color: #009d00;
  cursor: pointer;
}

/** MENU STYLE **/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primnav expand:hover {
  background-color: rgb(104.4, 255, 182.4);
  background-color: rgba(4, 255, 134, 0.6);
}

.menu-content {
  z-index: 9999;
}

.primnav {
  position: fixed;
  height: 58px;
  width: 100vw;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #1c1d26;
  display: flex;
  flex-direction: column;
  transition: height 246ms 0.5s ease;
  padding-top: 58px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 650px) {
  .primnav {
    height: 100vh;
    width: 58px;
    transition: width 246ms 0.5s ease;
  }
}
.primnav > ul {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.primnav li {
  font-weight: 400;
  position: relative;
}
.primnav li .tag {
  background-color: rgb(3.2, 204, 107.2);
  background-color: rgba(4, 255, 134, 0.8);
  color: rgba(0, 0, 0, 0.8);
  color: black;
  color: rgba(0, 0, 0, 0.9);
  padding: 0 0.5em;
  border-radius: 2em;
  margin-left: auto;
  margin-right: 0.75em;
}
.primnav li a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  color: white;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.primnav .icon {
  height: 24px;
  flex-shrink: 0;
  width: 24px;
  padding: 19px;
  margin-right: 5px;
  padding-bottom: 15px;
  color: rgb(0.4, 25.5, 13.4);
  color: rgba(0, 0, 0, 0.9);
}
.secnav {
  margin-left: 63px;
  border-left: 1px solid black;
  border-left-color: rgb(29.1, 255, 146.1);
  border-left-color: rgba(4, 255, 134, 0.9);
  overflow: hidden;
}
.secnav li {
  color: white;
  color: rgba(255, 255, 255, 0.9);
  max-height: 100px;
  transition: max-height 0.1s;
}
@media (min-width: 650px) {
  .secnav li {
    max-height: 0px;
    transition: max-height 0.5s 0.5s;
  }
}
.secnav li a {
  text-transform: initial;
  display: block;
  color: inherit;
  padding: 0.75em 10px;
}
.secnav li:hover {
  background-color: #04ff86;
  color: #000;
  font-weight: 500;
}

user {
  padding: 7px;
  padding-bottom: 3px;
  position: absolute;
  float: right;
  font-weight: 400;
  right: 0;
  color: rgba(0, 0, 0, 0.9);
  color: rgb(25.5, 25.5, 25.5);
  color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
user > section {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
user > section > section {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  padding-right: 30px;
}
user > section > section name > a {
  color: #fff;
}
user img {
  height: 44px;
  width: 48px;
  align-items: flex-end;
}
user name {
  font-weight: 400;
  margin: 0 16px;
  font-size: 15px;
}
user actions {
  padding: 0.1em 0;
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
  margin-left: 13px;
}
user actions a {
  padding: 0 0.5em;
  color: #fff;
  text-decoration: none;
}
user actions a:last-child {
  padding-right: 0;
}

content {
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
  align-items: center;
  height: 100%;
  padding-top: 58px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media (min-width: 650px) {
  content {
    padding-left: 58px;
    padding-top: 0;
  }
}

.features {
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

/**
      SCROLLBAR STYLE FOR IE
  */
body {
  scrollbar-base-color: #04ff86;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #04ff86;
  scrollbar-track-color: #04ff86;
  scrollbar-arrow-color: #04ff86;
  scrollbar-shadow-color: #04ff86;
  scrollbar-dark-shadow-color: #04ff86;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: #ffffff;
}

/** hamburger */
input.hamburger {
  display: none;
}
input.hamburger:checked ~ nav.primnav {
  height: 100vh;
}
@media (min-width: 650px) {
  input.hamburger:checked ~ nav.primnav {
    width: 275px;
  }
}
@media (min-width: 650px) {
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(1) {
    transition: max-height 0.5s 0.67s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(2) {
    transition: max-height 0.5s 0.69s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(3) {
    transition: max-height 0.5s 0.71s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(4) {
    transition: max-height 0.5s 0.73s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(5) {
    transition: max-height 0.5s 0.75s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(6) {
    transition: max-height 0.5s 0.77s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(7) {
    transition: max-height 0.5s 0.79s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(8) {
    transition: max-height 0.5s 0.81s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(9) {
    transition: max-height 0.5s 0.83s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(10) {
    transition: max-height 0.5s 0.85s ease-in;
  }
  input.hamburger:checked ~ nav.primnav .secnav > li {
    max-height: 100px;
  }
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
input.hamburger:checked ~ label close {
  color: #ffffff;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  transform: translateY(24px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  font-size: 6px;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0.8);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #ffffff;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #ffffff;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #ffffff;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -7px);
}
label.hamburger > i:after {
  transform: translate(-50%, 7px);
}

label.hamburger {
  position: fixed;
  top: 14px;
  left: 17px;
}

.tabs {
  text-transform: uppercase;
  font-size: 1rem;
  position: fixed;
  top: 58px;
  left: 0;
  background-color: rgb(29.5, 255, 146.2928286853);
  border-bottom: 1px solid rgb(0, 233.5, 120.9362549801);
  width: 100vw;
  box-sizing: border-box;
}
@media (min-width: 650px) {
  .tabs {
    padding-left: calc(58px + 0.5rem);
    top: calc(58px - 3em);
    background-color: #04ff86;
    border: 0;
  }
}
.tabs > ul {
  display: flex;
  justify-content: space-around;
  overflow-x: auto;
  flex-wrap: wrap;
}
@media (min-width: 650px) {
  .tabs > ul {
    justify-content: flex-start;
  }
}
.tabs .tab {
  font-weight: 300;
  font-size: 0.7em;
  padding: 1em 0.75em;
  white-space: nowrap;
  flex-shrink: 0;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.tabs .tab:hover {
  background-color: rgb(0, 233.5, 120.9362549801);
  cursor: pointer;
}

textarea {
  width: 100vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  height: 32px;
  background-color: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #009c51;
  color: #000;
  padding-left: 7px;
  margin: 10px;
  transition: 0.3s ease-in;
  animation: fadein 0.3s;
  max-width: 455px;
  height: 80px;
}

.select-default {
  width: auto;
  height: 30px;
  background-color: #fff;
  border-radius: 10px;
  border-right: none;
  border-left: none;
  border-bottom-color: #04ff86;
  border-top-color: #7c7c7c;
  color: #000;
  margin: 10px;
  padding-left: 5px;
  transition: 1s ease-in;
  animation: fadein 1s;
}
.select-default:focus {
  outline: none;
  border-top-color: #04ff86;
}

.switch-container {
  display: flex;
  align-items: center;
  gap: 5px;
  float: inline-start;
  margin: 10px 35px;
}
.switch-container .switch-label {
  font-size: 16px;
}
.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 23px;
}
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-container .switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: 0.4s;
}
.switch-container .switch .slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 19px;
  left: 3px;
  bottom: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.switch-container .switch input:checked + .slider {
  background-color: #04ff86;
}
.switch-container .switch input:checked + .slider::before {
  transform: translateX(24px);
}
.switch-container .switch input:disabled + .slider {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.text-field,
.form-control {
  width: 185px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  height: 32px;
  background-color: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #009c51;
  color: #000;
  padding-left: 7px;
  margin: 10px;
  transition: 0.3s ease-in;
  animation: fadein 0.3s;
}
.text-field:focus,
.form-control:focus {
  outline: none;
  border-color: #04ff86;
}
.text-field:disabled,
.form-control:disabled {
  cursor: not-allowed;
  border-color: gray;
}

.quantity-item {
  margin-top: 5px;
}
.quantity-item input {
  width: 40px;
}
.quantity-item label {
  display: inline-block;
}

.input-container {
  display: flex;
  align-items: center;
  position: relative;
}
.input-container input {
  width: 60px;
}

#pattern-lock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-bottom: 13px;
  margin-left: 20px;
}

.row {
  display: flex;
  gap: 10px;
}

.dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  transition: background 0.3s;
}

.dot.selected {
  background-color: #009c51;
  color: #fff;
}

.bottom-buttons {
  float: inline-end;
}

.dropdown-menu li:hover svg {
  fill: #000;
}

.date-style {
  padding: 5px;
  border-radius: 5px;
  width: 130px !important;
  height: 23px !important;
}

.mini-search-input {
  width: 80px !important;
}

#search_customer_name {
  width: 150px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  height: 32px;
  background-color: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #009c51;
  color: #000;
  padding-left: 7px;
  margin: 10px;
  transition: 0.3s ease-in;
  animation: fadein 0.3s;
}

.ct-st {
  width: auto;
  height: 18px;
  background-color: #fff;
  border-radius: 7px;
  border: solid #95c7af 1px;
  color: #000;
  padding: 6px;
  margin: 10px;
}

/* SELECT CUSTOM */
/* Esconde o select original */
.custom-select-wrapper select {
  display: none;
}

/* Container principal */
.custom-select-wrapper {
  position: relative;
  width: 210px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* Campo selecionado */
.dropdown-selected-display {
  background: white;
  color: #000;
  padding: 10px 12px;
  border: 1px solid #95c7af;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
}
.dropdown-selected-display svg {
  margin-right: 6px;
}
.dropdown-selected-display:hover {
  border-color: #04ff86;
}

/* Efeito ao focar/abrir */
.dropdown-selected-display.active {
  border-color: #04ff86;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

/* Seta usando pseudo-elemento */
.dropdown-selected-display::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="14" viewBox="0 0 24 24" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

/* Lista de opções */
.dropdown-select-list {
  color: #000;
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 999;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.8s ease, opacity 0.3s ease;
  /* Itens da lista */
}
.dropdown-select-list li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
}
.dropdown-select-list {
  /* Efeito hover */
}
.dropdown-select-list li:hover {
  background: #04ff86;
}
.dropdown-select-list svg {
  margin-right: 6px;
}

.open {
  opacity: 1;
  max-height: 350px !important;
}

#product-pdv-name {
  border-radius: 20px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px;
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  border: #f7f7f7 1px solid;
}
#product-pdv-name:focus {
  outline: none;
  border-color: #04ff86;
}

#search_pdv_ {
  width: 100px;
}

.def {
  background: linear-gradient(135deg, #cfffcf, #f5f5f5);
  border: 2px solid #4caf50;
  width: 230px;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  margin: 4px;
}
.def a span {
  font-weight: 600;
}

.daily-os {
  background: linear-gradient(135deg, #a0ddf5, #f5f5f5);
  border: 2px solid #1dbcfb;
}

.queue-os {
  background: linear-gradient(135deg, #ff964a, #f5f5f5);
  border: 2px solid #a14c0f;
}

.today-os {
  background: linear-gradient(135deg, #ff5656, #f5f5f5);
  border: 2px solid #bb0606;
}

.monthly-os:not(.disabled-cards):hover,
.daily-os:not(.disabled-cards):hover,
.queue-os:not(.disabled-cards):hover,
.today-os:not(.disabled-cards):hover {
  box-shadow: 2px 4px 10px 3px rgba(100, 100, 100, 0.9), 0 3px 5px 0 rgb(100, 100, 100);
}

.monthly-os:not(.disabled-cards) > a:hover,
.daily-os:not(.disabled-cards) > a:hover,
.queue-os:not(.disabled-cards) > a:hover,
.today-os:not(.disabled-cards) > a:hover {
  color: #000;
}

.monthly-os:not(.disabled-cards) > a:hover > svg {
  fill: #4caf50;
}

.daily-os:not(.disabled-cards) > a:hover > svg {
  fill: #1dbcfb;
}

.queue-os:not(.disabled-cards) > a:hover > svg {
  fill: #a14c0f;
}

.today-os:not(.disabled-cards) > a:hover > svg {
  fill: #bb0606;
}

.monthly-os > a > svg,
.daily-os > a > svg,
.queue-os > a > svg,
.today-os > a > svg {
  float: inline-end;
}

.monthly-os > a > div,
.daily-os > a > div,
.queue-os > a > div,
.today-os > a > div {
  font-size: xxx-large;
}

.disabled-cards {
  background: linear-gradient(135deg, #c5c5c5, #f5f5f5);
  border: 2px solid #c5c5c5;
}
.disabled-cards a text {
  fill: gray;
}
.disabled-cards a {
  color: gray !important;
}
.disabled-cards a:hover {
  color: gray !important;
}
.disabled-cards a svg {
  fill: gray;
}

a.disabled {
  pointer-events: none;
  color: #1c1919 !important;
  text-decoration: none;
  cursor: default;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.product-list .product-item {
  padding: 10px;
  border: 1px solid #04ff86;
  border-radius: 8px;
  background-color: #1c1d26;
  color: white;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 20px 0;
}
.pagination .page-btn {
  padding: 8px 12px;
  border: 1px solid #04ff86;
  background: #f5f5f5;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 3px;
}
.pagination .page-btn:hover:not(:disabled) {
  background: #04ff86;
  color: black;
}
.pagination .page-btn.active {
  background: #04ff86;
  color: black;
  font-weight: bold;
}
.pagination .page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .arrows {
  font-size: 20px;
  padding: 4px 11px;
}

.opt-menu-pdv {
  margin-bottom: 30px;
}

nav.opt {
  padding: 10px;
}

nav.opt > ul > li > a {
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  border: #fff solid 1px;
  width: 90px;
  display: block;
  background-color: #009c51;
}

.opt-submenu,
.opt-submenu-mv {
  position: absolute;
  z-index: 10;
  display: none;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.opt-submenu {
  top: 60px;
  left: 20px;
}
.opt-submenu li {
  border-bottom: #ccc solid 1px;
}

.opt-submenu-mv {
  top: 96%;
  right: 0;
}

/* Exibir o submenu ao clicar no link principal */
nav.opt > ul > li > a:focus + .opt-submenu,
nav.opt > ul > li > a:active + .opt-submenu,
nav.opt > ul > li > a:focus + .opt-submenu-mv,
nav.opt > ul > li > a:active + .opt-submenu-mv {
  display: block;
}

.opt-submenu:hover,
.opt-submenu-mv:hover {
  display: block;
}

ul.opt-submenu,
ul.opt-submenu-mv {
  list-style: none;
  padding: 0;
}

.opt-submenu > li,
.opt-submenu-mv > li {
  display: block;
  margin: 0;
  width: auto;
  padding: 10px;
}

.opt-submenu > li > a,
.opt-submenu-mv > li > a {
  color: #000;
  text-decoration: none;
}

.opt-submenu > li:hover > a,
.opt-submenu-mv > li:hover > a {
  color: #000;
}

.opt-submenu > li:hover,
.opt-submenu-mv > li:hover {
  background-color: #04ff86;
  border-radius: 4px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.dashboard-card {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}

.float-mini-card {
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  width: 100px;
  padding: 12px;
  border-radius: 10px;
  text-align: start;
  background-color: rgb(231, 231, 231);
}

.float-mini-card-a {
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  width: 100px;
  padding: 12px;
  border-radius: 10px;
  text-align: start;
  background-color: rgba(170, 231, 24, 0.9019607843);
}

.float-mini-card-b {
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  width: 100px;
  padding: 12px;
  border-radius: 10px;
  text-align: start;
  background-color: rgba(255, 1, 1, 0.7490196078);
}

.float-mini-card-c {
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  width: 100px;
  padding: 12px;
  border-radius: 10px;
  text-align: start;
  background-color: rgba(255, 177, 0, 0.9019607843);
}

.float-mini-card-e {
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  width: 100px;
  padding: 12px;
  border-radius: 10px;
  text-align: start;
  background-color: rgba(213, 108, 255, 0.9019607843);
}

.dashboard-card .label {
  color: #6b7280;
  font-size: 13px;
}

.dashboard-card .value {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.filters {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.filters select,
.filters button {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.charts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
}

.card-full {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}

.list {
  max-height: 380px;
  overflow: auto;
}

#status-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#k-profit {
  font-size: 2rem;
}

#top-list {
  display: flex;
  width: auto;
  gap: 10px;
  flex-wrap: wrap;
}
#top-list label {
  display: flex;
  gap: 5px;
  flex-direction: row;
  align-items: flex-start;
}

.expenses-page :root {
  --green: #2fa24a;
  --muted: #f4f5f6;
  --card-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.expenses-page .container {
  max-width: 1600px;
  margin: 0 auto;
}
.expenses-page .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  padding: 18px;
  margin-bottom: 12px;
}
.expenses-page .top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.expenses-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
.expenses-page .btn-green {
  background: var(--green);
  color: #000;
  border-color: rgba(0, 0, 0, 0.06);
}
.expenses-page .btn-white {
  background: #fff;
  color: #222;
  border: 1px solid #e0e0e0;
}
.expenses-page .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.expenses-page .input,
.expenses-page select {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
}
.expenses-page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.expenses-page th,
.expenses-page td {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  color: #333;
}
.expenses-page thead th {
  background: #fafafa;
  color: #444;
}
.expenses-page .cards-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.expenses-page .small-card {
  flex: 1;
  padding: 14px;
  border-radius: 10px;
  background: linear-gradient(120deg, #fff, #fff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.expenses-page .top-buttons {
  display: flex;
  gap: 8px;
}
.expenses-page .small-card-label {
  font-size: 12px;
  color: #666;
}
.expenses-page .small-card-body {
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
}
.expenses-page .expenses-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expenses-page .expenses-item {
  font-size: 12px;
  color: #666;
}
.expenses-page .expenses-list-table {
  overflow: auto;
  margin-top: 10px;
}
.expenses-page .items-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.expenses-page #modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}
.expenses-page #modal-acc,
.expenses-page #modal-receive {
  position: fixed;
  inset: 33%;
  top: 22%;
  left: 35%;
  align-items: center;
  justify-content: center;
}
.expenses-page .modal-body {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.expenses-page .modal-select {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.expenses-page .bottom-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.expenses-page .hidden {
  display: none;
}

/* responsive */
@media (max-width: 1000px) {
  .wrap {
    grid-template-columns: 1fr;
  }
  .aside {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .content {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .main-area {
    margin-left: 5px;
    overflow: auto;
  }
  .view-list-mode {
    width: -moz-fit-content;
    width: fit-content;
  }
  .notifications {
    right: 21px;
  }
  .service-order-content,
  .manage-inventory {
    width: -moz-fit-content;
    width: fit-content;
  }
  .customer-content,
  .device-content,
  .service-content,
  .OS-content,
  .product-content-group,
  .settings-content-group,
  .content-group,
  .expenses-page,
  .container {
    width: -moz-fit-content;
    width: fit-content;
    overflow-y: visible;
  }
  .pdv-sidebar {
    margin-left: -280px !important;
    opacity: 0;
  }
  #toggleSidebar {
    display: none;
  }
  .sidebar-mobile {
    flex: 1 !important;
    opacity: 1 !important;
    margin-top: 12px !important;
  }
  #live-pdv-search-product {
    width: -moz-fit-content;
    width: fit-content;
  }
  #inner-modal {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .apexcharts-toolbar {
    z-index: 0 !important;
  }
}
/* Sidebar */
.pdv-sidebar {
  width: 280px;
  transition: margin-left 0.35s ease, opacity 0.25s ease;
  will-change: margin-left, opacity;
  font-size: 1.2em;
  border: 1px #dbdbdb solid;
  float: inline-start;
  margin: 25px;
  padding: 16px;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(96, 96, 96, 0.6);
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Estado escondido */
.pdv-sidebar.is-hidden {
  margin-left: -280px;
  opacity: 0;
}

/* Conteúdo principal */
.pdv-content {
  flex: 1;
  transition: margin-left 0.35s ease;
}

/* Quando sidebar estiver escondida */
.sidebar-hidden .pdv-content {
  margin-left: 0;
}

.sidebar-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sidebar-card .label {
  font-size: 12px;
  color: #666;
}

.sidebar-card strong {
  display: block;
  font-size: 22px;
  margin-top: 4px;
}

.sidebar-card.highlight strong {
  font-size: 26px;
}

.sidebar-card.green strong {
  color: #13c903;
}

.sidebar-card.blue strong {
  color: #0badfd;
}

.counter {
  font-size: 28px;
  font-weight: 700;
}

.sales-details .sales-list {
  margin-top: 10px;
  font-size: 14px;
}

.sales-details .sales-list div {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}

.sales-total {
  margin-top: 8px;
  padding-top: 6px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.sidebar-footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-size: 13px;
}

.sidebar-footer div {
  margin-bottom: 6px;
}

.sidebar-footer label {
  color: #777;
  font-size: 11px;
  display: block;
}

.sidebar-mobile {
  width: 100%;
  float: inline-start;
  display: flex;
  gap: 12px;
  opacity: 0;
  margin-top: -160px;
  margin-left: 54px;
  transition: margin-top 0.35s ease, opacity 0.25s ease;
  will-change: margin-top, opacity;
}

.container {
  max-width: 1300px;
  margin: 20px auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.status {
  font-weight: bold;
}

.cards-finance {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card h4 {
  font-size: 13px;
  color: #888;
}

.card p {
  font-size: 18px;
  font-weight: bold;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.table {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.table ul {
  list-style: none;
}

.table li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.section {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.pdv-widget {
  width: 100vw;
  margin-right: 55px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#clock {
  font-size: 48px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

#date {
  color: #464646;
  font-style: oblique;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
}

#weather {
  color: #464646;
  font-style: oblique;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

#live-pdv-search-product {
  background: #fffefe;
  border-radius: 10px;
  border: solid #e5e5e5 1px;
  width: 100%;
  margin-left: 15px;
  position: sticky;
  z-index: 9999;
  font-size: 1.2em;
  max-height: 600px;
  overflow: auto;
}
#live-pdv-search-product table {
  width: 100%;
  text-align: center;
}
#live-pdv-search-product table tr:hover {
  color: #009c51;
}

#pdv-greeting {
  color: #464646;
  font-style: oblique;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
}

#pdv-widget-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12%;
  gap: 15px;
}

/***********************//*# sourceMappingURL=main.css.map */