.section-filter {
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  position: relative;
}
.section-tags-filter {
  overflow-x: auto;
  width: 100%;
  overflow-y: hidden;
  display: inline-block;
  width: calc(100% - 60px);
  height: 36px;
  white-space: nowrap;
}
.tags-filter {
  height: 32px;
  background-color: #eee;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  border-radius: 32px;
  color: #565656;
  font-weight: 500;
  margin-inline-end: 8px;
  display: inline-flex;
  position: relative;
  padding-inline-end: 40px;
}
.tags-filter.allproducts {
  padding-inline-end: 16px;
}
.tags-filter:last-child {
  margin-inline-end: 0px;
}

.tags-filter a.button-close-tag {
  height: 22px;
  width: 22px;
  border-radius: 22px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  color: #565656;
  position: absolute;
  right: 4px;
  font-weight: bold;
  box-shadow: 0px 0px 2px 1px #ccc;
}

.historical-amount i {
  font-size: 14px;
  padding-inline-end: 12px;
  font-weight: bold;
}

.historical-amount i.icon-arrow-top {
  color: #197C31;
}
.historical-amount i.icon-arrow-bottom {
  color: #c84040;
}

/* Opcional: Personalización del scroll */
.section-tags-filter::-webkit-scrollbar {
  height: 2px;
}

.section-tags-filter::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.section-table-cards {
  width: 100%;
  display: flex;
}
.title-mobile span {
  font-size: 0;
}
.filter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 4px;
}
.normal-col-table {
  width: 16%;
  border-left: 1px solid #b3b3b3;
}
.table-bordered thead tr th.normal-col-table:last-child {
  width: 4%;
}

.clear-product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  color: #565656;
  font-size: 15px;
}
.more-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  font-size: 15px;
}
.button-filter {
  width: 60px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Botón flotante */
.floating-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #e63946;
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.gral-table table tbody {
  border: 1px solid #e2e2e2;
  box-shadow: inset 0px 0px 0px 1px #ccc;
  border-radius: 0 0 8px 8px;
}
.gral-table table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.gral-table table {
  text-align: left;
  margin-bottom: 0;
}
.gral-table table tr {
  font-size: 14px;
  font-weight: 500;
  color: #565656;
}
.gral-table .table-bordered th, .gral-table .table-bordered td {
  padding: 16px;
  vertical-align: middle;
  border: 0;
  border-top: 1px solid #dee2e6;
  border-left: 0.5px solid #eee;
  line-height: normal;
}
.gral-table {
  border-radius: 9px;
  margin-bottom: 16px;
}
.gral-table table thead tr th {
  font-size: 15px;
  font-weight: 500;
  width: 16%;
  vertical-align: middle;
  border-left: 0.5px solid #b3b3b3 !important;
}
.normal-col-table.short-column {
  width: 8%;
}
.historical-state {
  font-size: 8px;
  display: flex;
  justify-content: center;
}
.historical-state.completed {
  color: #33A82B;
}
.historical-state.incomplete {
  color: #c84040;
}
.historical-state.pending {
  color: #E0720C;
}
.invoice-pass {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
}
.gral-table table thead tr th span.dt-column-title {
  font-size: 14px;
  font-weight: 500;
  width: 16%;
  vertical-align: middle;
  line-height: normal;
}
.sector-trash-mobile {
  width: 4%;
}

.gral-table tr td.gral-table-options a {
  padding: 0 6px;
  color: #565656;
}
.gral-table tr td.gral-table-options a i {
  font-size: 16px;
}

.gral-table tr td.gral-table-destination { width: 20%}
.gral-table tr td.gral-table-date { width: 20%}
.gral-table tr td.gral-table-concept { width: 25%}
.gral-table tr td.gral-table-ammount { width: 20%}
.gral-table tr td.gral-table-options { width: 15%}

.gral-table tr td.gral-table-concept {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.setting-gral-table {
  position: absolute;
  right: 24px;
  top: 28px;
}

.setting-gral-table i {
  font-size: 16px;
  color: #565656;
}
.segmented-controls {
  border-radius: 32px;
  background: #F7F7F7;
  height: 32px;
  padding: 2px;
  border: 1px solid #D9D9D9;
  width: inherit;
  max-width: 260px;
  margin: inherit!important;
  display: flex!important;
  justify-content: flex-start!important;
}
.cards-in-mobile {
  display: none;
}
.historical-action {
  display: flex;
  align-items: center;
}
.detail-authorization i {
  font-size: 24px;
  margin-inline-start: 16px;
  color: #222;
}
.remove-authorization i {
  font-size: 24px;
  margin-inline-start: 16px;
  color: #c84040;
}
.approve-authorization i {
  font-size: 24px;
  margin-inline-start: 16px;
  color: #33A82B;
}
.detail-authorization {
  white-space: nowrap;
}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {


}

@media (max-width: 768px) {

.button-filter {
  width: auto;
}
.cards-in-mobile {
  display: block;
}
.card-general {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  border-radius: 8px;
}
.card-content {
  display: block;
  width: calc(100% - 64px);
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
  box-shadow: 4px 0px 12px -2.5px #c3c0c0;
  z-index: 1;
  border: 1px solid #ccc;
}
.data-in-card {
  font-size: 14px;
  font-weight: normal;
  text-align: start;
  width: 100%;
  display: block;
  color: #565656;
  margin-bottom: 0px;
  align-items: center;
}
.data-in-card.card-table-main {
  font-size: 16px;
  font-weight: normal;
  text-align: start;
  width: 100%;
  display: block;
  color: #222;
  margin-bottom: 4px;
}
.historical-date {
  font-size: 12px;
  font-weight: 500;
}
.historical-reference-number {
  font-size: 14px;
  padding-inline-end: 4px;
}
.historical-concept {
  font-size: 14px;
  padding-inline-start: 4px;
}
.state-table {
  font-size: 12px;
}
.arrows-advance i {
  padding: 0 6px;
  font-size: 12px;
  font-weight: 600;
}
.arrows-advance.completed i {
  color: #33A82B;
}
.arrows-advance.incomplete i {
  color: #c84040;
}
.arrows-advance.pending i {
  color: #E0720C;
}
.historical-amount {
  padding-top: 2px;
}
.historical-state {
  font-size: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.historical-state p {
  color: #565656; 
}
.historical-state i {
  font-size: 6px;
  padding-inline-end: 4px;
}
.historical-state.completed i {
  color: #33A82B;
}
.historical-state.pending i {
  color: #E0720C;
}
.arrows-advance-link {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
}
.arrows-advance-link i {
  font-weight: 600;
  color: #222;
}


}

@media (max-width: 576px) {

.cards-in-mobile {
  padding-bottom: 64px;
}

/*.card-content {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background-color: white;
  transition: left 1s ease;
  transform: translateX(0);
  transition: transform 0.8s ease;
}

.card-content.swiped {
  width: calc(100% - 64px);
  border-radius: 8px 0 0 8px;
  transition: right 1s ease;
  transform: translateX(0px);
  transition: transform 0.8s ease;
}*/

}