/* IMP */
/* .error_msg{
    padding-top: 8px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: var(--danger-red) !important;
  } */

  .otp_err{
    padding-top: 8px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: var(--danger-red) !important;
  }

.textarea_resize_none
{
    resize: none;
}


.noScroll{
    overflow: hidden;
}
