body {
 
  
   
}
.upload-preview {/* border-radius:4px; *//* width: 200px; *//* height: 200px; */}
		#body-overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
		#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}
		#targetOuter{
			position:relative;
			text-align: center;
			/* background-color: #F0E8E0; */
			margin: 8px auto;
			/* width: 200px; */
			/* height: 200px; */
			/* border-radius: 4px; */
		}
		.btnSubmit {
			background-color: #565656;
			border-radius: 4px;
			padding: 10px;
			border: #333 1px solid;
			color: #FFFFFF;
			width: 200px;
			cursor:pointer;
		}
		.inputFile{
			margin-top: 0px;
			left: 0px;
			right: 0px;
			top: 0px;
			width: 200px;
			height: 36px;
			background-color: #FFFFFF;
			overflow: hidden;
			opacity: 0;
			position: absolute;
			cursor: pointer;
		}
		.icon-choose-image {
			position: absolute;
			opacity: 0.1;
			top: 50%;
			left: 50%;
			margin-top: -24px;
			margin-left: -24px;
			width: 48px;
			height: 48px;
			cursor:pointer;
		}
		#profile-upload-option{
			display:none;
			position: sticky;
			/* top: 163px; */
			/* left: 23px; */
			/* margin-top: -24px; */
			/* margin-left: -24px; */
			/* border: #d8d1ca 1px solid; */
			/* border-radius: 4px; */
			/* background-color: #F0E8E0; */
			/* width: 200px; */
		}
		.profile-upload-option-list{
			margin: 1px;
			height: 25px;
			border-bottom: 1px solid #cecece;
			cursor: pointer;
			position: relative;
			padding:5px 0px;
		}
		.profile-upload-option-list:hover{
			background-color: #fffaf5;
		}

		@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

#loading2 {
  margin: 0;
  padding: 0;
  background: #ffc107;
  font-family: vardana;
}
#loading2 ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-25deg);
  display: flex;
  margin: 0;
  padding: 0;
  border: 4px solid #ff0;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
}
#loading2 ul li {
  position: relative;
  list-style: none;
  width: 50px;
  height: 50px;
  background: #ff0;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 -1px;
}
#loading2 ul li::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #262626;
  animation: animate 2s linear infinite;
}
@keyframes animate {
  0% {
    top: -100%;
  }
  20% {
    top: 0%;
    background: transparent;
    color: #262626;
  }
  40% {
    top: 0%;
    background: #262626;
    color: #ff0;
  }
  60% {
    top: 0%;
    background: transparent;
    color: #262626;
  }
  80% {
    top: -20%;
    background: transparent;
    color: #262626;
  }
  100% {
    top: 100%;
  }
}
#loading2 ul li:nth-child(1)::before {
  animation-delay: 0s;
}
#loading2 ul li:nth-child(2)::before {
  animation-delay: 0.1s;
}
#loading2 ul li:nth-child(3)::before {
  animation-delay: 0.2s;
}
#loading2 ul li:nth-child(4)::before {
  animation-delay: 0.3s;
}
#loading2 ul li:nth-child(5)::before {
  animation-delay: 0.4s;
}
#loading2 ul li:nth-child(6)::before {
  animation-delay: 0.5s;
}
#loading2 ul li:nth-child(7)::before {
  animation-delay: 0.6s;
}
#loading2 ul li:nth-child(8)::before {
  animation-delay: 0.7s;
}
#loading2 ul li:nth-child(9)::before {
  animation-delay: 0.8s;
}
