/* /Components/Abonos.razor.rz.scp.css */
.product-image[b-6hheh9r9li] {
  max-height: 17rem;
  max-width: 13rem;
  padding: 1rem;
  /* @media(max-width: @viewport-sm) { 
        max-height: 16rem;
        max-width: 15rem;
        padding: 1rem;
    }*/
}
@media (max-width: 576px) {
  .button-text[b-6hheh9r9li] {
    font-size: 0.95em;
  }
  .btn[b-6hheh9r9li] {
    padding: 0.375rem 0.32rem !important;
  }
}
/* /Components/AgregarLinea.razor.rz.scp.css */
.unidades[b-eqf0sps5cz] {
  color: lightslategray;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
}
hr[b-eqf0sps5cz] {
  margin: 0.5rem 0;
}
/* /Components/AgregarLineaPreAlbaranProveedor.razor.rz.scp.css */
.unidades[b-kihqzh5d73] {
  color: lightslategray;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
}
hr[b-kihqzh5d73] {
  margin: 0.5rem 0;
}
/* /Components/CabeceraCobro.razor.rz.scp.css */
.input-fraccionar[b-g3lxijbfwv] {
  width: 50%;
}
.cobro-container[b-g3lxijbfwv] {
  min-height: 3rem;
}
.titulo-cobro[b-g3lxijbfwv] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-g3lxijbfwv] {
  font-size: 1em;
  white-space: nowrap;
}
.tabla .row:nth-child(odd)[b-g3lxijbfwv] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-g3lxijbfwv] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
.spinner-container[b-g3lxijbfwv] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-g3lxijbfwv] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-g3lxijbfwv 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-g3lxijbfwv] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-g3lxijbfwv 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-g3lxijbfwv {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Components/CabeceraCobroMultiple.razor.rz.scp.css */
.input-fraccionar[b-jzembtqii5] {
  width: 50%;
}
div.scroll-lateral[b-jzembtqii5] {
  max-height: 40vh;
  /*width: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  div.scroll-lateral[b-jzembtqii5] {
    max-height: 50vh;
  }
}
.cobro-container[b-jzembtqii5] {
  min-height: 3rem;
}
.titulo-cobro[b-jzembtqii5] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.titulo-total[b-jzembtqii5] {
  color: lightslategrey;
  font-size: 0.88em;
  margin: 0;
  padding: 0.1rem;
  margin-right: 2rem;
}
.cobro[b-jzembtqii5] {
  font-size: 1em;
  white-space: nowrap;
}
.tabla .row:nth-child(odd)[b-jzembtqii5] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-jzembtqii5] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
.spinner-container[b-jzembtqii5] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-jzembtqii5] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-jzembtqii5 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-jzembtqii5] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-jzembtqii5 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-jzembtqii5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Components/CabeceraPedido.razor.rz.scp.css */
.cobro-container[b-w6fdjkylhk] {
  min-height: 3rem;
}
.titulo-cobro[b-w6fdjkylhk] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-w6fdjkylhk] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-w6fdjkylhk] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-w6fdjkylhk] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
div.scroll-lateral[b-w6fdjkylhk] {
  max-height: 45vh;
  /*width: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}
/* /Components/CabeceraPedidoProveedor.razor.rz.scp.css */
.cobro-container[b-z5lb0ueyfk] {
  min-height: 3rem;
}
.titulo-cobro[b-z5lb0ueyfk] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-z5lb0ueyfk] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-z5lb0ueyfk] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-z5lb0ueyfk] {
  padding: 0.45rem 0.55rem;
}
div.scroll-lateral[b-z5lb0ueyfk] {
  height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* /Components/CabeceraPreparacion.razor.rz.scp.css */
.importe[b-8j8tqclb3f] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-8j8tqclb3f] {
  margin: 0.5rem 0;
}
.pencil-edit[b-8j8tqclb3f] {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-8j8tqclb3f] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.preparacion-icon[b-8j8tqclb3f] {
  position: absolute;
  font-size: 1.35rem;
  color: #198754;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  /*top: 3rem;*/
  top: 0rem;
}
.preparacion-icon:hover[b-8j8tqclb3f] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
  cursor: pointer;
}
.watch-icon[b-8j8tqclb3f] {
  position: absolute;
  font-size: 1.35rem;
  color: #ffc107;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  /*top: 3rem;*/
  top: 3rem;
}
.watch-icon:hover[b-8j8tqclb3f] {
  border: 1px solid #ffc107;
  border-radius: 0.25rem;
  cursor: pointer;
}
.importe2[b-8j8tqclb3f] {
  color: #42dc99;
}
.importe2 span[b-8j8tqclb3f] {
  padding-left: 1.3rem;
}
.links[b-8j8tqclb3f] {
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-8j8tqclb3f] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-8j8tqclb3f] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-8j8tqclb3f] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-8j8tqclb3f] {
  color: lightslategray;
  font-size: 0.77em;
  /*   margin: 0;
    padding: 0;*/
}
/* /Components/CabeceraRevisionPreAlbaranProveedor.razor.rz.scp.css */
.importe[b-86k68l0bmy] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-86k68l0bmy] {
  margin: 0.5rem 0;
}
.pencil-edit[b-86k68l0bmy] {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-86k68l0bmy] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.preparacion-icon[b-86k68l0bmy] {
  position: absolute;
  font-size: 1.35rem;
  color: #198754;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  /*top: 3rem;*/
  top: 0rem;
}
.preparacion-icon:hover[b-86k68l0bmy] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
  cursor: pointer;
}
.watch-icon[b-86k68l0bmy] {
  position: absolute;
  font-size: 1.35rem;
  color: #ffc107;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  /*top: 3rem;*/
  top: 3rem;
}
.watch-icon:hover[b-86k68l0bmy] {
  border: 1px solid #ffc107;
  border-radius: 0.25rem;
  cursor: pointer;
}
.importe2[b-86k68l0bmy] {
  color: #42dc99;
}
.importe2 span[b-86k68l0bmy] {
  padding-left: 1.3rem;
}
.links[b-86k68l0bmy] {
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-86k68l0bmy] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-86k68l0bmy] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-86k68l0bmy] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-86k68l0bmy] {
  color: lightslategray;
  font-size: 0.77em;
  /*   margin: 0;
    padding: 0;*/
}
/* /Components/CambioUbicacion.razor.rz.scp.css */
.spinner-container[b-0lrj73bhkl] {
  position: relative;
  height: 10rem;
}
.spinner-container .spinner[b-0lrj73bhkl] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-0lrj73bhkl 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-0lrj73bhkl] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-0lrj73bhkl 700ms linear infinite;
    top: 51%;
    left: 40%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-0lrj73bhkl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Components/Catalogo.razor.rz.scp.css */
