/* html{
	font-family: 'Hanuman', serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Hanuman', serif !important;
  line-height: 1.25em;
  font-weight: normal;
  color:#003399;
}
a,p,body,input{
  font-family: 'Hanuman', serif;
}
.text{
  font-family: 'Hanuman', serif !important;
}
.main-menu .navigation > li > a{

	font-size:17px;
}
.main-menu .navigation > li > ul > li > a{
  font-family: 'Hanuman', serif !important;
}
.btn {
	font-family: 'Hanuman', serif !important;
}

tr,td,th{
	font-family: 'Hanuman', serif !important;
}

ul > li > a{
  font-family: 'Hanuman', serif !important;
}
input > placeholder{
  font-family: 'Hanuman', serif !important;
}
button{
  font-family: 'Hanuman', serif !important;
}
.mat-tab-link{
  font-family: 'Hanuman', serif !important;
}
.mat-form-field-infix{
  font-family: 'Hanuman', serif !important;
}
body .cdk-overlay-container{
  font-family: 'Hanuman', serif !important;
}

.page-dashboard .box .box-info span {
  font-family: 'Hanuman', serif !important;
}

.box-header, .box-heading {
  font-family: 'Hanuman', serif !important;
}

.mat-option-text {
  font-family: 'Hanuman', serif !important;
}

.mat-select-value-text {
  font-family: 'Hanuman', serif !important;
}

.mat-slide-toggle-content {
  font-family: 'Hanuman', serif !important;
}

.mat-radio-label-content {
  font-family: 'Hanuman', serif !important;
}

.form-group {
  font-family: 'Hanuman', serif !important;
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
  font-family: 'Hanuman', serif !important;
} */

@import "fonts/mpwt-font.css";
html {
    font-family: 'Siemreap', serif !important;
}
body{
    font-family: 'Siemreap', serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Siemreap', serif !important;
    line-height: 1.25em;
    font-weight: normal;
    color: #359e32 !important;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-fab, .mat-mini-fab , .mat-select ,.mat-tab-label, .mat-tab-link, .mat-radio-button, .mat-form-field,.mat-checkbox-layout .mat-checkbox-label, .mat-option{
    font-family: 'Siemreap', serif !important;
}

tr,td,th{
  font-family: 'Siemreap', serif !important;
}

.upload-image{
    height: 400px;
    background: #8080803d;
}

.flex-center{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.position-center{
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}



