.slide-enter-active,
.slide-leave-active {
  transition: all 0.3s ease-out;
}


.slide-enter-to {
  position: absolute;
  right: 0;
}


.slide-enter-from {
  position: absolute;
  right: -100%;
}


.slide-leave-to {
  position: absolute;
  left: -100%;
}


.slide-leave-from {
  position: absolute;
  left: 0;
}

.btnWidth {
  width: 45% !important;
}

.el-select{
  width: 100% !important;
}
.el-date-picker{
  width: 100% !important;
}
.user-block{
  list-style: none;
}
.scrollTable{
  max-height: 400px !important;
  overflow: auto !important;
}
.vs-input{
  width: 100% !important;
}
.btn-radius{
  border-radius: 5px !important;
}

.div-error{
  text-align: center !important;
}
.centrar-contenido{
  display: flex;
  justify-content: center !important;
  text-align: center !important;
}
.footer{
  
  position:absolute !important;
  bottom: 0;
  width: 100%;
}