.stock_notifier_loading_container {
  width: 100%;
  height: 100%;
  top: 16px;
  position: absolute;
  z-index: 99;
  background: #fff;
}
/*Loader*/

.wpn_skeleton_loader {
  overflow: hidden;
}

.skltn_container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.skltn_shine {
  width: 200px;
  height: 240px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  animation: shine-anim 2s infinite 0s linear;
  z-index: 99;
}

.skltn_sec {
  width: 100%;
  height: 62px;
  background-color: #fafdfc;
  margin-bottom: 18px;
  border: 1px solid #e1f7ef;
  border-radius: 2px;
  box-sizing: border-box;
}

.skltn_setting {
  float: right;
  width: 20px;
  height: 20px;
  background-color: #e1f7ef;
  border-radius: 50%;
  margin: 21px;
  background-size: 600px;
}

.skltn_line {
  float: left;
  width: 180px;
  height: 20px;
  margin: 21px;
  border-radius: 4px;
  background-color: #e1f7ef;
  background-size: 600px;
}

.skltn_one {
  opacity: 0.6;
}

.skltn_two {
  opacity: 0.25;
}
