.font-size {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    -webkit-text-decoration: underline;
    text-decoration: underline
}
.message-title-class {
    font-weight: normal !important;
    font-size: 14px !important;
}

.layout-default.layout-group.layout-sibling-group{
   display: grid !important ;
   grid-template-columns:1fr 1fr !important ;
   width: 100% !important;
   box-sizing: border-box !important;
}

@media (max-width: 600px) {
    .layout-default.layout-group.layout-sibling-group {
        grid-template-columns: 1fr !important; 
        position: relative !important;
        z-index: 1 !important;
    }
}

#field_text_Q7b_comp{
    width:100% !important;
}

#field_text_Q2b_comp{
    width:100% !important;
}

#field_text_Q11_comp{
    width:100% !important;
}
#field_text_Q12_comp{
    width:100% !important;
}
#field_text_Q6_comp{
    width:100% !important;
}
#field_text_25_comp{
    width:100% !important;
}

#personalinfo_chifullname_1_comp{
    width:400px !important;
}
#personalinfo_engfullname_1_comp{
    width:400px !important;
}

#personalinfo_chifullname_2_comp{
    width:400px !important;
}

#personalinfo_engfullname_2_comp{
    width:400px !important;
}

.messageNotes{
    width:fit-content !important;    
    height: auto !important;
    background-color: #f5f5f5 !important;
    padding: 16px !important;
    border-radius: 4px !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.messageBox{
    width:150mm !important;    
    background-color: #f5f5f5 !important;
    padding: 16px !important;         
    border-radius: 4px !important;     
    border: 1px solid #e0e0e0 !important; 
    font-size: 14px !important; 
    font-weight: normal !important;  
    margin-bottom: 8px !important;
    max-width: 100% !important;
}

.messageWarn{ 
    display: inline-block !important;       
    margin-top: -8 !important;    
    margin-right: 8px !important;    
    margin-bottom: 16px !important;    
}

#errorFormApp .deptLogoSection {
    display: none !important;
}

#errorFormApp #formFillingOptions {
    display: none !important;
}

#errorFormApp .sideNav {
    display: none !important;
}

#errorFormApp #innerPageSideNav {
    width: 100% !important;
}

#field_text_248_comp_panel {
    display:None !important ;
}

#radiobox_1_comp_panel {
    display:None !important ;
}

.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

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


