:root {
  /*  --primary: #b52628;*/
  /*  --primary-dark: #a5191b;*/
  /*  --secondary: #43425d;*/
  /*  --success: #a2c336;*/
  /*  --success-dark: #87a524;*/
  /*  --grey-default: #666;*/
  /*  --grey-dark: #333;*/
  /*  --grey-mid: #999;*/
  /*  --grey-light: #f7f7fb;*/
  /*  --grey-light1: #f5f5f5;*/
  /*  --grey-light2: #e5e5e5;*/
  /*  --grey-light3: #c5c5c5;*/
  --warning: #faab16;
  --white: #fff;
  --white_80: rgba(255, 255, 255, 0.8);
  --white_50: rgba(255, 255, 255, 0.5);
  --white_15: rgba(255, 255, 255, 0.15);
  --purple: #9341c6;
  --black: #000;
  --black_15: rgba(0, 0, 0, 0.15);

  --primary400: #641723;
  --primary300: #a6342f;
  --primary200: #ef172f;
  --primary100: #ffe8ea;

  --neutral700: #1b1b1a;
  --neutral600: #333333;
  --neutral500: #425960;
  --neutral400: #d6d6d6;
  --neutral300: #f0f0f0;
  --neutral200: #f7f8f7;
  --neutral100: #ffffff;

  --alert100: #fbe9eb;
  --alert200: #d1232b;

  --success100: #e5fff2;
  --success200: #0b824c;

  --active100: #e6eefe;
  --active200: #3058f4;

  --warning100: #fff8e5;
  --warning200: #9d631e;

  --greySearcher: #ececec;
  /*  --grey50: #F2F2F2;*/
}

@media (min-width: 991.98px) {
  .main-pro {
    padding-left: 240px;
  }
}

#sidebar-pro-header {
  display: none;
}

#sidebarMenu {
  display: block;
}

#sidebarMenuMobile {
  display: none;
}

