.container1{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:100%}.container1 .containerTerminos{display:flex;flex-direction:column;background-color:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:24px;overflow:scroll;height:100%;padding:0 12px 12px 12px;text-align:justify}.container1 .containerTerminos .terminos{display:flex;flex-direction:column;gap:12px}.container1 .containerTerminos .terminos .terminoTitle{color:#616161;margin:0;padding:48px 0 0 0}.container1 .containerTerminos .terminos .terminoText,.container1 .containerTerminos .terminos .terminoSubtext{color:#616161;margin:0;padding:0 0 0 0}.container1 .containerTerminos .terminos .terminoSubtext{padding:0 0 0 24px}.container1 .containerTerminos .terminos .terminoList{color:#616161;margin:0;padding:12px 0 0 48px}.container1 .containerTerminos .terminos .terminoSubtitle{color:#616161;margin:0;padding:24px 0 0 12px}.container1 .containerTerminos .termino1>.terminoTitle{padding:24px 0 0 0}.frame{border:.5px solid #616161}
.emailData {
  padding-left: 48px;
  align-content: center;
  min-height: 65px;
  border: 1px solid #EEEEEE;
}

.emailData--par {
  background-color: rgb(238,238,238,0.5);
}

.emailData_row {
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: center;
}

.--left {
  display: flex;
  justify-content: left;
}

.--right {
  display: flex;
  justify-content: right;
}

.emailData_row_tittle {
  font-weight: 400;
  font-size: 16px;
  color: #1A237E;
}

.emailData_row_description {
  font-weight: 300;
  font-size: 12px;
  color: #1A237E;
}

.emailData_row_tooltip {
  font-weight: 300;
  font-size: 12px;
  color: #FF4E61;
}

.--icon {
  color: #FF4E61;
  cursor: default;
}

@media (max-width: 768px) {
  .emailData_row, .--left, .--right {
    justify-content: center;
  }
}
.accordion_gruopEmail_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}

.accordion_gruopEmail_title_text {
  white-space: break-spaces;
  font-weight: 600;
  font-size: 16px;
  color: #1A237E;
}

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

.accordion_groupEmail_rightComponent {
  width: 100%;
}
.progressbar-container{margin-top:-2px;margin-bottom:-10px;padding-right:10px}.title{margin-left:1px;color:#212121;text-align:left;font-weight:400;font-size:16px;white-space:nowrap}.subtitle{margin-left:1px;color:#5c6bc0;text-align:left;font-weight:400;font-size:13px;padding:5px 0}.subtitle.grey{color:#eee}.subtitle.green{color:#00c853}.subtitle.red{color:#f44336}.subtitle.yellow{color:#ffc400}.progress{text-align:left;gap:4px;display:flex;margin-top:5px;height:11px}.progress_element{width:12px;height:2px;display:inline-block;position:relative}.progress_element.blue{background-color:#1a237e}.progress_element.grey{background-color:#eee}.progress_element.green{background-color:#00c853}.progress_element.red{background-color:#f44336}.progress_element.yellow{background-color:#ffc400}@media only screen and (max-width: 760px),(min-device-width: 768px)and (max-device-width: 1024px){.progressbar-container{text-align-last:end}.progressbar-container .progress{place-content:flex-end}}
.progressBar_align{display:flex;flex-direction:row;gap:20px}@media only screen and (max-width: 760px){.progressBar_align{flex-direction:column}}
.productosNominaciones{display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px}@media only screen and (max-width: 767px),(min-device-width: 769px)and (max-device-width: 1023px){.productosNominaciones{display:flex;flex-wrap:wrap;gap:12px}}
.obs_comp{border-radius:.375em;padding:.125em .375em;display:flex;align-items:flex-start;text-align:center;margin-bottom:.5em;width:max-content}.obs_comp.yellow{color:#ffc400;background-color:#fff8e1}.obs_comp.orange{color:#f48636;background-color:#fff8eb}.obs_comp.blue{color:#1a237e;background-color:#e8eaf6}.obs_comp.red{color:#f44336;background-color:#ffebee}.obs_comp.gray{color:#9e9e9e;background-color:#f5f5f5}.obs_comp.greenDark{color:#028739;background-color:#dff6e1}.obs_comp.greenLight{color:#00c853;background-color:#e8f5e9}
.listDetallada {
  display: grid;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .listDetallada {
    grid-template-columns: 1fr 1fr;
  }

  .listDetallada :nth-last-child(1) {
    grid-column: span 2 !important;
  }
}

@media (min-width: 1440px) {
  .listDetallada {
    grid-template-columns: 2fr 2fr 4fr;
  }

  .listDetallada :nth-last-child(1) {
    grid-column: auto !important;
  }
}

.main-alerta {
  width: 100% !important;
  height: inherit !important;
  justify-content: center;
  display: flex;
  position: inherit !important;

  .alerta {
    position: absolute;
    z-index: 1;
    display: flex;
    width: calc(100% - 68px);
    height: calc(100vh - 150px);
    background: rgba(255, 255, 255, 0.6);
    p {
      font-size: 20px;
      margin-bottom: 200px !important;
    }
  }
}

/* //fix bug scroll */
.sidebar-open .alerta {
  width: calc(100% - 252px);
}

.disableOverflow-container {
  .container1 {
    overflow: hidden;
  }
}

.report-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100vw;
}

.report-general {
  width: 100%;

  & > div {
    width: 100%;
    height: calc(50vh - 100px);
  }
}

.filtros {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 12px;
  gap: 12px;
  .filtros_box1,
  .filtros_box2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: inherit;
  }
}

