
.max-width-175 {
    max-width: 175px;
    max-height: 175px;
}

.bottom-space-absolute .q-field__bottom {
  position: absolute;
}

.slide-x-item { transition: width 0.5s linear, opacity 0.5s;
}
.slide-x-leave-to { width: 0 !important; opacity: 0;
}
.slide-x-enter-active { opacity: 0;
}
.slide-x-enter-to { opacity: 1;
}
