/* skeleton */
.skeleton1 {
    height: 20px;
    width: 100%;
    background-color: #e5e5e5 !important;
    border-radius: 4px;
  }
  
  .skeleton1 {
    background: linear-gradient(120deg,
        #e5e5e5 30%,
        #f0f0f0 38%,
        #f0f0f0 40%,
        #e5e5e5 48%);
    background-size: 200% 100%;
    background-position: 100% 0;
     
    animation: zoom-in-zoom-out  1.5s ease infinite,load 1.5s infinite;
  }
  /* candidate */
  .thumbnail-lg{
    height: 72px;
    width: 72px;
    border-radius: 50%;
    background-color: #e5e5e5 !important;
  }
  .thumbnail-badge{
    height:17px;
    width: 100%;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }
  .skl-candidate-name{
    height:20px;
    width: 100%;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }
  .skl-candidate-view-profile{
    height:20px;
    width: 105px;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }
 
  @keyframes zoom-in-zoom-out {
    /* 0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    } */
  }
  @keyframes load {
    100% {
      background-position: -100% 0;
    }
  }
   /* view job */
   .skl-input{
    height:15px !important;
    width: 15px !important;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }
  .skl-btn-sm{
    height:27.02px !important;
    width: 57.42px !important;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }
  .skl-btn-lg{
    height:27.02px !important;
    width: 140px !important;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }
  .thumbnail-md{
    height: 57px;
    width: 57px;
    border-radius: 50%;
    background-color: #e5e5e5 !important;
  }
  .skl-candidate-status{
    height: 40px;
    width: 100%;
    border-radius: 10%;
    background-color: #e5e5e5 !important;
  }
  /* screnning */
  .thumbnail-badge1{
    height:20px;
    width: 17% !important;
    border-radius: 4px;
    background-color: #e5e5e5 !important;
  }