@charset "UTF-8";._afip-validator-container_13yez_1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
._afip-validator-container_13yez_1 ._viewer_13yez_9 {
  color: var(--mui-palette-text-primary);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding: 1rem;
}
._afip-validator-container_13yez_1 ._viewer_13yez_9 * {
  min-width: unset;
}
._afip-validator-container_13yez_1 ._extracted-information_13yez_19 {
  min-width: 40px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  width: 40%;
  flex-grow: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.75rem;
  flex-shrink: 0;
  background-color: var(--mui-palette-contrast-main);
}
._afip-validator-container_13yez_1 ._extracted-information_13yez_19 ._btns-container_13yez_33 {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-end;
}
._afip-validator-container_13yez_1 ._extracted-information_13yez_19::-webkit-scrollbar {
  width: 8px;
}
._afip-validator-container_13yez_1 ._extracted-information_13yez_19::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: grey;
}
._afip-validator-container_13yez_1 ._extracted-information_13yez_19::-webkit-scrollbar-track {
  background-color: rgba(100, 100, 100, 0.1);
}

._validation-card_13yez_50 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: var(--mui-palette-contrast-upperMiddle);
  padding: 1rem;
  border-radius: 8px;
  width: 100%;
}
._validation-card_13yez_50 ._validation-card-title-span_13yez_59 {
  display: flex;
  flex-direction: row;
  color: var(--mui-palette-text-secondary);
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
._validation-card_13yez_50 ._validation-card-title-span_13yez_59 ._title-icon_13yez_67 {
  color: var(--mui-palette-text-secondary);
}
._validation-card_13yez_50 ._action-bar_13yez_70 {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
._validation-card_13yez_50 ._action-bar_13yez_70 ._selection-text_13yez_75 {
  margin-top: 0.25rem;
  cursor: pointer;
  margin-left: auto;
  color: var(--mui-palette-text-secondary);
}
._validation-card_13yez_50 ._action-bar_13yez_70 ._selection-text_13yez_75:hover {
  color: var(--mui-palette-text-primary);
}
._validation-card_13yez_50 ._validation-input_13yez_84 input::-webkit-outer-spin-button,
._validation-card_13yez_50 ._validation-input_13yez_84 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
._validation-card_13yez_50 ._validation-input_13yez_84 .MuiFormHelperText-root {
  margin: 0;
  margin-top: 2px;
}
._validation-card_13yez_50 ._helper-input-btn_13yez_93 {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: var(--mui-palette-text-secondary);
  margin-right: auto;
  width: 100%;
  text-align: right;
}
._validation-card_13yez_50 ._helper-input-btn_13yez_93:hover {
  color: var(--mui-palette-text-primary);
}

._afip-selector_13yez_106 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 12px;
  padding-left: 12px;
}
._afip-selector_13yez_106 * {
  flex-grow: 0;
}

._grid-span_13yez_120 {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: row;
}
._grid-span_13yez_120 ._icon-btn_13yez_126 {
  width: 24px;
  height: 24px;
  margin: auto;
  margin-left: 6px;
  color: var(--mui-palette-text-secondary);
}

._validation-card-title_13yez_59 {
  width: fit-content;
}

._edit-txt_13yez_138 {
  box-sizing: border-box;
  margin-left: auto;
  text-align: right;
  margin-top: -0.25rem;
  margin-right: 0.25rem;
  margin-left: auto;
  width: fit-content;
  color: var(--mui-palette-text-secondary);
  cursor: pointer;
}
._edit-txt_13yez_138:hover {
  color: var(--mui-palette-text-primary);
}

@media (max-width: 900px) {
  ._afip-validator-container_13yez_1 ._viewer_13yez_9 {
    padding: 0.5rem;
  }
}/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer .endOfContent.active {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}
._interface-container_1wkjv_1 {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

._title-with-copy-button_1wkjv_10 {
  display: flex;
  flex: 1 1 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}._email-content_37oxq_1 {
  padding: 32px;
  color: #000;
  background-color: #fff;
}

._email-table_37oxq_7 {
  display: none;
}

._open_37oxq_11 {
  display: block;
}._page-container_x6juf_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
}

._orders-main-container_x6juf_11 {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
}
._orders-main-container_x6juf_11 ._title-container_x6juf_23 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
._orders-main-container_x6juf_11 ._order-title_x6juf_28 {
  margin-bottom: 0.5rem;
}
._orders-main-container_x6juf_11 ._title-divider_x6juf_31 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 2px;
}
._orders-main-container_x6juf_11 ._categories-container_x6juf_37 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
._orders-main-container_x6juf_11::-webkit-scrollbar {
  width: 6px;
}
._orders-main-container_x6juf_11::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: grey;
}
._orders-main-container_x6juf_11::-webkit-scrollbar-track {
  background-color: rgba(100, 100, 100, 0.1);
}

