.currency { font-weight: bold; font-size: 3rem; }
#loader{  }
#loader img { 
	position: absolute;
    top: 48%;
    left: 48%;
    z-index: 99999;
}
.loaderBackground {  
	background: #fff;
    opacity: 0.7;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#form-basic .col-md-2{
    width: 13% !important;
}
#form-basic .col-md-3 {
    text-align: center;
}
#form-basic .form-group{
    margin-bottom: 2em;
}
#userDetails {
  position: fixed;
  background: rgba(255,255,255,0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
#userDetailsInner{
  width: 35%;
  margin: auto;
  border: 1px solid #707070;
  height: 80%;
  overflow-y: auto;
  margin-top: 5%;
  padding: 1em;
  border-radius: 2em;
}
#form-temple-timings input[type="text"] {
  width: 100%;
}
#form-temple-timings label {
  text-align: center;
}