.blinking-impersonation {
    animation: blinking 1s infinite;
    color: #334155 !important;
}

@keyframes blinking {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.default-border-1 {
    border: 1px solid #e6e7eb !important;
}
.my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Header navbar icon alignment (admin) */
li.header-impersonation > a,
li.header-impersonation-stop > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

li.header-impersonation > a > i,
li.header-impersonation-stop > a > i {
    line-height: 1;
    font-size: 18px;
    position: relative;
    top: -1px;
}