.custom_date_picker {
    width: 252px;
    height: auto;
    padding-bottom: 10px;

    background-color: rgb(252, 252, 252);

    border-radius: 10px;

    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);

    margin: auto;
    /* margin-top: 20px; */
    /* top: 90px; */
    /* position: sticky; */
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-left: -126px;
    margin-top: -80px;
}


.custom_date_picker table {
    width: 252px;
    /* background-color: red; */
}

.custom_date_picker table tr {
    width: 36px;
}

.custom_date_picker table tr th {
    width: 36px;
    font-size: 12px;
    text-align: center;
    color: grey;
}

.custom_date_picker table tr td {
    width: 36px;
    /* height: 36px; */
    /* border-radius: 18px; */
    /* padding: 0; */
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.custom_date_picker button {
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
}