.v-file-item{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.v-file-item--has-mask{cursor:pointer}.v-file-item__container{word-break:break-word}.v-file-item__mask{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:none;justify-content:center;align-items:center;fill:#fff;border-radius:inherit}.v-file-item__mask:before{display:block;border-radius:inherit;content:" ";background-color:#141116;opacity:0;transition:opacity .2s ease-in}.v-file-item__mask-icon{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.v-file-item:hover .v-file-item__mask{display:block}.v-file-item:hover .v-file-item__mask:before{width:100%;height:100%;opacity:.7}.v-file-item__img{width:100%;height:100%;object-fit:contain}
.v-file{display:flex;flex-wrap:wrap;margin:0 -8px;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:767px){.v-file{margin:0}}.v-file__item{padding:8px;border:2px solid #f8f8f8;border-radius:5px;width:calc(20% - 16px);height:120px;margin:0 8px 16px}@media (max-width:767px){.v-file__item{width:100%;margin:0 0 16px}}.v-file__form{text-align:center;position:relative;border-radius:5px;border:2px dashed #141116;cursor:pointer}.v-file__form,.v-file__form-label{display:flex;align-items:center;justify-content:center}.v-file__form-label{font-size:.875rem;line-height:1rem;flex-direction:column;cursor:inherit}.v-file__form-label-title{letter-spacing:.05em;line-height:1.5rem;text-transform:uppercase}.v-file__form-input{display:none}.v-file__form--empty{width:100%;margin-bottom:0}@media (min-width:768px){.v-file__form--empty{height:48px}}.v-file__form--empty .v-file__form-label{width:100%}@media (min-width:768px){.v-file__form--empty .v-file__form-label{flex-direction:row}}
