﻿.Appointment-border{
    border: 1px solid #0C98BC;
    box-sizing: border-box;
    color: #0F8187;;
    font-size: 26px;
    padding: 10px;
}
.Appointment-Header {
    font-weight: bold;
    font-size: 30px;
    color: #0C98BC;
}
.DatePickerIcon:hover {
    cursor: pointer
}
@media only screen and (max-width: 600px) {
    .input-container {
        width: 100% !important;
    }
    .pika-single {
        left: 13.925px !important;
        width: 90% !important;
    }
    .date-container {
        width: 100% !important;
    }
    .time-container {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0 !important;
    }
}
