.date {
    background: #673AB7;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 1px;
}

.time {
    background: #e91e63;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 1px;
}

.custom-select{
    width: 60px!important;
}

.buttons {
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 30px;
}

.buttons button{
    transition: all ease-in-out 0.2s;
}

.buttons button:hover{
    transform: scale(1.05);
}

.buttons button:active{
    transform: scale(0.95);
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
    .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
    .autocomplete-selected { background: #F0F0F0; }
    .autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
    .autocomplete-group { padding: 2px 5px; }
    .autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
