body {
    background-image: linear-gradient(to right, #00d5e212, #00ace414, #00b77014, #6bc72a14);
}

/*body {
  background-image: linear-gradient(to right, #00d5e212, #00ace414, #00b77014, #6bc72a14);
  animation: wave 5s linear infinite;
}*/

@keyframes wave {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}


/************* Buscador *************/

.btn-limpiar-busqueda {
    height: 38px;
    padding: 8px;
    cursor: pointer;
    background-color: #f8f9fc;
    border-radius: 0px 5px 5px 0px;
    color: #737582 !important;
}

 .contenedor-busqueda {
    width: 100%;
    max-height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.elemento-busueda {
    cursor: pointer;
}

.elemento-busueda:hover {
    background-color: #f0f0f0;
}

.contendor-img-busqueda {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: inherit;
}

.contendor-img-busqueda img{
    max-width: 95px;
    max-height: 95px;
    border-radius: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #A8A8A8;
    border-radius: 5%;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-style: dashed;
}

/**********************************/


/******************* Notificaciones *******************/

.bell{
    /*display:block;
    width: max-content;
    height: max-content;
    font-size: 40px;
    margin: 16px auto 0;
    color: #9e9e9e;*/
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
  }
  
  @-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }
  
    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
  }
  
  @-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }
  
    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
  
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }

.contenedor-notificaciones {
    width: 100%;
    min-height: 88px;
    max-height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}
 .contenedor-notf {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.bton-notf {
   border-radius: 50% !important;
   position: absolute !important;
   right: 10px;
}

.icon-nav-menu {
    font-size: 1.3rem;
}

.logo-empresa {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.logo-empresa img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}

.image-profile-content {
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #FFF;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.image-profile {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}

iframe {
    overflow-x: hidden;
    overflow-Y: hidden;
}

.bg-winventory-1 {
    /*background-image: linear-gradient(to right, #00d5e2, #00ace4, #00b770, #6bc72a);*/
    background: url(../img/background_main.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-login-winventory-image {
    background: url(../img/logo_main.png);
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    background-color: #323232;
}

.btn-winventory {
    background-color: #fff;
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #898989 50%) right;
    background-size: 200%;
    content: '';
    display: block;
    height: 100%;
    width: 100%;    
    transition: .3s ease-out;
}

.btn-winventory-c1 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #25d4e1 50%) right;
    background-size: 200%;
    content: '';
    display: block;
    height: 100%;
    width: 100%;    
    transition: .3s ease-out;
}

.btn-winventory-c2 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #25aae1 50%) right;
    background-size: 200%;
    content: '';
    display: block;
    height: 100%;
    width: 100%;    
    transition: .3s ease-out;
}

.btn-winventory-c3 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #2bb673 50%) right;
    background-size: 200%;
    content: '';
    display: block;
    height: 100%;
    width: 100%;    
    transition: .3s ease-out;
}

.btn-winventory-c4 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #8cc63f 50%) right;
    background-size: 200%;
    content: '';
    display: block;
    height: 100%;
    width: 100%;    
    transition: .3s ease-out;
}

.btn-winventory-c1 .card-title, .btn-winventory-c2 .card-title, .btn-winventory-c3 .card-title, .btn-winventory-c4 .card-title {
    color: #3a3b45;
}


.btn-winventory:hover, .btn-winventory-c1:hover, .btn-winventory-c2:hover, .btn-winventory-c3:hover, .btn-winventory-c4:hover {
    /*background-color: #2bb573;*/
    color: white !important;
    cursor: pointer;
    background-position: left;
    transform: scale(0.98);
}

.btn-winventory-c1:hover .card-title, .btn-winventory-c2:hover .card-title, .btn-winventory-c3:hover .card-title, .btn-winventory-c4:hover .card-title {
    color: white !important;
}

.btn-winventory:active, .btn-winventory-c1:active, .btn-winventory-c2:active, .btn-winventory-c3:active, .btn-winventory-c4:active {
    transform: scale(0.97);
    transition: .2s ease-out;
}

.btn-winventory:hover i, .btn-winventory-c1:hover i, .btn-winventory-c2:hover i, .btn-winventory-c3:hover i, .btn-winventory-c4:hover i{
    color: white !important;
}

.wi-color-1 {
    color: #25d4e1;
}

.wi-color-2 {
    color: #25aae1 !important;
}

