.btn-exporat-pdf{
    background: #162D4F;
    border: solid 2px #162D4F;
    color: white;
    font-size: 0.8rem;
    padding: 5px 8px;
    transition: all 0.6s;
}
.btn-exporat-pdf:hover{
    background: white;
    color: #162D4F;
}

ol.breadcrumb-nav{
	font-size: 25px;
	text-align: center;
	padding-top: 10px;
}

.headerRegister{
	background: #162D4F;
}
.headerRegister h5{
	color: #FFFFFF;
}
.headerUpdate{
	background: #007BFF;
}
.headerUpdate h5{
	color: #FFFFFF;
}

.notBlock{
	display: none;
}

.padding-lados{
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}
.margin-0{
    margin: 0;
}


/*ESTILOS LOADING SVG*/
#divloading{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, 0.65);
    z-index: 9999;
    display: none;
}
#divloading img{
    width: 60%;
    height: 60%;
}
/*FIN ESTILOS LOADING SVG*/


/*IMPUT CHECKBOX*/
.switch-square, .switch-square .switch-toggle-slider {
    border-radius: 0.375rem;
}
.switch {
    margin-right: 0.75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    min-height: 1.35rem;
    font-size: .9375rem;
    line-height: 1.4;
}
.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.switch-input:checked~.switch-toggle-slider {
    background: #162D4F;
    color: #fff;
}
.switch-square, .switch-square .switch-toggle-slider {
    border-radius: 0.375rem;
}
.switch .switch-toggle-slider {
    width: 2.5rem;
    height: 1.35rem;
    font-size: .625rem;
    line-height: 1.35rem;
    border: 1px solid transparent;
    top: 0;
}
.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: rgba(67,89,113,.2);
    color: rgba(67,89,113,.4);
    transition-duration: .2s;
    transition-property: left,right,background,box-shadow;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.switch .switch-input~.switch-label {
    padding-left: 3rem;
}
.switch .switch-label {
    top: 0.01875rem;
}
.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #697a8d;
    position: relative;
    cursor: default;
}
.switch-input:checked~.switch-toggle-slider .switch-on {
    left: 0;
}
.switch .switch-on {
    padding-left: 0.225rem;
    padding-right: 1.125rem;
}

.switch-on {
    left: -100%;
}
.switch-off, .switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: .2s;
    transition-property: left,right;
}
.switch-input:checked~.switch-toggle-slider .switch-off {
    left: 100%;
    color: transparent;
}
.switch .switch-off {
    padding-left: 1.125rem;
    padding-right: 0.225rem;
}
.switch-off {
    left: 0;
}
.switch .switch-input:checked~.switch-toggle-slider::after {
    left: 1.15rem;
}
.switch-square .switch-toggle-slider::after {
    border-radius: calc(0.375rem - 2px);
}
.switch .switch-toggle-slider::after {
    top: -1px;
    margin: 0.225rem 0 0 0.225rem;
    width: 14px;
    height: 14px;
}
.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(67 89 113 / 4%), 0 1px 6px rgb(67 89 113 / 9%);
    transition-duration: .2s;
    transition-property: left,right,background;
}
.switch .switch-toggle-slider i {
    position: relative;
    font-size: .9375rem;
    top: -1.35px;
}
.bx-check:before {
    content: "";
}
.bx-x:before {
    content: "";
}
.bx {
    vertical-align: middle;
    font-size: 1.15rem;
    line-height: 1;
}
.bx {
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*IMPUT CHECKBOX*/



/* style portada categoría */
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 200px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_categoria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevSlider{
    width: 250px;
    max-width: 100%;
    height: 100px;
}
.prevPortada{
    width: 100%;
    min-width: 200px;
    background: none;
}
.prevPhoto label{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.prevPhoto img{
    max-width: 100%;
    max-height: 100%;
    width: 400px;
    height: 400px;
}
.upimg, .notblock{
    display: none !important;
}
.errorArchivo{
    font-size: 16px;
    font-family: arial;
    color: #cc0000;
    text-align: center;
    font-weight: bold; 
    margin-top: 10px;
}
.delPhoto{
    color: #FFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: red;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10;
}
#tbl_list_productos img{
    width: 50px;
}
.imgProductoDelete{
    width: 175px;
}

#imgCategoria{
    text-align: center;
}
#imgCategoria img{
    width: 200px;
    margin: auto;
}



/*FORMULARIO NUEVO/EDITAR PRODUCTO*/
.textcenter{
    text-align: center;
}
.campos-variantes{
    display: none;
}
/*FIN FORMULARIO NUEVO/EDITAR PRODUCTO*/



/*ESTILOS FORMULARIO PRODUCTO*/
#containerImages{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#containerImages > div{
    margin-right: 10px;
    margin-bottom: 8px;
}
.prevImage{
    border: 1px solid #CCC;
    width: 120px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prevImage img{
    width: 100%;
}
.inputUploadFile{
    display: none;
}
.btnUploadFile, .btnDeleteImage{
    position: absolute;
    border: 0;
    background-color: #162D4F;
    text-align: center;
    padding: 2px 3px;
    color: #FFF;
    font-size: 9pt;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -35px;
    margin-left: 5px;
}
.btnDeleteImage{
    background-color: #EE6401;
}
.prevImage .loading{
    width: 30px;
    height: 30px;
}
#celFotos img{
    width: 150px;
    margin: 10px;
}
/*FIN ESTILOS FORMULARIO PRODUCTO*/

/*ESTILOS EXPORTAR GRAFICOS*/
.graficos-imagen{
    font-size: 1rem;
    font-weight: 900;
}
.graficos-imagen span{
    font-weight: 100;
}


/* Contenedor del defecto + input */
.defecto-row {
transition: background-color 0.2s ease, box-shadow 0.2s ease;
border-radius: 6px;
padding: 4px;
}

/* Efecto al pasar el mouse */
.defecto-row:hover {
background-color: #f0f8ff; /* azul clarito */
box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
}

/* Si quieres también que el input resalte */
.defecto-row:hover input[type="number"] {
border-color: #007bff;
box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}

.defecto-row:hover {
    background-color: #f1f5f9; /* Gris muy suave */
    cursor: pointer;
}

/* Estilo cuando el input tiene el FOCO (Sombreado Azulito) */
.defecto-row.row-focus {
    background-color: #e0e7ff !important; /* Azul suave */
    border-left: 4px solid #696cff; /* Borde izquierdo indicador */
    transition: 0.2s;
}