.zero-stock[b-vzc8hufqaz] {
  color: red;
}
.page-selector[b-vzc8hufqaz] {
  /* width: 35.1rem;
    bottom: 4.4rem;
    left: 9rem;*/
  position: absolute;
  bottom: 4.35rem;
  left: 50%;
  transform: translate(-42%, 0%);
  width: 23rem;
  z-index: 11;
}
@media (max-width: 390px) {
  .page-selector[b-vzc8hufqaz] {
    position: absolute;
    bottom: 4.35rem;
    left: 53%;
    transform: translate(-42%, 0%);
    width: 14.7rem;
    z-index: 11;
  }
}
@media (max-width: 576px) {
  .page-selector[b-vzc8hufqaz] {
    position: absolute;
    bottom: 4.35rem;
    left: 51%;
    transform: translate(-42%, 0%);
    width: 19rem;
    z-index: 11;
  }
}
.custom-price-color[b-vzc8hufqaz] {
  background-color: #42dc99 !important;
}
.searcher[b-vzc8hufqaz] {
  height: 2.8rem;
}
.oi-magnifying-glass[b-vzc8hufqaz] {
  display: flex;
}
.unidades-por-caja[b-vzc8hufqaz] {
  margin-left: 1.25rem;
}
.unidades-por-caja .unidad-caja[b-vzc8hufqaz] {
  font-size: 0.88em;
  color: red;
  margin-right: -0.6rem;
}
@media (min-width: 576px) {
  .unidades-por-caja .unidad-caja[b-vzc8hufqaz] {
    position: absolute;
    right: 2.6rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .unidades-por-caja .unidad-caja[b-vzc8hufqaz] {
    right: 1rem;
    bottom: 1.5rem;
  }
}
.quantity-button[b-vzc8hufqaz] {
  font-size: 1.65em;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .quantity-button[b-vzc8hufqaz] {
    font-size: 1.8em;
    width: 1.2em;
  }
}
.quantity-button-container[b-vzc8hufqaz] {
  height: 100%;
}
@media (min-width: 992px) {
  .quantity-button-container[b-vzc8hufqaz] {
    height: 2.8rem;
  }
}
.spinner-container[b-vzc8hufqaz] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-vzc8hufqaz] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-vzc8hufqaz 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-vzc8hufqaz] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-vzc8hufqaz 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-vzc8hufqaz {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .row-productos[b-vzc8hufqaz] {
    border-bottom: 1px solid #e1dada;
  }
  .product-container[b-vzc8hufqaz] {
    border-top: 1px solid #e1dada;
    border-left: 1px solid #e1dada;
    border-right: 1px solid #e1dada;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    overflow: hidden;
    min-height: 5rem;
  }
  .product-text-extra[b-vzc8hufqaz] {
    position: absolute;
    bottom: 0.25rem;
    left: 0.25rem;
    border-radius: 3px;
    background-color: #fffefebc;
    font-size: 0.91em;
    padding: 0 0.2rem;
  }
  .product-image[b-vzc8hufqaz] {
    height: 7rem;
    object-fit: contain;
    max-width: 5rem;
    touch-action: none;
    user-select: none;
    width: 5rem;
  }
  .underline-original[b-vzc8hufqaz] {
    position: absolute;
    left: 6.25rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    bottom: 0.5rem;
  }
  .box-original[b-vzc8hufqaz] {
    position: absolute;
    left: 6.25rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    bottom: 0.5rem;
  }
  .icons-container[b-vzc8hufqaz] {
    position: absolute;
    display: flex;
    top: 0.25rem;
    left: 6.25rem;
  }
  .icons[b-vzc8hufqaz] {
    margin-right: 0.25rem;
  }
  .rutero-icon[b-vzc8hufqaz] {
    color: aquamarine;
    display: flex;
    flex-direction: row;
  }
  .novedad-icon[b-vzc8hufqaz] {
    display: flex;
    flex-direction: row;
    color: orange;
    border: 1px solid orange;
    border-radius: 70px;
    padding: 0.01em 0.35rem 0 0.35rem;
  }
  .tarifado-icon[b-vzc8hufqaz] {
    display: flex;
    flex-direction: row;
    color: #0a58ca;
    border: 1px solid #0a58ca;
    border-radius: 70px;
    padding: 0.1rem 0.5rem 0 0.5rem;
  }
  .destacado-icon[b-vzc8hufqaz] {
    display: flex;
    flex-direction: row;
    color: darkorange;
  }
  .oferta-icon[b-vzc8hufqaz] {
    display: flex;
    flex-direction: row;
    color: darkred;
  }
  .product-quantity[b-vzc8hufqaz] {
    font-size: 1.6em;
    color: red;
    position: absolute;
    top: 0;
    right: 0.7rem;
    font-weight: 600;
  }
  .stock-container[b-vzc8hufqaz] {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 3rem;
    bottom: 0.4rem;
  }
  .product-stock[b-vzc8hufqaz] {
    font-size: 0.75em;
    background-color: #ffeb3b78;
    border-radius: 3px 5px;
    /*position: absolute;*/
    bottom: 0.5rem;
    right: 2.5rem;
    margin-right: 0.25rem;
    padding: 0.2rem 0.5rem;
  }
  .product-codigo[b-vzc8hufqaz] {
    font-size: 0.75em;
    background-color: #e4e5e6;
    border-radius: 3px 5px;
    /*position: absolute;*/
    bottom: 0.5rem;
    right: 2.5rem;
    margin-right: 0.25rem;
    padding: 0.2rem 0.5rem;
  }
  .product-price[b-vzc8hufqaz] {
    font-size: 0.75em;
    background-color: #94dbff;
    border-radius: 3px 5px;
    /*position: absolute;*/
    bottom: 0.5rem;
    right: 6.4rem;
    padding: 0.2rem;
  }
  .box-product-icon[b-vzc8hufqaz] {
    position: absolute;
    right: -2.25rem;
    bottom: 0.1rem;
  }
  .underline-product-icon[b-vzc8hufqaz] {
    position: absolute;
    right: -2.25rem;
    bottom: 0.1rem;
  }
  .box-icon[b-vzc8hufqaz] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem !important;
  }
  .underline-icon[b-vzc8hufqaz] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem !important;
  }
}
.switch-unity-container[b-vzc8hufqaz] {
  width: 0.5rem;
}
@media (min-width: 576px) {
  .product-container[b-vzc8hufqaz] {
    /*border: 1px solid @color-border;*/
    border-right: 1px solid #e1dada;
    border-bottom: 1px solid #e1dada;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    touch-action: none;
    /*min-height: 5rem;*/
    /*min-height: 18rem;*/
  }
  .row-productos[b-vzc8hufqaz] {
    /*border: 1px solid @color-border;*/
  }
  .col-products:nth-child(3n + 1)[b-vzc8hufqaz] {
    border-left: 1px solid #e1dada;
  }
  .col-products:nth-child(3)[b-vzc8hufqaz],
  .col-products:nth-child(2)[b-vzc8hufqaz],
  .col-products:nth-child(1)[b-vzc8hufqaz] {
    border-top: 1px solid #e1dada;
  }
  /*Cambios text extra en la esquina superior derecha*/
  .product-extra-container[b-vzc8hufqaz] {
    position: absolute;
    z-index: 1;
    top: 0.25rem;
    right: 3.5rem;
  }
  .product-text-extra[b-vzc8hufqaz] {
    border-radius: 3px;
    background-color: #fffefe7b;
    font-size: 0.91em;
    padding: 0 0.2rem;
  }
  .underline-original[b-vzc8hufqaz] {
    position: absolute;
    left: 0.5rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    top: 0.5rem !important;
  }
  .box-original[b-vzc8hufqaz] {
    position: absolute;
    left: 0.5rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    top: 0.5rem !important;
  }
  .icons-container[b-vzc8hufqaz] {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: flex;
  }
  .rutero-icon[b-vzc8hufqaz] {
    color: aquamarine;
  }
  .novedad-icon[b-vzc8hufqaz] {
    color: orange;
    border: 1px solid orange;
    border-radius: 70px;
    padding: 0.01em 0.31rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
  }
  .tarifado-icon[b-vzc8hufqaz] {
    color: #0a58ca;
    border: 1px solid #0a58ca;
    border-radius: 70px;
    padding: 0.05em 0.5rem 0 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
  }
  .destacado-icon[b-vzc8hufqaz] {
    height: 0.75rem;
    width: 0.75rem;
    color: darkorange;
    margin-bottom: 1.25rem;
    margin-left: 0.5rem;
  }
  .oferta-icon[b-vzc8hufqaz] {
    height: 0.75rem;
    width: 0.75rem;
    color: darkred;
    margin-left: 0.5rem;
  }
  .product-image[b-vzc8hufqaz] {
    height: 12rem;
    object-fit: contain;
    max-width: 15rem;
    touch-action: none;
    user-select: none;
  }
  .product-quantity[b-vzc8hufqaz] {
    font-size: 1.6em;
    color: red;
    position: absolute;
    top: 0;
    right: 0.5rem;
    font-weight: 600;
  }
  .product-stock[b-vzc8hufqaz] {
    font-size: 0.75em;
    background-color: #ffeb3b78;
    border-radius: 3px 5px;
    bottom: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.5rem;
    margin-right: 0.25rem;
  }
  .product-codigo[b-vzc8hufqaz] {
    font-size: 0.75em;
    background-color: #e4e5e6;
    border-radius: 3px 5px;
    bottom: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.5rem;
    margin-right: 0.25rem;
  }
  .product-price[b-vzc8hufqaz] {
    font-size: 0.75em;
    background-color: #94dbff;
    border-radius: 3px 5px;
    bottom: 0.5rem;
    left: 4.4rem;
    padding: 0.2rem;
  }
  .box-product-icon[b-vzc8hufqaz] {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .underline-product-icon[b-vzc8hufqaz] {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .box-icon[b-vzc8hufqaz] {
    position: relative;
    top: 0.25rem !important;
    right: 0.1rem;
  }
  .underline-icon[b-vzc8hufqaz] {
    position: relative;
    top: 0.25rem !important;
    right: 0.1rem;
  }
}
/*Cambios*/
.stock-container[b-vzc8hufqaz] {
  /*@media(min-width: @viewport-md) {
        padding-top: 1.5rem;
    }
    @media(min-width: @viewport-lg){
        padding-top: initial;
    }*/
}
.product-info[b-vzc8hufqaz] {
  padding: 0 0.25rem;
  touch-action: none;
  user-select: none;
}
.product-container p[b-vzc8hufqaz] {
  margin-bottom: 0.25rem !important;
}
.product-description[b-vzc8hufqaz] {
  font-size: 0.85em;
  font-weight: 600;
  padding: 0 1.16rem;
  padding-top: 0.85rem;
}
@media (min-width: 576px) {
  .product-description[b-vzc8hufqaz] {
    line-height: 1em;
    padding: 0 0.25rem;
    padding-top: 0rem;
  }
}
@media (min-width: 992px) {
  .product-description[b-vzc8hufqaz] {
    padding: 0 1rem;
    line-height: initial;
  }
}
.button-paginador[b-vzc8hufqaz] {
  display: flex;
  align-items: center;
}
.buscador[b-vzc8hufqaz] {
  margin-bottom: 1rem;
}
.oi[b-vzc8hufqaz] {
  top: auto;
}
.layout-5 .product-container img[b-vzc8hufqaz] {
  height: calc(100vh / 5 - 14rem / 5);
  min-height: 3rem;
}
.layout-12 .product-container[b-vzc8hufqaz] {
  height: calc(100vh / 4 - 13rem / 4);
  min-height: 7rem;
}
.layout-12 .product-container img[b-vzc8hufqaz] {
  height: 13vh;
  min-height: 3rem;
}
/* /Components/CatalogoUnidadDialog.razor.rz.scp.css */
.form-control[b-h9qxxlrfly] {
  border-radius: 0.25rem !important;
}
/* /Components/CatalogoUnidadDialogInventario.razor.rz.scp.css */
.form-control[b-pmyhq5ud7n] {
  border-radius: 0.25rem !important;
}
/* /Components/DetalleLinea.razor.rz.scp.css */
.unidades[b-eqla7w7k06] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
hr[b-eqla7w7k06] {
  margin: 0.5rem 0;
}
.form-control[b-eqla7w7k06] {
  border-radius: 0.25rem !important;
}
.custom-input[b-eqla7w7k06] {
  border-radius: 0.25rem !important;
}
/* /Components/DetalleLineaPreparacion.razor.rz.scp.css */
.unidades[b-xv2kfdw50y] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
hr[b-xv2kfdw50y] {
  margin: 0.5rem 0;
}
.alert-custom[b-xv2kfdw50y] {
  padding: 0.7rem;
  border-radius: 0.3rem;
}
.form-control[b-xv2kfdw50y] {
  border-radius: 0.25rem !important;
}
.spinner-container[b-xv2kfdw50y] {
  position: relative;
  min-height: 17rem;
}
.spinner-container .spinner[b-xv2kfdw50y] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-xv2kfdw50y 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-xv2kfdw50y] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-xv2kfdw50y 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-xv2kfdw50y {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lote-container[b-xv2kfdw50y] {
  min-height: 3rem;
}
.tabla .row:nth-child(odd)[b-xv2kfdw50y] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-xv2kfdw50y] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
.titulo-lote[b-xv2kfdw50y] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.lote[b-xv2kfdw50y] {
  font-size: 0.91em;
}
div.scroll-lateral[b-xv2kfdw50y] {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-image[b-xv2kfdw50y] {
  max-height: 15rem;
  object-fit: contain;
  max-width: 15rem;
}
/* /Components/DetalleLineaRevisionPreAlbaranesProveedor.razor.rz.scp.css */
.unidades[b-kq5eqj95rr] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
hr[b-kq5eqj95rr] {
  margin: 0.5rem 0;
}
.alert-custom[b-kq5eqj95rr] {
  padding: 0.7rem;
  border-radius: 0.3rem;
}
.form-control[b-kq5eqj95rr] {
  border-radius: 0.25rem !important;
}
.spinner-container[b-kq5eqj95rr] {
  position: relative;
  min-height: 17rem;
}
.spinner-container .spinner[b-kq5eqj95rr] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-kq5eqj95rr 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-kq5eqj95rr] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-kq5eqj95rr 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-kq5eqj95rr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lote-container[b-kq5eqj95rr] {
  min-height: 3rem;
}
.tabla .row:nth-child(odd)[b-kq5eqj95rr] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-kq5eqj95rr] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
.titulo-lote[b-kq5eqj95rr] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.lote[b-kq5eqj95rr] {
  font-size: 0.91em;
}
div.scroll-lateral[b-kq5eqj95rr] {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-image[b-kq5eqj95rr] {
  max-height: 15rem;
  object-fit: contain;
  max-width: 15rem;
}
/* /Components/DetallePedidoTerminado.razor.rz.scp.css */
.importe[b-ovvlonsag6] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-ovvlonsag6] {
  margin: 0.5rem 0;
}
.spinner-container[b-ovvlonsag6] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-ovvlonsag6] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-ovvlonsag6 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-ovvlonsag6] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-ovvlonsag6 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-ovvlonsag6 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pencil-edit[b-ovvlonsag6] {
  /*  display:flex;
    justify-content: end;*/
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1.35rem;
  border: 1px solid white;
  /*padding: 0.15rem 0.15rem;*/
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-ovvlonsag6] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-ovvlonsag6] {
  position: absolute;
  /*font-size: 0.9rem;*/
  /* font-size: 1.2rem;*/
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  /*padding: 0.15rem 0.15rem;*/
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  /*right: 2rem;*/
  right: 0;
  /*top: 50%;*/
  top: 4rem;
}
.oi-trash:hover[b-ovvlonsag6] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-ovvlonsag6] {
  color: #42dc99;
}
.importe2 span[b-ovvlonsag6] {
  padding-left: 1.3rem;
}
.menu-inicio[b-ovvlonsag6] {
  /*border: 1px solid gainsboro;*/
  /*padding: 1rem;*/
}
.links[b-ovvlonsag6] {
  /*color: var(--color3);*/
  text-decoration: none;
  font-size: 1.02em;
  min-height: 6rem;
}
.underline-product-icon[b-ovvlonsag6] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-ovvlonsag6] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-ovvlonsag6] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-ovvlonsag6] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Components/DetalleProducto.razor.rz.scp.css */
.product-image[b-iy6sou0d99] {
  max-height: 18rem;
  max-width: 18rem;
  padding: 1rem;
}
@media (max-width: 576px) {
  .product-image[b-iy6sou0d99] {
    max-height: 15rem;
    max-width: 15rem;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .product-image[b-iy6sou0d99] {
    max-height: 20em;
    max-width: 23rem;
  }
}
.product-info[b-iy6sou0d99] {
  font-size: 0.74em;
  width: 6rem;
}
.product-title[b-iy6sou0d99] {
  font-size: 0.8em;
  font-weight: 500;
}
thead[b-iy6sou0d99] {
  background-color: #f5f5f5;
}
.detail-container[b-iy6sou0d99] {
  position: relative;
  /*.user-select-none;*/
}
.detail-button[b-iy6sou0d99] {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.document-button[b-iy6sou0d99] {
  margin-bottom: 0.5rem;
}
.disabled-button[b-iy6sou0d99] {
  opacity: 0.65;
  pointer-events: none;
  margin-bottom: 0.5rem;
  color: #212529;
  background-color: transparent;
}
.radzen-numeric[b-iy6sou0d99] {
  /*width: 5rem;*/
}
/* /Components/GenericFilterSelect/FilterSelectComponent.razor.rz.scp.css */
body .search-dropdown-pop-active-fixed-bg[b-rcuxf52d3v] {
    position: fixed;
    background: #a1a1a159;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
}

*[b-rcuxf52d3v], [b-rcuxf52d3v]::after, [b-rcuxf52d3v]::before {
    box-sizing: border-box;
}


.search-select-component .dropdown-toggle[b-rcuxf52d3v] {
    white-space: nowrap;
}

.search-select-component .dropdown-toggle[b-rcuxf52d3v]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.search-select-component .dropdown-toggle:empty[b-rcuxf52d3v]::after {
    margin-left: 0;
}

.search-select-component .dropdown-menu[b-rcuxf52d3v] {
    display: none;
}


.search-dropdown-pop-wrapper[b-rcuxf52d3v] {
    margin: auto;
    height: 100vh;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    padding: 20px;
}

.dropdown-btn[b-rcuxf52d3v] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-btn:hover[b-rcuxf52d3v], .dropdown-btn:focus[b-rcuxf52d3v] {
    background-color: #3e8e41;
}

.dropdown-input[b-rcuxf52d3v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%234c4c4c' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-position: 10px 14px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: sticky;
    top: 0;
}

.dropdown-input:focus[b-rcuxf52d3v] {
    outline: 1px solid #ddd;
}

.search-select-component[b-rcuxf52d3v] {
    position: relative;
}

.search-select-component .dropdown[b-rcuxf52d3v] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-select-component .dropdown-content[b-rcuxf52d3v] {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.search-select-component .dropdown-menu.show[b-rcuxf52d3v] {
    display: block !important;
    position: absolute;
}

.search-select-component .dropdown-menu ul[b-rcuxf52d3v] {
    margin: 0;
    padding: 0;
}

.search-select-component .dropdown-menu ul li[b-rcuxf52d3v] {
    padding: 5px 10px;
    list-style: none;
    /*white-space: nowrap;*/
    cursor: default;
    text-wrap: wrap;
    white-space: pre-wrap;
}

    .search-select-component .dropdown li:hover[b-rcuxf52d3v],
    .search-select-component .dropdown li.active[b-rcuxf52d3v] {
        background-color: rgb(203 159 111);
        color: rgba(255,255,255, 1);
    }

    .search-select-component .dropdown-menu[b-rcuxf52d3v] {
        max-height: 400px;
        min-width: 230px;
        overflow-y: auto;
        padding-top: 0;
        width: -webkit-fill-available;
        box-shadow: 0px 12px 30px rgb(0 0 0 / 20%);
        border: 1px solid rgb(255 255 255 / 68%);
        border-top: none;
    }

.search-select-component .dropdown-toggle[b-rcuxf52d3v] {
    background: white;
    color: #000;
    border: 1px solid #ced4da;
    font-size: 16px;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    text-align: left;
    width: 100%;
    transition: none;
    outline: none;
    border-radius: 0.25rem;
}

.search-select-component .dropdown-toggle:disabled[b-rcuxf52d3v] {
    background: #e9ecef;
}

.search-select-component .dropdown-toggle[b-rcuxf52d3v]:after {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-left: 0.455em;
    top: 3px;
    border: none;
}

.search-select-component .dropdown-toggle.form-floating span.label[b-rcuxf52d3v] {
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    position: absolute;
    top: 1px;
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    padding-left: 0.6rem;
}

.search-select-component .form-floating > .search-select-selected[b-rcuxf52d3v] {
    padding-right: 1.2rem;
    padding-left: 0.25rem;
    position: relative;
    top: 0.65rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/InventarioLotes.razor.rz.scp.css */
.unidades[b-7xxz6k02r4] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
hr[b-7xxz6k02r4] {
  margin: 0.5rem 0;
}
.alert-custom[b-7xxz6k02r4] {
  padding: 0.7rem;
  border-radius: 0.3rem;
}
.form-control[b-7xxz6k02r4] {
  border-radius: 0.25rem !important;
}
.spinner-container[b-7xxz6k02r4] {
  position: relative;
  min-height: 17rem;
}
.spinner-container .spinner[b-7xxz6k02r4] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-7xxz6k02r4 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-7xxz6k02r4] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-7xxz6k02r4 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-7xxz6k02r4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lote-container[b-7xxz6k02r4] {
  min-height: 3rem;
}
.tabla .row:nth-child(odd)[b-7xxz6k02r4] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-7xxz6k02r4] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
.titulo-lote[b-7xxz6k02r4] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.lote[b-7xxz6k02r4] {
  font-size: 0.91em;
}
div.scroll-lateral[b-7xxz6k02r4] {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-image[b-7xxz6k02r4] {
  max-height: 15rem;
  object-fit: contain;
  max-width: 15rem;
}
/* /Components/ModificarUbicacion.razor.rz.scp.css */
.label-title[b-lmg715mzax] {
  color: #958a8a;
}
/* /Components/PostDetailPreparacion.razor.rz.scp.css */
.unidades[b-9ckrupyd9n] {
  color: lightslategray;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
}
hr[b-9ckrupyd9n] {
  margin: 0.5rem 0;
}
/* /Components/SignaturePad.razor.rz.scp.css */
*[b-mujxskufmj],
*[b-mujxskufmj]::before,
*[b-mujxskufmj]::after {
  box-sizing: border-box;
}
.signature-pad-body[b-mujxskufmj] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 32px 16px;
  font-family: Helvetica, Sans-Serif;
}
.signature-pad[b-mujxskufmj] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 650px;
  max-height: 400px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}
.signature-pad[b-mujxskufmj]::before,
.signature-pad[b-mujxskufmj]::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.signature-pad[b-mujxskufmj]::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}
.signature-pad[b-mujxskufmj]::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}
.signature-pad--body[b-mujxskufmj] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
}
.signature-pad--body canvas[b-mujxskufmj] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.signature-pad--footer[b-mujxskufmj] {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}
.signature-pad--actions[b-mujxskufmj] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}
@media (max-width: 640.98px) {
  .signature-pad-body-responsive[b-mujxskufmj] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100vh;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  .signature-pad[b-mujxskufmj] {
    padding: 0;
    max-height: 100%;
  }
  .btn-responsive[b-mujxskufmj] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .signature-pad--footer-responsive[b-mujxskufmj] {
    height: 90px;
    padding: 16px;
  }
  .signature-pad--actions-responsive[b-mujxskufmj] {
    position: fixed;
    bottom: 32px;
  }
  .description-responsive[b-mujxskufmj] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    bottom: 39px;
    right: 65px;
    width: 62px;
    height: 24px;
  }
}
@media (max-height: 640.98px) {
  .signature-pad-body-responsive[b-mujxskufmj] {
    height: 100vh;
    width: 100vw;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  .signature-pad[b-mujxskufmj] {
    padding: 0;
    max-height: 100%;
  }
}
/* /Pages/AcercaDe.razor.rz.scp.css */
/* /Pages/DetallePedido.razor.rz.scp.css */
/* /Pages/EditarPedido.razor.rz.scp.css */
.importe[b-oyumih6xpa] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-oyumih6xpa] {
  margin: 0.5rem 0;
}
.spinner-container[b-oyumih6xpa] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-oyumih6xpa] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-oyumih6xpa 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-oyumih6xpa] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-oyumih6xpa 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-oyumih6xpa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pencil-edit[b-oyumih6xpa] {
  /*  display:flex;
    justify-content: end;*/
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1.35rem;
  border: 1px solid white;
  /*padding: 0.15rem 0.15rem;*/
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-oyumih6xpa] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-oyumih6xpa] {
  position: absolute;
  /*font-size: 0.9rem;*/
  /* font-size: 1.2rem;*/
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  /*padding: 0.15rem 0.15rem;*/
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  /*right: 2rem;*/
  right: 0;
  /*top: 50%;*/
  top: 4rem;
}
.oi-trash:hover[b-oyumih6xpa] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-oyumih6xpa] {
  color: #42dc99;
}
.importe2 span[b-oyumih6xpa] {
  padding-left: 1.3rem;
}
.menu-inicio[b-oyumih6xpa] {
  /*border: 1px solid gainsboro;*/
  /*padding: 1rem;*/
}
.links[b-oyumih6xpa] {
  /*color: var(--color3);*/
  text-decoration: none;
  font-size: 1.02em;
  min-height: 6rem;
}
.underline-product-icon[b-oyumih6xpa] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-oyumih6xpa] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-oyumih6xpa] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-oyumih6xpa] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/EditarPedidoProveedor.razor.rz.scp.css */
.importe[b-xruor2lhu3] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-xruor2lhu3] {
  margin: 0.5rem 0;
}
.spinner-container[b-xruor2lhu3] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-xruor2lhu3] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-xruor2lhu3 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-xruor2lhu3] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-xruor2lhu3 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-xruor2lhu3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pencil-edit[b-xruor2lhu3] {
  position: absolute;
  right: 0;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-xruor2lhu3] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-xruor2lhu3] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 2.5rem;
}
.oi-trash:hover[b-xruor2lhu3] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-xruor2lhu3] {
  color: #42dc99;
}
.importe2 span[b-xruor2lhu3] {
  padding-left: 1.3rem;
}
.links[b-xruor2lhu3] {
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-xruor2lhu3] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-xruor2lhu3] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-xruor2lhu3] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-xruor2lhu3] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/Index.razor.rz.scp.css */
.menu-inicio[b-pzqkmgw8jg] {
  border: 1px solid gainsboro;
  padding: 1rem;
}
.links[b-pzqkmgw8jg] {
  color: var(--color3);
  text-decoration: none;
  font-size: 1.3em;
}
.oi-chevron-right[b-pzqkmgw8jg] {
  /*  display:flex;
    justify-content: end;*/
  position: absolute;
  right: 0;
  padding-top: 0.25rem;
}
/* /Pages/Inventario.razor.rz.scp.css */
.zero-stock[b-9krv17j4fl] {
  color: red;
}
.page-selector[b-9krv17j4fl] {
  /* width: 35.1rem;
    bottom: 4.4rem;
    left: 9rem;*/
  position: absolute;
  bottom: 4.35rem;
  left: 50%;
  transform: translate(-42%, 0%);
  width: 23rem;
  z-index: 11;
}
@media (max-width: 390px) {
  .page-selector[b-9krv17j4fl] {
    position: absolute;
    bottom: 4.35rem;
    left: 53%;
    transform: translate(-42%, 0%);
    width: 14.7rem;
    z-index: 11;
  }
}
@media (max-width: 576px) {
  .page-selector[b-9krv17j4fl] {
    position: absolute;
    bottom: 4.35rem;
    left: 51%;
    transform: translate(-42%, 0%);
    width: 19rem;
    z-index: 11;
  }
}
.custom-price-color[b-9krv17j4fl] {
  background-color: #42dc99 !important;
}
.searcher[b-9krv17j4fl] {
  height: 2.8rem;
}
.oi-magnifying-glass[b-9krv17j4fl] {
  display: flex;
}
.unidades-por-caja[b-9krv17j4fl] {
  margin-left: 1.25rem;
}
.unidades-por-caja .unidad-caja[b-9krv17j4fl] {
  font-size: 0.88em;
  color: red;
  margin-right: -0.6rem;
}
@media (min-width: 576px) {
  .unidades-por-caja .unidad-caja[b-9krv17j4fl] {
    position: absolute;
    right: 2.6rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .unidades-por-caja .unidad-caja[b-9krv17j4fl] {
    right: 1rem;
    bottom: 1.5rem;
  }
}
.quantity-button[b-9krv17j4fl] {
  font-size: 1.65em;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .quantity-button[b-9krv17j4fl] {
    font-size: 1.8em;
    width: 1.2em;
  }
}
.quantity-button-container[b-9krv17j4fl] {
  height: 100%;
}
@media (min-width: 992px) {
  .quantity-button-container[b-9krv17j4fl] {
    height: 2.8rem;
  }
}
.spinner-container[b-9krv17j4fl] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-9krv17j4fl] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-9krv17j4fl 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-9krv17j4fl] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-9krv17j4fl 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-9krv17j4fl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .row-productos[b-9krv17j4fl] {
    border-bottom: 1px solid #e1dada;
  }
  .product-container[b-9krv17j4fl] {
    border-top: 1px solid #e1dada;
    border-left: 1px solid #e1dada;
    border-right: 1px solid #e1dada;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    overflow: hidden;
    min-height: 5rem;
  }
  .product-text-extra[b-9krv17j4fl] {
    position: absolute;
    bottom: 0.25rem;
    left: 0.25rem;
    border-radius: 3px;
    background-color: #fffefebc;
    font-size: 0.91em;
    padding: 0 0.2rem;
  }
  .product-image[b-9krv17j4fl] {
    height: 7rem;
    object-fit: contain;
    max-width: 5rem;
    touch-action: none;
    user-select: none;
    width: 5rem;
  }
  .underline-original[b-9krv17j4fl] {
    position: absolute;
    left: 6.25rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    bottom: 0.5rem;
  }
  .box-original[b-9krv17j4fl] {
    position: absolute;
    left: 6.25rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    bottom: 0.5rem;
  }
  .icons-container[b-9krv17j4fl] {
    position: absolute;
    display: flex;
    top: 0.25rem;
    left: 6.25rem;
  }
  .icons[b-9krv17j4fl] {
    margin-right: 0.25rem;
  }
  .rutero-icon[b-9krv17j4fl] {
    color: aquamarine;
    display: flex;
    flex-direction: row;
  }
  .novedad-icon[b-9krv17j4fl] {
    display: flex;
    flex-direction: row;
    color: orange;
    border: 1px solid orange;
    border-radius: 70px;
    padding: 0.01em 0.35rem 0 0.35rem;
  }
  .tarifado-icon[b-9krv17j4fl] {
    display: flex;
    flex-direction: row;
    color: #0a58ca;
    border: 1px solid #0a58ca;
    border-radius: 70px;
    padding: 0.1rem 0.5rem 0 0.5rem;
  }
  .destacado-icon[b-9krv17j4fl] {
    display: flex;
    flex-direction: row;
    color: darkorange;
  }
  .oferta-icon[b-9krv17j4fl] {
    display: flex;
    flex-direction: row;
    color: darkred;
  }
  .product-quantity[b-9krv17j4fl] {
    font-size: 1.6em;
    color: red;
    position: absolute;
    top: 0;
    right: 0.7rem;
    font-weight: 600;
  }
  .stock-container[b-9krv17j4fl] {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 3rem;
    bottom: 0.4rem;
  }
  .product-stock[b-9krv17j4fl] {
    font-size: 0.75em;
    background-color: #ffeb3b78;
    border-radius: 3px 5px;
    /*position: absolute;*/
    bottom: 0.5rem;
    right: 2.5rem;
    margin-right: 0.25rem;
    padding: 0.2rem 0.5rem;
  }
  .product-codigo[b-9krv17j4fl] {
    font-size: 0.75em;
    background-color: #e4e5e6;
    border-radius: 3px 5px;
    /*position: absolute;*/
    bottom: 0.5rem;
    right: 2.5rem;
    margin-right: 0.25rem;
    padding: 0.2rem 0.5rem;
  }
  .product-price[b-9krv17j4fl] {
    font-size: 0.75em;
    background-color: #94dbff;
    border-radius: 3px 5px;
    /*position: absolute;*/
    bottom: 0.5rem;
    right: 6.4rem;
    padding: 0.2rem;
  }
  .box-product-icon[b-9krv17j4fl] {
    position: absolute;
    right: -2.25rem;
    bottom: 0.1rem;
  }
  .underline-product-icon[b-9krv17j4fl] {
    position: absolute;
    right: -2.25rem;
    bottom: 0.1rem;
  }
  .box-icon[b-9krv17j4fl] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem !important;
  }
  .underline-icon[b-9krv17j4fl] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem !important;
  }
}
.switch-unity-container[b-9krv17j4fl] {
  width: 0.5rem;
}
@media (min-width: 576px) {
  .product-container[b-9krv17j4fl] {
    /*border: 1px solid @color-border;*/
    border-right: 1px solid #e1dada;
    border-bottom: 1px solid #e1dada;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    touch-action: none;
    /*min-height: 5rem;*/
    /*min-height: 18rem;*/
  }
  .row-productos[b-9krv17j4fl] {
    /*border: 1px solid @color-border;*/
  }
  .col-products:nth-child(3n + 1)[b-9krv17j4fl] {
    border-left: 1px solid #e1dada;
  }
  .col-products:nth-child(3)[b-9krv17j4fl],
  .col-products:nth-child(2)[b-9krv17j4fl],
  .col-products:nth-child(1)[b-9krv17j4fl] {
    border-top: 1px solid #e1dada;
  }
  /*Cambios text extra en la esquina superior derecha*/
  .product-extra-container[b-9krv17j4fl] {
    position: absolute;
    z-index: 1;
    top: 0.25rem;
    right: 3.5rem;
  }
  .product-text-extra[b-9krv17j4fl] {
    border-radius: 3px;
    background-color: #fffefe7b;
    font-size: 0.91em;
    padding: 0 0.2rem;
  }
  .underline-original[b-9krv17j4fl] {
    position: absolute;
    left: 0.5rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    top: 0.5rem !important;
  }
  .box-original[b-9krv17j4fl] {
    position: absolute;
    left: 0.5rem;
    font-size: 0.75em;
    padding: 0.14rem 0.2rem;
    border-radius: 3px;
    top: 0.5rem !important;
  }
  .icons-container[b-9krv17j4fl] {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: flex;
  }
  .rutero-icon[b-9krv17j4fl] {
    color: aquamarine;
  }
  .novedad-icon[b-9krv17j4fl] {
    color: orange;
    border: 1px solid orange;
    border-radius: 70px;
    padding: 0.01em 0.31rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
  }
  .tarifado-icon[b-9krv17j4fl] {
    color: #0a58ca;
    border: 1px solid #0a58ca;
    border-radius: 70px;
    padding: 0.05em 0.5rem 0 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
  }
  .destacado-icon[b-9krv17j4fl] {
    height: 0.75rem;
    width: 0.75rem;
    color: darkorange;
    margin-bottom: 1.25rem;
    margin-left: 0.5rem;
  }
  .oferta-icon[b-9krv17j4fl] {
    height: 0.75rem;
    width: 0.75rem;
    color: darkred;
    margin-left: 0.5rem;
  }
  .product-image[b-9krv17j4fl] {
    height: 12rem;
    object-fit: contain;
    max-width: 15rem;
    touch-action: none;
    user-select: none;
  }
  .product-quantity[b-9krv17j4fl] {
    font-size: 1.6em;
    color: red;
    position: absolute;
    top: 0;
    right: 0.5rem;
    font-weight: 600;
  }
  .product-stock[b-9krv17j4fl] {
    font-size: 0.75em;
    background-color: #ffeb3b78;
    border-radius: 3px 5px;
    bottom: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.5rem;
    margin-right: 0.25rem;
  }
  .product-codigo[b-9krv17j4fl] {
    font-size: 0.75em;
    background-color: #e4e5e6;
    border-radius: 3px 5px;
    bottom: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.5rem;
    margin-right: 0.25rem;
  }
  .product-price[b-9krv17j4fl] {
    font-size: 0.75em;
    background-color: #94dbff;
    border-radius: 3px 5px;
    bottom: 0.5rem;
    left: 4.4rem;
    padding: 0.2rem;
  }
  .box-product-icon[b-9krv17j4fl] {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .underline-product-icon[b-9krv17j4fl] {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .box-icon[b-9krv17j4fl] {
    position: relative;
    top: 0.25rem !important;
    right: 0.1rem;
  }
  .underline-icon[b-9krv17j4fl] {
    position: relative;
    top: 0.25rem !important;
    right: 0.1rem;
  }
}
/*Cambios*/
.stock-container[b-9krv17j4fl] {
  /*@media(min-width: @viewport-md) {
        padding-top: 1.5rem;
    }
    @media(min-width: @viewport-lg){
        padding-top: initial;
    }*/
}
.product-info[b-9krv17j4fl] {
  padding: 0 0.25rem;
  touch-action: none;
  user-select: none;
}
.product-container p[b-9krv17j4fl] {
  margin-bottom: 0.25rem !important;
}
.product-description[b-9krv17j4fl] {
  font-size: 0.85em;
  font-weight: 600;
  padding: 0 1.16rem;
  padding-top: 0.85rem;
}
@media (min-width: 576px) {
  .product-description[b-9krv17j4fl] {
    line-height: 1em;
    padding: 0 0.25rem;
    padding-top: 0rem;
  }
}
@media (min-width: 992px) {
  .product-description[b-9krv17j4fl] {
    padding: 0 1rem;
    line-height: initial;
  }
}
.button-paginador[b-9krv17j4fl] {
  display: flex;
  align-items: center;
}
.buscador[b-9krv17j4fl] {
  margin-bottom: 1rem;
}
.oi[b-9krv17j4fl] {
  top: auto;
}
.layout-5 .product-container img[b-9krv17j4fl] {
  height: calc(100vh / 5 - 14rem / 5);
  min-height: 3rem;
}
.layout-12 .product-container[b-9krv17j4fl] {
  height: calc(100vh / 4 - 13rem / 4);
  min-height: 7rem;
}
.layout-12 .product-container img[b-9krv17j4fl] {
  height: 13vh;
  min-height: 3rem;
}
/* /Pages/Login.razor.rz.scp.css */
.etiqueta[b-a4e6oj477o] {
  color: var(--color3);
  font-size: 1.1em;
  margin-bottom: 0.2rem;
}
.version[b-a4e6oj477o] {
  position: fixed;
  bottom: 2rem;
}
/* /Pages/NuevaPreparacion.razor.rz.scp.css */
.spinner-container[b-cmy51nismr] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-cmy51nismr] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-cmy51nismr 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-cmy51nismr] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-cmy51nismr 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-cmy51nismr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-radzen[b-cmy51nismr] {
  width: 6rem !important;
}
.add-button-container[b-cmy51nismr] {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .nuevo-pedido-button[b-cmy51nismr],
  .cancelar-button[b-cmy51nismr] {
    width: 100%;
  }
}
.cobro-container[b-cmy51nismr] {
  padding: 0.75rem 0.75rem;
  min-height: 3rem;
}
.titulo-cobro[b-cmy51nismr] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-cmy51nismr] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-cmy51nismr] {
  background-color: #f5f5f5;
  padding: 0.45rem 0rem;
}
.tabla .row:nth-child(even)[b-cmy51nismr] {
  padding: 0.45rem 0rem;
}
div.scroll-lateral[b-cmy51nismr] {
  height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.importe[b-cmy51nismr] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-cmy51nismr] {
  margin: 0.5rem 0;
}
.pencil-edit[b-cmy51nismr] {
  position: absolute;
  right: 0;
  /*top: 0.25rem;*/
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  color: #ffc107;
}
.pencil-edit:hover[b-cmy51nismr] {
  border: 1px solid #ffc107;
  border-radius: 0.25rem;
  cursor: pointer;
}
.oi-trash[b-cmy51nismr] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 3rem;
}
.oi-trash:hover[b-cmy51nismr] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
  cursor: pointer;
}
/*.oi-trash {
    position: absolute;
    font-size: 1.35rem;
    color: @color-corp-3;
    border: 1px solid white;
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
    right: 0;*/
