@keyframes shimmering {
  0% {
    background-position: -1300px 0;
  }

  100% {
    background-position: 1300px 0;
  }
}

.shimmer-container {
  background-color: #fff;
  /* border-radius: 5px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3); */
}

.shimmer-container .sh-img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.shimmer-container .sh-card {
  padding: 5px 0px;
}

.shimmer-container .sh-card .sh-xxl {
  width: 100%;
  height: 35px;
  margin-top: 15px;
  border-radius: 50px;
}

.shimmer-container .sh-card .sh-xl {
  width: 100%;
  height: 28px;
  margin-top: 15px;
  border-radius: 50px;
}

.shimmer-container .sh-card .sh-lg {
  width: 100%;
  height: 21px;
  margin-top: 19px;
  border-radius: 50px;
}

.shimmer-container .sh-card .sh-md {
  width: 100%;
  height: 14px;
  margin-top: 15px;
  border-radius: 50px;
}

.shimmer-container .sh-card .sh-sm {
  width: 100%;
  height: 7px;
  margin-top: 15px;
  border-radius: 50px;
}

.shimmer {
  animation: shimmering 3.1s linear infinite;
  background: rgba(226, 226, 226, 1);
  background: linear-gradient(90deg, rgba(226, 226, 226, 1) 9%, rgba(238, 238, 238, 1) 18%, rgba(226, 226, 226, 1) 31%);
  background-size: 1300px 100%;
}
.delegate-shimmer{
  width:58% !important;
  height:50px !important;
  border-radius:8px !important;
  margin: 63px 10px 0px 194px !important;
}
.verify-shimmer1{
  width:66% !important; 
  height:60px !important; 
  border-radius:8px !important; 
  margin-right: 10px !important;
}
.verify-shimmer2{
   width:9% !important; 
   height:80px !important; 
   border-radius:50px !important; 
   margin-right: 10px !important;
}
.verify-shimmer3{
   width:28% !important; 
   height:25px !important; 
   border-radius:8px !important; 
   margin-right: 10px !important;
}
.verify-shimmer4{
   width:52% !important; 
   height:40px !important; 
   border-radius:8px !important; 
   margin-right: 10px !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 576px) {
  .delegate-shimmer{
    width:82% !important;
    margin: 63px 10px 0px 27px !important;
  }
}

@media(min-width:768px) and (max-width:1024px) {
  .shimmer-container .sh-card .sh-lg {
    width: 20%;
    height: 21px;
    margin-top: 19px;
    border-radius: 50px;
  }
  .delegate-shimmer{
    width:90% !important;
    margin: 63px 10px 0px 27px !important;
  }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .delegate-shimmer{
    width:90% !important;
    margin: 63px 10px 0px 27px !important;
  }
}