.bg-purple {
  background-color: #7952B3;
}

.text-purple {
  color: #7952B3;
}

.btn-purple {
  background-color: #7952B3;
  color: #fff;
}

.btn-purple:hover {
  background-color: #684799;
  color: #fff;
}

.disabledBtn {
  background-color: rgba(121, 82, 179, 0.6431372549);
  pointer-events: none;
}

@font-face {
  font-family: "iranian-sans";
  src: url(../fonts/IRANSansXRegular.ttf);
}
body {
  font-family: "iranian-sans";
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.71);
  z-index: 9;
}

#updateToastContainer {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding-bottom: 50px !important;
}
#updateToastContainer .toast {
  width: 330px;
}

.done-toast {
  border-color: #7952B3;
  border-width: 1px;
  border-right-width: 5px;
}

#footerContainer {
  position: fixed;
  bottom: 0 !important;
  right: 0;
  width: 100%;
}

.print-border-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  border: 1px solid #333;
}/*# sourceMappingURL=common.css.map */