.emblem {
    display: none !important;
}

.emblemZH {
    display: none !important;
}

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

.text-center {
    text-align: center !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;
}

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

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

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

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

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

@media screen and (max-width: 600px) {
    #govhkForm #deptLogo h3 {
        font-size: 20px !important;
    }
}
.dashed-list {
    padding-left: 20px;
    margin-top: 10px;
}

.dashed-list p {
    display: flex;
    align-items: flex-start;
    margin: 0 !important;
}

.dashed-list span {
    margin-right: 8px;
}

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

.issue-of-cert-text {
    font-size: 1.3em;
    font-weight: 700;
    color: #cc4c02;
}

/* for 234 only */
#applicant .amount_panel {
    visibility: hidden;
    height: 0;
}
#applicant .amount_label {
    visibility: hidden;
    height: 0;
}
#applicant .amount {
    visibility: hidden;
    height: 0;
    min-height: 0px !important;
}
#applicant .fees {
    visibility: hidden;
    height: 0;
}
#applicant .fees_panel {
    visibility: hidden;
    height: 0;
}
#applicant .fees_label {
    visibility: hidden;
    height: 0;
    min-height: 0px !important;
}

