html, body, .mdc-dialog__title, .mdc-dialog__content, .mdc-floating-label,.mdc-text-field__input, .mdc-snackbar__label, .mdc-button {
    font-family: adelle, serif !important;
    font-size: 18px !important;
}

body {
    overflow-y: visible !important;
}

.spinner {
    align-items: center;
    background: rgba(23, 22, 22, 0.2);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
}


/*------------------------------------------------------------ Spinners ------------------------------------------------------------*/


/* loaders cuando carga datos despues de redirigir a una página */
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 5px solid rgb(130 130 130); /* color curva 1 */
    border-right: 5px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 5px solid rgb(248 248 248); /* color curva 2 */
    border-bottom: 5px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Growing spinner (cuando carga listados) */
.growing {
    width: 35px !important;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 7px solid #8d9399; /* Cambiado a #6c757d */
    box-sizing: border-box;
    animation: animgrowing 1s linear infinite alternate;
}

@keyframes animgrowing {
    0% {
        border-color: #8d9399 rgba(108, 117, 125, 0) rgba(108, 117, 125, 0) rgba(108, 117, 125, 0);
    }
    33% {
        border-color: #8d9399 #8d9399 rgba(108, 117, 125, 0) rgba(108, 117, 125, 0);
    }
    66% {
        border-color: #8d9399 #8d9399 #8d9399 rgba(108, 117, 125, 0);
    }
    100% {
        border-color: #8d9399 #8d9399 #8d9399 #8d9399;
    }
}


/*------------------------------------------------------------ ------------------------------------------------------------*/


.btn-lg {
    width: 15rem !important;
}

.formDestino {
    padding-top: 50px;
    padding-bottom: 50px;
}

#vista-pedido {
    cursor: pointer;
}

.wrapper {
    position: relative;
}

.devoluciones:focus, .tienda:focus {
    outline: none !important;
}

.carousel-control-prev .bi-chevron-compact-left, .carousel-control-next .bi-chevron-compact-right {
    color: black;
    font-size: 40px;
}

.rounded-pill {
    top: 0 !important;
    background-color: #cc5462 !important;
}

td > .img-thumbnail {
    width: 125px !important;
}

.titulo {
    color: #495057;
    background-color: #cfd7da;
    padding: 62px 0;
}

.notificacionImpactoStock {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #fad3d7;
    padding: 9px 18px 14px 14px;
    border-radius: 4px 20px 4px 20px;
    /*width: 325px;*/
}

.form-check-input:checked {
    background-color: #65a3ff !important;
    border-color: #65a3ff !important;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em !important;
}

.pillAcordion {
    border: 1px solid #b7bbbf !important;
    transform: translate(-83%,-54%) !important;
}

select {
    cursor: pointer;
}

.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill= '%23212529' %3e%3cpath fill-rule= 'evenodd' d= 'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e") !important;
}


/*------------------------------------------------------------ Accordion menu ------------------------------------------------------------*/


#ecommerce-pedidos button, #ecommerce-entregar button, #ecommerce-reimpresiones button {
    padding: 16px 18px !important;
}

.accordion-item .bodyEcommerce {
    border-radius: 0 !important;
}

.bodyEcommerce button {
    color: rgba(255,255,255,.55) !important;
}

.bodyEcommerce .accordion-button:not(.collapsed) {
    color: white !important;
}

.accordion-button {
    background-color: transparent !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item, .itemStock {
    background-color: #6c757d7d !important;
    border-radius: 25px !important;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 0;
}

#ecommerce .accordion-button {
    padding: 15px 35px;
    font-size: 17px;
}

.navbar-dark .navbar-nav .nav-link button {
    background: transparent;
    border: 0;
    padding: 16px 35px !important;
    width: 100%;
    text-align: start;
    color: rgba(255,255,255,.55) !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link button:hover, .bodyEcommerce:hover {
    color: rgba(255,255,255,.77) !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link button:focus, .bodyEcommerce:focus {
    color: white !important;
}

@media (max-width: 576px) {
    #offcanvasNavbar {
        background-color: rgb(72, 78, 84);
        width: 100%;
    }
}

@media (min-width: 577px) {
    #offcanvasNavbar {
        background-color: rgb(72, 78, 84);
        width: 340px;
    }
}



