.v-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.v-row--flex.is-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.v-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.v-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.v-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.v-row--flex.is-align-top{-webkit-box-align:top;-ms-flex-align:top;align-items:top}.v-row--flex.is-align-middle{-webkit-box-align:middle;-ms-flex-align:middle;align-items:middle}.v-row--flex.is-align-bottom{-webkit-box-align:bottom;-ms-flex-align:bottom;align-items:bottom}