.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-2 {
    font-size: 15px !important;
}

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

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

.title-section-left {
    width: 100% !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-3-percent {
    margin-left: 3% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-10 {
    padding: 10px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.width-10-percent {
    width: 10% !important;
}

.width-40-percent {
    width: 40% !important;
}

.width-60-percent {
    width: 60% !important;
}

.width-100-percent {
    width: 100% !important;
}

.width-fit-content {
    width: fit-content !important;
}

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

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

.list-style-type-none {
    list-style-type: 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;
}

.vertical-align-top {
    vertical-align: top !important;
}

.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;
}

.line-height-3em {
    line-height: 3em;
}

.overflow-x-auto {
    overflow-x: auto;
}

.min-width-380 {
    min-width: 380px;
}

.min-width-600 {
    min-width: 600px;
}

/* applicationNotes */
.notes {
    text-align: justify;
}

.notes li {
    text-indent: -1.7em;
}

.notes li li {
    text-indent: -2.5em;
}

.notes li li li {
    text-indent: -3.3em;
}

/* overwrite changed style in reform-core.css */
.notes ol,
.notes ul {
    padding-left: 2.5rem !important;
    text-align: justify;
}

.table-all-border tr,
.table-all-border td {
    border-width: 1px;
}

.notes checklist-table {
    margin: auto;
    width: 100%;
    overflow-x: auto;
}

/* applicationSignature */
.signature .disclaimer {
    text-align: justify;
    margin-left: 1.5em;
    font-size: 0.95em;
}
