.container {
    position: relative;
    width: min-content;
    border-radius: 0.5rem;
    align-items: center;
    display: flex;
    padding: 0 20px;
    cursor: pointer;
    justify-content: space-between;
    max-height: 3rem;
    height: 3rem;
    width: 15rem;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid var(--color-neutral-gray-silver);
    margin: 10px 0;
    position: relative;
    background-color: var(--color-base-white);

}

.container span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.container label {
    position: absolute;
    top: -30px;
    left: 0;
}

.input_date {
    background-color: var(--color-base-white);
    box-shadow: var(--box-shadow-sm);
    left: 0;
    position: absolute;
    top: 60px;
    width: 340px;
    z-index: var(--z-index-99999);
}

.text_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-neutral-gray-dark);
}