.wi-color-3 {
    color: #2bb673 !important;
}

.wi-color-4 {
    color: #8cc63f !important;
}

.wi-color-5 {
    color: #2bb673 !important;
}

.wi-color-6 {
    color: #0b9444 !important;
}

.wi-color-7 {
    color: #8cc63f !important;
}

.wi-text-title {
    font-size: 1.25rem !important;
    color: #5a5c69 !important;
    font-weight: 700 !important;
}

.btn-wi-c1 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #25d4e1 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block !important;
    height: 100% !important;
    width: 100% !important;;    
    transition: .3s ease-out !important;
}

.wi-text-c1 {
    color: #25d4e1 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c1 {
    border-left: .25rem solid #25d4e1 !important;
}

.wi-border-right-c1 {
    border-left: .25rem solid #25d4e1 !important;
}

.wi-bg-c1 {
    background-color: #25d4e1 !important;
}

.btn-wi-c1:hover .wi-bg-c1 {
    background-color: #158b93 !important;
}

.btn-wi-c2 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #2592e1 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block !important;
    height: 100% !important;
    width: 100% !important;    
    transition: .3s ease-out !important;
}

.wi-text-c2 {
    color: #2592e1 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c2 {
    border-left: .25rem solid #2592e1 !important;
}

.wi-border-right-c2 {
    border-left: .25rem solid #2592e1 !important;
}

.wi-bg-c2 {
    background-color: #2592e1 !important;
}

.btn-wi-c2:hover .wi-bg-c2 {
    background-color: #156299 !important;
}

.btn-wi-c3 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #25aae1 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block !important;
    height: 100% !important;
    width: 100% !important;    
    transition: .3s ease-out;
}

.wi-text-c3 {
    color: #25aae1 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c3 {
    border-left: .25rem solid #25aae1 !important;
}

.wi-border-right-c3 {
    border-left: .25rem solid #25aae1 !important;
}

.wi-bg-c3 {
    background-color: #25aae1 !important;
}

.btn-wi-c3:hover .wi-bg-c3 {
    background-color: #156b90 !important;
}

.btn-wi-c4 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #105fba 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block !important;
    height: 100% !important;
    width: 100% !important;    
    transition: .3s ease-out !important;
}

.wi-text-c4 {
    color: #105fba !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c4 {
    border-left: .25rem solid #105fba !important;
}

.wi-border-right-c4 {
    border-left: .25rem solid #105fba !important;
}

.wi-bg-c4 {
    background-color: #105fba !important;
}

.btn-wi-c4:hover .wi-bg-c4 {
    background-color: #0b4485 !important;
}

.btn-wi-c5 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #2bb673 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block;
    height: 100% !important;
    width: 100% !important;    
    transition: .3s ease-out !important;
}

.wi-text-c5 {
    color: #2bb673 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c5 {
    border-left: .25rem solid #2bb673 !important;
}

.wi-border-right-c5 {
    border-left: .25rem solid #2bb673 !important;
}

.wi-bg-c5 {
    background-color: #2bb673 !important;
}

.btn-wi-c5:hover .wi-bg-c5 {
    background-color: #1d8553 !important;
}

.btn-wi-c6 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #0b9444 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block !important;
    height: 100% !important;
    width: 100% !important;  
    transition: .3s ease-out !important;
}

.wi-text-c6 {
    color: #0b9444 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c6 {
    border-left: .25rem solid #0b9444 !important;
}

.wi-border-right-c6 {
    border-left: .25rem solid #0b9444 !important;
}

.wi-bg-c6 {
    background-color: #0b9444 !important;
}

.btn-wi-c6:hover .wi-bg-c6 {
    background-color: #087b38 !important;
}

.btn-wi-c7 {
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #8cc63f 50%) right !important;
    background-size: 200% !important;
    content: '';
    display: block !important;
    height: 100% !important;
    width: 100% !important;    
    transition: .3s ease-out !important;
}

.wi-text-c7 {
    color: #8cc63f !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.wi-border-left-c7 {
    border-left: .25rem solid #8cc63f !important;
}

.wi-border-right-c7 {
    border-left: .25rem solid #8cc63f !important;
}

.wi-bg-c7 {
    background-color: #8cc63f !important;
}

.btn-wi-c7:hover .wi-bg-c7 {
    background-color: #5e852b !important;
}

