.emblem {
    display: none !important;
}

.emblemZH {
    display: none !important;
}

.text-justify {
    text-align: justify !important;
}

.text-underline {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

.form-info-menu {
    font-size: 12px !important;
}

.form-info-menu-pre-line {
    font-size: 12px !important;
    white-space: pre-line !important;
}

.title-section {
    width: 100% !important;
    text-align: center !important;
    color: #cc4c02 !important;
    font-size: 24px !important;
}

.message-large {
    width: 100% !important;
    font-size: 24px !important;
}

.flex-start {
    display: flex !important;
    justify-content: flex-start !important;
}

.inline-flex {
    display: inline-flex !important;
}

.content-item {
    margin-left: 10px !important;
}

.ol-lower-roman {
    list-style-type: lower-roman;
}

.content-column {
    margin-left: 10px !important;
    display: flex !important;
    flex-direction: column !important;
}

.address-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.inline-select {
    display: inline !important;
}

.margin-left-5-percent {
    margin-left: 5% !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.phone-field {
    margin-top: -25px !important;
}

.hidden-field {
    display: none !important;
}

.errorForm .deptLogoSection {
    display: none !important;
}

.errorForm #formFillingOptions {
    display: none !important;
}

.errorForm .sideNav {
    display: none !important;
}

.errorForm #innerPageSideNav {
    width: 100% !important;
}

.opt_out_email_panel {
    margin-bottom: 0px !important;
}

.opt_out_email_remark {
    margin-left: 24px !important;
}

.pre-line-text-justify {
    white-space: pre-line;
    text-align: justify;
}

.centered {
    white-space: pre-line;
    text-align: center;
}

.centered-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers the child p elements in the flex container */
    width: 100%;
    /* Set width to full width of the parent to ensure centering */
    margin: 0 auto;
    /* Center the .centered-box itself if it's smaller than its container */
}

.centered-box p {
    border: 1px solid black;
    width: 50%;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
    white-space: pre-wrap;
}

.red-font {
    color: red;
}
