@import url(fontiran.css);
body {
    font-family: 'IRANSans' !important;
    
  }
  
  .text-left{
    text-align: left !important;
  }
  
  .text-right{
    text-align: right !important;
  }
  .text-center{
    text-align: center !important;
  }
  .text-save{
    color: #0ddd4b !important;
  }
  .action-loading{
    color: burlywood;
    font-size: 1.1rem;
    padding-left: 15px ;

  }