.btn-wi-c1:hover, .btn-wi-c2:hover, .btn-wi-c3:hover, .btn-wi-c4:hover, .btn-wi-c5:hover, .btn-wi-c6:hover, .btn-wi-c7:hover {
    /*background-color: #2bb573;*/
    color: white !important;
    cursor: pointer;
    background-position: left !important;
    transform: scale(0.98) !important;
}

.wi-text-c1, .wi-text-c2, .wi-text-c3, .wi-text-c4, .wi-text-c5, .wi-text-c6, .wi-text-c7 {
    color: #3a3b45 !important;
    font-weight: bold !important;
    font-size: .7rem;
}

.btn-wi-c1:active, .btn-wi-c2:active, .btn-wi-c3:active, .btn-wi-c4:active, .btn-wi-c5:active, .btn-wi-c6:active, .btn-wi-c7:active {
    transform: scale(0.97) !important;
    transition: .2s ease-out !important;
}

.btn-wi-c1:hover i, .btn-wi-c2:hover i, .btn-wi-c3:hover i, .btn-wi-c4:hover i, .btn-wi-c5:hover i, .btn-wi-c6:hover i, .btn-wi-c6:hover i, .btn-wi-c7:hover i{
    color: white !important;
}

.btn-wi-c1:hover .wi-text-c1, .btn-wi-c2:hover .wi-text-c2 , .btn-wi-c3:hover .wi-text-c3, .btn-wi-c4:hover .wi-text-c4, .btn-wi-c5:hover .wi-text-c5, .btn-wi-c6:hover .wi-text-c6, .btn-wi-c7:hover .wi-text-c7 {
    color: white !important;
}

.btn-wi-c1:hover .wi-text-title, .btn-wi-c2:hover .wi-text-title, .btn-wi-c3:hover .wi-text-title, .btn-wi-c4:hover .wi-text-title, .btn-wi-c5:hover .wi-text-title, .btn-wi-c6:hover .wi-text-title, .btn-wi-c7:hover .wi-text-title {
    color: #fff !important;
}