/*------------------------------------------------------------ Buttons ------------------------------------------------------------*/



button:disabled:hover, button[disabled]:hover, .btnAzul:disabled {
    border-color: #adb5bd;
    background-color: #adb5bd;
    color: white;
    cursor: not-allowed;
    box-shadow: none !important;
}

.btnFlecha:disabled:hover, .btnFlecha[disabled]:hover {
    padding: 0 !important;
    background-color: #adb5bd;
    color: white;
    border: 1px solid #adb5bd;
    width: 40px !important;
    cursor: not-allowed;
    box-shadow: none !important;
    border-radius: 20px;
}

.btnClave, .btnSalir {
    box-shadow: none !important;
}

.btnClave:active, .btnSalir:active {
    opacity: 0.7;
    color: #e9e9e9 !important;
}

.btnX {
    background-color: rgb(230 137 106);
    color: white;
    border-radius: 14px;
    cursor: pointer;
}

.btnX:hover {
    background-color: #fff8f6ff;
    color: rgb(230 137 106);
}

.btnFlecha {
    background-color: #7c888f70;
    color: white;
    height: 35px;
    width: 40px;
    border: 0;
    border-radius: 20px;
}

.btnFlecha:hover {
    background-color: #7c888f;
    color: white;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnPago:hover {
    opacity: 1;
}

.btnPago {
    opacity: 0.6;
}

.btnTicket {
    background-color: #ced4da;
    border: 0;
    border-radius: 20px;
    width: 45px;
    height: 44px;
}

.btnTicket:hover {
    background-color: #ced4da;
    border: 1px solid #adb5bd;
    border-radius: 20px;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnEtiqueta {
    background-color: #afbfcf;
    border-radius: 14px;
    color: white;
    cursor: pointer;
}

.btnEtiqueta:hover {
    background-color: #90acc8;
}

.btnPedidoCons {
    background-color: #f7e38c;
    border-radius: 14px;
    color: white;
    cursor: pointer;
}

.btnPedidoCons:hover {
    background-color: #fcdc58;
}

.btnPedido {
    background-color: #6686a6;
    border-radius: 14px;
    color: white;
    cursor: pointer;
}

.btnPedido:hover {
    background-color: #415f7d;
}

.btnValidar {
    padding: 15px;
    background-color: #6c757d;
    color: white;
    border: 1px solid #6c757d;
    transition-duration: 0.4s;
    width: 120px !important;
}

.btnValidar:hover {
    background-color: #e9ecef;
    color: #6c757d;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnVerde {
    padding: 15px;
    background-color: #ACDEAAFF;
    color: white;
    border: 1px solid #ACDEAAFF;
    transition-duration: 0.4s;
    width: 120px !important;
}

.btnVerde:hover {
    background-color: #f8f9fa;
    color: #ACDEAAFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnRojo {
    padding: 15px;
    background-color: #cc5462;
    color: white;
    border: 1px solid #cc5462;
    transition-duration: 0.4s;
    width: 120px !important;
}

.btnRojo:hover {
    background-color: rgba(204, 84, 98, 0.15);
    color: #cc5462;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnMarron {
    background-color: rgb(202 192 177);
    color: white;
    border-radius: 14px;
    cursor: pointer;
}

.btnMarron:hover {
    background-color: #F4F2EFFF;
    color: rgb(202 192 177);
}

.btnAmarillo {
    background-color: #ffc107;
    color: white;
    border-radius: 14px;
    cursor: pointer;
}

.btnAmarillo:hover {
    background-color: #fff9f3;
    color: #ffc107;
}

.btnAzul {
    padding: 6px;
    background-color: #8bb0d5;
    color: white;
    border: 1px solid #8bb0d5;
    transition-duration: 0.4s;
    width: 120px;
}

.btnAzul:hover {
    background-color: #dee8f2;
    color: #8bb0d5;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnRojoTabla {
    background-color: #cc5462 !important;
    color: white;
    border-radius: 30px;
    border: 1px solid #cc5462;
    transition-duration: 0.4s;
    width: 43px !important;
    height: 43px !important;
    font-size: 20px;
}

.btnRojoTabla:hover {
    background-color: #ea8590 !important;
    border: 1px solid #ea8590 !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnVerdeTabla {
    background-color: #43d0a7;
    color: white;
    border-radius: 30px;
    border: 1px solid #43d0a7;
    transition-duration: 0.4s;
    width: 45px !important;
    height: 45px !important;
    font-size: 22px;
}

.btnVerdeTabla:hover {
    background-color: #61e6bf;
    border: 1px solid #61e6bf;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.tablaStock .btnRojoTabla:hover {
    background-color: #cc5462;
    border: 1px solid #cc5462;
    box-shadow: none;
}

.tablaStock .btnVerdeTabla:hover {
    background-color: #43d0a7;
    border: 1px solid #43d0a7;
    box-shadow: none;
}

.btnAzulTabla {
    background-color: #8bb0d5;
    color: white;
    border-radius: 30px;
    border: 1px solid #8bb0d5;
    transition-duration: 0.4s;
    width: 45px !important;
    height: 45px !important;
    font-size: 18px;
}

.btnAzulTabla:hover {
    background-color: #aec3d8;
    border: 1px solid #aec3d8;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnGrisTabla {
    background-color: #808890;
    color: white;
    border-radius: 30px;
    border: 1px solid #808890;
    transition-duration: 0.4s;
    width: 45px !important;
    height: 45px !important;
    font-size: 22px;
}

.btnGrisTabla:hover {
    background-color: #9fa3a6;
    border: 1px solid #9fa3a6;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnGris {
    color: #6c757d;
    background-color: #cfd7da;
    width: 200px !important;
    margin: 0 12px;
    padding: 10px;
    border: 0;
    border-radius: 4px 10px 4px 10px;
}

.btnGris:focus-visible, .btnInbound:focus-visible{
    outline: none !important;
}

.btnInbound {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.btnConsolidado{
    background-color: #ACDEAAFF;
    color: white;
    border-radius: 14px;
    cursor: pointer;
    border: 0;
    padding: 25px 0;
}

.btnConsolidado:hover {
    background-color: #F2FFF2FF;
    color: #ACDEAAFF;
}

.btnC {
    background-color: #8aac89 !important;
    padding: 10px !important;
    border-radius: 25px !important;
}

.btnTransferido {
    background-color: rgb(202 192 177);
    color: white;
    border-radius: 14px;
    cursor: pointer;
    border: 0;
    padding: 25px 0;
}

.btnTransferido:hover {
    background-color: #F4F2EFFF;
    color: rgb(202 192 177);
}

.btnT {
    background-color: #9b958c !important;
    padding: 10px !important;
    border-radius: 25px !important;
}

.btnLight:focus {
    box-shadow: none !important;
}

.btnBack {
    position: sticky;
    font-size: 30px;
    background-color: #cfd7da;
    padding-bottom: 3px !important;
}

.btnAcciones {
    transition-duration: 0.3s;
    color: #5b7287 !important;
    background-color: #c2dbf2;
    font-size: 22px;
    border: 0;
    width: auto !important;
    margin: 0 10px !important;
    padding: 9px 0 !important;
    border-radius: 50%;
}

.btnAcciones:not(button:disabled):hover {
    color: #466079 !important;
    background-color: #d0e9ff !important;
    box-shadow: 0 5px 8px 1px #94a9bc;
}

.btnAcciones span {
    padding: 10px 15px !important;
    border-radius: 50%;
}

.btnIngresar:hover, .divExcel label:hover, .btnExcel:hover {
    box-shadow: 0 3px 10px 1px #bdbdbd;
}

.modal-body .btn-primary {
    background-color: transparent !important;
    border: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-body .btn-primary:focus, .modal-body .btn-secondary:focus, .modal-body .btn-info:focus {
    box-shadow: none !important;
}

.modal-body .btn-secondary {
    background-color: transparent !important;
    border: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-body .btn-info {
    background-color: #cc5462 !important;
    color: white !important;
    border: 0;
    border-radius: 25px;
    width: 105px !important;
    padding: 12px !important;
    margin-bottom: 16px !important;
    font-size: 17px;
}

.modal-body .btn-info:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


/*  ------------------------------------------------------------  Boton excel carga  ------------------------------------------------------------  */


.divInputExcel input, .divExcel input {
    display: none !important;
}

.divInputExcel label {
    margin: 6px 5px;
    cursor: pointer !important;
    text-align: center;
    border-radius: 24px;
    background-color: #adbece;
    color: #525a60 !important;
    width: auto;
    padding: 12px 42px;
}

.divInputExcel label:hover, #btnDescarga:not(button:disabled):hover{
    box-shadow: 0 7px 9px 1px #9da5ac !important;
}


/*------------------------------------------------------------ Buttons Notificaciones------------------------------------------------------------*/



.btnImpactar {
    padding: 4px;
    border-radius: 10px;
    background-color: #cc5462;
    color: white;
    border: 0;
    transition-duration: 0.4s;
    width: 100%;
}

.btnImpactar:hover {
    background-color: #be3040;
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
}

.btnVerdeNot {
    padding: 6px;
    background-color: rgba(32, 201, 151, 0.12);
    color: #1aa27b;
    border: 2px solid #1aa27b26;
    transition-duration: 0.4s;
    height: 52px;
    width: 100px;
    border-radius: 23px;
    font-size: 23px !important;
}

.btnVerdeNot:hover {
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.08), 0 17px 22px 0 rgba(0, 0, 0, 0.08);
}

.btnMarronNot {
    padding: 6px;
    background-color: rgb(217 206 190);
    color: #5f5849;
    border: 2px solid #38363217;
    transition-duration: 0.4s;
    height: 52px;
    width: 100px;
    border-radius: 23px;
    font-size: 23px !important;
}

.btnMarronNot:hover {
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.08), 0 17px 22px 0 rgba(0, 0, 0, 0.08);
}

.btnRojoNot {
    padding: 6px;
    background-color: rgb(251 226 228);
    color: #cc5462;
    border: 2px solid #cc546221;
    transition-duration: 0.4s;
    height: 52px;
    width: 100px;
    border-radius: 23px;
}

.btnRojoNot:hover {
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.08), 0 17px 22px 0 rgba(0, 0, 0, 0.08);
}

.btnAmarilloNot {
    padding: 15px 13px !important;
    margin: 0;
    background-color: rgb(250 238 197);
    color: #e4b937;
    border: 0 !important;
    transition-duration: 0.4s;
}

.btnAmarilloNot:hover {
    background-color: #fff0bc;
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.08), 0 17px 22px 0 rgba(0, 0, 0, 0.08);
}

