body {
    font-family: 'Hanuman', serif;
}
.set-font-khmer {
    /* font-family: 'Bayon', cursive; */
    font-family: 'Dangrek', cursive;
}
.font-bayon {
    font-family: 'Bayon', cursive;
}
.font-content {
    font-family: 'Content', cursive;
}
.font-koulen {
    font-family: 'Koulen', cursive;
}
.f25 {
    font-size: 25px;
}
.f20 {
    font-size: 20px;
}
.text-find {
    font-weight: bold;
    font-size: 25px;
}
.callout-custom a {
    color: white;
    text-decoration: none;
}
#itemInStock {
    font-size: 25px;
    color: #dc3545;
    font-weight: bold;
}
.border-boxnote {
    border: 1px solid #949494;
    height: 129px;
    padding: 5px;
}
.mgt-5{
    margin-top: 5px;
}
.bordered-1 {
    border: 1px solid;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('/ajax-loader.gif') 50% 50% no-repeat rgb(0 0 0 / 12%);
    display: none;
}

.box-frm {
    border: 1px solid #ced4d9;
    border-radius: 5px;
    height: 40px;
}
.box-frm .form-group { 
    margin-left: 5px;
}
.mg-t-10 {
    margin-top: 10px;
}