._summary-section_x6juf_53 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 0.75rem 2.5rem 0.75rem 2.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--mui-palette-contrast-middle);
  justify-content: center;
  width: 100%;
  border-top: solid 1px var(--mui-palette-contrast-low);
}
._summary-section_x6juf_53 ._summary-container_x6juf_66 {
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
._summary-section_x6juf_53 ._summary-info_x6juf_76 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._summary-section_x6juf_53 ._summary-info_x6juf_76 ._title-span_x6juf_81 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
}
._summary-section_x6juf_53 ._summary-info_x6juf_76 ._title-span_x6juf_81 ._lighter-font_x6juf_87 {
  font-weight: 300;
}
._summary-section_x6juf_53 ._summary-info_x6juf_76 ._title-span_x6juf_81 :is(h5) {
  color: var(--mui-palette-text-secondary);
}

._chips-container_x6juf_94 {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.25rem;
}

._products-carousel-container_x6juf_104 {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: stretch;
  flex-shrink: 0;
}
._products-carousel-container_x6juf_104::-webkit-scrollbar {
  height: 0;
}

._products-carousel-span_x6juf_120 {
  position: relative;
}
._products-carousel-span_x6juf_120 ._carousel-title_x6juf_123 {
  display: flex;
  flex-direction: row;
}
._products-carousel-span_x6juf_120 ._carousel-title_x6juf_123 ._selected-quantity_x6juf_127 {
  font-weight: 400;
}
._products-carousel-span_x6juf_120 ._arrow-forward_x6juf_130 {
  color: var(--mui-palette-text-secondary);
  position: absolute;
  bottom: 50%;
  right: 0;
  translate: 125% 100%;
  transition: transform 0.1s ease;
}
._products-carousel-span_x6juf_120 ._arrow-back_x6juf_138 {
  position: absolute;
  bottom: 50%;
  left: 0;
  translate: -100% 100%;
  transition: transform 0.1s ease;
  color: var(--mui-palette-text-secondary);
}
._products-carousel-span_x6juf_120 ._arrow-forward_x6juf_130:hover,
._products-carousel-span_x6juf_120 ._arrow-back_x6juf_138:hover {
  transform: scale(1.25);
  color: var(--mui-palette-text-primary);
}

._product-card_x6juf_152 {
  box-sizing: border-box;
  padding: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: var(--mui-palette-card-bg);
  min-height: 120px;
  width: calc((100% - 4rem) / 5);
  flex-shrink: 0;
  border: solid 1px var(--mui-palette-contrast-low);
  cursor: pointer;
}
._product-card_x6juf_152:hover {
  background-color: var(--mui-palette-card-emphasis);
}
._product-card_x6juf_152 ._info-container_x6juf_169 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
._product-card_x6juf_152 ._card-title_x6juf_174 {
  font-weight: 600;
}
._product-card_x6juf_152 ._card-brand_x6juf_177 {
  color: var(--mui-palette-text-secondary);
}
._product-card_x6juf_152 ._more-btn_x6juf_180 {
  margin-top: auto;
  line-height: 16px;
  text-align: left;
}
._product-card_x6juf_152 ._quantity-input_x6juf_185 {
  height: 28px;
}
._product-card_x6juf_152 ._quantity-input_x6juf_185 * {
  text-align: center;
}
._product-card_x6juf_152 ._quantity-input_x6juf_185 ._input-delete-btn_x6juf_191 {
  width: 20px;
  height: 20px;
  margin-right: -10px;
}
._product-card_x6juf_152 ._quantity-input_x6juf_185 ._input-delete-btn_x6juf_191 * {
  font-size: 16px;
}

