.ndfHFb-c4YZDc-Wrql6b {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
}
.ndfHFb-c4YZDc-Wrql6b-SmKAyb {
    display: none !important;
}

.notes_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style your loader image or animation here */

#load_modal_pdf {
  display: none;
}

.notes_loader .iframe_pre_loader {
  position: relative;
}

.notes_loader .iframe_pre_loader span {
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 38px;
  letter-spacing: 5px;
}

.notes_loader .iframe_pre_loader span:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 0.3px rgb(255, 0, 0);
}

.notes_loader .iframe_pre_loader span:nth-child(2) {
  color: rgb(255, 0, 0);
  -webkit-text-stroke: 1px rgb(255, 0, 0);
  animation: uiverse723 3s ease-in-out infinite;
}

@keyframes uiverse723 {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 
     54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 
     51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}