.btnNaranjaNot {
    padding: 6px;
    background-color: rgb(230 137 106 / 25%);
    color: rgb(230 137 106);
    border: 2px solid rgb(230 137 106 / 21%);
    transition-duration: 0.4s;
    height: 52px;
    width: 100px;
    border-radius: 23px;
    font-size: 21px !important;
}

.btnNaranjaNot:hover {
    box-shadow: 0 1px 17px 0 rgba(0,0,0,0.08), 0 17px 22px 0 rgba(0,0,0,0.08);
}

.btnNotificacion {
    border: 0 !important;
    transition-duration: 0.4s;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #797e83;
    color: white;
}

.btnNotificacion:hover {
    background-color: #86888a;
    box-shadow: 0 1px 17px 0 rgb(0 0 0 / 23%), 0 17px 22px 0 rgba(0, 0, 0, 0.08);
}

.btnNotificacion:focus, .btnNotificacion:active:focus {
    box-shadow: 0 1px 17px 0 rgb(0 0 0 / 23%), 0 17px 22px 0 rgba(0, 0, 0, 0.08) !important;
}

.bi-bell::before {
    transform: rotate(24deg) !important;
}

.btnSoporte {
    z-index: 1;
    position: fixed !important;
    border: 0 !important;
    background-color: #bfe0cd !important;
    color: #248558 !important;
    padding: 13px 18px 12px 18px !important;
    font-size: 21px !important;
    transition-duration: 0.4s;
}

