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

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

    border-radius: 20px;
    margin: auto;
    position: relative;

    /* position: absolute; */
    /* top: 120px; */
    /* left: 20px; */
    /* width: 280px; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    /* height: 300px; */
    /* background-color: white; */
    /* box-shadow: 1px 1px 4px 1px rgba(91,91,91,0.41); */
}


.custom_date_picker table {
    width: 100%;
}

.custom_date_picker table tr {
    width: 36px;
}

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

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

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


    background-color: transparent;
    color: #656565;
}