.gallery-file-card{height:170px;position:relative}.gallery-file-card .image-loading,.gallery-file-card .image-plug,.gallery-file-card img.file-preview{width:100%;height:150px;border-radius:4px;border:1px solid #e6ebf0;background:rgba(132,134,142,.376)}.gallery-file-card img.file-preview{-o-object-fit:contain;object-fit:contain}.gallery-file-card .image-loading{background:#e6ebf0;display:flex;align-items:center;justify-content:center}.gallery-file-card .image-plug{background:#c6c6c6;display:flex;align-items:center;justify-content:center}.gallery-file-card .image-plug img.image-plug-icon{min-height:110px;max-height:111px;-o-object-fit:contain;object-fit:contain}.gallery-file-card .gallery-file-card-overlay{position:absolute;top:0;left:0;width:100%;height:150px;border-radius:4px;background:rgba(44,42,41,.6);cursor:pointer}.gallery-file-card .gallery-file-card-overlay .gallery-file-card-overlay-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-file-card .gallery-file-card-overlay .gallery-file-card-overlay-inner i{color:hsla(0,0%,93.7%,.502)}.gallery-file-card .gallery-file-card-overlay .gallery-file-card-overlay-footer{height:48px;width:100%;padding:8px;display:flex;align-items:flex-end;justify-content:space-between;position:absolute;z-index:2;bottom:0;left:0}.gallery-file-card .gallery-file-card-overlay .gallery-file-card-overlay-footer div{background:hsla(0,0%,100%,.898);padding:6px 8px;font-size:14px;color:#2c2a29;border-radius:4px;text-transform:capitalize;display:flex;align-items:center;justify-content:center;height:32px}.gallery-file-card .gallery-file-card-overlay .gallery-file-card-overlay-footer div i{color:#2c2a29}.gallery-file-card .gallery-file-card-overlay .gallery-file-card-overlay-footer button i{color:#fff}.gallery-file-card:not(.hovered) .gallery-file-card-overlay{z-index:0;display:none}.gallery-file-card.hovered .gallery-file-card-overlay{z-index:1;display:block}