@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
@media (min-width: 1280px) {
  /* line 16, app/assets/stylesheets/application.scss */
  .container {
    max-width: 1100px;
  }
}

/* line 21, app/assets/stylesheets/application.scss */
.modal-box {
  padding: 1rem;
  max-height: 87vh;
  height: 77rem;
  max-width: 90%;
  width: 54rem;
}

/* line 28, app/assets/stylesheets/application.scss */
.modal-box select:not(.select-bordered) {
  min-width: 71px;
  padding: 0 8px;
}

@media (max-width: 54rem) {
  /* line 35, app/assets/stylesheets/application.scss */
  .modal-box {
    width: 90%;
  }
}

/* line 40, app/assets/stylesheets/application.scss */
#products .card, #suppliers .card, #sales .card, #operations .card {
  cursor: pointer !important;
}

/* line 44, app/assets/stylesheets/application.scss */
.badge-success {
  background-color: #00d7bf !important;
}

/* line 48, app/assets/stylesheets/application.scss */
.tabs-boxed :is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]), .tabs-boxed :is(input:checked) {
  background-color: #000000 !important;
  color: white !important;
}

/* line 53, app/assets/stylesheets/application.scss */
.btn-primary {
  background-color: #2b3a9f !important;
  color: white !important;
  outline-color: #2b3a9f;
  border-color: #2b3a9f;
  box-shadow: none !important;
}

/* line 61, app/assets/stylesheets/application.scss */
.trix-button-group.trix-button-group--file-tools {
  display: none;
}

/* line 65, app/assets/stylesheets/application.scss */
.badge-secondary {
  background: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: black !important;
}

/* line 71, app/assets/stylesheets/application.scss */
.field_with_errors input {
  width: 100% !important;
}

/* Añade esto a tu archivo CSS */
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 98, app/assets/stylesheets/application.scss */
.slide-out-right {
  animation: slideOutRight 0.3s forwards;
}

/* line 102, app/assets/stylesheets/application.scss */
.slide-in-left {
  animation: slideInLeft 0.3s forwards;
}

/* line 111, app/assets/stylesheets/application.scss */
.input-disabled, .input:disabled, .input:has(> input[disabled]), .input[disabled], .select-disabled, .select:disabled, .select[disabled] {
  color: #424242 !important;
}

/* line 119, app/assets/stylesheets/application.scss */
.card span {
  white-space: break-spaces;
}

/* line 123, app/assets/stylesheets/application.scss */
.input input {
  color: #6a6a6a;
}

/* line 128, app/assets/stylesheets/application.scss */
.join select {
  border-color: #d7d8db;
  border-radius: 0 5px 5px 0;
}

/* line 133, app/assets/stylesheets/application.scss */
.card-absolute-right {
  right: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 133, app/assets/stylesheets/application.scss */
  .card-absolute-right {
    height: calc(100% - 1rem);
  }
}

/* line 144, app/assets/stylesheets/application.scss */
.height-card-absolute-right {
  height: calc(100% - 1rem) !important;
}

/* line 148, app/assets/stylesheets/application.scss */
.input:has(> input[disabled]) > input[disabled] {
  background: #f6f6f6;
}

/* line 152, app/assets/stylesheets/application.scss */
label.input.disabled {
  background: #f6f6f6 !important;
}

/* line 156, app/assets/stylesheets/application.scss */
#revenueChart {
  width: 100%;
  height: 100%;
}

/* line 161, app/assets/stylesheets/application.scss */
.chart-container {
  position: relative;
  width: 100%;
  min-height: 400px;
  /* Ajusta la altura según tus necesidades */
}

/* line 167, app/assets/stylesheets/application.scss */
#revenueChart, #circleChart {
  max-width: 800px;
  max-height: 800px;
}

/* line 174, app/assets/stylesheets/application.scss */
#barStackedChart {
  max-height: 400px;
  margin-bottom: 100px;
}

/* line 181, app/assets/stylesheets/application.scss */
form span.font-medium {
  font-weight: normal;
  white-space: nowrap;
}

/* line 187, app/assets/stylesheets/application.scss */
.card-information {
  background: #f8f8f8;
}

/* line 197, app/assets/stylesheets/application.scss */
.badge-celeste {
  background-color: #bbf3ed !important;
}

/* line 201, app/assets/stylesheets/application.scss */
.badge-azul {
  background-color: #ccdefe !important;
}

/* line 205, app/assets/stylesheets/application.scss */
.badge-outline {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/application.scss */
  #structure-tabs .tab span {
    font-size: 0.6rem;
  }
}

/* line 215, app/assets/stylesheets/application.scss */
hr {
  color: #e2e2e2;
}

/* line 219, app/assets/stylesheets/application.scss */
.dropdown select {
  max-width: 130px;
}

/* line 223, app/assets/stylesheets/application.scss */
button.btn, .input.input-bordered, select.select-bordered, input[type='submit'] {
  height: 2.5rem;
  min-height: 2.5rem;
  font-size: 0.9rem;
}

/* line 229, app/assets/stylesheets/application.scss */
span.text-gray-500, [multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:where(:not([type])), select, textarea {
  font-size: 0.85rem;
}

/* line 234, app/assets/stylesheets/application.scss */
span.page a {
  background: #e5e5e5;
  padding: 0.5rem;
  text-align: center;
  line-height: 1rem;
  display: inline-block;
  border-radius: 4px;
}

/* line 243, app/assets/stylesheets/application.scss */
span.page.active {
  padding: 0.5rem;
  text-align: center;
  line-height: 1rem;
  display: inline-block;
  border-radius: 4px;
  background: #2b3a9f;
  color: white;
}

/* line 254, app/assets/stylesheets/application.scss */
.input-disabled, .input:disabled, .input:has(> input[disabled]), .input[disabled] {
  background: #ffffff;
}

/* line 258, app/assets/stylesheets/application.scss */
.card-compact .card-body {
  padding-bottom: 0.4rem;
  padding-top: 0.6rem;
}

/* line 263, app/assets/stylesheets/application.scss */
.card.card-compact.bg-base-100.rounded-md.w-100.shadow[data-action]:not([data-action=""]) {
  border: 1px solid transparent;
}

/* line 267, app/assets/stylesheets/application.scss */
.card.card-compact.bg-base-100.rounded-md.w-100.shadow[data-action]:not([data-action=""]):hover {
  background-color: #eef8fc;
  border: 1px solid #2b3a9f;
}

/* line 272, app/assets/stylesheets/application.scss */
.remove-sale-extra {
  width: 100%;
  height: 100%;
}

/* line 277, app/assets/stylesheets/application.scss */
.product-tab {
  min-width: 6rem;
  height: 2.5rem;
  min-height: 2.5rem;
  font-size: 0.9rem;
  border-radius: 0;
}

/* line 285, app/assets/stylesheets/application.scss */
.product-tab.tab-active {
  background: black;
  color: white;
}

/* line 291, app/assets/stylesheets/application.scss */
.input:focus, .input:focus-within {
  border-color: var(--fallback-bc, oklch(var(--bc)/0.2));
  box-shadow: none;
  outline-color: var(--fallback-bc, oklch(var(--bc)/0.2));
  outline-offset: 0;
  outline-style: solid;
  outline-width: 0;
}

/* line 300, app/assets/stylesheets/application.scss */
.product-tab.tab-active {
  border-radius: 5px;
  border: 1px solid black;
}
