.maskStyle {
    color: #74fa7d;
}

.select {
    width: 100%;
    height: 300px;
    text-align: center;
}

.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.selected-date {
    margin: 30px;
    text-align: center;
}
