.result-shimmer-page{margin:30px 0}.result-shimmer-page .card-section{position:relative;box-shadow:0 6px 8px rgba(0,0,0,.1);background-color:#fff;border-radius:6px;height:149px;width:100%;padding:20px;margin-bottom:8px}.result-shimmer-page .card-section .text-area{width:100%}.result-shimmer-page .card-section .shimmer-text{color:unset;background-color:#e0e1e5;width:60%;height:20px;border-radius:4px;margin-bottom:15px}.result-shimmer-page .card-section .small-text{width:25%;height:25px}.result-shimmer-page .card-section .text-40{width:40%}.result-shimmer-page .card-section .text-20{width:20%}.result-shimmer-page .card-section .text-25{width:25%}.result-shimmer-page .card-section .card-top{display:flex;justify-content:space-between}.result-shimmer-page .card-section .icon-section{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 0}.result-shimmer-page .card-section .icon-section .shimmer-text{margin-bottom:0}.result-shimmer-page .card-section .icon-section .float-right{display:flex}.result-shimmer-page .card-section .icon-section .float-right .icon-shimmer{background-color:#e0e1e5;width:40px;height:40px;border-radius:50%;margin-right:15px}.result-shimmer-page .shimmer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:hidden}.result-shimmer-page .shimmer-overlay:after{content:"";position:absolute;top:0;right:-100%;bottom:0;left:-100%;background-image:linear-gradient(90deg,rgba(255,255,255,0) 33.3%,rgba(255,255,255,.8),rgba(255,255,255,0) 66.6%);animation:shimmer 1s linear infinite}@keyframes shimmer{0%{transform:translateX(-33.3%)}to{transform:translateX(33.3%)}}