.v-skeleton__background{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);position:relative}.v-placeholder-box,.v-skeleton{background:#fff;box-sizing:border-box}.v-skeleton{position:fixed;left:0;top:0;right:0;bottom:0;z-index:9;overflow-y:auto}.v-skeleton::-webkit-scrollbar{display:none}.v-placeholder-box{position:relative;height:100%;margin-bottom:0;overflow:hidden}.v-placeholder-row{width:100%;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@keyframes placeHolderShimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}