.main-sidebar-pro {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-top: 100px;
  width: 240px;
  background: white;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

/* Sidebar */
.sidebar-pro {
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 0 0; /* Height of navbar */
  padding: 1rem 0 2rem 0;
  width: 100%;
  z-index: 600;
}

.sidebar-pro .active {
  border-radius: 4px;
  background: var(--color-primary-100, #ffe8ea);
  border: none;
  color: #333333;
}

.sidebar-pro .list-group-item,
.sidebar-pro .list-group-item-header {
  border: none;
  color: var(--neutral500, var(--neutral500, #425960));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}

.list-group-item-header {
  color: var(--neutral600, #333333) !important;
  border-top: 1px solid #d6d6d6;
  background: var(--color-primary-100, #ffe8ea) !important;
}

.list-group-item-header span {
  font-weight: 600;
}

#list-group-item-header-chevron,
#list-group-item-header-close {
  float: right;
}

.sidebar-pro .list-group-item:not(.list-group-item-header).active,
.sidebar-pro .list-group-item:not(.list-group-item-header).active img {
  background: white;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-pro .list-group-item.active img.inactive {
  display: none;
}
.sidebar-pro .list-group-item:not(.active) img.active {
  display: none;
}

.sidebar-pro .list-group-item.logout {
  margin-top: 1rem;
  border: 1px solid var(--neutral400, #d6d6d6);
}

.pro-title {
  color: #000;

  /* Desktop/H1 */
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
}

.pro-subtitle {
  color: #000;

  /* Desktop/H2 */
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}

.pro-text {
  color: var(--neutral600, var(--neutral600, #333));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.layout-header-pro {
  display: inline-flex;
  padding: 8px 16px;
  align-items: flex-start;
  gap: 24px;

  margin-bottom: 1rem;

  border-radius: 4px;
  background: var(--neutral200, #f7f8f7);
}

.layout-header-pro-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
}

.layout-header-pro-div:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.layout-header-pro-div:last-child {
  margin-right: 0; /* Elimina el margen del último elemento */
}

.layout-header-p {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-bottom: 0;
}

.layout-header-value {
  color: #000;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.table-peralba-pro tr {
  background: var(--neutral300, #f0f0f0);
}
.table-peralba-pro tr th:first-child,
.table-peralba-pro tr td:first-child {
  padding-left: 12px;
}

.table-peralba-pro tr th:last-child,
.table-peralba-pro tr td:last-child {
  padding-right: 12px;
}

.table-peralba-pro.row-hover tr:hover td {
  background: var(--neutral200, #f7f8f7);
}

.table-peralba-pro tr th {
  background: var(--neutral300, #f0f0f0);
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.table-peralba-pro tr td {
  color: var(--neutral600, var(--neutral600, #333));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.table-peralba-pro a {
  color: var(--color-primary-300, #a6342f);
  cursor: pointer;
}

.table-peralba-pro a:hover {
  color: black;
  text-decoration: underline;
}

.table-peralba-pro tfoot {
  border-color: transparent;
}

.table-search {
  margin-bottom: 0;
}

.table-search tr.selected {
  border: 1px solid var(--neutral400, #d6d6d6);
}

.table-search tr.selected td {
  background: var(--neutral300, #f0f0f0) !important;
}

#select2-search-product-results {
  max-height: 600px;
}

#select2-search-product-results .select2-results__option {
  padding: 0px;
}

#select2-search-product-results .table {
  margin-bottom: 0;
}

a:hover .a-icon {
  filter: brightness(0) invert(0);
}

.svg-white {
  filter: brightness(0) invert(1);
}

.btn-p-small {
  padding: 6px 10px 6px 10px !important;
}

.item_kd_budgets .stock {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.status-tag {
  display: inline-flex;
  padding: 0px var(--Spacing_8, 8px);
  align-items: center;
  gap: var(--Spacing_8, 8px);

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.tag-gray {
  background: var(--neutral400, #d6d6d6);
  color: var(--neutral600, var(--neutral600, #333));
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.tag-white {
  background: var(--neutral100, #fff);
  color: var(--neutral600, var(--neutral600, #333));
  border: 1px solid var(--neutral400, #d6d6d6);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.tag-yellow {
  background: #fff8e5;
  color: var(--Warning-200, #9d631e);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.tag-green {
  background: var(--color-semantic-success-100, #e5fff2);
  color: var(--color-semantic-success-200, #0b824c);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.tag-red {
  background: var(--color-semantic-alert-100, #fbe9eb);
  color: var(--color-semantic-alert-200, #d1232b);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.c-pointer {
  cursor: pointer !important;
}

.offer-col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

/*.offer-col:not(:first-child) {
    padding-left: 15px;
}

.offer-col:not(:last-child) {
    padding-right: 15px;
}
*/
.slider_pro {
  margin-left: -15px;
  margin-right: -15px;
}

.slider_pro .slick-slide {
  margin: 0 15px;
}

.go-file {
  cursor: pointer;
}

.modal-header-filters {
  border-bottom: 1px solid var(--neutral400, #d6d6d6);
  padding: 1rem 2rem 0.5rem !important;
}

.modal-header-filters h5 {
  color: #000;

  /* Desktop/Body - L */
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.modal-body-filters {
  padding: 1rem 2rem 0.5rem !important;
}

.modal-footer-filters {
  padding: 1rem 2rem !important;
  border-top: 1px solid var(--neutral400, #d6d6d6);
}

.modal-footer-filters * {
  margin: 0;
}

.modal-footer-filters button {
  margin-left: 10px;
}

.row-filtros label {
  color: var(--neutral600, var(--neutral600, #333));

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.row-filtros .select2-selection {
  border: 1px solid #d6d6d6 !important;
  background: var(--neutral100, #fff);
}

.row-filtros .select2-selection:not(.select2-selection--multiple) {
  padding-top: 4px;
}

.row-filtros
  .select2-selection:not(.select2-selection--multiple)
  .select2-selection__rendered {
  line-height: 34px !important;
}
.row-filtros .select2-container .select2-selection--single {
  height: 42px !important;
}
.row-filtros .select2-selection__arrow {
  height: 38px !important;
}

.row-filtros .input-group {
  background-color: white;
  border-radius: initial;
  border: 1px solid #d6d6d6 !important;
}

.row-filtros .input-group-text {
  background-color: white;
  margin-top: 3px;
}

.row-filtros .input-group.file input[type="file"] {
  padding: 8px !important; /* Agrega relleno para mejorar la apariencia */
}

.row-filtros .form-group .form-control.disabled {
  border: 1px solid var(--neutral400, #d6d6d6);
  background: var(--neutral300, #f0f0f0);
  margin-top: 4px;
  border-radius: 0;
  min-height: 36px;
}

.show-image:hover {
  background: var(--neutral200, #f7f8f7);
}

select {
  /*  background: blue !important;*/
}

select:not(.select-multiple) {
  /*  background: red !important;*/
}

.btn-settings {
  cursor: pointer !important;
}

.btn-settings .btn {
  border: none !important;
}

.btn-settings:hover .btn {
  background: var(--neutral300, #f0f0f0) !important;
}

.btn-settings ul {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-settings li a {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom: 1px solid var(--neutral400, #d6d6d6);
}

.btn-settings li img {
  width: 20px;
  height: 20px;
}

.show-description {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.bottom-list-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; /* Centra verticalmente los hijos */
  padding-top: 5px;
  padding-bottom: 2rem;
}

.bottom-list-info .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.empty-list-info {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 2rem;
}

.empty-list-info-left {
  width: 100%;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 2rem;
}

.empty-list-info h5,
.empty-list-info-left h5 {
  color: var(--neutral600, var(--neutral600, #333));

  /* Desktop/H4 */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.empty-list-info p,
.empty-list-info-left p {
  color: var(--neutral600, var(--neutral600, #333));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.pro-tabs {
  width: 100%;
  border-bottom: 1px solid var(--neutral300, #f0f0f0);
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
}

.pro-tabs button {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

  background: transparent;
  border: 2px solid transparent;
}

.pro-tabs button:active,
.pro-tabs button:hover,
.pro-tabs .tab.active {
  color: var(--primary300);
  border-bottom: 2px solid var(--primary300);
}

.pro-order-title {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Mobile/Body - M */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */

  margin-bottom: 0;
}

.row-precio-pedido {
  padding-right: 1rem;
}

.precio-pedido {
  margin-left: auto;
  margin-right: 0;

  padding-right: 0.5rem;

  display: flex;
  justify-content: space-between;
  align-items: center; /* Centra verticalmente los hijos */

  width: 300px;

  border-bottom: 1px solid #dcdcdc;
}

.precio-pedido p {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.precio-pedido p:not(.total) {
  color: var(--neutral600, var(--neutral600, #333));
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.precio-pedido .total {
  color: rgba(0, 0, 0, 0.8);

  /* Desktop/H2 */
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}

.presupuesto.container,
.cliente .container,
.pedido .container {
  border: 1px solid var(--neutral400, #d6d6d6);
  background: var(--neutral200, #f7f8f7);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.item-budget-info {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Mobile/Body - M */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */

  margin-bottom: 1rem;
}

.budget-bottom-buttons {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.budget-bottom-buttons button:not(:last-child) {
  margin-right: 0.5rem;
}

.wrapper__card {
  border: 3px solid #e5e5e5;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.wrapper__card .flex-row-card {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.wrapper__card .flex-row-card.end {
  justify-content: end;
}

.item-pedido-info {
  color: var(--neutral700, var(--neutral700, #1b1b1a));

  /* Mobile/Body - M */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.item-pedido-info label,
.item-budget-info label {
  font-weight: 600;
}

.item-pedido-info-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.item-pedido-info .title-pedido-info {
  color: var(--neutral700, var(--neutral700, #1b1b1a));
  font-weight: 600;
}

.pro-status-item {
  color: var(--neutral600, var(--neutral600, #333));

  flex-grow: 1;

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

  padding-right: 1rem;
}

.pro-status-item p {
  border-bottom: 3px solid var(--neutral300, #f0f0f0);
  padding-bottom: 0.5rem;
}

.pro-status-item.active p {
  border-bottom: 3px solid var(--color-primary-300, #a6342f) !important;
}

.pro-status-item.active .invoice-card p {
  border-bottom: none !important;
}

.btn-settings .dropdown-item.active,
.btn-settings .dropdown-item:active {
  background: var(--neutral300, #f0f0f0);
}

#bloc-customer .nav-pills,
#bloc-offers .nav-pills,
#bloc-347 .nav-pills {
  background-color: var(--white);
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  padding: 0;
  background: white;
  margin-bottom: 2rem;
  /*    border-bottom: 1px solid var(--neutral500);*/
  /*    gap: 20px;*/
}

#bloc-customer .nav-pills {
  margin-bottom: 1rem !important;
}

#bloc-customer .nav-pills .nav-item a,
#bloc-offers .nav-pills .nav-item a,
#bloc-347 .nav-pills .nav-item a {
  /*    //styleName: Desktop/Body - M;*/
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;

  color: var(--neutral500);
  flex: 1;
  border-radius: 0;
  border: none;
  /*    border-bottom: 1px solid var(--neutral500);*/
}

#bloc-customer .nav-pills .nav-item a.active,
#bloc-offers .nav-pills .nav-item a.active,
#bloc-347 .nav-pills .nav-item a.active {
  color: var(--primary300);
  border: none;
  border-bottom: 2px solid var(--primary300);
  background: white;
}

#bloc-customer .nav-pills .nav-item a:hover,
#bloc-offers .nav-pills .nav-item a:hover,
#bloc-347 .nav-pills .nav-item a:hover {
  color: var(--primary300);
  border: none;
  border-bottom: 2px solid var(--primary300);
  background: white;
}

.model-347-content {
  width: 524px;
}

.model-347-card {
  display: flex;
  width: 100%;
  padding: var(--Spacing_16, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;

  border: 1px solid var(--neutral400, #d6d6d6);
  background: var(--neutral200, #f7f8f7);
}

.model-347-card p {
  margin-bottom: 0;
}

.model-347-card .buttons-row {
  display: inline-flex;
  gap: 2rem;
}

.btn-per-simple img {
  margin-bottom: 2px;
}

.btn-per-simple {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;

  background-color: transparent;
  border: none;

  color: var(--neutral600);
}

.btn-per-simple:hover {
  color: var(--primary300);
  text-decoration: underline;
}

#wrapper__delivery {
}

.wrapper__delivery__title {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.wrapper__delivery__subtitle {
  color: #898989;

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.wrapper__card {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 747px;
  padding: var(--Spacing_16, 16px);
  gap: var(--Spacing_16, 8px);

  margin-bottom: 2rem;

  border: 1px solid var(--neutral400, #d6d6d6);
  background: var(--neutral100, #fff);
}

.wrapper_card_cc {
  margin-right: auto;
}

.wrapper_card_cc img {
  width: 32px;
  margin-right: 5px;
}

.wrapper_card_cc span {
  color: var(--neutral700, #1b1b1a);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.wrapper__card__bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

.wrapper__card__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}

.wrapper__card__bottom div {
  flex-grow: 1;
}

.wrapper__card__title {
  color: var(--neutral700, #1b1b1a);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-bottom: 0;
}

.wrapper__card__label {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.wrapper__card__value {
  color: var(--neutral700, #1b1b1a);

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

  margin-bottom: 0;
}

.notice-warning {
  border: 1px solid var(--neutral400, #d6d6d6);
  background: var(--neutral200, #f7f8f7);
  border-radius: 4px;
  padding: 1rem;
}

.bottom-logo-input-group {
  position: relative;
  align-items: center;

  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.bottom-logo-input-group > .custom-file,
.bottom-logo-input-group > .custom-select,
.bottom-logo-input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.kod-picker {
  padding: 0.3rem;
  background: white;
  border-radius: 8px;
}

.sp-thumb-el,
.sp-preview-inner {
  width: 28px !important;
  height: 28px !important;
  border-radius: 14px !important;
}

.sp-thumb-inner {
  border-radius: 14px;
}

.sp-replacer {
  background: white !important;
  border: none !important;
  height: 36px;
}

.sp-replacer .sp-preview {
  border: none !important;
  background: transparent;
}

.sp-dd {
  margin-top: 6px;
  background-image: url("/front/hi/chevron-left.svg");
}

.spectrum-icon-kd {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.spectrum-icon-kd-left {
  padding-left: 6px;
}

.spectrum-icon-kd-right {
  padding-right: 10px;
}

.spectrum-icon-kd img {
  width: 24px;
  height: 24px;
}

#spectrum-div {
  cursor: pointer;
}

#spectrum-div input {
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}

.custom-control-input {
  width: 16px;
  height: 16px;
}

.custom-control-input-lg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.custom-control-input-xl {
  margin-top: 8px;
  width: 24px;
  height: 24px;
}

.hi-checkbox-div {
  display: inline-block;
  margin-right: 1rem;
}

.fixed-button-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.img-logo-customer {
  display: block;
  margin-top: 5px;
  max-width: 200px;
  max-height: 80px;
}

.quantity-show input[type="number"]::-webkit-outer-spin-button,
.quantity-show input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1 !important;
  margin-left: 5px !important;
}
.quantity-show input[type="number"] {
  -moz-appearance: textfield !important;
}

/** modal vue **/

.kd-modal-wrapper {
  position: fixed;
  margin: auto;
  width: 500px;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  right: 0;
  background-color: white;
}

.kd-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.budget-sticky {
  position: sticky;
  top: 0;
  background: white;
  /*  box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 5%);*/
  z-index: 3;
  height: 100px;
}

.budget-right-header {
  display: flex;
  justify-content: end;
  align-items: center;
}

.row-sticky {
  position: sticky;
  top: 100px;
  background: white;
  z-index: 2;
  height: 80px;
}

.invoice-card {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  justify-content: space-between;

  border: 1px solid var(--neutral400, #d6d6d6);
  background: var(--neutral100, #fff);
}

.invoice-card p {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - S */
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */

  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.invoice-card img {
  padding: 5px;
  border-radius: 5px;
}
.invoice-card img:hover {
  background: var(--neutral300, #f0f0f0);
}

/** recover password **/

.recover-title {
  color: var(--color-primary-300, #a6342f);

  /* Desktop/H2 */
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}

.recover-subtitle {
  color: var(--neutral500, var(--neutral500, #425960));

  /* Desktop/Body - L */
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.landing-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

/** swal **/

.swal2-popup {
  padding: 0.5rem !important;
}

.swal2-popup .swal2-title {
  color: #000;

  /* Mobile/H2 */
  font-family: "Source Sans Pro" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important; /* 27px */
}

.swal2-content {
  color: var(--neutral600, var(--neutral600, #333));

  /* Desktop/Body - M */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.swal2-icon {
  /*
  margin: 1.25em auto 1.25em !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  */
}

.swal2-icon-text {
  font-size: 2.25rem !important;
}

.swal2-popup .swal2-actions {
  justify-content: end !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swal2-actions button {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.swal2-confirm {
  font-family: "Source Sans Pro";
  background-color: var(--neutral600) !important;
  color: var(--white) !important;
  border: 1px solid var(--neutral600) !important;
  padding: 12px 24px 12px 24px !important;
}

.swal2-confirm:hover {
  background-color: var(--primary300) !important;
  color: var(--white) !important;
  border-color: var(--primary300) !important;
}

.swal2-cancel {
  font-family: "Source Sans Pro";
  background-color: var(--white) !important;
  color: var(--neutral500) !important;
  border: 1px solid var(--neutral500) !important;
  padding: 12px 24px 12px 24px !important;
}

.swal2-cancel:hover {
  background-color: var(--neutral200) !important;
  color: var(--neutral500) !important;
  border-color: #a6a6a6 !important;
}

.top-buttons-1 {
  text-align: right;
}

/*
.select2-table .select2-results{background-color: #fff!important;position: fixed!important;left: 0!important;right: 0!important;margin: auto!important;width: 90%!important;}
.select2-table .select2-results__option--highlighted[aria-selected]{background-color: #f5f5f5!important;}
.select2-table .select2-results>.select2-results__options{border:1px solid #ccc;max-height: 750px;}
.select2-table .select2-results__option[aria-selected]{padding: 0 0px!important;}
*/

.form-product-searcher
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5 !important;
}

.form-product-searcher
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option
  td {
  background: transparent !important;
}

.label-points {
  background: var(--color-semantic-success-100, #e5fff2);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  padding: 5px 10px;
  width: fit-content;
  margin-left: 20px;
  margin-bottom: 0.5rem;
  border-radius: 25px;
  font-weight: 600;
}

.label-points a {
  color: var(--color-semantic-success-200, #0b824c);
  line-height: 2rem;
}

.label-points:hover {
  background: var(--color-semantic-success-200, #0b824c);
}

.label-points:hover a {
  color: var(--white, #fff);
}

.label-points .label-a .icon {
  display: inline;
}

.label-points .label-a .icon-white {
  display: none;
}

.label-points:hover .label-a .icon {
  display: none;
}

.label-points:hover .label-a .icon-white {
  display: inline;
}

.label-points-info {
  color: var(--color-semantic-success-200, #0b824c);
  padding: 5px 10px;
  width: fit-content;
  margin-left: 5px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

.label-points:hover + .label-points-info {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.kd-shadow {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.text-primary300 {
    color: var(--color-primary-300, #a6342f);
}

/** loading **/

.loading-message {
  position: relative;
  top: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.loading-message img {
  display: block;
  margin: auto;
}
.loading-message.loading-ok small {
  color: var(--success200);
}
.loading-message small {
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font-size: 0.9vmax;
  display: block;
  margin: 3rem auto;
}
.spinner-cube {
  margin: auto;
  width: 25px;
  height: 25px;
  position: relative;
}

.spinner-cube > div {
  background-color: var(--neutral400);
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -7px;
  top: 0.5rem;
  left: 0;

  bottom: 100%;
  border: 2px solid var(--white);
  -webkit-animation: cuberotate 2s infinite ease-in-out;
  animation: cuberotate 2s infinite ease-in-out;
}

.spinner-cube div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.spinner-cube div:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.spinner-cube div:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.spinner-cube div:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes cuberotate {
  25% {
    -webkit-transform: translateX(25px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(25px) translateY(25px);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateX(0px) translateY(25px);
    opacity: 0.25;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes cuberotate {
  25% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(25px) translateY(25px);
    transform: translateX(25px) translateY(25px);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateX(0px) translateY(25px);
    transform: translateX(0px) translateY(25px);
    opacity: 0.25;
  }
  100% {
    opacity: 0.1;
  }
}

@media screen and (max-width: 480px) {
  .sidebar-pro {
    width: 100%;
    top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .main-pro {
    padding-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .label-points {
    padding: 2px 6px;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0.5rem;
    border-radius: 25px;
    font-weight: 600;
  }

  .label-points a {
    line-height: 1.5rem;
    font-size: 0.8rem;
  }

  .label-points a img:first-child,
  .label-points a img:nth-child(2) {
    width: 16px;
    height: 16px;
  }

  .sidebar-pro {
    width: 100%;
    top: 45px;
  }

  #sidebar-pro-header {
    display: block;
  }

  #sidebarMenu {
    display: none;
  }

  #sidebarMenuMobile {
    display: block;
  }

  .main-pro .container.cabecera {
    padding-top: 1rem;
  }

  .main-pro .row {
    margin-left: 0;
    margin-right: 0;
  }

  .pro-title {
    color: var(--neutral700, #1b1b1a);

    /* Mobile/H1 */
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
  }

  .main-sidebar-pro {
    position: relative;
    width: 100%;
    padding-top: 90px;
    margin-bottom: -45px;
  }

  #sidebarMenuMobile.sidebar-pro {
    /*    position: relative;*/
    padding: 0 0 0 0; /* Height of navbar */
    width: 100%;
  }

  .sidebar-pro-header .list-group-item,
  .sidebar-pro .list-group-item {
    border-radius: 0;
  }

  .sidebar-pro .list-group-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar-pro .list-group-item:not(.visible) {
    display: none;
  }

  .sidebar-pro .list-group-item-mobile {
    border-top: 1px solid #d6d6d6;
  }

  .sidebar-pro .list-group-item-mobile:nth-last-child(2) {
    border-bottom: 1px solid #d6d6d6;
  }

  .sidebar-pro .list-group-item-mobile.active {
    border-left: 4px solid var(--primary300, #a6342f) !important;
  }

  .sidebar-pro-header .list-group-item-mobile.active span,
  .sidebar-pro .list-group-item-mobile.active span {
    font-weight: 600;
    color: var(--neutral600);
  }

  .sidebar-pro-header .list-group-item-mobile.active img,
  .sidebar-pro .list-group-item-mobile.active img {
    margin-left: -4px;
  }

  .list-group-item-header {
    color: var(--neutral600, #333333) !important;
    border-top: 1px solid #d6d6d6;
    background: var(--color-primary-100, #ffe8ea) !important;
  }

  .list-group-item-header span {
    font-weight: 600;
  }

  #list-group-item-header-chevron,
  #list-group-item-header-close {
    float: right;
  }

  .sidebar-pro .list-group-item:not(.list-group-item-header).active,
  .sidebar-pro .list-group-item:not(.list-group-item-header).active img {
    background: white;
  }

  .sidebar-pro .list-group-item.logout.visible {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
  }

  .pro-subtitle {
    color: var(--neutral600, #333333);

    /* Mobile/H3 */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }

  .mobile-pt-0 {
    padding-top: 0 !important;
  }
  .mobile-pt-1 {
    padding-top: 0.25rem !important;
  }
  .mobile-pt-2 {
    padding-top: 0.5rem !important;
  }
  .mobile-pt-3 {
    padding-top: 1rem !important;
  }

  .mobile-pb-0 {
    padding-bottom: 0 !important;
  }
  .mobile-pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .mobile-pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .mobile-pb-3 {
    padding-bottom: 1rem !important;
  }
  .mobile-pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .mobile-pb-5 {
    padding-bottom: 2rem !important;
  }
  .mobile-pb-6 {
    padding-bottom: 3rem !important;
  }
  .mobile-pb-7 {
    padding-bottom: 4rem !important;
  }

  .mobile-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mobile-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mobile-px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .mobile-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mobile-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mobile-py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mobile-mt-0 {
    margin-top: 0 !important;
  }
  .mobile-mt-1 {
    margin-top: 0.25rem !important;
  }
  .mobile-mt-2 {
    margin-top: 0.5rem !important;
  }
  .mobile-mt-3 {
    margin-top: 1rem !important;
  }
  .mobile-mt-4 {
    margin-top: 2rem !important;
  }

  .mobile-mb-0 {
    margin-bottom: 0 !important;
  }
  .mobile-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mobile-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mobile-mb-3 {
    margin-bottom: 1rem !important;
  }

  .mobile-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mobile-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mobile-mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .layout-header-pro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;

    margin-bottom: 1rem;
  }

  .layout-header-pro-div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-right: none !important;
  }

  .layout-header-pro-div:not(:first-child) {
    padding-top: 2px;
  }

  .layout-header-pro-div:not(:last-child) {
    padding-bottom: 2px;
  }

  .layout-header-pro-div:first-child {
    border-bottom: 1px solid #dcdcdc;
  }

  .layout-header-p {
    color: var(--neutral500, var(--neutral500, #425960));

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }

  .layout-header-value {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
  }

  .slider_pro .slick-list {
    padding-right: 15% !important;
  }

  .slider_pro .slick-slide {
    margin: 0 0 0 1rem;
  }

  .top-buttons-1 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .top-buttons-1 a,
  .top-buttons-1 button {
    margin-right: 0 !important;
  }

  .top-buttons-1 *:first-child {
    flex-grow: 1;
  }

  .top-buttons-1 a:not(.dropdown-item),
  .top-buttons-1 button {
    text-align: center;
  }

  .list-peralba-pro {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .list-peralba-pro-item {
    border: 1px solid var(--neutral400, #d6d6d6);
    background: var(--neutral100, #fff);

    padding: 12px;
    display: flex;
    width: 100%;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .list-peralba-pro-item-row {
    display: flex;
    align-items: center;
    align-self: stretch;
  }

  .list-peralba-pro-item-row-top {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }

  .list-peralba-pro-item-row-buttons {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 1rem;
  }

  .list-peralba-pro-item-row-buttons button {
    flex-grow: 1;
  }

  .list-peralba-pro-item-row p,
  .list-peralba-pro-item-row-top p {
    margin-bottom: 0;
  }

  .list-peralba-pro-item-row p:first-child {
    width: 112px;
    min-width: 112px;

    color: var(--neutral500, var(--neutral500, #425960));

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */

    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .list-peralba-pro-item-row-1item p {
    width: 100%;
    text-align: right;

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */

    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }



  .list-pro-item {
    border: 1px solid var(--neutral400, #d6d6d6);
    background: var(--neutral100, #fff);

    padding: 8px;
    display: flex;
    width: 100%;

    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);

    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*gap: 8px;*/
  }

  /*
  .list-pro-item-row {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  */

  .list-pro-item-row-top {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }

  .list-pro-item-row-buttons {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 1rem;
  }

  .list-pro-item-row-buttons button {
    flex-grow: 1;
  }

  .list-pro-item-row p,
  .list-pro-item-row-top p {
    margin-bottom: 0;
  }

  .list-pro-item-row img {
    max-height: 20px;
    max-width: 100%;
  }

  .list-pro-item-row label {
    width: 112px;
    min-width: 112px;

    color: var(--neutral500, var(--neutral500, #425960));

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }

  .list-pro-item-row-1item p {
    width: 100%;
    text-align: right;

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }



  .bottom-list-info .show-description {
    width: 100%;
  }

  .bottom-list-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }

  .bottom-list-info .pagination {
    margin-top: 0.5rem;
  }

  .empty-list-info {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2rem;
  }

  .empty-list-info-left {
    width: 100%;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 2rem;
  }

  .wrapper__card {
    width: 100%;
  }

  #bloc-customer .nav-pills,
  #bloc-offers .nav-pills,
  #bloc-347 .nav-pills {
    margin-bottom: 1rem;
  }

  #bloc-customer button {
    display: block;
    margin-left: auto;
    margin-right: 1rem;
  }

  .model-347-content {
    width: 100%;
  }

  .model-347-card {
    padding: var(--Spacing_16, 12px);
    gap: 0;
  }

  .model-347-card .model-347-can {
    margin-bottom: 1rem;
  }

  .model-347-card .buttons-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0rem;
  }

  .item-pedido-info label {
    width: 112px;
    min-width: 112px;

    color: var(--neutral500, var(--neutral500, #425960));

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */

    align-self: flex-start;
  }

  .item-pedido-info p {
    margin-bottom: 0.2rem;
  }

  .item-pedido-info .title-pedido-info {
    width: 112px;
    min-width: 112px;
    font-weight: 600;

    color: var(--neutral500, var(--neutral500, #425960));

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    margin-bottom: 0 !important;
  }

  .item-pedido-info-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.25rem;
    width: 100%;
    margin-left: -10px;
  }

  .pro-status-item {
    flex-grow: 0;

    color: var(--neutral600, var(--neutral600, #333));

    /* Mobile/Body - M */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */

    padding: 0 0 0 6px;

    border-left: 3px solid var(--neutral300, #f0f0f0);
  }

  .pro-status-item p {
    border-bottom: none !important;
    padding-bottom: 0rem;
    margin-bottom: 0;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .pro-status-item.active p {
    border-bottom: none !important;
  }

  .pro-status-item.active {
    border-left: 3px solid var(--color-primary-300, #a6342f) !important;
  }

  .invoice-card {
    padding: 4px 8px;
  }

  .invoice-card p {
    padding-bottom: 0;
  }

  .presupuesto.container,
  .cliente .container,
  .pedido .container {
    border: none !important;
    background: var(--neutral100, #fff);
    box-shadow: none;
  }

  .presupuesto.container > .row:first-child,
  .cliente .container > .row:first-child,
  .pedido .container > .row:first-child {
    border: 1px solid var(--neutral400, #d6d6d6);
    background: var(--neutral200, #f7f8f7);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  }

  .row-precio-pedido {
    padding-left: 0;
  }

  .precio-pedido {
    margin-left: 0;
    margin-right: auto;

    display: flex;
    justify-content: start;

    width: 260px;
    padding-left: 0.25rem;
  }

  .precio-pedido p:first-child {
    width: 112px;
    min-width: 112px;

    padding-left: 0.5rem;
  }

  .precio-pedido p:not(:first-child) {
    width: 152px;
    min-width: 152px;

    padding-left: 0.5rem;
  }

  .mobile-childs-grow-1 button {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .item-budget-info p {
    margin-bottom: 0;
  }

  .table-responsive .mobile-min-width-1200 {
    min-width: 1200px;
  }

  .table-responsive .mobile-min-width-1000 {
    min-width: 1000px;
  }

  .budget-bottom-buttons {
    flex-direction: column;
  }

  .budget-bottom-buttons button:not(:last-child) {
    margin-right: 0;
  }

  .budget-bottom-buttons button {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .modal-header-filters {
    padding: 1rem !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .modal-header-filters h5 {
    color: rgba(0, 0, 0, 0.8);

    /* Mobile/Body - L */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    margin-bottom: 0;
    padding-right: 2rem;

    flex-grow: 1;
    text-align: center;
  }

  .modal-header-filters .btn-close {
    margin: 0 !important;
  }

  .fs-0_8em {
    font-size: 0.8em;
  }


}
