.status-icon img {
  width: 75px;
  margin-bottom: 13px;
}

.text-error {
  color: #dd3849 !important;
  font-weight: 700;
}

.modal-content {
  border-radius: 20px !important;
}

.btn-model-close {
  background: #d1d1d1;
  border: 1px solid #c1bdbd;
}

.btn-model-close:hover {
  background: rgb(128, 128, 128);
  color: rgb(255, 255, 255);
  border: 1px solid #c1bdbd;
}

.text-success {
  color: #316d2d !important;
  font-weight: 700;
}