.cday{display:flex;align-items:center;justify-content:center;height:40px;font-size:0.9rem;cursor:pointer;border-radius:50%;transition:all 0.15s;color:#333}.cday:hover:not(.past){background:#f3edf8}.cday.past{color:#ddd;cursor:default}.cday.sun{color:#e53e3e}.cday.sun.past{color:#f5c4c4}.cday.sat{color:#3b82f6}.cday.sat.past{color:#bdd4f7}.cday.today{font-weight:700}.cday.selected{background:#7B1FA2;color:#fff !important;font-weight:600}