@charset "utf-8";
/* CSS Document - mybap manual page */

#wrap_body { }

/* ===== Center content wrapper ===== */
#wrap_body_content .box_body_center { padding: 0 45px; }

/* ===== Main title ===== */
#wrap_body_content .box_body_center h3.sub-tutle,
#wrap_body_content .box_body_center .sub-tutle {
    position: relative;
    margin: 0 0 24px 0 !important;
    padding: 18px 22px 18px 56px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #0f2a5b 0%, #1a4ea3 60%, #12c3f3 100%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 42, 91, 0.18);
    float: none;
}
#wrap_body_content .box_body_center h3.sub-tutle:before {
    content: "\f024"; /* fontawesome flag */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

/* ===== Panel (card) wrapper — <panel> custom tag ===== */
#wrap_body_content .box_body_center panel {
    display: block;
    padding: 26px 28px 28px;
    background: #ffffff;
    border: 1px solid #e6ecf3;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(28, 58, 102, 0.06);
}

/* ===== Spacer ===== */
#wrap_body_content .box_body_center .d_blank {
    display: block;
    width: 100%;
    height: 18px;
    clear: both;
}

/* ===== Section subtitle (h5) ===== */
#wrap_body_content .box_body_center h5 {
    position: relative;
    margin: 6px 0 14px 0;
    padding: 6px 0 6px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #0f2a5b;
    letter-spacing: -0.3px;
    border: none;
    line-height: 1.4;
}
#wrap_body_content .box_body_center h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, #12c3f3 0%, #1a4ea3 100%);
}

/* ===== Pricing/Info table ===== */
#wrap_body_content .box_body_center .d_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 6px 0 4px;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
#wrap_body_content .box_body_center .d_table th {
    background: linear-gradient(180deg, #f2f6fc 0%, #e8eff8 100%);
    color: #0f2a5b;
    font-weight: 600;
    font-size: 12px !important;
    padding: 11px 8px;
    border-right: 1px solid #d9e2ee;
    border-bottom: 1px solid #d9e2ee;
    text-align: center;
    letter-spacing: -0.2px;
}
#wrap_body_content .box_body_center .d_table th:last-child { border-right: none; }
#wrap_body_content .box_body_center .d_table td {
    padding: 12px 8px;
    font-size: 13px !important;
    color: #2a3242;
    border-right: 1px solid #eef1f6;
    border-bottom: 1px solid #eef1f6;
    background: #ffffff;
}
#wrap_body_content .box_body_center .d_table td:last-child { border-right: none; }
#wrap_body_content .box_body_center .d_table tr:last-child td { border-bottom: none; }
#wrap_body_content .box_body_center .d_table tbody tr:hover td,
#wrap_body_content .box_body_center .d_table tr:hover td { background: #f6faff; }

/* Pricing table — make price cells stand out (2nd col under data rows) */
#wrap_body_content .box_body_center .d_table tr td:nth-child(2) {
    font-weight: 700;
    color: #1a4ea3;
    font-size: 14px !important;
}

/* Bank account row — first table cell width */
#wrap_body_content .box_body_center .d_table th[width="120"] {
    background: linear-gradient(180deg, #f7faff 0%, #eaf1fb 100%);
    color: #0f2a5b;
    font-weight: 600;
}
#wrap_body_content .box_body_center .d_table td img {
    vertical-align: middle;
    margin-right: 8px;
}

/* Bank account number — emphasize the second table's first row td */
#wrap_body_content .box_body_center panel > table.d_table:nth-of-type(2) tr:first-child td {
    font-size: 15px !important;
    font-weight: 600;
    color: #0f2a5b;
    letter-spacing: 0.2px;
}
#wrap_body_content .box_body_center panel > table.d_table:nth-of-type(2) tr:nth-child(2) td strong {
    color: #1a4ea3;
    font-size: 15px;
}

/* ===== Footer notice ===== */
#wrap_body_content .box_body_center panel > .c_red,
#wrap_body_content .box_body_center panel > span.c_red {
    display: inline-block;
    margin-top: 16px;
}
#wrap_body_content .box_body_center panel > .c_red + span,
#wrap_body_content .box_body_center panel > span:not(.c_red) {
    color: #4a5568;
    font-size: 13px;
}
#wrap_body_content .box_body_center .c_red {
    color: #DC2626 !important;
    font-weight: 600;
}

/* Wrap the trailing notice into a soft alert box via adjacent siblings */
#wrap_body_content .box_body_center panel > span:last-of-type {
    display: inline;
}

/* ===== Left sub menu — active state polish ===== */
#wrap_body_content .box_body_left .left_sub_menu li.on > a {
    color: #1a4ea3;
    font-weight: 600;
}
#wrap_body_content .box_body_left .left_sub_menu li.on > a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 9px;
    color: #12c3f3;
    margin-right: 6px;
}

/* ===== Responsive-ish narrow tweak ===== */
@media (max-width: 1100px) {
    #wrap_body_content .box_body_center h3.sub-tutle { font-size: 18px; padding-left: 50px; }
    #wrap_body_content .box_body_center panel { padding: 20px; }
}
