/* ---------------------------- */
/* for HKBMB  [begin] */
/* ---------------------------- */

.hkbmb_h4 {
    background-color: #117478;
    text-align: center;
    color: #ffffff !important
}

.hkbmb_pri_row {
    background-color: #f2f2f2;
    font-size: 18px;
}

.hkbmb_sec_row {
    background-color: #fff;
    font-size: 18px;
}

.hkbmb_pri_row, .hkbmb_sec_row {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
}


.hkbmb_pri_row, .hkbmb_sec_row {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
}

.hkbmb_info_col, .hkbmb_loc_col {
    border-left: 1px;
    border-color: #E5E4E3;
    border-left-style: solid;
}

#img_report_00 {
    width: auto;
    max-width: 186px;
}

#anniverary_album_5th {
    width: auto;
    max-width: 186px;
}


#div_Others {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.center {
    text-align: center;
    padding-top: 45px;
    margin-left: -15px;
}

.report_center {
    text-align: center;
    padding-top: 50px;
    margin-left: -15px;
}

.issue_subtitle {
    font-size: 18px;
}

.issue_title {
    font-weight: bold;
    font-size: 20px;
}

.nl_article {
    color: #0082bb;
    font-size: 20px;
    font-weight: bold;
}

.nl_btn {
    background-color: #0082bb;
    color: white;
    width: 120px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
}

    .nl_btn a {
        color: white;
    }

    .nl_btn:hover {
        background-color: #d7e8f0;
    }

        .nl_btn:hover > a {
            color: #0082bb;
        }

@media (max-width: 973px) {
    .w-100 {
        width: auto;
        max-width: 100%;
    }

    .center {
        text-align: center;
        padding-top: 8px;
        margin-left: 0px;
    }

    .long_title {
        line-height: 20px !important;
    }
}

@media (min-width: 375px) and (max-width: 576px) {
    .report_center {
        padding-top: 10px;
        margin-left: 10px;
    }

    .cover {
        text-align: center !important;
    }
}

@media (max-width: 376px) {
    .col-sm-5 {
        text-align: center;
    }

    .center {
        margin: auto;
        width: 100%;
        padding-top: 10px;
    }
}

.CoverImg {
    width: 100%;
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 10px;
}

#hkbmb_list {
    width: 100%;
    margin: 0;
}

    #hkbmb_list > div {
        width: 100%;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-family: "RobotoCondensed";
        font-weight: bold;
    }

        #hkbmb_list > div > a {
            display: block;
            width: 100%;
            padding: 5px 20px;
            color: #FFFFFF;
            text-decoration: none;
        }

            #hkbmb_list > div > a:hover {
                color: #FFFFFF;
                background-color: rgba(255,255,255,0.2);
            }

    #hkbmb_list .t1 {
        padding: 5px 20px;
        background: #f398b9 url('images/bs_icons/chevron-down.svg') no-repeat center right 20px;
    }

    #hkbmb_list .t2 {
        background-color: #58c9b5;
    }

    #hkbmb_list .t3 {
        background-color: #ffa281;
    }

    #hkbmb_list .t4 {
        background-color: #3fc8d8;
    }

    #hkbmb_list .t6 {
        background-color: #66d17c;
    }

    #hkbmb_list .t7 {
        background-color: #7f82ff;
    }

    #hkbmb_list .t8 {
        padding: 5px 20px;
        background: #f1b83c url('images/bs_icons/chevron-down.svg') no-repeat center right 20px;
    }

    #hkbmb_list .t9 {
        background-color: #94B6E0;
    }

    #hkbmb_list .t10 {
        background-color: #F58220;
    }

    #hkbmb_list .t11 {
        background-color: #FFCE00;
    }

    #hkbmb_list .t12 {
        background-color: #bfd340;
    }

    #hkbmb_list .bb {
        list-style-type: none;
    }

        #hkbmb_list .bb a {
            display: block;
            width: 100%;
            padding: 3px 30px;
            color: #117478;
            font-family: "RobotoCondensed";
            text-decoration: none;
            background: #fff url('images/icons/BMBList.png') no-repeat center left;
        }

            #hkbmb_list .bb a:hover {
                color: #e24e92;
                font-weight: bold;
                background: #fff url('images/icons/icon01.png') no-repeat center left 5px;
            }

/*HowToBecome survey*/
.customform {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
input[type="date"] {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="radio"] {
    margin-left: 20px;
}

#submitBtn {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

#clearBtn {
    background-color: #CCCCCC; /* Light Grey */
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#formMessage {
    padding: 10px;
    margin-top: 10px;
    display: inline-block; /* Make the div a block-level element */
}

.success {
    background-color: #7FFF7F; /* Light green */
}

.error {
    background-color: #FF7F7F; /* Light red */
}

#formBody {
    display: none; /* Initially hide the form body */
}

#disclaimerCheck {
    display: flex !important; /* Use flexbox to align items in a row */ 
    align-items: center !important; /* Center vertically */
}

label {
    padding-top: 5px;
    padding-left: 8px; /* Add space between checkbox and label */
}
/* ---------------------------- */
/* for HKBMB  [end] */
/* ---------------------------- */

.privateward-contact-buttons {
    margin-top: 20px;
}

.privateward-contact-button {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: #117478; /* Updated background color */
    color: white; /* Text color */
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

    .privateward-contact-button img {
        margin-right: 8px; /* Added space between icon and text */
        width: 20px; /* Adjust icon size as needed */
        height: 20px; /* Adjust icon size as needed */
    }
    .privateward-contact-button img {
        margin-right: 8px; /* Space between icon and text */
        width: 20px; /* Adjust icon size as needed */
        height: 20px; /* Adjust icon size as needed */
        filter: brightness(0) invert(1); /* Make the icon white */
    }
    .privateward-contact-button:hover {
        color: #00bcd4; /* Change to a better color on hover */
    }