/* .deptLogoSection {
    display: none !important;
} */

/* #formFillingOptions {
    display: none !important;
} */

.sideNav {
    display: none !important;
}

#innerPageSideNav {
    width: 100% !important;
}

.wantToText {
    display: none !important;
}

#donationHKD_panel {
    margin-right: 5px !important;
}

#donationRMB_panel {
    margin-right: 5px !important;
}

#otherCurrency_panel {
    margin-right: 10px !important;
}

#donationOthers_panel {
    margin-right: 5px !important;
}

#transferRefNoATM_panel {
    margin-right: 5px !important;
}

#transferRefNoInternet_panel {
    margin-right: 5px !important;
}

.hint-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
  
.hint-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 90vw;
    width: 100%;
    z-index: 1000;
    /* animation: fadeIn 0.2s ease-out; */
}
  
/* @keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -60%); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
} */
  
.hint-overlay button {
    margin-top: 16px;
    padding: 8px 16px;
    background: #0052cc;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.imageSample {
    width: 100%;
}

.imageSample2 {
    max-width: 400px;
}

.imageSample3 {
    max-width: 240px;
}

#transactionRefNo_panel {
    margin-right: 5px !important;
}

.hints {
    color: blue !important;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

.notes {
    padding-left: 20px !important;
}

.dp-edge-day.dp-day-disabled {
    color: #DDD !important;
}

.select-complex-item {
    display: flex !important;
    flex-wrap: wrap !important;
}

#donateMethod_panel {
    flex: 1 !important;
    min-width: 90% !important;
}

.inline-block {
    display: inline-block;
}
.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;
}


