
.main_btn_containers{
    position: fixed;
    bottom: 36px;
    right: 20px;
    padding: 4px
}

.eFormNewInput{
  
}

.ipt_uif_question.ipt_uif_question_vertical{
  margin: 32px 0 !important;
}

.ipt_uif_question.ipt_uif_question_vertical .eform-input-inline{
  height: auto !important;
}


.main_custom_btn{
    padding: 12px 36px;
    background: #f9a825;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out
}
.main_custom_btn:hover{
    background:#ce8a1d;
    transition: all .2s ease-in-out
}

.main_loading{
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .94);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_loading p{
    color: #fff ;
    font-size: 24px;
    margin: 0 0 24px 0;
    padding: 0;
}


#main_page_toggle{

}

#main_push_to_remark{

}



.sp {
  position: relative;
  z-index: 1001;
	width: 32px;
	height: 32px;
	clear: both;
	/* margin: 20px auto; */
}

/* Spinner 3Balls Scale */
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
    border-radius: 50%;
    background-color: #fff;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    display: inline-block;
  }
  
  .sp-3balls {
    position: relative;
    background-color: #fff;
    opacity: 1;
    -webkit-animation: spScaleAlpha 1s infinite linear;
    animation: spScaleAlpha 1s infinite linear;
  }
  
  .sp-3balls:before, .sp-3balls:after {
    content: '';
    position: relative;
    opacity: 0.25;
  }
  
  .sp-3balls:before {
    left: 30px;
    top: 0px;
    -webkit-animation: spScaleAlphaBefore 1s infinite linear;
    animation: spScaleAlphaBefore 1s infinite linear;
  }
  
  .sp-3balls:after {
    left: -30px;
    top: 0;
    position: absolute;
    -webkit-animation: spScaleAlphaAfter 1s infinite linear;
    animation: spScaleAlphaAfter 1s infinite linear;
  }
  
  @-webkit-keyframes spScaleAlpha {
    0% {
      opacity: 1;
    }
    33% {
      opacity: 0.25;
    }
    66% {
      opacity: 0.25;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes spScaleAlpha {
    0% {
      opacity: 1;
    }
    33% {
      opacity: 0.25;
    }
    66% {
      opacity: 0.25;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes spScaleAlphaBefore {
    0% {
      opacity: 0.25;
    }
    33% {
      opacity: 1;
    }
    66% {
      opacity: 0.25;
    }
  }
  @keyframes spScaleAlphaBefore {
    0% {
      opacity: 0.25;
    }
    33% {
      opacity: 1;
    }
    66% {
      opacity: 0.25;
    }
  }
  @-webkit-keyframes spScaleAlphaAfter {
    33% {
      opacity: 0.25;
    }
    66% {
      opacity: 1;
    }
    100% {
      opacity: 0.25;
    }
  }
  @keyframes spScaleAlphaAfter {
    33% {
      opacity: 0.25;
    }
    66% {
      opacity: 1;
    }
    100% {
      opacity: 0.25;
    }
  }
  /* Spinner VolumeButton */
