
.rechargeDialog{
  margin:0 0 10px -10px;
  float: left;
  width:100%;
  .textItem{
  
    :global{
      .ant-form-item-control{
        line-height: 20px;
        padding-top:10px;
      }
    } 
  }
  :global{
    .ant-form-item-required:before{
      display: none;
    }
    
  }
  .wholeLine{
    max-width: 100%!important; 
    width: 100%;
    
  }
}

:global{
  .ant-modal-footer{
    clear: both;
  }
}