.mark-primary {
    background-color: var(--primary);
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.mark-secondary {
    background-color: var(--secondary);
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.mark-success {
    background-color: var(--success);
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.mark-warning {
    background-color: var(--warning);
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.mark-danger {
    background-color: var(--danger);
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.mark-info {
    background-color: var(--info);
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.lbl-success {
    color: var(--success);
    font-weight: bold;
}

.lbl-warning {
    color: var(--warning);
    font-weight: bold;
}

.lbl-danger {
    color: var(--danger);
    font-weight: bold;
}

.lbl-archivo {
    color: #5a5c69;
    font-weight: bold;
}

.img-logo-winventory {
    height: 125px
}

.btn-wi-menu {
    width: 100%;
    height: 30px;
    border-top: 1px solid #e3e6f0;
}

.btn-wi-menu:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.ctn-td-img {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.img-producto-ne {
    display: inline-flex;
    width: max-content;
    height: max-content;
    justify-content: center;
}

.ctn-winventory-org {
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ctn-winventory-org img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}

.ctn-winventory {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ctn-winventory img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}

.ctn-winventory-producto {
    width: max-content;
    height: max-content;
    position: inherit;
    border-radius: 5%;
    border: 3px solid #A8A8A8;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-style: dashed;
}

.ctn-winventory-producto img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}

.ct-disponibilidad {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
}

.ctn-td-producto {
    display: block;
}

.ctn-producto {
    display: block;
    margin-left: 1px;
    border: 1px solid #cacbce;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    background-color: #858796;
}

.ctn-titulo {
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-bottom: 4px;
}

.ctn-titulo-producto {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: 4px;
    color: aliceblue;
}

.ctn-descripcion {
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
    color: #0f5eb9;
}

.ctn-descripcion-producto-cant {
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px; 
    border: 1px solid #105bb0;
    border-radius: 18%;
    background-color: 105fb9;
}

.ctn-descripcion-producto-disp {
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #8cc63f;
    border-radius: 18%;
    background-color: #80bb34;
}

.btn-copy {
    display: inline-block;
    background-color: #2BB673;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    cursor: pointer;
    margin-left: 8px;
}

.btn-copy:hover {
    background-color: #36c27e;
    color: white !important;
    cursor: pointer;
    transform: scale(0.98);
}

.btn-reload {
    display: inline-block;
    background-color: #5a5c69;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 9px;
    cursor: pointer;
    margin-left: 8px;
}

.btn-reload:hover {
    background-color: #686a76;
    color: white !important;
    cursor: pointer;
    transform: scale(0.98);
}

.btn-download {
    display: inline-block;
    background-color: #858796;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    cursor: pointer;
    margin-left: 8px;
}

.btn-download:hover {
    background-color: #9fa0aa;
    color: white !important;
    cursor: pointer;
    transform: scale(0.98);
}

.qb-inventario {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.qb-inventario canvas {
    width: 100%;
    height: max-content;
    position: relative;
    border-radius: 5px;
    border: 3px;
    border-style: dashed;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.42);
}

.qbv-inventario {
    position: relative;
    max-width: 380px;
    margin: 0px auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.qbv-inventario canvas {
    width: 100%;
    height: max-content;
    position: relative;
    border-radius: 5px;
    border: 3px;
    border-style: dashed;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.42);
}

.text-wi-lg-1 {
    font-size: .9em;
    font-weight: 800;
    text-decoration-line: none;
    color: #323232;
}

.text-wi-lg-1:hover {
    text-decoration: none;
    color: #6a6a6a;
}

.btn-wi-prymary {
    background-color: #00953b;
    font-size: .8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
    border-color: #00953b;
    color: #fff;

}

.btn-wi-prymary:hover {
    background-color: #15b555;
    border-color: #20c160;
    color: #fff;
}

.btn-wi-secondary {
    background-color: #005fbe;
    font-size: .8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
    border-color: #0e6bc7;
    color: #fff;
}

.btn-wi-secondary:hover {
    background-color: #1a79d6;
    border-color: #2382e0;
    color: #fff;

}

.collapse-item i {
    margin-right: 4px;
}

.dt-buttons button {
    margin: 4px;
    border-radius: 5px;
}

.invalid-user {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b;
}

.invalid-user-input {
    border-color: #e6695d !important;
}

.invalid-user-input:hover {
    border-color: #e6695d !important;
}

.invalid-user-input:active {
    border-color: #e6695d !important;
}

.invalid-user-input:focus {
    border-color: #e6695d !important;
    outline: 0px !important;
    box-shadow: 0px 0px 0.2rem rgba(227, 73, 73, 0.25) !important;
}

#lblFuerza {
    margin-top: 7px;
    font-size: 11px;
    font-weight: bold;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 5px auto;
    padding-bottom: 54px;
    padding-top: 40px;
}

.product-upload {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.product-upload .product-preview {
    width: 100%;
    height: 318px;
    position: relative;
    border-radius: 5px;
    border: 3px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-style: dashed;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.42);
}

.product-upload .product-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 13px;
}

.product-upload .product-edit input {
    display: none;
}

.product-upload .product-edit input+label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #0000003d;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.product-upload .product-edit input+label:after {
    content: "\f093";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.product-upload .product-edit #btnBorrarImagenProducto {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #0000003d;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.product-upload .product-edit #btnBorrarImagenProducto:after {
    content: "\f1f8";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.product-upload .product-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-upload .product-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.logo-upload {
    position: relative;
    max-width: 205px;
    margin: 5px auto;
    padding-bottom: 4px;
    padding-top: 4px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 50px;
}

.logo-upload .logo-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.logo-upload .logo-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.logo-upload .logo-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.logo-upload .logo-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.logo-upload .logo-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 184px;
    height: 184px;
    position: relative;
    border-radius: 100%;
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to right, #00d5e212, #00ace414, #00b77014, #6bc72a14);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.logo-upload .logo-preview {
    width: 184px;
    height: 184px;
    position: relative;
    border-radius: 100%;
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to right, #00d5e212, #00ace414, #00b77014, #6bc72a14);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-upload .logo-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-upload .logo-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.no-aviso {
    border: 3px solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 3px;
    border-radius: 50%;
    border-style: dotted;
}
.aviso {
    border: 3px solid #4d483c;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 3px;
    border-radius: 50%;
    border-style: dotted;
    color: #4d483c;
    background: linear-gradient(-75deg, rgba(0, 0, 0, 0.07) 30%, #0000002e 50%, rgba(0, 0, 0, 0.04) 70%);
    animation: aviso 25s linear infinite;
}

/************** Checkbox **************/
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

@keyframes aviso {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}


/*Media query para detectar el tipo de pantallas*/
@media (max-width: 1368px) {

    .bg-winventory-1 {
        background: url(../img/background_main.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-login-winventory-image {
        background: url(../img/logo_main.png);
        background-position: center;
        background-size: 66%;
        background-repeat: no-repeat;
        background-color: #323232;
    }

    .product-upload .product-preview {
        width: 100%;
        height: 318px;
        position: relative;
        border-radius: 5px;
        border: 3px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-style: dashed;
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.42);
    }

    .img-logo-winventory {
        height: 94px
    }

    .ctn-td-img {
        display: inline-flex;
        width: max-content;
        height: max-content;
        justify-content: center;
    }

    .ctn-winventory-producto {
        width: max-content;
        height: max-content;
        position: inherit;
        border-radius: 5%;
        border: 3px solid #A8A8A8;
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
        border-style: dashed;
    }

    .ctn-winventory-producto img {
        max-width: 90px;
        max-height: 90px;
        border-radius: 0%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-wi-lg-1 {
        font-size: .9em;
        font-weight: 800;
        text-decoration-line: none;
        color: #323232;
    }

    .text-wi-lg-1:hover {
        text-decoration: none;
        color: #6a6a6a;
    }

    .btn-wi-prymary {
        background-color: #00953b;
        font-size: .8rem;
        border-radius: 10rem;
        padding: 0.75rem 1rem;
        border-color: #00953b;
        color: #fff;

    }

    .btn-wi-prymary:hover {
        background-color: #15b555;
        border-color: #20c160;
        color: #fff;
    }

    .btn-wi-secondary {
        background-color: #005fbe;
        font-size: .8rem;
        border-radius: 10rem;
        padding: 0.75rem 1rem;
        border-color: #0e6bc7;
        color: #fff;
    }

    .btn-wi-secondary:hover {
        background-color: #1a79d6;
        border-color: #2382e0;
        color: #fff;

    }

    .card-title {
        font-size: 1rem !important;
        font-weight: bold;
    }

    .card-text {
        font-size: .75rem !important;
    }

    .card-icon {
        font-size: 1.5rem !important;
    }

    .ctn-titulo {
        font-size: 11px;
        font-weight: bold;
        display: block;
        padding-bottom: 4px;
    }

    .ctn-descripcion {
        font-size: 11px;
        font-weight: bold;
        margin-left: 3px;
        color: #0f5eb9;
    }

    .collapse-item i {
        margin-right: 4px;
    }

    .dt-buttons button {
        margin: 4px;
        border-radius: 5px;
    }

    .invalid-user {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #e74a3b;
    }

    .invalid-user-input {
        border-color: #e6695d !important;
    }

    .invalid-user-input:hover {
        border-color: #e6695d !important;
    }

    .invalid-user-input:active {
        border-color: #e6695d !important;
    }

    .invalid-user-input:focus {
        border-color: #e6695d !important;
        outline: 0px !important;
        box-shadow: 0px 0px 0.2rem rgba(227, 73, 73, 0.25) !important;
    }

    #lblFuerza {
        margin-top: 7px;
        font-size: 11px;
        font-weight: bold;
    }

    .avatar-upload {
        position: relative;
        max-width: 205px;
        margin: 5px auto;
        padding-bottom: 94px;
        padding-top: 44px;
    }

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 44px;
    }

    .avatar-upload .avatar-edit input {
        display: none;
    }

    .avatar-upload .avatar-edit input+label {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #FFFFFF;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
    }

    .avatar-upload .avatar-edit input+label:hover {
        background: #f1f1f1;
        border-color: #d6d6d6;
    }

    .avatar-upload .avatar-edit input+label:after {
        content: "\f040";
        font-family: 'FontAwesome';
        color: #757575;
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .avatar-upload .avatar-preview {
        width: 140px;
        height: 140px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

    .avatar-upload .avatar-preview>div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .avatar-upload .avatar-preview-oe {
        width: 134px;
        height: 134px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }
    
    .avatar-upload .avatar-preview-oe>div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-xs{
        font-size: 0.6rem !important;
    }

    .btn-marca:hover {
        background-color: #eff1f9;
        border: 1px solid #dededf;
        cursor: pointer;
    }

    .ct-disponibilidad {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0%;
        padding-right: 0%;
    }

}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 480px) {
}