.btnSoporte:hover {
    color: #14693f !important;
    background-color: #c6e9d5 !important;
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.08), 0 17px 22px 0 rgba(0, 0, 0, 0.08);
}

.divBotonNoti.colapsar {
    right: 255px !important;
    transition: 0.1s ease-in-out right !important;
}

.divBotonNoti {
    width: auto !important;
    position: absolute !important;
    right: 148px !important;
    bottom: 85px !important;
    transition: 0.7s ease-in-out right !important;
}



/*------------------------------------------------------------ Boton ingresar ------------------------------------------------------------*/



#ingresar {
    text-decoration: none;
}

#ingresar:hover {
    background-color: #ffffffc9 !important;
}

#ingresar:active {
    background-color: white !important;
}



/*------------------------------------------------------------ Scroll ------------------------------------------------------------*/



::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}  

::-webkit-scrollbar-thumb {
    background-color: rgba(32, 33, 35, 0.22);
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 15px;
}

body::-webkit-scrollbar, select::-webkit-scrollbar {
    background-color: #e9ecef;
    width: 8px;
}

body::-webkit-scrollbar-thumb, select::-webkit-scrollbar {
    background-color: #8d949aba;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover, select::-webkit-scrollbar {
    background-color: rgba(141, 148, 154, 0.86);
    border-radius: 5px;
}



