.textAlign {
    text-align: justify;
}

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

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

.subtitle-section {
    width: 100%;
    text-align: center;
    color: #cc4c02;
    font-size: 20px;
}

.info-table {
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
}

.center-cell {
    text-align: center;
}

.left-cell {
    text-align: left;
}

.emblem {
    display: none;
}

.emblemZH {
    display: none;
}

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

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

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

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

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

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

.red-font {
    color: red;
}

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

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

.table-all-border {
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
}

.table-all-border td,
.table-all-border th {
    border: 1px solid ;
    /* text-align: center; */
}

.hr-red {
    border-top: 1px solid #cc4c02 !important;
    opacity: 1;
}
