/*purgecss start ignore*/
.job-card:last-child{
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px
}
.one-line{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  line-clamp:1;
  -webkit-box-orient:vertical
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.from-right-enter{
  transform:translateX(100%)
}
.from-right-enter-active,.from-right-leave-active{
  transition:all .33s ease-out
}
.from-right-leave-active{
  transform:translateX(100%)
}
.from-bottom-enter{
  transform:translateY(100%)
}
.from-bottom-enter-active{
  transition:all .5s linear
}
.from-bottom-leave-active{
  transition:all .5s linear;
  transform:translateY(100%)
}

/*purgecss end ignore*/