/*------------------------------------------------------------ Media query ------------------------------------------------------------*/



@media (max-width: 529px) {
    .dialogNoStock .mdc-dialog__surface {
        max-width: none !important;
        width: 92%;
        overflow: hidden;
    }   
}
    
@media (max-width: 529px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: none !important;
        width: 65%;
        overflow: hidden;
    }
}

@media (min-width: 530px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: none !important;
        width: 80%;
        overflow: hidden;
    }
}

/*@media (min-width: 0px) {*/
/*    #mediaBody {*/
/*        padding-top: 150px !important;*/
/*    }*/
/*}*/

/*@media (min-width: 695px) {*/
/*    #mediaBody {*/
/*        padding-top: 150px !important;*/
/*    }*/
/*}*/

/*@media (min-width: 576px) {*/
/*    #mediaBody {*/
/*        padding-top: 110px !important;*/
/*    }*/
/*}*/

/*@media (min-width: 707px) {*/
/*    #mediaBody {*/
/*        padding-top: 70px !important;*/
/*    }*/
/*}*/


/*------------------------------------------------------------ Tooltips ------------------------------------------------------------*/


.mat-tooltip .tooltipTalla {
    padding: 0 !important;
    font-size: 13px !important;
    background: #00000085 !important;
    border-radius: 4px !important;
    margin-top: 2px !important;
}

.tooltip-inner {
    background-color: #000000ad !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    right: 0 !important;
    border-right-color: #000000ad !important;
}

.tooltipNot {
    position: relative;
    display: inline-block;
}

