.container_qm {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
  }
  
  .loader_qm {
	background: transparent;
	position: relative;
	height: 75px;
	width: 146px;
	overflow: hidden;
	box-shadow: -1px 12px 14px -15px #0000002b;
  }
  .loader_qm:after {
	content: "";
	width: 100%;
	height: 57.75px;
	position: absolute;
	top: 0;
	left: 0;
   /*  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%); */
  }
  
  .status {
	color: #70757D;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-top: 1rem;
  }
  
  .note-0 {
	position: absolute;
	background: linear-gradient(180deg, #E9E8EE 0%, #E9E8EE 100%);
	width: 14px;
	left: 32px;
	height: 75px;
	top: 100%;
	-webkit-animation: slide 2s infinite 0s;
			animation: slide 2s infinite 0s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	border-radius: 12px;
  }
  
  .note-1 {
	position: absolute;
	background: linear-gradient(180deg, #E9E8EE 0%, #E9E8EE 100%);
	width: 14px;
	left: 49px;
	height: 75px;
	top: 100%;
	-webkit-animation: slide 2s infinite 0.35s;
			animation: slide 2s infinite 0.35s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	border-radius: 12px;
  }
  
  .note-2 {
	position: absolute;
	background: linear-gradient(180deg, #E9E8EE 0%, #E9E8EE 100%);
	width: 14px;
	left: 66px;
	height: 75px;
	top: 100%;
	-webkit-animation: slide 2s infinite 0.7s;
			animation: slide 2s infinite 0.7s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	border-radius: 12px;
  }
  
  .note-3 {
	position: absolute;
	background: linear-gradient(180deg, #E9E8EE 0%, #E9E8EE 100%);
	width: 14px;
	left: 83px;
	height: 75px;
	top: 100%;
	-webkit-animation: slide 2s infinite 1.05s;
			animation: slide 2s infinite 1.05s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	border-radius: 12px;
  }
  
  .note-4 {
	position: absolute;
	background: linear-gradient(180deg, #E9E8EE 0%, #E9E8EE 100%);
	width: 14px;
	left: 100px;
	height: 75px;
	top: 100%;
	-webkit-animation: slide 2s infinite 1.4s;
			animation: slide 2s infinite 1.4s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	border-radius: 12px;
  }
  
  .status_qm {
      color:#E9E8EE !important;
  }
  
  @-webkit-keyframes slide {
	0% {
	  top: -100%;
	}
	100% {
	  top: 100%;
	}
  }
  
  @keyframes slide {
	0% {
	  top: -100%;
	}
	100% {
	  top: 100%;
	}
  }
  .n_cls{
	  
	  position:fixed;
	  top:0;
	  left:0px;
	  z-index:9999;
	  width:100%;
	  height:100%;
  }