body { font-size:0.75rem !important; }
.nav-link {font-size:1rem !important;}
#add_new_form {
background-color: hsl(216, 25%, 95.1%);
}
.nowrap {white-space: nowrap;}
.forcewrap {overflow-wrap: anywhere;}
.search-table {width: 99 %}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.blinking-icon {
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.hided {
    display: none;
}