/* put your own styles to customize and override the theme */
@font-face {
    font-family: 'Moullight';
    src: url("/Assets/fonts/KhmerOSmuollight.ttf") format('truetype');
}
@font-face{
    font-family:'khbtb';
    src:url("/Assets/fonts/KhmerOSbattambang.ttf") format('truetype');
}
@font-face {
    font-family: 'bokor';
    src: url("/Assets/fonts/KhmerOSbokor.ttf") format('truetype');
}
.custom-menu-text{
    font-size : 13px !important;
}
.error-color {
    color:red;
}
.wrap-text {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
    line-height: 1.8;
}
.profile-officer {
    width: 7rem;
    height: 8rem;
    font-size: 5rem;
}
.padding-top-bottom {
    padding: 10px 0px;
}
.profile-font-size {
    font-size: 13px;
}