.popupDim{width:100%;height:100vh;left:0;background-color:rgba(0,0,0,.6);z-index:10003;align-items:center;justify-content:center}.pop,.popupDim{position:fixed;top:0}.pop{z-index:10004;position:absolute;left:50%;transform:translate(-50%)}.hidden{display:none}.skeleton{background:linear-gradient(90deg,hsla(0,0%,78%,.01) 25%,hsla(0,0%,78%,.1) 50%,hsla(0,0%,78%,.01) 75%);background-size:200% 100%;animation:skeleton-loading 2.5s ease-in-out infinite;border-radius:5rem}.skeleton-box{width:100%;height:100%}.skeleton-text{width:100%;height:16px;margin-top:10px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}