.invalid-input {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.menu-icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    font-size: 1.375rem;
}

.menu:not(.menu-no-animation) .menu-icon {
    transition: margin-right 0.3s ease;
}

[dir="rtl"] .menu-icon {
    margin-right: 0;
    margin-left: 0.5rem;
}

.menu:not(.menu-no-animation) [dir="rtl"] .menu-icon {
    transition: margin-left 0.3s ease;
}

@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: auto;
    }

    .table-responsive-sm {
        overflow-x: auto;
        overflow-y: auto;
    }

    .wrapper-buttons {
        margin-top: 30px;
    }

    #wrapperCol {
        margin-top: 10% !important;
    }

    .wrapper-pruebita {
        max-height: 30vh;
    }

    .hide-column {
        display: none;
    }
}

@media (min-width: 767px) {
    .table-responsive {
        overflow: inherit !important;
        /* Sometimes needs !important */
    }

    .wrapper-pruebita {
        max-height: 75vh;
    }
}

.echart-clients {
    width: 100%;
    position: relative;
    overflow: auto;
}

.echart-paymode {
    width: 100%;
    position: relative;
    overflow: auto;
}

.echart-graphic-clients {
    width: 100%;
    position: relative;
    overflow: auto;
}

.ID-load {
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ID-load > div {
    text-align: center;
}

.ID-load .id-load-content {
    text-align: center;
    margin-top: 5px;
    padding-top: 15px;
    border-top: solid 1px #aaa;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.ID-load .id-load-content .id-load-icon {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    text-align: center;
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    animation: pulse 1s ease infinite;
}

.ID-load .id-load-content .id-load-icon:nth-child(6) {
    animation-delay: 0.83333s;
}

.ID-load .id-load-content .id-load-icon:nth-child(5) {
    animation-delay: 0.66667s;
}

.ID-load .id-load-content .id-load-icon:nth-child(4) {
    animation-delay: 0.5s;
}

.ID-load .id-load-content .id-load-icon:nth-child(3) {
    animation-delay: 0.33333s;
}

.ID-load .id-load-content .id-load-icon:nth-child(2) {
    animation-delay: 0.16667s;
}

.ID-load .id-load-content .id-load-icon:nth-child(1) {
    margin-left: 0;
    animation-delay: 0s;
}

.ID-load .id-load-content .id-load-icon svg {
    width: 60%;
    height: auto;
}

.ID-load .id-load-content .id-load-icon svg path {
    fill: #ffffff;
}

.ID-load .id-load-content .id-shop {
    background-color: #488fff;
}

.ID-load .id-load-content .id-cart {
    background-color: #aa77dd;
}

.ID-load .id-load-content .id-register {
    background-color: #7775d9;
}

.ID-load .id-load-content .id-report {
    background-color: #17ce7b;
}

.ID-load .id-load-content .id-sale {
    background-color: #feaa55;
}

.ID-load .id-load-content .id-invetory {
    background-color: #0dd5aa;
}

@keyframes pulse {
    0%,
    50%,
    100% {
        transform: scale(1);
        filter: grayscale(1);
        opacity: 0.7;
    }

    25% {
        transform: scale(1.35);
        filter: grayscale(0);
        opacity: 1;
    }
}

.tachado {
    text-decoration: line-through;
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399;
}

.el-empty {
    --el-empty-padding: 20px 0;
    --el-empty-image-width: 150px;
    --el-empty-description-margin-top: 40px;
    --el-empty-bottom-margin-top: 10px;
    --el-empty-fill-color-0: #ffffff;
    --el-empty-fill-color-1: #fcfcfd;
    --el-empty-fill-color-2: #f8f9fb;
    --el-empty-fill-color-3: #f7f8fc;
    --el-empty-fill-color-4: #eeeff3;
    --el-empty-fill-color-5: #edeef2;
    --el-empty-fill-color-6: #e9ebef;
    --el-empty-fill-color-7: #e5e7e9;
    --el-empty-fill-color-8: #e0e3e9;
    --el-empty-fill-color-9: #d5d7de;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
}

.el-table__empty-block {
    position: sticky;
    min-height: 30px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.el-empty__image {
    width: 150px;
}

.el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto;
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.el-table--striped
    .el-table__body
    tr.el-table__row--striped.current-row
    td.el-table__cell {
    background-color: #ecf5ff;
}

.current-row {
    background-color: #f5f7fa !important;
}

.card-title-c {
    font-weight: 600;
    font-size: 14px;
}

.tachado {
    text-decoration: line-through;
}

.pay_mode {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}

.filters input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.btn-support {
    background-color: #1aafaa; /* Color de fondo */
    color: white; /* Texto blanco */
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease;
}

.btn-support:hover {
    background-color: #138f8f; /* Más oscuro al pasar el mouse */
}
