form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#ACTION_SUBMIT_SURVEY_RESPONSE {
    display: inline-block;
    padding: .5rem 1.125rem;
    font-size: 1.0625rem;
    font-family: "CircularXXWeb-Medium", "CircularXXWeb-Regular", Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    border-radius: 21px;
    border: 0;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
    background-image: none;
    background-color: #0a799a;
    color: #fff;
}

#ACTION_SUBMIT_SURVEY_RESPONSE:hover {
    background-color: #0a799a98;
}

#ACTION_CANCEL_RESPONSE_SUBMIT,
#reset,
.ObjTitle {
    display: none;
}

.appArea {
    width: 100%;
    margin: auto;
    text-align: center;
}


body {
    background-color: #f7f7f7;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 1rem;
}

.container {
    background-color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    text-align: center;
}

h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.button {
    display: inline-block;
    padding: .5rem 1.125rem;
    font-size: 1.0625rem;
    font-family: "CircularXXWeb-Medium", "CircularXXWeb-Regular", Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    border-radius: 21px;
    border: 0;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
    background-image: none;
    background-color: #0a799a;
    color: #fff !important;
}

.button:hover {
    background-color: #0a799a98;
}

.appArea table{display:none;}