.section-filter {
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  position: relative;
}
.section-tags-filter {
  overflow-x: hidden;
  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;
}
.dt-paging-button {
  font-size: 14px;
  color: #222 !important;
}
.dt-paging-button.current {
  font-size: 16px;
  background: white;
  border-radius: 8px;
  padding: 4px;
  min-width: 32px;
}
div.dt-container select.dt-input {
  border-radius: 8px!important;
  margin: 0 4px!important;
  text-align: center!important;
  font-size: 16px!important;
}
.dt-checkbox-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px !important;
}
.dt-checkbox-col .custom-radio {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    position: relative;
    margin-bottom: 8px;
    margin-top: 7px;
    width: auto;
    margin-inline-end: 8px;
}
.dt-checkbox-col .custom-radio input+span {
    top: -16px;
    left: -4px;
}
.section-delete-product {
    position: relative;
    display: inline-flex;
    width: fit-content;
}
.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;
}
.table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-radius: 8px!important;
  overflow: hidden!important;
}
/*table {
  table-layout: fixed;
}*/

table.dataTable {
    border-radius: 8px!important;
    overflow: hidden!important;
}
.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: 20px;
}
.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: #222;
}
.gral-table .table-bordered th, .gral-table .table-bordered td {
  padding: 12px 16px;
  vertical-align: middle;
  border: 0;
  border-top: 1px solid #dee2e6;
  border-left: 0.5px solid #eee;
  line-height: normal;
  font-size: 15px;
  font-weight: 500;
}
.gral-table .table-bordered th, .gral-table .table-bordered td span {
  font-size: 12px;
  width: auto;
  /*padding-inline-end: 4px;*/
}
.gral-table {
  border-radius: 9px;
  margin-bottom: 16px;
  display: block!important;
}
.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;
}
.detail-btn-card {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: #F7F7F7;
    border: 1px solid #ddd;
    padding: 0;
    cursor: pointer;
    transition: right 0.3s ease;
    height: 100%;
    width: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 8px 8px 0;
}
.detail-btn-card p {
    font-size: 11px;
    letter-spacing: 0.1px;
    color: #888;
    font-weight: 500;
}
.detail-btn-card i {
    font-size: 16px;
    padding: 6px 0 2px 0;
    color: #888;
}
.invoice-pass {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.invoice-pass:last-child {
  margin-inline-start: 16px;
}
.invoice-pass:only-child{
  margin-inline-start: 0px;
}
.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;
}
tr td.emoji {
    font-size: 13px;
    padding: 0px;
    margin: 0;
    height: 24px;
    width: 40px!important;
}
tr td.emoji i {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.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;
}
.label-sinpe {
  color: #FFF;
  background-color: #000;
  padding: 8px 12px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding-inline-end: 12px !important;
  margin-bottom: 0px;
  position: relative;
  height: 24px;
  width: 75px;
}
.card-content.keybre-b {
  width: 100%;
}
.custom-radio.productList {
    position: absolute;
    right: 12px;
    top: 4px;
}
.gral-table table tr.selected {
  background-color: #e6e6e6;
}


@media (max-width: 1200px) {


}

@media (max-width: 992px) {

.label-sinpe {
    padding: 8px 8px;
}

}

@media (max-width: 768px) {

.data-sinpe {
  height: 24px;
  width: auto;
  font-size: 12px;
  color: #FFF;
  background-color: #000;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  margin: 4px 0;
  font-weight: 600;
}
.gral-table {
  display: none!important;
}
.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: 12px 16px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 0px 16px -2.5px #ebebeb;
  z-index: 1;
  border: 1px solid #e1e1e1;
  /*margin-bottom: 8px;*/
  margin-top: 8px;
}
.card-content:first-child {
  margin-top: 0px;
}
.card-exchange-rate {
  width: 100%;
  box-shadow: none;
}
.card-exchange-rate .name-money .emoji i {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}
.card-exchange-rate .name-money {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.card-exchange-rate .name-money b {
  padding-inline-end: 4px;
}
.card-exchange-rate .title-exchange-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #565656;
}
.card-exchange-rate .number-exchange-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.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: 600;
  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: 0px;
}

.section-delete-product {
  margin: 8px 0 12px;
}

/*.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;
}*/

}