.loader {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 9999;
   text-align: center;
   font-size: 18px;
   top: 45%;
   font-family: Arial, Helvetica, sans-serif
}

@keyframes logoFadeInOut {
   0% {transform: scale(1.1);}
   50% {transform: scale(0.9);}
   100% {transform: scale(1.1);}
}

.loader img {
   animation-name: logoFadeInOut;
   animation-iteration-count: infinite;
   animation-duration: 2s;
}

.notification-icon{
  width:0.5rem;
  height:0.5rem;
  border-radius:50%;
  background-color:#4680ff;
  position:absolute;
  top:2px;
  right:0;
}

html {
  scroll-behavior: auto !important;
}
