/* Hide emblem elements */
.emblem {
    display: none;
}

.emblemZH {
    display: none;
}

/* Container for justified text */
.paragraph-section {
    text-align: justify;
    white-space: pre-line;
}

.textAlign {
    text-align: justify;
}

/* Centered text with specific color and font size */
.title-section {
    width: 100%;
    text-align: center;
    color: #cc4c02;
    font-size: 24px;
}

/* Centered text for smaller headings */
.subtitle-section {
    width: 100%;
    text-align: center;
    color: #cc4c02;
    font-size: 20px;
}

/* Table styling */
.table-centered {
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
}

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

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

.table-left td {
    border: 1px solid;
    text-align: left;
}

/* Spacing for paragraphs and sections */
.section-spacing {
    margin-bottom: 1rem;
}

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

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

.contact-table {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.contact-table td {
    text-align: center;
}

.left-align-table {
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}

.left-align-table td {
    text-align: left;
}

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

/* margin-left-30 content (30px) */
.margin-left-30 {
    margin-left: 30px;
}

/* margin-left-30 content (50px) */
.margin-left-50 {
    margin-left: 50px;
}

/* Double margin-left-30 content (100px) */
.margin-left-100 {
    margin-left: 100px;
}

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

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