._actions-span_x6juf_200 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  align-items: center;
}

._add-icon_x6juf_210 {
  min-width: unset;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
._add-icon_x6juf_210 * {
  font-size: 16px;
}

._product-in-order_x6juf_220 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

._product-info-wrapper_x6juf_230, ._product-price-wrapper_x6juf_230 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2px;
}

._detailed-prod-info-modal_x6juf_237 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 1.5rem;
}
._detailed-prod-info-modal_x6juf_237 button {
  margin-top: 1rem;
}

@media (max-width: 1600px) {
  ._product-card_x6juf_152 {
    width: calc((100% - 3rem) / 4);
  }
}
@media (max-width: 1200px) {
  ._product-card_x6juf_152 {
    width: calc((100% - 2rem) / 3);
  }
}
@media (max-width: 1000px) {
  ._product-card_x6juf_152 {
    width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 900px) {
  ._product-card_x6juf_152 {
    width: calc((100% - 2rem) / 3);
  }
}
@media (max-width: 700px) {
  ._product-card_x6juf_152 {
    width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 500px) {
  ._orders-main-container_x6juf_11 {
    padding: 1rem;
    box-sizing: border-box;
  }
  ._products-carousel-span_x6juf_120 ._arrow-forward_x6juf_130,
  ._products-carousel-span_x6juf_120 ._arrow-back_x6juf_138 {
    display: none;
  }
}
:root {
  font-family: "Work Sans", "Roboto", Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /*vars*/
  --header-height: 64px;
  --mui-palette-contrast-main: #0e0e0e;
  --mui-palette-contrast-middle: #282828;
  --mui-palette-contrast-upperMiddle: #3c3c3c;
  --mui-palette-contrast-low: #545454;
  --mui-palette-nav-background: #0c0c0c;
  --mui-palette-nav-sideBackground: #0e0e0e;
  --mui-palette-nav-sidebarText: #fff;
  --mui-palette-nav-sidebarTextContrast: #fff;
  --mui-palette-nav-sidebarBgHover: #404040;
  --mui-palette-nav-text: #fff;
  --mui-palette-nav-logo: #fff;
  --mui-palette-general-borders: #8a8a8a;
  --mui-palette-general-white: #fff;
  --mui-palette-primary-main: #ffffff;
  --mui-palette-primary-light: #f2f2f2;
  --mui-palette-primary-dark: #cccccc;
  --mui-palette-secondary-main: #e040fb;
  --mui-palette-secondary-light: #ec73ff;
  --mui-palette-secondary-dark: #b000c6;
  --mui-palette-disabled-text: #b3b3b3;
  --mui-palette-muted-text: #8a8a8a;
  --mui-palette-background-paper: #181818;
  --mui-palette-background-default: #2c2c2c;
  --mui-palette-text-primary: #fff;
  --mui-palette-text-secondary: #cccccc;
  --mui-palette-text-disabled: #b3b3b3;
  --mui-palette-text-muted: #8a8a8a;
  --mui-palette-card-bg: #404040;
  --mui-palette-card-emphasis: #e040fb;
  --inner-page-height: calc(100vh - var(--header-height));
  /* Para pantallas pequeñas y menores (móvil), cambiar altura a 48px */
}
@media (max-width: 959px) {
  :root {
    --header-height: 64px;
  }
}
@media (max-width: 599px) {
  :root {
    --header-height: 64px;
  }
}

.prompt-input {
  border-radius: 8px;
}

.prompt-select-cost {
  color: black;
  background-color: var(--mui-palette-general-white);
}

.prompt-select-cost:hover,
.prompt-select-cost:focus,
.prompt-select-cost.Mui-focused {
  background-color: var(--mui-palette-general-white);
}

.prompt-select-cost > .MuiSelect-select {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.container {
  margin: auto;
  max-width: 80%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: 0.75s;
}

.logo.tauri:hover {
  filter: drop-shadow(0 0 2em #24c8db);
}

.row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

h1 {
  text-align: center;
}

#greet-input {
  margin-right: 5px;
}

.page-container {
  margin: 2rem;
}.logo {
    padding: 1.5em !important;
}

span.logos > a > span {
    overflow: inherit !important;
}

.logo.next:hover {
    filter: drop-shadow(0 0 2em #36373f);
}

.logo.react:hover {
    filter: drop-shadow(0 0 2em #61dafb);
}

.dark > .logo.next:hover {
    filter: drop-shadow(0 0 2em #ffff);
}

pre{
    font-family: "Red Hat Display", sans-serif;
}
body {
    display: block;
    margin: 0;
}

/* div[role='presentation'].MuiPopover-root.MuiMenu-root.MuiModal-root {
    background: rgba(255, 255, 255, 0);
} */

.show {
   opacity: 1;
}

.flex-y{
    display: flex;
    flex-direction: column;
}

.flex-x{
    display: flex;
    flex-direction: row;
    align-items: center;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */._main-container_3ncz2_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100;
  height: 100%;
  flex: 1;
}
._main-container_3ncz2_1 h2 {
  color: var(--mui-palette-text-secondary);
}._flex_15yav_1 {
  display: flex;
  flex-direction: row;
  width: 100%;
}._modal_judp9_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 600px;
  padding: 0;
  background-color: var(--mui-palette-contrast-upperMiddle);
}

._main-content_judp9_12 {
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._content_judp9_21 {
  display: flex;
  height: 80%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

._google-btn_judp9_30 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 150px;
}

._cancel-btn_judp9_36 {
  width: 150px;
}

._footer-text_judp9_40 {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}

._signup-text_judp9_46 {
  color: var(--mui-palette-secondary-light);
}

._signup-text_judp9_46:hover {
  cursor: pointer;
}

@media (max-width: 960px) {
  ._image_judp9_55 {
    display: none;
  }
}
@media (max-width: 768px) {
  ._modal_judp9_1 {
    width: 80vw;
    height: 80vw;
  }
  ._footer-text_judp9_40 {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}._flex-grow-1_cj8sa_1 {
  flex-grow: 1;
}

._nav-bar_cj8sa_5 {
  background-color: var(--mui-palette-nav-background);
  border-bottom: solid 0.5px var(--mui-palette-background-default);
}

._logo-txt_cj8sa_10 {
  color: var(--mui-palette-nav-logo);
  cursor: pointer;
  font-weight: 500;
}

._mainContent_cj8sa_16 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin-top: var(--header-height);
  width: 100%;
  height: calc(100vh - var(--header-height));
  background-color: var(--mui-palette-contrast-upperMiddle);
  overflow-y: auto;
  overflow-x: hidden;
}

._titles-container_cj8sa_28 {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid var(--mui-palette-general-borders);
  height: 100%;
}

._nav-title_cj8sa_35 {
  color: var(--mui-palette-text-secondary);
  cursor: pointer;
}
._nav-title_cj8sa_35:hover {
  color: var(--mui-palette-text-primary);
}

._menu-btn_cj8sa_43 {
  display: none;
  z-index: 1000;
  width: 40px;
  height: 40px;
}

._profile-icon-container_cj8sa_50 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.5rem 0;
  min-width: 200px;
}

._mt-auto_cj8sa_59 {
  margin-top: auto;
}

._drawer-paper_cj8sa_63 {
  padding-top: 1rem;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  ._menu-btn_cj8sa_43 {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
}._logout-button_1p1a7_1 {
  color: var(--mui-palette-text-secondary);
  padding: 0.7em;
  width: 200px;
}