@keyframes lex-skeleton-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.lex-skeleton {
    background-color: #e1edf6;
    border-radius: 6px;
    animation: lex-skeleton-pulse 1.4s ease-in-out infinite;
}

.radio-inputfield.addons-radio :checked + label {
    background-color: #096eb5;
    border-color: #096eb5;
    color: white;
    font-weight: 500;
}
