.frame-date {
    width: 100%;
    padding: 21px 29px 3px 29px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.date-title{
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  font-weight: 900;
  color:#646F79;
}

.time-column{
margin-bottom: 20px;
display: flex;
flex-direction: column;
}
.calender-group{
  border-radius: 0px 0px 4px 4px;
  background: #F6F8F9;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
  margin-bottom: 15px;
}




.date-input {
    width: 100%;
    background: #F6F8F9;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #646F79;
    border: none;
  }

  .button-date-group{
    display:flex;
    margin-bottom:10px;
  }

  .datetime-input{
    width: 100%;
    background: #F6F8F9;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #646F79;
    border: none;
    margin-bottom: 10px;
  }


  
.time-input {
  width: 100%;
  background: #F6F8F9;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #646F79;
  border: none;
  height: 8.1vh;
  padding-left: 13px;
}