.rl-date-picker {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #999;

}

.picker-item {
    padding: var(--s4);
    outline: 1px dotted #ccc;
    background: whitesmoke;
}

.picker-item > * {
    width:70px;
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.picker-date {
    border: 2px solid #999;
    border-radius: 200px;
}