.tooltipNot .tiptextNot {
    visibility: hidden;
    background-color: rgba(14,17,24,0.60);
    color: white;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 105px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btnSoporte .tiptextNot {
    top: -44px !important;
    right: -5px !important;
}

.tooltipNot:hover .tiptextNot {
    visibility: visible;
}

.tooltipNot.left .tiptextNot::after{
    margin-top: -5px;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #2E2E2E;
}

.imgTabla {
    position: relative;
    display: inline-block;
}

.imgTabla .imgText {
    visibility: hidden;
    background-color: rgba(14,17,24,0.60);
    color: white;
    text-align: center;
    font-size: smaller;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 140px;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.imgTabla:hover .imgText {
    visibility: visible;
}

.imgTabla.left .imgText::after{
    margin-top: -5px;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #2E2E2E;
}


/*------------------------------------------------------------ Iconos ------------------------------------------------------------*/


.iconPedidosYa {
    height: 22px;
    width: 19px;
    padding-bottom: 2px;
}

.iconMercadoLibre {
    height: 25px;
    width: 32px;
    padding-bottom: 2px;
}

.notification-icon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.notification-top {
    position: fixed;
    right: 30px;
    bottom: 156px;
    z-index: 1;
}

.notification-bottom {
    position: fixed;
    right: 30px;
    bottom: 85px;
    z-index: 1;
}

/* Se abre hacia arriba */
/* -------------------- */
/*.notification-icon {*/
/*    position: fixed;*/
/*    right: 20px;*/
/*    left: 1273px;*/
/*    bottom: 30px;*/
/*    z-index: 1;*/
/*}*/


/*------------------------------------------------------------ Input ------------------------------------------------------------*/


.input-group>.form-control:focus, .input-group>.form-select:focus {
    z-index: 0 !important;
}

.input-icon {
    color: #767676;
    position: absolute;
    width: 17px;
    height: 28px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.inputScanner {
    border: 1px solid #767676;
}

.inputScanner:focus-visible {
    outline-color: gainsboro;
    box-shadow: 0 0 6px #8bb0d5;
}

.inputClave {
    height: 36px;
}

.inputClave:focus-visible {
    border-bottom-style: inset;
    border-color: #8bb0d5 !important;
    border-bottom-width: 3px;
    outline-color: gainsboro;
    box-shadow: none !important;
}

input:focus, select:focus {
    outline-color: gainsboro !important;
    box-shadow: 0 0 6px #8bb0d5 !important;
}

.input {
    border: 1px solid #cfd7da !important;
    border-radius: 4px !important;
    padding: 8px 15px !important;
}

.inputButton {
    padding: 12px 14px !important;
    border: 0 !important;
    border-radius: 4px 10px 4px 10px !important;
    background-color: #cfd7da !important;
}

.inputText {
    border-radius: 4px 10px 4px 10px !important;
    background-color: #cfd7da !important;
    padding: 9px 20px !important;
}

.input-group-text {
    border-radius: 12px 0 0 12px !important;
}

#calendario, .form-select {
    border-radius: 0 12px 12px 0!important;
}

.iconMenu {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    opacity: 0.5;
}

.iconMenu:hover {
    opacity: 0.7;
}

.iconMenu:active {
    opacity: 1;
}


/*------------------------------------------------------------ mdc ------------------------------------------------------------*/


@media (max-width: 575px) {
    .mdc-dialog__container {
        margin-top: 175px !important;
        max-height: 546px !important;
    }
}

@media (min-width: 576px) {
    .mdc-dialog__container {
        margin-top: 100px !important;
        max-height: 546px !important;
    }
}

/*.mdc-dialog__container {
    margin-top: 83px !important;
    max-height: 612px !important;
}*/

.mdc-dialog__container .dialogoPickeo {
    max-height: 665px !important;
}

.mdc-dialog .mdc-dialog__container {
    width: 50rem;
}

.mdc-dialog .mdc-dialog__content {
    padding: 5px 15px !important;
}

.dialogoConfirmar .mdc-dialog__surface {
    width: 375px !important;
    height: 275px;
}

.mdc-text-field__input:focus {
    box-shadow: none !important;
}

.mdc-text-field {
    border-radius: 10px 5px !important;
}

.mdc-snackbar__surface {
    /*border-radius: 10px !important;*/
    border-radius: 4px 20px 4px 20px !important;
    padding: 5px 15px 5px 5px !important;
    background-color: rgb(230 137 106 / 25%) !important;
}

.mdc-snackbar__label {
    color: #cc5462 !important;
}

.mdc-button {
    background-color: #cc5462 !important;
}

.mdc-snackbar {
    margin: 30px 32px !important;
    justify-content: end !important;
}


/*------------------------------------------------------------ alert popup VIDEO (camara) ------------------------------------------------------------*/


.alert-popup {
    background-color: #474d5361;
}

.alert-popup .modal-dialog {
    top: 50px;
    margin: 25px !important;
}

.alert-popup .modal-content {
    border-radius: 25px;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #eff1f3;
}

.alert-popup .modal-body {
    padding: 22px !important;
}

#video {
    border-radius: 15px !important;
    border: 0 !important;
}

/*@keyframes movimiento-lateral {*/
/*    from {*/
/*        top: 0;*/
/*    }*/
/*    to {*/
/*        top: 100%;*/
/*    }*/
/*}*/

/*#animBarcode {*/
/*    animation-name: movimiento-lateral;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: infinite;*/
/*    animation-direction: alternate;!*para que vuelva a su posicion inicial *!*/
/*    width: 100px;*/
/*    background-color: Teal;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    padding: 2px;*/
/*}*/


/*------------------------------------------------------------ Menu ------------------------------------------------------------*/


.navBarMenu .accordion-item:first-of-type .accordion-button {
    padding: 15px 25px;
    font-size: 17px;
}






.modal {
    display: flex !important;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}