
/*# sourceMappingURL=custom.min.css.map */

.error{
    color: red !important;
  }

  .error option{
    color: #000 !important;
  }

  
  
  .deposit {
    background-color: slateblue;
  }
  
  .withdraw {
    background-color: lightsalmon;
  }
  .status {
    margin: 0 20px;
    color: white;
    padding: 20px;
    border-radius: 10px;
  }