.shimmer_card_container{grid-template-rows:auto;grid-template-columns:repeat(5,1fr);gap:15px;width:100%;height:auto;display:grid}.shimmer_card{border:1px solid #dfdfdf;border-radius:15px;width:100%;height:auto;padding:12px;box-shadow:0 0 6px #0000001f}.shimmer_img{background:#cdcdcd;border-radius:10px;width:100%;height:150px;margin-bottom:20px}.shimmer_para1{background:#cdcdcd;border-radius:3px;width:100%;height:20px}.shimmer_para2{background:#cdcdcd;border-radius:3px;width:50%;height:20px}.shimmer_para3{background:#cdcdcd;border-radius:3px;width:90%;height:20px;margin-top:10px}.shimmer_para4{background:#cdcdcd;border-radius:3px;width:100%;height:20px}.shimmer_para5,.shimmer_para6{background:#cdcdcd;border-radius:3px;width:100%;height:20px;margin-bottom:10px}.shimmer_para7{background:#cdcdcd;border-radius:3px;width:80%;height:20px;margin-bottom:10px}.shimmer_para8{background:#cdcdcd;border-radius:3px;width:60%;height:20px;margin-bottom:10px}.shimmer_card_btns{gap:5px;display:flex}.shimmer_card_button{background:#cdcdcd;border:none;border-radius:20px;width:100%;height:30px;margin-top:5px}.shimmer_animation{animation:1.5s linear infinite shimmerEffect}@keyframes shimmerEffect{0%{background:#c9c9c979}25%{background:#d3d3d385}50%{background:#e1e1e175}75%{background:#d3d3d385}to{background:#c9c9c979}}@media only screen and (max-width:1440px) and (min-width:1025px){.shimmer_card_container{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1024px) and (min-width:751px){.shimmer_card_container{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:750px) and (min-width:100px){.shimmer_card_container{grid-template-columns:repeat(2,1fr)}}
