/* Fix default template styles to remove sidebar */
#primary {
    width: 100%;
}
#secondary {
    display: none;
}


.appointment-cancellation__container,
.appointment-cancellation__form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.appointment-cancellation__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.appointment-cancellation__title {
    text-align: center;
}

.appointment-cancellation__confirm-button.button.cta {
    font-size: 16px;
    padding: 8px 16px;
    margin: 5px;
}

#hubbli-cancel-app-form {
    display: none;
    margin-top: 20px;
}

#hubbli-cancel-app-form textarea{
    width: 100%;
    margin: 10px 0;
}

.hubbli-cancel-app-error-message{
    display: none;
    color: #ff0000;
}
