body::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  body{
    overflow-x: hidden;
  }

  canvas#signature {
    border: 2px solid black;
  }

  form>* {
    margin: 10px;
  }
  li,p{
    padding-bottom: 10px;
    text-align: justify;
  }
  .disable-scroll-body {
    overflow-y: hidden;
    position: relative;
  }
  #signatureCanvas {
    border: 1px solid #000;
    /*cursor: crosshair;*/
  }
   .loader-hide{
    display: none;
  }
  .progress
  {
    height: 2rem;
  }
  .show-error{
  display: block;
}
.hide-error{
 display: none;
 }
 
 .main-btn {
      background-color: #279B48;
      color: #fff;
  }
  
  .main-btn:hover {
      background-color: #078F2D;
      color: #fff;
  }
  
  .text-gray {
      color:gray;
  }
  .text-style{
      color:gray;
      font-weight:bolder;
  }
  .hr-style{
      width:20%; 
      background-color:black; 
      margin: 0 auto;
  }
  
  