/*top: 3rem;*/
/*top: 1.45rem; 

    &:hover {
        border: 1px solid @color-corp-3;
        border-radius: 0.25rem;
    }
}*/
.importe2[b-cmy51nismr] {
  color: #42dc99;
}
.importe2 span[b-cmy51nismr] {
  padding-left: 1.3rem;
}
.links[b-cmy51nismr] {
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-cmy51nismr] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-cmy51nismr] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-cmy51nismr] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-cmy51nismr] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/NuevaRevisionPreAlbaranesProveedor.razor.rz.scp.css */
.spinner-container[b-mjmo6gr15h] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-mjmo6gr15h] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-mjmo6gr15h 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-mjmo6gr15h] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-mjmo6gr15h 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-mjmo6gr15h {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-radzen[b-mjmo6gr15h] {
  width: 6rem !important;
}
.add-button-container[b-mjmo6gr15h] {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .nuevo-pedido-button[b-mjmo6gr15h],
  .cancelar-button[b-mjmo6gr15h] {
    width: 100%;
  }
}
.cobro-container[b-mjmo6gr15h] {
  padding: 0.75rem 0.75rem;
  min-height: 3rem;
}
.titulo-cobro[b-mjmo6gr15h] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-mjmo6gr15h] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-mjmo6gr15h] {
  background-color: #f5f5f5;
  padding: 0.45rem 0rem;
}
.tabla .row:nth-child(even)[b-mjmo6gr15h] {
  padding: 0.45rem 0rem;
}
div.scroll-lateral[b-mjmo6gr15h] {
  height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.importe[b-mjmo6gr15h] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-mjmo6gr15h] {
  margin: 0.5rem 0;
}
.pencil-edit[b-mjmo6gr15h] {
  position: absolute;
  right: 0;
  /*top: 0.25rem;*/
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  color: #ffc107;
}
.pencil-edit:hover[b-mjmo6gr15h] {
  border: 1px solid #ffc107;
  border-radius: 0.25rem;
  cursor: pointer;
}
.oi-trash[b-mjmo6gr15h] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 3rem;
}
.oi-trash:hover[b-mjmo6gr15h] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
  cursor: pointer;
}
/*.oi-trash {
    position: absolute;
    font-size: 1.35rem;
    color: @color-corp-3;
    border: 1px solid white;
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
    right: 0;*/
