/* Add here all your CSS customizations */
body, p { color: #000 !important; }
.note-editor .note-editable { font-family: "Poppins", Arial, sans-serif !important; }
.datepicker { z-index: 9999 !important; }
.blink { animation: blinker .75s cubic-bezier(.5, 0, 1, 1) infinite alternate; }
@keyframes blinker { from { opacity: 1; } to { opacity: 0; } }