.spinnerPrent{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.modalIsReadAt{animation:scale .3s linear}.overlayIsRead{animation:scaleOverlay .3s linear}@keyframes scale{0%{opacity:0;transform:scale(0) translate(50%,50%)}50%{opacity:.5;transform:scale(.5) translate(50%,50%)}to{opacity:1;transform:scale(1) translate(50%,50%)}}@keyframes scaleOverlay{0%{opacity:0;transform:scale(0)}50%{opacity:.5;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.bg-custom-gradient{background:#fff;background:linear-gradient(0deg,#fff 7%,#22c1c3)}.bg-hr{background:#fff;background:linear-gradient(90deg,#33c6c8,#014b6e 50%,#33c6c8)}.font-custom{font-family:cursive!important}