.filtrosContainerReportGeneral {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 100%;
  .MuiFormControl-root:nth-child(1) {
    flex-basis: 100px;
  }
  .MuiFormControl-root:nth-child(2) {
    flex-basis: 200px;
  }
  .MuiFormControl-root:nth-child(3) {
    flex-basis: 200px;
  }
  .MuiFormControl-root:nth-child(4) {
    flex-basis: 200px;
  }
  .MuiFormControl-root:nth-child(5) {
    flex-basis: 200px;
  }
  .MuiFormControl-root:nth-child(6) {
    flex-basis: 200px;
  }
  @media screen and (min-width: 1100px) and (max-width: 1280px) {
    .MuiFormControl-root:nth-child(5) {
      flex-basis: 45%;
    }
  }
  .MuiFormControl-root {
    flex-grow: 1;
    max-height: 68px;

    .MuiFormControl-root {
      flex-basis: inherit;
    }
  }
}

@media (min-width: 1200px) {
  /*   .report-general > div:nth-child(odd) {
    width: calc(33% - 6px);
  }

  .report-general > div:nth-child(even) {
    width: calc(67% - 6px);
  } */
  .filtros {
    .filtros_box1,
    .filtros_box2 {
      width: 450px;
      flex-direction: row;
    }
  }
}

