/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
* {
  transition: all 0.4s;
  box-sizing: border-box;
  font-family: f-regular;
}

html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

html body {
  margin: 0%;
  overflow-x: hidden;
  background-color: #f4f7fb;
  color: #0d1d44;
}

a {
  color: #3b3b3b;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
a:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

button {
  background: transparent;
  color: #3b3b3b;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
button.is-loading {
  position: relative !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
  overflow: visible !important;
  border-radius: 100px !important;
}
button.is-loading::after {
  content: "";
  background: transparent;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #1e40af;
  border-right-color: #1e40af;
  animation: btn-spin 0.8s linear infinite;
}
@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

input,
textarea,
select {
  border: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 600px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
.multiline {
  white-space: pre-line;
}

.scroll-mini-white::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll-mini-white::-webkit-scrollbar:vertical {
  width: 10px;
}

.scroll-mini-white::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* Personalización del botón de incremento (abajo/derecha) */
.scroll-mini-white::-webkit-scrollbar-button:increment {
  background-color: #c5c5c5; /* Color del botón */
  border-radius: 50%;
  height: 10px; /* Tamaño del botón */
  min-height: 10px; /* Tamaño del botón */
  width: 10px;
  min-width: 10px;
}

/* Personalización del botón de decremento (arriba/izquierda) */
.scroll-mini-white::-webkit-scrollbar-button:decrement {
  background-color: #c5c5c5; /* Color del botón */
  border-radius: 100px;
  height: 10px;
  min-height: 10px;
  width: 10px;
  min-width: 10px;
}

/* Personalización del thumb (barra de desplazamiento) */
.scroll-mini-white::-webkit-scrollbar-thumb {
  background: #3b3b3b;
  border: 2px solid #edf3ff;
  border-radius: 20px;
}

/* Personalización de la pista del scroll */
.scroll-mini-white::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}

.scroll-max-white::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll-max-white::-webkit-scrollbar:vertical {
  width: 13px;
}

.scroll-max-white::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* Personalización del botón de incremento (abajo/derecha) */
.scroll-max-white::-webkit-scrollbar-button:increment {
  background-color: #c5c5c5; /* Color del botón */
  border-radius: 50%;
  height: 13px; /* Tamaño del botón */
  min-height: 13px; /* Tamaño del botón */
  width: 13px;
  min-width: 13px;
}

/* Personalización del botón de decremento (arriba/izquierda) */
.scroll-max-white::-webkit-scrollbar-button:decrement {
  background-color: #c5c5c5; /* Color del botón */
  border-radius: 100px;
  height: 13px;
  min-height: 13px;
  width: 13px;
  min-width: 13px;
}

/* Personalización del thumb (barra de desplazamiento) */
.scroll-max-white::-webkit-scrollbar-thumb {
  background: #3b3b3b;
  border: 2px solid #edf3ff;
  border-radius: 20px;
}

/* Personalización de la pista del scroll */
.scroll-max-white::-webkit-scrollbar-track {
  background-color: rgba(241, 241, 241, 0.2352941176);
  border-radius: 5px;
}

@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.filters {
  width: 100%;
  background: white;
  border-radius: 15px;
  position: sticky;
  top: 0%;
  z-index: 9;
  margin-bottom: 1em;
  overflow: auto;
  overflow-x: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.filters .section {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.filters .section > form {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: 35px;
  background: rgba(59, 59, 59, 0.0549019608);
  border-radius: 10px;
  padding: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.filters .section > form input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  background: transparent;
}
.filters .section > form button {
  min-width: 30px;
  height: 100%;
  border-left: 1px solid rgba(59, 59, 59, 0.1843137255);
}
.filters .btn-sub {
  width: 25px;
  height: 25px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 100px;
}
.filters .input {
  height: 100%;
  background: rgba(59, 59, 59, 0.0549019608);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0em;
  flex-wrap: wrap;
}
.filters .input select,
.filters .input input,
.filters .input button,
.filters .input label {
  font-size: 11px;
  height: 25px;
  background: transparent;
  padding: 0px 10px;
  appearance: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.filters .checkbox input {
  display: none;
}
.filters .checkbox input:checked + label {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.filters .checkbox input:checked + label i {
  color: white;
}
.filters .order {
  background: rgba(59, 59, 59, 0.0549019608);
  border-radius: 5px;
  overflow: hidden;
  gap: 0px;
}
.filters .order select,
.filters .order label {
  background: transparent;
  border-radius: 0px;
}
.filters .order label {
  border-left: 1px solid rgba(59, 59, 59, 0.2039215686);
}
.filters .order input {
  display: none;
}
.filters .order input:checked + label {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.filters .order input:checked + label i {
  color: white;
}

.filter-active {
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.1176470588);
}

.summaries {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.summaries > .total {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.summaries > .total i {
  font-size: 20px;
}
.summaries > .total .value {
  font-size: 30px;
}
.summaries .summary {
  background: linear-gradient(125deg, white, rgba(255, 255, 255, 0.548));
  border: 1px solid rgba(59, 59, 59, 0.0549019608);
  border-radius: 15px;
  padding: 0.5em 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 1000px) {
  .summaries .summary {
    max-width: 100%;
  }
}
.summaries .summary .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.summaries .summary .data .name {
  color: rgba(59, 59, 59, 0.7450980392);
  font-size: 12px;
  text-align: center;
}
.summaries .summary .data .value {
  font-size: 18px;
  font-family: f-medium;
  font-weight: 900;
  color: rgba(59, 59, 59, 0.8901960784);
}
.summaries .summary i {
  width: 35px;
  min-width: 35px;
  height: 35px;
  font-size: 12px;
  border-radius: 15px;
  background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
  color: white;
  box-shadow: 0px 3px 5px rgba(100, 120, 150, 0.226);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.summaries > .alert > i {
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.summaries > .alert > i i {
  color: white;
}
.summaries > .highlight > i {
  background: #22c55e;
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.summaries .default > i {
  background: rgba(59, 59, 59, 0.0470588235);
  color: #3b3b3b;
  box-shadow: none;
}

.state-history-timeline {
  width: 100%;
  padding: 0.3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.state-history-timeline .state-history-item {
  font-size: 12px;
  position: relative;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0.5em;
  min-width: 140px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.state-history-timeline .state-history-item:hover {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.state-history-timeline .state-history-item > i {
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.state-history-timeline .state-history-item .state-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3rem;
}
.state-history-timeline .state-history-item .state-info .state-name {
  font-weight: 600;
  color: #333;
}
.state-history-timeline .state-history-item .state-info .state-date {
  color: #777;
  font-size: 0.75rem;
}
.state-history-timeline .state-history-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6rem;
  width: 12px;
  height: 2px;
  background: #d2d2d2;
}

.table {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 10px;
  padding: 10px;
}
.table .column-header {
  position: relative;
}
.table .resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  width: 10px;
  cursor: col-resize;
}
.table .resize-handle:hover {
  background: rgba(59, 59, 59, 0.1019607843);
}
.table > .options {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.table > .options .title {
  font-size: 12px;
  font-family: f-medium;
}
.table > .options button {
  min-width: 30px;
  height: 30px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.table > .options .btn-text {
  padding: 0px 10px;
}
.table > .header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.1843137255);
  overflow-x: auto;
  overflow-y: hidden;
}
.table > .header span {
  font-size: 11px;
  font-family: f-medium;
}
.table > .header .value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0em;
}
.table > .header .value .i-order {
  width: 15px;
  height: 15px;
  font-size: 7px;
  background: #3b3b3b;
  color: white;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.table > .body {
  width: 100%;
  max-height: 700px;
  overflow: auto;
}
.table > .body > .row {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0666666667);
  display: inline;
  animation: row-enter 280ms cubic-bezier(0.16, 1, 0.3, 1);
}
.table > .body > .row:hover, .table > .body > .row.active {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  border-radius: 5px;
}
.table > .body > .row:hover i, .table > .body > .row.active i {
  color: white;
}
.table > .body > .row:hover .value input,
.table > .body > .row:hover .value select, .table > .body > .row.active .value input,
.table > .body > .row.active .value select {
  border: 1px solid white;
}
.table > .body > .row:hover .value .input-active, .table > .body > .row.active .value .input-active {
  color: white;
}
.table > .body > .row .value,
.table > .body > .row span {
  font-size: 12px;
}
.table > .body > .row .value a,
.table > .body > .row span a {
  width: 100%;
  height: 100%;
  background: #3b3b3b;
  color: white;
  border-radius: 5px;
}
.table > .body > .row .value img,
.table > .body > .row span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table > .body > .row .sale_price {
  letter-spacing: 1px;
  font-family: f-medium;
}
.table > .body > .row .center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@keyframes row-enter {
  0% {
    opacity: 0;
    transform: translateY(2px) scale(0.99);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1.005);
    background: rgba(43, 43, 44, 0.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    background: transparent;
  }
}
.table > .body > .nh:hover {
  background: transparent;
}
.table > .header,
.table > .body > .row {
  display: grid;
  /* 🔹 Animación tipo "rebote" */
}
.table > .header .value,
.table > .body > .row .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  padding: 7px 5px;
}
.table > .header .value .fa-barcode-read,
.table > .body > .row .value .fa-barcode-read {
  color: #0a1838;
}
.table > .header .value > select,
.table > .header .value > input,
.table > .body > .row .value > select,
.table > .body > .row .value > input {
  width: 100%;
  height: 25px;
  font-size: 10px;
  background: #f4f7fb;
  border-radius: 3px;
  padding: 0px 5px;
}
.table > .header .online,
.table > .body > .row .online {
  color: #28a745; /* verde activo */
}
.table > .header .offline,
.table > .body > .row .offline {
  opacity: 0.1;
  color: #6c757d; /* gris inactivo */
}
.table > .header .selector,
.table > .body > .row .selector {
  opacity: 0.1;
  transition: opacity 0.3s ease;
}
.table > .header .selector.selected,
.table > .body > .row .selector.selected {
  opacity: 1;
  animation: bounce 0.4s ease; /* 👈 animación del rebote */
}
.table > .header .selector.selected i,
.table > .body > .row .selector.selected i {
  color: blue;
  transition: color 0.3s ease;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.table > .footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.table > .footer .amount {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table > .footer .paginations {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.table > .footer .paginations button,
.table > .footer .paginations select {
  font-size: 10px;
  font-weight: 900;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table > .footer .paginations button {
  font-size: 14px;
  opacity: 100%;
}
.table > .footer .paginations button:disabled {
  font-size: 10px;
  opacity: 50%;
}
.table > .footer .paginations select {
  appearance: none;
  padding: 0px 10px;
}
.table > .footer .settings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.table > .footer .settings > button {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 100px;
}
.table > .footer .settings > button:hover {
  background: #3b3b3b;
  color: white;
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.4431372549);
}
.table > .footer .settings .excel {
  background: linear-gradient(125deg, #217346, rgba(33, 115, 70, 0.7333333333));
  color: white;
}
.table > .footer > .list {
  max-height: 0;
  opacity: 0;
  background: #2b2b2c;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  overflow: hidden;
  transition: all 0.3s ease;
}
.table > .footer > .list.list-show {
  max-height: 300px;
  opacity: 1;
  top: 120%;
  overflow: auto;
}
.table > .footer > .list .item {
  width: 100%;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.table > .footer > .list .item:last-child {
  border-bottom: none;
}
.table > .footer > .list .item.active {
  background: rgba(255, 255, 255, 0.08);
}
.table > .footer > .list .item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.table > .footer > .list .format-1 {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.table > .footer > .list .format-1 .suiche {
  color: white;
  transition: color 0.2s;
}
.table > .footer > .list .format-1 .suiche:hover {
  color: #00c4ff;
}
.table > .footer > .list .format-1 .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.table > .footer > .list .format-1 .data .name {
  font-size: 12px;
  font-weight: 500;
}
.table > .footer > .list .format-1 .data input {
  font-size: 11px;
  border: none;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0);
  padding: 4px 6px;
  margin-top: 3px;
  color: white;
}
.table > .footer > .list .format-1 .data input:disabled {
  background: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

.table-1 {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 10px;
  margin-top: 1em;
  padding: 1em;
  padding-top: 0em;
}
.table-1 > header,
.table-1 > footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.table-1 > header .title,
.table-1 > footer .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.table-1 > header .title strong,
.table-1 > footer .title strong {
  font-size: 20px;
}
.table-1 > header .title small,
.table-1 > footer .title small {
  opacity: 0.7;
}
.table-1 > header .amount,
.table-1 > footer .amount {
  font-size: 13px;
}
.table-1 > header .pagination,
.table-1 > footer .pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.table-1 > header .pagination button,
.table-1 > footer .pagination button {
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  padding: 0px 6px;
}
.table-1 > header .pagination button.btn-page,
.table-1 > header .pagination button.after,
.table-1 > header .pagination button.next,
.table-1 > footer .pagination button.btn-page,
.table-1 > footer .pagination button.after,
.table-1 > footer .pagination button.next {
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0392156863);
  border-radius: 5px;
  cursor: pointer;
}
.table-1 > header .pagination button.btn-page.active,
.table-1 > footer .pagination button.btn-page.active {
  background: #333;
  color: #fff;
  font-weight: bold;
}
.table-1 > header .pagination button:disabled,
.table-1 > footer .pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.table-1 > header .pagination .dots,
.table-1 > footer .pagination .dots {
  font-size: 12px;
  padding: 0 4px;
}
.table-1 > header .pagination select,
.table-1 > footer .pagination select {
  font-size: 10px;
  height: 20px;
  background: rgba(59, 59, 59, 0.0392156863);
  border-radius: 5px;
  cursor: pointer;
}
.table-1 > header .section,
.table-1 > footer .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.table-1 > header {
  background: white;
  border-bottom: 1px solid #ddd;
  padding: 1em 0em;
  position: sticky;
  top: 0;
  z-index: 9;
}
.table-1 > footer {
  padding-top: 1em;
}
.table-1 .ct-table {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-1 .ct-table table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-1 .ct-table table th,
.table-1 .ct-table table td {
  min-width: 100px;
  height: 40px;
  padding: 7px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}
.table-1 .ct-table table thead {
  width: 100%;
  background: white;
}
.table-1 .ct-table table thead tr th {
  font-size: 12px;
  position: relative;
  font-family: f-light;
}
.table-1 .ct-table table thead tr th .order {
  opacity: 0.3;
  font-size: 10px;
  cursor: pointer;
}
.table-1 .ct-table table thead tr th .active {
  opacity: 1;
}
.table-1 .ct-table table tbody tr td {
  font-size: 12px;
  max-width: 200px;
}
.table-1 .ct-table table tbody tr td input[type=text],
.table-1 .ct-table table tbody tr td select {
  width: 100%;
  height: 100%;
  font-size: 11px;
  background: rgba(59, 59, 59, 0.0745098039);
  border-radius: 5px;
  padding: 0px 5px;
}
.table-1 .ct-table table tbody tr .text-success {
  color: #16a34a;
}
.table-1 .ct-table table tbody tr .text-warning {
  color: #d97706;
}
.table-1 .ct-table table tbody tr .text-danger {
  color: #dc2626;
  font-weight: bold;
}
.table-1 .ct-table table tbody tr .row-disabled {
  opacity: 0.6;
}
.table-1 .ct-table table .resizer {
  position: absolute;
  top: 0;
  right: -2px;
  width: 15px;
  height: 100%;
  cursor: col-resize;
  -webkit-user-select: none;
          user-select: none;
  z-index: 10;
}
.table-1 .ct-table table .resizer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px; /* 👈 indicador visual fino */
  height: 100%;
  background-color: transparent;
}
.table-1 .ct-table table th:hover .resizer::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.table-1 .ct-table table .fixed-id {
  width: 60px;
  min-width: 60px;
}
.table-1 .ct-table table .fixed-un {
  width: 25px;
  min-width: 25px;
}
.table-1 .ct-table table .fixed-price {
  width: 100px;
  min-width: 100px;
}
.table-1 .ct-table table .fixed-date {
  width: 130px;
  min-width: 130px;
}
.table-1 .ct-table table .fixed-img {
  width: 52px;
  min-width: 52px;
}
.table-1 .ct-table table .fixed-img img {
  width: 36px;
  height: 36px;
  background: #f4f7fb;
  border-radius: 6px;
  object-fit: cover;
}
.table-1 .ct-table table .fixed-img img.logo {
  opacity: 0.5;
  object-fit: contain;
  padding: 4px;
}
.table-1 .ct-table table .fixed-percent {
  width: 80px;
  min-width: 80px;
}
.table-1 .ct-table table .fixed-checked {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.table-1 .ct-columns {
  position: relative;
  z-index: 20;
}
.table-1 .empty {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.table-1 .table-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #b5b5b5;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all 0.15s ease;
}
.table-1 .table-checkbox:hover {
  border-color: #888;
}
.table-1 .table-checkbox:checked {
  background-color: #2563eb;
  border-color: #2563eb;
}
.table-1 .table-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.table-1 .table-checkbox:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.list-card-column {
  width: 100%;
}
.list-card-column .item {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.231372549);
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.list-card-column .item > .set {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
}
.list-card-column .item .section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.list-card-column .item .icon {
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-card-column .item .icon i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  background: rgba(59, 59, 59, 0.0352941176);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-card-column .item .icon .active {
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
}
.list-card-column .item .icon .active i {
  color: white;
}
.list-card-column .item .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.list-card-column .item .data .name {
  font-size: 13px;
  font-family: f-medium;
}
.list-card-column .item .data small {
  font-size: 11px;
  font-family: f-light;
}
.list-card-column .item .data .value {
  color: rgba(59, 59, 59, 0.8078431373);
}
.list-card-column .style-1 .set {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
}
.list-card-column .style-1 .value- {
  font-size: 12px;
  background: rgba(59, 59, 59, 0.062745098);
  color: rgba(59, 59, 59, 0.8784313725);
  border-radius: 5px;
  padding: 5px 10px;
}

.objects-list {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 15px;
  padding: 20px;
}
.objects-list > header {
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.objects-list > header .amount {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.objects-list > header .name {
  font-size: 13px;
  font-family: f-medium;
  color: rgba(59, 59, 59, 0.631372549);
}
.objects-list > header .paginations {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.objects-list > header .paginations button,
.objects-list > header .paginations select {
  font-size: 10px;
  font-weight: 900;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.objects-list > header .paginations button {
  font-size: 14px;
  opacity: 100%;
}
.objects-list > header .paginations button:disabled {
  font-size: 10px;
  opacity: 50%;
}
.objects-list > header .paginations select {
  appearance: none;
  padding: 0px 10px;
}
.objects-list > header .settings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.objects-list > header .settings > button {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 100px;
}
.objects-list > header .settings > button:hover {
  background: #3b3b3b;
  color: white;
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.4431372549);
}
.objects-list > header .settings .excel {
  background: linear-gradient(125deg, #217346, rgba(33, 115, 70, 0.7333333333));
  color: white;
}
.objects-list > .list {
  width: 100%;
}
.objects-list > .list .item {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0549019608);
  border-left: 3px solid transparent;
  padding: 10px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  padding: 10px 10px;
  border-radius: 10px;
}
.objects-list > .list .item:hover i {
  color: white;
}
.objects-list > .list .item:hover .section .data .last_expense,
.objects-list > .list .item:hover .section .data .sutil {
  color: white;
}
.objects-list > .list .item:hover .total {
  color: white;
}
.objects-list > .list .item:hover .units i {
  color: white;
}
.objects-list > .list .item i {
  opacity: 0.8;
}
.objects-list > .list .item .section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item .section .indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item .section .indicator i {
  width: 30px;
  height: 30px;
  font-size: 10px;
  border: 1px solid #3b3b3b;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item .section .indicator img {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 100px;
  object-fit: cover;
}
.objects-list > .list .item .section .indicator .fa-user {
  color: rgb(33, 82, 255);
  border: 1px solid rgba(33, 81, 255, 0.308);
  box-shadow: 0px 5px 5px rgba(59, 59, 59, 0.2823529412);
}
.objects-list > .list .item .section .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.objects-list > .list .item .section .data .name {
  font-size: 12px;
}
.objects-list > .list .item .section .data .title {
  font-size: 13px;
  font-family: f-medium;
  opacity: 0.8;
}
.objects-list > .list .item .section .data .last_expense,
.objects-list > .list .item .section .data .sutil {
  font-size: 11px;
  color: rgba(59, 59, 59, 0.8352941176);
}
.objects-list > .list .item .units {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.objects-list > .list .item .units i {
  font-size: 11px;
  color: rgba(59, 59, 59, 0.5960784314);
}
.objects-list > .list .item .total {
  font-size: 12px;
  color: rgba(59, 59, 59, 0.8274509804);
}
.objects-list > .list .active {
  border-left: 3px solid #0a1838;
}

.list-type {
  width: fit-content;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-type button {
  height: 30px;
  font-size: 10px;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.list-type .active {
  background: linear-gradient(125deg, #0a1838, rgb(21.5909090909, 51.8181818182, 120.9090909091));
  color: white;
  border-radius: 5px;
}
.list-type .active i {
  color: white;
}

.order-products {
  width: 100%;
}
.order-products > header {
  width: 100%;
  margin-bottom: 1em;
}
.order-products > .list {
  margin-bottom: 2em;
}
.order-products > .list > .product {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 40px auto 50px 100px 100px 90px 90px;
  gap: 0.3em;
}
.order-products > .list > .product .code {
  height: 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.order-products > .list > .product .name {
  height: 30px;
  font-size: 12px;
  font-family: f-medium;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.order-products > .list > .product .input {
  height: 30px;
  background: rgba(59, 235, 235, 0.0941176471);
  border-radius: 5px;
  border: 1px solid rgba(59, 59, 59, 0.1176470588);
  padding: 0em 1em;
  padding-left: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.order-products > .list > .product .input i {
  font-size: 11px;
  opacity: 0.8;
}
.order-products > .list > .product .input input {
  background: transparent;
}
.order-products > .list > .product .total {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.order-products > .list > .product .total i {
  font-size: 11px;
  opacity: 0.8;
}
.order-products > .list > .product .total strong {
  font-size: 11px;
}
.order-products > .list > form {
  gap: 0.5em;
}

.list-flot {
  width: 100%;
  max-height: 0px;
  opacity: 0%;
  border: 1px solid rgba(59, 59, 59, 0.0823529412);
  border-radius: 10px;
  margin-top: 0em;
  overflow: auto;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.list-flot > .item {
  font-size: 15px;
  flex-grow: 1;
  background: rgba(59, 59, 59, 0.0352941176);
  border-radius: 10px;
  overflow: auto;
  padding: 5px 10px;
  text-align: start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.list-flot > .item:hover {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.list-flot > .item:hover i {
  color: white;
}
.list-flot > .item:hover .footer .btn-delete {
  opacity: 1;
}
.list-flot > .item > .units- {
  font-size: 10px;
  background: #3b3b3b;
  color: white;
  border-radius: 100px;
  padding: 3px 9px;
}
.list-flot > .item > .data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.list-flot > .item > .footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.list-flot > .item > .footer button {
  font-size: 10px;
}
.list-flot > .item > .footer .btn-delete {
  opacity: 0;
}
.list-flot > .item > .created_time {
  font-size: 10px;
  font-family: f-light;
}
.list-flot .cl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.list-flot .alert {
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
}
.list-flot .alert i {
  color: white;
}

.list-flot-show {
  max-height: 300px;
  opacity: 100%;
  box-shadow: 0px 10px 20px rgba(59, 59, 59, 0.2588235294);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px;
}

.cards-1 {
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card-1 {
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  border-top-right-radius: 40px;
  position: relative;
}
.card-1 .main {
  width: 100%;
  padding: 1em;
}
.card-1 .main .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-1 .main .header .info {
  max-width: calc(100% - 70px);
}
.card-1 .main .header .info .name {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-1 .main .header .info .id {
  font-size: 0.7rem;
  color: #777;
}
.card-1 .main .header .avatar img,
.card-1 .main .header .no-photo {
  width: 65px;
  height: 65px;
  border: 5px solid rgba(59, 59, 59, 0.0549019608);
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.card-1 .main .body {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}
.card-1 .main .body .text {
  font-size: 12px;
}
.card-1 .main .body .count {
  font-size: 23px;
}
.card-1 .main .body .stats .metric {
  font-size: 0.95rem;
}
.card-1 .main .body .stats .sub {
  font-size: 0.8rem;
  color: #777;
}
.card-1 .main .body .stats-row {
  font-size: 11px;
  background: #fafafa;
  border-radius: 4px;
  border-bottom: 1px solid #eee;
  padding: 5px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s ease;
}
.card-1 .main .body .stats-row:hover {
  background: #f3f3f3;
}
.card-1 .main .body .stats-row:last-child {
  border-bottom: none;
}
.card-1 .main .body .stats-row .label {
  color: #666;
}
.card-1 .main .body .stats-row .value {
  font-weight: 700;
  color: #2f2f2f;
}
.card-1 .main .body .sparkline-container {
  height: 40px;
  opacity: 0.4;
}
.card-1 .footer {
  border-top: 1px solid rgba(59, 59, 59, 0.1215686275);
  padding: 0.7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-1 .footer .status {
  font-size: 13px;
  background: #f5f7f9;
  border-radius: 100px;
  padding: 5px;
  padding-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-1 .footer .status img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100px;
}
.card-1 .footer .status i {
  width: 25px;
  height: 25px;
  font-size: 11px;
  background: white;
  color: rgba(59, 59, 59, 0.6352941176);
  border-radius: 100px;
  border: 1px solid #e3e3e4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-1 .footer .actions {
  display: flex;
  gap: 0.5em;
}
.card-1 .footer .actions a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 100px;
}
.card-1 .footer .actions a:hover {
  animation: bounceHover 1s;
}
.card-1 .footer .actions a i {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.15s;
}
.card-1 .footer .actions a i:hover {
  color: #000;
}
@keyframes bounceHover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.cards-2 {
  width: 100%;
  padding: 1em;
  padding-left: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4em;
  row-gap: 2em;
}

.card-2 .main {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 1em;
  padding-left: 0em;
  display: grid;
  grid-template-columns: 80px auto;
}
.card-2 .main > .image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.card-2 .main > .image > img {
  width: 100px;
  border-radius: 10px;
  min-height: 150px;
  object-fit: contain;
  transform: translateX(-1em);
}
.card-2 .main > .image > img:hover {
  scale: 1.3;
}
.card-2 .main .data {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start;
  /* FOOTER */
}
.card-2 .main .data .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
  margin-bottom: 0.5em;
}
.card-2 .main .data .name {
  font-size: 16px;
  font-family: f-medium;
}
.card-2 .main .data .code {
  font-size: 14px;
  opacity: 0.8;
}
.card-2 .main .data .alert {
  font-size: 12px;
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
  border-radius: 100px;
  padding: 0.2em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-2 .main .data .alert i {
  color: white;
}
.card-2 .main .data .footer {
  width: 100%;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-2 .main .data .footer .status {
  font-size: 13px;
  background: #f5f7f9;
  border-radius: 100px;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-2 .main .data .footer .status i,
.card-2 .main .data .footer .status img {
  width: 30px;
  height: 30px;
  font-size: 11px;
  background: white;
  border-radius: 100px;
  border: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  object-fit: cover;
}
.card-2 .main .data .footer .status .state-name {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-2 .main .data .footer .actions {
  display: flex;
  gap: 0.5em;
}
.card-2 .main .data .footer .actions a {
  width: 30px;
  height: 30px;
  background: #f4f7fb;
  border-radius: 100px;
}
.card-2 .main .data .footer .actions a:hover {
  animation: bounceHover 1s;
}
.card-2 .main .data .footer .actions a i {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.15s;
}
.card-2 .main .data .footer .actions a i:hover {
  color: #000;
}
@keyframes bounceHover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.cards-3 {
  width: 100%;
  padding: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em;
}

.card-3 {
  height: fit-content;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 1em;
}
.card-3 > header {
  width: 100%;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.card-3 > .title {
  font-size: 14px;
  opacity: 0.8;
}
.card-3 > .data {
  width: 100%;
  border-top: 1px solid rgba(59, 59, 59, 0.1725490196);
  padding: 1em 0.5em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.card-3 > .data .label {
  width: fit-content;
  font-size: 13px;
  background: #f4f7fb;
  opacity: 0.8;
  border-radius: 3px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.card-3 > .data .label .value {
  font-weight: 900;
}
.card-3 .type {
  font-size: 11px;
  background: #c7f9f9;
  border-radius: 5px;
  padding: 0.5em 1em;
}
.card-3 .icon {
  font-size: 14px;
  opacity: 0.8;
}
.card-3 .name {
  font-size: 14px;
  opacity: 0.9;
  font-family: f-medium;
}
.card-3 .description {
  font-size: 12px;
}
.card-3 .footer {
  border-top: 1px solid rgba(59, 59, 59, 0.1725490196);
  padding-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-3 .footer .icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 12px;
  background: #c7f9f9;
  color: rgba(59, 59, 59, 0.7764705882);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-3 .footer .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-3 .footer .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-3 .footer .actions a,
.card-3 .footer .actions button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 100px;
}
.card-3 .footer .actions a:hover,
.card-3 .footer .actions button:hover {
  animation: bounceHover 1s;
}
.card-3 .footer .actions a i,
.card-3 .footer .actions button i {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.15s;
}
.card-3 .footer .actions a i:hover,
.card-3 .footer .actions button i:hover {
  color: #000;
}
@keyframes bounceHover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.cards-lines {
  width: 100%;
  margin-top: 1em;
}
.cards-lines .card-line {
  width: 100%;
  height: fit-content;
  background: white;
  border-radius: 15px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid rgba(59, 59, 59, 0.1176470588);
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
}
.cards-lines .card-line .address {
  font-size: 12px;
  border-radius: 100px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  text-align: start;
}
.cards-lines .card-line .address i {
  opacity: 0.8;
}
.cards-lines .card-line .responsible {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.cards-lines .card-line .responsible .avatar {
  width: 30px;
  height: 30px;
  background: #c7f9f9;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.cards-lines .card-line .responsible .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-lines .card-line .responsible .item {
  border-radius: 100px;
  border: 3px solid #c7f9f9;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  flex-wrap: nowrap;
}
.cards-lines .card-line .responsible .item small {
  max-width: 150px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1em;
}
.cards-lines .card-line .responsible .item button {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 12px;
}
.cards-lines .card-line .responsible .item select {
  font-size: 10px;
  appearance: none;
}
.cards-lines .card-line .data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.cards-lines .card-line .data .data-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.cards-lines .card-line .data .data-item i {
  min-width: 30px;
  height: 30px;
  font-size: 11px;
  color: rgba(59, 59, 59, 0.6588235294);
  border: 1px solid rgba(59, 59, 59, 0.1921568627);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.cards-lines .card-line .data .data-item .value {
  font-size: 13px;
}
.cards-lines .card-line > header {
  width: 100%;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.cards-lines .card-line > header .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > header .contact-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > header .contact-type > i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  background: #c7f9f9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-lines .card-line > header .contact-type .id {
  font-size: 10px;
}
.cards-lines .card-line > header .contact-type .contact {
  width: 300px;
  font-size: 13px;
  font-family: f-medium;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  border-right: 1px solid rgba(59, 59, 59, 0.1176470588);
}
.cards-lines .card-line > header .state {
  height: 30px;
  font-size: 13px;
  border-radius: 100px;
  border: 3px solid #c7f9f9;
  padding: 0em 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.cards-lines .card-line > header .state i {
  font-size: 10px;
}
.cards-lines .card-line > header .state select {
  height: 30px;
  font-size: 10px;
  appearance: none;
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  border-radius: 100px;
  padding: 0px 1em;
}
.cards-lines .card-line > header .state select i {
  color: white;
}
.cards-lines .card-line > header .state select option {
  color: black;
}
.cards-lines .card-line > header .create_time {
  font-size: 10px;
}
.cards-lines .card-line > header .closed {
  color: rgb(33, 82, 255);
}
.cards-lines .card-line > .body {
  display: grid;
  grid-template-columns: auto 400px;
}
.cards-lines .card-line > .body .information {
  padding: 1em;
  padding-top: 0em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
}
.cards-lines .card-line > .body .information > .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.cards-lines .card-line > .body .information > .body .info-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.1em;
  border-left: 2px solid rgba(59, 59, 59, 0.1176470588);
  padding-left: 2px;
  padding: 0.5em;
  padding-right: 0em;
}
.cards-lines .card-line > .body .information > .body .info-data label {
  font-family: f-medium;
}
.cards-lines .card-line > .body .information > .body .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .information > .body .items .item {
  width: fit-content;
  font-size: 13px;
  border: 1px solid rgba(59, 59, 59, 0.3568627451);
  border-radius: 5px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .information > .body .items .item .name {
  font-size: 12px;
  font-family: f-medium;
}
.cards-lines .card-line > .body .information > .body .items .item .number {
  background: rgba(59, 59, 59, 0.0352941176);
  padding: 0.5px 0.5em;
  border-radius: 5px;
}
.cards-lines .card-line > .body .information > footer {
  width: 100%;
  border-top: 1px solid rgba(59, 59, 59, 0.1764705882);
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cards-lines .card-line > .body .invoice {
  max-height: 300px;
  background: rgba(216, 216, 216, 0.1176470588);
  box-shadow: 0px 10px 20px rgba(59, 59, 59, 0.231372549);
  border: 1px solid rgba(59, 59, 59, 0.1176470588);
  border-radius: 0px;
  border-top-left-radius: 20px;
  overflow: auto;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.cards-lines .card-line > .body .invoice > header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.1921568627);
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .invoice > header .name {
  font-size: 12px;
  font-family: f-medium;
}
.cards-lines .card-line > .body .invoice .articles {
  width: 100%;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .invoice .articles small {
  font-size: 12px;
  background: white;
  border: 1px solid rgba(59, 59, 59, 0.0901960784);
  border-radius: 5px;
  padding: 5px 1em;
}
@media screen and (max-width: 900px) {
  .cards-lines .card-line > .body {
    grid-template-columns: auto;
  }
}

.forms-cards {
  width: 100%;
  column-width: 300px;
  column-gap: 1em;
}
.forms-cards .card {
  background: white;
  break-inside: avoid;
  margin-bottom: 1em;
  border-radius: 10px;
  padding: 0.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.forms-cards .card .title {
  font-size: 14px;
  font-weight: bold;
}
.forms-cards .card .value {
  font-size: 13px;
  font-family: f-light;
}
.forms-cards .card footer {
  width: 100%;
  font-size: 12px;
  opacity: 0.8;
  border-top: 1px solid rgba(51, 51, 51, 0.3215686275);
  padding: 1em;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.forms-cards .card footer .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.forms-cards .card .options {
  padding: 1em 0em;
  border-top: 1px solid rgba(51, 51, 51, 0.3215686275);
}

.products-grid {
  width: 100%;
  padding: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.products-grid .btn-add {
  min-height: 100px;
  background: rgba(255, 255, 255, 0.932);
  border-radius: 10px;
  gap: 1em;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .products-grid {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.5rem;
  }
}

.ct-checkbox-dropdown {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-dropdown {
  min-width: 180px;
  max-height: 400px;
  background: #2a2a2a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 20;
  margin-top: 6px;
  overflow: auto;
  padding: 8px;
}
.checkbox-dropdown .item {
  padding: 6px 8px;
}
.checkbox-dropdown .item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-dropdown .item label span {
  color: white;
  font-size: 12px;
}
.checkbox-dropdown .item label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #666;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.checkbox-dropdown .item label input[type=checkbox]:hover {
  border-color: #2196f3;
}
.checkbox-dropdown .item label input[type=checkbox]:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.checkbox-dropdown .item label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 1px;
  width: 2px;
  height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-dropdown .item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.payment-pending {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-pending .item {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(59, 59, 59, 0.1450980392);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.payment-pending .item .info {
  display: flex;
  flex-direction: column;
}
.payment-pending .item .info .title {
  font-weight: 500;
}
.payment-pending .item .info .meta {
  font-size: 12px;
  color: #777;
}
.payment-pending .item .info .stroe {
  font-size: 12px;
  opacity: 0.6;
}
.payment-pending .item .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-pending .item .actions input,
.payment-pending .item .actions select {
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 6px 8px;
}
.payment-pending .item .actions input {
  max-width: 90px;
}
.payment-pending .item .actions .btn {
  font-size: 11px;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
}
.payment-pending .item .actions .btn.pay {
  background: #16a34a;
  color: white;
}

.segmented-control {
  width: fit-content;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  margin: auto;
  margin-bottom: 1em;
  padding: 0.35rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
}
.segmented-control button {
  font-size: 0.88rem;
  color: #555;
  background: transparent;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.2s ease;
}
.segmented-control button .count {
  font-size: 10px;
  background: #e5e7eb;
  color: #555;
  font-weight: 600;
  padding: 0.5em;
  border-radius: 100px;
}
.segmented-control button:hover {
  background: #f1f5f9;
  border-color: #e5e7eb;
  color: #222;
}
.segmented-control button.active {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.segmented-control button.active i {
  color: white;
}
.segmented-control button.active .count {
  background: white;
}
.segmented-control::-webkit-scrollbar {
  height: 4px;
}
.segmented-control::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/form.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.form {
  width: 100%;
  height: fit-content;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 15px;
  padding: 10px;
  position: relative;
}
.form > .value_primary {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2470588235);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2em;
}
.form > .value_primary .value {
  font-size: 20px;
  color: rgba(59, 59, 59, 0.8784313725);
}
.form > .avatar {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form > .avatar .container- {
  width: 100%;
  height: 100px;
  background-image: url("/imgs/3415222.jpg");
  background-position: center;
  background-color: rgba(0, 0, 0, 0.603); /* capa de color */
  background-blend-mode: darken; /* o multiply, overlay, etc. */
  border-radius: 10px;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form > .avatar .container- img {
  width: 130px;
  height: 130px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
  border-radius: 100px;
  transform: translateY(30px);
  position: absolute;
  right: 0%;
  left: 0%;
  margin: auto;
  object-fit: cover;
}
.form > .avatar .container- .actions {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  font-size: 12px;
  background: #e8e8e8;
  border-radius: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form > .avatar .container- .actions:hover {
  max-width: 100px;
  padding: 0px 5px;
}
.form > .avatar .container- .actions:hover > i {
  display: none;
}
.form > .avatar .container- .actions:hover button {
  display: block;
}
.form > .avatar .container- .actions > i {
  color: rgba(59, 59, 59, 0.6431372549);
}
.form > .avatar .container- .actions button {
  display: none;
}
.form > .avatar .spinner {
  width: 100px;
  height: 100px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #0d1d44; /* color del spinner */
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  animation: spin 1s linear infinite;
  z-index: 1; /* detrás del botón */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form > .avatar .role {
  font-size: 14px;
  background: #1e40af;
  color: white;
  border-radius: 10px;
  padding: 3px 20px;
}
.form > .invoice {
  width: 100%;
  min-height: 46px;
  background: linear-gradient(125deg, #0a1838, rgb(21.5909090909, 51.8181818182, 120.9090909091));
  color: white;
  border-radius: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.5em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.form > .invoice i {
  color: white;
}
.form > .invoice .ct-store {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.form > .invoice .ct-store .store {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form > .invoice .ct-store .store i {
  font-size: 13px;
}
.form > .invoice .ct-store .store select {
  background: transparent;
  color: white;
}
.form > .invoice .ct-store .store select option {
  color: #3b3b3b;
}
.form > .invoice .ct-store .store small {
  font-size: 13px;
  font-family: f-medium;
}
.form > .invoice .id {
  letter-spacing: 1px;
  font-size: 13px;
  background: white;
  color: #3b3b3b;
  font-family: f-bold;
  border-radius: 5px;
  padding: 5px 10px;
}
.form > .billing-alert {
  width: 100%;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  color: white;
  border-radius: 5px;
  border-top-right-radius: 20px;
  margin-bottom: 1em;
  padding: 0.5em;
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: start;
}
.form > .billing-alert i {
  color: white;
}
.form > .billing-alert > header {
  width: 100%;
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.form > .billing-alert > header i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  background: white;
  color: #3b3b3b;
  border-radius: 100px;
  opacity: 0.9;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form > .billing-alert > header .title {
  font-family: f-medium;
  opacity: 0.5;
}
.form > .billing-alert strong {
  color: #ffcc66;
}
.form > .billing-alert .alert-actions {
  width: 100%;
  display: flex;
  gap: 0.5em;
}
.form > .billing-alert .alert-actions a,
.form > .billing-alert .alert-actions button {
  flex: 1;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border-radius: 8px;
  backdrop-filter: blur(3px);
  transition: 0.2s ease;
}
.form > .billing-alert .alert-actions a:hover,
.form > .billing-alert .alert-actions button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.form > .billing-alert .warning-text {
  opacity: 0.8;
}
.form > header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.1764705882);
  margin-bottom: 1em;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.form > header .title {
  font-size: 13px;
  font-family: f-medium;
}
.form > header > .options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form > header > .options > button {
  min-width: 30px;
  height: 30px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 10px;
  gap: 0.5em;
}
.form .controllers {
  width: 100%;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.form .controllers .form-control {
  flex-grow: 1;
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2em;
}
.form .controllers .form-control > label:not(.switch) {
  width: 100%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
.form .controllers .form-control > label:not(.switch) > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control > label:not(.switch) i {
  font-size: 12px;
  color: rgba(59, 59, 59, 0.4117647059);
}
.form .controllers .form-control > label:not(.switch) small {
  font-size: 12px;
}
.form .controllers .form-control > label:not(.switch) .red {
  color: #ff073a;
}
.form .controllers .form-control > label:not(.switch) .active {
  width: 15px;
  height: 15px;
  color: #4b5eaa;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control .object-name {
  font-size: 18px;
}
.form .controllers .form-control .field-readonly {
  width: 100%;
  min-height: 32px;
  background: rgba(13, 29, 68, 0.025);
  color: #0d1d44;
  border-radius: 6px;
  padding: 6px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.4;
}
.form .controllers .form-control .field-readonly .chip {
  background: white;
  color: #5d6b85;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 999px;
  padding: 2px 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.form .controllers .form-control .field-readonly .chip i {
  font-size: 10px;
  opacity: 0.7;
}
.form .controllers .form-control .field-readonly .muted {
  color: #5d6b85;
  font-size: 12px;
}
.form .controllers .form-control .field-readonly pre {
  width: 100%;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}
.form .controllers .form-control input,
.form .controllers .form-control select,
.form .controllers .form-control .input-loader {
  width: 100%;
  height: 32px;
  font-size: 12px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 7px;
  padding: 0px 5px;
}
@media screen and (max-width: 500px) {
  .form .controllers .form-control input,
  .form .controllers .form-control select,
  .form .controllers .form-control .input-loader {
    font-size: 16px;
    height: 40px;
    padding: 0px 10px;
  }
}
.form .controllers .form-control textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 30px;
  field-sizing: content;
  max-height: 300px;
  font-size: 12px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 10px;
  padding: 10px;
}
.form .controllers .form-control .value {
  font-family: f-medium;
  font-size: 20px;
}
.form .controllers .form-control .selected {
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(59, 59, 59, 0.0745098039);
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control > .alert {
  background: red;
  color: white;
  border-radius: 5px;
  padding: 5px;
}
.form .controllers .form-control > .img {
  width: 100%;
  height: 300px;
  background: linear-gradient(125deg, rgba(59, 59, 59, 0.0352941176), rgba(59, 59, 59, 0));
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control > .img i {
  font-size: 40px;
  color: rgba(59, 59, 59, 0.5607843137);
}
.form .controllers .form-control > .img input {
  display: none;
}
.form .controllers .form-control > .img .options {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control > .img .options i {
  font-size: 20px;
}
.form .controllers .form-control > .btn-white,
.form .controllers .form-control > .btn-default,
.form .controllers .form-control .btn-save {
  width: 100%;
  background: white;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control > .btn-default {
  background: rgba(59, 59, 59, 0.062745098);
}
.form .controllers .form-control > .btn-save {
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
}
.form .controllers .form-control > .btn-save i {
  color: white;
}
.form .controllers .form-control .input-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: nowrap;
}
.form .controllers .form-control .input-button input {
  width: 100%;
}
.form .controllers .form-control .input-button .btn-save,
.form .controllers .form-control .input-button > i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100px;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .controllers .form-control .input-button .btn-save i,
.form .controllers .form-control .input-button > i i {
  color: white;
}
.form .controllers .form-control .input-button > i {
  border-radius: 10px;
  box-shadow: none;
}
.form .controllers .form-control .input-button .ct-color {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
  border-radius: 100px;
}
.form .controllers .form-control .input-loader {
  width: 100%;
  overflow: hidden;
}
.form .controllers .form-control .input-loader input {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0px;
}
.form .controllers .form-control .input-loader .loader {
  width: 110%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;
}
.form .controllers .form-control .input-loader .loader::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #0d1d44;
  border-radius: 30px;
  position: absolute;
  bottom: 3px;
  left: -8px;
  animation: moving 1s ease-in-out infinite;
}
@keyframes moving {
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
.form .controllers .form-control .info,
.form .controllers .form-control .error {
  font-size: 11px;
  margin-top: 0.5em;
  opacity: 80%;
}
.form .controllers .form-control > .error {
  color: red;
}
.form .controllers .form-control > .list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.form .controllers .form-control > .list .item {
  font-size: 12px;
  border: 1px solid rgba(59, 59, 59, 0.3647058824);
  border-radius: 3px;
  padding: 3px 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  cursor: pointer;
}
.form .controllers .form-control > .footer {
  width: 100%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.form .controllers .form-control > .footer > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .form-control > .footer > div button {
  width: 20px;
  height: 20px;
}
.form .controllers .form-control > .footer > div button i {
  opacity: 0.8;
}
.form .controllers .form-control .modeIputProduct {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form .controllers .full {
  flex-basis: 100%;
}
.form .controllers .number {
  flex-basis: 1px;
}
.form .controllers .number input {
  max-width: 70px;
}
.form .controllers > .info {
  border: 1px solid rgba(59, 59, 59, 0.137254902);
  border-radius: 5px;
  position: relative;
  padding: 5px;
  gap: 0em;
}
.form .controllers > .info label {
  font-size: 13px;
  font-family: f-medium;
}
.form .controllers > .info .value {
  font-size: 13px;
  font-family: f-light;
}
.form .controllers > .info .btn-edit-flot {
  position: absolute;
  top: -5px;
  right: 5px;
}
.form .controllers > .info .total {
  font-family: f-medium;
  font-size: 16px;
}
.form .controllers > .dark {
  border: none;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.form .controllers > .dark i {
  color: white;
}
.form .controllers > .warning {
  border: none;
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
}
.form .controllers > .warning i {
  color: white;
}
.form .controllers > .success {
  border: none;
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
}
.form .controllers > .success i {
  color: white;
}
.form .controllers > .success2 {
  border: none;
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
}
.form .controllers > .success2 i {
  color: white;
}
.form .controllers .switch {
  position: relative;
  width: 30px;
  height: 17px;
  display: inline-block;
  margin-left: 0.5em;
}
.form .controllers .switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .controllers .switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 29, 68, 0.15);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease;
}
.form .controllers .switch .slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.form .controllers .switch input:checked ~ .slider {
  background: #1e40af;
}
.form .controllers .switch input:checked ~ .slider::before {
  transform: translateX(13px);
}
.form .controllers .switch:has(.switch-icon) {
  width: 100%;
  height: auto;
  margin-left: 0;
  background: rgba(13, 29, 68, 0.025);
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  transition: background 160ms ease, border-color 160ms ease;
}
.form .controllers .switch:has(.switch-icon):hover {
  background: rgba(13, 29, 68, 0.04);
  border-color: rgba(13, 29, 68, 0.12);
}
.form .controllers .switch:has(.switch-icon) .switch-icon {
  width: 26px;
  height: 26px;
  background: rgba(13, 29, 68, 0.06);
  color: #5d6b85;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: background 160ms ease, color 160ms ease;
}
.form .controllers .switch:has(.switch-icon) .switch-icon i {
  font-size: 11px;
  opacity: 0.85;
}
.form .controllers .switch:has(.switch-icon) .switch-content {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.form .controllers .switch:has(.switch-icon) .switch-label {
  font-size: 12.5px;
  font-weight: 500;
  color: #0d1d44;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.form .controllers .switch:has(.switch-icon) .switch-hint {
  font-size: 10.5px;
  color: #5d6b85;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.form .controllers .switch:has(.switch-icon) .slider {
  position: relative;
  inset: auto;
  width: 30px;
  height: 17px;
}
.form .controllers .switch:has(.switch-icon):has(input:checked) {
  background: rgba(30, 64, 175, 0.08);
  border-color: rgba(30, 64, 175, 0.4);
}
.form .controllers .switch:has(.switch-icon):has(input:checked) .switch-icon {
  background: #1e40af;
  color: white;
}
.form .controllers .switch:has(.switch-icon):has(input:checked) .switch-icon i {
  opacity: 1;
}
.form > .options,
.form > app-form-actions > .options {
  width: 100%;
  border-top: 1px solid rgba(59, 59, 59, 0.2823529412);
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.form > .options > button,
.form > .options > a,
.form > app-form-actions > .options > button,
.form > app-form-actions > .options > a {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 10px;
  gap: 0.5em;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.form > .options > button i,
.form > .options > a i,
.form > app-form-actions > .options > button i,
.form > app-form-actions > .options > a i {
  color: white;
}
.form > .options > button i,
.form > .options > a i,
.form > app-form-actions > .options > button i,
.form > app-form-actions > .options > a i {
  font-size: 12px;
}
.form > .options > button .spinner,
.form > .options > a .spinner,
.form > app-form-actions > .options > button .spinner,
.form > app-form-actions > .options > a .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  margin-right: 6px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.form > .options > button:disabled,
.form > .options > a:disabled,
.form > app-form-actions > .options > button:disabled,
.form > app-form-actions > .options > a:disabled {
  background: rgba(59, 235, 235, 0.2862745098);
  color: rgba(15, 23, 42, 0.4745098039);
  cursor: not-allowed;
  opacity: 0.7;
}
.form > .options .btn-edit,
.form > app-form-actions > .options .btn-edit {
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
}
.form > .options .btn-edit i,
.form > app-form-actions > .options .btn-edit i {
  color: white;
}
.form > .options .btn-default,
.form > app-form-actions > .options .btn-default {
  background: rgba(59, 59, 59, 0.0470588235);
  color: #3b3b3b;
}
.form .object-image {
  width: 100%;
  max-width: 500px;
  min-width: 100px;
  max-height: 300px;
  border-radius: 10px;
  margin: 1em 0em;
  position: relative;
  overflow: hidden;
}
.form .object-image:hover .options {
  height: 100%;
  opacity: 1;
}
.form .object-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form .object-image .message {
  padding: 20px;
  background: rgba(59, 59, 59, 0.0196078431);
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.form .object-image .options {
  width: 100%;
  height: 0%;
  opacity: 0;
  background: rgba(59, 59, 59, 0.137254902);
  backdrop-filter: blur(1px);
  color: white;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.form .object-image .options button {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: white;
  color: #3b3b3b;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.form > .detail {
  width: 100%;
  margin-top: 2em;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.form > .detail .control {
  font-size: 14px;
  flex-grow: 1;
  flex-basis: 150px;
  background: rgba(59, 235, 235, 0.137254902);
  color: rgba(59, 59, 59, 0.8078431373);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2em;
}
.form > .options2 {
  width: 100%;
  margin: 1em 0em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
}
.form > .options2 > button,
.form > .options2 a {
  width: 40px;
  height: 40px;
  background: rgba(59, 235, 235, 0.137254902);
  border-radius: 10px;
}
.form > .options2 .delete {
  color: red;
}

.radios {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.radios input {
  display: none;
}
.radios input:checked + label {
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.radios input:checked + label i {
  color: white;
}
.radios label {
  width: fit-content;
  min-height: 30px;
  font-size: 12px;
  background: rgba(59, 59, 59, 0.0196078431);
  border: 1px solid rgba(59, 59, 59, 0.0941176471);
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.radios label i {
  opacity: 0.7;
}
.radios label .count {
  min-width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 8px;
  padding: 0px 0.5em;
  background: linear-gradient(125deg, #22c55e, rgb(82.3051948052, 225.1948051948, 134.9025974026));
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radios label .count i {
  color: white;
}
.radios .btn {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

.list-footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.list-footer .amount {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-footer .paginations {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-footer .paginations button,
.list-footer .paginations select {
  font-size: 10px;
  font-weight: 900;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-footer .paginations button {
  font-size: 14px;
  opacity: 100%;
}
.list-footer .paginations button:disabled {
  font-size: 10px;
  opacity: 50%;
}
.list-footer .paginations select {
  appearance: none;
  padding: 0px 10px;
}
.list-footer .settings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.list-footer .settings > button {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 100px;
}
.list-footer .settings > button:hover {
  background: #3b3b3b;
  color: white;
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.4431372549);
}
.list-footer .settings .excel {
  background: linear-gradient(125deg, #217346, rgba(33, 115, 70, 0.7333333333));
  color: white;
}
.list-footer > .list {
  max-height: 0;
  opacity: 0;
  background: #2b2b2c;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  overflow: hidden;
  transition: all 0.3s ease;
}
.list-footer > .list.list-show {
  max-height: 300px;
  opacity: 1;
  top: 120%;
  overflow: auto;
}
.list-footer > .list .item {
  width: 100%;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.list-footer > .list .item:last-child {
  border-bottom: none;
}
.list-footer > .list .item.active {
  background: rgba(255, 255, 255, 0.08);
}
.list-footer > .list .item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.list-footer > .list .format-1 {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.list-footer > .list .format-1 .suiche {
  color: white;
  transition: color 0.2s;
}
.list-footer > .list .format-1 .suiche:hover {
  color: #00c4ff;
}
.list-footer > .list .format-1 .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.list-footer > .list .format-1 .data .name {
  font-size: 12px;
  font-weight: 500;
}
.list-footer > .list .format-1 .data input {
  font-size: 11px;
  border: none;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0);
  padding: 4px 6px;
  margin-top: 3px;
  color: white;
}
.list-footer > .list .format-1 .data input:disabled {
  background: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

.ct-states {
  margin: 1em 0em;
}

.search-deafault {
  width: 100%;
  /* contenedor animado */
}
.search-deafault .btn-return {
  width: fit-content;
  height: 30px;
  font-size: 10px;
  background: linear-gradient(125deg, #22c55e, rgb(82.3051948052, 225.1948051948, 134.9025974026));
  color: white;
  color: white;
  border-radius: 100px;
  margin-bottom: 0.7em;
  padding: 0px 10px;
}
.search-deafault .btn-return i {
  color: white;
}
.search-deafault form,
.search-deafault .sd-form {
  width: 100%;
  height: 40px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.0745098039);
  border-radius: 100px;
  position: relative;
  overflow: visible;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2em;
}
.search-deafault form input,
.search-deafault .sd-form input {
  width: 100%;
  padding: 0px 10px;
  background: transparent !important;
}
.search-deafault form button,
.search-deafault .sd-form button {
  min-width: 30px;
  height: 100%;
  background: rgba(59, 59, 59, 0.0392156863);
  border-radius: 100px;
}
.search-deafault form button:hover i,
.search-deafault .sd-form button:hover i {
  color: rgba(59, 59, 59, 0.8705882353);
}
.search-deafault form button i,
.search-deafault .sd-form button i {
  opacity: 0.8;
  font-size: 11px;
}
.search-deafault form.show-result,
.search-deafault .sd-form.show-result {
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.search-deafault form.loading {
  border: none;
}
.search-deafault form.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  padding: 2px; /* grosor del borde */
  background: linear-gradient(90deg, #ff4d4d, #b84dff, #b84dff, rgba(184, 77, 255, 0.368627451), #4dd2ff, #b84dff, #ff4dff, #ff4d4d);
  background-size: 300% 300%;
  animation: borderRun 3s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
}
@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}

.search-deafault-btn-1 form,
.search-deafault-btn-1 .sd-form {
  border: none;
  grid-template-columns: auto 30px;
}

.search-bar {
  width: 100%;
  background: white;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 10px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.search-bar:focus-within {
  background: white;
  border-color: rgba(13, 29, 68, 0.22);
}
.search-bar.is-compact {
  height: 34px;
  padding: 0 8px;
}
.search-bar.is-compact > input {
  font-size: 12.5px;
}
.search-bar > i {
  font-size: 12px;
  color: #5d6b85;
  opacity: 0.85;
}
.search-bar > input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 9px 0;
  font-size: 13px;
  color: #0d1d44;
}
.search-bar > input::placeholder {
  color: #5d6b85;
  opacity: 0.7;
}
.search-bar > button {
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 11px;
  color: #5d6b85;
  transition: background 0.15s ease, color 0.15s ease;
}
.search-bar > button:hover {
  background: rgba(13, 29, 68, 0.04);
  color: #0d1d44;
}
.search-bar.is-loading {
  position: relative;
}
.search-bar.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(90deg, rgba(13, 29, 68, 0) 0%, rgba(13, 29, 68, 0.18) 50%, rgba(13, 29, 68, 0) 100%);
  background-size: 200% 100%;
  animation: search-bar-loader 1.4s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes search-bar-loader {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.search-toggle {
  max-width: 35px;
  height: 35px;
  border-radius: 100px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 35px 0px;
}
.search-toggle input {
  font-size: 11px;
  display: none;
}
.search-toggle.show {
  width: 100%;
  max-width: 300px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1294117647);
  grid-template-columns: 35px auto;
}
.search-toggle.show input {
  display: flex;
  background: white;
}

.form-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.form-section + .form-section {
  margin-top: 14px;
}
.form-section > header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.form-section > header .title {
  font-size: 11px;
  font-weight: 600;
  color: #0d1d44;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.form-section > header .line {
  flex: 1;
  height: 1px;
  background: rgba(13, 29, 68, 0.08);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/list.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.filters {
  width: 100%;
  background: white;
  border-radius: 15px;
  position: sticky;
  top: 0%;
  z-index: 9;
  margin-bottom: 1em;
  overflow: auto;
  overflow-x: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.filters .section {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.filters .section > form {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: 35px;
  background: rgba(59, 59, 59, 0.0549019608);
  border-radius: 10px;
  padding: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.filters .section > form input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  background: transparent;
}
.filters .section > form button {
  min-width: 30px;
  height: 100%;
  border-left: 1px solid rgba(59, 59, 59, 0.1843137255);
}
.filters .btn-sub {
  width: 25px;
  height: 25px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 100px;
}
.filters .input {
  height: 100%;
  background: rgba(59, 59, 59, 0.0549019608);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0em;
  flex-wrap: wrap;
}
.filters .input select,
.filters .input input,
.filters .input button,
.filters .input label {
  font-size: 11px;
  height: 25px;
  background: transparent;
  padding: 0px 10px;
  appearance: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.filters .checkbox input {
  display: none;
}
.filters .checkbox input:checked + label {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.filters .checkbox input:checked + label i {
  color: white;
}
.filters .order {
  background: rgba(59, 59, 59, 0.0549019608);
  border-radius: 5px;
  overflow: hidden;
  gap: 0px;
}
.filters .order select,
.filters .order label {
  background: transparent;
  border-radius: 0px;
}
.filters .order label {
  border-left: 1px solid rgba(59, 59, 59, 0.2039215686);
}
.filters .order input {
  display: none;
}
.filters .order input:checked + label {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.filters .order input:checked + label i {
  color: white;
}

.filter-active {
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.1176470588);
}

.summaries {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.summaries > .total {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.summaries > .total i {
  font-size: 20px;
}
.summaries > .total .value {
  font-size: 30px;
}
.summaries .summary {
  background: linear-gradient(125deg, white, rgba(255, 255, 255, 0.548));
  border: 1px solid rgba(59, 59, 59, 0.0549019608);
  border-radius: 15px;
  padding: 0.5em 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 1000px) {
  .summaries .summary {
    max-width: 100%;
  }
}
.summaries .summary .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.summaries .summary .data .name {
  color: rgba(59, 59, 59, 0.7450980392);
  font-size: 12px;
  text-align: center;
}
.summaries .summary .data .value {
  font-size: 18px;
  font-family: f-medium;
  font-weight: 900;
  color: rgba(59, 59, 59, 0.8901960784);
}
.summaries .summary i {
  width: 35px;
  min-width: 35px;
  height: 35px;
  font-size: 12px;
  border-radius: 15px;
  background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
  color: white;
  box-shadow: 0px 3px 5px rgba(100, 120, 150, 0.226);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.summaries > .alert > i {
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.summaries > .alert > i i {
  color: white;
}
.summaries > .highlight > i {
  background: #22c55e;
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.summaries .default > i {
  background: rgba(59, 59, 59, 0.0470588235);
  color: #3b3b3b;
  box-shadow: none;
}

.state-history-timeline {
  width: 100%;
  padding: 0.3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.state-history-timeline .state-history-item {
  font-size: 12px;
  position: relative;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0.5em;
  min-width: 140px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.state-history-timeline .state-history-item:hover {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.state-history-timeline .state-history-item > i {
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.state-history-timeline .state-history-item .state-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3rem;
}
.state-history-timeline .state-history-item .state-info .state-name {
  font-weight: 600;
  color: #333;
}
.state-history-timeline .state-history-item .state-info .state-date {
  color: #777;
  font-size: 0.75rem;
}
.state-history-timeline .state-history-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6rem;
  width: 12px;
  height: 2px;
  background: #d2d2d2;
}

.table {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 10px;
  padding: 10px;
}
.table .column-header {
  position: relative;
}
.table .resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  width: 10px;
  cursor: col-resize;
}
.table .resize-handle:hover {
  background: rgba(59, 59, 59, 0.1019607843);
}
.table > .options {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.table > .options .title {
  font-size: 12px;
  font-family: f-medium;
}
.table > .options button {
  min-width: 30px;
  height: 30px;
  background: rgba(59, 235, 235, 0.2862745098);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.table > .options .btn-text {
  padding: 0px 10px;
}
.table > .header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.1843137255);
  overflow-x: auto;
  overflow-y: hidden;
}
.table > .header span {
  font-size: 11px;
  font-family: f-medium;
}
.table > .header .value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0em;
}
.table > .header .value .i-order {
  width: 15px;
  height: 15px;
  font-size: 7px;
  background: #3b3b3b;
  color: white;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.table > .body {
  width: 100%;
  max-height: 700px;
  overflow: auto;
}
.table > .body > .row {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0666666667);
  display: inline;
  animation: row-enter 280ms cubic-bezier(0.16, 1, 0.3, 1);
}
.table > .body > .row:hover, .table > .body > .row.active {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  border-radius: 5px;
}
.table > .body > .row:hover i, .table > .body > .row.active i {
  color: white;
}
.table > .body > .row:hover .value input,
.table > .body > .row:hover .value select, .table > .body > .row.active .value input,
.table > .body > .row.active .value select {
  border: 1px solid white;
}
.table > .body > .row:hover .value .input-active, .table > .body > .row.active .value .input-active {
  color: white;
}
.table > .body > .row .value,
.table > .body > .row span {
  font-size: 12px;
}
.table > .body > .row .value a,
.table > .body > .row span a {
  width: 100%;
  height: 100%;
  background: #3b3b3b;
  color: white;
  border-radius: 5px;
}
.table > .body > .row .value img,
.table > .body > .row span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table > .body > .row .sale_price {
  letter-spacing: 1px;
  font-family: f-medium;
}
.table > .body > .row .center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@keyframes row-enter {
  0% {
    opacity: 0;
    transform: translateY(2px) scale(0.99);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1.005);
    background: rgba(43, 43, 44, 0.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    background: transparent;
  }
}
.table > .body > .nh:hover {
  background: transparent;
}
.table > .header,
.table > .body > .row {
  display: grid;
  /* 🔹 Animación tipo "rebote" */
}
.table > .header .value,
.table > .body > .row .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  padding: 7px 5px;
}
.table > .header .value .fa-barcode-read,
.table > .body > .row .value .fa-barcode-read {
  color: #0a1838;
}
.table > .header .value > select,
.table > .header .value > input,
.table > .body > .row .value > select,
.table > .body > .row .value > input {
  width: 100%;
  height: 25px;
  font-size: 10px;
  background: #f4f7fb;
  border-radius: 3px;
  padding: 0px 5px;
}
.table > .header .online,
.table > .body > .row .online {
  color: #28a745; /* verde activo */
}
.table > .header .offline,
.table > .body > .row .offline {
  opacity: 0.1;
  color: #6c757d; /* gris inactivo */
}
.table > .header .selector,
.table > .body > .row .selector {
  opacity: 0.1;
  transition: opacity 0.3s ease;
}
.table > .header .selector.selected,
.table > .body > .row .selector.selected {
  opacity: 1;
  animation: bounce 0.4s ease; /* 👈 animación del rebote */
}
.table > .header .selector.selected i,
.table > .body > .row .selector.selected i {
  color: blue;
  transition: color 0.3s ease;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.table > .footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.table > .footer .amount {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table > .footer .paginations {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.table > .footer .paginations button,
.table > .footer .paginations select {
  font-size: 10px;
  font-weight: 900;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table > .footer .paginations button {
  font-size: 14px;
  opacity: 100%;
}
.table > .footer .paginations button:disabled {
  font-size: 10px;
  opacity: 50%;
}
.table > .footer .paginations select {
  appearance: none;
  padding: 0px 10px;
}
.table > .footer .settings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.table > .footer .settings > button {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 100px;
}
.table > .footer .settings > button:hover {
  background: #3b3b3b;
  color: white;
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.4431372549);
}
.table > .footer .settings .excel {
  background: linear-gradient(125deg, #217346, rgba(33, 115, 70, 0.7333333333));
  color: white;
}
.table > .footer > .list {
  max-height: 0;
  opacity: 0;
  background: #2b2b2c;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  overflow: hidden;
  transition: all 0.3s ease;
}
.table > .footer > .list.list-show {
  max-height: 300px;
  opacity: 1;
  top: 120%;
  overflow: auto;
}
.table > .footer > .list .item {
  width: 100%;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.table > .footer > .list .item:last-child {
  border-bottom: none;
}
.table > .footer > .list .item.active {
  background: rgba(255, 255, 255, 0.08);
}
.table > .footer > .list .item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.table > .footer > .list .format-1 {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.table > .footer > .list .format-1 .suiche {
  color: white;
  transition: color 0.2s;
}
.table > .footer > .list .format-1 .suiche:hover {
  color: #00c4ff;
}
.table > .footer > .list .format-1 .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.table > .footer > .list .format-1 .data .name {
  font-size: 12px;
  font-weight: 500;
}
.table > .footer > .list .format-1 .data input {
  font-size: 11px;
  border: none;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0);
  padding: 4px 6px;
  margin-top: 3px;
  color: white;
}
.table > .footer > .list .format-1 .data input:disabled {
  background: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

.table-1 {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 10px;
  margin-top: 1em;
  padding: 1em;
  padding-top: 0em;
}
.table-1 > header,
.table-1 > footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.table-1 > header .title,
.table-1 > footer .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.table-1 > header .title strong,
.table-1 > footer .title strong {
  font-size: 20px;
}
.table-1 > header .title small,
.table-1 > footer .title small {
  opacity: 0.7;
}
.table-1 > header .amount,
.table-1 > footer .amount {
  font-size: 13px;
}
.table-1 > header .pagination,
.table-1 > footer .pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.table-1 > header .pagination button,
.table-1 > footer .pagination button {
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  padding: 0px 6px;
}
.table-1 > header .pagination button.btn-page,
.table-1 > header .pagination button.after,
.table-1 > header .pagination button.next,
.table-1 > footer .pagination button.btn-page,
.table-1 > footer .pagination button.after,
.table-1 > footer .pagination button.next {
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0392156863);
  border-radius: 5px;
  cursor: pointer;
}
.table-1 > header .pagination button.btn-page.active,
.table-1 > footer .pagination button.btn-page.active {
  background: #333;
  color: #fff;
  font-weight: bold;
}
.table-1 > header .pagination button:disabled,
.table-1 > footer .pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.table-1 > header .pagination .dots,
.table-1 > footer .pagination .dots {
  font-size: 12px;
  padding: 0 4px;
}
.table-1 > header .pagination select,
.table-1 > footer .pagination select {
  font-size: 10px;
  height: 20px;
  background: rgba(59, 59, 59, 0.0392156863);
  border-radius: 5px;
  cursor: pointer;
}
.table-1 > header .section,
.table-1 > footer .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.table-1 > header {
  background: white;
  border-bottom: 1px solid #ddd;
  padding: 1em 0em;
  position: sticky;
  top: 0;
  z-index: 9;
}
.table-1 > footer {
  padding-top: 1em;
}
.table-1 .ct-table {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-1 .ct-table table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-1 .ct-table table th,
.table-1 .ct-table table td {
  min-width: 100px;
  height: 40px;
  padding: 7px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}
.table-1 .ct-table table thead {
  width: 100%;
  background: white;
}
.table-1 .ct-table table thead tr th {
  font-size: 12px;
  position: relative;
  font-family: f-light;
}
.table-1 .ct-table table thead tr th .order {
  opacity: 0.3;
  font-size: 10px;
  cursor: pointer;
}
.table-1 .ct-table table thead tr th .active {
  opacity: 1;
}
.table-1 .ct-table table tbody tr td {
  font-size: 12px;
  max-width: 200px;
}
.table-1 .ct-table table tbody tr td input[type=text],
.table-1 .ct-table table tbody tr td select {
  width: 100%;
  height: 100%;
  font-size: 11px;
  background: rgba(59, 59, 59, 0.0745098039);
  border-radius: 5px;
  padding: 0px 5px;
}
.table-1 .ct-table table tbody tr .text-success {
  color: #16a34a;
}
.table-1 .ct-table table tbody tr .text-warning {
  color: #d97706;
}
.table-1 .ct-table table tbody tr .text-danger {
  color: #dc2626;
  font-weight: bold;
}
.table-1 .ct-table table tbody tr .row-disabled {
  opacity: 0.6;
}
.table-1 .ct-table table .resizer {
  position: absolute;
  top: 0;
  right: -2px;
  width: 15px;
  height: 100%;
  cursor: col-resize;
  -webkit-user-select: none;
          user-select: none;
  z-index: 10;
}
.table-1 .ct-table table .resizer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px; /* 👈 indicador visual fino */
  height: 100%;
  background-color: transparent;
}
.table-1 .ct-table table th:hover .resizer::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.table-1 .ct-table table .fixed-id {
  width: 60px;
  min-width: 60px;
}
.table-1 .ct-table table .fixed-un {
  width: 25px;
  min-width: 25px;
}
.table-1 .ct-table table .fixed-price {
  width: 100px;
  min-width: 100px;
}
.table-1 .ct-table table .fixed-date {
  width: 130px;
  min-width: 130px;
}
.table-1 .ct-table table .fixed-img {
  width: 52px;
  min-width: 52px;
}
.table-1 .ct-table table .fixed-img img {
  width: 36px;
  height: 36px;
  background: #f4f7fb;
  border-radius: 6px;
  object-fit: cover;
}
.table-1 .ct-table table .fixed-img img.logo {
  opacity: 0.5;
  object-fit: contain;
  padding: 4px;
}
.table-1 .ct-table table .fixed-percent {
  width: 80px;
  min-width: 80px;
}
.table-1 .ct-table table .fixed-checked {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.table-1 .ct-columns {
  position: relative;
  z-index: 20;
}
.table-1 .empty {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.table-1 .table-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #b5b5b5;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all 0.15s ease;
}
.table-1 .table-checkbox:hover {
  border-color: #888;
}
.table-1 .table-checkbox:checked {
  background-color: #2563eb;
  border-color: #2563eb;
}
.table-1 .table-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.table-1 .table-checkbox:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.list-card-column {
  width: 100%;
}
.list-card-column .item {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.231372549);
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.list-card-column .item > .set {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
}
.list-card-column .item .section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.list-card-column .item .icon {
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-card-column .item .icon i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  background: rgba(59, 59, 59, 0.0352941176);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-card-column .item .icon .active {
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
}
.list-card-column .item .icon .active i {
  color: white;
}
.list-card-column .item .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.list-card-column .item .data .name {
  font-size: 13px;
  font-family: f-medium;
}
.list-card-column .item .data small {
  font-size: 11px;
  font-family: f-light;
}
.list-card-column .item .data .value {
  color: rgba(59, 59, 59, 0.8078431373);
}
.list-card-column .style-1 .set {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
}
.list-card-column .style-1 .value- {
  font-size: 12px;
  background: rgba(59, 59, 59, 0.062745098);
  color: rgba(59, 59, 59, 0.8784313725);
  border-radius: 5px;
  padding: 5px 10px;
}

.objects-list {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 15px;
  padding: 20px;
}
.objects-list > header {
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.objects-list > header .amount {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.objects-list > header .name {
  font-size: 13px;
  font-family: f-medium;
  color: rgba(59, 59, 59, 0.631372549);
}
.objects-list > header .paginations {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.objects-list > header .paginations button,
.objects-list > header .paginations select {
  font-size: 10px;
  font-weight: 900;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.objects-list > header .paginations button {
  font-size: 14px;
  opacity: 100%;
}
.objects-list > header .paginations button:disabled {
  font-size: 10px;
  opacity: 50%;
}
.objects-list > header .paginations select {
  appearance: none;
  padding: 0px 10px;
}
.objects-list > header .settings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.objects-list > header .settings > button {
  min-width: 25px;
  height: 25px;
  font-size: 10px;
  background: rgba(59, 59, 59, 0.0941176471);
  border-radius: 100px;
}
.objects-list > header .settings > button:hover {
  background: #3b3b3b;
  color: white;
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.4431372549);
}
.objects-list > header .settings .excel {
  background: linear-gradient(125deg, #217346, rgba(33, 115, 70, 0.7333333333));
  color: white;
}
.objects-list > .list {
  width: 100%;
}
.objects-list > .list .item {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0549019608);
  border-left: 3px solid transparent;
  padding: 10px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  padding: 10px 10px;
  border-radius: 10px;
}
.objects-list > .list .item:hover i {
  color: white;
}
.objects-list > .list .item:hover .section .data .last_expense,
.objects-list > .list .item:hover .section .data .sutil {
  color: white;
}
.objects-list > .list .item:hover .total {
  color: white;
}
.objects-list > .list .item:hover .units i {
  color: white;
}
.objects-list > .list .item i {
  opacity: 0.8;
}
.objects-list > .list .item .section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item .section .indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item .section .indicator i {
  width: 30px;
  height: 30px;
  font-size: 10px;
  border: 1px solid #3b3b3b;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.objects-list > .list .item .section .indicator img {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 100px;
  object-fit: cover;
}
.objects-list > .list .item .section .indicator .fa-user {
  color: rgb(33, 82, 255);
  border: 1px solid rgba(33, 81, 255, 0.308);
  box-shadow: 0px 5px 5px rgba(59, 59, 59, 0.2823529412);
}
.objects-list > .list .item .section .data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.objects-list > .list .item .section .data .name {
  font-size: 12px;
}
.objects-list > .list .item .section .data .title {
  font-size: 13px;
  font-family: f-medium;
  opacity: 0.8;
}
.objects-list > .list .item .section .data .last_expense,
.objects-list > .list .item .section .data .sutil {
  font-size: 11px;
  color: rgba(59, 59, 59, 0.8352941176);
}
.objects-list > .list .item .units {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.objects-list > .list .item .units i {
  font-size: 11px;
  color: rgba(59, 59, 59, 0.5960784314);
}
.objects-list > .list .item .total {
  font-size: 12px;
  color: rgba(59, 59, 59, 0.8274509804);
}
.objects-list > .list .active {
  border-left: 3px solid #0a1838;
}

.list-type {
  width: fit-content;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.list-type button {
  height: 30px;
  font-size: 10px;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.list-type .active {
  background: linear-gradient(125deg, #0a1838, rgb(21.5909090909, 51.8181818182, 120.9090909091));
  color: white;
  border-radius: 5px;
}
.list-type .active i {
  color: white;
}

.order-products {
  width: 100%;
}
.order-products > header {
  width: 100%;
  margin-bottom: 1em;
}
.order-products > .list {
  margin-bottom: 2em;
}
.order-products > .list > .product {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 40px auto 50px 100px 100px 90px 90px;
  gap: 0.3em;
}
.order-products > .list > .product .code {
  height: 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.order-products > .list > .product .name {
  height: 30px;
  font-size: 12px;
  font-family: f-medium;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.order-products > .list > .product .input {
  height: 30px;
  background: rgba(59, 235, 235, 0.0941176471);
  border-radius: 5px;
  border: 1px solid rgba(59, 59, 59, 0.1176470588);
  padding: 0em 1em;
  padding-left: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.order-products > .list > .product .input i {
  font-size: 11px;
  opacity: 0.8;
}
.order-products > .list > .product .input input {
  background: transparent;
}
.order-products > .list > .product .total {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.order-products > .list > .product .total i {
  font-size: 11px;
  opacity: 0.8;
}
.order-products > .list > .product .total strong {
  font-size: 11px;
}
.order-products > .list > form {
  gap: 0.5em;
}

.list-flot {
  width: 100%;
  max-height: 0px;
  opacity: 0%;
  border: 1px solid rgba(59, 59, 59, 0.0823529412);
  border-radius: 10px;
  margin-top: 0em;
  overflow: auto;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.list-flot > .item {
  font-size: 15px;
  flex-grow: 1;
  background: rgba(59, 59, 59, 0.0352941176);
  border-radius: 10px;
  overflow: auto;
  padding: 5px 10px;
  text-align: start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.list-flot > .item:hover {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.list-flot > .item:hover i {
  color: white;
}
.list-flot > .item:hover .footer .btn-delete {
  opacity: 1;
}
.list-flot > .item > .units- {
  font-size: 10px;
  background: #3b3b3b;
  color: white;
  border-radius: 100px;
  padding: 3px 9px;
}
.list-flot > .item > .data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.list-flot > .item > .footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.list-flot > .item > .footer button {
  font-size: 10px;
}
.list-flot > .item > .footer .btn-delete {
  opacity: 0;
}
.list-flot > .item > .created_time {
  font-size: 10px;
  font-family: f-light;
}
.list-flot .cl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.list-flot .alert {
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
}
.list-flot .alert i {
  color: white;
}

.list-flot-show {
  max-height: 300px;
  opacity: 100%;
  box-shadow: 0px 10px 20px rgba(59, 59, 59, 0.2588235294);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px;
}

.cards-1 {
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card-1 {
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  border-top-right-radius: 40px;
  position: relative;
}
.card-1 .main {
  width: 100%;
  padding: 1em;
}
.card-1 .main .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-1 .main .header .info {
  max-width: calc(100% - 70px);
}
.card-1 .main .header .info .name {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-1 .main .header .info .id {
  font-size: 0.7rem;
  color: #777;
}
.card-1 .main .header .avatar img,
.card-1 .main .header .no-photo {
  width: 65px;
  height: 65px;
  border: 5px solid rgba(59, 59, 59, 0.0549019608);
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.card-1 .main .body {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}
.card-1 .main .body .text {
  font-size: 12px;
}
.card-1 .main .body .count {
  font-size: 23px;
}
.card-1 .main .body .stats .metric {
  font-size: 0.95rem;
}
.card-1 .main .body .stats .sub {
  font-size: 0.8rem;
  color: #777;
}
.card-1 .main .body .stats-row {
  font-size: 11px;
  background: #fafafa;
  border-radius: 4px;
  border-bottom: 1px solid #eee;
  padding: 5px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s ease;
}
.card-1 .main .body .stats-row:hover {
  background: #f3f3f3;
}
.card-1 .main .body .stats-row:last-child {
  border-bottom: none;
}
.card-1 .main .body .stats-row .label {
  color: #666;
}
.card-1 .main .body .stats-row .value {
  font-weight: 700;
  color: #2f2f2f;
}
.card-1 .main .body .sparkline-container {
  height: 40px;
  opacity: 0.4;
}
.card-1 .footer {
  border-top: 1px solid rgba(59, 59, 59, 0.1215686275);
  padding: 0.7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-1 .footer .status {
  font-size: 13px;
  background: #f5f7f9;
  border-radius: 100px;
  padding: 5px;
  padding-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-1 .footer .status img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100px;
}
.card-1 .footer .status i {
  width: 25px;
  height: 25px;
  font-size: 11px;
  background: white;
  color: rgba(59, 59, 59, 0.6352941176);
  border-radius: 100px;
  border: 1px solid #e3e3e4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-1 .footer .actions {
  display: flex;
  gap: 0.5em;
}
.card-1 .footer .actions a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 100px;
}
.card-1 .footer .actions a:hover {
  animation: bounceHover 1s;
}
.card-1 .footer .actions a i {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.15s;
}
.card-1 .footer .actions a i:hover {
  color: #000;
}
@keyframes bounceHover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.cards-2 {
  width: 100%;
  padding: 1em;
  padding-left: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4em;
  row-gap: 2em;
}

.card-2 .main {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 1em;
  padding-left: 0em;
  display: grid;
  grid-template-columns: 80px auto;
}
.card-2 .main > .image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.card-2 .main > .image > img {
  width: 100px;
  border-radius: 10px;
  min-height: 150px;
  object-fit: contain;
  transform: translateX(-1em);
}
.card-2 .main > .image > img:hover {
  scale: 1.3;
}
.card-2 .main .data {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start;
  /* FOOTER */
}
.card-2 .main .data .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
  margin-bottom: 0.5em;
}
.card-2 .main .data .name {
  font-size: 16px;
  font-family: f-medium;
}
.card-2 .main .data .code {
  font-size: 14px;
  opacity: 0.8;
}
.card-2 .main .data .alert {
  font-size: 12px;
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
  border-radius: 100px;
  padding: 0.2em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-2 .main .data .alert i {
  color: white;
}
.card-2 .main .data .footer {
  width: 100%;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-2 .main .data .footer .status {
  font-size: 13px;
  background: #f5f7f9;
  border-radius: 100px;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-2 .main .data .footer .status i,
.card-2 .main .data .footer .status img {
  width: 30px;
  height: 30px;
  font-size: 11px;
  background: white;
  border-radius: 100px;
  border: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  object-fit: cover;
}
.card-2 .main .data .footer .status .state-name {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-2 .main .data .footer .actions {
  display: flex;
  gap: 0.5em;
}
.card-2 .main .data .footer .actions a {
  width: 30px;
  height: 30px;
  background: #f4f7fb;
  border-radius: 100px;
}
.card-2 .main .data .footer .actions a:hover {
  animation: bounceHover 1s;
}
.card-2 .main .data .footer .actions a i {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.15s;
}
.card-2 .main .data .footer .actions a i:hover {
  color: #000;
}
@keyframes bounceHover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.cards-3 {
  width: 100%;
  padding: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em;
}

.card-3 {
  height: fit-content;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 1em;
}
.card-3 > header {
  width: 100%;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.card-3 > .title {
  font-size: 14px;
  opacity: 0.8;
}
.card-3 > .data {
  width: 100%;
  border-top: 1px solid rgba(59, 59, 59, 0.1725490196);
  padding: 1em 0.5em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.card-3 > .data .label {
  width: fit-content;
  font-size: 13px;
  background: #f4f7fb;
  opacity: 0.8;
  border-radius: 3px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.card-3 > .data .label .value {
  font-weight: 900;
}
.card-3 .type {
  font-size: 11px;
  background: #c7f9f9;
  border-radius: 5px;
  padding: 0.5em 1em;
}
.card-3 .icon {
  font-size: 14px;
  opacity: 0.8;
}
.card-3 .name {
  font-size: 14px;
  opacity: 0.9;
  font-family: f-medium;
}
.card-3 .description {
  font-size: 12px;
}
.card-3 .footer {
  border-top: 1px solid rgba(59, 59, 59, 0.1725490196);
  padding-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-3 .footer .icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 12px;
  background: #c7f9f9;
  color: rgba(59, 59, 59, 0.7764705882);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-3 .footer .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-3 .footer .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.card-3 .footer .actions a,
.card-3 .footer .actions button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(59, 59, 59, 0.1215686275);
  border-radius: 100px;
}
.card-3 .footer .actions a:hover,
.card-3 .footer .actions button:hover {
  animation: bounceHover 1s;
}
.card-3 .footer .actions a i,
.card-3 .footer .actions button i {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.15s;
}
.card-3 .footer .actions a i:hover,
.card-3 .footer .actions button i:hover {
  color: #000;
}
@keyframes bounceHover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.cards-lines {
  width: 100%;
  margin-top: 1em;
}
.cards-lines .card-line {
  width: 100%;
  height: fit-content;
  background: white;
  border-radius: 15px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid rgba(59, 59, 59, 0.1176470588);
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
}
.cards-lines .card-line .address {
  font-size: 12px;
  border-radius: 100px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  text-align: start;
}
.cards-lines .card-line .address i {
  opacity: 0.8;
}
.cards-lines .card-line .responsible {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.cards-lines .card-line .responsible .avatar {
  width: 30px;
  height: 30px;
  background: #c7f9f9;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.cards-lines .card-line .responsible .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-lines .card-line .responsible .item {
  border-radius: 100px;
  border: 3px solid #c7f9f9;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  flex-wrap: nowrap;
}
.cards-lines .card-line .responsible .item small {
  max-width: 150px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1em;
}
.cards-lines .card-line .responsible .item button {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 12px;
}
.cards-lines .card-line .responsible .item select {
  font-size: 10px;
  appearance: none;
}
.cards-lines .card-line .data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.cards-lines .card-line .data .data-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.cards-lines .card-line .data .data-item i {
  min-width: 30px;
  height: 30px;
  font-size: 11px;
  color: rgba(59, 59, 59, 0.6588235294);
  border: 1px solid rgba(59, 59, 59, 0.1921568627);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.cards-lines .card-line .data .data-item .value {
  font-size: 13px;
}
.cards-lines .card-line > header {
  width: 100%;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.cards-lines .card-line > header .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > header .contact-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > header .contact-type > i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  background: #c7f9f9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-lines .card-line > header .contact-type .id {
  font-size: 10px;
}
.cards-lines .card-line > header .contact-type .contact {
  width: 300px;
  font-size: 13px;
  font-family: f-medium;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  border-right: 1px solid rgba(59, 59, 59, 0.1176470588);
}
.cards-lines .card-line > header .state {
  height: 30px;
  font-size: 13px;
  border-radius: 100px;
  border: 3px solid #c7f9f9;
  padding: 0em 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.cards-lines .card-line > header .state i {
  font-size: 10px;
}
.cards-lines .card-line > header .state select {
  height: 30px;
  font-size: 10px;
  appearance: none;
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  border-radius: 100px;
  padding: 0px 1em;
}
.cards-lines .card-line > header .state select i {
  color: white;
}
.cards-lines .card-line > header .state select option {
  color: black;
}
.cards-lines .card-line > header .create_time {
  font-size: 10px;
}
.cards-lines .card-line > header .closed {
  color: rgb(33, 82, 255);
}
.cards-lines .card-line > .body {
  display: grid;
  grid-template-columns: auto 400px;
}
.cards-lines .card-line > .body .information {
  padding: 1em;
  padding-top: 0em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
}
.cards-lines .card-line > .body .information > .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.cards-lines .card-line > .body .information > .body .info-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.1em;
  border-left: 2px solid rgba(59, 59, 59, 0.1176470588);
  padding-left: 2px;
  padding: 0.5em;
  padding-right: 0em;
}
.cards-lines .card-line > .body .information > .body .info-data label {
  font-family: f-medium;
}
.cards-lines .card-line > .body .information > .body .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .information > .body .items .item {
  width: fit-content;
  font-size: 13px;
  border: 1px solid rgba(59, 59, 59, 0.3568627451);
  border-radius: 5px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .information > .body .items .item .name {
  font-size: 12px;
  font-family: f-medium;
}
.cards-lines .card-line > .body .information > .body .items .item .number {
  background: rgba(59, 59, 59, 0.0352941176);
  padding: 0.5px 0.5em;
  border-radius: 5px;
}
.cards-lines .card-line > .body .information > footer {
  width: 100%;
  border-top: 1px solid rgba(59, 59, 59, 0.1764705882);
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cards-lines .card-line > .body .invoice {
  max-height: 300px;
  background: rgba(216, 216, 216, 0.1176470588);
  box-shadow: 0px 10px 20px rgba(59, 59, 59, 0.231372549);
  border: 1px solid rgba(59, 59, 59, 0.1176470588);
  border-radius: 0px;
  border-top-left-radius: 20px;
  overflow: auto;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.cards-lines .card-line > .body .invoice > header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.1921568627);
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .invoice > header .name {
  font-size: 12px;
  font-family: f-medium;
}
.cards-lines .card-line > .body .invoice .articles {
  width: 100%;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.cards-lines .card-line > .body .invoice .articles small {
  font-size: 12px;
  background: white;
  border: 1px solid rgba(59, 59, 59, 0.0901960784);
  border-radius: 5px;
  padding: 5px 1em;
}
@media screen and (max-width: 900px) {
  .cards-lines .card-line > .body {
    grid-template-columns: auto;
  }
}

.forms-cards {
  width: 100%;
  column-width: 300px;
  column-gap: 1em;
}
.forms-cards .card {
  background: white;
  break-inside: avoid;
  margin-bottom: 1em;
  border-radius: 10px;
  padding: 0.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.forms-cards .card .title {
  font-size: 14px;
  font-weight: bold;
}
.forms-cards .card .value {
  font-size: 13px;
  font-family: f-light;
}
.forms-cards .card footer {
  width: 100%;
  font-size: 12px;
  opacity: 0.8;
  border-top: 1px solid rgba(51, 51, 51, 0.3215686275);
  padding: 1em;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.forms-cards .card footer .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.forms-cards .card .options {
  padding: 1em 0em;
  border-top: 1px solid rgba(51, 51, 51, 0.3215686275);
}

.products-grid {
  width: 100%;
  padding: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.products-grid .btn-add {
  min-height: 100px;
  background: rgba(255, 255, 255, 0.932);
  border-radius: 10px;
  gap: 1em;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .products-grid {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.5rem;
  }
}

.ct-checkbox-dropdown {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-dropdown {
  min-width: 180px;
  max-height: 400px;
  background: #2a2a2a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 20;
  margin-top: 6px;
  overflow: auto;
  padding: 8px;
}
.checkbox-dropdown .item {
  padding: 6px 8px;
}
.checkbox-dropdown .item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-dropdown .item label span {
  color: white;
  font-size: 12px;
}
.checkbox-dropdown .item label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #666;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.checkbox-dropdown .item label input[type=checkbox]:hover {
  border-color: #2196f3;
}
.checkbox-dropdown .item label input[type=checkbox]:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.checkbox-dropdown .item label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 1px;
  width: 2px;
  height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-dropdown .item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.payment-pending {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-pending .item {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(59, 59, 59, 0.1450980392);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.payment-pending .item .info {
  display: flex;
  flex-direction: column;
}
.payment-pending .item .info .title {
  font-weight: 500;
}
.payment-pending .item .info .meta {
  font-size: 12px;
  color: #777;
}
.payment-pending .item .info .stroe {
  font-size: 12px;
  opacity: 0.6;
}
.payment-pending .item .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-pending .item .actions input,
.payment-pending .item .actions select {
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 6px 8px;
}
.payment-pending .item .actions input {
  max-width: 90px;
}
.payment-pending .item .actions .btn {
  font-size: 11px;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
}
.payment-pending .item .actions .btn.pay {
  background: #16a34a;
  color: white;
}

.segmented-control {
  width: fit-content;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  margin: auto;
  margin-bottom: 1em;
  padding: 0.35rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
}
.segmented-control button {
  font-size: 0.88rem;
  color: #555;
  background: transparent;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.2s ease;
}
.segmented-control button .count {
  font-size: 10px;
  background: #e5e7eb;
  color: #555;
  font-weight: 600;
  padding: 0.5em;
  border-radius: 100px;
}
.segmented-control button:hover {
  background: #f1f5f9;
  border-color: #e5e7eb;
  color: #222;
}
.segmented-control button.active {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.segmented-control button.active i {
  color: white;
}
.segmented-control button.active .count {
  background: white;
}
.segmented-control::-webkit-scrollbar {
  height: 4px;
}
.segmented-control::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/modal.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background: rgba(13, 29, 68, 0.35);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  overflow: hidden;
  pointer-events: none;
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  transition: opacity 180ms ease, backdrop-filter 200ms ease, visibility 0s linear 200ms;
}
.modal > .content {
  width: 100%;
  max-width: 1000px;
  height: fit-content;
  max-height: 100%;
  background: white;
  box-shadow: 0 12px 32px rgba(13, 29, 68, 0.18), 0 2px 8px rgba(13, 29, 68, 0.08);
  border-radius: 16px;
  position: relative;
  margin: 0;
  overflow: auto;
  display: grid;
  grid-template-rows: 50px auto;
}
.modal > .content > header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0666666667);
  padding: 15px;
  z-index: 9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.modal > .content > header > .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.modal > .content > header > .section button,
.modal > .content > header > .section a {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.modal > .content > header > .section .btn,
.modal > .content > header > .section .btn-back {
  min-width: 30px;
  min-height: 30px;
  border-radius: 10px;
  background: rgba(59, 59, 59, 0.0666666667);
}
.modal > .content > header > .section .btn-back {
  background: rgba(59, 59, 59, 0.0666666667);
}
.modal > .content > header > .section .btn-text {
  min-width: 30px;
  height: 30px;
  background: rgba(59, 59, 59, 0.0666666667);
  border-radius: 10px;
  padding: 0px 10px;
}
.modal > .content > header > .section .active {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.modal > .content > header > .section .active i {
  color: white;
}
.modal > .content > header .ct-title,
.modal > .content > header .btn-closed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.modal > .content > header .ct-title button,
.modal > .content > header .btn-closed button {
  min-width: 25px;
  height: 25px;
  font-size: 12px;
  background: #3b3b3b;
  color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.modal > .content > header .ct-title .name,
.modal > .content > header .btn-closed .name {
  font-size: 12px;
  font-family: f-light;
}
.modal > .content > .body,
.modal > .content > .object {
  width: 100%;
  overflow: auto;
  padding: 10px;
}
.modal > .content > .body > .form,
.modal > .content > .object > .form {
  box-shadow: none;
}
.modal > .content > .object {
  display: grid;
  grid-template-columns: minmax(300px, 450px) auto;
  gap: 1em;
}
.modal > .content > .object .header-sections {
  width: 100%;
  margin-bottom: 1em;
  overflow: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.modal > .content > .object .header-sections button {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.432);
  border-radius: 5px;
  padding: 5px 10px;
}
.modal > .content > .object .header-sections .active {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
}
.modal > .content > .object .header-sections .active i {
  color: white;
}
.modal > .content > .object .section {
  width: 100%;
  margin-bottom: 1em;
}
.modal > .content > .section {
  width: 100%;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 2em;
  overflow: auto;
}
.modal > .content > .section > .title-ct {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.modal > .content > .section > .title-ct > .title {
  font-size: 17px;
}
.modal > .content > .section > .title-ct > .message {
  max-width: 80ch;
}
.modal > .content > .section > form {
  box-shadow: none;
  padding: 0px;
}
.modal.show {
  width: 100%;
  opacity: 100%;
  padding: 20px;
}
.modal > .width-500 {
  max-width: 500px;
}
.modal > .width-700 {
  max-width: 700px;
}
.modal > .width-800 {
  max-width: 800px;
}
.modal > .width-0 {
  max-width: 100%;
}

.frm-min {
  backdrop-filter: blur(1px);
}
.frm-min .content {
  max-width: 450px;
  box-shadow: 0px 10px 30px rgba(59, 59, 59, 0.3411764706);
  border-radius: 0px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.modal-show {
  visibility: visible;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: auto;
  transition: opacity 200ms ease, backdrop-filter 220ms ease, visibility 0s linear 0s;
}
.modal-show > .content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.modal > .content {
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  transition: opacity 220ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.modal-open {
  overflow: hidden;
}

@media screen and (max-width: 1100px), screen and (max-height: 600px) {
  .modal .content {
    grid-template-rows: 80px auto;
    padding-bottom: 70px;
  }
  .modal .content .object {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 900px) {
  .modal-show {
    position: fixed;
    padding: 20px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 800px) {
  .modal {
    position: fixed;
    padding: 0px;
    z-index: 12;
  }
  .modal .content {
    border-radius: 0px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/loader.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.loader-item {
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.0823529412);
  position: absolute;
  top: 0%;
  left: 0%;
  animation: loader-item-s 1s infinite;
}

@keyframes loader-item-s {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* From Uiverse.io by satyamchaudharydev */
.loader-line {
  width: 100%;
  height: 4px;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.4666666667);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;
  display: block;
}

.loader-line::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #0d1d44;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
/* From Uiverse.io by mrhyddenn */
.spinner-contet {
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.2549019608);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 99999;
}
.spinner-contet .spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.spinner-contet .spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.spinner-contet .spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}
.spinner-contet .spinner .spinner-blade:nth-child(1) {
  animation-delay: 0s;
  transform: rotate(0deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(2) {
  animation-delay: 0.083s;
  transform: rotate(30deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(3) {
  animation-delay: 0.166s;
  transform: rotate(60deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(4) {
  animation-delay: 0.249s;
  transform: rotate(90deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(5) {
  animation-delay: 0.332s;
  transform: rotate(120deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(6) {
  animation-delay: 0.415s;
  transform: rotate(150deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(7) {
  animation-delay: 0.498s;
  transform: rotate(180deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(8) {
  animation-delay: 0.581s;
  transform: rotate(210deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(9) {
  animation-delay: 0.664s;
  transform: rotate(240deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(10) {
  animation-delay: 0.747s;
  transform: rotate(270deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(11) {
  animation-delay: 0.83s;
  transform: rotate(300deg);
}
.spinner-contet .spinner .spinner-blade:nth-child(12) {
  animation-delay: 0.913s;
  transform: rotate(330deg);
}
@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

.progress-container {
  width: 100%;
  height: 10px;
  background: #eee;
  border-radius: 100px;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.progress-container .progress-bar {
  background: #007bff;
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}
.progress-container small {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.spiner-message {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  animation: spiner-message-ant 1s infinite;
}

@keyframes spiner-message-ant {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.skeleton-is-loading {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.skeleton-is-loading *,
.skeleton-is-loading *::before,
.skeleton-is-loading *::after {
  color: transparent !important;
  border-color: #e5e7eb !important;
  box-shadow: none !important;
}
.skeleton-is-loading img,
.skeleton-is-loading svg {
  visibility: hidden;
}
.skeleton-is-loading .total,
.skeleton-is-loading .item {
  background-color: #e5e7eb;
  border-radius: 6px;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
}
.skeleton-is-loading .items {
  background: none !important;
  animation: none !important;
}

@keyframes skeleton-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.skeleton-is-loading2 {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.skeleton-is-loading2 * {
  color: transparent !important;
  border-color: #e5e7eb !important;
  box-shadow: none !important;
  background-color: #e5e7eb !important;
  background: #e5e7eb !important;
  border-radius: 6px !important;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
}
.skeleton-is-loading2 .no-skeleton,
.skeleton-is-loading2 .no-skeleton * {
  background: none !important;
  animation: none !important;
  color: inherit !important;
}
.skeleton-is-loading2 img,
.skeleton-is-loading2 svg {
  visibility: hidden;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/content.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.header-default {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0666666667);
  margin-bottom: 1em;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.header-default > .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.header-default > .section button,
.header-default > .section a {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.header-default > .section .btn,
.header-default > .section .btn-back {
  min-width: 30px;
  min-height: 30px;
  border-radius: 10px;
  background: rgba(59, 59, 59, 0.0666666667);
}
.header-default > .section .btn-back {
  background: rgba(59, 59, 59, 0.0666666667);
}
.header-default > .section .btn-text {
  min-width: 30px;
  height: 30px;
  background: rgba(59, 59, 59, 0.0666666667);
  border-radius: 10px;
  padding: 0px 10px;
}
.header-default > .section .active {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.header-default > .section .active i {
  color: white;
}
.header-default > .section .active_sutil {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.header-default > .section .active_sutil i {
  color: white;
}
.header-default .ct-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.header-default .ct-title > i {
  min-width: 40px;
  min-height: 40px;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  box-shadow: 0px 10px 10px rgba(59, 59, 59, 0.4196078431);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-default .ct-title > i i {
  color: white;
}
.header-default .ct-title .name {
  font-family: f-medium;
}

.btn-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.btn-options button,
.btn-options a {
  font-size: 12px;
  min-width: 30px;
  min-height: 30px;
  opacity: 0.8;
  background: rgba(59, 59, 59, 0.0392156863);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.btn-options button img,
.btn-options a img {
  width: 20px;
}
.btn-options button:hover,
.btn-options a:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  opacity: 1;
}
.btn-options button:hover i,
.btn-options a:hover i {
  transform: translateY(-1px);
  font-size: 13px;
}
.btn-options .btn-alegra {
  background: linear-gradient(125deg, #00b19d, rgba(0, 177, 156, 0.8431372549));
  color: white;
}
.btn-options .btn-alegra i {
  color: white;
}
.btn-options .btn-delivery {
  background: #ff6b00;
  color: white;
}
.btn-options .btn-whatsapp {
  background: #25d366;
  color: white;
}
.btn-options .btn-back {
  opacity: 1;
  background: rgba(59, 59, 59, 0.0666666667) !important;
}
.btn-options .btn-text {
  min-width: 30px;
  height: 30px;
  padding: 0px 1em;
}
.btn-options .active {
  opacity: 1;
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.btn-options .active i {
  color: white;
}
.btn-options .active_sutil {
  opacity: 1;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
}
.btn-options .active_sutil i {
  color: white;
}
.btn-options .btn-excel {
  opacity: 1;
  background: #097640;
  color: white;
}
.btn-options select {
  height: 30px;
  font-size: 11px;
  background: rgba(59, 59, 59, 0.0941176471);
  padding: 0px 10px;
  border-radius: 100px;
  appearance: none;
}
.btn-options select option {
  color: #3b3b3b;
}

.nav-options {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.chat {
  width: 100%;
  border: 1px solid rgba(59, 59, 59, 0.1960784314);
  border-radius: 10px;
  padding: 5px;
}
.chat > header {
  width: 100%;
  background: rgba(59, 59, 59, 0.062745098);
  padding: 0px 10px;
  padding-right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.chat > header > i {
  font-size: 12px;
}
.chat > header input {
  width: 100%;
  height: 100%;
  background: transparent;
}
.chat > header button {
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 11px;
  border-radius: 100px;
}
.chat > header .btn-closed {
  background: #3b3b3b;
  color: white;
}
.chat .body {
  width: 100%;
  overflow: auto;
  padding: 0px 10px;
  padding-top: 10px;
}
.chat .body .message {
  width: 100%;
  margin-bottom: 0.5em;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.chat .body .message .content {
  max-width: 80%;
  background: rgba(59, 59, 59, 0.0352941176);
  padding: 5px 10px;
  border: 1px solid rgba(59, 59, 59, 0.062745098);
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3em;
}
.chat .body .message .content .value {
  font-size: 14px;
  font-family: f-light;
  white-space: pre-wrap;
}
.chat .body .message .content .state {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.chat .body .message .content .footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.chat .body .message .content .footer small {
  font-size: 10px;
  opacity: 0.8;
  align-self: flex-end;
}
.chat .body .my {
  align-items: flex-end;
}
.chat .body .my .content {
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  align-items: flex-end;
  text-align: end;
}
.chat .body .my .content i {
  color: white;
}
.chat .body .my .content .value {
  text-align: start;
}
.chat .body .my .content .time,
.chat .body .my .content .state {
  color: white;
}
.chat .reply {
  width: 100%;
  min-height: 35px;
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  /* Personalización del botón de incremento (abajo/derecha) */
  /* Personalización del botón de decremento (arriba/izquierda) */
  /* Personalización del thumb (barra de desplazamiento) */
}
.chat .reply i {
  color: white;
}
.chat .reply textarea {
  width: 100%;
  max-height: 200px;
  field-sizing: content;
  resize: none;
  background: transparent;
  color: white;
  border-radius: 10px;
}
.chat .reply button {
  min-width: 30px;
  min-height: 30px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.212);
  border-radius: 100px;
  align-self: flex-end;
}
.chat .reply .send {
  background: linear-gradient(125deg, #1e40af, rgb(59.9390243902, 97.8365853659, 221.5609756098));
  color: white;
  border: none;
  position: relative;
}
.chat .reply .send i {
  color: white;
}
.chat .reply .send:disabled {
  background: transparent;
  color: rgba(255, 255, 255, 0.541);
}
.chat .reply .send .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1e40af; /* color del spinner */
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  animation: spin 1s linear infinite;
  z-index: 1; /* detrás del botón */
}
.chat .reply textarea::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: transparent; /* Color del botón */
}
.chat .reply textarea::-webkit-scrollbar:vertical {
  width: 10px;
  background: transparent;
  background-color: transparent; /* Color del botón */
}
.chat .reply textarea::-webkit-scrollbar:horizontal {
  height: 10px;
  background-color: transparent; /* Color del botón */
}
.chat .reply textarea::-webkit-scrollbar-button:increment {
  background-color: transparent; /* Color del botón */
  border-radius: 50%;
  height: 10px; /* Tamaño del botón */
  min-height: 10px; /* Tamaño del botón */
  width: 10px;
  min-width: 10px;
}
.chat .reply textarea::-webkit-scrollbar-button:decrement {
  background-color: transparent; /* Color del botón */
  border-radius: 100px;
  height: 10px;
  min-height: 10px;
  width: 10px;
  min-width: 10px;
}
.chat .reply textarea::-webkit-scrollbar-thumb {
  background: rgba(59, 59, 59, 0.3960784314);
  border: 0px solid transparent;
  border-radius: 20px;
  cursor: pointer;
}

.chart-line g.area path.area {
  fill-opacity: 0.2 !important;
}
.chart-line defs linearGradient stop[offset="100%"] {
  stop-opacity: 0.5 !important;
}
.chart-line defs linearGradient stop[offset="0%"] {
  stop-opacity: 0.05 !important;
}
.chart-line g.line-series path.line {
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.dashboard-content {
  background: white;
  border: 1px solid rgba(59, 59, 59, 0.137254902);
  padding: 1em;
  overflow: hidden;
  border-radius: 10px;
}
.dashboard-content .radio-button {
  width: fit-content;
  background: #f4f7fb;
  border-radius: 10px;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
.dashboard-content .radio-button input {
  display: none;
}
.dashboard-content .radio-button label {
  height: 25px;
  padding: 0 1em;
  font-size: 11px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  transition: all 0.2s ease;
}
.dashboard-content .radio-button label:hover {
  color: #1f3a8a;
}
.dashboard-content .radio-button label .count {
  font-size: 9px;
  padding: 0.1em 0.5em;
  background: #0d1d44;
  color: white;
  border-radius: 3px;
}
.dashboard-content .radio-button input:checked + label {
  background: #0d1d44;
  color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.dashboard-content .radio-button input:checked + label .count {
  background: white;
  color: #0d1d44;
}
.dashboard-content > header {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.dashboard-content > header .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.dashboard-content > header .title {
  font-size: 11px;
  font-family: f-medium;
}
.dashboard-content > header .total {
  font-size: 14px;
  opacity: 0.6;
  font-family: f-medium;
}
.dashboard-content > header .state {
  font-size: 16px;
}
.dashboard-content > header select {
  width: fit-content;
  font-size: 11px;
  background: #f4f7fb;
  border-radius: 10px;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
}
.dashboard-content > header .metric-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.dashboard-content > header .metric-filters .metric-chip {
  font-size: 11px;
  font-weight: 500;
  background: transparent;
  color: #444;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.5px 1em;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dashboard-content > header .metric-filters .metric-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.6;
}
.dashboard-content > header .metric-filters .metric-chip:hover {
  background: #eef2ff;
}
.dashboard-content > header .metric-filters .metric-chip.active {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.4);
  color: #1f3a8a;
}
.dashboard-content > header .metric-filters .metric-chip.active .dot {
  opacity: 1;
}
.dashboard-content > .chart {
  width: 180px;
  height: 180px;
  flex: 0 0 200px;
  overflow: hidden;
}
.dashboard-content > .chart > canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.dashboard-content > .chart-line {
  width: 100%;
}
.dashboard-content > .chart-data {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 350px;
}
.dashboard-content > .chart-data > .chart {
  width: 100%;
  height: 500px;
  overflow-x: auto;
  overflow-y: hidden;
}
.dashboard-content > .chart-data > .chart canvas {
  display: block;
}
.dashboard-content > .chart-data > .data {
  height: 500px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.5em;
}
.dashboard-content > .chart-data > .data .mode {
  width: fit-content;
  background: #f4f7fb;
  border-radius: 10px;
  margin: auto;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
}
.dashboard-content > .chart-data > .data .mode input {
  display: none;
}
.dashboard-content > .chart-data > .data .mode label {
  height: 25px;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.dashboard-content > .chart-data > .data .mode label:hover {
  color: #1f3a8a;
}
.dashboard-content > .chart-data > .data .mode input:checked + label {
  background: #ffffff;
  color: #1f3a8a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.dashboard-content > .chart-data > .data .body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dashboard-content > .chart-data > .data .body > div {
  animation: fadeSlideIn 0.4s ease-out both;
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
  .dashboard-content > .chart-data {
    grid-template-columns: 1fr;
  }
}
.dashboard-content .data-table {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.dashboard-content .data-table th:first-child,
.dashboard-content .data-table td:first-child {
  position: sticky;
  left: 0;
  background: #ffffff;
  z-index: 2;
}
.dashboard-content .data-table thead th:first-child {
  z-index: 3;
}
.dashboard-content .data-table table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard-content .data-table table thead {
  background: #f8fafc;
}
.dashboard-content .data-table table thead th {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  color: #475569;
  padding: 6px 10px;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}
.dashboard-content .data-table table tbody tr:hover {
  background: #f1f5f9;
}
.dashboard-content .data-table table tbody td {
  font-size: 11px;
  color: #334155;
  padding: 6px 10px;
  border-bottom: 1px solid #f1f5f9;
  white-space: nowrap;
}
.dashboard-content .data-table table tbody td:first-child {
  font-weight: 500;
  color: #1e293b;
}
@media (max-width: 1200px) {
  .dashboard-content {
    max-width: 100%;
    height: auto;
    flex-basis: 300px;
    flex: 1;
  }
}

.dc-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0em;
}

.dc-table {
  height: 400px;
}
@media (max-width: 800px) {
  .dc-table {
    width: 100%;
  }
}

.data-previsualization {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1em;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.data-previsualization .info-ct {
  min-height: 120px;
  flex-grow: 1;
}
.data-previsualization .info {
  min-height: 120px;
  flex-grow: 1;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.data-previsualization .info .name {
  font-size: 16px;
  display: flex;
}
.data-previsualization .info .name button {
  opacity: 30%;
}
.data-previsualization .info .observation {
  font-size: 12px;
  max-width: 80ch;
  font-family: f-light;
  overflow: auto;
}
.data-previsualization .info .total {
  font-size: 25px;
  color: rgba(59, 59, 59, 0.862745098);
}
.data-previsualization .info .data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.data-previsualization .info .data .item-i {
  background: linear-gradient(125deg, rgba(59, 59, 59, 0.0392156863), rgba(59, 59, 59, 0));
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.data-previsualization .info .data .item-i i {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.data-previsualization .info .data .item-i small {
  font-size: 11px;
}
.data-previsualization .info .alert {
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.data-previsualization .info .alert i {
  color: white;
}
.data-previsualization .summary {
  width: 200px;
  min-height: 120px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-image: url("/imgs/curved14.12c9ea54425c4f1bc1d7.jpg");
  background-position: center;
}
.data-previsualization .summary .ct {
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: linear-gradient(125deg, #0a1838, rgb(21.5909090909, 51.8181818182, 120.9090909091));
  color: white;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.data-previsualization .summary .ct i {
  color: white;
}
.data-previsualization .summary .ct i {
  min-width: 25px;
  min-height: 25px;
  font-size: 10px;
  box-shadow: 0px 10px 15px rgba(15, 23, 42, 0.4235294118);
  border: 1px solid #3b3b3b;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.data-previsualization .summary .ct .name {
  font-size: 10px;
}
.data-previsualization .summary .ct .total {
  font-size: 18px;
  color: white;
}
.data-previsualization .summary .ct .date {
  letter-spacing: 1px;
  font-size: 12px;
}
.data-previsualization .summary .ct .items {
  width: 100%;
  margin-bottom: 0.5em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.data-previsualization .summary .ct .items > .item {
  flex-grow: 1;
  flex-basis: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}

.invoice-product {
  width: fit-content;
  margin: auto;
  margin-top: 2em;
  display: grid;
  grid-template-columns: auto;
  gap: 0em;
}
.invoice-product .form {
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1294117647);
  padding: 10px;
  align-self: start;
}
.invoice-product .form .controllers .form-control {
  gap: 0em;
}
.invoice-product .form .controllers .form-control label {
  font-size: 12px;
}
.invoice-product .form .controllers .form-control input {
  border-radius: 5px;
}

.invoice-product-show {
  grid-template-columns: minmax(350px, 500px) minmax(200px, 300px);
  gap: 1em;
}
@media screen and (max-width: 700px) {
  .invoice-product-show {
    width: 100%;
    grid-template-columns: auto;
  }
}

.invoice-object {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.062745098);
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 10px;
}
.invoice-object > header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2392156863);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
.invoice-object > header .title {
  font-size: 11px;
}
.invoice-object > header .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.invoice-object > header .buttons button {
  opacity: 0.5;
}
.invoice-object > header .buttons button i {
  font-size: 10px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.invoice-object > header .buttons button:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.invoice-object .item {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.062745098);
  padding: 7px 10px;
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.invoice-object .item i {
  color: rgba(59, 59, 59, 0.4392156863);
}
.invoice-object .item .name {
  font-family: f-medium;
}
.invoice-object .items {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.invoice-object .items .item {
  font-size: 13px;
  flex-grow: 1;
  flex-basis: 150px;
}
.invoice-object .items .full {
  flex-basis: 100%;
}

.content-invoice-product {
  overflow: hidden;
  padding: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0em;
}
.content-invoice-product .invoice-header {
  width: fit-content;
  max-width: 95%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1;
  overflow: auto;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  animation: invoice-header 0.5s;
}
.content-invoice-product .invoice-header .header-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.content-invoice-product .invoice-header .header-section .label {
  font-size: 12px;
  opacity: 0.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-invoice-product .invoice-header .header-section .value {
  font-size: 18px;
  font-family: f-bold;
}
.content-invoice-product .invoice-header .header-section .profit {
  color: #1edc84;
}
.content-invoice-product .invoice-header .header-section .loss {
  color: red;
}
.content-invoice-product .cp-products {
  width: 100%;
  z-index: 2;
}
@keyframes invoice-header {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
}
@media screen and (max-width: 500px) {
  .content-invoice-product {
    padding: 0px;
  }
}

.link-with-FE {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.link-with-FE input {
  width: 100%;
  height: 40px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 1em;
}
.link-with-FE > button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  gap: 0.5em;
}
.link-with-FE .btn-cancel {
  color: white;
}
.link-with-FE .btn-send {
  background: white;
}
.link-with-FE .btn-start > img {
  width: 20px;
}
.link-with-FE .success {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  text-align: center;
}
.link-with-FE .success img {
  width: 30px;
}

.link-with-FE-Alegra {
  background: linear-gradient(125deg, #00b19d, rgba(0, 177, 156, 0.8431372549));
  color: white;
}
.link-with-FE-Alegra i {
  color: white;
}
.link-with-FE-Alegra .btn-start {
  color: white;
}

.report-alerts {
  padding: 5px 10px;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.report-alerts .report {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
  box-shadow: 0 3px 18px rgba(19, 24, 33, 0.06);
  border: 1px solid rgba(20, 20, 20, 0.03);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  /* color tokens */
}
.report-alerts .report i {
  font-size: 11px;
  color: rgba(59, 59, 59, 0.2549019608);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.report-alerts .report .message {
  font-size: 12px;
}
.report-alerts .report .r-success {
  background: linear-gradient(135deg, #2ecc71, #1bb85a);
}
.report-alerts .report .r-info {
  background: linear-gradient(135deg, #4da3ff, #1e90ff);
}
.report-alerts .report .r-warning {
  background: linear-gradient(135deg, #ffb74d, #ff9800);
}
.report-alerts .report .r-danger {
  background: linear-gradient(135deg, #ff6b6b, #ff3b3b);
}
.report-alerts .report .r-neutral {
  background: linear-gradient(135deg, #cfd8e3, #bfcfe8);
  color: #1f2937;
}

.alert-indicator {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #6b7280;
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4em;
}
.alert-indicator i {
  padding: 0.3em;
  border-radius: 100px;
  box-shadow: 0px 3px 3px rgba(59, 59, 59, 0.2);
}
.alert-indicator.level-excellent i {
  color: #3b82f6;
}
.alert-indicator.level-warning i {
  color: #f59e0b;
}
.alert-indicator.level-critical i {
  color: #ef4444;
}

.ct-product {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1em;
}
.ct-product .img {
  height: 100px;
  background: #f1f5ff;
  border-radius: 10px;
}
.ct-product .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ct-product .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.ct-product .info .name {
  font-size: 14px;
}
.ct-product .info .brand {
  font-size: 10px;
  opacity: 0.8;
}
.ct-product .info .price {
  font-family: f-medium;
}
.ct-product .info a,
.ct-product .info button {
  width: 100%;
  height: 30px;
  font-size: 11px;
  background: #c7f9f9;
  margin-top: 0.5em;
  border: 1px solid rgba(59, 59, 59, 0.062745098);
  border-radius: 5px;
  gap: 0.5em;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/container.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.page {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 200px;
}
.page > header {
  width: 100%;
  border-bottom: 1px solid rgba(59, 59, 59, 0.0666666667);
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.page > header > .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.page > header > .section button,
.page > header > .section a {
  min-width: 30px;
  height: 30px;
  font-size: 13px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page > header > .section .btn-text {
  padding: 0px 10px;
}
.page > header > .section .alert {
  background: linear-gradient(125deg, #ff073a, rgb(255, 83.5, 118.7681451613));
  color: white;
}
.page > header > .section .alert i {
  color: white;
}
.page > header > .section .add {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
}
.page > header > .section .add i {
  color: white;
}
.page > header > .section .active {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  box-shadow: 0px 10px 10px rgba(15, 23, 42, 0.1176470588);
}
.page > header > .section .active i {
  color: white;
}
.page > header .ct-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page > header .ct-title > button {
  width: 25px;
  min-height: 25px;
  font-size: 12px;
  border-radius: 100px;
  background: #3b3b3b;
  color: white;
}
.page > header .ct-title .name {
  font-family: f-light;
}
.page > header .ct-title > i {
  color: #3b3b3b;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page > .body,
.page > .object {
  width: 100%;
  padding: 10px;
}
.page > .body .section-column,
.page > .object .section-column {
  padding: 0px;
  display: grid;
  grid-template-columns: minmax(450px, 380px) auto;
  gap: 1em;
}
.page > .body .other,
.page > .object .other {
  overflow: hidden;
  padding: 0px 20px;
  padding-bottom: 40px;
}
.page > .body .other .header-sections,
.page > .object .other .header-sections {
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 10px;
  margin-bottom: 1em;
  overflow: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0em;
  flex-wrap: wrap;
}
.page > .body .other .header-sections button,
.page > .object .other .header-sections button {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.432);
  border-left: 2px solid rgba(59, 59, 59, 0.3411764706);
  padding: 5px 10px;
}
.page > .body .other .header-sections .active,
.page > .object .other .header-sections .active {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  border-radius: 5px;
}
.page > .body .other .header-sections .active i,
.page > .object .other .header-sections .active i {
  color: white;
}
.page > .body .other > .image,
.page > .body .other .object-image,
.page > .object .other > .image,
.page > .object .other .object-image {
  width: 100%;
  max-width: 300px;
  height: 300px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.page > .body .other > .image:hover .options,
.page > .body .other .object-image:hover .options,
.page > .object .other > .image:hover .options,
.page > .object .other .object-image:hover .options {
  height: 100%;
  opacity: 1;
}
.page > .body .other > .image img,
.page > .body .other .object-image img,
.page > .object .other > .image img,
.page > .object .other .object-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page > .body .other > .image .options,
.page > .body .other .object-image .options,
.page > .object .other > .image .options,
.page > .object .other .object-image .options {
  width: 100%;
  height: 0%;
  opacity: 0;
  background: rgba(59, 59, 59, 0.137254902);
  backdrop-filter: blur(1px);
  color: white;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.page > .body .other > .image .options button,
.page > .body .other .object-image .options button,
.page > .object .other > .image .options button,
.page > .object .other .object-image .options button {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: white;
  color: #3b3b3b;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page > .body .other .map,
.page > .body .other .ct-chart,
.page > .object .other .map,
.page > .object .other .ct-chart {
  width: 100%;
  height: 300px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.page > .body .other .components,
.page > .object .other .components {
  width: 100%;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.page > .body .other .components > div,
.page > .object .other .components > div {
  flex-grow: 1;
  flex-basis: 350px;
}
.page > .body .other .components .full,
.page > .object .other .components .full {
  min-width: 100%;
  flex-grow: 100%;
}
@media screen and (max-width: 500px) {
  .page > .body .other,
  .page > .object .other {
    padding: 0px 0px;
  }
}
.page > .body .content-form,
.page > .object .content-form {
  width: 100%;
  display: grid;
  grid-template-columns: auto 500px;
  gap: 1em;
}
.page > .body .content-form.hide,
.page > .object .content-form.hide {
  grid-template-columns: 100% 0px;
  gap: 0em;
}
.page > .body .content-form.hide .cf-content .btn-show-form,
.page > .object .content-form.hide .cf-content .btn-show-form {
  display: flex;
}
.page > .body .content-form.hide .ct-form,
.page > .object .content-form.hide .ct-form {
  opacity: 0;
  overflow: hidden;
}
.page > .body .content-form .cf-content,
.page > .object .content-form .cf-content {
  position: relative;
}
.page > .body .content-form .cf-content .btn-show-form,
.page > .object .content-form .cf-content .btn-show-form {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.page > .body .content-form .cf-content .btn-show-form i,
.page > .object .content-form .cf-content .btn-show-form i {
  color: white;
}
.page > .body .content-form .ct-form,
.page > .object .content-form .ct-form {
  overflow: visible;
  position: sticky;
  top: 0%;
}
@media screen and (max-width: 1200px) {
  .page > .body .content-form,
  .page > .object .content-form {
    grid-template-columns: auto 0px;
  }
  .page > .body .content-form .ct-form,
  .page > .object .content-form .ct-form {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: fixed;
    top: 0%;
    left: 0%;
    overflow: auto;
  }
  .page > .body .content-form.hide,
  .page > .object .content-form.hide {
    grid-template-columns: auto 0px;
  }
  .page > .body .content-form.hide .cf-content .btn-show-form,
  .page > .object .content-form.hide .cf-content .btn-show-form {
    display: flex;
  }
  .page > .body .content-form.hide .ct-form,
  .page > .object .content-form.hide .ct-form {
    width: 0px;
  }
}
.page > .object {
  display: grid;
  grid-template-columns: minmax(300px, 380px) auto;
  gap: 1em;
}
.page > .object .ct-invoice {
  position: sticky;
  top: 0;
}
.page > .object > .item {
  width: 100%;
  height: fit-content;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  border: 1px solid rgba(59, 59, 59, 0.1098039216);
  border-radius: 15px;
  overflow: hidden;
  z-index: 0;
}
.page > .object > .item > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.page > .object > .item .logo {
  opacity: 30%;
}
.page > .object > .item:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
  transform: translateY(-5px);
}
.page > .object > .item .data {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.page > .object > .item .data > .switch {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.page > .object > .item .data > .switch button {
  min-width: 30px;
  height: 30px;
  background: rgba(59, 59, 59, 0.062745098);
  border-radius: 10px;
}
.page > .object > .item .data > .switch .active {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
}
.page > .object > .item .data > .switch .active i {
  color: white;
}
.page > .object > .item .data .name {
  font-size: 20px;
  font-family: f-medium;
}
.page > .object > .item .data .code {
  font-size: 14px;
}
.page > .object > .item .data .prices {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0em;
}
.page > .object > .item .data .prices .sale_price {
  font-size: 25px;
  font-family: f-medium;
  color: rgba(59, 59, 59, 0.8274509804);
}
.page > .object > .item .data .prices .items {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.page > .object > .item .data .prices .items small {
  font-size: 12px;
  flex-grow: 1;
  flex-basis: 110px;
  background: rgba(59, 59, 59, 0.0352941176);
  border-radius: 4px;
  padding: 5px;
}
.page > .object > .item .data .prices .profit {
  font-size: 18px;
  color: #0a1838;
  margin-top: 0.5em;
}
.page > .object > .item .data .chart {
  width: 100%;
  height: 100px;
}
.page > .object > .item .data > p {
  font-size: 12px;
}
.page > .object > .item .data .btn-edit {
  width: 100%;
  height: 40px;
  background: #3b3b3b;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page > .form- {
  width: 100%;
  min-height: 70vh;
  padding: 20px;
  padding-bottom: 2em;
  overflow: auto;
}
.page > .form- .content {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.page > .form- .content > .title {
  font-size: 17px;
  text-align: center;
  margin: auto;
}
.page > .form- .content > section {
  width: 100%;
  max-height: 0px;
  opacity: 0%;
  margin-bottom: 0em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.page > .form- .content > section > header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.page > .form- .content > section > header .check {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page > .form- .content > section > header .check > i {
  width: 30px;
  height: 30px;
  background: rgba(59, 59, 59, 0.0666666667);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page > .form- .content > section > header .active > i {
  background: linear-gradient(125deg, #2563eb, rgb(107.0714285714, 149.1428571429, 241.4285714286));
  color: white;
}
.page > .form- .content > section > header .active > i i {
  color: white;
}
.page > .form- .content > section > header .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page > .form- .content > .active-section {
  max-height: 1000px;
  opacity: 100%;
  margin-bottom: 3em;
}
.page > .form- .content > .btn-save {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #0f172a;
  color: white;
}
.page > .form- .content > .btn-save:disabled {
  background: rgba(59, 235, 235, 0.2862745098);
  color: rgba(15, 23, 42, 0.4745098039);
}

.main-container {
  width: 100%;
  padding: 1em;
  padding-bottom: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.empty {
  width: 100%;
  min-height: 100px;
  border-radius: 8px;
  opacity: 0.8;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 2em;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.empty i {
  font-size: 30px;
  color: rgba(33, 149, 243, 0.5333333333);
  margin-bottom: 10px;
}

.ct-invoice {
  background: white;
  height: fit-content;
  box-shadow: 0px 5px 10px rgba(59, 59, 59, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.section-i {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.section-i > header {
  width: 100%;
  margin-bottom: 2em;
}
.section-i > header > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.section-i > header p {
  font-size: 14px;
  font-family: f-light;
}

@media screen and (max-width: 1100px), screen and (max-height: 600px) {
  .page > .object {
    grid-template-columns: auto;
  }
  .page > .object .ct-invoice {
    position: static;
    top: 0;
  }
  .page .body .section-column {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 500px) {
  .page {
    grid-template-rows: auto auto;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/invoice.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.invoice-layout {
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: auto;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(320px, 380px) auto;
  gap: 1em;
}
.invoice-layout .invoice-ticket {
  height: fit-content;
  position: sticky;
  top: 0;
  align-self: start;
  background: white;
  box-shadow: 0 1px 2px rgba(13, 29, 68, 0.04);
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.invoice-layout .invoice-ticket .ticket-header {
  background: linear-gradient(125deg, #0a1838, rgb(17.7272727273, 42.5454545455, 99.2727272727));
  color: white;
  border-bottom: 1px solid rgba(13, 29, 68, 0.06);
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.invoice-layout .invoice-ticket .ticket-header i {
  color: white;
}
.invoice-layout .invoice-ticket .ticket-header .store-chip {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.invoice-layout .invoice-ticket .ticket-header .store-chip i {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
}
.invoice-layout .invoice-ticket .ticket-header .store-chip .info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.invoice-layout .invoice-ticket .ticket-header .store-chip .caption {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.invoice-layout .invoice-ticket .ticket-header .store-chip .name {
  max-width: 100%;
  color: white;
  overflow: hidden;
  line-height: 1.15;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.invoice-layout .invoice-ticket .ticket-header .ticket-meta {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}
.invoice-layout .invoice-ticket .ticket-header .ticket-meta .meta-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.invoice-layout .invoice-ticket .ticket-header .ticket-meta .meta-id {
  color: white;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
.invoice-layout .invoice-ticket .ticket-toolbar {
  background: rgba(13, 29, 68, 0.02);
  border-bottom: 1px solid rgba(13, 29, 68, 0.05);
  padding: 8px 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.invoice-layout .invoice-ticket .ticket-toolbar:empty {
  display: none;
}
.invoice-layout .invoice-ticket .ticket-source {
  background: rgba(13, 29, 68, 0.025);
  border-bottom: 1px solid rgba(13, 29, 68, 0.05);
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.invoice-layout .invoice-ticket .ticket-source:empty {
  display: none;
}
.invoice-layout .invoice-ticket .ticket-source .pin {
  width: 22px;
  height: 22px;
  background: white;
  color: #0d1d44;
  box-shadow: 0 1px 2px rgba(13, 29, 68, 0.08);
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.invoice-layout .invoice-ticket .ticket-source .info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
}
.invoice-layout .invoice-ticket .ticket-source .caption {
  color: #5d6b85;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.invoice-layout .invoice-ticket .ticket-source .name {
  color: #0d1d44;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 600;
}
.invoice-layout .invoice-ticket .ticket-alerts {
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.invoice-layout .invoice-ticket .ticket-alerts:empty {
  padding: 0;
  display: none;
}
.invoice-layout .invoice-ticket .ticket-body {
  border-top: 1px solid rgba(13, 29, 68, 0.04);
  padding: 4px 0;
}
.invoice-layout .invoice-ticket .ticket-body dl,
.invoice-layout .invoice-ticket .ticket-body .meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.invoice-layout .invoice-ticket .ticket-body dl > div,
.invoice-layout .invoice-ticket .ticket-body .meta > div {
  border-bottom: 1px solid rgba(13, 29, 68, 0.04);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
}
.invoice-layout .invoice-ticket .ticket-body dl > div:last-child,
.invoice-layout .invoice-ticket .ticket-body .meta > div:last-child {
  border-bottom: none;
}
.invoice-layout .invoice-ticket .ticket-body dt {
  color: #5d6b85;
  margin: 0;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.invoice-layout .invoice-ticket .ticket-body dd {
  max-width: 100%;
  color: #0d1d44;
  margin: 0;
  overflow-wrap: anywhere;
  font-family: f-medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
}
.invoice-layout .invoice-ticket .ticket-body .meta-pair {
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.invoice-layout .invoice-ticket .ticket-body .meta-pair > div {
  border-right: 1px solid rgba(13, 29, 68, 0.04);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
}
.invoice-layout .invoice-ticket .ticket-body .meta-pair > div:last-child {
  border-right: none;
}
.invoice-layout .invoice-ticket .ticket-body .ticket-attachment {
  max-width: 100%;
  border: 1px solid rgba(13, 29, 68, 0.06);
  border-radius: 8px;
  margin-top: 4px;
  display: block;
}
.invoice-layout .invoice-ticket .ticket-payment-info:empty {
  display: none;
}
.invoice-layout .invoice-ticket .ticket-payment-info {
  border-top: 1px solid rgba(13, 29, 68, 0.05);
  padding: 12px 18px;
}
.invoice-layout .invoice-ticket .ticket-footer {
  background: rgba(13, 29, 68, 0.015);
  border-top: 1px solid rgba(13, 29, 68, 0.06);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-meta-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px 18px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-meta-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-meta-grid dt {
  color: #5d6b85;
  margin: 0;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-meta-grid dd {
  color: #0d1d44;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-meta-grid small {
  color: rgb(132.8871681416, 145.7411504425, 169.6128318584);
  margin-top: 1px;
  font-size: 11px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-actions {
  border-top: 1px dashed rgba(13, 29, 68, 0.08);
  padding-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-status {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-status i {
  color: rgb(132.8871681416, 145.7411504425, 169.6128318584);
  font-size: 13px;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-status small {
  color: #5d6b85;
  font-size: 12px;
  font-weight: 500;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-status.is-on i {
  color: #2563eb;
}
.invoice-layout .invoice-ticket .ticket-footer .ticket-status.is-on small {
  color: #0d1d44;
}
.invoice-layout .btn-ghost {
  width: 32px;
  height: 32px;
  background: transparent;
  color: #5d6b85;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.invoice-layout .btn-ghost i {
  font-size: 13px;
}
.invoice-layout .btn-ghost:hover {
  background: rgba(13, 29, 68, 0.04);
}
.invoice-layout .btn-ghost.btn-danger-ghost:hover {
  color: #ff073a;
}
.invoice-layout .invoice-products {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1em;
}
.invoice-layout .cp-products {
  min-width: 0;
}
.invoice-layout .invoice-credit:empty {
  display: none;
}
.invoice-layout .invoice-credit {
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
.invoice-layout .invoice-bridge:empty {
  display: none;
}
.invoice-layout .invoice-bridge {
  min-width: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap;
}
.invoice-layout .invoice-payments:empty {
  display: none;
}
.invoice-layout .invoice-payments {
  min-width: 0;
}

.invoice-history:empty {
  display: none;
}

.invoice-history {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 1100px) {
  .invoice-layout {
    grid-template-columns: 1fr;
  }
  .invoice-layout .invoice-ticket {
    position: static;
  }
}
.invoice-create-shell .btn-primary {
  background: #0d1d44;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: f-medium;
  font-size: 13px;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.invoice-create-shell .btn-primary i {
  font-size: 12px;
}
.invoice-create-shell .btn-primary:hover:not(:disabled) {
  background: rgb(19.5481481481, 43.6074074074, 102.2518518519);
}
.invoice-create-shell .btn-primary:disabled {
  background: rgba(13, 29, 68, 0.4);
  cursor: not-allowed;
}

.invoice-create-shell .invoice-summary-row .btn-primary {
  height: 36px;
  align-self: center;
  padding: 0 16px;
  font-family: f-medium;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.invoice-create-shell .invoice-summary-row .btn-primary i {
  font-size: 11px;
}

.modal-total-banner {
  background: #0d1d44;
  color: white;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 14px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-total-banner .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.modal-total-banner .caption {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.modal-total-banner .amount {
  color: white;
  font-family: f-bold;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.modal-total-banner .muted {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11.5px;
  font-weight: 500;
}

.btn-route {
  height: 32px;
  background: white;
  color: #0d1d44;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 8px;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: f-medium;
  font-size: 12px;
  transition: background 0.15s ease;
}
.btn-route i {
  color: #5d6b85;
  font-size: 11px;
}
.btn-route .sep {
  opacity: 0.5;
}
.btn-route:hover {
  background: rgba(13, 29, 68, 0.03);
}

.invoice-summary-row {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.invoice-summary-row > app-invoice-summary {
  min-width: 0;
}
.invoice-summary-row > .summary-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.invoice-summary-row > .summary-actions:empty {
  display: none;
}
.invoice-summary-row .btn-summary-action {
  height: 32px;
  background: white;
  color: #0d1d44;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 8px;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: f-medium;
  font-size: 12px;
  transition: background 0.15s ease;
}
.invoice-summary-row .btn-summary-action i {
  color: #5d6b85;
  font-size: 12px;
}
.invoice-summary-row .btn-summary-action:hover {
  background: rgba(13, 29, 68, 0.03);
}

@media screen and (max-width: 720px) {
  .invoice-summary-row {
    grid-template-columns: 1fr;
  }
  .invoice-summary-row > .btn-primary {
    width: 100%;
  }
}
.invoice-create-shell {
  width: 100%;
  max-width: 1200px;
  min-height: 320px;
  box-sizing: border-box;
  margin: auto;
  padding: 10px;
}
.invoice-create-shell.is-locked {
  display: flex;
  justify-content: center;
  align-items: center;
}
.invoice-create-shell .locked-msg {
  background: rgba(13, 29, 68, 0.02);
  color: #5d6b85;
  border: 1px dashed rgba(13, 29, 68, 0.15);
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.invoice-create-shell .locked-msg i {
  color: #5d6b85;
  font-size: 22px;
  opacity: 0.6;
}

.invoice-product-form {
  width: 100%;
  margin-top: 1em;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 1em;
  align-items: start;
}
.invoice-product-form .product-form-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.invoice-product-form .product-search-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.invoice-product-form .product-alerts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 6px;
}
.invoice-product-form .product-alerts .product-alert {
  background: rgba(13, 29, 68, 0.025);
  color: #0d1d44;
  border: 1px solid rgba(13, 29, 68, 0.06);
  border-left: 2px solid #5d6b85;
  border-radius: 8px;
  cursor: default;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-align: left;
}
.invoice-product-form .product-alerts .product-alert i {
  color: #5d6b85;
  font-size: 12px;
}
.invoice-product-form .product-alerts .product-alert > span {
  flex: 1;
}
.invoice-product-form .product-alerts .product-alert .end {
  margin-left: auto;
}
.invoice-product-form .product-alerts .product-alert.warn {
  border-left-color: #ff073a;
}
.invoice-product-form .product-alerts .product-alert.warn i {
  color: #ff073a;
}
.invoice-product-form .product-alerts .product-alert.info {
  border-left-color: #2563eb;
}
.invoice-product-form .product-alerts .product-alert.info i {
  color: #2563eb;
}
.invoice-product-form .product-alerts .product-alert.clickable {
  cursor: pointer;
  transition: background 0.15s ease;
}
.invoice-product-form .product-alerts .product-alert.clickable:hover {
  background: rgba(13, 29, 68, 0.05);
}
.invoice-product-form .product-form-card {
  background: white;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.invoice-product-form .product-form-card > header {
  border-bottom: 1px solid rgba(13, 29, 68, 0.05);
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #5d6b85;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  .invoice-product-form {
    grid-template-columns: 1fr;
  }
}
.invoice-aux-grid {
  position: relative;
  border-top: 1px solid rgba(13, 29, 68, 0.06);
  margin-top: 4em;
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}
.invoice-aux-grid::before {
  content: "Movimientos relacionados";
  position: absolute;
  top: -7px;
  left: 18px;
  background: #f4f7fb;
  color: #5d6b85;
  padding: 0 8px;
  font-family: f-medium;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.invoice-aux-grid:empty {
  display: none;
}

.product-form-card .card-header {
  border-bottom: 1px solid rgba(13, 29, 68, 0.05);
  margin-bottom: 6px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.product-form-card .card-header .title {
  color: #5d6b85;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-form-card .card-header .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
.product-form-card .card-header .actions .btn-ghost {
  width: 28px;
  height: 28px;
  position: relative;
  background: transparent;
  color: #5d6b85;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.product-form-card .card-header .actions .btn-ghost i {
  font-size: 11px;
}
.product-form-card .card-header .actions .btn-ghost:hover {
  background: rgba(13, 29, 68, 0.04);
  color: #0d1d44;
}
.product-form-card .card-header .actions .btn-ghost.is-on {
  background: #0d1d44;
  color: white;
  border-color: #0d1d44;
}
.product-form-card .card-header .actions .btn-ghost .badge-count {
  min-width: 16px;
  height: 16px;
  position: absolute;
  top: -5px;
  right: -5px;
  background: #0d1d44;
  color: white;
  border: 2px solid white;
  border-radius: 999px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: f-bold;
  font-size: 9px;
  line-height: 1;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/buttons.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.btn-action {
  height: 32px;
  background: rgba(13, 29, 68, 0.04);
  color: #0d1d44;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-action i {
  font-size: 12px;
  opacity: 0.85;
}
.btn-action small {
  letter-spacing: 0.2px;
}
.btn-action:hover {
  background: rgba(13, 29, 68, 0.08);
}
.btn-action:disabled, .btn-action.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .btn-action {
    padding: 0 10px;
  }
  .btn-action small {
    display: none;
  }
}

.btn-icon-action {
  width: 32px;
  height: 32px;
  background: rgba(13, 29, 68, 0.04);
  color: #0d1d44;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-icon-action i {
  font-size: 13px;
  opacity: 0.85;
}
.btn-icon-action:hover {
  background: rgba(13, 29, 68, 0.08);
}
.btn-icon-action:disabled, .btn-icon-action.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.btn-action--primary {
  height: 32px;
  background: #0d1d44;
  color: white;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  transition: background 0.15s ease;
}
.btn-action--primary i {
  font-size: 12px;
  opacity: 1;
}
.btn-action--primary small {
  letter-spacing: 0.2px;
}
.btn-action--primary:hover {
  background: rgba(13, 29, 68, 0.88);
}
.btn-action--primary:disabled, .btn-action--primary.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .btn-action--primary {
    padding: 0 12px;
  }
  .btn-action--primary small {
    display: inline;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/menus.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
.action-menu-popover button,
.action-menu-popover a,
.action-menu-popover .menu-item {
  width: 100%;
  background: transparent;
  color: #0d1d44;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  text-align: left;
  transition: background 0.12s ease;
}
.action-menu-popover button i,
.action-menu-popover a i,
.action-menu-popover .menu-item i {
  width: 14px;
  font-size: 12px;
  color: #5d6b85;
  opacity: 0.85;
  text-align: center;
}
.action-menu-popover button small,
.action-menu-popover a small,
.action-menu-popover .menu-item small {
  font-size: 12.5px;
}
.action-menu-popover button:hover,
.action-menu-popover a:hover,
.action-menu-popover .menu-item:hover {
  background: rgba(13, 29, 68, 0.05);
}
.action-menu-popover button.is-danger,
.action-menu-popover a.is-danger,
.action-menu-popover .menu-item.is-danger {
  color: #ff073a;
}
.action-menu-popover button.is-danger i,
.action-menu-popover a.is-danger i,
.action-menu-popover .menu-item.is-danger i {
  color: #ff073a;
}
.action-menu-popover button.is-danger:hover,
.action-menu-popover a.is-danger:hover,
.action-menu-popover .menu-item.is-danger:hover {
  background: rgba(255, 7, 58, 0.06);
}
.action-menu-popover .menu-divider {
  height: 1px;
  background: rgba(13, 29, 68, 0.08);
  margin: 4px 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/cart.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "f-black";
  src: url('Poppins-Black.ttf');
}
@font-face {
  font-family: "f-bold";
  src: url('Poppins-Bold.ttf');
}
@font-face {
  font-family: "f-medium";
  src: url('Poppins-Medium.ttf');
}
@font-face {
  font-family: "f-regular";
  src: url('Poppins-Regular.ttf');
}
@font-face {
  font-family: "f-light";
  src: url('Poppins-Light.ttf');
}
@font-face {
  font-family: "f-thin";
  src: url('Poppins-Thin.ttf');
}
@font-face {
  font-family: "f-extralight";
  src: url('Poppins-ExtraLight.ttf');
}
@font-face {
  font-family: "f-extrabold";
  src: url('Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: "f-semibold";
  src: url('Poppins-SemiBold.ttf');
}
/*
 * Cart UI — clases globales reutilizables para inputs de cantidad/precio
 * dentro de "carritos" o flujos de carga de productos / repuestos.
 *
 * Consumidores actuales:
 *  - features/plugins/sale/linked-sale
 *  - features/technical-support/.../support-service-replacement
 *
 * Reglas: grayscale, color = state (no decoración). Las clases NO asumen
 * un contenedor — los componentes consumidores las envuelven en su propio
 * layout (flex row con wrap, grid, etc).
 */
.num-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.num-field__label {
  font-size: 9.5px;
  font-weight: 500;
  color: #5d6b85;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.num-field__input {
  background: #f4f7fb;
  border: 1px solid rgba(13, 29, 68, 0.08);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition: border-color 0.15s ease;
}
.num-field__input:focus-within {
  border-color: #2563eb;
}
.num-field__input input {
  width: 64px;
  background: transparent;
  color: #0d1d44;
  border: none;
  padding: 6px 4px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  appearance: textfield;
}
.num-field__input input::-webkit-outer-spin-button, .num-field__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.num-field__input input:focus {
  outline: none;
}
.num-field__input .step {
  width: 26px;
  background: white;
  color: #5d6b85;
  border: none;
  border-right: 1px solid rgba(13, 29, 68, 0.06);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.num-field__input .step:last-child {
  border-right: none;
  border-left: 1px solid rgba(13, 29, 68, 0.06);
}
.num-field__input .step:hover {
  background: #f4f7fb;
  color: #0d1d44;
}
.num-field__input.is-currency .prefix {
  background: white;
  color: #5d6b85;
  border-right: 1px solid rgba(13, 29, 68, 0.06);
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11.5px;
  font-weight: 500;
}
.num-field__input.is-currency input {
  width: 110px;
  text-align: left;
  padding-left: 8px;
}
.num-field__input.is-text input {
  width: 100%;
  text-align: left;
  padding: 6px 10px;
  font-weight: 500;
}

.p-total-block {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.p-total-block .p-total-label {
  font-size: 9.5px;
  font-weight: 500;
  color: #5d6b85;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.p-total-block .p-total {
  font-size: 14px;
  font-weight: 700;
  color: #0d1d44;
}

.cart-row {
  background: white;
  border: 1px solid rgba(13, 29, 68, 0.07);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  transition: border-color 0.15s ease;
}
.cart-row:hover {
  border-color: rgba(13, 29, 68, 0.14);
}
.cart-row .p-name {
  flex: 1 1 100%;
  font-size: 13px;
  font-weight: 600;
  color: #0d1d44;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-row .remove-btn {
  align-self: flex-end;
}

.pending-row {
  background: rgba(37, 99, 235, 0.04);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.pending-row .p-name {
  flex: 1 1 100%;
  font-size: 13px;
  font-weight: 600;
  color: #0d1d44;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pending-row .pending-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

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