.blockMsg  {
  z-index: 1011;
  position: fixed; /* Absolute биш, fixed ашиглана */
  top: 50% !important; /* Дээд ба зүүн талаас 50% төвлөрүүлнэ */
  left: 50% !important;
  transform: translate(-50%, -50%); /* Төвлөрлийг бүрэн хийхийн тулд translate ашиглана */
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 0px;
  background-color: transparent;
  cursor: wait !important;
}
.bg-label-primary {
  background-color: #DDE8ED !important;
  color: #2D728F !important;
}

.cropped-img {
  width: 100%;
  object-fit: cover; /* Автоматаар тайрч харуулах */
}

#unelgeeuguh i {
  font-size: 30px !important;
  margin-right: 10px;
  display: inline-block;
}
.tagify[readonly] {
    color: #acaab1;
    background-color: #f3f2f3;
    border-color: #cdccd0;
    opacity: 1;
}
