.animate-fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.radio-custom{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border:2px solid #94a3b8;border-radius:50%;cursor:pointer;transition:all .2s;display:grid;place-content:center}.radio-custom:before{content:"";width:12px;height:12px;border-radius:50%;transform:scale(0);transition:.2s transform ease-in-out;box-shadow:inset 1em 1em #fff}.radio-custom:checked:before{transform:scale(1)}.radio-most:checked{background-color:#2563eb;border-color:#2563eb}.radio-least:checked{background-color:#dc2626;border-color:#dc2626}