:root {
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --text-font-family: 'Inter', sans-serif;
  --display-font-family: 'Barlow', sans-serif;
}
.d-text-xl-regular {
  font: var(--regular) 20px/30px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-lg-regular {
  font: var(--regular) 18px/28px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-md-regular {
  font: var(--regular) 16px/24px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-sm-regular {
  font: var(--regular) 14px/20px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-xs-regular {
  font: var(--regular) 12px/18px var(--text-font-family);
  letter-spacing: normal;
}
.d-text-xl-medium {
  font: var(--medium) 20px/30px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-lg-medium {
  font: var(--medium) 18px/28px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-md-medium {
  font: var(--medium) 16px/24px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-sm-medium {
  font: var(--medium) 14px/20px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-xs-medium {
  font: var(--medium) 12px/18px var(--text-font-family);
  letter-spacing: normal;
}
.d-text-xl-semibold {
  font: var(--semibold) 20px/30px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-lg-semibold {
  font: var(--semibold) 18px/28px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-md-semibold {
  font: var(--semibold) 16px/24px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-sm-semibold {
  font: var(--semibold) 14px/20px var(--text-font-family);
  letter-spacing: -2%;
}
.d-text-xs-semibold {
  font: var(--semibold) 12px/18px var(--text-font-family);
  letter-spacing: normal;
}
.d-display-xl-regular {
  font: var(--regular) 20px/30px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-lg-regular {
  font: var(--regular) 18px/28px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-md-regular {
  font: var(--regular) 16px/24px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-sm-regular {
  font: var(--regular) 14px/20px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-xs-regular {
  font: var(--regular) 12px/18px var(--display-font-family);
  letter-spacing: normal;
}
.d-display-xl-medium {
  font: var(--medium) 20px/30px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-lg-medium {
  font: var(--medium) 18px/28px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-md-medium {
  font: var(--medium) 16px/24px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-sm-medium {
  font: var(--medium) 14px/20px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-xs-medium {
  font: var(--medium) 12px/18px var(--display-font-family);
  letter-spacing: normal;
}
.d-display-xl-semibold {
  font: var(--semibold) 20px/30px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-lg-semibold {
  font: var(--semibold) 18px/28px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-md-semibold {
  font: var(--semibold) 16px/24px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-sm-semibold {
  font: var(--semibold) 14px/20px var(--display-font-family);
  letter-spacing: -2%;
}
.d-display-xs-semibold {
  font: var(--semibold) 12px/18px var(--display-font-family);
  letter-spacing: normal;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.material-symbols-outlined.filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
:root {
  --icon-size-xs: 16px;
  --icon-size-s: 18px;
  --icon-size-m: 20px;
  --icon-size-l: 24px;
  --icon-size-tabbar: 28px;
  --icon-size-fab: 36px;
}
:root {
  --border-radius-xs: 1px;
  --border-radius-s: 4px;
  --border-radius: 6px;
  --border-radius-l: 8px;
  --border-radius-xl: 12px;
  --border-radius-round: 999px;
}
:root {
  --border-thickness-none: none;
  --border-thickness-s: 1px solid;
  --border-thickness-m: 2px solid;
  --border-thickness-l: 4px solid;
  --border-thickness-xl: 6px solid;
}
:root {
  --color-grey25: #fcfcfd;
  --color-grey50: #f9fafb;
  --color-grey100: #f2f4f7;
  --color-grey200: #e4e7ec;
  --color-grey300: #d0d5dd;
  --color-grey400: #98a2b3;
  --color-grey500: #667085;
  --color-grey600: #475467;
  --color-grey700: #344054;
  --color-grey800: #1d2939;
  --color-grey900: #101828;
  --color-blue25: #f5faff;
  --color-blue50: #e4eefb;
  --color-blue100: #d2e3f9;
  --color-blue200: #aeccf4;
  --color-blue300: #8ab5ef;
  --color-blue400: #669fea;
  --color-blue500: #4388e5;
  --color-blue600: #1e6fdc;
  --color-blue700: #185bb4;
  --color-blue800: #13468b;
  --color-blue900: #0d3263;
  --color-success25: #f6fef9;
  --color-success50: #ecfdf3;
  --color-success100: #d1fadf;
  --color-success200: #a6f4c5;
  --color-success300: #6ce9a6;
  --color-success400: #32d583;
  --color-success500: #12b76a;
  --color-success600: #039855;
  --color-success700: #027a48;
  --color-success800: #05603a;
  --color-success900: #054f31;
  --color-error25: #fffbfa;
  --color-error50: #fef3f2;
  --color-error100: #fee4e2;
  --color-error200: #fecdca;
  --color-error300: #fda29b;
  --color-error400: #f97066;
  --color-error500: #f04438;
  --color-error600: #d92d20;
  --color-error700: #b42318;
  --color-error800: #912018;
  --color-error900: #7a271a;
  --color-warn25: #fffcf5;
  --color-warn50: #fffaeb;
  --color-warn100: #fef0c7;
  --color-warn200: #fedf89;
  --color-warn300: #fec84b;
  --color-warn400: #fdb022;
  --color-warn500: #f79009;
  --color-warn600: #dc6803;
  --color-warn700: #b54708;
  --color-warn800: #93370d;
  --color-warn900: #7a2e0e;
  --color-purple25: #fafaff;
  --color-purple50: #f4f3ff;
  --color-purple100: #ebe9fe;
  --color-purple200: #d9d6fe;
  --color-purple300: #bdb4fe;
  --color-purple400: #9b8afb;
  --color-purple500: #7a5af8;
  --color-purple600: #6938ef;
  --color-purple700: #5925dc;
  --color-purple800: #4a1fb8;
  --color-purple900: #3e1c96;
  --color-cyan25: #f5feff;
  --color-cyan50: #ecfdff;
  --color-cyan100: #cff9fe;
  --color-cyan200: #a5f0fc;
  --color-cyan300: #67e3f9;
  --color-cyan400: #22ccee;
  --color-cyan500: #06aed4;
  --color-cyan600: #088ab2;
  --color-cyan700: #0e7090;
  --color-cyan800: #155b75;
  --color-cyan900: #164c63;
  --color-white: #fff;
  --color-black: #000;
  --color-modal-background: rgba(16, 24, 40, 0.5);
  --color-transparent: transparent;
}
:global(.disabled, [disabled]) {
  opacity: 1 !important;
}
:root {
  --shadow-xs: 0px 1px 2px rgba(16, 24, 40, 0.05);
  --shadow-sm: 0px 1px 2px rgba(16, 24, 40, 0.03), 0px 1px 2px rgba(16, 24, 40, 0.1);
  --shadow-md: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  --shadow-lg: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --shadow-xl: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  --filter-xs: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  --filter-sm: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.03)) drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.1));
  --filter-md: drop-shadow(0px 2px 4px rgba(16, 24, 40, 0.06)) drop-shadow(0px 4px 8px rgba(16, 24, 40, 0.1));
  --filter-lg: drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03)) drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08));
  --filter-xl: drop-shadow(0px 8px 8px rgba(16, 24, 40, 0.03)) drop-shadow(0px 20px 24px rgba(16, 24, 40, 0.08));
  --filter-2xl: drop-shadow(0px 24px 48px rgba(16, 24, 40, 0.18));
}
.d-chart {
  border: var(--border-thickness-s);
  border-radius: var(--border-radius);
  border-color: var(--color-grey200);
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.d-chart .d-chart-content {
  flex: 1 1 auto;
  display: flex;
}
.d-chart .d-chart-content.column {
  flex-direction: column;
}
.d-chart .d-chart-content .overflow {
  overflow: auto;
  flex: 1 1 auto;
  order: 2;
}
.d-chart .d-chart-content .overflow.top {
  order: 1;
}
.d-chart .d-chart-content ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.d-chart .d-chart-content ::-webkit-scrollbar-track {
  border-radius: var(--border-radius);
  background-color: var(--color-grey100);
}
.d-chart .d-chart-content ::-webkit-scrollbar-thumb {
  border-radius: var(--border-radius);
  background-color: var(--color-grey300);
}
.d-chart .d-chart-content .d-chart-legend-bottom {
  flex: 0 0 auto;
}
.d-chart-header {
  border-bottom: var(--border-thickness-s);
  border-color: var(--color-grey200);
  text-align: initial;
  padding: 16px;
}
.d-chart-header h2 {
  color: var(--color-grey800);
  font: var(--semibold) 20px/30px var(--text-font-family);
  letter-spacing: -2%;
  padding: 0;
  margin: 0;
}
.d-chart-buttonbar {
  position: relative;
  height: 0px;
}
.d-chart-buttonbar div {
  right: 0;
  position: absolute;
  display: flex;
  justify-content: right;
  padding: 12px;
}
.d-chart-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.d-chart-button span {
  font-size: var(--icon-size-l);
}
.d-chart-label {
  font: var(--regular) 12px/18px var(--text-font-family);
  letter-spacing: normal;
  color: var(--color-grey500);
}
.d-chart-label span {
  display: inline-block;
}
.d-chart-legend-bottom,
.d-chart-legend-top {
  padding-left: 100px;
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
}
.d-chart-legend-bottom {
  order: 2;
}
.d-chart-legend-top {
  order: 1;
  padding-bottom: 16px;
  justify-content: center;
}
.d-chart-legend-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}
.d-chart-legend-right .d-chart-legend-node {
  text-align: left;
}
.d-chart-legend-node {
  font: var(--regular) 14px/20px var(--text-font-family);
  letter-spacing: -2%;
}
.d-chart-legend-node .d-chart-legend-node-bubble {
  border-radius: var(--border-radius-s);
  height: 12px;
  width: 16px;
  display: inline-block;
  margin-right: 6px;
}
.d-chart-legend-node .d-chart-legend-node-bubble + span {
  color: var(--color-black);
}
.d-chart-tooltip-title {
  font: var(--semibold) 12px/18px var(--text-font-family);
  letter-spacing: normal;
  color: var(--color-grey700);
}
.d-chart-tooltip-subtitle {
  font: var(--regular) 12px/18px var(--text-font-family);
  letter-spacing: normal;
  color: var(--color-grey500);
}
.d-bar-text {
  font: var(--semibold) 14px/20px var(--text-font-family);
  letter-spacing: -2%;
  display: block;
}
.d-outer-lines,
.d-inner-lines {
  stroke: var(--color-grey200);
}
.d-hidden-line {
  stroke: transparent;
}
path.line {
  color: transparent;
}
path.line.gradient {
  opacity: 1;
}
path.line.shadow {
  filter: var(--filter-md);
}
path.area {
  color: transparent;
  opacity: 0.2;
}
path.area.gradient {
  opacity: 0.8;
}

.reportGeneralAlerta {
  position: relative;
  & .main-alerta {
    position: absolute !important;
    height: 100% !important;
    & .alerta {
      background: rgba(255, 255, 255, 0.8);
      width: 100% !important; /* //calc(100% - 68px); */
      height: 100% !important; /* //calc(100vh - 234px); */
      & p {
        margin-bottom: 0px !important;
      }
    }
  }
}

.divTable {
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .table-1 .divTable {
    height: calc(50dvh - 76px) !important;
  }
  .table-2 .divTable {
    height: calc(50dvh - 138px) !important;
  }
}

@media screen and (min-width: 1019px) {
  .table-2 .divTable {
    height: calc(50dvh - 105px) !important;
  }
}

.report-stock {
  width: 100%;

  & > div {
    width: 100%;
    height: calc(50vh - 90px);
    position: relative;

    & .contentTable {
      height: 90%;

      & .contentTableScroll {
        height: 100%;

        & .divTable {
          margin: 0;
          height: calc(100% - 100px) !important;
        }
      }
    }
  }

  .stock-table-md {
    height: max-content;
    & .contentTable {
      height: max-content;

      & .contentTableScroll {
        height: 100%;

        & .divTable {
          margin-bottom: 12px;

          /*  //height: calc(-275px + 100vh) !important; */
        }
      }
    }
  }

  .stock-md {
    height: 500px;
  }
}

.alerta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(92, 107, 192);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.stocksDetailTabla .contentTable{height:calc(100vh - 234px)}.stocksDetailTabla .contentTable .contentTableScroll{height:100% !important}.stocksDetailTabla .contentTable .contentTableScroll .divTable{margin:0;height:calc(100% - 100px) !important}
.total {
  padding-top: 12px;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  justify-content: end;
}
.report-garantias {
  width: 100%;

  & > div {
    width: 100%;
  }
}

.report-cards {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 8px;
  background: var(--ui-grey-bw-white, #fff);
  gap: 16px;

  .report-card:nth-last-child(-n + 1) {
    margin-top: auto;
    margin-left: auto;
    width: 30%;
    border: none;
    place-content: flex-end;
    gap: 12px;
    padding-right: 1px;
  }
}

.report-garantias-details {
  position: relative;
  height: calc(100vh - 16px);

  padding: 12px;
  height: calc(100% - 66px);

  .table-header {
    width: calc(100% - 56px);
    top: 24px;
  }

  /*  & .contentTable {
    height: calc(100% - 40px);

    & .divTable {
      margin: 0;
      height: calc(100% - 100px) !important;
    }

    & .contentTableScroll {
      height: 100%;
    }
  } */

  &.avales td:nth-last-child(-n + 3),
  &.avales th:nth-last-child(-n + 2) {
    text-align: right !important;
  }

  &.prendas td:nth-last-child(-n + 5),
  &.prendas th:nth-last-child(-n + 4) {
    text-align: right !important;
  }

  &.transferencias td:nth-last-child(-n + 4),
  &.transferencias th:nth-last-child(-n + 3) {
    text-align: right !important;
  }

  &.devoluciones td:nth-last-child(-n + 4),
  &.devoluciones th:nth-last-child(-n + 3) {
    text-align: right !important;
  }

  &.cargasPropias td:nth-last-child(-n + 4),
  &.cargasPropias th:nth-last-child(-n + 3) {
    text-align: right !important;
  }

  &.garantiaSalidaSuspensivoPropia td:nth-last-child(-n + 4),
  &.garantiaSalidaSuspensivoPropia th:nth-last-child(-n + 3) {
    text-align: right !important;
  }

  &.ordenesPendientes td:nth-last-child(-n + 4),
  &.ordenesPendientes th:nth-last-child(-n + 3) {
    text-align: right !important;
  }

  &.garantiaSalidaSuspensivoOrdenesPendientes td:nth-last-child(-n + 4),
  &.garantiaSalidaSuspensivoOrdenesPendientes th:nth-last-child(-n + 3) {
    text-align: right !important;
  }
}

.cargasPropias {
  & .contentTable {
    height: calc(100% - 180px);
    & .divTable {
      margin: 0 0 24px 0;
      height: calc(100% - 120px) !important;
    }

    & .contentTableScroll {
      height: 100%;
    }
  }
}

.report-content.report-garantias {
  position: relative;
  .main-alerta {
    height: 100% !important;
    position: absolute !important;
    .alerta {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
    }
  }

  .report-cards .report-card:nth-last-child(-n + 1) {
    padding-right: 1rem;
    min-width: fit-content;
  }
}

.report-movimientos{width:100%;gap:0;height:100%}.report-movimientos>div{width:100%}.report-movimientos .table-movimientos-almacen,.report-movimientos .table-movimientos{position:relative;height:100%;overflow:hidden;display:flex;flex-direction:column}.report-movimientos .table-movimientos-almacen .d-chart-header.table-header h2,.report-movimientos .table-movimientos .d-chart-header.table-header h2{max-width:calc(100% - 62px);text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.report-movimientos .table-movimientos-almacen .table-bar,.report-movimientos .table-movimientos .table-bar{gap:4px}.report-movimientos .table-movimientos-almacen .table-bar .table-button-container,.report-movimientos .table-movimientos .table-bar .table-button-container{gap:1px;margin-bottom:8px}.report-movimientos .table-movimientos-almacen .table-bar .table-button-container button,.report-movimientos .table-movimientos .table-bar .table-button-container button{padding:6px}.report-movimientos .table-movimientos-almacen .trTotal,.report-movimientos .table-movimientos .trTotal{display:flex;border-bottom:solid 1px rgba(151,159,161,.2) !important}.report-movimientos .table-movimientos-almacen .trTotal td,.report-movimientos .table-movimientos-almacen .trTotal td,.report-movimientos .table-movimientos .trTotal td,.report-movimientos .table-movimientos .trTotal td{display:none}.report-movimientos .table-movimientos-almacen .trTotal td:first-child,.report-movimientos .table-movimientos .trTotal td:first-child{display:table-cell}.report-movimientos .table-movimientos-almacen .trTotal td:nth-last-child(2),.report-movimientos .table-movimientos .trTotal td:nth-last-child(2){display:none !important}.report-movimientos .table-movimientos-almacen .trTotal td:nth-last-child(3),.report-movimientos .table-movimientos .trTotal td:nth-last-child(3){display:table-cell;border:none}.report-movimientos .contentTable{flex-grow:1;overflow:hidden}.report-movimientos .contentTable .contentTableScroll{flex-grow:1;overflow:auto;display:flex;flex-direction:column}.report-movimientos .divTable{flex-grow:1;margin:0;height:calc(100% - 115px) !important}@media screen and (min-width: 1276px){.report-movimientos .table-movimientos-almacen .trTotal,.report-movimientos .table-movimientos .trTotal{display:table-row;border-bottom:none !important}.report-movimientos .table-movimientos-almacen .trTotal td,.report-movimientos .table-movimientos-almacen .trTotal td,.report-movimientos .table-movimientos .trTotal td,.report-movimientos .table-movimientos .trTotal td{display:table-cell}.report-movimientos .table-movimientos-almacen .trTotal td:nth-last-child(2),.report-movimientos .table-movimientos .trTotal td:nth-last-child(2){display:table-cell !important}}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(1){flex-basis:100px}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(2){flex-basis:200px}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(3){flex-basis:200px}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(4){flex-basis:200px}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(5){flex-basis:250px}@media screen and (min-width: 1100px)and (max-width: 1280px){.filtrosContainer.movimientos .MuiFormControl-root:nth-child(4){flex-basis:30%}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(5){flex-basis:30%}.filtrosContainer.movimientos .MuiFormControl-root:nth-child(6){flex-basis:30%}}@media screen and (min-width: 1024px){.report-content.report-movimientos .table-bar{gap:4px}.report-content.report-movimientos .table-bar .table-button-container{gap:12px;margin-bottom:8px}.report-content.report-movimientos .table-bar .table-button-container button{padding:8px}}
.report-content > div {
  width: 100%;
}

.report-albaranes {
  width: 100%;
  min-width: 100%;
  gap: 0;
}

.table-header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  button {
    height: 36px;
    top: -3px;
    margin-right: 118px;
    &.MuiButton-root {
      .MuiButton-label {
        gap: 8px;
      }

      &.MuiButton-rootBlue:hover {
        background-color: rgb(245, 245, 245);
        border: 1.5px solid rgb(238, 238, 238) !important;
      }

      &.MuiButton-outlinedPrimary {
        color: black;
        background-color: white;
        border: 1.5px solid #eeeeee;
      }
    }
  }
}

@media only screen and (max-width: 760px) {
  .table-header-content {
    button {
      &.MuiButton-root {
        font-size: 0px;
        padding: 8px;
        margin-right: 44px;
        min-width: 36px;

        .MuiButton-label {
          gap: 0;
        }
        span {
          margin: 0px;
          padding: 0px;
        }
      }
    }
  }
}

.report-content.report-albaranes {
  .contentTable {
    width: calc(100% - 26px);
  }
}

.table-ordenes{width:100%;position:relative}.table-ordenes .d-text-xl-semibold{font:var(--semibold) 20px/30px var(--text-font-family) !important}.table-ordenes .contentTableScroll{height:100% !important}.table-ordenes .contentTable{margin-bottom:0px !important;height:200px !important}.table-ordenes .divTable{margin:0;height:144px !important}.table-depositos{width:100%;position:relative}.table-depositos .d-text-xl-semibold{font:var(--semibold) 20px/30px var(--text-font-family) !important}.table-depositos .contentTableScroll{height:100% !important}.table-depositos .contentTable{height:295px !important}.table-depositos .divTable{margin:0;height:238px !important}.reportEstadosCarga-detail-header{display:flex;flex-direction:row;justify-content:space-between}.reportEstadosCarga-detail-header button{height:36px}.reportEstadosCarga-detail-header button.MuiButton-root.MuiButton-rootBlue:hover{background-color:#f5f5f5;border:1.5px solid #eee !important}.reportEstadosCarga-detail-header button.MuiButton-root.MuiButton-outlinedPrimary{color:#000;background-color:#fff;border:1.5px solid #eee}@media only screen and (max-width: 500px){.reportEstadosCarga-detail-header button.MuiButton-root{font-size:0px;padding:8px;min-width:36px}.reportEstadosCarga-detail-header button.MuiButton-root .MuiButton-label{gap:0}.reportEstadosCarga-detail-header button.MuiButton-root span{margin:0px;padding:0px}}.MuiStep-root.disabled{background-color:rgba(0,0,0,0)}.MuiStepper-vertical{gap:1rem}.MuiStepper-vertical .MuiStep-root.MuiStep-vertical{display:flex;gap:1rem;align-items:center}.MuiStepper-vertical .MuiStep-root.MuiStep-vertical .MuiStepConnector-vertical{position:absolute;top:-17px;left:0px}.MuiStepper-vertical .MuiStep-root.MuiStep-vertical .iconContainer{order:1;height:auto;width:auto}.MuiStepper-vertical .MuiStep-root.MuiStep-vertical .iconContainer .icon{margin-top:0;position:relative}.MuiStepper-vertical .MuiStep-root.MuiStep-vertical .MuiStepLabel-root.MuiStepLabel-vertical{display:flex;flex-direction:row;gap:1rem}.MuiStepper-vertical .MuiStep-root.MuiStep-vertical .MuiStepLabel-root.MuiStepLabel-vertical .MuiStepLabel-label{margin-top:auto}.table-depositos .contentTable,.table-ordenes .contentTable{height:auto !important}.table-depositos .divTable,.table-ordenes .divTable{height:auto !important}.table-depositos table td,.table-ordenes table td{width:calc(100dvw - 88px) !important}@media screen and (min-width: 768px){.table-depositos table td,.table-ordenes table td{width:calc(100% - 24px) !important}}
.report-content > div {
  position: relative;
}

.report-estado-cargas {
  width: 100%;

  /* & > div {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    & .contentTable {
      height: 90%;

      & .contentTableScroll {
        height: 100%;

        & .divTable {
          margin: 0;
          height: calc(100% - 60px) !important;
        }
      }
    }
  } */
}

.table-header {
  position: absolute;
  width: calc(100% - 32px);
  top: 13px;
}

.report-content.report-estado-cargas {
  position: relative;
  min-height: 400px;
  .main-alerta {
    height: 100% !important;
    position: absolute !important;
    .alerta {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
    }
  }

  .d-chart-header.table-header {
    .d-text-xl-semibold {
      max-width: calc(100% - 125px);
      text-overflow: ellipsis;
      text-wrap: nowrap;
      overflow: hidden;
    }
  }
  .table-bar {
    gap: 4px;
    .table-button-container {
      gap: 1px;
      margin-bottom: 8px;
      button {
        padding: 6px;
      }
    }
  }
}

@media screen and (min-width: 1024px) {
  .report-content.report-estado-cargas {
    .table-bar {
      gap: 4px;
      .table-button-container {
        gap: 12px;
        margin-bottom: 8px;
        button {
          padding: 8px;
        }
      }
    }
  }
}

.notifications-header-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.badge {
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  background-color: rgb(0, 170, 255);
  color: white;
  border: solid 1px rgb(0, 170, 255);
  text-wrap: nowrap;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.badge--acabado {
  color: green;
  background-color: #e8f5e9;
  border: solid 1px #e8f5e9;
}

.badge--en-curso {
  color: #f48636;
  background-color: #fff8eb;
  border: solid 1px #fff8eb;
}

.badge--pendiente,
.badge--producto {
  color: #1a237e;
  background-color: #e8eaf6;
  border: solid 1px #e8eaf6;
}

.badge--activo {
  color: #fff;
  background-color: #00c853;
  border: solid 1px #00c853;
}

.badge--inactivo {
  color: #dee1e4;
  background-color: #fff;
  border: solid 1px #dee1e4;
}

.listDetallada {
  display: grid;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .listDetallada {
    grid-template-columns: 1fr 1fr;
  }

  .listDetallada :nth-last-child(1) {
    grid-column: span 2 !important;
  }
}

@media (min-width: 1440px) {
  .listDetallada {
    grid-template-columns: 2fr 2fr 4fr;
  }

  .listDetallada :nth-last-child(1) {
    grid-column: auto !important;
  }
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}
.itemContainer {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  align-items: center;
  width: fit-content;
}

.statusItem span {
  font-weight: bold;
}
.plusIcon {
  font-size: 0.875rem;
  background-color: rgb(92, 107, 192);
  color: white;
  padding: 6px 14px;
  display: flex;
  text-transform: initial;
  white-space: nowrap;
  font-weight: 400;
  box-shadow: none;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.plusIconLabel {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}


.minusIcon {
  font-size: 0.875rem;
  background-color: rgb(244 67 54);
  color: white;
  padding: 6px 14px;
  display: flex;
  text-transform: initial;
  white-space: nowrap;
  font-weight: 400;
  box-shadow: none;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.minusIconLabel {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}


.card{
  display: flex;
  flex-direction: column;
  background-color: var(--card-background-color);
  border-radius: var(--card-border-radius);
  border: var(--card-border);
  box-shadow: var(--card-box-shadow);
  padding: var(--card-padding);
  margin: var(--card-margin);
}
.filtrosInforme {
  display: grid;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .filtrosInforme {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filtrosInforme :nth-last-child(2) {
    grid-column: span 2 !important;
  }
}

@media (min-width: 1440px) {
  .filtrosInforme {
    grid-template-columns: 2fr 2fr 2fr 4fr 1fr;
  }

  .filtrosInforme :nth-last-child(2) {
    grid-column: auto !important;
  }
}

.tank-container {
  background: #eef1f4;
  box-shadow: 0px 0px 1.1875px rgba(0, 0, 0, 0.25);
  border-radius: 17.8125px;

  /* Auto layout interior */
  flex: none;
  order: 1;
  flex-grow: 1;
  position: relative;

  & > .tank-progress {
    background-color: #00c853;
    position: absolute;
    height: 100%;
    border-top-left-radius: 17.8125px;
    border-bottom-left-radius: 17.8125px;

    &.carga {
      background-color: #5cd3bb;
    }
    &.descarga {
      background-color: #d3995c;
    }
    &.full {
      border-top-right-radius: 17.8125px;
      border-bottom-right-radius: 17.8125px;
    }
  }

  & > .tank-info {
    width: calc(100% - 1.75rem);
    height: calc(100% - 0.75rem);
    padding: 0 0.5rem;
    margin: 0.375rem;
    background: #ffffff;
    box-shadow: 0px 2.96875px 2.96875px rgba(0, 0, 0, 0.25);
    border-radius: 11.875px;
    position: absolute;
    z-index: 1;
  }
}

:has(> .operacion--selected) {
  position: relative;
  &:before {
    background: #5cd3bb;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    content: '';
    animation-name: selected;
    animation-duration: 5s;
  }

  &:has(.descarga):before {
    background: #d3995c;
  }
}

@keyframes selected {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

.obs_comp_horario{border-radius:5em;padding:.2em .8em;display:flex;align-items:flex-start;text-align:center;margin-bottom:.5em;width:max-content}.obs_comp_horario.yellow{color:#ffc400;background-color:#fff8e1}.obs_comp_horario.orange{color:#f48636;background-color:#fff8eb}.obs_comp_horario.blue{color:#1a237e;background-color:#e8eaf6}.obs_comp_horario.red{color:#f44336;background-color:#ffebee}.obs_comp_horario.gray{color:#9e9e9e;background-color:#f5f5f5}.obs_comp_horario.greenDark{color:#028739;background-color:#dff6e1}.obs_comp_horario.greenLight{color:#00c853;background-color:#e8f5e9}
.icon {
  display: inline-flex;
  width: 24px;
  justify-content: center;
}
.adoon-documentation {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 300px;
  /* padding-right: 1rem; */

  .adoon-documentation--section {
    display: flex;
    align-items: center;
    width: 7.5rem;
    justify-content: end;
    gap: 0.5rem;

    &.--right {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      margin-left: 1rem;
    }

    .noMarginObs {
      .obs_comp {
        margin: 0;
      }
    }

    .title {
      color: #78909c;
      font-weight: 600;
    }
  }
}

.numbersDucumentation {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  align-items: end;
  padding-right: 0.5rem;

  .numbersDocumentation--element {
    display: flex;
    justify-content: end;
    width: 7.5rem;

    &.--right {
      padding-left: 0.5rem;
    }
  }
}

@media (min-width: 375px) {
  .adoon-documentation {
  }
}

.percent-bar-animated {
  transform: translateX(-8px);
  animation: percent-bar-animation 7s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: var(--delay-percent-bar);
}

@keyframes percent-bar-animation {
  0% {
    transform: translateX(-8px);
  }
  100% {
    cx: var(--max-percent-bar);
    transform: translateX(calc(var(--max-percent-bar) - 8px));
  }
}

.tank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 62px;
  z-index: 1;
  span {
    @apply font-medium;
  }

  text {
    @apply font-medium text-xs;
  }
}

@media (min-width: 768px) {
  .tank {
    width: 100px;
  }
}

@keyframes progress-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.fill {
  y: var(--fill-percent);
}

.fill--animated {
  animation: fill-animation 7s linear infinite;
  position: absolute;
}

.fill--unload {
  animation: fill-animation-unload 7s linear infinite;
}

@keyframes fill-animation {
  0% {
    y: 90%;
  }
  100% {
    y: 10%;
  }
}

@keyframes fill-animation-unload {
  0% {
    y: 10%;
  }
  100% {
    y: 90%;
  }
}

