.app-sidebar__user-avatar {
    width: 48px;
    background: gray;
    padding: 6px;
}

.headerRegister, .header-primary{
  background: #009688;
  color: #FFF;
}

.headerUpdate{
  background: #007bff;
  color: #FFF;
}

.badge{
  font-size: 15px;
}

.sweet-alert button{
  background-color: rgb(255, 0, 0);
}

/*Estilos del Loading de Login*/
#divLoading{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 255, .65);
  z-index: 9999;
  display: none;
}

#divLoading img{
  width: 50px;
  height: 50px;
}

.required{
  color: red;
  font-size: 18px;
  font-family: bold;
}

/*estilos formulario*/
.formUsuario {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.formulario__label {
  display: block;
  font-weight: 700;
  cursor: pointer;
}

.formulario__grupo-input {
  position: relative;
}

.formulario__input {
  width: 100%;
  background: #fff;
  border: 1px solid #0075FF;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  padding: 0 40px 0 10px;
  transition: .3s ease all;
}

.colorEmail {
  border: 1px solid #876D6D;
}

.formulario__input:focus {
  border: 2px solid #0075FF;
  outline: none;
  /*box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);*/
}

.formulario__input-error {
  font-size: 12px;
  margin-bottom: 0;
  text-align: justify;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  font-size: 18px;
  opacity: 0;
}

.formulario__checkbox {
  margin-right: 10px;
}

.formulario__grupo-terminos, 
.formulario__mensaje,
.formulario__grupo-btn-enviar {
  grid-column: span 2;
}

.formulario__mensaje {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje p {
  margin: 0;
}

.formulario__grupo-btn-enviar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formulario__btn {
  height: 45px;
  line-height: 45px;
  width: 30%;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: .1s ease all;
}

.formulario__btn:hover {
  box-shadow: 3px 0px 30px rgba(163,163,163, 1);
}

.formulario__mensaje-exito {
  font-size: 14px;
  color: #119200;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-correcto .formulario__input{
  border: 2px solid #1ed12d;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 2px solid #bb2929;
}

#imgPortadaCategoria{
  text-align: center;
}

#imgPortadaCategoria img{
  width: 420px;
  margin: auto;
}

#img_paypal-trans{
  width: 40%;
  height: 15%;    
}

/* ----- -----  Mediaqueries ----- ----- */
@media screen and (max-width: 800px) {
  .formulario {
    grid-template-columns: 1fr;
  }

  .formulario__grupo-terminos, 
  .formulario__mensaje,
  .formulario__grupo-btn-enviar {
    grid-column: 1;
  }

  .formulario__btn {
    width: 100%;
  }

  #imgPortadaCategoria img{
    width: 250px;
  }

  #img_paypal-trans{
    width: 80%;
    height: 40%; 
  }
}

.textcenter{
  text-align: center;
}

.textright{
  text-align: right;
}

.textleft{
  text-align: left;
}

.bootstrap-select > .dropdown-toggle{
  border: 1px solid #CCC;
}
/*Contenedor para cambiar contraseña*/
.login-content .login-box.contenedorContra{
  min-height: 365px;
}

/*Para la foto*/
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 300px;
    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;
}

.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{
  width: 100%;
  height: 100%;
}
.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;
}

/*Estilos de subida de fotos para productos*/
#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%;
  height: 170px;
}

.inputUploadfile{
  display: none;
}

.btnUploadfile, .btnDeleteImage{
  border: 0;
  background-color: #009688;
  text-align: center;
  padding: 2px 3px;
  color: #FFF;
  font-size: 9pt;
  cursor: pointer;
  width: 100%;
} 

.btnDeleteImage{
  background-color: #dc3545;
}

.prevImage .loading{
  width: 30px;
  height: 30px;
}

#celImages img{
  width: 150px;
  margin: 7px;
  height: 210px;
}

.circulo{
  width: 100px;
  height: 22px;
}

.linkw:hover{
  text-decoration: none;
}

.container-title{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-title input{
  border: 1px solid #CCC;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
}

.dflex{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ui-datepicker-calendar{
  display: none;
}