#tabAgent {
    background-color: #1231b2;
    color: white;
    position: absolute;
    top: 10.5px;
    left: 42px;
    font-size: 11px;
    padding: 5px;
    font-family: 'Times New Roman', Times, serif !important;
    z-index: 102;
}

.fb_dialog {
    z-index: 98 !important;
}

#ancSpinner {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75) url(../imgs/spinner.gif) no-repeat center center;
    background-size: 150px;
    z-index: 10000;
}

.for-flex-mobile {
    display: none;
}

.for-flex-desktop {
    display: flex;
}

html,
body {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    top: 0;
}

.header_page {
    position: relative;
    margin-bottom: 30px;
    z-index: 101;
    /* ถ้ามีต้องแก้ z-index ตรงนี้อีก ฝากอธิบายด้วยนะ แก้เพราะสาเหตุอะไร เหมือนตอนนี้จะชนกันหลายตัว บางตัวต้องการให้ index เยอะๆ */
}

#div-auth {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #0e2d71;
    overflow: hidden;
}

#div-auth img {
    width: 40px;
}

.navbar-brand i.svg-Logo {
    width: 100%;
    max-width: 150px;
}

.top_header_page {
    background-color: #03256C;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.bottom_header_page {
    background: #FFFFFF;
    box-shadow: 0px 5px 9px rgb(0 0 0 / 10%);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.icon_social {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.icon_social img {
    width: 25.17px;
    height: 24.33px;
    cursor: pointer;
}

.img_icon_social {
    margin-left: 5.87px;
}

.hr_vertical {
    border-top: 0px solid;
    border-left: 1px solid var(--prakun-yellow);
    margin: 0px 22px;
    width: 1px;
    height: 18px;
}

.tel_group {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.txt_tel {
    margin-left: 5px;
    margin-right: 23px;
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;

}

a.bt_header_Affiliate {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #373737;
    background: var(--prakun-yellow);
    border-radius: 8px;
    padding: 6.5px 12px;
    margin-right: 42px;
}

.menu_list {
    margin-left: 36px;
    margin-right: 72.44px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.menu_list span {
    margin-left: 37px;
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #373737;
}

.menu_img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bell_detail {
    /* margin-left: 30.47px;
    margin-right: 23.47px;
    margin-bottom: 3.83px; */
    position: relative;
    cursor: pointer;
}

.img_search {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    cursor: pointer;

}

.img_user {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    cursor: pointer;

}

.txt_num_bell {
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 20%;
}

.txt_bar {
    font-size: 18px;
    line-height: 27px;
    color: #03256C;
}

.color_gray {
    color: #959595;
}

.progress_bar {
    margin: 35px auto;
    width: 100%;
    max-width: 903.06px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.img_progress_size {
    width: 70px;
    height: 67.05px;
    display: block;
    margin: 0 auto;
}

.progress_txt_blue {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #03256C;
    position: absolute;
    margin-top: 9.35px;
}

.hr_progress_blue {
    border-top: 5px dashed #03256C;
    width: 100%;
    max-width: 185px;
    margin: 0;
    transform: scale(1, 0.5);
}

.hr_progress_gray {
    border-top: 5px dashed #CCCCCC;
    width: 100%;
    max-width: 185px;
    margin: 0;
    transform: scale(1, 0.5);
}

.progress_txt_gray {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #CCCCCC;
    margin-top: 9.35px;
    position: absolute;
}

.bg_detail_bar {
    background: #03256C;
    border-radius: 10px;
    border: 2px solid #03256C;
}

.detail_bar_txt_white {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.hr_vertical_detail_bar {
    border-top: 0px solid;
    border-left: 1px solid #FFFFFF;
    margin: 0px 15px;
    width: 1px;
    height: 80px;
}

.detail_bar_left_center {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 22px 50px 22px 35px;
}

.viriyah_img {
    display: inline-block;
    width: 100%;
    max-width: 166px;
    text-align: center;
}

.detail_bar_num_white {
    font-weight: normal;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}

.detail_bar_right_bg {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0 10px 10px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bt_dertail_bar_right {
    background: var(--prakun-yellow);
    border-radius: 8px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #373737;
    width: 100%;
    max-width: 255px;
    height: 55px;
    border: 1px solid transparent;

}

.h1_title {
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    color: #03256C;
}

.bg_box_condition {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 10px 10px;
    padding-top: 30px;

}

.txt_condition_title {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #2541B2;
    margin-bottom: auto;
}

.txt_condition_sub {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
}

.box_condition_note {
    width: 100%;
    max-width: 711px;
}

.box_condition_exception {
    max-width: 871px;
    width: 100%;
    margin-top: 32px;
}

.box_condition_job {
    max-width: 970px;
    width: 100%;
    margin-top: 32px;
}

.box_condition_pa_care_card {
    max-width: 960px;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 50px;
}

.bg_box_sub_condition {
    background: #03256C;
    border-radius: 0px 0px 10px 10px;
    padding: 47px 0px;
}

.txt_box_sub_condition {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.txt_box_sub_condition_big {
    font-weight: 500;
    font-size: 33px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    margin: 17px 0;
}

.txt_box_sub_condition_yellow {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--prakun-yellow);
}

.box_profile {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.bg_bt_slide_box {
    background: rgba(3, 37, 108, 0.15);
    border-radius: 7px 7px 0px 0px;
    display: inline-flex;
    justify-content: space-between;
    align-content: center;
    padding: 27px 50.09px 26px 41px;
}

.txt_main_slide_box {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #03256C;
}

.bt_arrow_down {
    transform: rotate(0deg);
}


.bt_profile[aria-expanded="false"]>.bt_arrow_down {
    transform: rotate(180deg);
    transition: transform .25s;
}

.bt_profile[aria-expanded="true"]>.bt_arrow_down {
    transform: rotate(0deg);
}

.txt_head_profile {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #373737;
}

.bt_file_profile {
    background: #03256C;
    border-radius: 8px;
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 200px;
    margin: 25.07px auto 36px;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    cursor: pointer;
}

.txt_form_profile {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: var(--prakun-dark-1);
    margin-bottom: 12px;
}

.bt_calender {
    padding: 0 11px;
    border-radius: 0 .25rem .25rem 0;
    border: 1px solid #03256C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt_sub_profile {
    font-weight: 200;
    font-size: 15px;
    line-height: 22px;
    color: #2541B2
}

/**checkbox**/
/* The container */
.main_box_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main_box_check.custom-1 {
    padding-left: 20px;
}

/* Hide the browser's default checkbox */
.main_box_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid #03256C;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.main_box_check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.main_box_check input:checked~.checkmark {
    background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.main_box_check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.main_box_check .checkmark:after {
    left: 10px;
    top: -7px;
    width: 8px;
    height: 21.03px;
    border: solid #2541B2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.txt_check_box {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #373737;
    padding-left: 36px;
    cursor: pointer;
}

/**checkbox**/
.bt_next {
    width: 100%;
    max-width: 296px;
    background: var(--prakun-yellow);
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #373737;
    padding: 14px 0;
    border: 1px solid transparent;
}

.footer_bg_blue {
    padding: 63px 10px 64px;
    background: #03256C;
}

.txt_footer_big {
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.txt_footer_normal {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.txt_footer_bold {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.txt_footer_click {
    font-weight: normal;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.txt_footer_click:hover {
    color: #FFFFFF;
}

.box_footer_right {
    display: flex;
    justify-content: center;
    margin-left: 52.5px;
}

.footer_page_position {
    align-items: center;
    display: flex;
    justify-content: center;
}

.box_footer_left {
    margin-right: 52.5px;
}

.footer_bg_gray {
    padding: 51px 15px 52px;
    background: #F3F3F3;
}

.footer_bg_white {
    padding: 41px 30px 38px;
    background: #ffffff;
}

.txt_black_footer_big {
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #373737;
}

.txt_footer_tel {
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    color: #03256C;
    margin-top: 18px;
    display: flex;
    gap: 5px;
}

.txt_footer_tel .svg-tel_footer {
    width: 29px;
}

.list_social_footer {
    margin-top: 18px;
}

.list_social_footer a {
    margin-right: 7px;
}

.list_social_footer i {
    width: 100%;
    max-width: 35px;
}

.footer_box_follow {
    text-align: center;
}

.footer_box_pay {
    text-align: center;
}

.list_pay_footer {
    margin-top: 18px;
}

.list_pay_footer .svg-pay_type {
    width: 271px;
    max-width: 271px;
}

.footer_bottom {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.footer_bottom_left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1091px;
}

.footer_bottom_right {
    width: 100%;
    max-width: 1280px;
}

.txt_footer_header_main {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #373737;
    margin-bottom: 10px;
}

.txt_footer_header_main:hover {
    text-decoration: none;
    color: #373737;
}

.txt_footer_bottom_right_main {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #373737;
}

.circle-dot {
    width: 5px;
    height: 5px;
    background: #959595;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.txt_footer_bottom_right_sub {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #373737;
}

.footer_copyright {
    padding: 14px 0px 13px;
    background: #03256C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt_footer_copyright {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.box_detail_modal_dialog {
    width: 100%;
    max-width: 600px;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.txt_title_detail_insurance {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: -30px;
}

.num_title_detail_insurance {
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
}

.modal_content_detail_insurance {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
}

.modal_header_detail_insurance {
    background: #2B2A73;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal_body_detail_insurance {
    background: rgb(43, 42, 115);
    padding-bottom: 22.44px;
    border-bottom: 6.12px solid #EE9823;
}

.bt_close_detail_insurance {
    padding: 21px !important;
    opacity: 1 !important;
    z-index: 2;
}

.bg_main_detail_insurance {
    background: #DBDFE8;
    padding: 11.22px 0 12.24px 20px;
}

.txt_main_detail_insurance {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
}

.txt_sub_detail_insurance {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
}

.num_sub_detail_insurance {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    text-align: right;
    color: #373737;
}

.bg_center_detail_insurance {
    padding: 12.24px 20px 13.26px 20px;
}

.border_for_bg_center_detail_insurance {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.position_center {
    display: flex;
    align-items: center;
}

.bt_detail_insurance_buy_now {
    background: var(--prakun-yellow);
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #373737;
    padding: 0 15px;
    border: 1px solid transparent;
    margin: 28.56px 0 40.8px;
    width: 100%;
    max-width: 230px;
    height: 56.1px;
}

.bt_close_privacy {
    padding: 30px !important;
    opacity: 1 !important;
    z-index: 2;
}

.box_modal_privacy_dialog {
    width: 100%;
    max-width: 920px;
}

.txt_title_privacy {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #03256C;
    margin-bottom: 15px;
}

.modal_body_privacy {
    padding: 0 38px 77px;
}

.txt_sub_privacy {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin-bottom: 10px;
    display: flex;
}

.txt_title_sub_privacy {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #2541B2;
    margin-bottom: 11px;
    display: flex;
}

.bt_submit_privacy {
    background: var(--prakun-yellow);
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #373737;
    padding: 14px 0;
    margin-top: 50px;
    border: 1px solid transparent;
    width: 100%;
    max-width: 198px;
    height: 55px;
}

.modal_body_policy {
    padding: 0 38px 70px;
}

.txt_title_policy {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #03256C;
    margin-bottom: 15px;
}

.box_modal_policy_dialog {
    width: 100%;
    max-width: 800px;
}

.content_policy {
    background: #FFFFFF;
    border: 1px solid var(--main-dis-01);
    box-sizing: border-box;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 466px;
}

.content_policy::-webkit-scrollbar {
    width: 4px;
}

.content_policy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #03256C;
}

.bt_submit_policy {
    background: var(--prakun-yellow);
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #373737;
    padding: 14px 0;
    margin-top: 42px;
    border: 1px solid transparent;
    width: 100%;
    max-width: 226.29px;
    height: 55px;
}

.txt_submit_profile {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #373737;
}

.txt_submit_profile_gray {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #959595;
}

.box_profile_left {
    border-right: 1px solid rgba(3, 37, 108, 0.15);
}

.box_profile_right {
    padding-left: 30px;
}

.width_submit_profile {
    width: 100%;
    max-width: 1016px;
    margin: 40px auto 90px;
}

.hiden_box {
    display: none;
}

.box_bottom_submit {
    margin-top: 75px;
}

.border_left_bottom_submit {
    border: 1px solid var(--main-dis-01);
    border-radius: 10px;
    height: 100%;
}

.padding_left_bottom_submit {
    padding: 50px 30px 41px;
}

.border_right_bottom_submit {
    border: 2px solid var(--prakun-yellow);
    border-radius: 10px;
    height: 100%;
}

.padding_right_bottom_submit {
    padding: 30.03px 19px 56px 21.03px;
}

.txt_header_Left_bottom {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    color: #03256C;
    background: white;
    margin: -18px auto 0;
    width: 100%;
    max-width: 229px;
}

/* radio bt*/
.radio_container {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid var(--main-dis-01);
    border-radius: 10px;
    padding-top: 46px;
    padding-bottom: 55.83px;
}

.radio_container.active_check {
    border: 2px solid #03256C !important;
}


/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 5%;
    right: 2%;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--main-dis-01);
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.radio_checkmark {
    background-color: var(--main-dis-01);
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked~.radio_checkmark {
    background-color: #03256C;
    border: 1px solid #03256C;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.radio_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
    left: 35%;
    top: 15%;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*end radio bt*/
.txt_main_radio {
    font-weight: normal;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    color: #03256C;
}

.text_detail_radio_ul {
    list-style: none;
    margin: 8px auto 0px;
}

.text_detail_radio_ul li {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #373737;
}

.text_detail_radio_ul li::before {
    content: "\2022";
    color: #2541B2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

.txt_sub_detail_radio {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #373737;
    margin: 8px auto 0;
}

.position_logo_right_bottom_submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28.03px;
}

.txt_logo_right_bottom_submit {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    padding-left: 16.03px;
}

.logo_right_bottom_submit {
    width: 100%;
    max-width: 71.04px;
}

.txt_logo_sub_right_bottom_submit {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737
}

.hr_right_bottom_submit {
    border-top: 1px dashed black;
    margin-top: 0;
    margin-bottom: 0;
}

.bt_coupon {
    background: #FFFFFF;
    border: 1px solid #03256C;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px 0;
    width: 100%;
    max-width: 203px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #03256C;
    margin: 20px auto 23px;
}

.margin_list_right_bottom_submit {
    margin-top: 36px;
    margin-bottom: 33px;
}

.txt_list_main_right_bottom_submit {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
}

.txt_list_num_right_bottom_submit {
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    color: #373737;
}

.txt_list_sub_right_bottom_submit {
    font-weight: 300;
    font-size: 15px;
    line-height: 33px;
    color: #373737;
}

.position_txt_list_main_right_bottom_submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.txt_total_right_bottom_submit {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #373737;
    margin-bottom: 2px;
}

.txt_total_sub_right_bottom_submit {
    font-weight: 200;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
}

.position_txt_total_right_bottom_submit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.txt_total_num_right_bottom_submit {
    font-weight: 500;
    font-size: 33px;
    line-height: 49px;
    color: #2541B2;
}

.txt_total_num_sub_right_bottom_submit {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #2541B2;
}

.btn_coupon_code {
    color: #03256C;
    border-color: #03256C;
}

.btn_coupon_code:hover {
    color: white;
    background-color: #03256C;
}


.padding_and_height_input_coupon {
    height: 45px;
}






.bt_submit_pay {
    background: var(--prakun-yellow);
    border-radius: 8px;
    width: 100%;
    max-width: 284px;
    height: 55px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    border: 1px solid var(--prakun-yellow);
    margin: 54px auto 0;
}

.txt_title_modal_opt_mobile {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #03256C;
}

.txt_modal_opt_mobile {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #373737;
}

.input_opt_mobile {
    max-width: 380px;
    margin: 12px auto 0px;
    height: 50px;
}

.bt_opt_mobile {
    background: var(--prakun-yellow);
    border-radius: 8px;
    width: 100%;
    max-width: 198px;
    height: 55px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    border: 1px solid var(--prakun-yellow);
    margin: 30px auto 73px;
}

.box_confirm_otp {
    background: #FFFFFF;
    border: 1px solid var(--main-dis-01);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    max-width: 610px;
    margin: 5px auto 90px;
}

.txt_title_confirm_otp {
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #03256C;
    margin-top: 43px;
    margin-bottom: 25px;
}

.txt_confirm_otp {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #373737;
    margin-bottom: 44px;
}

.input_confirm_otp {
    max-width: 51px;
    height: 71px;
    padding: 13px 10px;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    display: inline-flex;
    margin-right: 23px;

}

.input_confirm_otp:valid {
    background: #2541B2;
    color: #FFFFFF;
}

.txt_sub_confirm_otp {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #373737;
    margin-top: 24px;
    cursor: pointer;
}

.bt_confirm_otp {
    background: var(--prakun-yellow);
    border-radius: 8px;
    width: 100%;
    max-width: 216px;
    height: 55px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    border: 1px solid var(--prakun-yellow);
    margin: 56px auto 67px;
}

.box_pay_installments {
    background: #FFFFFF;
    border: 1px solid var(--main-dis-01);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    max-width: 704px;
    margin: 5px auto 90px;
}

.txt_title_pay_installments {
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #03256C;
    margin-top: 43px;
    margin-bottom: 18px;
}

.txt_pay_installments {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #373737;
}

.width_copy_box {
    max-width: 604px;
    margin: 30px auto;
}

.padding_and_height_copy_box {
    padding: 13px 19.02px 12px;
    height: 50px;
}

.btn_copy_box {
    color: #03256C;
    border-color: #03256C;
    Width: 136.5px;
    border-radius: 5px !important;
}

.hr_copy_box {
    max-width: 604px;
    border-top: 1px dashed #03256C;
    margin-top: 0;
    margin-bottom: 0;
}

.txt_or_in_copy_box {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #03256C;
    margin: -18px auto 30px;
    background-color: white;
    width: 100%;
    max-width: 100px;
}

.bt_copy_box {
    background: var(--prakun-yellow);
    border-radius: 8px;
    width: 100%;
    max-width: 284px;
    height: 55px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    border: 1px solid var(--prakun-yellow);
    margin: 35px auto 88px;
}

.box_pay_success {
    background: #FFFFFF;
    border: 1px solid var(--main-dis-01);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    max-width: 601px;
    margin: 5px auto 90px;
}

.txt_title_pay_success {
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #03256C;
    margin-top: 43px;
    margin-bottom: 18px;
}

.txt_pay_success {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #373737;
    margin-top: 18px;
}

.txt_big_pay_success {
    font-weight: 300;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    color: #0072B8;
}

.bt_pay_success {
    background: var(--prakun-yellow);
    border-radius: 8px;
    width: 100%;
    max-width: 216px;
    height: 55px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    border: 1px solid var(--prakun-yellow);
    margin: 28px auto 57px;
}

.padding_in_progress_bar {
    padding-bottom: 48px;
}

.bt_Condition {
    width: 100%;
    max-width: 295px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #03256C;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #03256C;
    margin: 50px auto 0;
}

.txt_input_progress_position {
    width: 85px;
    left: -15%;
}

.txt_submit_progress_position {
    width: 115px;
    left: -25%;
}

.show_in_size_tablet {
    display: none;
}

.br_show_in_size_normal {
    display: block;
}

.br_show_in_size_computer_normal {
    display: none;
}

.padding_box_condition {
    padding-left: 50px;
}

.progress_bar_show_normal {
    display: block;
}

.progress_bar_show_md {
    display: none;
}

.box_txt_insurance {
    width: 100%;
    max-width: 236px;
}

.br_txt_box_sub_condition_yellow {
    display: none;
}

.padding_profile_body {
    padding: 0px 40.9px 60px;
}

.padding_submit_profile_body {
    padding: 0px 53px 60px 47px;
}

.padding_col_left_bottom_submit {
    padding-left: 0px;
}

.padding_col_right_bottom_submit {
    padding-right: 0px;
}

.border_txt_submit_profile {
    border-left: 1px solid rgba(3, 37, 108, 0.15);
    padding-left: 30px;
}

.br_show_in_size_sm {
    display: none;
}

.margin_license_right {
    margin-right: 60.5px;
}

.margin_license_left {
    margin-left: 60.5px;
}


/*header*/
.costom_navbar_bottom_header_page {
    justify-content: center !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 42px 0 38px;
}

.costom_navbar_bottom_header_page .navbar-brand {
    margin-right: 77px;
    display: inline-flex;
    padding: 0;
}

/* header_new*/
.item_in_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt_none_login {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 0px solid;
    margin-left: auto;
    font-size: 16px;
}

.dropdown_border_and_padding {
    border: 2px solid #03256C !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 15%) !important;
    padding: 0 !important;
    border-radius: 0px;
    width: 206px;
    max-width: 206px;
}

.dropdown_item_and_border {
    font-weight: normal;
    font-size: 16px;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center;
    color: rgb(3, 37, 108);
    margin-top: -1px;
}

.dropdown_item_and_border .bt-menusub {
    border-bottom: 1px solid #03256C;
    width: 100%;
    padding: 18px 0 13px;
}

.dropdown_item_no_border {
    font-weight: 300;
    font-size: 15px;
    padding: 13px 1.5rem 13px .5rem !important;
    display: flex !important;
    align-items: center;
    color: rgb(3, 37, 108);
}

.img_menu_size_dropdown {
    width: 15px;
}

.bt_login {
    color: rgb(3, 37, 108);
}

.bt_login:hover {
    color: rgb(3, 37, 108) !important;
}

.bt_none_login_mobile.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

.bt_none_dropdown.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

.bt_login.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.8em;
    width: 8px !important;
    height: 8px !important;
    border-color: #03256C #03256C transparent transparent !important;
    border-style: solid !important;
    border-width: 2px 2px 0 0 !important;
    transform: rotate(135deg) !important;
}

.dropdown_none_login_mobile::before {
    display: inline-block;
    color: rgb(3, 37, 108);
    content: "";
    border-top: 0 solid;
    border-right: 8px solid transparent;
    border-bottom: 8px solid;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8%;
    right: 11.5%;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgb(3, 37, 108);
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown_item_and_border.dropdown-item:focus,
.dropdown_item_and_border.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #03256C;
    margin-top: -1px;
}

.bt_none_login_mobile_hide {
    display: none;
}

div.txt_footer_bottom_right_sub a {
    color: #959595 !important;
    text-decoration: none;
}

div.txt_footer_bottom_right_sub a:hover {
    color: #2541B2 !important;
    text-decoration: underline;
}

div.txt_footer_bottom_right_main a {
    color: #373737 !important;
    text-decoration: none;
}

div.txt_footer_bottom_right_main a:hover {
    color: #373737 !important;
    text-decoration: none;
}

/* @media */
@media (max-width: 1385px) {}

@media (max-width: 1205px) {
    .img_search {
        width: 15px;
        height: 15px;
    }

    .img_user {
        width: 15px;
        height: 15px;
    }

    .img_cart {
        width: 26px;
    }
}

@media (max-width: 1199px) {
    .br_show_in_size_normal {
        display: none;
    }

    .br_show_in_size_computer_normal {
        display: block;
    }

    .padding_box_condition {
        padding-left: 40px;
        padding-right: 40px;
    }

    .logo_right_bottom_submit {
        max-width: 58.04px;
    }

    .txt_logo_right_bottom_submit {
        font-size: 17px;
        ;
    }

    .box_footer_left {
        margin-right: 30.5px;
    }

    .box_footer_right {
        margin-left: 30.5px;
    }

    .margin_license_right {
        margin-right: 25.5px;
    }

    .margin_license_left {
        margin-left: 25.5px;
    }

    .footer_bottom_right {
        margin-left: 0px;
    }

    .footer_bottom {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 890px;
    }

    .footer_bottom.part_type_prakun {
        max-width: 1080px;
    }

    .footer_box_follow {
        padding: 0 15px;
    }

    .footer_box_pay {
        padding: 0 15px;
    }

    .txt_footer_header_main {
        font-size: 22px;
    }

    .txt_footer_bottom_right_main {
        font-size: 16px;
    }
}

@media (max-width: 1080px) {}

@media (max-width: 991px) {
    .hiden_box_lg {
        display: none;
    }

    .bt_login {
        margin-right: 0px;
    }

    .costom_navbar_bottom_header_page {
        justify-content: space-between !important;
        padding: 0 1rem;
    }

    .txt_footer_big {
        font-size: 26px;
        line-height: 40px;
    }

    .txt_footer_normal {
        font-size: 16px;
    }

    .txt_footer_bold {
        font-size: 16px;
    }

    .txt_footer_click {
        font-size: 18px;
    }

    .footer_page_position {
        display: block;
    }

    .box_footer_left {
        margin-right: 0px;
    }

    .box_footer_right {
        margin-top: 20px;
        margin-left: 0px;
    }

    .footer_bg_blue {
        padding: 33px 10px 34px;
    }

    .detail_bar_left_center {
        padding: 15px 10px;
    }

    .detail_bar_txt_white {
        font-size: 16px;
    }

    .detail_bar_num_white {
        font-size: 20px;
    }

    .bt_dertail_bar_right {
        max-width: 170px;
        font-size: 14px;
    }

    .hr_vertical_detail_bar {
        margin: 0px 7px;
    }

    .img_viriyah_size {
        width: 100%;
        max-width: 50px;
    }

    .img_progress_size {
        width: 50px;
        height: 47.05px;
    }

    .hr_progress_blue {
        max-width: 95px;
    }

    .hr_progress_gray {
        max-width: 95px;
    }

    .txt_select_progress_position {
        width: 70px;
        left: -20%;
    }

    .txt_input_progress_position {
        width: 85px;
        left: -40%;
    }

    .txt_submit_progress_position {
        width: 115px;
        left: -60%;
    }

    .txt_pay_progress_position {
        width: 60px;
        left: -15%;
    }

    .bt_Condition {
        margin: 25px auto 0;
        max-width: 230px;
        height: 47px;
        font-size: 16px;
    }

    .padding_in_progress_bar {
        padding-bottom: 25px;
    }

    .txt_condition_title {
        font-size: 16px;
    }

    .txt_condition_sub {
        font-size: 13px;
    }

    .txt_form_profile {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .show_in_size_tablet {
        display: block;
    }

    .margin_top_txt_form_profile {
        margin-top: 20px;
    }

    .txt_check_box {
        font-size: 13px;
    }

    .box_modal_privacy_dialog {
        max-width: 590px;
        padding: 0 10px;
    }

    .txt_title_privacy {
        font-size: 20px;
        line-height: 30px;
    }

    .txt_sub_privacy {
        font-size: 14px;
    }

    .txt_title_sub_privacy {
        font-size: 16px;
    }

    .modal_body_privacy {
        padding: 0 38px 50px;
    }

    .bt_submit_privacy {
        margin-top: 35px;
    }

    .box_modal_policy_dialog {
        max-width: 660px;
        padding: 0 10px;
        margin: .5rem auto;
    }

    .txt_title_policy {
        font-size: 20px;
        line-height: 30px;
    }

    .content_policy {
        height: 275px;
    }

    .modal_body_policy {
        padding: 0 38px 40px;
    }

    .bt_next {
        max-width: 250px;
    }

    .bg_bt_slide_box {
        padding: 20px 41px 20px 41px;
    }

    .txt_main_slide_box {
        font-size: 22px;
    }

    .padding_box_condition {
        padding-left: 30px;
        padding-right: 30px;
    }

    .txt_box_sub_condition {
        font-size: 16px;
    }

    .txt_box_sub_condition_big {
        font-size: 25px;
    }

    .txt_box_sub_condition_yellow {
        font-size: 16px;
    }

    .box_detail_modal_dialog {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .txt_title_detail_insurance {
        font-size: 16px;
    }

    .num_title_detail_insurance {
        font-size: 26px;
    }

    .modal_body_detail_insurance {
        padding-bottom: 15px;
    }

    .modal_header_detail_insurance {
        padding-top: 10px;
    }

    .txt_sub_detail_insurance {
        font-size: 14px;
    }

    .num_sub_detail_insurance {
        font-size: 20px;
    }

    .bt_detail_insurance_buy_now {
        font-size: 18px;
        padding: 0 15px;
        margin: 20.56px 0 30.8px;
        max-width: 195px;
        height: 45.1px;
    }

    .padding_submit_profile_body {
        padding: 0px 20px 30px;
    }

    .txt_total_right_bottom_submit {
        font-size: 18px;
    }

    .box_profile_right {
        padding-left: 15px;
    }

    .txt_submit_profile {
        font-size: 14px;
    }

    .text_detail_radio_ul li {
        font-size: 14px;
    }

    .txt_sub_detail_radio {
        font-size: 14px;
    }

    .padding_left_bottom_submit {
        padding: 20px 20px 30px;
    }

    .padding_right_bottom_submit {
        padding: 30.03px 15px 56px 15px;
    }

    .txt_logo_right_bottom_submit {
        font-size: 16px;
    }

    .txt_logo_sub_right_bottom_submit {
        font-size: 14px;
    }

    .bt_coupon {
        max-width: 175px;
        font-size: 14px;
    }

    .txt_list_main_right_bottom_submit {
        font-size: 14px;
    }

    .txt_list_num_right_bottom_submit {
        font-size: 20px;
    }

    .txt_list_sub_right_bottom_submit {
        font-size: 14px;
    }

    .txt_submit_profile_gray {
        font-size: 14px;
    }

    .border_txt_submit_profile {
        padding-left: 15px;
    }

    .text_detail_radio_ul {
        padding-inline-start: 30px;
    }

    .box_modal_coupon {
        max-width: 560px;
    }

    .footer_bottom {
        max-width: 750px;
    }

    .footer_bottom_left {
        justify-content: center;
    }

    .list_pay_footer .svg-pay_type {
        max-width: 200px;
    }

    .footer_bg_white {
        display: none;
    }

    .footer_bg_gray {
        background-color: #FFFFFF;
    }
}

@media (max-width: 767px) {
    .hiden_box_md {
        display: none;
    }

    .item_in_left_md {
        justify-content: flex-start !important;
    }

    .img_logo_md {
        width: 100%;
        max-width: 150px;
    }

    .detail_bar_right_bg {
        border-radius: 0 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .margin_top_txt_form_profile_size_md {
        margin-top: 20px;
    }

    .br_show_in_size_computer_normal {
        display: none;
    }

    .progress_bar_show_normal {
        transform: scale(0.78);
    }

    .padding_col_left_bottom_submit {
        padding-left: 15px;
    }

    .padding_col_right_bottom_submit {
        padding-right: 15px;
        padding-top: 15px;
    }

    .border_txt_submit_profile {
        padding-left: 15px;
        border-left: 0px;
    }

    .position_logo_right_bottom_submit {
        justify-content: center;
        margin-bottom: 20.03px;
    }

    .box_pay_installments {
        padding: 0 25px;
    }

    .txt_pay_installments {
        font-size: 15px;
    }

    .bt_copy_box {
        margin: 15px auto 25px;
        max-width: 240px;
    }

    .box_pay_success {
        padding: 0 10px;
    }

    .txt_pay_success {
        font-size: 16px;
    }

    .txt_big_pay_success {
        font-size: 22px;
    }

    .txt_footer_bottom_right_main {
        margin-top: 15px;
    }

    .footer_bg_gray {
        padding: 30px 15px 39px;
    }

    .bt_coupon {
        max-width: 225px;
        font-size: 16px;
        padding: 10px 0;
    }

    .padding_right_bottom_submit {
        padding: 25.03px ​15px 35px;
    }

    .margin_list_right_bottom_submit {
        margin-top: 18px;
        margin-bottom: 11.5px;
    }

    .list_pay_footer .svg-pay_type {
        max-width: 155px;
    }

    .txt_black_footer_big {
        font-size: 18px;
    }

    .footer_box_follow {
        padding: 0 12px;
    }

    .footer_box_pay {
        padding: 0 12px;
    }
}

@media (max-width: 575px) {
    .detail_bar_left_center {
        padding: 10px;
    }

    .bg_detail_bar {
        margin: 0 auto;
    }

    .box_txt_insurance {
        margin: 0 auto;
    }

    .bg_box_sub_condition {
        padding: 30px 15px;
    }

    .br_txt_box_sub_condition_yellow {
        display: block;
    }

    .padding_profile_body {
        padding: 0px 20.9px 30px;
    }

    .bg_bt_slide_box {
        padding: 15px 25px;
    }

    .padding_submit_profile_body {
        padding: 0px 25px 30px;
    }

    .box_modal_coupon {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }

    .coupon_container {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .coupon_checkmark {
        top: 10%;
        right: 4%;
    }

    /* .bt_width_and_border_coupon {
        width: 85px;
    } */

    .radio_container {
        padding-top: 31px;
        padding-bottom: 30.83px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .txt_modal_opt_mobile {
        font-size: 16px;
    }

    .input_opt_mobile {
        max-width: 380px;
        height: 40px;
    }

    .bt_opt_mobile {
        margin: 15px auto 20px;
    }

    .bt_submit_pay {
        max-width: 215px;
    }

    .input_confirm_otp {
        max-width: 31px;
        height: 40px !important;
        padding: 13px 8px;
        font-size: 20px;
        margin-right: 10px;
    }

    .bt_confirm_otp {
        max-width: 180px;
        margin: 15px auto 25px;
    }

    .box_confirm_otp {
        max-width: 480px;
        padding: 0px 10px;
    }

    .txt_title_confirm_otp {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .txt_confirm_otp {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .txt_title_pay_installments {
        margin-top: 30px;
        margin-bottom: 18px;
    }

    .txt_pay_installments {
        font-size: 14px;
    }

    .width_copy_box {
        margin: 20px auto;
    }

    .txt_or_in_copy_box {
        margin: -18px auto 5px;
    }

    .br_show_in_size_sm {
        display: block;
    }

    .box_pay_installments {
        padding: 0 10px;
    }

    .bt_pay_success {
        margin: 16px auto 26px;
    }

    .txt_title_pay_success {
        margin-top: 35px;
    }

    .btn_copy_box {
        width: 85.5px;
    }

    .txt_tel {
        margin-right: 15px;
    }

    .hr_vertical {
        margin: 0px 10px;
    }

    .box_detail_modal_dialog {
        padding: 0 10px;
    }

    .box_modal_privacy_dialog {
        margin: .5rem auto;
    }

    .txt_black_footer_big {
        font-size: 24px;
        line-height: 36px;
    }

    .footer_bottom_left {
        flex-direction: column;
    }

    .list_social_footer {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .list_social_footer i {
        width: 100%;
        max-width: 40px;
    }

    .txt_footer_tel {
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .txt_footer_tel .svg-tel_footer {
        width: 20px;
    }

    .list_pay_footer .svg-pay_type {
        width: 100%;
        max-width: 232px;
    }

    .modal_body_privacy {
        padding: 0 20px 50px;
    }

    .modal_body_policy {
        padding: 0 20px 40px;
    }

}

@media (max-width: 425px) {
    label {
        padding-top: 2%;
    }

    .img_viriyah_size {
        max-width: 40px;
    }

    .detail_bar_txt_white {
        font-size: 13px;
    }

    .detail_bar_num_white {
        font-size: 15px;
        line-height: 20px;
    }

    .detail_bar_left_center {
        padding: 5px;
    }

    .hr_vertical_detail_bar {
        margin: 0px 5px;
    }

    .progress_txt_blue {
        font-size: 15px;
    }

    .progress_txt_gray {
        font-size: 15px;
    }

    .txt_tel {
        font-size: 13px;
    }

    .txt_footer_copyright {
        font-size: 13px;
    }

    .footer_bg_gray {
        padding: 41px 10px 38px;
    }

    .txt_title_privacy {
        font-size: 17px;
        line-height: 24px;
    }

    .txt_title_policy {
        font-size: 17px;
        line-height: 24px;
    }

    .for-flex-mobile {
        display: flex;
    }

    .for-flex-desktop {
        display: none;
    }
}

/* css new header */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    position: absolute;
    right: 17px;
    top: 48.5%;
    transform: rotate(45deg);
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    border-color: #2541B2 #2541B2 transparent transparent !important;
    border-style: solid !important;
    border-width: 2px 2px 0 0 !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
}

.custom_navbar_ul li {
    margin-right: 24px;
    margin-left: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #373737;
}

.custom_navbar_ul li a.nav-link:hover {
    color: #03256C !important;
}

.custom_navbar_ul li a {
    color: #373737;
    position: relative;
}

.custom_navbar_ul .nav-link.dropdown-toggle::after {
    transform: rotate(45deg);
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    border-color: #2541B2 #2541B2 transparent transparent !important;
    border-style: solid !important;
    border-width: 2px 2px 0 0 !important;
    vertical-align: 1px;
    display: none;
}

.custom_navbar_ul .nav-link.dropdown-toggle[aria-expanded="true"],
.custom_navbar_ul .nav-link.active {
    color: #03256C !important;
}

.custom_navbar_ul .nav-link.active::before {
    content: '';
    width: 50%;
    position: absolute;
    border: 2px solid var(--prakun-yellow);
    background-color: var(--prakun-yellow);
    bottom: 2px;
    right: 0;
    border-radius: 4px;
    transform: translate(-50%, -50%);

}

.custom_navbar_ul .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(135deg);
    vertical-align: 3px;
}

.menu_img .svg-search {
    margin-right: 14px;
}

.collapse-for-mobile {
    display: none;
}

.costom_navbar_bottom_header_page .anc-mobile-toggler-head {
    color: #03256C;
}

.dropdown-search-header {
    padding: 15px;
    width: 376px;
    max-width: 376px;
    top: 35px;
}

.form-control-custom-search {
    border: 2px solid #03256C;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    height: 45px;

}

.form-control.form-control-custom-search::placeholder {
    color: var(--main-dis-01);
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.input-group-custom-search {
    background: #03256C;
    border: 2px solid #03256C;
    border-left: 0px;
}

.hr-custom-search {
    width: 10%;
    border-top: 5px solid #E5E5E5;
}

.dropdown-menu-custom {
    border: 2px solid #03256C;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
    padding: 0;
    min-width: 250px;
    top: 90%;
}

@media (min-width: 991px) {
    .dropdown-menu-custom {
        visibility: hidden;
        opacity: 0;
        display: block;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
        -webkit-transition: .5s;
        transition: .5s;
        transition: .5s;
        visibility: visible;
        opacity: 1;
    }
}

.dropdown-menu-custom .box-kaidee {
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #DC3545;
    ;
    padding: 0 5px;
    line-height: 20px;
    background-color: #DC3545;
    color: #FFFFFF;
    border-radius: 4px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.dropdown-menu-custom .box-kaidee.recommend {
    border: 1px solid var(--prakun-yellow);
    background-color: var(--prakun-yellow);
    color: #424242;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.custom_navbar_ul .dropdown-menu-custom li {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-menu-custom a.dropdown-item {
    padding: 0px 10px;
    font-weight: normal;
    font-size: 16px;
    margin-top: -1px;
}

.dropdown-menu-custom a.dropdown-item div.bt-menusub {
    padding: 18px 0px 13px;
    border-bottom: 1px solid #03256C;
    width: 100%;
}

.dropdown-menu-custom a.dropdown-item:hover,
.dropdown-menu-custom a.dropdown-item:active {
    background-color: #03256C;
    color: #ffffff;
    margin-top: -1px;
}

.dropdown-menu-custom .dropdown-item.active,
.dropdown-menu-custom .dropdown-item:active {
    background-color: #03256C;
    color: #ffffff;
    margin-top: -1px;
}

.dropdown-menu-custom a.dropdown-item:hover:after,
.dropdown-menu-custom a.dropdown-item:active:after {
    border-color: #ffffff #ffffff transparent transparent !important;
}

.dropdown-menu-custom .dropdown-item.active:after,
.dropdown-menu-custom .dropdown-item:active:after {
    border-color: #ffffff #ffffff transparent transparent !important;
}

.img-dropdown-menu {
    font-size: 20.25px;
    display: inline-block;
    line-height: 0;
    position: relative;
    padding-left: 11px;
    padding-right: 8px;
}

.border-bottom-0 {
    border-bottom: 0;
}

.bt-navbar-close {
    display: none;
}

#user_firstname {
    margin-left: 3px;
}

.dropdown-notification-header {
    padding-top: 39px;
    padding-bottom: 0px;
    width: 376px;
    max-width: 376px;
    top: 50px;
    border: 2px solid #03256C;
}

.txt-head-dropdown-notification {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #03256C;
    padding-left: 20px;
    padding-bottom: 24px;
}

.dropdown-item-notification {
    font-weight: normal;
    font-size: 16px;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center;
    margin-top: -1px;
}

.dropdown-item-notification .bt-menusub {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    padding: 20px 0;
}

.box-logo-notification {
    position: relative;
}

.bg-circle-logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logo-in-circle {
    width: 40px;
    height: 40px;
}

.icon-png-notification {
    position: absolute;
    bottom: 0;
    right: 0;
}

.box-txt-notification {
    margin-left: 20px;
    width: 100%;
}

.txt-notification {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #2541B2;
    display: flex;
}

.txt-notification.txt-black {
    color: #373737;
}

.txt-notification .txt-time {
    margin-left: auto;
}

.txt-notification-type-prakun {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #373737;
}

.dropdown-item-notification.dropdown-item:focus,
.dropdown-item-notification.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background: rgba(3, 37, 108, 0.15);
    margin-top: -1px;
}

.dropdown-item-notification.dropdown-item:focus .bg-circle-logo,
.dropdown-item-notification.dropdown-item:hover .bg-circle-logo {
    background: #FFFFFF;
}

.hiden-inline-block-lg {
    display: inline-block;
}

.show-inline-block-lg {
    display: none;
}

.bt-header-partner {
    background: var(--prakun-yellow);
    border-radius: 8px;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #03256C;
    width: 100%;
    max-width: 148px;
    padding: 7.16px 0;
    margin-right: 47px;
    text-align: center;
}

.bt-header-partner:hover {
    color: #03256C;
    text-decoration: none;
}

@media (max-width: 1385px) {
    .custom_navbar_ul li {
        margin-right: 15px;
        font-size: 17px;
        margin-left: 0;
    }

    .custom_navbar_ul li a {
        padding-right: 0;
        padding-left: 0;
    }

    #user_firstname {
        width: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .hide_1200 {
        display: none;
    }

    .navbar-brand i.svg-Logo {
        max-width: 115px;
    }

    .custom_navbar_ul li {
        font-size: 15px;
    }

    .bt_none_login {
        font-size: 15px;
    }

    .menu_img .svg-search {
        margin-right: 2px;
        width: 25px;
    }

    button .png-user {
        width: 30px;
    }

    .bell_detail .svg-bell {
        width: 30px;
    }

    .txt_num_bell {
        line-height: 17px
    }

    .costom_navbar_bottom_header_page .navbar-brand {
        margin-right: 55px;
    }
}

@media (max-width: 1080px) {
    .custom_navbar_ul li {
        margin-right: 3px;
        margin-left: 0;
    }

    #user_firstname {
        width: 40px;
    }

}

@media (max-width: 991px) {
    .collapse-for-mobile {
        display: block;
    }

    .bt_none_login_mobile_hide {
        display: block;
    }

    .show.nav-in-mobile {
        display: inline-table !important;
    }

    .nav-in-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 99;
        left: 0;
        padding: 0 0 calc(100vh);
    }

    .margin-bt-navbar-close {
        margin-top: 20px;
    }

    .bt-navbar-close {
        display: block;
        background-color: #ffffff;
        border: 0;
    }

    .custom_navbar_ul li {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .custom_navbar_ul li a {
        padding: 20px 0;
        border-bottom: 1px solid #DEE3F3;
        outline: 0 !important;
    }

    .custom_navbar_ul .nav-link.dropdown-toggle::after {
        transform: rotate(135deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
    }

    .custom_navbar_ul .nav-link.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(315deg);
    }

    .custom_navbar_ul .nav-link.active::before {
        display: none;
    }

    .dropdown-menu-custom {
        border: 0;
        box-shadow: 0px 0px 0px rgb(0 0 0 / 15%);
    }

    .dropdown-menu-custom a.dropdown-item {
        font-size: 18px;
        margin-top: 0px;
        border-bottom: 0px;
        color: #373737 !important;
    }

    .img-dropdown-menu {
        padding-left: 0;
        padding-right: 0;
        background-color: #DEE3F3;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        color: #03256C !important;
    }

    .part-login .img-dropdown-menu {
        background-color: transparent;
    }

    .dropdown-menu-custom a.dropdown-item div.bt-menusub {
        border-bottom: 1px solid #DEE3F3;
        outline: 0 !important
    }

    .dropdown-submenu a::after {
        position: absolute;
        right: 10px;
        top: 48.5%;
        transform: rotate(135deg);
        width: 8px !important;
        height: 8px !important;
        border-width: 2px 2px 0 0 !important;
    }

    .dropdown-submenu a.active::after {
        transform: rotate(315deg);
    }

    .dropdown-menu-custom a.dropdown-item:hover,
    .dropdown-menu-custom a.dropdown-item:active {
        background-color: transparent;
        margin-top: 0px;
    }

    .dropdown-menu-custom .dropdown-item.active,
    .dropdown-menu-custom .dropdown-item:active {
        background-color: transparent;
        margin-top: 0px;
    }

    .dropdown-menu-custom a.dropdown-item:hover:after,
    .dropdown-menu-custom a.dropdown-item:active:after {
        border-color: #2541B2 #2541B2 transparent transparent !important;
    }

    .dropdown-menu-custom .dropdown-item.active:after,
    .dropdown-menu-custom .dropdown-item:active:after {
        border-color: #2541B2 #2541B2 transparent transparent !important;
    }

    .dropdown-menu-custom .dropdown-item:focus,
    .dropdown-menu-custom .dropdown-item:hover {
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-menu-custom.sub-in-sub {
        padding-top: 10px;
    }

    .dropdown-menu-custom.sub-in-sub a.dropdown-item {
        font-size: 16px;
        color: #373737 !important;
        padding: 0px 0px 0px 60px
    }

    .dropdown-menu-custom.sub-in-sub a.dropdown-item div.bt-menusub {
        border-bottom: 0;
        padding: 0px 0px 15px;
    }

    .nav-in-mobile.for-none-login {
        top: 0;
        padding: 0 20px calc(100vh);
    }

    .hiden-inline-block-lg {
        display: none;
    }

    .show-inline-block-lg {
        display: inline-block;
    }

    .bt_none_login_mobile {
        text-decoration-line: underline;
        color: #03256C;
    }

    .bt_none_login_mobile:hover {
        text-decoration-line: underline;
    }

    #user_firstname {
        width: 100%;
    }

    .border-dashed-user {
        border-bottom: 1px dashed #DEE3F3 !important;
    }

    .nav-in-mobile.for-notification {
        top: 0;
        padding: 0 20px calc(100vh);
    }

    /* i.svg-Logo {
        margin-bottom: -8px;
    } */
    .costom_navbar_bottom_header_page .navbar-brand {
        margin: 0 auto;
    }

    #tabAgent {
        left: 16px;
    }

    a.bt_header_Affiliate {
        margin-right: 16px;
    }

    .txt_form_profile {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .top_header_page {
        display: none;
    }

    #tabAgent {
        position: static;
        width: 100%;
        border-radius: 0;
        font-size: 14px;
        padding: 6px;
    }

    .bt_none_login_mobile span {
        display: none;
    }
}

@media (max-width: 424px) {}

@media (max-width: 374px) {
    .txt-notification {
        font-size: 15px;
    }

    .txt-notification-type-prakun {
        font-size: 12px;
    }
}

/* custom 7/03/2022 */
.nav-for-mobile {
    display: none;
}

.custom_navbar_ul li .list_social_footer {
    margin-top: 0;
    margin-bottom: 0;
    height: 30px;
}

.custom_navbar_ul li .list_social_footer a {
    padding: 0;
    border-bottom: 0;
    display: inline-flex;
    margin-right: 16px;
}

.custom_navbar_ul li .list_social_footer i {
    width: 30px;
}

.custom_navbar_ul li a.bt-tel-in-nav {
    border: 1px solid #03256C;
    border-radius: 8px;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #03256C;
    padding: 8.5px;
    width: 113px;
}

.custom_navbar_ul li .m-for-section-footer-nav {
    margin-top: 11px;
    padding-bottom: 26px;
}

.nav-in-mobile .box-footer-nav-login {
    width: 100%;
    left: 0;
    bottom: 0;
}

.nav-in-mobile .box-footer-nav-login .box-bt-affiliate-nav-login {
    /* border-top:1px solid #DEE3F3; */
    border-bottom: 1px solid #DEE3F3;
    padding: 32px 0;
}

.nav-in-mobile .box-footer-nav-login a.bt_header_Affiliate {
    font-size: 17px;
    line-height: 25px;
    padding: 10.5px 12px;
    width: 100%;
    margin-right: 0;
    max-width: 374px;
    margin: auto;
}

@media (max-width: 991px) {
    .nav-for-mobile {
        display: list-item;
    }

    .box-fixed-for-mobile {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        /* overflow-y: scroll; */
        padding: 0 20px;
    }

    .box-fixed-for-mobile::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .box-fixed-for-mobile::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /* Handle */
    .box-fixed-for-mobile::-webkit-scrollbar-thumb {
        background: #2541B2;
        border-radius: 3px;
    }

    /* Handle on hover */
    .box-fixed-for-mobile::-webkit-scrollbar-thumb:hover {
        background: #2541B2;
    }
}

@media (max-width: 575px) {
    .nav-in-mobile .box-footer-nav-login a.bt_header_Affiliate {
        max-width: 100%;
    }
}

@media (max-width: 424px) {
    .custom_navbar_ul li .list_social_footer {
        height: auto;
    }
}

/* end custom 7/03/2022 */

/* custom 10/10/2022 */
.box-tab-buddy {
    background: #DEE3F3;
    border-radius: 5px;
    padding: 5.5px 5px;
    width: 100%;
    max-width: 100px;
}

.box-tab-buddy i.svg-buddy-in-user {
    width: 16px;
    margin-right: 5px;
}

.box-tab-buddy span {
    font-size: 12px;
    line-height: 13px;
}

@media (max-width: 991px) {
    .d-lg-contents {
        display: contents;
    }

    .scroll-for-buy-prakun {
        overflow-y: scroll;
        height: calc(100vh - 300px);
        padding-right: 5px;
    }

    .height-for-user-prakun {
        height: calc(100vh - 300px);
    }

    .scroll-for-user-prakun {
        overflow-y: scroll;
        padding-right: 5px;
    }

    .scroll-for-buy-prakun::-webkit-scrollbar,
    .scroll-for-user-prakun::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .scroll-for-buy-prakun::-webkit-scrollbar-track,
    .scroll-for-user-prakun::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /* Handle */
    .scroll-for-buy-prakun::-webkit-scrollbar-thumb,
    .scroll-for-user-prakun::-webkit-scrollbar-thumb {
        background: #2541B2;
        border-radius: 3px;
    }

    /* Handle on hover */
    .scroll-for-buy-prakun::-webkit-scrollbar-thumb:hover,
    .scroll-for-user-prakun::-webkit-scrollbar-thumb:hover {
        background: #2541B2;
    }
}

.cursor-pointer {
    cursor: pointer;
}

/* custom 13/09/2023 */
.toggle-prakun {
    --width: 50px;
    --height: 22px;

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); */
    border-radius: var(--height);
    cursor: pointer;
}

.toggle-prakun input {
    display: none;
}

.toggle-prakun .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #2541B2;
    transition: all 0.4s ease-in-out;
}

.toggle-prakun .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
    width: calc(var(--height) - 4px);
    height: calc(var(--height) - 4px);
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); */
    transition: all 0.4s ease-in-out;
}

.toggle-prakun input:checked+.slider {
    background-color: #2541B2;
}

.toggle-prakun input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height) - 2px));
}

.toggle-prakun .labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    transition: all 0.4s ease-in-out;
}

.toggle-prakun .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    line-height: var(--height);
}

.toggle-prakun .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    line-height: var(--height);
}

.toggle-prakun input:checked~.labels::after {
    opacity: 0;
}

.toggle-prakun input:checked~.labels::before {
    opacity: 1;
}