.emblem {
    display: none !important;
}

.emblemZH {
    display: none !important;
}

.tStyle {
    border: 1px solid black;
}

.th {
    border: 1px solid black
}

.td {
    border: 1px solid black
}

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

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

.form-info-menu {
    font-size: 12px !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-percent {
    margin-left: 10% !important;
}

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

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

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

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

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

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

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

.margin-left-60 {
    margin-left: 60px !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;
}

.intro_freestat {
    width: 100%;
    max-width: 500px;
    text-align: left;
    border: 1px solid #000;
    border-bottom: 0;
    margin: 0 auto;
    padding: 10px;
}

.intro_freestat_without_borderbottom {
    width: 100%;
    max-width: 500px;
    text-align: left;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 10px;
}

.intro_GuidanceNotes7 {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.step_character {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.pointerEvents {
    pointer-events: none;
}

.pointerEvents_opacity_05 {
    pointer-events: none;
    opacity: 0.5
}

.inlineflex_margin-left-5-percent {
    display: inline-flex !important;
    margin-left: 5% !important;
}

.titleAdd {
    white-space: pre-line;
    text-align: left;
    display: flex;
    justify-content: center;
}

.form-info-menu_15 {
    font-size: 15px !important;
}

.list_style_type {
    list-style-type: none !important;
}

.td_width_5 {
    width: 5px;
}

.width_7_percent {
    width: 7%;
}

.width_90_percent_marginLeft_4_percent {
    width: 90%;
    margin-left: 4%;
}


.display_flex {
    display: flex;
}

.fontSize_14 {
    font-size: 14px;
}

.width_fit-content_margin_auto {
    width: fit-content;
    margin: 0 auto;
}

.paddingLeft_15 {
    padding-left: 15px !important;
}

.intro_new_gn {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    border:1px solid #000;
    border-bottom: 0;
}

.intro_new_gn_without_borderBottom {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    border:1px solid #000;    
}