/*top: 3rem;*/
/*top: 1.45rem; 

    &:hover {
        border: 1px solid @color-corp-3;
        border-radius: 0.25rem;
    }
}*/
.importe2[b-mjmo6gr15h] {
  color: #42dc99;
}
.importe2 span[b-mjmo6gr15h] {
  padding-left: 1.3rem;
}
.links[b-mjmo6gr15h] {
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-mjmo6gr15h] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-mjmo6gr15h] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-mjmo6gr15h] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-mjmo6gr15h] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/NuevoCobro.razor.rz.scp.css */
.cobro-container[b-rjjhrfj6nh] {
  min-height: 3rem;
  position: relative;
}
.titulo-cobro[b-rjjhrfj6nh] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-rjjhrfj6nh] {
  font-size: 1em;
}
@media (max-width: 576px) {
  .cobro[b-rjjhrfj6nh] {
    font-size: 0.9em;
  }
}
.cobrar-todos-button[b-rjjhrfj6nh] {
  padding: 0.15rem 0.5rem !important;
}
.tabla .row:nth-child(odd)[b-rjjhrfj6nh] {
  background-color: #f5f5f5;
  padding: 0.45rem 0.55rem;
}
.tabla .row:nth-child(even)[b-rjjhrfj6nh] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0.55rem;
}
div.scroll-lateral[b-rjjhrfj6nh] {
  height: 75vh;
  /*width: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.spinner-container[b-rjjhrfj6nh] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-rjjhrfj6nh] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-rjjhrfj6nh 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-rjjhrfj6nh] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-rjjhrfj6nh 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-rjjhrfj6nh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Pages/NuevoInventario.razor.rz.scp.css */
.menu-inicio[b-11ql0htmef] {
  border: 1px solid gainsboro;
  padding: 1rem;
}
.links[b-11ql0htmef] {
  color: var(--color3);
  text-decoration: none;
  font-size: 1.3em;
}
.oi-chevron-right[b-11ql0htmef] {
  position: absolute;
  right: 0;
  padding-top: 0.25rem;
}
.spinner-container[b-11ql0htmef] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-11ql0htmef] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-11ql0htmef 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-11ql0htmef] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-11ql0htmef 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-11ql0htmef {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Pages/NuevoPedido.razor.rz.scp.css */
.spinner-container[b-q19enms8al] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-q19enms8al] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-q19enms8al 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-q19enms8al] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-q19enms8al 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-q19enms8al {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-radzen[b-q19enms8al] {
  width: 6rem !important;
}
.add-button-container[b-q19enms8al] {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .nuevo-pedido-button[b-q19enms8al],
  .cancelar-button[b-q19enms8al] {
    width: 100%;
  }
}
.cobro-container[b-q19enms8al] {
  padding: 0.75rem 0.75rem;
  min-height: 3rem;
}
.titulo-cobro[b-q19enms8al] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-q19enms8al] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-q19enms8al] {
  background-color: #f5f5f5;
  padding: 0.45rem 0rem;
}
.tabla .row:nth-child(even)[b-q19enms8al] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0rem;
}
div.scroll-lateral[b-q19enms8al] {
  height: 45vh;
  /*width: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.importe[b-q19enms8al] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-q19enms8al] {
  margin: 0.5rem 0;
}
.pencil-edit[b-q19enms8al] {
  position: absolute;
  right: 0;
  top: 3.25rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-q19enms8al] {
  border: 1px solid #ffc107;
  border-radius: 0.25rem;
  cursor: pointer;
}
.send-edit[b-q19enms8al] {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
.send-edit:hover[b-q19enms8al] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
  cursor: pointer;
}
.send-edit-disabled[b-q19enms8al] {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: #198754;
}
.oi-trash[b-q19enms8al] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 6.5rem;
}
.oi-trash:hover[b-q19enms8al] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
  cursor: pointer;
}
.importe2[b-q19enms8al] {
  color: #42dc99;
}
.importe2 span[b-q19enms8al] {
  padding-left: 1.3rem;
}
.menu-inicio[b-q19enms8al] {
  /*border: 1px solid gainsboro;*/
  /*padding: 1rem;*/
}
.links[b-q19enms8al] {
  /*color: var(--color3);*/
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-q19enms8al] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-q19enms8al] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-q19enms8al] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-q19enms8al] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/NuevoPedidoProveedor.razor.rz.scp.css */
.spinner-container[b-6h0ii49ysr] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-6h0ii49ysr] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-6h0ii49ysr 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-6h0ii49ysr] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-6h0ii49ysr 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-6h0ii49ysr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-radzen[b-6h0ii49ysr] {
  width: 6rem !important;
}
.add-button-container[b-6h0ii49ysr] {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .nuevo-pedido-button[b-6h0ii49ysr],
  .cancelar-button[b-6h0ii49ysr] {
    width: 100%;
  }
}
.cobro-container[b-6h0ii49ysr] {
  padding: 0.75rem 0.75rem;
  min-height: 3rem;
}
.titulo-cobro[b-6h0ii49ysr] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-6h0ii49ysr] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-6h0ii49ysr] {
  background-color: #f5f5f5;
  padding: 0.45rem 0rem;
}
.tabla .row:nth-child(even)[b-6h0ii49ysr] {
  padding: 0.45rem 0rem;
}
div.scroll-lateral[b-6h0ii49ysr] {
  height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.importe[b-6h0ii49ysr] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-6h0ii49ysr] {
  margin: 0.5rem 0;
}
.pencil-edit[b-6h0ii49ysr] {
  position: absolute;
  right: 0;
  top: 1.25rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-6h0ii49ysr] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-6h0ii49ysr] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 4.5rem;
}
.oi-trash:hover[b-6h0ii49ysr] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-6h0ii49ysr] {
  color: #42dc99;
}
.importe2 span[b-6h0ii49ysr] {
  padding-left: 1.3rem;
}
.links[b-6h0ii49ysr] {
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-6h0ii49ysr] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-6h0ii49ysr] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-6h0ii49ysr] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-6h0ii49ysr] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/PedidosTerminados.razor.rz.scp.css */
.add-button-container[b-7kwo205jva] {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .nuevo-pedido-button[b-7kwo205jva],
  .cancelar-button[b-7kwo205jva] {
    width: 100%;
  }
}
.spinner-container[b-7kwo205jva] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-7kwo205jva] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-7kwo205jva 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-7kwo205jva] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-7kwo205jva 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-7kwo205jva {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cobro-container[b-7kwo205jva] {
  padding: 0.75rem 0.75rem;
  min-height: 3rem;
}
.titulo-cobro[b-7kwo205jva] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
.cobro[b-7kwo205jva] {
  font-size: 1em;
}
.tabla .row:nth-child(odd)[b-7kwo205jva] {
  background-color: #f5f5f5;
  padding: 0.45rem 0rem;
}
.tabla .row:nth-child(even)[b-7kwo205jva] {
  /*background-color: rgb(225,225,225)*/
  padding: 0.45rem 0rem;
}
div.scroll-lateral[b-7kwo205jva] {
  height: 45vh;
  /*width: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.importe[b-7kwo205jva] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-7kwo205jva] {
  margin: 0.5rem 0;
}
.pencil-edit[b-7kwo205jva] {
  /*  display:flex;
    justify-content: end;*/
  /*top: 50%;*/
  top: 2rem;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  border: 1px solid white;
  padding: 0.15rem 0.15rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-7kwo205jva] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-7kwo205jva] {
  position: absolute;
  /*font-size: 0.9rem;*/
  font-size: 1.2rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.15rem 0.15rem;
  border-radius: 0.25rem;
  right: 2rem;
  /*top: 50%;*/
  top: 2rem;
}
.oi-trash:hover[b-7kwo205jva] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-7kwo205jva] {
  color: #42dc99;
}
.importe2 span[b-7kwo205jva] {
  padding-left: 1.3rem;
}
.menu-inicio[b-7kwo205jva] {
  /*border: 1px solid gainsboro;*/
  /*padding: 1rem;*/
}
.links[b-7kwo205jva] {
  /*color: var(--color3);*/
  text-decoration: none;
  font-size: 1.02em;
}
.underline-product-icon[b-7kwo205jva] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-7kwo205jva] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-7kwo205jva] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-7kwo205jva] {
  color: lightslategray;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
/* /Pages/Preparacion.razor.rz.scp.css */
.alert[b-6ev1tsrkcg] {
  margin-bottom: 0;
}
.badge[b-6ev1tsrkcg] {
  font-size: 0.85em;
}
.progress-bar[b-6ev1tsrkcg] {
  height: 0.9rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background: #d5ccc2;
}
.progress-bar .full[b-6ev1tsrkcg] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2rem;
  background: seagreen;
}
.validado-container[b-6ev1tsrkcg] {
  border: 1px solid;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: #e8edfa;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.importe[b-6ev1tsrkcg] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-6ev1tsrkcg] {
  margin: 0.5rem 0;
}
.spinner-container[b-6ev1tsrkcg] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-6ev1tsrkcg] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-6ev1tsrkcg 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-6ev1tsrkcg] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-6ev1tsrkcg 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-6ev1tsrkcg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pencil-edit[b-6ev1tsrkcg] {
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-6ev1tsrkcg] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-6ev1tsrkcg] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 2.25rem;
}
.oi-trash:hover[b-6ev1tsrkcg] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-6ev1tsrkcg] {
  color: #42dc99;
}
.importe2 span[b-6ev1tsrkcg] {
  padding-left: 1.3rem;
}
.links[b-6ev1tsrkcg] {
  text-decoration: none;
  font-size: 1.02em;
}
.links-container[b-6ev1tsrkcg] {
  padding: 0 0.25rem;
}
.links-container-validado[b-6ev1tsrkcg] {
  opacity: 0.8;
  background: rgba(187, 180, 180, 0.07);
  padding: 0.25rem;
}
.underline-product-icon[b-6ev1tsrkcg] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-6ev1tsrkcg] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-6ev1tsrkcg] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-6ev1tsrkcg] {
  font-weight: 500;
}
/* /Pages/PreparacionWatch.razor.rz.scp.css */
.alert[b-l8n3ucgruo] {
  margin-bottom: 0;
}
.progress-bar[b-l8n3ucgruo] {
  height: 0.9rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background: #d5ccc2;
}
.progress-bar .full[b-l8n3ucgruo] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2rem;
  background: seagreen;
}
.validado-container[b-l8n3ucgruo] {
  border: 1px solid;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: #e8edfa;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.importe[b-l8n3ucgruo] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-l8n3ucgruo] {
  margin: 0.5rem 0;
}
.spinner-container[b-l8n3ucgruo] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-l8n3ucgruo] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-l8n3ucgruo 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-l8n3ucgruo] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-l8n3ucgruo 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-l8n3ucgruo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pencil-edit[b-l8n3ucgruo] {
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-l8n3ucgruo] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-l8n3ucgruo] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 2.25rem;
}
.oi-trash:hover[b-l8n3ucgruo] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-l8n3ucgruo] {
  color: #42dc99;
}
.importe2 span[b-l8n3ucgruo] {
  padding-left: 1.3rem;
}
.links[b-l8n3ucgruo] {
  text-decoration: none;
  font-size: 1.02em;
}
.links-container[b-l8n3ucgruo] {
  padding: 0 0.25rem;
}
.links-container-validado[b-l8n3ucgruo] {
  opacity: 0.8;
  background: rgba(187, 180, 180, 0.07);
  padding: 0.25rem;
}
.underline-product-icon[b-l8n3ucgruo] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-l8n3ucgruo] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-l8n3ucgruo] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-l8n3ucgruo] {
  font-weight: 500;
}
/* /Pages/RevisionPreAlbaranesProveedor.razor.rz.scp.css */
.btn-danger.disabled[b-x24w987cmq] {
  background-color: #ff4350 !important;
  border-color: #ff4350 !important;
  color: white !important;
}
.lote[b-x24w987cmq] {
  margin-left: 2rem;
}
/*.lote-container {
    .lote-item:nth-of-type(even) {
        background-color: #f2f2f2; // Gris claro
        border-radius: 5px; // Opcional
        padding-top: 10px; // Opcional
        padding-bottom: 10px; // Opcional
    }
}*/
.lote-title[b-x24w987cmq] {
  font-weight: 400 !important;
  font-size: 0.92em !important;
  color: gray !important;
}
.lote-texto[b-x24w987cmq] {
  font-size: 0.92em !important;
}
.btn-danger[b-x24w987cmq] {
  align-content: center;
}
.alert[b-x24w987cmq] {
  margin-bottom: 0;
}
.badge[b-x24w987cmq] {
  font-size: 0.85em;
}
.progress-bar[b-x24w987cmq] {
  height: 0.9rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background: #d5ccc2;
}
.progress-bar .full[b-x24w987cmq] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2rem;
  background: seagreen;
}
.validado-container[b-x24w987cmq] {
  border: 1px solid;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: #e8edfa;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.importe[b-x24w987cmq] {
  color: #42dc99;
  font-size: 1.12em;
}
hr[b-x24w987cmq] {
  margin: 0.5rem 0;
}
.spinner-container[b-x24w987cmq] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-x24w987cmq] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-x24w987cmq 700ms linear infinite;
  top: 35%;
  left: 40%;
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-x24w987cmq] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-x24w987cmq 700ms linear infinite;
    top: 35%;
    left: 45%;
    position: absolute;
  }
}
@keyframes spin-b-x24w987cmq {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pencil-edit[b-x24w987cmq] {
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1.35rem;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pencil-edit:hover[b-x24w987cmq] {
  border: 1px solid #198754;
  border-radius: 0.25rem;
}
.oi-trash[b-x24w987cmq] {
  position: absolute;
  font-size: 1.35rem;
  color: #ff4350;
  border: 1px solid white;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  right: 0;
  top: 2.25rem;
}
.oi-trash:hover[b-x24w987cmq] {
  border: 1px solid #ff4350;
  border-radius: 0.25rem;
}
.importe2[b-x24w987cmq] {
  color: #42dc99;
}
.importe2 span[b-x24w987cmq] {
  padding-left: 1.3rem;
}
.links[b-x24w987cmq] {
  text-decoration: none;
  font-size: 1.02em;
}
.links-container[b-x24w987cmq] {
  padding: 0 0.25rem;
}
.links-container-validado[b-x24w987cmq] {
  opacity: 0.8;
  background: rgba(187, 180, 180, 0.07);
  padding: 0.25rem;
}
.underline-product-icon[b-x24w987cmq] {
  position: absolute;
  right: 2rem;
  padding-top: 0.35rem;
  font-size: 0.7em;
}
.box-product-icon[b-x24w987cmq] {
  font-size: 0.7em;
  position: absolute;
  padding-top: 0.35rem;
  right: 2rem;
}
.product-quantity[b-x24w987cmq] {
  position: absolute;
  right: 3rem;
  top: 0;
}
.unidades[b-x24w987cmq] {
  font-weight: 500;
}
/* /Pages/UbicacionesIndex.razor.rz.scp.css */
.menu-inicio[b-ji92dshysu] {
  border: 1px solid gainsboro;
  padding: 1rem;
}
.links[b-ji92dshysu] {
  color: var(--color3);
  text-decoration: none;
  font-size: 1.3em;
}
.oi-chevron-right[b-ji92dshysu] {
  position: absolute;
  right: 0;
  padding-top: 0.25rem;
}
.spinner-container[b-ji92dshysu] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-ji92dshysu] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-ji92dshysu 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-ji92dshysu] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-ji92dshysu 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-ji92dshysu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Pages/UbicacionesPreAlbaranes.razor.rz.scp.css */
.menu-inicio[b-q7gjfprdtd] {
  border: 1px solid gainsboro;
  padding: 1rem;
}
.links[b-q7gjfprdtd] {
  color: var(--color3);
  text-decoration: none;
  font-size: 1.3em;
}
.oi-chevron-right[b-q7gjfprdtd] {
  position: absolute;
  right: 0;
  padding-top: 0.25rem;
}
.spinner-container[b-q7gjfprdtd] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-q7gjfprdtd] {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-q7gjfprdtd 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-q7gjfprdtd] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-q7gjfprdtd 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-q7gjfprdtd {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Pages/_Layout.cshtml.rz.scp.css */
#components-reconnect-modal[b-9qdyvv9a3z] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#components-reconnect-modal.components-reconnect-show[b-9qdyvv9a3z],
#components-reconnect-modal.components-reconnect-failed[b-9qdyvv9a3z],
#components-reconnect-modal.components-reconnect-rejected[b-9qdyvv9a3z] {
  display: flex;
}
#components-reconnect-modal .components-messages[b-9qdyvv9a3z] {
  color: #f0f0f0;
  margin: auto;
  text-align: center;
}
#components-reconnect-modal .components-messages h2[b-9qdyvv9a3z] {
  color: white;
}
#components-reconnect-modal .components-messages a[b-9qdyvv9a3z] {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#components-reconnect-modal .components-reconnecting[b-9qdyvv9a3z],
#components-reconnect-modal .components-failed[b-9qdyvv9a3z],
#components-reconnect-modal .components-rejected[b-9qdyvv9a3z] {
  display: none;
}
#components-reconnect-modal.components-reconnect-show .components-reconnecting[b-9qdyvv9a3z],
#components-reconnect-modal.components-reconnect-failed .components-failed[b-9qdyvv9a3z],
#components-reconnect-modal.components-reconnect-rejected .components-rejected[b-9qdyvv9a3z] {
  display: block;
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-2p5hr6i8r0] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-2p5hr6i8r0] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-2p5hr6i8r0] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-2p5hr6i8r0] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-2p5hr6i8r0] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sx74dij5ad] {
  position: relative;
  display: flex;
  flex-direction: column;
}
main[b-sx74dij5ad] {
  flex: 1;
}
.backbone[b-sx74dij5ad] {
  height: 3.5rem;
}
.sidebar[b-sx74dij5ad] {
  background-color: #2a2d40;
  position: fixed;
  width: 100vw;
  z-index: 10;
}
.top-row[b-sx74dij5ad] {
  background-color: #2a2d40;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.top-row[b-sx74dij5ad]  a,
.top-row .btn-link[b-sx74dij5ad] {
  white-space: nowrap;
  margin-left: 1.5rem;
}
.top-row a:first-child[b-sx74dij5ad] {
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Modificar el row*/
.top-row:not(.auth)[b-sx74dij5ad] {
  display: none;
}
.top-row.auth[b-sx74dij5ad] {
  justify-content: space-between;
}
.top-row a[b-sx74dij5ad],
.top-row .btn-link[b-sx74dij5ad] {
  margin-left: 0;
}
@media (max-width: 992px) {
  .top-row:not(.auth)[b-sx74dij5ad] {
    display: none;
  }
  .top-row.auth[b-sx74dij5ad] {
    justify-content: space-between;
  }
  .top-row a[b-sx74dij5ad],
  .top-row .btn-link[b-sx74dij5ad] {
    margin-left: 0;
  }
}
/*@media(min-width: @viewport-min-md-blazor) {
    .backbone {
        width: 15rem;
    }
}*/
/*@media (min-width: @viewport-lg) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/*@media (max-width: @viewport-lg) {
    .sidebar {
        position: fixed;
        width: 100vw;
        z-index: 10;
    }
}*/
/* /Shared/MenuCategorias.razor.rz.scp.css */
.nav-categoria[b-sqjz62aaes]  a {
  color: #e7dede;
  border-radius: 4px;
  height: 3rem;
  display: inline-block;
  align-items: center;
  line-height: 2.5rem;
  width: 100%;
  font-size: 1em;
  height: auto;
}
.nav-categoria[b-sqjz62aaes] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-item[b-sqjz62aaes]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFFF;
  margin-bottom: 0.5rem;
  height: auto;
}
.nav-item[b-sqjz62aaes]  a {
  margin-bottom: 0.5rem;
}
.acciones-container[b-sqjz62aaes] {
  color: #FFFF;
  background-color: #14151e;
}
.titulo-accion[b-sqjz62aaes] {
  margin-left: 0.5rem;
}
.oi[b-sqjz62aaes] {
  top: 0;
}
div.scroll-lateral[b-sqjz62aaes] {
  height: 80vh;
  width: auto;
  overflow: auto;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  div.scroll-lateral[b-sqjz62aaes] {
    height: 83vh;
    width: auto;
    overflow: auto;
    padding: 0.5rem;
  }
}
.icon-container[b-sqjz62aaes] {
  padding-left: 3rem;
  padding-right: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
}
.icon-container .oi-caret-bottom[b-sqjz62aaes] {
  transition: linear 0.15s;
}
.icon-container-familia[b-sqjz62aaes] {
  padding-left: 3rem;
  padding-right: 2rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
}
.menu-categorias .nav-categoria .oi-caret-bottom.not-standard[b-sqjz62aaes] {
  transform: scaleY(-1);
}
.titulo-grupo[b-sqjz62aaes] {
  color: #ffffff;
  cursor: pointer;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: 600;
}
.nav-item[b-sqjz62aaes]  a:hover {
  /*background-color: rgba(255,255,255,0.1);*/
  color: #FFFF;
  margin-bottom: 0.5rem;
  height: auto;
}
.titulo-familia[b-sqjz62aaes] {
  margin-left: 1.5rem;
  padding-right: 1rem;
  display: block;
  cursor: pointer;
}
.texto-subfamilia[b-sqjz62aaes] {
  padding-left: 2rem;
  display: block;
  cursor: pointer;
}
.familia[b-sqjz62aaes] {
  /*background-color: rgba(255,255,255,0.1);*/
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.dropdown-item[b-sqjz62aaes] {
  color: #adadad;
  border-radius: 4px;
  /*height: 3rem;*/
  height: auto;
  padding: 0 0.5rem;
  display: inline-block;
  align-items: center;
  line-height: 2rem;
  width: 100%;
  font-size: 0.85em;
  white-space: unset;
}
.dropdown-item:hover[b-sqjz62aaes] {
  color: #302c2c;
  height: auto;
}
.dropdown-item:focus[b-sqjz62aaes] {
  background-color: none;
}
dropdown-item.active[b-sqjz62aaes],
.dropdown-item:active[b-sqjz62aaes] {
  color: #302c2c;
  background-color: #e9ecef;
  text-decoration: none;
}
/* /Shared/MenuFiltros.razor.rz.scp.css */
.menu-filtros[b-d4v9qh6efc] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #2a2d40;
  padding: 6rem 0.25rem;
  height: 100vh;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
@media (min-width: 992px) {
  .menu-filtros[b-d4v9qh6efc] {
    /*height: 94.2vh;*/
    /*height: 116vh;*/
  }
}
/*.new-icon {
    border: 1px solid;
    border-radius: 70px;
    padding: 0.05em 0.36rem;

}*/
.novedad-icon[b-d4v9qh6efc] {
  border: 1px solid;
  border-radius: 70px;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}
.tarifado-icon[b-d4v9qh6efc] {
  border: 1px solid;
  border-radius: 70px;
  padding: 0.1rem 0.5rem 0 0.5rem;
}
.overlay[b-d4v9qh6efc] {
  height: 100vh;
  width: 100%;
  background-color: black;
  z-index: 1;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
@media (min-width: 992px) {
  .overlay[b-d4v9qh6efc] {
    height: 122vh;
  }
}
.filter-container[b-d4v9qh6efc] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4rem;
  color: white;
}
.filter-link[b-d4v9qh6efc] {
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.filter-link .title[b-d4v9qh6efc] {
  border-bottom: 1px solid #f6f2f200;
}
.filter-link:hover[b-d4v9qh6efc],
.filter-link.active[b-d4v9qh6efc],
.filter-link:active[b-d4v9qh6efc] {
  cursor: pointer;
  /*opacity: 0.95;*/
  color: red;
}
.filter-link:hover .title[b-d4v9qh6efc],
.filter-link.active .title[b-d4v9qh6efc],
.filter-link:active .title[b-d4v9qh6efc] {
  color: snow;
  border-bottom: 1px solid red;
}
.filter-link:hover .material-icons[b-d4v9qh6efc],
.filter-link.active .material-icons[b-d4v9qh6efc],
.filter-link:active .material-icons[b-d4v9qh6efc],
.filter-link:hover .new-icon[b-d4v9qh6efc],
.filter-link.active .new-icon[b-d4v9qh6efc],
.filter-link:active .new-icon[b-d4v9qh6efc] {
  color: red;
}
.icono-refresh[b-d4v9qh6efc] {
  transform: scaleX(-1);
  transform: rotate(1deg);
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-04sqqgxqu0] {
  font-size: 1.1rem;
}
.navbar-toggler:focus[b-04sqqgxqu0] {
  box-shadow: 0 0 0 0.05rem !important;
}
.filter-icon[b-04sqqgxqu0] {
  padding: 0.33rem 0.2rem;
}
.alert-pedidos[b-04sqqgxqu0] {
  font-size: 0.98em;
}
.cesta-toggler[b-04sqqgxqu0] {
  padding: 0.4rem 0.2rem !important;
}
.filter-toggler[b-04sqqgxqu0] {
  padding: 0rem 0.25rem;
  font-size: 1.25rem;
}
.menu-toggler[b-04sqqgxqu0] {
  font-size: 1.25rem;
  padding: 0.05rem 0.15rem;
}
.chevron-toggler[b-04sqqgxqu0] {
  font-size: 0.9em;
  padding: 0.25rem 0.25rem;
}
.chevron-icon[b-04sqqgxqu0] {
  font-size: 2em;
  height: 0.8em;
  vertical-align: middle;
}
.not-collapse[b-04sqqgxqu0] {
  height: 100vh;
}
.top-row[b-04sqqgxqu0] {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-catalog[b-04sqqgxqu0] {
  height: 1.9rem;
  display: flex;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
.navbar-brand[b-04sqqgxqu0] {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .navbar-brand[b-04sqqgxqu0] {
    margin-right: 7em;
  }
}
@media (min-width: 1200px) {
  .navbar-brand[b-04sqqgxqu0] {
    margin-right: 10em;
  }
}
.navbar-brand-edit[b-04sqqgxqu0] {
  color: #FFFF !important;
  text-decoration: none;
}
@media (max-width: 576px) {
  .navbar-brand-edit[b-04sqqgxqu0] {
    font-size: 0.9em;
    width: 50%;
    text-align: center;
  }
}
.navbar-brand-catalog[b-04sqqgxqu0] {
  font-size: 1rem;
  color: #FFFF !important;
  text-decoration: none;
  margin-right: 2rem;
}
@media (min-width: 320px) {
  .navbar-brand-catalog[b-04sqqgxqu0] {
    font-size: 0.9em;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .navbar-brand-catalog[b-04sqqgxqu0] {
    /*font-size: 0.8em;*/
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .navbar-brand-catalog[b-04sqqgxqu0] {
    width: auto;
    font-size: 1em;
  }
}
.pointer-custom[b-04sqqgxqu0] {
  cursor: pointer;
}
.oi[b-04sqqgxqu0] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.nav-item[b-04sqqgxqu0] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.acciones-container[b-04sqqgxqu0] {
  color: #FFFF;
  background-color: #14151e;
  margin-bottom: 1rem;
}
.titulo-accion[b-04sqqgxqu0] {
  margin-left: 3rem;
}
.nav-item:first-of-type[b-04sqqgxqu0] {
  padding-top: 1rem;
}
.nav-item:last-of-type[b-04sqqgxqu0] {
  padding-bottom: 1rem;
}
.nav-item[b-04sqqgxqu0]  a {
  color: white;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.nav-item[b-04sqqgxqu0]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFFF;
}
.nav-item[b-04sqqgxqu0]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFF;
}
