/* Modal Processing Types */
.modal-processing-A {
  background-image: url(/Content/Appsrc/Visuals/Images/processing.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 274px 274px; }
  .modal-processing-A .processing-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }

.modal-processing-B .processing-text {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

/* End */

/*# sourceMappingURL=Modal.css.map */
