
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&display=swap');
*{
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
}
/* start section text master */
.text_header{
    color: #1a2e71 !important;
    font-size: 36px;
}
.text_sub_header{
    font-size: 18px;
}
.text_body{
    font-size: 15px;
}

.font_regular{
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
.font_medium{
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
.font_semibold{
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
}
/* start section text master */


/* start section button master */

.pd_btn_login{
    padding: 5px 10px;
    background-color: #067EE3;
    color: #fff;
}
.pd_btn_export{
    background-color: #0f5b70;
    color: #fff;
}
.pd_btn_ok{
    background-color: #08224d;
    color: #fff;
}
.pd_btn_save_blue{
    background-color: #08224d;
    color: #fff;
}
.pd_btn_search{
    background-color: #255da9 ;
    color: #fff;
}
.pd_btn_template{
    background-color: #716d6d;
    color: #fff;
}
.pd_btn_next{
    background-color: #fff;
    color: #716d6d;
}
.pd_btn_add{
    background-color: #00b242;
    color: #fff;
}
.pd_btn_save_green{
    background-color: #18a301;
    color: #fff;
}
.pd_btn_save_cancel{
    background-color: #db0000;
    color: #fff;
}
.pd_btn_save_delete{
    background-color: #db0000;
    color: #fff;
}

.pd_btn_save_import{
    background-color: #f9c200;
    color: #fff;
}
.pd_btn_save_copy{
    background-color: #eb8100;
    color: #fff;
}
.bg_main{
    background-color:rgba(234,235,236,0.8) ;
}
/* end section button master */

.bg_blog{
    background-color: #edf2ff;
}

