.justify {
  text-align: justify !important;
}

.prc {
  color: #673ab7;
}
.scr {
  color: #f48f23;
}

.fs-15 {
  font-size: 15px !important;
}

.custom-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #333;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 14px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.custom-toast.success {
  background-color: #28a745;
}

.custom-toast.error {
  background-color: #dc3545;
}

.show-container {
  display: none !important;
}

@media (max-width: 768px) {
  .show-container {
    display: block !important;
  }

  .hide-container {
    display: none !important;
  }
}
