.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;
}