.custom-select {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
    --bs-btn-font-family: ;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-body-bg);
    box-shadow: var(--bs-btn-box-shadow);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-select-alt {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.help {
    display: none;
}


.drop-zone {
    width: 100%;
    border: 2px dashed #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    min-height: 200px;
}

.drop-zone img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}


#previewImage video {
    width: 100%;
}

.img-table {
    width: 30px;
}

tr.selected td {
    background-color: #007bff;
    color: white;
}


.daterangepicker {
    background-color: #21252A;
    border: 1px solid #494B4E;
}

.daterangepicker .ranges li:hover {
    background-color: #495057;
}

.loader-body {
    width: 100%;
    height: 100vh;
    margin: 0px !important;
    display: flex;
    align-items: center;
    text-align: center;
}

.loader-redirect {
    width: 100%;
}

.loader-redirect i {
    --fa-beat-fade-opacity: 0.1;
    --fa-beat-fade-scale: 1.25;
    font-size: 50px;
    margin-bottom: 10px;
}

.table-input td {
    padding: 0px !important;
}

.table-input input {
    width: 100% !important;
}


.delete-item {
    cursor: pointer;
}

.delete-item i {
    margin-left: 10px;
}

.lockscreen-wrapper img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.lockscreen-ima {
    width: 100%;
    text-align: center;
}

.lockscreen .lockscreen-item {
    background-color: transparent !important;
}


.text-bold {
    font-weight: bold !important;
}


.lockscreen-wrapper .loader {
    text-align: center;
    font-size: 70px;
}

.table-arqueo input {
    border: 0px;
    text-align: right;
    width: 100%;
}

.touch {
    cursor: pointer;
}

.footer-store ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.text-total {
    font-size: 23px;
    font-weight: bold;
}

.footer-store {
    margin-left: 20px;
    margin-right: 20px;
}


.store-body {
    height: 78vh;
}

tbody .item-active td {
    background-color: #ffff !important;
    color: #000 !important;
}


tbody .item-active input {
    background-color: #ffff !important;
    color: #000 !important;
}


.list-paid {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px !important;
    text-align: center;
}

.list-paid li {
    cursor: pointer;
    padding: 10px 5px;
    background-color: #343A40;
    margin-bottom: 5px;
    border-radius: 5px;
}


.list-paid .active {
    background-color: #0C6EFD;
}

.list-paid i {
    margin-right: 10px;
}

.list-paid li:hover {
    background-color: #0958ca;
}

.list-paid li:focus {
    background-color: #3c8bfd;
}

.list-paid li:active {
    background-color: #3c8bfd;
}

.text-sm {
    font-size: 13px;
}

pre {
    margin-bottom: 0px;
    color: #7BABF6;
}

form .accordion-button {
    padding: 10px 0px;
}


form .accordion-button:not(.collapsed) {
    color: var(--bs-modal-color);
    background-color: transparent;
    box-shadow: none
}

form .accordion-button:focus {
    box-shadow: none
}

#pagos_label li:nth-child(1) {
    color: var(--bs-body-color);
}

#pagos_label li {
    color: var(--bs-primary);
}


.ticket-prev {
    font-family: 'Courier New', monospace;
    white-space: pre;
    font-size: 14px;
    line-height: 1.2;
    background-color: white;
    color: #000;
    min-height: 50vh;
}


a._collapz_parant._close:after,
a._collapz_parant._open:after {
    content: "\f00d" !important;
    font-weight: 900;
    font-family: "Font Awesome 6 Free" !important;
    top: 8px !important;
}


ul._child_collapzion li a._collapz_child i {
    margin-top: 16px !important;
    margin-left: -1px;
    font-size: 20px;
    color: #000;
}

thead, tbody, tfoot, tr, td, th {
    color: #fff;
}


.hide-desktop {
    display: none !important;
}

@media (max-width: 768px) {
    .hide-desktop {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }
}


 #reader {
      width: 100%;
      height: 1/1;
      background: #fff;
    }