  /* Custom Form Styles xxxxxxx*/
#_form_5_ textarea {
    font-family: Arial, Helvetica, sans-serif;
}
#_form_5_ ._form-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
#_form_5_ ._form-online {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -10px;
    color: #333;
}
#_form_5_ {
    font-size: 14px;
    line-height: 1.6;
    font-family: arial, helvetica, sans-serif;
    margin: 0 auto;
    padding: 20px;
    max-width: 345px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
#_form_5_ input[type="text"],
#_form_5_ input[type="tel"],
#_form_5_ input[type="date"],
#_form_5_ textarea,
#_form_5_ select {
    padding: 6px;
    height: auto;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
#_form_5_ ._submit:active {
    background-color: #E4661A;
    box-shadow: 0 5px #eee;
    transform: translateY(2px);
}
#_form_5_ ._submit {
    cursor: pointer;
    background: #E4661A;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    border: none;
    width: 100%;
    margin-top: 10px;
}
#_form_5_ ._error {
    color: #e40e49;
    font-size: 0.8em;
    margin-top: 5px;
}
@media all and (max-width: 667px) {
    #_form_5_ {
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    #_form_5_ input[type="text"],
    #_form_5_ textarea,
    #_form_5_ select {
        font-size: 16px;
    }
    #_form_5_ ._submit {
        padding: 15px;
        font-size: 16px;
    }
}
.error-message {
    color: #E4661A;
    font-size: 0.8em;
    margin-top: 5px;
}
.button-group button {
    background-color: #f2f2f2;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}
.button-group button:hover {
    background-color: #ddd;
}
.button-group button.active {
    background-color: #E4661A;
    color: white;
}
#campusSelection {
    display: none;
}

#loading {
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #e81515;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
